/*====================================================*/
/*  */
/*====================================================*/
.front {
    font-size: 1.6rem;
}
@media print,screen and (min-width: 1025px){
    .front {
        font-size: 1.8rem;
    }
}
.bkg {
    padding-bottom: 4rem;
    background-color: var(--point-color);
}
@media print,screen and (min-width: 1025px){
    .bkg {
        padding-bottom: 8.5rem;
        position: relative;
        z-index: 5;
    }
    .bkg::after {
        content: "";
        display: block;
        width: 100%;
        height: 80rem;
        background-image: url(../img/bkg02-pc.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -5;
    }
}

/* .mv {
    overflow-x: clip;
} */
.mv-text ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    grid-column-gap: 1.2rem;
    grid-row-gap: 1rem;
    margin-top: 2rem;
}
.mv-text ul li {
    padding: 0.5em 1.2em;
    background-color: #FFF0A0;
    border-radius: 30vh;
    font-size: 1.6rem;
    text-align: center;
}
@media print,screen and (max-width: 1024px){
    .mv figure {
        display: block;
        width: 100%;
        height: 73vh;
        padding-top: 1rem;
    }
    .mv figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .mv-text {
        margin-top: -9.5rem;
    }
    .mv-text h1 {
        margin-right: calc( 20 * 100% / 750 );
        margin-left: calc( 20 * 100% / 750 );
    }
}
@media print,screen and (min-width: 1025px){
    .mv {
        background-image: url(../img/pc-mv.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: -1vw;
        position: relative;
    }
    
    .mv-text {
        display: flex;
        align-items: center;
        height: 90vh;
        margin-left: calc( 100 * 100% / 1536 );
    }
    .mv-text > div {
        width: 100%;
    }
    .mv-text h1 {
        width: 58%;
        max-width: 840px;
        margin-top: 10vw;
    }
    .mv-text ul {
        grid-column-gap: 2rem;
        justify-content: flex-start;
        margin-top: 3.5rem;
    }
    .mv-text ul li {
        font-size: 2.4rem;
    }
}

.mv-cta {
    margin-top: 3rem;
    padding: 2.8rem 0;
    background: linear-gradient(-90deg,rgba(244, 153, 184, 1) 0%, rgba(232, 40, 106, 1) 100%);
}
.mv-cta p {
    margin-bottom: 1.5rem;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 900;
    text-align: center;
}
.mv-cta .emphasis-text {
    display: block;
    margin-bottom: 6px;
    color: #FAF45C;
    font-size: 1.5rem;
    font-weight: bold;
}
.mv-cta .line-btn {
    width: 293px;
    margin: auto;
    padding: 1em 0.5em 1em 1.3em;
    box-shadow: 0px -3px 6px 0px rgba(0, 0, 0, 0.2);
    font-size: 2.1rem;
    letter-spacing: 0.01em;
}
.mv-cta .line-btn::after {
    right: 1em;
}
.mv-cta .line-btn img {
    left: 1em;
}
@media print,screen and (min-width: 1025px){
    .mv-cta {
        width: 60%;
        margin-top: 0;
        padding: 7rem 10rem 8rem 0;
        border-top-right-radius: 30vh;
        border-bottom-right-radius: 30vh;
    }
    .mv-cta p {
        margin-bottom: 2rem;
        margin-left: calc( 200 * 100% / 1536 );
        font-size: 4.4rem;
    }
    .mv-cta .emphasis-text {
        margin-bottom: 12px;
        font-size: 2.6rem;
    }
    .mv-cta .line-btn {
        width: 436px;
        margin-left: calc( 400 * 100% / 1536 );
        padding: 1.2em 1.5em;
        box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.2);
        font-size: 2.5rem;
    }
}



.container {
  position: relative;
}
.swiper {
    width: 90%;
}
.swiper-button-next,
.swiper-button-prev {
    width: 5.3rem;
    height: 5.3rem;
    border-radius: 60vh;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.16);
}
.swiper-button-next:after,
.swiper-button-prev:after {
    content: "";
    width: 5.3rem;
    height: 5.3rem;
    background-image: url(../img/slider-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.swiper-button-next {
    right: 0;
}
.swiper-button-prev {
    left: 0;
    transform: scale(-1, 1);
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.5rem;
}
.swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    background-color: #E8E8E8;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background-color: var(--point-color);
}
.swiper-slide {
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(119,119,119,0.2);
    border-radius: 10px;
    overflow: hidden;
}
@media print,screen and (min-width: 1025px){
    .swiper-button-next,
    .swiper-button-prev {
        width: 7.4rem;
        height: 7.4rem;
        box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.16);
    }
    .swiper-button-next:after,
    .swiper-button-prev:after {
        width: 7.4rem;
        height: 7.4rem;
    }
    .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
    .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 0.7rem;
    }
    .swiper-pagination-bullet {
        width: 1.4rem;
        height: 1.4rem;
    }
}

.achievements {
    margin-top: 7.3rem;
    margin-bottom: 9.7rem;
    position: relative;
    z-index: 5;
}
.achievements::after {
    content: "";
    display: block;
    width: 100%;
    height: 20rem;
    background-image: url(../img/bkg-sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -5rem;
    left: 0;
    z-index: -5;
}
.achievements h2 {
    margin-bottom: 3rem;
    color: #fff;
    font-size: 2.8rem;
    text-align: center;
}
.achievements-list {
    margin-right: calc(28 * 100% / 750);
    margin-left: calc(28 * 100% / 750);
}
.achievements-list .swiper-pagination {
  bottom: -47px !important;
}
.achievements-list .swiper-pagination-bullet {
    background-color: #F79BBB;
}
.achievements-list .swiper-pagination-bullet-active {
    background-color: #fff;
}
#achievements-swiper .swiper-slide {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 1.5;
}
#achievements-swiper figure {
    aspect-ratio: 292 / 200;
}
#achievements-swiper figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.post-detail {
    padding: 2rem 2rem 3rem;
    border-right: 2px solid #E5E5E5;
    border-left: 2px solid #E5E5E5;
    border-bottom: 2px solid #E5E5E5;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.post-detail > div {
    display: grid;
    grid-template-columns: 9em 1fr;
}
.post-detail ul {
    display: flex;
    align-items: center;
    grid-column-gap: 8px;
    margin-top: 1rem;
}
.post-detail ul li {
    padding: 0.25em 1em;
    border-radius: 30vh;
    border: 1px solid #BABABA;
    font-size: 1.3rem;
    text-align: center;
}
.caption {
    margin-top: 1rem;
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: -0.01em;
    text-align: center;
}
@media print,screen and (min-width: 1025px){
    .achievements {
        margin-top: 9.5rem;
        margin-bottom: 7rem;
    }
    .achievements::after {
        height: 100rem;
        background-image: url(../img/bkg01-pc.png);
        position: absolute;
        top: -30rem;
        left: 0;
        z-index: -5;
    }
    .achievements h2 {
        margin-bottom: 5rem;
        font-size: 4.4rem;
    }
    .achievements-list {
        margin-left: calc( 150 * 100% / 1536 );
        margin-right: calc( 150 * 100% / 1536 );
    }
    .swiper-button-next,
    .swiper-button-prev,
    .achievements-list .swiper-pagination {
        display: none;
    }
    #achievements-swiper {
        width: 100%;
    }
    #achievements-swiper .swiper-slide,
    .post-detail ul li {
        font-size: 1.8rem;
    }
    #achievements-swiper figure {
        aspect-ratio: 350 / 240;
    }
    .post-detail {
        padding: 2.5rem 2rem 3.7rem;
    }
    .post-detail ul {
        grid-column-gap: 6px;
        margin-top: 1.3rem;
    }
    .caption {
        margin-top: 3rem;
        font-size: 1.6rem;
        text-align: right;
    }
}



.problem {
    margin-right: calc( 60 * 100% / 750 );
    margin-left: calc( 60 * 100% / 750 );
    padding-top: 4rem;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 20px 0px rgba(168,35,81,0.3);
}
.problem h2 {
    margin-bottom: 2.2rem;
    font-size: 2.6rem;
    line-height: 1.4;
    text-align: center;
}
.problem-list {
    margin-right: calc( 40 * 100% / 750 );
    margin-left: calc( 40 * 100% / 750 );
}
.problem-list li {
    text-indent: calc(-1.2em + -1rem);
    padding-left: calc(1.2em + 1rem);
    font-size: 1.6rem;
    line-height: 1.25;
}
.problem-list li:not(:last-of-type) {
    margin-bottom: 1rem;
}
.problem-list li::before {
    content: "";
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    margin-right: 1rem;
    background-image: url(../img/check-box.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}
.problem-list img {
    display: block;
    width: 63%;
    margin: 3rem auto 4rem;
}
@media print,screen and (min-width: 1025px){
    .problem {
        margin-left: calc( 100 * 100% / 1536 );
        margin-right: calc( 100 * 100% / 1536 );
        padding-top: 8.5rem;
        border-radius: 30px;
        box-shadow: 0px 0px 20px 0px rgba(168,35,81,0.3);
        position: relative;
        z-index: 10;
    }
    .problem h2 {
        margin-bottom: 5rem;
        font-size: 4.4rem;
    }
    .problem-list {
        display: grid;
        grid-template-columns: 1fr 305px;
        grid-column-gap: min(6%, 92px);
        align-items: flex-end;
        margin-bottom: 5rem;
        margin-right: calc( 200 * 100% / 1536 );
        margin-left: calc( 200 * 100% / 1536 );
    }
    .problem-list li {
        font-size: 2rem;
    }
    .problem-list li:not(:last-of-type) {
        margin-bottom: 2.5rem;
    }
    .problem-list img {
        width: 100%;
        margin: 0;
    }
}

.solution {
    background-color: #FFF0F5;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.solution h3 {
    background-color: #fff;
    font-size: 2.6rem;
    line-height: 1.4;
    text-align: center;
}
.solution h3 .emphasis-text {
    display: block;
    margin-bottom: 1.3rem;
}
.solution .triangle {
    height: 5.3rem;
    filter: drop-shadow(0 10px 20px rgba(234, 84, 136, 0.1));
    position: relative;
}
.solution .triangle::before {
    content: "";
    display: block;
    width: 100%;
    height: 5.3rem;
    background-color: #fff;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
}
.solution > ul {
    margin-top: 6rem;
    margin-right: calc( 40 * 100% / 750 );
    margin-left: calc( 40 * 100% / 750 );
}
.point-card {
    padding: 3.9rem 1.8rem 3rem;
    background-color: #fff;
    border-radius: 10px;
    border: 3px solid var(--point-color);
    font-size: 1.6rem;
    line-height: 1.37;
    letter-spacing: 0.05em;
    position: relative;
}
.point-card:not(:last-of-type) {
    margin-bottom: 4.7rem;
}
.point-card .number {
    display: block;
    width: 5.5rem;
    height: 5.5rem;
    background-color: var(--point-color);
    border: 2px solid #fff;
    border-radius: 60vh;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.16);
    color: #fff;
    font-family: var(--font-Montserrat);
    font-size: 2.5rem;
    line-height: 5.2rem;
    text-align: center;
    position: absolute;
    top: -2.7rem;
    left: 50%;
    transform: translateX(-50%);
}
.point-card p:first-of-type {
    margin-bottom: 7px;
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
}
.point-card ul li {
    text-indent: -1em;
    padding-left: 1em;
}
.solution img:nth-of-type(2) {
    display: block;
    width: 198px;
    margin: 2rem auto 0;
}
@media print,screen and (min-width: 1025px){
    .solution {
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        position: relative;
    }
    .solution h3 {
        background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 56%, rgba(255, 255, 255, 0) 56%, rgba(255, 255, 255, 0) 100%);
        font-size: 4.4rem;
        position: relative;
        z-index: 5;
    }
    .solution h3 .emphasis-text {
        margin-bottom: 1.2rem;
        font-size: 3rem;
        font-weight: 900;
    }
    .solution .triangle {
        height: 17.8rem;
        filter: drop-shadow(0 20px 30px rgba(234, 84, 136, 0.1));
    }
    .solution .triangle::before {
        margin-top: -5rem;
        height: 17.8rem;
        z-index: -5;
    }
    .solution > ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        grid-column-gap: min(3%, 43px);
        grid-row-gap: 6.4rem;
        margin-top: 7.5rem;
        margin-right: calc( 100 * 100% / 1536 );
        margin-left: calc( 100 * 100% / 1536 );
        padding-bottom: 8.5rem;
    }
    .point-card {
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc(92% / 3);
        height: 27rem;
        padding: 4.5rem 2.5rem 3rem;
        font-size: 1.8rem;
    }
    .point-card:not(:last-of-type) {
        margin-bottom: 0;
    }
    .point-card .number {
        width: 7rem;
        height: 7rem;
        font-size: 3.3rem;
        line-height: 6.7rem;
        top: -4rem;
    }
    .point-card p:first-of-type {
        margin-bottom: 1.5rem;
        font-size: 2.6rem;
        white-space: nowrap;
    }
    .solution img {
        display: block;
        position: absolute;
        bottom: 0;
    }
    .solution img:nth-of-type(1) {
        width: 243px;
        left: calc( 98 * 100% / 1536 );
    }
    .solution img:nth-of-type(2) {
        width: 273px;
        margin: 0;
        right: calc( 50 * 100% / 1536 );
    }
    
}



.line-cta {
    margin-right: calc( 28 * 100% / 750 );
    margin-left: calc( 28 * 100% / 750 );
    padding: 3rem 0 3.5rem;
    background-color: #E7F8D5;
    border: 3px solid #3CCA22;
    border-radius: 20px;
    text-align: center;
}
.line-cta p:first-of-type {
    color: #22C412;
    font-size: 2.8rem;
    font-weight: 900;
    line-height: 1.28;
}
.line-cta .emphasis-text {
    margin: 1.5rem 0 1rem;
    color: #17191B;
    font-size: 2rem;
}
.line-cta .line-btn {
    width: 293px;
    margin: auto;
    font-size: 2rem;
}
@media print,screen and (min-width: 1025px){
    .line-cta {
        margin-left: calc( 300 * 100% / 1536 );
        margin-right: calc( 300 * 100% / 1536 );
        padding: 6rem 0 7rem;
        border-width: 5px;
        border-radius: 30px;
    }
    .line-cta p:first-of-type {
        font-size: 4.4rem;
        line-height: 1;
    }
    .line-cta .emphasis-text {
        margin: 3.5rem 0 2rem;
        font-size: 2.6rem;
    }
    .line-cta .line-btn {
        width: 436px;
        font-size: 2.5rem;
        letter-spacing: 0.01em;
    }
}



.support {
    margin: 3.8rem 0 4rem;
    text-align: center;
}
.support h2 {
    margin-bottom: 2rem;
    font-size: 2.8rem;
}
.support-list {
    margin-right: calc( 28 * 100% / 750 );
    margin-left: calc( 28 * 100% / 750 );
    margin-bottom: 9rem;
}
.support-list .swiper {
    width: 90%;
}
.support-list .swiper-pagination {
  bottom: -4rem !important;
}
.support-list .swiper-slide {
    padding: 2.6rem 0 2rem;
	height: auto;
    border: 2px solid #E5E5E5;
}
.support-list .slide-wrap {
	height: 100%;
    font-size: 2rem;
    font-weight: 900;
}
.support-list p span {
    display: block;
    margin-top: 5px;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: -0.001em;
    line-height: 1.3;
}
.support-list figure {
    display: block;
    width: 250px;
    margin: 0 auto 5px;
}
.support-list .swiper-slide:not(.another) figure {
    margin-bottom: 3.8rem;
}
@media print,screen and (min-width: 1025px){
    .support {
        margin: 8.5rem 0;
    }
    .support h2 {
        margin-bottom: 4.8rem;
        font-size: 4.4rem;
    }
    .support-list {
        margin-right: calc( 148 * 100% / 1536 );
        margin-left: calc( 148 * 100% / 1536 );
        margin-bottom: 15.2rem;
    }
    .support-list .swiper {
        width: 92%;
    }
    .support-list .swiper-pagination {
        bottom: -5rem !important;
    }
    .support-list .swiper-slide {
        padding: 3rem 3.5rem 2.5rem;
    }
    .support-list .slide-wrap {
        letter-spacing: -0.001em;
    }
    .support-list figure {
        width: 280px;
    }
    .support-list .swiper-slide:not(.another) figure {
        margin-bottom: 4.7rem;
    }
}



.dotted-bkg {
    margin-top: 4rem;
    padding: 4rem 0;
    background-image: url(../img/bkg-dot.jpg);
    background-size: 300%;
    background-repeat: repeat;
    background-position: center;
}
@media print,screen and (min-width: 1025px){
    .dotted-bkg {
        margin-top: 8.5rem;
        padding: 9.5rem 0 8.5rem;    background-size: contain;
    }
}

#flow {
    margin-bottom: 6.2rem;
    margin-right: calc( 56 * 100% / 750 );
    margin-left: calc( 56 * 100% / 750 );
    padding-top: 3.3rem;
    background-color: #F7F5F0;
}
#flow h2 {
    margin-bottom: 2rem;
    font-size: 2.8rem;
    text-align: center;
}
#flow ol {
    margin-bottom: 1rem;
    padding-right: calc( 36 * 100% / 750 );
    padding-left: calc( 36 * 100% / 750 );
}
#flow li {
    display: grid;
    grid-template-columns: 6rem 1fr;
    grid-column-gap: 2.5rem;
    align-items: center;
    font-size: 2rem;
    line-height: 1.35;
}
#flow li:not(:last-of-type) {
    margin-bottom: 2.2rem;
    position: relative;
}
#flow li:not(:last-of-type)::after {
    content: "";
    width: 3.25rem;
    height: 2.2rem;
    border-right: 4px dotted var(--point-color);
    position: absolute;
    bottom: -2.2rem;
    left: 0;
}
#flow li span {
    width: 6rem;
    height: 6rem;
    background-color: var(--point-color);
    border: 2px solid #fff;
    border-radius: 60vh;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.16);
    color: #fff;
    font-family: var(--font-Montserrat);
    font-size: 2.5rem;
    line-height: 5.7rem;
    text-align: center;
}
#flow picture {
    display: block;
    width: 295px;
    margin: auto;
}
@media print,screen and (min-width: 1025px){
    #flow {
        margin-bottom: 13.3rem;
        margin-right: calc( 200 * 100% / 1536 );
        margin-left: calc( 200 * 100% / 1536 );
        padding-top: 8rem;
    }
    #flow h2 {
        margin-bottom: 3.5rem;
        font-size: 4.4rem;
    }
    #flow > div {
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }
    #flow ol {
        margin-right: 6rem;
        margin-bottom: 0;
        padding: 0 0 8rem;
    }
    #flow li {
        grid-template-columns: 7rem 1fr;
        grid-column-gap: 3.2rem;
        font-size: 2.2rem;
    }
    #flow li:not(:last-of-type) {
        margin-bottom: 3.6rem;
    }
    #flow li:not(:last-of-type)::after {
        width: 3.65rem;
        height: 3.6rem;
        bottom: -3.6rem;
    }
    #flow li span {
        width: 7rem;
        height: 7rem;
        font-size: 3.3rem;
        line-height: 6.7rem;
    }
    #flow picture {
        width: 398px;
        margin: 0;
    }
    
}



.promise {
    margin-right: calc( 56 * 100% / 750 );
    margin-left: calc( 56 * 100% / 750 );
    padding: 0 2rem 1rem;
    background-color: #fff;
    border: 3px solid var(--point-color);
    border-radius: 20px;
    text-align: center;
}
.promise h2 {
    margin-top: -3rem;
    color: var(--point-color);
    font-size: 2.6rem;
    position: relative;
    z-index: 5;
}
.promise h2 span {
    font-family: var(--font-Montserrat);
    font-size: 5rem;
    vertical-align: middle;
}
.promise h2::after {
    content: "";
    display: block;
    width: 7.5em;
    height: 1.5em;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -5;

}
.promise li {
    padding: 4.5rem 0 3rem;
    font-size: 2rem;
    line-height: 1.35;
    position: relative;
}
.promise li:not(:last-of-type) {
    border-bottom: 4px dotted var(--point-color);
}
.promise li img {
    display: block;
    width: 241px;
    margin: 0 auto 1.8rem;
}
.promise .number {
    width: 5.6rem;
    height: 5.6rem;
    background-color: #FEB205;
    border-radius: 60vh;
    color: #fff;
    font-family: var(--font-Montserrat);
    font-size: 2.5rem;
    line-height: 5.6rem;
    position: absolute;
    top: 3rem;
    left: 1.2rem;
}
@media print,screen and (min-width: 1025px){
    .promise {
        margin-right: calc( 100 * 100% / 1536 );
        margin-left: calc( 100 * 100% / 1536 );
        padding: 7.5rem 3rem 6rem;
        border-width: 5px;
        border-radius: 30px;
    }
    .promise h2 {
        margin-top: -12rem;
        font-size: 4.4rem;
    }
    .promise h2 span {
        font-size: 7.9rem;
    }
    .promise ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        justify-content: space-between;
        margin-top: 4rem;
    }
    .promise li {
        padding: 8rem 4rem 4rem;
        font-size: 2.8rem;
        font-size: clamp(24px,1.8vw, 28px);
    }
    .promise li:not(:last-of-type) {
        border-bottom: none;
        border-right: 4px dotted var(--point-color);
    }
    .promise li img {
        width: 319px;
        margin: 0 auto 2.5rem;
    }
    .promise .number {
        width: 7.7rem;
        height: 7.7rem;
        border: 3px solid #fff;
        box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
        font-size: 3.3rem;
        letter-spacing: 0.02em;
        line-height: 7.3rem;
        top: 1.5rem;
        left: 4rem;
    }

}



#faq {
    margin-bottom: 4rem;
    padding: 4rem 0;
    background-color: var(--point-color);
}
#faq h2 {
    color: #fff;
    font-size: 2.8rem;
    text-align: center;
}
.faq-list {
    margin-top: 2rem;
    margin-right: calc( 28 * 100% / 750 );
    margin-left: calc( 28 * 100% / 750 );
}
.accordion_container {
    padding: 2rem 1.5rem;
    background-color: #fff;
    border-radius: 10px;
}
.accordion_container:not(:last-of-type) {
    margin-bottom: 2rem;
}
.js-accordion_title {
    letter-spacing: 0.05em;
    cursor: pointer;
    position: relative;
}
.js-accordion_title p {
    text-indent: calc(-3.5rem + -6px);
    padding-left: calc(3.5rem + 6px);
}
.js-accordion_title p::before {
    content: "Q";
    display: inline-block;
    width: 3.5rem;
    height: 3.5rem;
    margin-right: 6px;
    border-radius: 60vh;
    border: 1px solid var(--point-color);
    color: var(--point-color);
    font-family: var(--font-Montserrat);
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 3.1rem;
    text-indent: initial;
    text-align: center;
}
.accordion_container dd {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px dashed #C7C7C7;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.5;
}
.js-accordion_inner {
    display: none;
}
.js-accordion_inner.open {
    display: block;
}
.answer-text {
    display: grid;
    grid-template-columns: 3.5rem 1fr;
    grid-column-gap: 8px;
    margin-right: 1.5em;
}
.answer-text::before {
    content: "A";
    display: block;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 60vh;
    background-color: var(--point-color);
    color: #fff;
    font-family: var(--font-Montserrat);
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 3.1rem;
    text-align: center;
}
.icon_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 0;
    width: 14px;
    height: 14px;
    box-sizing: border-box;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.icon {
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.icon:before,
.icon:after {
    content: "";
    opacity: 1;
    display: block;
    background-color: var(--point-color);
    width: 100%;
    height: 2px;
    position: absolute;
    top: 6px;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center center;
    transition: var(--hover-transition);
}
.icon:before {
    width: 2px;
    height: 100%;
    top: 0;
    left: 6px;
}
.js-accordion_title.open .icon:before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.js-accordion_title.open .icon::after {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
@media print,screen and (min-width: 1025px){
    #faq {
        margin-bottom: 8.5rem;
        padding: 8.5rem 0;
        position: relative;
    }
    #faq::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-image: url(../img/faq-bkg.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 5;
    }
    #faq h2 {
        font-size: 4.4rem;
        position: relative;
        z-index: 10;
    }
    .faq-list {
        margin-top: 5rem;
        margin-left: calc( 300 * 100% / 1536 );
        margin-right: calc( 300 * 100% / 1536 );
        position: relative;
        z-index: 10;
    }
    .accordion_container {
        padding: 2.5rem;
    }
    .accordion_container:not(:last-of-type) {
        margin-bottom: 3.3rem;
    }
    .js-accordion_title,
    .js-accordion_inner .answer-text {
        padding: 0 1rem;
    }
    .js-accordion_title p::before {
        width: 4.4rem;
        height: 4.4rem;
        margin-right: 1.2rem;
        border-width: 2px;
        font-size: 2.2rem;
        line-height: 4rem;
    }
    .accordion_container dd {
        padding-top: 2rem;
        border-top-width: 2px;
    }
    .answer-text {
        grid-template-columns: 4.4rem 1fr;
        grid-column-gap: 1.2rem;
        margin-right: 0;
    }
    .answer-text::before {
        width: 4.4rem;
        height: 4.4rem;
        font-size: 2.2rem;
        line-height: 4.2rem;
    }
    .icon_wrap {
        right: 1rem;
        width: 2rem;
        height: 2rem;
    }
    .icon:before,
    .icon:after {
        width: 100%;
        height: 3px;
        top: 9px;
    }
    .icon:before {
        width: 3px;
        height: 100%;
        top: 0;
        left: 9px;
    }
}



.company {
    margin: 4rem 0;
    padding: 4rem 0;
    background-color: #F5F5F5;
}
.company .wrap {
    margin-right: calc( 28 * 100% / 750 );
    margin-left: calc( 28 * 100% / 750 );
}
.company dl {
    padding: 2rem 1em;
    border-bottom: 1px solid #C7C7C7;
}
.company dl:first-of-type {
    border-top: 1px solid #C7C7C7;
}
.company dt {
    margin-bottom: 1rem;
}
.company dd {
    font-weight: 500;
    line-height: 1.5;
}
.company dd p:not(:last-of-type) {
    margin-bottom: 0.2em;
}
.company dd span {
    font-weight: bold;
}
@media print,screen and (min-width: 1025px){
    .company {
        margin-top: 8.5rem;
        margin-bottom: 8.5rem;
        margin-left: calc( 200 * 100% / 1536 );
        margin-right: calc( 200 * 100% / 1536 );
        padding: 8.5rem 0;
    }
    .company .wrap {
        margin-left: calc( 100 * 100% / 1536 );
        margin-right: calc( 100 * 100% / 1536 );
    }
    .company dl {
        display: grid;
        grid-template-columns: 220px 1fr;
        padding: 3.5rem 0;
    }
    .company dt {
        margin-bottom: 0;
        line-height: 1.6;
    }
    .company dd {
        line-height: 1.6;
    }
}