﻿@charset "UTF-8";


/* --------------------
    mainvisual 
-------------------- */


.mainvisual {
    width: 100%;
    position: relative;
    margin-bottom: 60px;   
}

.mainvisual .mainimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 77vw; /* 1025 / 1330 */
    height: calc(77vw * 0.58); /* w1025:h600 = 1:0.58 */
}

.mainvisual .mainimg img {
    max-width: 100%;
    object-fit: cover;
    object-position: 50% 0;
}

.mainvisual .main_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(77vw * 0.5); /* w1025:h520 = 1:0.5 */
    background-color: #dce9f1;
    z-index: -10;
}

.mainvisual h2 {
    font-size: 2.5rem; /* 40px */
    font-weight: bold;
    color: #0080c8;
    position: absolute;
    top: calc(77vw * 0.58 * 0.5); /* mainimgの高さの半分 */
    left: 68%; 
    z-index: 20;
}

@media screen and (max-width: 1330px) {
    .mainvisual h2 {
        right: 10%;
        left: inherit;
    }
}


@media screen and (max-width: 760px) {
    .mainvisual h2 {
        font-size: 2rem; /* 32px */
        top: 145px;
    }

    .mainvisual .mainimg {
        width: 82%; /* 320 / 390 */
        height: 378px;
    }

    .mainvisual .mainimg img {
        height: 378px;
        object-position: 50% 50%;
    }

    .mainvisual .main_bg {
        height: 340px;
    }
}

@media screen and (max-width: 520px) {
    .mainvisual h2 {
        font-size: 1.625rem; /* 26px */
        top: 165px;
    }
}

/* --------------------
        guidance 
-------------------- */

#guidance {
    text-align: center;
    padding-top: calc(77vw * 0.58 + 60px); /* mainimgのheight + 60px */
    margin-bottom: 100px;
}

#guidance h3 {
    margin-bottom: 40px;
    letter-spacing: 0.1em;
}
#guidance p {
    line-height: 36px;
}

@media screen and (max-width: 760px) {
    #guidance {
        padding: 428px 26px 0;
        margin-bottom: 80px;
    }

    #guidance p {
        line-height: 36px;
        text-align: left;
    }
}

/* --------------------
    flow_for_beginners 
-------------------- */

#flow_for_beginners {
    width: 100%;
    background-color: #f6f8f9;
    padding: 88px 0 123px;
    text-align: center;
}

#flow_for_beginners h3 {
    letter-spacing: 0.1em;
    margin-bottom: 60px;
}

#flow_for_beginners h4 {
    color: #0080c8;
    margin-bottom: 40px;
}

#flow_for_beginners p {
    line-height: 36px;
}

#flow_for_beginners ul li {
    display: flex;
    background-color: #fff;
    border-radius: 20px;
    padding: 45px 7% 45px 0;
    margin-bottom: 95px;
}

.flow_circle_container {
    width: 80px;
    margin-left: -15px;
    margin-right: 5%;
    display: flex;
    align-self: center;
}

.flow_circle {
    width: 100%;
    padding-top: 100%;
    background-color: #6498d2;
    border-radius: 50%;
    text-align: center;
    position: relative;
}

/* 円の欠けた部分 */
.flow_circle::before {
    content: '';
    width: 15px;
    height: 100px;
    background-color: #f6f8f9;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 10;
}

.flow_circle p {
    color: #fff;
    font-size: 0.85rem; /* 13.5px */
    position: absolute;
    top: calc(50% - 30px);
    left: 25px;
}

.flow_circle p span {
    font-size: 2rem; /* 32px */
    display: block;
    position: absolute;
    top: calc(50% + 8px);
    left: 6px;
}

.flow_desc {
    text-align: left;
    width: 50%;
    margin-right: 10%;
}

.flow_notes {
    display: flex;
    justify-content: space-between;
    margin-bottom: 65px;
}

.flow_notes_desc {
    width: 60%;
    text-align: left;
}

.flow_notes_img {
    width: 35%;
}

@media screen and (max-width: 760px) {
    #flow_for_beginners {
        padding: 32px 26px 25px;
    }

    #flow_for_beginners h3 {
        margin-bottom: 30px;
    }

    #flow_for_beginners h4 {
        margin-bottom: 35px;
    }
    #flow_for_beginners p {
        line-height: 29px;
        margin-bottom: 30px;
    }

    #flow_for_beginners ul {
        background-color: #fff;
        border-radius: 20px;
        padding: 45px 0 0;
        margin-bottom: 50px;
    }
    
    #flow_for_beginners ul li {
        display: block;
        padding: 0;
        margin-bottom: 0;
    }

    .flow_circle_container {
        width: 50px;
        margin-left: -8px;
    }

    /* 円の欠けた部分 */
    .flow_circle::before {
        width: 8px;
        height: 50px;
    }

    .flow_circle p {
        font-size: 0.53rem; /* 8.5px */
        top: calc(50% - 25px);
        left: 15px;
    }
    
    .flow_circle p span {
        font-size: 1.25rem; /* 20px */
        top: 55%;
        left: 4px;
    }

    .flow_desc {
        width: 100%;
        padding: 0 26px;
    }

    .flow_desc h4 {
        margin-top: -35px;
        margin-left: 50px;
    }

    .flow_img {
        padding: 0 26px 48px;
    }

    .flow_notes {
        display: block;
        margin-bottom: 0;
        padding: 0;
    }

    .flow_notes_desc {
        width: 100%;
        /* text-align: left; */
    }
    
    .flow_notes_img {
        width: 100%;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 520px) {
    
}
/* --------------------
        reasons 
-------------------- */

#reasons {
    width: 100%;
    background-color: #d9e6f4;
    padding-top: 70px;
    padding-bottom: 90px;
}

.reasons_container {
    display: flex;
    justify-content: center;
    gap: 9%;
    margin-bottom: 60px;
}

.reason_detail {
    width: 27%;
    position: relative;
}

.reason_catch {
    position: absolute;
    width: 82px;
    height: 67px;
    background-color: #6498d2;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    line-height: 67px;
    top: -96px;
    left: -60px;
}

.reason_number {
    position: absolute;
    font-size: 1.875rem; /* 30px */
    color: #0080c8;
    top: 0;
    left: -35px;
}

.reason_detail p {
    line-height: 36px;
}
.reason_illust {
    background-color: #fff;
    border-radius: 10px;
    width: 100%;
    height: 185px;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: -90px;
}

.reason_illust img {
    height: 70%;
}

.reason_conc {
    background-color: #6498d2;
    border-radius: 10px;
    text-align: center;
    width: 100%;
    height: 56px;
    margin-top: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#reasons h4 {
    color: #fff;
    line-height: 27px;
}

@media screen and (max-width: 1200px) {
    .reasons_container {
        padding-left: 82px;
    }
}
@media screen and (max-width: 760px) {

    #reasons {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    #reasons .inner {
        padding: 0 26px;

    }
    .reasons_container {
        display: block;
        margin-bottom: 60px;
        padding-left: 0;
    }

    .reason_detail {
        width: 100%;
        padding-top: 85px;
        margin-bottom: 50px;
    }

    .reason_catch {
        width: 60px;
        height: 57px;
        line-height: 57px;
        top: 0;
        left: 0;
    }

    .reason_number {
        font-size: 1.625rem; /* 26px */
        line-height: 57px;
        top: 0;
        left: 82px;
    }

    .reason_detail p {
        line-height: 29px;
        margin-bottom: 35px;
    }

    .reason_illust {
        position: static;
        height: 215px;
    }
    
    .reason_conc {
        height: 135px;
        margin-top: 0;
        padding: 0 26px;
    }

    #reasons h4 {
        line-height: 32px;
    }
}

/* --------------------
        notes 
-------------------- */

#notes {
    width: 100%;
    background-color: #f6f8f9;
    padding-top: 95px;
    padding-bottom: 100px;
}

#notes h4 {
    color: #0080c8;
    margin-bottom: 36px;
}

#notes p {
    line-height: 36px;
}

.notes_about_clothes_container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 65px;
}

.notes_clothes_img {
    max-width: 375px;
    width: 35%;
}

.notes_about_times p {
    columns: 2;
    column-rule: none;
    column-gap: 6em;
}


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

    #notes {
        padding-top: 35px;
        padding-bottom: 60px;
    }

    #notes h4 {
        margin-bottom: 25px;
    }

    #notes p {
        line-height: 29px;
    }

    .notes_about_clothes_container {
        display: block;
        /* justify-content: space-between; */
        margin-bottom: 45px;
    }

    .notes_about_clothes {
        margin-bottom: 35px;
    }

    .notes_clothes_img {
        max-width: 760px;
        width: 100%;
    }
    
    .notes_about_times p {
        columns: 1;
    }
    

}