@charset "UTF-8";
/* =====================================
	全体設定
===================================== */

html{
    font-size: 62.5%;
}

a{
	color: #030303;
	text-decoration: none;
    transition: 0.3s all ease;
}

a:hover{
	opacity: 0.6;
}

.sp{
	display: none !important;
}

body{
	position: relative;
	margin: 0 auto;
	font-size: 1.8rem;
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-style: normal;
	color: #030303;
    line-height: 1.89;
	text-align: left;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;/*Chrome,Safari*/
	-ms-text-size-adjust: 100%;/*EgdeMobile*/
	-moz-text-size-adjust: 100%;/*firefox*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-feature-settings: "palt";
    letter-spacing: 0.02em;
}

img{
    max-width: 100%;
}


/* =====================================
	header
===================================== */

header{
    width: 100%;
}

header .logo01{
    position: absolute;
    top: 35px;
    left: 160px;
    width: 277px;
    z-index: 10;
}


/* =====================================
	main
===================================== */

.visual{
    width: 100%;
    height: 800px;
    background: url("../img/bg01.jpg") center top no-repeat;
    padding-top: 116px;
}

.visual h1 img{
    margin: 0 auto;
}

.visual .visual-txt1{
    margin: 32px auto 0;
    font-size: 2.0rem;
    line-height: 1.5;
    text-align: center;
    color: #fff;
}

.visual a img{
    margin: 58px auto 0;
    filter: drop-shadow(8.5px 8.5px 7px rgba(20, 10, 30, 0.5));
}

.visual .visual-txt2 img{
    margin: 30px auto 0;
}

.worries{
    width: 100%;
    background: #f2f7fb;
    padding: 169px 40px 120px;
    position: relative;
}

.worries::before{
    content: "";
    width: 100%;
    height: 455px;
    background: url("../img/bg02.jpg") no-repeat center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.worries h2 img{
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.worries ul{
    width: 100%;
    max-width: 980px;
    border-radius: 20px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    filter: drop-shadow(0 10px 20px rgba(11, 21, 50, 0.3));
    margin: 35px auto 0;
    padding: 40px;
}

.worries ul li{
    width: 31.67%;
    border-radius: 10px;
    border: 3px solid #dddfe3;
    padding: 30px 30px 32px;
}

.worries ul li h3{
    font-size: 2.4rem;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    padding-bottom: 136px;
}

.worries ul li:nth-child(1) h3{
    background: url("../img/icon01.png") no-repeat center bottom 13px;
    background-size: 102px auto;
}

.worries ul li:nth-child(2) h3{
    background: url("../img/icon02.png") no-repeat center bottom 13px;
    background-size: 102px auto;
}

.worries ul li:nth-child(3) h3{
    background: url("../img/icon03.png") no-repeat center bottom 13px;
    background-size: 102px auto;
}

.worries ul li p{
    font-size: 1.6rem;
    line-height: 1.875;
}

.worries .worries-txt{
    position: relative;
}

.worries .worries-txt::before{
    content: "";
    background: url("../img/moya01.png") no-repeat;
    background-size: contain;
    width: 58px;
    height: 67px;
    position: absolute;
    top: 17px;
    left: 50%;
    transform: translateX(200px);
}

.worries .worries-txt img{
    margin: 62px auto 0;
}

.solution{
    width: 100%;
    padding: 100px 40px 120px;
    position: relative;
}

.solution::before{
    content: "";
    background: url("../img/bg03.png") repeat top left;
    width: 266px;
    height: 266px;
    position: absolute;
    top: 51px;
    right: 73px;
}

.solution::after{
    content: "";
    background: url("../img/bg03.png") repeat top left;
    width: 266px;
    height: 266px;
    position: absolute;
    bottom: 51px;
    left: 35px;
}

.solution h2 img{
    margin: 0 auto;
}

.solution ul{
    width: 100%;
    max-width: 975px;
    margin: 50px auto 0;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}

.solution ul li{
    width: 31.282%;
    background: #fff;
    border-radius: 10px;
    filter: drop-shadow(0 6px 14px rgba(11, 21, 50, 0.2));
    padding: 28px 30px 32px;
}

.solution ul li h3{
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.33;
    text-align: center;
    padding-bottom: 136px;
}

.solution ul li:nth-child(1) h3{
    background: url("../img/icon04.png") no-repeat center bottom 20px;
    background-size: 102px auto;
}

.solution ul li:nth-child(2) h3{
    background: url("../img/icon05.png") no-repeat center bottom 20px;
    background-size: 102px auto;
}

.solution ul li:nth-child(3) h3{
    background: url("../img/icon06.png") no-repeat center bottom 20px;
    background-size: 102px auto;
}

.solution ul li .solution-txt1{
    width: 100%;
    background: #f2eff6;
    padding: 15px 20px;
    font-size: 1.6rem;
    line-height: 1.625;
    border-radius: 6px;
}

.solution ul li .solution-txt2{
    font-size: 1.6rem;
    line-height: 1.875;
    margin-top: 12px;
}

.solution ul li .solution-txt2 strong{
    font-weight: bold;
    color: #df4da1;
}

.summary{
    width: 100%;
    background: url("../img/bg04.jpg") center no-repeat;
    background-size: cover;
    padding: 120px 40px;
}

.summary h2 img{
    margin: 0 auto;
}

.summary .summary-txt1{
    font-size: 2.0rem;
    line-height: 1.8;
    text-align: center;
    color: #fff;
    margin-top: 32px;
}

.summary .summary-txt1 strong{
    font-weight: bold;
}

.summary .summary-txt2 img{
    margin: 22px auto 0;
}

.reason{
    width: 100%;
    padding: 120px 40px;
    position: relative;
}

.reason::before{
    content: "";
    background: url("../img/bg03.png") repeat top left;
    width: 266px;
    height: 266px;
    position: absolute;
    top: 72px;
    right: 142px;
}

.reason::after{
    content: "";
    background: url("../img/bg03.png") repeat top left;
    width: 266px;
    height: 153px;
    position: absolute;
    bottom: 64px;
    left: 93px;
}

.reason h2 img{
    margin: 0 auto;
}

.reason ul{
    margin: 51px auto 0;
    width: 100%;
    max-width: 795px;
    position: relative;
    z-index: 10;
}

.reason ul::before{
    content: "";
    width: 230px;
    height: 160px;
    background: url("../img/pic01.jpg") no-repeat center;
    background-size: contain;
    filter: drop-shadow(0 5px 12px rgba(11, 21, 50, 0.2));
    position: absolute;
    top: 198px;
    left: -116px;
    z-index: 10;
}

.reason ul::after{
    content: "";
    width: 230px;
    height: 160px;
    background: url("../img/pic02.jpg") no-repeat center;
    background-size: contain;
    filter: drop-shadow(0 5px 12px rgba(11, 21, 50, 0.2));
    position: absolute;
    top: 483px;
    right: -97px;
    z-index: 10;
}

.reason ul li{
    width: 100%;
    max-width: 715px;
    background: #fff;
    border-radius: 10px;
    padding: 44px 60px 42px 202px;
    filter: drop-shadow(0 6px 12px rgba(11, 21, 50, 0.2));
    position: relative;
}

.reason ul li:nth-child(even){
    padding: 44px 190px 42px 60px;
    margin: 40px 0 0 auto;
}

.reason ul li + li{
    margin-top: 40px;
}

.reason ul li::before{
    content: "";
    width: 78px;
    height: 78px;
    position: absolute;
    top: -20px;
    left: 20px;
}

.reason ul li:nth-child(1)::before{
    background: url("../img/icon07.png") no-repeat center;
    background-size: contain;
}

.reason ul li:nth-child(2)::before{
    background: url("../img/icon09.png") no-repeat center;
    background-size: contain;
    left: auto;
    right: 20px;
}

.reason ul li:nth-child(3)::before{
    background: url("../img/icon11.png") no-repeat center;
    background-size: contain;
}

.reason ul li:nth-child(1)::after{
    content: "";
    width: 83px;
    height: 76px;
    background: url("../img/icon08.png") no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 70px;
    transform: translateY(-50%);
}

.reason ul li:nth-child(2)::after{
    content: "";
    width: 73px;
    height: 77px;
    background: url("../img/icon10.png") no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 75px;
    transform: translateY(-50%);
}

.reason ul li:nth-child(3)::after{
    content: "";
    width: 94px;
    height: 79px;
    background: url("../img/icon12.png") no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 65px;
    transform: translateY(-50%);
}

.reason ul li h3{
    font-size: 3.0rem;
    font-weight: bold;
    line-height: 1.35;
    color: #df4ea1;
}

.reason ul li p{
    font-size: 1.8rem;
    line-height: 1.78;
    margin-top: 12px;
}

.about-us{
    width: 100%;
    position: relative;
    padding: 120px 40px;
}

.about-us::before{
    content: "";
    width: 100%;
    height: 658px;
    background: #f2f7fb;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.about-us .about-us-ttl{
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    position: relative;
    z-index: 10;
}

.about-us .about-us-ttl p{
    width: 50.96%;
    font-size: 1.8rem;
    line-height: 1.78;
}

.about-us .about-us-profile{
    width: 100%;
    max-width: 940px;
    margin: 60px auto 0;
    background: #fff;
    border-radius: 20px;
    filter: drop-shadow(0 10px 20px rgba(11, 21, 50, 0.3));
    padding: 30px 0 50px;
    display: flex;
    flex-wrap: wrap;
}

.about-us .about-us-profile .about-us-profile-img{
    margin: 0 41px 0 32px;
    position: relative;
    z-index: 10;
}

.about-us .about-us-profile .about-us-profile-txt{
    padding-top: 42px;
    max-width: 525px;
}

.about-us .about-us-profile .about-us-profile-txt h3{
    font-size: 3.0rem;
    font-weight: bold;
    line-height: 1;
}

.about-us .about-us-profile .about-us-profile-txt h3 small{
    font-size: 1.8rem;
    font-weight: 500;
    margin-top: 12px;
    display: block;
}

.about-us .about-us-profile .about-us-profile-txt p{
    font-size: 1.4rem;
    line-height: 1.71428;
    margin-top: 18px;
}

.about-us .about-us-profile dl{
    width: calc(100% - 100px);
    margin: -20px auto 0;
    background: #f2f7fb;
    border-radius: 8px;
    padding: 60px 50px 42px;
}

.about-us .about-us-profile dl div + div{
    margin-top: 33px;
}

.about-us .about-us-profile dl div dt{
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
}

.about-us .about-us-profile dl div dd{
    font-size: 1.5rem;
    line-height: 1.867;
    margin-top: 7px;
}

.why{
    width: 100%;
    padding: 100px 40px 120px;
    background: url("../img/bg05.jpg") no-repeat center;
    background-size: cover;
}

.why h2 img{
    margin: 0 auto;
}

.why p{
    font-size: 1.8rem;
    line-height: 2;
    text-align: center;
    color: #fff;
    margin-top: 30px;
}

.why .wrap img{
    margin: 50px auto 0;
}

.case{
    width: 100%;
    padding: 120px 0 101px;
    background: #f2f7fb;
}

.case h2 img{
    margin: 0 auto;
}

.case .case-txt1{
    font-size: 2.0rem;
    line-height: 1;
    text-align: center;
    margin-top: 40px;
}

.case > ul{
    display: flex;
    align-items: stretch;
}

.case > ul li.slick-slide{
    width: 365px;
    background: #fff;
    border-radius: 10px;
    filter: drop-shadow(0 6px 12px rgba(11, 21, 50, 0.2));
    padding: 34px 30px 125px;
    position: relative;
}

.case > ul li.slick-slide h3{
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    padding-bottom: 138px;
}

.case > ul li.slide-item1 h3{
    background: url("../img/icon13.png") no-repeat center bottom 15px;
    background-size: 102px auto;
}

.case > ul li.slide-item2 h3{
    background: url("../img/icon14.png") no-repeat center bottom 15px;
    background-size: 102px auto;
}

.case > ul li.slide-item3 h3{
    background: url("../img/icon15.png") no-repeat center bottom 15px;
    background-size: 102px auto;
}

.case > ul li.slide-item4 h3{
    background: url("../img/icon16.png") no-repeat center bottom 15px;
    background-size: 102px auto;
}

.case > ul li.slide-item5 h3{
    background: url("../img/icon17.png") no-repeat center bottom 15px;
    background-size: 102px auto;
}

.case > ul li.slide-item6 h3{
    background: url("../img/icon18.png") no-repeat center bottom 15px;
    background-size: 102px auto;
}

.case > ul li.slick-slide .case-txt2{
    font-size: 1.6rem;
    line-height: 1.875;
}

.case > ul li.slick-slide .case-txt3{
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.44;
    color: #df4da1;
    background: #faecf6;
    border-radius: 6px;
    width: calc(100% - 60px);
    height: 83px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.slick-list {
    padding-top: 40px !important;
    padding-bottom: 45px !important;
}

.slick-slide {
    margin: 0 20px;
}

.slick-dots {
    bottom: 4px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
}

.slick-dots li {
    width: 13px;
    height: 13px;
    margin: 0 10px;
}

.slick-dots li button {
    width: 13px;
    height: 13px;
}

.slick-dots li.slick-active button::before {
    background: #dd90c3;
    border: none;
    margin-top: 0;
}
.slick-dots li button::before {
    width: 13px;
    height: 13px;
    background: #d5d5d5;
    border-radius: 50%;
}

.flow{
    width: 100%;
    padding: 120px 40px 116px;
}

.flow h2 img{
    margin: 0 auto;
}

.flow ul{
    margin: 60px auto 0;
    width: 100%;
    max-width: 1120px;
    padding: 0 40px;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.flow ul::before{
    content: "";
    width: 100%;
    height: min(0.33vw, 4px);
    background: #e7e7e7;
    position: absolute;
    top: min(7.75vw, 93px);
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.flow ul li{
    width: 25%;
}

.flow ul li h3 img{
    width: 73.4616%;
    margin: 0 auto;
}

.flow ul li p{
    font-size: 1.6rem;
    line-height: 1.875;
    text-align: center;
    margin-top: 26px;
    padding: 0 20px;
}

.flow ul li p img{
    margin: -20px auto 10px;
}

.fee{
    width: 100%;
    padding: 120px 40px;
    position: relative;
}

.fee::before{
    content: "";
    width: 100%;
    height: 455px;
    background: url("../img/bg06.jpg") no-repeat center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.fee h2 img{
    margin: 0 auto;
}

.fee .fee-txt1{
    font-size: 2.0rem;
    line-height: 1.8;
    text-align: center;
    color: #fff;
    margin-top: 22px;
}

.fee .fee-txt2 img{
    margin: 55px auto 0;
    filter: drop-shadow(0 10px 20px rgba(11, 21, 50, 0.3));
}

.faq{
    width: 100%;
    padding: 0 40px 120px;
}

.faq img{
    margin: 0 auto;
}

.faq dl{
    width: 100%;
    max-width: 980px;
    margin: 60px auto 0;
}

.faq dl div{
    background: #fff;
    margin-bottom: 30px;
    border: 1px solid #cdcdcd;
}

.faq dl div:last-child{
    margin-bottom: 0;
}

.faq dl div dt{
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.35;
    padding: 31px 95px;
    background: url("../img/icon_q.png") no-repeat top 30px left 38px;
    background-size: 25px auto;
    cursor: pointer;
    position: relative;
}

.faq dl div dt::before{
    content: "";
    width: 23px;
    height: 1px;
    background: #030303;
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
}

.faq dl div dt::after{
    content: "";
    width: 1px;
    height: 23px;
    background: #030303;
    position: absolute;
    top: 50%;
    right: 52px;
    transform: translateY(-50%);
}

.faq dl div dt.active::after{
    opacity: 0;
}

.faq dl div dd{
    font-size: 2.0rem;
    line-height: 1.8;
    padding: 30px 40px 30px 95px;
    border-top: 1px solid #cdcdcd;
    background: url("../img/icon_a.png") no-repeat top 31px left 39px;
    background-size: 25px auto;
    display: none;
}

.contact{
    width: 100%;
    padding: 145px 40px 90px;
    position: relative;
}

.contact::before{
    content: "";
    width: 100%;
    height: 455px;
    background: url("../img/bg07.jpg") no-repeat center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.contact h2 img{
    margin: 0 auto;
}

.contact p{
    font-size: 2.0rem;
    line-height: 1.8;
    text-align: center;
    color: #fff;
    margin: 30px 0 178px;
}

.contact p storng{
    font-weight: bold;
}

footer{
    width: 100%;
    font-size: 1.4rem;
    line-height: 1;
    color: #fff;
    background: #00040b;
    text-align: center;
    padding: 30px 40px;
}

footer a{
    color: #fff;
    text-decoration: underline;
}



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

.pc{
	display:none !important;
}

.sp{
	display:block !important;
}

a:hover{
	opacity: 1;
}

body{
    font-size: 3.467vw;
    width: 100%;
    overflow-x: hidden;
    letter-spacing: 0;
}

/* =====================================
	header
===================================== */

header .logo01{
    top: 5.467vw;
    left: 4.8vw;
    width: 44.133vw;
}


/* =====================================
	main
===================================== */

.visual{
    height: 136.267vw;
    background: url("../img/sp/bg01.jpg") center top no-repeat;
    background-size: cover;
    padding-top: 5.33vw;
}

.visual h1 img{
    width: 85.2vw;
    margin-left: 7.733vw;
}

.visual .visual-txt1{
    margin: 5.467vw auto 0;
    font-size: 3.467vw;
}

.visual a img{
    margin: 12.4vw auto 0;
    width: 89.067vw;
}

.visual .visual-txt2 img{
    margin: 2.67vw auto 0;
    width: 83.33vw;
}

.worries{
    padding: 21.33vw 0 20vw;
}

.worries::before{
    height: 95.33vw;
    background: url("../img/sp/bg02.jpg") no-repeat center;
    background-size: cover;
}

.worries h2 img{
    width: 95.33vw;
}

.worries ul{
    max-width: 89.6vw;
    border-radius: 2.67vw;
    flex-wrap: wrap;
    gap: 4vw;
    margin: 10.67vw auto 0;
    padding: 5.33vw;
}

.worries ul li{
    width: 100%;
    border-radius: 1.33vw;
    border: 0.4vw solid #dddfe3;
    padding: 5.867vw 5.33vw 3.867vw 28.533vw;
}

.worries ul li:nth-child(1){
    background: url("../img/icon01.png") no-repeat center left 4vw;
    background-size: 20.4vw auto;
}

.worries ul li:nth-child(2){
    background: url("../img/icon02.png") no-repeat center left 4vw;
    background-size: 20.4vw auto;
}

.worries ul li:nth-child(3){
    background: url("../img/icon03.png") no-repeat center left 4vw;
    background-size: 20.4vw auto;
}

.worries ul li h3{
    font-size: 4.8vw;
    padding-bottom: 2vw;
    background: none !important;
}

.worries ul li p{
    font-size: 3.2vw;
}

.worries .worries-txt::before{
    background: url("../img/moya01.png") no-repeat;
    background-size: contain;
    width: 11.467vw;
    height: 13.33vw;
    top: -3.6vw;
    transform: translateX(34.133vw);
}

.worries .worries-txt img{
    width: 65.2vw;
    margin: 10.67vw auto 0;
}

.solution{
    padding: 16vw 0 21.33vw;
}

.solution::before{
    background: url("../img/bg03.png") repeat top left;
    background-size: 5.067vw;
    width: 35.467vw;
    height: 35.467vw;
    top: 27.867vw;
    right: -12vw;
}

.solution::after{
    background: url("../img/bg03.png") repeat top left;
    background-size: 5.067vw;
    width: 35.467vw;
    height: 20.4vw;
    bottom: 8.8vw;
    left: -7.2vw;
}

.solution h2 img{
    width: 86.4vw;
}

.solution ul{
    max-width: 89.33vw;
    margin: 8vw auto 0;
    flex-wrap: wrap;
    gap: 5.33vw;
}

.solution ul li{
    width: 100%;
    border-radius: 1.33vw;
    padding: 6.67vw 5.33vw 5.33vw 28.4vw;
    position: relative;
}

.solution ul li:nth-child(1){
    background: #fff url("../img/icon04.png") no-repeat center left 4vw;
    background-size: 20.4vw auto;
}

.solution ul li:nth-child(2){
    background: #fff url("../img/icon05.png") no-repeat center left 4vw;
    background-size: 20.4vw auto;
}

.solution ul li:nth-child(3){
    background: #fff url("../img/icon06.png") no-repeat center left 4vw;
    background-size: 20.4vw auto;
}

.solution ul li h3{
    font-size: 4.16vw;
    padding-bottom: 4vw;
    background: none !important;
    text-align: left;
}

.solution ul li .solution-txt1{
    padding: 1.733vw 2.67vw;
    font-size: 2.7733vw;
    border-radius: 0.8vw;
}

.solution ul li .solution-txt2{
    font-size: 2.7733vw;
    margin-top: 1.6vw;
}

.summary{
    background: url("../img/sp/bg04.jpg") center no-repeat;
    background-size: cover;
    padding: 16vw 0 21.33vw;
}

.summary h2 img{
    width: 71.733vw;
}

.summary .summary-txt1{
    font-size: 4vw;
    margin-top: 5.6vw;
}

.summary .summary-txt2 img{
    width: 89.33vw;
    margin: 3.733vw auto 0;
}

.reason{
    padding: 16vw 0 21.33vw;
}

.reason::before{
    background: url("../img/bg03.png") repeat top left;
    background-size: 5.067vw auto;
    width: 35.467vw;
    height: 35.467vw;
    top: 36.8vw;
    right: -12vw;
}

.reason::after{
    background: url("../img/bg03.png") repeat top left;
    background-size: 5.067vw auto;
    width: 35.467vw;
    height: 20.4vw;
    bottom: 8.4vw;
    left: -7.6vw;
}

.reason h2 img{
    width: 71.2vw;
}

.reason ul{
    margin: 8vw auto 0;
    max-width: 89.33vw;
}

.reason ul::before{
    display: none;
}

.reason ul::after{
    display: none;
}

.reason ul li{
    max-width: inherit;
    border-radius: 1.33vw;
    padding: 5.467vw 4vw 5.067vw 28.8vw;
}

.reason ul li:nth-child(even){
    padding: 5.467vw 4vw 5.067vw 28.8vw;
    margin: 5.33vw 0 0 auto;
}

.reason ul li + li{
    margin-top: 5.33vw;
}

.reason ul li::before{
    width: 15.467vw;
    height: 15.467vw;
    top: -2.67vw;
    left: 2.67vw;
}

.reason ul li:nth-child(2)::before{
    right: auto;
    left: 2.67vw;
}

.reason ul li:nth-child(1)::after{
    width: 16.4vw;
    height: 15.2vw;
    left: 6.67vw;
}

.reason ul li:nth-child(2)::after{
    width: 14.67vw;
    height: 15.467vw;
    right: auto;
    left: 7.067vw;
}

.reason ul li:nth-child(3)::after{
    width: 18.67vw;
    height: 15.867vw;
    left: 5.2vw;
}

.reason ul li h3{
    font-size: 6vw;
    line-height: 1.33;
}

.reason ul li p{
    font-size: 3.6vw;
    margin-top: 1.33vw;
}

.about-us{
    padding: 16vw 0 21.33vw;
}

.about-us::before{
    height: 197.067vw;
}

.about-us .about-us-ttl{
    max-width: 89.33vw;
    flex-wrap: wrap;
    gap: 6.8vw;
}

.about-us .about-us-ttl h2 img{
    width: 84.933vw;
    margin: 0 auto;
}

.about-us .about-us-ttl p{
    width: 100%;
    font-size: 3.6vw;
}

.about-us .about-us-profile{
    max-width: 89.33vw;
    margin: 6.533vw auto 0;
    border-radius: 2.67vw;
    padding: 5.33vw;
    align-items: center;
}

.about-us .about-us-profile .about-us-profile-img{
    margin: 0 3.33vw 0 0;
    width: 33.467vw;
}

.about-us .about-us-profile .about-us-profile-txt{
    padding-top: 0;
    max-width: inherit;
}

.about-us .about-us-profile .about-us-profile-txt h3{
    font-size: 6.02vw;
}

.about-us .about-us-profile .about-us-profile-txt h3 small{
    font-size: 3.612vw;
    line-height: 1.33;
    margin-top: 1.733vw;
}

.about-us .about-us-profile .about-us-profile-txt + p{
    font-size: 2.8vw;
    line-height: 1.71428;
    margin-top: 4.533vw;
}

.about-us .about-us-profile dl{
    width: 100%;
    margin: 4.4vw auto 0;
    border-radius: 1.33vw;
    padding: 8vw 5.33vw 6.67vw;
}

.about-us .about-us-profile dl div + div{
    margin-top: 6.67vw;
}

.about-us .about-us-profile dl div dt{
    font-size: 3.604vw;
}

.about-us .about-us-profile dl div dd{
    font-size: 3.00267vw;
    margin-top: 1.733vw;
}

.why{
    padding: 16vw 0 21.33vw;
    background: url("../img/sp/bg05.jpg") no-repeat center;
    background-size: cover;
}

.why h2 img{
    width: 59.6vw;
}

.why p{
    font-size: 3.6vw;
    margin-top: 6.267vw;
}

.why .wrap{
    width: 100%;
    margin: 8.8vw 0 0;
    overflow-x: scroll;
}

.why .wrap img{
    margin: 0;
    width: 174.4vw;
    max-width: inherit;
    padding: 0 8vw;
}

.case{
    padding: 16vw 0 13.33vw;
}

.case h2 img{
    width: 39.733vw;
}

.case .case-txt1{
    font-size: 4vw;
    margin-top: 8vw;
}

.case > ul li.slick-slide{
    width: 73vw;
    border-radius: 1.33vw;
    padding: 6.8vw 6vw 25.067vw;
}

.case > ul li.slick-slide h3{
    font-size: 4.8vw;
    padding-bottom: 27.2vw;
}

.case > ul li.slide-item1 h3{
    background: url("../img/icon13.png") no-repeat center bottom 2.933vw;
    background-size: 20.4vw auto;
}

.case > ul li.slide-item2 h3{
    background: url("../img/icon14.png") no-repeat center bottom 2.933vw;
    background-size: 20.4vw auto;
}

.case > ul li.slide-item3 h3{
    background: url("../img/icon15.png") no-repeat center bottom 2.933vw;
    background-size: 20.4vw auto;
}

.case > ul li.slide-item4 h3{
    background: url("../img/icon16.png") no-repeat center bottom 2.933vw;
    background-size: 20.4vw auto;
}

.case > ul li.slide-item5 h3{
    background: url("../img/icon17.png") no-repeat center bottom 2.933vw;
    background-size: 20.4vw auto;
}

.case > ul li.slide-item6 h3{
    background: url("../img/icon18.png") no-repeat center bottom 2.933vw;
    background-size: 20.4vw auto;
}

.case > ul li.slick-slide .case-txt2{
    font-size: 3.2vw;
}

.case > ul li.slick-slide .case-txt3{
    font-size: 3.6vw;
    border-radius: 0.8vw;
    width: calc(100% - 12vw);
    height: 16.6vw;
    bottom: 6vw;
}

.slick-list {
    padding-top: 8vw !important;
    padding-bottom: 8vw !important;
}

.slick-slide {
    margin: 0 4vw;
}

.slick-dots {
    bottom: 0;
}

.slick-dots li {
    width: 2.533vw;
    height: 2.533vw;
    margin: 0 2.133vw;
}

.slick-dots li button {
    width: 2.533vw;
    height: 2.533vw;
}

.slick-dots li button::before {
    width: 2.533vw;
    height: 2.533vw;
}

.flow{
    padding: 16vw 0 19.867vw;
}

.flow h2 img{
    width: 81.33vw;
}

.flow ul{
    margin: 8vw auto 0;
    max-width: 92.8vw;
    padding: 0;
    flex-wrap: wrap;
    row-gap: 6.4vw;
}

.flow ul::before{
    display: none;
}

.flow ul li{
    width: 50%;
}

.flow ul li h3 img{
    width: 38.2vw;
}

.flow ul li p{
    font-size: 3.2vw;
    margin-top: 5.33vw;
    padding: 0 2.67vw;
}

.flow ul li p img{
    width: 32.4vw;
    margin: -4vw auto 2.133vw;
}

.fee{
    padding: 21.33vw 0 16vw;
}

.fee::before{
    height: 95.33vw;
    background: url("../img/sp/bg06.jpg") no-repeat center;
    background-size: cover;
}

.fee h2 img{
    width: 31.276vw;
}

.fee .fee-txt1{
    font-size: 4vw;
    margin-top: 4.133vw;
}

.fee .fee-txt2 img{
    margin: 6.133vw auto 0;
    width: 89.33vw;
}

.faq{
    padding: 0 0 21.33vw;
}

.faq img{
    width: 64vw;
}

.faq dl{
    max-width: 89.33vw;
    margin: 8vw auto 0;
}

.faq dl div{
    margin-bottom: 5.33vw;
}

.faq dl div dt{
    font-size: 4.267vw;
    line-height: 1.5;
    padding: 3.467vw 12.267vw;
    background: url("../img/icon_q.png") no-repeat top 4vw left 3.6vw;
    background-size: 4.4vw auto;
}

.faq dl div dt::before{
    width: 4.533vw;
    height: 0.267vw;
    right: 4vw;
}

.faq dl div dt::after{
    width: 0.267vw;
    height: 4.533vw;
    right: 6.133vw;
}

.faq dl div dd{
    font-size: 3.467vw;
    padding: 4vw 5.33vw 4vw 12.267vw;
    background: url("../img/icon_a.png") no-repeat top 4.133vw left 3.733vw;
    background-size: 4.67vw auto;
}

.contact{
    padding: 16vw 0 12vw;
}

.contact::before{
    height: 92.533vw;
}

.contact h2 img{
    width: 75.8133vw;
}

.contact p{
    font-size: 4vw;
    margin: 3.467vw 0 24vw;
}

footer{
    font-size: 2.8vw;
    padding: 5.867vw 0;
}

}