@charset "utf-8";

/* ハンバーガーメニュー Setting
=========================================================================================== */
nav.gnavSp {
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	background: rgba(18, 62, 112, 0.8);
	color: #000;
	transform: translateX(100%);
	transition: all 0.6s;
	width: 100%;
	height:100%;
	padding: 80px 4% 0px;
	overflow-y: scroll;
}
nav.gnavSp ul {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	margin-bottom:2em;
}
nav.gnavSp ul li {
	font-size: 16px;
	list-style-type: none;
	padding: 0;
	width: 100%;
	border-bottom: 1px dashed #FFF;
}
nav.gnavSp ul li a {
	display: block;
	color: #FFF;
	padding: 1em 0;
}



.headerTelSp{
    color: #FFF;
    font-size: 24px;
    text-align: center;
	margin-bottom:0.5em;
}
.headerTelSp a{
    color: #FFF;
}
.headerTelSp span{
    font-size: 14px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 1em;
}
/* メニュー展開時、背景スクロールの停止 */
body.fixed {
    width: 100%;
    height: 100%;
	position:fixed;
}
/* このクラスを、jQueryで付与・削除する */
nav.gnavSp.active {
	transform: translateY(0%);
}
/* ハンバーガーメニューアイコン Setting
=========================================================================================== */
.navBoxSp{
    width: 54px;
    height: 54px;
	cursor: pointer;
    align-items: center;
    justify-content: center;
	display:none;
	position:relative;
	z-index:9999;
}
.navToggle {
	display:none;
	width: 42px;
	height: 42px;
	text-align: center;
	position:relative;
}
.navToggle span {
	display: block;
	position: absolute;
	width: 30px;
	border-bottom: solid 3px #FFF;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	left: 6px;
}
.navToggle span:nth-child(1) {
	top: 10px;
}
.navToggle span:nth-child(2) {
	top: 20px;
}
.navToggle span:nth-child(3) {
	top: 30px;
}
/* ハンバーガーメニューアイコンタップ後の「X」Setting
=========================================================================================== */

/* 最初のspanをマイナス45度に */
.navBoxSp.active span:nth-child(1) {
	border-bottom: solid 3px #FFF;
	top: 18px;
	left: 6px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.navBoxSp.active span:nth-child(2),
.navBoxSp.active span:nth-child(3) {
	border-bottom: solid 3px #FFF;
	top: 18px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*----------------------------ハンバーガーメニューここまで-----------------------------*/

.showSp{
	display:none;
}
.showSp1100{
	display:none;
}
.showOnlySp1100{
	display:none;
}
.showSp960{
	display:none;
}


/*================================================================================================================================================
================================================================================================================================================ */
@media screen and (max-width: 1780px) {

.contents02 .contentsOverSet .contentsOverImg{
	width: 84%;
}
.contents02 .contentsOverSet .contentsOverTextBox .inner{
	width: 100%;
}
.contents02 .contentsOverSet .contentsOverTextBox{
	width: 60%;
}
}
/*================================================================================================================================================
================================================================================================================================================ */
@media screen and (max-width: 1100px) {
.hideSp1100{
	display:none;
}
.showSp1100{
	display:block;
}
.showOnlySp1100{
	display:block;
}
html{
	font-size:1vw;
}
/* Header Setting
=========================================================================================== */
#path{
	width:100%;
	padding-left:4%;
	padding-right:4%;
}
/* ALLcontents Setting
=========================================================================================== */
article section{
	width:100%;
	padding-left:4%;
	padding-right:4%;
}
/* 下層ページOnly Setting
=========================================================================================== */

/* topics Setting
=========================================================================================== */


/* index Setting
=========================================================================================== */
.introContents{
    margin-top: -100px;
    padding-top: 100px;
}
.contents02 .contentsOverSection .inner{
    width:100%;
	padding-left:4%;
	padding-right:4%;
}
/* footer Setting
=========================================================================================== */
footer section{
	width:100%;
	padding-left:4%;
	padding-right:4%;
}
}
/*================================================================================================================================================
================================================================================================================================================ */
@media screen and (max-width: 960px) {
.hideSp960{
	display:none;
}
.showSp960{
	display: block;
}
#headerSet #headerMenuSet{
	display:none;
}
.navBoxSp{
	display: flex;
}
.navToggle{
	display: block;
}
}
/*================================================================================================================================================
================================================================================================================================================ */
@media screen and (max-width: 767px) {
.hideSp{
	display:none;
}
.showSp{
	display:block;
}
.showOnlySp1100{
	display:none;
}
html{
	font-size:40%;
}
#wrapper {
    margin-top: 72px;
}
/* Header Setting
=========================================================================================== */
#headerSet{
    padding: 0 4%;
    height: 72px;
}
#headerSet #headerLogoSet #headerLogo img{
    width: 60px;
}
#headerSet #headerLogoSet #headerLogo a span{
    font-size: 20px;
}
#path{
	display:none;
}
/* ALLcontents Setting
=========================================================================================== */
#subContentsHead{
    padding: 0 4%;
}
#subContentsHead .mainVisual{
    height: 28vh;
    min-height: inherit;
}
#subContentsHead .mainVisual .mainTitle span{
    font-size: 16px;
    display: block;
    margin-left: 0;
}
#subContentsHead:after{
	width: 340px;
    height: 300px;
}
article section{
	padding:40px 4%;
}

.btnStyle1{
    text-align: center;
}
.btnStyle1 a{
	display:block;
    min-width: inherit;
    width: 68%;
    padding: 1em 1.5em;
    margin: 0 auto;
}
table colgroup{
	display:none;
}
.columnSet{
    display: block;
}
.column3List{
    display: block;
}
.column3List li{
    width: 100%;
    margin-left: 0;
    margin-bottom: 4em;
}
.column3List li:last-child{
    margin-bottom: 0;
}
/* about Setting
=========================================================================================== */
.overLapColumnSet .img{
    max-width: inherit;
    width: 100%;
}
.overLapColumnSet .text{
    position: static;
    width: 100%;
    max-width: inherit;
    margin-top: -3em;
    padding: 0;
}
.overLapColumnSet .text h2{
    background: #FFF;
    display: inline-block;
    padding: 0.5em 1em 0.5em 0;
    border-bottom: none;
    text-align: left;
    font-size: 20px;
    width: 80%;
}

.aboutBox{
    margin-top: 50vw;
}
.aboutBox h2{
    font-size: 24px;
}
.aboutBox p{
    font-size: 13px;
}
.historySet{
    width: 100%;
}
.historySet:before{
    left: 7px;
    height: calc(100% - 10em);
}
.historySet .historyList{
    display: block;
}
.historySet .historyList dt{
    margin-bottom: 1em;
    width: 100%;
    font-size: 18px;
}
.historySet .historyList dd{
    width: 100%;
    margin-left: 0;
    padding-left: 3em;
    font-size: 14px;
}
.historySet .historyList dd strong{
    font-size: 16px;
}
/* service Setting
=========================================================================================== */
.serviceList li{
    width: 48%;
    margin-left: 4%;
}
.serviceList li:nth-child(3n+1){
    margin-left: 4%;
}
.serviceList li:nth-child(2n+1){
    margin-left: 0;
}
.serviceList li h3 + p{
    font-size: 14px;
    line-height: 140%;
}
.serviceGraphColumnSet{
    display: block;
}
.serviceGraphColumnSet .serviceGraphText{
    width: 100%;
}
.serviceGraphColumnSet .serviceGraphImg{
    width: 100%;
    margin-left: 0;
}
.checkList{
    font-size: 16px;
}
/* company Setting
=========================================================================================== */
.companyTable{
    display: block;
}
.companyTable th{
    display: block;
    padding: 0;
}
.companyTable td{
    display: block;
    padding: 0;
    margin-bottom: 2em;
}


/* index Setting
=========================================================================================== */
#mainVisualImgSet div{
    height: 70vh;
}
.introContents{
    background-position: center;
    background-image: url("../images/index/intro_bg_sp.png"); 
}
.introContents h2{
    font-size: 24px;
}
.introContents .topIntroText{
    line-height: 2;
    font-size: 14px;
}
.contents02{
    position: static;
    overflow: inherit;
}
.contents02 .contentsOverSet{
    position: static;
}
.contents02 .contentsOverSet .contentsOverImg{
    width: 100%;
}
.contents02 .contentsOverSet .contentsOverTextBox{
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    position: relative;
    border-radius: 0;
    /*margin-top: -8em;*/
}
.contents02 .contentsOverSet .contentsOverTextBox h2{
    background: #E7EFF8;
    padding: 1em 4%;
    margin: -5em calc(50% - 50vw) 0;
    width: 70vw;
    font-size: 20px;
}
.contents02 .contentsOverSet .contentsOverTextBox .inner p{
    font-size: 14px;
}

.contents03 .imgBox{
    display: block;
}
.contents03 .imgBox .imgBoxThumbnail{
    width: 100%;
}
.contents03 .imgBox .imgBoxText{
    width: 100%;
    margin-left: 0;
    padding: 2em 4%;
}
.contents03 .imgBox .imgBoxText h2{
    text-align: center;
}
.contents03 .imgBox .imgBoxText p{
    font-size: 14px;
}
.contents04 .accessColumnSet{
    display: block;
}
.contents04 .accessColumnSet .accessColumnText{
    width: 100%;
    margin-bottom: 2em;
    text-align: center;
}
.contents04 .accessColumnSet .accessColumnText .accessLogo{
    justify-content: center;
}
.contents04 .accessColumnSet .accessColumnImg{
    width: 100%;
    margin-left: 0;
}
.map iframe{
    height: 240px;
}
/* footer Setting
=========================================================================================== */
footer section{
	padding:40px 4%;
}
footer .footerList{
    font-size: 14px;
}
}
@media screen and (max-width: 579px) {
}