@charset "uft-8";
/* ============================
Article header
============================ */

.mainbg {
    background-image: url(../images/mainbackimage-pc.webp);
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 144 / 91;
}

.mainVisual {
    margin: 0.3472% 24.3% 24%;
}

/* Article header sp */
@media screen and (max-width: 768px) {
    .mainbg {
        background-image: url(../images/mainBackimage-sp.webp);
        background-repeat: no-repeat;
        background-size: cover;
        aspect-ratio: 75 / 128;
    }

    .mainVisual {
        padding: 32% 9.8% 0;
        margin: 0;
    }
}
/* sp 768px */

/* ============================
worries
============================ */

.section--worries {
    background-color: #F5F5F5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section__topic--worries {
    border-radius: 20px;
    background: #5C6DAC;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
    display: inline;
    padding: 6px 12px;
    color: #FDFDFD;
    text-align: center;
    font-family: "Rounded Mplus 1c";
    font-size: 2.2222vw;
    font-weight: 700;
    line-height: 2.0;
}


.worries {
    margin-top: 8.2758%;
    border-radius: 80px;
    border: 1px solid #171B1D;
    background: #D9D9D9;
    padding: 24px 11%;
    display: flex;
    justify-content: center;
}

.worries__imgSP {
    display: none;
}

/* worries sp */
@media screen and (max-width: 768px) {
    .section__topic--worries {
        font-size: 4.2666vw;
        margin: 0 11.2%;
    }

    .worries {
        margin-top: 14.6788%;
        border-radius: 40px;
        padding: 24px 4px;
    }

    .worries__imgPC {
        display: none;
    }

    .worries__imgSP {
        display: inline-block;
    }
}
/* sp 768 */

/* ============================
copy
============================ */

.section--copy {
    background-color: #FDEDB4;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
}

.triangle {
    margin: 0 38.3%;
}

.copy {
    color: #171B1D;
    text-align: center;
    font-size: 2.7777vw;
    font-weight: 500;
    line-height: 2.0;
    margin-top: 3.3333%;
}

.copy span {
    color: #EC782A;
    font-size: 3.3333vw;
    letter-spacing: 0.6666vw;
}

.curve {
    margin-top: 3.3333%;
}

/* copy sp */
@media screen and (max-width: 768px) {
    .section--copy {
        gap: 36px;
    }
    
    .copy {
        font-size: 5.3333vw;
    }
    
    .copy span {
        font-size: 6.4vw;
        letter-spacing: 1.28vw;
    }
}
/* sp 768px */

/* ============================
about
============================ */

.section--about {
    background-image: url(../images/about-backImg-pc.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.about {
    display: flex;
    flex-direction: column;
    margin: 0 11.1111vw;
}

.section__topic--about {
    color: #171B1D;
    font-family: Lato;
    font-size: 2.5vw;
    font-weight: 800;
    line-height: 2.0;
    letter-spacing: 0.275vw;
}

.about__txt {
    font-family: "Rounded Mplus 1c";
    font-size: 1.3888vw;
    font-weight: 500;
    margin-top: 5.8443%;
}

.about__span {
    color: #EC782A;
}

.about__message {
    color: #171B1D;
    font-size: 1.5277vw;
    font-weight: 500;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-color: #FABE00;
    text-decoration-thickness: 50%;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

/* about sp */
@media screen and (max-width: 768px) {
    .section--about {
        background-image: url(../images/about-backImg-sp.webp);
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .about {
        gap: 24px;
        margin: 0;
    }
    
    .section__topic--about {
        font-size: 6.9333vw;
        letter-spacing: 0.7626vw;
    }
    
    .about__txt {
        font-size: 4vw;
        font-weight: 500;
    }

    .about__message {
        font-size: 4.8vw;
    }
}
/* sp 768px */

/* ============================
flow
============================ */

.section--flow {
    background-image: url(../images/flowWaveTop.webp),url(../images/flowWaveBottom.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top,bottom;
    background-color: #FDEDB4;
}

.flow {
    margin-top: 8.2758%;
}

.flow__content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 0 4.1%;
}

.flow__content--second {
    margin-top: 4.1379%;
}

.flow__item {
    width: 35.2777vw;
    height: 27.2413%;
    position: relative;
}

.flow__item--left {
    margin-right: 3.3333vw;
}

.flow__box {
    position: absolute;
    width: 30.2777vw;
    padding: 7.0866%;
    top: 7.0866%;
    left: 2.5347vw;
}

.flow__title {
    font-family: "Rounded Mplus 1c";
    font-size: 1.3888vw;
    font-weight: 700;
    text-align: center;
}

.flow__txt {
    font-size: 1.1111vw;
    font-weight: 400;
    margin-top: 9.8901%;
}

/* flow sp */
@media screen and (max-width: 768px) {
    .flow {
        margin-top: 14.6788%;
    }

    .flow__content {
        flex-direction: column;
        padding: 0;
    }
    
    .flow__content--second {
        margin-top: 14.6788%;
    }
    
    .flow__item {
        width: 100%;
        height: 100%;
    }
    
    .flow__item--left {
        margin-right: 0;
    }

    .flow__item--bottom {
        margin-top: 14.6788%;
    }
    
    .flow__box {
        width: 67.7333vw;
        padding: 0;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    
    .flow__title {
        font-size: 4.266vw;
    }
    
    .flow__txt {
        font-size: 3.7333vw;
        margin-top: 4.7244%;
    }
}

/* ============================
voice
============================ */

.voice {
    display: flex;
    position: relative;
    height: 100%;
}

.prev-arrow,
.next-arrow {
    display: block;
    width: 3.4722vw;
    aspect-ratio: 1/1;
    background: coral;
    border-radius: 50%;
    transition: all .3s ease;
    cursor: pointer;
    position:relative;
}

.prev-arrow {
    transform: rotate(180deg);
    margin-right: 1.3888vw;
}

.prev-arrow::before,
.next-arrow::before{
    position:absolute;
    content: "";
    width:0.6944vw;
    aspect-ratio: 1/1;
    border-right: 0.1388vw solid #FFF;
    border-top: 0.1388vw solid #FFF;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    transform:rotate(45deg);
}

.slick-list {
    width: 81.9444vw;
}

.slick-track {
    display: flex;
}

.voice__slider {
    display: flex;
    align-items: center;
    justify-content: center;
}

.voice__item {
    border-radius: 30px 30px 0 30px;
    border: 1px solid #EC782A;
    background: #FDFDFD;
    width: 22.6388vw;
    aspect-ratio: 331/340;
    padding: 36px;
    margin-top: 1.3149%;
    margin-right: 1.3888vw;
    overflow: scroll;
    overflow-x: hidden;
}

.voice__title {
    color: #EC782A;
    font-family: "Rounded Mplus 1c";
    font-size: 1.3888vw;
    font-weight: 700;
    line-height: 1.6;
}

.voice__txt {
    font-size: 1.1111vw;
    font-weight: 400;
    line-height: 1.6;
    margin-top: 24px;
}

.section__topic--parent {
    margin-top: 8.2758%;
}

/* voice sp */
@media screen and (max-width: 768px) {
    .prev-arrow,
    .next-arrow {
        width: 10.75vw;
    }
    
    .prev-arrow {
        margin-right: 6.4vw;
    }
    
    .prev-arrow::before,
    .next-arrow::before{
        width:1.6vw;
        border-right: 0.5333vw solid #FFF;
        border-top: 0.5333vw solid #FFF;
    }
    
    .slick-list {
        width: 100%;
    }
    
    .voice__item {
        width: 58.4vw;
        aspect-ratio: 220/320;
        padding: 24px;
        margin-top: 1.7810%;
        margin-right: 6.4vw;
    }
    
    .voice__title {
        font-size: 4.8vw;
    }
    
    .voice__txt {
        font-size: 3.7333vw;
        margin-top: 12px;
    }
    
    .section__topic--parent {
        margin-top: 14.6788%;
    }
}
/* sp 768px */

/* ============================
message
============================ */

.message {
    display: flex;
    margin-top: 5.1724%;
    flex-direction: column;
}

.message__item {
    display: flex;
    padding: 60px;
    justify-content: center;
    align-items: flex-start;
    border-radius: 50px;
}

.message__item--blue {
    background-color: #D0E3F4;
}

.message__item--orange {
    background-color: #FDEDB4;
    margin-top: 8.2758%;
}

.message__box {
    border-radius: 30px;
    background-color: #FDFDFD;
    padding: 36px;
}

.message__name {
    font-size: 1.6666vw;
    font-weight: 700;
    text-align: center;
    color: #5C6DAC;
    margin-bottom: 4.9585%;
}

.message__name--orange {
    color: #EC782A;
}

.message__txt {
    font-family: "Rounded Mplus 1c";
    font-size: 1.1111vw;
    font-weight: 700;
}

/* message sp */
@media screen and (max-width: 768px) {
    .message {
        margin-top: 14.6788%;
    }
    
    .message__item {
        padding: 24px;
    }
    
    .message__item--orange {
        margin-top: 14.6788%;
    }
    
    .message__box {
        padding: 24px;
    }
    
    .message__name {
        font-size: 5.3333vw;
    }
    
    .message__txt {
        font-size: 3.7333vw;
    }
}
/* sp 768px */

/* ============================
availability
============================ */

.section--availability {
    padding: 8.3333% 0;
    background-image: url(../images/availability.webp);
    background-position:61.3888vw center ;
    background-size:45.8% ;
    background-repeat: no-repeat;
}

.availability {
    display: flex;
    align-items: center;
}

.availability__item {
    background-color: #FDFDFD;
    border-radius: 0px 50px 50px 0px;
    border-top: 1px solid #EC782A;
    border-right: 1px solid #EC782A;
    border-bottom: 1px solid #EC782A;
    width: 54.7222%;
    padding: 36px 36px 36px 9.5%;
}

.section__topic--availability {
    font-size: 1.9444vw;
    font-weight: 600;
    line-height: 2.0;
    display: flex;
    align-items: flex-start;
}

.availability__count {
    font-size: 1.1111vw;
    font-weight: 500;
    line-height: 2.0;
    margin-top: 48px;
}


/* availability sp */
@media screen and (max-width: 768px) {
    .section--availability {
        padding: 19.2% 6.4% 19.2% 0;
        background-image: url(../images/availability.webp);
        background-position:right 6.4vw bottom 11.3074%;
        background-size:87.2% ;
        background-repeat: no-repeat;
    }
    
    .availability__item {
        width: 100%;
        padding: 24px 24px 24px 13.6%;
        margin-bottom: 90.8029%;
    }
    
    .section__topic--availability {
        font-size: 2.0rem;
    }
    
    .availability__count {
        font-size: 1.4rem;
    }
    
}
/* sp 768px */