@charset "UTF-8";

/* ---------------------------------------------------------------------------
  ★共通
--------------------------------------------------------------------------- */
:root{
  scroll-padding-top: 176px;
}
html {font-size: 62.5%;scroll-behavior: smooth;}
body{  
  font-size: 1.6rem;
}
object {pointer-events: none;}
.sp {display: none !important;}
a[href^="tel:"] {pointer-events: none;}
a {
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.pcFlex{display: flex;}
.pcFlex.half{
 justify-content: space-between;
}
.pcFlex.half >*{
 width: 48%;
}
.img_r {overflow: hidden;}
.img_r>img {float: right;
    width: 33%;
    margin-left: 15px;
    margin-bottom: 15px;
}
p,li,dt,dd,th,td,input{
  font-size: 1.6rem;
}
h1,h2,h3,h4,h5,h6 {
  font-size: 1.6rem;
}

section{
  padding: 100px 0;
}



/*タイトル
========================================== */
.h2Tit{
 font-size: 3.2rem;
}
.h2TitEn{
	font-size: 3.2rem;
}


.h3Tit {
  font-size: 3.2rem;
	margin-bottom: 55px;
}
.h4Tit {
	font-size: 2.2rem;
	margin-bottom: 20px;
}
.h5Tit {  
	font-size: 2rem;
	margin-bottom: 20px;
}
.h6Tit{
	font-size: 1.8rem;
	margin-bottom: 20px;
}

/*
　テキスト
========================================== */
.leadTxt{
  font-size: min(1.85vw,1.8rem);
	line-height: 1.8;
  text-align: center;
}
.note{
  font-size: 1.2rem;
}

/*
　ボタン,リンク
========================================== */
.btn{
 width: 186px;
	height: 50px;
}

/* =======================================
  ページャー
========================================== */
/*-- pageNavi --*/
.pageNavi{
	gap:0 1.5%;
 margin-top: 80px;
}
.pageNavi .current,
.pageNavi .inactive,
.pageNavi a{
	font-size: 1.8rem;
	width: 40px;
	height: 40px;
}

/*-- pager --*/
.pager{
	margin: 50px auto 0;
}
.pager a{
	font-size: 1.6rem;
}

/* =======================================
	header
========================================== */
header{
	left: 0;
	width: 100%;
	height: 176px;
	padding-top: 30px;
	transition: .5s
}
#top header.fixed {
  background: var(--grdhead);
}
.pgs header{
 background: var(--grdhead);
}
header #logo{
 padding-left: 40px;
}


.headerTel{
 position: absolute;
 top: 0;
 right: 40px;
}
.headerTel .time{
 padding-top: 2px;
 padding-left: 12px;
}

/* =======================================
	gnavi
========================================== */
.gnavi{
	border-radius: calc(infinity * 1px);
 background: #fff;
 margin:30px auto 0;
 box-shadow: 3px 3px 10px 2px rgba(0,0,0,.05);
}
#gnaviList.pcFlex{
	justify-content: space-between;
	padding: 0 40px 0 min(1.4vw,20px);
	position: relative;
 align-items: center;
}
#gnaviList > li{
	font-size: min(2vw,1.5rem);
	position: relative;
}
#gnaviList > li > a{
 display:flex;
 align-items: center;
 justify-content: center;
 color: var(--base);
 font-weight: 500;
 padding: 30px min(1.4vw,20px) 28px;
 white-space: nowrap;
}
#gnaviList .hasSub > a{
 position: relative;
	padding-right: min(2.4vw,32px);
}
#gnaviList .hasSub > a::after{
	content: "";
	display: inline-block;
	border-bottom: 1px var(--base) solid;
	border-right: 1px var(--base) solid;
	-webkit-transform: rotate(45deg);
transform: rotate(45deg);
	width: 6px;
	height: 6px;
 margin-left: 4px;
}
#gnaviList .hasSub:hover >a{
 color: var(--Lpink);
}
#gnaviList .hasSub:hover > a::after,
#gnaviList .sub li a:hover::after{
 border-color: var(--Lpink);
}
#gnaviList .hasSub:hover .sub{
	display: block;
	visibility: visible;
}
#gnaviList .sub{
	display: none;
	visibility: hidden;
	position: absolute;
	top: 99%;
	left: 50%;
	transform: translate(-50%, 0);
 padding-top: 10px;
	z-index: 2;
	transition: all 0.6s ease-in-out;
	min-width:100px;
}
#gnaviList .sub li{
 background: #fff;
 box-shadow: 3px 3px 10px 2px rgba(0,0,0,.05);
}
#gnaviList .sub li:first-of-type{
 border-radius: 5px 5px 0 0;
}
#gnaviList .sub li:last-of-type{
 border-radius: 0 0 5px 5px;
}
#gnaviList .sub li a{
 position: relative;
	display: block;
	padding: 20px 40px 20px 20px;
 font-size: 1.4rem;
	font-weight: 500;
 text-align: left;
	white-space: nowrap;
}
#gnaviList .sub li a::after{ 
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	border-top: 1px var(--base) solid;
	border-right: 1px var(--base) solid;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
#gnaviList .sub li + li{
 border-top: 1px #D9D9D9 solid;
}

/*-- hover --*/
#gnaviList li a:hover{
 color: var(--Lpink);
}

/* =======================================
	main
========================================== */
main{
 padding-top: 176px;
}
/* =======================================
	footContact
========================================== */
#footContact{
}
#footContact .pcFlex{
 align-items: flex-end;
 gap:0 40px;
}
#footContact ul li{
 width: 50%;
 max-width: 468px;
}
#footContact ul li + li{
 border-left: 1px #fff solid;
}

/* =======================================
	footer
========================================== */
footer a:hover{
	opacity: .7;
}
.footerBox{
}
footer .footerBox::before{
 content: "";
 display: block;
 background: #322B2E;
	position: absolute;
	top: 0;
	left: calc((-100vw + 1200px)/2);
	width: 100vw;
	height: 100%;
	z-index: -1;
}
_:lang(x)::-internal-media-controls-overlay-cast-button, footer .footerBox::before{
	left: calc((-100vw + 1185px)/2);
}
@media screen and (max-width: 1250px) {
footer .footerBox::before{
	left: -2vw;
}
 _:lang(x)::-internal-media-controls-overlay-cast-button, footer .footerBox::before{
	left: calc(-2vw - 15px);
}
}/*-1250 only-*/
.footerBox .footerLeft{
	width: min(30%, 305px);
}
.footerBox .footerLeft p{
	margin-bottom: 27px;
 font-size: 1.4rem;
}
.footerBox .footerRight{
	position: relative;
	justify-content: space-between;
	align-items: flex-start;
	flex-flow: row wrap;
	gap: 0 min(5vw,100px);
	margin-top: 40px;
}
.footerNavi > li{
 margin-bottom: 25px;
}
.copy{
 width: 100%;
 font-size: 1.2rem;
 text-align: right;
}
#pageTop{
	width: 70px;
	height: 70px;
	right: 2vw;
	bottom: 84px !important;
}
#pageTop a{
	font-size: 1.3rem;
}


/* =======================================
	pgs common
========================================== */

/*-- mainTitle --*/
.mainTitle{
	height: 300px;
}
.mainTitle h2{
	font-size: 3.6rem;
}

/*-- table --*/
.basicTable >dt{
	border-right: 1px dotted var(--blue);
	padding: 10px 2.5%;
	width: 23%;
}
.basicTable >dd{
	padding: 10px 2.5%;
	width: 77%;
}
.basicTable >dt:last-of-type{
	border-bottom: none;
}
 .basicTable >dd:last-of-type{
	border-bottom: none;
}

table.basicTable thead th{
	font-size: 1.8rem;
}

/*		anchorLink
-----------------------------*/
.anchorLink{
	padding: 35px 0;
	gap:0 30px;
}
.anchorLink ul{
	padding: 35px 0;
	gap:15px 20px;
}
.pageLinks{
	gap:15px 30px;
	padding: 35px 0 ;
}
.pageLinks ul{
	gap:15px 20px;
}
.anchorLink li,
.pageLinks li{
	flex: 1;
	height: 56px;
}
.anchorLink a,
.pageLinks li a{
	padding: 8px 10px;
}
.anchorLink + section{
	padding-top: 65px;
}

/* =======================================
	top
========================================== */

/*		#mv
-----------------------------*/
#mv .pcFlex{
 justify-content: space-between;
 align-items: center;
}
#mv figure{
 width: 44.5%;
 max-width: 532px;}
#mv .txts{
 width: 52.5%;
 max-width: 532px;
}

/*		#topNews
-----------------------------*/
#topNews{
 justify-content: space-between;
 flex-flow: row wrap;
}
#topNews ul{
 width: 80%;
 max-width: calc(100% - 140px);
}
#topNews ul li{
	padding: 20px 10px;
}
#topNews ul li p:not(.date){
 width:68%;
 max-width:calc(100% - 84px - 128px - 40px) ;
}
#topNews a:hover{
 opacity: .7;
}
#topNews .btnWrap{
 width: 100%;
 margin-top: 28px;
}
#topNews .btnWrap .btn{
 margin: 0 0 0 auto;
}

/*		#topAbout
-----------------------------*/
#topAbout{
}


/*		#topWork
-----------------------------*/
#topWork .imgs {
 justify-content: space-between;
}
#topWork .imgs li{
 width: 32.16%;
}
#topWork .circle{
 justify-content: center;
 gap:20px 40px;
 margin: 60px 0 40px;
}

/*		#topRecruit
-----------------------------*/
#topRecruit .txts{
 margin-top: 28px;
 padding: 0 20px;
 align-items: center;
 justify-content: space-between;
 gap: 0 min(2%,18px);
}
#topRecruit .txts ul{
	max-width: 520px;
}
#topRecruit .txts ul li:nth-of-type(2) figure{
	margin: 1px auto 9px;
}
#topRecruit .txts ul li:nth-of-type(3) figure{
	margin: 5px auto 12px;
}
#topRecruit .txts .leadTxt{
	max-width: 570px;
}
#topRecruit .btnWrap{
 margin-top: 15px;
}

/* =======================================
	company
========================================== */


/* =======================================
	history
========================================== */


/* =======================================
	work
========================================== */
.pointBox ul{
 justify-content: space-between;
}
.pointBox ul li{
 width: 32%;
}

/* =======================================
	recruit
========================================== */
#recruitLead .leadTxt{
	font-size: 2.4rem;
	font-weight: 700;
}
#recruitMerit .pointBox .flex{
 gap:0 40px;
 justify-content: center;
 align-items: center;
}
#recruitMerit .pointBox .flex figure{
 width: 100px;
}
#recruitMerit .pointBox .flex .txts{
 width: 58%;
 max-width: calc(100% - 100px);
}
#recruitMerit .pointBox h6{
	padding: 10px;
}

#recruitJob li{
 margin-top: 60px;
 padding: 40px 4%;
}
#recruitJob h4{
 margin: -65px auto 20px;
 padding: 14px;
 width: 60%;
}

#recruitStaff .interviewBox{
	margin-top: 60px;
	padding: 60px 6%;
}
#recruitStaff .interviewBox > .h4Tit{
	margin-top: 40px;
}
#recruitStaff .interviewBox .pcFlex{
 align-items: center;
 gap:0 40px;
}
#recruitStaff .interviewBox figure{
	width: 200px;
	height: 200px;
}
#recruitStaff .pcFlex .txts{
 width: 67%;
}
#recruitStaff .txts .name{
	font-size: 1.8rem;
}

/* =======================================
	requirements
========================================== */
#requirements .footBtn{
	margin-bottom: 100px;
	padding: 30px;
}
#requirements .footBtn span{
	font-size: min(5vw,2.2rem);
}
#requirements .footBtn a{
	padding-left: 25px;
	width: 400px;
}
#requirements .footBtn a::before{
	left: 32%;
}


/* =======================================
	esg
========================================== */
#esgLead {
	padding-top: 50px;
}
#esgLead figure{
	width: 60%;
}
#esgLead .esgSdgs{
	padding: 50px 0;
}
#esgLead .esgSdgs div.bgW{
	padding: 50px 60px 60px;
	text-align: center;
}
#esgLead .esgSdgs h3{
	font-size: 3.2rem;
	margin-bottom: 15px;
}
.esgBox h3{
	font-size: 3.2rem;
	margin-bottom: 65px;
}
.esgBox h3 .en{
	font-size: 90px;
}
.esgBox dl dt figure{
	margin-right: 20px;
	width: 120px;
}
.esgBox dl dt span{
	font-size: 2.4rem;
}
.esgBox dl dd{
	padding: 20px 5%;
}

/* =======================================
	faq
========================================== */
.faqBox{
	padding: 60px 6%;
}
.faqBox dt{
	padding: 10px 10px 10px 3em;
}
.faqBox dd{
	padding: 10px 10px 30px 3em;
}
.faqBox dt::before{
	font-size: 1.8rem;
	top: 0.5em;
}
.faqBox dd::before{
	font-size: 1.8rem;
}

/* =======================================
	news
========================================== */
/*		一覧
-----------------------------*/
.newsBox .pcFlex{
 justify-content: space-between;
}
.newsBox figure{
 width: 30%;
}
.newsBox .txts{
 width: 66%;
}

/*	詳細　single
-----------------------------*/
article{
 padding: 100px 0;
}
#newsDetail h3{
	font-size: 2.4rem;
}
#newsDetail .tiInfo{
	font-size: 1.6rem;
}

/* =======================================
	contact
========================================== */
.contactLead{
	font-size: 2.6rem;
	padding: 100px 0;
}
#contactTel{
	padding: 70px 0;
}
#contactTel .h3Tit{
	margin-bottom: 35px;
}
#contactTel .icTel{
	font-size: 6rem;
	padding-left: 55px;
}
#contactTel .icTel::before{
	width: 45px;
	height: 56px;
	top: calc(50% - 28px);
}
#contactTel .time{
	font-size: 1.8rem;
}

/* =======================================
	form
========================================== */
#contactForm .basicTable > dt{
	padding: 20px 2.5%;
	width: 25%;
}
#contactForm .basicTable > dd{
	padding: 20px 2.5%;
	width: 75%;
}
#contactForm .basicTable dd h4{
	margin-bottom: 5px;
}
#contactForm .basicTable dd h4:nth-of-type(2),
#contactForm .basicTable dd p{
	margin-top: 10px;
}
#contactForm .basicTable input:not([type=checkbox]){
	padding: 8px;
	width: 80%;
}
#contactForm .basicTable textarea{
	padding: 8px;
	width: 100% !important;
}
#contactForm .basicTable .hissu{
	padding: 3px 3% 4px;
}
.confirm {
  margin-top: 40px;
}

/* =======================================
	privacypolicy
========================================== */
#privacyPolicy{
	margin-top: 50px;
}
.policyBox{
	padding: 20px 2%;
}
.policyBox .h5Tit{
	margin-top: 40px;
}
.contactPrivacy{
	margin-top: 40px;
}