@charset "UTF-8";
body{
	overflow-x: hidden;
}
/*--------------------------------------------------------------
			ヘッダー
--------------------------------------------------------------*/
header{
	background: #000000;
	width: 100%;
	height: 60px;
}
header .inner{
	max-width: 1000px;
	margin:0 auto;
	padding:0 15px;
	overflow: hidden;
}
header .ttl_logo{
	float: left;
	margin:20px 0 0 0;
}
header .ttl_logo a{
	color:#fff;
	line-height: 1;
	font-size:20px;
	font-weight: bold;
	transition: 0.3s;
}
header .ttl_logo a:hover{
	text-decoration: none;
	opacity: 0.8;
}
header .nav{
	float: right;
	font-size:0;
	padding:0 20px 0 0;
}
header .nav li{
	display: inline-block;
	margin:0 0 0 50px;
}
header .nav li a{
	color:#FFF;
	font-size:16px;
	line-height: 1;
	font-weight: 500;
	display: block;
	padding:22px 25px 22px 0;
	background: url(../img/arrow01.svg) right 28px no-repeat;
	background-size: 12px auto;
}
@media screen and (max-width: 999px) {
header{
	height: 60px;
}
header .inner{
	padding:0 15px 0 10px;
}
header .ttl_logo{
	float: left;
	margin:8px 0 0 0;
}
header .ttl_logo a{
	font-size:14px;
	line-height: 1.2857;
}
header .nav{
	padding:0;
}
header .nav li{
	margin:0 0 0 20px;
}
header .nav li:first-child{
	margin:0;
}
header .nav li a{
	font-size:13px;
	padding:24px 20px 23px 0;
	background: url(../img/arrow01.svg) right 28px no-repeat;
	background-size: 12px auto;
}
}
/*--------------------------------------------------------------
			コンテンツ
--------------------------------------------------------------*/
.main_img{
	max-width: 1000px;
	width: 100%;
	height: 440px;
	margin:65px auto 0;
	background: url(../img/main_img.jpg) right 0 no-repeat;
	background-size: 660px auto;
}
.main_img .main_txt{
	display: inline-block;
	background: #fff;
	padding:15px 10px 10px 0;
	color:#555555;
	font-size:28px;
	line-height: 1.6785;
	font-weight: bold;
	text-align: left;
	margin:65px 0 0 0;
}
.main_txt02{
	font-size:18px;
	text-align: center;
	margin:65px 0 0 0;
	line-height: 1.944;
	font-weight: 500;
}
@media screen and (max-width: 999px) {
.main_img{
	width: 100%;
	height: 250px;
	margin:0 auto;
	background: url(../img/main_img.jpg) center center no-repeat;
	background-size:cover;
	padding:0 5px;
	box-sizing: border-box;
	text-align: center;
}
.main_img .main_txt{
	padding:10px 5px 10px 5px;
	font-size:18px;
	line-height: 1.666;
	font-weight: bold;
	text-align:center;
	margin:195px auto 0;
	max-width:320px;
	width: 100%;
	box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}
.main_txt02{
	font-size:16px;
	text-align:left;
	margin:150px 0 0 0;
	line-height: 1.875;
	padding:0 15px;
}
@media screen and (max-width: 767px) {
.main_img{
	background: url(../img/main_img_sp.jpg) center center no-repeat;
	background-size:cover;
}
}
}
.sec_ttl{
	margin:85px 0 50px 0;
	text-align: center;
	padding:45px 0 0 0;
	background: url(../img/ttl_bg01.svg) center 0 no-repeat;
	background-size: 21px auto;
}
.sec_ttl .jp{
	display: block;
	color:#4A4A4A;
	font-size:40px;
	font-weight: 500;
}
.sec_ttl .en{
	display: block;
	color:#4A4A4A;
	font-size:20px;
	font-weight: 300;
}
@media screen and (max-width: 999px) {
.sec_ttl{
	margin:40px 0 25px 0;
	padding:28px 0 0 0;
	background: url(../img/ttl_bg01.svg) center 0 no-repeat;
	background-size: 16px auto;
}
.sec_ttl .jp{
	font-size:30px;
}
.sec_ttl .en{
	font-size:14px;
}
}
.txt_box01{
	display: block;
	max-width: 1366px;
	width: 100%;
	margin:0 auto;
	padding:0 15px;
	position: relative;
}
.txt_box01 .l_box{
	margin:0 0 0 183px;
	background: #EAEAEA;
	width: 660px;
	box-sizing: border-box;
	padding:35px 0 30px 50px;
}
.txt_box01 .r_box{
	position:absolute;
	right:15px;
	top:75px;
}
.txt_box01 .txt01{
	font-size:25px;
	font-weight: 500;
}
.txt_box01 .txt01 img{
	margin:12px 15px 0 0;
	vertical-align: top;	
}
.txt_box01 .txt02{
	margin:40px 0 0 0;
}
.txt_box01 .txt03{
	margin:20px 0 0 0;
	font-size:18px;
	line-height: 1.666;
	font-weight: 300;
}
.txt_box01 .txt04{
	margin:25px 0 0 0;
}
@media screen and (max-width: 1365px) {
.txt_box01{
	max-width: 1000px;
}
.txt_box01 .l_box{
	margin:0 0 0 15px;
}
.txt_box01 .r_box img{
	width: 390px;
}
}
@media screen and (max-width: 999px) {
.txt_box01{
	padding:0;
}
.txt_box01 .l_box{
	margin:0;
	width:100%;
	padding:35px 15px 35px 15px;
	text-align: center;
}
.txt_box01 .r_box{
	position: static;
	right:0;
	top:0;
	text-align: center;
}
.txt_box01 .r_box img{
	width: 100%;
}
.txt_box01 .txt01{
	text-align: center;
	font-size:20px;
	font-weight: 500;
}
.txt_box01 .txt01 img{
	display:inline-block;
	margin:0 0 5px 0;
}
.txt_box01 .txt02{
	margin:30px auto 0;
	max-width: 280px;
}
.txt_box01 .txt03{
	margin:20px 0 0 0;
	font-size:16px;
	line-height: 1.625;
	text-align: center;
}
.txt_box01 .txt04{
	margin:20px auto 0;
	max-width: 272px;
}
}
.txt_box02{
	display: block;
	max-width: 1366px;
	width: 100%;
	margin:80px auto 0;
	padding:60px 15px 0 15px;
	position: relative;
	overflow: hidden;
}
.txt_box02 .r_box{
	margin:0 183px 0 0;
	background: #EAEAEA;
	width: 660px;
	box-sizing: border-box;
	padding:35px 45px 50px 90px;
	float: right;
}
.txt_box02 .l_box{
	position:absolute;
	left:15px;
	top:0;
}
.txt_box02 .txt01{
	font-size:28px;
	font-weight: 500;
	color:#3B3B3B;
}
.txt_box02 .txt02{
	font-size:30px;
	line-height: 1.5;
	font-weight: 600;
	color:#454545;
	margin:25px 0 0 0;
}
.txt_box02 .txt03{
	margin:20px 0 0 0;
	font-size:18px;
	line-height: 1.666;
	font-weight: 300;
}
@media screen and (max-width: 1365px) {
.txt_box02{
	max-width: 1000px;
}
.txt_box02 .r_box{
	margin:0 15px 0 0;
}
.txt_box02 .l_box img{
	width: 390px;
}
}
@media screen and (max-width: 999px) {
.txt_box02{
	margin:65px auto 0;
	padding:0;
}
.txt_box02 .r_box{
	margin:0;
	width:100%;
	box-sizing: border-box;
	padding:30px 15px 35px 15px;
	float:none;
}
.txt_box02 .l_box{
	position:static;
	left:0;
	top:0;
	text-align: center;
}
.txt_box02 .l_box img{
	width: 100%;
}
.txt_box02 .txt01{
	font-size:24px;
	text-align: center;
}
.txt_box02 .txt02{
	font-size:22px;
	line-height: 1.4545;
	margin:15px 0 0 0;
}
.txt_box02 .txt03{
	margin:20px 0 0 0;
	font-size:16px;
	line-height: 1.625;
}
}
.p_box{
	background-color:#F9E9E1;
	background-image: url(../img/bg_line.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	max-width: 1000px;
	margin:0 auto;
	height: 985px;
	padding:239px 0 0 0;
	position: relative;
	box-sizing: border-box;
}
.p_box .inner_box{
	width: 583px;
	height:584px;
	box-sizing: border-box;
	background: url(../img/bg01.png) 0 0 no-repeat;
	background-size:100% auto;
	margin:0 auto;
	box-sizing: border-box;
	padding:53px 50px 0 50px;
}
.p_box .inner_box .ttl{
	text-align: center;
	font-size:22px;
	font-weight: bold;
	margin:0 0 15px 0;
}
.p_box .p_table01{
	width: 100%;
	margin:0 0 0 20px;
}
.p_box .p_table01 th{
	width: 110px;
	text-align: left;
	font-size:14px;
	font-weight: 600;
	box-sizing: border-box;
	color:#404040;
	padding:0 10px 0 0;
}
.p_box .p_table01 td{
	font-size:14px;
	font-weight: 600;	
	color:#404040;	
	line-height: 1.5714;
}
.p_box .p_table01 td a{
	color:#3397CC;
	text-decoration: underline;
}
.p_box .p_table01 td a:hover{
	text-decoration: none;
}
.p_box .box{
	position: absolute;
}
.p_box .box .ttl{
	font-size:22px;
	font-weight: bold;
	margin:0 0 15px 0;
}
.p_box .p_table02 th{
	font-size:14px;
	font-weight: 600;
	color:#404040;
	display: block;
	text-align: left;
}
.p_box .p_table02 td{
	font-size:14px;
	font-weight: 600;	
	color:#404040;	
	line-height: 1.5714;
	text-align: left;
	display: block;
	padding:0 0 0 15px;
}
.p_box .p_table02 td a{
	color:#3397CC;
	text-decoration: underline;
}
.p_box .p_table02 td a:hover{
	text-decoration: none;
}
.p_box .box01{
	position: absolute;
	left:305px;
	top:35px;
	max-width: 310px;
}
.p_box .box01 .p_table01{
	margin:0;
}
.p_box .box01 .p_table01 th{
	width: 85px;
}
.p_box .box02{
	position: absolute;
	left:30px;
	top:250px;
	max-width: 168px;
}
.p_box .box03{
	position: absolute;
	right:0px;
	top:256px;
	max-width: 198px;	
}
.p_box .box04{
	position: absolute;
	left:105px;
	bottom:45px;
}
.p_box .box05{
	position: absolute;
	right:186px;
	bottom:28px;
}
.p_box .item01{
	position: absolute;
	right:200px;
	top:-29px;
}
.p_box .item02{
	position: absolute;
	left:0;
	top:492px;
}
.p_box .item03{
	position: absolute;
	right:25px;
	bottom:0;
}
@media screen and (max-width: 999px) {
.p_box{
	background-image:none;
	height:auto;
	padding:35px 15px 25px 15px;
	position: relative;
	box-sizing: border-box;
	text-align: center;

}
.p_box .inner_box{
	width:calc(100% + 30px);
	max-width: 630px;
	height:630px;
	margin:25px 0 25px -15px;
	box-sizing: border-box;
	background: url(../img/bg01.png) center 0 no-repeat;
	background-size:630px auto;
	padding:48px 15px 0 15px;	
	display: inline-block;
}
.p_box .inner_box .inner{
	max-width: 345px;
	width: 100%;
	margin:0 auto;
}
.p_box .inner_box .ttl{
	font-size:20px;
	line-height: 1.4;
	margin:0 0 15px 0;
}
.p_box .p_table01{
	width: 100%!important;
	margin:0;
	table-layout: fixed;
}
.p_box .p_table01 th{
	width: 110px;
	font-size:14px;
	padding:0;
}
.p_box .p_table01 td{
	font-size:14px;
	line-height: 1.5714;
	text-align: left;
	word-break: break-all;
}
.p_box .p_table01 td.tel a{
   text-decoration: none!important;
}
.p_box .box{
	position:static;
	text-align: left;
}
.p_box .box .ttl{
	font-size:20px;
	line-height: 1.5;	
	font-weight: bold;
	margin:0 0 12px 0;
}
.p_box .p_table02 th{
	font-size:14px;
	text-align: left;
	width: 110px;
	display: table-cell;
}
.p_box .p_table02 td{
	display: table-cell;
	font-size:14px;
	text-align: left;
	padding:0;
}
.p_box .p_table02 td a{
	color:#3397CC;
	text-decoration: underline;
}
.p_box .p_table02 td a:hover{
	text-decoration: none;
}
.p_box .box01{
	max-width: 345px;
	margin:0 auto;
}
.p_box .box01 .p_table01{
	margin:0;
}
.p_box .box01 .p_table01 th{
	width:110px;
}
.p_box .box02{
	max-width: 345px;
	margin:0 auto;	
}
.p_box .box03{
	max-width: 345px;	
	margin:35px auto 0;	
}
.p_box .box04{
	max-width: 345px;	
	margin:35px auto 0;	
}
.p_box .box05{
	max-width: 345px;	
	margin:35px auto 0;	
}
.p_box .item01{
	position: absolute;
	right:25px;
	top:-18px;
}
.p_box .item02{
	position: absolute;
	left:auto;
	right:0;
	top:850px;
}
.p_box .item03{
	position: absolute;
	right:2px;
	bottom:0;
}
}
/*--------------------------------------------------------------
			フッター
--------------------------------------------------------------*/
footer{
	margin:140px 0 0 0;
	background: #000000;
	text-align: center;
	padding:55px 15px 20px 15px;
}
footer .txt01{
	color:#fff;
	font-size:18px;
	font-weight: 500;
	display: inline-block;
	margin:0 40px 0 0;
	vertical-align: middle;
}
footer .txt02{
	color:#fff;
	font-size:14px;
	font-weight: 500;
	display: inline-block;
	vertical-align: middle;
}
footer .copy{
	color:#fff;
	font-size:14px;
	font-weight: 300;
	margin:40px 0 0 0;
}
footer .tel_link{
 color:#fff;
 text-decoration: none;	
 pointer-events: none;
}
@media screen and (max-width: 999px) {
footer{
	margin:45px 0 0 0;
	padding:30px 15px 20px 15px;
}
footer .txt01{
	font-size:18px;
	margin:0 0 10px 0;
}
footer .txt02{
	font-size:14px;
	display: block;
}
footer .copy{
	font-size:12px;
	margin:25px 0 0 0;
}
footer .tel_link{
 pointer-events:all;
 color:#fff!important;
}
}