@charset "UTF-8";

/* ---------------------------------------------------------------------------
  ★共通
--------------------------------------------------------------------------- */
:root{
  scroll-padding-top: 160px;
}
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;
}
section p:not(:last-child){
  margin-bottom: 1.5em;
}


/*タイトル
========================================== */
#top .h2Tit,
.h3Tit{
	font-size: 5rem;
	margin-bottom: 30px;
}
#top .h2Tit .jp,
.h3Tit .jp{
	font-size: 1.8rem;
}
.h4Tit {
	font-size: 2.6rem;
	margin-top: 50px;
	margin-bottom: 30px;
}
.h5Tit {  
	font-size: 1.8rem;
	margin-top: 10px;
	margin-bottom: 5px;
}
/*
.h6Tit{
	font-size: 1.8em;
	margin-bottom: 20px;
}*/

/*
　テキスト
========================================== */
.leadTxt{
  font-size: min(1.6vw, 2.2rem);
	margin-bottom: 20px;
}
.leadWrap .leadTxt{
	font-size: min(2.2vw, 3rem);
	margin-bottom: 30px;
}
.secLead{
	font-size: min(2.4vw, 2.4rem);
}
.pcCenter{
	text-align: center;
}
.note{
  font-size: 1.2rem;
}

/*
　ボタン,リンク
========================================== */
.btn{
}


/* =======================================
  ページャー
========================================== */
/*-- 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-top: 50px;
}
.pager > span,
.pager > a{
	font-size: 1.6rem;
	width: 200px;
}


/* =======================================
	header
========================================== */
header > div{
 position: relative;
}
header > div.pcFlex{
	align-items: center;
	height: 95px;
}
header #logo{
	width: min(18.9vw, 264px);
	aspect-ratio: 264/61;
}
header #logo a{
	display: block;
}

/* =======================================
	gnavi
========================================== */

.gnavi{
	position: relative;
	display: grid;
	grid-template-rows: repeat(2, auto);
	gap: 11px 0;
 width: min(calc(100% - 264px), 887px);
 width: min(calc(100% - min(18.9vw, 264px)), 887px);
}
.recruitLogo{
 flex:0 0 auto;
 font-size: min(1.4vw,20px);
}
.recruitLogo span{
 font-size: min(1.0vw,15px);
}

#gnaviList{
	grid-row: 2 / 3;

  height: 100%;
 justify-content: flex-end;
 align-items: center;
 gap: 0 min(3.5vw,50px);
}
#gnaviList > li{
 position: relative;
}
#gnaviList > li >a{
 color: var(--base);
 letter-spacing: 0.06em;
 font-weight: 700;
 white-space: nowrap;

 font-size: min(1.45vw,1.6rem);
}

#gnaviList li.current a,
#gnaviList li a:hover{
 opacity: .7;
}
/*
#gnaviList .hasSub > a{
 position: relative;
 gap:0 5px;
}

.gnavi .hasSub:hover .sub{
	display: block;
	visibility: visible;
}
	*/

.gnavi #headLinks{
	grid-row: 1 / 2;
	width: 100%;
	align-items: flex-end;
	gap:0 min(2.2vw,20px);
}
#headLinks .tel{
	flex: 1;
	align-items: flex-end;
}
#headLinks .tel .time{
	margin-bottom: 2px;
}
#headLinks a:hover{
 opacity: .7;
}


#headLinks .headerRcruit{
	position: relative;
}
#headLinks .headerRcruit a + a{
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	opacity: 0;
	display: none;
    text-align: center;
	transition: opacity 0.3s;
}
#headLinks .headerRcruit:hover a + a{
	opacity: 1;
	display: block;
}
#headLinks .headerRcruit:hover a + a:hover {
	opacity: 0.7;
}



/* =======================================
	main
========================================== */
main{
}
.pgs main{
	margin-top: 95px;
	margin-bottom: 95px;
}
.leadWrap .h3Tit + p{
	text-align: center;
}

/* =======================================
	footer
========================================== */
footer a:hover{
	opacity: .7;
}
#footBottom > .inner1200{
	padding-left: 1.7%;
	padding-right: 1.7%;
}
#footerRight.pcFlex{
justify-content: flex-end;
gap: 0 8.4%;
width: min(100%, 476px);
}
.footerNavi > li{
	font-size: 1.6rem;
}
.footerNavi > li + li{
	margin-top: 2rem;
}
.footerNavi li a{
	color: var(--wh);
	display: block;
	line-height: 1;
	white-space: nowrap;
	letter-spacing: 8%;
}
.footerNavi .hasSub .sub li{
	font-size: 1.5rem;
	font-weight: 500;
}
.footerNavi .hasSub .sub,
.footerNavi .hasSub .sub li + li{
	margin-top: 1.3rem;
}
.footerNavi .hasSub .sub li a{
	position: relative;
	padding-left: 1em;
	font-size: 1.5rem;
}

footer .copy{
	margin-top: 65px;
	font-size: min(1vw,1.2rem);
	line-height: 1;
	font-weight: 400;
	text-align: center;
}

/*
#pageTop{
	right: 4vw;
	bottom: 73px;
}*/

/* =======================================
	footContact
========================================== */
#footContact .h2Tit{
	font-size: 5rem;
}
#footContact .h2Tit .jp{
	font-size: 1.8rem;
}
.footContactBox{
	width: 50%;
}

/* =======================================
	pgs common
========================================== */
/*-- mainTitle --*/
.mainTitle{
	height: 223px;
}
.mainTitle .h2Tit{
	font-size: min(8vw, 4rem);
}

/*-- title --*/
.pgs:not(#recruit) main .h3Tit{
  font-size: 3.6rem;
}
.reasonWrap .wrapLead .h3Tit,
.businessWrap .wrapLead .h3Tit{
	font-size: 5rem !important;
}

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

/*-- separateTable --*/
.separateTable {
	padding: 50px 3.3%;
}
.separateTable > dt{
	border-right: 1px dotted var(--blue);
	padding: 15px 2.5%;
	width: 215px;
}
.separateTable > dd{
	width: calc(100% - 215px - 3.6%);
}
.separateTable > dd:not(:has(p)):not(:has(ul)){
	padding: 15px 0;
}
.separateTable dd.flex ul{
	flex: 1;
}

/*		anchorLink
-----------------------------*/
.anchorLink,
.anchorLink ul{
	padding: 50px 0 ;
	gap: 15px 20px;
}
.anchorLink li{
	width: calc((100% - 20px * 3) / 4);
	height: 56px;
}
.anchorLink a{
	padding: 8px 10px;
}

/*		pageLinks
-----------------------------*/
.pageLinks{
	padding: 80px 0;
}
.pageLinks .inner{
	gap: 30px;
}
.pageLinks li{
	height: 74px;
	width: calc((100% - 30px) / 2);
}
.pageLinks li a{
	justify-content: flex-start;
	height: 100%;
	padding: 0.61em 1.56em 0.61em 2.67em;
}
.pageLinks li a::after{
  width: 36px;
  height: 36px;
	top: calc(50% - 18px);
	right: 8%;
}

/*-- leadWrap--*/
.leadWrap{
	margin-bottom: 30px;
}
.leadWrap .leadTxt + p{
	text-align: center;
}


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

/*		#mv
-----------------------------*/
#mvTxts{
	padding-top: 95px;
}

/*		#topReason
-----------------------------*/
#topReason{
	padding: 80px 0 0;
}
#topReason .secLead{
	font-size: 3rem;
	letter-spacing: 0.08em;
	margin-bottom: 0.53em;
}
/*topReason1*/
#topReason1 .pcFlex:has(.topReason1Box){
	gap: 10px;
}
#topReason1 .topReason1Box{
	flex: 1;
}
.topReason1Box .txts h3{
	font-size: min(2.4vw, 2.4rem);
	}

/*topReason2*/
.topReason2Box{
    justify-content: space-between;
	align-items: center;
}
.topReason2Box > *{
	width: 46.7%;
}
.topReason2Box h4{
	position: relative;
}

.topReason2Box h4::after{
	position: absolute;
	top: 50%;
	content: "";
	display: inline-block;
	width: 100%;
	height: 2px;
	background-color: var(--wh);
}
.topReason2Box:nth-of-type(odd) h4::after{
	left: 100%;
}
.topReason2Box:nth-of-type(even) h4::after{
	right: 100%;
}

.topReason2Box:nth-of-type(odd){
	flex-direction: row-reverse;
}
.topReason2Box:nth-of-type(odd) figure{
    flex: 1;
    margin-left: calc(50% - 50vw);
    margin-right: 6.6%;
}
.topReason2Box:nth-of-type(even) figure{
    flex: 1;
    margin-right: calc(50% - 50vw);
    margin-left: 6.6%;
}

/*		#topAbout
-----------------------------*/
#topAbout ul{
	gap: 0 20px;
}
#topAbout ul li{
	width: calc((100% - 40px) / 3);
}
#topAbout ul li a:hover{
	opacity: .7;
}
#topAbout ul li p{
	font-size: min(2.2vw,2.8rem);
}

/*		#topNews
-----------------------------*/
#topNews ul li a .entryTitle{
	flex: 1;
}

/*		#topRecruit
-----------------------------*/
#topRecruit .h2Tit{
	margin-top: 3rem;
}
#topRecruit .pcFlex{
	justify-content: space-between;
}
#topRecruit .pcFlex figure{
	width: 42.8%;
}
#topRecruit .pcFlex .txts{
	width: 51.6%;
}
#topRecruit .secLead{
	font-size: min(1.9vw, 2.4rem);
}


/* =======================================
  company
========================================== */
#company .companyPhoto{
	gap: 0 20px;
	margin-top: 30px;
	padding-top: 70px;
}
#companyAccess .map{
	height: 250px;
}
#companyAccess .address01{
	gap: 0 5%;
	align-items: center;
}
#companyAccess .address01 .map{
	width: 50%;
}
#companyAccess .address01 .txts{
	width: 45%;
}
#companyAccess .address02{
	gap: 0 3.2%;
}
#companyAccess .address02 > div{
	width: 48.4%;
}
#companyAccess .address02 .map{
	width: 100%;
}


/* =======================================
   esg
========================================== */
#esgLead{
	padding-top: 0;
}
#esgLead .leadImg{
	align-items: flex-start;
	justify-content: center;
	gap:0 35px;
}
#esgLead .leadImg > li{
	width: calc((100% - 70px) / 3);
}
#esgLead .leadImg li ul li{
	margin-top: 1em;
}
#esgLead .leadImg li ul li::before{
	width: 10px;
	height: 10px;
}
#esgLead .leadImg li h3{
	font-size: min(1.45vw,2.1rem);
	padding: 20px;
}
#esgLead .leadBox{
	margin-top: 50px;
	padding: 0 20px 35px;
}
#esgLead .h3Tit{
	margin-top: -0.75em;
	margin-bottom: 15px;
	padding: 0 5px;
}
#esgDetail .h3Tit{
	font-size: 4.5rem !important;
}
#esgDetail > div{
	padding-bottom: 100px;
}
#esgDetail .tiBox h4{
	font-size: min(3vw,4rem);
	padding: 30px 0;
	width: 40%;
}
#esgDetail .tiBox h4 .en{
	font-size: min(1.75vw,2.4rem);
	margin-top: 6px;
	padding-top: 6px;
}
#esgDetail .tiBox .icSDGs{
	justify-content: flex-end;
	padding: 30px;
	width: 60%;
}
#esgDetail .tiBox .icSDGs img{
	height: 100px;
	width: auto !important;
}
#esgDetail .detailBox .secLead{
	margin-bottom: 20px;
}
#esgDetail .detailBox div.pcFlex + div.pcFlex{
	margin-top: 30px;
}
#esgDetail .detailBox > .pcFlex:not(.governanceSecurity){
	gap: 0 35px;
	margin-top: 40px;
}
#esgDetail .detailBox .pcFlex:not(.governanceSecurity) figure{
	width: 40%;
}
#esgDetail .detailBox .pcFlex:not(.governanceSecurity) .txts{
	width: calc(100% - (40% + 35px));
}
#esgGovernance .governanceSecurity{
	gap: 0 50px;
	margin-top: 40px;
}
#esgGovernance .governanceSecurity li{
	width: calc((100% - 50px) / 2);
}


/* =======================================
   reason
========================================== */
.reasonWrap .wrapLead{
	margin-bottom: 50px;
}
.reasonWrap .pcFlex{
	gap: 0 50px;
}
.reasonWrap .wrapLead .pcFlex{
	justify-content: space-between;
	align-items: center;
	width: min(100%, 913px);
}
.reasonWrap .wrapLead figure{
	width: 38%;
	flex: 1;
  margin-right: calc(50% - 50vw);
}
.reasonWrap .wrapLead .flexRowReverse figure{
	margin-left: calc(50% - 50vw);
	margin-right: 0;
}
.reasonWrap .wrapLead .txts{
	padding: 0;
	width: calc(100% - (50px + 38%));
}
.reasonWrap .subTxt{
	justify-content: stretch;
  display: flex;
  width: 56.5%;
}
.reasonWrap .subTxt span:not(.num){
	padding: 0 15px;
}
.reasonWrap ul.pcFlex li{
	width: calc((100% - 100px) / 3);
}

.shortDelivery{
	margin: 40px auto 0;
}
.shortDelivery h4{
	font-size: 2.6rem;
	padding: 14px 3.3%;
}
.shortDelivery .pcFlex{
	align-items: center;
	padding: 30px 3.3%;
}
.shortDelivery .pcFlex figure{
	width: 40%;
}
.shortDelivery .pcFlex .txts{
	width: calc(100% - (40% + 50px));
}


/* =======================================
   business
========================================== */
.businessWrap .wrapLead{
	margin-bottom: 50px;
	padding: 80px 0 50px;
}
.businessWrap .wrapLead .pcFlex{
	justify-content: space-between;
}
.businessWrap .wrapLead .txts{
	width: 51.6%;
}
.businessWrap .wrapLead .h3Tit{
	font-size: 4.5rem !important;
}
.businessWrap .wrapLead figure{
	width: 42.8%;
}

.processingMethod{
	justify-content: center;
	gap: 30px;
}
.processingMethod li{
	width: calc((100% - (30px * 3)) / 4);
	padding-bottom: 4rem;
	position: relative;
}
.processingMethod li figure{
	margin-bottom: 1px;
}
.processingMethod li h5{
	margin-top: 0;
}
.processingMethod .btn{
	position: absolute;
	bottom: 0;
}

.processingExample{
	justify-content: center;
	gap: 50px;
}
.processingExample li{
	width: calc((100% - (50px * 2)) / 3);
	padding: 20px 2.2%;
 display: flex;
 flex-flow: column;
}
#business03 .processingExample li h5{
 flex-grow: 1;
}
	
#business01 dl dt{
	font-size: 2.6rem;
	padding: 10px 35px;
}
#business01 dl dd{
	margin-bottom: 30px;
	padding: 20px 35px;
}
#business03 .processingMethod{
	gap: 50px;
}
#business03 .processingMethod li{
	display: flex;
	gap: 0 15px;
	width: calc((100% - 50px) / 2);
}
#business03 .processingMethod li figure{
	width: 45%;
}
#business03 .processingMethod li .txts{
	width: calc(55% - 15px);
}

.machinableRange dt{
	font-size: 2.6rem;
}
.machinableRange dd{
	padding: 35px 5%;
	text-align: center;
}
.machinableRange dd ul {
    display: inline-flex;
    flex-direction: column;
}
.machinableRange ul li{
	font-size: 2.6rem;
}
.machinableRange span span{
	font-size: 3.4rem;
}
.machinableRange .thickness{
	width: 217px;
}
.machinableRange .length{
	margin-left: 157px;
}
.machinableRange .length::before{
	width: 116px;
	left: -136px;
}
.machinableRange .note{
	text-align: center;
	margin-left: 1em;
	text-indent: -1em;
}

#businessFlow .reasonFlow{
	border: 3px solid var(--base);
	margin: 20px auto;
	padding: 25px 0 25px 60px;
	width: min(100%, 913px);
}
#businessFlow .reasonFlow::before{
	width: 40px;
	height: 40px;
	top: -23px;
	left: calc(50% - 19px);
	border-top: 3px solid var(--base);
	border-left: 3px solid var(--base);
}
#businessFlow .reasonFlow li{
	width: 20.4%;
}
#businessFlow .reasonFlow li:nth-of-type(1){
	width: 26.5%;
}
#businessFlow .reasonFlow li:nth-of-type(2){
	width: 25.8%;
	transform: translateX(-15px);
}
#businessFlow .reasonFlow li:nth-of-type(3){
	width: 20.8%;
	transform: translateX(-30px);
}
#businessFlow .reasonFlow li:nth-of-type(4){
	transform: translateX(-45px);
}
#businessFlow .reasonFlow li:nth-of-type(5){
	transform: translateX(-60px);
}


/* =======================================
   facility
========================================== */
#facilityList{
	padding-bottom: 80px;
}

#facilityMain .facilityBox{
	gap: 20px 3.2%;
	margin-bottom: 50px;
	padding: 30px 3.3%;
}
#facilityMain .facilityBox figure{
	width: 42.8%;
}
#facilityMain .facilityBox .txts{
	width: calc(100% - 3.2% - 42.8%);
}
#facilityMain .facilityBox h3:not(:first-of-type){
	border-top: 1px solid var(--base);
	margin-top: 20px;
	padding-top: 20px;
}
#facilityMain .facilityBox h3{
	font-size: 3.6rem;
	margin-bottom: 0.7em;
}
#facilityMain .facilityBox h3 span{
	font-size: 1.8rem;
}


/* =======================================
  recruit
========================================== */
/*		#recruitMV
-----------------------------*/
#recruitMV{
	margin-top: calc(-95px - 6.42vw);
}
#recruitMV .txts{
	padding: 20px 0;
}
#recruitMV .txts h2{
	font-size: min(3.5vw,5rem);
}
#recruitMV .txts h2 > span{
	padding: 0 20px;
}
#recruitMV .txts p{
	font-size: min(2.5vw,4rem);
}
#recruitMV .txts .btn span{
	padding: 0 40px;
}

/*		#recruitPeople
-----------------------------*/
#recruitPeople{
	padding: 80px 0 66px;
}
#recruitPeople ul{
	margin-top: 55px;
	gap: 30px 2.5%;
}
#recruitPeople li{
	width: calc(95% / 3);
}
#recruitPeople li h4{
	font-size: min(7.2vw, 9rem);
}
#recruitPeople li p.lead{
	font-size: min(2.4vw, 2.4rem);
}

/*		#recruitTraining
-----------------------------*/
#recruitTraining{
	padding: 65px 0 40px;
}
#recruitTraining h4{
	margin: -10.5em 0 -0.5em 2em;
}

/*		#recruitBenefits
-----------------------------*/
#recruitBenefits {
	padding: 40px 0 80px;
}
#recruitBenefitsBoxs{
	margin-top: 40px;
	gap: 30px 5.25%;
}
#recruitBenefitsBoxs dl{
	padding: 24px 19px 31px;
}
#recruitBenefitsBoxs dl:last-of-type{
	padding: 0;
}
#recruitBenefitsBoxs dl dt{
	margin-bottom: 9px;
}
#recruitBenefitsBoxs dl dt span{
	margin-bottom: 9px;
}
#recruitBenefitsBoxs dl:not(:last-of-type){
	width: calc((100% - 5.25%*3)/4);
}
#recruitBenefitsBoxs dl:not(:last-of-type) dd{
	margin-top: 20px;
}
#recruitBenefitsBoxs dl:last-of-type dt{
	width: calc((100% - 5.25%*3)/4);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#recruitBenefitsBoxs dl:last-of-type dd{
	flex: 1;	
	gap: 20px 5.25%;
}
#recruitBenefitsBoxs dl:last-of-type dd ul{
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-block: 20px;
}
#recruitBenefitsBoxs dl:last-of-type dd figure{
	width: 53.4%;
}
#recruitBenefitsBoxs dl:last-of-type dd figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*		#recruitEmployee
-----------------------------*/
#recruitEmployee .pcFlex > *{
	flex: 1;
}

/*		#recruitEntry
-----------------------------*/
#recruitEntryFlowWrap{
	gap: 36px min(7.8vw,72px);
}
#recruitEntryFlowWrap .recruitEntryFlow{
	width: 50%;
}
.recruitEntryFlow ul{
	gap: 36px min(7.8vw,72px);
}
.recruitEntryFlow ul li{
	font-size: 1.8rem;
	width: 41.5%;
}
.recruitEntryFlow ul li > span{
	font-size: 1.94em;
}
.recruitEntryFlow ul li p{
	font-size: 2.4rem;
}
.recruitEntryFlow ul li p span:has(img){
	height: 82px;
}
#recruitEntry ul + p{
	margin-top: 1.25em;
	text-align: center;
}
#recruitEntryBtns{
	gap: 30px 0;
}
#recruitEntryBtns > p{
	flex: 1;
}

/*		#recruitJob
-----------------------------*/
#recruitJob{
	padding: 60px 0 80px;
}
#recruitJob .btnWrap{
	gap: 0 3%;
}


/* =======================================
  interview
========================================== */
.interviewBox div.pcFlex{
	gap: 0 50px;
	align-items: center;
}
.interviewBox div.pcFlex figure,
.interviewBox div.pcFlex .txts{
	width: calc((100% - 50px) / 2);
}
.interviewBox div.pcFlex h3{
	font-size: min(3.4vw, 3.5rem);
	margin-bottom: 30px;
}
.interviewBox div.pcFlex h3 + p{
	font-size: min(1.4vw,2rem);
}
.interviewBox .message::before{
	background: var(--base);
}
.interviewBox dl{
	margin-top: 40px;
}
.interviewBox dl dt{
	font-size: 2.4rem;
	margin-bottom: 10px;
}
.interviewBox dl dd{
	padding: 40px 3.3% 30px;
}
#interviewGallery .slide{
	gap: 0 20px;
}


/* =======================================
  faq PC
========================================== */
/*-- faqList--*/
.faqList dt{
	cursor: pointer;
}
.faqList dt span{
 padding: 10px 0 15px 60px;
 }
 .faqList dd span{
 padding: 15px 15px 20px 60px;
 min-height: 50px;
}
 .faqList dt span::before,
.faqList dd span::before{
  width: 30px;
	padding: 3px;
 }
 /* #recruitmentFlow ol li{
  padding: 30px 0 30px 20px;
  width: calc((100% - 30px - 40px)/4);
 }
 #recruitmentFlow ol li:first-of-type{
  border-radius: 10px 0 0 10px;
 }
 #recruitmentFlow ol li:not(:first-of-type){
  padding-left: 50px;
 }
 #recruitmentFlow ol li::after,
 #recruitmentFlow ol li::before{
  clip-path: polygon(0 0, 5px 0, 100% 50%, 5px 100%, 0 100%);
  width: 40px;
  height: 100%;
}
 #recruitmentFlow ol li::after{
  top: 0;
  bottom: 0;
  left: calc(100% - 5px);
 }
 #recruitmentFlow ol li::before{
  top: 0;
  bottom: 0;
  left: calc(100% + 10px - 5px);
 } */

/* =======================================
	news PC
========================================== */
/*		一覧
-----------------------------*/
.newsBox.pcFlex{
 justify-content: space-between;
}
.newsBox .imgs{
 width: 33%;
}
.newsBox .txts{
 width: 63%;
}

/*		single
-----------------------------*/
article{
 padding: 100px 0;
}


/* =======================================
	contact PC
========================================== */
#contact01{
	padding-top: 0;
}
#contact01 .telfax a{
	padding: 30px 3%;
}
#contact01 .telfax a span:has(.num){
	font-size: 2rem;
}
#contact01 .telfax a span .num{
	font-size: 3.2rem;
}
#contact01 .time{
	font-size: 1.4rem;
}
#contact01 .time span{
	font-size: 1.6rem;
}

/* =======================================
	form PC
========================================== */
.tb_cont th{
	border-bottom: 1px solid var(--wh);
	padding: 15px 2.5%;
	width: 25%;
}
.tb_cont td{
	border-bottom: 1px solid var(--base);
	padding: 15px 2.5%;
	width: 75%;
}
.tb_cont td input:not([type=checkbox]):not([type=radio]){
	padding: 8px;
	width: 80%;
}
.tb_cont td textarea{
	padding: 8px;
	width: 80% !important;
	height: 100px !important;
}
.tb_cont .hissu{
	padding: 3px 3%;
}
.tb_cont .zip{
	margin-right: 10px;
	width: 20% !important;
}
.tb_cont .zipBtn{
	font-size: 1.4rem;
	padding: 10px 14px;
}
.tb_cont .w50{
	width: 58%;
}
.tb_cont .fileBtn li{
	width: 33%;
}
.confirm {
  margin-top: 40px;
}
.tb_cont td input.radiobtn{
    width: auto;
}
#mailformpro input.btn:hover{
	opacity: 0.7;
}


/* =======================================
	privacypolicy PC
========================================== */
#privacyMain .h3Tit:not(:first-of-type){
	margin-top: 80px;
}
#privacyMain h4{
	font-size: 2rem;
	margin-top: 20px;
}
#privacyMain ul,
#privacyMain dl{
	margin-bottom: 30px;
}