/* common ----------------------------------------- */

html {
    font-size: 100%;
}
body{
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400; 
    font-style: normal;
    
    line-height: 1.7;
    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;
}

/* フォント */

.font-zenmaru {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500; /* bold標準 */
    font-style: normal;
    letter-spacing: 0.07em;
}

.font-underline {
    text-decoration: underline;
}

.font-regular {
    font-weight: 400;
}
  
.font-semibold {
    font-weight: 500;
}

.font-bold {
    font-weight: 700;
}

.font-green {
    color: #7ECA2A;
}

.font-orange {
    color: #FFB020;
}

.font-pink {
    color: #FE6786;
}

.font-gray {
    color: #8A8A8A;
}

.font-blue {
    color: #00387D;
}

.font-brown {
    color: #5B4A39;
}

.font-white {
    color: #FFFFFF;
}

.font-red {
    color: #FF0000;
}

.font-theme {
    color: #5B4A39;
}

.font-theme:visited {
    color: #5B4A39;
}

.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-13-20 {
    font-size: 13px;
}

@media screen and (max-width: 768px) {
    .font-13-20 {
        font-size: calc(100vw * 20 / 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-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-16-24 {
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .font-16-24 {
        font-size: calc(100vw * 24 / 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);
    }
}

@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-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-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-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-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-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-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-590 {
    width: 590px;
}
@media screen and (max-width: 768px) {
    .width-590 {
        width: 100%;
    }
}

.width-760 {
    width: 760px;
}
@media screen and (max-width: 768px) {
    .width-760 {
        width: 100%;
    }
}

.wrapper {
    max-width: 100%;
    margin: auto;

    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-center-sp {
    text-align: left;
}

@media screen and (max-width: 768px) {
    .align-center-sp {
        text-align: center;
    }
}

/* 行間 */

.line-120-120 {
    line-height: 1.2;
}

@media screen and (max-width: 768px) {
    .line-120-120 {
        line-height: 1.2;
    }
}

.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-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-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-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;
    }
}

/* ボーター */

hr {
    border-top-style: solid;
    width: 100%;
    height: 1px;
    border-width: 1px;
}

@media screen and (max-width: 768px) {
    hr {
        border-top-style: solid;
        width: 100%;
        height: calc(100vw * 2 / 750);
        border-width: 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-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-normal {
        border-width: 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: #B1B1B1 !important;
}

.border-color-light-gray {
    border-color: #CACACA !important;
}

.border-color-brown {
    border-color: #8C7258 !important;
}

.border-theme {
    border-color: #5B4A39 !important;
}

/* 背景色 */

.bg-theme {
    background-color: #EAEAEA;
}

.bg-theme-contact {
    background-color: #EAEAEA;
}

@media screen and (max-width: 768px) {
    .bg-theme-contact {
        background-color: #FFFFFF;
    }
}

.bg-green {
    background-color: #7ECA2A;
}

.bg-orange {
    background-color: #ED9900;
}

.bg-pink {
    background-color: #FE6786;
}

.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: #92CBD8;
}

.bg-yellow {
    background-color: #F6EA00;
}

.bg-gray {
    background-color: #808080;
}

.bg-cream {
    background-color: #FFF0D0;
}

.bg-brown {
    background-color: #807258;
}

.bg-dark-brown {
    background-color: #5B4A39;
}

.bg-light-gray {
    background-color: #CACACA;
}

.bg-light-light-gray {
    background-color: #E8E8E8;
}

.bg-navi {
    background-color: #00387D;
}

.bg-beige {
    background-color: #F0EDE9;
}

.bg-dark-brown {
    background-color: #5B4A39;
}

/* ボタン */

.btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
}

.btn-nav {
    flex-direction: row;
    justify-content: space-between;

    padding: 0 10px;
}

@media screen and (max-width: 768px) {
    .btn-nav {
        flex-direction: row;
        justify-content: center;

        padding: 0 calc(100vw * 0 / 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-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-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-60 {
    width: 210px;
    height: 50px;

    border-radius: 30px;
}

@media screen and (max-width: 768px) {
    .btn-210-50-210-60 {
        width: calc(100vw * 210 / 750);
        height: calc(100vw * 60 / 750);    

        border-radius: calc(100vw * 30 / 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-20-30 {
    padding: 20px 0;
}

@media screen and (max-width: 768px) {
    .padding-20-30 {
        padding: calc(100vw * 30 / 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;
    }
}

@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-5-10 {
    gap: 5px !important;
}

@media screen and (max-width: 768px) {
    .gap-5-10 {
        gap: calc(100vw * 10 / 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-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-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-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-40 {
    gap: 40px !important;
}

@media screen and (max-width: 768px) {
    .gap-40-40 {
        gap: calc(100vw * 40 / 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-60 {
    gap: 50px !important;
}

@media screen and (max-width: 768px) {
    .gap-50-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;
    }
}

/* keen-slider ----------------------------------------- */

.slider-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .slider-block {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;    
    }
}

/* スライダーのコンテナを560px x 344pxに固定 */
.keen-slider {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

@media screen and (max-width: 768px) {
    .keen-slider {
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        border-radius: 20px;
    }
}

/* 各スライドを全体に表示する */
.keen-slider__slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
}

/* 画像をスライドの大きさに収めるための例（必要に応じて調整） */
.keen-slider__slide img {
    object-fit: cover;
    border-radius: 20px;
}

@media screen and (max-width: 768px) {
    .keen-slider__slide img {
        object-fit: cover;    
        border-radius: 20px;
    }
}

.slider-img-560 {
    width: 560px;
    height: auto;
}

@media screen and (max-width: 768px) {
    .slider-img-560 {
        width: calc(100vw * 560 / 750);
        height: auto;
    }
}

.slider-img-650 {
    width: 650px;
    height: auto;
}

@media screen and (max-width: 768px) {
    .slider-img-650 {
        width: calc(100vw * 650 / 750);
        height: auto;
    }
}

/* ドットのコンテナ */
.dots {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;    
}

@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: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: gray;
    margin: 0;
    cursor: pointer;
}

@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: gray;
        margin: 0;
        cursor: pointer;
    }
}

/* アクティブなドットのスタイル */
.dot.active {
    background-color: #FFB020;
}

.slider-dot-orange .dot.active {
    background-color: #FFB020;
}
.slider-dot-green .dot.active {
    background-color: #7ECA2A;
}
.slider-dot-pink .dot.active {
    background-color: #FE6786;
}


/* キャプション(タイトルテキスト)部分 */
.slider-caption {
    width: 560px;
    margin: 10px auto 0;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .slider-caption {
        width: calc(100vw * 560 / 750);
        margin: 0; 
        text-align: center;
    }
}

/* nav ----------------------------------------- */

.nav-overlay {
    position: fixed;

    top: 0px;
    left: 0px;

    visibility: hidden;
    transition: visibility 0.5s;

    width: 100vw;
    height: 100vw;

    z-index: 1000;
}

@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: 1000;
    }
}

.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;
    gap: 30px;

    background-color: #EAEAEA;

    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.25);

    top: -610px;
    left: 0px;

    width: 100%;
    height: 610px;

    padding-top: 26px;
    padding-bottom: 39px;

    transition: top 0.5s ease;

    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;
}

@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: row;
        justify-content: flex-start;
        align-items: center;

        gap: calc(100vw * 57.05 / 750);

        width: calc(100vw * 650 / 750);
        height: calc(100vw * 289.83 / 750);
    }
}


img.nav-header-logo-sp {
    display: none;
}

@media screen and (max-width: 768px) {
    img.nav-header-logo-sp {
        display: block;
        width: calc(100vw * 378.95 / 750);
        height: calc(100vw * 146.35 / 750);
    }
}

img.nav-logo {
    width: 99px;
    height: 88px;
}

@media screen and (max-width: 768px) {
    img.nav-logo {
        width: calc(100vw * 187 / 750);
        height: calc(100vw * 166 / 750);
    }
}

.nav-container {

    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 {
        display: flex;
        flex-direction: column;

        height: auto;
    }
}

.nav-sitemap {
    display: flex;
    flex-direction: column;

    height: 360px;
}

@media screen and (max-width: 768px) {
    .nav-sitemap {
        display: flex;
        flex-direction: column;

        height: auto;
    }
}

.nav-header-image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;

    width: 225px;
    height: 180px;

    border-radius: 20px;

    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .nav-header-image {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    
        width: calc(100vw * 650 / 750);
        height: calc(100vw * 78 / 750);
    
        border-radius: calc(100vw * 50 / 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-image {
    width: 225px;
    height: 180px;

    border-radius: 20px;
}

@media screen and (max-width: 768px) {
    .nav-image {
        display: none;
    }
}

.nav-sitemap ul {
    list-style-type: none;
    margin-top: 20px;
    margin-bottom: 32px;
    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: 28px;
    margin-bottom: 4px;
}

@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-noborder {
    border-width: 0px !important;
}

.nav-sitemap li::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    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');
}

@media screen and (max-width: 768px) {
    .nav-sitemap 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-sitemap li a {        
        width: 100%;
    }
}

.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: 1080px;

    margin-top: 16px;
}

@media screen and (max-width: 768px) {
    .nav-footer-pc {
        display: none;
    }
}

.nav-footer-links {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

@media screen and (max-width: 768px) {
    .nav-footer-links {
        display: none;
    }
}

.nav-footer-links ul {
    display: flex;
    gap: 20px;

    list-style-type: none;
    padding: 0;
}

@media screen and (max-width: 768px) {
    .nav-footer-links ul {
        display: flex;
        gap: calc(100vw * 40 / 750);

        list-style-type: none;
        margin-right: calc(100vw * 40 / 750);
        padding: 0;
    }
}

.nav-footer-links li {
    padding-right: 20px;

    border-right: 1px solid #5B4A39;
}

@media screen and (max-width: 768px) {
    .nav-footer-links li {
        border-right: 0px solid #5B4A39;
    }
}

.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;

        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;
        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 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;
    }
}

.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 * 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);
    }
}

.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-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: 40px 0;
}

@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;
        margin-top: 4.0dvh;
    }
}

.top-header-container-pc {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

    width: 968px;
    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 {
}

/* ----------------------------------------- */

.top-header-nav-container {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    gap: 20px;

    padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .top-header-nav-container {
        display: none;
    }
}

.top-header-nav {
    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%;
}

@media screen and (max-width: 768px) {
    .top-header-nav ul {
        display: none;
    }
}

.top-header-nav li {
}

@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 {
    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-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; 
    border-radius: 10px; 

    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;
    }
}

.top-sections-sp {
    display: none;
}

@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;

    width: 464px;
    height: 568px;

    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;

        width: calc(100vw * 750 / 750);
        height: auto;
    
        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: 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 {
    width: 132px;
    height: 56px;

    margin: 0;
    padding-bottom: 0;
}

@media screen and (max-width: 768px) {
    .top-news-header {
        width: calc(100vw * 190 / 750);
        height: auto;
    
        margin: 0;
        padding-bottom: calc(100vw * 30 / 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%;

    background-color: white;
}

@media screen and (max-width: 768px) {
    .top-news-navigation {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        
        width: 100%;
    }
}

.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-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;

    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;

    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%;
    }
}

@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 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .footer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.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;
    
        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 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 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;

    padding-top: 50px;
    padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .footer-go-top-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: calc(100vw * 20 / 750);

        width: calc(100vw * 650 / 750);
        height: calc(100vw * 245 / 750);
    
        padding-top: calc(100vw * 50px / 750);
    }
}

.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%;

    display: flex;
    justify-content: center;
    align-items: center;

    padding-top: 40px;
    padding-bottom: 40px;
}

@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: 50px;

    width: 1140px;
}

@media screen and (max-width: 768px) {
    .footer-container {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;

        width: calc(100vw * 650 / 750);
        height: calc(100vw * 621 / 750);
    
    }
}

.footer-left-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .footer-left-container {
        display: none;
    }
}

.footer-logo {
    width: 146px;
    height: 128px;

    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .footer-logo {
        width:  calc(100vw * 434 / 750);
        height: calc(100vw * 386 / 750);
    }    
}

.footer-left-container p {
    width: 100%;

    margin-bottom: 8.65px;
}

@media screen and (max-width: 768px) {
    .footer-left-container p {
        width: 100%;
    }
}

.footer-right-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

    height: 295px;
}

@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: 20px;
}

.footer-sitemap {
    display: block;

    width: 180px;
}

@media screen and (max-width: 768px) {
    .footer-sitemap {
        display: none;
    }
}

.footer-sitemap ul {
    list-style-type: none;

    text-align: center;

    margin-top: 12px;
    padding: 0;
}

@media screen and (max-width: 768px) {
    .footer-sitemap ul {
        display: none;
    }
}

.footer-sitemap li {
    position: relative;
    padding-bottom: 4px;
    margin-bottom: 4px;

    border-bottom: solid 1px #CACACA;
}

@media screen and (max-width: 768px) {
    .footer-sitemap li {
        display: none;
    }
}

.footer-sitemap li::before {
    content: '';
    position: absolute;
    right: 10px;
    top: 4px;
    width: 10px;
    height: 10px;
    background-image: url('images/arrow_s.svg');
    background-size: cover;
}

@media screen and (max-width: 768px) {
    .footer-sitemap li::before {
        display: none;
    }
}


.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-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;
    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%;

    margin-top: 30px;
}

@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);
    }
}

.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: 50px;

    padding: 10px 7px 16px 8px;
    
    z-index: 100;
}

@media screen and (max-width: 768px) {
    .header-nav {
        display: none;
    }
}

.header-nav-logo-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-content: center;

    gap: 10.63px;
}

.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: 40px;
    height: 35px;    
}

.header-nav-logo-jp {
    width: 212px;
    height: 26px;
}

.header-nav-btn-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;
    
        left: calc(100vw * 305 / 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;
}

@media screen and (max-width: 768px) {
    .header-main {
        position: relative;

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        height: auto;

        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%;
        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;
    
        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;
}

@media screen and (max-width: 768px) {
    .main {
        position: relative;

        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    
        width: calc(100vw * 750 / 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: 900px;
}

@media screen and (max-width: 768px) {
    .wrapper-abstract {
        position: relative;

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        width: calc(100vw * 560 / 750);
    }
}

.wrapper-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: 40px;

    width: 900px;
}

@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);
    }
}

.wrapper-wide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    width: 968px;
}

@media screen and (max-width: 768px) {
    .wrapper-wide {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        
        width: calc(100vw * 750 / 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);   
    }
}

.basic-section {
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

    width: 900px;
    min-height: 60px;
}

@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);
    }
}

.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: 17.55px;
}

@media screen and (max-width: 768px) {
    .basic-section-header-space {
        width: calc(100vw * 18.77 / 750);
    }
}

.basic-section-header-toggle {
    width: 17.55px;
    height: 11px;
}

@media screen and (max-width: 768px) {
    .basic-section-header-toggle {
        width: calc(100vw *  29.95 / 750);
        height: calc(100vw * 18.77 / 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-icon {
    transform: rotate(180deg);
    transition: ease all 0.3s;
}

.accordion-icon.active {
    transform: rotate(0deg);
}

.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: center;
}

/* basic ----------------------------------------- */

.basic-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) {
    .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);
    }
}

/* about ----------------------------------------- */

.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;
    }
}

/* 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);    
    }
}

.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);
    }
}

.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%;
    }
}

/* news ----------------------------------------- */

article.news {
    display: grid;
    justify-content: center;
    row-gap: 30px;

    place-items: center;
}

@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;
    gap: 20px;

    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);
    
        padding: 0;
    }
}

.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: #00387D;
}

.news-cat-00 {
    background-color: #75BA80;
}

.news-cat-01 {
    background-color: #F29859;
}

.news-cat-02 {
    background-color: #F09CBB;
}


.news-items {
    display: grid;
    grid-template-columns: 296px 296px 296px;

    width: 968px;

    column-gap: 40px;
    row-gap: 30px;

    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: 296px;
    height: auto;
}

@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;
    
    }
}

.news-thumb {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;

    width: 296px;
    height: 296px;

    border-radius: 20px;

    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: grid;
    gap: 0;
}

.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: 20px;

    padding: 30px 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: 0;
    }
}

.page-numbers {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    
    width: auto;
    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: #FE6786 !important;    
}

@media screen and (max-width: 768px) {
    .current {
        background-color: #FE6786 !important;    
    }
}

.prev {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    background-color: #FFFFFF;
}

@media screen and (max-width: 768px) {
    .prev {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        background-color: #FFFFFF;
    }
}

.next {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    background-color: #FFFFFF;    
}

@media screen and (max-width: 768px) {
    .next {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    
        background-color: #FFFFFF;    
    }
}

.news-pager-button {
    width: 30px;
    height: 30px;
}

@media screen and (max-width: 768px) {
    .news-pager-button {
        width: calc(100vw * 50 / 750);
        height: calc(100vw * 50 / 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;
    height: calc(27px + 217px);

    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);
        height: auto;
        
        text-align: center;
    }
}

/* news article ----------------------------------------- */

.news-article-header {
    display: grid;
    grid-template-columns: 560px;
    grid-template-rows: 34px 14px 14px auto 14px 25px 40px;
    justify-items: center;

    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    .news-article-header {
        display: grid;
        grid-template-columns: calc(100vw * 560 / 750);
        grid-template-rows: calc(100vw * 54 / 750) calc(100vw * 14 / 750) calc(100vw * 14 / 750) auto calc(100vw * 14 / 750) calc(100vw * 30 / 750) calc(100vw * 60 / 750);
        justify-items: center;
        
        margin-bottom: calc(100vw * 60 / 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: 900px;

    padding: 50px 70px;

    border-radius: 20px;
}

@media screen and (max-width: 768px) {
    .news-article {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        
        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 {
    align-self: flex-start;
}

@media screen and (max-width: 768px) {
    .news-article-content {
        align-self: flex-start;
    }
}

.news-article-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;

    width: 760px;
    height: 760px;

    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;

    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);

        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;
    gap: 26.55px;
}

@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: 104.54px;
    height: 104.54px;

    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; 
    }
}

.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: 15px;
}

@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);
    }
}

.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);
    }
}

.news-navigation {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 45px;

    padding: 40px 0 0 0;
}

@media screen and (max-width: 768px) {
    .news-navigation {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: calc(100vw * 35 / 750);
    
        padding: calc(100vw * 60 / 750) 0 0 0;
    }
}

/* news key ----------------------------------------- */

.news-key {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    width: 900px;

    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);
    }
}

.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 ----------------------------------------- */

/* 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: 40px;

    width: 900px;
}

@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;
    row-gap: 30px;

    width: 900px;

    padding: 50px 68.81px; 

    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;
    }
}

.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: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;

    width: 100%;

    border-radius: 0;
}

@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: 169.37px;

    padding-top: 5px;
}

@media screen and (max-width: 768px) {
    .contact-param label {
        width: 100%;

        padding-top: 0;
    }
}

.contact-param input[type="text"] {
    width: 539px;
    height: 44px;

    padding: 10px 15px;

    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: 539px;
    height: 44px;

    padding: 10px 15px;

    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: 539px;
    height: 44px;

    padding: 10px 15px;

    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: 539px;
    height: 175px;

    padding: 10px 15px;

    border-radius: 10px;

    background-color: #FFFFFF;

    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .contact-param textarea {    
        width: 100%;
        height: calc(100vw * 724 / 750);
    
        padding: calc(100vw * 29.5 / 750) calc(100vw * 20 / 750);
    
        border-radius: calc(100vw * 10 / 750);
    
        background-color: #FFFFFF;
    
        box-sizing: border-box;
    }
}

.scroll-box {
    width: 665px;
    height: 140px;
    background-color: #EDEDED;
    overflow-y: scroll;
    padding: 10px;
}

@media screen and (max-width: 768px) {
    .scroll-box {
        width: calc(100vw * 560 / 750);
        height: calc(100vw * 320 / 750);
        background-color: #EDEDED;
        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: #F29859;
    border-radius: 10px;
}

@media screen and (max-width: 768px) {
    .scroll-box::-webkit-scrollbar-thumb {
        background-color: #F29859;
        border-radius: calc(100vw * 10 / 750);
    }
}

.label-accept {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .label-accept {
        display: flex;
        align-items: center;
    }
}

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);
    }
}

/* contact confirm ----------------------------------------- */

.contact-confirm-form {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;

    padding-bottom: 49px;

    width: 900px;
    border-radius: 20px;
}

@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: calc(100vw * 650 / 750);
        border-radius: calc(100vw * 20 / 750);
    }
}

.contact-confirm {    
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: left;
    column-gap: 0;
    row-gap: 0;

    width: 100%;

    margin-top: 40px;

    padding: 50px 68.81px; 

    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: grid;
    grid-template-columns: 150px 580px;
    gap: 32px;
}

@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;
}

@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);
    }
}

/* 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);
    }
}

/* 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 {
    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);
    
        border-radius: calc(100vw * 50 / 750);
    }
}

.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;
    }
}

.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 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-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-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-410 {
    width: 410px;
}

@media screen and (max-width: 768px) {
    .width-410 {
        width: calc(100vw * 410 / 750);
    }
}

.width-760-auto {
    width: 760px;
}

@media screen and (max-width: 768px) {
    .width-760-auto {
        width: auto;
    }
}

.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-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 ----------------------------------------- */

#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;
  }
