@charset "UTF-8";

.page-title .en-title {
    color: var(--pink);
}

.intro {
    padding: 64px 0 200px;
    background: url(../img/intro_bg.png) no-repeat center bottom;
}

@media screen and (min-width: 1921px) {
    .intro {
        background-size: 100% auto;
    }
}

.intro .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.intro .right {
    width: 640px;
    position: relative;
}

.intro .sub-title {
    font-weight: 700;
    color: #7a7870;
}

.intro .title {
    margin-top: 8px;
    font-size: 32px;
}

.intro .text {
    margin-top: 16px;
}

.intro .intro_img01 {
    position: relative;
}

.intro .intro_img02,
.intro .intro_img03 {
    position: absolute;
}

.intro .intro_img01 img {
    border-radius: 80px 80px 0 0;
}

.intro .intro_img02 {
    bottom: -27px;
    left: -179px;
    z-index: 0;
}

.intro .intro_img03 {
    top: 32px;
    right: -155px;
}

.intro dl {
    margin-top: 16px;
    display: flex;
}

.intro dl dt {
    width: 72px;
    border-right: 2px dotted var(--black);
    font-weight: 700;
}

.intro dl dd {
    width: calc(100% - 72px);
    padding: 0 0 0 24px;
}

.anchor .anchor__list {
    width: calc(100% / 4 - 16px);
}

.anchor .anchor__list:nth-child(n + 5) {
    margin-top: 16px;
}

.contents-wrap {
    padding: 0 0 100px;
    background: #faf8ee;
}

.unit {
    width: 88%;
    margin: 24px auto 0;
    padding: 64px 72px;
    border-radius: 40px;
    background-color: #fff;
    position: relative;
}

.black-btn-wrap.googlemap-btn {
    margin: -24px 6% 0 auto;
    position: relative;
    justify-content: flex-end;
    z-index: 2;
}

.train {
    margin: 0;
}

.train .wrap {
    position: relative;
}

.train .wrap::before {
    width: calc(50vw + 50%);
    height: 100%;
    border-radius: 0 200px 0 0;
    background-color: var(--pink);
    position: absolute;
    content: "";
    top: 0;
    left: calc(-50vw + 50%);
    display: block;
    z-index: 0;
}

.train .inner {
    padding: 64px 0;
    position: relative;
}

.train .train__title-en {
    margin: auto;
    position: absolute;
    top: -10px;
    right: 0;
    left: 0;
    font-family: var(--text-en);
    font-size: 64px;
    font-weight: 800;
    line-height: 1;
    color: #c2515a;
    text-align: center;
}

.train .train__title {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.train .title-area02 {
    margin-top: 40px;
}

.train .train__copy {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.train .train__sub-title {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.train .train_illust01 {
    position: absolute;
    top: -106px;
    right: 72px;
    transform: scale(-1, 1);
}

.train .train_illust02 {
    position: absolute;
    bottom: -75px;
    left: -116px;
    z-index: 2;
    transform: scale(-1, 1);
}

.train .unit .container {
    display: flex;
    align-items: center;
}

.train .unit .left {
    width: 424px;
}

.train .unit .right {
    width: calc(100% - 424px);
    padding-left: 32px;
}

.train .unit .text {
    margin-top: 16px;
}

.train .unit .train_img02 img {
    border-radius: 40px 40px 0 0;
}

.train .unit .list-info {
    margin-top: 16px;
    font-size: 12px;
    color: var(--gray);
}

.train .train_illust03 {
    position: absolute;
    top: 75px;
    right: -149px;
    z-index: 2;
    transform: scale(-1, 1);
}

.train .train_illust04 {
    position: absolute;
    top: 29px;
    left: 25px;
    z-index: 2;
}

.train .unit__title {
    margin-top: 40px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.train .unit__title strong {
    font-size: 18px;
    color: #ff0000;
}

.train .dl-wrap {
    margin-top: 24px;
}

.train dl {
    width: 100%;
    display: flex;
}

.train dl dt {
    width: 320px;
    padding: 16px;
    border-top: 2px solid var(--black);
    border-right: 2px solid var(--black);
    background-color: var(--pink);
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.train .dl-wrap dl:first-child dt {
    border-top: 3px solid var(--black);
    border-left: 3px solid var(--black);
    border-radius: 16px 0 0 0;
}

.train .dl-wrap dl:last-child dt {
    border-bottom: 3px solid var(--black);
    border-left: 3px solid var(--black);
    border-radius: 0 0 0 16px;
}

.train dl dd {
    width: calc(100% - 240px);
    padding: 16px 24px;
    border-top: 2px solid var(--black);
    background-color: #faf8ed;
}

.train .dl-wrap dl:first-child dd {
    border-top: 3px solid var(--black);
    border-right: 3px solid var(--black);
    border-radius: 0 16px 0 0;
}

.train .dl-wrap dl:last-child dd {
    border-right: 3px solid var(--black);
    border-bottom: 3px solid var(--black);
    border-radius: 0 0 16px 0;
}

.train .unit__info {
    margin-top: 16px;
    text-align: center;
}

.train .unit__info span {
    margin-top: 16px;
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #f00;
}

.train .unit__info span:before {
    width: 100%;
    height: 3px;
    background-color: #f00;
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0;
}

.train_img03 {
    margin-top: 40px;
}

.train .train_illust05 {
    position: absolute;
    right: -139px;
    bottom: 213px;
    z-index: 2;
}

.train .unit .train_img04 img {
    border-radius: 40px 40px 0 0;
}

.car {
    margin-top: 40px;
}

.car .wrap {
    position: relative;
}

.car .wrap::before {
    width: calc(50vw + 50%);
    height: 100%;
    border-radius: 0 200px 0 0;
    background-color: var(--green);
    position: absolute;
    content: "";
    top: 0;
    left: calc(-50vw + 50%);
    display: block;
    z-index: 0;
}

.car .inner {
    padding: 64px 0;
    position: relative;
}

.car .car__title-en {
    margin: auto;
    position: absolute;
    top: -10px;
    right: 0;
    left: 0;
    font-family: var(--text-en);
    font-size: 64px;
    font-weight: 800;
    line-height: 1;
    color: #3e963b;
    text-align: center;
}

.car .car__title {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.car .car_illust01 {
    position: absolute;
    top: -106px;
    right: 99px;
}

.car .car_illust02 {
    position: absolute;
    bottom: -49px;
    left: -116px;
    z-index: 2;
}

.car .car_illust03 {
    position: absolute;
    right: -230px;
    bottom: -47px;
    z-index: 2;
}

.airplane {
    margin-top: 40px;
}

.airplane .wrap {
    position: relative;
}

.airplane .wrap::before {
    width: calc(50vw + 50%);
    height: 100%;
    border-radius: 0 200px 0 0;
    background-color: var(--light-blue);
    position: absolute;
    content: "";
    top: 0;
    left: calc(-50vw + 50%);
    display: block;
    z-index: 0;
}

.airplane .inner {
    padding: 64px 0;
    position: relative;
}

.airplane .airplane__title-en {
    margin: auto;
    position: absolute;
    top: -10px;
    right: 0;
    left: 0;
    font-family: var(--text-en);
    font-size: 64px;
    font-weight: 800;
    line-height: 1;
    color: #3ba3cc;
    text-align: center;
}

.airplane .airplane__title {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.airplane .airplane_illust01 {
    position: absolute;
    top: -127px;
    left: -47px;
}

.airplane .airplane_illust02 {
    position: absolute;
    bottom: -130px;
    left: -189px;
    z-index: 2;
    transform: scale(-1, 1);
}

.faq {
    margin-top: 80px;
}

.faq .wrap {
    position: relative;
}

.faq .title-area {
    position: relative;
    text-align: center;
}

.faq .sub-title {
    font-family: var(--text-en);
    font-size: 20px;
    font-weight: 700;
    color: var(--green);
}

.faq .title {
    font-size: 40px;
    font-weight: 700;
}

.faq .text {
    margin-top: 16px;
}

.faq .accordion {
    width: 880px;
    margin: 40px auto 0;
}

.accordion__item {
    margin-top: 16px;
    position: relative;
    line-height: 1.618;
}

.accordion__item:before {
    width: 1em;
    height: 1em;
    position: absolute;
    content: "Q";
    top: 18px;
    left: 28px;
    font-family: var(--text-en);
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
    color: var(--green);
    z-index: 2;
}

.accordion__title {
    padding: 24px 56px 24px 72px;
    cursor: pointer;
    background-color: #faf8ee;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    transition: 0.4s;
}

.accordion__title:hover {
    background-color: #edead8;
}

.accordion__title::before,
.accordion__title::after {
    width: 20px;
    height: 3px;
    margin: auto 0;
    background-color: var(--green);
    position: absolute;
    content: "";
    top: 0;
    right: 28px;
    bottom: 0;
    transition: all 0.3s;
}

.accordion__title::after {
    transform: rotate(90deg);
}

.accordion__item.is-active .accordion__title::before {
    transform: rotate(180deg);
}

.accordion__item.is-active .accordion__title::after {
    opacity: 0;
    transform: rotate(180deg);
}

.accordion__content {
    padding: 40px 40px 40px 106px;
    background-color: #fff;
    position: relative;
    display: none;
}

.accordion__content:before {
    width: 1em;
    height: 1em;
    position: absolute;
    content: "A";
    top: 29px;
    left: 64px;
    font-family: var(--text-en);
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
    color: var(--pink);
    z-index: 2;
}

.accordion__content .note {
    margin-top: 8px;
    font-size: 12px;
    color: #555555;
    letter-spacing: 0.06em;
}

.accordion__content .link {
    color: var(--pink);
    text-decoration: underline;
}

.accordion__content .link:hover {
    text-decoration: none;
}

.faq .faq_illust01 {
    position: absolute;
    top: 9px;
    left: 176px;
}

.faq .faq_illust02 {
    position: absolute;
    top: -3px;
    right: 278px;
}

.faq .faq_illust03 {
    position: absolute;
    bottom: -127px;
    left: -305px;
}

.faq .faq_illust04 {
    position: absolute;
    right: -306px;
    bottom: -130px;
}

.map {
    margin: 40px 0 0;
}

.map .gmap {
    padding-bottom: 36.8%;
}