@charset "UTF-8";
/* CSS Document */


/* contents-top */

.contents-top {
    width: 100%;
}

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

.contents-top p {
    line-height: 2;
}

.contents-top-wrap {
    width: 100%;
}

/* box-img */

.layout00 .box {
    position: relative;
    overflow: hidden;
}

.layout00 .box img {
    width: 100%;
    height: auto;
    transition: .5s all;
    z-index: -1;
}

.layout00 .box:hover img {
    transform: scale(1.2, 1.2);
    transition: .5s all;
    z-index: -1;
}

.layout00 .box a:hover {
    opacity: 1;
}

/* box-ttile-top */

.box-ttile-top {
    text-align: center;
}

.box-ttile-top h2,
.box-ttile-top h3 {
    font-weight: 800;
    line-height: 1.3;
    z-index: 1;
    position: relative;
    display: inline-block;
    padding: 0px 50px 20px;
    margin-bottom: 60px;
    min-width: 650px;
}

.layout03 .box-ttile-top h2 {
    font-size: 68px;
}

.contents02 .box-ttile-top h3 {
    font-size: 55px;
    margin-bottom: 30px;
}

.contents06 .box-ttile-top h2,
.contents07 .box-ttile-top h2 {
    font-size: 46px;
}

.box-ttile-top h2::before,
.box-ttile-top h3::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: block;
    background-image: url("../../images/top/text-back01.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 50px;
    z-index: -1;
    clip-path: polygon(4% 0%, 100% 0%, 96% 100%, 0% 100%);
    -webkit-clip-path: polygon(4% 0%, 100% 0%, 96% 100%, 0% 100%);
}

.layout03 .box-ttile-top h2::before {
    height: 65px;
}

/* main-img-top */

.main-img-top {
    width: 100%;
}

/* box-movie */

.box-movie {
    width: 100%;
}

.box-movie img,
.box-movie video {
    width: 100%;
    height: auto;
}


/* contents01 */

.contents01 {
    width: 100%;
    padding: 120px 0px 150px;
    background-image: url("../../images/top/back01.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

/* contents02 */

.contents02 {
    width: 100%;
    padding: 120px 0px 150px;
    background-image: url("../../images/top/back04.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.contents02 .box-inner {
    background-color: #FFF;
    border-radius: 35px;
    padding: 100px 0px 120px;
}

.contents02 h4 {
    font-weight: var(--base-weight3);
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 40px;
}

/* contents03 */

.contents03 {
    width: 100%;
    padding: 140px 0px;
    background-color: var(--color-back01);
    position: relative;
    text-align: center;
    margin-top: -3px;
}

.contents03::before,
.contents03::after {
    content: "";
    position: absolute;
    left: 0px;
    display: block;
    width: 98%;
    height: 50%;
    border-style: solid;
    border-width: 25px;
}

.contents03::before {
    top: 0px;
    border-bottom-style: none;
    border-color: var(--color-main);
}

.contents03::after {
    bottom: 0px;
    border-top-style: none;
    border-color: #000;
}

/* contents04 */

.contents04 {
    width: 100%;
    text-align: center;
}

.contents04 .box-ttile {
    width: 100%;
    height: 260px;
    background-image: url("../../images/top/back05.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.contents04 h2,
.contents04 h3 {
    font-weight: var(--base-weight3);
    color: #FFF;
    line-height: 1.2;
}

.contents04 h2 {
    font-size: 50px;
    margin-bottom: 15px;
}

.contents04 h3 {
    font-family: var(--title-font);
}

/* contents05 */

.contents05 {
    width: 100%;
    background-color: var(--color-back01);
    padding: 80px 0px;
}

/* contents06 */

.contents06 {
    width: 100%;
    padding: 100px 0px;
    text-align: center;
}

/* contents07 */

.contents07 {
    width: 100%;
    padding: 120px 0px;
    background-image: url("../../images/top/back07.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-style: solid;
    border-bottom-style: solid;
    border-color: var(--color-main);
    border-width: 17px;
}

/* contents09 */

.contents09 {
    width: 100%;
    background-color: var(--color-main);
    margin-bottom: 70px;
    display: none;
}

/* contents10 */

.contents10 {
    width: 100%;
    height: 760px;
    padding: 70px 0px;
    background-image: url("../../images/top/back08.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
}

/* contents11 */

.contents11 {
    width: 100%;
    padding: 80px 0px 100px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-color: var(--color-main);
    border-width: 17px;
    background-color: var(--color-back01);
    text-align: center;
}

.contents11 h2 img {
    height: 120px;
    width: auto;
}

.contents11 h2 {
    margin-bottom: 40px;
}

/* contents12 */

.contents12 {
    width: 100%;
    padding: 105px 0px;
}

/* contents13 */

.contents13 {
    width: 100%;
    padding: 100px 0px 120px;
    text-align: center;
    border-top-style: solid;
    border-color: var(--color-main);
    border-width: 17px;
}

/* layout01 */

.layout01 {
    position: relative;
    padding-bottom: 80px;
    margin-bottom: 100px;
}

.box-concept,
.layout03 {
    background-color: #FFF;
    border-style: solid;
    border-color: var(--color-back05);
    border-width: 22px;
    border-radius: 90px;
}

.box-concept {
    padding: 100px 0px 270px;
    /*    background-image: url("../../images/top/back02.png");*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: 96% auto;
}

.layout01 h2 {
    font-weight: 800;
    font-size: 68px;
    line-height: 1.3;
    margin-bottom: 60px;
}

.layout01 p {
    font-weight: var(--base-weight3);
    font-size: 22px;
}


/* layout02 */

.layout02 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
}

.layout02 .inner {
    border-style: solid;
    border-color: #ffca22;
    border-width: 12px;
    border-radius: 50px;
    padding: 45px 0px;
    position: relative;
    background-color: #FFF;
}

.layout02 .inner::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    background-image: url("../../images/top/text01.svg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 100%;
    height: 55px;
    margin-top: -62px;
}

.layout02 h6 {
    font-weight: var(--base-weight3);
    font-size: 36px;
    line-height: 1.6;
}

/* layout03 */

.layout03 {
    padding: 100px 0px;
    position: relative;
}

.layout03::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 90px;
    display: block;
    background-image: url("../../images/top/back09.svg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 95% auto;
    width: 100%;
    height: 50%;
}

.layout03 .box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0px 6%;
    text-align: left;
}

.layout03 .box:nth-child(odd) {
    flex-direction: row-reverse;
}

.layout03 .box:not(:last-child) {
    margin-bottom: 30px;
}

.layout03 .box-img {
    width: 48%;
    position: relative;
}

.layout03 .box-img::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 30px;
    display: block;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 100%;
    height: 73px;
    margin-left: -30px;
}

.layout03 .box:nth-child(1) .box-img::before {
    background-image: url("../../images/top/text02.svg");
}

.layout03 .box:nth-child(2) .box-img::before {
    background-image: url("../../images/top/text03.svg");
}

.layout03 .box:nth-child(3) .box-img::before {
    background-image: url("../../images/top/text04.svg");
}

.layout03 .box-img img {
    border-radius: 30px;
}

.layout03 .box-text {
    flex: 1;
    padding-top: 40px;
}

.layout03 h3 {
    font-weight: var(--base-weight3);
    font-size: 36px;
    line-height: 1.2;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    z-index: 1;
}

.layout03 h3::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: block;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 100%;
    height: 18px;
    margin-left: -20px;
    z-index: -1;
}

.layout03 .box:nth-child(1) h3::before {
    background-image: url("../../images/top/text-back02.svg");
}

.layout03 .box:nth-child(2) h3::before {
    background-image: url("../../images/top/text-back03.svg");
}

.layout03 .box:nth-child(3) h3::before {
    background-image: url("../../images/top/text-back04.svg");
}

.layout03 h6 {
    font-weight: 800;
    font-size: 65px;
    line-height: 1.2;
    background-image: url("../../images/top/text-back05.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 155px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 100px;
}

.layout03 p {
    font-weight: var(--base-weight3);
    font-size: 18px;
}

/* layout04 */

.layout04 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px 11%;
    padding-top: 30px;
    /*    background-image: url("../../images/top/back03.svg");*/
    background-position: center bottom 110px;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.layout04 .box {
    width: 26%;
    position: relative;
}

.layout04 .box::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 85px;
    height: 85px;
}

.layout04 .box:nth-child(1)::after {
    background-image: url("../../images/top/n01.png");
}

.layout04 .box:nth-child(2)::after {
    background-image: url("../../images/top/n02.png");
}

.layout04 .box:nth-child(3)::after {
    background-image: url("../../images/top/n03.png");
}

.layout04 .box:nth-child(4)::after {
    background-image: url("../../images/top/n04.png");
}

.layout04 .box:nth-child(5)::after {
    background-image: url("../../images/top/n05.png");
}

.layout04 .box-img {
    position: relative;
    padding: 22px;
    background-image: url("../../images/top/frame01.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.layout04 .box:nth-child(even) .box-img {
    background-image: url("../../images/top/frame02.png");
}

.layout04 .box-img img {
    border-radius: 50%;
}

.layout04 h5 {
    font-weight: var(--base-weight3);
    font-size: 28px;
    line-height: 1.2;
    padding: 30px 0px 15px;
}

.contents-top .layout04 p {
    line-height: 1.6;
}

/* layout05 */

.layout05 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    background-image: url("../../images/top/icon01.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 90px;
    margin-bottom: 50px;
    position: relative;
}

.layout05::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: block;
    background-image: url("../../images/top/arrow01.svg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 100%;
    height: 75px;
    margin-bottom: -20px;
}

.layout05 .box {
    width: 390px;
}

/* layout06 */

.layout06 .box-img {
    position: relative;
    padding-top: 150px;
    padding-bottom: 120px;
}

.layout06 .box-img::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    background-image: url("../../images/top/arrow02.svg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 78% auto;
    width: 100%;
    height: 500px;
    margin-top: -40px;
}

.layout06 .box-img ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0px 3%
}

.layout06 .box-img ul li {
    width: 31%;
}

.layout06 .inner {
    border-style: solid;
    border-color: #ffca22;
    border-width: 12px;
    border-radius: 50px;
    padding: 45px 0px;
    position: relative;
    background-color: #FFF;
}

.layout06 .inner::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    background-image: url("../../images/top/text06.svg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 100%;
    height: 60px;
    margin-top: -80px;
}

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

.layout06 h2 img {
    height: 430px;
    width: auto;
}

.layout06 h3 img {
    height: 300px;
    width: auto;
}

.layout06 h6 {
    padding: 30px 0px;
}

.layout06 h6 img {
    height: 45px;
    width: auto;
}

.contents-top .layout06 p {
    font-weight: var(--base-weight3);
    font-size: 26px;
    line-height: 1.6;
}

/* layout07 */

.layout07 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.layout07 .box {
    width: 50%;
    padding: 100px 0px;
}

.layout07 .box:nth-child(2) {
    background-color: var(--color-back04);
}

.layout07 .box img {
    width: 55%;
    max-width: 500px;
}


/* layout08 */

.layout08 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0px 60px;
    margin-bottom: 100px;
}

.layout08 h4 {
    font-weight: var(--base-weight3);
    font-size: 48px;
    line-height: 1.2;
}

.layout08 p {
    font-size: 22px;
    border-left-style: solid;
    border-color: #000;
    border-width: 1px;
    padding: 10px 0px;
    padding-left: 60px;
}

/* layout09 */

.layout09 {
    position: relative;
    padding-top: 35px;
    text-align: center;
}

.box-tab {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 1;
}

.box-tab ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0px 30px;
}

.box-tab ul li a {
    font-weight: var(--base-weight3);
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    display: block;
    padding: 20px 0px;
    padding-left: 10px;
    min-width: 320px;
    border-radius: 15px;
}

.box-tab ul li:nth-child(1) a {
    background-color: #fecd0b;
}

.box-tab ul li:nth-child(2) a {
    color: #FFF;
    background-color: var(--color-sub);
}

.box-tab ul li a:hover {
    opacity: 1;
    margin-top: -10px;
}

.box-schedule {
    background-color: #FFF;
    border-style: solid;
    border-width: 4px;
    padding: 60px 5% 50px;
    border-radius: 25px;
    display: none;
    opacity: 0;
    overflow: hidden;
}

#schedule01 {
    border-color: #fecd0b;
}

#schedule02 {
    border-color: var(--color-sub);
}

.box-schedule.is-active {
    display: block;
    animation-name: displayAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes displayAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.layout09 .box-table {
    padding: 30px 0px 20px;
}

.layout09 h3 {
    font-weight: var(--base-weight3);
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: 0.1em;
}

.layout09 p {
    text-align: left;
}

.layout09 table {
    width: 100%;
}

.layout09 table td {
    border-style: solid;
    border-color: var(--color-sub);
    border-width: 2px;
    padding: 20px;
    font-size: 18px;
}

.layout09 table tr:first-child td {
    background-color: var(--color-back04);
}

/* layout10 */

.layout10 {
    position: relative;
    background-color: #fffcd5;
    padding: 70px 6%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 60px;
    margin-top: 70px;
}

.layout10::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    background-image: url("../../images/top/icon-tel.svg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 100%;
    height: 225px;
    margin-top: -70px;
}

.layout10 .box {
    width: 40%;
}


/* layout11 */

.layout11 {
    background-image: url("../../images/top/back06.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 840px;
}

.layout11 .inner {
    position: relative;
}

.layout11 .inner::before {
    content: "";
    position: absolute;
    left: 72px;
    top: 0px;
    display: block;
    width: 10px;
    height: 100%;
    background-color: #fecd0b;
}

.layout11 .box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    gap: 0px 60px;
    position: relative;
}

.layout11 .box:not(:last-child) {
    margin-bottom: 40px;
}

.layout11 .box-step {
    width: 150px;
}

.layout11 .box-detail {
    flex: 1;
}

.layout11 h6 {
    font-weight: var(--base-weight3);
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 10px;
}

/* layout12 */

.layout12 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    gap: 0px 6%;
}

.layout12 .box-img {
    width: 47%;
    overflow: hidden;
}


.layout12 .box-detail {
    flex: 1;
    padding: 70px 0px;
}

.layout12 h2,
.layout14 h2 {
    font-family: var(--title-font);
    font-weight: var(--base-weight3);
    color: #fecd0b;
    font-size: 90px;
    line-height: 0.9;
}

.layout14 h2 {
    font-size: 132px;
}

.layout12 h3 {
    font-weight: var(--base-weight3);
    font-size: 34px;
    line-height: 1.2;
    padding: 15px 0px 35px;
    text-indent: -20px;
}

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

    .layout12 h2 {
        font-size: 80px;
    }

    .layout12 h3 {
        font-size: 26px;
    }

    .layout12 p {
        font-size: 0.85vw;
    }
}

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

    .layout12 h2 {
        font-size: 75px;
    }

    .layout12 h3 {
        font-size: 26px;
    }

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

/* layout13 */

.layout13 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.layout13 .box-title {
    width: 42%;
    background-color: #000;
    padding: 50px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.layout13 .box-detail {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0px 1.5%;
    padding: 0px 4%;
}

.layout13 .box-title h4,
.layout13 .box-title h5 {
    font-weight: var(--base-weight2);
    color: #FFF;
}

.layout13 .box-title h4 {
    font-family: var(--subtitle-font);
    font-size: 60px;
    line-height: 0.9;
    margin-bottom: 5px;
}

.layout13 .box-title h5 {
    font-size: 20px;
    line-height: 1.2;
}

.layout13 .box {
    width: 32.3%;
}

.contents-box .layout13 p a {
    font-weight: var(--base-weight2);
    color: #FFF;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    display: block;
    background-color: #000;
    padding: 20px 0px;
    text-align: center;
    border-radius: 60px;
    position: relative;
}

.layout13 p a::before {
    content: "";
    position: absolute;
    right: 25px;
    top: 0px;
    display: block;
    background-image: url("../../images/common/icon-pdf.svg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 38px;
    width: 35px;
    height: 100%;
}

/* layout14 */

.layout14 .box-detail {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 60px;
    padding-top: 80px;
}

.layout14 h3 {
    font-weight: var(--base-weight2);
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.05em;
}

.layout14 h4,
.contents-top .layout14 p {
    font-weight: var(--base-weight2);
    color: #FFF;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
}

.layout14 h4 {
    font-size: 26px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.layout14 h6 a {
    font-weight: var(--base-weight2);
    background-color: var(--color-main);
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    display: inline-block;
    padding: 18px 20px;
    border-radius: 60px;
    position: relative;
    text-align: center;
    min-width: 300px;
}

.layout14 h6 a::before {
    content: "";
    position: absolute;
    right: 30px;
    top: 0px;
    display: block;
    background-image: url("../../images/common/link-arrow01.svg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 6px;
    width: 50px;
    height: 100%;
    transition: .5s;
}

.layout14 h6 a:hover::before {
    right: 20px;
}

/* layout15 */


/* layout16 */

.layout16 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 0px 100px;
}

.layout16 .box-title {
    width: 720px;
    height: 105px;
    background-image: url("../../images/top/text05.svg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}

.layout16 h2,
.contents13 h2 {
    font-weight: var(--base-weight3);
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: 0.05em;
}

.layout16 p {
    font-size: 18px;
}

/* layout17 */

.layout17 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 0px 8%;
    padding-top: 60px;
}

.layout17 .box {
    width: 350px;
    max-width: 350px;
}


.sp-view {
    display: none;
}
