@charset "utf-8";

main .basewidth {
    width: 1020px;
}

@media screen and (max-width:960px) {
    main {
        overflow-y: hidden;
    }

    main .basewidth {
        width: 100%;
    }
}


main .imgWrapper img {
    width: 100%;
    object-fit: contain;
}


.font-red {
    color: #ff575c;
}

#lp_header {
    width: 100%;
    height: 700px;
    background: #ffb1ac;
    overflow: hidden;
    position: relative;
}

#lp_header::before {
    position: absolute;
    top: 0;
    left: 50%;
    content: '';
    transform: translateX(-50%);
    width: 1713px;
    height: 700px;
    background: url(../images/bg_mainvisual.png) no-repeat;
    background-size: contain;
}

#lp_header .main_lead {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 640px;
}

#lp_header .main_lead::before {
    position: absolute;
    left: -317px;
    bottom: -30px;
    content: '';
    width: 346.5px;
    height: 525px;
    background: url(../images/mv_img_01.png) no-repeat;
    background-size: contain;
}

#lp_header .main_lead::after {
    position: absolute;
    right: -380px;
    bottom: -30px;
    content: '';
    width: 434px;
    height: 618px;
    background: url(../images/mv_img_02.png) no-repeat;
    background-size: contain;
}

@media screen and (max-width:1200px) {
    #lp_header {
        height: 58.333vw;
    }

    #lp_header::before {
        width: 142.75vw;
        height: 58.333vw;
    }

    #lp_header .main_lead {
        width: 53.333vw;
        left: 48%;
    }

    #lp_header .main_lead::before {
        left: -22.417vw;
        bottom: -2.5vw;
        width: 28.875vw;
        height: 43.75vw;
    }

    #lp_header .main_lead::after {
        right: -21.667vw;
        bottom: -2.5vw;
        width: 30.333vw;
        height: 51.5vw;
        background: url(../images/mv_img_02_sp.png) no-repeat;
        background-size: contain;
    }
}

@media screen and (max-width:768px) {
    #lp_header .main_lead::before {
        bottom: 4.2vw;
    }

    #lp_header .main_lead::after {
        bottom: 4.2vw;
    }
}

/*
.parallax {
    position: relative;
}

.parallax:before {
    background: url(../images/bg_mainvisual.jpg) no-repeat top;
    background-size: cover;
    content: "";
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -1;
}

.parallax:after {
    content: "";
    background-color: rgba(255, 255, 255, 0.7);
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -1;
}
*/
/*
.sec {
    padding-top: 100px;
    padding-bottom: 100px;
}

.sec .text {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.9;
    text-align: center;
}*/


.sec_title {
    width: 597px;
    padding: 20px 0;
    color: #333;
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    background: #fff;
    border: #333333 solid 2px;
    margin: 0 auto 50px;
    position: relative;
}

.sec_title::before {
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 30px;
    height: 30px;
    background: #ff575c;
    border-radius: 50%;
    z-index: 1;
}

.sec_title::after {
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 30px;
    height: 30px;
    background: #ff575c;
    border-radius: 50%;
    z-index: 1;
}


@media screen and (max-width: 767px) {
    .sec_title {
        width: calc(100% - 40px);
        margin-left: 20px;
        margin-right: 20px;
        font-size: 1.6rem;
    }
}


/* information */
.information {
    width: 100%;
    background: #fff5ff;
}

.information-company {
    padding: 80px 0;
}

.information-company .inner {
    width: 100%;
    max-width: 964px;
    margin: 0 auto;
    padding: 0 20px;
}

.information-company__lead {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 50px;
}

.information-company__content {
    width: 100%;
    border: #ff575c solid 4px;
    background: #fff;
    margin-bottom: 30px;
}

.information-company__content .accordion-contents {
    display: none;
}

.information-company__content .accordion-contents.is-open {
    display: block;
}

.information-company__content .title {
    width: 100%;
    height: 80px;
    background: #ff575c;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 2px;
}

.information-company__content .title .place {
    display: block;
    margin-left: 8px;
    margin-right: 25px;
    width: 234px;
    height: 54px;
    line-height: 54px;
    font-size: 2.6rem;
    color: #ff575c;
    font-weight: bold;
    text-align: center;
    background: url(../images/information_bg_01.png) no-repeat;
    background-size: contain;
}

.information-company__content .title .date {
    display: inline-block;
    color: #fff;
    font-size: 2.8rem;
    font-weight: bold;
}

.information-company__content .title .date .large {
    font-size: 4rem;
}

.information-company__content .title .date .small {
    font-size: 1.8rem;
}

.information-company__content .container {
    padding: 30px 62px 35px;
}

.information-company__content .row_2col {
    display: grid;
    grid-template-columns: 369px 438px;
    align-items: center;
    gap: 25px;
    margin-bottom: 1em;
}

.information-company__content .row_2col .logo .name {
    display: block;
    margin-top: 5px;
    font-size: 2.8rem;
    font-weight: 500;
    text-align: center;

}

.information-company__content .row_2col .recommend {
    background: #ffeeee;
    padding: 30px;
}

.information-company__content h4 {
    color: #ff575c;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.information-company__content {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 500;
}

.information-company__content .row_2col .recommend h4 {
    text-align: center;
    margin-bottom: 20px;
}

.information-company__content ul li {
    font-size: 2rem;
    line-height: 1.66;
    padding-left: 1em;
    position: relative;
}

.information-company__content ul li::before {
    position: absolute;
    top: 0.6em;
    left: 0;
    content: '';
    width: 5px;
    height: 5px;
    background: #333;
    border-radius: 50%;
}

.information-company__content .row_2col .recommend ul li {
    font-size: 1.8rem;
}

.information-company__content .lead {
    margin-bottom: 1em;
}

.information-company__content .row {
    margin-bottom: 1em;
}

.information-company__content p+p,
.information-company__content ul+p {
    margin-top: 0.5em;
}

.information-company__content .more {
    display: block;
    width: 276px;
    height: 50px;
    text-align: center;
    border: #ff575c solid 2px;
    border-radius: 5px;
    background: linear-gradient(to bottom, #fff, #fff0f0);
    margin: 0 auto;
}

.information-company__content .more span {
    display: inline-block;
    line-height: 50px;
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    color: #ff575c;
    position: relative;
}

.information-company__content .more span::before {
    position: absolute;
    top: 50%;
    left: -30px;
    content: '';
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: url(../images/icon_plus.png) no-repeat;
    background-size: contain;
}

.information-company__content .more span.is-close::before {
    width: 6px;
    height: 2px;
    background: url(../images/icon_minus.png) no-repeat;
    background-size: contain;
}

.information-company__caution {
    text-align: center;
    margin-bottom: 40px;
}

.information-company__capacity {
    width: 711px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    background: #fff;
    border: #ff575c solid 4px;
    margin: 0 auto;
}

.information-company__capacity dt {
    width: 90px;
    height: 90px;
    background: #ff575c;
    border-radius: 50px;
    line-height: 90px;
    text-align: center;
    font-size: 2rem;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.2em;
}

.information-company__capacity dd {
    font-size: 4rem;
    font-weight: bold;
}

.information-company__capacity dd span {
    display: inline-block;
    color: #ff575c;
    font-size: 5.6rem;
    margin-left: 0.1em;
}

@media screen and (max-width: 964px) {
    .information-company__content .title {
        height: auto;
        padding: 5px 0;
        flex-direction: column;
        align-items: flex-start;
    }

    .information-company__content .title .date {
        padding-left: 10px;
    }

    .information-company__content .container {
        padding: 20px;
    }

    .information-company__content .row_2col {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 25px;
        margin-bottom: 1em;
    }

}

@media screen and (max-width: 767px) {
    .information-company__lead {
        font-size: 2rem;
        line-height: 1.6;
        text-align: left;
    }

    .information-company__content .title .place {        
        margin-left: 8px;
        margin-right: 8px;
        width: calc(100% - 16px);
        height: auto;
        padding: 10px 0;
        line-height: 1;
        font-size: 2.4rem;
        background: #fffde0;
    }

    .information-company__content .title .date {
        font-size: 2.2rem;
    }

    .information-company__content .title .date .large {
        font-size: 2.4rem;
    }

    .information-company__content .title .date .small {
        font-size: 1.6rem;
    }

    .information-company__content .row_2col {
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: auto auto;
        gap: 10px;
    }

    .information-company__content .row_2col .logo .img {
        display: block;
        max-width: 300px;
        margin: 0 auto;
    }

    .information-company__content .row_2col .logo .name {
        font-size: 2.1rem;
    }

    .information-company__content .row_2col .recommend {
        padding: 20px;
    }

    .information-company__content h4 {
        font-size: 2rem;
    }

    .information-company__content {
        font-size: 1.8rem;
    }

    .information-company__content ul li {
        font-size: 1.8rem;
    }

    .information-company__capacity {
        width: 100%;
        height: auto;
        padding: 10px;
        gap: 20px;
        border: #ff575c solid 4px;
    }

    .information-company__capacity dt {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 1.6rem;
        letter-spacing: 0;
    }

    .information-company__capacity dd {
        font-size: 2rem;
    }

    .information-company__capacity dd span {
        font-size: 3rem;
    }
}


.information-target {
    background: #caf8fc;
    padding: 80px 0;
}

.information-target .inner {
    width: 100%;
    max-width: 914px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-rows: 350px auto;
    grid-template-columns: 350px 1fr;
    row-gap: 40px;
    /*column-gap: 90px;*/
}

.information-target .col_01 {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    position: relative;
}

.information-target .col_01::before {
    position: absolute;
    top: -25px;
    left: -77px;
    content: '';
    width: 87px;
    height: 102px;
    background: url(../images/information_bg_02.png) no-repeat;
    background-size: contain;
}

.information-target .col_02 {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    width: fit-content;
    margin-right: 12px;
    margin-left: auto;
}

.information-target .col_02 .title {
    display: inline-block;
    color: #ff575c;
    font-size: 2.4rem;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: #ff575c solid 2px;
    margin-bottom: 40px;
}

.information-target ul {
    padding-left: 0.2em;
}

.information-target ul li {
    font-size: 2rem;
    font-weight: bold;
    padding-left: 1em;
    line-height: 2.2;
    position: relative;
}

.information-target ul li::before {
    position: absolute;
    top: 0.9em;
    left: 0;
    content: '';
    width: 5px;
    height: 5px;
    background: #333;
    border-radius: 50%;
}

.information-target .col_03 {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    position: relative;
}

.information-target .col_03 figure {
    margin-bottom: 60px;
    position: relative;
}

.information-target .col_03 figure::before {
    position: absolute;
    bottom: -15px;
    left: -90px;
    content: '';
    width: 92px;
    height: 70px;
    background: url(../images/information_bg_03.png) no-repeat;
    background-size: contain;
}

.information-target .col_04 {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    width: 350px;
    margin-left: auto;
    margin-right: 0;
}

.information-target .col_04 figure {
    margin-bottom: 60px;
    position: relative;
}

.information-target .col_04 figure::before {
    position: absolute;
    top: 5px;
    left: -111px;
    content: '';
    width: 96px;
    height: 63px;
    background: url(../images/information_bg_04.png) no-repeat;
    background-size: contain;
}

.information-target .col_04 figure::after {
    position: absolute;
    bottom: 0;
    right: -72px;
    content: '';
    width: 94px;
    height: 102px;
    background: url(../images/information_bg_05.png) no-repeat;
    background-size: contain;
}

.information-target .text p {
    font-size: 2.2rem;
    line-height: 2.2;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}

.information-target .text p .font-small {
    display: block;
    font-size: 1.8rem;
    margin-top: 10px;
}

@media screen and (max-width: 964px) {
    .information-target {
        overflow: hidden;
    }

    .information-target .inner {
        max-width: 100%;
        grid-template-rows: 1fr auto;
        grid-template-columns: 1fr 1fr;
        column-gap: 40px;
        /*column-gap: 90px;*/
    }

    .information-target figure {
        width: 38.293vw;
    }
}

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

    .information-target .inner {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .information-target figure {
        width: 300px;
        margin: 0 auto;
        position: relative;
    }

    .information-target .col_01,
    .information-target .col_02,
    .information-target .col_03,
    .information-target .col_04 {
        width: 100%;
    }

    .information-target .col_01::before {
        content: none;
    }

    .information-target .col_01 figure::before {
        position: absolute;
        top: -25px;
        left: -37px;
        content: '';
        width: 87px;
        height: 102px;
        background: url(../images/information_bg_02.png) no-repeat;
        background-size: contain;
    }

    .information-target .col_02 {
        width: fit-content;
        margin-right: auto;
        margin-left: auto;
    }

    .information-target .col_02 .title {
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .information-target ul li {
        font-size: 1.8rem;
        line-height: 1.8;
    }


    .information-target .col_03 figure {
        margin-bottom: 30px;
    }

    .information-target .col_03 figure::before {
        position: absolute;
        bottom: -15px;
        left: -50px;
        content: '';
        width: 92px;
        height: 70px;
        background: url(../images/information_bg_03.png) no-repeat;
        background-size: contain;
    }

    .information-target .col_04 {
        margin-left: auto;
        margin-right: auto;
    }

    .information-target .col_04 figure {
        margin-bottom: 30px;
        position: relative;
    }

    .information-target .col_04 figure::before {
        position: absolute;
        top: 5px;
        left: -51px;
        content: '';
        width: 96px;
        height: 63px;
        background: url(../images/information_bg_04.png) no-repeat;
        background-size: contain;
    }

    .information-target .col_04 figure::after {
        position: absolute;
        bottom: 0;
        right: -42px;
        content: '';
        width: 94px;
        height: 102px;
        background: url(../images/information_bg_05.png) no-repeat;
        background-size: contain;
    }

    .information-target .text p {
        font-size: 2rem;
        line-height: 1.8;
    }

    .information-target .text p .font-small {
        font-size: 1.6rem;
        margin-top: 10px;
    }
}

/* flow */
.flow {
    background: #fff5ff;
    width: 100%;
    padding: 80px 0;
}

.flow .inner {
    width: 100%;
    max-width: 964px;
    margin: 0 auto;
}

.flow h3 {
    display: block;
    width: 200px;
    height: 45px;
    color: #fff;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 45px;
    text-align: center;
    background: #ff575c;
    margin: 0 auto 45px;
}

.flow-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 59px;
}

.flow-list__item {
    width: 282px;
    height: 302px;
    background: #fff;
    border: #ff575c solid 2px;
    position: relative;
}

.flow-list__item::before {
    position: absolute;
    top: 50%;
    left: -40px;
    content: '';
    transform: translateY(-50%);
    width: 24px;
    height: 55px;
    background: url(../images/icon_arrow.png) no-repeat;
    background-size: contain;
}

.flow-list__item.--01::before {
    content: none;
}

.flow-list__item.--04,
.flow-list__item.--05 {
    height: 372px;
}

.flow-list__item figure {
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
    width: 240px;
}

.flow-list__item h4 {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.flow-list__item.--01 h4 {
    display: block;
    top: 238px;
    width: 147px;
}

.flow-list__item.--02 h4 .main,
.flow-list__item.--03 h4 .main {
    display: block;
    width: 146px;
    margin: 0 auto;
}

.flow-list__item.--04 h4 .main {
    display: block;
    width: 148px;
    margin: 0 auto;
}

.flow-list__item h4 .sub {
    margin-top: 5px;
    display: block;
    font-size: 1.6rem;
    text-align: center;
    white-space: nowrap;
}

.flow-list__item .text {
    position: absolute;
    top: 216px;
    left: 50%;
    transform: translateX(-50%);
    width: 240px;
    font-size: 1.6rem;
    text-align: left;
}

.flow-list__item.--05 h4 {
    position: absolute;
    top: 15px;
    text-align: center;
    width: 100%;
    height: 56px;
    background: #ff575c;
}

.flow-list__item.--05 h4 .bar {
    margin-top: 5px;
    display: inline-block;
    font-size: 1.8rem;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    position: relative;
    padding: 0 28px;
    position: relative;
}

.flow-list__item.--05 h4 .bar::before {
    position: absolute;
    top: 50%;
    left: 0;
    content: '';
    width: 2px;
    height: 100%;
    background: #fff;
    transform: rotate(-25deg) translateY(-50%);
}

.flow-list__item.--05 h4 .bar::after {
    position: absolute;
    top: 50%;
    right: 0;
    content: '';
    width: 2px;
    height: 100%;
    background: #fff;
    transform: rotate(25deg) translateY(-50%);
}

.flow-list__item.--05 .text {
    top: 230px;
    text-align: center;
}

.flow-list__item.--05 .text .font-image {
    display: block;
    width: 167px;
    margin: 0 auto;
}

.flow-list__item.--05 .text .font-text {
    display: block;
    font-size: 2rem;
    margin-top: 10px;
}

.flow-caption {
    margin-top: 30px;
    text-align: center;
}

@media screen and (max-width: 964px) {
    .flow .inner {
        padding: 0 20px;
    }
}

@media screen and (max-width: 767px) {
    .flow-list {
        flex-direction: column;
        align-items: center;
        gap: 59px;
    }

    .flow-list__item::before {
        position: absolute;
        top: -45px;
        left: calc(50% - 11px);
        content: '';
        transform: rotate(90deg) translateX(-50%) translateY(0);
        width: 24px;
        height: 55px;
        background: url(../images/icon_arrow.png) no-repeat;
        background-size: contain;
    }

    .flow-caption {
        text-align: left;
    }
}




.banner {
    width: 100%;
    background: #ffd5d3;
    padding: 90px 0;
}

.banner .copy {
    width: 711px;
    margin: 0 auto;
    position: relative
}

.banner .copy::before {
    position: absolute;
    bottom: -90px;
    left: -270px;
    content: '';
    width: 271px;
    height: 256px;
    background: url(../images/banner_img_01.png) no-repeat;
    background-size: contain;
}

.banner .copy::after {
    position: absolute;
    bottom: -45px;
    right: -100px;
    content: '';
    width: 150px;
    height: 150px;
    background: url(../images/banner_img_02.png) no-repeat;
    background-size: contain;
}

@media screen and (max-width: 1200px) {
    .banner {
        padding: 7.5vw 0;
    }

    .banner .copy {
        width: 59.25vw;
    }

    .banner .copy::before {
        bottom: -7.5vw;
        left: -22.5vw;
        width: 22.583vw;
        height: 21.333vw;
    }

    .banner .copy::after {
        bottom: -3.75vw;
        right: -8.333vw;
        width: 12.5vw;
        height: 12.5vw;
    }
}



aside {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fff;
}


@media screen and (max-width:767px) {
    main .basewidth {
        width: 100%;
    }


    #lp_header {
        text-align: center;
        padding-bottom: 0;
    }

    .main_lead {
        margin-left: 2.5vw;
        margin-right: 2.5vw;
    }

    #lp_header img {
        padding-top: 0;
        width: 100%;
        aspect-ratio: 4 / 5;
        height: auto;
        object-fit: contain;
    }

    /*
    .parallax:before {
        background: url(../images/AdobeStock_377840169_Preview.jpg) no-repeat 40% center;
        background-size: cover;
        content: "";
        display: block;
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        z-index: -999;
    }*/

    .sec {
        overflow-x: hidden;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .sec .text {
        font-size: 1.6rem;
        text-align: justify;
    }

    .sec_title {
        font-size: 2rem;
        line-height: 1.333;
        text-align: center;
    }


    .sec06 {
        padding-bottom: 500px;
    }

    .sec06 .basewidth {
        position: relative
    }

    .sec06 .basewidth::before {
        bottom: -460px;
        left: 50px;
    }

    .sec06 .basewidth::after {
        bottom: -460px;
        right: 50px;
    }

    .sec06 .text {
        font-size: 2.2rem;
        line-height: 2;
        text-align: center;
    }

    .sec06 .fc-ce405a {
        font-size: 2.7rem;
        line-height: 1.333;
    }

    aside {
        padding-top: 40px;
        padding-left: 2.5vw;
        padding-right: 2.5vw;
    }

}