@charset "utf-8";

/*-------------------------------------------
	基本スタイル
--------------------------------------------*/

/* html,bodyタグの設定 */
html, body{
    margin: 0;         /* 余白の削除 */
    padding: 0;        /* 余白の削除 */
    width:100%;
    height:100%;
}


body {
	margin: 0px auto;
	padding: 0;
	text-align: left;
	font-size: 14px;
	line-height: 1.8em;
}

		* {
font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

* html body{  
    overflow: hidden;
}

.bs-bb {
    box-sizing:border-box;
}

a:hover img{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

html {
	overflow-y:scroll;
	height:100%;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	/*-----position: relative;-------*/
}

img.w100 {
	width:100% !important;
}

img.w90 {
	width:90% !important;
}

img.w80 {
	width:80% !important;
}

img.w70 {
	width:70% !important;
}

img.w60 {
	width:60% !important;
}

img.w50 {
	width:50% !important;
}

.db {display: block;}

.db-pc {
    display: block;
}
.db-sp {
    display: block;
}

.dib {display: inline-block;}

.dn-pc{display: none;}
.dn-sp{display: block;}

.dib {
    display: inline-block;
}

@media only screen and (max-width: 768px) {
	.db-pc {
		display: none;
	}
	.db-sp {
		display: none;
	}
	.dn-pc{display: block;}
	.dn-sp{display: none;}
}

form,input,textarea {
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,h5,h6 {
	padding:0px;
	margin:0px;
	font-weight: normal;
	font-size:12px;
	line-height:18px;
}

/*----p {
margin:0px;
padding:0px;
}-----*/

ul {
margin:0px;
padding:0px;
list-style:none;
}

ol {
margin:0 0 0 30px ;
padding:0;
}

/* flex-2cl */
.flex-1 {
    width: 450px;
    margin: 0 auto;
    display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
}

.flex-2 {
    width: 700px;
    margin: 0 auto;
    display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
}

.flex-3 {
    width: 300px;
    margin: 0 auto;
    display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
}

.flex-4 {
    width: 980px;
    margin: 0 auto;
    display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
}

.w-30 {
    width: 30%;
	margin-bottom: 0px;
    box-sizing: border-box;
}

.w-70 {
    width: 70%;
	margin-bottom: 0px;
    box-sizing: border-box;
}

.w-40 {
    width: 40%;
	margin-bottom: 0px;
    box-sizing: border-box;
}

.w-60 {
    width: 60%;
	margin-bottom: 0px;
    box-sizing: border-box;
}

.w-50 {
    width: 50%;
	margin-bottom: 0px;
    box-sizing: border-box;
}

.w-100 {
    width: 100%;
	margin-bottom: 0px;
    box-sizing: border-box;
}

.w-50_ {
    width: 50%;
	margin-bottom: 0px;
    box-sizing: border-box;
}

.w-33 {
    width: 33.333%;
	margin-bottom: 0px;
    box-sizing: border-box;
}
.w-45 {
    width: 45%;
	margin-bottom: 0px;
    box-sizing: border-box;
}
.w-45_ {
    width: 45%;
	margin-bottom: 0px;
    box-sizing: border-box;
}
.w-10 {
    width: 10%;
	margin-bottom: 0px;
    box-sizing: border-box;
}
.w-100px {
    width: 100px;
	margin-bottom: 0px;
    box-sizing: border-box;
	margin: 0 auto;
}
.w-225px {
    width: 225px;
	margin-bottom: 0px;
    box-sizing: border-box;
	margin: 0 auto;
}
.ai-c {align-items: center;}
@media only screen and (max-width: 768px) {
	/* flex-2cl */
	.flex-2,.flex-1,.flex-3,.flex-4 {
		width: 100%;
	}
	.w-30,.w-70,.w-40,.w-60,.w-50,.w-33,.w-45,.w-10,.w-250px,.w-50 {
    	width: 100%;
	}
	/*.flex-2 .w-50:first-child {
		margin-bottom: 30px;
	}*/
}

/*-- font-size --*/
.fs-12 {font-size: 12px !important;line-height: 1.6;}
.fs-14 {font-size: 14px !important;}
.fs-16 {font-size: 16px !important;}
.fs-18 {font-size: 18px !important;}
.fs-20 {font-size: 20px !important;line-height: 1.5;}
.fs-22 {font-size: 22px !important;}
.fs-24 {font-size: 24px !important;}
.fs-26 {font-size: 26px !important;}
.fs-28 {font-size: 28px !important;}
.fs-30 {font-size: 30px !important;}

/*-- font-weight --*/
.fw-normal {font-weight: normal;}
.fw-bold {font-weight: bold;}

/*-- letter-space --*/
.letter-space-1 {letter-spacing: 1px;}
.letter-space-2 {letter-spacing: 2px;}
.letter-space-3 {letter-spacing: 3px;}
.letter-space-4 {letter-spacing: 4px;}

/*-- text-position --*/
.t-c {text-align: center;}
.t-l {text-align: left;}
.t-r {text-align: right;}
.tc-pc {text-align: center;}
.tc-sp {text-align: left;}
.t-j {text-align: justify}

/*-- defult margin --*/
.ma-0 {margin: 0 0 0 0;}
.mt-10 {margin-top: 10px !important;}
.mt-20 {margin-top: 20px !important;}
.mt-30 {margin-top: 30px !important;}
.mt-40 {margin-top: 40px !important;}
.mt-50 {margin-top: 50px !important;}
.mt-60 {margin-top: 60px !important;}
.mt-70 {margin-top: 70px !important;}
.mt-80 {margin-top: 80px !important;}
.mr-10 {margin-right: 10px !important;}
.mr-20 {margin-right: 20px !important;}
.mr-30 {margin-right: 30px !important;}
.mr-40 {margin-right: 40px !important;}
.mr-50 {margin-right: 50px !important;}
.mr-60 {margin-right: 60px !important;}
.mr-70 {margin-right: 70px !important;}
.mr-80 {margin-right: 80px !important;}
.mb-10 {margin-bottom: 10px !important;}
.mb-20 {margin-bottom: 20px !important;}
.mb-30 {margin-bottom: 30px !important;}
.mb-40 {margin-bottom: 40px !important;}
.mb-50 {margin-bottom: 50px !important;}
.mb-60 {margin-bottom: 60px !important;}
.mb-70 {margin-bottom: 70px !important;}
.mb-80 {margin-bottom: 80px !important;}
.ml-10 {margin-left: 10px !important;}
.ml-20 {margin-left: 20px !important;}
.ml-30 {margin-left: 30px !important;}
.ml-40 {margin-left: 40px !important;}
.ml-50 {margin-left: 50px !important;}
.ml-60 {margin-left: 60px !important;}
.ml-70 {margin-left: 70px !important;}
.ml-80 {margin-left: 80px !important;}
.mt-10_ {margin-top: 10px !important;}
.mt-20_ {margin-top: 20px !important;}
.mt-30_ {margin-top: 30px !important;}
.mt-40_ {margin-top: 40px !important;}
.mt-50_ {margin-top: 50px !important;}
.mt-60_ {margin-top: 60px !important;}
.mt-70_ {margin-top: 70px !important;}
.mt-80_ {margin-top: 80px !important;}
.mb-10_ {margin-bottom: 10px !important;}
.mb-20_ {margin-bottom: 20px !important;}
.mb-30_ {margin-bottom: 30px !important;}
.mb-40_ {margin-bottom: 40px !important;}
.mb-50_ {margin-bottom: 50px !important;}
.mb-60_ {margin-bottom: 60px !important;}
.mb-70_ {margin-bottom: 70px !important;}
.mb-80_ {margin-bottom: 80px !important;}
.mb-10-sp {margin-bottom: 0 !important;}
.mb-20-sp {margin-bottom: 0 !important;}
.mb-30-sp {margin-bottom: 0 !important;}
.mb-40-sp {margin-bottom: 0 !important;}
.mb-50-sp {margin-bottom: 0 !important;}
.mb-60-sp {margin-bottom: 0 !important;}
.mb-70-sp {margin-bottom: 0 !important;}
.mb-80-sp {margin-bottom: 0 !important;}
/*-- defult padding --*/
.pa-0 {padding: 0 0 0 0;}
.pt-10 {padding-top: 10px !important;}
.pt-20 {padding-top: 20px !important;}
.pt-30 {padding-top: 30px !important;}
.pt-40 {padding-top: 40px !important;}
.pt-50 {padding-top: 50px !important;}
.pt-60 {padding-top: 60px !important;}
.pt-70 {padding-top: 70px !important;}
.pt-80 {padding-top: 80px !important;}
.pr-10 {padding-right: 10px !important;}
.pr-20 {padding-right: 20px !important;}
.pr-30 {padding-right: 30px !important;}
.pr-40 {padding-right: 40px !important;}
.pr-50 {padding-right: 50px !important;}
.pr-60 {padding-right: 60px !important;}
.pr-70 {padding-right: 70px !important;}
.pr-80 {padding-right: 80px !important;}
.pb-10 {padding-bottom: 10px !important;}
.pb-20 {padding-bottom: 20px !important;}
.pb-30 {padding-bottom: 30px !important;}
.pb-40 {padding-bottom: 40px !important;}
.pb-50 {padding-bottom: 50px !important;}
.pb-60 {padding-bottom: 60px !important;}
.pb-70 {padding-bottom: 70px !important;}
.pb-80 {padding-bottom: 80px !important;}
.pl-10 {padding-left: 10px !important;}
.pl-20 {padding-left: 20px !important;}
.pl-30 {padding-left: 30px !important;}
.pl-40 {padding-left: 40px !important;}
.pl-50 {padding-left: 50px !important;}
.pl-60 {padding-left: 60px !important;}
.pl-70 {padding-left: 70px !important;}
.pl-80 {padding-left: 80px !important;}
.pr-10_ {padding-right: 10px !important;}
.pr-20_ {padding-right: 20px !important;}
.pr-30_ {padding-right: 30px !important;}
.pr-40_ {padding-right: 40px !important;}
.pr-50_ {padding-right: 50px !important;}
.pr-60_ {padding-right: 60px !important;}
.pr-70_ {padding-right: 70px !important;}
.pr-80_ {padding-right: 80px !important;}
.pl-10_ {padding-left: 10px !important;}
.pl-20_ {padding-left: 20px !important;}
.pl-30_ {padding-left: 30px !important;}
.pl-40_ {padding-left: 40px !important;}
.pl-50_ {padding-left: 50px !important;}
.pl-60_ {padding-left: 60px !important;}
.pl-70_ {padding-left: 70px !important;}
.pl-80_ {padding-left: 80px !important;}
@media only screen and (max-width: 768px) {
	/*-- text-position --*/
	.tc-pc {text-align: left;}
	.tc-sp {text-align: center;}
	/*-- defult margin --*/
	.mt-10 {margin-top: 9px !important;}
	.mt-20 {margin-top: 18px !important;}
	.mt-30 {margin-top: 27px !important;}
	.mt-40 {margin-top: 36px !important;}
	.mt-50 {margin-top: 45px !important;}
	.mt-60 {margin-top: 54px !important;}
	.mt-70 {margin-top: 63px !important;}
	.mt-80 {margin-top: 72px !important;}
	.mr-10 {margin-right: 9px !important;}
	.mr-20 {margin-right: 18px !important;}
	.mr-30 {margin-right: 27px !important;}
	.mr-40 {margin-right: 36px !important;}
	.mr-50 {margin-right: 45px !important;}
	.mr-60 {margin-right: 54px !important;}
	.mr-70 {margin-right: 63px !important;}
	.mr-80 {margin-right: 72px !important;}
	.mb-10 {margin-bottom: 9px !important;}
	.mb-20 {margin-bottom: 18px !important;}
	.mb-30 {margin-bottom: 27px !important;}
	.mb-40 {margin-bottom: 36px !important;}
	.mb-50 {margin-bottom: 45px !important;}
	.mb-60 {margin-bottom: 54px !important;}
	.mb-70 {margin-bottom: 63px !important;}
	.mb-80 {margin-bottom: 72px !important;}
	.ml-10 {margin-left: 9px !important;}
	.ml-20 {margin-left: 18px !important;}
	.ml-30 {margin-left: 27px !important;}
	.ml-40 {margin-left: 36px !important;}
	.ml-50 {margin-left: 45px !important;}
	.ml-60 {margin-left: 54px !important;}
	.ml-70 {margin-left: 63px !important;}
	.ml-80 {margin-left: 72px !important;}
	.mt-10_ {margin-top: 0px !important;}
	.mt-20_ {margin-top: 0px !important;}
	.mt-30_ {margin-top: 0px !important;}
	.mt-40_ {margin-top: 0px !important;}
	.mt-50_ {margin-top: 0px !important;}
	.mt-60_ {margin-top: 0px !important;}
	.mt-70_ {margin-top: 0px !important;}
	.mt-80_ {margin-top: 0px !important;}
	.mb-10_ {margin-bottom: 0px !important;}
	.mb-20_ {margin-bottom: 0px !important;}
	.mb-30_ {margin-bottom: 0px !important;}
	.mb-40_ {margin-bottom: 0px !important;}
	.mb-50_ {margin-bottom: 0px !important;}
	.mb-60_ {margin-bottom: 0px !important;}
	.mb-70_ {margin-bottom: 0px !important;}
	.mb-80_ {margin-bottom: 0px !important;}
	.mb-10-sp {margin-bottom: 9px !important;}
	.mb-20-sp {margin-bottom: 18px !important;}
	.mb-30-sp {margin-bottom: 27px !important;}
	.mb-40-sp {margin-bottom: 36px !important;}
	.mb-50-sp {margin-bottom: 45px !important;}
	.mb-60-sp {margin-bottom: 54px !important;}
	.mb-70-sp {margin-bottom: 63px !important;}
	.mb-80-sp {margin-bottom: 72px !important;}
	/*-- defult padding --*/
	.pt-10 {padding-top: 9px !important;}
	.pt-20 {padding-top: 18px !important;}
	.pt-30 {padding-top: 27px !important;}
	.pt-40 {padding-top: 36px !important;}
	.pt-50 {padding-top: 45px !important;}
	.pt-60 {padding-top: 54px !important;}
	.pt-70 {padding-top: 63px !important;}
	.pt-80 {padding-top: 72px !important;}
	.pr-10 {padding-right: 9px !important;}
	.pr-20 {padding-right: 18px !important;}
	.pr-30 {padding-right: 27px !important;}
	.pr-40 {padding-right: 36px !important;}
	.pr-50 {padding-right: 45px !important;}
	.pr-60 {padding-right: 54px !important;}
	.pr-70 {padding-right: 63px !important;}
	.pr-80 {padding-right: 72px !important;}
	.pb-10 {padding-bottom: 9px !important;}
	.pb-20 {padding-bottom: 18px !important;}
	.pb-30 {padding-bottom: 27px !important;}
	.pb-40 {padding-bottom: 36px !important;}
	.pb-50 {padding-bottom: 45px !important;}
	.pb-60 {padding-bottom: 54px !important;}
	.pb-70 {padding-bottom: 63px !important;}
	.pb-80 {padding-bottom: 72px !important;}
	.pl-10 {padding-left: 9px !important;}
	.pl-20 {padding-left: 18px !important;}
	.pl-30 {padding-left: 27px !important;}
	.pl-40 {padding-left: 36px !important;}
	.pl-50 {padding-left: 45px !important;}
	.pl-60 {padding-left: 54px !important;}
	.pl-70 {padding-left: 63px !important;}
	.pl-80 {padding-left: 72px !important;}
	.pr-10_ {padding-right: 0px !important;}
	.pr-20_ {padding-right: 0px !important;}
	.pr-30_ {padding-right: 0px !important;}
	.pr-40_ {padding-right: 0px !important;}
	.pr-50_ {padding-right: 0px !important;}
	.pr-60_ {padding-right: 0px !important;}
	.pr-70_ {padding-right: 0px !important;}
	.pr-80_ {padding-right: 0px !important;}
	.pl-10_ {padding-left: 0px !important;}
	.pl-20_ {padding-left: 0px !important;}
	.pl-30_ {padding-left: 0px !important;}
	.pl-40_ {padding-left: 0px !important;}
	.pl-50_ {padding-left: 0px !important;}
	.pl-60_ {padding-left: 0px !important;}
	.pl-70_ {padding-left: 0px !important;}
	.pl-80_ {padding-left: 0px !important;}
}

/*--------------------------------------------
	リンクスタイル
--------------------------------------------*/
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #999999;
}
a:active {
	color: #000099;
}

/*--------------------------------------------
	テーブルスタイル
--------------------------------------------*/
table#std {
    width: 100%;
}
table#std {
    margin: 0;
    border-collapse: collapse;
    border: 1px solid #000;
    overflow: visible;
}
table#std.tbl-r01 th {
    width: 24%;
    background: #eee;
    padding: 0;
    border-right: 1px solid #000;
    border: solid 1px #000;
    color: #000;
    padding: 10px;
    box-sizing: border-box;
    text-align: left;
}
table#std.tbl-r01 td {
    border: solid 1px #000;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
}

/* テーブルバリエーション */
table.val-01,
table.val-02,
table.val-03{font-size:14px;border-collapse: collapse;border-spacing: 0;width: 100%;letter-spacing:1px}
table.val-01 th,
table.val-01 td,
table.val-02 th,
table.val-02 td,
table.val-03 th,
table.val-03 td{
	padding: 10px;
	border: solid 1px #000;
	text-align:center;
	box-sizing:border-box;
}
table.val-01 th,
table.val-02 th,
table.val-03 th{
	background:#eff2ed;

}
@media only screen and (max-width: 768px) {
	/* テーブルバリエーション */
	table.val-01,
	table.val-02,
	table.val-03{font-size:12px}
	table.val-01 .head,
	table.val-02 .head,
	table.val-03 .head{
		display:none;
	}
	table.val-01,
	table.val-02,
	table.val-03{
		width: 100%;
	}
	table.val-01 td,
	table.val-01 th,
	table.val-02 td,
	table.val-02 th,
	table.val-03 td,
	table.val-03 th{
		display: block;
		width: 100%;
		border-bottom:none;
	}
	table.val-01 td,
	table.val-02 td,
	table.val-03 td{
		padding: 0px 12px 0 0;
		display: block;
		width: 100%;
		line-height: 2.5;
		text-align:left;
	}
	table.val-01 td:before,
	table.val-02 td:before,
	table.val-03 td:before{
		content: attr(data-label);
		padding: 0px 10px;
		display: inline;
		background-color:#eff2ed;
		margin-right: 10px;
		float: left;
		border-right: dotted 1px #777777;
	}
	table.val-01 td:before{
		width: 200px;
	}
	table.val-02 td:before{
		width: 150px;
	}
	table.val-03 td:before{
		width: 140px;
	}

	table.val-01 tr:last-child,
	table.val-02 tr:last-child,
	table.val-03 tr:last-child{
		border-bottom: solid 1px #000;
	}
}


/*--------------------------------------------
	clear
--------------------------------------------*/

.clear {
	clear:both;
	margin:0px;
	padding:0px;
}

/*--------------------------------------------
	全体
--------------------------------------------*/

/* ボタン */
a.btn-blk_01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 180px;
	margin: auto;
	padding: 0.8rem 4rem;
	font-weight: bold;
	border: 2px solid #000;
	color: #000;
	transition: 0.5s;
}
a.btn-blk_01:hover {
	color: #fff !important;
	background: #000 !important;
}

/* ページトップ */
.pagetop{
width:100%;
margin:8px auto;
text-align:right;
}

.pagetop_short{
float:left;
width:610px;
margin:8px 0;
text-align:right;
}

/* inviewfadeInUp */
.inviewfadeInUp {
    opacity: 0;
    transform: translate(0, 60px);
    -webkit-transform: translate(0, 60px);
    transition: .8s;
}

.inviewfadeInUp02 {
    opacity: 0;
    transform: translate(0, 60px);
    -webkit-transform: translate(0, 60px);
    transition: .5s;
}

/* fadeInUp */ 

.fadeInUp {
    opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

.con_wrap{
	width:1000px;
	margin:0 auto;
	}

h1{
	padding:220px 0 40px 0;
	}

h2{
	width: 100%;
	background-image: url(../img/h2_bg.png);
	background-repeat: repeat-x;
	text-align: center;
	padding: 25px 0;
	background-position: center;
	}

.con_left h2.company {
	width: 100%;
	border-bottom: 1px solid #000;
	background-image: none;
	font-size: 14px;
	background-color:#fff;
	color: #000;
	margin: 22px 0;
	padding: 0 0 6px;
}

ul.company {
	margin: 0;
	padding: 0 0 0 18px;
	list-style: disc;
}
ul.company li {
	margin: 0;
	padding: 0;
}
	
.warp_2cal{
	width:50%;
	float:left;
	}

.triangle-r{
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 50px solid #F0897F;
}

.triangle-b{
  border-top: 30px solid #F0897F;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
}


/*--------------------------------------------
	ヘッダー
--------------------------------------------*/

header{
	width:250px;
	float:left;
	padding:0 0 0 20px;
	min-height:620px;
	}
	
/*--------------------------------------------
	ナビゲーション
--------------------------------------------*/

nav ul{
	text-decoration:none;
	}

nav li{
	font-size:14px;
	padding:12px 0;
	line-height:1.0em;
	}



/*--------------------------------------------
	slider
--------------------------------------------*/

.slider{
	width:700px;
	height:525px;
	padding:100px 0 0 0;
	float:right;
	}

.image1 {
    width:700px;
	margin:0 auto;
	height:525px;
}

/*--------------------------------------------
	トッップページ
--------------------------------------------*/

.top_copy01{
	width:1000px;
	margin:0 auto;
	font-size:14px;
	letter-spacing: 5px;
	text-align:center;
	padding:70px 0;
	}

.top_img{
	width:440px;
	margin:0 auto;
	padding:20px 0;
	}
	
.top_mds01{
	font-size:18px;
	padding:20px 0;
	text-align:center;
	}

.top_copy02{
	text-align:left;
	padding:10px 0;
	}
.news-wrap{
	border-top:solid 1px #000;
	margin-top:20px;
}
.news-wrap:first-child{
	border-top:0;
	margin-top:0;
}
.top_img img{width: 100%;}
.swiper-container {
    width: 94%;
}
.swiper-slide img{width:100%}

/*--------------------------------------------
	フッター
--------------------------------------------*/

footer{
	width:100%;
	padding:0 0 30px 0;
	}
	
footer .area01{
	width:250px;
	float:left;
	margin:0 40px 0 0;
	}

footer .area02{
	width:220px;
	}

footer .area03{
	/*2021年1月8日修正*/
	/*width:220px;*/
	width:250px;
	
	}

footer .logo{
	padding:0 0 10px 0;
	}

footer .map{
	float:right;
	}

footer .mds{
	font-size:16px;
	font-weight:bold;
	padding:0 0 4px 0;
	}

.copyright{
	width:1000px;
	margin:0 auto;
	text-align:center;
	padding:20px 0;
	}

.footer_wrap{
	width:360px;
	float:left;
	}

footer .area04{
	/*2021年01月08日修正*/
	/*padding:20px 0 0 0;*/
	padding:0 0 0 0;
	}

/*2021年1月8日追加*/
footer .area05{
	width:100%;
	/*background-color: #E7E7E7;*/
	padding: 30px 0;
	margin-top: 50px;
	text-align: center;
	}

footer .area05 p{
	padding: 0;
	margin: 0 0 10px;
	}

/*--------------------------------------------
	サブページ
--------------------------------------------*/

.con_left{
	width:730px;
	float:right;
	padding:26px 0;
	}

.con_left h2{
	width:690px;
	background-color:#000;
	font-size:14px;
	padding:4px 20px;
	text-align:left;
	color:#FFF;
	margin:0 0 10px 0;
	}

.con_left h3{
	font-size: 28px;
	padding: 12px 10px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #000;
	margin:30px 0;
	}


/*--------------------------------------------
	products
--------------------------------------------*/

.products_list{
	margin:0;
	padding:0;
	}

.products_list ul{
	margin:0;
	padding:0;
	}
	
.products_list li a{
	text-decoration:none;
	padding: 2px 10px;
	border: 1px solid #CCC;
	display:inline-block;
	float:left;
	margin:0 5px 5px 0;
	}

.products_set{
	width:25%;
	text-align:center;
	float:left;
	padding:0 0 30px 0;
	}
	

/*--------------------------------------------
	mission
--------------------------------------------*/

.mission_copy01{
	text-align:center;
	font-size:16px;
	line-height:2.2em;
	padding:40px 0;
	}

.mission_img01{
	text-align:center;
	padding:0 0 40px 0;
	}

.mission_img02{
	text-align:center;
	padding:0 0 40px 0;
	}

/*--------------------------------------------
	business01
--------------------------------------------*/

.business01_copy01{
	font-size:16px;
	line-height:1.6em;
	padding:20px 0;
	}

.business01_img01{
	text-align:center;
	padding:0 0 60px 0;
	}

.business01_img_left{
	width:359px;
	float:left;
	padding:0 0 10px 0;
	}

.business01_img_right{
	width:359px;
	float:right;
	padding:0 0 10px 0;
	}

.business01_text_right{
	width:359px;
	float:right;
	padding:0 0 10px 10px;
	box-sizing: border-box;
	}

.business01_text_right p.midashi{
	font-weight:bold;
	text-align:left;
	margin:0 0 10px;
	padding:0;
	}

.business01_text_right p.main{
	text-align:left;
	margin:0 0 10px;
	padding:0;
	}

/*--------------------------------------------
	company
--------------------------------------------*/

.company_img01{
	text-align:center;
	padding:80px 0 20px 0;
	}


	
.company_tbl table{
	border: 1px solid #999999;
	border-collapse: collapse;
text-align:left;
width:650px;
font-size:14px;
margin:0 auto 20px auto;

}

.company_tbl th{
background-color:#ececec;
	border: 1px solid #999999;
	font-weight:normal;
	text-align:left;
	height:30px;
	padding:4px 20px;
	/*2021年01月8日追加*/
	width: 28%;
}

.company_tbl td{
	border: 1px solid #999999;
	text-align:left;
	height:30px;
	padding:4px 20px;
	
}

.company_tbl img{
	margin:10px 0;
	width: 40%;
	display: block;
}

/*--------------------------------------------
	aruku-m2
--------------------------------------------*/

.color-val_blk{color:#000}
.color-val_wht{color:#fff}
.color-val_lg{color:#d3d3d3}
.color-val_01{color:#e73821}
.color-val_02{color:#ad9c3a}
.color-val_03{color:#a54874}
.color-val_04{color:#268b42}
.color-val_05{color:#e99400}
.color-val_06{color:#008dc2}
.color-val_07{color:#4d9554}

.bgc-val_blk{background-color:#000;}
.bgc-val_wht{background-color:#fff;}
.bgc-val_lg{background-color:#d3d3d3;}
.bgc-val_01{background-color:#e73821;}
.bgc-val_02{background-color:#ad9c3a;}
.bgc-val_03{background-color:#a54874;}
.bgc-val_04{background-color:#268b42;}
.bgc-val_05{backgbround-color:#e99400;}
.bgc-val_06{background-color:#008dc2;}
.bgc-val_07{background-color:#4d9554;}

.border-val_blks{border:solid 1px #000;}
.border-val_whts{border:solid 1px #fff;}
.border-val_lgs{border:solid 1px #d3d3d3;}
.border-val_01s{border:solid 1px #e73821;}
.border-val_02s{border:solid 1px #ad9c3a;}
.border-val_03s{border:solid 1px #a54874;}
.border-val_04s{border:solid 1px #268b42;}
.border-val_05s{border:solid 1px #e99400;}
.border-val_06s{border:solid 1px #008dc2;}
.border-val_07s{border:solid 1px #4d9554;}

.aruku-m2-wrap, .ws-wrap, .flix-wrap{
	width:700px;
	margin:0 auto;
	font-size:14px;
	letter-spacing: 5px;
	text-align:center;
}

.aruku-m2-wrap p, .ws-wrap p, .flix-wrap p{
	padding:0;
	margin:0;
	letter-spacing: 1;
}

.aruku-m2-wrap h3, .ws-wrap h3, .flix-wrap h3{
    padding: 0;
    border-left: 0;
    margin: 0;
}

.aruku-m2-wrap h3, .ws-wrap h3, .flix-wrap h3{
	position: relative;
	padding: 1.5rem !important;
	text-align: center;
	margin-bottom: 40px !important;
}

.aruku-m2-wrap h3:before, .ws-wrap h3:before, .flix-wrap h3:before {
	position: absolute;
	bottom: -10px;
	left: calc(50% - 30px);
	width: 60px;
	height: 2px;
	content: '';
}

.aruku-m2-wrap h3:before {
	background: #4d9554;
}

.ws-wrap h3:before {
	background: #57BAF8;
}

.flix-wrap h3:before {
	background: #000;
}

.aruku_tbl table{
	border: 1px solid #999999;
	border-collapse: collapse;
	text-align:left;
	width:100%;
	font-size:12px;
	margin:0 auto 20px auto;
	line-height: 20px;

}

.aruku_tbl th{
	background-color:#ececec;
	border: 1px solid #999999;
	font-weight:normal;
	text-align:left;
	padding:4px 10px;
	/*2021年01月8日追加*/
	width: 25%;
}

.aruku_tbl td{
	border: 1px solid #999999;
	text-align:left;
	padding:4px 10px;
}

/*--------------------------------------------
	STEALTH
--------------------------------------------*/
.stealth-wrap{
	width:700px;
	margin:0 auto;
	font-size:14px;
	letter-spacing: 3px;
}
.stealth_tbl table{
	border: 1px solid #999999;
	border-collapse: collapse;
	text-align:left;
	width:100%;
	font-size:12px;
	margin:0 auto 20px auto;
	line-height: 20px;

}

.stealth_tbl th{
	border: 1px solid #999999;
	font-weight:normal;
	text-align:left;
	padding:4px 10px;
	/*2021年01月8日追加*/
	width: 25%;
}

.stealth_tbl td{
	border: 1px solid #999999;
	text-align:left;
	padding:4px 10px;
}


/*--------------------------------------------
	link okinawa
--------------------------------------------*/

.okinawa-wrap{
	width:700px;
	margin:0 auto;
	font-size:14px;
	letter-spacing: 5px;
	text-align:center;
}

.okinawa-wrap p{
	padding:0;
	margin:0;
	letter-spacing: 1;
}

.okinawa-wrap h3 {
    padding: 0;
    border-left: 0;
    margin: 0;
}

.okinawa-wrap h3 {
	position: relative;
	padding: 1.5rem !important;
	text-align: center;
	margin-bottom: 40px !important;
}

.okinawa-wrap h3:before {
	position: absolute;
	bottom: -10px;
	left: calc(50% - 30px);
	width: 60px;
	height: 2px;
	content: '';
	background: #cd1721;
}

.okinawa-wrap h4 {
	line-height: 1.4;
}

@media only screen and (max-width: 768px) {

	/*--------------------------------------------
		aruku-m2
	--------------------------------------------*/
	.aruku-m2-wrap, .ws-wrap, .flix-wrap{
		letter-spacing: 1px;
	}

	.aruku-m2-wrap, .ws-wrap, .flix-wrap{
		width:100%;
	}
	
	.stealth-wrap{
		width:100%;
	}

    .aruku-m2-wrap h3, .ws-wrap h3, .flix-wrap h3 {
        padding: 1.0rem !important;
        border-left: 0 !important;
        margin: 0 0 40px !important;
    }

	/*--------------------------------------------
		link okinawa
	--------------------------------------------*/
	.okinawa-wrap{
		letter-spacing: 1px;
	}

	.okinawa-wrap{
		width:100%;
	}
    .okinawa-wrap h3 {
        padding: 1.0rem !important;
        border-left: 0 !important;
        margin: 0 0 40px !important;
    }
}


/*****目次*****/
.toggle-icon {
	display: none;
}
.mokuji-option {
	position: relative;
}
.mokuji {
	padding: 1em;
	display: block;
	color: #ffffff;
	font-weight: bold;
	background-color: #000;
}
.mokuji,
.mokuji-con {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.mokuji-con {
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	border-left: solid 1px #000;
}
.mokuji:after, .mokuji:before {
	content: "";
	position: absolute;
	right: 1.25em;
	top: 1.25em;
	width: 2px;
	height: 1em;
	background-color: #ffffff;
	transition: all 0.3s;
}
.mokuji:after {
	transform: rotate(90deg);
}
.mokuji-con {
	/*max-height: 0;*/
	max-height: 700px;
	overflow: hidden;
	transition: all .8s;
}
.toggle-icon:checked + .mokuji + .mokuji-con {
	max-height: 0;
	transition: all .8s;
}
.toggle-icon:checked + .mokuji + .mokuji-con {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.toggle-icon:checked + .mokuji:before {
	transform: rotate(90deg);
}

/*****目次リスト先頭に番号*****/
.mokuji-con li{
	line-height: 1.9;
}
ol.mokuji-con{
	margin:0 !important;
	padding:0 20px 0 40px
}
.mokuji-option>ol>li:first-child{
	margin:20px 0 0;
}
.mokuji-option>ol>li:last-child{
	margin:0 0 20px;
}
.mokuji-con ol{
	margin: 0 0 0 20px !important;
}

@media screen and (max-width: 768px){
	.toggle-icon:checked + .mokuji-con {
		/*padding: 25px 35px 20px;*/
	}
	.mokuji-con li{
		line-height: 1.8;
	}
}

/*****実績写真用開閉エリア①*****/
.toggle-icon {
	display: none;
}
.photo-option {
	position: relative;
}
.photo {
	padding: 1em;
	display: block;
	color: #000;
	font-weight: bold;
	background-color:#fff;
	border: solid 1px #000;
}
.photo,
.photo-con {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
/*.photo-con {
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	border-left: solid 1px #000;
}*/
.photo:after, .photo:before {
	content: "";
	position: absolute;
	right: 1.25em;
	top: 1.25em;
	width: 2px;
	height: 1em;
	background-color: #000;
	transition: all 0.3s;
	transform: rotate(-90deg);
}
.photo:after {
	transform: rotate(90deg);
}
.photo-con {
	/*max-height: 0;*/
	max-height: 5000px;
	overflow: hidden;
	transition: all .8s;
}
.toggle-icon:checked + .photo + .photo-con {
	max-height: 0;
	transition: all .8s;
}
.toggle-icon:checked + .photo + .photo-con {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.toggle-icon:checked + .photo:before {
	transform: rotate(0deg);
}


@media screen and (max-width: 768px){
	.toggle-icon:checked + .photo-con {
		/*padding: 25px 35px 20px;*/
	}
}

/*****実績写真用開閉エリア②*****/
.toggle-icon_ {
	display: none;
}
.photo-option_ {
	position: relative;
}
.photo_ {
	padding: 1em;
	display: block;
	color: #000;
	font-weight: bold;
	background-color: #fff;
	border: solid 1px #000;
}
.photo_,
.photo-con_ {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
/*.photo-con_ {
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	border-left: solid 1px #000;
}*/
.photo_:after, .photo_:before {
	content: "";
	position: absolute;
	right: 1.25em;
	top: 1.25em;
	width: 2px;
	height: 1em;
	background-color: #000;
	transition: all 0.3s;
}
.photo_:after {
	transform: rotate(90deg);
}
.photo-con_ {
	max-height: 0;
	overflow: hidden;
	transition: all .3s;
}
.toggle-icon_:checked + .photo_ + .photo-con_ {
	max-height: 5000px;
	transition: all .3s;
}
.toggle-icon_:checked + .photo_ + .photo-con_ {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.toggle-icon_:checked + .photo_:before {
	transform: rotate(90deg);
}

.pswp__caption__center {
	text-align: center !important;
}


@media screen and (max-width: 768px){
	.toggle-icon_:checked + .photo-con_ {
		/*padding: 25px 35px 20px;*/
	}
}




