@charset "utf-8";
/***********************************************************************************************************************
* 基本構造
***********************************************************************************************************************/
html {
    width: 100%;
}
body{
	font-size: 1.6rem;/*基準*/
	color:#535353;
	line-height: 1.5em;

}

/*	font-size: 1.13em;/*18px*/
/*	font-size: 0.87em;/*14px*/
/*	font-size: 0.81em;/*13px*/
/*	font-size: 0.75em;/*12px*/


*{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.conts{
	max-width: 1000px;
	margin: 0 auto;
	padding:0 6%;
}


/*アンカー*/
a{
	color:#545466;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
	opacity: 1;
}

a:hover{
	opacity: 0.5;
}
	.link{ color:#EE7722}

	.under{
		text-decoration: underline;
	}

	a[href^="tel:"] {
	    pointer-events: none;
	}

/*画像切り替えなど*/
.sp{ display: none !important; }
.pc{ display:block !important; }


	img{ max-width: 100%; height: auto;}

	/*画像幅100%*/
	img.wide{ width: 100%; height: auto;}

.bg-img{
	position: relative;
	padding-top: 35%;
}

/*ローディング*/
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 9999;
}


#loader {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 60px;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  z-index: 10000;
}

/*ローダー・サークル*/
.loader1{
  width:45px;
  height:45px;
  border-radius:50%;
  border:2px solid rgba(0,0,0,0.2);
  border-top-color:rgba(0,0,0,0.4);
  /* border-top-color:#00468C; */
  box-sizing:border-box;
  display: inline-block;
  animation:loading 0.8s linear infinite;
  -webkit-animation:loading 0.8s linear infinite;
}
	@keyframes loading{
	  0%{transform:rotate(0deg)}
	  100%{transform:rotate(360deg)}
	}
		@-webkit-keyframes loading{
		  0%{-webkit-transform:rotate(0deg)}
		  100%{-webkit-transform:rotate(360deg)}
		}

.loader2{
	display: inline-block;
	display: none;
	width:45px;
  	height:45px;
	position: absolute;
	background: #fff;
	margin: 0 auto;
	animation:loading0 1s linear infinite;
 		 -webkit-animation:loading0 1s linear infinite;
	}

.loader2::after{
	content:"";
	position: absolute;
	display: block;
	width: 33.33%;
	height: 33.33%;
	bottom:-1px;
	right:-1px;
	background: #E62320;
	}
/*	@keyframes loading1{
		  0%{opacity:0;}
		  50%{opacity:1;}
		  100%{opacity:0;}
		}
			@-webkit-keyframes loading1{
				0%{opacity:0;}
				50%{opacity:1;}
			  	100%{opacity:0;}
			}*/

.loader2::before{
	content:"";
	position: absolute;
	display: block;
	width: 33.33%;
	height: 33.33%;
	bottom:33.33%;
	right:33.33%;
	background: #E62320;
}

#all-wrap{
	position: relative;
	z-index: 1;
	overflow: hidden;
}

body #all-wrap.lower{
	opacity: 0;
	background: #F6F9FC;
}

/*グーグルフォント*/
.ft-ops{
	line-height: 1.2em;
	font-family: 'Open Sans', sans-serif;
}
.ft-ebg{
	line-height: 1.2em;
	font-family: 'EB Garamond', serif;
}

/***********************************************************************************************************************
* パーツ
***********************************************************************************************************************/
/*見出し*/
.headline-lg{
	text-align: center;
}

.headline-lg .title{
	position: relative;
	display: inline-block;
	font-size: 3rem;
	color:#fff;
}
.headline-lg .title::after{
	content:"";
	position: absolute;
	display: block;
	width: 90px;
	height: 1px;
	bottom:-10px;
	left:50%;
	background: #fff;
	margin-left: -45px;
}

.headline-lg sub{
	color:#fff;
	font-size: 1.6rem;
	display: block;
}

.headline-m{
	text-align: center;
	font-size: 2.6rem;
	line-height: 1.84em;
	color:#000;
}



/*ボタン*/

.square-btn{
	position: relative;
	display: block;
	margin:0 auto;
	max-width: 270px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 1.13em;
	background: #fff;
	color:#32747d;
	font-weight: bold;
}

.square-btn::after{
	content: "";
	position: absolute;
	display: block;
	top:50%;
	right:20px;
	width: 10px;
	height: 10px;
	border-top: solid 1px #32747d;
	border-right: solid 1px #32747d;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);

	transform-origin :100% 0;
}

/*テーブル*/


#menu-button{
	display:none;
}

/*ヘッダー*/
header {
    position: fixed;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    padding: 30px 0 30px 50px;
    width: 100%;
    background: #fff;
	z-index: 3;
}

header .logo{
	width:50%;
}
header nav{
	position: relative;
	width: 50%;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	-webkit-align-items: flex-end;
    align-items: flex-end;
}

header nav .menu {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;

    width: 100%;
    padding-right: 286px;
}
header nav .menu>li{
	display: block;
	padding: 0 2vw;
	text-align: center;
}
header nav .menu>li>a{
	display: block;
}

header nav .menu>li>a>span {
    display: block;
    color: #eb6100;
    font-size: 1.4rem;
    line-height: 1.2em;
}

header nav .menu>li>a>em{
	display: block;
	font-weight: bold;
	font-size: 1.8rem;
}
.info-box{
	position: absolute;
	right:0;
	bottom:0px;
	width: 100%;
	max-width: 286px;
	padding: 0 18px;
}
.info-box p{
	font-size: 1.5rem;
	margin-bottom: 5px;
	text-align: center;
}
.info-box a{
	font-size: 2.4rem;
	width: 100%;
	max-width: 250px;
	display: block;
	line-height: 60px;
	height:60px;
	padding-left: 72px;
	-webkit-border-radius: 35px;
	border-radius: 35px;
	color:#fff;
	background-color: #eb6100;
	background-image:url(../img/tel.png) ;
	background-position:20px center;
	background-repeat:no-repeat;
	font-weight: 600;
}
footer {
	border-top:1px solid #535353;
	position: relative;
}
footer .footer-block{
	max-width: 1100px;
	margin:0 auto;
	padding: 4em 0 2.8em;
}

footer .footer-block .logo-box{
	width: 25%;
    margin: 0 30px;
    padding: 0 20px;
}
footer .footer-block .adrs-box{
	width: 60%;
}

footer .footer-block .adrs-box address{
	margin-bottom: 5px;
	font-size: 0.87em;
}

footer .footer-block .adrs-box p{
	font-size: 0.87em;
	color:#eb6100;
}

footer .copyright{
	background: #eb6100;
	padding:20px 10px 15px;
	text-align: center;
	color:#fff;
	font-size: 1.2rem;
}
footer .copyright>span{

}
footer #pagetop{
	position: absolute;
	right:15px;
	top:-51px;
	background: #eb6100;
	z-index:3;
}
footer #pagetop a{
	width: 50px;
	height:50px;
	position: relative;
	display: block;
}
footer #pagetop a::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 16px;
    width: 16px;
    height: 16px;
    margin-top: -2px;
    border-top: solid 1px #fff;
    border-left: solid 1px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/************************************************************
* トップページ
*************************************************************/

.main,
.top-main{
	padding-top: 140px;
}
.main-slider .swiper-slide{
	position: relative;
	z-index: 1;
}

.main-slider .inner{
	height: calc(100vh - 140px);
}
.main-slider .txt-layer{
	position: absolute;
	left:7%;
	bottom:98px;
	font-size: 5.2rem;
	line-height: 1.2em;
	color:#fff;
	font-weight: 900;
	-webkit-text-shadow:0px 0px 5px rgba(0,0,0,0.8),0px 0px 8px rgba(0,0,0,0.8),0px 0px 10px rgba(0,0,0,0.8);
	text-shadow:0px 0px 5px rgba(0,0,0,0.8),0px 0px 8px rgba(0,0,0,0.8),0px 0px 10px rgba(0,0,0,0.8);
}
@media screen and (max-width: 1400px){
	.main-slider .txt-layer { font-size: 4.5rem;}
	.main-slider .txt-layer .spbr{ display: block;}
}

.top-service{
	padding: 3.4em 0;
	color:#fff;
}
.top-service .headline-lg {
    margin-bottom: 3.4em;
}

.top-service .top-service-title{
	text-align: center;
	font-size: 3.6rem;
	margin-bottom: 0.2em;
}

.top-service .top-service-exp{
	text-align: center;
	font-size: 2.4rem;
	padding-bottom: 1.45em;
}


.service-items{
	max-width: 1020px;
	margin:0 auto;
}


.service-items>li{
	position: relative;
	width: 150px;
	height: 150px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border:2px solid #fff;
	text-align: center;
	margin: 0 3.9%;
	font-size: 2rem;
	color:#fff;
	margin-bottom: 30px;
}
.service-items>li>span{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.top-service .btn-area{
	margin-top: 2.5em;
}

.top-section-block{
	width: 100%;
}

.top-section-block>.top-greetings,
.top-section-block>.top-about{
	width: 50%;
	position: relative;
}
.top-section-block .headline-lg{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 3;
}

.top-section-block a{
	position: relative;
	z-index: 1;
	display: block;
	background-color: rgba(0,0,0,1);
	overflow: hidden;
}
.top-section-block a:hover{
	opacity: 1;
}

.top-section-block a img{
	position: relative;
	display: block;
	z-index: 2;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
		-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
	vertical-align: top;
}

.top-section-block a:hover img{
	position: relative;
	z-index: 2;
	opacity: 0.5;
}


.top-section-block2{
	padding: 2.5em 6%;
	background: #eeeeee;
}
.to-section-block .txt-box{
	width:77%;	
}

/*ニュース*/

.top-news{
	margin-bottom: 2.5em;
}
.news-block>article{
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	padding-bottom: 0.5em;
	margin-bottom: 0.7em;
	border-bottom :1px solid #a0a0a0;
}
.news-block>article>time{
	white-space: nowrap;
	padding-right: 1em;
	width: 20%;
	font-weight: bold;
	color:#959595;
	font-family: 'Open Sans', sans-serif;;
}
.news-block>article p{
	width: 80%;
	font-size:14px;
}
.to-section-block{
	max-width: 1100px;
	width: 100%;
	margin:0 auto;
	padding:2.5em 4.75em ;
	background: #fff;
}

.to-section-block .headline-lg{
	width: 23%;
	text-align: left;
}
.to-section-block .headline-lg>sub{
 	color :#f19149;
}
.to-section-block .headline-lg>.title{
	color:#535353;
	font-size: 2.2rem;
	position: relative;
}
.to-section-block .headline-lg .title::after {
    background: #d2d2d2;
    left:50%;
    margin-left: -45px;
}

.top-news {
    margin-bottom: 1.9em;
}


.contact-block .tel-box{
	width: 320px;
}
.contact-block .exp-box{
	width: calc(100% - 320px);
}

.contact-block .exp-box dl{
	margin-left: 6%;
}
.contact-block .exp-box dl>dt{
	color:#1b1b1b;
	font-size: 2rem;
	line-height: 1.4em;
}
.contact-block .exp-box dl>dd{
	font-size: 2.2rem;
	line-height: 1.4em;
}

.contact-block .info-box{
    position: static;
    right: 0;
    bottom: 0px;
    padding: 0;
}
.contact-block .info-box a{
    width: 100%;
    margin:0 auto;
    font-size: 3rem;
    max-width: 280px;
    padding-left: 60px;
}

.contact-block .tel-box {
    width: 100%;
}
.contact-block .info-box {
    max-width: 100%;
    margin-bottom: 20px;
}

.contact-block .exp-box {
    width:100%;
}

.contact-block .exp-box dl>dt {
    font-size: 1.7rem;
}
.contact-block .exp-box dl>dd {
    font-size: 1.9rem;
}

/*******************
下層ページ共通
*********************/
.main-visual{
	position: relative;
}


.main-visual .txt-layer{
	position: absolute;
	left:30px;
	bottom:30px;
	color:#fff;
}

.main-visual .txt-layer .jp{
	font-size: 2.4rem;
	font-weight: normal;
}
.main-visual .txt-layer .en{
	font-size: 5.8rem;
	line-height: 1em;
	font-weight: normal;
}

.main-contents{
	padding-top: 90px;
}

/*****************
ごあいさつ
******************/
#greetings{}
#greetings .writing {
	padding-top: 5%;
}
#greetings .writing p{
	line-height: 2em;
	margin-bottom: 1.5em;
}
#greetings .writing .author{
	display: block;
	text-align: right;
}
#greetings .eight-words{
	text-align: center;
	padding-top: 4em;
}
#greetings .eight-words .title{
	margin-bottom: 2em;
}
#greetings .eight-words .picture{
	width: 100%;
	display: block;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	background-position: center 100%;
}
#greetings .eight-words .picture .inner{
	padding: 0 5% 20%;
}

/*****************
サービス
******************/
#service .section-headding {
	position: relative;
	text-align: center;
	padding-top:5em;
	padding-bottom: 1em;
}

#service .section-headding::after {
	content:"";
	position: absolute;
	display: block;
	width: 90px;
	height: 2px;
	bottom:0;
	left:50%;
	margin-left:-45px;
	background: #3196bf;
}

#service .section-headding .mark{}
#service .section-headding .service-title{
	font-size: 2.6rem;
	font-weight: normal;
	margin:1em 0 1em; 
}



#service .competence{
	margin: 3em 0;
}
#service .competence .box{
	width: 33%;
	background: #eeeeee;
	line-height: 2em;
}
#service .competence .box:nth-child(2){
	background: #dfdfe4;
}
#service .competence .box .title {
	padding: 2.3em 1em 2em;
	text-align: center;
}

#service .competence .box .title .en{
	font-size: 3rem;
	font-weight: normal;
	margin-bottom: 0.7em;
}

#service .competence .box .title .jp{
	font-size: 3rem;
	font-weight: normal;
}

#service .competence .box img{}
#service .competence .box p {
    padding: 1.5em 7% 3em;
    line-height: 2em;
}

#service .column{
	background: #5cbbe2;
	max-width: 1128px;
	margin:0 auto;
	color:#fff;
	padding-top: 1.87em;

}

#service .column-wrap{
	padding: 0 5%;
}

#service .column .column-title{
    padding-left: 3em;
	padding-bottom:0.4em;
	display: inline-block;
	border-bottom: 1px solid #fff;
}
#service .column .column-title .en{
	font-size: 6.8rem;
	margin-right: 0.5em
}
#service .column .column-title .jp{
	font-size: 2.4rem;
}
#service .column .inner{
	padding:2em 4.5em 3em;
}
#service .column .inner p{
	line-height: 2em;
}


.service-section2{
	padding:0 6%;
}


.eight-service{
	padding-top: 4em;
}
.eight-service .title{
	text-align: center;
	font-size: 3rem;
	font-weight: normal;
	color: #3297bf;
	margin-bottom: 2em;
}

.drw-area{
	max-width: 1150px;
	margin:0 auto 80px;
	line-height: 2em;
}
.drw-area .drw-block{
	margin-bottom: 1px;
}
.drw-area .drw-block .drw-head{
	position: relative;
	cursor: pointer;
	padding:0.8em 1.5em;
	font-size: 2.4rem;
	background: #5ab2bf; /* Old browsers */
	background: -moz-linear-gradient(top, #5ab2bf 0%, #2e95bf 100%);
	background: -webkit-linear-gradient(top, #5ab2bf 0%,#2e95bf 100%);
	color:#fff;
}
.drw-area .drw-block .drw-head::after{
	content: "";
	position: absolute;
	display: block;
	top:50%;
	margin-top: -1px;
	right:50px;
	width: 18px;
	height: 18px;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}


.drw-area .drw-block .drw-head.open::after{
	content: "";
	position: absolute;
	display: block;
	top:50%;
	margin-top: -13px;
	right:50px;
	width: 18px;
	height: 18px;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.drw-area .drw-block .drw-box{
	padding: 2em 5%;
	color:#434343;
	background: #ecfbff;
	border:1px solid #3095bf;
}
.drw-area .drw-block .drw-box .inner-conts{
	max-width: 830px;
	margin:0 auto;
}
.drw-area .drw-block .drw-box .inner-conts p{
	margin-bottom: 1.8em;
}
.drw-area .drw-block .drw-box .detail-block{}
.drw-area .drw-block .drw-box .detail-block .head-box{
	white-space: nowrap;
	width: 20%;
	border-right: 1px solid #00739e;
}
.drw-area .drw-block .drw-box .detail-block .list-box{
	width: 40%;
	padding-left:3em;
}

.drw-area .drw-block .drw-box .detail-block2{}
.drw-area .drw-block .drw-box .detail-block2 .txt-box{
	width: 77%;
	padding-right: 1em;
}
.drw-area .drw-block .drw-box .detail-block2 .img-box{
	width: 23%;
}
.drw-area .drw-block .drw-box .detail-block2 .mark-title{
	font-weight: normal;
	margin-bottom: 5px;
}
.drw-area .drw-block .drw-box .detail-block2 .mark-list{}
.drw-area .drw-block .drw-box .mark-list>li{
	position: relative;
	padding-left: 1em;
}
.drw-area .drw-block .drw-box .mark-list>li>span{
	position: absolute;
	left:0;
	top:0
}

.drw-area .drw-block .drw-box .lg-img{
	margin-top: 2em;
}

.drw-area .drw-block .drw-box .detail-block3{}

.drw-area .drw-block .drw-box .detail-block3 .txt-box {
    width: 55%;
    padding-right: 3em;
}

.drw-area .drw-block .drw-box .detail-block3 .img-box{
	width: 45%;
}

/*
法人概要
*/

#about{
	color:#000;
}
#about .company-info-section{
	margin-bottom: 4.8em;
	padding: 0 6%;
}
#about .company-history-section{
	margin-bottom: 6.25em;
	padding: 0 6%;
}
#about .headline-m{
	margin-bottom: 1.5em;
}

#about .table-area{
	max-width: 1140px;
	margin:0 auto;
}

#about .table-area{
	max-width: 1140px;
	margin:0 auto;
}

.table-area table{
	width: 100%;
	border-top:3px solid #000;
	border-bottom:3px solid #000;
}
.table-area table>tbody{}
.table-area table>tbody>tr{}
.table-area table>tbody>tr:nth-child(2n){
	background: #f5f5f5;
}
.table-area table>tbody>tr>th{
	width: 17%;
	padding:0.8em 0.5em;
	white-space: nowrap;
	vertical-align: top;
	font-weight: normal;
	text-align: left;
}
.table-area table>tbody>tr>td{
	padding:0.8em 6% 0.8em 0.5em ;
}


.table-area .iframe-block{
	position: relative;
	width: 100%;
	margin-top: 1em;
	padding-top: 36.3%;
	margin-bottom: 10px;
}

.table-area .iframe-block iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	left:0;
	top:0;
}

#about .table-area .person-block{
	padding: 10px 0 20px;
	margin-bottom: 10px;
	border-bottom:1px solid #d2d2d2;
}
#about .table-area .person-block:last-child{
	border-bottom:none;
}




#about .table-area .person-block>.txt-box{
	width: -webkit-calc( 100% - 300px );
	width: calc( 100% - 300px );
}
#about .table-area .person-block>.img-box{
	width: 300px;
}

#about .table-area .person-block .name{
	font-size: 2.2rem;
	padding-top: 45px;
	margin-bottom: 0.6em;
}
#about .table-area .person-block .name>span{
	font-size: 1.6rem;
	display: inline-block;
	margin-left: 0.5em;
}
#about .table-area .person-block .name>span a{
	color: #0068b7;
}

#about .table-area .person-block .profile{
	position: relative;
}

#about .table-area .person-block .profile dt{
	position:relative;
}
#about .table-area .person-block .profile dt::after{
	content:"";
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	top:50%;
	left:0;
	background: #000;
	z-index: 1;
}
#about .table-area .person-block .profile dt>span{
	position: relative;
	display: inline-block;
	background: #f5f5f5;
	z-index: 2;
	padding-right: 10px;
	font-size: 1.6rem;
	margin-bottom: 0.5em;
}
#about .table-area .person-block ul>li{
	line-height: 1.6em;
}





/***********************************************************************************************************************
* 横サイズ1200px以下
***********************************************************************************************************************/
@media screen and (max-width: 1200px){

	header {
	    padding: 54px 0 30px 50px;
	}

	header .logo {
	    width: 35%;
	}

	header nav .menu>li>a>em {
	    font-size: 1.6rem;
	}

}