@charset 'UTF-8';

/*-------
LINEでお問い合わせ
---------*/
ul{
  margin:0;
  padding:0;
}

li{
  list-style: none;
  }

/*見出しタイトル*/
.main_ttl_bg{
  background-image: url("../../img/linecontact/main_ttl_bg.jpg");
}

/*line*/
.line .sub_ttl {
    font-size: 24px;
    text-align: center;
}
.ttl_highlighter {
    text-align: center;
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 60px;
}
.ttl_highlighter .highlighter {
    color: #0e9352;
    font-weight: bold;
}
.line figure{
    width: 100%;
    margin: 0 auto;
    max-width: 895px;
}
@media screen and (max-width: 1400px){
	.line .sub_ttl {
		font-size: 4.166vw;
		margin-bottom: 0;
	}
	.ttl_highlighter {
		font-size: 4.427vw;
		margin-bottom: 7.812vw;
	}
}
/* LINE */
.onlyWrap {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.onlyWrap .leftArea {
	margin-right: 60px;
}
.onlyWrap .leftArea .slash {
	font-size: 20px;
	text-align: center;
	line-height: 1.5;
	position: relative;
	width: 80%;
	margin: 0 auto 20px;
}
.onlyWrap .leftArea .slash::before {
	background-image: url(/assets/img/linecontact/slash01.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	width: 37px;
	height: 84px;
	position: absolute;
	top: -10px;
	content: "";
	display: block;
}
.onlyWrap .leftArea .slash::after {
	content:"";
	background-image: url(/assets/img/linecontact/slash02.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	width: 37px;
	height: 84px;
	position: absolute;
	display: block;
	top: -10px;
	right: 0;
}
.balloon2-right {
	position: relative;
	display: inline-block;
	margin: 24px 15px 0 0;
	padding: 10px 20px;
	width: 625px;
	color: #555;
	font-size: 16px;
	background: #efefef;
	box-sizing: border-box;
	border-radius: 10px;
}
.balloon2-right:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -24px;
	margin-top: -12px;
	background: #efefef;
	border-left: 12px solid #FFF;
	z-index: 2;
}
.balloon2-right:after {
	content: "";
	position: absolute;
	top: 30%;
	right: -40px;
	margin-top: -14px;
	border: 7px solid transparent;
	border-left: 34px solid #efefef;
	z-index: 1;
}
.balloon2-right p {
	margin: 0;
	padding: 0;
}
.txt_f {
	font-size: 24px;
	line-height: 1.5;
	position: relative;
}
.txt_f::before {
	content: "";
	border-radius: 50%;
	border: 5px solid #0e9352;
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
	top: 1px;
	left: 0;
}
.balloon2-right ul {
	margin: 24px auto 0;
}
.balloon2-right ul li {
	margin-bottom: 15px;
	padding-left: 50px;
}
.txtInr {
	margin-top: -10px;
}
@media screen and ( max-width: 1200px) {
	.onlyWrap .rightArea{
		width: 13.917vw;
	}
	.onlyWrap .leftArea {
		margin-right: 5vw;
	}
	.onlyWrap .leftArea .slash {
		font-size: 1.667vw;
		width: 80%;
		margin: 0 auto 20px;
	}
	.onlyWrap .leftArea .slash::before {
		width: 3.083vw;
		height: 7vw;
		top: -0.5vw;
	}
	.onlyWrap .leftArea .slash::after {
		width: 3.083vw;
		height: 7vw;
		top: -0.5vw;
	}
	.balloon2-right {
		margin: 2vw 1.25vw 0 0;
		padding: 0.833vw 1.667vw;
		width: 52.083vw;
		font-size: 1.333vw;
		border-radius: 0.833vw;
	}
	.balloon2-right:before {
		top: 50%;
		right: -2vw;
		margin-top: -1vw;
		border-left: 12px solid #FFF;
	}
	.balloon2-right:after {
		top: 30%;
		right: -3.333vw;
		margin-top: -1.167vw;
		border: 7px solid transparent;
		border-left: 34px solid #efefef;
	}
	.txt_f {
		font-size: 2vw;
	}
	.txt_f::before {
		width: 2.5vw;
		height: 2.5vw;
		top: 0.083vw;
		left: 0;
	}
	.balloon2-right ul {
		margin: 24px auto 0;
	}
	.balloon2-right ul li {
		margin-bottom: 1.25vw;
		padding-left: 4.167vw;
	}
	.txtInr {
		margin-top: -0.833vw;
	}
}
@media screen and ( max-width: 768px) {
	.onlyWrap .leftArea {
		margin: 0;
		width: 100%;
	}
	.onlyWrap .rightArea{
		text-align: center;
		width: 100%;
		padding-top: 1.333vw;
	}
	.onlyWrap .rightArea img{
		width: 29.067vw;
	}
	.onlyWrap .leftArea .slash {
		font-size: 3.2vw;
		width: 68.533vw;
	}
		.onlyWrap .leftArea .slash::before {
		width: 6.667vw;
		height: 14.933vw;
			top: -0.5vw;
		}
		.onlyWrap .leftArea .slash::after {
		width: 6.667vw;
		height: 14.933vw;
			top: -0.5vw;
		}
	.balloon2-right {
		margin: 3.2vw 0 0;
		padding: 4.8vw 0 4.8vw 2.667vw;
		width: 100%;
		border-radius: 1.333vw;
	}
	.balloon2-right ul {
		margin: 0;
	}
	.balloon2-right ul li {
		font-size: 3.733vw;
		margin: 0;
		padding-left: 6.5vw;
	}
	.balloon2-right ul li + li{
		margin-top: 2vw;
	}
	.txt_f::before {
		width: 5.333vw;
		height: 5.333vw;
		top: 0.083vw;
	}
}






/*line_consult_btn*/

.line_consult_btn{
  display: none;
}
@media screen and (max-width: 768px){
.line_consult_btn{
  display: block;  
}
.line_consult_btn .btn_square_green span{
  position: relative;
}
.line_consult_btn .btn_square_green span:before{
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url(/assets/img/linecontact/ico_line_balloon.png);
    background-size:cover;
    vertical-align: middle;
    width: 7vw;
    height: 7vw;
    top:0;
    left: -10.93vw;
    z-index: 1;
}

.line_consult_btn .btn_square_green{
  display: block;
  margin: 7.81vw auto 0;
}
}

/*step_flow_navi*/
.sec_m_ml {
  margin: 90px auto;
}
@media screen and (max-width: 768px){
.sec_m_ml {
    margin: 11.71vw auto;
}
}

/*step_list*/
.step_list_ttl{
  background: #d0eff4;
  padding: 8px 0;
  font-size: 24px;
  border-radius: 40px;
  text-align: center;
  margin-bottom: 30px;
}
.step_list h3{
  font-size: 24px;
  font-weight: bold;
  border-left: 8px solid #000;
  padding:0 0 8px 12px;
  margin-bottom:30px;
}
.step_list h3 span{
  font-size:35px;
  }

.step_list .flex .col-3{
  width: calc(100% / 3 - 30px);
  margin:0;
}
.step_list .flex .col-3 figure{
  position: relative;
  margin-bottom: 0;
}
.step_list .flex .col-3 figure:after{
  content:'';
  position: absolute;
  top:calc(50% - 13px);
  right:-30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 0 13px 13px;
  border-color: transparent transparent transparent #cccccc;
}
.step_list .flex .col-3:last-child figure:after{
  content:none;
  }
.step_list_txt{
  font-size:20px;
  height: 78px;
  padding-left:90px;
  margin-bottom:20px;
  display: flex;
  align-items: center;
  position: relative;
}
.step_list_txt:before{
  content:'';
  display: inline-block;
  position: absolute;
  left:0;
  width: 78px;
  height: 78px;
  margin-right:10px;
}
.num01:before{
    background: url(/assets/img/linecontact/num01_blk.png) no-repeat;
    background-size:contain;
  }
.num02:before{
    background: url(/assets/img/linecontact/num02_blk.png) no-repeat;
    background-size:contain;
  }
.num03:before{
    background: url(/assets/img/linecontact/num03_blk.png) no-repeat;
    background-size:contain;
  }

@media screen and (max-width: 1400px){
.step_list_ttl{
  font-size:2.2vw;
}
.step_list h3{
  font-size:2vw;
  border-left: 0.57vw solid #000;
  padding: 0 0 0.57vw 0.85vw;
  margin-bottom: 2.14vw;
}
.step_list h3 span{
  font-size:2.5vw;
  }
.step_list .flex .col-3{
  width: calc(100% / 3 - 2.14vw);
  /*margin:0 0.571vw 2.142vw;*/
  margin:0;
}
.step_list .flex .col-3 figure:after{
  top:calc(50% - 0.92vw);
  right:-2.14vw;
  border-width: 0.92vw 0 0.92vw 0.92vw;
}
.step_list_txt{
  font-size:1.8vw;
  height: 5.57vw;
  padding-left:6.42vw;
  margin-bottom:1.42vw;
  display: flex;
  align-items: center;
  position: relative;
}
.step_list_txt:before{
  content:'';
  display: inline-block;
  position: absolute;
  left:0;
  width: 5.57vw;
  height: 5.57vw;
  margin-right:0.71vw;
}
}
@media screen and (max-width: 768px){
.step_list .flex{
  display: block;
}
.step_list_ttl{
  padding:1.3vw 0;
  font-size:3.125vw;
  /* border-radius: 3.25vw; */
  margin-bottom: 3.9vw;
}
.step_list h3{
  font-size:4.166vw;
  border-left: 1.04vw solid #000;
  padding:0 0 1.04vw 1.56vw;
  margin-bottom:3.9vw;
  line-height: 1.2;
}
.step_list h3 span{
	font-size: 6vw;
}
.step_list .flex .col-3 {
    width: 100%;
    margin-right:0;
    margin-bottom: 14.32vw;
  }
.step_list .flex .col-3:last-child {
    margin-top:3.9vw;
  }
.step_list .flex .col-3 figure{
  position: relative;
  margin-bottom: 0;
}
.step_list .flex .col-3 figure:after{
    top: auto;
    right: auto;
    bottom: -14.14vw;
    left: calc(50% - 3.5vw);
    border-width: 7vw 0 7vw 7vw;
    transform: rotate(90deg);
}
.step_list .flex .col-3:nth-child(3n) figure:after{
  content:none;
}
.step_list_txt{
  font-size:2.6vw;
  height: 10.15vw;
  padding-left:11.7vw;
  margin-bottom:2.6vw;
}
.step_list_txt:before{
  width: 10.15vw;
  height: 10.15vw;
  margin-right:1.3vw;
  line-height: 1.8;
}

}

/*step01*/
.step01 .flex{
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px){
.step01 .flex{
  margin-bottom: 7.81vw;
  }
}

/*step02*/

/*step02_flow*/
.step02 .step02_flow > li{
  position: relative;
  margin-top:60px;
}
.step02 .step02_flow > li:before{
    content: '';
    position: absolute;
    top:-40px;
    left: calc(78px / 2 - 7.5px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 0 13px 13px;
    border-color: transparent transparent transparent #cccccc;
    transform: rotate(90deg);
    z-index: 1;
}
.step02 .step02_flow > li:first-child{
    margin-top:0;
  }
.step02 .step02_flow > li:first-child:before{
  content:none;
}
@media screen and (max-width: 1400px){
.step02 .step02_flow > li:before{
    left: calc(5.57vw / 2 - 0.535vw);
}
}
@media screen and (max-width: 768px){
.step02 .step02_flow > li{
    margin-top:13vw;
}
.step02 .step02_flow > li:before{
    right: auto;
    top: -12.6vw;
    left: calc(50% - 7vw);
    border-width: 7vw 0 7vw 7vw;
    transform: rotate(90deg);
}
  }
/*step02_info*/
.step02 .step02_info{
  display: flex;
}
.step02 .step02_info ul li:nth-child(2) figure{
  width: 12%;
}
.step02 .step02_info .info_txt{
  width: 88%;
  padding-left: 2%;
}
.step02 .step02_info .info_box{
  width: 100%;
  max-width: 625px;
  border:1px solid #000;
  padding:20px 2%;
  font-size: 20px;
}
.step02 .step02_info .info_txt .cmt{
  font-size:14px;
  margin-top:0.5rem;
}
@media screen and (max-width: 1400px){
  .step02 .step02_info .info_box{
    font-size:1.6vw;
  }
  .step02 .step02_info .info_txt .cmt{
    font-size:1.4vw;
}
  }
@media screen and (max-width: 768px){
.step02 .step02_info .info_box{
    padding:2.6vw 2%;
    font-size: 2.6vw;
}
.step02 .step02_info .info_txt .cmt{
  font-size:1.82vw;
}

  }
/*step02 inquiry_ex*/
.step02 .inquiry_ex{
  margin-top:60px;
  justify-content: space-between;
}
.step02 .inquiry_ex li{
  position: relative;
}
.step02 .inquiry_ex li:before{
  content:'';
  position: absolute;
  top:-38px;
  z-index: 1;
  background: #ccc;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 36px;
  text-align: center;
  width: 76px;
  height: 76px;
}
.step02 .inquiry_ex li.ex_01:before{
  content:'1';
  }
.step02 .inquiry_ex li.ex_02:before{
  content:'2';
  }
.step02 .inquiry_ex li.ex_03:before{
  content:'3';
  }
.step02 .inquiry_ex .col-3 figure:after {
  content:none;
  }
@media screen and (max-width: 1400px){
.step02 .inquiry_ex{
  margin-top:4.28vw;
}
.step02 .inquiry_ex li:before{
  content:'';
  position: absolute;
  top:-2.71vw;
  font-size: 2.57vw;
  width: 5.42vw;
  height: 5.42vw;
}

}

@media screen and (max-width: 768px){
.step02 .inquiry_ex{
  margin-top:7.81vw;
}
.step_list.step02 .flex.inquiry_ex .col-3{
  margin-bottom:8vw;
}
.step02 .inquiry_ex li:before{
  top:-4.94vw;
  border-radius: 50%;
  font-size: 4.68vw;
  width: 9.89vw;
  height: 9.89vw;
}
/*.step_list.step02 .inquiry_ex .ex_03 {
    margin-top: 7vw;
    }*/
}

/*.step02 .buy_asmt*/
.step02 .buy_asmt{
    text-align: center;
    max-width: 380px;
    width: 100%;
}
.step02 .buy_asmt p{
	font-size: 20px;
}
.step02 .buy_asmt .buy_asmt_btn{
	border-radius: 40px;
}
.step02 .buy_asmt .buy_asmt_btn a:after{
  display: block;
  position: absolute; 
  content:'';
  width: 16px;
  height: 16px;
  border-top: solid 2px #0e9352;
  border-right: solid 2px #0e9352;
  transform: rotate(45deg);
  top: calc(50% - 8px);
  right: 30px;
}
.step02 .buy_asmt .buy_asmt_btn a span{
  display: inline-block;
  font-size:24px;
  color:#0e9352;
  border-bottom: 1px solid #0e9352;
  padding-bottom:3px;
  line-height: 1;
  text-decoration: none;
}
@media screen and (max-width: 768px){
.step02 .buy_asmt p{
  font-size:2.6vw;
  }
.step02 .buy_asmt .buy_asmt_btn a:after{
  width: 2.08vw;
  height: 2.08vw;
  top: calc(50% - 1.04vw);
  right: 3.9vw;
}
.step02 .buy_asmt .buy_asmt_btn a span{
  font-size:3.125vw;
  padding-bottom:0.39vw;
}

}


