@charset "UTF-8";

@font-face {
  font-family: 'Noto Sans Japanese';
  src: url("../fonts/NotoSansCJKjp-Regular.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: 'opti';
  src: url("../fonts/OPTICopperplate.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: 'Marce';
  src: url("../fonts/Marcellus-Regular.ttf") format("truetype");
  font-display: swap;
}


/* *******************************************
     LP ct_box
******************************************* */
#lp_ctbox #mv_lp {
	background: url("../img/lp_ctbox/img_mv.jpg") no-repeat center center/cover;
	max-width: 1920px;
	margin: 100px auto 0;
}
#lp_ctbox #mv_lp .inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	max-width: 1100px;
	margin: 0 auto;
	padding: 10% 20px;
}
#lp_ctbox #mv_lp .inner h2 {
	margin-bottom: 10px;
	font-size: 48px;
	font-weight: bold;
}
#lp_ctbox #mv_lp .inner .txt {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
}
#lp_ctbox #mv_lp .inner .number {
	font-size: 18px;
}
@media (max-width: 640px) {
	#lp_ctbox #mv_lp {
		background: url("../img/lp_ctbox/img_mv_sp.jpg") no-repeat center center/cover;
		margin: 13.5% auto 0;
	}
	#lp_ctbox #mv_lp .inner {
		max-width: 94%;
		padding: 5% 0 56%;
	}
	#lp_ctbox #mv_lp .inner h2 {
		margin-bottom: 3%;
		font-size: 24px;
	}
	#lp_ctbox #mv_lp .inner .txt {
		margin-bottom: 4%;
		font-size: 16px;
	}
	#lp_ctbox #mv_lp .inner .number {
		font-size: 12px;
	}
}



#lp_ctbox .sec01 {
	max-width: 1920px;
	margin: 0 auto 100px;
}
#lp_ctbox .sec01 .inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 20px;
}
#lp_ctbox .sec01 .inner h3 {
	margin: 100px 0 30px;
	font-size: 48px;
	font-weight: bold;
	line-height: 1.3;
}
#lp_ctbox .sec01 .inner .txt01 {
	margin-bottom: 50px;
	font-size: 18px;
	line-height: 1.8;
}
#lp_ctbox .sec01 .inner .box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#lp_ctbox .sec01 .inner .box li {
	background: url("../img/lp_ctbox/bg_box.jpg") no-repeat center bottom/100% auto;
	box-shadow: 0px 0 15px 0px rgba(0, 0, 0, 0.2);
	width: 30%;
	margin-bottom: 10px;
	position: relative;
}
#lp_ctbox .sec01 .inner .box li div {
	padding: 30px 30px;
}
#lp_ctbox .sec01 .inner .box li div h4 {
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: bold;
	position: relative;
}
#lp_ctbox .sec01 .inner .box li div h4:after {
	content: "";
	position: absolute;
	bottom: -13px;
	left: 0;
	background: #999;
	width: 40%;
	height: 1px;
}
#lp_ctbox .sec01 .inner .box li div .txt02 {
	color: #999;
	font-size: 16px;
}
#lp_ctbox .sec01 .inner .box li div .txt03 {
	color: #999;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3;
}
#lp_ctbox .sec01 .inner .box li div .txt03 span {
	font-size: 48px;
}
#lp_ctbox .sec01 .inner .box li .caution {
	position: absolute;
	bottom: -30px;
	left: 0;
}
#lp_ctbox .sec01 .inner .block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#lp_ctbox .sec01 .inner .block figure {
	width: 68%;
}
#lp_ctbox .sec01 .inner .block figure img {
	width: 100%;
	height: auto;
}
#lp_ctbox .sec01 .inner .block figure + p {
	width: 28%;
	padding-top: 25px;
	font-size: 16px;
	line-height: 2.0;
}
@media (max-width: 640px) {
	#lp_ctbox .sec01 {
		margin: 0 auto 10%;
	}
	#lp_ctbox .sec01 .inner {
		max-width: 94%;
		padding: 0;
	}
	#lp_ctbox .sec01 .inner h3 {
		margin: 10% 0 4%;
		font-size: 22px;
		line-height: 1.4;
	}
	#lp_ctbox .sec01 .inner .txt01 {
		margin-bottom: 8%;
		font-size: 14px;
	}
	#lp_ctbox .sec01 .inner .box {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	#lp_ctbox .sec01 .inner .box li {
		width: 80%;
		margin: 0 auto 12%;
	}
	#lp_ctbox .sec01 .inner .box li:last-child {
		margin: 0 auto 5%;
	}
	#lp_ctbox .sec01 .inner .box li div {
		padding: 5% 5%;
	}
	#lp_ctbox .sec01 .inner .box li div h4 {
		margin-bottom: 4%;
		font-size: 16px;
	}
	#lp_ctbox .sec01 .inner .box li div h4:after {
		bottom: -7px;
		width: 30%;
	}
	#lp_ctbox .sec01 .inner .box li div .txt02 {
		font-size: 14px;
	}
	#lp_ctbox .sec01 .inner .box li div .txt03 {
		font-size: 18px;
		line-height: 1.4;
	}
	#lp_ctbox .sec01 .inner .box li div .txt03 span {
		font-size: 28px;
	}
	#lp_ctbox .sec01 .inner .box li .caution {
		bottom: -25px;
	}
	#lp_ctbox .sec01 .inner .block figure {
		width: 100%;
	}
	#lp_ctbox .sec01 .inner .block figure + p {
		width: 100%;
		padding-top: 5%;
		font-size: 14px;
	}
}



#lp_ctbox .sec02 {
	background: #e8f3fa;
	max-width: 1920px;
	margin: 0 auto;
}
#lp_ctbox .sec02 .inner {
	max-width: 900px;
	margin: 0 auto;
	padding: 60px 20px;
}
#lp_ctbox .sec02 .inner .block {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#lp_ctbox .sec02 .inner div figure {
	width: 20%;
	margin-right: 5%;
}
#lp_ctbox .sec02 .inner div figure img {
	width: 100%;
	height: auto;
}
#lp_ctbox .sec02 .inner div figure + div {
	width: 70%;
}
#lp_ctbox .sec02 .inner div figure + div h4 {
	margin-bottom: 15px;
	color: #246bb2;
	font-size: 24px;
	font-weight: bold;
}
#lp_ctbox .sec02 .inner div figure + div .txt01 {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 2.0;
}
#lp_ctbox .sec02 .inner div figure + div .txt02 {
	text-align: right;
	font-size: 16px;
}
#lp_ctbox .sec02 .inner div figure + div .txt02 a {
	color: #246bb2;
	font-weight: bold;
	text-decoration: underline;
}
@media (max-width: 640px) {
	#lp_ctbox .sec02 .inner {
		max-width: 94%;
		padding: 8% 0;
	}
	#lp_ctbox .sec02 .inner div figure {
		width: 25%;
		margin: 0 auto 5%;
	}
	#lp_ctbox .sec02 .inner div figure + div {
		width: 100%;
	}
	#lp_ctbox .sec02 .inner div figure + div h4 {
		margin-bottom: 3%;
		font-size: 18px;
	}
	#lp_ctbox .sec02 .inner div figure + div .txt01 {
		margin-bottom: 3%;
		font-size: 13px;
	}
	#lp_ctbox .sec02 .inner div figure + div .txt02 {
		font-size: 13px;
	}
}



#lp_ctbox .sec03 {
	max-width: 1920px;
	margin: 0 auto 100px;
}
#lp_ctbox .sec03 .inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 20px;
}
#lp_ctbox .sec03 .inner h3 {
	margin: 100px 0 30px;
	font-size: 48px;
	font-weight: bold;
	line-height: 1.3;
}
#lp_ctbox .sec03 .inner h3 span {
	font-size: 20px;
}
#lp_ctbox .sec03 .inner .table_service {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
#lp_ctbox .sec03 .inner .table_service th {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background: #f2f2f2;
	padding: 12px 20px;
	font-size: 16px;
}
#lp_ctbox .sec03 .inner .table_service th:nth-child(3) {
	width: 20%;
}
#lp_ctbox .sec03 .inner .table_service th:nth-child(4) {
	border-top: 2px solid #7030a0;
	border-left: 2px solid #7030a0;
	border-right: 2px solid #7030a0;
	background: #ebebff;
	width: 20%;
}
#lp_ctbox .sec03 .inner .table_service td {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 12px 20px;
	font-size: 16px;
}
#lp_ctbox .sec03 .inner .table_service td:nth-child(3) {
	text-align: center;
}
#lp_ctbox .sec03 .inner .table_service td:nth-child(4) {
	border-left: 2px solid #7030a0;
	border-right: 2px solid #7030a0;
	text-align: center;
}
#lp_ctbox .sec03 .inner .table_service td.lst {
	border-bottom: 2px solid #7030a0;
}
#lp_ctbox .sec03 .inner .table_spec{
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
	margin-bottom: 25px;
}
#lp_ctbox .sec03 .inner .table_spec th {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background: #f2f2f2;
	padding: 12px 20px;
	font-size: 16px;
}
#lp_ctbox .sec03 .inner .table_spec td {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 12px 20px;
	font-size: 16px;
}
#lp_ctbox .sec03 .inner .btn_other {
	width: 280px;
	float: right;
}
#lp_ctbox .sec03 .inner .btn_other a {
	display: block;
    background: #1b6ab4;
    width: 40%;
    min-width: 280px;
    margin: auto auto 0;
    padding: 15px 0;
    font-size: 1.2em;
    text-align: center;
    border-radius: 8px;
    color: #fff;
	font-weight: bold;
}
#lp_ctbox .sec03 .inner .box_contact {
	clear: both;
	width: 400px;
	margin: 0 auto;
	padding: 100px 0 0;
}
#lp_ctbox .sec03 .inner .box_contact .box_inner {
	border: 30px solid #eee;
	background: #fff;
	padding: 25px 30px;
	text-align: center;
}
#lp_ctbox .sec03 .inner .box_contact .box_inner h4 {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}
#lp_ctbox .sec03 .inner .box_contact .box_inner .btn {
	width: 60%;
	margin: 0 auto 15px;
}
#lp_ctbox .sec03 .inner .box_contact .box_inner .btn a {
	display: block;
	background: #333;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
@media (max-width: 640px) {
	#lp_ctbox .sec03 {
		margin: 0 auto 10%;
	}
	#lp_ctbox .sec03 .inner {
		max-width: 94%;
		padding: 0;
	}
	#lp_ctbox .sec03 .inner h3 {
		margin: 10% 0 4%;
		font-size: 24px;
		line-height: 1.4;
	}
	#lp_ctbox .sec03 .inner h3 span {
		font-size: 14px;
	}
	#lp_ctbox .sec03 .inner .table_wrap {
		overflow: scroll;
	}
	#lp_ctbox .sec03 .inner .table_service {
		width: 800px;
	}
	#lp_ctbox .sec03 .inner .table_service th {
		padding: 1% 2%;
		font-size: 14px;
	}
	#lp_ctbox .sec03 .inner .table_service th:nth-child(3) {
		width: 25%;
	}
	#lp_ctbox .sec03 .inner .table_service th:nth-child(4) {
		width: 25%;
	}
	#lp_ctbox .sec03 .inner .table_service td {
		padding: 1% 2%;
		font-size: 14px;
	}
	#lp_ctbox .sec03 .inner .table_spec{
		width: 800px;
		margin-bottom: 5%;
	}
	#lp_ctbox .sec03 .inner .table_spec th {
		padding: 1% 2%;
		font-size: 14px;
	}
	#lp_ctbox .sec03 .inner .table_spec td {
		padding: 1% 2%;
		font-size: 14px;
	}
	#lp_ctbox .sec03 .inner .box_contact {
		width: 94%;
		padding: 15% 0 0;
	}
	#lp_ctbox .sec03 .inner .box_contact .box_inner {
		border: 20px solid #eee;
		padding: 5% 5%;
	}
	#lp_ctbox .sec03 .inner .box_contact .box_inner h4 {
		margin-bottom: 3%;
		font-size: 18px;
	}
	#lp_ctbox .sec03 .inner .box_contact .box_inner .btn {
		width: 65%;
		margin: 0 auto 4%;
	}
	#lp_ctbox .sec03 .inner .box_contact .box_inner .btn a {
		padding: 3% 0;
		font-size: 14px;
	}
}













