html{
    overflow-x: hidden;
    scroll-behavior: smooth;
}
body{
    overflow-x: hidden;
    font-family: 'Red Hat Display','Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 11px;
    color: #000;
    line-height: 1.9;
    letter-spacing: 0.06em;
}


/*
共通CSS
*/

/* フォントサイズ */
.fs-8{
    font-size: 8px;
}
.fs-9{
    font-size: 9px;
}
.fs-10{
    font-size: 10px;
}
.fs-11{
    font-size: 11px;
}
.fs-12{
    font-size: 12px;
}
.fs-13{
    font-size: 13px;
}
.fs-14{
    font-size: 14px;
}
.fs-15{
    font-size: 15px;
}
.fs-16{
    font-size: 16px;
}
.fs-17{
    font-size: 17px;
}
.fs-18{
    font-size: 18px;
}
.fs-21{
    font-size: 21px;
}
.fs-24{
    font-size: 24px;
}
.fs-25{
    font-size: 25px;
}
.fs-28{
    font-size: 28px;
}
@media screen and (max-width: 768px) {
    .fs-18{
        font-size: 16px;
    }    
}


/* フォントウェイト */
.fw-mid{
    font-weight: 500;
}
.fw-bld{
    font-weight: 700;
}

/* マージン */
.mb-15{
    margin-bottom: 15px;
}
.mb-25{
    margin-bottom: 25px;
}
.mb-30{
    margin-bottom: 30px;
}

/* フォントカラー */
.orange{
    color: #FD8F50;
}
.grey{
    color: #666666;
}

/* その他装飾 */
.marker-yellow{
    background: linear-gradient(transparent 75%, #FFFF00 75%);
}
.ul{
    border-bottom: 1px solid #000;
}
.btn:hover{
    opacity: .7;
}
.d-flex{
    display: flex;
}
.lh-1{
    line-height: 1;
}
.sp-br{
    display: none;
}
@media screen and (max-width: 768px) {
    .sp-br{
        display: block;
    }
    .pc-br{
        display: none;
    }
}



/*
section01
*/
.section01{
    padding: 40px 0 75px 0;
}
.top-contact-btn{
    padding: 10px 0;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: flex-end;
    border: #000 1px solid;
    border-radius: 100vh;
    margin: 0 40px 45px auto;
    max-width: 200px;
    letter-spacing: 0.1em;
}
.top-contact-btn img{
    max-width: 30px;
    position: relative;
    top: -2px;
}
.mv-container{
    display: flex;
    gap: 80px;
    justify-content: center;
    align-items: center;
    max-width: 80%;
    margin: 0 auto;
}
.mv-container-item{
    text-align: center;
    width: 355px;
}
.mv-logo{
    width: 260px;
    margin-bottom: 25px;
}
.mv-container-item p{
    color: #006837;
    margin-bottom: 35px;
}
h1{
    margin-bottom: 35px;
    white-space: nowrap
}
.mv-read-btn{
    display: flex;
    align-items: baseline;
    gap: 20px;
    justify-content: flex-end;
}
.mv-read-btn-arrow{
    max-width: 48px;
    margin-bottom: unset;
}
.mv-right-img{
    width: 320px;
}
@media screen and (max-width: 768px) {
    .section01{
        padding: 40px 15px;
    }    
    .mv-container{
        flex-direction: column;
        max-width: 100%;
        gap: 30px;
    }
    .mv-container-item{
        max-width: 100%;
    }
    .mv-container-item .fs-17{
        font-size: 15px;
    }
    h1{
        margin-bottom: 35px;
        white-space: unset;
    }    
    .mv-read-btn{
        padding-right: 15px;
    }
    .mv-right-img{
        max-width: 100%;
    }
    .top-contact-btn{
        margin: 0 0 45px auto;
    }    
}


/*
section02
*/
.section02 h2{
    padding: 35px 0;
    background-color: rgba(197, 222, 217, .5);
    text-align: center;
}
.conversation-wrapper{
    letter-spacing: 0.045em;
    padding: 45px 0 40px 0;
    background: linear-gradient(to bottom, #fff, rgba(197, 222, 217, .5));
}
.conversation-title{
    width: fit-content;
    margin: 0 auto 45px auto;
    text-align: center;
}
.conversation-title p{
    margin-bottom: 5px;
}
.comversation-img{
    max-width: 180px;
    position: relative;
    top: -15px;
}
/* 吹き出し本体 */
.balloon01,
.balloon02
{
    position: relative;
    max-width: 330px;
    padding: 40px 20px 40px 20px;
    background-color: #fff;
    margin: 0 auto 40px auto;
    border-radius: 40px;
    box-shadow: 3px 3px 3px 2px rgba(0, 0, 0, 0.3);
}
.balloon02{
    margin: 0 auto 65px auto;
    padding: 40px 0px 40px 40px;
}
.balloon04{
    margin: 0 auto 20px auto;
    padding: 40px 20px 40px 25px;
}
.balloon01::after{
    position: absolute;
    content: "";
    width: 24px;
    height: 36px;
    top: 0px;
    left: -10px;
    border-radius: 18px 0 6px 18px/18px 0 1px 18px;
    box-shadow: -3px -15px 0 -5px white inset;
}
.balloon02::after{
    position: absolute;
    content: "";
    width: 24px;
    height: 36px;
    top: 0px;
    right: -10px;
    border-radius: 0 18px 18px 6px/0 18px 18px 1px;
    box-shadow: inset 3px -15px 0 -5px #fff;
}
.human-wrapper{
    position: absolute;
    top: -20px;
    left: -130px;
    max-width: 90px;
}
.human-wrapper02{
    position: absolute;
    top: -20px;
    right: -130px;
    max-width: 90px;
}
.human-wrapper p,
.human-wrapper02 p
{
    color: #666666;
    text-align: center;
}
.human-wrapper img,
.human-wrapper02 img
{
    max-width: 100%;
}
.comversation-line{
    width: 80%;
    margin: 0 auto 60px auto;
    display: block;
}
.comversation-bottom-text{
    max-width: 360px;
    margin: 0 auto;
    letter-spacing: -0.1em;
    color: #666666;
}
.section02-triangle {
    background-color: rgba(197, 222, 217, .5);
    height: 30px;
    width: 50px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    margin: 0 auto 60px auto;
    position: relative;
}
@media screen and (max-width: 768px) {
    .section02 h2{
        padding: 30px 15px;
    }
    .conversation-wrapper{
        padding: 45px 15px 40px 15px;
    }
    .balloon01,
    .balloon02
    {
        max-width: 70%;
        padding: 30px 10px;
        margin: 0 0 40px auto;
    }
    .balloon02{
        margin: 0 auto 40px 0;
        padding: 30px 10px;
    }
    .human-wrapper {
        left: -100px;
    }
    .human-wrapper02{
        right: -100px;
    }
    .comversation-line {
        margin: 0 auto 40px auto;
    }
}



/*
section03
*/
/*タブ*/
.tab{
    max-width: 820px;
    margin: 0 auto;
}
.tab-list{
	display: flex;
    gap: 20px;
    margin-left: 40px;
}
.tab-menu{
    opacity: .5;
}
.content-box {
    display: none;
    max-width: 820px;
    width: 100%;
}
.tab-menu.current {
    opacity: 1;
}
.tab-menu-green,
.tab-menu-orange
{
    height: 42px;
    width: 250px;
    line-height: 42px;
	padding: 0 15px;
    background-color: rgba(140, 196, 63, .3);
    border-radius: 10px 10px 0 0;
    text-align: center;
    position: relative;
}
.tab-menu-green-before,
.tab-menu-orange-before
{
    position: absolute;
    bottom: 0;
    left: -9.5px;
    width: 10px;
    height: 35px;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    background-color: rgba(140, 196, 63, .3);

}
.tab-menu-green-after,
.tab-menu-orange-after
{
    position: absolute;
    bottom: 0;
    right: -10px;
    width: 10px;
    height: 35px;
    clip-path: polygon( 0 0, 100% 100%, 0 100%);
    background-color: rgba(140, 196, 63, .3);

}
.tab-menu-orange,
.tab-menu-orange-after,
.tab-menu-orange-after
{
    background-color: rgba(251, 184, 42, .4);
}
.tab-menu-orange-before{
    background-color: rgba(251, 184, 42, .4);
}
.green-wrapper{
    position: relative;
    border-radius: 30px;
    border: 20px solid rgba(140, 196, 63, .3);
}
.orange-wrapper{
    position: relative;
    border-radius: 30px;
    border: 20px solid rgba(251, 184, 42, .4);
}
.tab-inner{
    border-radius: 30px;
    padding: 65px 45px 45px 45px;
}
.tab-inner-green-img-wrapper{
    display: flex;
    align-items: center;
    gap: 55px;
    margin-bottom: 60px;
}
.tab-inner-green-img-left{
    width: 40%;
}
.tab-inner-green-img-right{
    width: 50%;
    height: auto;
}
.tab-green-text{
    max-width: 61%;
    margin: 0 auto;
}
.tab-orange-title{
    text-align: center;
    margin-bottom: 40px;
}
.tab-orange-img{
    max-width: 90%;
    margin: 0 auto 40px auto;
    display: block;
}
.tab-orange-text-container{
    display: flex;
    gap: 135px;
}
@media screen and (max-width: 768px) {
    .section03{
        padding: 0 15px;
    }
    .tab-list{
        gap: 0px;
        margin-left: 0px;
    }    
    .tab-menu-green,
    .tab-menu-orange
    {
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1.5;
        padding: 10px;
    }
    .tab-list .fs-14{
        font-size: 10px;
    }
    .tab-menu-green-before,
    .tab-menu-orange-before
    {
        display: none;
    }
    .tab-menu-green-after,
    .tab-menu-orange-after
    {
        display: none;
    
    }
    .green-wrapper{
        border-radius: 0 0 30px 30px;
    }
    .orange-wrapper{
        border-radius: 0 0 30px 30px;
    }
    .tab-inner{
        padding: 30px 5px;
    }
    .tab-inner-green-img-wrapper{
        flex-direction: column;
        gap: 30px;
        margin-bottom: 60px;
    }
    .tab-inner-green-img-left{
        width: 100%;
    }
    .tab-inner-green-img-right{
        width: 100%;
    }
    .tab-green-text{
        max-width: 100%;
    }
    .tab-orange-img{
        max-width: 100%;
    }
    .tab-orange-text-container{
        gap: 5px;
    }
    .tab-orange-text-container .fs-12{
        font-size: 8px;
        line-height: 1.3;
    }
    .tab-orange-text-container p:first-child{
        padding-right: 2.5px;
        border-right: #000 solid .5px;
    }
}


/*
section04
*/
.section04{
    padding-top: 140px;
    text-align: center;
    scroll-margin-top: -90px;
}
.section04 h3{
    margin-bottom: 60px;
}
.section04-logo{
    width: 27%;
    margin-bottom: 20px;
}
.section04-logo-text{
    color: #006837;
    margin-bottom: 30px;
}
.section04-bottom-text{
    margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
    .section04{
        padding: 140px 15px 0 15px;
        scroll-margin-top: -90px;
    }
    .section04-logo{
        min-width: 150px;
    }    
}



/*
section05
*/
.section05-triangle{
    background-color: #EBEBEB;
    height: 60px;
    width: 50px;
    clip-path: polygon( 50% 0,  100% 100%, 0 100%);
    margin: 0 auto;
    position: relative;
    top: 1px;
}
.setion05-wrapper{
    background-color: #EBEBEB;
    padding: 55px;
    max-width: 840px;
    margin: 0 auto 45px auto;
    text-align: center;
}
.setion05-wrapper h3{
    margin-bottom: 30px;
}
.section05-logo{
    width: 22.6%;
    max-width: 600px;
    margin-bottom: 15px;
}
.section05-logo-text{
    color: #006837;
    margin-bottom: 15px;
}
.section05-container01{
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
    margin-bottom: 45px;
}
.section05-container01 img{
    max-width: 350px;
}
.section05-container-text-wrapper{
    text-align: left;
    max-width: 260px;
    letter-spacing: 0;
}
.section05-container02{
    display: flex;
    justify-content: center;
    gap: 30px;
}
.section05-container02-item{
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding: 25px 20px;
    border-radius: 30px;
    margin-bottom: 60px;
}
.section05-container02-item h4{
    font-weight: 600;
    margin-bottom: 10px;
}
.section05-container02-item img{
    margin: 0 auto 20px auto;
}
.section05-fujisan{
    padding-bottom: 45px;
}
.fujisan-title{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin-bottom: 30px;
}
.fujisan-title img{
    width: 55px;
    height: auto;
}
.fujisan-container{
    display: flex;
    gap: 35px;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
.fujisan-container img{
    width: 360px;
    height: auto;
}
.fujisan-text-wrapper{
    text-align: left;
    max-width: 270px;
}
.fujisan-comversation-line{
    max-width: 755px;
    width: 98%;
    margin: 0 auto 35px auto;
    display: block;
}
.section05-bottom-container{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.section05-bottom-container p{
    text-align: left;
    max-width: 450px;
    letter-spacing: 0.01em;
}
.section05-bottom-container img{
    max-width: 250px;
    height: auto;
}
.fcn-btn{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 40px;
    padding: 20px 0;
    width: 440px;
    margin: 0 auto;
    border: #000 1px solid;
}
.fcn-btn img{
    width: 40px;
    height: auto;
    position: relative;
    top: -2px;
}
@media screen and (max-width: 768px) {
    .section05{
        padding: 0 15px;
    }
    .setion05-wrapper{
        padding: 50px 15px;
    }
    .setion05-wrapper h3{
        line-height: 1.5;
    }
    .setion05-wrapper .fs-25{
        font-size: 18px;
        letter-spacing: 0.01em;
    }
    .section05-logo{
        min-width: 100px;
    }
    .section05-container01{
        flex-direction: column;
    }
    .section05-container01 img {
        max-width: 350px;
        width: 100%;
    }
    .section05-container02{
        flex-direction: column;
        gap: 30px;
        margin-bottom: 50px;
    }
    .section05-container02-item{
        margin-bottom: 0;
    }
    .fujisan-title{
        gap: 15px;
    }
    .fujisan-title img{
        width: 30px;
    }
    .fujisan-title .fs-21{
        font-size: 16px;
    }
    .fujisan-title .fs-28{
        font-size: 23px;
    }
    .fujisan-container{
        flex-direction: column-reverse;
        display: flex;
        gap: 35px;
        justify-content: center;
        align-items: center;
        margin-bottom: 50px;
    }
    .fujisan-container img{
        max-width: 360px;
        width: 100%;
    }
    .fujisan-comversation-line {
        margin: 0 auto 10px auto;
    }
    .section05-bottom-container{
        flex-direction: column-reverse;
    }
    .fcn-btn{
        padding: 10px 0;
        gap: 10px;
        width: 100%;
        line-height: 1.5;
    }
    .fcn-btn img{
        top: -5px;
    }
}



/*
section06
*/
.section06{
    padding-top: 130px;
    text-align: center;
}
.section06 h2{
    font-weight: 600;
    margin-bottom: 80px;
}
.section06-title-container{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 700;
}
.section06-title-container img{
    width: 80px;
    height: auto;
}
.section06-contents{
    background: linear-gradient(to bottom, #fff, rgba( 197, 222, 217, .5));
}
.section06contents-item{
    width: 330px;
    margin: 0 auto;
    z-index: 5;
    position: relative;  
}
.section06contents-blue,
.section06contents-red,
.section06contents-green
{
    background-color: #89D3F8;
    color: #fff;
    border-radius: 100vh;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
}
.section06contents-red{
    background-color: #FDA996;
}
.section06contents-green{
    background-color: #97DD68;
}
.section06contents-text{
    text-align: left;
    width: 90%;
    margin: 0 auto 10px auto;
}
.section06-contents-btn{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 20px;
    padding: 7px 0;
    width: 200px;
    margin: 0 auto;
    border: #000 1px solid;
    border-radius: 100vh;
    letter-spacing: 0.01em;
}
.section06-contents-btn img{
    width: 20px;
    height: auto;
    position: relative;
    top: -3px;
}
.section06-contents-img{
    max-width: 600px;
    margin: 0 auto 30px auto;
    position: relative;
    left: -30px;
}
.section06-contents-rlt{
    position: relative;
    top: -60px;

}
.section06-contents-rlt .section06contents-item{
    margin: unset;
    display: flex;
    flex-direction: column;
}
.section06 .d-flex{
    gap: 50px;
    justify-content: center;
}
.section06 .d-flex .section06-contents-btn{
    margin-top: auto;
}
.section06-triangle {
    background-color: rgba( 197, 222, 217, .5);
    height: 25px;
    width: 50px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    margin: 0 auto 30px auto;
}
.section06-bottom-btn{
    display: flex;
    justify-content: center;
    gap: 100px;
    margin: 0 auto 65px auto;
    width: 75%;
    padding: 30px 0;
    border: #000 1px solid;
}
.section06-bottom-btn-inner{
    display: flex;
    align-items: flex-end;
    gap: 20px;
    font-weight: 600;
}
.section06-bottom-btn img{
    width: 30px;
    position: relative;
    top: -2px;
}
@media screen and (max-width: 768px) {
    .section06 h2{
        font-weight: 600;
        margin-bottom: 50px;
        font-size: 20px;
        padding: 0 15px;
    }
    .section06 .fs-24{
        font-size: 16px;
        letter-spacing: 0.01em;
    }
    .section06-title-container{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        font-weight: 700;
    }
    .section06-contents{
        padding: 0 15px;
    }
    .section06contents-item{
        width: 50%;
        position: relative;
        top: -30px;
    }
    .section06contents-item h3{
        padding: 10px;
    }
    .section06contents-item .fs-13{
        font-size: 8px;
    }
    .section06contents-item .fs-21{
        font-size: 12px;
    }
    .section06contents-text {
        font-style: 8px;
        line-height: 1.3;
    }
    .section06-contents-btn{
        width: 150px;
        gap: 5px;
        padding: 7px;
    }
    .section06-contents-btn img{
        width: 20px;
        height: auto;
        position: relative;
        top: -3px;
    }
    .section06-contents-img{
        max-width: 100%;
        left: 0px;
    }
    .section06-contents-rlt .section06contents-item{
        top: 0;
    }
    .section06 .d-flex{
        gap: 10px;
    }
    .section06-contents-btn{
        text-align: left;
        line-height: 1.2;
    }
    .section06 .d-flex .section06-contents-btn{
        text-align: left;
        line-height: 1.2;
        margin-top: auto;
    }
    .section06-bottom-btn{
        gap: 10px;
        margin: 0 auto 65px auto;
        width: 90%;
        padding: 10px;
    }
}


/*
section07
*/
.section07{
    text-align: center;
    padding-bottom: 35px;
}
.section07 h3{
    margin-bottom: 65px;
}
.section07-container{
    width: 600px;
    border: #000 1px solid;
    display: flex;
    margin: 0 auto;
}
.section07-container-img{
    width: 35%;
    position: relative;
}
.section07-container-img img{
    width: 100%;
    height: 100%;
}
.section07-container-img::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    height: 100%;
	background-image: linear-gradient(90deg, transparent 0 60%, #FFF 100%);
}
.section07-container-item{
    padding: 40px 0 35px 30px;
}
.section07-container-item p{
    margin-bottom: 15px;
    text-align: left;
}
.section07-contact-btn{
    display: flex;
    align-items: flex-end;
    justify-content: right;
    gap: 15px;
}
.section07-contact-btn img{
    width: 30px;
    position: relative;
    top: -2px;
}
@media screen and (max-width: 768px) {
    .section07{
        padding: 0 15px 35px 15px;
    }
    .section07-container{
        max-width: 600px;
        width: 95%;
    }
    .section07-container-img img{
        object-fit: cover;
    }
    .section07-container .fs-12{
        font-size: 8px;
    }
    .section07-container-item{
        padding: 10px;
    }    
    .section07-contact-btn{
        gap: 5px;
        width: 100%;
    }
    .section07-contact-btn img{
        max-width: 20px;
    }    
}


/*
footer
*/
footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 25px;
    max-width: 90%;
    margin: 0 auto;
    width: 960px;
}
footer img{
    max-width: 80px;
    height: auto;
}
small{
    color: #808080;
}
@media screen and (max-width: 768px) {
    footer{
        flex-direction: column;
        gap: 30px;
    }
}
