/* common ----------------------------------------- */

html {
    font-size: 100%;
}
body{
    /*font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", sans-serif;*/
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400; 
    font-style: normal;

    line-height: 1.7;
    letter-spacing: 0;
    color: #ffffff;

    overflow-x: hidden;
    max-width: 100%;
}

a {
    text-decoration: none;
}

a,
a:visited,
a:hover,
a:active {
  color: inherit;
}

a {
    transition: opacity 0.3s ease;
}

a:hover {
    opacity: 0.7;
}

img {
    max-width: 100%;
}

/*
h1 {
    font-size: 1.0em;
    font-weight: normal;
}

h2 {
    font-size: 1.0em;
    font-weight: normal;
}

h3 {
    font-size: 1.0em;
    font-weight: normal;
}
*/
h1 {
    font-size: 1.0em;
    font-weight: 600;
}

h2 {
    font-size: 1.0em;
    font-weight: normal;
}

h3 {
    font-size: 1.0em;
    font-weight: normal;
}

#sec-01 {
    scroll-margin-top: 130px;
}

#sec-02 {
    scroll-margin-top: 130px;
}

#sec-03 {
    scroll-margin-top: 130px;
}

#sec-04 {
    scroll-margin-top: 130px;
}

#sec-05 {
    scroll-margin-top: 130px;
}

#sec-06 {
    scroll-margin-top: 130px;
}

#sec-07 {
    scroll-margin-top: 130px;
}

#sec-08 {
    scroll-margin-top: 130px;
}

@media screen and (max-width: 768px) {
    #sec-01 {
        scroll-margin-top: 50px;
    }

    #sec-02 {
        scroll-margin-top: 50px;
    }

    #sec-03 {
        scroll-margin-top: 50px;
    }

    #sec-04 {
        scroll-margin-top: 50px;
    }

    #sec-05 {
        scroll-margin-top: 50px;
    }

    #sec-06 {
        scroll-margin-top: 50px;
    }

    #sec-07 {
        scroll-margin-top: 50px;
    }

    #sec-08 {
        scroll-margin-top: 50px;
    }
}

/* フォント */

.font-zenmaru {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400; /* bold標準 */
    font-style: normal;
    /* letter-spacing: 0.07em; */
    /* color: #ffffff; */
}

.font-underline {
    text-decoration: underline;
}

.font-regular {
    font-weight: 400 !important;
}
  
.font-medium {
    font-weight: 500 !important;
}

.font-semibold {
    font-weight: 600 !important;
}

.font-bold {
    font-weight: 700 !important;
}

.font-regular-medium {
    font-weight: 400 !important;
}

@media screen and (max-width: 768px) {
    .font-regular-medium {
        font-weight: 500 !important;
    }
}

.font-green {
    color: #7ECA2A;
}

.font-orange {
    color: #ED6D45;
}

.font-violet {
    color: #BA9CC8;
}

.font-pink {
    color: #ED86B3;
}

.font-gray {
    color: #333333;
}

.font-blue {
    color: #81CBD4;
}

.font-brown {
    color: #5B4A39;
}

.font-white {
    color: #FFFFFF;
}

.font-red {
    color: #EF4123;
}

.font-theme {
    color: #333333;
}

.font-theme:visited {
    color: #333333;
}

.font-theme-rev {
    color: #00387D;
}

.font-10-24 {
    font-size: 10px;
}

@media screen and (max-width: 768px) {
    .font-10-24 {
        font-size: calc(100vw * 24 / 750);
    }
}

.font-11-20 {
    font-size: 11px;
}

@media screen and (max-width: 768px) {
    .font-11-20 {
        font-size: calc(100vw * 20 / 750);
    }
}

.font-12 {
    font-size: 12px;
}

.font-12-20 {
    font-size: 12px;
}

@media screen and (max-width: 768px) {
    .font-12-20 {
        font-size: calc(100vw * 20 / 750);
    }
}

.font-12-26 {
    font-size: 12px;
}

@media screen and (max-width: 768px) {
    .font-12-26 {
        font-size: calc(100vw * 26 / 750);
    }
}


.font-13 {
    font-size: 13px;
}

.font-13v {
    font-size: calc(100vw * 13 / 1280);
}

.font-13-20 {
    font-size: 13px;
}

@media screen and (max-width: 768px) {
    .font-13-20 {
        font-size: calc(100vw * 20 / 750);
    }
}

.font-13-22 {
    font-size: 13px;
}

@media screen and (max-width: 768px) {
    .font-13-22 {
        font-size: calc(100vw * 22 / 750);
    }
}

.font-13-24 {
    font-size: 13px;
}

@media screen and (max-width: 768px) {
    .font-13-24 {
        font-size: calc(100vw * 24 / 750);
    }
}

.font-13-26 {
    font-size: 13px;
}

@media screen and (max-width: 768px) {
    .font-13-26 {
        font-size: calc(100vw * 26 / 750);
    }
}

.font-13-28 {
    font-size: 13px;
}

@media screen and (max-width: 768px) {
    .font-13-28 {
        font-size: calc(100vw * 28 / 750);
    }
}

.font-13-30 {
    font-size: 13px;
}

@media screen and (max-width: 768px) {
    .font-13-30 {
        font-size: calc(100vw * 30 / 750);
    }
}

.font-13-36 {
    font-size: 13px;
}

@media screen and (max-width: 768px) {
    .font-13-36 {
        font-size: calc(100vw * 36 / 750);
    }
}

.font-14 {
    font-size: 14px;
}

.font-14-28 {
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    .font-14-28 {
        font-size: calc(100vw * 28 / 750);
    }
}

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

@media screen and (max-width: 768px) {
    .font-15-24 {
        font-size: calc(100vw * 24 / 750);
    }
}

.font-15-28 {
    font-size: 15px;
}

@media screen and (max-width: 768px) {
    .font-15-28 {
        font-size: calc(100vw * 28 / 750);
    }
}

.font-15-36 {
    font-size: 15px;
}

@media screen and (max-width: 768px) {
    .font-15-36 {
        font-size: calc(100vw * 36 / 750);
    }
}

.font-16-24 {
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .font-16-24 {
        font-size: calc(100vw * 24 / 750);
    }
}

.font-16-25 {
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .font-16-25 {
        font-size: calc(100vw * 25 / 750);
    }
}

.font-16-28 {

    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .font-16-28 {
        font-size: calc(100vw * 28 / 750);
    }
}

.font-16-30 {
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .font-16-30 {
        font-size: calc(100vw * 30 / 750);
    }
}

.font-16-32 {
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .font-16-32 {
        font-size: calc(100vw * 32 / 750);
    }
}

.font-16-34 {
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .font-16-34 {
        font-size: calc(100vw * 34 / 750);
    }
}

.font-16-36 {
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .font-16-36 {
        font-size: calc(100vw * 36 / 750);
    }
}

.font-17-24 {
    font-size: 17px;
}

@media screen and (max-width: 768px) {
    .font-17-24 {
        font-size: calc(100vw * 24 / 750);
    }
}

.font-17-28 {
    font-size: 17px;
}

@media screen and (max-width: 768px) {
    .font-17-28 {
        font-size: calc(100vw * 28 / 750);
    }
}

.font-17-30 {
    font-size: 17px;
}

@media screen and (max-width: 768px) {
    .font-17-30 {
        font-size: calc(100vw * 30 / 750);
    }
}

.font-17-36 {
    font-size: 17px;
}

@media screen and (max-width: 768px) {
    .font-17-36 {
        font-size: calc(100vw * 36 / 750);
    }
}

.font-17-40 {
    font-size: 17px;
}

@media screen and (max-width: 768px) {
    .font-17-40 {
        font-size: calc(100vw * 40 / 750);
    }
}

.font-18-28 {
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    .font-18-28 {
        font-size: calc(100vw * 28 / 750);
    }
}

.font-18-30 {
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    .font-18-30 {
        font-size: calc(100vw * 30 / 750);
    }
}

.font-18-32 {
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    .font-18-32 {
        font-size: calc(100vw * 32 / 750);
    }
}

.font-18-36 {
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    .font-18-36 {
        font-size: calc(100vw * 36 / 750);
    }
}

.font-20-28 {
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    .font-20-28 {
        font-size: calc(100vw * 28 / 750);
    }
}

.font-20-30 {
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    .font-20-30 {
        font-size: calc(100vw * 30 / 750);
    }
}

.font-20-32 {
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    .font-20-32 {
        font-size: calc(100vw * 32 / 750);
    }
}

.font-20-40 {
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    .font-20-40 {
        font-size: calc(100vw * 40 / 750);
    }
}

.font-20-44 {
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    .font-20-44 {
        font-size: calc(100vw * 44 / 750);
    }
}

.font-20-32 {
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    .font-20-32 {
        font-size: calc(100vw * 32 / 750);
    }
}

.font-20-36 {
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    .font-20-36 {
        font-size: calc(100vw * 36 / 750);
    }
}

.font-22-32 {
    font-size: 22px;
}

@media screen and (max-width: 768px) {
    .font-22-32 {
        font-size: calc(100vw * 32 / 750);
    }
}

.font-22-36 {
    font-size: 22px;
}

@media screen and (max-width: 768px) {
    .font-22-36 {
        font-size: calc(100vw * 36 / 750);
    }
}

.font-22-40 {
    font-size: 22px;
}

@media screen and (max-width: 768px) {
    .font-22-40 {
        font-size: calc(100vw * 40 / 750);
    }
}

.font-22-42 {
    font-size: 22px;
}

@media screen and (max-width: 768px) {
    .font-22-42 {
        font-size: calc(100vw * 42 / 750);
    }
}

.font-24-32 {
    font-size: 24px;
}

@media screen and (max-width: 768px) {
    .font-24-32 {
        font-size: calc(100vw * 32 / 750);
    }
}

.font-24-36 {
    font-size: 24px;
}

@media screen and (max-width: 768px) {
    .font-24-36 {
        font-size: calc(100vw * 36 / 750);
    }
}

.font-24-40 {
    font-size: 24px;
}

@media screen and (max-width: 768px) {
    .font-24-40 {
        font-size: calc(100vw * 40 / 750);
    }
}

.font-24v-40 {
    font-size: calc(100vw * 24 / 1280);
}

@media screen and (max-width: 768px) {
    .font-24v-40 {
        font-size: calc(100vw * 40 / 750);
    }
}

.font-25-30 {
    font-size: 25px;
}

@media screen and (max-width: 768px) {
    .font-25-30 {
        font-size: calc(100vw * 30 / 750);
    }
}

.font-25-36 {
    font-size: 25px;
}

@media screen and (max-width: 768px) {
    .font-25-36 {
        font-size: calc(100vw * 36 / 750);
    }
}

.font-25-42 {
    font-size: 25px;
}

@media screen and (max-width: 768px) {
    .font-25-42 {
        font-size: calc(100vw * 42 / 750);
    }
}

.font-26-40 {
    font-size: 26px;
}

@media screen and (max-width: 768px) {
    .font-26-40 {
        font-size: calc(100vw * 40 / 750);
    }
}


.font-26-44 {
    font-size: 26px;
}

@media screen and (max-width: 768px) {
    .font-26-44 {
        font-size: calc(100vw * 44 / 750);
    }
}

.font-28-36 {
    font-size: 28px;
}

@media screen and (max-width: 768px) {
    .font-28-36 {
        font-size: calc(100vw * 36 / 750);
    }
}

.font-28-40 {
    font-size: 28px;
}

@media screen and (max-width: 768px) {
    .font-28-40 {
        font-size: calc(100vw * 40 / 750);
    }
}

.font-30-40 {
    font-size: 30px;
}

@media screen and (max-width: 768px) {
    .font-30-40 {
        font-size: calc(100vw * 40 / 750);
    }
}

.font-30-44 {
    font-size: 30px;
}

@media screen and (max-width: 768px) {
    .font-30-44 {
        font-size: calc(100vw * 44 / 750);
    }
}

.font-32-40 {
    font-size: 32px;
}

@media screen and (max-width: 768px) {
    .font-32-40 {
        font-size: calc(100vw * 40 / 750);
    }
}

.font-32-42 {
    font-size: 32px;
}

@media screen and (max-width: 768px) {
    .font-32-42 {
        font-size: calc(100vw * 42 / 750);
    }
}

.font-32-44 {
    font-size: 32px;
}

@media screen and (max-width: 768px) {
    .font-32-44 {
        font-size: calc(100vw * 44 / 750);
    }
}

.font-40-60 {
    font-size: 40px;
}

@media screen and (max-width: 768px) {
    .font-40-60 {
        font-size: calc(100vw * 60 / 750);
    }
}

/* レイアウト */

.wide {
    width: 100%;
}

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

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

.wrapper {
    max-width: 100%;
    margin: auto;
    /*padding: 0 1.5rem;*/

    display: grid;
    justify-content: center;
}
.align-center {
    text-align: center;
}
.align-left {
    text-align: left;
}

.align-center-left {
    text-align: center;
}

@media screen and (max-width: 768px) {
    .align-center-left {
        text-align: left;
    }
}

.align-left-center {
    text-align: left;
}

@media screen and (max-width: 768px) {
    .align-left-center {
        text-align: center;
    }
}

.align-center-sp {
    text-align: left;
}

@media screen and (max-width: 768px) {
    .align-center-sp {
        text-align: center;
    }
}

/* 行間 */

.line-100-100 {
    line-height: 1.0;
}

@media screen and (max-width: 768px) {
    .line-100-100 {
        line-height: 1.0;
    }
}

.line-120-120 {
    line-height: 1.2;
}

@media screen and (max-width: 768px) {
    .line-120-120 {
        line-height: 1.2;
    }
}

.line-130 {
    line-height: 1.3;
}

.line-130-160 {
    line-height: 1.3;
}

@media screen and (max-width: 768px) {
    .line-130-160 {
        line-height: 1.6;
    }
}

.line-140-140 {
    line-height: 1.4;
}

@media screen and (max-width: 768px) {
    .line-140-140 {
        line-height: 1.4;
    }
}

.line-140-160 {
    line-height: 1.4;
}

@media screen and (max-width: 768px) {
    .line-140-160 {
        line-height: 1.6;
    }
}

.line-140-170 {
    line-height: 1.4;
}

@media screen and (max-width: 768px) {
    .line-140-170 {
        line-height: 1.7;
    }
}

.line-150-140 {
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .line-150-140 {
        line-height: 1.4;
    }
}

.line-150-150 {
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .line-150-150 {
        line-height: 1.5;
    }
}

.line-150-160 {
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .line-150-160 {
        line-height: 1.6;
    }
}

.line-150-170 {
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .line-150-170 {
        line-height: 1.7;
    }
}

.line-160-160 {
    line-height: 1.6;
}

@media screen and (max-width: 768px) {
    .line-160-160 {
        line-height: 1.6;
    }
}

.line-160-170 {
    line-height: 1.6;
}

@media screen and (max-width: 768px) {
    .line-160-170 {
        line-height: 1.7;
    }
}

.line-170-140 {
    line-height: 1.7;
}

@media screen and (max-width: 768px) {
    .line-170-140 {
        line-height: 1.4;
    }
}

.line-170-150 {
    line-height: 1.7;
}

@media screen and (max-width: 768px) {
    .line-170-150 {
        line-height: 1.5;
    }
}

.line-170-160 {
    line-height: 1.7;
}

@media screen and (max-width: 768px) {
    .line-170-160 {
        line-height: 1.6;
    }
}

.line-170-170 {
    line-height: 1.7;
}

@media screen and (max-width: 768px) {
    .line-170-170 {
        line-height: 1.7;
    }
}

.line-190-150 {
    line-height: 1.9;
}

@media screen and (max-width: 768px) {
    .line-190-150 {
        line-height: 1.5;
    }
}

.line-190-170 {
    line-height: 1.9;
}

@media screen and (max-width: 768px) {
    .line-190-170 {
        line-height: 1.7;
    }
}

.line-200-160 {
    line-height: 2.0;
}

@media screen and (max-width: 768px) {
    .line-200-160 {
        line-height: 1.6;
    }
}

.line-200-170 {
    line-height: 2.0;
}

@media screen and (max-width: 768px) {
    .line-200-170 {
        line-height: 1.7;
    }
}

.line-200-200 {
    line-height: 2.0;
}

@media screen and (max-width: 768px) {
    .line-200-200 {
        line-height: 2.0;
    }
}

.letter-14-14 {
    letter-spacing: 0.14em;
}

@media screen and (max-width: 768px) {
    .letter-14-14 {
        letter-spacing: 0.14em;
    }
}

.letter-10-0 {
    letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
    .letter-10-0 {
        letter-spacing: 0;
    }
}

/* ボーター */

hr {
    border-top-style: solid;
    width: 100%;
    height: 1px;
    border-top: 1px;
}

@media screen and (max-width: 768px) {
    hr {
        border-top-style: solid;
        width: 100%;
        height: calc(100vw * 2 / 750);
        border-top: calc(100vw * 2 / 750);
    }
}

.border {
    border-style: solid;
}

.border-top {
    border-top-style: solid;
}

.border-bottom {
    border-bottom-style: solid;
}

.border-left {
    border-left-style: solid;
}

.border-right {
    border-right-style: solid;
}

.border-bottom-sp {
    border-bottom-style: none;
}

@media screen and (max-width: 768px) {
    .border-bottom-sp {
        border-bottom-style: solid;
    }
}


/*
.border-bottom-sp {
    border-bottom: 0px solid;
}

@media screen and (max-width: 768px) {
    .border-bottom-sp {
        border-bottom: calc(100vw * 1 / 750) solid;
    }
}

.border-bottom-2-sp {
    border-bottom: 0px solid;
}

@media screen and (max-width: 768px) {
    .border-bottom-2-sp {
        border-bottom: calc(100vw * 2 / 750) solid;
    }
}
*/

.border-1 {
    border-width: 1px;
}

.border-1-2 {
    border-width: 1px;
}

@media screen and (max-width: 768px) {
    .border-1-2 {
        border-width: calc(100vw * 2 / 750);
    }
}

.border-2-2 {
    border-width: 2px;
}

@media screen and (max-width: 768px) {
    .border-2-2 {
        border-width: calc(100vw * 2 / 750);
    }
}

.border-2-4 {
    border-width: 2px;
}

@media screen and (max-width: 768px) {
    .border-2-4 {
        border-width: calc(100vw * 4 / 750);
    }
}

.border-normal {
    border-width: 1px;
}

@media screen and (max-width: 768px) {
    .border-width {
        border-top: calc(100vw * 1 / 750);
    }
}

.border-bold {
    border-width: 2px;
}

@media screen and (max-width: 768px) {
    .border-bold {
        border-width: calc(100vw * 2 / 750);
    }
}

.border-ex-bold {
    border-width: 4px;
}

@media screen and (max-width: 768px) {
    .border-ex-bold {
        border-width: calc(100vw * 4 / 750);
    }
}


.border-color-white {
    border-color: #FFFFFF !important;
}

.border-color-gray {
    border-color: #333333 !important;
}

.border-color-light-gray {
    border-color: #CACACA !important;
}

.border-color-brown {
    border-color: #8C7258 !important;
}

.border-color-orange {
    border-color: #ED6D45 !important;
}

.border-theme {
    border-color: #3E3A39 !important;
}

/* 背景色 */

.bg-theme {
    background-color: #EFEEDF;
}

.bg-theme-contact {
    background-color: #EAEAEA;
}

@media screen and (max-width: 768px) {
    .bg-theme-contact {
        background-color: #FFFFFF;
    }
}

.bg-green {
    background-color: #B6D239;
}

.bg-orange {
    background-color: #ED6D45;
}

.bg-pink {
    background-color: #ED86B3;
}

.bg-violet {
    background-color: #BA9CC8;
}

.bg-yellow {
    background-color: #FDD402;
}

.bg-white {
    background-color: #FFFFFF;
}

.bg-white-sp {
    background-color: none;
}

@media screen and (max-width: 768px) {
    .bg-white-sp {
        background-color: #FFFFFF;
    }
}

.bg-blue {
    background-color: #81CBD4;
}

.bg-gray {
    background-color: #666666;
}

.bg-cream {
    background-color: #FFF0D0;
}

.bg-brown {
    background-color: #807258;
}

.bg-dark-brown {
    background-color: #3E3A39;
}

.bg-light-gray {
    background-color: #999999;
}

.bg-light-light-gray {
    background-color: #EDEDED;
}

.bg-navi {
    background-color: #00387D;
}

.bg-beige {
    background-color: #EFEEDF;
}

.bg-dark-brown {
    background-color: #5B4A39;
}

/* ボタン */

.btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 

    gap: 10px;
}

.btn-nav {
    flex-direction: row;
    justify-content: space-between;

    gap: 0px;
    padding: 0 20px;
}

@media screen and (max-width: 768px) {
    .btn-nav {
        flex-direction: row;
        justify-content: space-between;

        padding: 0 calc(100vw * 30 / 750);
    }
}

.btn-nav-prev-next {
    flex-direction: row;
    justify-content: space-between;

    padding: 0 10px;
}

@media screen and (max-width: 768px) {
    .btn-nav-prev-next {
        flex-direction: row;
        justify-content: center;

        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    .btn-nav-prev-next img {
        width: calc(100vw * 16 / 750);
        height: calc(100vw * 25 / 750);
    }
}

.news-navigation-sp {
    display: block;
}

@media screen and (max-width: 768px) {
    .news-navigation-sp {
        display: none;
    }
}

/* 今回使用 */


.btn-101-37-324-65 {
    width: 101px;
    height: 37px;

    border-radius: 8px;
}

@media screen and (max-width: 768px) {
    .btn-101-37-324-65 {
        width: calc(100vw * 324 / 750);
        height: calc(100vw * 65 / 750);

        border-radius: calc(100vw * 8 / 750);
    }
}

.btn-132-26 {
    width: 133px;
    height: 26px;

    border-radius: 8px;
}

.btn-138v-36v-180-58 {
    width: calc(100vw * 138 / 1280);
    height: calc(100vw * 36 / 1280);

    border-radius: calc(100vw * 8 / 1280);
}

@media screen and (max-width: 768px) {
    .btn-138v-36v-180-58 {
        width: calc(100vw * 180 / 750);
        height: calc(100vw * 58 / 750);

        border-radius: calc(100vw * 8 / 750);
    }
}

.btn-138-36-580-69 {
    width: 138px;
    height: 36px;

    border-radius: 8px;
}

@media screen and (max-width: 768px) {
    .btn-138-36-580-69 {
        width: calc(100vw * 580 / 750);
        height: calc(100vw * 69 / 750);

        border-radius: calc(100vw * 8 / 750);
    }
}

.btn-142-36-650-114 {
    width: 142px;
    height: 36px;

    border-radius: 8px;
}

@media screen and (max-width: 768px) {
    .btn-142-36-650-114 {
        width: calc(100vw * 650 / 750);
        height: calc(100vw * 114 / 750);

        border-radius: calc(100vw * 8 / 750);
    }
}

.btn-190-37-580-69 {
    width: 190px;
    height: 37px;

    border-radius: 8px;
}

@media screen and (max-width: 768px) {
    .btn-190-37-580-69 {
        width: calc(100vw * 580 / 750);
        height: calc(100vw * 69 / 750);

        border-radius: calc(100vw * 8 / 750);
    }
}

.btn-195-37-580-69 {
    width: 195px;
    height: 37px;

    border-radius: 40px;
}

@media screen and (max-width: 768px) {
    .btn-195-37-580-69 {
        width: calc(100vw * 580 / 750);
        height: calc(100vw * 69 / 750);

        border-radius: calc(100vw * 40 / 750);
    }
}

.btn-210-37-358-69 {
    width: 210px;
    height: 37px;

    border-radius: 8px;
}

@media screen and (max-width: 768px) {
    .btn-210-37-358-69 {
        width: calc(100vw * 358 / 750);
        height: calc(100vw * 69 / 750);

        border-radius: calc(100vw * 8 / 750);
    }
}

.btn-272-40-308-60 {
    width: 272px;
    height: 40px;

    border-radius: 8px;
}

@media screen and (max-width: 768px) {
    .btn-272-40-308-60 {
        width: calc(100vw * 308 / 750);
        height: calc(100vw * 60 / 750);

        border-radius: calc(100vw * 8 / 750);
    }
}

.btn-325-37-580-69 {
    width: 325px;
    height: 37px;

    border-radius: 40px;
}

.btn-375-54-650-85 {
    width: 375px;
    height: 54px;

    border-radius: 8px;
}

@media screen and (max-width: 768px) {
    .btn-375-54-650-85 {
        width: calc(100vw * 650 / 750);
        height: calc(100vw * 85 / 750);

        border-radius: calc(100vw * 8 / 750);
    }
}

.btn-580-54-580-85 {
    width: 580px;
    height: 54px;

    border-radius: 8px;
}

@media screen and (max-width: 768px) {
    .btn-580-54-580-85 {
        width: calc(100vw * 580 / 750);
        height: calc(100vw * 85 / 750);

        border-radius: calc(100vw * 8 / 750);
    }
}

.btn-580-54-650-85 {
    width: 580px;
    height: 54px;

    border-radius: 8px;
}

@media screen and (max-width: 768px) {
    .btn-580-54-650-85 {
        width: calc(100vw * 650 / 750);
        height: calc(100vw * 85 / 750);

        border-radius: calc(100vw * 8 / 750);
    }
}

.btn-580-54-650-130 {
    width: 580px;
    height: 54px;

    border-radius: 8px;
}

@media screen and (max-width: 768px) {
    .btn-580-54-650-130 {
        width: calc(100vw * 650 / 750);
        height: calc(100vw * 130 / 750);

        border-radius: calc(100vw * 8 / 750);
    }
}

.btn-580-84-650-175 {
    width: 580px;
    height: 84px;

    border-radius: 8px;
}

@media screen and (max-width: 768px) {
    .btn-580-84-650-175 {
        width: calc(100vw * 650 / 750);
        height: calc(100vw * 175 / 750);

        border-radius: calc(100vw * 8 / 750);
    }
}

.btn-800-72-650-113 {
    width: 800px;
    height: 72px;

    border-radius: 8px;
}

@media screen and (max-width: 768px) {
    .btn-800-72-650-113 {
        width: calc(100vw * 650 / 750);
        height: calc(100vw * 113 / 750);

        border-radius: calc(100vw * 8 / 750);
    }
}

.btn-800-72-650-176 {
    width: 800px;
    height: 72px;

    border-radius: 8px;
}

@media screen and (max-width: 768px) {
    .btn-800-72-650-176 {
        width: calc(100vw * 650 / 750);
        height: calc(100vw * 176 / 750);

        border-radius: calc(100vw * 8 / 750);
    }
}

.btn-auto-37-580-69 {
    width: auto;
    height: 37px;

    padding: 0 30px;

    border-radius: 40px;
}

@media screen and (max-width: 768px) {
    .btn-auto-37-580-69 {
        width: calc(100vw * 580 / 750);
        height: calc(100vw * 69 / 750);

        border-radius: calc(100vw * 40 / 750);
    }
}

.btn-auto-37-580-114 {
    width: auto;
    height: 37px;

    padding: 0 30px;

    border-radius: 40px;
}

@media screen and (max-width: 768px) {
    .btn-auto-37-580-114 {
        width: calc(100vw * 580 / 750);
        height: calc(100vw * 114 / 750);

        border-radius: calc(100vw * 20 / 750);
    }
}

.btn-rad-8-50 {
    border-radius: 8px !important;
}

@media screen and (max-width: 768px) {
    .btn-rad-8-50 {
        border-radius: calc(100vw * 50 / 750) !important;
    }
}

.btn-rad-20-20 {
    border-radius: 20px !important;
}

@media screen and (max-width: 768px) {
    .btn-rad-20-20 {
        border-radius: calc(100vw * 20 / 750) !important;
    }
}

.triangle {
    width: 8.66px;
    height: 7.5px;
}

@media screen and (max-width: 768px) {
    .triangle {
        width: calc(100vw * 17 / 750);
        height: calc(100vw * 14 / 750);
    }
}

.ex-icon {
    width: 10px;
    height: 10px;

    margin-top: -2px;
}

@media screen and (max-width: 768px) {
    .ex-icon {
        width: calc(100vw * 20 / 750);
        height: calc(100vw * 20 / 750);

        margin-top: 0;
    }
}


/* 以下ボタンは未使用 */





.btn-140-38-324-60 {
    width: 140px;
    height: 38px;

    border-radius: 30px;
}

@media screen and (max-width: 768px) {
    .btn-140-38-324-60 {
        width: calc(100vw * 324 / 750);
        height: calc(100vw * 60 / 750);    

        border-radius: calc(100vw * 40 / 750);
    }
}

.btn-145-30 {
    width: 145px;
    height: 30px;

    border-radius: 30px;
}

@media screen and (max-width: 768px) {
    .btn-145-30 {
        display: none;
    }
}

.btn-180-24-650-128 {
    width: 180px;
    height: 24px;

    border-radius: 30px;
}

@media screen and (max-width: 768px) {
    .btn-180-24-650-128 {
        width: calc(100vw * 650 / 750);
        height: calc(100vw * 128 / 750);    

        border-radius: calc(100vw * 20 / 750);
    }
}

.btn-160-24-650-78 {
    width: 160px;
    height: 24px;

    border-radius: 30px;
}

@media screen and (max-width: 768px) {
    .btn-160-24-650-78 {
        width: calc(100vw * 650 / 750);
        height: calc(100vw * 78 / 750);    

        border-radius: calc(100vw * 10 / 750);
    }
}

.btn-160-24-650-141 {
    width: 160px;
    height: 24px;

    border-radius: 8px;
}

@media screen and (max-width: 768px) {
    .btn-160-24-650-141 {
        width: calc(100vw * 650 / 750);
        height: calc(100vw * 141 / 750);    

        border-radius: calc(100vw * 10 / 750);
    }
}

.btn-200-37-324-65 {
    width: 200px;
    height: 37px;

    border-radius: 8px;
}

@media screen and (max-width: 768px) {
    .btn-200-37-324-65 {
        width: calc(100vw * 324 / 750);
        height: calc(100vw * 65 / 750);

        border-radius: calc(100vw * 8 / 750);
    }
}

.btn-208-30 {
    /* pcのみ */
    width: 208px;
    height: 30px;

    border-radius: 5px;
}

.btn-210-40-308-50 {
    width: 210px;
    height: 40px;

    border-radius: 10px;
}

@media screen and (max-width: 768px) {
    .btn-210-40-308-50 {
        width: calc(100vw * 308 / 750);
        height: calc(100vw * 50 / 750);    

        border-radius: calc(100vw * 20 / 750);
    }
}

.btn-210-40-308-60 {
    width: 210px;
    height: 40px;

    border-radius: 10px;
}

@media screen and (max-width: 768px) {
    .btn-210-40-308-60 {
        width: calc(100vw * 308 / 750);
        height: calc(100vw * 60 / 750);    

        border-radius: calc(100vw * 20 / 750);
    }
}

.btn-210-50-210-65 {
    width: 210px;
    height: 50px;

    border-radius: 8px;
}

@media screen and (max-width: 768px) {
    .btn-210-50-210-65 {
        width: calc(100vw * 210 / 750);
        height: calc(100vw * 65 / 750);    

        border-radius: calc(100vw * 8 / 750);
    }
}

.btn-210-50-324-71 {
    width: 210px;
    height: 50px;

    border-radius: 8px;
}

@media screen and (max-width: 768px) {
    .btn-210-50-324-71 {
        width: calc(100vw * 324 / 750);
        height: calc(100vw * 71 / 750);    

        border-radius: calc(100vw * 8 / 750);
    }
}

.btn-216-30-324-44 {
    width: 216px;
    height: 30px;

    border-radius: 30px;
}

@media screen and (max-width: 768px) {
    .btn-216-30-324-44 {
        width: calc(100vw * 324 / 750);
        height: calc(100vw * 44 / 750);    

        border-radius: calc(100vw * 30 / 750);
    }
}

.btn-216-30-324-60 {
    width: 216px;
    height: 30px;

    border-radius: 30px;
}

@media screen and (max-width: 768px) {
    .btn-216-30-324-60 {
        width: calc(100vw * 324 / 750);
        height: calc(100vw * 60 / 750);

        border-radius: calc(100vw * 30 / 750);
    }
}

.btn-216-30-50-50 {
    width: 216px;
    height: 30px;

    border-radius: 30px;
}

@media screen and (max-width: 768px) {
    .btn-216-30-50-50 {
        width: calc(100vw * 50 / 750);
        height: calc(100vw * 50 / 750); 

        border-radius: calc(100vw * 25 / 750);
    }
}

.btn-216-30-324-48 {
    width: 216px;
    height: 30px;

    border-radius: 30px;
}

@media screen and (max-width: 768px) {
    .btn-216-30-324-48 {
        width: calc(100vw * 324 / 750);
        height: calc(100vw * 48 / 750);    

        border-radius: calc(100vw * 30 / 750);
    }
}

.btn-216-51-650-90 {
    width: 216px;
    height: 51px;

    border-radius: 30px;
}

@media screen and (max-width: 768px) {
    .btn-216-51-650-90 {
        width: calc(100vw * 650 / 750);
        height: calc(100vw * 90 / 750);    

        border-radius: calc(100vw * 50 / 750);
    }
}

.btn-231-56-430-140 {
    width: 231px;
    height: 56px;

    border-radius: 30px;
}

@media screen and (max-width: 768px) {
    .btn-231-56-430-140 {
        width: calc(100vw * 430 / 750);
        height: calc(100vw * 140 / 750);    

        border-radius: calc(100vw * 80 / 750);
    }
}

.btn-270-40-324-60 {
    width: 270px;
    height: 40px;

    border-radius: 30px;
}

@media screen and (max-width: 768px) {
    .btn-270-40-324-60 {
        width: calc(100vw * 324 / 750);
        height: calc(100vw * 60 / 750);    

        border-radius: calc(100vw * 30 / 750);
    }
}

/* レイアウト */

.hidden-pc {    
    display: block;
}

@media screen and (max-width: 768px) {
    .hidden-pc {    
        display: none;
    }
}

.hidden-sp {    
    display: none;
}

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

.padding-5-12 {
    padding: 5px 0;
}

@media screen and (max-width: 768px) {
    .padding-5-12 {
        padding: 12px 0;
    }
}

.padding-20-30 {
    padding: 20px 0;
}

@media screen and (max-width: 768px) {
    .padding-20-30 {
        padding: calc(100vw * 30 / 750) 0;  
    }
}

.padding-top-0-20 {
    padding-top: 0 !important;
}

@media screen and (max-width: 768px) {
    .padding-top-0-20 {
        padding-top: calc(100vw * 20 / 750) !important;
    }
}

.padding-bottom-0-60 {
    padding-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
    .padding-bottom-0-60 {
        padding-bottom: calc(100vw * 53 / 750) !important;
    }
}

.margin-0 {
    margin: 0px !important; 
}

.margin-0-10 {
    margin: 0px 0; 
}

@media screen and (max-width: 768px) {
    .margin-0-10 {
        margin: calc(100vw * 10 / 750) 0;  
    }
}

.margin-5-10 {
    margin: 10px 0;
}

@media screen and (max-width: 768px) {
    .margin-5-10 {
        margin: calc(100vw * 10 / 750) 0;  
    }
}

.margin-10-10 {
    margin: 10px 0;
}

@media screen and (max-width: 768px) {
    .margin-10-10 {
        margin: calc(100vw * 10 / 750) 0;  
    }
}

.margin-16-20 {
    margin: 16px 0;
}

@media screen and (max-width: 768px) {
    .margin-16-20 {
        margin: calc(100vw * 20 / 750) 0;  
    }
}

.margin-40 {
    margin: 40px 0;
}

@media screen and (max-width: 768px) {
    .margin-40 {
        margin: calc(100vw * 40 / 750) 0;
    }
}

.margin-top-20-30 {
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    .margin-top-20-30 {
        margin-top: calc(100vw * 30 / 750);
    }
}

.margin-top-50-50 {
    margin-top: 50px;
}

@media screen and (max-width: 768px) {
    .margin-top-50-50 {
        margin-top: calc(100vw * 50 / 750);
    }
}

.margin-bottom-30-0 {
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .margin-bottom-30-0 {
        margin-bottom: calc(100vw * 0 / 750);
    }
}

.margin-bottom-30-30 {
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .margin-bottom-30-30 {
        margin-bottom: calc(100vw * 30 / 750);
    }
}

.margin-bottom-50-0 {
    margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
    .margin-bottom-50-0 {
        margin-top: calc(100vw * 0 / 750);
    }
}

.margin-bottom-0-60 {
    margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
    .margin-bottom-0-60 {
        margin-top: calc(100vw * 60 / 750);
    }
}

@media screen and (max-width: 768px) {
    .margin-16-20 {
        margin: calc(100vw * 20 / 750) 0;  
    }
}

.gap-0-10 {
    gap: 0px !important;
}

@media screen and (max-width: 768px) {
    .gap-0-10 {
        gap: calc(100vw * 10 / 750) !important;
    }
}

.gap-0-20 {
    gap: 0px !important;
}

@media screen and (max-width: 768px) {
    .gap-0-20 {
        gap: calc(100vw * 20 / 750) !important;
    }
}

.gap-0-30 {
    gap: 0px !important;
}

@media screen and (max-width: 768px) {
    .gap-0-30 {
        gap: calc(100vw * 30 / 750) !important;
    }
}

.gap-5-10 {
    gap: 5px !important;
}

@media screen and (max-width: 768px) {
    .gap-5-10 {
        gap: calc(100vw * 10 / 750) !important;
    }
}

.gap-5-12 {
    gap: 5px !important;
}

@media screen and (max-width: 768px) {
    .gap-5-12 {
        gap: calc(100vw * 12 / 750) !important;
    }
}

.gap-5-20 {
    gap: 5px !important;
}

@media screen and (max-width: 768px) {
    .gap-5-20 {
        gap: calc(100vw * 20 / 750) !important;
    }
}

.gap-5-30 {
    gap: 5px !important;
}

@media screen and (max-width: 768px) {
    .gap-5-30 {
        gap: calc(100vw * 30 / 750) !important;
    }
}

.gap-10-10 {
    gap: 10px !important;
}

@media screen and (max-width: 768px) {
    .gap-10-10 {
        gap: calc(100vw * 10 / 750) !important;
    }
}

.gap-10-20 {
    gap: 10px !important;
}

@media screen and (max-width: 768px) {
    .gap-10-20 {
        gap: calc(100vw * 20 / 750) !important;
    }
}

.gap-10-25 {
    gap: 10px !important;
}

@media screen and (max-width: 768px) {
    .gap-10-25 {
        gap: calc(100vw * 25 / 750) !important;
    }
}

.gap-10-40 {
    gap: 10px !important;
}

@media screen and (max-width: 768px) {
    .gap-10-40 {
        gap: calc(100vw * 40 / 750) !important;
    }
}

.gap-16-20 {
    gap: 16px !important;
}

@media screen and (max-width: 768px) {
    .gap-16-20 {
        gap: calc(100vw * 20 / 750) !important;
    }
}

.gap-10-30 {
    gap: 10px !important;
}

@media screen and (max-width: 768px) {
    .gap-10-30 {
        gap: calc(100vw * 30 / 750) !important;
    }
}

.gap-15-30 {
    gap: 15px !important;
}

@media screen and (max-width: 768px) {
    .gap-15-30 {
        gap: calc(100vw * 30 / 750) !important;
    }
}

.gap-20-20 {
    gap: 20px !important;
}

@media screen and (max-width: 768px) {
    .gap-20-20 {
        gap: calc(100vw * 20 / 750) !important;
    }
}

.gap-20-30 {
    gap: 20px !important;
}

@media screen and (max-width: 768px) {
    .gap-20-30 {
        gap: calc(100vw * 30 / 750) !important;
    }
}

.gap-20-40 {
    gap: 20px !important;
}

@media screen and (max-width: 768px) {
    .gap-20-40 {
        gap: calc(100vw * 40 / 750) !important;
    }
}

.gap-20-50 {
    gap: 20px !important;
}

@media screen and (max-width: 768px) {
    .gap-20-50 {
        gap: calc(100vw * 50 / 750) !important;
    }
}

.gap-30-20 {
    gap: 30px !important;
}

@media screen and (max-width: 768px) {
    .gap-30-20 {
        gap: calc(100vw * 20 / 750) !important;
    }
}

.gap-30-30 {
    gap: 30px !important;
}

@media screen and (max-width: 768px) {
    .gap-30-30 {
        gap: calc(100vw * 30 / 750) !important;
    }
}

.gap-30-40 {
    gap: 30px !important;
}

@media screen and (max-width: 768px) {
    .gap-30-40 {
        gap: calc(100vw * 40 / 750) !important;
    }
}

.gap-30-50 {
    gap: 30px !important;
}

@media screen and (max-width: 768px) {
    .gap-30-50 {
        gap: calc(100vw * 50 / 750) !important;
    }
}

.gap-30-60 {
    gap: 30px !important;
}

@media screen and (max-width: 768px) {
    .gap-30-60 {
        gap: calc(100vw * 60 / 750) !important;
    }
}

.gap-30-70 {
    gap: 30px !important;
}

@media screen and (max-width: 768px) {
    .gap-30-70 {
        gap: calc(100vw * 70 / 750) !important;
    }
}

.gap-40-0 {
    gap: 40px !important;
}

@media screen and (max-width: 768px) {
    .gap-40-0 {
        gap: calc(100vw * 0 / 750) !important;
    }
}

.gap-40-30 {
    gap: 40px !important;
}

@media screen and (max-width: 768px) {
    .gap-40-30 {
        gap: calc(100vw * 30 / 750) !important;
    }
}

.gap-40-40 {
    gap: 40px !important;
}

@media screen and (max-width: 768px) {
    .gap-40-40 {
        gap: calc(100vw * 40 / 750) !important;
    }
}

.gap-40-50 {
    gap: 40px !important;
}

@media screen and (max-width: 768px) {
    .gap-40-50 {
        gap: calc(100vw * 50 / 750) !important;
    }
}

.gap-40-80 {

    gap: 40px !important;
}

@media screen and (max-width: 768px) {
    .gap-40-80 {
        gap: calc(100vw * 80 / 750) !important;
    }
}

.gap-50-30 {
    gap: 50px !important;
}

@media screen and (max-width: 768px) {
    .gap-50-30 {
        gap: calc(100vw * 30 / 750) !important;
    }
}

.gap-50-50 {
    gap: 50px !important;
}

@media screen and (max-width: 768px) {
    .gap-50-50 {
        gap: calc(100vw * 50 / 750) !important;
    }
}

.gap-50-60 {
    gap: 50px !important;
}

@media screen and (max-width: 768px) {
    .gap-50-60 {
        gap: calc(100vw * 60 / 750) !important;
    }
}

.gap-60-60 {
    gap: 60px !important;
}

@media screen and (max-width: 768px) {
    .gap-60-60 {
        gap: calc(100vw * 60 / 750) !important;
    }
}

/* 改行 */

.pc-br {
    display: inline;
}

@media screen and (max-width: 768px) {
    .pc-br {
        display: none;
    }
}

.sp-br {
    display: none;
}

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

/* 画像 */

.img {
    border-radius: 8px;
    overflow: hidden;
}

.img-100-200 {
    width: 100px;    
    height: auto;
}

@media screen and (max-width: 768px) {
    .img-100-200 {
        width: calc(100vw * 200 / 750);  
        height: auto;
    }
}

.img-390 {
    width: 390px;    
    height: 230px;
}

.img-580 {
    width: 580px;    
    height: 380px;
}

@media screen and (max-width: 768px) {
    .img-580 {
        width: calc(100vw * 580 / 750);   
        height: calc(100vw * 380 / 750);
    }
}

.img-580-650 {
    width: 580px;    
    height: 380px;
}

@media screen and (max-width: 768px) {
    .img-580-650 {
        width: calc(100vw * 650 / 750);  
        height: calc(100vw * 426 / 750);  
    }
}

.round-12 {
    border-radius: 12px !important;
}

@media screen and (max-width: 768px) {
    .round-12 {
        border-radius: calc(100vw * 12 / 750) !important;
    }
}

/* keen-slider ----------------------------------------- */

.top-slider {

    gap: calc(100vw * 20 / 1280);

    width: 100vw;
    height: calc(100vh - 74px * 2);
}


.slider-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    /*
    gap: 20px;
    width: 560px;
    */

    /*width: 650px;*/      /* スライダー全体の横幅(必要に応じて変更) */
}

@media screen and (max-width: 768px) {
    .slider-block {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    
        /*
        gap: calc(100vw * 30 / 750);    
        width: calc(100vw * 650 / 750);
        */
    
        /*width: 650px;*/      /* スライダー全体の横幅(必要に応じて変更) */
    }
}

/* スライダーのコンテナを560px x 344pxに固定 */
.keen-slider {
    /*
    width: 650px;
    height: 385px;
    */
    margin: 0 auto; /* 中央寄せ */
    position: relative; /* ページングドットを配置しやすくするため */
    overflow: hidden; /* スライドのはみ出し部分を隠す */
    /*border-radius: 20px;*/
}

@media screen and (max-width: 768px) {
    .keen-slider {
        /*
        width: calc(100vw * 650 / 750);
        height: calc(100vw * 385 / 750);
        */
        margin: 0 auto; /* 中央寄せ */
        position: relative; /* ページングドットを配置しやすくするため */
        overflow: hidden; /* スライドのはみ出し部分を隠す */
        /*border-radius: 20px;*/
    }
}

.keen-slider-sp {
/* 両端のスライドを隠さない */
        margin: 0 auto; /* 中央寄せ */
        position: relative; /* ページングドットを配置しやすくするため */
overflow: visible;
}

.slide-1 { background: #ff6b6b; }
.slide-2 { background: #6bc1ff; }
.slide-3 { background: #6bff95; }
.slide-4 { background: #f0e130; }
.slide-5 { background: #9b6bff; }

/* top-sp-slider専用スタイル */
.top-sp-slider-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.top-sp-image-section {
    position: relative;
    width: 100%;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.top-sp-image-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
}

.top-sp-logo-space {
    height: calc(100vw * 88 / 750);
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-sp-logo {
    width: calc(100vw * 388 / 750);
    height: calc(100vw * 57 / 750);
}

.top-sp-overlay-images {
    position: relative;
    flex: 1;
    width: 100%;
    overflow: hidden;
    padding: calc(100vw * 50 / 750);
}

.top-sp-bottom-space {
    height: calc(100vw * 102 / 750);
}

.overlay-image {
    position: absolute;
    top: calc(100vw * 50 / 750);
    left: calc(100vw * 50 / 750);
    right: calc(100vw * 50 / 750);
    bottom: calc(100vw * 50 / 750);
    width: calc(100% - calc(100vw * 100 / 750));
    height: calc(100% - calc(100vw * 100 / 750));
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: calc(100vw * 40 / 750);
}

.overlay-image.active {
    opacity: 1;
}

.top-sp-dots-overlay {
    position: absolute;
    bottom: calc(100vw * 223 / 750);
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    background: rgba(255, 255, 255, 0.5);
    padding: calc(100vw * 10 / 750) calc(100vw * 20 / 750);
    border-radius: calc(100vw * 20 / 750);
}

.top-sp-slider-section {
    position: relative;
    width: 100%;
    height: calc(100vw * 470 / 750);
}

#top-sp-slider {
    width: 100%;
    height: 100%;
    background: transparent;
}

.slider-prev-sp,
.slider-next-sp {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100vw * 40 / 750);
    height: calc(100vw * 40 / 750);
    cursor: pointer;
    transition: all 0.2s ease;
    z-index: 3;
}

.slider-prev-sp {
    left: calc(100vw * 68 / 750);
}

.slider-next-sp {
    right: calc(100vw * 68 / 750);
}





.dots-sp {
    display: flex;
    gap: calc(100vw * 20 / 750);
}

.dot-sp {
    width: calc(100vw * 16 / 750);
    height: calc(100vw * 16 / 750);
    border-radius: 50%;
    background: #999999;
    cursor: pointer;
    transition: all 0.2s ease;
}

.dot-sp.active {
    background: #ED6D45;
}


/* 各スライドを全体に表示する */
.keen-slider__slide {
    display: flex;
    justify-content: center;
    align-items: center;
    /*transition: transform 0.1s ease; /* 1.5秒に変更 */
}

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

/* 画像をスライドの大きさに収めるための例（必要に応じて調整） */
.keen-slider__slide img {
    /*
    width: 650px;
    height: 385px;
    */
    object-fit: cover; /* 比率を保ちながら全体に表示 */

    /*border-radius: 20px;*/
}

@media screen and (max-width: 768px) {
    .keen-slider__slide img {
        /*
        width: calc(100vw * 650 / 750);
        height: calc(100vw * 385 / 750);
        */
        object-fit: cover; /* 比率を保ちながら全体に表示 */
    
        /*border-radius: 20px;*/
    }
}

.slider-round {
    border-radius: 12px;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .slider-round {
        border-radius: calc(100vw * 12 / 750);
        overflow: hidden;
    }
}

.slider-img-560 {
    width: 560px;
    height: auto;
}

@media screen and (max-width: 768px) {
    .slider-img-560 {
        width: calc(100vw * 560 / 750);
        height: auto; /*calc(100vw * 334 / 750);*/
    }
}

.slider-img-650 {
    width: 650px;
    height: auto; /*385px;*/
}

@media screen and (max-width: 768px) {
    .slider-img-650 {
        width: calc(100vw * 650 / 750);
        height: auto; /*calc(100vw * 385 / 750);*/
    }
}

.slider-img-748-560 {
    width: 748px;
    height: 473px;
}

@media screen and (max-width: 768px) {
    .slider-img-748-560 {
        width: calc(100vw * 560 / 750);
        height: calc(100vw * 355 / 750);
    }
}

.slider-img-748-580 {
    width: 748px;
    height: 473px;
}

@media screen and (max-width: 768px) {
    .slider-img-748-580 {
        width: calc(100vw * 580 / 750);
        height: calc(100vw * 342 / 750);
    }
}

.slider-img-100p { /***** 二重定義おかしい！ *****/
    position: relative;
    width: auto;
    height: calc(100vh - 74 * 2); /*calc(100vw * 385 / 750);*/
    overflow: hidden;
}

.slider-img-100p {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-img-max {
    width: 100vw;
    height: calc(100vh - 74 * 2); /* auto; /*calc(100vw * 385 / 750);*/
}

@media screen and (max-width: 768px) {
    .slider-img-max {
        width: calc(100vw * 748 / 750);
        height: auto; /*calc(100vw * 385 / 750);*/
    }
}

@media screen and (max-width: 768px) {
    .slider-text-container {
        /*
        position: relative;
        width: auto;
        overflow: hidden;
        */

        /*position: absolute;*/
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /*object-fit: cover;*/
    }
}

@media screen and (max-width: 768px) {
    .slider-text {
        /*position: absolute;*/

        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: calc(100vw * 25 / 750);

        /*width: calc(100vw * 567 / 750);*/
        height: calc(100vw * 470 / 750);

        /*
        margin: calc(100vw * 0 / 750) calc(100vw * 5 / 750);
        */
        padding: calc(100vw * 30 / 750) calc(100vw * 40 / 750);

        border-radius: calc(100vw * 40 / 750);

        /*
        overflow: hidden;
        */
    }
}


/* ドットのコンテナ */
.dots {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;    

    z-index: 1000;
}

@media screen and (max-width: 768px) {
    .dots {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: calc(100vw * 16 / 750);
    }
}

/* ドットの基本スタイル */
.dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: white;
    margin: 0;
    cursor: pointer;

    opacity: 50%;
}

@media screen and (max-width: 768px) {
    .dot {
        display: inline-block;
        width: calc(100vw * 16 / 750);
        height: calc(100vw * 16 / 750);
        border-radius: 50%;
        background-color: white;
        margin: 0;
        cursor: pointer;

        opacity: 50%;
    }
}

/* アクティブなドットのスタイル */
.dot.active {
    background-color: #ED6D45; 
    opacity: 100%;
}
.slider-dot-orange .dot.active {
    background-color: #ED6D45;
    opacity: 100%;
}
.slider-dot-green .dot.active {
    background-color: #7ECA2A;
    opacity: 100%;
}
.slider-dot-pink .dot.active {
    background-color: #FE6786;
    opacity: 100%;
}
.slider-dot-white .dot.active {
    background-color: #FFFFFF;
    opacity: 100%;
}
.slider-dot-gray .dot.active {
    background-color: #999999;
    opacity: 100%;
}
.slider-dot-gray .dot {
    background-color: #999999;
    opacity: 50%;
}


/* キャプション(タイトルテキスト)部分 */
.slider-caption {
    width: 560px;
    margin: 10px auto 0; /* スライダーの下に10px空け、中央寄せ */
    text-align: center;
    /*
    font-size: 18px;
    line-height: 1.4;
    */
}

@media screen and (max-width: 768px) {
    .slider-caption {
        width: calc(100vw * 560 / 750);
        margin: 0; /* スライダーの下に10px空け、中央寄せ */
        text-align: center;
        /*
        font-size: calc(100vw * 28 / 750);
        line-height: 1.7;
        */
    }
}

.slider-prev, .slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  /*
  background: rgba(0,0,0,0.5);
  color: white;
  border: none;
  padding: 10px;
  */
  cursor: pointer;

    width: 12px;
    height: 12px;
}
.slider-prev {
  left: 20px;
}
.slider-next {
  right: 20px;
}

.top-dots-container {
      
    position: absolute;
    bottom: 107px;
    left: 50%;
    transform: translateX(-50%);

    z-index: 10;
}

.top-dots-background {

    width: 100%;
    height: auto;

    background-color: white;
    opacity: 1;


}

.top-dots-overlay {
    position: absolute;

    background-color: rgba(255, 255, 255, 0.5);

    padding: 3.5px 10.5px;

    border-radius: 5px;
}

.top-dots {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;    

    z-index: 1000;
}

@media screen and (max-width: 768px) {
    .top-dots {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: calc(100vw * 16 / 750);
    }
}

.top-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #999999;
    margin: 0;
    cursor: pointer;

    opacity: 50%;
}

@media screen and (max-width: 768px) {
    .top-dot {
        display: inline-block;
        width: calc(100vw * 16 / 750);
        height: calc(100vw * 16 / 750);
        border-radius: 50%;
        background-color: white;
        margin: 0;
        cursor: pointer;

        /*opacity: 50%;*/
    }
}

.top-dot.active {
    background-color: #ED6D45; 
    opacity: 100%;
}


/* nav ----------------------------------------- */

.nav-overlay {
    position: fixed;

    top: 0px;
    left: 0px;

    visibility: hidden;
    /*
    background-color: rgba(0, 0, 0, 0.65);
    */
    transition: visibility 0.5s;

    width: 100vw;
    height: 100vw;

    z-index: 2000;
}

@media screen and (max-width: 768px) {
    .nav-overlay {
        position: fixed;

        top: 0px;
        left: 0px;
    
        background-color: rgba(0, 0, 0, 0.65);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.5s ease, visibility 0.5s;
    
        width: 100%;
        height: 100%;

        overflow-y: scroll;
        z-index: 2000;
    }
}

.nav-overlay-open {
    visibility: visible;
}

@media screen and (max-width: 768px) {
    .nav-overlay-open {
        opacity: 1;
        visibility: visible;
    }
}


.nav {
    position: absolute;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

    background-color: white;

    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.25);

    top: -720px;
    left: 0px;

    width: 100%;
    height: 720px;

    /*
    padding-top: 26px;
    padding-bottom: 39px;
    */

    /*visibility: hidden;*/
    transition: top 0.5s ease; /*, visibility 0.5s;*/

    z-index: 2000;
}

@media screen and (max-width: 768px) {
    .nav {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: calc(100vw * 0 / 750);

        top: 0px;
        left: 0px;

        width: 100%;
        height: auto;

        padding-top: calc(100vw * 0 / 750);
        padding-bottom: calc(100vw * 0 / 750);

        background-color: #FFFFFF;
        opacity: 1.0;

        z-index: 2000;
    }
}

.nav-open {
    top: 0px;
    /*visibility: visible;*/
}

@media screen and (max-width: 768px) {
    .nav-open {
        opacity: 1;
        visibility: visible;
    }
}

.nav-menu-close {
    position: absolute;

    top: 10px;
    right: 10px;
}

@media screen and (max-width: 768px) {
    .nav-menu-close {
        display: block;

        position: fixed;

        top: auto;
        right: calc(100vw * 305 / 750);
        bottom: calc(100vw * 50 / 750);

        z-index: 100;
    }
}

.nav-menu-close img {
    width: 50px;
    height: 50px;
}

@media screen and (max-width: 768px) {
    .nav-menu-close img {
        width: calc(100vw * 150 / 750);
        height: calc(100vw * 150 / 750);
    }
}

.nav-header-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .nav-header-container {
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-start;
        align-items: center;
        gap: calc(100vw * 20.42 / 750);

        width: 100vw;

        margin: calc(100vw * 18.91 / 750) 0 calc(100vw * 40 / 750) 0;
    }
}

img.nav-logo {
    width: 335px;
    height: 49px;

    margin-top: 34px;
    margin-bottom: 37px;
}

@media screen and (max-width: 768px) {
    img.nav-logo {
        width: calc(100vw * 494.53 / 750);
        height: calc(100vw * 72.67 / 750);

        margin-top: calc(100vw * 18.91 / 750);
        margin-bottom: calc(100vw * 20.42 / 750);
    }
}

.nav-container-pc {

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;

    gap: 30px;

    width: 980px;
    margin-bottom: 48px;
    
    /*
    display: grid;
    grid-template-columns: 225px 30px 30px 225px 30px 30px 225px 30px 30px 225px;

    height: 378px;
    */
}

@media screen and (max-width: 768px) {
    .nav-container-pc {
        display: none;
    }
}

.nav-container-sp {

    display: none;
}

@media screen and (max-width: 768px) {
    .nav-container-sp {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: calc(100vw * 10 / 750);
    }
}

.nav-header-image {
    min-width: 990px;
    width: 990px;
    height: 246px;

    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;

    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .nav-header-image {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    
        min-width: calc(100vw * 750 / 750);
        width: calc(100vw * 750 / 750);
        height: calc(100vw * 260 / 750);
    
        border-radius: calc(100vw * 0 / 750);
    
        overflow: hidden;
    }
}

.nav-circle {
    position: absolute;

    top: 120px;
    left: 50%;

    width: 245px;
    height: 245px;
    border-radius: 50%;

    transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
    .nav-circle {
        position: absolute;

        top: 0px;
        left: 50%;
    
        width: calc(100vw * 650 / 750);
        height: calc(100vw * 650 / 750);
        border-radius: 0;
    
        transform: translateX(-50%);
    }
}

.nav-header {
    position: absolute;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    bottom: 0px;

    width: 225px;
    height: 43px;

    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

@media screen and (max-width: 768px) {
    .nav-header {
        position: relative;

        display: flex;
        align-items: center;
        justify-content: center;

        top: 0px;

        width: calc(100vw * 650 / 750);
        height: calc(100vw * 78 / 750);

        border-radius: calc(100vw * 50 / 750);
    }
}

@media screen and (max-width: 768px) {
    .nav-header-kosodate-sp {
        display: flex;
        align-items: center;
        justify-content: center;

        width: calc(100vw * 650 / 750);
        height: calc(100vw * 188 / 750);

        margin: calc(100vw * 40 / 750) 0 0 0;

        border-radius: calc(100vw * 20 / 750);
    }
}

/*
.nav-header-title {
    height: 17px;
}

@media screen and (max-width: 768px) {
    .nav-header-title {
        height: calc(100vw * 36 / 750);
    }
}
*/
.nav-image {
    width: 225px;
    height: 180px;

    border-radius: 20px;
}

@media screen and (max-width: 768px) {
    .nav-image {
        display: none;
    }
}

.nav-sitemap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;

    height: 245px;
}

@media screen and (max-width: 768px) {
    .nav-sitemap {
        display: flex;
        flex-direction: column;

        height: auto;
    }
}

.nav-sitemap ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
        
    list-style-type: none;
    padding: 0;

    text-align: left;
}

@media screen and (max-width: 768px) {
    .nav-sitemap ul {
        list-style-type: none;

        margin: calc(100vw * 10 / 750) 0;
        padding: 0;

        text-align: center;
    }
}

.nav-sitemap li {
    position: relative;
    padding-left: 18px;
}

@media screen and (max-width: 768px) {
    .nav-sitemap li {
        height: calc(100vw * 77 / 750);
        position: relative;

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        padding: 0;
        margin: 0;
        border-bottom: calc(100vw * 2 / 750) solid #CACACA;
    }
}

.nav-sitemap li.arrow-yellow::before {
    background-image: url('images/arrow-yellow_s.svg');
}

.nav-sitemap li.arrow-pink::before {
    background-image: url('images/arrow-pink_s.svg');
}

.nav-sitemap li.arrow-blue::before {
    background-image: url('images/arrow-blue_s.svg');
}

.nav-sitemap li.arrow-green::before {
    background-image: url('images/arrow-green_s.svg');
}

.nav-sitemap li.arrow-violet::before {
    background-image: url('images/arrow-violet_s.svg');
}

@media screen and (max-width: 768px) {
    .nav-sitemap-sp {
        display: flex;
        flex-direction: column;

        width: calc(100vw * 650 / 750);
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    .nav-sitemap-sp ul {
        list-style-type: none;

        margin: calc(100vw * 10 / 750) 0;
        padding: 0;

        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .nav-sitemap-sp li {
        height: calc(100vw * 78 / 750);
        position: relative;

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        padding: 0;
        margin: 0;
        border-bottom: calc(100vw * 2 / 750) solid #CACACA;
    }
}

@media screen and (max-width: 768px) {
    .nav-sitemap-sp li::before {
        content: '';
        position: absolute;
        top: 50%;
        right: calc(100vw * 25 / 750);
        transform: translateY(-50%);
        width: calc(100vw * 24 / 750);
        height: calc(100vw * 24 / 750);
        background-image: url('images/arrow_s.svg');
        background-size: cover;
    }
}

@media screen and (max-width: 768px) {
    .nav-sitemap-sp li a {        
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .nav-sitemap-sp li.arrow-yellow::before {
        background-image: url('images/arrow-yellow_s.svg');
    }

    .nav-sitemap-sp li.arrow-pink::before {
        background-image: url('images/arrow-pink_s.svg');
    }

    .nav-sitemap-sp li.arrow-blue::before {
        background-image: url('images/arrow-blue_s.svg');
    }

    .nav-sitemap-sp li.arrow-green::before {
        background-image: url('images/arrow-green_s.svg');
    }

    .nav-sitemap-sp li.arrow-violet::before {
        background-image: url('images/arrow-violet_s.svg');
    }
}


.nav-spacer {
    width: 1px;
    height: 100%;
}

.nav-noborder {
    border-width: 0px !important;
}

.nav-sitemap li::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 9px;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    /*background-image: url('images/arrow_s.svg');*/
    background-size: cover;
}
/*
.nav-arrow-orange::before {
    background-image: url('images/arrow-orange.svg');
}

.nav-arrow-green::before {
    background-image: url('images/arrow-green.svg');
}

.nav-arrow-pink::before {
    background-image: url('images/arrow-pink.svg');
}

.nav-arrow-brown::before {
    background-image: url('images/arrow-brown.svg');
}
*/

.nav-sitemap-space {
    display: block;
}

@media screen and (max-width: 768px) {
    .nav-sitemap-space {
        display: block;
    }
}

.nav-footer-pc {
    display: flex;
    justify-content: space-between;

    width: 990px;
}

@media screen and (max-width: 768px) {
    .nav-footer-pc {
        display: none;
    }
}

.nav-footer-content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;

    width: 100%;
}
 

@media screen and (max-width: 768px) {
    .nav-footer-content {
        display: none;
    }
}

.nav-footer-links {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
 
    white-space: nowrap;
}

.nav-footer-links-btn {
    flex-direction: row;
    justify-content: space-between;
    padding: 0 15px;
}

.nav-footer-sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .nav-footer-sp {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: calc(100vw * 40 / 750);

        margin-top: calc(100vw * 30 / 750);
        margin-bottom: calc(100vw * 60 / 750);
    }
}

@media screen and (max-width: 768px) {
    .nav-footer-links-sp ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: calc(100vw * 20 / 750);

        list-style-type: none;
        margin: 0; /*margin-right: calc(100vw * 40 / 750);*/
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    .nav-footer-links-sp li {
        position: relative;
    }
}

@media screen and (max-width: 768px) {
    .nav-footer-links-sp li::before {
        content: '';
        position: absolute;
        top: 50%;
        left: calc(100vw * 601 / 750);
        transform: translateY(-50%);
        width: calc(100vw * 24 / 750);
        height: calc(100vw * 24 / 750);
        background-image: url('images/arrow_s.svg');
        background-size: cover;
    }
}


/*
@media screen and (max-width: 768px) {
    .nav-footer-links-sp li {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: calc(100vw * 20 / 750);
    }
}
*/
@media screen and (max-width: 768px) {
    .nav-footer-links-sp li a {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: calc(100vw * 20 / 750);
    }
}

@media screen and (max-width: 768px) {
    .nav-footer-icon-sp {
        width: calc(100vw * 110 / 750);
        height: calc(100vw * 110 / 750);
    }
}

@media screen and (max-width: 768px) {
    .nav-footer-title-sp {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        width: calc(100vw * 520 / 750);
        height: calc(100vw * 110 / 750);

        border-radius: calc(100vw * 10 / 750);
        background-color: #E8E8E8;
    }
}
/*
@media screen and (max-width: 768px) {
    .nav-footer-title-sp img {
        height: calc(100vw * 34 / 750);
    }
}
*/

.nav-footer-bottom-sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .nav-footer-bottom-sp {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: calc(100vw * 40 / 750);

        width: 100%;
        /*height: calc(100vw * 381 / 750);*/
        height: calc(100vw * 561 / 750);

        padding: calc(100vw * 45 / 750) 0;
    }
}

@media screen and (max-width: 768px) {
    .nav-footer-contact-btn-sp {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        width: calc(100vw * 650 / 750);
        height: calc(100vw * 128 / 750);

        border-radius: calc(100vw * 20 / 750);
    }
}

/*
@media screen and (max-width: 768px) {
    .nav-footer-bottom-sp img {
        height: calc(100vw * 128 / 750);
    }
}
*/
.nav-footer-link-space-sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .nav-footer-link-space-sp {
        display: block;
        width: 100%;
        height: calc(100vw * 32 / 750);
    }
}

.nav-footer-ig-sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .nav-footer-ig-sp {
        display: block;
        width: calc(100vw * 54 / 750);
        height: calc(100vw * 52 / 750);
    }
}

/* bg ----------------------------------------- */

.top-background-01 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 516.5px;
    z-index: -1;
    pointer-events: none;
    background-color: #EAEAEA;
}

.top-background-01 img {
    width: 100%;
    height: auto;
}

/*
.top-background-01 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 837.17px;
    background-image: url('images/top-bg-01.png');
    background-repeat: no-repeat;
    background-size: 100% 837.17px;
    background-position: top center;
    z-index: -1;
    pointer-events: none;
}
*/

.top-background-02 {
    position: absolute;
    top: 698px;
    left: 0;
    width: 588px;
    height: 561px;
    background-image: url('images/top-bg-02.svg');
    background-size: cover;
    background-position: center;
    z-index: -1;
    pointer-events: none;
    opacity: 0.15;
}

.top-background-03 {
    position: absolute;
    top: 1740px;
    right: 10px;
    width: 671px;
    height: 583px;
    background-image: url('images/top-bg-03.svg');
    background-size: cover;
    background-position: center;
    z-index: -1;
    pointer-events: none;
    opacity: 0.15;
}

.top-background-04 {
    position: absolute;
    top: 3084px;
    left: 0;
    width: 572px;
    height: 559px;
    background-image: url('images/top-bg-04.svg');
    background-size: cover;
    background-position: center;
    z-index: -1;
    pointer-events: none;
    opacity: 0.15;
}

@media screen and (max-width: 768px) {
    .top-background-01 {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .top-background-02 {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .top-background-03 {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .top-background-04 {
        display: none;
    }
}

/* index ----------------------------------------- */

.top-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    padding-top: 74px;
}

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

        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;

        width: 100%;

        padding: 0;

        background-color: #EAEAEA;
    }
}

.top-logo {
    width: 118.86px;
    height: 104px;

    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    .top-logo {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .top-logo-sp {
        width: auto;
        height: 13.8dvh;
        /*
        width: calc(100vw * 201 / 750);
        height: calc(100vw * 176 / 750);
        */
        /*
        width: calc(100vw * 288 / 750);
        height: calc(100vw * 252 / 750);
        */
        margin-top: 4.0dvh;
        /*
        margin-top: calc(100vw * 37 / 750);
        margin-bottom: calc(100vw * 40 / 750);
        */
    }
}

.top-header-container-pc {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

    /*gap: 40px;*/

    width: 100vw;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .top-header-container-pc {
        display: none;
    }
}

.top-header-container-sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .top-header-container-sp {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;

        gap: 0px;

        width: 100%;
    }
}

.top-header-container h1 {
    /*height: 111px; */
}

.top-slide-icon-01 {
    width: calc(100vw * 105 / 1280);
    height: calc(100vw * 79 / 1280);
}

@media screen and (max-width: 768px) {
    .top-slide-icon-01 {
        width: calc(100vw * 157 / 750);
        height: calc(100vw * 118 / 750);
    }
}

.top-slide-icon-02 {
    width: calc(100vw * 68 / 1280);
    height: calc(100vw * 80 / 1280);
}

@media screen and (max-width: 768px) {
    .top-slide-icon-02 {
        width: calc(100vw * 102 / 750);
        height: calc(100vw * 120 / 750);
    }
}

.top-slide-icon-03 {
    width: calc(100vw * 91 / 1280);
    height: calc(100vw * 97 / 1280);
}

@media screen and (max-width: 768px) {
    .top-slide-icon-03 {
        width: calc(100vw * 136 / 750);
        height: calc(100vw * 145 / 750);
    }
}

.top-slide-icon-04 {
    width: calc(100vw * 74 / 1280);
    height: calc(100vw * 88 / 1280);
}

@media screen and (max-width: 768px) {
    .top-slide-icon-04 {
        width: calc(100vw * 111 / 750);
        height: calc(100vw * 132 / 750);
    }
}
/* ----------------------------------------- */

.top-header-nav-container {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    gap: 20px;

    /*background-color: #FFFFFF;*/

    padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .top-header-nav-container {
        display: none;
    }
}

.top-header-nav {
    /*padding: 4px 44px 4px 44px;*/
    width: 803px;
    height: 30px;

    border-radius: 30px;
}

@media screen and (max-width: 768px) {
    .top-header-nav {
        display: none;
    }
}

.top-header-nav ul {
    list-style-type: none;

    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    gap: 45px;

    height: 100%;

    /*margin-top: 20px;
    padding: 0;*/
}

@media screen and (max-width: 768px) {
    .top-header-nav ul {
        display: none;
    }
}

.top-header-nav li {
    /*
    position: relative;
    margin-bottom: 16px;
    */
}

@media screen and (max-width: 768px) {
    .top-header-nav li {
        display: none;
    }
}

.top-header-nav-contact {

    padding: 4px 30px 4px 30px;
    border-radius: 30px;
}

/* ----------------------------------------- */

/*
.top-visual-container {
    position: relative;

    display: flex;
    justify-content: center;
    align-items: center;

    width: 968px;
    height: 565px;
    overflow: hidden; 

    border-radius: 30px;
}

@media screen and (max-width: 768px) {
    .top-visual-container {
        position: relative;

        display: flex;
        justify-content: center;
        align-items: center;

        width: calc(100vw * 750 / 750);
        height: calc(100vw * 732 / 750);
        overflow: hidden; 

        border-radius: 0;
    }
}
*/
.top-visual-container {
    position: relative;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    width: 100vw;
    height: calc(100vh - 74px * 2);
}

.top-visual-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    width: 25%;
    height: 100%;

    border-top-right-radius: calc(100vw * 50 / 1280);
    border-bottom-right-radius: calc(100vw * 50 / 1280);

    overflow: hidden;
}

.left-pane {
    position: absolute;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: calc(100vw * 20 / 1280);

    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.8s ease;
    pointer-events: none;

    font-size: 2rem;
    font-weight: bold;
    color: white;
}
.left-pane.active {
    opacity: 1;
    pointer-events: auto;
}

.top-visual-left-content {
    /*
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: calc(100vw * 20 / 1280);
    */
    position: relative;
    width: 100%;
    height: 100%;
}

.top-visual-right {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    width: 75%;
    height: 100%;

    border-top-left-radius: calc(100vw * 50 / 1280);
    border-bottom-left-radius: calc(100vw * 50 / 1280);

    overflow: hidden;
}

.top-visual-right img {
    max-width: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .top-visual-top {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;

        width: 100%;
        height: 100%;

        border-radius: calc(100vw * 40 / 750);

        overflow: hidden;
    }
}

@media screen and (max-width: 768px) {
    .top-visual-bottom {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;

        width: 100%;
        height: 100%;

        border-radius: calc(100vw * 40 / 1280);

        overflow: hidden;
    }
}

.top-visual-spacer {
      width: calc(100vw * 57 / 1280);
}

.top-visual-space {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    height: 74px;
}


.top-visual {
    display: block;

    height: 100%;
}

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

.top-circle-mask {
    display: none;
}

@media screen and (max-width: 768px) {
    .top-circle-mask {
        display: block;
        position: absolute;
        
        top: 0;
        left: 0;

        width: 100%;
        height: auto;
    }
}

/* circle ----------------------------------------- */
/* 具体的なサイズを指定しないように */

.circle-component {
    display: none;
}

@media screen and (max-width: 768px) {
    .circle-component {
        display: block;
        position: absolute;
        
        top: 0;
        left: 0;

        width: 100%;
        height: 100%;
        
        overflow: visible;
    }
}

.clip-area {
    display: none;
}

@media screen and (max-width: 768px) {
    .clip-area {
        display: block;

        width: 100%;
        height: 100%;

        overflow: hidden;
    }
}

.fill-circle {
    display: none;
}

@media screen and (max-width: 768px) {
    .fill-circle {
        display: block;

        width: 100%;
        height: 100%;
      }
}

/* ----------------------------------------- */

.top-header-container-pc h1 {
    position: relative;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .top-header-container-pc h1 {
        position: relative;

        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
}

/*
.logo-h1 {
    position: absolute;

    width: 100%;
    height: 0;
    margin: 56px;
}

@media screen and (max-width: 768px) {
    .logo-h1 {
        width: 100%;
        height: auto;
        margin: 0;
    }
}

.logo-container {
    position: relative;
    top: -56px;
}

@media screen and (max-width: 768px) {
    .logo-container {
        position: relative;
        top: 0px;

        width: calc(100vw * 750 / 750);
        height: calc(100vw * 451 / 750);

        background-color: #FE6786;
    }
}
*/

.top-topic {
    position: fixed;

    bottom: 40px;
    right: 40px;
    width: 386px;

    z-index: 1000;
}

@media screen and (max-width: 768px) {
    .top-topic {
        position: fixed;
    
        bottom: calc(100vw * 215 / 750);
        right: calc(100vw * 86 / 750);
        width: calc(100vw * 580 / 750);
    
        z-index: 1000;
    }
}

.top-topic-icon {
    position: fixed;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    bottom: 40px;
    right: 40px;
    width: 52px;
    height: 52px;

    border-radius: 10px;

    z-index: 1001;
}

@media screen and (max-width: 768px) {
    .top-topic-icon {
        position: fixed;
    
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    
        bottom: calc(100vw * 72 / 750);
        right: calc(100vw * 86 / 750);
        width: calc(100vw * 110 / 750);
        height: calc(100vw * 110 / 750);
    
        border-radius: calc(100vw * 12 / 750);
    
        z-index: 1001;
    }
}

.top-topic-icon img {
    width: 27.89px;
    height: 26.47px;
}

@media screen and (max-width: 768px) {
    .top-topic-icon img {
        width: calc(100vw * 69.34 / 750);
        height: calc(100vw * 55.69 / 750);
    }
}

/*
.top-topic-container {
    position: fixed;

    bottom: 40px;
    right: 40px;
    width: 386px;

    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);

    z-index: 1000;
}

@media screen and (max-width: 768px) {
    .top-topic-container {
        position: fixed;
    
        bottom: calc(100vw * 215 / 750);
        right: calc(100vw * 86 / 750);
        width: calc(100vw * 580 / 750);
    
        border-radius: calc(100vw * 12 / 750);
        box-shadow: calc(100vw * 4 / 750) calc(100vw * 8 / 750) rgba(0, 0, 0, 0.3);
    
        z-index: 1000;
    }
}
*/

.top-topic-container {
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px) {
    .top-topic-container {
        border-radius: calc(100vw * 12 / 750);
        box-shadow: 0 calc(100vw * 4 / 750) calc(100vw * 8 / 750) rgba(0, 0, 0, 0.3);
    }
}


.top-topic-badge-wrapper {
    position: absolute;
    width: 104px;
    height: 50px;
    text-align: center; 

    top: -20px;
    left: 50%;
    transform: translateX(-50%); 
}

@media screen and (max-width: 768px) {  
    .top-topic-badge-wrapper {
        position: absolute;
        width: calc(100vw * 144 / 750);
        height: calc(100vw * 84 / 750);
        text-align: center; 

        top: calc(100vw * -20 / 750);
        left: 50%;
        transform: translateX(-50%); 
    }
}

.top-topic-badge {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    padding: 5px 15px;
    border-radius: 8px;

    width: 104px;
    height: 50px;

    white-space: nowrap; 
}

@media screen and (max-width: 768px) {
    .top-topic-badge {
        padding: calc(100vw * 5 / 750) calc(100vw * 15 / 750);
        border-radius: calc(100vw * 8 / 750);

        width: calc(100vw * 144 / 750);
        height: calc(100vw * 84 / 750);
    }
}

.top-topic-content {
    position: relative;

    width: 386px;

    padding: 45px 40px 30px 40px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .top-topic-content {
        position: relative;

        width: calc(100vw * 580 / 750);

        padding: calc(100vw * 75 / 750) calc(100vw * 34 / 750) calc(100vw * 41 / 750) calc(100vw * 34 / 750);
        text-align: center;
    }
}
 
.top-topic-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: 10px;
}

@media screen and (max-width: 768px) {
    .top-topic-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    
        gap: calc(100vw * 20 / 750);
    }
}

.top-topic-link {
    display: inline-block;    
    min-height: 40px;

    width: 100%;

    text-underline-offset: 3px; 
}

@media screen and (max-width: 768px) {
    .top-topic-link {
        display: inline-block;
        min-height: calc(100vw * 40 / 750);
    
        width: 100%;

        text-underline-offset: calc(100vw * 6 / 750);
    }
}

.top-topic-close-button {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 1.2em;
    color: #888;
    cursor: pointer;
    border: none;
    background: none;
    padding: 0;
    line-height: 1;
}

@media screen and (max-width: 768px) {
    .top-topic-close-button {
        top: calc(100vw * 30 / 750);
        right: calc(100vw * 30 / 750);

        width: calc(100vw * 28 / 750);
        height: calc(100vw * 28 / 750);
    }
}

.top-topic-close-button:hover {
    color: #333;
}

.top-topic-external-icon {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-left: 6px;
    vertical-align: -2px;
}

@media screen and (max-width: 768px) {
    .top-topic-external-icon {
        width: calc(100vw * 28 / 750);
        height: calc(100vw * 28 / 750);
        margin-left: calc(100vw * 8 / 750);
        vertical-align: calc(100vw * -4 / 750);
    }
}

.top-topic-external-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* トピックウィンドウアニメーション用のスタイル */
.top-topic {
    cursor: pointer;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.top-topic-icon {
    cursor: pointer;
    transition: opacity 0.3s ease;
}

/* アニメーション状態のクラス */
.topic-window-hidden {
    opacity: 0;
    transform: translateY(20px);
}

.topic-icon-hidden {
    opacity: 0;
}


.top-header-logo {
    width: 224px;
    height: 224px;
}

@media screen and (max-width: 768px) {
    .top-header-logo {

        position: absolute;

        top: calc(100vw * -157.8 / 2 / 750);
        left: 50%;
        transform: translate(-50%, 0);

        width: calc(100vw * 500 / 750);
        height: calc(100vw * 157.8 / 750);
    }
}

.logo-container-sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .logo-container-sp {
        display: inline;

        position: absolute;

        top: calc(100vw * -130 / 750);
        left: 50%;
        transform: translate(-50%, 0);

        width: calc(100vw * 537.87 / 750);
        height: calc(100vw * 478.32 / 750);
    }
}

.logo-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 560px;
    height: 317px;

    background-color: white; /* Background color for the box */
    border-radius: 10px; /* Rounded corners */

    margin-top: 47px;

    z-index: 1;
}

/* ----------------------------------------- */

.top-header-news-icons {
    position: absolute;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0;

    top: 0;

    width: 100%;

    padding: 20px 30px 0px 30px;

    z-index: 10;
}

@media screen and (max-width: 768px) {
    .top-header-news-icons {
        position: absolute;

        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 0;

        top: calc(100% + 100vw * 80 / 750);
    
        width: calc(100vw * 650 / 750);
    
        padding: 0;
    
        z-index: 10;
    }
}

.top-header-news {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    min-width: 334.138px;

    border-radius: 16px;
}

@media screen and (max-width: 768px) {
    .top-header-news {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: calc(100vw * 10 / 750);

        width: 100%;

        padding: calc(100vw * 15 / 750) calc(100vw * 42.5 / 750);        

        background-color: #ffffff;
    
        border-radius: calc(100vw * 30 / 750);
    }
}

.top-header-news-title {
    padding: 7px 20px 6px 20px;

    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}

@media screen and (max-width: 768px) {
    .top-header-news-title {
        padding: 0;        

        background-color: #FFFFFF;
    }
}

.top-header-news-content {
    padding: 7px 20px 6px 20px;
    background-color: #ffffff;    

    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

@media screen and (max-width: 768px) {
    .top-header-news-content {
        padding: 0;
    }
}

.top-header-right {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 40px;

    min-width: 435.775px;
}

@media screen and (max-width: 768px) {
    .top-header-right {
        padding: 0;
        min-width: 0;
    }
}

.top-header-copyright {
}

@media screen and (max-width: 768px) {
    .top-header-copyright {
        display: none;
    }
}

.top-header-icons {
    display: flex;
    gap: 20px;
}

@media screen and (max-width: 768px) {
    .top-header-icons {
        display: none;
    }
}

.top-header-icon {
    width: 25px;
    height: 25px;
}

@media screen and (max-width: 768px) {
    .top-header-icon {
        display: none;
    }
}

/* ----------------------------------------- */

.top-sections-pc {
    display: grid;
    grid-template-columns: 464px 464px;

    gap: 40px;

    width: 968px;

    padding: 0;
}

@media screen and (max-width: 768px) {
    .top-sections-pc {
        display: none;
        /*
        position: relative;

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0;
    
        width: 100%; 

        padding: 0;
        */
    }
}

.top-sections-sp {
    display: none;
    /*
    display: grid;
    grid-template-columns: 464px 464px;

    gap: 40px;

    width: 968px;

    padding: 0;
    */
}

@media screen and (max-width: 768px) {
    .top-sections-sp {
        position: relative;

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0;
    
        width: 100%;

        padding: 0;
    }
}

.top-section {
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    /*
    gap: 40px;
    */

    width: 464px;
    height: 568px;

    /*
    padding: 40px 47.5px;
    */

    border-radius: 30px;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .top-section {
        position: relative;

        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        /*gap: calc(100vw * 40 / 750);*/

        width: calc(100vw * 750 / 750);
        /*height: calc(100vw * 1250 / 750);*/
        height: auto;
    
        /*
        margin-bottom: calc(100vw * 60 / 750);
        padding: calc(100vw * 0 / 750) calc(100vw * 50 / 750);
        */
        border-radius: 0;

        opacity: 0;
        transform: translateY(50px);
        transition: opacity 1s ease-out, transform 1s ease-out;
    }
}

.hidden-div {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.hidden-div.visible {
    opacity: 1;
    transform: translateY(0);    
}

@media screen and (max-width: 768px) {
    .hidden-div.visible {
        opacity: 1;
        transform: translateY(0);    
    }
}

.hidden-div-pc {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

@media screen and (max-width: 768px) {
    .hidden-div-pc {
        opacity: 1;
        transform: translateY(0px);
        transition: opacity 1s ease-out, transform 1s ease-out;
    }
}

.hidden-div-pc.visible {
    opacity: 1;
    transform: translateY(0);    
}

@media screen and (max-width: 768px) {
    .hidden-div-pc.visible {
        opacity: 1;
        transform: translateY(0);    
    }
}


.top-section-visual-container {
    position: relative;

    width: 464px;
    height: 280px;
}

@media screen and (max-width: 768px) {
    .top-section-visual-container {
        position: relative;

        width: calc(100vw * 750 / 750);
        height: calc(100vw * 750 / 750);
    }
}

.top-section-visual {
    width: 464px;
    height: 280px;
}

@media screen and (max-width: 768px) {
    .top-section-visual {
        width: calc(100vw * 750 / 750);
        height: calc(100vw * 750 / 750);
    }
}

.top-section-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;

    padding: 30px 60px 40px 60px;
}

@media screen and (max-width: 768px) {
    .top-section-text {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: calc(100vw * 30 / 750);

        /*height: calc(100vw * 432.77 / 750);*/
        height: auto;

        margin-bottom: 70px;
        padding: 0 calc(100vw * 120 / 750);
    }
}

.top-section-text p {
    width: 100%;

    text-align: left;
}

@media screen and (max-width: 768px) {
    .top-section-text p {
        position: relative;

        width: 100%;
    
        text-align: left;
    }
}

.top-section-h3 {
}

@media screen and (max-width: 768px) {
    .top-section-h3 {
        padding-bottom: 30px;
    }
}

.top-section-space {
    display: none;
}

@media screen and (max-width: 768px) {
    .top-section-space {
        position: relative;
        display: block;

        width: calc(100vw * 750 / 750);
        height: calc(100vw * 138.562 / 750);
    }
}

/* ----------------------------------------- */

.top-news-header {
    margin-top: 54.1px;
    margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
    .top-news-header {
        margin-top: calc(100vw * 120 / 750);
        margin-bottom: calc(100vw * 40 / 750);
    }
}

.top-news {
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    .top-news {
        margin-bottom: calc(100vw * 50 / 750);
    }
}

.top-news-navigation {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    width: 100%;

    margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
    .top-news-navigation {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        
        width: 100%;
    }
}

/*btn
.top-news-navigation-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    width: 216px;
    height: 30px;

    border: 1px solid;
    border-radius: 30px;
}

@media screen and (max-width: 768px) {
    .top-news-navigation-btn {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        
        width: calc(100vw * 324 / 750);
        height: calc(100vw * 44 / 750);
    
        border-width: calc(100vw * 2 / 750);
        border-radius: calc(100vw * 30 / 750);
    }
}
*/

.top-space-1 {
    width: 968px;
    margin: 40px 0;
}

@media screen and (max-width: 768px) {
    .top-space-1 {
        width: calc(100vw * 650 / 750);
        margin: calc(100vw * 40 / 750) 0;
    }
}

@media screen and (max-width: 768px) {
    .top-space-2 {
        width: calc(100vw * 650 / 750);
        margin: calc(100vw * 80 / 750) 0;
    }
}

.top-space-2 {
    width: 968px;
    margin: 40px 0;
}

@media screen and (max-width: 768px) {
    .top-space-2 {
        width: calc(100vw * 650 / 750);
        margin: calc(100vw * 80 / 750) 0;
    }
}

/* ----------------------------------------- */

.top-sawasawaland-visual {
    width: 580px;
    height: 380px;

    border-radius: 20px;
}

.top-sawasawaland-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;

    width: 580px;
}

@media screen and (max-width: 768px) {
    .top-sawasawaland-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: calc(100vw * 30 / 750);

        width: calc(100vw * 650 / 750);
    }
}

.top-kosodate {
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;

    width: 968px;
    height: 378px;
}

@media screen and (max-width: 768px) {
    .top-kosodate {
        position: relative;

        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 0;
    
        width: calc(100vw * 750 / 750);
        height: calc(100vw * 1456 / 750);
    }
}

.top-kosodate-visual {
    position: absolute;

    width: 490px;
    height: 284px;

    top: 50%;
    left: 50%;
    transform: translate(calc(-50% - 238px), -50%);

    border-radius: 20px;
    overflow: hidden;

    z-index: 100;
}

@media screen and (max-width: 768px) {
    .top-kosodate-visual {
        position: relative;
    
        width: calc(100vw * 750 / 750);
        height: calc(100vw * 614 / 750);
    
        top: 0;
        left: 0;
        transform: none;
    
        border-radius: 0px;
        overflow: hidden;
    
        z-index: 100;
    }
}

.top-kosodate-visual img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .top-kosodate-visual img {
        width: 100%;
        height: 100%;
        border-radius: 0;
        object-fit: cover;
    }
}

.top-kosodate-content-1 {
    position: absolute;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;

    gap: 20px;

    top: 50%;
    left: 50%;
    transform: translate(calc(-50% + 234px), calc(-50% - 138px));
    
    width: 500px;
    height: 110px; /*378px;*/

    padding: 0px 78px 0px 78px;

    color: #FFFFFF;
    background-color: #8A8A8A;
    border-radius: 20px 20px 0 0;

    z-index: 50;
}

@media screen and (max-width: 768px) {
    .top-kosodate-content-1 {
        position: relative;

        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    
        gap: 20px;
    
        top: 0;
        left: 0;
        transform: none;
        
        width: calc(100vw * 500 / 750);
        height: auto;

        margin-bottom: calc(100vw * 40 / 750);
    
        padding: 0;
    
        color: #5B4A39;
        background-color: #FFFFFF;
        border-radius: 0;
    
        z-index: 50;
    }
}

.top-kosodate-content-2 {
    position: absolute;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

    gap: 20px;

    top: 50%;
    left: 50%;
    transform: translate(calc(-50% + 234px), calc(-50% + 49px));
    
    width: 500px;
    height: 272px; /*378px;*/

    padding: 20px 78px 40px 78px;

    color: #FFFFFF;
    background-color: #8A8A8A;
    border-radius: 0 0 20px 20px;

    z-index: 50;
}

@media screen and (max-width: 768px) {
    .top-kosodate-content-2 {
        position: relative;

        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    
        gap: calc(100vw * 40 / 750);
    
        top: 0;
        left: 0;
        transform: none;
        
        width: calc(100vw * 650 / 750);
        height: auto;
    
        padding: calc(100vw * 50 / 750) calc(100vw * 75 / 750) calc(100vw * 70 / 750) calc(100vw * 75 / 750);
    
        color: #FFFFFF;
        background-color: #8A8A8A;
        border-radius: 0 0 calc(100vw * 40 / 750) calc(100vw * 40 / 750);
    
        z-index: 50;
    }
}

.top-kosodate-title {
    position: relative;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;

    color: #FFFFFF
}

@media screen and (max-width: 768px) {
    .top-kosodate-title {
        position: relative;

        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: calc(100vw * 15 / 750);

        height: calc(100vw * 170 / 750);

        color: #5B4A39
    }
}

.top-kosodate-title h2 {
    width: 100%;

    height: 36px;
}

@media screen and (max-width: 768px) {
    .top-kosodate-title h2 {
        width: 100%;

        height: calc(100vw * 92 / 750);
        padding-bottom: calc(100vw * 30 / 750);
    }
}

.top-kosodate-text {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;

    color: #FFFFFF
}

@media screen and (max-width: 768px) {
    .top-kosodate-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: calc(100vw * 10 / 750);

        color: #FFFFFF
    }
}

.top-kosodate-content p {
    text-align: center;
}

@media screen and (max-width: 768px) {
    .top-kosodate-content p {
        text-align: left;
    }
}

.top-instagram-icon-sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .top-instagram-icon-sp {
        display: block;
        position: absolute;

        top: calc(100vw * 26.3 / 750);
        left: calc(100vw * 656 / 750);

        width: calc(100vw * 60.2 / 750);
        height: calc(100vw * 60.2 / 750);
        z-index: 1;
    }
}

@media screen and (max-width: 768px) {
    .top-instagram-icon-sp img {
        width: 100%;
        height: 100%;
    }
}

/*btn
.top-kosodate-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    width: 216px;
    height: 30px;

    border-radius: 30px;
    background-color: #00387D;
}

@media screen and (max-width: 768px) {
    .top-kosodate-btn {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        width: calc(100vw * 324 / 750);
        height: calc(100vw * 44 / 750);

        border-radius: calc(100vw * 30 / 750);
        background-color: #00387D;
    }
}
*/

@media screen and (max-width: 768px) {
    .top-adjust-sp {
        position: relative;
        top: calc(7000px - 100vh);
    }
}

.top-mask {
    display: none;
}

@media screen and (max-width: 768px) {
    .top-mask {
        display: block;
        width: 100%;
    }
}


/* footer ----------------------------------------- */

.footer {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: visible;

    /*margin-top: 62px;*/
}

@media screen and (max-width: 768px) {
    .footer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        /*margin-top: calc(100vw * 70 / 750);*/
    }
}

.footer-link-container {
    width: 900px;
    height: 407px;

    padding: 50px 0;
}

@media screen and (max-width: 768px) {
    .footer-link-container {
        width: calc(100vw * 650 / 750);
        height: auto;
        /*height: calc(100vw * 578 / 750);*/
    
        padding: calc(100vw * 50px / 750) 0;
    }
}

article.footer-links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}

@media screen and (max-width: 768px) {
    article.footer-links {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.footer-link {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;

    width: 230px;
    height: 100%;

    text-align: center;
}

@media screen and (max-width: 768px) {
    .footer-link {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: calc(100vw * 46 / 750);

        width: calc(100vw * 650 / 750);
        display: flex;
        gap: calc(100vw * 46 / 750);
    
        text-align: left;
    }
}

.footer-link-icon {
    width: 170px;
    height: 170px;
}

@media screen and (max-width: 768px) {
    .footer-link-icon {
        width: calc(100vw * 190 / 750);
        height: calc(100vw * 190 / 750);
    }
}

.footer-link-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

@media screen and (max-width: 768px) {
    .footer-link-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: calc(100vw * 15 / 750);

        width: calc(100vw * 364 / 750);
    }
}

/*
.footer-link-content img {

    height: 17px;
}

@media screen and (max-width: 768px) {
    .footer-link-content img {
        height: calc(100vw * 36 / 750);
    }
}
*/

.footer-link-content p {
}

@media screen and (max-width: 768px) {
    .footer-link-content p {
        line-height: 1.5;
    }
}


.footer-link-space {
    width: 52px;
    height: 307px;
}

@media screen and (max-width: 768px) {
    .footer-link-space {
        width: calc(100vw * 650 / 750);
        height: calc(100vw * 50 / 750);
    }
}

.footer-border {
    border: none;
    border-right: 1px solid;
}

@media screen and (max-width: 768px) {
    .footer-border {
        border: none;
        border-bottom: calc(100vw * 2 / 750) solid;
    }
}

.footer-go-top-container {
    position: absolute;
    left: 50%;
    top: -8px;
    transform: translateX(-50%) translateY(-8px);

    width: 16px;
    height: 16px;

    z-index: 1;
}

@media screen and (max-width: 768px) {
    .footer-go-top-container {
        position: relative;
        left: auto;
        top: auto;
        transform: none;

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: calc(100vw * 20 / 750);

        width: calc(100vw * 650 / 750);
        height: auto;

        margin-bottom: calc(100vw * 40 / 750);

        z-index: 1;
    }
}

.footer-go-top-container img {
    display: block;

    width: 35px;
    height: 35px;
}

@media screen and (max-width: 768px) {
    .footer-go-top-container img {
        display: block;

        width: calc(100vw * 85 / 750);
        height: calc(100vw * 85 / 750);
    }
}

/* footer ----------------------------------------- */

.footer-main {
    width: 100%;
    /*height: 460px;*/

    display: flex;
    justify-content: center;
    align-items: center;

    padding-top: 50px;
    padding-bottom: 50px;

    margin-top: -8px;
}

@media screen and (max-width: 768px) {
    .footer-main {
        width: 100%;
        height: calc(100vw * (874+50) / 750);
    
        display: grid;
        align-items: start;
    
        padding-top: calc(100vw * 50 / 750);
        padding-bottom: 0px;
    }
}

.footer-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;

    gap: 60px;

    width: 1120px;
}

@media screen and (max-width: 768px) {
    .footer-container {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        /*
        display: grid;
        grid-template-columns: calc(100vw * 650 / 750);
        */

        width: calc(100vw * 650 / 750);
        height: calc(100vw * 1153 / 750);
    
    }
}

.footer-left-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

    gap: 20px;

    width: 196px;
    height: 364px;

    padding: 20px 10px;
    border-radius: 8px;
}

@media screen and (max-width: 768px) {
    .footer-left-container {
        display: none;
    }
}

.footer-logo {
    width: 138.88px;
    height: 135px;
}

@media screen and (max-width: 768px) {
    .footer-logo {
        width:  calc(100vw * 324 / 750);
        height: calc(100vw * 314 / 750);
    }    
}

.footer-typo {
    width: 126.6px;
    height: 38.91px;
}

@media screen and (max-width: 768px) {
    .footer-typo {
        width:  calc(100vw * 296 / 750);
        height: calc(100vw * 91 / 750);
    }    
}

.footer-left-container p {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .footer-left-container p {
        width: 100%;
    }
}

.footer-right-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;

    /*height: 295px;*/
    height: 364px;
}

@media screen and (max-width: 768px) {
    .footer-right-container {
        display: none;
    }
}

.footer-sitemap-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;

    gap: 46.57px;
}

.footer-sitemap {
    display: block;

    width: 180px;
}

@media screen and (max-width: 768px) {
    .footer-sitemap {
        display: none;
    }
}

/*btn
.footer-sitemap-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    width: 160px;
    height: 24px;

    margin-bottom: 20px;

    border-radius: 30px;
}

@media screen and (max-width: 768px) {
    .footer-sitemap-btn {
        display: none;
    }
}
*/

.footer-sitemap ul {
    list-style-type: none;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;

    gap: 20px;
    
    text-align: left;

    margin-top: 20px;
    padding: 0;
}

@media screen and (max-width: 768px) {
    .footer-sitemap ul {
        display: none;
    }
}

.footer-sitemap li {
    position: relative;
    left: 18px;
}

@media screen and (max-width: 768px) {
    .footer-sitemap li {
        display: none;
    }
}

.footer-sitemap li::before {
    content: '';
    position: absolute;
    top: 3px;
    left: -18px;
    /*transform: translateY(-50%);*/
    width: 12px;
    height: 12px;
    background-image: url('images/arrow_s.svg');
    background-size: cover;
}

.footer-sitemap li.arrow-yellow::before {
    background-image: url('images/arrow-yellow_s.svg');
}

.footer-sitemap li.arrow-pink::before {
    background-image: url('images/arrow-pink_s.svg');
}

.footer-sitemap li.arrow-blue::before {
    background-image: url('images/arrow-blue_s.svg');
}

.footer-sitemap li.arrow-green::before {
    background-image: url('images/arrow-green_s.svg');
}

.footer-sitemap li.arrow-violet::before {
    background-image: url('images/arrow-violet_s.svg');
}

@media screen and (max-width: 768px) {
    .footer-sitemap li::before {
        display: none;
    }
}

.footer-bottom-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    width: 100%;
}

.footer-bottom {
    list-style-type: none;

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;

    gap: 20px;
    white-space: nowrap;
}
/*
.footer-bottom li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;

    white-space: nowrap;
}
*/

.footer-option ul {
    list-style-type: none;

    text-align: center;

    margin-top: 40px;
    padding: 0;
}

@media screen and (max-width: 768px) {
    .footer-option ul {
        display: none;
    }
}

.footer-option li {
    position: relative;
    /*padding-left: 28px;*/
    padding-top: 2px;
    padding-bottom: 4px;
    margin-bottom: 4px;

    border-bottom: solid 1px #CACACA;

    border-radius: 5px;
}

@media screen and (max-width: 768px) {
    .footer-option li {
        display: none;
    }
}

.footer-option li::before {
    content: '';
    position: absolute;
    right: 10px;
    top: 6px;
    /*transform: translateY(-50%);*/
    width: 10px;
    height: 10px;
    background-image: url('images/arrow_s.svg');
    background-size: cover;
}

@media screen and (max-width: 768px) {
    .footer-option li::before {
        display: none;
    }
}


.footer-copyright {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;

    gap: 20px;

    width: 100%;
}

@media screen and (max-width: 768px) {
    .footer-copyright {
        display: none;
    }
}

.footer-copyright-sp {
    display: none;
}

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

.footer-container-sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .footer-container-sp {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;  
        
        gap: calc(100vw * 40 / 750);

        width: 100%;
    }
}

.footer-ig-icon {
    width: 22px;
    height: 22px;
}

@media screen and (max-width: 768px) {
    .footer-ig-icon {
        width: calc(100vw * 54 / 750);
        height: calc(100vw * 52 / 750);
    }
}

/* header-nav ----------------------------------------- */

.header {
    width: 100%;
}

.header-nav {
    position: fixed;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;

    top: 0px;

    width: 100%;
    height: 74px;

    padding: 19px 20px;
    
    z-index: 100;
}

@media screen and (max-width: 768px) {
    .header-nav {
        display: none;
    }
}

.header-nav-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-content: center;

    gap: 20px;
}

.header-nav-logo-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

@media screen and (max-width: 1120px) {
    .header-nav-logo-container {
        display: none;
    }
}


.header-nav-logo-container ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;

    width: 100%;

    list-style-type: none;
}

.header-nav-logo-container li {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    width: 100%;
    padding: 0 20px;

    border-left: 1px solid #3E3A39;

    white-space: nowrap;
}

.header-nav-btn-container {
    display: block;
}

@media screen and (max-width: 1120px) {
    .header-nav-btn-container {
        display: none;
    }
}

.header-nav-compact-container {
        display: none;
}

@media screen and (max-width: 1120px) {
    .header-nav-compact-container {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: stretch;
        gap: 20px;
    }
}

.header-nav-index-animation {
    top: -50px;
    transition: top 0.3s ease;
}

@media screen and (max-width: 768px) {
    .header-nav-index-animation {
        display: none;
    }
}

.header-nav-logo {
    width: 245px;
    height: 36px;    
}

.header-nav-menu-logo {
    width: 23px;
    height: 22px;    

    margin-left: 10px;
}

.header-nav-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    align-content: center;

    gap: 15px;
}

.header-nav-btn {
    width: 30px;
    height: 30px;
}


.header-nav-sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .header-nav-sp {
        position: fixed;

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;

        gap: 32.3px;
    
        /*top: calc(100vw * 1180.4 / 750);*/
        left: calc(100vw * 305 / 750);
        /*bottom: calc(100vw * 153.6 / 750);*/
        bottom: calc(100vw * (50 - 32.3 - 15.4) / 750);

        z-index: 100;
    }
}

@media screen and (max-width: 768px) {
    .header-nav-btn-sp {
        width: calc(100vw * 150 / 750);
        height: calc(100vw * 150 / 750);

        margin-bottom: calc(100vw * 50 / 750);
    }
}

@media screen and (max-width: 768px) {
    .header-nav-btn-caption-sp {
        width: calc(100vw * 73.8 / 750);
        height: calc(100vw * 15.4 / 750);
    }
}

/* header-main ----------------------------------------- */

.header-main {
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    /*height: 626px;*/
    /*margin-top: 50px;*/
    /*margin-bottom: 154px;*/
}

@media screen and (max-width: 768px) {
    .header-main {
        position: relative;

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        height: auto; /*calc(100vw * 1152 / 750);*/

        margin: 0px;
    }
}

.header-keyvisual-container {
    position: relative;

    width: 100%;
}

.header-keyvisual-img-container {
    position: relative;

    width: 100%;
    height: 440px;

    overflow: hidden; 
}

@media screen and (max-width: 768px) {
    .header-keyvisual-img-container {
        position: absolute;
    
        width: 100%; /*calc(100vw * 1156 / 750);*/
        height: calc(100vw * 500 / 750);

        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
  
        top: calc(100vw * 0 / 750);
        left: calc(100vw * 750 / 2 / 750);
        transform: translateX(-50%);         

        z-index: 10;
    }
}

.header-keyvisual-img-container img {
    position: absolute;

    width: 100%;
    height: 100%;

    object-fit: cover;

    object-position: center;

    z-index: 10;
}

@media screen and (max-width: 768px) {
    .header-keyvisual-img-container img {
        position: absolute;

        width: calc(100vw * 750 / 750);
        height: calc(100vw * 500 / 750);
        max-width: none;
        max-height: none;

        clip-path: circle(calc(100vw * 578 / 750) at 50% calc(100vw * -83 / 750));

        top: 0;
        left: 50%;
        transform: translateX(-50%);         

        object-fit: cover;

        vertical-align: top;

        z-index: 10;
    }
}

.header-title-container {

    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

    gap: 25px;

    width: 900px;
    height: auto;

    margin: 0;
    padding: 60px 70px;

    border-radius: 0 0 30px 30px;
}

@media screen and (max-width: 768px) {
    .header-title-container {

        position: relative;

        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
    
        gap: calc(100vw * 28 / 750);
    
        width: calc(100vw * 650/ 750);
        height: auto;
        /*height: calc(100vw * 1152 / 750);*/
    
        margin-top: calc(100vw * 0 / 750);
        padding: calc(100vw * 530 / 750) calc(100vw * 70 / 750) calc(100vw * 80 / 750) calc(100vw * 70 / 750);
    
        border-radius: calc(100vw * 40 / 750);
    }
}

.header-title h1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    height: 54px;
}

@media screen and (max-width: 768px) {
    .header-title h1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        height: calc(100vw * 54 / 750);
    }
}

img.header-title-logo {
    position: absolute;

    bottom: -40px;
    left: 50%;

    width: 102px;
    height: 85px;

    transform: translateX(-50%);

    z-index: 15;
}

@media screen and (max-width: 768px) {
    img.header-title-logo {
        position: absolute;

        top: calc(100vw * 437 / 750);
        left: 50%;
        transform: translateX(-50%);

        width: calc(100vw * 99 / 750);
        height: calc(100vw * 85 / 750);
    }
}


/* main ----------------------------------------- */

.main {
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    padding-bottom: 62px;
}

@media screen and (max-width: 768px) {
    .main {
        position: relative;

        display: flex;
        flex-direction: column;
        /*justify-content: center;*/
        justify-content: flex-start;
        align-items: center;
    
        width: calc(100vw * 750 / 750);

        padding-bottom: calc(100vw * 70 / 750)
    }
}

/* top-bg クラス - PCサイズのみ適用 */
@media screen and (min-width: 769px) {
    .bg::before {
        content: '';
        position: absolute;
        top: 362px;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: url('images/top-bg.png');
        background-position: center top;
        background-repeat: repeat-y;
        background-size: 1980px auto;
        z-index: -1;
    }
}

@media screen and (min-width: 769px) {
    .bg-ohsawa::before {
        top: 990px;
    }
}

.main-keyvisual {
    width: 100%;
    height: 753px;
}

@media screen and (max-width: 768px) {
    .main-keyvisual {
        height: calc(100vw * 702 / 750);
    }
}

.main-keyvisual img {
    width: 100%;
    height: 753px;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .main-keyvisual img {
        height: calc(100vw * 702 / 750);
    }
}

.gradient-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    pointer-events: none;
}

@media screen and (max-width: 768px) {
    .gradient-overlay {
/*        height: calc(100vw * 702 / 750);*/
    }
}

.wrapper-main-header {
    width: 560px;
}

@media screen and (max-width: 768px) {
    .wrapper-main-header {
        width: calc(100vw * 560 / 750);
    }
}

.wrapper-abstract {
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    width: 100%;

    z-index: -10000;
}

@media screen and (max-width: 768px) {
    .wrapper-abstract {
        position: relative;

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

    width: 100%;

    /*width: calc(100vw * 560 / 750);*/
    }
}

.wrapper-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: 40px;

    width: 900px;

    margin-top: -160px;
}

@media screen and (max-width: 768px) {
    .wrapper-main {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        gap: calc(100vw * 50 / 750);

        width: calc(100vw * 650 / 750);

        margin-top: calc(100vw * -226 / 750);
    }
}

.wrapper-wide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    width: 100vh;
}

@media screen and (max-width: 768px) {
    .wrapper-wide {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        
        width: calc(100vw * 750 / 750);
    }
}

/* topは別バージョン作ったほうがいい！ */

.top-h2-wide {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;

    width: 100vw;
    height: 230px;

    padding: 50px 0 108px 0;

    margin-bottom: -92px;
}

@media screen and (max-width: 768px) {
    .top-h2-wide {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;

        width: 100%;
        height: calc(100vw * 255 / 750);

        padding: calc(100vw * 50 / 750) 0 calc(100vw * 103 / 750) 0;

        margin-bottom: calc(100vw * -60 / 750);
    }
}

.h2-wide {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;

    width: 100vw;
    height: 205px;

    padding: 50px 0 108px 0;

    margin-bottom: -72px;
}

@media screen and (max-width: 768px) {
    .h2-wide {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;

        width: 100vw;
        height: calc(100vw * 255 / 750);

        padding: calc(100vw * 50 / 750) 0 calc(100vw * 103 / 750) 0;

        margin-bottom: calc(100vw * -60 / 750);
    }
}

@media screen and (max-width: 768px) {
    .h2-wide-top-margin {
            margin-bottom: calc(100vw * -107 / 750);
    }
}

.main-abstract {
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 0px;

    width: 100%;

    margin-top: 40px;
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    .main-abstract {
        position: relative;

        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 0;
    
        width: calc(100vw * 750 / 750);

        margin-top: calc(100vw * 50 / 750);
        margin-bottom: calc(100vw * 50 / 750);   
    }
}
/*
.main-abstract p {
    width: 900px;
}

@media screen and (max-width: 768px) {
    .main-abstract p {
        width: calc(100vw * 560 / 750);
    }
}

.main-abstract img {
    width: 560px;
    height: 334px;

    border-radius: 10px;
}

@media screen and (max-width: 768px) {
    .main-abstract img {
        width: calc(100vw * 560 / 750);
        height: calc(100vw * 334 / 750);
    
        border-radius: calc(100vw * 10 / 750);
    }
}
*/

.main-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100vh;
}

.basic-section {
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

    width: 800px;
    min-height: 60px;

    /*margin-bottom: 40px;*/
}

@media screen and (max-width: 768px) {
    .basic-section {
        position: relative;

        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    
        width: calc(100vw * 650 / 750);

        /*margin-bottom: calc(100vw * 40 / 750);*/
    }
}
.basic-section h2 {
    margin-bottom: 30px;
}
    /*
.basic-section h2 {
    position: absolute;

    display: flex;
    justify-content: space-between;
    align-items: center;

    width: 100%;
    height: 60px;

    padding: 0 25px;

    border-radius: 50px;

    z-index: 10;
}

@media screen and (max-width: 768px) {
    .basic-section h2 {
        position: absolute;

        display: flex;
        justify-content: space-between;
        align-items: center;
    
        width: calc(100vw * 650 / 750);
        height: calc(100vw * 80 / 750);
    
        padding: 0 calc(100vw * 25 / 750);
    
        border-radius: calc(100vw * 50 / 750);
    }
}
*/

.basic-section-header-space {
    width: 0px;
}

@media screen and (max-width: 768px) {
    .basic-section-header-space {
        width: calc(100vw * 18.77 / 750);
    }
}

/*
.basic-section-header-title {   
    height: 24px;
}

@media screen and (max-width: 768px) {
    .basic-section-header-title {   
        height: calc(100vw * 36 / 750);
    }
}
*/

.basic-section-header-toggle {
    /*
    width: 17.55px;
    height: 11px;
    */
    width: 14px;
}

@media screen and (max-width: 768px) {
    .basic-section-header-toggle {
        /*
        width: calc(100vw *  29.95 / 750);
        height: calc(100vw * 18.77 / 750);
        */
        width: calc(100vw *  32 / 750);
    }
}

.accordion {
    overflow: hidden;
}

.accordion-header {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;

    transition: opacity 0.3s ease;
}

.accordion-header:hover {
    opacity: 0.9; 
}

.accordion-content {
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    opacity: 1;
}

.accordion-content.close {
    max-height: 0;
    opacity: 0;
}

/*
.accordion {
}

.accordion-header {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;

    transition: opacity 0.3s ease;
}

.accordion-header:hover {
    opacity: 0.9; 
}

.accordion-content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.5s ease;
}

.accordion-content.active {
    opacity: 1;
}
*/



/*
.accordion-content {
    display: none;

    max-height: 0;
    opacity: 0;

    transition: ease all 0.5s;
}

.accordion-content.active {
    display: flex;

    max-height: 9999px;

    opacity: 1;

    overflow: hidden;
}
*/
.accordion-icon {
    transform: rotate(180deg);
    transition: ease all 0.3s;
}

.accordion-icon.active {
    transform: rotate(0deg);
}

/* h3などボーダー付き余白に使用 */
.content-space { 
    width: 100%;
    height: 10px;
}

@media screen and (max-width: 768px) {
    .content-space { 
        width: 100%;
        height: calc(100vw * 20 / 750);
    }
}

.back-to-top {
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

    gap: 5px;

    margin-top: 40px;
    margin-bottom: 30px;
}

/* 共通flex ----------------------------------------- */

.flex-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.flex-content-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}

.flex-align-items-center {
    align-items: center !important; 
}

.flex-content-row-col {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}

@media screen and (max-width: 768px) {
    .flex-content-row-col {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
}

/* basic ----------------------------------------- */

.basic-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: 40px;

    width: 800px;

    padding: calc(60px + 30px) 70px 50px 70px;

    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

@media screen and (max-width: 768px) {
    .basic-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    
        gap: calc(100vw * 50 / 750);
    
        width: calc(100vw * 650 / 750);

        padding: calc(100vw * 110 / 750) calc(100vw * 45 / 750) calc(100vw * 50 / 750) calc(100vw * 45 / 750);

        border-top-left-radius: calc(100vw * 40 / 750);
        border-top-right-radius: calc(100vw * 40 / 750);
        border-bottom-left-radius: calc(100vw * 20 / 750);
        border-bottom-right-radius: calc(100vw * 20 / 750);
    }
}

.basic-content-logo-1 {
    width: 90px;
    height: 92.5px;
}

@media screen and (max-width: 768px) {
    .basic-content-logo-1 {
        width: calc(100vw * 180 / 750);
        height: calc(100vw * 185 / 750);
    }
}

.basic-content-logo-2 {
    width: 104px;
    height: 88px;
}

@media screen and (max-width: 768px) {
    .basic-content-logo-2 {
        width: calc(100vw * 208 / 750);
        height: calc(100vw * 178 / 750);
    }
}

.basic-content-logo-3 {
    width: 92.5px;
    height: 86px;
}

@media screen and (max-width: 768px) {
    .basic-content-logo-3 {
        width: calc(100vw * 185 / 750);
        height: calc(100vw * 172 / 750);
    }
}

/* ohsawa ----------------------------------------- */

.ohsawa-section {
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

    width: 800px;
    min-height: 60px;

    border-radius: 20px;

    padding: 20px 0 40px 0;
}

@media screen and (max-width: 768px) {
    .ohsawa-section {
        position: relative;

        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    
        width: calc(100vw * 650 / 750);

        border-radius: calc(100vw * 20 / 750);

        padding: calc(100vw * 30 / 750) 0;
    }
}

.ohsawa-section h2 {
    padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .ohsawa-section h2 {
        padding-bottom: calc(100vw * 30 / 750);
    }
}


.ohsawa-section img {
    width: 748px;
    height: 473px;
}

.ohsawa-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: 40px;

    width: 580px;

    padding-top: 40px;
}

@media screen and (max-width: 768px) {
    .ohsawa-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    
        gap: calc(100vw * 50 / 750);
    
        width: calc(100vw * 580 / 750);

        padding-top: calc(100vw * 30 / 750);
        /*

        padding: calc(100vw * 110 / 750) calc(100vw * 45 / 750) calc(100vw * 50 / 750) calc(100vw * 45 / 750);

        border-top-left-radius: calc(100vw * 40 / 750);
        border-top-right-radius: calc(100vw * 40 / 750);
        border-bottom-left-radius: calc(100vw * 20 / 750);
        border-bottom-right-radius: calc(100vw * 20 / 750);
        */
    }
}
/* about ----------------------------------------- */

.round-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    width: 800px;
    border-radius: 20px;
    padding: 45px 0;
}

@media screen and (max-width: 768px) {
    .round-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        width: calc(100vw * 580 / 750);
        border-radius: calc(100vw * 12 / 750);
        /*padding: calc(100vw * 47 / 750) 0 calc(100vw * 32 / 750) 0;*/
        padding: calc(100vw * 50 / 750) 0 calc(100vw * 50 / 750) 0;
    }
}

.sawasawa-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: 30px;

    width: 800px;
    border-radius: 20px;
    padding: 40px 0 50px 0;
}

@media screen and (max-width: 768px) {
    .sawasawa-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        gap: calc(100vw * 40 / 750);

        width: calc(100vw * 580 / 750);
        border-radius: calc(100vw * 12 / 750);
        /*padding: calc(100vw * 47 / 750) 0 calc(100vw * 32 / 750) 0;*/
        padding: calc(100vw * 50 / 750) 0 calc(100vw * 50 / 750) 0;
    }
}

.slogan-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    width: 800px;
    border-radius: 20px;
    padding: 45px 0;
}

@media screen and (max-width: 768px) {
    .slogan-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        width: calc(100vw * 580 / 750);
        border-radius: calc(100vw * 12 / 750);
        /*padding: calc(100vw * 47 / 750) 0 calc(100vw * 32 / 750) 0;*/
        padding: calc(100vw * 46.72 / 750) 0 calc(100vw * 32.19 / 750) 0;
    }
}

.about-policy {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    width: 800px;
    border-radius: 20px;

    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .about-policy {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        width: calc(100vw * 580 / 750);
        border-radius: calc(100vw * 20 / 750);

        overflow: hidden;
    }
}

.about-policy-img {
    width: 420px;
    height: 240px;
}

@media screen and (max-width: 768px) {
    .about-policy-img {
        width: calc(100vw * 580 / 750);
        height: calc(100vw * 331 / 750);
    }
}

.about-policy-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    width: 380px;
    height: 240px;
}

@media screen and (max-width: 768px) {
    .about-policy-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        width: calc(100vw * 580 / 750);
        height: calc(100vw * 249 / 750);
    }
}

.about-value-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    gap: 30px;

    padding: 30px;

    border-radius: 20px;
}

@media screen and (max-width: 768px) {
    .about-value-container {
        gap: calc(100vw * 52 / 750);

        padding: calc(100vw * 50 / 750) calc(100vw * 40 / 750) calc(100vw * 30 / 750) calc(100vw * 40 / 750);

        border-radius: calc(100vw * 20 / 750);
    }
}

.about-value {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    
    gap: 20px;
}

@media screen and (max-width: 768px) {
    .about-value {
        flex-direction: column;
        flex-wrap: nowrap;

        gap: calc(100vw * 40 / 750);
    }
}

.about-value-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    width: 360px;
    height: 165px;

    padding: 20px 30px;

    border-radius: 10px;
}

@media screen and (max-width: 768px) {
    .about-value-item {
        width: calc(100vw * 500 / 750);
        height: auto;

        padding: calc(100vw * 20 / 750) calc(100vw * 30 / 750) calc(100vw * 39 / 750) calc(100vw * 30 / 750);

        border-radius: calc(100vw * 10 / 750);
    }
}

/*
.about-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: 40px;

    width: 900px;

    padding: calc(60px + 30px) 70px 50px 70px;

    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

@media screen and (max-width: 768px) {
    .about-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    
        gap: calc(100vw * 50 / 750);
    
        width: calc(100vw * 650 / 750);

        padding: calc(100vw * 110 / 750) calc(100vw * 45 / 750) calc(100vw * 50 / 750) calc(100vw * 45 / 750);

        border-top-left-radius: calc(100vw * 40 / 750);
        border-top-right-radius: calc(100vw * 40 / 750);
        border-bottom-left-radius: calc(100vw * 20 / 750);
        border-bottom-right-radius: calc(100vw * 20 / 750);
    }
}

.about-content-logo {
    width: 90px;
    height: 92.5px;
}

@media screen and (max-width: 768px) {
    .about-content-logo {
        width: calc(100vw * 180 / 750);
        height: calc(100vw * 185 / 750);
    }
}
*/

/*

.about-content ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

    width: 100%;

    list-style-type: none;
}

.about-content li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

    width: 100%;
    padding: 16px 0;
}

.padding-top-0 {
    padding-top: 0 !important;
}

.padding-bottom-0 {
    padding-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
    .about-content li {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    
        width: 100%;
        padding: calc(100vw * 30 / 750) 0;
    }
}

.about-content-images {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;

    width: 700px;    
}

@media screen and (max-width: 768px) {
    .about-content-images {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: calc(100vw * 30 / 750);
    
        width: calc(100vw * 560 / 750);
    }
}

.about-content-images img {
    width: 335px;
    height: 200px;

    border-radius: 10px;
}

@media screen and (max-width: 768px) {
    .about-content-images img {
        width: calc(100vw * 560 / 750);
        height: calc(100vw * 334 / 750);
    
        border-radius: calc(100vw * 10 / 750);
    }
}

.about-content-history {
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

    width: 900px;

    gap: 24px;

    padding: calc(60px + 30px) 70px 50px 70px;

    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

@media screen and (max-width: 768px) {
    .about-content-history {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    
        width: 100%;

        gap: calc(100vw * 30 / 750);
    
        padding: calc(100vw * (80 + 30) / 750) calc(100vw * 45 / 750) calc(100vw * 50 / 750) calc(100vw * 45 / 750);

        border-top-left-radius: calc(100vw * 40 / 750);
        border-top-right-radius: calc(100vw * 40 / 750);
        border-bottom-left-radius: calc(100vw * 20 / 750);
        border-bottom-right-radius: calc(100vw * 20 / 750);
    }
}

.about-history-item {
    display: grid;
    grid-template-columns: 150px 580px;
    gap: 32px;
}

@media screen and (max-width: 768px) {
    .about-history-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: calc(100vw * 20 / 750);
    }
}

.about-history-item span {
    text-align: left;
}

@media screen and (max-width: 768px) {
    .about-history-item span {
        text-align: center;
    }
}

.about-history-space {
    width: 100%;
    height: 2px;
}

@media screen and (max-width: 768px) {
    .about-history-space {
        width: 100%;
        height: calc(100vw * 40 / 750);
    }
}
*/

.about-slogan-img {
    width: 340px;
    height: 277px;
}

@media screen and (max-width: 768px) {
    .about-slogan-img {
        width: calc(100vw * 352 / 750);
        height: calc(100vw * 287 / 750);
    }
}

.map-container {
    width: 560px;
    height: 334px;

    margin-top: 10px;

    border-radius: 20px;

    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .map-container {
        width: calc(100vw * 560 / 750);
        height: calc(100vw * 495 / 750);

        margin-top: 0px;

        border-radius: calc(100vw * 20 / 750);
    
        overflow: hidden;
    }
}

/* day ----------------------------------------- */

.day-schedule-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    width: 272px;
    height: 45px;

    border-radius: 40px;
}

@media screen and (max-width: 768px) {
    .day-schedule-header {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        
        width: calc(100vw * 580 / 750);
        height: calc(100vw * 61 / 750);

        border-radius: calc(100vw * 40 / 750);
    }
}

.day-content {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: 0;

    width: 580px;

}

@media screen and (max-width: 768px) {
    .day-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: calc(100vw * 30 / 750);

        width: calc(100vw * 650 / 750);
    }
}

.day-content-img {
    width: 265px;
    height: 190px;

    border-radius: 8px;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .day-content-img {
        width: calc(100vw * 580 / 750);
        height: calc(100vw * 416 / 750);

        border-radius: calc(100vw * 12 / 750);
        overflow: hidden;
    }
}

.day-content-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;

    width: 310px;
    height: 190px;

    padding: 0 30px 0 50px;
}

@media screen and (max-width: 768px) {
    .day-content-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: calc(100vw * 20 / 750);

        width: calc(100vw * 580 / 750);
        height: auto;

        padding: 0 calc(100vw * 20 / 750);
    }
}

.imgs {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    flex-wrap: wrap;

    gap: 20px;
    width: 800px;
}

.day-schedule-imgs img {
    width: 390px;
    height: 230px;
}


/* overview ----------------------------------------- */

.overview-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: 30px;

    width: 900px;

    padding: calc(60px + 30px) 70px 50px 70px;

    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

@media screen and (max-width: 768px) {
    .overview-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    
        gap: calc(100vw * 20 / 750);
    
        width: calc(100vw * 650 / 750);

        padding: calc(100vw * 110 / 750) calc(100vw * 45 / 750) calc(100vw * 50 / 750) calc(100vw * 45 / 750);

        border-top-left-radius: calc(100vw * 40 / 750);
        border-top-right-radius: calc(100vw * 40 / 750);
        border-bottom-left-radius: calc(100vw * 20 / 750);
        border-bottom-right-radius: calc(100vw * 20 / 750);
    }
}

.overview-content-item {
    display: grid;
    grid-template-rows: 34px 10px 10px calc(26px+20px) calc(334px+16px);
    gap: 0;

    width: 100%;
}

@media screen and (max-width: 768px) {
    .overview-content-item {
        display: grid;
        grid-template-rows: calc(100vw * 32 / 750) calc(100vw * 20 / 750) calc(100vw * 20 / 750) auto calc(100vw * 334 / 750);
        gap: 0;
    
        width: 100%;
    }
}

.overview-content-item h3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.overview-content-item h3 img {
    justify-self: center;
    height: 20px;
}

@media screen and (max-width: 768px) {
    .overview-content-item h3 img {
        justify-self: center;
        height: calc(100vw * 32 / 750);
    }
}


.overview-content-item p {
    margin-bottom: 20px;

    font-size: 15px;
}

@media screen and (max-width: 768px) {
    .overview-content-item p {
        margin-bottom: calc(100vw * 20 / 750);
    
        font-size: calc(100vw * 28 / 750);
    }
}

.overview-content-item img {
    width: 560px;
    height: 334px;

    margin-bottom: 16px;

    border-radius: 10px;
}

@media screen and (max-width: 768px) {
    .overview-content-item img {
        width: calc(100vw * 560 / 750);
        height: calc(100vw * 334 / 750);
    
        margin-bottom: calc(100vw * 16 / 750);
    
        border-radius: calc(100vw * 10 / 750);
    }
}

.content-img {
    width: 560px;
    height: 334px;

    border-radius: 20px;
}

@media screen and (max-width: 768px) {
    .content-img {
        width: calc(100vw * 560 / 750);
        height: calc(100vw * 334 / 750);
    
        border-radius: calc(100vw * 20 / 750);
    }
}

.content-half-img {
    width: 335px;
    height: 200px;

    border-radius: 20px;
}

@media screen and (max-width: 768px) {
    .content-half-img {
        width: calc(100vw * 335 / 750);
        height: calc(100vw * 200 / 750);
    
        border-radius: calc(100vw * 20 / 750);
    }
}

.overview-content-02 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: 30px;

    width: 900px;

    padding: calc(60px + 30px) 70px 50px 70px;

    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

@media screen and (max-width: 768px) {
    .overview-content-02 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    
        gap: calc(100vw * 20 / 750);
    
        width: calc(100vw * 650 / 750);

        padding: calc(100vw * 140 / 750) calc(100vw * 45 / 750) calc(100vw * 170 / 750) calc(100vw * 45 / 750);

        border-top-left-radius: calc(100vw * 40 / 750);
        border-top-right-radius: calc(100vw * 40 / 750);
        border-bottom-left-radius: calc(100vw * 20 / 750);
        border-bottom-right-radius: calc(100vw * 20 / 750);
    }
}

.overview-content-02-bg {
    position: absolute;

    top: calc(30px + 21px);
}

@media screen and (max-width: 768px) {
    .overview-content-02-bg {
        position: absolute;

        top: calc(100vw * 80 / 750);
    }
}

.overview-content-03 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: 30px;

    width: 900px;

    padding: calc(60px + 30px) 70px 0px 70px;

    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

@media screen and (max-width: 768px) {
    .overview-content-03 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    
        gap: calc(100vw * 30 / 750);
    
        width: calc(100vw * 650 / 750);

        padding: calc(100vw * 110 / 750) calc(100vw * 45 / 750) 0 calc(100vw * 45 / 750);

        border-top-left-radius: calc(100vw * 40 / 750);
        border-top-right-radius: calc(100vw * 40 / 750);
        border-bottom-left-radius: calc(100vw * 20 / 750);
        border-bottom-right-radius: calc(100vw * 20 / 750);
    }
}

.overview-content-03-img {
    height: 290.25px;
}

@media screen and (max-width: 768px) {
    .overview-content-03-img {
        height: calc(100vw * 290.25 / 750);  
    }
}

.overview-content-04-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: 5px;
}

@media screen and (max-width: 768px) {
    .overview-content-04-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    
        gap: calc(100vw * 10 / 750);    
    }
}

.overview-content-05-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: 5px;
}

@media screen and (max-width: 768px) {
    .overview-content-05-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    
        gap: calc(100vw * 30 / 750);    
    }
}

/*

.overview-content-facility {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: 40px;

    padding: calc(60px + 30px) 70px 50px 70px;

    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

@media screen and (max-width: 768px) {
    .overview-content-facility {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    
        gap: calc(100vw * 40 / 750);
    
        padding: calc(100vw * (80 + 30) / 750) calc(100vw * 45 / 750) calc(100vw * 50 / 750) calc(100vw * 45 / 750);

        border-top-left-radius: calc(100vw * 40 / 750);
        border-top-right-radius: calc(100vw * 40 / 750);
        border-bottom-left-radius: calc(100vw * 20 / 750);
        border-bottom-right-radius: calc(100vw * 20 / 750);
    }
}

.overview-content-facility p {
    padding: 0 100px;
}

@media screen and (max-width: 768px) {
    .overview-content-facility p {
        padding: 0 calc(100vw * 0 / 750);
    }
}

.overview-content-facility-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: 0;

    width: 100%;
}

.overview-content-facility-item h3 {
    padding: 16px 0;
}

@media screen and (max-width: 768px) {
    .overview-content-facility-item h3 {
        padding: calc(100vw * 32 / 750) 0;
    }
}

.overview-content-facility-item img {
    width: 560px;
    height: 334px;

    border-radius: 10px;
}

@media screen and (max-width: 768px) {
    .overview-content-facility-item img {
        width: calc(100vw * 560 / 750);
        height: calc(100vw * 334 / 750);
    
        border-radius: calc(100vw * 10 / 750);
    }
}
*/

.content-divider {
    display: block;
    padding: 30px 0;
}

@media screen and (max-width: 768px) {
    .content-divider {
        display: block;
        padding: calc(100vw * 30 / 750) 0;
    }
}

.content-divider img {
    width: 16px;
    height: 16px;
}

@media screen and (max-width: 768px) {
    .content-divider img {
        width: calc(100vw * 30 / 750);
        height: calc(100vw * 30 / 750);
    }
}

/*
.overview-content-schedule {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: 0;

    padding: calc(60px + 30px) 170px 50px 170px;

    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

@media screen and (max-width: 768px) {
    .overview-content-schedule {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    
        gap: 0;
    
        padding: calc(100vw * (80 + 30) / 750) calc(100vw * 45 / 750) calc(100vw * 50 / 750) calc(100vw * 45 / 750);

        border-top-left-radius: calc(100vw * 40 / 750);
        border-top-right-radius: calc(100vw * 40 / 750);
        border-bottom-left-radius: calc(100vw * 20 / 750);
        border-bottom-right-radius: calc(100vw * 20 / 750);
    }
}

.overview-content-schedule-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: 0;

    width: 560px;
}

@media screen and (max-width: 768px) {
    .overview-content-schedule-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    
        gap: 0;
    
        width: calc(100vw * 560 / 750);
    }    
}

.overview-content-contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: 20px;

    width: 900px;

    padding: calc(60px + 30px) 170px 50px 170px;

    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

@media screen and (max-width: 768px) {
    .overview-content-contact {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    
        gap: calc(100vw * 20 / 750);

        width: calc(100vw * 650 / 750);

        padding: calc(100vw * (80 + 30) / 750) calc(100vw * 45 / 750) calc(100vw * 50 / 750) calc(100vw * 45 / 750);

        border-top-left-radius: calc(100vw * 40 / 750);
        border-top-right-radius: calc(100vw * 40 / 750);
        border-bottom-left-radius: calc(100vw * 20 / 750);
        border-bottom-right-radius: calc(100vw * 20 / 750);
    }
}
*/
/* recruit ----------------------------------------- */
/*
.recruit-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: 30px;

    padding: calc(60px + 30px) 70px 50px 70px;

    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

@media screen and (max-width: 768px) {
    .recruit-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    
        gap: 30px;

        width: 100%;
    
        padding: calc(100vw * (80 + 30) / 750) calc(100vw * 45 / 750) calc(100vw * 50  / 750) calc(100vw * 45 / 750);

        border-top-left-radius: calc(100vw * 40 / 750);
        border-top-right-radius: calc(100vw * 40 / 750);
        border-bottom-left-radius: calc(100vw * 20 / 750);
        border-bottom-right-radius: calc(100vw * 20 / 750);
    }
}

.recruit-content p {

}

.recruit-content-images {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;

    width: 760px;    
}

@media screen and (max-width: 768px) {
    .recruit-content-images {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: calc(100vw * 50 / 750);
    
        width: calc(100vw * 560 / 750);
    }
}

.recruit-content-images img {
    width: 560px;
    height: 334px;

    border-radius: 10px;
}

@media screen and (max-width: 768px) {
    .recruit-content-images img {
        width: calc(100vw * 560 / 750);
        height: calc(100vw * 334 / 750);
    
        border-radius: calc(100vw * 10 / 750);
    }
}
*/

.content-detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    width: 760px;
}

@media screen and (max-width: 768px) {
    .content-detail {
        width: calc(100vw * 560 / 750);
    }
}

.content-detail-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: 10px;
    
    width: 100%;

    padding: 20px;
}

@media screen and (max-width: 768px) {
    .content-detail-item {
        width: calc(100vw * 560 / 750);

        padding: calc(100vw * 20 / 750);
    }
}

.content-detail h3 {
    width: 100%;

    padding: 5.5px 0;
}

@media screen and (max-width: 768px) {
    .content-detail h3 {
        width: 100%;

        padding: calc(100vw * 7.5 / 750) 0;
    }
}

.content-detail p {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .content-detail p {
        width: 100%;
    }
}

/*
.recruit-contact-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        padding: 0px 170px;
}

@media screen and (max-width: 768px) {
    .recruit-contact-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        width: calc(100vw * 650 / 750);
        padding: 0;
    }
}

.recruit-contact-space {
    width: 100%;
    height: 10px;
}

@media screen and (max-width: 768px) {
    .recruit-contact-space { 
        width: calc(100vw * 540 / 750);
        height: calc(100vw * 36 / 750);
    }
}
*/

/* sawasawaland ----------------------------------------- */

.sawasawaland-class-img {
    width: 420px;
    height: 286px;

    border-radius: 20px;
}

@media screen and (max-width: 768px) {
    .sawasawaland-class-img {
        width: calc(100vw * 580 / 750);
        height: calc(100vw * 394 / 750);

        border-radius: calc(100vw * 20 / 750);
    }
}


/* news ----------------------------------------- */

article.news {
    display: grid;
    justify-content: center;
    row-gap: 50px; /*40px*/

    place-items: center;

    /*padding-bottom: 50px;*/
}

@media screen and (max-width: 768px) {
    article.news {
        display: grid;
        justify-content: center;
        row-gap: calc(100vw * 60 / 750);
    
        place-items: center;
    }
}    

.news-filters {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;

    width: 564px;

    /*padding: 20px;*/
}

@media screen and (max-width: 768px) {
    .news-filters {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: calc(100vw * 25 / 750);
    
        width: calc(100vw * 315 / 750);

        padding: 0;
    }
}

/*
.news-filter-btn {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 210px;
    height: 40px;

    padding: 2px 0px;

    border-radius: 10px;    
}

@media screen and (max-width: 768px) {
    .news-filter-btn {
        display: flex;
        justify-content: center;
        align-items: center;
    
        width: calc(100vw * 308 / 750);
        height: calc(100vw * 60 / 750);
    
        padding: calc(100vw * 2 / 750) 0;
    
        border-radius: calc(100vw * 20 / 750);
    }
}
*/

.news-cat {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 270px;
    height: 40px;

    padding: 2px 0px;

    border-radius: 10px;    
}

@media screen and (max-width: 768px) {
    .news-cat {
        display: flex;
        justify-content: center;
        align-items: center;
    
        width: calc(100vw * 308 / 750);
        height: calc(100vw * 60 / 750);
    
        padding: calc(100vw * 2 / 750) 0;
    
        border-radius: calc(100vw * 20 / 750);
    }
}

.news-cat-all {
    background-color: #666666;
}

.news-cat-00 {
    background-color: #81CBD4;
}

.news-cat-01 {
    background-color: #B6D239;
}

.news-cat-02 {
    background-color: #ED86B3;
}


.news-items {
    display: grid;
    grid-template-columns: 272px 272px 272px;

    width: 904px;

    column-gap: 44px;
    row-gap: 60px;

    text-align: center;
}

@media screen and (max-width: 768px) {
    .news-items {
        display: grid;
        grid-template-columns: calc(100vw * 308 / 750) calc(100vw * 308 / 750);
        column-gap: calc(100vw * 35 / 750);
        row-gap: calc(100vw * 50 / 750);
    
        width: calc(100vw * 650 / 750);
    
        text-align: center;
    }
}

.news-item {

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

    gap: 15px;

    width: 272px;
    height: auto;
    /*height: 416px;*/

}

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

        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;

        gap: calc(100vw * 17 / 750);
    
        width: calc(100vw * 308 / 750);
        height: auto; /*calc(100vw * 566 / 750);*/
    
    }
}

.news-thumb {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;

    width: 272px;
    height: 272px;

    border-radius: 8px;

    transition: transform 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
    .news-thumb {
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        
        width: calc(100vw * 308 / 750);
        height: calc(100vw * 308 / 750);

        border-radius: calc(100vw * 20 / 750);
    }
}

.news-thumb img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;

    transition: transform 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
    .news-thumb img {
        min-width: 100%;
        min-height: 100%;
        object-fit: cover;
    }
}

.news-thumb:hover img {
    transform: scale(1.1);
}

@media screen and (max-width: 768px) {
    .news-thumb:hover img {
        transform: scale(1.1);
    }
}

.news-item-content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;

  height: 66px;
}

@media screen and (max-width: 768px) {
    .news-item-content {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;

        width: calc(100vw * 288 / 750);
        height: calc(100vw * 126 / 750);
    }
}

.news-pager-and-lastyear {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

@media screen and (max-width: 768px) {
    .news-pager-and-lastyear {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: calc(100vw * 40 / 750);
    }
}

.pagination {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;

    padding: 70px 0 40px 0;
}

@media screen and (max-width: 768px) {
    .pagination {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: calc(100vw * 20 / 750);
    
        padding: calc(100vw * 60 / 750) 0 calc(100vw * 80 / 750) 0;
    }
}

.page-numbers {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    
    width: 40px;
    height: 40px;

    /*padding: 0px 14px 3px 14px;*/

    background-color: #CACACA;

    border-radius: 8px;    
}

@media screen and (max-width: 768px) {
    .page-numbers {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        
        width: calc(100vw * 60 / 750);
        height: calc(100vw * 60 / 750);
    
        padding: calc(100vw * 8 / 750) calc(100vw * 10 / 750) calc(100vw * 12 / 750) calc(100vw * 10 / 750);
    
        background-color: #CACACA;
    
        border-radius: calc(100vw * 8 / 750);
    }
}

.current {
    background-color: #666666 !important;    
}

@media screen and (max-width: 768px) {
    .current {
        background-color: #666666 !important;    
    }
}

.prev {
    /*
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    */
    background-color: transparent;

    width: 25px;
    height: 25px;

    margin: 0 10px;
}

@media screen and (max-width: 768px) {
    .prev {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        background-color: #FFFFFF;

        width: calc(100vw * 70 / 750);
        height: calc(100vw * 70 / 750);

        margin: 0 calc(100vw * 20 / 750);
    }
}

.next {
    /*
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    */

    background-color: transparent;

    width: 25px;
    height: 25px;

    margin: 0 10px;
}

@media screen and (max-width: 768px) {
    .next {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    
        background-color: #FFFFFF;    

        width: calc(100vw * 70 / 750);
        height: calc(100vw * 70 / 750);

        margin: 0 calc(100vw * 20 / 750);
    }
}

.news-pager-button {
    width: 45px;
    height: 45px;
}

@media screen and (max-width: 768px) {
    .news-pager-button {
        width: calc(100vw * 70 / 750);
        height: calc(100vw * 70 / 750);
    }
}

.news-lastyear {
    width: 161px;
    height: 49px;

    border-bottom: 2px dotted;
}

@media screen and (max-width: 768px) {
    .news-lastyear {
        width: calc(100vw * 268 / 750);
        height: calc(100vw * 61 / 750);
    
        border-bottom: calc(100vw * 2 / 750) dotted;
    }
}

.news-error {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    width: 900px;

    text-align: center;
}

@media screen and (max-width: 768px) {
    .news-error {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        width: calc(100vw * 650 / 750);
        
        text-align: center;
    }
}

/* news article ----------------------------------------- */

.news-article-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;

    width: 580px;
}

@media screen and (max-width: 768px) {
    .news-article-header {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        gap: calc(100vw * 30 / 750);

        width: calc(100vw * 580 / 750);
    }    
}

.news-article-header-space {
    width: 100%;
    height: 14px;
}

@media screen and (max-width: 768px) {
    .news-article-header-space {
        width: 100%;
        height: calc(100vw * 14 / 750);
    }    
}


.news-article {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;

    width: 580px;

}

@media screen and (max-width: 768px) {
    .news-article {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;        
        gap: calc(100vw * 60 / 750);

        width: calc(100vw * 580 / 750);
    }
}

/*
.news-article {
    display: grid;
    grid-template-columns: 760px;
    grid-template-rows: auto 760px auto;

    gap: 40px;

    width: 900px;

    padding: 50px 70px;

    border-radius: 20px;
}

@media screen and (max-width: 768px) {
    .news-article {
        display: grid;
        grid-template-columns: calc(100vw * 560 / 750);
        grid-template-rows: auto calc(100vw * 530 / 750) auto;
    
        gap: calc(100vw * 50 / 750);

        width: calc(100vw * 650 / 750);
    
        padding: calc(100vw * 50 / 750) calc(100vw * 45 / 750);
    
        border-radius: calc(100vw * 20 / 750);
    }
}
*/

.news-article-content {
    white-space: pre-wrap;

    width: 580px;
}

@media screen and (max-width: 768px) {
    .news-article-content {
        white-space: pre-wrap;

        width: calc(100vw * 580 / 750);
    }
}

.news-article-gallery-container {
    display: flex;
    justify-content: center;
    align-items: center;
    
    gap: 40px;
}

@media screen and (max-width: 768px) {
    .news-article-gallery-container {
        display: grid;
        grid-template-columns: calc(100vw * 30 / 750) calc(100vw * 397 / 750) calc(100vw * 30 / 750);
    
        gap: calc(100vw * 52 / 750);
    }
}

.news-article-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;

    width: 580px;
    height: 580px;

    border-radius: 10px;
}

@media screen and (max-width: 768px) {
    .news-article-image-container {
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;

        width: calc(100vw * 560 / 750);
        height: calc(100vw * 560 / 750);

        border-radius: calc(100vw * 10 / 750);
    }
}

.news-article-image {
    max-width: 760px;
    max-height: 760px;
    /*
    min-width: 100%;
    min-height: 100%;
    */

    object-fit: cover;

    transition: opacity 0.25s ease;
    opacity: 1;
}

@media screen and (max-width: 768px) {
    .news-article-image {
        max-width: calc(100vw * 560 / 750);
        max-height: calc(100vw * 560 / 750);
        /*
        min-width: 100%;
        min-height: 100%;
        */

        object-fit: cover;

        transition: opacity 0.25s ease; 
        opacity: 1;
    }
}

.news-article-gallery-thumbs {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 35px;

    width: 580px;
}

@media screen and (max-width: 768px) {
    .news-article-gallery-thumbs {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;

        flex-wrap: wrap;

        gap: calc(100vw * 40 / 750);

        width: calc(100vw * 560 / 750);
    }
}

.news-article-gallery-thumb {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    
    width: 170px;
    height: 170px;

    border-radius: 10px;

    box-sizing: border-box;
    border: 4px solid transparent;
    transition: opacity 0.3s ease;
}

.news-article-gallery-thumb:hover {
    opacity: 0.7;
}

@media screen and (max-width: 768px) {
    .news-article-gallery-thumb {
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;

        width: calc(100vw * 160 / 750);
        height: calc(100vw * 160 / 750);
    
        border-radius: calc(100vw * 10 / 750);

        box-sizing: border-box;
        border: calc(100vw * 6 / 750) solid transparent;
        transition: opacity 0.3s ease;
    }
}

@media screen and (max-width: 768px) {
    .news-article-gallery-thumb:hover {
        opacity: 0.7; /* ホバー時にopacityを0.7に */
    }
}

.news-article-gallery-thumb.selected {
    border: 4px solid #5B4A39;
}

@media screen and (max-width: 768px) {
    .news-article-gallery-thumb.selected {
        border: calc(100vw * 6 / 750) solid #5B4A39;
    }
}

.news-article-gallery-thumb img {
    min-width: 100%;
    min-height: 100%;

    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .news-article-gallery-thumb img {
        min-width: 100%;
        min-height: 100%;

        object-fit: cover;
    }
}

.news-article-space {
    width: 100%;
    height: 40px;
}

@media screen and (max-width: 768px) {
    .news-article-space {
        width: 100%;
        height: calc(100vw * 50 / 750);
    }
}

.news-article-attachment {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;

    width: 580px;
}

@media screen and (max-width: 768px) {
    .news-article-attachment {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: calc(100vw * 30 / 750);

        width: calc(100vw * 580 / 750);
    }
}

.news-article-attachment-icon {
    width: 90px;
    height: 90px;
}

@media screen and (max-width: 768px) {
    .news-article-attachment-icon {
        width: calc(100vw * 90 / 750);
        height: calc(100vw * 90 / 750);
    }
}

/*btn
.news-article-attachment-btn {
    width: 216px;
    height: 30px;

    border-radius: 30px;
}

@media screen and (max-width: 768px) {
    .news-article-attachment-btn {
        width: calc(100vw * 324 / 750);
        height: calc(100vw * 44 / 750);

        border-radius: calc(100vw * 30 / 750);
    }
}
*/

.news-navigation {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

@media screen and (max-width: 768px) {
    .news-navigation {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: calc(100vw * 5 / 750);
    
        padding: calc(100vw * 60 / 750) 0 0 0;
    }
}




/*btn
.news-navigation-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    width: 216px;
    height: 30px;

    border-radius: 30px;

    padding: 0 10px;
}

@media screen and (max-width: 768px) {
    .news-navigation-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        
        width: calc(100vw * 324 / 750);
        height: calc(100vw * 44 / 750);

        border-radius: calc(100vw * 30 / 750);
    }
}
*/

/* news key ----------------------------------------- */

.news-key {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    width: 800px;

    gap: 30px;

    padding-top: 50px;
    padding-bottom: 50px;

    border-radius: 20px;
}

@media screen and (max-width: 768px) {
    .news-key {
        position: relative;

        width: calc(100vw * 650 / 750);

        padding-top: calc(100vw * 50 / 750);
        padding-bottom: calc(100vw * 50 / 750);
    
        border-radius: calc(100vw * 20 / 750);
    }
}

.news-key-form {
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

@media screen and (max-width: 768px) {
    .news-key-form {
        position: relative;
    
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: calc(100vw * 50 / 750);    
    }
}

.news-key-form-password {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: 10px;
}

@media screen and (max-width: 768px) {
    .news-key-form-password {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    
        gap: calc(100vw * 15 / 750);
    }
}

.news-key-form input[type="password"] {
    position: relative;

    width: 560px;
    height: 50px;

    border-radius: 10px;

    background-color: #FFFFFF;

    text-align: center;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .news-key-form input[type="password"] {
        position: relative;
    
        width: calc(100vw * 560 / 750);
        height: calc(100vw * 100 / 750);
    
        border-radius: calc(100vw * 10 / 750);
    
        background-color: #FFFFFF;
    
        text-align: center;
        box-sizing: border-box;
    }
}

img.news-key-icon {
    position: relative;

    width: 160px;
    height: 160px;
}

@media screen and (max-width: 768px) {
    img.news-key-icon {
        position: relative;
        
        width: calc(100vw * 160 / 750);
        height: calc(100vw * 160 / 750);
    }
}

/*btn
.news-key-enter-btn {
    position: relative;

    width: 216px;
    height: 30px;

    border-radius: 30px;
}

@media screen and (max-width: 768px) {
    .news-key-enter-btn {
        position: relative;
    
        width: calc(100vw * 324 / 750);
        height: calc(100vw * 48 / 750);

        border-radius: calc(100vw * 30 / 750);
    }
}
*/

.news-back-to-list-btn {
    width: 216px;
    height: 30px;
}

@media screen and (max-width: 768px) {
    .news-back-to-list-btn {
        width: calc(100vw * 324 / 750);
        height: calc(100vw * 48 / 750);
    }
}

/* download ----------------------------------------- */
/*
.download {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;

    width: 900px;

    margin-top: 40px;
}

@media screen and (max-width: 768px) {
    .download {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: calc(100vw * 40 / 750);
    
        width: calc(100vw * 650 / 750);

        margin-top: 0;
    }
}

.download-item {
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    width: 100%;

    margin-top: 50px;
    padding-bottom: 50px;

    border-radius: 20px;
}

@media screen and (max-width: 768px) {
    .download-item {
        position: relative;

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        
        width: 100%;
    
        margin-top: calc(100vw * 60 / 750);
        padding-bottom: calc(100vw * 50 / 750);
        
        border-radius: calc(100vw * 30 / 750);
    }
}

.download-item-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;

    width: 760px;

    margin-top: 70px;
}

@media screen and (max-width: 768px) {
    .download-item-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: calc(100vw * 30 / 750);

        width: calc(100vw * 560 / 750);
    
        margin-top: calc(100vw * 90 / 750);
    }
}


.download-item-icon {
    position: absolute;

    top: calc(-90px/2);
    left: 50%;
    transform: translateX(-50%); 

    width: 90px;
    height: 90px;
}

@media screen and (max-width: 768px) {
    .download-item-icon {
        position: absolute;
    
        top: calc(100vw * (-110 / 2) / 750);
        left: 50%;
        transform: translateX(-50%); 
    
        width: calc(100vw * 110 / 750);
        height: calc(100vw * 110 / 750);
    }
}

/*
.download-item-title {
    height: 22px;
}

@media screen and (max-width: 768px) {
    .download-item-title {
        height: calc(100vw * 36 / 750);
    }
}

.download-ex-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;

    width: 900px;

    margin-top: 40px;
}

@media screen and (max-width: 768px) {
    .download-ex-link {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0;
    
        width: calc(100vw * 650 / 750);

        margin-top: calc(100vw * 60 / 750);
    }
}


.download-ex-link-item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    width: 100%;

    margin-top: 50px;
    padding-bottom: 50px;

    border-radius: 20px;
}

@media screen and (max-width: 768px) {
    .download-ex-link-item {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        
        width: calc(100vw * 650 / 750);
    
        margin-top: calc(100vw * 50 / 750);
        padding-bottom: calc(100vw * 50 / 750);
    
        border-radius: calc(100vw * 20 / 750);
    }
}


.download-ex-link-item-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;

    width: 100%;

    margin-top: 60px;
}

@media screen and (max-width: 768px) {
    .download-ex-link-item-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: calc(100vw * 20 / 750);
        
        width: calc(100vw * 560 / 750);

        margin-top: calc(100vw * 60 / 750);
    }
}

@media screen and (max-width: 768px) {
    .download-ex-link-item-content p {
        word-break: break-all;
    }
}

.download-ex-link-item-icon {
    position: absolute;

    top: calc(-80px/2);
    left: 50%;
    transform: translateX(-50%); 

    width: 80px;
    height: 80px;
}

@media screen and (max-width: 768px) {
    .download-ex-link-item-icon {
        position: absolute;
    
        top: calc(100vw * (-80 / 2) / 750);
        left: 50%;
        transform: translateX(-50%); 
    
        width: calc(100vw * 80 / 750);
        height: calc(100vw * 80 / 750);
    }
}


.download-ex-space {
    width: 100%;
    height: 40px;
}

@media screen and (max-width: 768px) {
    .download-ex-space {
        width: 100%;
        height: calc(100vw * 60 / 750);
    }
}


.download-ex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 39px;

    width: 900px;
}

@media screen and (max-width: 768px) {
    .download-ex {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: calc(100vw * 40 / 750);

        width: calc(100vw * 650 / 750);
    }
}


.download-ex-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;

    width: 100%;
    padding: 30px 0 50px 0;

    border-radius: 20px;
}

@media screen and (max-width: 768px) {
    .download-ex-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: calc(100vw * 20 / 750);
    
        width: calc(100vw * 650 / 750);
        padding: calc(100vw * 30 / 750) 0 calc(100vw * 50 / 750) 0;
    
        border-radius: calc(100vw * 20 / 750);
    }
}


.download-ex-item-icon {
    width: 82px;
    height: 84.95px;
}

@media screen and (max-width: 768px) {
    .download-ex-item-icon {
        width: calc(100vw * 82 / 750);
        height: calc(100vw * 84.95 / 750);
    }
}


.download-ex-item-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

@media screen and (max-width: 768px) {
    .download-ex-item-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: calc(100vw * 20 / 750);
    }
}
*/

/* contact ----------------------------------------- */

.contact-abstract {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

@media screen and (max-width: 768px) {
    .contact-abstract {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: calc(100vw * 10 / 750);
    }
}

.contact-div {
    width: 16px;
    height: 16px;    
}

@media screen and (max-width: 768px) {
    .contact-div {
        width: calc(100vw * 28 / 750);
        height: calc(100vw * 28 / 750);
    }
}

.contact-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;

    width: 800px;
}

@media screen and (max-width: 768px) {
    .contact-form {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: calc(100vw * 40 / 750);

        width: calc(100vw * 650 / 750);
    }
}

.contact {    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;

    width: 800px;

    border-radius: 20px;
}

@media screen and (max-width: 768px) {
    .contact {    
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        row-gap: calc(100vw * 30 / 750);

        width: calc(100vw * 650 / 750);

        padding: 0; 
    
        border-radius: 0;
    }
}

/*
.bg-contact {
    background-color: #E6EDF1;
}

@media screen and (max-width: 768px) {
    .bg-contact {
        background-color: #FFFFFF;
    }
}
*/

.error {
    display: none; 
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    
    height: 26px;

    margin-left: 184.19px;
}

@media screen and (max-width: 768px) {
    .error {
        display: none;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        
        height: calc(100vw * 41 / 750);
 
        margin-top: calc(100vw * 20 / 750);
        margin-left: 0;
    }
}


.contact-param {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;

    width: 100%;

    border-radius: 12px;

    padding: 20px 25px 25px 25px;
}

@media screen and (max-width: 768px) {
    .contact-param {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: calc(100vw * 20 / 750);

        width: 100%;

        padding: calc(100vw * 35 / 750);

        border-radius: calc(100vw * 20 / 750);
    }
}

.contact-param label {
    width: 100%;

    padding-top: 5px;
}

@media screen and (max-width: 768px) {
    .contact-param label {
        width: 100%;

        padding-top: 0;
    }
}

.contact-param input[type="text"] {
    width: 100%;
    height: 70px;

    padding: 17px 14px;

    border-radius: 10px;

    background-color: #FFFFFF;

    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .contact-param input[type="text"] {
        width: 100%;
        height: calc(100vw * 100 / 750);
    
        padding: calc(100vw * 29.5 / 750) calc(100vw * 20 / 750);
    
        border-radius: calc(100vw * 10 / 750);
    
        background-color: #FFFFFF;
    
        box-sizing: border-box;
    }
}


.contact-param input[type="email"] {
    width: 100%;
    height: 70px;

    padding: 17px 14px;

    border-radius: 10px;

    background-color: #FFFFFF;

    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .contact-param input[type="email"] {
        width: 100%;
        height: calc(100vw * 100 / 750);
    
        padding: calc(100vw * 29.5 / 750) calc(100vw * 20 / 750);
    
        border-radius: calc(100vw * 10 / 750);
    
        background-color: #FFFFFF;
    
        box-sizing: border-box;
    }
}

.contact-param select {
    width: 100%;
    height: 70px;

    padding: 17px 14px;

    border-radius: 10px;

    background-color: #FFFFFF;

    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .contact-param select {
        width: 100%;
        height: calc(100vw * 100 / 750);
    
        padding: calc(100vw * 29.5 / 750) calc(100vw * 20 / 750);
    
        border-radius: calc(100vw * 10 / 750);
    
        background-color: #FFFFFF;
    
        box-sizing: border-box;
    }
}


.contact-param textarea {    
    width: 100%;
    height: 396px;

    padding: 17px 14px;

    border-radius: 10px;

    background-color: #FFFFFF;

    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .contact-param textarea {    
        width: 100%;
        height: calc(100vw * 429 / 750);
    
        padding: calc(100vw * 29.5 / 750) calc(100vw * 20 / 750);
    
        border-radius: calc(100vw * 10 / 750);
    
        background-color: #FFFFFF;
    
        box-sizing: border-box;
    }
}

/*
.contact-form p {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .contact-form p {
        width: calc(100vw * 560 / 750);
    }
}
*/

.scroll-box {
    width: 665px;
    height: 140px;
    overflow-y: scroll;
    padding: 10px;
}

@media screen and (max-width: 768px) {
    .scroll-box {
        width: calc(100vw * 560 / 750);
        height: calc(100vw * 320 / 750);
        overflow-y: scroll;
        padding: calc(100vw * 10 / 750) 0 calc(100vw * 10 / 750) calc(100vw * 17 / 750);
    }
}

.scroll-box p {
    margin: 0;
}

@media screen and (max-width: 768px) {
    .scroll-box p {

        width: calc(100vw * 520 / 750);

        margin: 0;
    }
}

.scroll-box::-webkit-scrollbar {
    width: 10px;
}

@media screen and (max-width: 768px) {
    .scroll-box::-webkit-scrollbar {
        width: calc(100vw * 8 / 750);
    }
}

.scroll-box::-webkit-scrollbar-thumb {
    background-color: #999999;
    border-radius: 10px;
}

@media screen and (max-width: 768px) {
    .scroll-box::-webkit-scrollbar-thumb {
        background-color: #999999;
        border-radius: calc(100vw * 10 / 750);
    }
}

.label-accept {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .label-accept {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: calc(100vw * 20 / 750);
    }
}

@media screen and (max-width: 768px) {
    .label-accept span {
        width: calc(100vw * 616 / 750);
    }
}

input[type="checkbox"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid;
    border-radius: 4px;
    background-color: #ffffff;
    margin-right: 10px;
    position: relative;
}

@media screen and (max-width: 768px) {
    input[type="checkbox"] {
        appearance: none;
        width: calc(100vw * 30 / 750);
        height: calc(100vw * 30 / 750);
        border: calc(100vw * 2px solid #0038 / 750);
        border-radius: calc(100vw * 4 / 750);
        background-color: #ffffff;
        margin-right: calc(100vw * 20 / 750);
        position: relative;
    }
}

input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 6px;
    width: 5px;
    height: 10px;
    border: solid;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
    input[type="checkbox"]:checked::after {
        content: '';
        position: absolute;
        top: calc(100vw * 2 / 750);
        left: calc(100vw * 8 / 750);
        width: calc(100vw * 10 / 750);
        height: calc(100vw * 15 / 750);
        border: solid;
        border-width: 0 calc(100vw * 4 / 750) calc(100vw * 4 / 750) 0;
        transform: rotate(45deg);
    }
}

/*btn
.contact-confirm-btn {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 210px;
    height: 50px;

    border-radius: 30px;
}

@media screen and (max-width: 768px) {
    .contact-confirm-btn {
        display: flex;
        justify-content: center;
        align-items: center;
    
        width: calc(100vw * 210 / 750);
        height: calc(100vw * 60 / 750);

        border-radius: calc(100vw * 30 / 750);
    }
}
*/

/* contact confirm ----------------------------------------- */

.contact-confirm-form {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;

    padding-bottom: 49px;

    width: 100vw;
}

@media screen and (max-width: 768px) {
    .contact-confirm-form {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: calc(100vw * 50 / 750);
    
        padding-bottom: calc(100vw * 60 / 750);
    
        width: 100vw;
    }
}

.contact-confirm {    
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: left;
    column-gap: 0;
    row-gap: 0;

    width: 800px;

    margin-top: 40px;

    padding: 50px 110px; 

    border-radius: 20px;

    font-size: 15px;
}

@media screen and (max-width: 768px) {
    .contact-confirm {    
        display: flex;
        flex-direction: column;
        justify-content: left;
        align-items: left;
        column-gap: 0;
        row-gap: 0;

        width: calc(100vw * 650 / 750);
    
        margin-top: calc(100vw * 60 / 750);
    
        padding: calc(100vw * 60 / 750) calc(100vw * 45 / 750);
    
        border-radius: calc(100vw * 20 / 750);
    
        font-size: calc(100vw * 28 / 750);
    }
}

.contact-confirm-space {
    width: 100%;
    height: 24px;
}

@media screen and (max-width: 768px) {
    .contact-confirm-space {
        width: 100%;
        height: calc(100vw * 40 / 750);
    }
}

.contact-confirm-param {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

    gap: 10px;
}

@media screen and (max-width: 768px) {
    .contact-confirm-param {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: calc(100vw * 20 / 750);
    }
}

.contact-confirm-navigation {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    column-gap: 40px;

    padding-bottom: 300px;
}

@media screen and (max-width: 768px) {
    .contact-confirm-navigation {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        column-gap: calc(100vw * 20 / 750);

        padding-bottom: calc(100vw * 50 / 750);
    }
}

/* contact complete ----------------------------------------- */

.contact-complete {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    margin: 40px 0;
}

@media screen and (max-width: 768px) {
    .contact-complete {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    
        margin: calc(100vw * 40px / 750) 0;
    }
}

.contact-complete img {
    width: 231.68px;
    height: 240px;
}

@media screen and (max-width: 768px) {
    .contact-complete img {
        width: calc(100vw * 288.21 / 750);
        height: calc(100vw * 298.56 / 750);
    }
}

/*btn
.contact-confirm-cancel-btn {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 216px;
    height: 30px;

    border-radius: 30px;
}

@media screen and (max-width: 768px) {
    .contact-confirm-cancel-btn {
        display: flex;
        justify-content: center;
        align-items: center;

        width: calc(100vw * 324 / 750);
        height: calc(100vw * 44 / 750);

        border-radius: calc(100vw * 30 / 750);
    }
}
*/

/* admissionguide ----------------------------------------- */

.admissionguide-table tr {
    border-bottom: 1px solid #999999;
}

.admissionguide-table th {
    background-color: #EDEDED;
}


/* kosodate ----------------------------------------- */

.header-kosodate {
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;

    width: 100%;
    height: 662px;

    padding: 50px 50px 80px 50px;

    margin-top: 50px;
    margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
    .header-kosodate {
        position: relative;
    
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: calc(100vw * 40 / 750);
    
        width: 100%;
        height: calc(100vw * 986 / 750);
    
        padding: calc(100vw * 50 / 750) calc(100vw * 50 / 750) calc(100vw * 80 / 750) calc(100vw * 50 / 750);
    
        margin-top: 0px;
        margin-bottom: calc(100vw * 100 / 750);
    }
}

.header-kosodate-keyvisual-container {
 
    width: 100%;
 
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 1180px;
    height: 400px;
    overflow: hidden;

    border-radius: 40px;
}

@media screen and (max-width: 768px) {
    .header-kosodate-keyvisual-container {
 
        width: 100%;
     
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: calc(100vw * 650 / 750);
        height: calc(100vw * 674 / 750);
        overflow: hidden;
    
        border-radius: calc(100vw * 40 / 750);
    }
}

.header-kosodate-keyvisual-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .header-kosodate-keyvisual-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.header-kosodate-title {
    /*position: absolute;*/

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    
    top: 76px;

    width: 180px;
    height: 102px;
}

@media screen and (max-width: 768px) {
    .header-kosodate-title {
        width: calc(100vw * 330 / 750);
        height: calc(100vw * 150 / 750);
    }
}

.header-kosodate-logo {
    position: absolute;

    top: 606px;

    width: 99px;
    height: 85px;
}

@media screen and (max-width: 768px) {
    .header-kosodate-logo {
        position: absolute;
    
        top: calc(100vw * 931 / 750);
    
        width: calc(100vw * 110 / 750);
        height: calc(100vw * 113.95 / 750);
    }
}

.main-abstract-kosodate {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;

    margin-bottom: 40px;

    text-align: center;
}

@media screen and (max-width: 768px) {
    .main-abstract-kosodate {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: calc(100vw * 60 / 750);
    
        margin-bottom: calc(100vw * 60 / 750);
    
        text-align: left;
    }
}

.main-abstract-title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

@media screen and (max-width: 768px) {
    .main-abstract-title {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: calc(100vw * 24 / 750);
    }
}

.main-abstract-title img {
    width: 244px;
    height: 24px;
}

@media screen and (max-width: 768px) {
    .main-abstract-title img {
        width: calc(100vw * 400 / 750);
        height: calc(100vw * 40 / 750);
    }
}

.kosodate-newsletter-section {
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

    width: 900px;
    min-height: 60px;

    margin-bottom: 40px;

    border-radius: 20px;
}

@media screen and (max-width: 768px) {
    .kosodate-newsletter-section {
        position: relative;

        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    
        width: calc(100vw * 650 / 750);

        margin-bottom: calc(100vw * 40 / 750);

        border-radius: calc(100vw * 20 / 750);
    }
}

h2.section-kosodate-newsletter-title {
    position: relative;

    top: -30px;

    display: flex;
    justify-content: center;
    align-items: center;

    width: 270px;
    height: 60px;

    padding: 0 25px;

    border-radius: 50px;
}

@media screen and (max-width: 768px) {
    h2.section-kosodate-newsletter-title {
        position: relative;
    
        top: calc(100vw * -40 / 750);
    
        display: flex;
        justify-content: center;
        align-items: center;
    
        width: calc(100vw * 380 / 750);
        height: calc(100vw * 80 / 750);
    
        /*padding: calc(100vw * 10 / 750) calc(100vw * 55 / 750);*/
    
        border-radius: calc(100vw * 50 / 750);
    }
}

/*
.section-kosodate-newsletter-title img {
    height: 24px;
}

@media screen and (max-width: 768px) {
    .section-kosodate-newsletter-title img {
        height: 36px;
    }
}
*/

.kosodate-newsletter-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;

    width: 760px;

    padding-top: 0;
    padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .kosodate-newsletter-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: calc(100vw * 30 / 750);
    
        width: calc(100vw * 650 / 750);
    
        padding-top: 0;
        padding-bottom: calc(100vw * 20 / 750);
    }
}

.kosodate-newsletter-date-thumb {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

@media screen and (max-width: 768px) {
    .kosodate-newsletter-date-thumb {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: calc(100vw * 30 / 750);    
    }
}

.kosodate-newsletter-thumb {
    width: 760px;
    height: 505.18px;
}

@media screen and (max-width: 768px) {
    .kosodate-newsletter-thumb {
        width: calc(100vw * 530 / 750);
        height: calc(100vw * 352.29 / 750);
    }
}

.kosodate-newsletter-download {
    margin: 30px 0;
}

@media screen and (max-width: 768px) {
    .kosodate-newsletter-download {
        margin: calc(100vw * 30 / 750) 0;
    }
}

/*btn
.kosodate-newsletter-download-btn {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 216px;
    height: 30px;

    border-radius: 30px;
}

@media screen and (max-width: 768px) {
    .kosodate-newsletter-download-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        
        width: calc(100vw * 324 / 750);
        height: calc(100vw * 44 / 750);

        border-radius: calc(100vw * 30 / 750);
    }
}
*/

.kosodate-newsletter-past {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

@media screen and (max-width: 768px) {
    .kosodate-newsletter-past {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: calc(100vw * 20 / 750);
    }
}

/*
.kosodate-newsletter-past-title {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 270px;
    height: 40px;
    
    border-radius: 30px;
}

@media screen and (max-width: 768px) {
    .kosodate-newsletter-past-title {
        display: flex;
        justify-content: center;
        align-items: center;
    
        width: calc(100vw * 324 / 750);
        height: calc(100vw * 60 / 750);
        
        border-radius: calc(100vw * 30 / 750);
    }
}
*/

.kosodate-newsletter-past-title img {
    height: 16px;
}

@media screen and (max-width: 768px) {
    .kosodate-newsletter-past-title img {
        height: calc(100vw * 24 / 750);
    }
}

.kosodate-space {
    width: 100%;
    height: 40px;
}

@media screen and (max-width: 768px) {
    .kosodate-space {
        width: 100%;
        height: calc(100vw * 60 / 750);
    }
}

.kosodate-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;

    width: 900px;

    padding-top: calc(60px + 30px);
    padding-bottom: 50px;

    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

@media screen and (max-width: 768px) {
    .kosodate-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: calc(100vw * 20 / 750);
    
        width: calc(100vw * 650 / 750);
    
        padding-top: calc(100vw * (80 + 30) / 750);
        padding-bottom: calc(100vw * 50 / 750);

        border-top-left-radius: calc(100vw * 40 / 750);
        border-top-right-radius: calc(100vw * 40 / 750);
        border-bottom-left-radius: calc(100vw * 20 / 750);
        border-bottom-right-radius: calc(100vw * 20 / 750);    }
}

.kosodate-content-table-pc {
    display: block;
}

@media screen and (max-width: 768px) {
    .kosodate-content-table-pc {
        display: none;
    }
}

.kosodate-content-table-sp {
    display: none;
}

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

.comment {
    width: 760px;
}

@media screen and (max-width: 768px) {
    .comment {
        width: calc(100vw * 560 / 750);
    }
}


.comment-list {
    width: 760px;
}

@media screen and (max-width: 768px) {
    .comment-list {
        width: calc(100vw * 560 / 750);

        margin-left: calc(100vw * 28 / 750);
    }
}

tr {
    height: 40px;
}

@media screen and (max-width: 768px) {
    tr {
        height: 40px;
    }
}

.width-125-193 {
    width: 125px;
}

@media screen and (max-width: 768px) {
    .width-125-193 {
        width: calc(100vw * 193 / 750);
    }    
}

.width-126 {
    width: 126px;
}

.width-130 {
    width: 130px;
}

.width-140 {
    width: 140px;
}

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

        width: 140px;
    }    
}

.width-150 {

    width: 150px;
}

@media screen and (max-width: 768px) {
    .width-150 {
        width: calc(100vw * 150 / 750);
    }    
}

.width-160 {
    width: 161px;
}

@media screen and (max-width: 768px) {
    .width-160 {
        width: calc(100vw * 160 / 750);
    }    
}

.width-163 {
    width: 163px;
}

@media screen and (max-width: 768px) {
    .width-163 {
        width: calc(100vw * 163 / 750);
    }    
}

.width-230 {
    width: 230px;
}

@media screen and (max-width: 768px) {
    .width-230 {
        width: 230px;
    }    
}

.width-230 {
    width: 230px;
}

@media screen and (max-width: 768px) {
    .width-230 {
        width: 230px;
    }    
}

.width-244 {
    width: 244px;
}

@media screen and (max-width: 768px) {
    .width-244 {
        width: 244px;
    }
}

.width-375-580 {
    width: 375px;
}

@media screen and (max-width: 768px) {
    .width-375-580 {
        width: calc(100vw * 580 / 750);
    }
}

.width-410 {
    width: 410px;
}

@media screen and (max-width: 768px) {
    .width-410 {
        width: calc(100vw * 410 / 750);
    }
}

.width-580 {
    width: 580px;
}

@media screen and (max-width: 768px) {
    .width-580 {
        width: calc(100vw * 580 / 750);
    }
}

.width-748-560 {
    width: 748px;
}

@media screen and (max-width: 768px) {
    .width-748-560 {
        width: calc(100vw * 560 / 750);
    }
}

.width-760-auto {
    width: 760px;
}

@media screen and (max-width: 768px) {
    .width-760-auto {
        width: auto;
    }
}

.width-800 {
    width: 800px;
}

@media screen and (max-width: 768px) {
    .width-800 {
        width: calc(100vw * 800 / 750);
    }
}

.width-800-650 {
    width: 800px;
}

@media screen and (max-width: 768px) {
    .width-800-650 {
        width: calc(100vw * 650 / 750);
    }
}

.width-800-750 {
    width: 800px;
}

@media screen and (max-width: 768px) {
    .width-800-750 {
        width: calc(100vw * 750 / 750);
    }
}

.width-1280-650 {
    width: 1280px;
}

@media screen and (max-width: 768px) {
    .width-1280-650 {
        width: calc(100vw * 650 / 750);
    }
}

.height-14 {
    height: 14px;
}

.height-40 {
    height: 40px;
}

@media screen and (max-width: 768px) {
    .height-40 {
        height: 40px;
    }
}

.height-66 {

    height: 66px;
}

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

        height: 66px;
    }
}

.height-70-120 {
    height: 70px;
}

@media screen and (max-width: 768px) {
    .height-70-120 {

        height: calc(100vw * 120 / 750);
    }
}

.height-70-192 {
    height: 70px;
}

@media screen and (max-width: 768px) {
    .height-70-192 {
        height: calc(100vw * 192 / 750);
    }    
}

.height-134 {
    height: 134px;
}

@media screen and (max-width: 768px) {
    .height-134 {
        height: 134px;
    }    
}


.kosodate-content-detail {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 760px;
}

@media screen and (max-width: 768px) {
    .kosodate-content-detail {

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: calc(100vw * 560 / 750);
    }
}

.kosodate-content-detail h3 {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .kosodate-content-detail h3 {
        width: 100%;
    }
}

.kosodate-content-detail p {
    width: 100%;

    padding: 20px;
}

@media screen and (max-width: 768px) {
    .kosodate-content-detail p {
        width: 100%;
    
        padding: calc(100vw * 20 / 750);
    }
}

.kosodate-content-detail-map-address {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;

    width: 100%;

    padding-top: 30px;
    padding-bottom: 20px;
}

.kosodate-content-detail-address {
    padding: 0 !important;
}

/* circle ----------------------------------------- */
/*
:root {
    --design-width: 750;
    --design-height: 1624.999;
}

.balloon {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    margin-bottom: -1px;
}

.balloon-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.balloon-layer-a {
    z-index: 3;
    overflow: hidden;
    clip-path: ellipse(
        calc(var(--ellipse-width) / 2 * 100vw / var(--design-width))
        calc(var(--ellipse-height) / 2 * 100vh / var(--design-height))
        at calc(var(--cx) * 100vw / var(--design-width))
           calc(var(--cy) * 100vh / var(--design-height))
    );
}

.balloon-layer-a-clip {
    --ellipse-width: 1400;
    --ellipse-height: 1400;
    --cx: 375;
    --cy: 2000;
}

.balloon-layer-a-title-clip {
    --ellipse-width: 1156;
    --ellipse-height: 1156;
    --cx: 375;
    --cy: var(--design-height);
}

.balloon-layer-b {
    z-index: 2;
    overflow: hidden;
    clip-path: ellipse(
        calc(var(--ellipse-width) / 2 * 100vw / var(--design-width))
        calc(var(--ellipse-height) / 2 * 100vh / var(--design-height))
        at calc(var(--cx) * 100vw / var(--design-width))
           calc(var(--cy) * 100vh / var(--design-height))
    );
}

.balloon-layer-b-clip {
    --ellipse-width: 1500;
    --ellipse-height: 1500;
    --cx: 375;
    --cy: 950;
}

.balloon-layer-b-title-clip {
    --ellipse-width: 1100;
    --ellipse-height: 1100;
    --cx: 375;
    --cy: 950;
}

.balloon-layer-b img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.balloon-layer-c {
    z-index: 1;
}

.balloon-layer-a .balloon-content {
    position: absolute;
    top: 62.5%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    color: white;
    opacity: 1;
    padding: 0 calc(100vw * 120 / 750)
}

.balloon-title {
    top: 75% !important;
}

.balloon-layer-title-b img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.balloon.title .balloon-layer-a {
    background-color: #FE6786;
}

.balloon.title .balloon-layer-c {
    background-color: #EAEAEA;
}

.balloon.section1 .balloon-layer-a {
    background-color: #FFB020;
}

.balloon.section1 .balloon-layer-c {
    background-color: #FE6786;
}

.balloon.section2 .balloon-layer-a {
    background-color: #7ECA2A;
}

.balloon.section2 .balloon-layer-c {
    background-color: #FFB020;
}

.balloon.section3 .balloon-layer-a {
    background-color: #FE6786;
}

.balloon.section3 .balloon-layer-c {
    background-color: #7ECA2A;
}

.balloon.section4 .balloon-layer-a {
    background-color: #FFB020;
}

.balloon.section4 .balloon-layer-c {
    background-color: #FE6786;
}

.balloon-bg {
    width: 100vw;
    height: calc(100vw * 138 / 750);
    overflow: hidden;
    z-index: 1;
}

.balloon-fg {
    width: 100%;
    height: 100%;
    clip-path: circle(calc(100vw * 1156 / 2 / 750) at 50% calc(100vw * 1156 / 2 / 750));
    z-index: 2;
}

*/

#circle-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;

    background-color: #EAEAEA;
  }

  .circle {
    position: absolute;
    width: 100dvw;
    height: 100dvh;
    clip-path: circle(0% at 50% 120%);
  }

  .circle-title-1 {
    position: absolute;
    width: 100dvw;
    height: 100dvh;
    clip-path: ellipse(138.5% 70.6% at 50% 92.3%);
  }

  .circle-title-2 {
    position: absolute;
    width: 100dvw;
    height: 100dvh;
    clip-path: ellipse(88.4% 45.0% at 50% 107.1%);
  }

  .circle-title-content {
      position: absolute;
      top: 72.8dvh;
      width: 100%;
      color: white;
      opacity: 1;
      padding: 0 calc(100vw * 120 / 750)
  }

  .circle-end {
    position: absolute;
    width: 100dvw;
    height: 100dvh;
    clip-path: circle(40% at 50% 135%);
  }

  .circle-content-2,
  .circle-content-3,
  .circle-content-4,
  .circle-content-5 {
      position: absolute;
      top: 50%;
      width: 100%;
      text-align: center;
      transform: translateY(-50%);
      color: white;
      opacity: 1;
      padding: 0 calc(100vw * 120 / 750)
  }

  .layer-1 img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }

  .layer-2 {
      background-color: #FE6786;
  }

  .layer-3 img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }

  .layer-4 {
      background-color: #ED9900;
  }

  .layer-5 img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }

  .layer-6 {
      background-color: #7eca2a;
  }

  .layer-7 img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
  
  .layer-8 {
      background-color: #FE6786;
  }

  .layer-9 img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }

  .layer-10 {
      background-color: #ED9900;
  }

  .layer-11 {
      background-color: #FFFFFF;
  }

/* Google Map iframe */
.google-map-iframe {
    width: 580px;
    height: 380px;
    border: 1px solid #999999;
    border-radius: 12px;
}

@media screen and (max-width: 768px) {
    .google-map-iframe {
        width: calc(100vw * 580 / 750);
        height: calc(100vw * 380 / 750);
    }
}

/* セレクトボックスのセンタリング表示 */
.centered-select {
  text-align: center !important;
  text-align-last: center !important;
  -webkit-text-align-last: center !important;
  -moz-text-align-last: center !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

.centered-select option {
  text-align: center !important;
  direction: ltr !important;
  background-color: #ffffff !important;
  color: #000000 !important;
  padding: 8px 16px !important;
  font-size: inherit !important;
}

/* より強制的なセンタリング */
#type {
  text-align: center !important;
  text-align-last: center !important;
  -webkit-text-align-last: center !important;
  -moz-text-align-last: center !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  background-size: 16px !important;
}

#type option {
  text-align: center !important;
  direction: ltr !important;
  background-color: #ffffff !important;
  color: #000000 !important;
  padding: 8px 16px !important;
  font-size: inherit !important;
}

/* select要素のドロップダウンメニューのセンタリング */
select {
  text-align: center !important;
  text-align-last: center !important;
  -webkit-text-align-last: center !important;
  -moz-text-align-last: center !important;
}

select option {
  text-align: center !important;
  direction: ltr !important;
  background-color: #ffffff !important;
  color: #000000 !important;
  padding: 8px 16px !important;
  font-size: inherit !important;
}

/* Webkit系ブラウザでのセンタリング */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .centered-select,
  #type {
    text-align: center !important;
    text-align-last: center !important;
    -webkit-text-align-last: center !important;
  }
  
  .centered-select option,
  #type option {
    text-align: center !important;
    direction: ltr !important;
    background-color: #ffffff !important;
    color: #000000 !important;
    padding: 8px 16px !important;
  }
}

/* Firefox用のセンタリング */
@-moz-document url-prefix() {
  .centered-select,
  #type {
    text-align: center !important;
    text-align-last: center !important;
    -moz-text-align-last: center !important;
  }
  
  .centered-select option,
  #type option {
    text-align: center !important;
    direction: ltr !important;
    background-color: #ffffff !important;
    color: #000000 !important;
    padding: 8px 16px !important;
  }
}

/* Safari用のセンタリング */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  _::-webkit-full-page-media, _:future, :root .centered-select,
  _::-webkit-full-page-media, _:future, :root #type {
    text-align: center !important;
    -webkit-text-align-last: center !important;
  }
  
  _::-webkit-full-page-media, _:future, :root .centered-select option,
  _::-webkit-full-page-media, _:future, :root #type option {
    text-align: center !important;
    direction: ltr !important;
    background-color: #ffffff !important;
    color: #000000 !important;
    padding: 8px 16px !important;
  }
}

/* 追加の強制的なオプションスタイル */
.contact-param select option {
  text-align: center !important;
  direction: ltr !important;
  background-color: #ffffff !important;
  color: #000000 !important;
  padding: 8px 16px !important;
  font-size: inherit !important;
}

/* スマートフォン用のオプションスタイル */
@media screen and (max-width: 768px) {
  .centered-select option,
  #type option,
  .contact-param select option {
    text-align: center !important;
    direction: ltr !important;
    background-color: #ffffff !important;
    color: #000000 !important;
    padding: 8px 16px !important;
    font-size: inherit !important;
  }
}

/* 強制的なドロップダウンセンタリング */
select:focus option,
select:active option {
  text-align: center !important;
  direction: ltr !important;
  background-color: #ffffff !important;
  color: #000000 !important;
  padding: 8px 16px !important;
  font-size: inherit !important;
}

/* selectのドロップダウンメニューを強制的にセンタリング */
select[id="type"] {
  text-align: center !important;
  text-align-last: center !important;
  -webkit-text-align-last: center !important;
  -moz-text-align-last: center !important;
  position: relative !important;
}

select[id="type"] option {
  text-align: center !important;
  direction: ltr !important;
  background-color: #ffffff !important;
  color: #000000 !important;
  padding: 8px 16px !important;
  font-size: inherit !important;
  text-indent: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* 全ブラウザ対応のオプションセンタリング */
select option[selected] {
  text-align: center !important;
  direction: ltr !important;
  background-color: #ffffff !important;
  color: #000000 !important;
  padding: 8px 16px !important;
  font-size: inherit !important;
}

/* より強制的なセンタリング */
.contact-param select[id="type"] {
  text-align: center !important;
  text-align-last: center !important;
  -webkit-text-align-last: center !important;
  -moz-text-align-last: center !important;
  font-family: inherit !important;
}

.contact-param select[id="type"] option {
  text-align: center !important;
  direction: ltr !important;
  background-color: #ffffff !important;
  color: #000000 !important;
  padding: 8px 16px !important;
  font-size: inherit !important;
  font-family: inherit !important;
  text-indent: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

/* Internet Explorer用のセンタリング */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .centered-select option,
  #type option,
  .contact-param select option {
    text-align: center !important;
    direction: ltr !important;
    padding: 8px 16px !important;
  }
}

/* カスタムドロップダウンスタイル */
.custom-select-container {
  position: relative;
  width: 100%;
}

.custom-select {
  position: relative;
  width: 100%;
  height: 70px;
  background-color: #ffffff;
  border-radius: 10px;
  cursor: pointer;
  border: none;
  font-size: 16px;
  font-family: inherit;
}

.custom-select-selected {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 17px 14px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
}

.custom-select-selected:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
}

.custom-select-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #e0e0e0;
  z-index: 9999;
  display: none;
  max-height: none;
  overflow-y: visible;
}

.custom-select-options.show {
  display: block;
}

.custom-select-option {
  padding: 12px 16px;
  text-align: center;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
  font-size: 16px;
  font-family: inherit;
  transition: background-color 0.2s;
}

.custom-select-option:hover {
  background-color: #f5f5f5;
}

.custom-select-option:last-child {
  border-bottom: none;
}

.custom-select-option.selected {
  background-color: #e3f2fd;
  color: #1976d2;
}

/* スマートフォン用のカスタムドロップダウン */
@media screen and (max-width: 768px) {
  .custom-select {
    height: calc(100vw * 100 / 750);
  }
  
  .custom-select-selected {
    padding: calc(100vw * 29.5 / 750) calc(100vw * 20 / 750);
    border-radius: calc(100vw * 10 / 750);
    border: 1px solid #e0e0e0;
    justify-content: center;
    text-align: center;
  }
  
  .custom-select-options {
    border-radius: calc(100vw * 10 / 750);
    border: 1px solid #e0e0e0;
  }
  
  .custom-select-option {
    padding: calc(100vw * 20 / 750) calc(100vw * 16 / 750);
    font-size: calc(100vw * 28 / 750);
  }
}

@media screen and (max-width: 768px) {
  .choices[data-type*="select-one"] .choices__inner {
    text-align: center;
  }
  
  .choices__list--single .choices__item {
    text-align: center;
  }
  
  .choices__list--dropdown .choices__item {
    text-align: center;
  }
  
  .centered-item-choice {
    text-align: center;
    justify-content: center;
  }
  
  .centered-item-selectable {
    text-align: center;
    justify-content: center;
  }
}
