.top-btn {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: #07AAA0;
    padding: 15px 25px;
    border-radius: 5px;
    line-height: 1.5;
}

.top-btn a {
    font-size: 18px;
    text-decoration: none !important;
    color: #fff ! IMPORTANT;
}



/* TOP 冒頭分ここから */
.b02_about p {
    text-align: justify;
}

/* TOP 冒頭分ここまで */

/* 合同就職説明会に関するお知らせについて　ここから */

section.top_news.course {
    margin: 0 auto 75px;
    font-family: "ヒラギノ角ゴ";
    background: #D1F0EE;
    padding: 50px 25px 75px;
}

.sectionHeading {
    font-size: 28px;
    color: black;
    font-weight: bold;
    background-color: transparent;
    line-height: 1.8;
    padding-bottom: 20px;
    border-bottom: 3px solid #07AAA0;
}

.safaty-title.sectionHeading {
    padding-bottom: 0;
    border: none;
    margin-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.safaty-title {
    text-align: left;
}
span.notes {
    font-size: .65em;
    font-weight: 500;
}

.sectionDesc {
    line-height: 1.75;
    font-size: 17px;
    text-align: left;
    max-width: 650px;
    margin: 50px auto 0;
}
.sectionDesc ul {
    list-style: disc;
    list-style-position: inside;
    margin: 15px 0;
    font-size: 1.15em;
    font-weight: 600;
}
li.list-number {
    list-style: auto;
    list-style-position: inside;
}

.sectionDesc h3 {
    margin-top: 35px;
}

.safetynet__movieLink {
    background-color: #07AAA0;
    border-radius: 10px;
    padding: 10px 15px;
    width: 95%;
    max-width: 400px;
    margin: 20px auto 0;
}

.safetynet__movieLink a {
    text-decoration: none;
}

.safetynet__movieLink a:hover {
    text-decoration: none;
}

.safetynet__movieLink h3 {
    font-size: 20px;
    line-height: 2;
    font-weight: 600;
    border-bottom: 3px solid white;
    color: white;
    padding: 0 0 6px;
    position: relative;
}

.safetynet__movieLink h3:before {
    content: '▶︎';
    position: absolute;
    right: 0;
    top: 0;
    color: white;
}

.safetynet__movieLink p {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.5;
    color: white;
    padding: 0;
}

.safetynet__leaflet {
    width: 100%;
    margin-top: 60px;
    position: relative;
}

.safetynet__leaflet img {
    width: 100%;
    object-fit: contain;
}

.safetynet__leaflet__zoom {
    display: block;
    max-width: 300px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding: 10px 0;
    color: white !important;
    background-color: #07AAA0;
    position: absolute;
    top: 420px;
    right: 24px;
    font-weight: 600;
    text-decoration: none !important;
}

.safetynet__leaflet__link {
    max-width: 490px;
    width: 100%;
    display: block;
    padding: 16px 36px;
    box-sizing: border-box;
    border: 1px solid #07AAA0;
    background-color: white;
    color: #07AAA0;
    text-decoration: none !important;
    position: absolute;
    right: 24px;
    top: 560px;
}

.safetynet__leaflet__link:nth-of-type(3) {
    top: 660px;
}

.safetynet__leaflet__link h3 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    color: #07AAA0;
    padding: 0;
}

.safetynet__leaflet__link h3 span {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}

.safetynet__leaflet__link p {
    font-size: 12px;
    line-height: 1.5;
    font-weight: 600;
    color: #07AAA0;
    padding: 0;
}

.safetynet__content {
    margin-top: 40px;
}

/* 合同就職説明会に関するお知らせについて　ここまで */