@charset "UTF-8";

/* ---------------------------------------------------------------------------
  ★共通
--------------------------------------------------------------------------- */
:root{
  scroll-padding-top: 60px;
}
html {font-size: 62.5%;scroll-behavior: smooth;}
body{  
  font-size: 1.5rem;
}
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.5rem;
}
h1,h2,h3,h4,h5,h6 {
  font-size: 1.5rem;
}



/*タイトル
========================================== */
.h2Tit{
  font-size: 2rem;
}
.h2Tit .fontEN:not(.en){
  font-size: 8rem;
}
.h2Tit .en{
  font-size: 2rem;
}
.h2Tit .en + span{
  font-size: 4rem;
}

.h3Tit {
  font-size: 3.2rem;
	margin-bottom: 3rem;
}
.h4Tit {
	font-size: 2.4rem;
	margin-bottom: 20px;
}
.h5Tit {  
	font-size: 2rem;
	margin-bottom: 20px;
}
.h6Tit{
	font-size: 1.8em;
	margin-bottom: 20px;
}

/*
　テキスト
========================================== */
.leadTxt{
  font-size: 4rem;
}
.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 a{
font-size: 1.6rem;
  width: 200px;
}

/* =======================================
	header
========================================== */
header > div.pcFlex{
	align-items: center;
}
#headerInner{
	height: 101px;
	padding-top: 23px;
}
header #logo a img{
  width: min(22vw, 313px);
}
header #logo a span{
  font-size: min(1.8vw, 1.8rem);
}

/* =======================================
	.menu
========================================== */
.menu {
	margin-top: 16px;
  width: 60px;
}
.menu span {
  right: calc((60px - 47px) / 2);
  width: 47px;
  height: 4px;
}
.menu span.menuLine01 {
  top: 21px;
}
.menu span.menuLine02{
  top: 30px;
}
.menu span.menuLine03{
  width: 27px;
  top: 39px;
  border-radius: 2px 0 0 2px;
}
.menu.active  span.menuLine01{
  top: 28px;
}
.menu.active  span.menuLine02{
  top: 28px;
}

/* =======================================
	gnavi
========================================== */
.gnavi {
	display: grid;
	grid-template-areas:
      "headLinks"
      "gnaviList";
	gap: min(1em, 16px) 0;
  height: 818px;
  background: #98E9FF url(../images/menu_img01.svg) no-repeat right 21% bottom 13% / 22% 20%;
}


.recruitLogo{
 flex:0 0 auto;
 font-size: min(1.4vw,20px);
}
.recruitLogo span{
 font-size: min(1.0vw,15px);
}

#gnaviList{
  height: 100%;
 justify-content: flex-end;
 align-items: center;
 gap: 0 min(2vw,20px);
}
#gnaviList{
  padding: 137px 0 0 21%;
}
#gnaviList > li{
 position: relative;
 color: var(--base);
 font-weight: 500;
}
#gnaviList li + li{
  margin-top: 2em;
}
#gnaviList > li >a{
 display:flex;
 align-items: center;
 font-size: min(1.4vw,16px);
 white-space: nowrap;
}

#gnaviList li.current a,
#gnaviList li a:hover{
 opacity: .7;
}

#headLinks {
  position: absolute;
  right: min(8vw, 94px);
  top: 16px;
	gap: 10px;
	z-index: 101;	
}
#headLinks .visit a{
 width: min(24.2vw, 262px);
}
#headLinks .entry a{
 width: min(19.7vw, 175px);
}




/* =======================================
	main
========================================== */
main{
}

/* =======================================
	footer
========================================== */
footer{
 overflow: hidden;
}
#footerLogoWrap{
	align-items: center;
}
footer a:hover{opacity: .7;
}
#footBottom{
 padding: 80px 0 64px;
}
#footBottom .footerLeft{
 flex:1 0 auto;
}
#footBottom #footTel{
  margin-top: 30px;
}
#footBottom .footerRight{
	width: 465px;
	justify-content: space-between;
}
.footBtm.pcFlex{
	justify-content: space-between;
}
.footBtm ul{
  gap: 30px;
}

/* =======================================
	top
========================================== */
/*		#mv
-----------------------------*/
#mv01::before{
  bottom: -245px;
  left: -236px;
  width: 585px;
}
#mv01{
  flex-direction: row-reverse;
}
#mvImgs{
  width: 63%;  
}
#mvTxts{
  flex: 1;
	padding-top: 92px;
  padding-left: min(7.1vw, 100px)
}
#mvTxts h2{
  font-size: min(4.67vw, 5.6rem);
}

#mv02 > .flex{
	align-items: center;
	padding: 149px 0 158px;
}
#mv02::before{
  content: "";
  position: absolute;
  display: block;
  aspect-ratio: 1 / 1;
  background: var(--grdGreen);
  border-radius: 50%;
  z-index: -1;
  opacity: 0.14;
	
  top: 54px;
  right: -124px;
  width: 370px;
}
#mv02 > .flex::before{
  content: "";
  position: absolute;
	top: -74px;
  right: 0;
  display: block;
  aspect-ratio: 1 / 1;
  width: 280px;
  border-radius: 50%;
  background: url(../images/mv_img01.png) no-repeat center center / 100% 100%;
}
#mv02 .txts{
	flex: 1
}
#mv02 .txts p{
  font-size: 1.8rem;
}
#mv02 figure{
	width: 44%;
}


/*		#about
-----------------------------*/
#about{
  padding: 120px 0 200px;
}
#about::before{
  border-radius: 0 100px 0 0;
}
#about .inner1100::before{
  right: -20px;
  top: calc(240px * -0.6 - 100px);
  width: 240px;
}
#about .leadTxt{
  margin-top: 60px;
}
#about .leadTxt::before{
  width: 301px;
}
#about h2 span:not(.fontEN){
  background: url(../images/ic_tit_about.svg) no-repeat left 5px center / 47px 30px;
  min-height: 30px;
  padding-left: 80px;
}

#aboutContent{
	gap: 0 20px;
	justify-content: space-between;
}
#aboutContent .txts{
	width: calc(544 / 1100 * 100%);
}
#aboutContent figure{
	width: calc(480 / 1100 * 100%);
}

#aboutSlider{
	margin-top: 156px;
}
#aboutSliderInner figure:nth-of-type(even){
  transform: translateY(-48px);
}
#aboutSliderInner figure img{
  border-radius: 20px;
}

/*		#works
-----------------------------*/
#works{
  margin-top: -92px;
  padding: 118px 0;
}
#works::before{
  border-radius: 100px 100px 0 0;
}
#works .h2Tit::after{
  width: 176px;
}
#works .leadTxt + p.center{
  font-size: 1.8rem;
}
.worksBox{
  margin-top: 140px;
  padding: 9.5% 4.6% 7.3%;
}
.worksBox:has(.worksBoxFlow){
  margin-top: 80px;
  padding: 4.545% 4.091%;;
}
.worksBox:has(.worksBoxFlow) .worksBoxLead{
  font-size: 3.2rem;
  margin-bottom: 0.9em;
}
.worksBoxNum{
  width: 127px;
}
.worksBoxNum > span{
}
.worksBoxNum span span{
  font-size: 6rem;
}

.worksBoxLead{
  font-size: 2.8rem;
}

.worksBoxImgs {
  display: grid;
  grid-template-columns: calc(600 / 998 * 100%) 1fr;
  gap: 16px 18px;
	margin-top: 50px;
}
.worksBoxImgs figure:nth-of-type(1) {
  grid-row: 1 / 3;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.worksBoxImgs figure:not(:nth-of-type(1)){
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.worksBoxImgs img {
	border-radius: 20px;
}

.worksBoxLists{
	margin-block: 50px;
	gap: 0 20px;
}
.worksBoxLists dl{
	flex: 1;
}
.worksBoxLists dt{
  font-size: 2rem;
}

.worksBoxFlow{
  margin-top: 60px;
  margin-inline: auto;
  width: min(100%, 928px);
}
.worksBoxFlow li{
	flex: 1;
}
.worksBoxFlow li div{
  aspect-ratio: 164 / 143;
}
.worksBoxFlow li:has(+ li) div::after{
	top: 50%;
	transform: translateY(-50%);
  left: calc(100% + 5px);
}


/*		.linkArea
-----------------------------*/
.linkArea{
  padding: 100px 0;
}
#works + .linkArea h2::before {
  width: 176px;
}
.linkArea ul{
	margin-top: 124px;
}
.linkArea li{
	flex: 1;
}


/*		#education
-----------------------------*/
#education{
	padding: 147px 0 100px;
  border-radius: 100px 100px 0 0;
}
.flex.educationList{
  margin-top: 60px;
  gap: 50px 40px;
}
.flex.educationList li{
	width: calc((100% - 40px) / 2);
  padding: 1.8% 2%;
}
.flex.educationList li h3{
  font-size: 2.8rem;
}


/*		#data
-----------------------------*/
#data{
  padding: 100px 0;
}
#data .dataBoxs.flex{
  gap: 50px 3.6%;
}
#data .dataBoxs > *{
	width: calc((100% - 40px * 2) / 3);
  min-height: 363px;
}
#data .dataBoxs dl{
  padding: 1.8%;
}



/*		#interview
-----------------------------*/
#interview{
  padding-top: 28px;
	padding-bottom: 148px;
}
#interviewMV{
  padding-top: 62px;
}
#interviewMV figcaption{
  font-size: 4rem;
}
#interviewMV figcaption span{
  white-space: nowrap;
}
#interviewMV figcaption span:nth-of-type(1){
  max-width: 609px;
}
#interviewMV figcaption span:nth-of-type(2){
  max-width: 572px;
}
#interviewMV h3 span{
  width: 218px;
  font-size: 2rem;
}
#interviewIntro{
  flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
  padding: 80px 0 70px;
}
#interviewIntro dl{
  padding: 3.6%;
}
#interviewIntro .imgs{
	width: 48%;
}
#interviewBoxWrap{
  margin-top: 50px;
}
.interviewBox{
  padding: 44px 0 80px;
}
div#interviewBox04 {
  padding-bottom: 40px;
}
div#interviewBox05{
  padding-bottom: 60px;
}

.interviewBox h4{
  font-size: 4rem;
}
.interviewBox dd.flex{
	align-items: center;
}
.interviewBox dd.flex + dd{
	margin-top: 60px;
}
.interviewBox dd.flex figure{
	width: 150px;
}
.interviewBox dd.flex figcaption{
	font-size: 1.6rem;
}

#interviewBox02 .pcFlex,
#interviewBox04 .pcFlex:nth-of-type(1){
	flex-direction: row-reverse;
}
.interviewBox .pcFlex + .pcFlex{
	margin-top: 107px;
}
#interviewBox04 .pcFlex:nth-of-type(2) figure{
  margin-top: -57px;
}
.interviewBox .pcFlex figure{
	width: min(40%, 420px);/*38%;*/
}
.interviewBox .pcFlex figure img{
	width: 100%;
}
.interviewBox .pcFlex dl{
	flex: 1;
}

#interviewBox06 > figure{
	margin-bottom: 50px;
}

/*		#environment
-----------------------------*/
#environment{
	margin-top: -100px;
	padding: 100px 0 195px;
	border-radius: 100px 100px 0 0;
}
#environment h2::before {
  top: 54px;
  width: 250px;
}
#environment h3{
	font-size: 3.2rem;
  margin-top: 67px;
	margin-bottom: 33px;
}
#environment .inner1100 .leadTxt + p{
  font-size: 2.4rem;
}
.environmentBoxWrap + h3{
  margin-top: 47px;
}
.environmentBoxWrap dl dt{
  font-size: 2rem;
}
#environmentBoxWrap01 dl{
	flex: 1;
}
#environmentBoxWrap02.pcFlex{
	flex-wrap: wrap;
}
#environmentBoxWrap02 dl{
	width: calc((100% - 3.6% * 2) / 3);
}

.balloonWrap{
  margin: 97px auto 0;
}
.balloonWrap li + li{
  margin-top: 36px;
}
.balloonWrap li img{
	width: 185px;
	aspect-ratio: 1 / 1;
}
.balloonWrap li p{
  min-height: 145px;
}
.balloonWrap li p::after{
  left: 84px;
  width: 60px;
}
.balloonWrap li:nth-of-type(2) p::after{
  right: 84px;
}


/*		#message
-----------------------------*/
#message{
  border-radius: 100px 100px 0 0;
	margin-top: -100px;
	padding: 100px 0;
}
#message::before {
    top: -200px;
    left: -236px;
    width: 585px;
}
#message .pcFlex figure{
	width: 54.5%;
}
#message .txts{
	flex: 1;
}

/*		#faq
-----------------------------*/
#faq{
	padding-top: 100px;
}
#faq dt,
#faq dd div{
  padding: 20px 50px 24px 40px;
}
#faq dt::before{
  right: 39px;
  height: 1px;
}
#faq dt::after{
  right: 47px;
}
#faq dt.active::before{
  right: 39px;
}
#faq dt.active::after{
  right: 55px;
}
#faq dl + dl{
  margin-top: 30px;
}
#faq dt span:first-child,
#faq dd span{
  width: 56px;
}

/*		#recruitment
-----------------------------*/
#recruitment{
	padding-top: 100px;
}
#recruitment .js-tab{
	margin-bottom: 60px;
}
#recruitment .js-tab li a{
  height: 4.38em;
}

.recruitmentInfo  {
	padding-bottom: 80px;
  display: grid;
  grid-template-columns: 180px 1fr;
}
.recruitmentInfo  .row {
  display: contents;
}
.recruitmentInfo  dt,
.recruitmentInfo  dd {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #D9D9D9;
}


/* =======================================
	contact
========================================== */
#contact{
  padding: 100px 0;
}

#contactLead.pcFlex{
  align-items: center;
	gap: 7.2%
} 
#contactLead figure{
	width: 43%;
}
#contactLead .txts{
	flex: 1;
}
#contact .linkArea{
  padding-top: 226px;
}
#contact .linkArea::before {
  top: 100px;
  width: 176px;
}

#telArea{
	min-height: 294px;
}
#telArea h3{
	font-size: 3.2rem;
}
#telArea p .fontEN{
	font-size: 4rem;
	padding-left: 37px;
}
#telArea p .fontEN::before{
	width: 23px;
}



/* =======================================
	form
========================================== */
#contactForm{
  margin-top: 100px;
}
.formArea{
  margin-top: 60px;
}
.formArea form#mailformpro dl.formBoxType #other-text{
  margin-top: 40px;
}
.formArea form#mailformpro dl.formBoxType dt{
  margin-bottom: 16px;
}
.formArea form#mailformpro dl{
	display: flex;
	flex-wrap: wrap;
}
.formArea form#mailformpro dl.formBoxOthers dt{
  margin-bottom: 8px;
}
.formArea form#mailformpro dl dt{
	padding: 33px 10px 20px 0;
	width: 22.7%;
}
.formArea form#mailformpro dl dd{
	padding: 20px 2.5% 20px 0;
	width: min(760px,77%);
}
.formArea dd select{
	padding: 13px 8px;
  width: 256px;
}
.formArea dd select + input{
	margin-top: 10px;
}
.formArea dd input:not([type=checkbox]):not([type=radio]):not([type=file]){
	padding: 13px 8px;
	width: 80%;
}
.formArea dd textarea{
	padding: 13px 8px;
	width: 80% !important;
	height: 155px !important;
}
.formArea .hissu{
	padding: 3px 3%;
}

.formFoot{
 margin-top: 60px;
}

.formBtn{
 margin-top: 60px;
}


/* =======================================
	privacypolicy
========================================== */
.privacypolicyInner {
  padding: 100px min(5vw, 50px);
}
#privacypolicy .js-popup-content-close {
  width: 100px;
}





