@charset "utf-8";

html {
    font-size: 10px;
}

body {
    font-size: 1.6rem;
    margin: 0;
    padding: 0;
    max-width: 100%;
    max-height: 100%;
    font-family: "Hiragino Kaku Gothic Pro";
    color: #333;
}

/*-----------------
    共通項目
------------------*/
a {
    text-decoration: unset;
    color: #333;
}

h1 {
    background: linear-gradient(0.25turn, #0AB024, #7FCFFA);
    color: #fff;
    font-size: clamp(2.0rem, 2.6vw, 2.4rem);
    display: inline-block;
}

h3 {
    background: linear-gradient(0.25turn, #0AB024, #7FCFFA);
    color: #fff;
    font-size: clamp(2.0rem, 2.6vw, 2.4rem);
    display: inline-block;
}

img {
    width: 100%;
}

figure {
    margin: 0;
}

.title {
    text-align: center;
    font-size: clamp(2.0rem, 2.6vw, 3.6rem);
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: 0.1em;
}

.title > .underline {
    display: block;
    border-bottom: 2px solid #0AB024;
    width: 100px;
    margin: 20px auto;
}

.contbox {
    display: flex;
    justify-content: center;
    align-items: center;
}
.sp_only.contbox {
    display: block;
}

.green {
    color: #0AB024;
}

.btn {
    position: relative;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    width: 482px;
}
.btn div {
    border: 3px solid #F2932E;
    position: absolute;
    border-radius: 50px;
    background-color: #fff;
    font-size: clamp(1.2rem, 1.6vw, 1.6rem);
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 427px;
}
.btn p {
    background-color: #F2932E;
    border-radius: 15px;
    font-size: clamp(1.4rem, 1.8vw, 2.0rem);
    color: #fff;
    box-shadow: 0 5px 0 #BE711F;
    padding-top: 22px;
}
.btn p span {
    font-size: clamp(2.0rem, 2.6vw, 3.2rem);
}
.btn p:after {
    content: "";
    background: url(../image/btn_right.png) 0 0 no-repeat;
    height: 30px;
    width:15px;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
}
.btn:hover {
    opacity: 0.8;
}
.sp_only {
    display: none;
}

/*-----------------
    section01
------------------*/
.sec01 {
    background: url(../image/top_bg.png) 0 0 no-repeat;
    background-size: cover;
    width: 100%;
    height: 800px;
}
.sec01 h3 {
    line-height: 1.2;
    padding: 10px;  
}
.sec01 .contbox {
    align-items: start;
    height: 100%;
}
.sec01 .left_cont{
    margin-top: 35px;
}
.sec01 .left_cont > p {
    font-weight: 600;
    font-size: clamp(1.4rem, 1.8vw, 2.0rem);
    margin-bottom: 68px;
    letter-spacing: 0.05em;
    line-height: 1.8;
}
.sec01 .left_cont > figure {
    width: 800px;
}
.sec01 .left_cont .underline {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #0AB024;
    margin-top: 25px;
}
.sec01 .right_img {
    width: 800px;
    margin: auto 0 0;
}
.sec01 .right_img > img {
    vertical-align: bottom;
}
/*-----------------
    section02
------------------*/
.sec02 {
    width: 70%;
    margin: 60px auto;
}
.sec02 .title .green {
    font-size: clamp(2.0rem, 2.6vw, 3.6rem);
}
.sec02 .contbox {
    margin: 40px auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 0px 10px;
}
.sec02 h3 {
    background: transparent;
    border-bottom: 2px solid ;
    border-image: linear-gradient(to right, #0AB024, #7FCFFA) 1;
    width: 100%;
    color: #333;
    font-size: clamp(1.8rem, 2.3vw, 3.6rem);
    font-weight: 600;
    line-height: 1.8;
    margin-bottom: 0;
}
.sec02 p {
    font-weight: 300;
    font-size: clamp(1.4rem, 1.8vw, 1.8rem);
}
.sec02 .cont_textbox {
    margin: 0 10px 30px;
}
/*-----------------
    section03
------------------*/
.sec03 {
    background: linear-gradient(0.25turn, #0AB02480, #7FCFFA80);
    width: 100%;
    padding: 20px 0;
}
.sec03 .title {
    margin-bottom: 60px;
}
.sec03 .contbox {
    position: relative;
    justify-content: center;
}
.sec03 h3 {
    font-weight: 600;
    font-size: clamp(1.8rem, 2.3vw, 2.4rem);
    background: #fff;
    color: #333;
    margin-top: 0;
}
.sec03 .bg_border {
    background-color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 5px;
    width: 60%;
    z-index: 0;
}
.sec03 .sec03_contbox {
    background-color: #fff;
    padding: 15px 18px 0px;
    text-align: center;
    z-index: 5;
    margin-right: 40px;
    width: 20%;
}
.sec03 .sec03_contbox:last-child {
    margin-right: 0;
}
.sec03 figure {
    width: 85px;
    margin: 0 auto;
}
.sec03_contbox p {
    font-weight: 600;
    font-size: clamp(1.6rem, 2.1vw, 1.8rem);
    margin-bottom: 0;
}
.sec03 .btn {
    margin: 40px auto 0px;
}
/*-----------------
    section04
------------------*/
.sec04 {
    width: 70%;
    margin: 60px auto;
}
.sec04 .sec04_cont {
    border-bottom: 3px solid;
    border-image: linear-gradient(to right, #0AB024, #7FCFFA) 1;
}
.sec04 .contbox {
    justify-content: space-between;
    align-items: start;
    margin-top: 25px;
}
.sec04 .contbox h3 {
    font-weight: 600;
    font-size: clamp(2.0rem, 2.6vw, 3.6rem);
    line-height: 1.8;
    padding: 0px 20px;
    margin-top: 0;
}
.sec04 .contbox .green {
    font-weight: 600;
    font-size: clamp(1.8rem, 2.3vw, 2.4rem);
    margin: 0;
}
.sec04 .contbox ul {
    margin: 0 0 20px;
}
.sec04 .contbox li, .sec04 .contbox p {
    font-weight: 600;
    font-size: clamp(1.4rem, 1.8vw, 2.4rem);
    margin-bottom: 0;
}
.sec04 .contbox div.green {
    margin-right: 40px;
}
.sec04 p {
    font-weight: 300;
    font-size: clamp(1.4rem, 1.8vw, 2.4rem);
    margin-bottom: 20px;
}
.sec04 .sec04_cont:last-child {
    border-bottom: 0;
}
/*-----------------
    section05
------------------*/
.sec05 {
    background: linear-gradient(0.25turn, #0AB02480, #7FCFFA80);
    width: 100%;
    padding: 20px 0;
}
.sec05 figure:nth-child(1) {
    width: 153px;
    position: absolute;
    top: -20px;
    left: -25px;
}
.sec05 figure:nth-child(2) {
    width: 200px;
    height: 200px;
    margin: 20px auto 0;
}
.sec05 figure:nth-child(2) img {
    background: linear-gradient(0.25turn, #0AB02480, #7FCFFA80);
    border-radius: 50%;
    object-fit: contain;
    width: 190px;
    height: 140px;
    padding: 40px 0px 0px;
}
.sec05 h3 {
    background: #fff;
    color: #333;
    font-size: clamp(1.8rem, 2.3vw, 2.0rem);
    width: 100%;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 3px solid;
    border-image: linear-gradient(to right, #0AB024, #7FCFFA) 1;
}
.sec05_cont h3 > .num {
    background-color: #D9D9D9;
    padding: 0 10px;
    word-break: keep-all;
    width: 20%;
}
.sec05_cont h3 > .pc_only.num {
    margin-left: 20px;
}
.sec05 .contbox {
    width: 70%;
    margin: 60px auto;
}
.sec05 .sec05_contbox {
    width: 50%;
    background-color: #fff;
    margin-left: 20px;
    position: relative;
    height: 520px;
    padding: 20px;
}
.sec05 .sec05_contbox:first-child {
    margin-left: 0;
}
/*-----------------
    section06
------------------*/
.sec06 {
    background: url(../image/top_bg.png) 0 0 no-repeat;
    background-size: cover;
}
.sec06 h2 {
    margin: 100px 0 50px 10%;
    font-size: clamp(1.8rem, 2.3vw, 3.6rem);
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: 0.1em;
    position: relative;
    z-index: 0;
    display: inline-block;
}
.sec06 .underline {
    display: block;
    height: 30px;
    width: 100%;
    background-color: #C8E9CD;
    position: absolute;
    bottom: -5px;
    z-index: -5
}
.sec06 h2 img {
    width: 500px;
}
.sec06 .contbox {
    width: 80%;
    margin: 0 auto;
    align-items: start;
    justify-content: space-between;
}
.sec06 .left_cont {
    margin: 40px 0;
    width: 50%;
}
.sec06 .left_cont > p {
    font-weight: 600;
    font-size: clamp(1.4rem, 1.8vw, 2.0rem);
    letter-spacing: 0.05em;
    line-height: 1.8;
    margin: 60px 0;
    word-break: keep-all;
}
.sec06 .btn {
    margin: 60px 0 20px;
}
.sec06 .right_img {
    width: 40%;
    margin-top: 50px;
}




/*-----------------
    レスポンシブ
------------------*/
@media (max-width: 1440px) {
    .sec06 h2 {
        margin-left: 2%;
    }
    .sec01 .left_cont {
        margin-left: 10px;
    }
    .sec01 .right_img {
        margin-right: 10px;
    }
}

@media (max-width: 1024px) {
    .sec05 .sec05_contbox {
        height: 580px;
    }
    .sec06 .sp_right {
        display: block;
        text-align: right;
    }
    .sec06 .underline {
        width: 60%;
        bottom: 40px;
        right: 0;
    }
    .sec06 .left_cont > p {
        word-break: normal;
    }
    .sec06 .right_img {
        width: 40%;
    }
}

@media (max-width: 768px) {
    .sp_only, .contbox, .green, .spbox {
        display: block;
    }
    .sp_only.contbox {
        display: flex;
    }
    .btn {
        width: 90%;
    }
    .btn div {
        width: 80%;
    }
    .pcbr, .pcimg, .pc_only {
        display: none;
    }
    .title > .underline {
        margin: 5px auto;
        width: 50px;
    }

    .sec01 {
        height: auto;
    }
    .sec01 h3 {
        margin: 15px auto;
        line-height: 1.5;
        width: 94%;
    }
    .sec01 .left_cont { 
        margin: 0 auto;
        text-align: center;
        height: 600px;
    }
    .sec01 .sp_only.img {
        width: 70%;
        margin: 0 auto;
    }
    .sec01 .left_cont > p {
        margin-bottom: 0;
        line-height: 1.5;
        word-break: auto-phrase;
    }
    .sec01 .left_cont > figure {
        width: 90%;
        margin: 0 auto;
    }
    .sec01 .left_cont .underline {
        margin-top: 5px;
    }
    .sec01 .right_img {
        display: none;
    }
    .sec01 .btn {
        margin: 0 auto;
        position: relative;
        bottom: 80px;
    }

    .sec02 {
        width: 90%;
        margin: 20px auto;
    }
    .sec02 .title {
        line-height: 1.5;
        letter-spacing: 0.05em;
    }
    .sec02 .contbox {
        width: 100%;
        display: block;
    }
    .sec02 h3 {
        text-align: center;
    }
    .sec02 .left_img, .sec03 .btn {
        display: none;
    }
    .sec02 .spimg {
        margin-top: 20px;
    }
    .sec03 .sec03_contbox, .sec03 .sec03_contbox:last-child {
        width: 80%;
        margin: 0 auto 20px;
        position: relative;
        z-index: 5;
    }
    .sec03 .bg_border {
        transform: translate(-50%, -50%) rotate(-90deg);
        width: 600px;
        z-index: 0;
    }

    .sec04 {
        width: 90%;
        margin: 40px auto;
    }
    .sec04 .right_img {
        display: none;
    }
    .sec01 .sp_only.img {
        width: 80%;
        margin: 0 auto;
    }
    .sec04 .contbox {
        justify-content: start;
    }
    .sec04 .contbox h3 {
        width: 90%;
        text-align: center;
    }
    .sec04 .contbox p {
        margin: 0 0 0 10px;
    }

    .sec05 .contbox {
        width: 90%;
        margin: 40px auto;
    }
    .sec05 .sec05_contbox {
        width: 90%;
        margin: 0 auto 40px;
    }
    .sec05 h3 > span:last-child {
        display: none;
    }
    .sec05 h3 > .sp_only.num {
        width: 50%;
        margin: 0 auto;
        text-align: center;
    }

    .sec06 {
        padding-bottom: 100px;
    }
    .sec06 .underline {
        width: 90%;
        bottom: 50px;
        right: auto;
    }
    .sec06 h2 {
        margin-bottom: 10px;
    }
    .sec06 h2 img {
        width: 95%;
        margin: 10px auto;
    }
    .sec06 .contbox {
        width: 100%;
    }
    .sec06 .right_img {
        display: none;
    }
    .sec06 .left_cont {
        width: 95%;
        margin: 0 auto;
    }
    .sec06 .btn.sp {
        width: 95%;
        position: fixed;
        bottom: 0;
        margin: 0 auto;
        z-index: 10;
    }
    .sec06 .btn div {
        top: 10px;
    }
}
