@charset "UTF-8";

/* ---------------------------------------------------------------------------
  ★共通
--------------------------------------------------------------------------- */
:root{
  scroll-padding-top: 126px;
}
html {font-size: 62.5%;scroll-behavior: smooth;}
body{  
  font-size: 1.6rem;
}
object {pointer-events: none;}
.sp {display: none !important;}
a[href^="tel:"] {pointer-events: none;}
a {
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.pcFlex{display: flex;}
.pcFlex.half{
 justify-content: space-between;
}
.pcFlex.half >*{
 width: 47.6%;
}
.img_r {overflow: hidden;}
.img_r>img {float: right;
    width: 33%;
    margin-left: 15px;
    margin-bottom: 15px;
}
p,li,dt,dd,th,td,input{
  font-size: 1.6rem;
}
h1,h2,h3,h4,h5,h6 {
  font-size: 1.6rem;
}

section{
  padding: 100px 0;
}



/*タイトル
========================================== */
.h2Tit {
	font-size: 4.2rem;
}

.h3Tit {
  font-size: 3.0rem;
}
.h4Tit {
	font-size: 2.2rem;
}
.h5Tit {  
	font-size: 2rem;
}
.h6Tit{
	font-size: 1.8em;
}

/*
　テキスト
========================================== */
.leadTxt{
  font-size: 2rem;
  text-align: center;
 line-height: 1.65;
}
.note{
  font-size: 1.2rem;
}

/*
　ボタン,リンク
========================================== */
.btn{
  font-size: 1.8rem;
 width:260px;
 height: 63px;
}

.btn.w600{
  width: 600px;
 height: 102px;
}

/*-- table --*/
.basicTable dt{
	border-right: 1px dotted var(--blue);
	padding: 20px 2.5%;
	width: 23%;
}
.basicTable dd{
	padding: 20px 2.5%;
	width: 77%;
}
.basicTable dt:last-of-type{
	border-bottom: none;
}
.basicTable dd:last-of-type{
	border-bottom: none;
}


/* =======================================
	header
========================================== */
/* =======================================
	gnavi
========================================== */


/* =======================================
	footer
========================================== */
#pageTop{

	right: 2vw;
	bottom: 20px;
}
#pageTop a{
	width: 60px;
 height:60px;
}



/* =======================================
	main
========================================== */
main{
/* margin-top: 126px;*/
}
/* =======================================
	top
========================================== */

/*		#mv
-----------------------------*/
#mv{}

/*		#lead
-----------------------------*/

/*		#points
-----------------------------*/
#points h2{
 font-size: 4.8rem;
}
#points .point2 h3{
 padding-left: 47.5%;
}
.point2 figure{
 position: absolute;
 top: -45px;
 left: 0;
 width: 41%;
 max-width: 490px;
}
.point2 .and{
 position: relative;
 margin-left: 25%;
 z-index: 1;
}
.point2 p{
 margin-left: calc(41% + 33px);
}
@media screen and (max-width: 1280px) {
.slider .slick-prev{
 left: -5px;
 }
 .slider .slick-prev::before{
  width: 18px;
  height: 20px;
 }
.slider .slick-next{
 right: -5px;
 }
 .slider .slick-next::before{
  width: 18px;
  height: 20px;
 }
}/*spOnly*/
.graph ul li:nth-of-type(1),
.graph ul li:nth-of-type(2){
 border-bottom: 1px #cccccc dotted;
 padding-bottom: 23px;
}
.graph ul li:nth-of-type(even){
 border-left: 1px #cccccc dotted;
}
.graph ul li:nth-of-type(3),
.graph ul li:nth-of-type(4){
 padding-top: 25px;
}
#points .point4 h3{
 padding-right: 41%;
 font-size: 36px;
}
#points .point4 h3 >span:not(.fontMin){
 font-size: 50px;
}
.point4 figure{ 
 position: absolute;
 top: -45px;
 right: 0;
 width: 41%;
 max-width: 490px;
}
.point4 p{
 width: 55%;
 padding: 36px 0 0 50px;
}

#points .point5 h3{
 padding-top: 35px;
 padding-right: 200px;
 padding-left: 45.3%;
}
#points .point5 h3 >span:not(.fontMin){
 font-size: 50px;
}
#points .point5 h3 .fontMin{
 top: -45px;
}
.point5 figure{ 
 position: absolute;
 top: -17px;
 left: 0;
 width: 41%;
 max-width: 490px;
}
.point5 p{
 margin-top: 34px;
 margin-left: calc(41% + 50px);
 margin-right: 80px;
}
.point5 p.note{
 margin-top: 0;
 font-size: 16px;
}

/*		#scean
-----------------------------*/
#scean{
 position: relative;
 padding: 84px 0 77px;
}
#scean::before{
 content: "";
 display: block;
 background: #fff;
  width: 96%;
  height: 100%;
  border-radius: 50% / 0 0 100% 100%;
 position: absolute;
 top: 0;
 left: -50%;
}
#scean h2{
 float: left;
 margin-right: 60px;
}
#scean li:not(.etc){
 width:calc((100% - 48px*2)/3);
 height:18vw;
 max-width: 242px;
 max-height: 242px;
}
#scean ul li:nth-of-type(4){
 margin-left: -145px;
}

/*		#flow
-----------------------------*/
#flow ol >li:nth-of-type(1) p{
 display:block;
 padding-top: 20px;
}


/*		#fee
-----------------------------*/
#fee .box >dd dl{
 width: 48%;
 display: inline-flex;
}
#fee .box >dd dl + dl{
 float: right;
 clear: both;
}

#fee .box .basicTable dt{
 width: 68%;
 padding: 20px 0 20px 6.0%;
 font-size:18px ;
 line-height: 1.5;
}
#fee .box .basicTable dd{
 width: 32%;
 padding-right: 6%;
 font-size: 20px;
 line-height: 1.5;
 text-align: right;
}

/*		#voice
-----------------------------*/
#voice .pcFlex{
 justify-content: space-around;
 align-items: center;
 margin-bottom: -35px;
}
#voice .pcFlex figure{
 position: relative;
 width: 35.5%;
 max-width: 426px;
 z-index: 1;
}
#voice .pcFlex .txts{
 width: 64.5%;
 padding-right: 30px; 
}
#voice .pcFlex.flexRowReverse .txts{
 padding-left: 30px;
 padding-right: 0;
}
#voice .pcFlex p{
 font-size: 18px;
 line-height: 1.5;
}

/*		#faq
-----------------------------*/


/*		#contact
-----------------------------*/
/* =======================================
	form
========================================== */
.tb_cont th{
	border-bottom: 1px solid var(--wh);
	padding: 15px 2.5%;
	width: 25%;
}
.tb_cont td{
	border-bottom: 1px solid var(--base);
	padding: 15px 2.5%;
	width: 75%;
}
.tb_cont td input:not([type=checkbox]){
	padding: 8px;
	width: 80%;
}
.tb_cont td textarea{
	padding: 8px;
	width: 80%;
	height: 100px;
}
.tb_cont .hissu{
	padding: 3px 3%;
}
.tb_cont .zip{
	margin-right: 10px;
	width: 20%;
}
.tb_cont .zipBtn{
	font-size: 1.4rem;
	padding: 10px 14px;
}
.tb_cont .w50{
	width: 58%;
}
.tb_cont .fileBtn li{
	width: 33%;
}
.confirm {
  margin-top: 20px;
}

/* =======================================
	thanks
========================================== */

#thanks{
  margin-top: 154px
}

#thanks p{
  font-size: 1.8rem;
}