@charset "utf-8";

/* ハンバーガーメニュー Setting
=========================================================================================== */
nav.gnavSp {
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	color: #000;
	transform: translateX(100%);
	transition: all 0.6s;
	width:  100%;
	height:100%;
	padding: 100px 4% 80px;
	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;
    border-bottom: 1px solid #f2f2f2;
	padding: 0;
	width: 100%;
}
nav.gnavSp ul li a {
	display: block;
	color: #FFF;
	padding: 1em 0;
}

nav.gnavSp .subMenu{
    display: flex;
}
nav.gnavSp .subMenu li{
    border-bottom: none;
    font-size: 14px;
    width: 49%;
    margin-left: 2%;
}
nav.gnavSp .subMenu li:nth-child(2n+1){
    margin-left: 0;
}
nav.gnavSp .subMenu li a{
    padding: 0;
    display: inline-block;
}


.headerContactSp{
    margin-bottom: 0.5em;
}
.headerContactSp a{
    background: #00A0E6;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	color:#FFF;
    padding: 1em;
}
.headerContactSp a:before{
	content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/icon_mail_g.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    vertical-align: middle;
}
.headerTelSp{
	text-align:center;
    margin-bottom: 0.5em;
}
.headerTelSp a{
	color:#FFF;
}
.headerTelSp a span{
	font-size:14px;
    line-height: 1.8;
}
.headerTelSp a strong{
	display:block;
	font-size: 28px;
	vertical-align:middle;
}
.headerTelSp a strong:before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url(../images/icon_tel.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}


/* メニュー展開時、背景スクロールの停止 */
body.fixed {
    width: 100%;
    height: 100%;
	position:fixed;
}
/* このクラスを、jQueryで付与・削除する */
nav.gnavSp.active {
	transform: translateY(0%);
}
/* ハンバーガーメニューアイコン Setting
=========================================================================================== */
.navBoxSp{
	background: #00A0E6;
    width: 64px;
	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;
}
.showSp960{
	display:none;
}
.showSp1100{
	display:none;
}
.showOnlySp1100{
	display:none;
}
/*============================================================================================================

max-width: 1320px

============================================================================================================ */
@media screen and (max-width: 1320px) {
/* Header Setting
=========================================================================================== */
#headerSet{
    padding: 0 0 0 1%; 
}
#headerSet #headerMenuSet{
    padding: 0 2em;
}
#headerSet #headerLogoSet #headerLogo a{
    font-size: 20px;
}
#headerSet #headerMenuSet .gnav ul li{
    padding: 1em;
}
#headerSet #headerContactSet .headerContactBtnList li a{
    padding: 1.5em 1em;
}
/* index Setting
=========================================================================================== */
#indexContentsHead .mainCatch{
    font-size: 4.8rem;
    padding: 0 4%;
}
}
/*============================================================================================================

max-width: 1100px

============================================================================================================ */
@media screen and (max-width: 1100px) {
.hideSp1100{
	display:none;
}
.hideOnlySp1100{
	display:none;
}
.showSp1100{
	display:block;
}
.showOnlySp1100{
	display:block;
}
html{
	font-size:0.8vw;
}
/* Header Setting
=========================================================================================== */
#headerSet{
    padding: 10px 4%;
}
#headerSet #headerLogoSet #headerLogo img{
    width: 54px;
}
#headerSet #headerMenuSet{
	display:none;
}
#headerSet #headerContactSet{
    display: none;
}
.navBoxSp{
	display: flex;
    height: 64px;
}
.navToggle{
	display: block;
}
#path{
	width:100%;
	padding-left:4%;
	padding-right:4%;
}
/* ALLcontents Setting
=========================================================================================== */
article section{
	width:100%;
	padding-left:4%;
	padding-right:4%;
}
#subContentsHead .mainVisual .mainTitle{
    padding: 0 4%;
}
/* about Setting
=========================================================================================== */
.aboutIntroContents section{
    padding: 340px 4% 80px;
}
/* report Setting
=========================================================================================== */
.reportList li a .reportImg{
    height: 20vw;
}
/* index Setting
=========================================================================================== */
#indexContentsHead #mainVisual:after{
    width: 70vw;
    height: 70vw;
}
.topNewsArea .inner{
    width: 92%;
}
.topNewsArea .inner .topNewsSet h2{
    font-size: 20px;
}
/* footer Setting
=========================================================================================== */
footer #footerContact .inner{
    width:100%;
}

footer #footerArea{
    width:100%;
	padding-left:4%;
	padding-right:4%;
}
footer #footerArea section{
    width:100%;
}
footer #footerContact .inner dl dd{
    font-size: 16px;
}
footer #footerContactBtn li.tel a span{
    font-size: 18px;
}
footer #footerContactBtn li.mail span{
    font-size: 18px;
}
}
/*============================================================================================================

max-width: 960px

============================================================================================================ */
@media screen and (max-width: 960px) {
.showSp960{
	display:block;
}

}
/*============================================================================================================

max-width: 767px

============================================================================================================ */
@media screen and (max-width: 767px) {
.hideSp{
	display:none;
}
.hideOnlySp1100{
	display:block;
}
.showSp{
	display:block;
}
.showOnlySp1100{
	display:none;
}
html{
	font-size:40%;
}
/* Header Setting
=========================================================================================== */
#path{
	display:none;
}
/* ALLcontents Setting
=========================================================================================== */
#subContentsHead .mainVisual .mainTitle{
    font-size: 42px;
}
article section{
	padding:40px 4%;
}
main article:last-child section{
    padding-bottom: 60px;
}
.ttlStyle1{
    font-size: 26px;
}
.ttlStyle2{
    font-size: 20px;
}

	
.btnStyle1 a{
    width: 80%;
}
.halfBtnList{
    display: block;
}
.halfBtnList li{
    width: 100%;
    margin-left: 0;
    margin-bottom: 1em;
}

.tableStyle1 th,
.tableStyle1 td{
	padding: 0.5em;
}
table colgroup{
	display:none;
}
.js-table-scroll{
	overflow: auto;
    white-space: nowrap;
    padding-bottom: 1em;
    margin-bottom: 4em;
}
/*
.columnTopSet{
    display: block;
}
.column2{
    width: 100%;
    margin-left: 0;
}
*/

/* about Setting
=========================================================================================== */
.aboutIntroContents:before{
    background-image: url(../images/about/aboutintro_bg_sp.jpg);
}
.aboutIntroContents section{
    padding: 240px 4% 0px;
}
.aboutIntroContents .aboutIntroSet{
    display: block;
    padding: 2em 4%;
}
.aboutIntroContents .aboutIntroSet dt{
    width: 100%;
    text-align: center;
}
.aboutIntroContents .aboutIntroSet dt .ttlStyle1{
    margin-bottom: 1em;
}
.aboutIntroContents .aboutIntroSet dd{
    width: 100%;
    margin-left: 0;
}
.overviewTable th{
    padding: 1.5em 1em 1.5em 0;
}

/* activities Setting
=========================================================================================== */
.activitiesList li{
    margin-bottom: 2em;
}
.activitiesList li:nth-child(odd) .imgOnlyStyle,
.activitiesList li:nth-child(even) .imgOnlyStyle{
    width: 100%;
}
.activitiesList li:nth-child(odd) .textBox{
    width: 90%;
    padding: 1em 1em 1em 0;
    margin-top: -2em;
}
.activitiesList li:nth-child(even) .textBox{
    width: 90%;
    padding: 1em 0 1em 1em;
    margin-top: -2em;
}
.activitiesList li .textBox h3{
    font-size: 16px;
}
.activitiesList li .textBox p{
    font-size: 14px;
}

/* trouble Setting
=========================================================================================== */
.troubleColumnSet{
    display: block;
}
.troubleColumnSet .troubleColumnImg{
    width: 100%;
}
.troubleColumnSet .troubleColumnText{
    width: 100%;
    margin-left: 0;
}

.troubleBox h3{
    font-size: 18px;
}
.troubleBox dl{
    display: block;
}
.troubleBox dl dt{
    width: 100%;
    margin-right: 0;
    text-align: center;
    margin-bottom: 0.5em;
}
.troubleBox p{
    font-size: 14px;
}

/* meterbox Setting
=========================================================================================== */
.meterboxAddition dl{
    display: block;
}
.meterboxAddition dl dt{
    text-align: center;
}
.meterboxAddition dl dd{
    margin-left: 0;
    font-size: 18px;
}
/* report Setting
=========================================================================================== */
.reportList{
    display: block;
}
.reportList li{
    width: 100%;
    margin-left: 0;
    margin-bottom: 2em;
}
.reportList li a .reportImg {
    height: 180px;
}
/* singlePage Setting
=========================================================================================== */
#singlePage .singleTtl{
    font-size: 20px;
}

/* contact Setting
=========================================================================================== */
.contactTable1{
    font-size: 16px;
}
.contactTable1 th,
.contactTable1 td{
    display: block;
}
.contactTable1 td{
    padding-top: 0;
}
.contactTable1 .mwform-tel-field input[type="text"]{
	width:30%;
}
.formBtn1{
	display:block;
}
.formBtn1 li{
	margin:0;
	margin-bottom:2em;
}
.formBtn1 input{
	min-width:auto;
	width:100%;
}
/*.contactTelBox a{
    font-size: 24px;
}
.contactTelBox a:before{
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.formTable th,
.formTable td{
    display: block;
}
.formTable td{
    padding-top: 0;
}
.formBtn1{
	display:block;
}
.formBtn1 li{
	margin:0;
	margin-bottom:2em;
}
.formBtn1 input{
	min-width:auto;
	width:100%;
}*/
/******確認・完了画面*****/
/*.checkFormBtnSet ul li{
	width:100%;
	margin:0;
	margin-bottom:2em;
}
.checkFormBtnSet ul .checkFormBtn{
	width:100%;	
}*/




/* contact Setting
=========================================================================================== */
/*.contactColumnSet{
    display: block;
}
.contactColumnSet .contactColumn2{
    width: 100%;
    margin-left: 0;
    margin-bottom: 2em;
}
.contactColumnSet .contactColumn2 .tel{
    font-size: 24px;
}
	
	
	
.contactTable1{
	margin-bottom:1em;
}
.contactTable1 th,
.contactTable1 td{
	display:block;
}
.contactTable1 td{
	padding-top:0;
}
.contactTable1 .mwform-tel-field input[type="text"]{
	width:30%;
}
.formBtn1{
	display:block;
}
.formBtn1 li{
	margin:0;
	margin-bottom:2em;
}
.formBtn1 input{
	min-width:auto;
	width:100%;
}*/
/* index Setting
=========================================================================================== */
.start p{
	width: 80%;
}
#indexContentsHead #mainVisual{
    height: 90vh;
}
#indexContentsHead #mainVisual:after{
    width: 50vh;
    height: 50vh;
    transform: translateY(-20%);
}
#indexContentsHead .mainCatch{
    text-align: center;
}
.topNewsArea .inner .topNewsSet{
    display: block;
}
.topNewsArea .inner .topNewsSet h2{
    padding: 0.5em 4%;
    display: block;
    text-align: center;
}
.topNewsArea .inner .topNewsSet .topNewsList li{
    font-size: 14px;
    padding: 0 4%;
    margin-bottom: 1em;
}
/*.topNewsArea .inner .topNewsSet .topNewsList li a{
    display: block;
}*/
.topNewsArea .inner .topNewsSet .topNewsList li a span{
    display: block;
}
.topNewsArea .inner .topNewsSet .newsBtn a{
    padding: 1em 4%;
    font-size: 14px;
}

.contents01 .aboutColumnSet{
    display: block;
}
.contents01 .aboutColumnSet .columnText{
    width: 100%;
}
.contents01 .aboutColumnSet .columnText h2{
    text-align: center;
}
.contents01 .aboutColumnSet .columnText h2 span{
    font-size: 14px;
}
.contents01 .aboutColumnSet .columnText .btnStyle1{
    text-align: center;
}

.contents02{
    background-size: 80vw 80vw;
}
.contents02 .topInitiativesArea{
    margin-bottom: 2em;
}
.contents02 .topInitiativesArea .slide-arrow{
    bottom: 0;
}
.contents03 .panelLinkList{
    display: block;
}
.contents03 .panelLinkList li{
    margin-left: 0;
    margin-bottom: 1em;
    width: 100%;
}
.contents03 .panelLinkList li a{
    min-height: inherit;
}
.contents03 .bgTextSet .bgTextList li{
    font-size: 120px;
    line-height: 90px;
}
.contents04 section{
    height: 240px;
    padding: 0 4%;
}
.contents05 .companyLogoList li{
    width: calc(100% / 3);
}
/* footer Setting
=========================================================================================== */
footer #footerContact .inner{
    padding: 60px 4% 80px;
}
footer #footerContact .inner .footerContactSet{
    width: 100%;
}
footer #footerContact .inner dl{
    display: block;
}
footer #footerContact .inner dl dt{
    margin-bottom: 1em;
}
footer #footerContact .inner dl dd{
    margin-left: 0;
}
footer #footerContactBtn{
    width: 92%;
}
footer #footerContactBtn li a img{
    width: 34px;
}




footer #footerArea section{
    padding: 20px 0;
}
footer .footerColumnSet{
    display: block;
}
footer .footerColumnSet .columnL{
    width: 100%;
}
footer .footerColumnSet .columnL #footerLogo a strong{
    font-size: 20px;
}
footer .footerColumnSet .columnR{
    display: none;
}
/*footer:before{
    background-image: url("../images/footer_topborder_sp.svg");
    height: 10vw;
}
footer #footerArea{
    padding: 2em 0;
}
footer #footerArea .footerColumnSet{
    display: block;
}
footer #footerArea .footerColumnSet .footerColumnL{
    width: 100%;
    text-align: center;
}
footer #footerArea .footerColumnSet .footerColumnL h2{
    justify-content: center;
}
footer #footerArea .footerColumnSet .footerColumnL .footerTelList li.tel a{
    font-size: 18px;
}
footer #footerArea .footerColumnSet .footerColumnL .footerTelList li.fax{
    font-size: 18px;
}
footer #footerArea .footerColumnSet .footerColumnL .footerTelList{
    justify-content:center;
}
footer #footerArea .footerColumnSet .footerColumnL .footerSnsList{
    justify-content:center;
}
footer #footerArea .footerColumnSet .footerColumnL .footerSnsList li:last-child{
    margin-right:0;
}
footer #footerArea .footerColumnSet .footerColumnR{
    display: none;
}*/

}
/*============================================================================================================

max-width: 579px

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