@charset "utf-8";
/*
for ランディングページ
update 2024.08.21
author eperformance
*/

/* 基本 */
body.page_style_lp #main {
    padding: 0 0 60px;
}
#main img {
	max-width: 100%!important;
	height: auto;
}
#main{
	padding: 0 !important;
}

/* 管理画面でのスタイル補正 */
.cmsItemForm .tab_content {
display: block;
}
.cmsItemForm label.tab_item {
margin: 0;
}
@media screen and (max-width: 480px) {
	.pagetop{
		bottom: 58px !important;
		right: 3px !important;
	}
}

/* layout */
.conts__cell {
    padding: 4em 0;
}
.conts__cell_p3 {
    padding: 30px 0;
}
.conts__cell_p3-6 {
    padding: 30px 0 60px;
}
.conts__cell_p3-10 {
    padding: 30px 0 100px;
}
@media screen and (max-width: 480px) {
  .conts__cell {
    padding: 30px 0;
  }
  .conts__cell_p3 {
    padding: 20px 0;
  }
  .conts__cell_p3-6 {
    padding: 20px 0 40px;
  }
  .conts__cell_p3-10 {
    padding: 20px 0 60px;
  }
  .conts__cell.conts__cell_sp_pb0 {
    padding: 30px 0 0;
}
}
.conts__cell_0{
    padding: 0;
}
.conts__inner {
	max-width: 1100px;
	width: 95%;
	margin: 0 auto;
}
.conts__inner_800 {
	max-width: 800px;
	width: 95%;
	margin: 0 auto;
}

.bg_gray {
    background-color: #e2e1dd;
}
.bg_yellow {
    background-color: #ffec00;
}
.bg_blue {
	background: rgb(0,132,203);
	background: linear-gradient(90deg, rgba(0,132,203,1) 0%, rgba(0,86,162,1) 100%);
}

/* テキスト揃え */
.l-txt {
  text-align: left;
}
.r-txt {
  text-align: right;
}
.c-txt {
  text-align: center;
}
.t-orange{
	color: #d58000;
}
.f-bold{
	font-weight: bold;
}

.mb-0{
	margin-bottom: 0 !important;
}
.mb-10{
	margin-bottom: 10px;
}
.mb-20{
	margin-bottom: 20px;
}
.mb-30{
	margin-bottom: 30px;
}
.mb-40{
	margin-bottom: 40px;
}
.mb-50{
	margin-bottom: 50px;
}
.mb-60{
	margin-bottom: 60px;
}

/* ------ カラム（flex） ------- */
.column-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.column-box__2col {
  width: 47% !important;
}
.column-box__3col {
  width: 31% !important;
}
.column-box__4col {
  width: 23% !important;
}
/* カスタム用カラムボックス */
.column-box__80 {
  width: 80% !important;
}
.column-box__70 {
  width: 70% !important;
}
.column-box__60 {
  width: 60% !important;
}
.column-box__50 {
  width: 50% !important;
}
.column-box__40 {
  width: 40% !important;
}
.column-box__35 {
  width: 35% !important;
}
.column-box__30 {
  width: 30% !important;
}
.column-box__20 {
  width: 20% !important;
}
/*--------------------------------*/
/* ブレイクポイント-汎用 */
@media screen and (max-width: 768px) {
  .bp768 > [class*="column-box__"] {
    width: 100% !important;
    margin-bottom: 20px;
  }
	.bp768 > [class*="column-box__"]:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .bp480 > [class*="column-box__"] {
    width: 100% !important;
  }
	.bp480 > [class*="column-box__"]:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 320px) {
  .bp320 > [class*="column-box__"] {
    width: 100% !important;
    margin-bottom: 20px;
  }
}
/* ブレイクポイント-中央揃え */
@media screen and (max-width: 768px) {
  .column-box.bp768-c {
    -webkit-justify-content: space-around; 
    justify-content: space-around;
  }
  .column-box.bp768-c > [class*="column-box__"] {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .column-box.bp480-c {
    -webkit-justify-content: space-around; 
    justify-content: space-around;
  }
  .column-box.bp480-c > [class*="column-box__"] {
    width: 100% !important;
  }
}
@media screen and (max-width: 320px) {
  .column-box.bp320-c {
    -webkit-justify-content: space-around; 
    justify-content: space-around;
  }
  .column-box.bp320-c > [class*="column-box__"] {
    width: 100% !important;
  }
}
/* ------ 表示切替 ------- */
@media screen and (max-width: 768px) {
  .bp768-off {
    display: none!important;
  }
}
@media screen and (min-width: 769px) {
  .bp768-on {
    display: none!important;
  }
}
@media screen and (max-width: 480px) {
  .bp480-off {
    display: none!important;
  }
}
@media screen and (min-width: 481px) {
  .bp480-on {
    display: none!important;
  }
}
@media screen and (max-width: 420px) {
  .bp420-off {
    display: none!important;
  }
}
@media screen and (min-width: 421px) {
  .bp420-on {
    display: none!important;
  }
}
@media screen and (max-width: 320px) {
  .bp320-off {
    display: none!important;
  }
}

/* 見出し */
.h_style_02 {
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    font-size:2.8rem;
    position: relative;
	  text-align: center;
	font-weight: bold;
	margin-bottom: 1em;
}
.h_style_02::before {
  background: rgb(0,132,203);
	background: linear-gradient(90deg, rgba(0,132,203,1) 0%, rgba(0,86,162,1) 100%);
  bottom: -10px; /* 線の位置 */
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100px;
}
@media screen and (max-width: 768px) {
  .h_style_02 {
    font-size:2.0rem;
  }
}
@media screen and (max-width: 480px) {
  .h_style_02 {
    font-size:1.5rem;
  }
}
.h_style_03{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size:1.8rem;
	text-align: center;
	border-bottom: 1px solid #0084cb;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
}
@media screen and (max-width: 480px) {
  .h_style_03 {
    font-size:1.2rem;
  }
}
.h_style_04 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size:2.3rem;
	font-weight: bold;
	margin-bottom: 1em;
}
@media screen and (max-width: 480px) {
  .h_style_04 {
    font-size:1.8rem;
  }
}

.h_style_img {
    text-align: center;
}
.h_style_03 {
    border-bottom: 1px solid #666;
    margin: 0 0 15px;
    font-weight: 700;
}
.h_style_04 {
    margin: 0 0 15px;
    font-weight: 700;
}
.h_style_05 {
    text-align: center;
    background-color: #1d2080;
    padding: 8px 0 6px;
    margin: 0 0 20px;
    color: #ffffff;
    font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  .h_style_05 {
    padding: 8px 10px 6px;
    font-size: 1.4rem;
    line-height: 1.2;
  }
}


/* コンタクト */
.lp02_contact{
	background: #fff;
	padding: 2em 3em;
}
@media screen and (max-width: 480px) {
	.lp02_contact{
		padding: 2em 1em;
	}
}
.lp02_contact_tel a{
	text-align: center;
	padding: 0.5em 1em;
	background: #fff03b;
	display: inline-block;
	max-width: 320px;
	width: 90%;
	margin: 0 auto;
}
.lp02_contact_line a{
	text-align: center;
	padding: 0.2em 1em;
	background: #19bc04;
	display: inline-block;
	max-width: 320px;
	width: 90%;
	margin: 0 auto;
	color: #fff;
	display: flex;
	align-items: center;
}
#main .lp02_contact form.mailForm{
	padding: 0;
	background: #fff;
}
.btnBack input{
	font-size: 1em;
	padding: 12px 5px;
}
.formCheckBlock{
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 4em 0;
}
/* header */
header .container_w{
	padding-bottom: 0 !important;
}

/* ナビ */
.head_contact{
	display: flex;
	justify-content: flex-end;
	margin-top: -14px;
	width: 58%;
}
.head_contact li{
	padding: 1em 2em 0.5em;
}
.head_contact .h_tel{
	background: rgb(0,132,203);
	background: linear-gradient(90deg, rgba(0,132,203,1) 0%, rgba(0,86,162,1) 100%);
}
.head_contact .h_mail{
	background: #000;
}
.head_contact .h_line{
	background: #19bc04;
}
.sp-contact{
	display: none;
}
@media screen and (max-width: 480px) {
	.head_contact{
		display: none;
	}
	.sp-contact{
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 99999;
	}
	.sp-contact ul{
		display: flex;
		width: 100%;
	}
	.sp-contact li{
		padding: 1em;
	}
	.sp-contact .h_tel{
		background: rgb(0,132,203);
		background: linear-gradient(90deg, rgba(0,132,203,1) 0%, rgba(0,86,162,1) 100%);
	}
	.sp-contact .h_mail{
		background: #000;
	}
	.sp-contact .h_line{
		background: #19bc04;
	}
}
.lp_footer_nav {
    padding: 30px 0 0;
    
}
.lp_footer_nav .column-box li {
    width: 18%;
    border-bottom: 1px solid #333;
}
.lp_footer_nav .column-box li a {
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 8px 0 6px;
    color: #000;
}
@media screen and (max-width: 480px) {
.lp_footer_nav {
    padding: 30px 10px 0;
}
  .lp_footer_nav .column-box li {
    width: 30%;
  }
  .lp_footer_nav .column-box li:nth-child(4),
  .lp_footer_nav .column-box li:nth-child(5){
    width: 45%;
  }
}
/* footer */
footer{
	background: rgb(0,132,203) !important;
	background: linear-gradient(90deg, rgba(0,132,203,1) 0%, rgba(0,86,162,1) 100%) !important;
}
footer .footer-nav{
	display: flex;
	justify-content: flex-end;
}
footer .footer-nav ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-right: 2em;
	gap: 10px;
}
footer .footer-nav ul li a{
	color: #fff;
	text-decoration: none;
	padding: 0 1em;
	box-sizing: border-box;
	display: inline-block;
}

@media screen and (max-width: 480px) {
	footer .footer-nav{
		flex-wrap: wrap;
	}
	footer .footer-nav ul{
		width: 100%;
		margin-bottom: 2em;
	}
	footer .footer-nav ul li{
		width: 46%;
		text-align: center;
	}
	footer .footer-company{
		width: 100%;
	}
}

/* メインビジュアル周辺 */
#lp-mainvisual {
  background: url(/contents/images/lp02_mv_bg.png) no-repeat center bottom;
  background-size: cover;
	padding: 7em 0 4em;
}
#lp-mainvisual h2 {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
  z-index: 200;
	text-align: right;
}
@media screen and (max-width: 480px) {
	#lp-mainvisual h2 img{
		width: 70%;
	}
}

.lp_subtitle__line {
  display: inline-block;
  border-top: 28px solid #1e6c92;
  border-right: 28px solid #29793e;
  border-bottom: 28px solid #29793e;
  border-left: 28px solid #1e6c92;
  vertical-align: top;
}
@media screen and (max-width: 1250px) {
  .lp_subtitle__line {
    border-top: 20px solid #1e6c92;
    border-right: 20px solid #29793e;
    border-bottom: 20px solid #29793e;
    border-left: 20px solid #1e6c92;
  }
}
@media screen and (max-width: 900px) {
  .lp_subtitle__line {
    border-top: 17px solid #1e6c92;
    border-right: 17px solid #29793e;
    border-bottom: 17px solid #29793e;
    border-left: 17px solid #1e6c92;
  }
}


/* fix バナー */
.bnr_fix{
	position: fixed;
	top: 300px;
	right: 0;
	z-index: 10000;
}
@media screen and (max-width: 480px) {
    .bnr_fix {
        display: none;
    }
}




.sec01{
  background: url(/contents/images/lp02_sec01_bg.png) no-repeat center center;
  background-size: cover;
	padding: 3em 0;
}

.sec02 .sec02_box{
	border: 10px solid #e2e1dd;
	padding: 4.3em 1.5em 1.5em;
	box-sizing: border-box;
	position: relative;
	width: 48% !important;
	float: inherit !important;
	margin-bottom: 4em;
}
.sec02 .sec02_box .icon_no{
	position: absolute;
	top: -54px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
@media screen and (max-width: 480px) {
	.sec02 .sec02_box{
		width: 100% !important;
		margin-bottom: 4em !important;
		padding: 4.3em 1em 1.5em;

	}
	.sec02 .sec02_box .icon_no{
		top: -40px;
		width: 73px;
		height: auto;
	}
}
.sec03_list{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	gap: 21px;
}
.sec03_list li{
	margin-bottom: 2em;
}
@media screen and (max-width: 480px) {
	.sec03_list li{
		width: 47%;
		text-align: center;
		margin-bottom: 0;
	}
}
@media screen and (max-width: 480px) {
	.sec04 .column-box__4col{
		width: 48% !important;
		text-align: center;
	}
}
.sec05_list{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	gap: 21px;
}
.sec05_list li{
	width: 22%;
	margin-bottom: 2em;
}
@media screen and (max-width: 480px) {
	.sec05_list li{
		width: 47%;
		margin-bottom: 1em;
	}
}
.sec05_list dl dt{
	font-size: 13px;
	padding: 0.2em 0.5em;
	margin-bottom: 0.5em;
	display: inline-block;
}
.sec05_list dl dt.tanshin{
	background: #ffec00;
}
.sec05_list dl dt.family{
	background: #f7b228;
}
.sec05_list dl dd{
	font-size: 13px;
}
.sec06_list{
	display: flex;
	flex-wrap: wrap;
	gap: 3%;
}
.sec06_list li{
	border: 10px solid #e2e1dd;
	padding: 2em 1em;
	box-sizing: border-box;
	width: 31%;
	position: relative;
	margin: 3em 0;
}
.sec06_list li:before {
	content: "";
	display: inline-block;
	width: 100px;
	height: 75px;
	background-image: url(/contents/images/lp02_sec06_img.png);
	background-position: top center;
	background-repeat: no-repeat;
	position: absolute;
	top: -85px;
	left: 38%;
}
@media screen and (max-width: 480px) {
	.sec06_list li{
		width: 100%;
	}
}

.sec07_faq{
	background: #fff;
	border: 3px solid #0f7fbd;
	padding: 1em;
	box-sizing: border-box;
	margin-bottom: 1em;
}
.sec07_faq dt{
	color: #0f7fbd;
	padding: 0 0 10px 38px;
	background-image: url(/contents/images/lp02_sec07_q.png);
	background-position: top left;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 1.2rem;
}
.sec07_faq dd{
	padding: 0 0 8px 38px;
	background-image: url(/contents/images/lp02_sec07_a.png);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 1.2rem;
}
.sec08{
	background: #ffec00;
	padding: 2em 0 0;
}
.sec08 .dot_txt{
	color: #0f7fbd;
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
	padding: 0.2em 0;
	font-size: 45px;
	font-weight: bold;
	margin-bottom: 30px !important;
	display: inline-block;
}
@media screen and (max-width: 480px) {
	.sec08 .dot_txt{
		font-size: 30px;
		margin-bottom: 10px !important;
	}
}

.blue_list li{
	text-align: center;
	color: #fff;
	background: rgb(0,132,203);
	background: linear-gradient(90deg, rgba(0,132,203,1) 0%, rgba(0,86,162,1) 100%);
	border-radius: 8px;
	padding: 0.5em;
	box-sizing: border-box;
	margin-bottom: 1em;
	display: block;
	font-weight: bold;
}
@media screen and (max-width: 480px) {
	.blue_list li{
		font-size: 14px;
	}
}
.lp02-contact_list{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 3%;
}
.lp02-contact_list li{
	margin-bottom: 1em;
	width: 40%;
}
@media screen and (max-width: 480px) {
	.lp02-contact_list li{
		width: 80%;
	}
}
.lp02-contact_list li a{
	text-align: center;
	background: #ffec00;
	border-radius: 8px;
	padding: 1em;
	box-sizing: border-box;
	display: block;
	width: 100%;
}
