@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: 2.2rem;
 width: 423px;
 height: 84px;
}

.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
-----------------------------*/
#lead h2{	
 padding-right: 5%;
 letter-spacing: 0.025em;
}

/*		#points
-----------------------------*/
#points h2{
 font-size: 4.8rem;
}
.pointBox h3{
	padding-bottom: 12px;	
}
@media screen and (max-width: 1180px) {
.pointBox h3 .pointImg{
 left: calc(100/1200*-100vw);
}

}/*1180*/
.point2Box > dl{
  width: 29.2%;
}
.point2Box > dl:nth-child(3n+2) {
  transform: translateY(-38px);
}
.point2Box > dl:nth-child(3n+3) {
  transform: translateY(-76px);
}

.point4Box{
  margin-bottom: 50px;
}
.point4Box > *{
	width: 50%;
}
.point4Box > figure{
	padding-left: 1.67%;
}
.point4Box .txts{
	padding-right: 6%;
}

#point3.pointBox{
	padding: min(90/900*100vw,90px) 0;
}
#point3 h3::after{
	width: min(28.7%,315px);
	height: 298px;
	right: 10px;
	top: -105px;
}

#point5{
	position: relative;
	z-index: 1;
}
.point5Box{
	position: relative;
    margin-top: max(-15vw, -200px);
	z-index: 3;
}
.point5Box.pcFlex{
	align-items: end;
}
.point5Box > *{
	flex: 1;  
}
@media screen and (max-width: 1200px) {
.point5Box > figure{
	flex: none;
 width: 46%;
}
}/*spOnly*/
.point5Box p{
    padding: min(calc(35 / 1200 * 100vw), 35px) 0 0 min(calc(50 / 1200 * 100vw), 50px);
	max-width: 26em;
}


/*		#flow
-----------------------------*/
.flowList li{
  display: flex;
  justify-content: space-between;
}
.flowNum{
	width: 26%;
  display: grid;
  align-items: center;
  min-height: 140px;
}
.flowNum::after{
  top: calc(50% - 19px);
  left: calc(100% - 10px);
  width: 34px;
  height: 39px;
}
.flowTxts{
	width: 71.4%;
  display: grid;
  align-items: center;
  min-height: 140px;
}
.flowTxts > p{
}

/*		#voice
-----------------------------*/
.voiceBox.pcFlex{
	align-items: center;
}
.voiceBox:nth-of-type(odd){
    gap: 5.5%;
}
.voiceBox:nth-of-type(even){
    gap: 5.5%;
}
.voiceBox.pcFlex .txts{
	flex: 1;
}



/*		#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;
}