@charset "UTF-8";
.fv .fv_contents .fv_txt{
	margin-bottom: 30px;
}
.price_list {
   background-image: url(../img/price_list_bg-new_v2_re.png);
}
.function .function_list li{
	height: 330px;
}
.function .function_list li .function_list_tit{
	display: flex;
	justify-content: center;
	align-items: center;
}
.function .function_list li:nth-of-type(4){
	
}
.function .function_list li:nth-of-type(4)::after {
  background: url(../img/function_icon06.png) no-repeat center/100%;
}

.function .function_list li:nth-of-type(5)::after {
  background: url(../img/function_icon07.png) no-repeat center/100%;
}

.alignment .alignment_list li:last-of-type::after {
  background: url(../img/alignment_list_icon06.png) no-repeat center/100%;
}

.alignment_title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 1rem;
  background-color: #219f4a;
  border-radius: 64px;
  margin-bottom: 1rem;
  line-height: 2;
  color: #fff;
}

.alignment .alignment_list li .alignment_list_tit{
	display: flex;
	justify-content: center;
	align-items:center;
}

.alignment .alignment_list li:nth-of-type(4) .alignment_list_tit{
	white-space: nowrap;
}

.lp_correlation .inner {
  padding-top: 100px;
}

.lp_correlation_ttl {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 1px;
  margin: 0 0 30px;
  color: #fff;
}

.lp_correlation_ttl span {
  position: relative;
  color: #FFFF00;
  line-height: 1.5;
	  font-size: 30px;
}

.lp_correlation_ttl_txt {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  color: #fff;
}

.lp_correlation_box_wrapper {
  background-color: #fff;
  padding: 30px 0;
	border-radius: 10px;
}

.lp_correlation_box {
  display: flex;
  justify-content: space-around;
  position: relative;
}

.lp_correlation_box div {
  width: 35%;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.lp_correlation_box.bg-orange div {
  background-color: #fff9e8;
  padding: 20px;
  border-radius: 20px;
  width: 45%;
}

.lp_correlation_box div p {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.lp_correlation_box div p.cl-blue {
  color: #2fa8e1;
}

.lp_correlation_box div p.cl-green {
  color: #3cb371;
}

.lp_correlation_txt {
  font-weight: 600;
  text-align: center;
  margin: 30px 0 20px;
  font-size: 20px;
}

.img_circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}

.sp_only {
  display: none;
}

.company{
	padding-top: 15px;
}

@media screen and (max-width: 1000px) {
	.function .function_list li{
		height: 36vw;
	}
  .alignment {
    background-size: 220vw 120vw;
    height: 120vw;
  }
  .alignment_title {
    font-size: 2vw;
    line-height: 6vw;
  }
  .lp_correlation .inner {
    padding: 10vw 4vw 0;
  }
	.lp_correlation_ttl,
	.lp_correlation_ttl span{
		font-size: 3.3vw;
	}
  .lp_correlation_ttl_txt {
    font-size: 1.8vw;
    line-height: 3.6vw;
  }
}

@media screen and (max-width: 767px) {
	.price_list {
    background-image: url(../img/price_list_bg_sp-new_v2.png);
	}
	.function .function_list li{
		height: 36vw;
	}
	.function .function_list li .function_list_tit{
		display:block;
	}
  .alignment {
    background-size: 100vw 394.13vw;
    height: 394.13vw;
  }
  .alignment_title {
    font-size: 3.73vw;
    line-height: 6.67vw;
  }
	.alignment .alignment_list li .alignment_list_tit {
		display: block;
	}
  .lp_correlation_ttl {
	font-size: 5vw;
    margin: 30px 0 15px;
  }
	.lp_correlation_ttl span{
		font-size: 5vw;
	}
  .lp_correlation_ttl_txt {
    font-size: 3.73vw;
    line-height: 7.73vw;
    text-align: justify;
  }
  .lp_correlation_box_wrapper {
    padding-bottom: 0;
  }
  .lp_correlation_box {
    display: none;
  }
  .lp_correlation_box.bg-orange {
    flex-direction: column;
    align-items: center;
    display: block;
    padding: 4vw;
  }
  .lp_correlation_box.bg-orange div {
    width: 100%;
    margin-bottom: 30px;
  }
  .sp_only {
    display: block;
    margin: 0 auto;
  }
  .company {
    padding-top: 0;
  }
}

#fv-202411{
    height: 880px;
	background:none;
	margin-top: 120px;
	width: auto;
}
#fv-202411 .fv_contents{
	background:url(../img/fv_img_bg.png) no-repeat;
	background-position:right top;
	background-size:contain;
	position: static;
	transform: none;
	height: 100%;
}
#fv-202411 .fv_contents .inner{
	display:flex;
	justify-content:space-between;
}
#fv-202411 .fv_contents .inner .left{
	width: calc(100% * 660/1080);
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	margin-top: 20px;
}
#fv-202411 .fv_contents .inner .left .fv_unnecessary{
	width:70%;
	margin-bottom: 10px;
}
#fv-202411 .fv_contents .inner .left .fv_unnecessary._a{
	width:100%;
}
#fv-202411 .fv_contents .inner .left .fv_unnecessary._a img{
	width: 35%;
}
#fv-202411 .fv_contents .inner .left .fv_no1{
	width:80%;
	padding: 40px 0 30px;
}
#fv-202411 .fv_contents .inner .left .fv_tit{
	color:#1074C4;
	text-align:center;
	line-height: 55px;
    font-size: 44px;
}
#fv-202411 .fv_contents .inner .left .fv_tit span{
	color:#FD1155;
    line-height: 68px;
    font-size: 56px;
}
#fv-202411 .fv_contents .inner .left .fv_tit span small{
	font-size:70%;
	color:#FD1155;
	vertical-align:baseline;
}
#fv-202411 .fv_contents .inner .right{
	width: calc(100% * 390/1080);
	border-radius:12px;
	overflow:hidden;
	box-shadow:0 6px 12px rgba(0,0,0,0.16);
	margin-top:20px;
}
#fv-202411 .fv_contents .inner .right .hbspt-form{
	background:#fff;
	padding-top: 20px;
	padding-bottom: 20px;
}
#fv-202411 .fv_contents .inner .right iframe{
    width: 350px !important;
	padding: 0 20px;
}
#fv-202411 .fv_contents .inner .right .head{
	background:#EAEAEA;
	display:flex;
	position:relative;
	overflow: hidden;
}
#fv-202411 .fv_contents .inner .right .head p{
	padding: 21px 20px 19px;
	font-size: 19px;
	font-weight:600;
}
#fv-202411 .fv_contents .inner .right .head img{
	position:absolute;
	right: 18px;
	width: 146px;
	top: 10px;
}
.sp_500{
	display:none;
}
@media screen and (max-width: 1000px){
	#fv-202411{
		margin-top:calc(8vw + 40px);
	}
	#fv-202411 .fv_contents .inner .left .fv_tit{
	    line-height: 5.5vw;
        font-size: 4vw;	
	}
	#fv-202411 .fv_contents .inner .left .fv_tit span{
		line-height: 6vw;
        font-size: 5.5vw;
	}
}
@media screen and (max-width: 767px) {
	#fv-202411{
		margin-top:calc(10.67vw + 40px);
		height:100%;
	}
	#fv-202411 .fv_contents{
		background-image:url(../img/sp_fv_img_bg.png);
		background-position:top;
	}
	#fv-202411 .fv_contents .inner{
		display:block;
	}
	#fv-202411 .fv_contents .inner .left,
	#fv-202411 .fv_contents .inner .right{
		width: calc(100% - 40px);
		margin: 0 auto 30px;
	}
	#fv-202411 .fv_contents .inner .left{
		margin-top: 30px;
	}
	#fv-202411 .fv_contents .inner .left .fv_unnecessary{
		width: 100%;
	}
	#fv-202411 .fv_contents .inner .left .fv_unnecessary img{
		width: 30vw;
		max-width:260px;
		min-width:140px;
	}
	#fv-202411 .fv_contents .inner .left .fv_unnecessary._b{
		text-align:center;
	}
	#fv-202411 .fv_contents .inner .left .fv_unnecessary._b img{
		width: 80%;
		max-width:auto;
	}
	#fv-202411 .fv_contents .inner .left .fv_tit{
	    line-height: 8.5vw;
        font-size: 7vw;	
	}
	#fv-202411 .fv_contents .inner .left .fv_tit span{
		line-height: 10vw;
        font-size: 8.5vw;
	}
	#fv-202411 .fv_contents .inner .left .fv_no1{
		padding: 20px 0;
	}
	#fv-202411 .fv_contents .inner .left .fv_pc{
		width:calc(100% - 40px);
	}
	#fv-202411 .fv_contents .inner .right .hbspt-form{
		height:100%;
		padding-bottom: 30px;
	}
	#fv-202411 .fv_contents .inner .right iframe{
		width:100% !important;
	}
	.price_list._202411{
		margin-top: 0;
	}
}
@media screen and (max-width: 500px){
	.pc_500{
		display:none;
	}
	.sp_500{
		display:block;
	}
	#fv-202411 .fv_contents .inner .right .head{
		padding: 20px 20px 0;
		justify-content: space-around;
	}
	#fv-202411 .fv_contents .inner .right .head p{
		font-size: 5vw;
		line-height: 1.3;
        align-self: center;
		padding: 0 0 10px 0;
	}
	#fv-202411 .fv_contents .inner .right .head img{
		position:static;
		width: 50%;
		margin-bottom: -30px;
	}
}