@charset "utf-8";


/*resetCSS*/
html{
font-size: 62.5%;
-webkit-text-size-adjust: 100%;
color:#000;
background:#FFF;
}
body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
form,fieldset,input,textarea,
p,
th,td{
margin:0;
padding:0;
}
table{
border-collapse:collapse;
border-spacing:0;
}
fieldset,
img{ border:0; }
address,
caption,
em{
font-style:normal;
font-weight:normal;
}
ol,ul{ list-style:none; }
caption, th{ text-align:left; }
h1,h2,h3,h4,h5,h6{
font-size:100%;
font-weight:normal;
}
q:before,q:after{ content:''; }
abbr,acronym{
border:0;
font-variant:normal;
}
sup{ vertical-align:text-top; }
sub{ vertical-align:text-bottom; }
input,textarea,select{
font-family:inherit;
font-size:inherit;
font-weight:inherit;
*font-size:100%;
}
*{
margin:0;
padding:0;
}
strong,
th{ font-weight:bold;}

#content{ }
.section{
clear:both;
margin-bottom:30px;
}

body{
font-size:1.6rem;
font-family: "Noto Sans Japanese";
}

*, *:before, *:after{
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-o-box-sizing:border-box;
-ms-box-sizing:border-box;
box-sizing:border-box;
}

h1{
font-size:2.8rem;
font-weight:bold;
margin-bottom:30px;
}
h2{
font-size:2.8rem;
font-weight:bold;
margin-bottom:1.5em;
}
h2 span{ }
h3{
font-size:24px;
font-weight:bold;
margin-bottom:15px;
}
h3 span{ }
h4{
font-size:95%;
font-weight:bold;
margin-bottom:15px;
}
h5{
font-size:90%;
font-weight:bold;
margin-bottom:10px;
}
p{ font-size:16px;
margin-bottom:1.5em;
line-height:180%; }
.anchor a{ }

a{
text-decoration: none;
color: #065AAF;
}
a:hover{
text-decoration:underline;
}
a:hover img{
opacity: 0.7;
transition: all .3s;
}

/*clear Fix*/
.clearFix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearFix{
display:inline-table;
min-height:1%;
}
* html .clearFix{
height:1%;
}
.clearFix{
display:
block;
}
/* フォント指定
=========================================================================================== */
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/NotoSansCJKjp-Medium.woff2') format('woff2'),
	     url('../fonts/NotoSansCJKjp-Medium.woff') format('woff'),
	     url('../fonts/NotoSansCJKjp-Medium.ttf')  format('truetype'),
         url('../fonts/NotoSansCJKjp-Medium.eot') format('embedded-opentype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/NotoSansCJKjp-Bold.woff2') format('woff2'),
	     url('../fonts/NotoSansCJKjp-Bold.woff') format('woff'),
	     url('../fonts/NotoSansCJKjp-Bold.ttf')  format('truetype'),
         url('../fonts/NotoSansCJKjp-Bold.eot') format('embedded-opentype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/NotoSansCJKjp-Black.woff2') format('woff2'),
	     url('../fonts/NotoSansCJKjp-Black.woff') format('woff'),
	     url('../fonts/NotoSansCJKjp-Black.ttf')  format('truetype'),
         url('../fonts/NotoSansCJKjp-Black.eot') format('embedded-opentype');
}
/*--------------------ここまで-----------------------------------*/
/* Header Setting
=========================================================================================== */
#headerSet{
	position:fixed;
	top:0;
	left:0;
	width: 100%;
	z-index:999;
	padding: 0 0 0 2%;
	display: flex;
	height: 74px;
    background: #FFF;
    justify-content: flex-end;
	transition: all .3s;
}
#headerSet #headerLogoSet{
	margin-right:auto;
    display: flex;
    align-items: center;
	transition: all .3s;
}
#headerSet #headerLogoSet #headerLogo{
	margin-bottom: 0;
    z-index: 99999;
	transition: all .3s;
}
#headerSet #headerLogoSet #headerLogo a{
    display: flex;
    align-items: center;
    text-decoration: none;
    height: auto;
    transition: all .3s;
}
#headerSet #headerLogoSet #headerLogo a img{
	width: 150px;
	transition: all .3s;
}
#headerSet #headerLogoSet #headerLogo a:hover{
    opacity: 0.7;
}
#headerSet #headerLogoSet #headerLogo a{
    font-size: 28px;
    color: #000;
}
#headerSet #headerLogoSet #headerLogo a span{
    font-size: 12px;
    margin: 0 10px;
}



#headerSet #headerMenuSet{
	display: flex;
	align-items: center;
}

#headerSet #headerMenuSet .gnav ul{
	display: flex;
    align-items: center;
	justify-content: flex-end;
	font-size:16px;
    margin-right: 20px;
}
#headerSet #headerMenuSet .gnav ul li{
	padding:0.5em 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
}
#headerSet #headerMenuSet .gnav ul li a{
	color: #383838;
	text-decoration:none;
	position: relative;
	transition: all .3s;
}
#headerSet #headerMenuSet .gnav ul li a:hover{
	color:#065AAF;
}






.headerContact a{
    background: #065AAF;
    color:#FFF;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 1em 2em;
	text-decoration:none;
	transition: all .3s;
}

.headerContact a:before{
    content: "";
    display: inline-block;
    background-image: url("../images/icon_tel_w.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 24px;
    height: 24px;
    margin-right: 0.5em;
}
.headerContact a:hover{
	background:#4f94d9;
}



#wrapper{
	margin-top:74px;
}
/*.current #headerSet #headerLogoSet{
	position: static;
}*/

/* ALL Setting
=========================================================================================== */
article section{
	padding:60px 0;
	width:1100px;
	margin:0 auto;
}
.bgPattern01{
	background: #065AAF;
}
.bgPattern02{
	background: #E1EEFB;
}
.ttlStyle1{
	font-size:3.4rem;
    font-weight: bold;
	margin-bottom: 1.5em;
}
.ttlStyle1 span{
	font-size:16px;
	color:#065AAF;
    font-weight: 900;
    display: flex;
    align-items: center;
}
.ttlStyle1 span::after{
    content: "";
    display: inline-block;
    width: 160px;
    height: 1px;
    background: #065AAF;
    margin-left: 1em;
}


.ttlStyle2{
    font-size: 3.6rem;
    font-weight: 900;
    color: #065AAF;
    text-align: center;
}
.ttlStyle2 span{
    display: block;
    font-size: 16px;
}
.ttlStyle3{
    background: #065AAF;
    padding: 0.5em 1em;
    color: #FFF;
    clip-path: polygon(0 0%, 100% 0%, 94% 100%, 0% 100%);
}
.ttlStyle4{
    color: #065AAF;
    font-size: 24px;
}
.ttlStyle4::before{
    content: "■";
}
.imgOnlyStyle img{
    max-width: 100%;
}
.centerAdjust{
	text-align:center;
}
.rightAdjust{
    text-align: right;
}
.anchor{
    display: block;
    padding-top: 100px;
    margin-top: -100px;
	pointer-events: none;
}
.linkListStyle1{
	font-size:16px;
}
.linkListStyle1 li{
    margin-bottom: 0.5em;
}
.linkListStyle1 li a{
    position: relative;
    padding-right: 1em;
    color: #000;
    text-decoration: none;
    transition: all .3s;
}
.linkListStyle1 li a::after{
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #065AAF;
    border-right: solid 2px #065AAF;
    transform: rotate(45deg);
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
.linkListStyle1 li a:hover{
    opacity: 0.7;
}
.btnStyle1 a{
	font-size:16px;
	text-decoration:none;
	background:#FFF;
    border: 1px solid #065AAF;
    border-radius: 3em;
	display:inline-block;
	padding:1em 2em;
	color:#065AAF;
	min-width: 280px;
	text-align: center;
	transition: all .3s;
	position:relative;
}
.btnStyle1 a:before {
    content: "";
    display: inline-block;
    background-image: url("../images/icon_arrow.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    transition: all .3s;
}
.btnStyle1 a:hover{
	background: #065AAF;
    color: #FFF;
}
.btnStyle1 a:hover:before{
    background-image: url("../images/icon_arrow_w.svg");
}

/* 下層ページOnly Setting
=========================================================================================== */
/***メインビジュアル***/
#subContentsHead{
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom:1em;
    position: relative;
    width: calc(100vw - 86px);
    margin: 0 0 0 auto;
}
#subContentsHead.productHead{
	background-image:url("../images/product/mainvisual.jpg?20260418");
    background-position: center;
}
#subContentsHead.aboutHead{
	background-image:url(../images/about/mainvisual.jpg);
    background-position: center;
}
#subContentsHead.recruitHead{
	background-image:url(../images/recruit/mainvisual.jpg?20260423);
    background-position: center;
}
#subContentsHead.contactHead{
	background-image:url(../images/contact/mainvisual.jpg?20260509);
    background-position: center;
}
#subContentsHead.privacyHead{
	background-image:url(../images/privacy/mainvisual.jpg);
    background-position: center;
}
#subContentsHead.sitemapsHead{
	background-image:url(../images/sitemaps/mainvisual.jpg?20260509);
    background-position: center;
}


#subContentsHead .mainVisual{
	height: 48vh;
	position:relative;
    min-height: 320px;
    margin: 0 auto;
}
#subContentsHead .mainVisual .mainTitle{
	font-size:16px;
    font-weight: normal;
	margin-bottom:0;
	color:#FFF;background: #065AAF;
	position: absolute;
    left: -86px;
    top: 50%;
    transform: translateY(-50%);
    padding: 2em 12% 2em 8%;
    clip-path: polygon(0 0%, 100% 0%, 80% 100%, 0% 100%);
}
#subContentsHead .mainVisual .mainTitle span{
    font-size: 18px;
    display: inline-block;
    padding: 0.2em 0;
    font-weight: normal;
}
#subContentsHead .mainVisual .mainTitle strong{
    margin-left: 1em;
    font-size: 3.4rem;
}
/**パンくず**/
#path{
	max-width:1100px;
	margin:1em auto;
	display: flex;
    align-items: center;
	justify-content: flex-start;
	font-size:14px;
}
#path li a{
	color:#065AAF;
}
#path li:after{
	content:"/";
	padding:0 1em;
}
#path li:last-child:after{
	content:none;
}
/* 製品紹介 Setting
=========================================================================================== */
.aboutList li{
    display: flex;
    align-items: center;
    margin-bottom: 2em;
}
.aboutList li .aboutListIcon{
    width: 162px;
}
.aboutList li .aboutListText{
    width: calc(94% - 162px);
    margin-left: 6%;
}
.aboutList li .aboutListText h3{
    font-size: 24px;
}


.productItemSet{
    margin-bottom: 6em;
}
.productList{
    display: flex;
}
.productList li{
    width: 30%;
    margin-left: 5%;
    text-align: center;
}
.productList li:nth-child(3n+1){
    margin-left: 0;
}
.productList li .imgOnlyStyle{
    margin-bottom: 0;
}
.productBox{
    background: #F2F2F2;
    padding: 2em 4%;
    border-radius: 20px;
    border: 2px solid #065AAF;
}
.productBox dl dt{
    color: #065AAF;
    font-size: 18px;
    margin-bottom: 1em;
}
.productBox dl dt::before{
    content: "■";
}


.makerLinkList{
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
}
.makerLinkList li{
    width: calc(97% / 4);
    margin-left: 1%;
    margin-bottom: 0.5em;
}
.makerLinkList li:nth-child(4n+1){
    margin-left: 0;
}
.makerLinkList li a{
    color: #000;
    display: inline-block;
    padding-right: 1em;
    position: relative;
}
.makerLinkList li a::after{
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #065AAF;
    border-right: solid 2px #065AAF;
    transform: rotate(45deg);
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
/* 企業情報 Setting
=========================================================================================== */
.aboutIntroSet{
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-image:url("../images/about/philosophy_bg.jpg");
}
.aboutIntroSet section{
    padding: 120px 0;
}
.aboutIntroSet .aboutIntro{
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0;
    text-shadow: 2px 2px 10px #FFF ,
    -2px 2px 10px #FFF ,
    2px -2px 10px #FFF ,
    -2px -2px 10px #FFF;
}
.greetingColumnSet{
    display: flex;
    flex-wrap: wrap;
}
.greetingColumnSet .greetingColumnText{
    width: 66%;
}
.greetingColumnSet .greetingColumnImg{
    width: 30%;
    margin-left: 4%;
}
.greetingColumnSet .imgOnlyStyle span{
    display: inline-block;
    color: #FFF;
    padding: 0 1em;
    background: #065AAF;
}
.greetingColumnSet .imgOnlyStyle strong{
    margin-left: 1em;
    font-size: 18px;
}


.ceo{
    text-align: right;
}
.ceo span{
    display: inline-block;
    color: #FFF;
    padding: 0 1em;
    background: #065AAF;
}
.ceo strong{
    margin-left: 1em;
    font-size: 18px;
}

.staffList li{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.staffList li .staffImg{
    width: 24%;
}
.staffList li .staffText{
    width: 72%;
    margin-left: 4%;
}
.staffList li .staffText h4 span{
    display: inline-block;
    color: #FFF;
    padding: 0 1em;
    background: #065AAF;
    margin-bottom: 0.5em;
}
.staffList li .staffText h4 strong{
    font-size: 18px;
    display: block;
}



.companyBg{
    background-image: url("../images/about/company_bg.jpg?20260509");
    background-size: cover;
    background-position:  center;
}
.companyBg .ttlStyle2{
    color: #FFF;
}
.companyTableSet{
    text-align: center;
}
.companyTable{
	font-size: 16px;
    display: inline-block;
    text-align: left;
    color: #FFF;
    margin-bottom: 2em;
}
.companyTable th{
	padding:1em;
    vertical-align: top;
    font-weight: normal;
}
.companyTable td{
	padding:1em;
}


.historyBox{
    padding: 4em 6%;
    background: rgba(255,255,255,0.5);
}
.historyBox h3{
    font-size: 24px;
    color: #065AAF;
}
.historyBox h3 span{
    font-size: 16px;
    margin-left: 1em;
}
.historyBox .historyTable{
    width: 100%;
}
.historyBox .historyTable tr{
    border-bottom: 1px dashed #707070;
}
.historyBox .historyTable td{
    padding:1em;
}
.historyBox .historyTable th{
    padding: 1em 0;
    font-weight: normal;
}

.accessColumnSet{
    display: flex;
    align-items: center;
}
.accessColumnSet .accessColumnImg{
    width: 48%;
    margin-left: 4%;
}
.accessColumnSet .accessColumnImg .map iframe{
    width: 100%;
}
.accessColumnSet .accessColumnText{
    width: 48%;
}

.accessColumnSet .accessColumnText .accessLogo{
    display: flex;
    align-items: center;
}
.accessColumnSet .accessColumnText .accessLogo span{
    color: #000;
    font-size: 2.8rem;
    margin-left: 0.5em;
}
.accessColumnSet .accessColumnText .accesslist{
    margin-bottom: 2em;
    font-size: 16px;
}
.accessColumnSet .accessColumnText .accesslist li::before{
    content: "■";
    margin-right: 0.5em;
}
/* 採用情報 Setting
=========================================================================================== */
.recruitOutline{
    border: 2px solid #065AAF;
    padding: 2em 4%;
    border-radius: 20px;
    margin-bottom: 4em;
}
.recruitOutline h2{
    text-align: center;
}


.recruitTableSet{
    text-align: center;
}
.recruitTable{
	font-size: 16px;
    display: inline-block;
    text-align: left;
    margin-bottom: 4em;
}
.recruitTable tr{
    border-bottom: 1px dashed #707070;
}
.recruitTable th{
	padding:1em 1em 1em 0;
    font-weight: normal;
}
.recruitTable td{
	padding:1em;
}


.recruitOuboBox{
    background: #E1EEFB;
    padding: 2em 4%;
    text-align: center;
    position: relative;
}
.recruitOuboBox::before{
    content: "";
    position: absolute;
    right: 0;
    top: -40px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: transparent transparent #E1EEFB transparent;
    border-width: 0 40px 40px 40px;
}
.recruitOuboBox h2{
    font-weight: 900;
    font-size: 3.4rem;
    margin-bottom: 0.5em;
}

.recruitOuboBox .telBtn{
    margin-bottom: 1em;
}
.recruitOuboBox .telBtn a{
    border: 1px solid #065AAF;
    padding: 0.5em 1em;
    border-radius: 3em;
    background: #FFF;
    text-align: center;
    color: #000;
    text-decoration: none;
    min-width: 330px;
    font-size: 24px;
    display: inline-block;
    transition: all .3s;
}
.recruitOuboBox .telBtn a:hover{
    background: #065AAF;
    color: #FFF;
}
.recruitOuboBox .telBtn a span{
    display: flex;
    align-items: center;
    justify-content: center;
}
.recruitOuboBox .telBtn a span:before{
    content: "";
    display: inline-block;
    background-image: url("../images/icon_tel.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 24px;
    height: 24px;
    margin-right: 0.5em;
}
.recruitOuboBox .telBtn a span:hover:before{
    background-image: url("../images/icon_tel_w.svg");
}


/* お問い合わせ Setting
=========================================================================================== */
.contactBtnList{
    display: flex;
    flex-wrap: wrap;
}
.contactBtnList li{
    width: 48%;
    margin-left: 4%;
    display: flex;
    justify-content: center;
}
.contactBtnList li:first-child{
    margin-left: 0;
}
.contactBtnList li a{
    text-align: center;
    border: 2px solid #065AAF;
    padding: 2em 4%;
    display: flex;
    justify-content: center;
    width: 100%;
    color: #000;
    text-decoration: none;
}
.contactBtnList li a.none{
    pointer-events: none
}
.contactBtnList li a:hover{
    opacity: 0.7;
}
.contactBtnList li a dl dt{
    font-size: 3.4rem;
    color: #065AAF;
    font-weight: bold;
}
.contactBtnList li a dl dd strong{
    display: block;
    font-size: 3.4rem;
}

/* 個人情報保護方針 Setting
=========================================================================================== */
.privacyContents h3{
    border-bottom: 1px solid #065AAF;
    font-size: 20px;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
}
.privacyContents h3 + p{
    margin-bottom: 4em;
}


/* index Setting
=========================================================================================== */
/***メインビジュアル***/
#indexContentsHead{
	position:relative;
}
#indexContentsHead #mainVisual{
	position: relative;
    width: calc(100vw - 120px);
	height: 100vh;
	margin: 0 0 0 auto;
	overflow: hidden;
}
#indexContentsHead #mainVisual video{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
}
/*#mainVisualImgSet div{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: calc(100vw - 120px);
	height: 100vh;
	margin: 0 0 0 auto;
	overflow: hidden;
}
#mainVisualImgSet .mainVisual1{
	background-image: url(../images/index/mainvisual1.jpg?20251114);
}
#mainVisualImgSet .mainVisual2{
	background-image: url(../images/index/mainvisual2.jpg);
	background-position:right;
}
*/

#indexContentsHead .mainCatch{
	position:absolute;
	top:50%;
	left:60px;
    transform:translateY(-50%);
    font-size: 4.2rem;
    font-weight: bold;
	margin-bottom:0;
    color: #FFF;
}
#indexContentsHead .mainCatch span{
    background: #065AAF;
    padding: 0.2em 0.5em;
}
#indexContentsHead .mainCatch em{
    font-size: 16px;
    background: #065AAF;
    padding: 0.2em 0.5em;
}


/* スクロールダウンの位置 */
.scroll {
    position: absolute;
    left: 42px;
    bottom: 115px;
	/*transform:translateY(-100%);*/
    writing-mode: vertical-rl;
    color: #065AAF;
}
/* 線のアニメーション部分 */
.scroll::before {
    animation: scroll 2s infinite;
    background-color: #065AAF;
    bottom: -115px;
    content: "";
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 1px;
    z-index: 2;
}
/* 線の背景色 */
.scroll::after {
    background-color: #ccc;
    bottom: -115px;
    content: "";
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 1px;
}
/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
}






.slick-dots{
	position:absolute;
	bottom: 2em;
	left:50%;
	transform:translateX(-50%);
}
.slick-dots li{
	position: relative;
    display: inline-block;
    width: 10px;
	margin-left:16px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    outline: none;
	border:1px solid #FFF;
	background:none;
    border-radius: 50%;
}
.slick-dots .slick-active button{
	background: #065AAF;
}

/*******************introContents*******************/
.introContents dl{
    display: flex;
    justify-content: center;
    align-items: center;
}
.introContents dl dd{
    margin-left: 4%;
}
/*******************about*******************/
.topAboutContents{
    overflow: hidden;
    position: relative;
}
.topAboutContents::before{
    content: "";
    width: 100%;
    height: 70%;
    background: #F2F2F2;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.topAboutColumnSet{
    display: flex;
    align-items: center; 
}
.topAboutColumnSet .topAbouotImg{
    margin-left: calc(50% - 50vw);
    width: 50vw;
    /*flex: 1;*/
}
.topAboutColumnSet .topAbouotText{
    width: 48%;
    margin-left: 4%;
}
/*******************サービス*******************/
.topServiceContents{
    overflow: hidden;
}
.topServiceContents .topServiceList{
    display: flex;
    flex-wrap: wrap;
    padding: 0 4%;
    width: 100vw;
    margin: 0 calc(50% - 50vw); 
    margin-bottom: 2em;
}
.topServiceContents .topServiceList li{
    width: calc(94% / 4);
    margin-left: 2%;
}
.topServiceContents .topServiceList li:first-child{
    margin-left: 0;
}
.topServiceContents .topServiceList li a{
    text-decoration: none;
    display: block;
    text-align: center;
    color: #000;
}
.topServiceContents .topServiceList li a .imgOnlyStyle{
    margin-bottom: 0.5em;
}
.topServiceContents .topServiceList li a h3{
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.topServiceContents .topServiceList li a h3::after{
    content: "";
    display: inline-block;
    background-image: url("../images/icon_arrow.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 20px;
    height: 20px;
    margin-left: 0.5em;
    /*position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);*/
    transition: all .3s;
}
/*******************選ばれる理由*******************/
.topReasonContents{
    color: #FFF;
    overflow: hidden;
    clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0 100%);
}
.topReasonContents section{
    padding: 100px 0;
}
.topReasonContents .ttlStyle1 span{
    color: #FFF;
}
.topReasonContents .ttlStyle1 span::after{
    background: #FFF;
}



.reasonList{
    margin-bottom: 2em;
}
.reasonList li.typeA{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
	margin-bottom: 2em;
}
.reasonList li.typeB{
	display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    flex-wrap: wrap;
	margin-bottom: 2em;
}
.reasonList li:last-child{
	margin-bottom:0;
}

.reasonList li h3{
    font-size: 2.8rem;
    margin-bottom: 1em;
}
.reasonList li h3 span{
    font-size: 5.6rem;
    font-weight: 900;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.2em;
    line-height: 1;
}
.reasonList li h3 strong{
    display: inline-block;
    vertical-align: middle;
}

.reasonList li.typeA .columnText{
	width:54%;
    margin-left: 4%;
}
.reasonList li.typeA .columnImg{
    width: 42%;
    text-align: center;
}
.reasonList li.typeB .columnText{
	width:54%;
}
.reasonList li.typeB .columnImg{
    width: 42%;
    margin-left: 4%;
    text-align: center;
}

.reasonList li .columnImg img{
	max-width:100%;
}
.reasonList li .columnText h3{
    font-size: 2.4rem;
    margin-bottom: 1.5em;
}


/*******************パネルボタン*******************/
.infoList{
    display: flex;
    align-items: center;
}

.infoList li{
    width: 48%;
    overflow: hidden;
}

.infoList li.recruit{
    margin-left: 4%;
}

.infoList li a{
    color: #FFF;
    display: flex;
    align-items: flex-end;
    height: 280px;
    padding: 2em 4%;
    position: relative;
    overflow: hidden;
}

/* 背景画像用 */
.infoList li a::before{
    content: "";
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform .6s ease;
    z-index: 0;
}

.infoList li.company a::before{
    background-image: url("../images/index/company_bg.jpg");
}

.infoList li.recruit a::before{
    background-image: url("../images/index/recruit_bg.jpg?20260509");
}

/* hoverで背景だけ拡大 */
.infoList li a:hover::before{
    transform: scale(1.1);
}

/* 文字は前面に */
.infoList li a div{
    position: absolute;
    bottom: 2em;
    left: 4%;
    z-index: 1;
}

.infoList li a div strong{
    font-size: 3.4rem;
}

.infoList li a div strong::after{
    content: "";
    display: inline-block;
    background-image: url("../images/icon_arrow_w.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 20px;
    height: 20px;
    margin-left: 0.5em;
}

.infoList li a div span{
    font-size: 16px;
    display: block;
}
/* footer Setting
=========================================================================================== */
#footerContact{
    background: #F2F2F2;
}
#footerContact .inner{
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    padding: 1.5em 0;
    align-items: center;
}
#footerContact .inner .footerContactL{
    width: 66%;
    font-size: 2.4rem;
}
#footerContact .inner .footerContactL strong{
    color: #065AAF;
}
#footerContact .inner .footerContactR{
    width: 30%;
    margin-left: 4%;
    text-align: center;
}
#footerContact .inner .footerContactR .footerTelBtn a{
    border: 1px solid #065AAF;
    padding: 0.5em 1em;
    border-radius: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
    text-align: center;
    color: #000;
    text-decoration: none;
    min-width: 330px;
    font-size: 24px;
    transition: all .3s;
}
#footerContact .inner .footerContactR .footerTelBtn a:before{
    content: "";
    display: inline-block;
    background-image: url("../images/icon_tel.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 24px;
    height: 24px;
    margin-right: 0.5em;
}
#footerContact .inner .footerContactR .footerTelBtn a:hover{
    background: #065AAF;
    color: #FFF;
}
#footerContact .inner .footerContactR .footerTelBtn a:hover:before{
    background-image: url("../images/icon_tel_w.svg");
}
#footerContact .inner .footerContactR p{
    margin-bottom: 0;
    font-size: 14px;
}


#footerArea{
    background-image: url(../images/footer_bg.jpg);
    background-size: cover;
    background-position:  center;
	color:#FFF;
    background-attachment: fixed;
}

#footerArea a{
    color: #FFF;
}
#footerArea section{
	width:1100px;
	padding:120px 0 120px 0;
	margin:0 auto;
}
#footerArea .footerColumnSet{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
#footerArea .footerColumnSet #footerLogo{
    margin-bottom: 1em;
}
#footerArea .footerColumnSet #footerLogo a{
    display: inline-block;
    text-decoration: none;
}
#footerArea .footerColumnSet #footerLogo a:hover img{
    opacity: 1;
}
#footerArea .footerColumnSet #footerLogo a:hover{
    opacity: 0.7;
}

#footerArea .footerColumnSet #footerLogo a div{
    display: flex;
    align-items: center;
}
#footerArea .footerColumnSet #footerLogo span{
    font-size: 14px;
    margin-left: 10px;
}
#footerArea .footerColumnSet #footerLogo strong{
    font-size: 28px;
    margin-left: 10px;
}
#footerArea .footerColumnSet .footerColumnL{
    width: 66%;
}
#footerArea .footerColumnSet .footerColumnR{
    width: 30%;
    margin-left: 4%;
}
#footerArea .footerColumnSet .footerColumnR .footerNav ul{
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#footerArea .footerColumnSet .footerColumnR .footerNav ul li{
    width: 48%;
    margin-left: 4%;
    margin-bottom: 1em;
}
#footerArea .footerColumnSet .footerColumnR .footerNav ul li:nth-child(2n+1){
	margin-left:0;
}





footer #copy{
	font-size:14px;
    background: #065AAF;
	padding:1em 0;
	text-align:center;
	color:#FFF;
	margin-bottom:0;
}
@media all and (-ms-high-contrast: none) {
}
/* After Setting
=========================================================================================== */
.mt0{margin-top:0;}
.mt1{margin-top:1em;}
.ml0{ margin-left:0;}
.mb0{margin-bottom:0;}
.mb20{margin-bottom:20px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb100{margin-bottom:100px;}
.mb1{margin-bottom:1em;}
.mb2{margin-bottom:2em;}
.mb3{margin-bottom:3em;}
.pb0{ padding-bottom:0;}
.pb20{ padding-bottom:20px;}
.pr20{ padding-right:20px;}
.vat{ vertical-align:top;}
.vam{ vertical-align:middle;}