@charset "utf-8";

.bold{font-weight: 600!important;}
.t_center{text-align: center!important;}
.t_right{text-align: right!important;}
.t_left{text-align: left!important;}
.mt00{margin-top: 0!important;}
.mt10{margin-top: 10px!important;}
.mt20{margin-top: 20px!important;}
.mt30{margin-top: 30px!important;}
.mt40{margin-top: 40px!important;}
.mt50{margin-top: 50px!important;}
.mb00{margin-bottom: 0!important;}
.mb10{margin-bottom: 10px!important;}
.mb20{margin-bottom: 20px!important;}
.mb30{margin-bottom: 30px!important;}
.mb40{margin-bottom: 40px!important;}
.mb50{margin-bottom: 50px!important;}
.b{font-weight: bold;}

/************************************************

  PC layout

************************************************/
/* =========================================
  base
========================================= */
body{
	min-width: 1200px;
	position: relative;
}
img,iframe{
	max-width: 100%;
	height: auto;
}
img{
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
a:hover img{
	opacity: 0.7;
}
.section-inner{
	width: 1200px;
	margin: 0 auto;
}
.section-inner_ion{
	width: 700px;
	margin: 0 auto;
}
.pc-none{
	display: none;
}
.object-fit-img{
	font-family: 'object-fit: cover;'; /* IE */
}
.contact-btn{
	position: fixed;
	top: 20%;
	right: 0;
}
.contact-btn a{
	padding: 36px 20px;
	display: block;
	background: #f39800;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.contact-btn a:hover{
	background: #aa6a00;
}
.contact-btn a:hover img{
	opacity: 1;
}

/*  heading
------------------------------------ */
.head-type01{
	font-size: 35px;
	font-size: 3.5rem;
	text-align: center;
	font-weight: bold;
	margin: 60px 0 0;
}
.head-type02{
	font-size: 20px;
	font-size: 2.0rem;
	margin: 50px 0 0;
	padding: 0 10px 10px;
	border-bottom: solid 1px #313131;
}
.head-type03{
	margin: 40px 0 0;
	padding: 0 0 5px;
	position: relative;
}
.head-type03::after{
	content: '';
	width: 25px;
	height: 1px;
	background: #434343;
	position: absolute;
	bottom: 0;
	left: 2px;
}
.foot-ttl{
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	margin: 100px 0 0;
	padding: 10px;
	background: #016ab8;
	border-radius: 3px;
}
.ion_foot-ttl{
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	margin: 50px 0 0;
	padding: 10px;
	background: #016ab8;
	border-radius: 3px;
}

/*  parts
------------------------------------ */
.text-box{
	margin: 25px 0 0;
}
.text-box p{
	margin: 15px 0 0;
}
.note{
	margin: 20px 0 0;
}
.note li{
	text-indent: -1em;
	padding-left: 1em;
	margin: 5px 0 0;
}
.table-box{
	margin: 40px 0 0;
}
.table-box th,
.table-box td{
	padding: 30px 10px;
	border-bottom: solid 1px #1b1b1b;
}
.table-box th{
	width: 25%;
	padding-left: 20px;
	padding-right: 0;
}
.table-box th span{
	padding-right: 10px;
	border-right: solid 1px #1b1b1b;
	display: block;
}
.table-box td{
	padding-left: 60px;
}
.image-box{
	margin: 40px 0 0;
}
.image-box .img-left{
	float: left;
	max-width: 500px;
	margin: 0 30px 0 0;
}
.image-box .img-right{
	float: right;
	max-width: 500px;
	margin: 0 0 0 30px;
}
.image-box .txt-right,
.image-box .txt-left{
	overflow: hidden;
}
.image-box .txt-right p,
.image-box .txt-left p{
	margin: 15px 0 0;
}
.image-box .txt-right p:first-child,
.image-box .txt-left p:first-child{
	margin: 0;
}
.image-box:before,
.image-box:after{
	display: table;
	content: "";
}
.image-box:after{
	clear: both;
}
.image-box{
	zoom: 1;
}

/*  menu button
------------------------------------ */
#menu-btn{
	display: none;
}

/*  pagenation
------------------------------------ */
.pagenation{
	font-size: 0;
	text-align: center;
	margin: 50px 0 0;
}
.pagenation li{
	font-size: 14px;
	font-size: 1.4rem;
	display: inline-block;
}
.pagenation li span,
.pagenation li a{
	text-decoration: none;
	padding: 10px 15px;
	display: block;
	background: #eee;
	border: solid 1px #fff;
	border-radius: 5px;
}
.pagenation .current span,
.pagenation li a:hover{
	color: #fff;
	background: #016ab8;
}

/*  page-btn
------------------------------------ */
.page-btn{
	min-height: 34px;
	margin: 50px auto 0;
	position: relative;
}
.page-btn p{
	color: #fff;
	background: #016ab8;
	border-radius: 5px;
	box-shadow: 0 1px 2px 1px #ddd;
}
.page-btn .index{
	margin: 0 auto;
	width: 76px;
}
.page-btn .next,
.page-btn .back{
	display: inline-block;
	position: absolute;
	top: 0;
}
.page-btn .next{
	right: 20%;
}
.page-btn .back{
	left: 20%;
}
.page-btn p:hover{
	opacity: 0.7;
}
.page-btn a{
	text-decoration: none;
	padding: 2px 20px;
	display: block;
}

/*  2column layout
------------------------------------ */
.container{
	margin: 40px 0 0;
}
.container .mainContents{
	width: 800px;
	float: left;
}
.container .sideContents{
	font-size: 15px;
	font-size: 1.5rem;
	width: 270px;
	float: right;
}

/*  article
------------------------------------ */
.article > li{
	padding: 0 0 40px;
	border-bottom: dotted 1px #ccc;
}
.article > li:first-child .ttl{
	margin-top: 0;
}
.article .ttl{
	color: #016ab8;
	font-size: 24px;
	font-size: 2.4rem;
	margin: 40px 0 0;
	padding: 6px 5px 3px;
	border-top: solid 2px #016ab8;
	border-bottom: solid 2px #016ab8;
}
.article .ttl a{
	text-decoration: none;
}
.article .ttl a:hover{
	text-decoration: underline;
}
.article .date{
	color: #999;
	font-size: 15px;
	font-size: 1.5rem;
	margin: 10px 0 0;
}
.article .txt{
	margin: 20px 0 0;
	max-height: 72px;
	overflow: hidden;
}
.article .txt span{
	font-size: 16px!important;
	font-size: 1.6rem!important;
}
.article .txt img,
.article .txt iframe{
	display: none;
}
.article .tag{
	margin-top: 10px;
}
.article .tag li{
	margin: 5px;
	padding: 0;
	border: none;
	display: inline-block;
}
.article .tag li a{
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	text-decoration: none;
	padding: 3px 5px;
	display: block;
	border-radius: 5px;
	background: #016ab8;
	transition: all .4s ease;
}
.article .tag li a:hover{
	opacity: 0.6;
}
.article-body{
	margin: 20px 0 0;
}
.article-body p{
	margin-top: 10px;
}
.article-body:before,
.article-body p:before,
.article-body:after,
.article-body p:after{
	display: table;
	content: "";
}
.article-body:after,
.article-body p:after{
	clear: both;
}
.article-body,
.article-body p{
	zoom: 1;
}

.article dl{
	margin: 40px 0 0;
}
.article dt{
	color: #016ab8;
	float: left;
	margin-top: 20px;
	padding: 20px 15px 0 0;
	border-top: dotted 1px #ddd;
}
.article dd{
	margin-top: 20px;
	padding: 20px 0 0 15px;
	border-top: dotted 1px #ddd;
	overflow: hidden;
}
.article dl a{
	text-decoration: none;
}
.article dl a:hover{
	text-decoration: underline;
}
.article dt:nth-child(1),
.article dd:nth-child(2){
	margin: 0;
	padding-top: 0;
	border: none;
}

/*  sidebar
------------------------------------ */
.page-body-sidebar .side-ttl{
	color: #fff;
	margin-bottom: 20px;
	padding: 3px 5px 1px;
	background: #016ab8;
	border-radius: 3px;
}
.page-body-sidebar .page-body-sidebar li{
	margin-bottom: 5px;
}
.page-body-sidebar .styled-post-list01,
.page-body-sidebar .side-tag-list{
	margin-bottom: 30px;
}
.page-body-sidebar .styled-post-list01 a,
.page-body-sidebar .side-tag-list a{
	display: block;
	overflow: hidden;
}
.page-body-sidebar .styled-post-list01 li::before,
.page-body-sidebar .side-tag-list li::before{
	content: '・';
	float: left;
}

/*  pagetop button
------------------------------------ */
#pagetop{
	position: fixed;
	bottom: 5%;
	right: 3%;
	z-index: 100;
}
#pagetop a{
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	display: inline-block;
	position: relative;
	width: 50px;
	height: 50px;
	padding: 0;
	border-radius: 50%;
	background: #e6464e;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
#pagetop a:hover{
	opacity: 0.7;
}
#pagetop a:after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: auto;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	-webkit-transform: translate(-50%, -20%) rotate(45deg);
	transform: translate(-50%, -20%) rotate(45deg);
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

/* =========================================
  header
========================================= */
header{
	max-width: 1780px;
	margin: 0 auto;
	padding: 20px 70px 0;
}
.header-inner{
	float: left;
}
.gnav{
	float: right;
}
header .h-lead{
	color: #7c7c7c;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: right;
}

/*  nav
------------------------------------ */
nav{
	margin: 20px 0 0;
}
nav li{
	color: #191919;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	float: left;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
nav li a{
	text-decoration: none;
}
nav li .jp{
	display: none;
}
nav li a:hover .en{
	display: none;
}
nav li a:hover .jp{
	display: inline;
}
nav li:nth-child(1){
	width: 82px;
}
nav li:nth-child(2){
	width: 105px;
}
nav li:nth-child(3){
	width: 120px;
}
nav li:nth-child(4){
	width: 117px;
}
nav li:nth-child(5){
	width: 76px;
}
nav li:nth-child(6){
	width: 83px;
}
nav li:nth-child(7){
	width: 108px;
}
nav li:nth-child(8){
	width: 78px;
}
nav li:nth-child(9){
	width: 110px;
}

@media screen and (min-width: 700px){
	.h45{
		height: 45px;
	}
}

/* =========================================
  footer
========================================= */
footer{
	text-align: center;
	padding: 70px 0 40px;
}
footer .name,
footer .add{
	font-size: 14px;
	font-size: 1.4rem;
}
footer .name{
	margin: 5px 0 0;
}
footer .add{
	margin: 20px 0 0;
}
footer .tel{
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: bold;
	margin: 10px 0 0;
}
footer .tel span{
	padding-left: 45px;
	background: url(../common_img/tel_ico01.png) no-repeat 0 45%;
}
footer .tel a{
	text-decoration: none;
	pointer-events: none;
}
footer .nav{
	margin: 20px 0 0;
}
footer .nav ul{
	font-size: 0;
	text-align: center;
}
footer .nav li{
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0 17px;
	display: inline-block;
}
footer .nav li a{
	text-decoration: none;
}
footer .nav li a:hover{
	text-decoration: underline;
}
footer .copyright{
	margin: 20px 0 0;
}
footer .copyright small{
	font-size: 13px;
	font-size: 1.3rem;
}

/* =========================================
  top page
========================================= */
.top-page{
	min-width: 1200px;
}
.top-page .section-inner{
	width: 1200px;
}
.top-page .mv{
	margin: 15px 0 0;
	padding: 551px 70px 90px;
	background-position: 50% 0;
	background-size: cover;
}

/*  sec01
------------------------------------ */
.sec01{
	margin: 95px 0 0;
}
.sec01 .blog{
	width: 560px;
	padding: 15px 39px 15px 0;
	float: left;
	border-right: solid 1px #313131;
	position: relative;
}
.sec01 .ceo-blog{
	width: 560px;
	padding: 15px 0;
	float: right;
	position: relative;
}
.sec01 h2{
	color: #1c1c1c;
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.05em;
	display: inline-block;
}
.sec01 h2 span{
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 0 0 10px;
	display: inline-block;
}
.sec01 .blog h2{
	padding-right: 50px;
	background: url(../img/ico01.png) no-repeat 100% 0;
}
.sec01 .ceo-blog h2{
	padding-right: 30px;
	background: url(../img/ico02.png) no-repeat 100% 60%;
}
.sec01 li{
	margin: 35px 0 0;
	padding: 0 0 35px;
	border-bottom: solid 1px #d2d2d2;
}
.sec01 li:first-child{
	margin-top: 25px;
}
.sec01 li a{
	text-decoration: none;
}
.sec01 li a:hover .ttl,
.sec01 li a:hover .txt{
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.sec01 li a:hover .ttl,
.sec01 li a:hover .txt{
	color: #999;
}
.sec01 .img{
	width: 160px;
	margin: 0 20px 0 0;
	float: left;
}
.sec01 .img img{
	width: 160px;
	height: 160px;
	object-fit: cover;
}
.sec01 .con{
	overflow: hidden;
}
.sec01 .date{
	color: #6a6a6a;
	font-size: 12px;
	font-size: 1.2rem;
}
.sec01 .ttl{
	color: #242424;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.2;
	margin: 5px 0 0;
}
.sec01 .txt{
	margin: 10px 0 0;
}
.sec01 .more{
	color: #1c1c1c;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	position: absolute;
	top: 30px;
	right: 0;
}
.sec01 .more a{
	text-decoration: none;
	padding-left: 20px;
	background: url(../img/arr01.png) no-repeat 0 50%;
	display: inline-block;
}
.sec01 .blog .more{
	right: 39px;
}
.sec01 .more:hover{
	color: #f39800;
}

/*  sec02
------------------------------------ */
.sec02{
	text-align: center;
	max-width: 1780px;
	margin: 78px auto 0;
	padding: 0 70px;
}
.sec02-inner{
	padding: 172px 0 200px;
	background: url(../img/bg01.jpg) no-repeat 50% 0;
	background-size: cover;
	background-attachment: fixed;
}
.sec02 .heading{
	color: #2c2c2c;
	font-size: 31px;
	font-size: 3.1rem;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.1em;
}
.sec02 .heading .jp span{
	font-size: 16px;
	font-size: 1.6rem;
	display: block;
}
.sec02 .text p{
	color: #2c2c2c;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: 0.1em;
	margin: 40px 0 0;
}

/*  sec03
------------------------------------ */
.sec03{
	max-width: 1780px;
	margin: 65px 0 0;
	padding: 0 70px;
}
.sec03-inner{
	text-align: center;
	padding: 95px 0 100px;
	background: #eee;
}
.sec03 .heading{
	color: #2c2c2c;
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 1.1;
}
#slide{
	margin: 40px 0 0;
	overflow: hidden;
}
#slide li{
	width: 600px;
	height: 400px;
	margin: 0 0 0 1px;
	float: left;
}
#slide li img{
	width: 600px;
	height: 400px;
	object-fit: cover;
}
.simply-scroll-clip {
	position: relative;
	overflow: hidden;
}
.sec03 .more{
	text-align: center;
	margin: 55px 0 0;
}
.sec03 .more a{
	padding: 15px 125px;
	border: solid 5px #313131;
	display: inline-block;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.sec03 .more a:hover{
	background: #99c3e2;
}
.sec03 .more img{
	vertical-align: middle;
}
.sec03 .more a:hover img{
	opacity: 1;
}

/*  sec04
------------------------------------ */
.sec04{
	margin: 100px 0 0;
}
.sec04 .concept,
.sec04 .feng-shui{
	color: #252525;
	font-weight: bold;
	letter-spacing: 0.1em;
	width: 538px;
	padding: 15px;
	float: left;
	border: solid 6px #313131;
}
.sec04 .feng-shui{
	float: right;
}
.sec04 .con{
	width: 220px;
	padding: 10px;
	float: left;
}
.sec04 .heading{
	font-size: 25px;
	font-size: 2.5rem;
}
.sec04 .heading p{
	line-height: 1.1;
}
.sec04 .heading .line{
	padding: 0 0 5px;
	border-bottom: solid 3px #1c1c1c;
}
.sec04 .heading .en{
	margin: 10px 0 0;
}
.sec04 .txt{
	font-size: 14px;
	font-size: 1.4rem;
	margin: 10px 0 0;
}
.sec04 .img{
	float: right;
	position: relative;
}
.sec04 .img .check{
	position: absolute;
	bottom: -10px;
	right: -10px;
}
.sec04 .img a:hover .check img{
	opacity: 1;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

/*  sec05
------------------------------------ */
.sec05{
	max-width: 1780px;
	margin: 100px 0 0;
	padding: 0 70px;
	position: relative;
}
.sec05-inner{
	padding: 120px 10px;
	background: url(../img/bg02.jpg) no-repeat 50% 0;
}
.sec05 .news{
	width: 1000px;
	margin: 0 auto;
	padding: 45px 50px 50px;
	background: rgba(255,255,255,0.9);
	position: relative;
}
.sec05 .news .heading{
	color: #252525;
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 0 20px;
	border-bottom: solid 1px #1b1b1b;
}
.sec05 .news .heading .en{
	margin: 0 0 0 10px;
}
.sec05 .news .heading .en img{
	vertical-align: baseline;
}
.sec05 .news dl{
	margin: 20px 20px 0;
	padding: 0 0 10px;
	border-bottom: dotted 1px #666;
}
.sec05 .news dt{
	font-size: 12px;
	font-size: 1.2rem;
	padding: 3px 10px 0;
	float: left;
}
.sec05 .news dd{
	font-size: 14px;
	font-size: 1.4rem;
	padding: 0 10px;
	overflow: hidden;
}
.sec05 .news .more{
	font-style: italic;
	font-weight: bold;
	position: absolute;
	top: 60px;
	right: 50px;
}
.sec05 .news .more a{
	text-decoration: none;
}
.sec05 .news .more:hover{
	color: #f39800;
}
/*
.sec05 .company-info{
	color: #252525;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	width: 520px;
	float: left;
}
.sec05 .company-info .heading{
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.1;
	padding: 9px 0 5px 28px;
	border-left: solid 14px #2c2c2c;
}
.sec05 .company-info .heading .en{
	line-height: 0;
	margin: 5px 0 0;
}
.sec05 .company-info .txt{
	line-height: 2;
	margin: 30px 0 0;
}
.sec05 .company-info table{
	margin: 30px 0 0;
}
.sec05 .company-info th,
.sec05 .company-info td{
	font-weight: bold;
	text-shadow: 0 3px 5px #fff, 0 -3px 5px #fff, 3px 0 5px #fff, -3px 0 5px #fff;
	padding: 34px 0 20px;
	border-bottom: solid 1px #1b1b1b;
}
.sec05 .company-info th{
	width: 100px;
	padding-left: 20px;
}
.sec05 .company-info th span{
	border-right: solid 1px #1b1b1b;
	display: block;
}
.sec05 .company-info td{
	padding-left: 40px;
}
.sec05 .map{
	width: 50%;
	height: 490px;
	box-shadow: 0 0 10px #999;
	position: absolute;
	top: 120px;
	right: 0;
}
.sec05 .map iframe{
	width: 100%;
	height: 100%;
}
*/

/*  sec06
------------------------------------ */
.sec06{
	height: 350px;
	margin: 65px 0 0;
	background: url(../img/bg03.jpg) no-repeat 50% 0;
	background-size: cover;
	background-attachment: fixed;
}

/* =========================================
  sub page
========================================= */
.sub-page main{
	letter-spacing: 0.1em;
	margin: 0 0 150px;
}
.sub-heading{
	text-align: center;
	margin: 15px 0 0;
	padding: 115px 0;
	background: url(../common_img/sub_mv.jpg) no-repeat 50% 0;
	background-size: cover;
}
.bg_none{
	background: none !important;
	padding: 10px 0;
}
.sub-heading h2{
	color: #1c1c1c;
	font-size: 45px;
	font-size: 4.5rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 18px 60px 12px;
	background: rgba(255,255,255,0.8);
	display: inline-block;
}
.bg_none h2{
	font-size: 3.5rem;
}
.sub-page .breadcrumb{
	margin: 20px 0 0;
}
.sub-page .breadcrumb li{
	color: #6a6a6a;
	font-size: 13px;
	font-size: 1.3rem;
	float: left;
}
.sub-page .breadcrumb li::before{
	content: '›';
	margin: 0 10px;
}
.sub-page .breadcrumb li:first-child::before{
	content: none;
}

/*  concept page
------------------------------------ */
#concept .anchor li a{
	display: inline-block;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
#concept .anchor li a:hover{
	background: #f9cb7f;
}
#concept .point-list{
	margin: 20px 0 0;
}
#concept .point-list li{
	width: 48%;
	margin: 20px 0 0 4%;
	float: left;
}
#concept .point-list li:nth-child(2n+1){
	margin-left: 0;
}
#concept .point-list .ttl{
	font-size: 25px;
	font-size: 2.5rem;
	margin: 10px 0 0;
}
#concept .point-list .ttl span{
	margin: 0 20px 0 0;
	display: inline-block;
}
#concept .point-list .ttl span img{
	vertical-align: bottom;
}
#concept .point-list .txt{
	margin: 10px 0 0;
}

/*  feng-shui page
------------------------------------ */

/*  ion page
------------------------------------ */

#ion .point-list{
	margin: 20px 0 0;
	display: flex;
  justify-content: space-between;
	flex-wrap: wrap;
}
#ion .point-list li{
	width: 28%;
  border: solid 2px #016ab8;
  padding: 15px;
}
#ion .point-list li:nth-child(2n+1){
	margin-left: 0;
}
#ion .point-list .ttl{
	/* font-size: 25px; */
	/* font-size: 2.5rem; */
	font-size: 2rem;
	margin: 10px 0 0;
}
#ion .point-list .ttl span{
	margin: 0 20px 0 0;
	display: inline-block;
}
#ion .point-list .ttl span img{
	vertical-align: bottom;
}
#ion .point-list .txt{
	margin: 10px 0 0;
}
#ion .point-list .img_center{
	text-align: center;
}
#ion .point-list .center{
	text-align: center;
}

@media screen and (max-width: 700px){
	#ion .point-list li{
		width: 95%;
	  border: solid 2px #016ab8;
	  padding: 15px;
		margin-bottom: 20px;
	}
}

/*  case page
------------------------------------ */
#case .case-list{
	margin: 40px 0 0;
}
#case .case-list li{
	text-align: center;
	width: 30%;
	margin: 20px 0 0 5%;
	float: left;
}
#case .case-list li:nth-child(3n+1){
	margin-left: 0;
}
#case .case-list li a{
	text-decoration: none;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
#case .case-list li a:hover{
	color: #999;
}
#case .case-list li .img{
	text-align: center;
}
#case .case-list li .img img{
	width: 360px;
	height: 238px;
	object-fit: cover;
}
#case .case-list li .project-name{
	color: #89807c;
	font-weight: bold;
	margin: 10px 0 0;
}
#case .case-list li .ttl{
	font-size: 14px;
	font-size: 1.4rem;
	margin: 2px 0 0;
}
#case .case-detail{
	margin: 40px 0 0;
	padding: 30px;
	background: #e5f0f7;
	border: solid 1px #ddd;
	border-radius: 5px;
}
#case .case-detail .heading{
	text-align: center;
	width: 300px;
	margin: 0 30px 0 0;
	float: left;
}
#case .case-detail .number{
	color: #89807c;
	font-weight: bold;
}
#case .case-detail .ttl{
	font-weight: bold;
	margin: 15px 0 0;
}
#case .case-detail .txt{
	white-space: pre-line;
	overflow: hidden;
}

/* slider */
#slider{
	width: 900px;
	margin: 50px auto 30px;
}
#slider li img{
	width: 900px;
	height: 595px;
	object-fit: cover;
	font-family: 'object-fit: cover;'; /* IE */
}
.slide-item img{
	width: 100%;
}
#thumbnail-list{
	font-size: 0;
	text-align: center;
	width: 900px;
	margin: 0 auto;
}
#thumbnail-list li{
	width: 80px;
	margin: 0 3px;
	display: inline-block;
}
#thumbnail-list li img{
	width: 80px;
	height: 80px;
	object-fit: cover;
	font-family: 'object-fit: cover;'; /* IE */
}
.thumbnail-item{
	position: relative;
	cursor: pointer;
}
.thumbnail-item:after{
	content: '';
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: .3s opacity linear;
}
.thumbnail-item.thumbnail-current:after{
	opacity: 0;
}
.thumbnail-item img{
	width: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 900px){
	#slider{
		width: 500px;
		margin: 30px auto 10px;
	}
	#slider li img{
		width: 500px;
		height: 331px;
	}
	#thumbnail-list{
		width: 500px;
	}
	#thumbnail-list li{
		margin: 5px;
	}
}
@media screen and (max-width: 609px){
	#slider{
		width: 300px;
		margin: 30px auto 10px;
	}
	#slider li img{
		width: 300px;
		height: 198px;
	}
	#thumbnail-list{
		width: 300px;
	}
	#thumbnail-list li{
		width: 45px;
		margin: 5px;
	}
	#thumbnail-list li img{
		width: 45px;
		height: 45px;
	}
}

/*  voice page
------------------------------------ */
#voice .client-tag{
	margin: 40px 0 0;
}
#voice .client-tag span{
	color: #666;
	background: #eee;
	padding: 2px 6px;
	display: inline-block;
}
#voice .case-more{
	text-align: center;
	margin: 50px 0 0;
}
#voice .case-more a{
	text-decoration: none;
	padding: 15px;
	display: inline-block;
	border: solid 3px #666;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
#voice .case-more a:hover{
	color: #fff;
	background: #666;
}
#voice .voice-list{
	margin: 40px 0 0;
}
#voice .voice-list li{
	width: 30%;
	margin: 20px 0 0 5%;
	float: left;
}
#voice .voice-list li:nth-child(3n+1){
	margin-left: 0;
}
#voice .voice-list li a{
	text-decoration: none;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
#voice .voice-list li a:hover{
	color: #999;
}
#voice .voice-list li .img{
	text-align: center;
}
#voice .voice-list li .ttl{
	font-size: 15px;
	font-size: 1.5rem;
	margin: 10px 0 0;
}
#voice .voice-list li .client{
	font-size: 14px;
	font-size: 1.4rem;
	margin: 2px 0 0;
}
#voice-side ul{
	margin: 20px 0 0;
	border-top: 1px dotted #ccc;
}
#voice-side li{
	border-bottom: 1px dotted #ccc;
}
#voice-side li a{
	text-decoration: none;
	padding: 15px 10px;
	display: block;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
#voice-side li a:hover{
	background: #f3f0ea;
}
#voice-side li a:hover img{
	opacity: 1;
}
#voice-side .img{
	max-width: 150px;
	margin: 0 auto;
}
#voice-side .ttl{
	font-size: 14px;
	font-size: 1.4rem;
	margin: 5px 0 0;
}
#voice-side .client{
	color: #666;
	font-size: 13px;
	font-size: 1.3rem;
	margin: 5px 0 0;
}

/*  company page
------------------------------------ */
#company .map{
	height: 580px;
	margin: 40px 0 0;
}
#company .map iframe{
	width: 100%;
	height: 100%;
}

/*  blog page
------------------------------------ */

/*  ceo-blog page
------------------------------------ */

/*  contact page
------------------------------------ */
#contact .tel-number{
	text-align: center;
	font-size: 30px;
	font-size: 3.0rem;
	margin: 40px 0 0;
}
#contact .tel-number span{
	padding-left: 45px;
	background: url(../../contact/img/ico01.png) no-repeat 0 40%;
	background-size: 32px;
}
#contact .tel-number a{
	text-decoration: none;
	pointer-events: none;
}
#contact .privacy{
	text-align: center;
	margin: 40px 0 0;
}
#contact .required,
#contact .error-text{
	color: #f00;
	font-size: 14px;
	font-size: 1.4rem;
	vertical-align: top;
}
#contact .required{
	padding: 0;
	border: none;
	display: inline;
}
#contact .error-text{
	font-weight: 600;
}
#contact .submit-btn ul{
	font-size: 0;
	text-align: center;
}
#contact .submit-btn li{
	font-size: 16px;
	font-size: 1.6rem;
	background: #016ab8;
	margin: 30px 0 0 50px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	display: inline-block;
	box-shadow: 0 1px 1px #999;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
#contact .submit-btn li:first-child{
	margin-left: 0;
}
#contact .submit-btn li:hover{
	opacity: 0.7;
}
#contact .submit-btn input[type="submit"]{
	color: #fff;
	padding: 5px 20px;
	background: transparent;
	border: none;
}
#contact .address-text{
	color: #666;
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: normal;
}
#contact input#pc01{
	width: 100px;
}
#contact input#address{
	margin-top: 5px;
}
#contact .table-box input[type="radio"]{
	margin: 15px;
}
#contact .table-box input[type="radio"]:first-child{
	margin-left: 0;
}

/*  sitemap page
------------------------------------ */
#site .site-list{
	margin: 30px 0 0;
}
#site .site-list li{
	margin: 20px 0 0;
	border-bottom: dotted 1px #999;
}
#site .site-list li a{
	text-decoration: none;
	display: block;
	padding: 8px 10px 8px 35px;
	background: url(../site/img/ico01.png) no-repeat 5px 50%;
	background-size: 20px;
}
#site .site-list li a:hover{
	color: #016ab8;
}


/************************************************

  SP layout

************************************************/
@media screen and (max-width: 1399px){
	header{
		max-width: 1200px;
		padding: 20px 0 0;
	}
}
@media screen and (max-width: 1199px){
/* =========================================
  base
========================================= */
	body{
		min-width: auto;
	}
	.section-inner{
		width: auto;
		padding: 0 10px;
	}
	.section-inner_ion{
		width: auto;
		padding: 0 10px;
	}
	.pc-none{
		display: inherit;
	}
	.sp-none{
		display: none;
	}
	.contact-btn{
		display: none;
	}

/*  heading
------------------------------------ */
	.head-type01{
		font-size: 25px;
		font-size: 2.5rem;
	}
	.head-type02{
		font-size: 18px;
		font-size: 1.8rem;
	}
	.foot-ttl{
		font-size: 16px;
		font-size: 1.6rem;
	}

/*  parts
------------------------------------ */
	.table-box{
		margin: 20px 0 0;
	}
	.table-box th,
	.table-box td{
		width: 100%;
		padding: 20px 5px;
		display: block;
		box-sizing: border-box;
	}
	.table-box th{
		font-weight: bold;
		padding-bottom: 0;
		border-bottom: 0;
	}
	.table-box th span{
		padding: 0;
		border: 0;
	}
	.image-box .img-left,
	.image-box .img-right{
		text-align: center;
		float: none;
		margin: 0 auto 15px;
	}

/*  menu button
------------------------------------ */
	#menu-btn{
		display: block;
		position: fixed;
		top: 12px;
		right: 10px;
		height: 36px;
		width: 45px;
		z-index: 100;
		-webkit-transition: opacity .25s ease;
		transition: opacity .25s ease;
	}
	#menu-btn.active .top{
		-webkit-transform: translateY(16px) translateX(0) rotate(45deg);
		transform: translateY(16px) translateX(0) rotate(45deg);
	}
	#menu-btn.active .middle{
		opacity: 0;
	}
	#menu-btn.active .bottom{
		-webkit-transform: translateY(-14px) translateX(0) rotate(-45deg);
		transform: translateY(-14px) translateX(0) rotate(-45deg);
	}
	#menu-btn span{
		background: #016ab8;
		border: none;
		height: 6px;
		width: 100%;
		border-radius: 3px;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}
	#menu-btn span:nth-of-type(2){
		top: 15px;
	}
	#menu-btn span:nth-of-type(3){
		top: 30px;
	}

/*  page-btn
------------------------------------ */
	.page-btn{
		max-width: 280px;
	}
	.page-btn .next{
		right: 0;
	}
	.page-btn .back{
		left: 0;
	}

/*  2column layout
------------------------------------ */
	.container .mainContents{
		width: auto;
		float: none;
	}
	.container .sideContents{
		margin-top: 40px;
		width: auto;
		float: none;
	}

/*  article
------------------------------------ */
	.article .ttl{
		font-size: 20px;
		font-size: 2.0rem;
	}
	.article .txt{
		max-height: 66px;
	}
	.article .txt span{
		font-size: 15px!important;
		font-size: 1.5rem!important;
	}

	.article dt{
		float: none;
		padding: 20px 0 0;
	}
	.article dd{
		margin-top: 0;
		padding: 20px 0 0;
		border-top: none;
	}
	.article dd:nth-child(2){
		padding-top: 20px;
	}

/*  pagetop button
------------------------------------ */
	#pagetop{
		bottom: 6%;
		right: 2%;
	}
	#pagetop a{
		width: 40px;
		height: 40px;
	}

/* =========================================
  header
========================================= */
	header{
		padding: 0;
	}
	.header-inner{
		width: 100%;
		padding: 5px 10px;
		box-sizing: border-box;
		position: fixed;
		top: 0;
		left: 0;
		background: #fff;
		box-shadow: 0 0 3px #999;
		z-index: 999;
	}
	#logo{
		width: 110px;
		float: none;
	}
	header .h-lead{
		text-align: left;
		font-size: 11px;
		font-size: 1.1rem;
		padding: 5px;
	}
	header .h-lead span{
		display: inline-block;
	}
	.gnav{
		padding: 60px 0 0;
		float: none;
	}

/*  nav
------------------------------------ */
	nav{
		display: none;
		width: 100%;
		margin: 0;
		background: #fff;
		position: fixed;
		top: 60px;
		left: 0;
		box-shadow: 0 3px 3px #ddd;
		z-index: 999;
	}
	nav ul{
		padding: 10px 10px 20px;
		border-top: solid 1px #ddd;
	}
	nav li{
		color: #016ab8;
		text-align: center;
		width: auto!important;
		margin: 10px 0 0;
		float: none;
	}
	nav li a{
		padding: 9px 0;
		display: block;
		background: #def1ff;
		border-radius: 5px;
	}
	nav li a::after{
		content: none;
	}
	nav li .en{
		display: none;
	}
	nav li .jp{
		display: inline;
	}

/* =========================================
  footer
========================================= */
	footer{
		padding: 40px 0 10px;
	}
	footer .logo img{
		width: 150px;
	}
	footer .tel a{
		text-decoration: underline;
		pointer-events: auto;
	}
	footer .nav{
		margin: 10px 0 0;
		border-top: solid 1px #ddd;
	}
	footer .nav ul{
		display: flex;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		flex-wrap: wrap;
	}
	footer .nav li{
		width: 50%;
		margin: 0;
		display: block;
	}
	footer .nav li a{
		padding: 10px 0;
		border-bottom: solid 1px #ddd;
		display: block;
	}
	footer .nav li:nth-child(odd) a{
		border-right: solid 1px #ddd;
	}
	footer .copyright{
		margin: 10px 0 0;
	}
	footer .copyright small{
		font-size: 12px;
		font-size: 1.2rem;
	}

/* =========================================
  top page
========================================= */
	.top-page{
		min-width: auto;
	}
	.top-page .section-inner{
		width: auto;
	}
	.top-page .mv{
		margin: 0;
		padding: 150px 10px 20px;
		background-position: 50% 100%;
	}

/*  sec01
------------------------------------ */
	.sec01{
		margin: 40px 0 0;
	}
	.sec01 .blog,
	.sec01 .ceo-blog{
		width: auto;
		padding-right: 0;
		float: none;
		border: none;
	}

/*  sec02
------------------------------------ */
	.sec02{
		margin: 40px 0 0;
		padding: 0 10px;
	}
	.sec02-inner{
		padding: 50px 0;
	}
	.sec02 .heading{
		font-size: 22px;
		font-size: 2.2rem;
	}
	.sec02 .heading .jp{
		margin: 10px 0 0;
	}
	.sec02 .heading .jp span{
		font-size: 14px;
		font-size: 1.4rem;
		margin: 10px 0 0;
	}
	.sec02 .text p{
		margin: 30px 0 0;
	}

/*  sec03
------------------------------------ */
	.sec03{
		margin: 40px 0 0;
		padding: 0 10px;
	}
	.sec03-inner{
		padding: 30px 0;
	}
	.sec03 .heading{
		font-size: 24px;
		font-size: 2.4rem;
	}
	#slide li{
		width: 300px;
		height: 200px;
	}
	#slide li img{
		width: 300px;
		height: 200px;
	}
	.sec03 .more{
		margin: 40px 0 0;
	}
	.sec03 .more a{
		padding: 8px 60px;
	}

/*  sec04
------------------------------------ */
	.sec04{
		margin: 10px 0 0;
	}
	.sec04 .concept,
	.sec04 .feng-shui{
		width: auto;
		max-width: 580px;
		margin: 40px auto 0;
		float: none;
	}

/*  sec05
------------------------------------ */
	.sec05{
		margin: 50px 0 0;
		padding: 0 10px;
	}
	.sec05-inner{
		padding: 60px 0;
		background-size: cover;
	}
	.sec05 .news{
		width: auto;
		padding: 15px;
	}
	.sec05 .news .more {
		top: 30px;
		right: 20px;
	}
	/*
	.sec05 .company-info{
		width: auto;
		max-width: 580px;
		margin: 0 auto;
		float: none;
	}
	.sec05 .company-info .txt{
		line-height: 1.8;
		margin: 20px 0 0;
	}
	.sec05 .company-info .heading{
		font-size: 28px;
		font-size: 2.8rem;
		border-width: 7px;
	}
	.sec05 .map{
		width: 100%;
		height: 400px;
		margin: 40px 0 0;
		position: static;
	}
	*/

/*  sec06
------------------------------------ */
	.sec06{
		height: 300px;
		margin: 40px 0 0;
		background-attachment: inherit;
	}

/* =========================================
  sub page
========================================= */
	.sub-heading{
		margin: 0;
		padding: 50px 0;
	}
	.sub-heading h2{
		font-size: 24px;
		font-size: 2.4rem;
		padding: 13px 10px 7px;
	}
	.sub-page .breadcrumb li::before{
		margin: 0 5px;
	}
	.sub-page main{
		font-size: 15px;
		font-size: 1.5rem;
		margin: 0 0 80px;
	}

/*  concept page
------------------------------------ */
	#concept .anchor{
		text-align: center;
	}
	#concept .anchor li a:hover{
		background: transparent;
	}
	#concept #anchor01,
	#concept #anchor02,
	#concept #anchor03{
		margin-top: 0px;
		padding-top: 60px;
	}
	#concept .point-list .ttl{
		font-size: 20px;
		font-size: 2.0rem;
	}

/*  feng-shui page
------------------------------------ */

/*  case page
------------------------------------ */
	#case .case-detail{
		padding: 20px 15px;
	}
	#case .case-detail .heading{
		width: auto;
		float: none;
		margin: 0;
	}
	#case .case-detail .ttl{
		margin: 5px 0 0;
	}
	#case .case-detail .txt{
		margin: 20px 0 0;
	}
	#case .case-list li .img img{
		width: 300px;
		height: 200px;
	}

/*  voice page
------------------------------------ */

/*  company page
------------------------------------ */
	#company .map{
		height: 380px;
	}

/*  blog page
------------------------------------ */

/*  ceo-blog page
------------------------------------ */

/*  contact page
------------------------------------ */
	#contact .tel-number a{
		text-decoration: underline;
		pointer-events: auto;
	}
	#contact .submit-btn ul{
		max-width: 600px;
		margin: 0 auto;
		display: flex;
		display: -webkit-flex;
		display: -moz-flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	#contact .submit-btn li{
		margin: 30px 10px 0;
	}
	#contact .submit-btn li:first-child{
		margin-left: 10px;
	}
	#contact .table-box input,
	#contact .table-box textarea{
		width: 100%;
		box-sizing: border-box;
	}
	#contact .table-box input[type="radio"]{
		width: auto;
		margin-left: 0;
	}

}
@media screen and (max-width: 899px){
	#concept .point-list li{
		width: auto;
		margin: 20px 0 0;
		float: none;
	}
	#concept .point-list .img{
		text-align: center;
	}
}
@media screen and (max-width: 599px){
	.sec01 .img{
		float: none;
	}
	.sec01 .con{
		margin: 10px 0 0;
	}
	.sec01 h2{
		font-size: 28px;
		font-size: 2.8rem;
	}
	.sec01 .ttl{
		font-size: 17px;
		font-size: 1.7rem;
	}
	.sec01 .txt{
		font-size: 14px;
		font-size: 1.4rem;
	}
	.sec01 li{
		margin: 20px 0 0;
		padding: 0 0 20px;
	}
	.sec01 .img{
		margin: 0 auto;
	}
	.sec01 .more{
		text-align: right;
		margin: 5px 0 0;
		position: static;
	}
	#slide li{
		width: 150px;
		height: 100px;
	}
	#slide li img{
		width: 150px;
		height: 100px;
	}
	.sec04 .heading{
		font-size: 20px;
		font-size: 2.0rem;
	}
	.sec04 .con{
		width: auto;
		padding: 0 20px;
		float: none;
	}
	.sec04 .txt{
		margin: 0;
	}
	.sec04 .img{
		text-align: center;
		margin: 15px 0 0;
		float: none;
	}
	#voice .voice-list{
		margin: 20px 0 0;
	}
	#voice .voice-list li{
		width: 48%;
		margin-left: 4%;
	}
	#voice .voice-list li:nth-child(3n+1){
		margin-left: 4%;
	}
	#voice .voice-list li:nth-child(2n+1){
		margin-left: 0;
	}
	#voice .voice-list li .ttl{
		font-size: 13px;
		font-size: 1.3rem;
	}
	#voice .voice-list li .client{
		font-size: 12px;
		font-size: 1.2rem;
	}
	#case .case-list{
		margin: 20px 0 0;
	}
	#case .case-list li{
		width: 48%;
		margin-left: 4%;
	}
	#case .case-list li:nth-child(3n+1){
		margin-left: 4%;
	}
	#case .case-list li:nth-child(2n+1){
		margin-left: 0;
	}
	#case .case-list li .project-name{
		font-size: 13px;
		font-size: 1.3rem;
	}
	#case .case-list li .ttl{
		font-size: 12px;
		font-size: 1.2rem;
	}
	#concept .point-list .ttl{
		font-size: 17px;
		font-size: 1.7rem;
	}
	#concept .point-list .ttl span{
		width: 30px;
		margin-right: 10px;
	}
}
@media screen and (max-width: 529px){
	.sec05 .news .heading{
		font-size: 24px;
		font-size: 2.4rem;
		padding: 0 5px;
	}
	.sec05 .news dl{
		margin: 20px 0 0;
	}
	.sec05 .news dt{
		padding: 0;
		float: none;
	}
	.sec05 .news dd{
		margin: 5px 0 0;
		padding: 0;
	}
	/*.sec05 .company-info th,
	.sec05 .company-info td{
		width: auto;
		display: block;
	}
	.sec05 .company-info th{
		padding: 15px 10px;
		border: none;
	}
	.sec05 .company-info th span{
		border: 0;
	}
	.sec05 .company-info td{
		padding: 0 10px 15px;
	}*/
	#case .case-list li .img img{
		width: 163px;
		height: 108px;
	}
}

.img-center{
	text-align: center;
	margin-top: 20px;
}

.ion_table table{
  width: 100%;
  border-collapse: collapse;
	/* margin-top: 30px; */
	margin-top: 5px;
	font-size: 1.5rem;
}

.ion_table table th{
  position: relative;
  text-align: left;
  width: 20%;
  padding: 10px 0;
	/* border: dashed 1px #000000; */
}

.ion_table table td{
  text-align: left;
  width: 80%;
  /* text-align: center; */
  padding: 10px 0;
	padding-left: 20px;
	/* border: dashed 1px #000000; */
}

.ion_txt01{

}

.ion_txt02{
	font-size: 1.5rem;
	line-height: 2.5rem;
}

.ion_txt03{
	text-align: center;
	margin-top: 30px;
}

.ion_txt03 p{
	background-color: #8eb4e3;
  color: #fff;
  font-size: 2rem;
  /* text-align: center; */
  padding: 5px 20px 0px 20px;
  /* display: inline-block; */
	letter-spacing: 0.7rem;
	font-weight: bold;
	text-align:justify;
	text-align-last:justify;
}
.ion_txt03_01{
	width: 90%;
	margin: 30px auto 0;
}
.ion_txt03_02{
	width: 68%;
	margin: 30px auto 0;

}

.ion_txt03 span{
	display: block;
  font-size: 1.5rem;
}

.ion_txt04_wrap{
	display: flex;
}

.ion_txt04{
	width: 33%;
	border: solid 1px;
	padding: 0 10px 10px 10px;
}

.ion_txt04 .txt{
	margin-top: 10px;
	font-size: 1.4rem;
}

.section-inner_ion .text-box{
	margin: 10px 0 0;
}

@media screen and (max-width: 700px){
	.ion_txt04_wrap{
		flex-wrap: wrap;
	}

	.ion_txt04{
		width: 100%;
	}

	.ion_txt03 p{
	  font-size: 1.7rem;
		letter-spacing: 0.4rem;
		text-align: center;
		text-align-last: auto;
	}

	.ion_txt03 span{
	  font-size: 1.3rem;
	}
	.ion_txt03_01{
		width: 100%;
		margin: 30px auto 0;
	}
	.ion_txt03_02{
		width: 100%;
		margin: 30px auto 0;

}
}
