@charset "UTF-8";
/* =============================================
 reset
============================================= */
*,:after,:before{box-sizing:border-box}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}blockquote,body,dd,dl,figure,h1,h2,h3,h4,p{margin:0}ol[role=list],ul[role=list]{list-style:none}body{min-height:100vh;line-height:1.5}button,h1,h2,h3,h4,input,label{line-height:1.1}h1,h2,h3,h4{text-wrap:balance}a:not([class]){text-decoration-skip-ink:auto;}img,picture{max-width:100%;display:block}button,input,select,textarea{font:inherit}textarea:not([rows]){min-height:10em}:target{scroll-margin-block:5ex}
a{
    text-decoration: none;
    color: inherit;
}

/* =============================================
 common
============================================= */
body {
    background: #f5fbfc;
    font-family: "source-han-sans-japanese", sans-serif;
}

.section-content {
    width: 90%;
    max-width: 1110px;
    margin-inline: auto;
}

img {
    width: 100%;
    vertical-align: bottom;
}

div {
    box-sizing: border-box;
}
.section-ttl::before{
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #3eb1c3;
    margin-right: 8px;
}
a.to-top{
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: rgba(255,255,255,0.9);
    color: #0ed2da;
    font-weight: bold;
    width: 50px;
    height: 50px;
    display: inline-block;
}
a.to-top::before{
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    border-right: 3px solid #0ed2da;
    border-top: 3px solid #0ed2da;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (min-width: 767px){
    .dn-pc{
        display: none;
    }
    .section-ttl::before{
        width: 20px;
        height: 20px;
        margin-right: 12px;
    }
}

/* =============================================
 header
============================================= */
a.header-logo {
    width: clamp(130px, 10vw, 180px);
    display: block;
    margin: 30px auto;
}

@media screen and (min-width: 767px) {
    a.header-logo {
        margin: 30px auto 30px 30px;
    }
}

@media screen and (min-width: 1028px) {
    a.header-logo {
        margin: 40px auto 30px 50px;
    }
}

/* =============================================
 main
============================================= */
.l-main {
    padding: clamp(55px, 6vw, 80px) 0;
    overflow-x: hidden;
}

.main-box {
    padding: clamp(50px, 7vw, 90px) clamp(15px, 3vw, 100px);
    background: #fff;
    border-radius: clamp(50px, 3vw, 100px) clamp(50px, 3vw, 100px) 0 0;
    width: 90%;
    max-width: calc(1110px + 120px);
    margin: 0 auto;
    position: relative;
}
.main-box .section-content{
    width: 100%;
}

.main-ttl {
    margin-inline: auto;
    padding: clamp(14px, 2vw, 24px) clamp(10px, 5vw, 65px);
    border-radius: 50px;
    background: #3eb1c3;
    color: #fff;
    font-size: clamp(1rem, 2vw, 28px);
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    position: absolute;
    top: -3rem;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 2px 2px 15px 0px rgb(0 0 0 / 13%);
    width: 100%;
}
@media screen and (min-width: 767px){
    .main-ttl{
        width: 70%;
    }
}

.main-ttl::before {
    content: '';
    display: inline-block;
    width: clamp(20px, 1.7vw, 30px);
    height: clamp(20px, 1.7vw, 30px);
    background: url('/img/lbm/lp01/fukumi-logo.png') no-repeat center/contain;
}
.main-ttl::after{
    content: '';
    display: inline-block;
    border: 20px solid transparent;
    border-top: 30px solid #3eb1c3;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
}


.main-text h2 {
    font-size: clamp(1.4rem, 3vw, 38px);
    line-height: 1.4;
    margin-top: clamp(10px, 2vw, 30px);
    margin-bottom: clamp(20px, 2vw, 35px);
}
.main-text{
    line-height: 1.8;
}
.main-txt{
    margin-bottom: 30px;
    font-size: clamp(1rem,2vw,20px);
}
.main-label {
    color: #3eb1c3;
    font-weight: bold;
    display: inline-block;
    font-size: clamp(12px, 1vw, 15px);
    background: #f5fbfc;
    padding: 3px 10px;
}

.main-image img {
    width: 100%;
    max-width: 520px;
}
/* topics  */
.topics {
    margin-top: clamp(40px, 6vw, 80px);
    
}

.topics-ttl {
    font-family: "montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    position: absolute;
    color: #3eb1c3;
    font-size: clamp(1.2rem, 3vw,28px);
    top: -.7rem;
    left: 50%;
    transform: translateX(-50%);
}

.topics-inner {
    position: relative;
    padding: clamp(40px, 6vw, 80px) 15px;
    border: 1px solid #0ed2da;
    border-radius: clamp(20px, 3vw, 30px);
    background: #f5fbfc;
    font-size: clamp(.95rem, 1.2vw, 18px);
    text-align: center;
    box-shadow: 2px 2px 15px 0px rgb(0 0 0 / 13%);
}
.topics-inner::before{
    content: '';
    display: inline-block;
    width: 120px;
    height: 3px;
    background: #f5fbfc;
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
}
.topics-inner p span{
    font-weight: bold;
    background: linear-gradient(rgba(255,255,255,0)70%,  #ff0 70%);
}   
.topics-inner img {
    position: absolute;
    right: clamp(15px, 3vw, 30px);
    bottom: 20px;
    width: clamp(30px, 4vw, 60px);
}

@media (max-width:768px) {

    .topics-inner {
        padding-bottom: 120px;
    }
    
    .topics-inner p {
        text-align: left;
    }
    
}

@media screen and (min-width: 767px) {
    .topics-inner{
        padding: clamp(40px, 6vw, 80px);
    }
    .topics-ttl{
        top: -.6em;
    }
    
    .topics-inner::before{
        width: 200px;
    }
    .main-box-inner {
        display:grid;
        grid-template-columns:1fr 1fr;
        gap: clamp(15px, 2.8vw, 30px);
        align-items: center;
    }

}
@media screen and (min-width: 1028px) {

    .main-box-inner {
        display:grid;
        grid-template-columns:6fr 7fr;
        justify-items: center;
    }
    .topics-inner{
        padding-bottom: 100px;
    }

}
/* =============================================
 siten
============================================= */
.section-siten{
    padding-bottom: clamp(70px, 9vw,130px);
}
.siten-ttl{
    background: linear-gradient(45deg, #3eb1c3, #31bcc5);
    color: #fff;
    text-align: center;
    padding: clamp(110px, 11vw, 130px) 0 clamp(150px, 14.5vw, 180px);
}
.siten-ttl-txt{
    font-size: clamp(1.2rem,2vw,30px);
    position: relative;
    margin-bottom: clamp(20px, 3vw,30px);
}
.siten-ttl-txt span{
    position: absolute;
    font-size: clamp(.95rem, 1vw, 15px);
    color: #3eb1c3;
    background: #fff;
    padding: .5rem 1rem;
    top: -4em;
    border-radius: 50px;
    left: 50%;
    transform: translateX(-50%);
}
.siten-ttl-txt span::before{
    content: '';
    display: inline-block;
    border: 10px solid transparent;
    border-top: 20px solid #fff;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.siten-ttl-txt::before{
    content: '';
    display: inline-block;
    width: clamp(15px, 1.2vw,20px);
    height: clamp(15px, 1.2vw,20px);
    background: #fff;
    margin-right: 10px;
}
.siten-ttl-txt-sub{
    line-height: 1.8;
}
@media screen and (min-width: 1028px){
    .siten-ttl-txt-sub{
        font-size: 18px;
    }
}
/* element  */
.siten-wrapper{
    width: 90%;
    max-width: 960px;
    margin: -70px auto 0;
}
a.siten-element{
    display: block;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 15px 0px rgb(0 0 0 / 13%);
    padding: clamp(3em,2vw,70px) 0 clamp(6em,3vw,100px);
    position: relative;
    margin-bottom: 70px;
}
a.siten-element:last-child{
    margin-bottom: 0;
}
.siten-element-tag{
    position: absolute;
    top: -.95em;
    display: inline-block;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    background: #fff;
    box-shadow: 2px 2px 15px 0px rgb(0 0 0 / 13%);
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "montserrat", sans-serif;
    color: #ff7b58;
    font-weight: 500;
    font-size: clamp(3em, 2vw, 50px);
}
.siten-b .siten-element-tag{
    color: #60bbff;
}
.siten-c .siten-element-tag{
    color: #fdbe50;
}
.siten-element-ttl{
    font-size: clamp(1rem, 2vw,20px);
    font-weight: bold;
    text-align: center;
}
.siten-element-txt{
    font-size: clamp(.95rem, 1vw, 1rem);
    padding:0 30px;
}
.siten-element-img{
    margin: 30px 0;
}
.siten-arrow{
    position: absolute;
    bottom: .7em;
    left: 50%;
    transform: translateX(-50%);
    background: #ff7b58;
    color: #fff;
    display: inline-block;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(1.8em, 2vw, 50px);
}
.siten-b .siten-arrow{
    background: #60bbff;
}
.siten-c .siten-arrow{
    background: #fdbe50;
}
.siten-end{
    text-align: center;
    font-size: 1.1em;
    margin-top: clamp(30px, 4vw, 60px);
    line-height: 2;
}
@media screen and (min-width: 767px){
    .siten-inner{
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: stretch;
        width: calc(100% + 2px);
        margin: 0 -1px;
    }
    a.siten-element{
        max-width: calc(((100% / 12) * 4) - 2px);
        flex-basis: calc(((100% / 12) * 4) - 2px);
        margin: 0 1px 2px;
    }
    .siten-element-img{
        margin: 30px 0 40px;
    }
    .siten-end{
        font-size: 18px;
    }
}
/* =============================================
 item
============================================= */
.section-item {
    background: #ffece7;
    position: relative;
    z-index: 0;
}
#siten-c{
    padding-bottom: clamp(50px, 10vw, 200px);
}
.section-item::before, .section-item::after{
    content: '';
    display: inline-block;
    width: 60vw;
    height: 60vw;
    border-radius: 50%;
    background: #ffe0d8;
    position: absolute;
    z-index: -1;
}
#siten-b.section-item::before, #siten-b.section-item::after{
    background: #dbefff;
}
#siten-c.section-item::before, #siten-c.section-item::after{
    background: #fff0d7;
}
.section-item::before{
    top: 3%;
    left: -10%;
}
.section-item::after{
    top: 40%;
    right: -10%;

}
.section-item .section-content{
    padding: clamp(50px, 9vw, 120px) 0 clamp(50px, 5vw, 100px);
    position: relative;
}
.section-item .section-content{
    position: relative;
}
.item-content{
    margin-bottom: clamp(50px, 7vw, 100px);
}
.item-treat{
    font-family: "montserrat", sans-serif;
    color: #ff7b58;
    font-size: clamp(2em, 3vw, 55px);
    position: absolute;
    right: 0;
    top: -.8em;
    z-index: 2;
}
#siten-b .item-treat{
    color: #60bbff;
}
#siten-c .item-treat{
    color: #fdbe50;
}
.item-ttl{
    font-weight: normal;
    display: inline-block;
    line-height: 2;
    margin-bottom: clamp(1em, 6vw, 60px);
    font-size: clamp(1.4em, 3vw, 28px);
}
.item-ttl span{
    background: #ff7b58;
    color: #fff;
    padding: 0 .5em .2em;
}
.item-ttl span.white{
    color: #ff7b58;
    background: #fff;
    padding: .1em 1em;
    font-size: clamp(.8em, 1vw, 20px);
}
#siten-b .item-ttl span.white{
    color: #60bbff;
}
#siten-c .item-ttl span.white{
    color: #fdbe50;
}
#siten-b .item-ttl span{
    background: #60bbff;
}
#siten-c .item-ttl span{
    background: #fdbe50;
}
#siten-b .item-ttl span.white{
    color: #60bbff;
    background: #fff;
}
#siten-c .item-ttl span.white{
    color: #fdbe50;
    background: #fff;
}
.item-ttl-sub{
    font-size: clamp(1.1em, 2vw, 24px);
    line-height: 2;
}
.item-element{
    margin-bottom: 30px;
    line-height: 1.8;
}
.item-element span.line{
    font-weight: bold;
    text-decoration: underline;
}
@media screen and (min-width: 767px){
    .item-ttl-wrapper{
        display:grid;
        grid-template-columns:5fr 7fr;
        gap: clamp(15px, 2.8vw, 30px);
        align-items: center;
    }
    .item-element{
        font-size: 17px;
    }
    .item-inner{
        display:grid;
        grid-template-columns:7fr 5fr;
        gap: clamp(15px, 2.8vw, 30px);
    }
    .section-item::before, .section-item::after{
        width: 30vw;
        height: 30vw;
    }
}
/* insight  */
.item-insight{
    background: #fff;
    border-radius: 20px;
    padding: clamp(3em, 5vw, 50px) clamp(1em, 6vw, 65px);
    margin-bottom: 100px;
}
.insight-element{
    margin-bottom: 70px;
}
.insight-element:last-child{
    margin-bottom: 0;
}
.insight-element-txt{
    margin-bottom: clamp(20px, 2vw, 30px);
    position: relative;
}
.insight-ttl{
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
    font-size: clamp(1.2rem, 3vw, 26px);
    color: #ff7b58;
    margin-bottom: clamp(60px, 6vw, 80px);
}
#siten-b .insight-ttl{
    color: #60bbff;
}
#siten-c .insight-ttl{
    color: #fdbe50;
}
.insight-ttl::before{
    content: '';
    display: inline-block;
    width: clamp(60px, 9vw, 110px);
    height: clamp(60px, 11vw, 140px);
    position: absolute;
    background: url('/img/lbm/lp01/insight-img.png') no-repeat center/contain;
    top: -1.5em;
    right: -3em;
}
.insight-ttl span{
    display: block;
    font-size: clamp(12px, 1vw, 15px);
    font-family: "montserrat", sans-serif;
    font-weight: 400;
    text-align: center;
    margin-top: 10px;
}
.insight-element-txt{
    text-align: center;
    font-weight: bold;
    font-size: clamp(1rem, 2vw, 18px);
    position: relative;
    z-index: 0;
}
.insight-element-txt-num{
    display: inline-block;
    border-radius: 50%;
    background: #fff2ee;
    color: #fff;
    font-family: "montserrat", sans-serif;
    font-weight: 600;
    width: 80px;
    height: 80px;
    font-size: 50px;
    position: absolute;
    top: -.7em;
    left: 50%;
    transform: translateX(-50%); 
    z-index: -1;
}
#siten-b .insight-element-txt-num{
    background: #e9f5ff;
}
#siten-c .insight-element-txt-num{
    background: #fff6e6;
}
@media screen and (min-width: 767px){
    .insight-inner{
        display:grid;
        grid-template-columns:1fr 1fr 1fr;
        gap: clamp(15px, 2.8vw, 30px);
        align-items: center;
    }
    .insight-element{
        margin-bottom: 0;
    }
    .insight-ttl::before{
        right: -4em;
        top: -2em;
    }
}
@media screen and (min-width: 1028px){
    .insight-ttl::before{
        top: -3em;
    }
    .item-insight{
        margin-bottom: 120px;
    }
}
/* next */
.item-next{
    margin-top: clamp(80px,6vw, 100px);
    margin-bottom: 50px;
}
.next-box{
    border: 2px solid #000;
    border-radius: 20px;
    position: relative;
    padding: 2em 1em;
    line-height: 2;
    margin-bottom: 40px;
}
.next-box::before{
    content: '';
    display: inline-block;
    width: 200px;
    height: 5px;
    background: #ffece7;
    position: absolute;
    top: -3px;
    left: 50%;
    transform: translateX(-50%);
}
#siten-b .next-box::before{
    background: #e9f5ff;
}
#siten-c .next-box::before{
    background: #fff6e6;
}
h3.next-ttl{
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -1.5em;
}
h3.next-ttl::before, h3.next-ttl::after{
    content: '';
    display: inline-block;
    width: 2px;
    height: 30px;
    background: #a3a3a3;
    top: 8px;
    position: relative;
}
h3.next-ttl::before{
    transform: rotate(-30deg);
    left: -15px;
}
h3.next-ttl::after{
    transform: rotate(30deg);
    right: -15px;
}
.next-ttl span{
    display: inline-block;
    position: absolute;
    width: 65px;
    top: -1.5em;
    right: 30%;
}
.next-img{
    width: clamp(60px, 2vw,100px);
    margin: 0 auto;
}
.next-txt span{
    font-weight: bold;
    background: linear-gradient(rgba(255,255,255,0)70%,  #ffcabc 70%);
}
#siten-b .next-txt span{
    background: linear-gradient(rgba(255,255,255,0)70%,  #c0e3ff 70%);
}
#siten-c .next-txt span{
    background: linear-gradient(rgba(255,255,255,0)70%,  #fee5b9 70%);
}
@media screen and (min-width: 767px){
    .next-inner{
        display:grid;
        grid-template-columns:3fr 9fr;
        gap: clamp(15px, 2.8vw, 30px);
        align-items: center;
    }
    .next-img{
        order: -1;
    }
    #siten-b .next-inner{
        grid-template-columns:9fr 3fr;
    }
    #siten-b .next-img{
        order: 1;
    }
    .next-box{
        padding: 3em;
    }
    .next-box::before{
        width: 240px;
    }
}
@media screen and (min-width: 1028px){
    .next-box{
        font-size: 18px;
    }
    .next-img{
        width: 100px;
    }
    #siten-b .next-img{
        width: 73px;
    }
    #siten-c .next-img{
        width: 83px;
    }
}
a.item-btn{
    display: inline-block;
    background: #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 15px 0px rgb(0 0 0 / 13%);
    font-weight: bold;
    font-size: clamp(.9rem, 1.8vw,20px);    
    width: 100%;
    text-align: center;
    position: relative;
    padding: 1.5em 1em;
    margin-bottom: 20px;
}
.btn-num{
    display: inline-block;
    color: #60bbff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: .5em;
    font-size: clamp(2.5em, 3vw,50px);
    text-shadow: 2px 2px  0px rgb(0 0 0 / 13%);
    font-family: "montserrat", sans-serif;
    font-weight: 500;
}
.btn-c .btn-num{
    color: #fdbe50;
}
.btn-a .btn-num{
    color: #ff7b58;
}
.item-btn .siten-arrow{
    position: absolute;
    transform: rotate(-90deg) scale(.8);
    bottom: 2%;
    right: 2%;
    left: auto;
}
.btn-b .siten-arrow{
    background: #60bbff;
}
.btn-c .siten-arrow{
    background: #fdbe50;
}
@media screen and (min-width: 767px){
    .item-btns{
        display:grid;
        grid-template-columns:1fr 1fr;
        gap: clamp(15px, 2.8vw, 30px);
        align-items: center;
    }
    .item-btn .siten-arrow{
        bottom: 10%;
    }
}
@media screen and (min-width: 1024px){
    a.item-btn .siten-arrow{
        bottom: 22%;
        transform: rotate(-90deg) scale(1);
        right: 4%;
    }
    .btn-num{
        left: .6em;
    }
}
@media screen and (min-width: 767px){
    a.item-btn{
        transition: .2s ease;
        padding: 1.8em;
    }
    .item-btn:hover{
        transform: scale(1.04);
    }
}

#siten-b.section-item{
    background: #e9f5ff;
}
#siten-c.section-item{
    background: #fff6e6;
}

/* =============================================
 message
============================================= */

.section-message{
    background: #f5fbfc;
    padding: clamp(50px, 4vw,100px) 0 clamp(80px, 4vw,100px);
    position: relative;
    z-index: 0;
}
.section-message::before{
    content: '';
    display: inline-block;
    width: 130vw;
    height: 50vw;
    background: #f5fbfc;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -2em;
    z-index: -1;
    /* box-shadow: 2px 2px 15px 0px rgb(0 0 0 / 13%); */
}
.message-img{
    margin-bottom: 30px;
}
.section-message h2.section-ttl{
    font-family: "montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
    color: #3eb1c3;
    font-size: clamp(1.2rem, 3vw,28px);
    text-align: center;
    margin-bottom: clamp(50px,5vw,100px);
    top: -20px;
}
.message-main{
    font-weight: bold;
    font-size: clamp(1.1rem, 2vw,24px);
    margin-bottom: 30px;
}
.message-txt span{
    font-weight: bold;
    text-decoration: underline;
}
.message-txt{
    line-height: 1.8;
}
@media screen and (min-width: 767px){
    .section-message::before{
        top: -5em;
    }
    .message-wrapper{
        display:grid;
        grid-template-columns:1fr 1fr;
        gap: clamp(15px, 2.8vw, 30px);
    }
    .message-txt{
        font-size: 18px;
    }
}
@media screen and (min-width: 1024px){
    .section-message::before{
        width: 150vw;
    }
}
@media screen and (min-width: 1024px){
    .section-message::before{
        width: 170vw;
    }
}

/* =============================================
 footer
============================================= */
.copyright {
    font-size: 12px;
    text-align: center;
    display: block;
    width: 100%;
    margin: 20px auto;
    color: #a3a3a3;
}

/* =============================================
 js
============================================= */
.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s ease, transform .8s ease;
}

.fade-up.is-show {
  opacity: 1;
  transform: translateY(0);
}

.float {
  animation: float 4s ease-in-out infinite;
}