@charset "UTF-8";
/* noto-sans-jp-regular - japanese */
@font-face {
font-family: 'Noto Sans JP';
font-style: normal;
font-weight: 400;
src: local(''),
url('../fonts/noto-sans-jp-v42-japanese-regular.woff2') format('woff2');
font-display: swap;
}
/* noto-sans-jp-500 - japanese */
@font-face {
font-family: 'Noto Sans JP';
font-style: normal;
font-weight: 500;
src: local(''),
url('../fonts/noto-sans-jp-v42-japanese-500.woff2') format('woff2');
font-display: swap;
}
/* noto-sans-jp-700 - japanese */
@font-face {
font-family: 'Noto Sans JP';
font-style: normal;
font-weight: 700;
src: local(''),
url('../fonts/noto-sans-jp-v42-japanese-700.woff2') format('woff2');
font-display: swap;
}


body {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #333;
}
.is-pc{
    display: block;
}
.is-sp{
    display: none;
}
.mv-area{
    background: #F6F7F9;
    background-image: url(../images/bg-mv.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right 45% bottom 0%;
}

.mv-area__content-wrapper{
    max-width: 1440px;
    margin: 0 auto;
}
.mv-area__ttl{
    padding-top: 120px;
    width: 658px;
}
.mv-area__ttl img{
    width: 100%;
    height: auto;
}
.mv-area__problem{
    display: flex;
    padding-top: 20px;
}
.mv-area__problem-list{
    position: relative;
    font-size: 18px;
    margin-right: 15px;
    width: 150px;
	height: 150px;
	border-radius: 50%;
	background-color:#fff;
    padding-top: 48px;
    box-shadow: 0px 3px 6px 0px rgb(170 181 184 / 16%);
    text-align: center;
    font-weight: 700;
}

.mv-area__problem-list:last-child{
    margin-right: 0;
}
.consultation-area__item{
    display: flex;
    flex-direction: column;
}
.consultation-area__item img{
    width: 100%;
    height: auto;
}
.mv-area__txt{
    margin-top: 20px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.6em;
    text-shadow: 1px 1px 0px #fff;
}
.blue-txt{
    color: #25A7B4;
    position: relative;
    padding-top: 0.2em;
}
.blue-txt::before {
    position: absolute;
    content: "";
    width: 0.18em;
    height: 0.18em;
    border-radius: 50%;
    background-color: #25A7B4;
    top: 4px;
    left: 52%;
    transform: translate(-50%, 0);
}

.fixed_pcbtn { 
    position: fixed;
    bottom: 30px;
    right: 10px;
    z-index: 100;
    text-decoration: none;
    color:#fff;
}
.fixed_pcbtn__wrapper{
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    height: 96px;
    width: 391px;
    border: 3px solid #FFF;
    background: -moz-linear-gradient(left, #FF2725, #FF8230);
    background: -webkit-linear-gradient(left, #FF2725, #FF8230);
    background: linear-gradient(to right, #FF2725, #FF8230);
    border-radius: 48px;
    z-index: 2;
    will-change: transform;
    transform-style: preserve-3d;
    transition: all .3s ease-out;  
}
.fixed_pcbtn__wrapper::before{
    content: '';
    display: inline-block;
    position: absolute;
    top: -75px;
    left: 30px;
    width: 327px;
    height: 85px;
    background: url(../images/img_popup.png) no-repeat;
    background-size: contain;
}
.fixed_pcbtn__wrapper::after{
    transform-style: preserve-3d;
    transition: all .3s ease-out;
}
.fixed_pcbtn__wrapper:hover{
    transform: scale(0.95);
}

.btn_stxt{
    font-size: 18px;
    position: relative;
}

.btn_stxt::before{
    content: '';
    position: absolute;
    top: 6px;
    left: -10px;
    width: 2px;
    height: 18px;
    background-color: #fff;
    transform: rotate(-30deg);
}

.btn_stxt::after{
    content: '';
    position: absolute;
    top: 6px;
    right: -9px;
    width: 2px;
    height: 18px;
    background-color: #fff;
    transform: rotate(30deg);
}

.txt-wrapper{
    line-height: 2em;
    padding: 0 50px 0 15px;
}
.btn_mtxt{
    font-size: 31px;
    font-weight: 700;
}
.arrow-icon{
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 10px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    transform: rotate(45deg);
    position: relative;
}
.arrow-icon::before{
    content: '';
    display: inline-block;
    position: absolute;
    background: #fff;
    opacity: 0.3;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    top: -27px;
    left: -19px;
}
.mv-area__cpwrapper{
    display: flex;
    padding: 50px 0;
    gap: 8px;
}
.mv-area__cplist{
    display: flex;
    gap: 8px;
}
.mv-area__cplogo img{
    width: 100%;
    height: auto;
}
.mv-area__cplogo{
    max-width: 150px;
    max-height: 54px;
    background-color: #fff;
    border-radius: 6px;
}


@media screen and (max-width: 1480px){
.mv-area__content-wrapper{
    padding-left: 4%;
}
.mv-area__cpwrapper {
    flex-direction: column;
}
}


@media screen and (max-width: 1200px){
.mv-area__ttl{
    padding-top: 120px;
    width: 60%;
}
}


@media screen and (max-width: 767px){
.is-pc{
    display: none;
}
.is-sp{
    display: block;
}
.mv-area{
    background-image: none;
}
.mv-area__content-wrapper{
    padding-left: 0;
}
.mv-area__problem-wrapper{
    display: flex;
    flex-direction: column;
}

.mv-area__ttl {
    width: 100%;
    padding: 35px 4% 0;
}

.mv-area__ttl img,.mv-area__img img{
    width: 100%;
    height: auto;
}
.mv-area__img{
    margin-top: -52px;
}
.mv-area__sp-image{
    margin-top: -20px;
    z-index: 2;
}
.mv-area__sp-image img{
    width: 100%;
}
.mv-area__txt {
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
}
.mv-area__problem {
    width: 92%;
    margin: -54px auto 0;
    justify-content: center;
    padding-top: 0px;
}
.mv-area__problem-list {
    font-size: 13px;
    margin-right: 9px;
    padding-top: 35px;
    width: 108px;
    height: 108px;
}
.mv-area__problem-list:nth-child(5){
    margin-right: 0;
}
.mv-area__problem-list span{
    width: 109px;
}
.blue-txt{
    padding-top: 0.3em;
}
.blue-txt::before {
    top: 0px;
}
.fixed_spbtn { 
    width: 100%;
    height: 64px;
    position: fixed;
    bottom: 0px;
    right: 0;
    z-index: 1;
    text-decoration: none;
    color: #fff;
    background: -moz-linear-gradient(left, #FF2725, #FF8230);
    background: -webkit-linear-gradient(left, #FF2725, #FF8230);
    background: linear-gradient(to right, #FF2725, #FF8230);
    padding-top: 6px;
    border-top: 2px solid #fff;
}
.btn_stxt{
    font-size: 12px;
    padding-left: 3px;
    font-weight: 700;
}
.btn_mtxt{
    font-size: 22px;
    font-weight: 700;
}
.txt-wrapper{
    padding-left: 10px;
    line-height: 1.3em;
    padding: 0 0 0 15px;
    text-align: center;
}

.fixed_spbtn__wrapper{
    display: flex;
    justify-content: center;
}
.s-txt{
    font-size: 10px;
    font-weight: 700;
    color: #333;
}
.red-txt{
    color: #FF2E26;
    font-size: 18px;
    font-weight: 700;
}
.fixed_spbtn__icon{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    line-height: 1.2em;
    text-align: center;
}
.btn_stxt::before{
    top: 0px;
}

.btn_stxt::after{
    top: 0px;
}
.mv-area__cplist {
    justify-content: center;
}
.mv-area__cpwrapper {
    padding: 5.4% 0 10.7%;
}
}

@media screen and (min-width:550px) and ( max-width:767px){
.mv-area__problem-list {
    font-size: 16px;
    margin-right: 12px;
    padding-top: 42px;
    width: 140px;
    height: 140px;
}
}

@media screen and (max-width: 470px){
.mv-area__cplogo {
    max-width: 108px;
    max-height: 39px;
}
.mv-area__cpwrapper {
    margin: 0 20px;
}
}



.lead-area{
    background-color: #fff;
    position: relative;
    text-align: center;
    line-height: 2em;
    margin-top: 50px;
}
.lead-area::after{
    content: '';
    position: absolute;
    right: 0;
    bottom: -49px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    border-width: 49px 47.5px 0 47.5px;
}
.lead-area__toptxt{
    font-weight: 700;
    font-size: 20px;
}
.lead-area__txt{
    max-width: 800px;
    font-size: 18px;
    margin: 0 auto;
    padding-top: 30px;
}
.lead-area__note{
    max-width: 800px;
    font-size: 13px;
    padding: 10px 0 50px;
    margin: 0 auto;
}

@media screen and (max-width: 1440px){
.lead-area{
    width: 92%;
    margin: 50px auto 0;
}
}

@media screen and (max-width: 767px){
.lead-area {
    margin: 20px auto 0;
}
.lead-area::after {
    bottom: -18px;
    border-width: 18px 17.5px 0 17.5px;
}
.lead-area__toptxt {
    line-height: 1.7em;
    font-size: 14px;
}
.lead-area__txt {
    font-size: 13px;
    padding-top: 15px;
    line-height: 1.85em;
    text-align: left;
}
.lead-area__note {
    font-size: 10px;
    padding: 5px 0 20px;
    text-align: left;

}
}



.consultation-area{
    background-color: #E4F5F7;
    text-align: center;
}
.consultation-area__ttl-decoration{
    color: #109CAA;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    text-align: center;
    display: inline-block;
    padding-top: 120px;
}
.consultation-area__ttl-decoration::before{
    content: '';
    width: 45px;
    height: 2px;
    background-color: #109CAA;
    position: absolute;
    top: 86%;
    left: -60px;
}

.consultation-area__ttl-decoration::after{
    content: '';
    width: 45px;
    height: 2px;
    background-color: #109CAA;
    position: absolute;
    top: 87%;
    right: -60px;
}

.consultation-area__ttl{
    font-size: 50px;
    font-weight: 700;
    padding-top: 20px;
}

.consultation-area__list{
    display: flex;
    justify-content: left;
    list-style: none;
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    max-width: 534px;
    gap: 30px;
}
.consultation-area__list-wrapper{
    position: relative;
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 58px 0 90px;
}
.consultation-area__list-wrapper::before,
.consultation-area__list-wrapper::after{
    content: '';
    position: absolute;
    width: 28px;
    height: 28px;
    margin: auto;
    right: 0;
    left: 0;
    border-bottom: 4px solid #109CAA;
    border-right: 4px solid #109CAA;
    transform: rotate(45deg);
}
.consultation-area__list-wrapper::before{
    bottom: -50px;
}
.consultation-area__list-wrapper::after{
    bottom: -70px;
}
.consultation-area__item{
    margin-bottom: 12px;
    max-width: 252px;
}

.consultation-area__list li:last-child{
    margin-right: 0;
}

.consultation-area__item{
    background-color: #fff;
    padding-bottom: 7.9%;
}

.txt_wrapper{
    padding-top: 20px;
    height:60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.txt_marker{
    background:linear-gradient(transparent 60%, #FBF665 0%);
}
.consultation-area__subtxt{
    font-size: 36px;
    font-weight: 700;
    padding-top: 20px;
}

.consultation-area__txt{
    font-size: 56px;
    font-weight: 700;
    color: #109CAA;
    padding-bottom: 70px;
}


@media screen and (max-width: 1440px){

.consultation-area__subtxt {
    font-size: 34px;
}
.consultation-area__list-wrapper{
    margin: 58px auto 90px;
    width: 92%;
}
.consultation-area__list{
    font-size: 1.4vw;
}
}


@media screen and (max-width: 767px){
.consultation-area {
    padding: 0 4%;
}
.consultation-area__list-wrapper {
    width: 100%;
    gap: 0;
    flex-direction: column;
    margin: 7.5% 0;
}

.contact-area__box-wrapper{
    padding: 0;
}
.consultation-area__ttl-decoration {
    font-size: 3vw;
    padding-top: 40px;
}
.consultation-area__ttl-decoration::before{
    width: 20px;
    height: 1px;
    top: 81%;
    left: -30px;
}
.consultation-area__ttl-decoration::after{
    width: 20px;
    height: 1px;
    top: 81%;
    right: -30px;
}
.consultation-area__ttl {
    font-size: 6vw;
    padding-top: 0;
}
.consultation-area__list {
    margin: 0;
    width: 100%;
    max-width: 100%;
    justify-content: center;
    gap: 2%;
    font-size: 3.7vw;
}
.txt_wrapper{
    margin-bottom: 20px;
}
.consultation-area__list li {
    margin: 0;
    height: auto;
    width: 100%;
}
.consultation-area__item{
    width: 100%;
    max-width: 100%;
    padding-bottom: 6%;
}
.consultation-area__item:nth-child(1),
.consultation-area__item:nth-child(2){
    margin-bottom: 2%;
}
.consultation-area__image img{
    width: 26px;
    height: auto;
}
.consultation-area__subtxt {
    font-size: 5.4vw;
    padding-top: 54px;
}
.consultation-area__txt {
    font-size: 6.7vw;
    padding-bottom: 30px;
}
.consultation-area__list-wrapper::before, 
.consultation-area__list-wrapper::after {
    width: 20px;
    height: 20px;
    border-bottom: 4px solid #109CAA;
    border-right: 4px solid #109CAA;
}
.consultation-area__list-wrapper::before {
    bottom: -40px;
}
.consultation-area__list-wrapper::after {
    bottom: -55px;
}
}

@media screen and (max-width: 500px){
    .consultation-area__item {
        padding-bottom: 0;
    }
}



.contact-area {
    background-image: url(../images/bg_contact.png);
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    width: 100%;
    padding-bottom: 80px;
}
.contact-area__ttl{
    font-size: 50px;
    font-weight: 700;
    padding-top: 50px;
    color: #fff;
    text-align: center;
}
.contact-area__box-wrapper{
    display: flex;
    justify-content: right;
    max-width: 1320px;
    max-height: 295px;
    margin: 40px auto 0;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}
.contact-area__left-box,
.contact-area__right-box{
    max-width: 480px;
    width: 100%;
    background: #fff;
    padding: 5.5% 2% 4.8%;
    box-sizing: border-box;
}
.contact-area__right-box{
    position: relative;
}
.contact-area__box-pcimg{
    max-width: 375px;
    margin: -106px 0 0 -40px;
    z-index: 10;
}
.contact-area__box-pcimg img{
    width: 100%;
    height: auto;
}
.contact-area__left-box{
    margin-right: 5px;
}
.contact-area__left-txt{
    margin-bottom: 40px;
}
.contact-area__left-btn{
    text-decoration: none;
    color: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto; 
    padding: 4% 1% 5%;
    background: -moz-linear-gradient(left, #FF2725, #FF8230);
    background: -webkit-linear-gradient(left, #FF2725, #FF8230);
    background: linear-gradient(to right, #FF2725, #FF8230);
    border-radius: 44px;
    box-shadow: 0px 3px 16px 0px rgb(10 133 165 / 30%);
    z-index: 2;
    will-change: transform;
    transform-style: preserve-3d;
    transition: all .3s ease-out;  
}
.contact-area__left-btn::after{
    transform-style: preserve-3d;
    transition: all .3s ease-out;
}
.contact-area__left-btn:hover{
    transform: scale(0.95);
}
.contact-area__left-btn span{
    position: relative;
}
.contact-area__left-btn span::before{
    content: '';
    width: 32px;
    height: 23px;
    background: url(../images/ico_mail.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 8px;
    left: -45px;
}
.contact-area__right-tel{
    font-size: 55px;
    margin-bottom: 6px;
}
.contact-area__right-tel a{
    color: #FF8830;
}
.contact-area__right-info{
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    text-indent: 1.4em;
}
.contact-area__box-spimg{
    display: none;
}


@media screen and (max-width: 1350px){
.contact-area{
    background-image: url(../images/sp/bg_contact.png);
    background-size: cover;
}

.contact-area__box-wrapper{
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-height: fit-content;
}
.contact-area__left-box {
    margin-right: 0;
}
.contact-area__left-box, 
.contact-area__right-box {
    max-width: 1100px;
    margin: 0 auto;
    width: 92%;
    padding: 5.5% 2% 4.8%;
    box-sizing: border-box;
}
.contact-area__left-box{
    margin-bottom: 10px;
}
.contact-area__left-btn{
    border-radius: 50px;
    max-width: 430px;
    padding: 2% 1% 3%;
}
.contact-area__box-pcimg{
    display: none;
}
.contact-area__box-spimg{
    display: block;
}
.contact-area__left-txt {
    margin-bottom: 2%;
}
.contact-area__right-txt{
    text-align: left;
}
.contact-area__right-tel{
    text-align: left;
}
.contact-area__right-info {
    text-indent: -0.2em;
}
.contact-area__right-box {
    padding: 5.5% 2% 4.8%;
    text-align: center;
}
.contact-area__right-box div{
    display: inline-block;
}
.contact-area__box-spimg img{
    width: 100%;
    height: auto;
}
.contact-area__box-spimg {
    max-width: 312px;
    position: absolute;
    bottom: -8px;
    right: 0;
}
}

@media screen and (max-width: 1000px){
.contact-area__box-spimg {
    max-width: 30%;
}
}


@media screen and (max-width: 768px){
.contact-area{
    padding: 0 4% 16.6%;
}
.contact-area__ttl {
    font-size: 7.6vw;
    padding-top: 9%;
}
.contact-area__left-box{
    padding: 9% 4%;
}
.contact-area__left-txt{
    font-size: 3.5vw;
    margin-bottom: 2.5%;
}
.contact-area__box-wrapper{
    margin-top: 9%;
}
.contact-area__left-btn{
    max-width: 100%;
    font-size: 4.8vw;
    padding: 3% 1% 4%;
}
.contact-area__left-box, .contact-area__right-box {
    max-width: 100%;
    width: 100%;
}
.contact-area__left-btn span::before {
    width: 20%;
    height: 0;
    top: 25%;
    left: -25%;
    padding-top: 14%;
}
.contact-area__right-txt{
    font-size: 3.5vw;
}
.contact-area__right-tel{
    font-size: 9.3vw;
}
.contact-area__right-info{
    font-size: 3.2vw;
}
.contact-area__right-box {
    padding: 8.7% 4.5%;
    text-align: left;
}

}


@media screen and (max-width: 500px){
.contact-area__left-btn{
    max-width: 100%;
    font-size: 4.8vw;
    padding: 5% 1% 6%;
}
.contact-area__box-spimg {
    max-width: 156px;
}
}



.mission-area{
    background-image: url(../images/bg_mission.png);
    padding: 70px 0;
}
.mission-area__bg{
    max-width: 1100px;
    width: 92%;
    height: 445px;
    background: #fff ;
    opacity: 0.8;
    margin: 0 auto;
}
.mission-area__ttl{
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    padding: 60px 0 40px;
}
.big-txt{
    font-size: 40px;
}
.mission-area__txt{
    max-width: 700px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.7em;
    padding-bottom: 30px;
    font-weight: 500;
}
.page-top__btn-area{
    width: 100%;
    height: 46px;
    background-color: #333;
    text-align: center;
    padding-top: 17px;
}
.page-top__btn-img {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 10px;
    border-top: 4px solid #eee;
    border-left: 4px solid #eee;
    transform: rotate(45deg);
}
.page-top__btn-area{
    font-size: 0;
}







@media screen and (max-width: 767px){

.mission-area{
    background-size: cover;
    padding: 30px 0;
}
.mission-area__bg{
    width: 92%;
    height: auto;
    padding-bottom: 30px;
}
.mission-area__ttl{
    font-size: 22px;
    padding: 30px 0 20px
}
.mission-area__ttl,.mission-area__txt{
    width: 89%;
    margin: 0 auto;
}
.big-txt{
    font-size: 32px;
}
.mission-area__txt {
font-size: 13px;
line-height: 1.7em;
padding-bottom: 0px;
}
}




.footer-area{
    background-color: #000;
    font-size: 16px;
    line-height: 1.6em;
}
.footer-area__content-wrapper{
    display: flex;
    justify-content: space-between;
    padding: 100px 0 116px;
    max-width: 1100px;
    margin: 0 auto;
}
.footer-area__copyright{
    color: #747474;
    padding-top: 40px;
    font-size: 12px;
}
.footer-area__right-box{
    color: #fff;
    font-size: 16px;
}

.footer-area__privacy{
    font-size: 14px;
    margin-top: 24px;
}
.footer-area__txt a{
    color: #fff;
}

.footer-area__privacy a{
    color: #fff;
}

@media screen and (min-width:767px) and ( max-width:1100px){
.footer-area__content-wrapper{
    padding: 100px 4% 116px;
}
}

@media screen and (max-width: 767px){

.page-top__btn-area {
    height: 40px;
    padding-top: 15px;
}
.footer-area__content-wrapper{
    display: inline-block;
    padding: 40px 0 104px 4%;
}
.footer-area__logo-img img{
    width: 72%;
    height: auto;
}
.footer-area__txt{
    font-size: 12px;
    padding-top: 40px;
    line-height: 1.65em;
}
.footer-area__right-box a{
    font-size: 10px;
    padding-top: 30px;
}
.footer-area__copyright{
    padding-top: 60px;
}
}
    

a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}