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

html{
    font-size: 62.5%;
}

a{
	color: #333333;
	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: #333333;
    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%;
    height: 100px;
    background: #fff;
    position: relative;
}

header .logo01{
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
}

header nav{
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
}

header nav ul{
    display: flex;
    align-items: center;
    gap: 20px;
}


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

.visual{
    width: 100%;
    background: url("../img/bg01.png") center repeat-x;
    background-size: auto 100%;
}

.visual h1 img{
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

.lead{
    width: 100%;
    background: #0e4ea4;
    position: relative;
    z-index: 10;
    padding: 0 40px;
}

.lead img{
    margin: 0 auto;
}

.lead .arrow{
    position: absolute;
    bottom: -14.7059%;
    left: 50%;
    transform: translateX(-50%);
}

.cv{
    padding: 105px 40px 80px;
}

.cv img{
    margin: 0 auto;
}

.cv .btnArea{
    position: relative;
    width: 100%;
    max-width: 970px;
    margin: 0 auto 40px;
}

.cv .btnArea ul li{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 83.5294%;
    filter: drop-shadow(5px 5px 7px rgba(51,51,51,0.3));
}

.cv .btnArea ul li:first-child{
    bottom: 50.162338%;
}

.cv .btnArea ul li:last-child{
    bottom: 9.9026%;
}

.contents01{
    background: #e1f5fd;
    width: 100%;
    padding: 70px 40px 120px;
}

.contents01 img{
    margin: 0 auto;
}

.contents01 .price{
    width: 100%;
    max-width: 970px;
    margin: 40px auto 26px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.contents01 .note{
    width: 100%;
    max-width: 970px;
    margin: 0 auto 96px;
    font-size: 1.4rem;
    line-height: 1.5;
}

.contents01 .case{
    width: 100%;
    max-width: 970px;
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
}

.contents01 .case li{
    width: 32.474227%;
    background: #fffbd8;
    position: relative;
}

.contents01 .case li p{
    font-size: 3.0rem;
    font-weight: bold;
    text-align: center;
    color: #0e4ea4;
    line-height: 1.2;
    letter-spacing: 0.08em;
    padding: 20px;
}

.contents01 .case li .txtArea .cause{
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.33;
    color: #f74c00;
    margin-top: 18px;
    background: #fff url("../img/arrow01.svg") no-repeat center left 14px;
    background-size: 31px auto;
    padding: 10px 20px 10px 55px;
}

.signs{
    width: 100%;
    background: url("../img/bg02.png") repeat;
    padding: 120px 40px;
}

.signs img{
    margin: 0 auto;
}

.signs .coution{
    width: 100%;
    max-width: 970px;
    margin: 40px auto 30px;
    border-radius: 10px;
    padding: 0 0 45px;
    background: #fff;
    border: 4px solid #fde22f;
}

.signs .coution::before{
    content: "";
    width: 100%;
    height: 50px;
    margin-bottom: 15px;
    display: block;
    background: #fde22f url("../img/icon01.svg") no-repeat center top 9px;
    background-size: 33px auto;
}

.signs .coution h3{
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin-bottom: 26px;
}

.signs .coution ul{
    padding: 0 65px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 17px;
}

.signs .coution ul li{
    font-size: 2.34rem;
    font-weight: 500;
    line-height: 1.44;
    padding-left: 52px;
    background: url("../img/icon02.png") no-repeat top left;
    background-size: 42px auto;
    min-height: 42px;
}

.signs .coution ul li:nth-child(add){
    width: 61.9%;
}

.signs .coution ul li:nth-child(even){
    width: 38.1%;
}

.signs p{
    margin: 60px auto 35px;
}

.signs .btnArea{
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
}

.signs .btnArea li{
    width: 48.9130435%;
    filter: drop-shadow(5px 5px 7px rgba(51,51,51,0.3));
}

.signs .btnArea li:last-child{
    margin-top: -1.305%;
}

.contents02{
    background: #e1f5fd;
    padding: 52px 40px 120px;
    width: 100%;
}

.contents02 img{
    margin: 0 auto;
}

.contents02 .point{
    margin: 0 auto 100px;
    width: 100%;
    max-width: 970px;
}

.contents02 .point li{
    border: 10px solid #c8dbec;
    background: #fff;
    position: relative;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 38px 40px 43px 44px;
}

.contents02 .point li::before{
    content: "";
    width: 116px;
    height: 116px;
    position: absolute;
    top: -40px;
    left: 30px;
}

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

.contents02 .point li:nth-child(2)::before{
    background: url("../img/point02.png") no-repeat center;
    background-size: contain;
}

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

.contents02 .point li .imgArea{
    width: 19.4%;
}

.contents02 .point li .txtArea{
    width: 75.0577%;
}

.contents02 .point li .txtArea h3{
    font-size: 4.2rem;
    font-weight: 900;
    line-height: 1.1904762;
    color: #f74c00;
    margin-bottom: 28px;
}

.contents02 .point li .txtArea h4{
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.384615;
    margin-bottom: 12px;
}

.contents02 .point li .txtArea h4 strong{
    font-weight: 600;
    color: #f74c00;
}

.contents02 .point li .txtArea p{
    font-size: 1.8rem;
    line-height: 1.78;
}

.contents02 .point li .txtArea p small{
    font-size: 1.4rem;
}

.contents02 .step{
    margin: 40px auto 60px;
    width: 100%;
    max-width: 850px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 60px;
}

.contents02 .step li{
    width: 100%;
    background: #fff;
    border-radius: 10px;
    border: 4px solid #144b98;
    padding: 0 0 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.contents02 .step li::before{
    content: "";
    background: url("../img/arrow01.png") no-repeat center;
    width: 246px;
    height: 78px;
    position: absolute;
    bottom: -44px;
    left: 50%;
    transform: translateX(-50%);
}

.contents02 .step li:last-child::before{
    display: none;
}

.contents02 .step li span{
    font-size: 3.4rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    color: #fff;
    display: block;
    width: 100%;
    height: 50px;
    background: #144b98;
    margin-bottom: 24px;
    padding-top: 4px;
}

.contents02 .step li .imgArea{
    width: 28.7411%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contents02 .step li .imgArea img{
    width: 75.2066116%;
    margin: 0 auto;
}

.contents02 .step li .txtArea{
    width: 71.2589%;
}

.contents02 .step li .txtArea h3{
    font-size: 3.4rem;
    font-weight: 900;
    line-height: 1.2353;
    color: #f74c00;
    margin-bottom: 18px;
}

.contents02 .step li .txtArea p{
    font-size: 1.8rem;
    line-height: 1.78;
    padding-right: 50px;
}

.contents02 .btnArea{
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
}

.contents02 .btnArea li{
    width: 48.9130435%;
    filter: drop-shadow(5px 5px 7px rgba(51,51,51,0.3));
}

.contents02 .btnArea li:last-child{
    margin-top: -1.305%;
}

.faq{
    width: 100%;
    padding: 120px 40px;
    background: #f2f2f2;
}

.faq img{
    margin: 0 auto;
}

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

.faq dl div{
    background: #fff;
    padding: 12px 40px;
    margin-bottom: 30px;
}

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

.faq dl div dt{
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.2857;
    padding: 28px 70px;
    background: url("../img/icon10.png") no-repeat top 18px left;
    background-size: 55px auto;
    cursor: pointer;
    position: relative;
}

.faq dl div dt::before{
    content: "";
    width: 28px;
    height: 2px;
    background: #144b98;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.faq dl div dt::after{
    content: "";
    width: 2px;
    height: 28px;
    background: #144b98;
    position: absolute;
    top: 50%;
    right: 33px;
    transform: translateY(-50%);
}

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

.faq dl div dd{
    font-size: 1.8rem;
    line-height: 1.78;
    padding: 22px 0 30px 70px;
    border-top: 3px solid #c8dbec;
    background: url("../img/icon11.png") no-repeat top 19px left;
    background-size: 55px auto;
    display: none;
}

footer{
    width: 100%;
    font-size: 1.6rem;
    line-height: 1;
    color: #fff;
    background: #08316a;
    padding: 30px 40px;
}

footer div{
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer a{
    color: #fff;
}

footer small{
    font-size: 1.6rem;
}

.floating{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 40px;
    background: #fff;
    border-top: 4px solid #144b98;
    z-index: 100;
    transform: translateY(100%);
    opacity: 0;
    pointer-events: none;
    transition: transform .28s ease, opacity .28s ease;
}

.floating.is-visible{
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

.floating div{
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.floating div > img{
    width: 100%;
    max-width: 236px;
}

.floating div ul{
    display: flex;
    align-items: center;
}

.floating div ul li:last-child{
    margin-left: 34px;
}


@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{
    height: 16vw;
}

header .logo01{
    left: 2.67vw;
    width: 41.467vw;
}

header nav{
    right: 2.67vw;
}

header nav ul{
    gap: 0;
}

header nav ul li img{
    width: 46.133vw;
}


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


.lead{
    padding: 0;
}

.lead .arrow{
    bottom: -10.133vw;
    width: 100%;
}

.cv{
    padding: 15.467vw 0 13.33vw;
}

.cv .btnArea{
    max-width: 100%;
    margin: 0 auto 8vw;
}

.cv .btnArea ul li{
    width: 76vw;
}

.cv .btnArea ul li:first-child{
    bottom: 48.133vw;
}

.cv .btnArea ul li:last-child{
    bottom: 8.933vw;
}

.contents01{
    padding: 10.67vw 8vw 16vw;
}

.contents01 .price{
    margin: 4vw auto 3.6vw;
    flex-wrap: wrap;
    gap: 8vw;
}

.contents01 .note{
    margin: 0 auto 10.4vw;
    font-size: 2.133vw;
}

.contents01 .case{
    margin: 8vw auto 0;
    flex-direction: column;
    column-gap: 5.33vw;
}

.contents01 .case li{
    margin-bottom: 8vw;
    padding: 5.067vw 6vw 6vw;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    position: relative;
}

.contents01 .case li::before{
    content: "";
    width: 15.2vw;
    height: 15.2vw;
    position: absolute;
    top: -3.733vw;
    left: -3.733vw;
}

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

.contents01 .case li:nth-child(2)::before{
    background: url("../img/case02.png") no-repeat center;
    background-size: contain;
}

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

.contents01 .case li p{
    font-size: 5.2vw;
    text-align: center;
    margin-bottom: 4vw;
    padding: 0;
    line-height: 1;
    letter-spacing: 0;
}

.signs{
    background: url("../img/bg02.png") repeat;
    background-size: 1.6vw auto;
    padding: 16vw 0;
}

.signs img{
    width: 100%;
}

.signs .coution{
    width: 89.33vw;
    margin: 6.67vw auto 5.33vw;
    border-radius: 1.33vw;
    padding: 0 0 6.67vw;
    border: 0.533vw solid #fde22f;
}

.signs .coution::before{
    height: 10.67vw;
    margin-bottom: 4vw;
    background: #fde22f url("../img/icon01.svg") no-repeat center top 2.267vw;
    background-size: 6.4vw auto;
}

.signs .coution h3{
    font-size: 5.8933vw;
    margin-bottom: 4vw;
}

.signs .coution ul{
    padding: 0 7.467vw;
    row-gap: 0;
}

.signs .coution ul li{
    font-size: 3.74133vw;
    line-height: 5vw;
    margin-bottom: 3.2vw;
    padding-left: 7.067vw;
    background: url("../img/icon02.png") no-repeat top left;
    background-size: 5.33vw auto;
    min-height: 5.33vw;
}

.signs .coution ul li:nth-child(add){
    width: 100%;
}

.signs .coution ul li:nth-child(even){
    width: 100%;
}

.signs p{
    margin: 10.67vw auto 6vw;
}

.signs .btnArea{
    flex-wrap: wrap;
    max-width: 79.6vw;
    gap: 2.67vw;
}

.signs .btnArea li{
    width: 100%;
}

.contents02{
    padding: 9.6vw 8vw 16vw;
}

.contents02 img{
    width: 100%;
}

.contents02 .point{
    margin: 0 auto 10.67vw;
}

.contents02 .point li{
    border: 1.33vw solid #c8dbec;
    margin-top: 8vw;
    padding: 5.867vw 5.33vw 5.33vw;
}

.contents02 .point li::before{
    width: 16.267vw;
    height: 16.267vw;
    top: -6.67vw;
    left: -5.33vw;
}

.contents02 .point li .imgArea{
    display: none;
}

.contents02 .point li .txtArea{
    width: 100%;
}

.contents02 .point li .txtArea h3{
    font-size: 6vw;
    margin-bottom: 5.33vw;
    text-align: center;
}

.contents02 .point li .txtArea img{
    width: 28.8vw;
    margin-bottom: 5.33vw;
}

.contents02 .point li .txtArea h4{
    font-size: 4.51067vw;
    margin-bottom: 1.33vw;
}
.contents02 .point li .txtArea p{
    font-size: 3.43467vw;
}

.contents02 .point li .txtArea p small{
    font-size: 2.672vw;
}

.contents02 .step{
    margin: 8vw auto;
    flex-wrap: wrap;
    row-gap: 8vw;
}

.contents02 .step li{
    width: 100%;
    border-radius: 1.33vw;
    border: 0.533vw solid #144b98;
    padding: 0 0 8.67vw;
}

.contents02 .step li::before{
    background: url(../img/sp/arrow01.png) no-repeat center;
    background-size: contain;
    width: 32.933vw;
    height: 12.267vw;
    bottom: -6vw;
}

.contents02 .step li span{
    font-size: 6.133vw;
    height: 10.4vw;
    margin-bottom: 4.67vw;
    padding-top: 1.6vw;
}

.contents02 .step li .txtArea{
    width: 100%;
}

.contents02 .step li .txtArea h3{
    font-size: 5.8933vw;
    margin-bottom: 4vw;
    text-align: center;
}

.contents02 .step li .txtArea img{
    width: 31.6vw;
    margin: 0 auto 2.67vw;
}

.contents02 .step li .txtArea p{
    font-size: 3.4267vw;
    padding: 0 5.33vw;
}

.contents02 .btnArea{
    flex-wrap: wrap;
    max-width: 79.6vw;
    gap: 2.67vw;
}

.contents02 .btnArea li{
    width: 100%;
}

.faq{
    padding: 16vw 0;
}

.faq img{
    width: 100%;
}

.faq dl{
    margin: 6.67vw auto 0;
    padding: 0 5.33vw;
}

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

.faq dl div dt{
    font-size: 5.067vw;
    padding: 1.33vw 12vw; 
    background: url("../img/icon10.png") no-repeat top left;
    background-size: 9.6vw auto;
}

.faq dl div dt::before{
    width: 4.8vw;
    height: 0.4vw;
    right: 4vw;
}

.faq dl div dt::after{
    width: 0.4vw;
    height: 4.8vw;
    right: 6.133vw;
}

.faq dl div dd{
    font-size: 3.6vw;
    padding: 3.603vw 0 1.33vw 12vw;
    margin-top: 4vw;
    border-top: 0.4vw solid #c8dbec;
    background: url("../img/icon11.png") no-repeat top 3.47vw left;
    background-size: 9.6vw auto;
}

footer{
    font-size: 2.7733vw;
    padding: 6.67vw 0;
    text-align: center;
}

footer div{
    display: block;
}

footer small{
    font-size: 2.533vw;
    margin-top: 4vw;
    display: block;
}

.floating{
    padding: 5.33vw 0;
    border-top: 1.33vw solid #144b98;
}

.floating div{
    width: 79.6vw;
}

.floating div > img{
    display: none;
}

.floating div ul{
    flex-wrap: wrap;
    flex-direction: row-reverse;
    row-gap: 2vw;
}

.floating div ul li{
    width: 100%;
}

.floating div ul li:last-child{
    margin-left: 0;
}

}