@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Crimson+Text:wght@400;600;700&family=Josefin+Sans:wght@100;200;300;400;500;600;700&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css");
@import url("https://use.fontawesome.com/releases/v5.6.1/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    background: transparent;
}

body {
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

a {
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    text-decoration: none;
    color: #000;
    background-color: #ff9;
}

/* change colours to suit your needs */
mark {
    font-weight: bold;
    font-style: italic;
    color: #000;
    background-color: #ff9;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    cursor: help;
    border-bottom: 1px dotted;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #ccc;
}

body {
    font-family: "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", "Meiryo", "ＭＳ Ｐゴシック", Helvetica, Arial, "Hiragino Kaku Gothic Pro", sans-serif;
}

input,
select {
    vertical-align: middle;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

@font-face {
    font-family: "DIN Condensed Bold";
    src: url("../font/din-condensed-bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

.btn_area {
    position: relative;
    display: flex;
    overflow: hidden;
    justify-content: center;
    margin-top: 25px;
    margin-bottom: 60px;
}

.btn_area .btn {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    transition: 0.3s;
    color: #ffffff;
    border: 1px solid #1490b3;
    border-radius: 0;
    outline: none;
    background: #1490b3;
}

.btn_area .btn:hover {
    color: #1490b3;
    background: #ffffff;
}

.btn_area .btn.square {
    justify-content: center;
    width: 320px;
    max-width: 320px;
    height: 50px;
    margin: 0 auto;
    color: #333333;
    border: 1px solid #333333;
    border-radius: 0;
    background: #ffffff;
}

.btn_area .btn.square::after {
    position: absolute;
    right: 1em;
}

.btn_area .btn_orange {
    background-color: #f8833e;
}

.btn_area .btn_black {
    background-color: #333333;
}

.more-btn {
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    border: 1px solid #333333;
    border-radius: 0;
}

@media (max-width: 440px) {
    .more-btn {
        width: 90%;
    }
}

.more-btn .more {
    font-size: 16px;
    line-height: 2.2;
    position: relative;
    display: block;
    overflow: hidden;
    transition: 0.3s;
    text-align: center;
    border-radius: 0;
}

.more-btn .more:hover {
    font-style: italic;
    cursor: pointer;
    color: #ffffff !important;
}

.more-btn .more:hover a {
    color: #ffffff;
}

.more-btn .more:hover::after {
    left: -10%;
    width: 120%;
}

.more-btn .more::after {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 50%;
    left: -10%;
    width: 0;
    height: 3px;
    height: 120%;
    content: "";
    transition: 0.3s;
    transform: skewX(15deg);
    background: #333333;
}

.btn-n {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    position: relative;
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 20px auto;
    padding: 15px;
    text-align: center;
    color: #ffffff;
    border: solid 2px #1490b3;
    border-radius: 5px;
    background-color: #1490b3;
}

.btn-n span {
    line-height: 1;
    position: absolute;
    top: 13px;
    right: 10px;
    display: block;
}

.btn-n:hover {
    color: #1490b3;
    background-color: #eeeeee;
}

.btn-n::after {
    position: absolute;
    right: 10px;
}

a.bg_pink:hover {
    opacity: 0.6;
    background-color: #ff6984;
}

a.bg_green:hover {
    opacity: 0.6;
    background-color: #54a477;
}

.mail::before {
    font-family: "Font Awesome 5 Free";
    font-size: 1.5em;
    font-weight: 900;
    padding-left: 0.8em;
    content: "\f0e0";
}

.angle::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 15px;
    content: "\f105";
    transform: translateY(-50%);
}

.required::after {
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: 900;
    padding-right: 10px;
    padding-left: 10px;
    content: "必須";
    color: #ffffff;
    border-radius: 5px;
    background-color: #a20000;
}

.tel::before {
    font-family: "Font Awesome 5 Free";
    font-size: 1.5em;
    font-weight: 900;
    content: "\f095";
}

.fax::before {
    font-family: "Font Awesome 5 Free";
    font-size: 1.5em;
    font-weight: 900;
    content: "\f1ac";
}

.pdf::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f1c1";
}

.movie::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f1c8";
}

.info-circle {
    position: relative;
}

.info-circle::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 5px;
    left: 0;
    content: "\f05a";
}

/* PCのみ表示 */
.forPC {
    display: block;
}

@media (max-width: 768px) {
    .forPC {
        display: none;
    }
}

@media (max-width: 575px) {
    .forPC {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .forPC {
        display: none;
    }
}

/* タブレットのみ表示 */
.forTAB {
    display: none;
}

@media (max-width: 768px) {
    .forTAB {
        display: block;
    }
}

@media (max-width: 575px) {
    .forTAB {
        display: none;
    }
}

/* スマホのみ表示 */
.forSP {
    display: none;
}

@media (max-width: 575px) {
    .forSP {
        display: block;
    }
}

@font-face {
    font-family: "源柔ゴシックP";
    src: url("../../font/GenJyuuGothic-P-Regular.ttf") format("ttf");
    font-weight: normal;
    font-style: normal;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
}

.u_mv {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #99cfc7;
}

.u_mv h2 {
    font-family: "copperplate", serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 42px;
    font-weight: bold;
    color: #ffffff;
}

.u_mv span {
    padding-top: 10px;
    font-family: "源柔ゴシックP", sans-serif;
    font-size: 24px;
    font-weight: 500;
}

.pagination {
    font-size: 24px;
    gap: 15px;
}

.pagination .page-item .page-link {
    color: #393e76;
}

.pagination .page-item .page-link:hover {
    background-color: #393e76;
    color: #ffffff;
}

.pagination .page-item.active .page-link {
    background-color: #393e76;
    border-color: #393e76;
    pointer-events: none;
    color: #ffffff;
}

.contact .section-contact {
    padding-right: 15px;
    padding-left: 15px;
}

.contact form {
    padding-bottom: 60px;
}

.contact form dl dd .textarea-text-contact {
    width: 100%;
    max-width: 100%;
}

.contact form dl dd textarea {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 237px;
}

main {
    overflow: hidden;
}

.mv_area {
    display: flex;
    overflow: hidden;
    aspect-ratio: 3/1;
    position: relative;
}

@media screen and (max-width: 768px) {
    .mv_area {
        flex-direction: column;
        aspect-ratio: auto;
    }
}

.mv_area .mv_box {
    position: absolute;
    top: 0;
    transition: 0.6s;
    width: 50%;
    overflow: hidden;
    height: 100%;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .mv_area .mv_box {
        position: relative;
        width: 100%;
    }
}

.mv_area .mv_box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: transform 0.4s;
    z-index: 1;
}

.mv_area .mv_box:hover {
    width: 100vw;
    z-index: 10;
}

.mv_area .mv_box section {
    position: absolute;
    bottom: 3em;
    left: 2.5em;
    display: flex;
    align-items: center;
    gap: 30px;
    z-index: 5;
}

@media screen and (max-width: 1400px) {
    .mv_area .mv_box section {
        font-size: 4.5833vw;
        bottom: 2.166666666vw;
        left: 2.166666666vw;
    }
}

.mv_area .mv_box section h3 {
    color: #ffffff;
    font-size: 55px;
    font-weight: bold;
}

@media screen and (max-width: 1400px) {
    .mv_area .mv_box section h3 {
        font-size: 4.5833vw;
    }
}

@media screen and (max-width: 768px) {
    .mv_area .mv_box section h3 {
        font-size: 8.8235294118vw;
    }
}

.mv_area .mv_box section p {
    height: 55px;
    border-left: 1px double #ffffff;
    border-right: 1px double #ffffff;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

@media screen and (max-width: 768px) {
    .mv_area .mv_box section p {
        font-size: 3.9062vw;
        height: 8.8235vw;
    }
}

.mv_area .mv_box section p::before {
    content: "";
    display: block;
    background-color: #ffffff;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -4px;
}

.mv_area .mv_box section p::after {
    content: "";
    display: block;
    background-color: #ffffff;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -4px;
}

.mv_area .mv_box section p span {
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
}

.mv_area .mv_box .mark-icon {
    position: absolute;
    bottom: 3em;
    right: 2.5em;
    z-index: 10;
    width: 80px;
    height: 80px;
    transition: 0.8s;
}

@media screen and (max-width: 1400px) {
    .mv_area .mv_box .mark-icon {
        width: 5.3333vw;
        height: 5.3333vw;
        bottom: 2.166666666vw;
        right: 2.166666666vw;
    }
}

@media screen and (max-width: 550px) {
    .mv_area .mv_box .mark-icon {
        width: 17.8181818181vw;
        height: 17.8181818181vw;
    }
}

.mv_area .mv_box .mark-icon span {
    position: absolute;
    top: 0;
    left: 0;
}

.mv_area .mv_box .mark-icon span:last-child {
    animation-name: mark;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.mv_area .mv_box:hover .mark-icon {
    transform: scale(1.2);
}

.mv_area .mv_box:hover .mark-icon span:last-child {
    animation-duration: 3s;
}

@keyframes mark {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.mv_area .mv-side_a {
    left: 0;
    border-radius: 15% 0 0 0;
}

@media screen and (max-width: 768px) {
    .mv_area .mv-side_a section {
        bottom: auto;
        top: 1em;
        right: 1em;
        left: auto;
    }

    .mv_area .mv-side_a .mark-icon {
        right: 1em;
        bottom: auto;
        top: 5.5em;
    }
}

.mv_area .mv-side_a::before {
    background-color: #db7c80;
    mix-blend-mode: multiply;
    opacity: 1;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s;
}

.mv_area .mv-side_a:hover {
    border-radius: 0 0 0 0;
}

.mv_area .mv-side_b {
    right: 0;
    border-radius: 0 15% 0 0;
}

@media screen and (max-width: 768px) {
    .mv_area .mv-side_b {
        border-radius: 0 0 15% 0;
    }

    .mv_area .mv-side_b section {
        bottom: 1em;
        left: 1em;
    }

    .mv_area .mv-side_b .mark-icon {
        right: auto;
        left: 1em;
        bottom: 5.5em;
    }
}

.mv_area .mv-side_b::before {
    background-color: #e0a758;
    mix-blend-mode: multiply;
    opacity: 1;
    transform: translateX(100%);
    transform-origin: right;
    transition: transform 0.4s;
}

.mv_area .mv-side_b:hover {
    border-radius: 0 0 0 0;
}

.mv_area.open .mv-side_a::before {
    transform: scaleX(1);
}

.mv_area.open .mv-side_b::before {
    transform: translateX(0);
}

.mv_area.open video {
    opacity: 1;
}

.mv_area video {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: 0.8s;
    transition-delay: 0.4s;
}

.mv_area:hover .curve-text-container {
    opacity: 0;
}

@media screen and (max-width: 768px) {
    .mv_area:hover .curve-text-container {
        opacity: 1;
    }
}

.curve-text-container {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    z-index: 100;
    pointer-events: none;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.8s;
}

@media screen and (max-width: 1570px) {
    .curve-text-container {
        max-width: 100%;
        width: 33.3333vw;
    }
}

@media screen and (max-width: 1200px) {
    .curve-text-container {
        max-width: 100%;
        width: 29.1666666667vw;
    }
}

@media screen and (max-width: 768px) {
    .curve-text-container {
        width: 62.5vw;
        top: 45%;
        transform: translate(-50%, -50%);
    }
}

.curve-text-container.left {
    transform: scale(0.5);
    top: 45%;
    left: -3%;
}

.curve-text {
    fill: white;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.main_menu {
    padding-top: 40px;
    padding-bottom: 40px;
}

.main_menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .main_menu ul {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .main_menu ul li {
        width: 25%;
    }
}

@media screen and (max-width: 550px) {
    .main_menu ul li {
        width: 25%;
    }

    .main_menu ul li:last-child a::after {
        content: none;
    }
}

.main_menu ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    color: #ff6984;
    width: 220px;
    position: relative;
}

@media screen and (max-width: 991px) {
    .main_menu ul li a {
        width: auto;
        text-align: center;
    }
}

.main_menu ul li a br {
    display: none;
}

@media screen and (max-width: 550px) {
    .main_menu ul li a br {
        display: block;
    }
}

.main_menu ul li a::after {
    content: "";
    display: block;
    width: 1px;
    height: 90%;
    background-color: #231815;
    position: absolute;
    bottom: 0;
    right: 0;
}

.main_menu ul li a:first-child::before {
    content: "";
    display: block;
    width: 1px;
    height: 90%;
    background-color: #231815;
    position: absolute;
    bottom: 0;
    left: 0;
}

@media screen and (max-width: 550px) {
    .main_menu ul li a:first-child::before {
        content: none;
    }
}

@media screen and (min-width: 550px) {
    .main_menu ul li a:hover span:nth-of-type(1)::before {
        transform: scale(0);
    }

    .main_menu ul li a:hover span:nth-of-type(1) img {
        transform: translate(-50%, -50%) scale(1.5);
        transition-timing-function: cubic-bezier(0.34, -0.14, 0.81, 1.86);
    }

    .main_menu ul li a:hover span:nth-of-type(2) {
        letter-spacing: 3px;
    }

    .main_menu ul li a:hover span:nth-of-type(3) {
        transform: translateX(15px);
    }
}

.main_menu ul li a span {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    position: relative;
}

.main_menu ul li a span img {
    transform-origin: center center;
    transition: 0.4s;
    transition-timing-function: linear;
}

.main_menu ul li a span:nth-of-type(1) {
    max-width: 100px;
    width: 100px;
    height: 100px;
}

@media screen and (max-width: 550px) {
    .main_menu ul li a span:nth-of-type(1) {
        width: 13.6363636vw;
        height: 13.6363636vw;
    }
}

.main_menu ul li a span:nth-of-type(1)::before {
    content: "";
    background-color: #f0f0f0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: 0.4s;
    transform-origin: center center;
}

.main_menu ul li a span:nth-of-type(1) img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.main_menu ul li a span:nth-of-type(2) {
    letter-spacing: 0.1px;
    font-size: 18px;
    font-weight: bold;
    transition: 0.4s;
}

@media screen and (max-width: 880px) {
    .main_menu ul li a span:nth-of-type(2) {
        font-size: 2.0455vw;
    }
}

@media screen and (max-width: 550px) {
    .main_menu ul li a span:nth-of-type(2) {
        height: 1.4em;
        font-size: 3.2727vw;
    }
}

.main_menu ul li a span:nth-of-type(3) {
    display: block;
    width: 20px;
    transition: 0.4s;
}

@media screen and (max-width: 550px) {
    .main_menu ul li a span:nth-of-type(3) {
        width: 5.8824vw;
    }
}

.main_menu ul li:nth-of-type(2) a {
    color: #f8833e;
}

.main_menu ul li:nth-of-type(3) a {
    color: #1490b3;
}

.main_menu ul li:nth-of-type(4) a {
    color: #54a477;
}

@media screen and (max-width: 991px) {
    .main_menu ul li:nth-of-type(1) a::before {
        content: none;
    }
}

@media screen and (max-width: 991px) {
    .main_menu ul li:nth-of-type(4) a::after {
        content: none;
    }
}

.news_topics {
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 1166px;
    margin-left: auto;
    margin-right: auto;
}

.news_topics h2 {
    font-size: 30px;
    font-family: "futura-pt", sans-serif;
    font-weight: bold;
    text-align: center;
    margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
    .news_topics h2 {
        margin-bottom: 4.6875vw;
    }
}

.news_topics .news-block {
    display: flex;
    justify-content: center;
    gap: 26px;
}

@media screen and (max-width: 1200px) {
    .news_topics .news-block {
        flex-direction: column;
    }
}

.news_topics .news-bnr {
    max-width: 500px;
    border: 15px solid #f0f0f0;
}

@media screen and (max-width: 1200px) {
    .news_topics .news-bnr {
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 550px) {
    .news_topics .news-bnr {
        max-width: 100%;
        width: 100%;
    }
}

.news_topics .news-bnr a {
    transition: 0.4s;
}

.news_topics .news-bnr a:hover {
    opacity: 0.5;
}

.news-box {
    position: relative;
}

.news-box ul {
    font-size: 15px;
    margin-bottom: 1em;
}

@media screen and (max-width: 1200px) {
    .news-box ul {
        padding-left: 1em;
        padding-right: 1em;
    }
}

.news-box ul li:not(:last-child) {
    border-bottom: 1px dotted #333333;
}

.news-box ul li a {
    color: #333333;
    line-height: 4em;
    display: flex;
    align-items: center;
    transition: 0.4s;
}

@media screen and (max-width: 550px) {
    .news-box ul li a {
        flex-wrap: wrap;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        gap: 0.2em;
    }
}

.news-box ul li a:hover {
    opacity: 0.5;
}

@media screen and (max-width: 550px) {
    .news-box ul li span {
        line-height: 1.4;
    }
}

.news-box ul li span.time {
    font-weight: bold;
    padding-right: 0.5em;
}

.news-box ul li span.text {
    margin-left: 0.5em;
}

@media screen and (max-width: 550px) {
    .news-box ul li span.text {
        width: 100%;
        font-size: 3.8889vw;
        margin-left: 0;
    }
}

.news-box ul li span.cat-01 {
    color: #ffffff;
    background-color: #1490b3;
    padding: 0.2em 1em;
    border-radius: 1em;
}

.news-box ul li span.cat-02 {
    color: #ffffff;
    background-color: #f10052;
    padding: 0.2em 1em;
    border-radius: 1em;
}

.news-box ul li span.cat-03 {
    color: #ffffff;
    background-color: #393e76;
    padding: 0.2em 1em;
    border-radius: 1em;
}

.news-box ul li span.cat-04 {
    color: #ffffff;
    background-color: #f8833e;
    padding: 0.2em 1em;
    border-radius: 1em;
}

.news-box ul li span.cat-05 {
    color: #ffffff;
    background-color: #54a477;
    padding: 0.2em 1em;
    border-radius: 1em;
}

.news-box ul li span.cat-06 {
    color: #ffffff;
    background-color: #fff000;
    padding: 0.2em 1em;
    border-radius: 1em;
}

.news-box ul li span.cat-tag {
    font-size: 11px;
    min-width: 10em;
    font-weight: bold;
}

@media screen and (max-width: 550px) {
    .news-box ul li span.cat-tag {
        font-size: 3.055555555vw;
    }
}

.news-box .more {
    position: absolute;
    right: 0;
    bottom: -2em;
}

@media screen and (max-width: 1200px) {
    .news-box .more {
        padding-left: 1em;
        padding-right: 1em;
    }
}

.news-box .more a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #646464;
    border: 1px solid #646464;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    position: relative;
    width: 100px;
    height: 25px;
    border-radius: 15px;
    font-family: "futura-pt", sans-serif;
    transition: 0.3s;
}

.news-box .more a::after {
    content: ">";
    padding-left: 1em;
    font-family: "futura-pt", sans-serif;
    font-size: 13px;
    font-weight: bold;
    transition: 0.3s;
}

.news-box .more a:hover {
    background-color: #ffffff;
    color: #646464;
}

.news-box .more a:hover::after {
    transform: translateX(10px);
}

.youth {
    padding-top: 50px;
    padding-bottom: 40px;
    position: relative;
}

.youth .carousel {
    overflow: hidden;
    white-space: nowrap;
}

.youth .carousel-track {
    display: inline-flex;
}

.youth .carousel-track img {
    height: 290px;
    margin-right: 10px;
    flex-shrink: 0;
}

@media screen and (max-width: 768px) {
    .youth .carousel-track img {
        height: 29.0909vw;
    }
}

.youth .youth_area {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 120px;
    height: 100vh;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 2em;
    padding-right: 2em;
    max-width: 1166px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 768px) {
    .youth .youth_area {
        flex-direction: column;
        gap: 15.4444vw;
        max-width: 100% !important;
        width: 100% !important;
    }
}

@media screen and (max-width: 550px) {
    .youth .youth_area {
        gap: 18.1818vw;
        padding-left: 5.8182vw;
        padding-right: 5.8182vw;
    }
}

.youth .youth_area .youth-text {
    width: 50%;
}

@media screen and (max-width: 550px) {
    .youth .youth_area .youth-text {
        width: 100%;
        padding-left: 11.11111vw;
        padding-right: 11.11111vw;
        padding-top: 20%;
    }
}

.youth .youth_area .youth-text svg {
    width: 100%;
}

.youth .youth_area .youth_latter {
    width: 50%;
    font-family: "GenJyuuGothicP", "游ゴシック";
    font-size: 16px;
    line-height: 3;
    color: #333333;
}

@media screen and (max-width: 768px) {
    .youth .youth_area .youth_latter {
        width: 100%;
    }
}

@media screen and (max-width: 550px) {
    .youth .youth_area .youth_latter {
        padding-left: 0;
        padding-right: 0;
        line-height: 2.5;
        font-size: 2.9091vw;
    }
}

@media screen and (max-width: 480px) {
    .youth .youth_area .youth_latter {
        font-size: 3.3333vw;
    }
}

.youth .youth_area .youth_latter p {
    width: fit-content;
    font-weight: bold;
    position: relative;
}

.youth .youth_area .youth_latter p span.mask {
    position: absolute;
    top: 0;
    left: 0;
    clip-path: inset(0 100% 0 0);
    width: fit-content;
    white-space: nowrap;
    z-index: 1;
}

.youth .youth_area .bubble-container {
    overflow: visible !important;
}

.youth .youth-icon span {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
}

.youth .youth-icon span img {
    width: 50%;
}

.anan-favorite {
    background-color: #ffc0d5;
    padding-top: 30px;
    padding-bottom: 30px;
    transition: 0.4s;
}

@media screen and (min-width: 768px) {
    .anan-favorite:hover {
        background-color: #ffffff;
    }

    .anan-favorite:hover #favorite-ring .cls-1 {
        stroke: #ffc0d5 !important;
    }

    .anan-favorite:hover #favorite-ring .cls-2 {
        fill: #ffc0d5 !important;
    }

    .anan-favorite:hover #favorite-ring .cls-3 {
        fill: #ffc0d5 !important;
    }

    .anan-favorite:hover #favorite-text .cls-4 {
        fill: #ffc0d5 !important;
    }

    .anan-favorite:hover .caption span {
        color: #ffc0d5 !important;
    }
}

.anan-favorite .content {
    display: flex;
    justify-content: center;
    padding-right: 30px;
}

@media screen and (max-width: 991px) {
    .anan-favorite .content {
        padding-right: 20px;
        padding-left: 20px;
        transform: translateY(10px);
        padding-top: 39.5556vw;
        gap: 20px;
        letter-spacing: -0.1em;
    }
}

@media screen and (max-width: 768px) {
    .anan-favorite .content {
        padding-top: 30.5556vw;
    }
}

@media screen and (max-width: 550px) {
    .anan-favorite .content {
        gap: 0;
        padding-top: 29.0909vw;
    }
}

@media screen and (max-width: 420px) {
    .anan-favorite .content {
        padding-top: 36.0909vw;
    }
}

.anan-favorite .cara-center .favorite_box {
    position: relative;
    width: 50%;
    margin-left: 3em;
    margin-right: 3em;
}

.anan-favorite .cara-center .favorite_box span {
    width: 300px;
    height: 300px;
    display: inline-block;
}

@media screen and (max-width: 991px) {
    .anan-favorite .cara-center .favorite_box span {
        width: 55.3333vw;
        height: 55.3333vw;
    }
}

.anan-favorite .cara-center .favorite_box span:last-child {
    position: absolute;
    top: 0;
    left: 0;
    animation-name: mark;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.anan-favorite .cara-center #favorite-ring * {
    transition: 0.4s;
}

.anan-favorite .cara-center #favorite-ring .cls-1 {
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 5.69px;
}

.anan-favorite .cara-center #favorite-ring .cls-1,
.anan-favorite .cara-center #favorite-ring .cls-2 {
    fill: none;
}

.anan-favorite .cara-center #favorite-ring .cls-2 {
    fill: #fff;
}

.anan-favorite .cara-center #favorite-ring .cls-3 {
    fill: #fff;
}

.anan-favorite .cara-center #favorite-text .cls-4 {
    fill: #fff;
    transition: 0.4s;
}

.anan-favorite .arthur-wrapper-a {
    position: relative;
    width: 150px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}

@media screen and (max-width: 991px) {
    .anan-favorite .arthur-wrapper-a {
        top: 11.1111vw;
    }
}

@media screen and (max-width: 550px) {
    .anan-favorite .arthur-wrapper-a {
        width: 100%;
    }
}

.anan-favorite .arthur-wrapper-b {
    position: relative;
    width: 183px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    top: 18px;
}

@media screen and (max-width: 991px) {
    .anan-favorite .arthur-wrapper-b {
        top: 15.1111vw;
    }
}

@media screen and (max-width: 550px) {
    .anan-favorite .arthur-wrapper-b {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .anan-favorite .cara-center {
        position: absolute;
        top: -50%;
    }
}

@media screen and (max-width: 991px) {
    .anan-favorite .cara-center {
        top: -5%;
    }
}

.anan-favorite .cara-a {
    position: relative;
}

@media screen and (max-width: 991px) {
    .anan-favorite .cara-a {
        display: flex;
        align-items: flex-end;
        width: 43.4444vw;
        margin-right: auto;
    }
}

.anan-favorite .cara-a .caption {
    bottom: 15px;
    left: -55%;
}

@media screen and (max-width: 991px) {
    .anan-favorite .cara-a .caption {
        position: static;
    }
}

.anan-favorite .cara-b {
    position: relative;
}

@media screen and (max-width: 991px) {
    .anan-favorite .cara-b {
        display: flex;
        flex-direction: row-reverse;
        align-items: flex-end;
        width: 48.4444vw;
    }
}

.anan-favorite .cara-b .caption {
    bottom: 15px;
    right: -35%;
}

@media screen and (max-width: 991px) {
    .anan-favorite .cara-b .caption {
        position: static;
    }
}

.anan-favorite .caption {
    display: flex;
    flex-direction: column;
    color: #ffffff;
    align-items: center;
    position: absolute;
}

@media screen and (max-width: 991px) {
    .anan-favorite .caption {
        min-width: 7em;
    }
}

@media screen and (max-width: 490px) {
    .anan-favorite .caption {
        min-width: 6em;
    }
}

.anan-favorite .caption span {
    line-height: 1.4;
    font-size: 12px;
    transition: 0.4s;
}

@media screen and (max-width: 991px) {
    .anan-favorite .caption span {
        font-size: 2.7778vw;
    }
}

@media screen and (max-width: 550px) {
    .anan-favorite .caption span {
        font-size: 2.7272727273vw;
    }
}

.anan-favorite .caption span:last-child {
    font-size: 16px;
    font-weight: bold;
}

@media screen and (max-width: 991px) {
    .anan-favorite .caption span:last-child {
        font-size: 3.3333vw;
    }
}

@media screen and (max-width: 550px) {
    .anan-favorite .caption span:last-child {
        font-size: 3.272727272vw;
    }
}

.anan-favorite #head-a {
    transform-origin: center bottom;
    position: relative;
    z-index: 1;
}

.anan-favorite #body-a {
    transform: translateY(-11px);
}

.anan-favorite #head-b {
    transform-origin: center bottom;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 480px) {
    .anan-favorite #head-b {
        top: -1.0417vw;
    }
}

.anan-favorite #body-b {
    transform: translateY(-26px);
}

.top-sns-box {
    padding-top: 50px;
    padding-bottom: 60px;
}

@media screen and (min-width: 550px) {
    .top-sns-box {
        padding-top: 80px;
    }
}

.top-sns-box h2 {
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 17px;
}

@media screen and (max-width: 550px) {
    .top-sns-box h2 {
        line-height: 1.8;
    }
}

.top-sns-box ul {
    display: flex;
    justify-content: center;
    gap: 65px;
}

.top-sns-box ul li {
    width: 65px;
}

.top-sns-box .bnr_area {
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 1166px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 550px) {
    .top-sns-box .bnr_area {
        padding-top: 3em;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 768px) {
    .top-sns-box .bnr_area ul {
        flex-direction: column;
        width: 100%;
        gap: 3em;
        justify-content: center;
    }
}

.top-sns-box .bnr_area ul li {
    width: 100%;
    max-width: 400px;
}

.openschool {
    background-color: #ea6b90;
}

.openschool.page-parent {
    background-color: #ffffff;
}

.openschool .openschool {
    background-color: #ffffff;
}

.openschool main {
    height: 100%;
}

.openschool .contents {
    position: relative;
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    background-image: linear-gradient(to right, #f1f1f2 1px, transparent 1px), linear-gradient(to bottom, #f1f1f2 1px, transparent 1px);
    background-size: 15px 15px;
}

.openschool .contents>section {
    padding-left: 30px;
    padding-right: 30px;
}

.openschool .contents .mv {
    padding-top: 30px;
    padding-bottom: 30px;
}

.openschool .contents .info_area {
    text-align: center;
    border: 5px solid #000;
    border-radius: 30px;
    background-color: #ea6b90;
    font-size: 22px;
    padding-bottom: 1.5em;
    position: relative;
    box-shadow: 5px 5px 0px #000;
}

@media screen and (max-width: 690px) {
    .openschool .contents .info_area {
        font-size: 3.1884vw;
    }
}

.openschool .contents .info_area .info {
    font-size: 33px;
    font-weight: bold;
    background-color: #fff;
    max-width: 400px;
    width: 100%;
    border: 5px solid #000;
    line-height: 1.8;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(-50%);
}

@media screen and (max-width: 690px) {
    .openschool .contents .info_area .info {
        max-width: 100%;
        width: 57.971vw;
        font-size: 4.7826vw;
    }
}

.openschool .contents .info_area .sub_info {
    color: #ffffff;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-weight: bold;
}

@media screen and (max-width: 690px) {
    .openschool .contents .info_area .sub_info {
        font-size: 8vw;
    }
}

.openschool .contents .info_area .sub_info span {
    line-height: 1.4;
}

.openschool .contents .info_area .sub_info span:nth-of-type(2) {
    color: #ffffc4;
}

.openschool .contents .info_area .sub_info span:nth-of-type(3) {
    font-size: 26px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .openschool .contents .info_area .sub_info span:nth-of-type(3) {
        font-size: 4.6376811594vw;
    }
}

.openschool .contents .info_area hr {
    display: block;
    height: 1px;
    background: #ffffff;
    margin-left: 2.5510204082vw;
    margin-right: 2.5510204082vw;
}

.openschool .contents .info_area strong {
    background: #fff3a8;
    padding: 0.2em 0.8em;
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    line-height: 2.2;
    color: #ea6b90;
}

.openschool .contents .info_area p {
    padding-top: 1em;
    line-height: 1.8;
    color: #ffffff;
}

.openschool .contents .schedule {
    padding-left: 0;
    padding-top: 30px;
}

.openschool .contents .schedule .title {
    position: relative;
    width: fit-content;
}

.openschool .contents .schedule .title h3 {
    color: #ea6b90;
    font-size: 66px;
    font-weight: bold;
    border: 5px solid #ea6b90;
    border-left: none;
    font-family: "din-2014", sans-serif;
    width: fit-content;
    padding-left: 25px;
    padding-right: 25px;
    letter-spacing: -0.3px;
    line-height: 1.4;
}

@media screen and (max-width: 690px) {
    .openschool .contents .schedule .title h3 {
        font-size: 9.5652vw;
    }
}

.openschool .contents .schedule .title h4 {
    font-size: 23px;
    font-weight: bold;
    border: 5px solid #ea6b90;
    width: fit-content;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 1.8;
    position: absolute;
    bottom: -1.4em;
    right: -2.8em;
    background-color: #ffffff;
    letter-spacing: -0.3px;
    font-feature-settings: "palt";
}

@media screen and (max-width: 690px) {
    .openschool .contents .schedule .title h4 {
        font-size: 3.3333333333vw;
    }
}

.openschool .contents .schedule .info {
    display: flex;
    padding-top: 3.5em;
    gap: 25px;
    justify-content: center;
    padding-bottom: 60px;
    overflow: hidden;
}

@media screen and (max-width: 690px) {
    .openschool .contents .schedule .info {
        gap: 3.6232vw;
    }
}

.openschool .contents .schedule .info .bus {
    display: flex;
    flex-direction: column;
    width: 150px;
    align-items: center;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    background-color: transparent;
}

@media screen and (max-width: 690px) {
    .openschool .contents .schedule .info .bus {
        width: 21.7391vw;
    }
}

.openschool .contents .schedule .info .bus span {
    width: 100%;
}

.openschool .contents .schedule .info .bus span:first-child {
    width: 100px;
    margin-bottom: auto;
}

@media screen and (max-width: 690px) {
    .openschool .contents .schedule .info .bus span:first-child {
        width: 14.4928vw;
    }
}

.openschool .contents .schedule .info .bus .bus_img {
    transform: translateX(0%);
}

.openschool .contents .schedule .info .text {
    font-size: 22px;
    line-height: 1.8;
    font-weight: 500;
}

@media screen and (max-width: 690px) {
    .openschool .contents .schedule .info .text {
        font-size: 3.1884vw;
    }
}

.openschool .contents .schedule-list {
    padding-bottom: 40px;
}

@media screen and (max-width: 690px) {
    .openschool .contents .schedule-list {
        padding-bottom: 5.7971vw;
    }
}

.openschool .contents .schedule-list .list {
    border: 5px solid #63bac2;
    margin-bottom: 40px;
    background-color: #ffffff;
}

@media screen and (max-width: 690px) {
    .openschool .contents .schedule-list .list {
        margin-bottom: 5.7971vw;
    }
}

.openschool .contents .schedule-list .list .title {
    display: flex;
}

.openschool .contents .schedule-list .list .title span {
    font-size: 30px;
    line-height: 2;
    font-weight: bold;
    font-feature-settings: "palt";
}

@media screen and (max-width: 690px) {
    .openschool .contents .schedule-list .list .title span {
        font-size: 4.347826087vw;
    }
}

.openschool .contents .schedule-list .list .title span:first-child {
    background-color: #63bac2;
    color: #ffffff;
    padding-left: 1em;
    width: 70%;
    font-size: 32px;
}

@media screen and (max-width: 690px) {
    .openschool .contents .schedule-list .list .title span:first-child {
        font-size: 4.6377vw;
    }
}

.openschool .contents .schedule-list .list .title span:last-child {
    position: relative;
    padding-left: 0.5em;
    padding-top: 0.1em;
}

.openschool .contents .schedule-list .list .title span:last-child::before {
    content: "";
    display: block;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: -49px;
    width: 50px;
    height: 100%;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

@media screen and (max-width: 690px) {
    .openschool .contents .schedule-list .list .title span:last-child::before {
        left: -7.1014vw;
        width: 7.2464vw;
        top: 0.5px;
    }
}

.openschool .contents .schedule-list .list .time {
    font-size: 22px;
    text-align: center;
    font-weight: 500;
    margin-left: 20px;
    margin-right: 20px;
    border-bottom: 3px solid #000;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media screen and (max-width: 690px) {
    .openschool .contents .schedule-list .list .time {
        font-size: 3.1884vw;
        margin-right: 2.8986vw;
        margin-left: 2.8986vw;
        padding-top: 2.8986vw;
        padding-bottom: 2.8986vw;
    }
}

.openschool .contents .schedule-list .list ul {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 690px) {
    .openschool .contents .schedule-list .list ul {
        padding-top: 2.8986vw;
        padding-right: 2.8986vw;
        padding-left: 2.8986vw;
    }
}

.openschool .contents .schedule-list .list ul li {
    display: flex;
    width: fit-content;
    padding-right: 3px;
}

@media screen and (max-width: 690px) {
    .openschool .contents .schedule-list .list ul li {
        padding-left: 0.4348vw;
    }
}

.openschool .contents .schedule-list .list ul li span {
    font-family: "din-2014", sans-serif;
    font-weight: bold;
}

.openschool .contents .schedule-list .list ul li span:nth-of-type(1) {
    font-size: 35px;
    position: relative;
    color: white;
    z-index: 1;
    padding-left: 5px;
    font-weight: 500;
}

@media screen and (max-width: 690px) {
    .openschool .contents .schedule-list .list ul li span:nth-of-type(1) {
        font-size: 5.0725vw;
        padding-right: 0.7246vw;
    }
}

.openschool .contents .schedule-list .list ul li span:nth-of-type(1)::before {
    content: "";
    display: block;
    background-color: #333333;
    position: absolute;
    top: 0;
    left: 0;
    width: 65px;
    height: 83px;
    clip-path: polygon(100% 0, 0% 100%, 0 0);
    z-index: -1;
}

@media screen and (max-width: 690px) {
    .openschool .contents .schedule-list .list ul li span:nth-of-type(1)::before {
        width: 9.4203vw;
        height: 12.029vw;
    }
}

.openschool .contents .schedule-list .list ul li span:nth-of-type(2) {
    font-size: 86px;
    padding-left: 15px;
    padding-top: 15px;
    font-weight: 500;
}

@media screen and (max-width: 690px) {
    .openschool .contents .schedule-list .list ul li span:nth-of-type(2) {
        padding-left: 2.1739130435vw;
        padding-top: 2.1739130435vw;
        font-size: 12.4638vw;
    }
}

.openschool .contents .schedule-list .list ul li span:nth-of-type(3) {
    font-size: 25px;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    border-radius: 50%;
    background-color: #63bac2;
    margin-top: auto;
    color: #ffffff;
    margin-bottom: 15px;
}

@media screen and (max-width: 690px) {
    .openschool .contents .schedule-list .list ul li span:nth-of-type(3) {
        font-size: 3.6232vw;
        width: 6.5217vw;
        height: 6.5217vw;
        margin-bottom: 2.1739vw;
    }
}

.openschool .contents .schedule-list .list ul li:not(:first-child) {
    border-left: 3px solid #000;
    padding-left: 15px;
}

.openschool .contents .schedule-list .list p {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 21px;
    font-weight: 500;
}

@media screen and (max-width: 690px) {
    .openschool .contents .schedule-list .list p {
        padding-top: 2.8986vw;
        padding-bottom: 2.8986vw;
        font-size: 3.0435vw;
    }
}

.openschool .contents .schedule-list .btn_area {
    max-width: 515px;
    height: 125px;
    border: 3px solid #000;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8.5034013605vw;
}

@media screen and (max-width: 690px) {
    .openschool .contents .schedule-list .btn_area {
        max-width: 100%;
        width: 74.6377vw;
        height: 18.1159vw;
    }
}

.openschool .contents .schedule-list .btn_area .btn {
    background-color: #000;
    color: #ffffff;
    font-size: 30px;
    border-radius: 5em;
    border-radius: 5em;
    border-radius: 8.5034013605vw;
    height: 100%;
    position: relative;
    transition: 0.8s;
    width: 98%;
    height: 92%;
    overflow: hidden;
}

@media screen and (max-width: 690px) {
    .openschool .contents .schedule-list .btn_area .btn {
        font-size: 4.3478vw;
    }
}

.openschool .contents .schedule-list .btn_area .btn:hover {
    width: 105%;
    height: 105%;
}

.openschool .contents .schedule-list .btn_area .btn:hover img {
    right: 0.8em;
}

.openschool .contents .schedule-list .btn_area .btn img {
    width: 82px;
    position: absolute;
    right: 1em;
    top: 47%;
    transform: translateY(-50%);
    transition: 0.4s;
}

@media screen and (max-width: 690px) {
    .openschool .contents .schedule-list .btn_area .btn img {
        width: 11.8841vw;
    }
}

.openschool .contents .ex {
    padding-bottom: 3.4013605442vw;
}

@media screen and (max-width: 768px) {
    .openschool .contents .ex {
        padding-bottom: 8.7082728592vw;
    }
}

.openschool .contents .ex h4 {
    text-align: center;
}

.openschool .contents .ex h4 img {
    width: 27.7777777778vw;
}

@media screen and (max-width: 768px) {
    .openschool .contents .ex h4 img {
        width: 71.1175616836vw;
    }
}

.openschool .contents .ex p {
    padding-top: 1.1337868481vw;
}

@media screen and (max-width: 768px) {
    .openschool .contents .ex p {
        padding-top: 2.9027576197vw;
    }
}

.openschool .contents .highlights {
    padding-left: 0;
    padding-top: 30px;
    padding-bottom: 200px;
}

@media screen and (max-width: 690px) {
    .openschool .contents .highlights {
        padding-top: 4.3478vw;
        padding-bottom: 28.9855vw;
    }
}

.openschool .contents .highlights .title {
    position: relative;
    width: fit-content;
}

.openschool .contents .highlights .title h3 {
    color: #ea6b90;
    font-size: 66px;
    font-weight: bold;
    border: 5px solid #ea6b90;
    border-left: none;
    font-family: "din-2014", sans-serif;
    width: fit-content;
    padding-left: 50px;
    padding-right: 50px;
    letter-spacing: -0.3px;
    line-height: 1.4;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 690px) {
    .openschool .contents .highlights .title h3 {
        font-size: 9.5652vw;
        padding-right: 7.2464vw;
        padding-left: 7.2464vw;
        letter-spacing: -0.0435vw;
    }
}

.openschool .contents .highlights .title h4 {
    font-size: 23px;
    font-weight: bold;
    border: 5px solid #ea6b90;
    width: fit-content;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 1.8;
    position: absolute;
    bottom: -1.4em;
    right: -2.8em;
    background-color: #ffffff;
    letter-spacing: -0.3px;
    font-feature-settings: "palt";
    z-index: 1;
}

@media screen and (max-width: 690px) {
    .openschool .contents .highlights .title h4 {
        font-size: 3.3333vw;
        padding-left: 3.6232vw;
        padding-right: 3.6232vw;
        letter-spacing: -0.0435vw;
    }
}

.openschool .contents .highlights .base {
    position: relative;
}

.openschool .contents .highlights .base .line {
    position: relative;
    top: -70px;
    z-index: 0;
    max-width: 500px;
    left: 50%;
    transform: translateX(-50%);
}

.openschool .contents .highlights .base .parts {
    position: absolute;
    top: 0;
    width: 45%;
}

.openschool .contents .highlights .base .img-1 {
    top: 0;
    left: 48%;
    width: 35%;
    z-index: 5;
}

.openschool .contents .highlights .base .img-2 {
    top: 42%;
    left: 0%;
    width: 31%;
    z-index: 15;
}

.openschool .contents .highlights .base .img-3 {
    top: 68%;
    right: -12%;
    z-index: 15;
    width: 50%;
}

.openschool .contents .highlights .base .text-1 {
    top: 9%;
    left: 7%;
    z-index: 10;
}

.openschool .contents .highlights .base .text-2 {
    top: 26%;
    left: 48%;
    z-index: 15;
}

.openschool .contents .highlights .base .text-3 {
    top: 64%;
    left: 24%;
    width: 387px;
    z-index: 10;
}

@media screen and (max-width: 690px) {
    .openschool .contents .highlights .base .text-3 {
        width: 56.087vw;
    }
}

.openschool .contents .bus {
    background-color: #333333;
    padding-top: 20px;
    padding-bottom: 20px;
}

.openschool .contents .bus p {
    color: #ffffff;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}

@media screen and (max-width: 690px) {
    .openschool .contents .bus p {
        font-size: 3.7681vw;
    }
}

.openschool .openschool_info {
    padding-top: 30px;
    padding-bottom: 80px;
    background-color: #ffffc4;
}

.openschool .openschool_info .coution {
    margin-bottom: 50px;
}

@media screen and (max-width: 690px) {
    .openschool .openschool_info .coution {
        margin-bottom: 7.2464vw;
    }
}

.openschool .openschool_info .coution p {
    font-size: 22px;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    line-height: 1.5;
}

@media screen and (max-width: 690px) {
    .openschool .openschool_info .coution p {
        font-size: 3.1884vw;
    }
}

.openschool .openschool_info h4 {
    color: #ffffff;
    font-size: 27px;
    font-weight: 500;
    text-align: center;
    background-color: #ea6b90;
    line-height: 1.6;
    border-radius: 30px;
    transform: translateY(50%);
}

@media screen and (max-width: 690px) {
    .openschool .openschool_info h4 {
        font-size: 3.913vw;
    }
}

.openschool .openschool_info dl {
    background-color: #ffffff;
    font-size: 25px;
    font-weight: 500;
    padding: 50px;
    border-radius: 15px;
}

@media screen and (max-width: 690px) {
    .openschool .openschool_info dl {
        font-size: 3.6232vw;
        padding: 7.2464vw;
    }
}

.openschool .openschool_info dl dt {
    margin-bottom: 0.5em;
}

.openschool .openschool_info dl dd {
    line-height: 1.6;
    font-weight: bold;
}

.openschool .openschool_info dl hr {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #333333;
    margin-bottom: 1.2em;
}

.openschool .new_btn {
    position: fixed;
    bottom: 18%;
    right: 50%;
    width: 175px;
    height: 175px;
    z-index: 100;
    transform: translateX(420px);
}

@media screen and (max-width: 991px) {
    .openschool .new_btn {
        right: 0;
        bottom: 7.2463768116vw;
        transform: translateX(-5px);
        width: 25.3623188406vw;
        height: 25.3623188406vw;
    }
}

.openschool .bg-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.openschool .bg-wrapper .bg-row {
    display: flex;
    gap: 90px;
    margin-bottom: 125px;
}

.openschool .bg-wrapper .bg-row:nth-of-type(even) {
    flex-direction: row-reverse;
}

.openschool .bg-wrapper .bg-row img {
    height: 60px;
}

.p-country-name {
    display: none;
}

.access .main-title {
    background: #99cfc7;
    text-align: center;
    padding: 32px 0;
}

.access .main-title img {
    width: 95px;
}

@media screen and (min-width: 769px) {
    .access {
        /* PC */
    }

    .access .main-title {
        padding: 63px 0;
    }

    .access .main-title img {
        width: 190px;
    }
}

.access .contents {
    padding-top: 60px;
}

.access .map {
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
}

.access .map_box {
    display: flex;
    gap: 65px;
    justify-content: center;
    margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
    .access .map_box {
        flex-direction: column;
    }
}

.access h3 {
    border-top: 1px solid #231815;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}

.access h3 span {
    line-height: 1.6;
    font-size: 12px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .access h3 span {
        font-size: 2.34375vw;
        font-weight: 500;
    }
}

@media screen and (max-width: 550px) {
    .access h3 span {
        font-size: 3.2727vw;
    }
}

.access h3 span:nth-of-type(2) {
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    .access h3 span:nth-of-type(2) {
        font-size: 3.125vw;
        font-weight: bold;
    }
}

@media screen and (max-width: 550px) {
    .access h3 span:nth-of-type(2) {
        font-size: 4vw;
    }
}

.access h3 svg .cls-1 {
    fill: none;
    stroke: #231815;
    stroke-miterlimit: 10;
}

.access .g-map {
    padding-top: 30px;
    padding-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background: repeating-linear-gradient(-45deg, #fff8ae 0, #fff8ae 8px, #fffbd6 8px, #fffbd6 16px);
    padding-left: 30px;
    padding-right: 30px;
}

@media screen and (max-width: 768px) {
    .access .g-map {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-top: 0;
    }
}

.access .g-map h3 {
    font-size: 15px;
    border-top: none;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .access .g-map h3 {
        font-size: 2.8646vw;
    }
}

@media screen and (max-width: 550px) {
    .access .g-map h3 {
        font-size: 4vw;
    }
}

.access .g-map iframe {
    aspect-ratio: 200/61;
    max-width: 880px;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .access .g-map iframe {
        aspect-ratio: 17/16;
    }
}

.access .sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .access .sp {
        display: block;
    }
}

.access h4 {
    font-size: 22px;
    text-align: center;
    margin-top: 50px;
    font-weight: 500;
    padding-bottom: 50px;
}

@media screen and (max-width: 550px) {
    .access h4 {
        font-size: 3.2vw;
        padding-bottom: 25px;
    }
}

.access .swipe {
    text-align: center;
}

.access .swipe img {
    width: 230px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 767px) {
    .access .swipe img {
        width: 37.5%;
    }
}

/*
 * exam.css
 *
 */
.exam {
    /* メインタイトル
  ---------------------------------------------------------- */
    /* 共通ボックス
  ---------------------------------------------------------- */
    /* 各データ
  ---------------------------------------------------------- */
    /* バナー用コンテンツ
  ---------------------------------------------------------- */
    /* SP画面のみで表示
  ---------------------------------------------------------- */
}

.exam .exam-nurse-point .white-box {
    font-size: 1.2em;
    display: inline-block;
    background: #fff;
    border-radius: 5px;
    padding: 0.3em 0.5em 0.2em;
    line-height: 1;
    font-weight: 500;
}

.exam .main-title {
    margin: 0 0 20px;
    padding: 32px 0;
    background: #99cfc7;
    text-align: center;
}

.exam .main-title img {
    width: 237px;
}

@media screen and (min-width: 769px) {
    .exam {
        /* PC */
    }

    .exam .main-title {
        margin: 0 0 32px;
        padding: 63px 0;
    }

    .exam .main-title img {
        width: 474px;
    }
}

.exam .exam-box {
    margin: 0 18px;
    padding: 0 0 32px;
}

.exam .exam-box img {
    width: 100%;
}

.exam .exam-box>h2 {
    padding: 8px 0;
    background: #72759a;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.4rem;
    text-align: center;
}

.exam .exam-applicants {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 13px 6px 0;
}

.exam .exam-applicants>div {
    width: 50%;
    margin: 0 6px;
    padding: 15px 0;
    font-weight: bold;
    text-align: center;
}

.exam .exam-applicants>div:nth-child(1) {
    background: #ffe1e7;
}

.exam .exam-applicants>div:nth-child(2) {
    background: #ffeecf;
}

.exam .exam-applicants-title {
    font-size: 1rem;
}

.exam .exam-applicants-data {
    margin: 6px 0 0;
    font-size: 1rem;
}

.exam .exam-applicants-data span {
    font-size: 1.7rem;
}

.exam .exam-border-box {
    max-width: 430px;
    margin-top: 15px;
    padding: 20px 15px 20px;
    border: solid #000000 1px;
}

.exam .exam-border-box .exam-border-box-text {
    margin-top: 0 !important;
}

.exam .exam-border-box .exam-border-box-text span {
    display: inline-block;
    margin-left: 15px;
}

.exam .exam-box.ver15 h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 515px;
    margin-right: auto;
    margin-left: auto;
    background-color: transparent;
    font-size: 3rem;
    line-height: 1;
}

.exam .exam-box.ver15 .exam-coution {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    margin-top: 30px;
    border: 1px solid #ff0000;
}

.exam .exam-box.ver15 .exam-coution span {
    padding-top: 10px;
    padding-bottom: 10px;
}

.exam .exam-box.ver15 .exam-coution span img {
    max-width: 100%;
    height: 15px;
}

.exam .exam-box.ver15 .exam-applicants {
    margin-top: 0;
}

.exam .exam-box.ver15 .exam-applicants div {
    background-color: transparent;
}

@media screen and (min-width: 769px) {
    .exam {
        /* PC */
    }

    .exam .exam-box {
        width: 640px;
        margin: 0 auto;
        padding: 0 0 50px;
    }

    .exam .exam-box>h2 {
        padding: 12px 0;
        font-size: 1.5rem;
    }

    .exam .exam-applicants {
        width: 516px;
        margin: 22px auto 0;
    }

    .exam .exam-applicants>div {
        margin: 0 13px;
        padding: 22px 0;
    }

    .exam .exam-applicants-title {
        font-size: 1.6rem;
    }

    .exam .exam-applicants-data {
        margin: 12px 0 0;
        font-size: 1.6rem;
    }

    .exam .exam-applicants-data span {
        font-size: 2.6rem;
    }

    .exam .exam-border-box .exam-border-box-text span br {
        display: none;
    }

    .exam .exam-data .ed-box {
        padding: 0.3em 1em 1.2em;
    }

    .exam .exam-data .ed-text {
        font-size: 1.4rem;
    }
}

.exam .exam-data {
    margin: 20px 12px 0;
}

.exam .exam-data>h3 {
    padding: 6px 0;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    font-weight: bold;
    font-size: 1.4rem;
}

.exam .exam-data>h3:before {
    content: "■";
}

.exam .exam-data .ed-text {
    margin: 12px 0 0;
    font-size: 1.2rem;
    line-height: 1.8;
}

.exam .exam-data .ed-box {
    padding: 0.3em 1em 1.2em;
    border: 1px solid #000;
    width: min(90%, 38em);
    margin: 1em 0 4.5em;
    font-weight: bold;
}

.exam .exam-data .ed-caption {
    margin: 6px 0 0;
    font-size: 1rem;
    line-height: 1.6;
}

.exam .exam-data a {
    color: #404272;
    font-weight: bold;
    text-decoration: underline;
}

.exam .exam-data .edt-cl {
    color: #404272;
    font-weight: bold;
}

.exam .exam-data .eds-t .edt-cl {
    color: #404272;
    font-weight: bold;
    font-size: 1.2em;
    border: 1px solid #404272;
    text-align: center;
    display: block;
    line-height: 1.8;
}

.exam .exam-data .is-bold {
    color: #000000;
    font-weight: bold;
}

.exam .exam-data-sub>h4 {
    margin: 18px 0 0;
    font-size: 1.4rem;
}

.exam .exam-data-sub .eds-box {
    margin: 18px 0 0;
}

.exam .eds-text p {
    margin: 8px 0 0;
    font-size: 1.4rem;
    line-height: 1.8;
}

.exam .exam-text {
    padding: 18px 18px 0;
    font-size: 1.4rem;
    line-height: 1.8;
}

.exam .exam-tuition {
    margin: 30px 0 0;
}

.exam .exam-nurse-point {
    margin: 18px 0 0;
    padding: 20px;
    border-radius: 10px;
    background: #ffe1e7;
}

.exam .exam-nurse-point>h3 {
    margin: 0 0 20px;
    color: #ff6985;
    font-weight: bold;
    font-size: 1.4rem;
    text-align: center;
}

.exam .exam-nurse-point .enp-text {
    font-size: 1.1rem;
    line-height: 1.8;
}

.exam .exam-nurse-point .enp-caption {
    font-size: 1rem;
    line-height: 1.8;
}

@media screen and (min-width: 769px) {
    .exam {
        /* PC */
    }

    .exam .exam-data {
        margin: 30px 20px 0;
    }

    .exam .exam-data>h3 {
        padding: 10px 0;
        font-size: 1.5rem;
    }

    .exam .exam-data .ed-text {
        margin: 12px 0 0;
        font-size: 1.5rem;
        line-height: 1.8;
    }

    .exam .exam-data-sub>h4 {
        margin: 18px 0 0;
        font-size: 1.5rem;
    }

    .exam .exam-data-sub .eds-box {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-start;
        margin: 12px 0 0;
    }

    .exam .exam-data-sub .eds-t {
        line-height: 1.5;
    }

    .exam .eds-img {
        flex-shrink: 0;
        width: 343px;
        margin: 0 15px 0 0;
    }

    .exam .eds-text p {
        margin: 8px 0 0;
        font-size: 1.5rem;
        line-height: 1.8;
    }

    .exam .eds-text p:nth-child(1) {
        margin: 0;
    }

    .exam .exam-text {
        padding: 18px 18px 0;
        font-size: 1.5rem;
    }

    .exam .exam-tuition {
        margin: 60px 18px 0;
    }

    .exam .exam-nurse-point {
        margin: 30px 0 0;
        padding: 20px 40px;
    }

    .exam .exam-nurse-point>h3 {
        margin: 0 0 16px;
        font-size: 1.5rem;
    }

    .exam .exam-nurse-point .enp-text {
        font-size: 1.3rem;
    }

    .exam .exam-nurse-point .enp-caption {
        font-size: 1rem;
    }

    .exam .exam-culinary-point .enp-text {
        font-size: 1.3rem;
        margin-top: 1.2em;
        line-height: 1.5;
    }
}

.exam .exam-bnr-img {
    padding: 0;
}

.exam .exam-bnr-img img {
    width: 100%;
}

@media screen and (min-width: 769px) {
    .exam {
        /* PC */
    }

    .exam .exam-bnr-img {
        margin: 0 auto;
        padding: 0 0 0;
    }

    .exam .exam-bnr-img a:hover {
        opacity: 0.7;
    }
}

@media screen and (min-width: 769px) {
    .exam {
        /* PC */
    }

    .exam .forSP {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .exam {
        /* PC */
    }

    .exam .forPC {
        display: none;
    }
}

.culinary .culinary_mv,
.nurse .culinary_mv {
    position: relative;
    margin-bottom: 200px;
    margin-bottom: 9.1642228739vw;
}

.culinary .base_mv,
.nurse .base_mv {
    padding: 2.5vw;
    background-color: #ffa504;
    text-align: center;
}

.culinary .sub_box,
.nurse .sub_box {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 4%;
    right: 7%;
    gap: 15px;
}

@media screen and (max-width: 768px) {

    .culinary .sub_box,
    .nurse .sub_box {
        position: relative;
        flex-direction: row;
        bottom: auto;
        right: auto;
        max-width: 90.2777777778vw;
        margin-left: auto;
        margin-right: auto;
        justify-content: space-between;
        padding-top: 2.7777777778vw;
    }
}

.culinary .sub_box span,
.nurse .sub_box span {
    width: 16.129032258vw;
}

@media screen and (max-width: 768px) {

    .culinary .sub_box span,
    .nurse .sub_box span {
        width: 43.0555555556vw;
    }
}

.culinary .sub_box span:nth-of-type(1),
.nurse .sub_box span:nth-of-type(1) {
    padding-bottom: 10px;
}

@media screen and (max-width: 768px) {

    .culinary .sub_box span:nth-of-type(1),
    .nurse .sub_box span:nth-of-type(1) {
        display: none;
    }
}

.culinary .sub_menu,
.nurse .sub_menu {
    position: absolute;
    bottom: -7.874015748vw;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 1.4662756598vw;
}

@media screen and (max-width: 768px) {

    .culinary .sub_menu,
    .nurse .sub_menu {
        position: relative;
        bottom: 4.1666666667vw;
        left: auto;
        transform: none;
        max-width: 90.2777777778vw;
        margin-left: auto;
        margin-right: auto;
        justify-content: space-between;
    }
}

.culinary .sub_menu li,
.nurse .sub_menu li {
    width: 10.1173020528vw;
    height: 10.1173020528vw;
    background-color: #ffffff;
    border-radius: 50%;
    position: relative;
    border: 1px solid #ffa504;
    transition: 0.4s;
    box-shadow: 5px 5px 0px #ffa504;
}

@media screen and (max-width: 768px) {

    .culinary .sub_menu li,
    .nurse .sub_menu li {
        width: 20vw;
        height: 20vw;
    }
}

.culinary .sub_menu li a,
.nurse .sub_menu li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-size: 1.4662756598vw;
    font-weight: bold;
    color: #333333;
    height: 100%;
    gap: 15px;
}

@media screen and (max-width: 768px) {

    .culinary .sub_menu li a,
    .nurse .sub_menu li a {
        font-size: 3.3333333333vw;
    }
}

.culinary .sub_menu li a svg,
.nurse .sub_menu li a svg {
    stroke: #ffa504;
    fill: none;
    width: 1.0263929619vw;
    stroke-miterlimit: 10;
    stroke-width: 3px;
    transition: 0.4s;
}

@media screen and (max-width: 768px) {

    .culinary .sub_menu li a svg,
    .nurse .sub_menu li a svg {
        width: 2.7777777778vw;
    }
}

.culinary .sub_menu li:hover,
.nurse .sub_menu li:hover {
    transform: translate(5px, 5px);
    background-color: #ffffff;
    box-shadow: 0px 0px 0px #ffa504;
}

.culinary .sub_menu li:hover svg,
.nurse .sub_menu li:hover svg {
    transform: translateY(5px);
}

.culinary .mv_logo,
.nurse .mv_logo {
    position: absolute;
    top: 3vw;
    right: 5vw;
    z-index: 1;
    width: 20vw;
}

.culinary .mv_text,
.nurse .mv_text {
    color: #ffffff;
    font-size: 1.6129032258vw;
    font-weight: 500;
    position: absolute;
    bottom: 3.6656891496vw;
    left: 3.6656891496vw;
}

@media screen and (max-width: 768px) {

    .culinary .mv_text,
    .nurse .mv_text {
        position: relative;
        bottom: 0;
        left: 0;
        font-size: 3.6111111111vw;
        max-width: 87.5vw;
        font-feature-settings: "palt";
        margin-left: auto;
        margin-right: auto;
        margin-top: 1em;
        padding-bottom: 5.5555555556vw;
    }

    .culinary .mv_text br,
    .nurse .mv_text br {
        display: none;
    }
}

@media screen and (max-width: 768px) and (max-width: 768px) {

    .culinary .mv_text br,
    .nurse .mv_text br {
        display: none;
    }

    .culinary .mv_text br.sp,
    .nurse .mv_text br.sp {
        display: block;
    }
}

.culinary .mv_text br.sp_only,
.nurse .mv_text br.sp_only {
    display: none;
}

@media screen and (max-width: 768px) {

    .culinary .mv_text br.sp_only,
    .nurse .mv_text br.sp_only {
        display: block;
    }
}

.culinary .mv_text p,
.nurse .mv_text p {
    font-family: "a-otf-gothic-mb101-pr6n", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-feature-settings: "palt";
    line-height: 1.8;
    letter-spacing: -0.05em;
    text-align: left;
}

@supports (font-feature-settings: "palt") {

    .culinary .mv_text p,
    .nurse .mv_text p {
        letter-spacing: 0.1em;
    }
}

.culinary .features,
.nurse .features {
    position: relative;
}

.culinary .features h2,
.nurse .features h2 {
    font-size: 3.3724340176vw;
    text-align: center;
    color: #ffa504;
    font-weight: bold;
    margin-bottom: 7.3313782991vw;
}

@media screen and (max-width: 768px) {

    .culinary .features h2,
    .nurse .features h2 {
        font-size: 5.5555555556vw;
    }
}

.culinary .features .inner .box,
.nurse .features .inner .box {
    max-width: 80.6451612903vw;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    padding-bottom: 60px;
}

@media screen and (max-width: 768px) {

    .culinary .features .inner .box,
    .nurse .features .inner .box {
        max-width: 93.0555555556vw;
    }
}

.culinary .features .inner .box h3,
.nurse .features .inner .box h3 {
    font-size: 2.1994134897vw;
    font-weight: bold;
    background-color: #ffa504;
    color: #ffffff;
    text-align: center;
    width: 69.6480938416vw;
    height: 5.1319648094vw;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-50%);
    position: relative;
}

@media screen and (max-width: 768px) {

    .culinary .features .inner .box h3,
    .nurse .features .inner .box h3 {
        font-size: 4.7222222222vw;
        width: 81.9444444444vw;
        height: 9.4444444444vw;
    }

    .culinary .features .inner .box h3 span,
    .nurse .features .inner .box h3 span {
        display: flex;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 5;
        background-color: #ffa504;
        border-radius: 15px;
    }
}

.culinary .features .inner .box h3 img,
.nurse .features .inner .box h3 img {
    position: absolute;
    bottom: 0;
    right: 4.7653958944vw;
    height: 10.9970674487vw;
}

@media screen and (max-width: 768px) {

    .culinary .features .inner .box h3 img,
    .nurse .features .inner .box h3 img {
        width: 23.6111111111vw;
        height: auto;
        z-index: -1;
        right: -9.7222222222vw;
        bottom: 5.5555555556vw;
    }
}

.culinary .features .inner .box h4,
.nurse .features .inner .box h4 {
    text-align: center;
    font-size: 1.7595307918vw;
    font-weight: bold;
    margin-bottom: 50px;
}

@media screen and (max-width: 768px) {

    .culinary .features .inner .box h4,
    .nurse .features .inner .box h4 {
        font-size: 4.4444444444vw;
        line-height: 1.4;
        margin-bottom: 5vw;
    }
}

.culinary .features .inner .box h4 span,
.nurse .features .inner .box h4 span {
    color: #ffa504;
}

.culinary .features .inner .box h4 br,
.nurse .features .inner .box h4 br {
    display: none;
}

@media screen and (max-width: 768px) {

    .culinary .features .inner .box h4 br,
    .nurse .features .inner .box h4 br {
        display: block;
    }
}

.culinary .features .inner .box .box_contents,
.nurse .features .inner .box .box_contents {
    font-size: 1.2463343109vw;
    line-height: 1.8;
    max-width: 54.9853372434vw;
    font-feature-settings: "palt";
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
    font-weight: 500;
}

@media screen and (max-width: 768px) {

    .culinary .features .inner .box .box_contents,
    .nurse .features .inner .box .box_contents {
        font-size: 3.8888888889vw;
        max-width: 81.9444444444vw;
    }

    .culinary .features .inner .box .box_contents span,
    .nurse .features .inner .box .box_contents span {
        display: inline;
    }
}

.culinary .features .inner .box .img,
.nurse .features .inner .box .img {
    max-width: 49.1202346041vw;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 50px;
}

@media screen and (max-width: 768px) {

    .culinary .features .inner .box.box-01,
    .nurse .features .inner .box.box-01 {
        padding-bottom: 0vw;
    }

    .culinary .features .inner .box.box-01 .img,
    .nurse .features .inner .box.box-01 .img {
        max-width: 81.9444444444vw;
        margin-bottom: 0;
        padding-bottom: 8.3333333333vw;
    }

    .culinary .features .inner .box.box-01 .img span:nth-of-type(1),
    .nurse .features .inner .box.box-01 .img span:nth-of-type(1) {
        display: none;
    }
}

@media screen and (max-width: 768px) {

    .culinary .features .inner .box.box-02,
    .nurse .features .inner .box.box-02 {
        margin-top: 13.8888888889vw;
        margin-bottom: 13.8888888889vw;
    }
}

.culinary .features .inner .box.box-02 .img,
.nurse .features .inner .box.box-02 .img {
    max-width: 38.4164222874vw;
}

@media screen and (max-width: 768px) {

    .culinary .features .inner .box.box-02 .img,
    .nurse .features .inner .box.box-02 .img {
        max-width: 81.9444444444vw;
    }
}

@media screen and (max-width: 768px) {

    .culinary .features .inner .box.box-02 .box_contents span,
    .nurse .features .inner .box.box-02 .box_contents span {
        width: 100%;
    }

    .culinary .features .inner .box.box-02 .box_contents img,
    .nurse .features .inner .box.box-02 .box_contents img {
        width: 100%;
    }
}

.culinary .features .inner .box.box-03 .img,
.nurse .features .inner .box.box-03 .img {
    max-width: 38.4164222874vw;
}

@media screen and (max-width: 768px) {

    .culinary .features .inner .box.box-03 .box_contents span,
    .nurse .features .inner .box.box-03 .box_contents span {
        width: 100%;
    }

    .culinary .features .inner .box.box-03 .box_contents img,
    .nurse .features .inner .box.box-03 .box_contents img {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {

    .culinary .features .inner .box.box-04 h3 img,
    .nurse .features .inner .box.box-04 h3 img {
        width: 93.0555555556vw;
        display: block;
    }
}

@media screen and (max-width: 768px) {

    .culinary .features .inner .box.box-04 .box_contents,
    .nurse .features .inner .box.box-04 .box_contents {
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {

    .culinary .features .inner .box.box-04 .box_contents .img,
    .nurse .features .inner .box.box-04 .box_contents .img {
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {

    .culinary .features .inner .box.box-04 .box_contents span,
    .nurse .features .inner .box.box-04 .box_contents span {
        width: 100%;
        padding-top: 8.3333333333vw;
    }

    .culinary .features .inner .box.box-04 .box_contents span img,
    .nurse .features .inner .box.box-04 .box_contents span img {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {

    .culinary .features .inner .box.box-05 h3 img,
    .nurse .features .inner .box.box-05 h3 img {
        width: 93.0555555556vw;
        display: block;
    }
}

@media screen and (max-width: 768px) {

    .culinary .features .inner .box.box-05 .box_contents,
    .nurse .features .inner .box.box-05 .box_contents {
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {

    .culinary .features .inner .box.box-05 .box_contents .img,
    .nurse .features .inner .box.box-05 .box_contents .img {
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {

    .culinary .features .inner .box.box-05 .box_contents span,
    .nurse .features .inner .box.box-05 .box_contents span {
        width: 100%;
        padding-top: 8.3333333333vw;
    }

    .culinary .features .inner .box.box-05 .box_contents span img,
    .nurse .features .inner .box.box-05 .box_contents span img {
        width: 100%;
    }
}

.culinary .features .features-contents,
.nurse .features .features-contents {
    position: relative;
    padding-top: 6.9648093842vw;
    padding-bottom: 8.7976539589vw;
}

.culinary .features .features-contents::before,
.nurse .features .features-contents::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffa504;
    opacity: 0.09;
    z-index: -1;
    border-radius: 0 30em 0 0;
}

@media screen and (max-width: 768px) {

    .culinary .features .features-contents::before,
    .nurse .features .features-contents::before {
        border-radius: 0 27.7777777778vw 0 0;
    }
}

.culinary .features .features-contents.re::after,
.nurse .features .features-contents.re::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: -1;
    border-radius: 30em 0 0 0;
}

@media screen and (max-width: 768px) {

    .culinary .features .features-contents.re::after,
    .nurse .features .features-contents.re::after {
        border-radius: 27.7777777778vw 0 0 0;
    }
}

.culinary .features .features-contents.re h3,
.nurse .features .features-contents.re h3 {
    background-color: transparent;
    transform: none;
    width: 100%;
}

@media screen and (max-width: 768px) {

    .culinary .features .features-contents.re h3,
    .nurse .features .features-contents.re h3 {
        height: auto;
    }
}

.culinary .features .features-contents.re h3 img,
.nurse .features .features-contents.re h3 img {
    position: static;
    max-width: 100%;
    height: auto;
}

.culinary .features .features-contents.re .box_contents,
.nurse .features .features-contents.re .box_contents {
    border: 3px solid #ffa504;
    border-top: none;
    position: relative;
    max-width: 100%;
}

.culinary .features .features-contents.re .box_contents .deco,
.nurse .features .features-contents.re .box_contents .deco {
    position: relative;
    top: 0;
}

@media screen and (max-width: 768px) {

    .culinary .features .features-contents.re .box_contents .deco,
    .nurse .features .features-contents.re .box_contents .deco {
        top: 0;
    }
}

.culinary .features .features-contents.re .box_contents .deco img,
.nurse .features .features-contents.re .box_contents .deco img {
    display: block;
    height: 2.0527859238vw;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 768px) {

    .culinary .features .features-contents.re .box_contents .deco img,
    .nurse .features .features-contents.re .box_contents .deco img {
        height: 4.7222222222vw;
    }
}

.culinary .features .features-contents.re .box_contents .img,
.nurse .features .features-contents.re .box_contents .img {
    display: flex;
    justify-content: center;
    gap: 3.6656891496vw;
    padding-top: 1.8328445748vw;
    max-width: 100%;
    padding-left: 7.3313782991vw;
    padding-right: 7.3313782991vw;
    padding-bottom: 4.3988269795vw;
    margin-bottom: 0;
}

.culinary .features .features-contents.re .box_contents .deco_f,
.nurse .features .features-contents.re .box_contents .deco_f {
    position: absolute;
    bottom: -0.5131964809vw;
    left: 52.5%;
    transform: translate(-50%, 100%);
    width: 3.6656891496vw;
    height: 3.6656891496vw;
    border: 3px solid #ffa504;
    background-color: #ffffff;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    rotate: 45deg;
}

@media screen and (max-width: 768px) {

    .culinary .features .features-contents.re .box_contents .deco_f,
    .nurse .features .features-contents.re .box_contents .deco_f {
        width: 9.7222222222vw;
        height: 9.7222222222vw;
        left: 55.5%;
        bottom: -1.3888888889vw;
    }
}

.culinary .features .features-contents.re .box,
.nurse .features .features-contents.re .box {
    padding-bottom: 0;
}

.culinary .features .features-contents.re .box.box-05 .box_contents .img,
.nurse .features .features-contents.re .box.box-05 .box_contents .img {
    flex-direction: column;
    margin-bottom: -4.7653958944vw;
}

.culinary .features .features-contents.re .box.box-05 .box_contents .deco_f,
.nurse .features .features-contents.re .box.box-05 .box_contents .deco_f {
    display: none;
}

.culinary .features .features-contents.re .box.box-05 .box_contents .deco_bg,
.nurse .features .features-contents.re .box.box-05 .box_contents .deco_bg {
    overflow: hidden;
}

@media screen and (max-width: 768px) {

    .culinary .features .features-contents.re .box.box-05 .box_contents .deco_bg,
    .nurse .features .features-contents.re .box.box-05 .box_contents .deco_bg {
        display: block;
        position: relative;
        bottom: 0;
    }
}

.culinary .features .features-contents.re .box.box-05 .box_contents .deco_bg img,
.nurse .features .features-contents.re .box.box-05 .box_contents .deco_bg img {
    transform: translateY(15px);
}

@media screen and (max-width: 768px) {

    .culinary .features .features-contents.re .box.box-05 .box_contents .deco_bg img,
    .nurse .features .features-contents.re .box.box-05 .box_contents .deco_bg img {
        transform: translateY(2.7777777778vw);
    }
}

.culinary .features .features-contents.re .box.box-04,
.nurse .features .features-contents.re .box.box-04 {
    margin-bottom: 7.3313782991vw;
}

@media screen and (max-width: 768px) {

    .culinary .features .features-contents.re .box.box-04,
    .nurse .features .features-contents.re .box.box-04 {
        margin-bottom: 13.8888888889vw;
    }
}

.culinary .features .features-contents.re .box.box-04,
.culinary .features .features-contents.re .box.box-05,
.nurse .features .features-contents.re .box.box-04,
.nurse .features .features-contents.re .box.box-05 {
    border: 3px solid #ffa504;
}

.culinary .features .features-contents.re .box.box-04 h3,
.culinary .features .features-contents.re .box.box-05 h3,
.nurse .features .features-contents.re .box.box-04 h3,
.nurse .features .features-contents.re .box.box-05 h3 {
    overflow: hidden;
    border-radius: 0;
    height: 5.8823529412vw;
    background-color: #fff6b0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 3px solid #ffa504;
    line-height: 1;
}

@media screen and (max-width: 768px) {

    .culinary .features .features-contents.re .box.box-04 h3,
    .culinary .features .features-contents.re .box.box-05 h3,
    .nurse .features .features-contents.re .box.box-04 h3,
    .nurse .features .features-contents.re .box.box-05 h3 {
        height: 20.8333333333vw;
    }
}

.culinary .features .features-contents.re .box.box-04 h3 picture,
.culinary .features .features-contents.re .box.box-05 h3 picture,
.nurse .features .features-contents.re .box.box-04 h3 picture,
.nurse .features .features-contents.re .box.box-05 h3 picture {
    height: 2.5735294118vw;
}

@media screen and (max-width: 768px) {

    .culinary .features .features-contents.re .box.box-04 h3 picture,
    .culinary .features .features-contents.re .box.box-05 h3 picture,
    .nurse .features .features-contents.re .box.box-04 h3 picture,
    .nurse .features .features-contents.re .box.box-05 h3 picture {
        height: 12.5vw;
    }
}

.culinary .features .features-contents.re .box.box-04 h3 img,
.culinary .features .features-contents.re .box.box-05 h3 img,
.nurse .features .features-contents.re .box.box-04 h3 img,
.nurse .features .features-contents.re .box.box-05 h3 img {
    height: 2.5735294118vw;
}

@media screen and (max-width: 768px) {

    .culinary .features .features-contents.re .box.box-04 h3 img,
    .culinary .features .features-contents.re .box.box-05 h3 img,
    .nurse .features .features-contents.re .box.box-04 h3 img,
    .nurse .features .features-contents.re .box.box-05 h3 img {
        height: 12.5vw;
        object-fit: contain;
    }
}

.culinary .features .features-contents.re .box.box-04 .box_contents,
.culinary .features .features-contents.re .box.box-05 .box_contents,
.nurse .features .features-contents.re .box.box-04 .box_contents,
.nurse .features .features-contents.re .box.box-05 .box_contents {
    border: none;
    margin-bottom: 0;
}

.culinary .features .features-contents.re .box.box-04 .box_contents .img,
.culinary .features .features-contents.re .box.box-05 .box_contents .img,
.nurse .features .features-contents.re .box.box-04 .box_contents .img,
.nurse .features .features-contents.re .box.box-05 .box_contents .img {
    position: relative;
    z-index: 10;
}

.culinary .features .features-contents.re .box.box-06,
.nurse .features .features-contents.re .box.box-06 {
    padding-top: 7.3313782991vw;
    padding-bottom: 7.3313782991vw;
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
}

.culinary .features .features-contents.re .box.box-06 .box_contents,
.nurse .features .features-contents.re .box.box-06 .box_contents {
    border: none;
}

.culinary .features .features-contents.re .box.box-06 .box_contents .img,
.nurse .features .features-contents.re .box.box-06 .box_contents .img {
    flex-direction: column;
}

@media screen and (max-width: 768px) {

    .culinary .features .features-contents.re .box.box-06 .box_contents .img,
    .nurse .features .features-contents.re .box.box-06 .box_contents .img {
        padding-left: 0;
        padding-right: 0;
    }

    .culinary .features .features-contents.re .box.box-06 .box_contents .img span,
    .nurse .features .features-contents.re .box.box-06 .box_contents .img span {
        width: 100%;
        margin-bottom: 8.3333333333vw;
    }

    .culinary .features .features-contents.re .box.box-06 .box_contents .img span img,
    .nurse .features .features-contents.re .box.box-06 .box_contents .img span img {
        width: 100%;
    }
}

.culinary .features .features-contents.re.full,
.nurse .features .features-contents.re.full {
    padding-top: 0;
    padding-bottom: 3.6656891496vw;
    margin-bottom: 100px;
}

.culinary .features .features-contents.re.full::before,
.nurse .features .features-contents.re.full::before {
    top: -25%;
    height: 125%;
    border-radius: 0;
}

.culinary .features .features-contents.re.full::after,
.nurse .features .features-contents.re.full::after {
    background-color: transparent;
}

.culinary .features .features-contents.end,
.nurse .features .features-contents.end {
    padding-bottom: 0;
}

@media screen and (max-width: 768px) {

    .culinary .features .features-contents.end h2,
    .nurse .features .features-contents.end h2 {
        margin-bottom: 8.3333333333vw;
    }
}

.culinary .features .features-contents .box-07,
.nurse .features .features-contents .box-07 {
    background-color: transparent;
}

.culinary .features .features-contents .box-07 h4,
.nurse .features .features-contents .box-07 h4 {
    margin-bottom: 0;
    transform: translateY(-50px);
}

@media screen and (max-width: 768px) {

    .culinary .features .features-contents .box-07 h4,
    .nurse .features .features-contents .box-07 h4 {
        transform: none;
    }
}

.culinary .features .features-contents .box-07 .img,
.nurse .features .features-contents .box-07 .img {
    gap: 3.6656891496vw;
    max-width: 100%;
    justify-content: center;
    padding-top: 2.1994134897vw;
}

@media screen and (max-width: 768px) {

    .culinary .features .features-contents .box-07 .img,
    .nurse .features .features-contents .box-07 .img {
        flex-direction: column;
        align-items: center;
    }
}

.culinary .features .features-contents .box-07 .img span,
.nurse .features .features-contents .box-07 .img span {
    width: 21.9941348974vw;
}

@media screen and (max-width: 768px) {

    .culinary .features .features-contents .box-07 .img span,
    .nurse .features .features-contents .box-07 .img span {
        width: 80.5555555556vw;
    }
}

.culinary .features .features-contents .box-08,
.nurse .features .features-contents .box-08 {
    background-color: transparent;
    padding-bottom: 14.6627565982vw;
}

@media screen and (max-width: 768px) {

    .culinary .features .features-contents .box-08,
    .nurse .features .features-contents .box-08 {
        padding-bottom: 33.3333333333vw;
    }
}

@media screen and (max-width: 768px) {

    .culinary .features .features-contents .box-08 .box_contents,
    .nurse .features .features-contents .box-08 .box_contents {
        max-width: 100%;
    }

    .culinary .features .features-contents .box-08 .box_contents img,
    .nurse .features .features-contents .box-08 .box_contents img {
        width: 100%;
    }
}

.culinary .features .features-contents .box-09,
.nurse .features .features-contents .box-09 {
    background-color: #ffffff;
    max-width: 100%;
}

.culinary .features .features-contents .box-09 .employment-list,
.nurse .features .features-contents .box-09 .employment-list {
    display: flex;
    justify-content: center;
    gap: 7.3313782991vw;
}

@media screen and (max-width: 768px) {

    .culinary .features .features-contents .box-09 .employment-list,
    .nurse .features .features-contents .box-09 .employment-list {
        flex-direction: column;
        gap: 0;
        padding-top: 8.3333333333vw;
    }
}

.culinary .features .features-contents .box-09 .employment-list ul,
.nurse .features .features-contents .box-09 .employment-list ul {
    list-style-type: disc;
    list-style-position: inside;
    padding-top: 0.7331378299vw;
}

@media screen and (max-width: 768px) {

    .culinary .features .features-contents .box-09 .employment-list ul,
    .nurse .features .features-contents .box-09 .employment-list ul {
        padding-top: 0;
    }
}

.culinary .features .features-contents .box-09 .employment-list li,
.nurse .features .features-contents .box-09 .employment-list li {
    font-size: 1.4662756598vw;
    font-weight: bold;
}

@media screen and (max-width: 768px) {

    .culinary .features .features-contents .box-09 .employment-list li,
    .nurse .features .features-contents .box-09 .employment-list li {
        font-size: 3.8888888889vw;
        letter-spacing: -0.05em;
    }

    .culinary .features .features-contents .box-09 .employment-list li::marker,
    .nurse .features .features-contents .box-09 .employment-list li::marker {
        margin-right: 0.1em;
    }
}

@media screen and (max-width: 768px) {

    .culinary .features .features-contents .box-09,
    .nurse .features .features-contents .box-09 {
        padding-bottom: 40px;
    }
}

.culinary .features .features-contents .box-09 .box_contents,
.nurse .features .features-contents .box-09 .box_contents {
    max-width: 79.1788856305vw;
}

@media screen and (max-width: 768px) {

    .culinary .features .features-contents .box-09 .box_contents,
    .nurse .features .features-contents .box-09 .box_contents {
        max-width: 80.5555555556vw;
        margin-top: -27.7777777778vw;
    }

    .culinary .features .features-contents .box-09 .box_contents span,
    .nurse .features .features-contents .box-09 .box_contents span {
        width: 100%;
    }

    .culinary .features .features-contents .box-09 .box_contents img,
    .nurse .features .features-contents .box-09 .box_contents img {
        width: 100%;
    }
}

.culinary .features .features-contents .box-09 .box_contents:nth-of-type(1),
.nurse .features .features-contents .box-09 .box_contents:nth-of-type(1) {
    max-width: 60.8504398827vw;
    transform: translateY(-4.3988269795vw);
}

@media screen and (max-width: 768px) {

    .culinary .features .features-contents .box-09 .box_contents:nth-of-type(1),
    .nurse .features .features-contents .box-09 .box_contents:nth-of-type(1) {
        max-width: 93.0555555556vw;
        transform: translateY(-27.7777777778vw);
        margin-top: 0;
    }

    .culinary .features .features-contents .box-09 .box_contents:nth-of-type(1) img,
    .nurse .features .features-contents .box-09 .box_contents:nth-of-type(1) img {
        width: 100%;
    }
}

.culinary .features .features-contents .box-10,
.nurse .features .features-contents .box-10 {
    background-color: #ffffff;
    max-width: 100%;
}

.culinary .features .features-contents .box-10 h3,
.nurse .features .features-contents .box-10 h3 {
    background-color: transparent;
    justify-content: flex-start;
    height: auto;
    transform: none;
    width: 100%;
}

@media screen and (max-width: 768px) {

    .culinary .features .features-contents .box-10 h3,
    .nurse .features .features-contents .box-10 h3 {
        justify-content: center;
    }
}

.culinary .features .features-contents .box-10 h3 img,
.nurse .features .features-contents .box-10 h3 img {
    width: 46.4076246334vw;
    position: relative;
    bottom: -3.2991202346vw;
    right: auto;
}

@media screen and (max-width: 768px) {

    .culinary .features .features-contents .box-10 h3 img,
    .nurse .features .features-contents .box-10 h3 img {
        bottom: 2.7777777778vw;
        width: 87.5vw;
        z-index: 0;
    }
}

.culinary .features .features-contents .box-10 .img,
.nurse .features .features-contents .box-10 .img {
    max-width: 83.7976539589vw;
    align-items: flex-start;
    gap: 2.9325513196vw;
    z-index: 1;
    position: relative;
}

@media screen and (max-width: 768px) {

    .culinary .features .features-contents .box-10 .img,
    .nurse .features .features-contents .box-10 .img {
        max-width: 93.0555555556vw;
        flex-direction: column;
    }
}

.culinary .features .features-contents .box-10 .img span,
.nurse .features .features-contents .box-10 .img span {
    width: 40.3225806452vw;
}

@media screen and (max-width: 768px) {

    .culinary .features .features-contents .box-10 .img span,
    .nurse .features .features-contents .box-10 .img span {
        width: 100%;
    }
}

.culinary .features .features-contents .box-11,
.nurse .features .features-contents .box-11 {
    max-width: 100%;
}

.culinary .features .features-contents .box-11 .video-box,
.nurse .features .features-contents .box-11 .video-box {
    border-top: 1px solid #000;
    padding-top: 5.4985337243vw;
    padding-bottom: 5.4985337243vw;
}

.culinary .features .features-contents .box-11 .video-content,
.nurse .features .features-contents .box-11 .video-content {
    max-width: 60.1173020528vw;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    overflow: hidden;
}

@media screen and (max-width: 768px) {

    .culinary .features .features-contents .box-11 .video-content,
    .nurse .features .features-contents .box-11 .video-content {
        max-width: 93.0555555556vw;
    }
}

.culinary .features .features-contents .box-11 .video-content iframe,
.nurse .features .features-contents .box-11 .video-content iframe {
    aspect-ratio: 12.83/9;
}

@media screen and (max-width: 768px) {

    .culinary .features .features-contents .box-11 .video-content iframe,
    .nurse .features .features-contents .box-11 .video-content iframe {
        aspect-ratio: 12.83/8.5;
    }
}

.culinary #section-01,
.nurse #section-01 {
    scroll-margin-top: 4.3988269795vw;
}

.culinary #section-02,
.nurse #section-02 {
    scroll-margin-top: 4.3988269795vw;
}

.culinary #section-03,
.nurse #section-03 {
    scroll-margin-top: 4.3988269795vw;
}

.culinary #section-04,
.nurse #section-04 {
    scroll-margin-top: 4.3988269795vw;
}

.culinary #movie-01,
.nurse #movie-01 {
    scroll-margin-top: 1.4662756598vw;
}

.culinary #movie-02,
.nurse #movie-02 {
    scroll-margin-top: 1.4662756598vw;
}

.nurse .base_mv {
    background-color: #ff6985;
}

.nurse .sub_menu li {
    box-shadow: #ff6985 5px 5px 0px;
    border-color: #ff6985;
}

.nurse .sub_menu li a svg {
    stroke: #ff6985;
}

.nurse .features h2 {
    color: #ff6985 !important;
}

.nurse .features .inner .box.box-04,
.nurse .features .inner .box.box-05 {
    border: 3px solid #ff6985 !important;
}

.nurse .features .inner .box.box-04 h3,
.nurse .features .inner .box.box-05 h3 {
    overflow: hidden;
    border-radius: 0;
    height: 5.8823529412vw;
    background-color: #fff6b0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 3px solid #ff6985 !important;
    line-height: 1;
}

@media screen and (max-width: 768px) {

    .nurse .features .inner .box.box-04 h3,
    .nurse .features .inner .box.box-05 h3 {
        height: 20.8333333333vw;
    }
}

.nurse .features .inner .box.box-04 h3 picture,
.nurse .features .inner .box.box-05 h3 picture {
    height: 2.5735294118vw;
}

@media screen and (max-width: 768px) {

    .nurse .features .inner .box.box-04 h3 picture,
    .nurse .features .inner .box.box-05 h3 picture {
        height: 20.8333333333vw;
    }
}

.nurse .features .inner .box.box-04 h3 img,
.nurse .features .inner .box.box-05 h3 img {
    height: 2.5735294118vw;
}

@media screen and (max-width: 768px) {

    .nurse .features .inner .box.box-04 h3 img,
    .nurse .features .inner .box.box-05 h3 img {
        height: 20.8333333333vw;
    }
}

.nurse .features .inner .box.box-04 .box_contents,
.nurse .features .inner .box.box-05 .box_contents {
    border: none;
    margin-bottom: 0;
}

.nurse .features .inner .box.box-04 .box_contents .img,
.nurse .features .inner .box.box-05 .box_contents .img {
    position: relative;
    z-index: 10;
}

@media screen and (max-width: 768px) {
    .nurse .features .inner .box.box-01 .img span:nth-of-type(1) {
        display: block;
    }
}

.nurse .features .inner .box.box-05 {
    border: 3px solid #ff6985;
}

.nurse .features .inner .box.box-09 .employment-list {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .nurse .features .inner .box.box-09 .employment-list {
        flex-direction: column;
    }
}

.nurse .features .inner .box.box-09 .employment-list ul {
    list-style-type: disc;
    list-style-position: inside;
    padding-top: 1.4662756598vw;
}

.nurse .features .inner .box.box-09 .employment-list li {
    font-size: 1.3196480938vw;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .nurse .features .inner .box.box-09 .employment-list li {
        font-size: 4.4444444444vw;
    }
}

.nurse .features .inner .box h3 {
    background-color: #ff6985;
}

@media screen and (max-width: 768px) {
    .nurse .features .inner .box h3 span {
        background: #ff6985;
    }
}

.nurse .features .inner .box h4 span {
    color: #ff6985;
}

.nurse .features .features-contents::before {
    background: #ff6985;
}

.nurse .features .features-contents.re .box_contents {
    border-color: #ff6985;
}

.nurse .features .features-contents.re .box_contents .deco_f {
    border-color: #ff6985;
}

.nurse .features .features-contents .box-10 h3 {
    background-color: transparent;
}

/*
 * qanda.css
 *
 */
.qnnda {
    /* メインタイトル
  ---------------------------------------------------------- */
    /* QAエリア
  ---------------------------------------------------------- */
    /* 切り替えタブボタン
  ---------------------------------------------------------- */
    /* QAコンテンツ
  ---------------------------------------------------------- */
    /* QAリスト
  ---------------------------------------------------------- */
    /* QAリスト（画像つきアンサー）
  ---------------------------------------------------------- */
}

.qnnda .qa-wrap {
    position: relative;
}

.qnnda .qa-wrap:before {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    background: url(../../img/qanda/qa_bg_l.png) top right;
    background-size: 32px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.qnnda .qa-wrap:after {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    background: url(../../img/qanda/qa_bg_r.png) top left;
    background-size: 32px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.qnnda .qa-wrap img {
    width: 100%;
}

.qnnda .qa-wrap-in {
    background: url(../../img/qanda/content_bg.png) top center repeat-y;
    background-size: 86%;
}

@media screen and (min-width: 769px) {
    .qnnda {
        /* PC */
    }

    .qnnda .qa-wrap {
        background-size: 20px;
    }

    .qnnda .qa-wrap:before {
        background-size: 64px;
    }

    .qnnda .qa-wrap:after {
        background-size: 64px;
    }

    .qnnda .qa-wrap-in {
        background: url(../../img/qanda/content_bg.png) top center repeat-y;
    }
}

.qnnda .qa-wrap img {
    width: 14em;
}

@media screen and (max-width: 768px) {
    .qnnda .qa-wrap img {
        width: 100%;
    }
}

.qnnda .qa-mv img {
    width: 100%;
}

.qnnda .main-title {
    padding: 0 10px 0;
}

@media screen and (min-width: 769px) {
    .qnnda {
        /* PC */
    }

    .qnnda .main-title {
        padding: 0;
        width: 716px;
        margin: 0 auto;
    }
}

.qnnda .qa-box {
    margin-top: -40px;
    padding: 0 13px 24px;
}

@media screen and (min-width: 769px) {
    .qnnda {
        /* PC */
    }

    .qnnda .qa-box {
        margin-top: -70px;
        padding: 0 0 100px;
    }
}

.qnnda #tab1,
.qnnda #tab2 {
    display: none;
}

.qnnda .tab-area {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
}

.qnnda .tab-area label {
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 10px;
    padding: 10px 30px 6px;
    background: #fff;
    border-radius: 4px 4px 0 0;
    cursor: pointer;
}

.qnnda .tab-area label.tab1-label {
    color: #ff6985;
    border: 2px solid #ff6985;
    border-bottom: none;
}

.qnnda .tab-area label.tab2-label {
    color: #ffa504;
    border: 2px solid #ffa504;
    border-bottom: none;
}

.qnnda #tab1:checked~.tab-area label.tab1-label {
    color: #fff;
    background: #ff6985;
}

.qnnda #tab2:checked~.tab-area label.tab2-label {
    color: #fff;
    background: #ffa504;
}

.qnnda .tab-panel {
    display: none;
}

.qnnda #tab1:checked~.panel-area #panel1 {
    display: block;
}

.qnnda #tab2:checked~.panel-area #panel2 {
    display: block;
}

@media screen and (min-width: 769px) {
    .qnnda {
        /* PC */
    }

    .qnnda .tab-area label {
        font-size: 2rem;
        margin: 0 40px;
        padding: 12px 50px;
        border-radius: 6px 6px 0 0;
    }

    .qnnda .tab-area label.tab1-label {
        border: 4px solid #ff6985;
        border-bottom: none;
    }

    .qnnda .tab-area label.tab2-label {
        border: 4px solid #ffa504;
        border-bottom: none;
    }
}

.qnnda .tab-panel {
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}

.qnnda #panel1.tab-panel {
    border: 2px solid #ff6985;
}

.qnnda #panel2.tab-panel {
    border: 2px solid #ffa504;
}

@media screen and (min-width: 769px) {
    .qnnda {
        /* PC */
    }

    .qnnda .tab-panel {
        border-radius: 20px;
        width: 694px;
        margin: 0 auto;
    }

    .qnnda #panel1.tab-panel {
        border: 4px solid #ff6985;
    }

    .qnnda #panel2.tab-panel {
        border: 4px solid #ffa504;
    }
}

.qnnda .qa-list>dt {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.6;
    padding: 15px 30px 15px 50px;
}

.qnnda .qa-list>dd {
    padding: 15px 10px 15px 50px;
    display: none;
}

.qnnda .qa-list>dd.qa-img-cn {
    padding: 15px 10px 40px 50px;
}

.qnnda .qa-list>dd h1,
.qnnda .qa-list>dd h2,
.qnnda .qa-list>dd h3 {
    color: #ff6985;
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: bold;
    padding: 0.4em 0;
}

.qnnda .qa-list>dd p {
    line-height: 1.6;
    font-weight: 500;
    color: #000;
}

.qnnda .qa-list>dd p:first-of-type {
    font-size: 1.4rem;
    display: flex;
    gap: 5px;
}

@media screen and (max-width: 768px) {
    .qnnda .qa-list>dd p:first-of-type {
        flex-wrap: wrap;
    }
}

.qnnda .qa-list>dd p:not(:first-of-type) {
    font-size: 1.25rem;
}

.qnnda .qa-list>dd .qa-caption {
    font-size: 1.1rem;
    line-height: 1.6;
    margin: 10px 0 0;
}

.qnnda .qa-list>dd .qa-dl {
    margin: 10px 0 0;
}

.qnnda .qa-list>dd .qa-dl>dt {
    font-size: 1.4rem;
    line-height: 1.6;
}

.qnnda .qa-list>dd .qa-dl>dd {
    font-size: 1.3rem;
    line-height: 1.6;
}

.qnnda .qa-list>dd .qa-sub>div:nth-child(2) {
    padding: 10px 0 0;
}

.qnnda .qa-list>dd .qa-sub>div:nth-child(2).culinary_qa_02 {
    padding: 10px 9px 0 0;
}

.qnnda .qa-list>dd .qa-sub>div:nth-child(2).graph_01 {
    padding: 10px 0 0 0;
}

.qnnda .qa-list>dd .qa-sub>div:nth-child(2).graph_02 {
    padding: 18px 46px 0 0;
}

.qnnda #panel1 .qa-list>dt {
    color: #795934;
    border-top: 1px solid #ff6985;
    background: url(../../img/qanda/nurse_icon_q.png) left 16px center no-repeat, url(../../img/qanda/nurse_icon_open.png) right 16px center no-repeat;
    background-size: 21px, 10px;
}

.qnnda #panel1 .qa-list>dt.open {
    background: url(../../img/qanda/nurse_icon_q.png) left 16px center no-repeat, url(../../img/qanda/nurse_icon_close.png) right 16px center no-repeat;
    background-size: 21px, 10px;
}

.qnnda #panel1 .qa-list:first-child>dt {
    border: none;
}

.qnnda #panel1 .qa-list>dd {
    border-top: 1px solid #ff6985;
    background: url(../../img/qanda/nurse_icon_a.png) left 17px top 17px no-repeat #fff0f3;
    background-size: 18px;
}

.qnnda #panel1 .qa-list>dd .qa-dl>dt {
    color: #ff6985;
}

.qnnda #panel2 .qa-list>dt {
    color: #35463c;
    border-top: 1px solid #ffa504;
    background: url(../../img/qanda/culinary_icon_q.png) left 16px center no-repeat, url(../../img/qanda/culinary_icon_open.png) right 16px center no-repeat;
    background-size: 21px, 10px;
}

.qnnda #panel2 .qa-list>dt.open {
    background: url(../../img/qanda/culinary_icon_q.png) left 16px center no-repeat, url(../../img/qanda/culinary_icon_close.png) right 16px center no-repeat;
    background-size: 21px, 10px;
}

.qnnda #panel2 .qa-list:first-child>dt {
    border: none;
}

.qnnda #panel2 .qa-list>dd {
    border-top: 1px solid #ffa504;
    background: url(../../img/qanda/culinary_icon_a.png) left 17px top 17px no-repeat #fff6ea;
    background-size: 18px;
}

.qnnda #panel2 .qa-list>dd .qa-dl>dt {
    color: #ffa504;
}

@media screen and (min-width: 769px) {
    .qnnda {
        /* PC */
    }

    .qnnda .qa-list>dt {
        font-size: 1.6rem;
        padding: 20px 33px 20px 55px;
        cursor: pointer;
    }

    .qnnda .qa-list>dd {
        padding: 20px 10px 20px 55px;
        display: none;
    }

    .qnnda .qa-list>dd.qa-img-cn {
        padding: 20px 10px 0 55px;
    }

    .qnnda .qa-list>dd .qa-text {
        font-size: 1.6rem;
    }

    .qnnda .qa-list>dd .qa-caption {
        font-size: 1.3rem;
    }

    .qnnda .qa-list>dd .qa-dl>dt {
        font-size: 1.6rem;
    }

    .qnnda .qa-list>dd .qa-dl>dd {
        font-size: 1.4rem;
    }

    .qnnda .qa-list>dd .qa-sub {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-start;
    }

    .qnnda .qa-list>dd .qa-sub>div {
        width: 49%;
    }

    .qnnda .qa-list>dd .qa-sub>div:nth-child(2) {
        padding: 0;
    }

    .qnnda .qa-list>dd .qa-sub>div:nth-child(2).culinary_qa_02 {
        padding: 0 9px 0 0;
    }

    .qnnda .qa-list>dd .qa-sub>div:nth-child(2).graph_01 {
        padding: 0;
    }

    .qnnda .qa-list>dd .qa-sub>div:nth-child(2).graph_02 {
        padding: 0 20px 0 0;
    }

    .qnnda #panel1 .qa-list>dt {
        background: url(../../img/qanda/nurse_icon_q.png) left 16px center no-repeat, url(../../img/qanda/nurse_icon_open.png) right 20px center no-repeat;
        background-size: 28px, 10px;
    }

    .qnnda #panel1 .qa-list>dt.open {
        background: url(../../img/qanda/nurse_icon_q.png) left 16px center no-repeat, url(../../img/qanda/nurse_icon_close.png) right 20px center no-repeat;
        background-size: 28px, 10px;
    }

    .qnnda #panel1 .qa-list>dd {
        background: url(../../img/qanda/nurse_icon_a.png) left 17px top 20px no-repeat #fff0f3;
        background-size: 25px;
    }

    .qnnda #panel2 .qa-list>dt {
        background: url(../../img/qanda/culinary_icon_q.png) left 16px center no-repeat, url(../../img/qanda/culinary_icon_open.png) right 20px center no-repeat;
        background-size: 28px, 10px;
    }

    .qnnda #panel2 .qa-list>dt.open {
        background: url(../../img/qanda/culinary_icon_q.png) left 16px center no-repeat, url(../../img/qanda/culinary_icon_close.png) right 20px center no-repeat;
        background-size: 28px, 10px;
    }

    .qnnda #panel2 .qa-list>dd {
        background: url(../../img/qanda/culinary_icon_a.png) left 17px top 20px no-repeat #fff6ea;
        background-size: 25px;
    }
}

@media screen and (min-width: 769px) {
    .qnnda {
        /* PC */
    }

    .qnnda #panel1 .panel-list-img {
        margin-top: -10px;
        margin-bottom: 30px;
    }

    .qnnda .culinary_qa_02_text {
        max-width: 180px;
    }

    .qnnda .culinary_qa_02_img {
        width: 430px !important;
        margin-top: -10px;
        margin-bottom: 30px;
    }
}

#anan-news .main-title {
    height: 340px;
}

@media screen and (max-width: 768px) {
    #anan-news .main-title {
        height: auto;
    }
}

#anan-news .main-title h1 {
    height: 100%;
}

#anan-news .main-title h1 img {
    object-fit: cover;
    height: 100%;
}

#anan-news .news-detail-box {
    margin: 38px 0 40px;
    padding: 80px 0 60px;
    background: url(../../img/common/line_01.png) top center repeat-x, url(../../img/common/line_02.png) bottom center repeat-x;
    background-size: auto 18px, auto 10px;
}

@media screen and (max-width: 768px) {
    #anan-news .news-detail-box {
        margin-top: 15px;
        padding: 36px 20px;
    }
}

#anan-news .news-detail {
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 1166px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 768px) {
    #anan-news .news-detail {
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 30px;
    }
}

#anan-news.archive .news-date {
    padding-bottom: 0;
    height: 80px;
}

@media screen and (max-width: 768px) {
    #anan-news.archive .news-date {
        flex-wrap: wrap;
        align-items: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

#anan-news.archive .nd-title {
    background: none;
    padding-left: 4em;
    margin: 0;
    padding-bottom: 0;
}

@media screen and (max-width: 768px) {
    #anan-news.archive .nd-title {
        padding-left: 0;
        width: 100%;
    }
}

#anan-news.archive .nd-title a {
    color: #333333;
}

.news-detail-box {
    margin: 18px 0 26px;
    padding: 36px 20px;
    background: url(../../img/common/line_01.png) top center repeat-x, url(../../img/common/line_02.png) bottom center repeat-x;
    background-size: auto 18px, auto 10px;
}

.news-date {
    font-size: 1.5rem;
    font-weight: bold;
    background: url(../../img/common/line_03.png) bottom center repeat-x;
    background-size: auto 3px;
    padding: 0 0 15px;
}

@media screen and (max-width: 768px) {
    .news-date {
        display: flex;
        font-size: 18px;
    }

    .news-date ul {
        margin-bottom: 0;
    }
}

.news-date span {
    display: inline-block;
    background: #ccc;
    margin: 0 0 0 10px;
    font-size: 1rem;
    vertical-align: middle;
    padding: 3px 8px;
    border-radius: 100px;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .news-date span {
        font-size: 14px;
    }
}

.news-date span.cat_001 {
    background: #f30052;
}

.news-date span.cat_002 {
    background: #4d4adc;
}

.nd-title {
    font-size: 1.9rem;
    background: url(../../img/common/line_03.png) bottom center repeat-x;
    background-size: auto 3px;
    padding: 0 0 15px;
    margin: 15px 0 0;
    line-height: 1.4;
}

.news-back {
    background: url(../../img/common/line_03.png) top center repeat-x;
    background-size: auto 3px;
    margin: 20px 0 0;
    padding: 30px 0 0;
}

.news-entry p {
    font-size: 1.4rem;
    margin: 10px 0 0;
    line-height: 1.4;
}

.news-entry img {
    max-width: 100%;
    height: auto;
    margin: 10px 0 0;
}

.news-entry p a {
    text-decoration: underline;
}

.news-entry p a:hover {
    text-decoration: none;
}

.news-entry h1 {
    font-size: 2rem;
    margin: 10px 0 0;
    line-height: 1.4;
    font-weight: bold;
}

.news-entry h2 {
    font-size: 1.8rem;
    margin: 10px 0 0;
    line-height: 1.4;
    font-weight: bold;
}

.news-entry h3 {
    font-size: 1.6rem;
    margin: 10px 0 0;
    line-height: 1.4;
    font-weight: bold;
}

.news-entry h4 {
    font-size: 1.5rem;
    margin: 10px 0 0;
    line-height: 1.4;
    font-weight: bold;
}

.news-entry h5 {
    font-size: 1.4rem;
    margin: 10px 0 0;
    line-height: 1.4;
    font-weight: bold;
}

.news-entry h6 {
    font-size: 1.4rem;
    margin: 10px 0 0;
    line-height: 1.4;
    font-weight: bold;
}

.news-back ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
}

.news-back ul li {
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 10px;
}

.news-back ul li>span {
    border-bottom: 2px solid #000;
}

.news-back ul li.next>a {
    display: block;
    position: relative;
    text-indent: -9999px;
    line-height: 44px;
}

.news-back ul li.next>a::before {
    content: "";
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(-135deg);
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -5px;
}

.news-back ul li.prev>a {
    display: block;
    position: relative;
    text-indent: -9999px;
    line-height: 44px;
}

.news-back ul li.prev>a::before {
    content: "";
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -5px;
}

.news-back ul li.back>a {
    display: block;
    border: 5px double #000;
    padding: 10px 20px;
}

@media screen and (max-width: 768px) {
    .news-back ul li.back>a {
        line-height: 1.4;
    }
}

@media screen and (min-width: 660px) {

    /* PC */
    .news-detail-box {
        margin: 38px 0 40px;
        padding: 80px 0 60px;
    }

    .news-date {
        font-size: 1.6rem;
        display: flex;
        align-items: center;
    }

    .news-date ul {
        margin-bottom: 0;
    }

    .news-date span {
        margin: 0 0 0 30px;
        font-size: 1.2rem;
        padding: 3px 12px;
    }

    .nd-title {
        font-size: 2rem;
    }

    .news-back {
        background: url(../../img/common/line_03.png) top center repeat-x;
        background-size: auto 3px;
        margin: 20px 0 0;
        padding: 30px 0 0;
    }

    .news-entry p {
        font-size: 1.5rem;
        margin: 20px 0 0;
    }

    .news-entry img {
        margin: 20px 0 0;
    }

    .news-back ul li.back>a {
        padding: 10px 40px;
        line-height: 1.2;
    }

    .news-back ul li.back>a:hover {
        opacity: 0.7;
    }
}

/*
 * schoollife.css
 * fluid(, 1364)
 */
.anchor-link {
    padding: 20px 30px;
}

@media screen and (min-width: 769px) {
    .anchor-link {
        padding: 26px 0 20px;
        width: 434px;
        margin: 0 auto;
    }
}

.anchor-link ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

.anchor-link ul li {
    width: 25%;
    border-right: 1px solid #000;
}

.anchor-link ul li:nth-child(1) {
    border-left: 1px solid #000;
}

.anchor-link ul li a {
    font-weight: 500;
    display: block;
    text-align: center;
    font-size: 1.1rem;
    background: url(../../img/schoollife/link_arw_01.png) bottom 5px center no-repeat;
    background-size: 10px;
    padding: 9px 0 18px;
    color: #000;
}

@media screen and (min-width: 769px) {
    .anchor-link ul li a {
        font-size: 1.5rem;
        background: url(../../img/schoollife/link_arw_01.png) bottom 7px center no-repeat;
        background-size: 14px;
        padding: 12px 0 22px;
    }
}

.schoollife {
    font-weight: 500;
}

.schoollife p {
    font-size: 1.2463343109vw;
    line-height: 1.8;
}

@media (max-width: 575px) {
    .schoollife p {
        font-size: 1.4rem;
    }
}

.schoollife .main-title h1 {
    height: 46vw;
    background: url(../../img/schoollife/main_title_sp.jpg) top center no-repeat;
    background-size: auto 46vw;
    text-indent: -9999px;
}

@media screen and (min-width: 769px) {
    .schoollife .main-title h1 {
        height: 340px;
        background: url(../../img/schoollife/main_title_pc.jpg) top center no-repeat #d9edea;
        background-size: auto 340px, auto 340px;
        text-indent: -9999px;
    }
}

.schoollife .bg-bar {
    overflow-y: hidden;
    position: relative;
    background: url(../../img/schoollife/line_bg_top.png);
    height: 6.8914956012vw;
    background-size: cover;
}

@media (max-width: 575px) {
    .schoollife .bg-bar {
        display: none;
    }
}

.schoollife .sec {
    position: relative;
}

.schoollife .sec:not(:first-of-type) {
    margin-top: 8.064516129vw;
    border-top: 2px solid #000;
}

@media (max-width: 575px) {
    .schoollife .sec:not(:first-of-type) {
        margin-top: 6.5rem;
    }
}

.schoollife .sec.--reverse .sec-mv {
    margin-left: inherit;
    margin-right: auto;
}

.schoollife .sec.--reverse .sec-ttl {
    left: inherit;
    right: 8.064516129vw;
}

@media (max-width: 575px) {
    .schoollife .sec.--reverse .sec-ttl {
        right: 0;
    }
}

.schoollife .sec-mv {
    position: relative;
    width: min(100%, 75.5131964809vw);
    margin-left: auto;
}

@media (max-width: 575px) {
    .schoollife .sec-mv {
        width: 100%;
    }
}

.schoollife .sec-ttl {
    position: absolute;
    top: 3.6656891496vw;
    left: 8.064516129vw;
    font-size: 10.2639296188vw;
    letter-spacing: -0.7331378299vw;
    color: #f1f0f0;
    writing-mode: vertical-rl;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    text-wrap: nowrap;
    z-index: 1;
}

@media (max-width: 575px) {
    .schoollife .sec-ttl {
        font-size: 7rem;
        top: 38rem;
        left: 10px;
        mix-blend-mode: multiply;
    }
}

.schoollife .anans-style .sec-mv {
    width: min(100%, 80.6451612903vw);
}

@media (max-width: 575px) {
    .schoollife .anans-style .sec-mv {
        width: 100%;
        margin-top: 2rem;
    }
}

@media (max-width: 575px) {
    .schoollife .anans-style .sec-ttl {
        top: 0;
    }
}

.schoollife .unifome .sec-mv::before {
    content: "";
    background: url(../../img/schoollife/schoollife-s2-02.png);
    width: 7.3313782991vw;
    height: 11.5835777126vw;
    background-size: 100%;
    display: block;
    position: absolute;
    top: -10px;
    left: 4.0322580645vw;
    background-repeat: no-repeat;
}

@media (max-width: 575px) {
    .schoollife .unifome .sec-mv::before {
        background: url(../../img/schoollife/schoollife-s2-02_sp.png);
        width: 20rem;
        height: 8.5rem;
        left: 0;
        top: -4.25rem;
        background-size: contain;
        background-repeat: no-repeat;
    }
}

.schoollife .unifome .txt {
    background: #f1f0f0;
    padding: 3.6656891496vw;
    width: fit-content;
    position: absolute;
    top: 43.9882697947vw;
    right: 9.5307917889vw;
}

@media (max-width: 575px) {
    .schoollife .unifome .txt {
        position: relative;
        top: -2rem;
        right: inherit;
        left: 0;
        padding: 2.8rem 4rem;
        width: 80%;
    }
}

.schoollife .unifome .list {
    display: flex;
    gap: 0.7331378299vw;
    width: 85.7771260997vw;
    margin-top: 11.5835777126vw;
}

@media (max-width: 575px) {
    .schoollife .unifome .list {
        margin-top: 2rem;
        gap: 5px;
        flex-wrap: wrap;
        width: calc(100% - 10px);
        margin-left: auto;
        margin-right: auto;
    }
}

.schoollife .unifome .list li:nth-of-type(even) {
    margin-top: 4.0322580645vw;
}

@media (max-width: 575px) {
    .schoollife .unifome .list li:nth-of-type(even) {
        margin-top: 0;
    }
}

@media (max-width: 575px) {
    .schoollife .unifome .list li {
        width: calc((100% - 5px) / 2);
    }
}

.schoollife .school-facility .sec-mv {
    position: relative;
    width: min(100%, 75.5131964809vw);
    margin-left: auto;
}

@media (max-width: 575px) {
    .schoollife .school-facility .sec-mv {
        width: 100%;
    }
}

.schoollife .school-facility .sec-mv h3 {
    font-size: 1.7595307918vw;
    margin: 3.0791788856vw 0 2.1994134897vw;
}

@media (max-width: 575px) {
    .schoollife .school-facility .sec-mv h3 {
        font-size: 1.6rem;
    }
}

.schoollife .school-facility .sec-mv p {
    line-height: 2;
}

@media (max-width: 575px) {
    .schoollife .school-facility .sec-mv p {
        font-size: 1.4rem;
    }
}

@media (max-width: 575px) {

    .schoollife .school-facility .sec-mv h3,
    .schoollife .school-facility .sec-mv p {
        width: 70%;
        margin-left: auto;
    }
}

@media (max-width: 575px) {
    .schoollife .school-facility .sec-ttl {
        top: 22rem;
    }
}

.schoollife .school-facility .block-01 {
    margin-top: 3.2991202346vw;
    margin-left: auto;
    width: 80.6451612903vw;
}

@media (max-width: 575px) {
    .schoollife .school-facility .block-01 {
        width: 100%;
        margin-top: 4rem;
        margin-bottom: 8rem;
    }
}

.schoollife .school-facility .block-02 {
    margin-top: 15.0293255132vw;
    margin-bottom: 9.8973607038vw;
    display: flex;
    flex-direction: column;
    gap: 5.4985337243vw;
}

@media (max-width: 575px) {
    .schoollife .school-facility .block-02 {
        gap: 0;
        margin-bottom: 0;
    }
}

.schoollife .school-facility .block-02__item {
    width: 87.9765395894vw;
    margin-right: 5.4985337243vw;
    margin-left: auto;
    position: relative;
}

@media (max-width: 575px) {
    .schoollife .school-facility .block-02__item {
        width: 100%;
        margin-left: 0;
        display: flex;
        flex-direction: column-reverse;
    }
}

.schoollife .school-facility .block-02__item.--reverse {
    margin-right: auto;
    margin-left: 5.4985337243vw;
}

@media (max-width: 575px) {
    .schoollife .school-facility .block-02__item.--reverse {
        margin-left: 0;
    }
}

.schoollife .school-facility .block-02__item.--reverse img {
    margin-left: 0;
    margin-right: auto;
}

.schoollife .school-facility .block-02__item.--reverse .wrap {
    top: 10.2639296188vw;
    bottom: inherit;
    left: inherit;
    right: 0;
}

.schoollife .school-facility .block-02 img {
    width: 56.0850439883vw;
    display: block;
    margin-left: auto;
}

@media (max-width: 575px) {
    .schoollife .school-facility .block-02 img {
        width: 92%;
        position: relative;
        z-index: 1;
        top: -8rem;
    }
}

.schoollife .school-facility .block-02 .wrap {
    padding: 4.3988269795vw;
    background: #f7bc57;
    color: #fff;
    width: fit-content;
    position: absolute;
    top: inherit;
    bottom: 10.2639296188vw;
    left: 0;
}

@media (max-width: 575px) {
    .schoollife .school-facility .block-02 .wrap {
        width: 100%;
        padding: 5rem;
        padding-bottom: 12rem;
        position: static;
    }
}

.schoollife .school-facility .block-02 h4 {
    font-size: 1.7595307918vw;
    margin-bottom: 2.5659824047vw;
    font-weight: bold;
}

@media (max-width: 575px) {
    .schoollife .school-facility .block-02 h4 {
        font-size: 1.6rem;
        margin-bottom: 3rem;
    }
}

.schoollife .school-facility .list {
    width: 73.3137829912vw;
    margin: 0 auto;
    display: flex;
    gap: 1.0997067449vw;
    margin-bottom: 9.8973607038vw;
}

@media (max-width: 575px) {
    .schoollife .school-facility .list {
        width: 88%;
        gap: 10px;
        flex-wrap: wrap;
    }
}

@media (max-width: 575px) {
    .schoollife .school-facility .list li {
        width: calc((100% - 10px) / 2);
    }
}

.schoollife .school-facility .list p {
    font-size: 1.1730205279vw;
    text-align: center;
    margin-top: 0.7331378299vw;
}

@media (max-width: 575px) {
    .schoollife .school-facility .list p {
        font-size: 1.6rem;
    }
}

.schoollife .school-facility .schedule {
    background: #231815;
    position: relative;
    padding: 2.1260997067vw 0;
}

@media (max-width: 575px) {
    .schoollife .school-facility .schedule {
        padding: 2rem 0;
    }
}

.schoollife .school-facility .schedule h2 {
    position: absolute;
    top: 0;
    left: 5.4985337243vw;
    color: #fff;
    font-size: 1.8328445748vw;
    font-weight: bold;
    line-height: 1.1;
    font-family: system-ui;
}

@media (max-width: 575px) {
    .schoollife .school-facility .schedule h2 {
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        font-size: 1.4rem;
    }
}

.schoollife .school-facility .schedule__slider {
    display: flex;
    align-items: center;
}

@media (max-width: 575px) {
    .schoollife .school-facility .schedule__slider {
        flex-wrap: wrap;
        gap: 10px 0;
    }
}

.schoollife .school-facility .schedule__item {
    width: 25vw;
}

@media (max-width: 575px) {
    .schoollife .school-facility .schedule__item {
        width: 50%;
    }
}

.schoollife .school-facility .calendar {
    padding: 4.3988269795vw;
}

@media (max-width: 575px) {
    .schoollife .school-facility .calendar {
        width: 90%;
        margin: 0 auto;
    }
}

.schoollife .school-facility .calendar__wrap {
    display: flex;
    padding: 0 1.4662756598vw 2.0527859238vw;
}

@media (max-width: 575px) {
    .schoollife .school-facility .calendar__wrap {
        flex-direction: column;
    }
}

.schoollife .school-facility .calendar__wrap:not(:last-of-type) {
    border-bottom: 2px solid #000;
}

@media (max-width: 575px) {
    .schoollife .school-facility .calendar__wrap:not(:last-of-type) {
        border: none;
    }
}

.schoollife .school-facility .calendar__wrap:not(:first-of-type) {
    margin-top: 2.9325513196vw;
}

.schoollife .school-facility .calendar__item {
    width: 25%;
}

@media (max-width: 575px) {
    .schoollife .school-facility .calendar__item {
        width: 100%;
        padding: 1.5rem 1em;
    }
}

@media (max-width: 575px) {
    .schoollife .school-facility .calendar__item:not(.end) {
        border-bottom: 1px solid #000;
    }
}

.schoollife .school-facility .calendar__item h3 {
    font-size: 3.2991202346vw;
    display: flex;
    gap: 1rem;
    align-items: baseline;
    font-weight: bold;
    color: #353535;
    line-height: 1;
    gap: 3px;
    margin-bottom: 1.0997067449vw;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

@media (max-width: 575px) {
    .schoollife .school-facility .calendar__item h3 {
        font-size: 4rem;
        margin-bottom: 2.5rem;
    }
}

.schoollife .school-facility .calendar__item h3::after {
    content: "";
    background: url(../../img/schoollife/schoollife-calendar-monthly.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 0.5em;
    height: 0.6em;
}

.schoollife .school-facility .calendar__item ul {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.schoollife .school-facility .calendar__item ul li {
    display: flex;
    align-items: start;
    gap: 0.4em;
    font-size: 1.1730205279vw;
    font-weight: 500;
}

@media (max-width: 575px) {
    .schoollife .school-facility .calendar__item ul li {
        font-size: 1.4rem;
        gap: 0.2em;
    }
}

.schoollife .school-facility .calendar__item ul li::before {
    content: "";
    width: 0.85em;
    height: 0.85em;
    background: #f68080;
    border-radius: 100%;
    display: block;
}

.main-title {
    background: #99cfc7;
    text-align: center;
    padding: 32px 0;
    margin: 0 0 20px;
    color: #fff;
    font-size: 1.8rem;
    font-family: "Noto Serif JP", serif;
}

.main-title img {
    width: 109px;
}

@media screen and (min-width: 660px) {

    /* PC */
    .main-title {
        padding: 63px 0;
        margin: 0 0 30px;
        font-size: 3rem;
    }

    .main-title img {
        width: 218px;
    }
}

/* リード文
---------------------------------------------------------- */
.contact-lead {
    margin: 0 15px;
}

.contact-lead>p {
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 10px 0 0;
}

.contact-lead>p a {
    font-weight: bold;
    color: #404272;
    text-decoration: underline;
}

.mw_wp_form_confirm .input-show {
    display: none;
}

.mw_wp_form_input .confirm-show {
    display: none;
}

.t-center {
    text-align: center;
}

.t-right {
    text-align: right;
}

@media screen and (min-width: 660px) {

    /* PC */
    .contact-lead {
        width: 570px;
        margin: 0 auto;
    }

    .contact-lead>p {
        font-size: 1.5rem;
        margin: 20px 0 0;
    }
}

/* フォームコンテンツ
---------------------------------------------------------- */
.contact-form {
    margin: 30px 20px 60px;
}

.cf-caption {
    font-size: 1rem;
}

.contact-form dl {
    margin: 20px 0 0;
}

.contact-form dl>dt {
    background: #707296;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    padding: 10px;
}

.contact-form dl>dd {
    padding: 5px 5px 0;
    font-size: 1.4rem;
    line-height: 1.4;
    word-break: break-all;
}

.contact-form dl>dd input[type=text] {
    border: 1px solid #000;
    font-size: 1.4rem;
    width: 100%;
    padding: 8px 10px;
    border-radius: 4px;
    box-shadow: 0px 9px 10px -8px rgba(0, 0, 0, 0.6) inset;
}

.contact-form dl>dd input[type=text]::placeholder {
    color: #666;
}

.contact-form dl>dd select {
    border: 1px solid #000;
    font-size: 1.4rem;
    width: 40%;
    padding: 8px 40px 8px 10px;
    border-radius: 4px;
    box-shadow: 0px 9px 10px -8px rgba(0, 0, 0, 0.6) inset;
    display: inline-block;
    position: relative;
    background: url(/img/contact/select.png) right center no-repeat;
    background-size: 30px;
}

.contact-form dl>dd textarea {
    border: 1px solid #000;
    font-size: 1.4rem;
    width: 100%;
    padding: 8px 10px;
    border-radius: 4px;
    box-shadow: 0px 9px 10px -8px rgba(0, 0, 0, 0.6) inset;
}

.contact-form dl>dd .cf-sub {
    font-size: 1.4rem;
    margin: 5px 0 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.contact-form dl>dd .cf-sub>div:nth-child(1) {
    width: 15%;
    flex-shrink: 0;
    font-weight: bold;
}

.contact-form dl>dd .cf-sub>div:nth-child(2) {
    width: 85%;
}

.contact-btn {
    margin: 40px 0 0;
}

.contact-btn p {
    border: 6px double #000;
}

.contact-btn p>input {
    width: 100%;
    font-size: 1.5rem;
    text-align: center;
    padding: 20px 5px;
    font-weight: bold;
}

.contact-btn p>button {
    width: 100%;
    font-size: 1.5rem;
    text-align: center;
    padding: 20px 5px;
    font-weight: bold;
}

.contact-btn>ul li p.fix-btn {
    margin: 20px 0 0;
}

.contact-btn>ul li p.fix-btn>button {
    background-color: #e6e6e6;
}

.form-caption {
    margin: 8px 0 0;
    font-size: 1.2rem;
}

.form-ttl-caption {
    display: block;
    font-size: 1.2rem;
}

.form-event-box {
    padding: 10px 5px;
    border-top: 1px dashed #000;
}

.form-event-box:nth-child(1) {
    border: none;
}

.form-event-ttl {
    font-size: 1.2rem;
    font-weight: bold;
}

.form-event-ttl:before {
    content: "◆";
}

.form-event-radio {
    padding: 0 0 0 5px;
}

.form-event-radio>span {
    display: block;
}

.form-event-radio>span>label>input {
    display: none;
}

.form-event-radio>span>label>input~span {
    display: block;
    position: relative;
    padding: 10px 8px 10px 30px;
    font-size: 1.2rem;
}

.form-event-radio>span>label>input~span:before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    border: 1px solid #000;
    border-radius: 100px;
    position: absolute;
    top: 6px;
    left: 0;
}

.form-event-radio>span>label>input:checked~span:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: #727498;
    border-radius: 100px;
    position: absolute;
    top: 11px;
    left: 5px;
}

.form-event-radio>span>label>input:disabled~span,
#experience>span>label>input:disabled~span,
.form-radio>span>label>input:disabled~span {
    color: #c9c7c7;
}

.form-event-radio>span>label>input:disabled~span:before,
#experience>span>label>input:disabled~span:before,
.form-radio>span>label>input:disabled~span:before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    border: 1px solid #c9c7c7;
    border-radius: 100px;
    position: absolute;
    top: 6px;
    left: 0;
}

.form-radio {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 10px;
}

.form-radio>span {
    display: block;
    width: 50%;
}

.form-hogosha .form-radio>span:nth-child(1) {
    display: block;
    width: 100%;
}

.form-radio>span>label>input {
    display: none;
}

.form-radio>span>label>input~span {
    display: block;
    position: relative;
    padding: 10px 8px 10px 30px;
    font-size: 1.2rem;
}

.form-radio>span>label>input~span:before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    border: 1px solid #000;
    border-radius: 100px;
    position: absolute;
    top: 6px;
    left: 0;
}

.form-radio>span>label>input:checked~span:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: #727498;
    border-radius: 100px;
    position: absolute;
    top: 11px;
    left: 5px;
}

@media screen and (min-width: 660px) {

    /* PC */
    .contact-form {
        width: 570px;
        margin: 40px auto 80px;
    }

    .cf-caption {
        font-size: 1.1rem;
    }

    .contact-form dl>dt {
        font-size: 1.5rem;
        padding: 14px 18px;
        position: relative;
    }

    .contact-form dl>dd {
        padding: 10px 10px 0;
        font-size: 1.5rem;
    }

    .contact-form dl>dd input[type=text] {
        font-size: 1.5rem;
        border-radius: 6px;
    }

    .contact-form dl>dd select {
        font-size: 1.5rem;
        background-size: 36px;
    }

    .contact-form dl>dd textarea {
        font-size: 1.5rem;
        border-radius: 6px;
    }

    .contact-form dl>dd .cf-sub {
        font-size: 1.5rem;
        margin: 8px 0 0;
    }

    .contact-btn {
        margin: 40px auto 0;
        width: 350px;
    }

    .contact-btn p>input {
        font-size: 1.6rem;
    }

    .contact-btn p>input:hover {
        opacity: 0.7;
    }

    .contact-btn p>button {
        font-size: 1.6rem;
    }

    .contact-btn p>button:hover {
        opacity: 0.7;
    }

    .form-ttl-caption {
        position: absolute;
        top: 17px;
        right: 10px;
    }

    .form-event-box {
        padding: 15px 5px;
        border-top: 1px dashed #000;
    }

    .form-event-box:nth-child(1) {
        border: none;
    }

    .form-event-ttl {
        font-size: 1.4rem;
        font-weight: bold;
    }

    .form-event-radio {
        padding: 5px 0 0 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .form-event-radio>span {
        display: block;
        width: 33.3333%;
    }

    .form-event-radio>span>label>input~span {
        display: block;
        position: relative;
        padding: 10px 8px 10px 30px;
        font-size: 1.4rem;
        cursor: pointer;
    }

    .form-event-radio>span>label>input~span:before {
        top: 7px;
    }

    .form-event-radio>span>label>input:checked~span:after {
        top: 12px;
    }

    .form-event-radio>span>label>input:disabled~span:before {
        top: 7px;
    }

    .form-radio {
        padding: 0 15px;
    }

    .form-radio>span {
        width: 33.3333%;
    }

    .form-hogosha .form-radio>span:nth-child(1) {
        width: 33.3333%;
    }

    .form-radio>span>label>input~span {
        font-size: 1.4rem;
        cursor: pointer;
    }

    .form-radio>span>label>input~span:before {
        top: 7px;
    }

    .form-radio>span>label>input:checked~span:after {
        top: 12px;
    }
}

/* 完了
---------------------------------------------------------- */
.complete-box {
    margin: 40px 20px 60px;
}

.complete-box>p {
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 20px 0 0;
}

.top-back-btn {
    margin: 40px 0 0;
}

.top-back-btn a {
    border: 6px double #000;
    width: 100%;
    font-size: 1.5rem;
    text-align: center;
    padding: 20px 5px;
    font-weight: bold;
    display: block;
}

.complete-box>h2 {
    background: url(/img/form/form_comp_bar.png) left top repeat-x, url(/img/form/form_comp_bar.png) left bottom repeat-x;
    background-size: 6px;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 20px 0;
    color: #404272;
}

.complete-box>h2>span {
    display: inline-block;
    background: url(/img/form/form_comp_icon.png) left center no-repeat;
    background-size: 20px;
    padding: 5px 25px 5px 25px;
}

.complete-box p a {
    font-weight: bold;
    color: #404272;
    text-decoration: underline;
}

@media screen and (min-width: 660px) {

    /* PC */
    .complete-box {
        width: 560px;
        margin: 50px auto 80px;
    }

    .complete-box>p {
        font-size: 1.5rem;
        line-height: 1.6;
        margin: 30px 0 0;
    }

    .top-back-btn {
        margin: 40px auto 0;
        width: 350px;
    }

    .top-back-btn a {
        font-size: 1.6rem;
    }

    .top-back-btn a:hover {
        opacity: 0.7;
    }

    .complete-box>h2 {
        font-size: 1.8rem;
        font-weight: bold;
        padding: 20px 0;
        color: #404272;
    }

    .complete-box>h2>span {
        background-size: 30px;
        padding: 10px 40px 5px 40px;
    }
}

.mw_wp_form .horizontal-item+.horizontal-item {
    margin-left: 0 !important;
}

.about {
    font-weight: 500;
    /* アナンは夢への近道。
  ---------------------------------------------------------- */
    /* Message
  ---------------------------------------------------------- */
    /* 教育の考え
  ---------------------------------------------------------- */
    /* 学校沿革
  ---------------------------------------------------------- */
    /* add 20211214 */
    /* 動画関連
  ---------------------------------------------------------- */
}

.about .about-title h1 {
    height: 46vw;
    background: url(../../img/about/main_title_sp.png) top center no-repeat;
    background-size: auto 46vw;
    text-indent: -9999px;
}

@media screen and (min-width: 769px) {
    .about .about-title h1 {
        height: 340px;
        background: url(../../img/about/main_title_pc.png) top center no-repeat #d9edea;
        background-size: auto 340px, auto 340px;
        text-indent: -9999px;
    }
}

.about #sec-about-04 {
    background: #eeeef2;
    border-top: 3px solid #393e76;
    padding: 50px auto;
}

.about #sec-about-04 h2 {
    font-size: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 500;
}

.about #sec-about-04 h2 .txt {
    flex-shrink: 0;
}

.about #sec-about-04 h2 .line {
    width: 100%;
    height: 0.4em;
    position: relative;
    display: block;
}

.about #sec-about-04 h2 .line::before,
.about #sec-about-04 h2 .line::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #b9b9b9;
    position: absolute;
}

.about #sec-about-04 h2 .line::before {
    top: 0;
}

.about #sec-about-04 h2 .line::after {
    bottom: 0;
}

.about #sec-about-04 .school-history {
    width: min(100%, 600px);
    padding: 35px 0 50px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.about #sec-about-04 .school-history dl {
    display: flex;
    gap: 2rem;
}

@media (max-width: 575px) {
    .about #sec-about-04 .school-history dl {
        gap: 10px;
    }
}

.about #sec-about-04 .school-history dl dt {
    display: flex;
    justify-content: space-between;
    width: 7.4em;
    flex-shrink: 0;
    font-weight: bold;
}

@media (max-width: 575px) {
    .about #sec-about-04 .school-history dl dt {
        width: 7em;
    }
}

.about #sec-about-04 .school-history dl dd {
    width: 100%;
}

.about #sec-about-04 .school-history dl dd span {
    display: flex;
}

.about #sec-about-04 .school-history dl dd span::before {
    content: "・";
}

.about #sec-about-04 .school-history dl dt,
.about #sec-about-04 .school-history dl dd {
    font-size: 1.56rem;
    line-height: 1.6;
}

@media (max-width: 575px) {

    .about #sec-about-04 .school-history dl dt,
    .about #sec-about-04 .school-history dl dd {
        font-size: 1.4rem;
    }
}

.about .about-feature-wrap {
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
    background-size: 8px 10px;
    background-repeat: repeat;
    background-position: center center;
    position: relative;
}

.about .about-feature-wrap::before {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    background-image: linear-gradient(#d9edea 5px, #fff 5px, #fff 8px, #d9edea 2px);
}

.about .about-feature-wrap::after {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    background-image: linear-gradient(#d9edea 2px, #fff 2px, #fff 5px, #d9edea 5px);
}

.about .about-feature {
    padding: 15px 0 30px;
    position: relative;
}

.about .about-feature img {
    width: 100%;
}

.about .about-feature h2 {
    width: 100%;
    padding: 0 5px 0 10px;
}

.about .about-feature>p {
    margin: 50px 0 0;
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: center;
}

.about .about-future-image-list {
    position: relative;
    padding: 0 0 230px;
}

.about .about-future-image-list .image-future-nurse {
    width: 194px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -164px;
}

.about .about-future-image-list .image-future-text {
    width: 301px;
    margin: 40px auto 0;
}

.about .about-future-image-list .image-future-culinary {
    width: 210px;
    position: absolute;
    bottom: 0;
    right: 50%;
    margin: 0 -169px 0 0;
}

.about .about-future-image {
    padding-top: 30px;
}

.about .about-future-image img {
    width: 100%;
}

@media screen and (min-width: 769px) {
    .about {
        /* PC */
    }

    .about .about-feature-wrap {
        background-size: 16px 16px;
    }

    .about .about-feature-wrap::before {
        content: "";
        display: block;
        width: 100%;
        height: 20px;
        background-image: linear-gradient(#d9edea 10px, #fff 10px, #fff 16px, #d9edea 4px);
    }

    .about .about-feature-wrap::after {
        content: "";
        display: block;
        width: 100%;
        height: 20px;
        background-image: linear-gradient(#d9edea 4px, #fff 4px, #fff 10px, #d9edea 10px);
    }

    .about .about-feature {
        padding: 60px 0;
        width: 950px;
        margin: 0 auto;
    }

    .about .about-feature:before {
        width: 168px;
        height: 131px;
        background: url(/img/about/l_titile_icon_01_pc.png) center center no-repeat;
        background-size: 168px;
        position: absolute;
        top: 16px;
        left: 130px;
    }

    .about .about-feature:after {
        width: 127px;
        height: 145px;
        background: url(/img/about/l_titile_icon_02_pc.png) center center no-repeat;
        background-size: 127px;
        position: absolute;
        top: 16px;
        right: 162px;
    }

    .about .about-feature>p {
        font-size: 1.5rem;
        line-height: 2.4;
        text-align: center;
    }

    .about .about-future-image-list {
        padding: 0 0 90px;
    }

    .about .about-future-image-list .image-future-nurse {
        width: 202px;
        margin: 0 0 0 -296px;
    }

    .about .about-future-image-list .image-future-text {
        width: 325px;
    }

    .about .about-future-image-list .image-future-culinary {
        width: 220px;
        margin: 0 -310px 0 0;
    }
}

.about .about-message {
    padding: 40px 18px 30px;
}

.about .about-message img {
    width: 100%;
}

.about .about-message h2 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #393e76;
    letter-spacing: 0.2em;
    text-align: center;
    margin-bottom: 40px;
}

.about .about-message-name {
    padding: 0 0 20px;
    width: 220px;
    margin: 0 auto;
}

.about .about-message-text {
    font-size: 1.4rem;
    line-height: 1.8;
    padding: 0;
}

@media screen and (min-width: 769px) {
    .about {
        /* PC */
    }

    .about .about-message {
        padding: 100px 0;
    }

    .about .about-message-in {
        width: 800px;
        margin: 0 auto;
        position: relative;
    }

    .about .about-message h2 {
        font-size: 3.2rem;
    }

    .about .about-message-box {
        display: flex;
        flex-flow: nowrap;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .about .about-message-name {
        padding: 0;
        margin: 0;
        width: 200px;
        margin-right: 40px;
    }

    .about .about-message-text {
        font-size: 1.6rem;
        line-height: 2;
        padding: 0;
    }
}

.about .about-philosophy {
    border-top: 4px solid #393e76;
    background: #f0f0f4;
    padding: 38px 0 0;
}

.about .about-philosophy h2 {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    color: #3d4074;
}

.about .about-philosophy-lead {
    font-size: 1.4rem;
    text-align: center;
    margin: 25px 0 0;
}

.about .about-philosophy-list {
    margin: 25px 24px 40px;
}

.about .about-philosophy-list ul li {
    background: #393e76;
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    padding: 4px 0;
    margin: 8px 0 0;
}

.about .about-history-content {
    background: #fff;
    padding: 20px 18px;
}

.about .about-philosophy .about-history-content:last-child {
    padding: 20px 18px 70px;
}

.about .about-history-content h3 {
    background: #72759a;
    font-size: 1.5rem;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    margin: 0 0 24px;
}

.about .about-history-content .about-history-content-text01 {
    font-size: 1.4rem;
    line-height: 1.6;
}

.about .about-history-content .about-history-content-text02 {
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: center;
}

.about .about-history-content ul li {
    font-size: 1.4rem;
    position: relative;
    padding: 0 0 0 1.5em;
    margin: 4px 0 0;
    line-height: 1.4;
}

.about .about-history-content ul li:before {
    content: "一.";
    position: absolute;
    top: 0;
    left: 0;
}

.about .about-history-content ul li:nth-child(2):before {
    content: "二.";
}

.about .about-history-content ul li:nth-child(3):before {
    content: "三.";
}

.about .about-history-content ul li:nth-child(4):before {
    content: "四.";
}

.about .about-history-content ul li:nth-child(5):before {
    content: "五.";
}

.about .about-history-content ul li:nth-child(6):before {
    content: "六.";
}

@media screen and (min-width: 769px) {
    .about {
        /* PC */
    }

    .about .about-philosophy {
        border-top: 5px solid #393e76;
        padding: 60px 0 0;
    }

    .about .about-philosophy h2 {
        font-size: 3.4rem;
    }

    .about .about-philosophy-lead {
        font-size: 1.8rem;
        margin: 30px 0 0;
    }

    .about .about-philosophy-list {
        margin: 17px auto 80px;
        width: 465px;
    }

    .about .about-philosophy-list ul li {
        font-size: 2rem;
        padding: 6px 0;
    }

    .about .about-history-content {
        padding: 70px 0 0;
    }

    .about .about-philosophy .about-history-content:last-child {
        padding: 70px 0 80px;
    }

    .about .about-history-content>div {
        width: 776px;
        margin: 0 auto;
    }

    .about .about-history-content h3 {
        font-size: 2.4rem;
    }

    .about .about-history-content .about-history-content-text01 {
        font-size: 1.8rem;
        text-align: center;
    }

    .about .about-history-content .about-history-content-text02 {
        font-size: 1.8rem;
    }

    .about .about-history-content ul li {
        font-size: 1.5rem;
        margin: 10px 0 0;
    }
}

.about .about-history {
    border-top: 4px solid #393e76;
    background: #f1f1f5;
    padding: 38px 0 45px;
}

.about .about-history h2 {
    font-size: 1.5rem;
    text-align: center;
    display: flex;
    align-items: center;
    margin: 0 0 40px;
    font-weight: bold;
}

.about .about-history h2:before {
    content: "";
    flex-grow: 1;
    height: 5px;
    border-top: 1px solid #393e76;
    border-bottom: 1px solid #393e76;
    margin: 0px 14px 0px 0px;
}

.about .about-history h2:after {
    content: "";
    flex-grow: 1;
    height: 5px;
    border-top: 1px solid #393e76;
    border-bottom: 1px solid #393e76;
    margin: 0px 0px 0px 14px;
}

.about .about-history dl {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 12px 18px 0;
}

.about .about-history dl dt {
    width: 94px;
    font-size: 1.3rem;
    flex-shrink: 0;
    line-height: 1.6;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 5px 0 0;
}

.about .about-history dl dt>span {
    display: block;
}

.about .about-history dl dd ul li {
    font-size: 1.3rem;
    line-height: 1.6;
    position: relative;
    padding: 0 0 0 1em;
}

.about .about-history dl dd ul li:before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (min-width: 769px) {
    .about {
        /* PC */
    }

    .about .about-history {
        border-top: 5px solid #393e76;
        padding: 70px 0 60px;
    }

    .about .about-history h2 {
        font-size: 2.4rem;
        text-align: center;
        display: flex;
        align-items: center;
        margin: 0 0 40px;
        font-weight: bold;
    }

    .about .about-history h2:before {
        height: 8px;
    }

    .about .about-history h2:after {
        height: 8px;
    }

    .about .about-history dl {
        width: 600px;
        margin: 8px auto 0;
    }

    .about .about-history dl dt {
        width: 120px;
        font-size: 1.5rem;
        margin: 0 15px 0 0;
    }

    .about .about-history dl dt span:nth-child(1) {
        display: inline-block;
        margin: 0 10px 0 0;
    }

    .about .about-history dl dd ul li {
        font-size: 1.5rem;
    }
}

.about .about-video-img {
    padding: 0;
    width: 90px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 100;
}

@media screen and (max-width: 578px) {
    .about .about-video-img {
        display: none;
    }
}

.about .about-video-img img {
    width: 100%;
}

@media screen and (min-width: 769px) {
    .about {
        /* PC */
    }

    .about .about-video-img {
        width: 178px;
        bottom: inherit;
        top: -89px;
        right: 0;
    }

    .about .about-video-img a:hover {
        opacity: 0.7;
    }
}

.about .video-box {
    margin: 20px 0 0;
}

.about .video-box h2 {
    text-align: center;
    margin: 0 0 8px;
}

.about .video-box h2 img {
    width: 262px;
}

.about .video-in {
    margin: 0 6px;
    border-radius: 6px;
    overflow: hidden;
}

.about .video-in>div {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.about .video-in>div iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.about .video-content p {
    font-size: 1.1rem;
    text-align: right;
    font-weight: bold;
    margin: 6px 6px 0;
}

.about .video-box02 {
    padding: 15px 0 50px;
}

.about .video-box02 .video-content {
    margin: 15px 0 0;
}

@media screen and (min-width: 769px) {
    .about {
        /* PC */
    }

    .about .video-box {
        margin: 30px 0 0;
    }

    .about .video-box h2 {
        margin: 0 0 30px;
    }

    .about .video-box h2 img {
        width: 374px;
    }

    .about .video-in {
        margin: 0;
        border-radius: 10px;
        overflow: hidden;
    }

    .about .video-in video {
        width: 100%;
        vertical-align: bottom;
    }

    .about .video-content {
        width: 100%;
        margin: 0 auto;
    }

    .about .video-content p {
        font-size: 1.4rem;
        text-align: right;
        font-weight: bold;
        margin: 10px 0 0;
    }

    .about .video-box02 {
        padding: 20px 0 80px;
        width: 950px;
        margin: 0 auto;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-start;
    }

    .about .video-box02 .video-content {
        margin: 45px 0 0;
        width: 465px;
    }
}

/*
footer .f-menu-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media screen and (min-width: 991px) {
    footer .f-menu-wrap {
        background: linear-gradient(to bottom, #44457b 0%, #1c2555 100%);
    }
}

@media screen and (max-width: 991px) {
    footer .f-menu-wrap {
        padding: 0;
    }
}

footer .f-menu-wrap a {
    color: #ffffff;
    font-size: 14px;
    font-family: biz-udpgothic, sans-serif;
}

footer .f-menu-wrap .f-menu-box {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 991px) {
    footer .f-menu-wrap .f-menu-box {
        flex-direction: column;
        gap: 0;
    }
}

footer .f-menu-wrap .f-menu {
    margin-bottom: 28px;
}

@media screen and (max-width: 991px) {
    footer .f-menu-wrap .f-menu {
        border-bottom: 2px solid #fff;
        padding-top: 1.5em;
        padding-left: 1.5em;
        padding-bottom: 1.5em;
        background: linear-gradient(to bottom, #44457b 0%, #1c2555 100%);
        margin-bottom: 0;
    }
}

@media screen and (max-width: 991px) {
    footer .f-menu-wrap .f-menu-bottom.no-sub {
        border-bottom: 2px solid #fff;
        padding-top: 0;
        padding-left: 0;
        padding-bottom: 0 !important;
        margin-bottom: 0;
    }

    footer .f-menu-wrap .f-menu-bottom.no-sub .f-menu-title {
        padding-top: 1.5em;
        padding-bottom: 1.5em;
        padding-left: 1.5em;
        margin-bottom: 0 !important;
        border-bottom: 2px solid #fff;
        background: linear-gradient(to bottom, #44457b 0%, #1c2555 100%);
    }

    footer .f-menu-wrap .f-menu-bottom.no-sub .f-menu-title:last-child {
        border-bottom: none;
    }

    footer .f-menu-wrap .f-menu-bottom.no-sub .f-menu-title a {
        font-size: 4.4444vw !important;
        margin-bottom: 0.5em;
        margin-top: 0.5em;
    }
}

@media screen and (max-width: 991px) {
    footer .f-menu-wrap .f-menu-bottom.sub {
        display: flex;
        flex-wrap: wrap;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        padding-left: 1.5em;
        border-bottom: 2px solid #393e76;
        background-color: #ffffff;
    }

    footer .f-menu-wrap .f-menu-bottom.sub .f-menu-title {
        width: 50%;
        margin-bottom: 0;
    }

    footer .f-menu-wrap .f-menu-bottom.sub .f-menu-title::after {
        content: none;
    }

    footer .f-menu-wrap .f-menu-bottom.sub .f-menu-title a {
        font-size: 3.3333vw;
        color: #333333;
    }

    footer .f-menu-wrap .f-menu-bottom.sub .f-menu-title a::before {
        content: "";
        position: static;
        background-image: url(../../img/common/arw_03.png);
        display: inline-block;
        width: 20px;
        height: 15px;
        background-size: contain;
        background-repeat: no-repeat;
    }
}

footer .f-menu-wrap .f-menu-title a {
    text-decoration: underline;
    font-weight: bold;
}

@media screen and (max-width: 991px) {
    footer .f-menu-wrap .f-menu-title a {
        text-decoration: none;
        font-size: 4.4444vw;
        display: inline-block;
        width: 100%;
        position: relative;
        margin-bottom: 0.5em;
        margin-top: 0.5em;
    }

    footer .f-menu-wrap .f-menu-title a::before {
        content: url("../../img/common/arw_02.png");
        position: absolute;
        top: -3px;
        right: 1.5em;
        transition: 0.3s;
    }
}

footer .f-menu-wrap .f-menu-title-sub {
    padding: 6px 0px 0px 18px;
}

@media screen and (max-width: 991px) {
    footer .f-menu-wrap .f-menu-title-sub {
        padding-top: 0;
    }
}

footer .f-menu-wrap .f-menu-title-sub li {
    margin: 7px 0px 0px;
}

footer .f-menu-wrap .f-menu-title-sub li a {
    font-size: 12px;
    background: url("../../img/common/arw_02.png") left center no-repeat;
    background-size: 10px;
    color: #fff;
    padding: 0px 0px 0px 15px;
}

@media screen and (max-width: 991px) {
    footer .f-menu-wrap .f-menu-title-sub li a {
        font-size: 3.8444vw;
        line-height: 1.8;
        background: none;
    }
}

footer .f-menu-wrap .f-menu-bottom .f-menu-title {
    margin-bottom: 1em;
}

footer .f-menu-wrap .f-menu-bottom .f-menu-title a {
    font-size: 14px;
}

footer .f-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding-top: 15px;
    padding-bottom: 50px;
    font-size: 10px;
    background-color: #ffffff;
}

@media screen and (max-width: 991px) {
    footer .f-info {
        font-weight: bold;
        padding-bottom: 15px;
    }
}

footer .f-logo {
    max-width: 250px;
    margin-bottom: 18px;
}

footer .f-info-tell {
    display: flex;
}

@media screen and (max-width: 991px) {
    footer .f-info-tell {
        flex-direction: column;
        gap: 8px;
    }
}

footer .f-info-email {
    margin-bottom: 25px;
}

@media screen and (max-width: 991px) {
    .f-menu-title {
        cursor: pointer;
        position: relative;
        transition: all 0.3s ease;
    }

    .f-menu-title::after {
        content: "+";
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        transition: transform 0.3s ease;
    }

    .f-menu-title.active::after {
        content: "−";
        transform: translateY(-50%) rotate(180deg);
    }

    .f-menu-title.active a::before {
        transform: rotate(90deg);
    }

    .f-menu-title:hover {
        opacity: 0.7;
    }

    .f-menu-title-sub {
        overflow: hidden;
    }

    .f-menu-title-sub li a {
        display: block;
        padding: 8px 0;
        transition: all 0.3s ease;
    }

    .f-menu-title-sub li a::before {
        content: "-";
        padding-right: 0.5em;
    }
} */

header {
    position: sticky;
    z-index: 999;
    top: 0;
    left: 0;
    padding-top: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: top;
    border-top: 10px solid #393e76;
    border-bottom: 1px solid #393e76;
}

@media screen and (max-width: 991px) {
    header {
        padding-top: 0;
    }
}

header .h-inner {
    display: flex;
    max-width: 950px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 991px) {
    header .h-inner.h-bottom:not(.mobile-menu) {
        display: none;
    }
}

header h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 245px;
    margin-right: auto;
    padding-left: 15px;
}

@media screen and (max-width: 550px) {
    header h1 {
        max-width: 51.2821vw;
    }
}

header nav {
    width: 100%;
    padding-top: 1em;
}

header nav ul {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
}

header nav ul li a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 1em;
    padding-right: 1em;
    color: #393e76;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.15;
    font-weight: bold;
}

header nav ul li a::after {
    display: block;
    content: "";
    width: 1px;
    height: 16px;
    background: #393e76;
    transform: rotate(45deg);
    position: relative;
    left: 1.5em;
}

header nav ul li:last-child a::after {
    content: none;
}

.h-menu {
    padding-right: 15px;
}

@media screen and (max-width: 991px) {
    .h-menu {
        display: flex;
    }
}

.h-menu .h-menu-item {
    display: flex;
    gap: 18px;
}

@media screen and (max-width: 991px) {
    .h-menu .h-menu-item {
        padding-top: 0.5em;
        padding-bottom: 1em;
    }
}

.h-menu .h-menu-item ul {
    display: flex;
    gap: 10px;
}

@media screen and (max-width: 991px) {
    .h-menu .h-menu-item ul.h-menu-item__sub {
        display: none;
    }
}

.h-menu .h-menu-item ul li {
    position: relative;
}

.h-menu .h-menu-item ul li a {
    font-size: 10px;
    color: #393e76;
    transition: 0.3s ease-in-out;
}

.h-menu .h-menu-item ul li a:hover {
    opacity: 0.7;
}

.h-menu .h-menu-item ul.h-menu-item__sub li {
    display: flex;
    align-items: center;
    gap: 4px;
}

.h-menu .h-menu-item ul.h-menu-item__sub li::before {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    background: #393e76;
    transform: rotate(45deg);
}

.h-menu .h-menu-item ul.h-menu-item__ex li {
    display: flex;
    align-items: center;
    gap: 4px;
}

.h-menu .h-menu-item ul.h-menu-item__ex li a {
    background: url("../../img/common/icon_inquiry.png") right 15px center no-repeat;
    background-size: 20px;
    display: block;
    padding: 0;
    border: 2px solid #393e76;
    line-height: 22px;
    padding: 0 40px 0 20px;
    border-radius: 50px;
}

@media screen and (max-width: 991px) {
    .h-menu .h-menu-item ul.h-menu-item__ex li a {
        border: none;
        padding: 0;
        padding-bottom: 1.8em;
        background-position: center bottom;
        background-size: 25px;
        font-weight: bold;
    }
}

.h-menu .h-menu-item ul.h-menu-item__ex li:nth-of-type(2) a {
    background: url("../../img/common/icon_access.png") right 15px center no-repeat;
    background-size: 12px;
}

@media screen and (max-width: 991px) {
    .h-menu .h-menu-item ul.h-menu-item__ex li:nth-of-type(2) a {
        border: none;
        padding: 0;
        padding-bottom: 1.8em;
        background-position: center bottom;
        background-size: 14px;
        font-weight: bold;
    }
}

.h-menu-btn {
    max-width: 48px;
    width: 8.375vw;
    height: 30px;
    margin-left: 15px;
    margin-top: 1em;
}

@media screen and (min-width: 991px) {
    .h-menu-btn {
        display: none;
    }
}

.h-menu-btn a {
    display: flex;
    flex-direction: column;
    gap: 7px;
    width: 100%;
    height: 100%;
}

.h-menu-btn a span {
    display: block;
    width: 100%;
    height: 6px;
    background-color: #393e76;
}

.top-video-img {
    width: 180px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    transition: 0.4s;
}

@media screen and (max-width: 991px) {
    .top-video-img {
        width: 26.5625vw;
        padding-bottom: 0.911458333vw;
        padding-right: 0.911458333vw;
    }
}

.top-video-img.is-overlap {
    transform: translateX(150%);
}

@media screen and (max-width: 991px) {
    .hamburger {
        display: block;
        position: relative;
        width: 30px;
        height: 20px;
        text-decoration: none;
        z-index: 10001;
    }

    .hamburger span {
        display: block;
        position: absolute;
        width: 100%;
        transition: all 0.3s ease;
    }

    .hamburger span:nth-child(1) {
        top: 0;
    }

    .hamburger span:nth-child(2) {
        top: 50%;
        transform: translateY(-50%);
    }

    .hamburger span:nth-child(3) {
        bottom: 0;
    }

    .hamburger.is-active span:nth-child(1) {
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
    }

    .hamburger.is-active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger.is-active span:nth-child(3) {
        bottom: 50%;
        transform: translateY(50%) rotate(-45deg);
    }

    .mobile-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 10000;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
        overflow-y: auto;
    }

    .mobile-menu.is-open {
        transform: translateX(0);
    }

    .mobile-nav {
        background: rgba(255, 255, 255, 0.95);
        padding-top: 0;
        width: 100vw;
        height: calc(100vh - var(--header-height));
        margin-top: var(--header-height);
    }

    .mobile-nav-list {
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: center;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .mobile-nav-link {
        display: block;
        color: #393e76;
        font-size: 18px;
        font-weight: bold;
        text-decoration: none;
        padding: 2rem 2.5em;
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 5px;
        transition: all 0.3s ease;
        position: relative;
        text-align: left;
    }

    .mobile-nav-link:not(:first-of-type) {
        border-top: 1px solid #000;
    }

    .mobile-nav-link:last-of-type {
        border-bottom: 1px solid #000;
    }

    .mobile-nav-link::before {
        content: "";
        display: block;
        width: 1em;
        height: 1em;
        background: url(../../img/common/arw_01.png);
        background-size: 73%;
        background-repeat: no-repeat;
        position: absolute;
        top: 50%;
        right: 2.5em;
        transform: translateY(-50%);
    }

    .mobile-nav-link::after {
        content: none;
    }

    body.menu-open {
        overflow: hidden;
    }
}

@media screen and (min-width: 992px) {
    .h-menu-btn {
        display: none;
    }

    .mobile-menu {
        display: none;
    }
}

/*# sourceMappingURL=style.css.map */