@charset "utf-8";
/*
Theme Name: L-style
Theme URI: http://www./
Description: L-style
Version: 1.0
Author: L-style
Author URI: http://www./
Tags: L-style

	L-style
	http://www./

*

/* nomal */
@font-face {
	font-family:'Kokorofont';
	src: url('Kokoro.otf') format('OpenType');
	font-weight: normal;
	font-style: normal;
}


/*reset*/
body{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}
p{
	margin: 0;
	line-height: 1.5;
}
a{
	display: block;
	color: #333;
}
a:hover{
	opacity: 0.7;
}
.pc-block{
	display: block;
}
.sp-block{
	display: none;
}


/***共通***/
.colume2,.colume3{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.inner{
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
}
h2,h3{
	font-family:'Kokorofont';
	/*font-weight: normal;*/
}
h2{
	font-size: 48px;
	text-align: center;
	line-height: 1;
}
h3{
	font-size: 36px;
	line-height: 1;
}
.colume2 > div{
	width: calc(100%/2);
}
.colume3 > div{
	width: calc(100%/3);
}
.button{
	width: 35%;
	margin: 140px auto 0;
	padding: 12px 10px 12px 0;
	position: relative;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
}
.button:after{
	content: " ";
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 15px;
	margin: auto;
	background: url(images/allow.png) no-repeat;
	background-size: contain;
	position: absolute;
	right: 2em;
	top: -3px;
	bottom: 0;
}


/*******************
 * slider-01
********************/
div.slider-01{
	overflow:hidden;
}
div.slider-01 div.slide{
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	height:100vh;
	margin:0;
}
div.slider-01 div.slide-01{background:url("images/slide-img01.jpg") no-repeat top center;}
div.slider-01 div.slide-02{background:url("images/slide-img02.jpg") no-repeat top center;}
div.slider-01 div.slide-03{background:url("images/slide-img03.jpg") no-repeat top center;}
div.slider-01 div.slide-04{background:url("images/slide-img04.jpg") no-repeat top center;}

div.slider-01 div.slide span{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 240px;
	display: inline-block;
	color: #fff;
	font-size: 60px;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	text-shadow: 2px 3px 2px #000;
}
div.slider-01 div.slide span img {
	margin: 0 auto;
}


#main-image{
	position: relative;
}
#main-image .main-text{
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 455px;
	width: 30%;
}
#cont01{
	background: #ecf5f5;
}
#cont01 .inner{
	padding: 200px 0 70px;
}
#cont01 .inner .txt-box h3{
	position: relative;
	writing-mode: vertical-rl;
	line-height: 2;
	margin: 0 auto;
	background: url(images/cont01-bk01.png) no-repeat;
	background-size: cover;
	padding: 60px 80px 40px;
}
#cont01 .inner .txt-box p{
	margin: 40px 80px;
	line-height: 2;
}
#cont01 .inner .colume2:nth-child(1) .txt-box h3:before{
	content: " ";
	display: inline-block;
	vertical-align: middle;
	width: 155px;
	height: 134px;
	margin: auto;
	background: url(images/cont01-icon01.png) no-repeat;
	background-size: contain;
	position: absolute;
	left: 30px;
	top: -80px;
}
#cont01 .inner .colume2:nth-child(2) .img-box{
	margin-left: 120px;
}
#cont01 .inner .colume2:nth-child(2) .img-box .img+.img{
	margin-top: 158px;
}
#cont01 .inner .colume2:nth-child(2) .txt-box h3{
	position: relative;
	writing-mode: vertical-rl;
	line-height: 2;
	margin: 40px auto 0;
	background: url(images/cont01-bk02.png) no-repeat;
	background-size: contain;
	padding: 110px 140px 60px 40px;
}
#cont01 .inner .colume2:nth-child(2) .txt-box p{
	margin: 30px 50px;
}
#cont02 .inner{
	padding: 130px 0 50px;
}
#cont02 .inner > h2{
	position: relative;
	background: url(images/cont02-titlebk.png) no-repeat center;
	background-size: contain;
	padding: 80px 0px 80px;
}
#cont02 .inner > p{
	text-align: center;
	margin-top: 30px;
}
#cont02 .inner > .colume2{
	margin-top: 80px;
}
#cont02 .inner > .colume2 .block-box .img{
	text-align: center;
}
#cont02 .inner > .colume2 .block-box .title{
	text-align: center;
	font-family: 'Kokorofont';
	font-size: 48px;
}
#cont02 .inner > .colume2 .block-box .text{
	margin: 30px;
	line-height: 1.8;
}
#cont03{
	background: #f9faf4;
}
#cont03 .inner{
	padding: 150px 0 160px;
}
#cont03 .inner > .colume2{
	justify-content: space-between;
	align-items: center;
}
#cont03 .inner > .colume2 .txt-box{
	width: 30%;
	position: relative;
}
#cont03 .inner > .colume2 .txt-box:before{
	content: " ";
	display: inline-block;
	vertical-align: middle;
	width: 78px;
	height: 72px;
	margin: auto;
	background: url(images/cont03-icon01.png) no-repeat;
	background-size: contain;
	position: absolute;
	left: 30px;
	top: -140px;
}
#cont03 .inner > .colume2 .txt-box:after{
	content: " ";
	display: inline-block;
	vertical-align: middle;
	width: 201px;
	height: 166px;
	margin: auto;
	background: url(images/cont03-icon02.png) no-repeat;
	background-size: contain;
	position: absolute;
	right: 30px;
	bottom: -190px;
}
#cont03 .inner > .colume2 .txt-box .text{
	line-height: 2.2;
	margin: 30px;
}
#cont03 .inner > .colume2 .img-box{
	width: 68%;
}
#cont03 .inner > .colume2 .img-box ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
#cont03 .inner > .colume2 .img-box ul li{
	width: calc(100%/2 - 20px);
}
#cont03 .inner > .colume2 .img-box ul li:nth-child(even){
	margin-left: 18px;
}
#cont03 .inner > .colume2 .img-box ul li:nth-child(n+3){
	margin-top: 14px;
}
#cont04{
	background: #edf3fa;
}
#cont04 .inner{
	padding: 40px 0 80px;
}
#cont04 .inner > h2 {
	position: relative;
	background: url(images/cont04-titlebk.png) no-repeat center;
	background-size: contain;
	padding: 40px 0px 80px;
}
#cont04 .inner .colume2 .block-box .img{
	text-align: center;
}
#cont04 .inner .colume2 .block-box .title{
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	margin-top: 40px;
}
#cont04 .inner .colume2 table{
	border-collapse: collapse;
	width: 80%;
	margin: 60px auto 0;
}
#cont04 .inner .colume2 table tr th{
	background: #0456c6;
	color: #fff;
	border-top: 1px solid #0456c6;
	border-right: 1px solid #0456c6;
	border-bottom: 1px solid #0456c6;
}
#cont04 .inner .colume2 table tr td{
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	text-align: center;
	padding: 5px;
}
#cont04 .inner .colume2 table tr td:last-child{
	border-bottom: 1px solid #000;
}
#cont04 .inner .colume2 .block-box:nth-child(2) table tr th{
	background: #268309;
	border-top: 1px solid #268309;
	border-right: 1px solid #268309;
	border-bottom: 1px solid #268309;
}
#cont04 .inner > p{
	text-align: center;
	margin-top: 40px
}
#cont05{
	background: #000000;
	color: #fff;
}
#cont05 .inner{
	padding: 40px 0 80px;
}
#cont05 .inner > h2 {
	position: relative;
	background: url(images/cont05-titlebk.png) no-repeat center;
	background-size: contain;
	padding: 40px 0px 80px;
}
#cont05 .inner .colume3{
	margin-top: 100px;
}
#cont05 .inner .colume3 .block-box{
	width: calc(100%/3);
}
#cont05 .inner .colume3 .block-box+.block-box{
	margin-left: 30px;
}
#cont05 .inner .colume3 .block-box .title{
	margin-top: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 24px;;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#cont05 .inner .colume3 .block-box .text{
	margin-top: 30px;
	line-height: 2.5;
}


#footer{
	background: url(images/footer-bk.jpg) no-repeat center;
	background-size: cover;
}
#footer .inner{
	color: #fff;
	padding: 100px 0 120px;
	text-align: center;
}
#footer .inner > p{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 18px;
	margin-top: 15px;
}
#footer .inner > p.company{
	font-size: 32px;
}
#footer .copyright{
	text-align: center;
	color: #fff;
	padding: 0 0 60px;
}