

.sec_wrap {
    display: flex;
    flex-direction: column;
    gap: 120px 0;
    margin: 50px auto 0;
}

.sec_wrap section {
    max-width: var(--maxWidth);
    width: 90%;
    margin: 0 auto;
}

.sec_ttl {
    text-align: center;
    font-size: clamp(19px,2.5vw,28px);
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}

.sec_ttl .large {
    color: #911d22;
    font-size: clamp(33px,4vw,45px);
}

.sec_ttl .small {
    display: block;
    font-size: clamp(16px,2vw,22px);
}

.sec_lead {
    font-size: clamp(14px,1.5vw,18px);
    line-height: 1.8;
}

.sec_txt {
    font-size: clamp(13px,1.4vw,16px);
    line-height: 1.8;
}


.sec01 .sec_ttl {
    margin-bottom: 40px;
}

.sec01 .sec_ttl .small {
    margin-bottom: 3px;
}





.sec02 .sec_ttl {
    line-height: 2.5;
}

.sec02 .sec_ttl span.w {
    position: relative;
    display: inline-block;
    width: 2em;
}

.sec02 .sec_ttl span.w::before {
    content: 'ダブル';
    position: absolute;
    font-size: clamp(10px,1.1vw,12px);
    width: 4em;
    translate: -50% -100%;
    left: 50%;
    top: 10%;
    line-height: 1;
}

.sec02 .sec_ttl span.w img {
    vertical-align: sub;
}

.sec02 .sec_lead {
    text-align: center;
    margin-bottom: 30px;
}

.sec02 .container {
    display: flex;
    justify-content: space-between;
}

.sec02 .container .box {
    width: 50%;
}
.sec02 .container .box01 {
    border-right: 1px solid #000;
    padding-right: 30px;
    margin-right: 30px;
}

.sec02 .container .box .ttl {
    font-size: clamp(14px,1.5vw,16px);
    margin-bottom: 30px;
}

.sec02 .container .box01 .ttl {
    color: #00b0ad;
}

.sec02 .container .box02 .ttl {
    color: #1ca6d4;
}

.sec02 .container .box ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 25px 30px;
}

.sec02 .container .box ul li {
    width: calc(50% - 30px/2);
}

.sec02 .container .box02 ul li img {
    max-width: none;
    width: auto;
    height: 3.7vw;
    max-height: 52px;
}

.sec02 .note {
    margin-top: 40px;
}


.sec_wrap section.sec03 {
    max-width: none;
    width: 100%;
    display: grid;
    grid-template-columns: minmax(3%,60px) 1fr;
}

.sec03 .sec_ttl_wrap {
    color: #fff;
    background-color: #16ab87;
    grid-column: 1/3;
    padding: 30px 0;
}

.sec03 .sec_ttl_wrap .inner {
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.sec03 .sec_ttl_wrap .image {
    max-width: 90px;
    margin: 0 auto;
    grid-column: 1;
    grid-row: 1/3;
    align-self: center;
}

.sec03 .sec_ttl_wrap .txt_wrap {
    border-left: 2px solid #fff;
    padding-left: 40px;
}

.sec03 .sec_ttl_wrap .sec_ttl {
    font-size: clamp(18px,2.2vw,25px);
    text-align: justify;
    margin-bottom: 20px;
}

.sec03 .line_deco {
    background-color: #16ab87;
    position: sticky;
    top: 0;
    height: 100vh;
    padding: 20px 0;
}

.sec03 .line_deco img {
    display: block;
    margin: 0 auto;
    max-width: 25px;
    width: 50%;
}

.sec03 .contents {
    width: 100%;
    background-color: #f2fbfb;
    padding: 50px 30px;
}

.sec03 .contents .inner {
    max-width: 1054px;
    margin: 0 auto;
}


.sec03 .container01 .image {
    max-width: 800px;
    margin: 0 auto;
}


.sec03 .container02 {
    border-bottom: 1px solid #12a7a4;
    padding-bottom: 80px;
    margin-top: 50px;
}

.sec03 .container02 .inner {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 30px 0;
}

.sec03 .container02 .inner .con_lead {
    text-align: center;
    font-size: clamp(19px,2vw,22px);
}

.sec03 .container02 .inner .con_lead .red {
    color: #921d22;
    font-weight: bold;
    font-size: clamp(22px,2.3vw,25px);
}

.sec03 .container02 .inner .box {
    border-bottom: 1px solid #12a7a4;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px 0;
}

.sec03 .container02 .inner .box:last-child {
    border: none;
    padding: 0;
}

.sec03 .container02 .inner .box .txt_wrap {
    width: 48%;
}

.sec03 .container02 .inner .box .sec_txt {
    margin-top: 20px;
}

.sec03 .container02 .inner .box .image {
    width: 48%;
}

.sec03 .container02 .inner .box01 .box_ttl {
    width: 80%;
}

.sec03 .container02 .inner .box02 .box_ttl {
    width: 85%;
}

.sec03 .container02 .inner .box03 .box_ttl {
    width: 85%;
}




.sec03 .point_ttl {
    font-size: clamp(16px,2vw,22px);
    border-bottom: 1px dashed #00b0ad;
    padding-bottom: 10px;
}

.sec03 .point_ttl .small {
    display: block;
    margin-bottom: 3px;
    font-size: clamp(13px,1.6vw,18px);
}

.sec03 .point_txt {
    font-size: clamp(13px,1.5vw,16px);
    line-height: 1.7;
}



.sec03 .container03 {
    position: relative;
    max-width: 800px;
    margin: 10% auto 0;
    background-color: #fff;
    box-shadow: 5px 5px 0 #c9e6e5;
    padding: 30px;
}

.sec03 .container03 .img01 {
    position: absolute;
    width: 30%;
    top: -8%;
    left: -3%;
}

.sec03 .container03 .img01 .cap {
    right: auto;
    left: 28%;
}

.sec03 .container03 .point_ttl {
    margin-left: 18%;
}

.sec03 .container03 .point_txt {
    margin-top: 10px;
    margin-left: 18%;
}

.sec03 .container03 .img02 {
    max-width: 600px;
    margin: 30px auto;
}

.sec03 .container03 .merit_ttl {
    display: flex;
    justify-content: space-between;
    gap: 0 10px;
    align-items: center;
    font-size: clamp(18px,2vw,22px);
    margin-bottom: -0.8em;
}

.sec03 .container03 .merit_ttl span {
    flex-shrink: 0;
}

.sec03 .container03 .merit_ttl::before,
.sec03 .container03 .merit_ttl::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #c9e6e5;
}

.sec03 .container03 .merit_wrap ul {
    border: 1px solid #c9e6e5;
    border-top: none;
    padding: 35px 30px 25px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.sec03 .container03 .merit_wrap ul li {
    width: calc(50% - 10px/2);
    background-color: #c9e6e5;
    border-radius: 10px;
    padding: 5px;
    text-align: center;
    font-size: clamp(15px,1.6vw,18px);
}

.sec03 .container03 .merit_wrap ul li:last-child {
    width: 100%;
}

.sec03 .container03 .note {
    margin-top: 10px;
}


.sec03 .container04 {
    position: relative;
    max-width: 800px;
    margin: 10% auto 0;
    background-color: #fff;
    box-shadow: 5px 5px 0 #c9e6e5;
    padding: 30px;
}

.sec03 .container04 .img01 {
    position: absolute;
    width: 30%;
    top: -12%;
    left: -3%;
}

.sec03 .container04 .img01 .cap {
    right: auto;
    left: 28%;
}

.sec03 .container04 .point_ttl {
    margin-left: 18%;
}

.sec03 .container04 .img02 {
    width: 80%;
    margin: 0 0 0 auto;
}

.sec03 .container04 .point_txt {
    width: 60%;
    margin: 8% 0 -10%;
}





.sec_wrap section.sec04 {
    max-width: none;
    width: 100%;
    display: grid;
    grid-template-columns: minmax(3%,60px) 1fr;
    margin-top: -120px;
}

.sec04 .sec_ttl_wrap {
    color: #fff;
    background-color: #00b3ec;
    grid-column: 1/3;
    padding: 30px 0;
}

.sec04 .sec_ttl_wrap .inner {
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    gap: 0 40px;
}

.sec04 .sec_ttl_wrap .inner .image {
    max-width: 150px;
    align-self: center;
}

.sec04 .sec_ttl_wrap .txt_wrap {
    border-left: 2px solid #fff;
    padding-left: 40px;
}

.sec04 .sec_ttl_wrap .sec_ttl {
    font-size: clamp(16px,2.2vw,25px);
    text-align: justify;
    margin-bottom: 20px;
}

.sec04 .line_deco {
    background-color: #00b3ec;
    position: sticky;
    top: 0;
    height: 100vh;
    padding: 20px 0;
}

.sec04 .line_deco img {
    display: block;
    margin: 0 auto;
    max-width: 25px;
    width: 50%;
}

.sec04 .contents {
    width: 100%;
    background-color: #f7fbfd;
    padding: 50px 30px;
}

.sec04 .contents .inner {
    max-width: 1054px;
    margin: 0 auto;
}


.sec04 .container01 .image {
    max-width: 800px;
    margin: 0 auto;
}


.sec04 .container02 {
    max-width: 800px;
    margin: 50px auto 0;
    display: flex;
    flex-direction: column;
    gap: 30px 0;
}

.sec04 .container02 .con_lead {
    text-align: center;
    font-size: clamp(19px, 2vw, 22px);
}

.sec04 .container02 .box {
    border-bottom: 1px solid #00b3ec;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px 0;
}

.sec04 .container02 .box:last-child {
    border: none;
    padding: 0;
}

.sec04 .container02 .box .txt_wrap {
    width: 48%;
}

.sec04 .container02 .box .sec_txt {
    margin-top: 20px;
}

.sec04 .container02 .box .image {
    width: 48%;
}

.sec04 .container02 .box .image .note {
    margin-top: 3px;
}

.sec04 .container02 .box01 .box_ttl {
    width: 93%;
}


.sec04 .container02 .box02 .box_ttl {
    width: 80%;
}

.sec04 .container03 {
    max-width: 800px;
    margin: 35px auto 0;
    display: grid;
    grid-template-columns: 1fr 60%;
    gap: 0 30px;
}

.sec04 .container03 .sec_ttl {
    grid-column: 1/3;
    text-align: justify;
    margin-bottom: 20px;
}

.sec04 .container03 .img01 {
    grid-column: 1;
    margin-top: 20px;
}

.sec04 .container03 .img01 .note {
    margin-top: 5px;
}

.sec04 .container03 .img02 {
    grid-column: 2;
    grid-row: 2/4;
}

.sec04 .container03>.note {
    grid-column: 1/3;
    margin-top: 50px;
}



.sec04 .container04 {
    border-top: 1px solid #00b3ec;
    padding-top: 100px;
    margin-top: 80px;
}

.sec04 .container04 .sec_ttl {
    position: relative;
    z-index: 2;
}

.sec04 .container04 .sec_lead {
    text-align: center;
}

.sec04 .container04 .sec_lead>span {
    position: relative;
}

.sec04 .container04 .sec_lead>span::after {
    position: absolute;
    top: -300%;
    right: 0;
    content: '';
    max-width: 325px;
    max-height: 363px;
    width: 30vw;
    height: 32vw;
    background-image: url(../images/access/sec05_ttl_deco.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.sec04 .container04 .sec_lead>span span {
    text-align: center;
    position: relative;
    z-index: 2;
}

.sec04 .container04 .container04-01 {
    max-width: 800px;
    margin: 40px auto 0;
}

.sec04 .container04 .container04-01 .image_wrap {
    max-width: 600px;
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between;
}

.sec04 .container04 .container04-01 .image_wrap .image {
    width: 48%;
}

.sec05 .container01 {
    max-width: 800px;
    margin: -50px auto 0;
    display: flex;
    justify-content: space-between;
    padding: 30px;
    background-color: #f2efe8;
}

.sec05 .container01 .box {
    width: 48%;
}

.sec05 .container01 .sec_ttl {
    margin-bottom: 10px;
}

.sec05 .container01 .sec_lead {
    margin-bottom: 10px;
    text-align: center;
}

.sec05 .container01 .sec_ttl_en {
    text-align: center;
    font-size: clamp(22px, 2.5vw, 28px);
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}

.sec05 .container01 .sec_ttl {
    font-size: clamp(17px,2.3vw,25px);
}

.sec05 .container01 .box02 .image {
    margin-top: 20px;
}

.sec05 .container01 .note {
    margin-top: 5px;
}

@media screen and (max-width:1000px) {
    .sec03 .line_deco,
    .sec04 .line_deco {
        height: calc(100vh - 80px);
        height: calc(100dvh - 80px);
        top: 80px;
    }
}

/* SPのみ */
@media screen and (max-width:730px) {

    .sec_wrap {
        margin-top: 40px;
        gap: 80px 0;
    }

    .sec_wrap section {
        width: 100%;
    }

    .sec_ttl {
        margin-bottom: 20px;
    }



    .sec01 .sec_ttl {
        margin-bottom: 30px;
    }

    .sec01 .image {
        width: 90%;
        margin: 0 auto;
    }

    .sec02 .sec_lead {
        margin-bottom: 20px;
    }

    .sec02 .container {
        width: 90%;
        margin: 0 auto;
        flex-direction: column;
        margin-top: 30px;
    }

    .sec02 .container .box {
        width: 100%;
    }

    .sec02 .container .box01 {
        border-right: none;
        border-bottom: 1px solid #000;
        padding: 0 0 30px 0;
        margin: 0 0 30px 0;
    }

    .sec02 .container .box .ttl {
        margin-bottom: 20px;
    }

    .sec02 .container .box ul {
        gap: 20px;
    }


    .sec02 .container .box ul li {
        width: calc(50% - 20px/2);
    }

    .sec02 .container .box02 ul li img {
        height: 90%;
    }

    .sec02 .note {
        width: 90%;
        margin: 40px auto 0;
    }


    .sec03 .line_deco,
    .sec04 .line_deco {
        height: calc(100vh - 60px);
        height: calc(100dvh - 60px);
        top: 60px;
    }

    .sec_wrap section.sec03 {
        grid-template-columns: minmax(3%, 35px) 1fr;
    }

    .sec03 .contents,
    .sec04 .contents {
        padding: 30px 20px;
    }

    .sec03 .sec_ttl_wrap .inner {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 20px 0;
    }

    .sec03 .sec_ttl_wrap .inner .image {
        max-width: 150px;
        margin: 0 auto 0 0;
    }

    .sec03 .sec_ttl_wrap .txt_wrap {
        border: none;
        padding: 0;
    }

    .sec03 .sec_ttl_wrap .sec_ttl {
        margin-bottom: 15px;
    }

    .sec03 .container01 .image {
        width: 90%;
        padding-right: 10%;
        margin: 0 auto;
    }

    .sec03 .container02 {
        padding-bottom: 50px;
    }

    .sec03 .container02 .inner {
        gap: 20px 0;
    }

    .sec03 .container02 .inner .box {
        flex-direction: column;
        gap: 20px 0;
    }

    .sec03 .container02 .inner .box .txt_wrap,
    .sec03 .container02 .inner .box .image {
        width: 100%;
    }

    .sec03 .container02 .inner .box03 .note {
        margin-top: 30px;
    }


    .sec03 .container03 {
        padding: 40px 20px 20px;
        margin-top: 22%;
    }

    .sec03 .container03 .img01 {
        width: 65%;
        top: -4%;
    }

    .sec03 .container03 .img01 .cap {
        left: 24%;
    }

    .sec03 .container03 .point_ttl {
        margin-left: 37%;
    }

    .sec03 .container03 .point_txt {
        margin: 5% 0 0 0;
    }

    .sec03 .container03 .merit_wrap ul {
        padding: 25px 10px 10px;
    }

    .sec03 .container03 .merit_wrap ul li {
        width: 100%;
    }


    .sec03 .container04 {
        padding: 40px 20px 20px;
        margin-top: 15%;
    }

    .sec03 .container04 .img01 {
        width: 65%;
        top: -5%;
    }

    .sec03 .container04 .img01 .cap {
        left: 24%;
    }

    .sec03 .container04 .point_ttl {
        margin-left: 37%;
    }


    .sec03 .container04 .point_txt {
        width: 100%;
        margin: 10px 0 0;
    }

    .sec03 .container04 .img02 {
        width: 100%;
        margin: 10px 0 0;
    }




    .sec_wrap section.sec04 {
        margin-top: -80px;
        grid-template-columns: minmax(3%, 35px) 1fr;
    }

    .sec04 .sec_ttl_wrap .inner {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 20px 0;
    }

    .sec04 .sec_ttl_wrap .inner .image {
        max-width: 200px;
        margin: 0 auto 0 0;
    }

    .sec04 .sec_ttl_wrap .txt_wrap {
        border: none;
        padding: 0;
    }

    .sec04 .sec_ttl_wrap .sec_ttl {
        margin-bottom: 15px;
    }

    .sec04 .container01 .image {
        width: 90%;
        margin: 0 auto;
    }


    .sec04 .container02 .box {
        flex-direction: column;
        gap: 20px 0;
    }

    .sec04 .container02 .box .txt_wrap,
    .sec04 .container02 .box .image {
        width: 100%;
    }

    .sec04 .container02 .box03 .note {
        margin-top: 30px;
    }


    .sec04 .container03 {
        display: flex;
        flex-direction: column;
    }

    .sec04 .container03 .sec_ttl {
        margin-bottom: 15px;
    }

    .sec04 .container03 .img01 {
        width: 80%;
        margin: 15px 0 30px;
    }

    .sec04 .container03>.note {
        margin-top: 40px;
    }


    .sec04 .container04 {
        margin-top: 40px;
        padding-top: 60px;
    }

    .sec04 .container04 .sec_lead>span::after {
        width: 58vw;
        height: 64vw;
        top: -150%;
        right: -25%;
    }

    .sec04 .container04 .container04-01 {
        margin: 20px auto 0;
    }


    .sec05 .container01 {
        margin-top: 50px;
        padding: 30px 20px;
    }

    .sec05 .container01 {
        flex-direction: column;
        gap: 30px;
        margin-top: 0;
    }

    .sec05 .container01 .box {
        width: 100%;
    }

    .sec05 .container01 .box01 {
        order: 1;
        width: 90%;
        margin: 0 auto;
    }

    .sec05 .container01 .box02 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0 20px;
    }

    .sec05 .container01 .box02 .sec_ttl_en,
    .sec05 .container01 .box02 .sec_lead,
    .sec05 .container01 .box02 .sec_ttl {
        grid-column: 1/3;
    }

    .sec05 .container01 .box02 .image {
        margin-top: 5px;
    }



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