@charset "utf-8";
/* CSS Document */
/*フォントスタイルここから
==================================*/
.gothic{font-family: 'Noto Sans JP','ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro',游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, Meiryo, sans-serif;}
.mont{font-family: 'Montserrat', sans-serif; font-style: normal;}
/*フォントスタイルここまで
==================================*/
/*ADOBEフォントちらつき対策ここから
==================================*/
body {
	animation: fadeIn 3s ease 0s 1 normal;
	-webkit-animation: fadeIn 3s ease 0s 1 normal;
}
@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}
/*ADOBEフォントちらつき対策ここまで
==================================*/
/*commonスタイルここから
==================================*/
*, *::before, *::after{box-sizing: border-box;}

html{font-size: 62.5%; height: 100%; position: relative;}

body{font-family: 'Noto Sans JP','ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro',游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic',sans-serif;font-size: 16px;font-size: 1.6rem;color:#051D39;letter-spacing:1px;margin: 0 auto; line-height: 2;position:relative;}

main{overflow: hidden;}

img,iframe {/*max-width: 100%;*/width: 100%;}

a{text-decoration: none;color: #fff;}
/*a:hover{opacity: 0.7;}*/
h2{
	font-weight: bold;
}
/*commonスタイルここまで
==================================*/
/*ショートコードここから
==================================*/
.clear{clear: both;}
.bold{font-weight: bold;}
.txt_center{text-align: center;}
.border{border:1px solid #ccc;}
.blk{color:#051D39;}
.wht{color:#fff;}
.red{color: #bc0d4e;}
.navy{color: #1C4388;}
.blue{color: #0067DE;}
.lgreen{color:#C5C754;}
.bg_wht{background-color: #fff;}
.bg_lgray{background-color: #E2E9F1;}
.anchor{
	display: block;
	padding-top: 100px;
	margin-top: -100px;
}
.flex_box{
	display: flex;
}
@media screen and (max-width: 1024px) {
	.txt_left_sp{
		text-align: left;
	}
}
/*ショートコードここまで
==================================*/
/*デバイス切り替えここから
==================================*/
@media screen and (max-width: 1024px) {
	.pc {display:none !important;}
}
@media print,screen and (min-width: 1025px) {
	.sp {display:none !important;}
}
/*デバイス切り替えここまで
==================================*/
/*レイアウトここから
==================================*/
.sec_inner{
	max-width: 1290px;
	width: 96%;
	margin:0 auto;
	padding:130px 0;
}
.square_left,
.square_right{
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.square_left::after,
.square_right::after{
	content: "";
	width: 35vw;
	height: 35vw;
	background-color: #E2E9F1;
	position: absolute;
	z-index: -1;
}
.square_left::after{
	top:0;
	left:0;
}
.square_right::after{
	top:0;
	right: 0;
}
.caution li{
	position: relative;
	padding-left:20px;
}
.caution li::before{
	content: "※";
	position: absolute;
	top:0;
	left: 0;
}
@media screen and (max-width: 1024px) {
	.sec_inner{
		max-width: 768px;
		padding:80px 0;
	}
	.square_left::after,
	.square_right::after{
		width: 80vw;
		height: 80vw;
}
}
/*レイアウトここまで
==================================*/
/*ボタンスタイルここから
==================================*/
.btn{
	position: relative;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	max-width: 550px;
	width: 90%;
	display: block;
	background-color:transparent;
	border-radius: 5px;
	padding: 30px 0;
	margin:0 auto;
	box-shadow:0px 3px 3px 0px rgba(0,0,0,0.22);
	z-index: 0;
}
.btn::before{
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background: rgb(197,199,84);
	background: linear-gradient(90deg, rgba(197,199,84,1) 0%, rgba(143,188,90,1) 100%);
	position: absolute;
	top:0;
	left: 0;
	transition: 0.5s;
	z-index: -1;
}
.btn::after{
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background: rgb(255,219,85);
	background: linear-gradient(90deg, rgba(255,219,85,1) 0%, rgba(237,158,101,1) 100%);
	position: absolute;
	top:0;
	left: 0;
	z-index: -2;
}
.btn:hover{
	cursor: pointer;
}
.btn:hover:before{
	opacity: 0;
}
.btn span{
	font-size: 5rem;
	font-weight: bold;
}
.btn-area{
	display: flex;
	width: 96%;
	max-width: 700px;
	justify-content: space-between;
	margin: 30px auto 0px;
}
.btn-area .btn{
	max-width: 330px;
	font-size: 2.5rem;
	padding: 20px 0;
	border:0 none;
}
.btn-area .reset-btn{
	background: #808080;
}
@media screen and (max-width:1024px) {
	.btn,
	.btn-area .btn{
		width: 90%;
		max-width: 630px;
		padding: 25px 0;
		margin: 0 auto;
	}
	.btn{
		font-size: 3rem;
	}
	.btn span{
		font-size: 4rem;
	}
	.btn-area{
		display:block;
		width:auto;
		margin:0 auto;
	}
	.btn-area .btn{
		font-size: 2rem;
	}
	.btn-area .submit-btn{
		margin:30px auto 0;
	}
}
/*ボタンスタイルここまで
==================================*/
/*タイトルスタイルここから
==================================*/
.heading{
	display: inline-block;
	min-width: 600px;
	color: #1C4388;
	background-color: #fff;
	padding: 50px;
	margin-bottom: 80px;
	box-shadow: 30px 30px 0px 0px rgba(226, 233, 241, 0.8);
}
.heading.left{
	margin-left: -3%;
}
.heading.right{
	margin-right: -3%;
	box-shadow: -30px 30px 0px 0px rgba(226, 233, 241, 0.8);
	float: right;
}
.heading .mont{
	font-size: 8rem;
	line-height: 1;
}
.heading p{
	font-size: 2rem;
}
.heading2{
	text-align: center;
	color: #fff;
	background-color: #0067de;
	padding: 30px 2%;
	position: relative;
}
.heading2 h2{
	font-size: 2.9rem;
}
.heading2::after{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -20px;
	border: 20px solid transparent;
	border-top: 20px solid #0067de;
}
.ttl_icon{
	line-height: 1;
	font-size: 2.5rem;
	color: #fff;
	background-color: #1c4388;
	padding: 20px;
	margin-bottom: 40px;
	border-bottom: 5px solid #051D39;
}
.ttl_icon .icon{
	position: relative;
	padding-left: 30px;
}
.ttl_icon .icon::before{
	content: "";
	position: absolute;
}
@media screen and (max-width:1024px) {
	.heading{
		min-width: auto;
		width: 100%;
		margin-bottom: 50px;
		padding:45px 20px;
	}
	.heading .mont{
		font-size: 4rem;
	}
	.heading p{
		font-size:1.6rem;
	}
	.heading.left{
		margin-left:0;
	}
	.heading.right{
		margin-right: 0;
	}
	.heading2 h2{
		font-size: 2.5rem;
	}
	.ttl_icon{
		padding: 20px 3%;
		font-size: 1.9rem;
	}
}
/*タイトルスタイルここまで
==================================*/
/*ヘッダーここから
==================================*/
header{
	background-color: #051d39;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.22);
}
header .header_wrap{
	width: 96%;
	max-width: 1730px;
	height: 100px;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
}
header .logo{
	align-items: center;
}
header .logo img{
	max-width: 100px;
	width: 40%;
}
h1{
	font-size: 1.4rem;
	font-weight: normal;
	color: #fff;
	line-height: 1.5;
	padding-left: 15px;
}
header nav{
	width: 57%;
}
header nav li a{
	display: block;
}
header .contact_btn{
	font-size: 1.6rem;
	padding: 13px;
	max-width: 190px;
	margin:0;
}

@media screen and (min-width: 1025px) {
	header nav li{
	width: 16.6%;
	border-left: 1px solid #fff;
	text-align: center;
}
header nav li:last-of-type{
	border-right: 1px solid #fff;
}
	header .tell{
		text-align: center;
		font-size: 2.5rem;
		font-weight: bold;
		line-height: 1.3;
		color: #fff;
	}
	header .tell span{
		display: block;
		font-size: 1rem;
		border-top: 1px solid #fff;
		padding-top: 2px;
	}
}
@media screen and (max-width: 1024px) {
	header{
		height: 60px;
		background-color: #fff;
	}
	header .header_wrap{
		height: 60px;
	}
	header .logo_area{
		height: 100%;
		padding:10px 0;
	}
	header .logo_area a{
		display: block;
	}
	header .logo_area a img{
		width: auto;
		height: 40px;
	}
	header .tell{
		background-color: #C5C754;
		width: 60px;
		height: 60px;
		display: block;
		line-height: 50px;
		position: absolute;
		right: 60px;
	}
	header .tell img{
		height: 35px;
	}
	button.drawer-hamburger{
		background-color: #1c4388;
	}
	.menu li{
		border-bottom: 1px solid #fff;
	}
	.menu li a{
		color: #fff;
		display: block;
		padding: 20px;
	}
	header h1{
		font-size: 1.2rem;
		padding: 10px 20px;
		color: #fff;
		display: block;
	}
}
/*ヘッダーここまで
==================================*/
/*メインビジュアルここから
==================================*/
.mv{
	height: calc(90vh - 100px);
	margin-top: 100px;
}
.mv #bg-video{
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	background: url('../img/main.jpg') no-repeat;
	background-size: cover;
	background-position: center;
}
.mv .mv-content{
	position: relative; /*必ず必要*/
	z-index: 2; /*必ず必要*/
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.mv .mv-content p{
	font-size: 7.3rem;
	color: #fff;
	font-weight:bold;
	line-height: 1.5;
	text-align: center;
	text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.4);
	margin-bottom: 60px;
}
.mv .mv-content p strong{
	display: block;
	font-size: 2.6rem;
	font-weight:normal;
}
.mv .mv-content p span{
	position: relative;
	padding:0 1.2em;
}
.mv .mv-content p span::before,
.mv .mv-content p span::after{
	content:"―";
	position: absolute;
}
.mv .mv-content p span::before{
	top:0;
	left:0;
}
.mv .mv-content p span::after{
	top:0;
	right:0;
}
@media screen and (max-width: 1024px) {
	.mv{
		margin-top: 60px;
		height: calc(95vh - 60px);
	}
	.mv #bg-video{
		background: url('../img/sp/main.jpg') no-repeat;
		background-position: bottom;
		background-size: cover;
	}
	.mv .mv-content p{
		font-size: 5vw;
	}
	.mv .mv-content p strong{
		font-size: 3vw;
	}
	.mv .mv-content p span{
		display: inline-block;
	}
}
@media screen and (max-width: 480px) {
	.mv .mv-content p{
		font-size: 9vw;
	}
	.mv .mv-content p strong{
		font-size: 4.4vw;
	}
}
/*メインビジュアルここまで
==================================*/
/*sec1ここから
==================================*/
.sec1{
	background:url(../img/sec1_bg.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
}
.sec1 h2{
	font-size: 3.3rem;
	margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
	.sec1 h2{
		font-size: 2.9rem;
		margin-bottom: 30px;
	}
}
/*sec1ここまで
==================================*/
/*sec2ここから
==================================*/
.sec2 .case_wrap{
	flex-wrap: wrap;
}
.sec2 .box{
	width: 33.3%;
	padding:20px 15px;
	transition: all 0.4s ease 0s;
	display: block;
}
.sec2 .box.is-hidden {
	display: none;
	height: 0;
	margin: 0;
}
.sec2 .box_inner{
	box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.12);
}
.sec2 .box .photo{
	height: 280px;
	overflow-y: hidden;
	position: relative;
}
.sec2 .box .serial{
	display: inline-block;
	background-color: #1c4388;
	color: #fff;
	font-size: 3rem;
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.sec2 .box .photo img{
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.sec2 .box .table_block{
	font-size:2rem;
	align-items: center;
	border-bottom: 2px solid #f9f9f9;
}
.sec2 .box .table_block .ttl,
.sec2 .box .table_block p{
	text-align: center;
	width: 50%;
	padding:5px;
}
.sec2 .box .table_block .ttl{
	background-color: #E2E9F1;
	font-weight: bold;
}
.sec2 .box .table_block p{
	color: #0067DE;
}
.sec2 .box .block{
	font-size: 1.4rem;
	padding:15px;
}
.sec2 .more_btn{
	display: block;
	background-color: #1C4388;
	border-radius: 5px;
	text-align: center;
	padding: 20px;
	width: 90%;
	max-width: 460px;
	margin: 50px auto 0;
	color: #fff;
	outline: none;
	border: 0 none;
	cursor: pointer;
}
@media screen and (max-width: 1024px) {
	.sec2 .flex_box{
		display: block;
	}
	.sec2 .box{
		width: 100%;
	}
	.sec2 .box .table_block .ttl,
	.sec2 .box .table_block p{
		width: 100%;
	}
}
/*sec2ここまで
==================================*/
/*sec3ここから
==================================*/
.sec3 .note{
	background-color: #051D39;
	border-radius: 10px;
	color: #fff;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	padding: 25px 20px;
	margin-bottom: 60px;
	position: relative;
}
.sec3 .note::after{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -20px;
	border: 20px solid transparent;
	border-top: 20px solid #051D39;
}
.sec3 .note .lgreen{
	font-weight:bold;
}
.sec3 h3{
	font-size:2.5rem;
	color: #fff;
}
.sec3 .box,
.sec3 ul li .inner{
	background-color: #fff;
	box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.12);
}
.sec3 .box .flex_box{
	align-items: center;
}
.sec3 .box .flex_box:first-of-type{
	background-color: #0067DE;
	border-bottom: 4px solid #0067de;
}
.sec3 .box .flex_box:nth-of-type(2){
	padding: 0 20px;
}
.sec3 .box h3,
.sec3 .box p{
	width: 50%;
	text-align: center;
	font-weight: bold;
	padding:15px 1%;
}
.sec3 .box p{
	background-color:#fff;
}
.sec3 .box .blue{
	font-size:3rem;
	font-weight: bold;
}
.sec3 .box .flex_box figure{
	padding:40px 20px;
}
.sec3 .box .flex_box figure figcaption{
	margin-bottom: 10px;
}
.sec3 ul.flex_box{
	margin:60px 0 30px;
}
.sec3 ul.flex_box li:not(:last-of-type){
	padding-right:30px;
}
.sec3 ul.flex_box li h3{
	background-color: #1c4388;
	text-align: center;
	padding: 15px;
	line-height: 1.5;
}
.sec3 ul.flex_box li h3 span{
	display: block;
	font-size: 1.4rem;
}
.sec3 ul.flex_box li figure{
	padding: 20px 20px 0;
}
.sec3 ul.flex_box li figure:last-of-type{
	padding-bottom: 20px;
}
.sec3 ul.flex_box li figcaption{
	font-size:1.4rem;
}
@media screen and (max-width: 1024px) {
	.sec3 .note{
		font-size: 1.6rem;
	}
	.sec3 .flex_box{
		display: block;
	}
	.sec3 .box figure figcaption{
		font-size: 1.4rem;
		letter-spacing: 0px;
	}
	.sec3 .box h3,
	.sec3 .box p{
		width: 100%;
	}
	.sec3 .box .flex_box:nth-of-type(2){
		padding-bottom: 40px;
	}
	.sec3 .box .flex_box figure{
		padding:40px 0 0;
	}
	.sec3 ul.flex_box li:not(:last-of-type){
		padding-right: 0;
		margin-bottom: 30px;
	}
	.sec3 ul.flex_box li figure{
		padding: 40px 20px 0;
	}
	.sec3 ul.flex_box li figure:last-of-type{
		padding-bottom: 40px;
	}
}
/*sec3ここまで
==================================*/
/*sec4ここから
==================================*/
.sec4{
	background-color: rgba(255,255,255,0.6);
	padding-bottom: 120px;
}
.sec4 h3,
.sec4 p{
	text-align: center;
}
.sec4 h3{
	margin-top:120px;
	font-size: 4.7rem;
	font-weight: bold;
}
.sec4 p{
	font-size:3.8rem;
	font-weight: bold;
}
.sec4 .marker{
	font-weight:bold;
	color: #0067DE;
	border-bottom:7px solid #C5C754;
}
.sec4 h3 .marker{
	font-size:5.6rem;
}
.sec4 p .marker{
	font-size: 5rem;
}
.sec4 p .round{
	display: block;
	width: 75%;
	max-width: 410px;
	border-radius: 100px;
	font-size: 2.5rem;
	color: #fff;
	background: #1c4388;
	padding: 12px;
	margin:80px auto 40px;
}
@media screen and (max-width: 1024px) {
	.sec4 h3,
	.sec4 p{
		font-size: 3rem;
	}
	.sec4 h3{
		margin-top:60px;
	}
	.sec4 h3 .marker,
	.sec4 p .marker{
		font-size: 3.5rem;
	}
	.sec4 p .round{
		margin: 60px auto 40px;
	}
}
/*sec4ここまで
==================================*/
/*sec5ここから
==================================*/
.sec5{
	background-color: #fff;
}
.sec5 .sec_inner{
	padding: 70px 0 130px;
}
.sec5 h3.blue{
	font-size: 3.8rem;
	font-weight: bold;
}
.sec5 .area_wrap{
	padding:70px 0;
}
.sec5 .map_area .icon::before{
	width: 29px;
	height: 35px;
	background:url(../img/sec5_icon1.svg) no-repeat;
	background-size: 20px 35px;
	top:2px;
	left:0;
}
.sec5 .map_area .kink_map{
	width: 96%;
	max-width: 1070px;
	margin: 0 auto;
	display: block;
}
.sec5 .map_area .box{
	margin-top:50px;
}
.sec5 .map_area .box h4{
	font-size: 2.5rem;
	font-weight: bold;
	padding-left: 15px;
	border-left: 10px solid #051d39;
	border-bottom: 2px solid #051d39;
	margin-bottom: 25px;
}
.sec5 .map_area .flex_box{
	flex-direction:row-reverse;
}
/*震度マップテーブルスタイルここから*/
.cell_6{
	background-color: #FE7C00;
}
.cell_5{
	background-color:#FBC807;
}
.cell_4{
	background-color:#96D268;
}
.cell_3{
	background-color:#03C4F7;
}
.sec5 table{
	border-collapse: collapse;
	width: 60%;
}
.sec5 table th,
.sec5 table td{
	border:1px solid #CDD2D8;
	padding: 20px;
}
.sec5 table th{
	width: 20%;
	color: #fff;
	font-weight: bold;
	vertical-align: middle;
}
/*震度マップテーブルスタイルここまで*/
.sec5 .box figure{
	width: 40%;
	margin-left: 30px;
}
.sec5 .detail_area .icon::before{
	width: 22px;
	height: 29px;
	background:url(../img/sec5_icon2.svg) no-repeat;
	background-size: 22px 29px;
	top:5px;
	left:0;
}
.sec5 .detail_area dl{
	max-width: 1070px;
	margin: 0 auto 30px;
	align-items: center;
	background-color: #E2E9F1;
	box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.12);
}
.sec5 .detail_area dl dt{
	font-size: 2rem;
	font-weight: bold;
	 background-color: #E2E9F1; 
	width: 40%;
	text-align: center;
	padding: 20px;
	height: 100%;
}
.sec5 .detail_area dl dd{
	width: 60%;
	padding: 20px;
	background-color: #fff;
}
.sec5 .detail_area dl dd p{
	margin-bottom: 20px;
}
.sec5 .detail_area dl .list p{
	position: relative;
	padding-left: 20px;
	margin-bottom: 0;
}
.sec5 .detail_area dl .list p::before{
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
.sec5 .detail_area .caution{
	max-width: 1070px;
	margin:0 auto;
}
@media screen and (max-width: 1024px) {
	.sec5 h3.blue{
		font-size: 2.9rem;
	}
	.sec5 .sec_inner{
		padding:60px 0 0;
	}
	.sec5 .flex_box{
		display: block;
	}
	.sec5 .area_wrap{
		padding:60px 0;
	}
	.sec5 .map_area .box h4{
		font-size: 2rem;
	}
	.sec5 .box figure,
	.sec5 table{
		width: 100%;
	}
	.sec5 .box figure{
		margin-left: 0;
		margin-bottom:30px;
	}
	.sec5 .map_area figcaption{
		margin-bottom: 20px;
	}
	/*震度マップテーブルスタイルここから*/
	.sec5 table th,
	.sec5 table td{
		display: block;
		width: 100%;
	}
	.sec5 table th,
	.sec5 table tr:not(:last-of-type) td{
		border-bottom: 0 none;
	}
	/*震度マップテーブルスタイルここまで*/
	.sec5 .detail_area dl dt,
	.sec5 .detail_area dl dd{
		width: 100%;
	}
}
/*sec5ここまで
==================================*/
/*sec6ここから
==================================*/
.sec6{
	background:url(../img/sec6_bg.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
}
.sec6 .heading3{
	text-align: center;
	margin-bottom: 70px;
}
.sec6 .heading3 h2{
	font-size: 8rem;
	line-height: 1.3;
}
.sec6 .heading3 p{
	font-size: 2rem;
}
.sec6 ul li{
	/*width: 50%;*/
	max-width:1070px;
	padding:0 40px;
	margin:0 auto;
}
.sec6 ul .inner{
	border: 1px solid #fff;
	padding:40px;
}
/*.sec6 ul li:nth-of-type(1) .inner {
	background:url(../img/sec6_img1.png) no-repeat;
	background-size: contain;
	background-position: bottom right;
}
.sec6 ul li:nth-of-type(2) .inner {
	background:url(../img/sec6_img2.png) no-repeat;
	background-size: contain;
	background-position: bottom right;
}*/
.sec6 ul li h3{
	font-size:2.5rem;
	margin-bottom: 15px;
}
.sec6 ul li p{
	min-height: 160px;
}
@media screen and (max-width: 1024px) {
	.sec6{
		background:none;
	}
	.sec6 .sec_inner{
		width: 100%;
		max-width: 100%;
		padding:0;
	}
	.sec6 .heading3{
		margin-bottom: 0;
		padding: 30px 2%;
		background-color: #0067DE;
	}
	.sec6 .heading3 h2{
		font-size: 4rem;
	}
	.sec6 .heading3 p{
		font-size: 1.6rem;
	}
	.sec6 .flex_box{
		display: block;
	}
	.sec6 ul li{
		width: 100%;
		padding: 40px 2%;
	}
	.sec6 ul li{
		background:url(../img/sp/sec6_bg2.jpg) no-repeat;
		background-position: center;
		background-size: cover;
	}
	/*.sec6 ul li:nth-of-type(1){
		background:url(../img/sp/sec6_bg1.jpg) no-repeat;
		background-position: center;
		background-size: cover;
	}
	.sec6 ul li:nth-of-type(2){
		background:url(../img/sp/sec6_bg2.jpg) no-repeat;
		background-position: center;
		background-size: cover;
	}*/
	.sec6 ul .inner{
		padding: 40px 20px;
	}
	.sec6 ul li h3{
		font-size: 2rem;
	}
	.sec6 ul li p{
		min-height: 192px;
	}
}
/*sec6ここまで
==================================*/
/*sec7ここから
==================================*/
.sec7 .flex_box{
	flex-wrap:wrap;
}
.sec7 .flex_box li{
	width: 33.3%;
	padding: 20px;
	margin-bottom: 60px;
}
.sec7 .flex_box .inner{
	background-color: #F9F9F9;
	border-radius: 10px;
	padding: 40px;
}
.sec7 .flex_box li img{
	display: block;
	margin:0 auto;
}
.sec7 .flex_box .numb{
	width: 142px;
	margin-top:-110px;
}
.sec7 .flex_box .icon{
	width: 60px;
}
.sec7 .flex_box h3{
	font-weight: bold;
	font-size: 2.5rem;
	text-align: center;
	color: #0067df;
}
.sec7 .flex_box p{
	min-height: 224px;
}
@media screen and (max-width: 1024px) {
	.sec7 .flex_box{
		display: block;
	}
	.sec7 .flex_box li{
		width: 100%;
		margin-bottom: 80px;
		padding:0 2%;
	}
	.sec7 .flex_box li:nth-of-type(1){
		padding-top:80px;
	}
	.sec7 .flex_box li:last-of-type{
		margin-bottom: 0;
	}
	.sec7 .flex_box .inner{
		padding:25px 20px;
	}
	.sec7 .flex_box .numb{
		margin-top: -90px;
	}
	.sec7 .flex_box h3{
		font-size: 2rem;
		margin-top:15px;
	}
}
/*sec7ここまで
==================================*/
/*sec8ここから
==================================*/
.sec8 ul li:not(:last-of-type){
	margin-bottom:40px;
}
.sec8 .faq_ttl{
	font-weight: bold;
	font-size: 2rem;
	background-color: #F9F9F9;
	height: 75px;
	line-height: 75px;
	border-bottom: 5px solid #051d39;
	margin-bottom: 30px;
}
.sec8 .faq_ttl span.mont{
	font-size: 2.5rem;
	width: 75px;
	height: 75px;
	display: inline-block;
	background-color: #051d39;
	color: #fff;
	text-align: center;
	margin-right: 15px;
}
.sec8 li p{
	padding:0 20px;
}
@media screen and (max-width: 1024px) {
	.sec8 .faq_ttl{
		display: block;
		height: auto;
	}
	.sec8 .faq_ttl span.mont{
		width: 100%;
		display: block;
	}
	.sec8 .faq_ttl strong{
		padding: 20px 2%;
		width: 100%;
		display: block;
		line-height: 1.5;
	}
}
/*sec8ここまで
==================================*/
/*sec9ここから
==================================*/
.sec9{
	background-color: #E2E9F1;
}
.sec9 .heading2 h2{
	font-size: 8rem;
	line-height: 1;
}
.sec9 .ttl_icon .icon{
	padding-left: 45px;
}
.sec9 .ttl_icon .icon::before{
	width: 37px;
	height: 27px;
	background:url(../img/sec9_icon1.svg) no-repeat;
	background-size: 37px 27px;
	top:6px;
	left:0;
}
.sec9 .form_wrap,
.sec9 .tell_line{
	background-color: #fff;
	border-radius: 10px;
	max-width: 1070px;
	margin: 0 auto 50px;
	padding: 35px;
}
/*メールフォームtableスタイルここから*/
.sec9 table{
	width: 100%;
	max-width: 910px;
	margin:15px auto 0;
}
.sec9 table th,
.sec9 table td{
	padding: 15px 1%;
	border-top: 1px dotted #ccc;
}
.sec9 table tr:last-of-type th,
.sec9 table tr:last-of-type td{
	border-bottom: 1px dotted #ccc;
}
.sec9 table th{
	text-align: left;
}
.sec9 table input,
.sec9 table select{
	border-radius: 3px;
	padding: 1%;
	border-top: 2px solid #c3c8c9;
	border-left: 2px solid #c3c8c9;
	border-right: 2px solid #eaf0f1;
	border-bottom: 2px solid #eaf0f1;
}
.sec9 table input.half,
.sec9 table select{
	width: 30%;
}
.sec9 table input{
	width: 100%;
}
.sec9 table input.half{
	margin:0 0.5%;
}
.sec9 .small{
	font-size: 1.2rem;
}
/*メールフォームtableスタイルここまで*/
.sec9 .tell_line .tell_block,
.sec9 .tell_line .line_block{
	width: 50%;
	padding: 20px;
}
.sec9 .tell_line h4{
	color: #fff;
	background-color: #1c4388;
	font-weight: bold;
	text-align: center;
	border-radius: 100px;
	padding: 12px;
	margin-bottom: 20px;
	position: relative;
}
.sec9 .tell_line h4::after{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #1c4388;
}
.sec9 .tell_line .icon{
	margin-bottom:20px;
	text-align: center;
}
.sec9 .tell_line .icon span{
	position: relative;
	font-size: 2rem;
	font-weight: bold;
	color: #0067de;
	padding-left: 45px;
}
.sec9 .tell_line .icon span::after{
	content: "";
	position: absolute;
}
.sec9 .tell_line .tell_block .icon span::after{
	width: 37px;
	height: 44px;
	background:url(../img/sec7_icon1.svg) no-repeat;
	background-size: 37px 44px;
	top:0;
	left: 0;
}
.sec9 .tell_line .line_block .icon span::after{
	width: 39px;
	height: 29px;
	background:url(../img/sec9_icon2.svg) no-repeat;
	background-size: 39px 29px;
	top:5px;
	left: 0;
}
.sec9 .tell_line .line_block a img{
	transition: 0.5s;
}
.sec9 .tell_line .line_block a:hover img{
	opacity: 0.5;
}
@media screen and (max-width: 1024px) {
	.sec9 .sec_inner{
		padding:50px 0;
	}
	.sec9 .heading2 h2{
		font-size: 4rem;
	}
	.sec9 .form_wrap,
	.sec9 .tell_line{
		padding:35px 20px;
	}
	.sec9 table th, .sec9 table td{
		display: block;
	}
	.sec9 table input, .sec9 table select{
		padding: 10px 1%;
	}
	.sec9 table input{
		font-size: 2rem;
	}
	.sec9 table select{
		width: 100%;
	}
	.sec9 .flex_box{
		display: block;
	}
	.sec9 .tell_line .tell_block,
	.sec9 .tell_line .line_block{
		width: 100%;
		padding:0;
	}
	.sec9 .tell_line .tell_block{
		padding-bottom: 35px;
		border-bottom: 1px dotted #ccc;
		margin-bottom: 35px;
	}
}
/*sec9ここまで
==================================*/
/*フッターここから
==================================*/
footer .logo{
	display: block;
	width: 100px;
}
.footer_wrap{
	background-color: #051d39;
	color: #fff;
	font-size: 1.4rem;
	padding: 30px 2%;
}
.footer_wrap address{
	font-style: normal;
	padding-left:15px;
}
footer .copy{
	text-align: right;
	font-size: 1rem;
}
@media screen and (max-width:1024px) {
	.footer_wrap{
		margin-bottom:60px;
	}
	footer .flex_box{
		display: block;
	}
	footer .logo{
		margin:0 auto;
	}
	.footer_wrap address,
	.footer_wrap .copy{
		text-align: center;
	}
}
/*フッターここまで
==================================*/
/*トップに戻るボタンここから
==================================*/
p.gotop{
	position: fixed;right: 0;bottom: -50px;
	z-index: 999;
}
p.gotop a{
	padding: 0;
	display: block;
	background-color: #051D39;
	position: relative;
	width: 70px;
	height: 70px;
}
p.gotop a:before{
	position: absolute;
	top: 0px;
	bottom: 0;
	left: 0px;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 20px;
	height: 20px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*トップに戻るボタンここまで
==================================*/
/*スマホ固定メニューここから*/
.fixd_menu{
	width: 100%;
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 9999;
	text-align: center;
}
.fixd_menu ul{
	display: flex; 
	flex-direction: row;
	flex-wrap: nowrap;
	box-pack: justify;
	flex-pack: justify;
	justify-content: space-between;
	background-color: transparent;
	padding: 0;
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	border-top: 0;
}
.fixd_menu ul li{
	width: 50%;
	text-align: center;
}
.fixd_menu ul li:nth-child(1){
	background:#c5c754;
}
.fixd_menu ul li:nth-child(2){
	background:#051D39;
}
.fixd_menu ul li{
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
}
.fixd_menu ul li a{
	position: relative;
	display:block;
	justify-content: center;
	align-items: center;
	height:60px;
	line-height: 48px;
}
.fixd_menu ul li p{
	color: #fff;
	font-weight: bold;
	font-size:1.2rem;
	line-height: 1;
}
.fixd_menu ul li img{
	width: auto;
	height: 30px;
	margin-right: 0;
	margin-bottom: 0;
}
/*スマホ固定メニューここまで*/
