@charset "utf-8";

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


/* メニュー展開時、背景スクロールの停止 */
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;
    background: #065AAF;
	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: 1280px) {
}
/*================================================================================================================================================
================================================================================================================================================ */
@media screen and (max-width: 1100px) {
.hideSp1100{
	display:none;
}
.showSp1100{
	display:block;
}
.showOnlySp1100{
	display:block;
}
html{
	font-size:1vw;
}
/* Header Setting
=========================================================================================== */
#headerSet{
   align-items: center;
   padding: 0 4%;
}
#headerSet #headerMenuSet{
	display:none;
}
.headerContact{
    display: none;
}
.navBoxSp{
	display: flex;
}
.navToggle{
	display: block;
}
/*.current #headerSet{
    background: none;
}*/
#path{
	width:100%;
	padding-left:4%;
	padding-right:4%;
}
/* ALLcontents Setting
=========================================================================================== */
article section{
	width:100%;
	padding-left:4%;
	padding-right:4%;
}
/*#subContentsHead .mainVisual .mainTitle{
    left: 50px;
}
#subContentsHead .mainVisual .mainTitle span{
    font-size: 24px;
}*/

/* 下層ページOnly Setting
=========================================================================================== */

/* index Setting
=========================================================================================== */
.topReasonContents section{
    padding: 100px 4%;
}
/* footer Setting
=========================================================================================== */
#footerContact .inner{
    width: 100%;
    padding-left:4%;
	padding-right:4%;
}
#footerContact .inner .footerContactL{
    width: 56%;
}
#footerContact .inner .footerContactR{
    width: 40%;
}
#footerContact .inner .footerContactR .footerTelBtn a{
    min-width: inherit;
}
#footerArea section{
    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;
}
.showOnlySp1100{
	display:none;
}
html{
	font-size:40%;
}
/* Header Setting
=========================================================================================== */
#headerSet #headerLogoSet #headerLogo a img{
    width: 100px;
}
#headerSet #headerLogoSet #headerLogo a{
    font-size: 20px;
}
/* ALLcontents Setting
=========================================================================================== */
#subContentsHead{
	width: calc(100vw - 44px);
}
#subContentsHead .mainVisual{
    height: 30vh;
    min-height: 180px;
}
#subContentsHead .mainVisual .mainTitle{
    left: -44px;
    padding: 1em 20% 1em 8%;
    top: auto;
    bottom: 20px;
    transform: translateY(0);
}
#subContentsHead .mainVisual .mainTitle span{
    font-size: 14px;
}
#path{
    font-size: 12px;
}
article section{
	padding:40px 4%;
}


/* 製品紹介 Setting
=========================================================================================== */
.aboutList li{
    display: block;
}
.aboutList li .aboutListIcon{
    width: 100%;
    text-align: center;
    margin-bottom: 0.5em;
}
.aboutList li .aboutListText{
    width: 100%;
    margin-left: 0;
}
.aboutList li .aboutListText h3{
    font-size: 20px;
    text-align: center;
}

.productList{
    display: block;
}
.productList li{
    width: 100%;
    margin-left: 0;
}
.productBox dl dd{
    font-size: 12px;
}
.makerLinkList li{
    width: calc(96% / 2);
    margin-left: 4%;
    margin-bottom: 0.5em;
}
.makerLinkList li:nth-child(4n+1){
    margin-left: 4%;
}
.makerLinkList li:nth-child(2n+1){
    margin-left: 0;
}
/* 企業情報 Setting
=========================================================================================== */
.aboutIntroSet section{
    padding: 80px 0;
}
.aboutIntroSet .aboutIntro{
    font-size: 20px;
}
.greetingColumnSet{
    display: block;
}
.greetingColumnSet .greetingColumnText{
    width: 100%;
}
.greetingColumnSet .greetingColumnText .imgOnlyStyle img{
    width: 60%;
}
.greetingColumnSet .greetingColumnImg{
    display: none;
}
.staffList li .staffText{
    width: 100%;
    margin-left: 0;
}
.staffList li .staffText h4{
    text-align: center;
}
.staffList li .staffText h4 span{
    font-size: 12px;
}
.staffList li .staffText h4 + p{
    font-size: 14px;
}
.staffList li .staffImg{
    width: 100%;
    text-align: center;
}
.staffList li .staffImg .imgOnlyStyle{
    margin-bottom: 0;
}
.staffList li .staffImg .imgOnlyStyle img{
    width: 40%;
}


.companyTable{
    display: block;
}
.companyTable colgroup{
    display: none;
}
.companyTable th{
    display: block;
    font-weight: bold;
    padding: 0;
}
.companyTable td{
    display: block;
    padding: 0;
    margin-bottom: 2em;
    font-size: 14px;
}


.historyTable{
    font-size: 16px;
}
.historyTable colgroup{
    display: none;
}
.historyBox .historyTable tr{
    margin-bottom: 0.5em;
    display: block;
    padding-bottom: 0.5em;
}
.historyBox .historyTable th,
.historyBox .historyTable td{
    display: block;
    padding: 0;
}

.accessColumnSet{
    display: block;
}
.accessColumnSet .accessColumnText{
    width: 100%;
}
.accessColumnSet .accessColumnImg{
    width: 100%;
    margin-left: 0;
}
.accessColumnSet .accessColumnImg .map iframe{
    height: 240px;
}
/* 採用情報 Setting
=========================================================================================== */
.recruitOutline {
    margin-bottom: 6em;
}
.recruitTable{
    font-size: 16px;
    margin-bottom: 0;
}
.recruitTable colgroup{
    display: none;
}
.recruitTable tr{
    margin-bottom: 0.5em;
    display: block;
    padding-bottom: 0.5em;
}
.recruitTable th{
    font-weight: bold;
    display: block;
    padding: 0;
}
.recruitTable td{
    font-size: 14px;
    display: block;
    padding: 0;
}

.recruitOuboBox h2 + p{
    text-align: left;
}
/* index Setting
=========================================================================================== */
#indexContentsHead #mainVisual{
    height: 70vh;
    width: calc(100vw - 44px);
}
.scroll {
    left: 16px;
}
.introContents dl{
    display: block;
    text-align: center;
}
.introContents dl dt{
    margin-bottom: 1em;
}
.introContents dl dd{
    margin-left: 0;
    font-size: 14px;
}

.topAboutColumnSet{
    display: block;
}
.topAboutColumnSet .topAbouotImg{
    display: none;
}
.topAboutColumnSet .topAbouotText{
    width: 100%;
    margin-left: 0;
}
.topServiceContents .topServiceList li{
    width: calc(98% / 2);
    margin-bottom: 1em;
}
.topServiceContents .topServiceList li:nth-child(2n+1){
    margin-left: 0;
}
.topServiceContents .topServiceList li a h3{
    font-size: 16px;
}
.topServiceContents .topServiceList li a .imgOnlyStyle{
    margin-bottom: 0;
}

.topReasonContents section{
    padding: 80px 4%;
}
.reasonList li.typeA .columnText,
.reasonList li.typeB .columnText{
    margin-left: 0;
    width: 100%;
}
.reasonList li .columnText h3{
    font-size: 20px;
}
.reasonList li.typeA .columnText .imgOnlyStyle,
.reasonList li.typeB .columnText .imgOnlyStyle{
    margin-bottom: 0;
    text-align: center;
}
.reasonList li.typeA:last-child .columnText .imgOnlyStyle + p{
    margin-bottom: 0;
}

.infoList{
    display: block;
}
.infoList li{
    width: 100%;
    margin-bottom: 2em;
}
.infoList li.recruit{
    margin-left: 0;
    margin-bottom: 0;
}
.infoList li a{
    height: 140px;
}
/* footer Setting
=========================================================================================== */
#footerContact .inner{
    display: block;
}
#footerContact .inner .footerContactL{
    width: 100%;
    font-size: 20px;
    text-align: center;
    margin-bottom: 0.5em;
}
#footerContact .inner .footerContactR{
    width: 100%;
    margin-left: 0;
}
#footerArea section{
    padding: 60px 4%;
}
#footerArea .footerColumnSet{
    display: block;
}
#footerArea .footerColumnSet .footerColumnL{
    width: 100%;
    text-align: center;
}
#footerArea .footerColumnSet .footerColumnR{
    width: 100%;
    margin-left: 0;
}
#footerArea .footerColumnSet .footerColumnR .footerNav ul{
    font-size: 14px;
}
}
@media screen and (max-width: 579px) {
}