/* CSS Remedy */
*,::after,::before{box-sizing:border-box}html{line-sizing:normal}body{margin:0}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.17rem}h4{font-size:1rem}h5{font-size:.83rem}h6{font-size:.67rem}h1{margin:.67em 0}pre{white-space:pre-wrap}hr{border-style:solid;border-width:1px 0 0;color:inherit;height:0;overflow:visible}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle;max-width:100%}canvas,img,svg,video{height:auto}audio{width:100%}img{border-style:none}svg{overflow:hidden}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}

/* adobe font リュウミンPro

font-family: a-otf-ryumin-pr6n, serif;
font-weight: 300;
font-style: normal;

*/

/* フォント変更 */
body    {
    font-family: "FP-こぶりなゴシック StdN W3";
    letter-spacing: 0.09em;
    color:#000;
    text-align: justify;
    text-justify: inter-character;
    letter-spacing:0.15em;
}

h1,h2,h3,h4,h5,h6,strong  {
    font-family: "FP-こぶりなゴシック StdN W6";
    margin: 0;
    padding: 0;
}

ul{
    margin: 0;
}

p,li,dd {
    font-size: 14px;
    line-height: 1.57em;
}

@media (max-width: 720px) {
    p, li, dd {
        font-size: 16px;
    }
}

/* 全体 */

html{
    scroll-behavior: smooth;
}

#wrapper{
    position: relative;
}

.center_box{
    max-width: 1044px;
    margin: 0 auto;
    padding: 0 20px;
}

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

.align_right{
    text-align: right;
}

#top_scroll{
    background: rgba(0,0,0,0.6);
    width: 45px;
    height: 45px;
    position:fixed;
    right: 50px;
    bottom: 50px;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 720px) {
    #top_scroll{
        right: 16px;
        bottom: 19px;
    }
}

#top_scroll img{
    width: 25px;
    height: auto;
}

@media (min-width: 562px) {
    br.spbr{
        display: none;
    }
}

br.pcbr {
    display: block;
}
br.spbr {
    display: none;
}
@media (max-width: 562px) {
    br.pcbr {
        display: none;
    }
    br.spbr {
        display: block;
    }
}

/* site hero */

#top    {
    margin-bottom: 19px;
}

#hero   {
    background-image: url(../img/lp5/LP_FV_pc_1280×549.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    position: relative;
    min-height: 533px;
}

@media screen and (-webkit-min-device-pixel-ratio:2), (min-resolution: 2dppx) {
    #hero {
        background-image: url(../img/lp5/LP_FV_pc_2560×1098.jpg);
    }
}

#hero::before{
    content: "";
    display: block;
    padding-top: 42.9%;
}

#hero_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    margin: 0;
}

#hero_title img{
    margin: 0 auto;
    width: 88%;
}
#hero_title p{
    margin: 0;
    padding: 0 15.6%;
}
#hero_title h1{
    margin: 0;
    padding: 0;
}

#hero_title h2{
    margin: 0;
    padding: 0 5.13%;
}

#hero_title ul{
    margin: 9px 0 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

div#hero_title ul li {
    margin: 14px 14px 0;
}

#hero_title ul li a{
    display: table-cell;
    background: linear-gradient(180deg, rgba(97,147,169,1) 0%, rgba(97,147,169,1) 50%, rgba(72,126,151,1) 50%, rgba(72,126,151,1) 100%);
    border-radius: 196px;
    width: 196px;
    height: 41px;
    text-align: center;
    margin: 0;
    padding:0 13px 0 0;
    vertical-align: middle;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
    font-size: 19px;
    font-family: "FP-こぶりなゴシック StdN W6";
    letter-spacing: normal;
    text-decoration: none;
    color:#fff;
    z-index:10;
    box-shadow: 1px 1px 4px 0px rgba(18,17,17,0.4);
}

#hero_title ul li a::after{
    content: url(../img/wh_lp2021/ico_arrow_right.svg);
    position: absolute;
    width: 8px;
    height: 9px;
    right: 17px;
    top: 50%;
    display: inline-block;
    transform: translateY(-66%);
    margin: 0;
    padding: 0;
    line-height: 9px;
}

#hero_title ul li:nth-child(2) a{
    background: linear-gradient(180deg, rgba(160,131,37,1) 0%, rgba(160,131,37,1) 50%, rgba(161,108,20,1) 50%, rgba(161,108,20,1) 100%);
    font-size: 18px;
}

#hero_title ul li a small{
    font-size: 16px;
}


#top figure {
    margin: 0;
    padding: 0;
    display: flex;
}

#top figure img{
    width: 33.333%;
    height: 19.6%;
    object-fit: cover;
    object-position: 50% 100%;
}

@media (max-width: 562px) {
    #hero {
        background-image: url(../img/lp5/LP_FV_sp_750×657.jpg);
        min-height: auto;
    }
    @media screen and (-webkit-min-device-pixel-ratio:2), (min-resolution: 2dppx) {
        #hero {
            background-image: url(../img/lp5/LP_FV_sp_1500×1314.jpg);
        }
    }
    #hero::before{
        padding-top: 87.6%;
    }

    #hero_title {
        width: 100%;
        margin: 0;
        min-height: auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
    }
    #hero_title p,
    #hero_title h1,
    #hero_title h2,
    #hero_title ul{
        margin: 0;
        min-width: calc(100vw - 84px);
    }

    #top figure img{
        height: auto;
        min-height: 0px;
    }
}

@media (max-width: 320px) {
    #hero h1    {
        font-size: 28px;
    }
    #hero h1 small{
        font-size: 22px;
    }
    #hero h2 {
        font-size: 12px;
    }
}


/* conversion btn (1) */
#cv_link_1 {
    background: url(../img/lp5/LP_strengths_pc_1280×380.jpg) right center;
    display: block;
    position: relative;
    background-size: cover;
}

@media screen and (-webkit-min-device-pixel-ratio:2), (min-resolution: 2dppx) {
    #cv_link_1 {
        background: url(../img/lp5/LP_strengths_pc_2560×760.jpg) right center;
        background-size: cover;
    }
}

#cv_link_1::before {
    content: "";
    display: block;
    padding-top: 30%;
}
#cv_link_1 .center_box{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 88%;
    max-width: none;
    margin: 0;
    padding: 32px 4.765625vw;
    color: #000;
    background: rgba(255,255,255, 0.5);
    transform: translate(-50%, -50%);
}

#cv_link_1 h2{
    font-family: "FP-こぶりなゴシック StdN W6";
    font-size: 3.125vw;
}

#cv_link_1 h3{
    font-family: "FP-こぶりなゴシック StdN W3";
    font-size: 2.109375vw;
    letter-spacing: normal;
}
#cv_link_1 p{
    font-size: 1.40625vw;
}

/* @media (min-width: 1280px) {
    #cv_link_1 .center_box{
        left:112px;
        padding-left: 61px;
        padding-right: 61px;
    }
    #cv_link_1 h2{
        font-size: 40px;
    }
    #cv_link_1 h3{
        font-size: 27px;
    }
    #cv_link_1 p{
        font-size: 18px;
    }
} */


@media (max-width: 562px) {
    #cv_link_1 {
        padding: 0;
        background: url(../img/lp5/LP_strengths_sp_752×288.jpg) right center;
        background-size: cover;
    }
    @media screen and (-webkit-min-device-pixel-ratio:2),(min-resolution: 2dppx){
        #cv_link_1 {
            background: url(../img/lp5/LP_strengths_sp_1054×576.jpg) right center;
            background-size: cover; 
        }
    }

    #cv_link_1::before {
        content: "";
        display: block;
        padding-top: 38.3%;
    }

    #cv_link_1 .center_box {
        align-content: center;
        flex-direction: column;
        align-items: center;
        top: 0;
        left: 0;
        transform: none;
        width: 100%;
        height: 100%;
        text-align: center;
        position: absolute;
    }
    #cv_link_1 .center_box div  {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 90%;
    }
    #cv_link_1 h2 {
        font-size: 4.4vw;
        text-align: center;
        margin-bottom: 0.5em;
    }
    #cv_link_1 h3 {
        font-size: 4.2666667vw;
        text-align: center;
    }
    #cv_link_1 p {
        font-size: 3.466667vw;
    }
}


/* 資料請求＆モデルハウス予約 */

.cv_link,
.cv_modelhouse{
    max-width: 1044px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    letter-spacing: normal;
    position: relative;
}

.cv_link {
    margin-top: 66px;
}

.cv_link header {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cv_link header::before{
    content:'';
    width: 34px;
    height: 61px;
    background: url(../img/wh_lp2021/line-l.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 23px 43px;
}

.cv_link header::after{
    content:'';
    width: 34px;
    height: 61px;
    background: url(../img/wh_lp2021/line-r.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 23px 43px;
}

.cv_link header h2{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 32px;
    letter-spacing: 1.875px;
}

.cv_link h2 small{
    font-size: 20px;
}

.cv_btn {
    display: flex;
    color: rgb(255,255,255);
    background: rgb(239,127,38);
    background: linear-gradient(180deg, rgba(239,127,38,1) 0%, rgba(239,127,38,1) 50%, rgba(236,104,0,1) 50%, rgba(236,104,0,1) 100%);
    max-width: 537px;
    min-height: 84px;
    border-radius: 537px;
    align-items: center;
    justify-content: center;
    margin: 14px auto 52px auto;
    font-family: "FP-こぶりなゴシック StdN W6";
    font-size: 33px;
    text-shadow: 0px 1px 0.99px rgba(18, 17, 17, 0.3);
    text-decoration: none;
    transition: .2s;
    letter-spacing: 2px;
    box-shadow: 0px 2px 3.84px 0.16px rgba(18, 17, 17, 0.4);
        -moz-box-shadow: 0px 2px 3.84px 0.16px rgba(18, 17, 17, 0.4);
        -webkit-box-shadow: 0px 2px 3.84px 0.16px rgba(18, 17, 17, 0.4);
        -ms-box-shadow: 0px 2px 3.84px 0.16px rgba(18, 17, 17, 0.4);
}

.cv_btn img{
    filter: drop-shadow(0px 1px 0.99px rgba(18, 17, 17, 0.3));
    width: 51.44px;
    height: 52.3px;
    margin: 0 12px;
}

.cv_btn::after{
    content:'';
    background-image:url(../img/wh_lp2021/click-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    filter: drop-shadow(0px 1px 0.99px rgba(18, 17, 17, 0.3));
    width: 30.62px;
    height: 27.02px;
    margin: 0 12px;
}

.cv_btn:hover{
    filter: saturate(600%);
}

.cv_modelhouse{
    margin-bottom: 71px;
}

.cv_modelhouse figure{
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    justify-content: center;
    box-shadow: 0px 2px 3.84px 0.16px rgba(18, 17, 17, 0.4);
        -moz-box-shadow: 0px 2px 3.84px 0.16px rgba(18, 17, 17, 0.4);
        -webkit-box-shadow: 0px 2px 3.84px 0.16px rgba(18, 17, 17, 0.4);
        -ms-box-shadow: 0px 2px 3.84px 0.16px rgba(18, 17, 17, 0.4);
}

.cv_modelhouse figure img{
    width: 50%;
    height: 309px;
    object-fit: cover;
}

.cv_modelhouse article{
    position: absolute;
    background: rgb(255,255,255);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    padding: 10px 27px 20px;
    min-width: 491px;
}

.cv_modelhouse h2{
    color:rgb(25,68,142);
    font-size: 40px;
}

.cv_modelhouse p{
    font-size: 18px;
}

.cv_modelhouse strong{
    color:rgb(25,68,142);
}

@media (max-width: 562px) {
    .cv_modelhouse article{
        padding: 14px 11px;
        margin: 0;
        min-width: calc(100% - 80px);
    }
    .cv_modelhouse figure{
        flex-direction: column;
    }
    .cv_modelhouse figure img{
        width: 100%;
        height: 209px;
    }
    .cv_modelhouse h2{
        font-size: 27px;
    }
    .cv_modelhouse p {
        font-size: 16px;
    }
    .cv_modelhouse p br.pcbr{
        display: none;
    }
}


.mh_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    max-width: 312px;
    min-height: 63px;
    background: rgb(132,99,12);
    background: linear-gradient(180deg, rgba(197,164,73,1) 0%, rgba(132,99,12,1) 100%);
    border-radius: 5px;
    text-shadow: 0px 1px 0.99px rgb(18 17 17 / 30%);
    text-decoration: none;
    font-size: 28px;
    font-family: "FP-こぶりなゴシック StdN W6";
    color: rgb(255, 255, 255);
    margin: 0 auto;
    transition: .2s;
    box-shadow: 0px 2px 3.84px 0.16px rgba(18, 17, 17, 0.4);
        -moz-box-shadow: 0px 2px 3.84px 0.16px rgba(18, 17, 17, 0.4);
        -webkit-box-shadow: 0px 2px 3.84px 0.16px rgba(18, 17, 17, 0.4);
        -ms-box-shadow: 0px 2px 3.84px 0.16px rgba(18, 17, 17, 0.4);
}

.mh_btn::after{
    content: '';
    background: url(../img/wh_lp2021/click-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 21.39px 18.87px;
    filter: drop-shadow(0px 1px 0.99px rgba(18, 17, 17, 0.3));
    width: 21.39px;
    height: 18.87px;
    margin: 0 0 0 12px;
}

.mh_btn:hover{
    filter: saturate(200%);
}


/* @media (max-width: 981px) {
    .mh_btn{
        font-size: 18px;
    }
} */


/* 光らせるためのstyle */
.shine{
    position: relative;
    overflow: hidden;
}

/* 光の疑似要素 */
.shine::before{
    content: "";
    animation: shine 3.5s cubic-bezier(0.25, 0, 0.25, 1) infinite;
    background-color: #fff;
    width: 140%;
    height: 100%;
    transform: skewX(-45deg);
    top: 0;
    left: -160%;
    opacity: 0.5;
    position: absolute;
}

/* 光の動き */
@keyframes shine{
    0% {
        left: -160%;
        opacity: 0;
    }
    70% {
        left: -160%;
        opacity: 0.5;
    }
    71% {
        left: -160%;
        opacity: 1;
    }
    100% {
        left: -20%;
        opacity: 0;
    }
}

@media (max-width: 562px) {
    .cv_link header h2{
        font-size: 17px;
    }
    .cv_link h2 small {
        font-size: 15px;
    }
    .cv_link header::before {
        width: 27px;
        height: 38px;
        background-size: 20px 37px;
    }
    .cv_link header::after {
        width: 28px;
        height: 38px;
        background-size: 20px 36px;
    }
    .cv_btn{
        font-size: 24px;
        min-height: 63px;
    }
    .cv_btn img{
        width: 38px;
        height: 38px;
        margin: 0 9px;
    }
    .cv_btn::after {
        content: '';
        background: url(../img/wh_lp2021/click-arrow.svg);
        background-size: 18px 16px;
        background-repeat: no-repeat;
        width: 18px;
        height: 16px;
        margin: 0 9px;
    }
}
@media (max-width: 320px) {
    .cv_btn{
        font-size: 22px;
    }
    .cv_link h2 small {
        font-size: 12px;
    }
}

/* section01 人生で一度の買い物だから…　*/


#sec_01 {
    padding: 0;
}

#sec_01 .center_box{
    position: relative;
    z-index: 1;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

#sec_01 h2{
    font-size: 38px;
    text-align: center;
    margin: 0 auto 30px auto;
    padding: 0 20px;
    color: #000;
}

@media (max-width: 640px) {
    #sec_01 h2 {
        font-size: 20px;
    }
}

#sec_01 h3{
    font-size: 26px;
    text-align: center;
    margin: 30px 0;
}

#sec_01 h3 span {
    background: linear-gradient(transparent 65%, #e7e7e7 65%);
    line-height: 38px;
    display: inline-block;
    padding: 0 4px;
    text-shadow: 1px 1px 1px rgba(255,255,255,1);
}

#sec_01 picture {
    display: flex;
    justify-content: center;
}

#sec_01 picture img {
    width: 807px;
}

#sec_01 .center_box p{
    width: fit-content;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

#sec_01 h4  {
    color: rgb(255,255,255);
    font-size: 25px;
    text-align: center;
    max-width: 810px;
    display: block;
    margin: 0 auto;
    padding: 20px;
    background: #487E97;
    border-radius: 5px;
    line-height: 40px;
}

#sec_01_bottom {
    width: 100%;
    height: 32.890625vw;
    object-fit: cover;
    object-position: 50% 85%;
    z-index: 0;
    position: relative;
    margin-top: 60px;
}

@media (max-width: 640px) {
    #sec_01 .center_box{
        padding: 0;
    }
    #sec_01 h2,
    #sec_01 h3,
    #sec_01 h4{
        padding-left: 20px;
        padding-right: 20px;
    }


    #sec_01 h3{
        font-size: 20px;
        margin-bottom: -20px;
    }

    #sec_01 h3 span{
        background: none;
    }
    #sec_01 ul{
        background: rgb(231,231,231);
        margin-bottom: -55px;
        padding: 33px 20px 70px 20px;
    }
    #sec_01 li{
        width:100%;
        font-size: 13px;
    }
    #sec_01 h4{
        font-size: 17px;
        line-height: 1.47em;
        margin-left: 20px;
        margin-right: 20px;
        padding: 17px;
        letter-spacing:normal;
    }
}

@media (max-width: 360px) {
    #sec_01 h3 {
        font-size: 17px;
    }
    #sec_01 h4{
        font-size: 14px;
    }
}

/* section02 ウェルネストホームの3つの特徴 */

#sec_02 {
    background-image: url(../img/wh_lp2021/wellnest_LP_6.jpg);
    background-size: cover;
    background-position: center center;
    margin: 57px 0 0 0;
    padding: 0 0 70px 0;
    position: relative;
}

#sec_02 h2{
    text-align: center;
    font-size: 38px;
    margin: 0 0 50px 0;
}

#sec_02 h2 span {
    display: inline-block;
    background: rgb(0,0,0);
    margin: 0 auto;
    padding: 34px 50px;
    color:rgb(255,255,255)
}

#sec_02 .column_3 section {
    width: 32%;
    background: rgb(255,255,255);
    padding: 25px;
    border-top: 7px solid rgb(0,0,0);
    position: relative;
    display: grid;
    grid-template-rows: 2fr 1fr 6fr;
    gap: 0px 0px;
    grid-template-areas:
      "title"
      "subtitle"
      "txt";
}

#sec_02 .column_3 section h3   {
    font-size: 22px;
    margin: 0;
    text-align: center;
    width: 100%;
    display: grid;
    place-items: center;
    grid-area: title;
}

#sec_02 .column_3 section h3.title small{
    font-size: 18px;
}

#sec_02 .column_3 section h4   {
    font-size: 13px;
    text-align: center;
    margin: 10px 0 0 0;
    width: 100%;
    grid-area: subtitle;
}

@media (max-width: 720px) {
    #sec_02 .column_3 section h4 {
        font-size: 16px;
    }
}

#sec_02 .column_3 section p{
    width: 100%;
    grid-area: txt;
    margin: 0;
    padding: 85px 0 0 0;
    background-repeat: no-repeat;
    background-position: center 17px;
}

p.back01    {
    background: url(../img/wh_lp2021/back01.svg);
    background-size: 22px 50px;
}

p.back02    {
    background: url(../img/wh_lp2021/sentaku.svg);
    background-position: center 13px;
    background-size: 55px 63px;
}

p.back03    {
    background: url(../img/wh_lp2021/baby.svg);
    background-size: 60px 47px;
}

@media (max-width: 850px) {
    #sec_02 .center_box{
        padding-left: 0;
        padding-right: 0;
    }

    #sec_02 h2  {
        font-size: 26px;
        background: url(../img/wh_lp2021/3point_back@2x.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        padding: 0 0 75px 0;
        margin-bottom: -40px;
    }

    #sec_02 h2 span {
        background: none;
        padding: 56px 0 0 0;
    }

    .column_3{
        flex-direction: column;
    }
    #sec_02 .column_3 section{
        width: auto;
        margin: 0 40px 28px 40px;
        grid-template-rows: 2fr 1fr auto;
    }
    #sec_02 .column_3 section p {
        font-size: 16px;
    }
    #sec_02 .column_3 section p.back01 small {
        font-size: 14px;
    }
}


/* section03 */

#sec_03 {
    color:#000;
    font-family: "FP-こぶりなゴシック StdN W6";
    padding: 55px 0 89px 0;
}

#sec_03 .center_box {
    max-width: 716px;
    width: fit-content;
}

#sec_03 h2{
    margin: 0 0 25px 0;
    padding: 0;
}

#sec_03 h2 img {
    width: 99px;
    height: 96px;
    margin: 0 auto;
}

#sec_03 p{
    font-size: 18px;
    line-height: 2.1em;
    margin: 0;
    letter-spacing: normal;
    margin-bottom: 1em;
}

#sec_03 strong  {
    background: rgb(25,68,142);
}

@media (max-width: 720px) {
    #sec_03 {
        padding-top: 48px;
        padding-bottom: 57px;
    }
    #sec_03 h2 img {
        width: 67px;
        height: 66px;
    }
    #sec_03 p{
        font-size: 16px;
        margin-left: 20px;   
        margin-right: 20px;
    }
    #sec_03 .pcbr{
        display: none;
    }
}

/* section04 */

#sec_04{
    letter-spacing: normal;
    padding: 54px 0 80px 0;
}

#sec_04 .center_box {
    display: flex;
    justify-content: space-between;
}

#sec_04 article{
    width: 30%;
    background: rgb(231,231,231);
    padding: 32px 25px;
    display: grid;
    grid-template-rows: 1.5fr 6fr;
    grid-template-areas:
        "title"
        "sub";
}

#sec_04 article header{
    text-align: center;
    grid-area: title;
    display: grid;
    place-items: center;
}

#sec_04 h2{
    font-size: 22px;
    margin: 0;
}

#sec_04 h3{
    font-size: 13px;
    margin: 0;
}

#sec_04 p{
    margin-bottom: 0;
    padding-top: 75px;
    grid-area: sub;
    background-position: center top;
    background-repeat: no-repeat;
}

#sec_04 p.step01    {
    background-image: url(../img/wh_lp2021/step01.svg);
    background-size: 112px 51px;
}

#sec_04 p.step02    {
    background-image: url(../img/wh_lp2021/step02.svg);
    background-size: 52px 51px;
}

#sec_04 p.step03    {
    background-image: url(../img/wh_lp2021/step03.svg);
    background-size: 72px 51px;
}

@media (max-width: 720px) {
    #sec_04 {
        padding-bottom: 17px;
    }
    #sec_04 .center_box{
        flex-direction: column;
    }
    #sec_04 article{
        width: 100%;
        margin-bottom: 18px;
        grid-template-rows: auto;
    }
    #sec_04 h2{
        font-size: 23px;
        margin-bottom: 16px;
    }
    #sec_04 h3{
        font-size: 16px;
    }
    #sec_04 p{
        font-size: 16px;
        margin-top: 23px;
    }

}


/* section05  お客様の声 */

#sec_05 {
    letter-spacing: normal;
}

#sec_05 header {
    text-align: center;
    margin-bottom: -34px;
}


#sec_05 header h2,
#sec_06 header h2,
#request header h2{
    display: inline-block;
    background: rgb(0,0,0);
    color: rgb(255,255,255);
    margin: 0 auto;
    padding: 13px 68px 15px 68px;
    font-size: 30px;
    border-radius: 5px;
    position: relative;
}

#sec_05 header h2::after,
#sec_06 header h2::after,
#request header h2::after {
    border-top: 15px solid rgb(0,0,0);
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-top-color: #000;
    border-bottom-width: 0;
    bottom: -15px;
    content: "";
    display: block;
    left: calc(50% - 15px);
    position: absolute;
    width: 0;
}

@media (max-width: 720px) {
    #sec_05 header h2,
    #sec_06 header h2,
    #request header h2{
        font-size: 22px;
        padding: 8px 46px 12px;
    }
    #sec_05 header,
    #request header{
        margin-bottom: -21px;
    }
}

#sec_05 h3 {
    border: 3px solid #000;
    border-left: none;
    border-right: none;
    padding: 0.6em 0;
    font-family: 'FP-こぶりなゴシック StdN W6';
    margin-bottom: 1em;
}

#sec_05 .contents{
    background: rgb(248,244,230);
    padding: 90px 0 82px 0;
}

#sec_05 article {
    display: flex;
    padding-bottom: 45px;
    align-items: flex-start;
}

#sec_05 article figure{
    margin:0 35px 0 0;
    padding: 0;
    width: 30%;
    display: flex;
    align-items: center;
}

#sec_05 article figure img{
    width: 100%;
    height: auto;
}

#sec_05 article div{
    width: 66%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

#sec_05 strong  {
    color:rgb(25,68,142);
}

#sec_05 .more_link  {
    justify-content: right;
    text-align: right;
    width: 100%;
    margin: 0;
}

#sec_05 .more_link a{
    font-family: "FP-こぶりなゴシック StdN W6";
    display: inline-block;
    border-bottom: 1px solid rgb(0,0,0);
    padding: 0 4px 7px;
}

#sec_05 .more_link a::after{
    content: '';
    display: inline-block;
    background-image: url(../img/wh_lp2021/link_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 8px;
    height: 8px;
    margin: 0 0 2px 7px;
}

#sec_05 .more_link a:link,
#sec_05 .more_link a:visited{
    color:rgb(0,0,0);
    text-decoration: none;
}

#sec_05 .more_link a:hover,
#sec_05 .more_link a:active{
    border-bottom: none;
    padding-bottom: 8px;
}



@media (max-width: 720px) {
    #sec_05 article{
        flex-direction: column;
    }
    #sec_05 article figure{
        width: 100%;
        margin: 0 0 12px 0;
    }
    #sec_05 article div{
        width: 100%;
    }
    #sec_05 .contents{
        padding: 56px 0 0 0;
    }
    #sec_05 h3{
        font-size: 19px;
    }
    #sec_05 h4{
        font-size: 16px;
    }
    #sec_05 p{
        font-size: 16px;
    }
}


/* section06 */

#sec_06 {
    margin: 0 0 127px 0;
    padding: 58px 0 0 0;
}

#sec_06 header {
    text-align: center;
    margin-bottom: 48px;
}

#sec_06 article{
    margin: 0 0 17px 0;
}

#sec_06 label{
    cursor: pointer;
    display: flex;
    margin: 0;
    padding: 19px 26px;
    background: rgb(231,231,231);
    font-size: 20px;
    justify-content: space-between;
}

#sec_06 label::after{
    content: '';
    width: 22px;
    background: url(../img/wh_lp2021/ans_off.svg);
    background-repeat: no-repeat;
    background-size: 13px 22px;
    background-position: right;
    transition: .5s;
    margin-left: 15%;
}

#sec_06 input:checked + h3 label::after{
    transform: rotate(90deg);
}

#sec_06 .anser  {
    height: 0;
    opacity: 0;
    padding: 0 25px;
    transition: .5s;
    visibility: hidden;
}

#sec_06 .anser p{
    margin: 0;
    padding: 0;
    letter-spacing: normal;
}

#sec_06 input   {
    display: none;
}

#sec_06 input:checked + h3 + .anser {
    height: auto;
    opacity: 1;
    padding: 21px 25px;
    visibility: visible;
}

@media (max-width: 720px) {
    #sec_06{
        padding-top: 0;
        margin-bottom: 40px;
    }
    #sec_06 header{
        margin-bottom: 25px;
    }
    #sec_06 h3  {
        display: flex;
        min-height: 51px;
        flex-direction: column;
        background: rgb(231,231,231);
        justify-content: center;
    }
    #sec_06 label{
        font-size: 16px;
        padding: 8px 12px;
    }
    #sec_06 article{
        margin-bottom: 15px;
    }
    #sec_06 label::after{
        background-size: 7px 10px;
        width: 10px;
        min-width: 10px;
    }
    #sec_06 .anser{
        padding: 0 13px;
    }
    #sec_06 .anser p{
        font-size: 16px;
    }
    #sec_06 input:checked + h3 + .anser{
        padding: 13px 13px 8px
    }
}

/* section07 */

#sec_07 h2{
    background-image: url(../img/wh_lp2021/wellnest_LP_9.jpg);
    background-size: cover;
    background-position: center center;
    color: rgb(255,255,255);
    text-align: right;
    font-size: 39px;
    padding: 0 57px;
    min-height: 463px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-end;
    text-shadow: 0px 2px 4.95px rgba(18, 17, 17, 0.6);      
}

#sec_07 h2 span{
    position: absolute;
    right: 57px;
    bottom: 1em;
    font-size: 14px;
}

#sec_07 .contents{
    padding: 52px;
}

#sec_07 .contents p{
    line-height: 1.86em;
    margin:0 0 30px 0;
    letter-spacing: normal;
    font-size: 15px;
}

#sec_07 strong{
    border-bottom: 2px solid rgb(255, 255, 255);
}

#sec_07 .contents p.align_right{
    font-family: "FP-こぶりなゴシック StdN W6";
    margin: 0;
}

#sec_07 figure{
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#sec_07 figure img{
    width: 50%;
    height: 252px;
    object-fit: cover;
}

@media (max-width: 720px) {
    #sec_07 .center_box{
        padding: 0;
    }
    #sec_07 h2{
        min-height: 175px;
        font-size: 16px;
        padding: 0 36px;
    }
    #sec_07 h2 span{
        right: 36px;
        font-size: 14px;
    }
    #sec_07 .contents{
        padding: 19px 22px 29px 22px;
    }
    #sec_07 .contents p{
        font-size: 16px;
    }
    #sec_07 figure img{
        height: 104px;
    }
}

/* フォーム */

#request{
    max-width: 100vw;
}
#request .contents{
    background: rgb(248,244,230);
    padding: 70px 0 82px 0;
}

#request .center_box{
    padding: 0 128px;
}

#request #present_text {
    margin-bottom: 33px;
    padding-left: 315px;
    background-image: url(../img/wh_lp2021/book_img@2x.png);
    background-repeat: no-repeat;
    background-position: 128px center;
    background-size: 165px;
}

#request #present_text h3{
    color:rgb(236,104,0);
    font-size: 24px;
    text-align: left;
}

#request #present_text h3 strong{
    background-color: rgb(236,104,0);
    color: rgb(255,255,255);
    display: inline-block;
    padding: 0 0.3em;
    text-shadow: 0px 1px 2px rgb(0 0 0 / 50%);
}

#request #present_text p{
    font-size: 15px;
}

#request header {
    text-align: center;
    margin-bottom: -34px;
}

#request dl{
    margin: 0 auto;
    text-align: initial;
}

#request dt{
    font-size: 15px;
    margin-bottom: 10px;
}

#request dd{
    margin: 0;
    margin-bottom: 24px;
}

#request input{
    max-width: 100%;
    /* -webkit-appearance: none; */
    border-radius: 0;
}

p.text-center {
    text-align: center;
}

#request input[type="text"],
#request input[type="email"],
#request input[type="tel"],
#request select{
    border: 1px solid rgb(204,204,204);
    background: rgb(255,255,255);
    margin: 0;
    padding: 0.6em;
}

#request input[type="text"],
#request input[type="email"],
input#tellfield{
    width: 100%;
}

#request input[type="submit"]{
    /*background: rgb(236,104,0);*/
    background: #c1c1c1;
    color: rgb(255,255,255);
    font-family: "FP-こぶりなゴシック StdN W6";
    font-size: 19px;
    border: none;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    padding: 0.5em 1.5em;
}

@media (max-width: 720px) {
    
    #request .center_box{
        padding: 0 28px;
    }


    #request #present_text {
        margin-bottom: 33px;
        padding:0 28px;
        background-image: none;
    }

    #request #present_text h3{
        color: rgb(236,104,0);
        font-size: 14px;
        padding: 0;
        padding-left: calc(23vw + 10px);
        letter-spacing:normal;
        text-align: center;
        min-height: 26vw;
        display: flex;
        justify-content: center;
        flex-direction: column;
        background-image: url(../img/wh_lp2021/book_img@2x.png?update=202108041131);
        background-size: 23vw;
        background-repeat: no-repeat;
        background-position: left;

    }

    #request #present_text h3 strong{
        font-size: 25px;
        padding: 0;
        text-align: center;
        letter-spacing: 2px;
        display: block;
    }

    #request #present_text p{
        font-size: 15px;
    }


    #request dt,
    #request dd{
        font-size: 12px;
    }
    #request input[type="text"],
    #request input[type="email"],
    #request input[type="tel"],
    #request select{
        font-size: 16px;
    }
}


/* FOOTER */

#footer{
    background: rgb(0,0,0);
    color:rgb(255,255,255);
    text-align: center;
    padding: 28px;
}

#footer img{
    margin: 0 auto;
    width: 45px;
}

#footer p{
    font-size: 12px;
    letter-spacing: normal;
}
