@charset "UTF-8";

@import url('https://fonts.cdnfonts.com/css/palatino');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Sawarabi+Mincho&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

body {
    opacity: 0;
    animation: bodyAppear .3s .3s forwards;
}

@keyframes bodyAppear {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*============================
	kv / index__page
============================*/

/* 
.kv__img img {
    object-fit: cover;
    max-height: calc(100vh - 80px);
} */

.kv{
    background-image: url(../img/cmn/bg_main.jpg);
    background-size: cover;
    aspect-ratio: 1900/900;
    width: 100%;
    height: 100%;
    position: relative;
}
.message{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 4;
    padding-top: 100px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.kv::after{
    position: absolute;
    content: '';
    display: block;
    background-color: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
.message h1{
    text-align: center;
    font-size: 53px;
    font-weight: bold;    
    color: #fff;
    margin-bottom: 70px;
    letter-spacing: 4px;
    line-height: 1.5;
}
.point{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.point p{
    background: #B49500;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    font-weight: bold;
    border-radius: 50%;
    height: 200px;
    width: 200px;
    text-align: center;
    margin: 8px;
}
@media screen and (max-width:767px) {
    .message{
        padding-top: 80px;
        width: 100%;
    }
    .message h1{
        font-size: 24px;
    }
    .point {
        display: none;
    }
}

.mono{
    filter: grayscale(100%);
}

/* swiper */

.kv__swiper {
    background-color: #fff;
}


/* .kv .swiper-slide-active .swiper__imgwrap img,
.kv .swiper-slide-duplicate-active .swiper__imgwrap img,
.kv .swiper-slide-prev .swiper__imgwrap img {
    animation: zoom-out 10s linear 0s 1 normal both;
} */

@keyframes zoom-out {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}


.kv .swiper-pagination {
    left: auto;
    right: 50% !important;
    bottom: 15px;
    z-index: 99;
    display: flex;
    width: fit-content;
    align-items: center;
}

.kv .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    background: #fff;
    z-index: 99;
    border-radius: 50% !important;
    margin: 0 10px !important;
    opacity: .6;
    transition: .3s ease-out;
}

.kv .swiper-pagination-bullet:last-child {
    margin-bottom: 0 !important;
}

.kv .swiper-pagination-bullet-active {
    opacity: 1;
    background: #0B646F;
    width: 8px;
    height: 8px;
}

@media screen and (max-width:1024px) {
    .kv {
        margin-top: 62px;
    }

    .kv__img img {
        max-height: calc(100vh - 62px);
    }

    .kv__copy {
        width: 39.8%;
        top: 50%;
        left: 50%;
    }

}

@media screen and (max-width:767px) {
    .kv {
        margin-top: 40px;
    }

    .kv__img img {
        object-fit: cover;
        height: auto;
    }
    
    .kv__copy {
        width: 65%;
        top: 50%;
        left: 50%;
    }

    .kv .swiper-pagination {
        right: 5% !important;
        bottom: 10px;
    }

    .kv .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 8px !important;
    }

}

.movies {
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
    padding: 60px 0;
}

.movie_content {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	overflow:auto;
	-webkit-overflow-scrolling:touch;
}

.movie_content iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:none;
	display:block;
}

.movies h2 {
    color: #FFF;
    background-color: #B49500;
    font-weight: bold;
    font-size: 2.5rem;
    letter-spacing: .075em;
    padding: 12px;
}

/*============================
    buy
============================*/
.buy {
    background: #E8ECF3;
}

.buy__ttl .color-acc {
    border-bottom: double 4px #B49500;
}

.buy__atc {
    width: 320px;
    margin: 0 20px;
    position: relative;
    background: #fff;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, .16);
    border-radius: 5px;
}

.buy__h3 {
    top: -20px;
    left: -10px;
}

.buy__h3 .txt {
    display: block;
    font-weight: 600;
    color: #fff;
    background: #B49500;;
    text-align: center;
    padding: 0 1em;
    line-height: 30px;
    width: fit-content;
}

.buy__h3 .txt02 {
    margin-top: 5px;
}

.buy__swiper {
    padding: 20px 0;
}

.buy__hd {
    margin-top: -13px;
    margin-bottom: 20px;
}

.buy__price {
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.buy__price01 {
    font-size: 1.2rem;
}

.buy__price01 .price {
    font-size: 2.4rem;
    font-weight: bold;
}

.buy__arw {
    width: 34px;
    margin: 0 15px;
}

.buy__price02 {
    font-size: 1.2rem;
    color: #B49500;
}

.buy__price02 .price {
    font-size: 3.2rem;
    font-weight: bold;
}

.buy__dl {
    padding: 0 30px 30px;
    font-size: 1.2rem;
}

.buy__dl dt {
    float: left;
}

.buy__dl dd {
    margin-left: 5em;
    padding-left: .5em;
    border-left: solid 1px #111;
    margin-bottom: 1em;
}

.buy__circle {
    width: 100px;
    height: 100px;
    background: linear-gradient(90deg, #1D537E, #1E284D);
    border-radius: 50%;
    bottom: -20px;
    right: -20px;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    padding: 20px 0 0;
    transform: rotate(15deg);
    line-height: 1.2;
}

.buy__circle .large {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
}


/* swiper */

.buy-swiper-button-prev {
    position: absolute;
    right: calc(5% + 60px);
    bottom: -80px;
    margin: 0;
}

.buy-swiper-button-next {
    position: absolute;
    right: 5%;
    bottom: -80px;
    margin: 0;
}

.buy-swiper-button-prev:after,
.buy-swiper-button-next:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.buy-swiper-button-prev:after {
    background: url(../img/top/sw_arw_prv_wh.png) no-repeat center center/contain;
}

.buy-swiper-button-next:after {
    background: url(../img/top/sw_arw_next_wh.png) no-repeat center center/contain;
}

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

    .buy__atc {
        width: 280px;
        margin: 0 20px;
        border-radius: 5px;
    }

    .buy__h3 {
        top: -20px;
        left: -10px;
    }

    .buy__h3 .txt {
        padding: 0 1em;
        line-height: 30px;
    }

    .buy__h3 .txt02 {
        margin-top: 5px;
    }

    .buy__swiper {
        padding: 20px 0;
    }

    .buy__hd {
        margin-top: -10px;
        margin-bottom: 10px;
    }

    .buy__price {
        margin-bottom: 20px;
    }

    .buy__price01 {
        font-size: 1.2rem;
    }

    .buy__price01 .price {
        font-size: 2.4rem;
    }

    .buy__arw {
        width: 34px;
        margin: 0 15px;
    }

    .buy__price02 {
        font-size: 1.2rem;
    }

    .buy__price02 .price {
        font-size: 3.2rem;
    }

    .buy__dl {
        padding: 0 30px 30px;
        font-size: 1.2rem;
    }

    .buy__dl dt {
        float: left;
    }

    .buy__dl dd {
        margin-left: 5em;
        padding-left: .5em;
        margin-bottom: 1em;
    }

    .buy__circle {
        width: 100px;
        height: 100px;
        bottom: -20px;
        right: -20px;
        font-size: 1.3rem;
        padding: 20px 0 0;
    }

    .buy__circle .large {
        font-size: 2rem;
    }


    /* swiper */

    .buy-swiper-button-prev {
        right: calc(5% + 60px);
        bottom: -40px;
    }

    .buy-swiper-button-next {
        right: 5%;
        bottom: -40px;
    }

    .buy-swiper-button-prev:after,
    .buy-swiper-button-next:after {
        width: 50px;
        height: 50px;
    }

}

@media screen and (max-width:767px) {
    .buy__ttl{
        line-height: 1.8;
        text-align: center;
    }
    .buy__atc {
        width: 280px;
        margin: 0 20px;
        border-radius: 5px;
    }

    .buy__h3 {
        top: -20px;
        left: -10px;
    }

    .buy__h3 .txt {
        padding: 0 1em;
        line-height: 30px;
    }

    .buy__h3 .txt02 {
        margin-top: 5px;
    }

    .buy__swiper {
        padding: 20px 0;
    }

    .buy__hd {
        margin-top: -10px;
        margin-bottom: 10px;
    }

    .buy__price {
        margin-bottom: 20px;
        display: flex;
    }

    .buy__price01 {
        font-size: 1.2rem;
    }

    .buy__price01 .price {
        font-size: 2.4rem;
    }

    .buy__arw {
        width: 34px;
        margin: 0 15px;
    }

    .buy__price02 {
        font-size: 1.2rem;
    }

    .buy__price02 .price {
        font-size: 3.2rem;
    }

    .buy__dl {
        padding: 0 30px 30px;
        font-size: 1.2rem;
    }

    .buy__dl dt {
        float: left;
    }

    .buy__dl dd {
        margin-left: 5em;
        padding-left: .5em;
        margin-bottom: 1em;
    }

    .buy__circle {
        width: 100px;
        height: 100px;
        bottom: -20px;
        right: -20px;
        font-size: 1.3rem;
        padding: 20px 0 0;
    }

    .buy__circle .large {
        font-size: 2rem;
    }


    /* swiper */

    .buy-swiper-button-prev {
        right: calc(5% + 60px);
        bottom: -30px;
    }

    .buy-swiper-button-next {
        right: 5%;
        bottom: -30px;
    }

    .buy-swiper-button-prev:after,
    .buy-swiper-button-next:after {
        width: 50px;
        height: 50px;
    }
}



/*============================
   reason01
============================*/
.reason01 {
    padding: 0 0 100px;
}

.reason01__ttlwrap {
    padding: 120px 0 210px;
    background: #E8ECF3;
    position: relative;
}

.reason01__ttlwrap::before {
    content: "";
    position: absolute;
    min-width: 1400px;
    max-width: 1920px;
    width: 100%;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
    height: 100%;
    background: url(../img/top/reason01_bg2.png) no-repeat center center/contain;
}

.reason01__ttl {
    color: #fff;
}

.reason01__ttl img {
    width: 55px;
    vertical-align: sub;
}

.reason01__ttl .num {
    color: #FFD74A;
    font-weight: bold;
}

.reason01__flex {
    margin-top: -140px;
    position: relative;
}

.reason01__atc {
    width: 32%;
    max-width: 340px;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    position: relative;
}

.reason01__num {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 1.8rem;
    background: #fff;
    border-radius: 50%;
    top: -25px;
    left: 50%;
    transform: translate(-50%);
    font-weight: bold;
}

.reason01__num img {
    position: absolute;
    width: 18px;
    top: -20px;
    right: -20px;
}

.rason01__img {
    margin-bottom: 20px;
}

.reason01__h3 {
    text-align: center;
    margin-bottom: 10px;
}

.reason01__txt {
    font-size: 1.4rem;
    line-height: 2;
}

.reason01__btn {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

.reason01__btn .hover {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

.reason01__btn a:hover {
    opacity: 1;
}

.reason01__btn a:hover .default {
    opacity: 0;
}

.reason01__btn a:hover .hover {
    opacity: 1;
}

@media screen and (max-width:1024px) {
    .reason01 {
        padding: 0 0 80px;
    }

    .reason01__ttlwrap {
        padding: 80px 0 160px;
    }

    .reason01__ttlwrap::before {
        width: 1024px;
        min-width: auto;
    }


    .reason01__ttl img {
        width: 45px;
        vertical-align: sub;
    }


    .reason01__flex {
        margin-top: -80px;
    }

    .reason01__atc {
        width: 32%;
        padding: 10px;
    }

    .reason01__num {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 1.8rem;
        top: -25px;
    }

    .reason01__num img {
        width: 18px;
        top: -20px;
        right: -20px;
    }

    .rason01__img {
        margin-bottom: 20px;
    }

    .reason01__h3 {
        margin-bottom: 10px;
        font-size: min(1.6rem, 1.6vw);
    }

    .reason01__txt {
        font-size: 1.3rem;
    }

    .reason01__btn {
        max-width: 500px;
    }

}

@media screen and (max-width:767px) {
    .reason01 {
        padding: 0 0 60px;
    }

    .reason01__ttlwrap {
        padding: 60px 0 100px;
    }

    .reason01__ttlwrap::before {
        width: 1024px;
    }

    .reason01__ttl {
        line-height: 1.5;
    }

    .reason01__ttl img {
        width: 35px;
        vertical-align: sub;
    }


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

    .reason01__atc {
        width: 100%;
        margin: 0 auto 30px;
        padding: 10px;
        box-shadow: 5px 5px 10px rgba(0, 0, 0, .16);
    }

    .reason01__num {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 1.8rem;
        top: -25px;
    }

    .reason01__num img {
        width: 18px;
        top: -20px;
        right: -20px;
    }

    .rason01__img {
        margin-bottom: 15px;
    }

    .reason01__h3 {
        margin-bottom: 10px;
        font-size: 1.6rem;
    }

    .reason01__txt {
        font-size: 1.3rem;
    }
}

/*============================
  flow
============================*/
.flow {
    background: #E8ECF3;
}

.flow__ttl img {
    width: 45px;
    margin: 0 20px;
}

.flow__ul {
    position: relative;
    overflow: hidden;
}

.flow__ul::before {
    content: "";
    position: absolute;
    height: 75%;
    width: 1.5px;
    background: url(../img/top/flow_line.png) repeat-y;
    top: 50%;
    left: 130px;
    transform: translate(0, -50%);
}

.flow__li {
    justify-content: space-between;
}

.flow__li:last-child {
    margin-bottom: 0;
}

.flow__img {
    width: 260px;
    position: relative;
}

.flow__txtwrap {
    width: calc(100% - 300px);
    padding: 30px 0 0;
}

.flow__h3 {
    margin-bottom: 20px;
}

.flow__h3 .font-en {
    display: block;
}

.movies {
    padding: 40px 4%;
}

.movies h2 {
    font-size: 2rem;
}

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

    .flow__ttl img {
        width: 35px;
        margin: 0 20px;
    }


    .flow__ul::before {
        height: 75%;
        width: 1.5px;
        left: 100px;
    }


    .flow__img {
        width: 200px;
    }

    .flow__txtwrap {
        width: calc(100% - 220px);
        padding: 25px 0 0;
    }

    .flow__h3 {
        margin-bottom: 15px;
    }


}

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

    .flow__ttl img {
        width: 25px;
        margin: 0 15px;
    }


    .flow__ul::before {
        display: none;
    }

    .flow__li {
        margin-bottom: 20px;
    }

    .flow__img {
        width: 240px;
        margin: 0 auto;
    }

    .flow__txtwrap {
        width: 100%;
        padding: 0;
    }

    .flow__h3 {
        margin-bottom: 15px;
        text-align: center;
    }

}

/*============================
  contact
============================*/
.contact {
    background: #000;
}

.contact__ttl {
    color: #fff;
}

.contact__ttl img {
    width: 200px;
    vertical-align: middle;
    margin: 0 15px;
}

.contact__box {
    background: #fff;
    padding: 50px;
    border-radius: 10px;
}

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

    .contact__ttl img {
        width: 160px;
        margin: 0 15px;
    }

    .contact__box {
        padding: 40px;
        border-radius: 10px;
    }

}

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

    .contact__ttl img {
        display: none;
    }

    .contact__box {
        padding: 30px 5%;
        border-radius: 5px;
    }


}



/*============================
   reason
============================*/
.reason {
    background: url(../img/top/bg_reason.png) no-repeat center center/cover;
}

.reason__ttl img {
    max-width: 180px;
    display: block;
    margin: 0 auto 10px;
}

.reason__illu01 {
    max-width: 70px;
    width: 6.4%;
    left: -80px;
    bottom: 0;
}

.reason__illu02 {
    max-width: 90px;
    width: 8.3%;
    right: -70px;
    bottom: 0;
}

.reason__item {
    width: 47%;
    max-width: 500px;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
}

.reason__arw {
    max-width: 49px;
    width: 5%;
    position: relative;
}

.reason__arw img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.reason__h3 {
    line-height: 60px;
    text-align: center;
    background: #3B3B3B;
    color: #fff;
}

.item02 .reason__h3 {
    background: linear-gradient(90deg, #1D537E, #1E284D);
}

.reason__txt {
    padding: 1.5em;
    max-width: 470px;
    margin: 0 auto;
    text-align: justify;
}

/* swiper */

.reason__atc {
    width: 800px;
    min-height: 330px;
    background: #fff;
    padding: 30px;
    margin: 0 30px;
    opacity: .7;
    transition: .3s ease-out;
}

.swiper-slide-active,
.swiper-slide-duplicate-active {
    opacity: 1;
}

.reason__h4 {
    padding-bottom: .5em;
    margin-bottom: .5em;
    position: relative;
    border-bottom: solid 1px #EBEBEB;
}

.reason__h4 img {
    width: 64px;
    margin-right: 10px;
    vertical-align: middle;
}

.reason__h4::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 4em;
    background: #A19173;
    left: 0;
    bottom: -1px;

}

.reason__atc--txt {
    font-size: 1.5rem;
    line-height: 2;
}


.reason .swiper-button-prev {
    left: calc(50% - 410px);
    top: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
}

.reason .swiper-button-next {
    left: calc(50% + 410px);
    top: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
}

.reason .swiper-button-prev:after,
.reason .swiper-button-next:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.reason .swiper-button-prev:after {
    background: url(../img/top/sw_arw_prv.png) no-repeat center center/contain;
}

.reason .swiper-button-next:after {
    background: url(../img/top/sw_arw_next.png) no-repeat center center/contain;
}

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

    .reason__ttl img {
        max-width: 140px;
        margin: 0 auto 10px;
    }

    .reason__flex {
        padding: 0 5%;
    }

    .reason__illu01 {
        width: 6.4%;
        left: -15px;
        bottom: -20px;
    }

    .reason__illu02 {
        width: 8.3%;
        right: -4%;
        bottom: -20px;
    }

    .reason__item {
        width: 47%;
        border-radius: 5px;
    }

    .reason__arw {
        width: 4%;
    }

    .reason__arw img {
        top: 50%;
        left: 50%;
    }

    .reason__h3 {
        line-height: 50px;
    }

    .reason__txt {
        padding: 1.5em;
    }

    /* swiper */

    .reason__atc {
        width: 600px;
        min-height: 330px;
        padding: 20px;
        margin: 0 20px;
    }

    .reason__h4 img {
        width: 50px;
        margin-right: 10px;
    }

    .reason__atc--txt {
        font-size: 1.4rem;
        line-height: 1.8;
    }


    .reason .swiper-button-prev {
        left: calc(50% - 310px);
    }

    .reason .swiper-button-next {
        left: calc(50% + 310px);
    }

    .reason .swiper-button-prev:after,
    .reason .swiper-button-next:after {
        width: 50px;
        height: 50px;
    }

}

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

    .reason__ttl img {
        max-width: 120px;
        margin: 0 auto 10px;
    }

    .reason__flex {
        padding: 0;
    }

    .reason__illu01 {
        width: 10%;
        left: -15px;
        bottom: auto;
        top: 40%;
    }

    .reason__illu02 {
        width: 12%;
        right: -4%;
        bottom: -30px;
    }

    .reason__item {
        width: 100%;
    }

    .reason__arw {
        width: 30px;
        margin: 15px auto;
    }

    .reason__arw img {
        position: relative;
        top: auto;
        left: auto;
        transform: rotate(90deg);
    }

    .reason__h3 {
        line-height: 40px;
    }

    .reason__txt {
        padding: 1em;
    }

    /* swiper */

    .reason__atc {
        width: 90%;
        min-height: auto;
        padding: 20px;
        margin: 0 5%;
    }

    .reason__h4 img {
        width: 45px;
        margin-right: 10px;
    }

    .reason__atc--txt {
        font-size: 1.4rem;
        line-height: 1.8;
    }


    .reason .swiper-button-prev {
        left: 5%;
    }

    .reason .swiper-button-next {
        left: 95%;
    }

    .reason .swiper-button-prev:after,
    .reason .swiper-button-next:after {
        width: 40px;
        height: 40px;
    }
}

/*============================
  faq
============================*/
.faq {
    background-color: #ddd;
}

.faq__ttl {
    text-align: center;
    width: fit-content;
    margin: 0 auto 50px;
    position: relative;
}

.faq__ttl img {
    position: absolute;
    width: 55px;
    right: -70px;
    top: 50%;
    transform: translate(0, -50%);
}

.faq__li {
    margin-bottom: 20px;
    padding: 0 40px;
    background: #fff;
    position: relative;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.faq__li:last-child {
    margin-bottom: 0;
}

.faq__q {
    padding: 1em 30px 1em 50px;
    position: relative;
    cursor: pointer;
}

.faq__q .font-en {
    font-size: 1.8rem;
    position: absolute;
    color: #fff;
    background: #B49500;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: 600;
    white-space: nowrap;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.faq__q .ac-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    height: 16px;
    width: 2px;
    background: #A19173;
    transition: .3s ease-out;
}

.faq__q .ac-btn::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 2px;
    width: 16px;
    background: #A19173;
    transition: .3s ease-out;
}

.faq__q.close .ac-btn {
    transform: translate(0, -50%) rotate(90deg);
}

.faq__q.close .ac-btn::before {
    opacity: 0;
}

.faq__a {
    border-top: solid 1px #EBEBEB;
    padding: 1em 0 1em 50px;
    position: relative;
    display: none;
}

.faq__a .font-en {
    font-size: 1.8rem;
    position: absolute;
    color: #fff;
    background: #A19173;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: 600;
    white-space: nowrap;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}


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

    .faq__ttl {
        margin: 0 auto 40px;
    }

    .faq__ttl img {
        width: 45px;
        right: -60px;
    }

    .faq__li {
        margin-bottom: 20px;
        padding: 0 25px;
    }

    .faq__q {
        padding: 1em 30px 1em 50px;
    }

    .faq__q .font-en {
        font-size: 1.6rem;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .faq__q .ac-btn {
        height: 16px;
        width: 2px;
    }

    .faq__q .ac-btn::before {
        height: 2px;
        width: 16px;
    }

    .faq__a {
        padding: 1em 0 1em 50px;
    }

    .faq__a .font-en {
        font-size: 1.6rem;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

}

@media screen and (max-width:767px) {
    .faq__ttl {
        margin: 0 auto 40px;
    }

    .faq__ttl img {
        width: 35px;
        right: -50px;
    }

    .faq__li {
        margin-bottom: 20px;
        padding: 0 15px;
    }

    .faq__q {
        padding: 1em 30px 1em 40px;
    }

    .faq__q .font-en {
        font-size: 1.6rem;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .faq__q .ac-btn {
        height: 16px;
        width: 2px;
    }

    .faq__q .ac-btn::before {
        height: 2px;
        width: 16px;
    }

    .faq__a {
        padding: 1em 0 1em 40px;
    }

    .faq__a .font-en {
        font-size: 1.6rem;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}