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


/* contents-top */

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

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

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

.contents-top-wrap::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    background-image: url("../../images/common/back-contents.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 100%;
    height: 1300px;
    z-index: -1;
    margin-top: -100px;

}

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

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

.contents-top .box-link {
    padding-top: 60px;
}


/*

.contents-top .box-img {
    overflow: hidden;
    position: relative;
}

.contents02 .box:hover img {
    transform: scale(1.2, 1.2);
    transition: .5s all;
}
*/

/* box-title-top */

.box-title-top {
    margin-bottom: 50px;
    width: 100%;
    text-align: center;
}

.box-title-top h2,
.box-title-top h3,
.contents-top .box-title-top p {
    font-family: var(--title-font);
    font-weight: var(--base-weight2);
    color: var(--color-sub);
    line-height: 1.4;
}

.box-title-top h2 {
    font-size: 40px;
    letter-spacing: 0.2em;
}

.box-title-top h3 {
    font-size: 23px;
    padding-top: 5px;
}

.contents-top .box-title-top p {
    color: var(--color-base);
    font-size: 20px;
    padding-top: 30px;
}

/* main-img-top */

.main-img-top {
    z-index: 1;
    position: relative;
}

.main-img-top .box-inner {
    width: 100%;
    position: relative;
}

.main-img-top .box-img {
    clip-path: url(#clip);
}

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

.main-img-top .box-text {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    padding: 0px 3%;
}

.main-img-top .inner {
    width: 38%;
    text-align: left;
}

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

.main-img-top h3 {
    font-family: var(--title-font);
    font-weight: var(--base-weight2);
    color: var(--color-main);
    font-size: 2.8vw;
    line-height: 1.4;
    letter-spacing: 0.1em;
    padding-top: 30px;
}

@media screen and (max-width: 1500px) {
    .main-img-top h3 {
        font-size: 40px;
    }
}

.main-img-top .box-time {
    position: absolute;
    left: 3%;
    bottom: 0px;
    margin-bottom: -30px;
}


/* contents01 */

.contents01 {
    padding: 80px 0px 150px;
}

/* contents02 */

.contents02 {
    position: relative;
}

.contents02::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: block;
    width: 100%;
    height: 40%;
    background: -moz-linear-gradient(50% 100% 90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, rgba(255, 255, 255, 1)), color-stop(1, rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF' ,GradientType=0)";
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0);
}

.contents02a::after {
    content: "";
    position: absolute;
    left: 8%;
    top: 0px;
    display: block;
    background-image: url("../../images/top/text02.svg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 90%;
    height: 145px;
    margin-top: -65px;
}

.contents02 .box-inner {
    width: 100%;
    height: 900px;
    overflow: hidden;
    border-radius: 120px 120px 0px 0px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.contents02a .box-inner {
    background-image: url("../../images/top/back02.jpg");
}

.contents02b .box-inner {
    background-image: url("../../images/top/back03.jpg");
}

/* contents03 */

.contents03 {
    text-align: center;
    padding-bottom: 100px;
}

/* contents04 */

.contents04 {
    padding: 70px 0px;
    background-color: var(--color-back3);
    text-align: left;
}

/* contents05 */

.contents05 {
    padding: 70px 0px 150px;
    text-align: left;
}


/* layout02 */

.layout02 {
    text-align: left;
    position: relative;
}

.layout02 .box-title-top {
    text-align: left;
}

.layout02 h4 {
    font-family: var(--title-font);
    font-weight: var(--base-weight2);
    color: var(--color-main);
    font-size: 40px;
    line-height: 1.4;
    letter-spacing: 0.2em;
    margin-bottom: 40px;
}

.layout02 p {
    width: 520px
}


/* layout03 */

.layout03 .box {
    background-color: var(--color-back1);
    padding: 75px 8% 40px;
    border-radius: 40px;
    position: relative;
}

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

.layout03 .box::before,
.layout04 h3::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    background-image: url("../../images/top/text03.svg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 100%;
    height: 50px;
}

.layout04 h3::before {
    background-position: left top;
}

.layout03 h5,
.contents03 h6,
.layout04 h3,
.layout04 h4,
.layout04 h5,
.layout04 .box h6 {
    font-family: var(--title-font);
    font-weight: var(--base-weight2);
    color: var(--color-main);
    font-size: 28px;
    line-height: 1.6;
    letter-spacing: 0.15em;
}

.layout03 h5 {
    margin-bottom: 20px;
}

.contents03 h6 {
    padding-top: 50px;
}

.layout03 p {
    text-align: left;
}



/* layout04 */

.layout04 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
}

.layout04 .box-title {
    flex: 1;
    text-align: left;
}

.layout04 .box-detail {
    width: 50%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px 4%;
}

.layout04 .box-detail .box {
    width: 48%;
    height: 300px;
    background-color: #FFF;
    border-radius: 30px;
    padding: 35px 0px;
}

.layout04 h3 {
    font-size: 40px;
    line-height: 1.4;
    position: relative;
    padding-top: 75px;
}

.layout04 h4 {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0em;
    border-style: solid;
    border-color: var(--color-main);
    border-width: 1px;
    width: 70%;
    display: inline-block;
    padding: 10px;
}

.layout04 h5 {
    font-size: 30px;
    letter-spacing: 0em;
    padding: 30px 0px 20px;
}

.layout04 .box h6 {
    font-size: 18px;
    letter-spacing: 0em;
}

/* layout05 */

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

.layout05 .box-title {
    flex: 1;
    padding-top: 30px;
}

.layout05 .box-detail {
    flex: 1;
    text-align: left;
}

.layout05 .box:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom-style: solid;
    border-color: rgba(0, 0, 0, 0.5);
    border-width: 1px;
}

.layout05 h2 {
    font-family: var(--number-font);
    font-weight: var(--base-weight3);
    color: var(--color-main);
    font-size: 65px;
    line-height: 0.9;
    letter-spacing: 0.05em;
}

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

.layout05 h5 {
    display: inline-block;
    padding: 4px 20px;
    font-family: var(--number-font);
    font-weight: var(--base-weight2);
    color: #FFF;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0em;
    background-color: var(--color-main);
    margin-bottom: 10px;
}

.contents-top .layout05 p {
    font-size: 14px;
    line-height: 1.6;
}


/* layout06 */

.layout06 .box:not(:last-child) {
    margin-bottom: 50px;
}

.layout06 .box {
    text-align: left;
}

.faq-title {
    transition: .5s;
    /*    cursor: pointer;*/
}

.faq-contents {
    position: relative;
    margin-top: 20px;
    padding-left: 80px;
    /*    display: none;*/
}

.faq-contents::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    background-image: url("../../images/common/answer.svg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 62px;
    height: 62px;
}

.faq-title h6 {
    font-weight: var(--base-weight2);
    color: var(--color-sub3);
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    background-color: var(--color-back1);
    padding: 15px 20px;
    padding-left: 80px;
    position: relative;
}

.faq-title h6::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    background-image: url("../../images/common/question.svg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 62px;
    height: 62px;
    margin-top: -5px;
}

.faq-title h6::after {
    content: "";
    position: absolute;
    right: 25px;
    top: 0px;
    display: block;
    background-image: url("../../images/common/arrow-faq.svg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 14px;
    width: 25px;
    height: 100%;
    transition: .5s;
}

.faq-title.close h6::after {
    transform: rotate(180deg);
}


.sp-view {
    display: none;
}
