@charset "utf-8";

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

.spTtl{
    text-align: center;
}
.spTtl a{
    font-size: 24px;
    color: #FFF;
    display: inline-block;
}
.headerTelSp{
	text-align:center;
}
.headerTelSp a{
	color:#FFF;
	display:inline-block;
}
.headerTelSp a span{
	font-size:14px;
	display:block;
}
.headerTelSp a strong{
	font-size: 24px;
    display: flex;
    align-items: center;
}
.headerTelSp a strong:before {
    content: "";
    display:block;
    width: 36px;
    height: 36px;
    background-image: url(../images/icon_tel.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}
/* メニュー展開時、背景スクロールの停止 */
body.fixed {
    width: 100%;
    height: 100%;
	position:fixed;
}
/* このクラスを、jQueryで付与・削除する */
nav.gnavSpSet.active {
	transform: translateY(0%);
}
/* ハンバーガーメニューアイコン Setting
=========================================================================================== */
.navBoxSp{
	background: #3BAB7E;
    width: 60px;
	cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
	display:none;
	position:relative;
	z-index:9999;
    height: 100%;
}
.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: 1100px) {
.hideSp1100{
	display:none;
}
.showSp1100{
	display:block;
}
html{
	font-size:1vw;
}
.imgOnlyStyle img{
    max-width: 100%;
}
/* Header Setting
=========================================================================================== */
#headerSet{
	padding:0 0 0 4%;
	height:60px;
}
#headerSet #headerMenuSet{
	display:none;
}
#headerSet #headerContactBtn{
	display:none;
}
.navBoxSp{
	display: flex;
}
.navToggle{
	display: block;
}
#path{
	width:100%;
	padding-left:4%;
	padding-right:4%;
}
/* ALLcontents Setting
=========================================================================================== */
#subContentsHead .mainVisual{
    width: 100%;
}
article section{
	width:100%;
	padding-left:4%;
	padding-right:4%;
}
article section.sectionStyle1{
    width:100%;
	padding:60px 4%;
}
/* company Setting
=========================================================================================== */
.companyTable{
    width: 100%;
}
/* index Setting
=========================================================================================== */
#mainVisual:after{
    background-size: cover;
    height: 180px;
}
#mainVisual .mainCatch strong{
    font-size: 4.8rem;
}
/* footer Setting
=========================================================================================== */
.footerColumnSet{
	width:100%;
	padding-left:4%;
	padding-right:4%;
}
}
	
@media screen and (max-width: 960px) {
.hideSp960{
	display:none;
}
.showSp960{
	display: block;
}
}
	
@media screen and (max-width: 767px) {
.hideSp{
	display:none;
}
.showSp{
	display:block;
}
html{
	font-size:40%;
}

/* Header Setting
=========================================================================================== */
#headerSet #headerLogo{
    font-size: 16px;
}
#headerSet #headerLogo strong{
    font-size: 24px;
}
#path{
	display:none;
}
/* ALLcontents Setting
=========================================================================================== */
#subContentsHead{
	margin-bottom:0;
}
#subContentsHead .mainVisual{
    min-height: inherit;
}
article section{
	padding:40px 4%;
}
.btnStyle1 a{
    width: 100%;
}
.anchor{
    padding-top: 100px;
    margin-top: -100px;
}
.columnSet{
	display:block;
}
.columnSet .column2{
	width:100%;
	margin-left:0;
	margin-bottom:4em;
}
table colgroup{
	display:none;
}
/* service Setting
=========================================================================================== */
.cateBtnList li{
    width: 48%;
    margin-left: 4%;
}
.cateBtnList li:nth-child(3n+1){
    margin-left: 4%;
}
.cateBtnList li:nth-child(2n+1){
    margin-left: 0;
}
.cateBtnList li a{
    padding: 1em 0.5em;
    font-size: 14px;
}
.cateBtnList li a:before{
    right: 1em;
}
.serviceColumnSet{
    display: block;
}
.serviceContents .serviceColumnSet .serviceText{
    width: 100%;
}
.serviceContents .serviceColumnSet .serviceText h2{
    font-size: 24px;
    text-align: center;
}
.serviceContents .serviceColumnSet .serviceImg{
    width: 100%;
    margin-left: 0;
}
.serviceContents .serviceColumnSet .serviceImg .imgOnlyStyle{
    margin-bottom: 0;
}

.serviceContents .merit{
    display: block;
}
.serviceContents .merit li{
    width: 100%;
    margin-left: 0;
    display: flex;
    align-items: center;
    margin-bottom: 1em;
}
.serviceContents .merit li .imgOnlyStyle{
    width: 34%;
    margin-bottom: 0;
}
.serviceContents .merit li strong{
    width: 66%;
    font-size: 16px;
    text-align: left;
    padding-left: 1.5em;
}
.serviceContents .serviceBox h3{
    font-size: 20px;
    text-align: center;
}
.serviceContents .serviceBox .inner{
    padding: 1.5em 8%;
}
.serviceContents .serviceBox .inner ul{
    display: block;
}
.serviceContents .serviceBox .inner ul li{
    width: 100%;
    margin-left: 0;
    font-size: 16px;
    margin-bottom: 1em;
}
.serviceContents .serviceBox .inner ul li:last-child{
    margin-bottom: 0;
}
/* company Setting
=========================================================================================== */
#subContentsHead.companyHead{
    background-position: 70% bottom;
}
.greetingColumnSet{
    display: block;
}
.greetingColumnSet .greetingText{
    width: 100%;
}
.greetingColumnSet .greetingText .h2Style1{
    text-align: center;
}
.greetingColumnSet .greetingText .imgOnlyStyle{
    text-align: center;
}
.greetingColumnSet .greetingText .imgOnlyStyle img{
    width: 60%;
}
.companyTable th,
.companyTable td{
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.companyTable th{
    padding-bottom: 0;
}
.companyTable td{
    padding-top: 0.5em;
}
/* index Setting
=========================================================================================== */
#mainVisual{
    height: 84vh;
}
#mainVisual:after{
    height: 80px;
    bottom: -1px;
}
#mainVisual .mainCatch{
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
}
#mainVisual .mainCatch img{
    width: 100%;
}
.contents01 h2{
    font-size: 24px;
}
.contents01 p{
    text-align: left;
}
.contents02 .troubleList{
    display: block;
}
.contents02 .troubleList li{
    width: 100%;
    margin-left: 0;
}
.contents03 .indexServiceList{
    display: block;
}
.contents03 .indexServiceList li{
    width: 80%;
    margin: 0 auto 2em;
}
.contents03 .indexServiceList li:nth-child(3n+1){
    margin: 0 auto 2em;
}
.contents04{
    background-image: url(../images/index/bg_company_sp.jpg);
}
.contents04 .companyBox a{
    display: block;
}
.contents04 .companyBox a .textBox{
    width: 100%;
    padding: 2em 8%;
}
.contents04 .companyBox a .textBox h2{
    margin-bottom: 0.5em;
}
.contents04 .companyBox a .imgOnlyStyle{
    width: 100%;
    height: 40vw;
}
.contents05 .faqList dt,
.contents05 .faqList dd p{
    font-size: 16px;
    line-height: 1.2;
}
.contents05 .faqList dt span,
.contents05 .faqList dd span{
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
}


/* footer Setting
=========================================================================================== */
footer #footerArea{
    margin-top: 80px;
}
footer #footerArea:before{
    height: 80px;
    background-size: cover;
}
.footerColumnSet{
	display:block;
    padding: 2em 0;
}
.footerColumnSet .columnL{
    width: 100%;
    margin-left: 0;
    margin-bottom: 2em;
}
.footerColumnSet .columnR{
    width: 100%;
    text-align: center;
}
.footerColumnSet .columnR #footerLogo a{
    font-size: 18px;
}
.footerColumnSet .columnR p{
    font-size: 16px;
}
}
@media screen and (max-width: 579px) {
}