@charset "UTF-8";
html {font-size: 62.5%; scroll-behavior: smooth; scroll-padding-top: 100px;}
h1, h2, h3, h4, h5, h6, p, a,li, ol, span, small, th, td, dd, dt, b, input, label, button {
	font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
	color: #252525;
	line-height: 1.4em;
	letter-spacing: 0.03em;
}
img{ height: auto;}
a{ text-decoration: none; transition: all .3s ease-in-out;}
a:hover{ opacity: 0.6;}
a[href^="tel:"] { pointer-events: none;}
.showSP{display: none;}
#page-top { position: fixed; right: 30px; bottom: 30px; z-index: 10; opacity: 0; transform: translateY(100px);}
#page-top a { position: relative; display: block;width: 65px; height: 65px; transition: all 0.3s;}
#page-top a:hover { opacity: .7;}
#page-top.UpMove { animation: UpAnime 0.5s forwards;}
#page-top.DownMove { animation: DownAnime 0.5s forwards;}
@keyframes UpAnime {
  from { opacity: 0; transform: translateY(100px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes DownAnime {
  from { opacity: 1; transform: translateY(0); }
  to { opacity: 0; transform: translateY(100px); }
}
#navBtn{ display: none;}
.sp_pankuzu{ display: none;}

.font-oswald{
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.font-inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.shippori-mincho-b1-semibold {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
}
.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}


/*-- common --*/
.wrap{
  max-width: 1100px;
  width: calc( 100% - 50px);
  margin: 0 auto;
}
.logoLink{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.logoLink > span{
  display: inline-block;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.9;
  margin-left: 20px;
}
.txC{ text-align: center;}
.title{
  font-size: 3.3rem;
  line-height: 5.6rem;
  letter-spacing: 0;
  margin-bottom: 25px;
}
.title_en{
  width: fit-content;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-size: 3.8rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.16em;
  line-height: 1em;
  margin-bottom: 30px!important;
}
.title_en.mgAuto{ margin: 0 auto;}
.title_en > span{
  display: block;
  color: #277DE2;
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1em;
  margin-bottom: 25px;
}
.title_en > span::before{
  content: '';
  background-color: #277DE2;
  display: inline-block;
  width: 30px;
  height: 1px;
  vertical-align: 4px;
  margin-right: 3px;
}
.title_03{
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.06em;
  line-height: 1.2em;
  font-size: 6rem;
  text-align: center;
  margin-bottom: 32px;
}
.title_03 > span{
  display: block;
  color: #fff;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.05em;
}
.bg01{ background-color: #E9EEF2;}
.bg02{
  background: url( ../images/bg02.png) no-repeat center;
  background-size: cover;
}
a.icon_arrow_maru::after{
  content: '';
  background: url(../images/icon_arrow_maru.png) no-repeat center;
  background-size: contain;
  display: inline-block;
  width: 41px;
  height: 41px;
  vertical-align: -13px;
  margin-left: 8px;
}
.flowList{
  list-style: none;
  padding: 0;
  max-width: 550px;
  margin: 0 auto;
}
.flowList > li{
  background-color: #80BEFF;
  min-height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
  margin-bottom: 25px;
  position: relative;
}
.flowList > li > span{
  display: inline-block;
  background: #252525;
  width: 1px;
  height: 27px;
  margin: 0 12px;
}
.flowList > li::after{
  content: '';
  background: url(../images/icon_arrow.png) no-repeat center;
  background-size: contain;
  display: block;
  width: 16px;
  height: 12px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -17px;
  margin: 0 auto;
}
.flowList > li:last-child{ margin-bottom: 0;}
.flowList > li:last-child::after{ display: none;}
.flowList > li:nth-child(even){
  background-color: #fff;
  border: solid 1px #65AFFC;
}
.LinkBox{
  display: flex;
  justify-content: center;
}
.LinkBox > a{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #fff;
  max-width: 430px;
  width: 48%;
  height: 110px;
  color: #277DE2;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  border: solid 1px #277DE2;
  border-radius: 15px;
  margin: 0 4% 2% 0;
  padding: 24px;
  position: relative;
}
.LinkBox > a:nth-child(even){ margin-right: 0;}
.LinkBox > a::after{
  content: '';
  background: url( ../images/icon_arrow01.png) no-repeat center;
  background-size: contain;
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 40px;
}

/*-- footer --*/
.btnBox02{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.btnBox02 > a{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  width: 32%;
  max-width: 350px;
  height: 160px;
  color: #277DE2;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 4.3rem;
  letter-spacing: 0;
  border: solid 2px #277DE2;
  border-radius: 16px;
  position: relative;
}
.btnBox02 > a::after{
  content: '';
  display: block;
  background: url(../images/icon_arrow_maru.png) no-repeat center;
  background-size: cover;
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.btnBox02 > a > small{
  color: #277DE2;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1em;
}
.btnBox02 > a:hover{
  background-color: #277DE2;
  color: #fff;
  opacity: 1;
}
.btnBox02 > a:hover > small{ color: #fff;}

footer .wrap{
  max-width: 1100px;
  margin: 80px auto 0;
}
footer .flex{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc( 100% - 50px);
  padding: 60px 0px 70px;
  border-top: solid 1px #1D569B;
}
footer p.copyright{
  background: #376DC4;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  padding: 8px;
}
footer .linkBox{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 28px;
}
footer .linkBox > a{
  margin-left: 2px;
  margin-right: 10px;
  position: relative;
}
footer .linkBox > a:hover{
  opacity: 1;
  background-color: #1D569B;
  color: #fff;
}
footer .linkBox > a:hover::after{
  background: url(../images/arrow02_w.png) no-repeat center;
  background-size: cover;
}
footer .r-box{
  display: flex;
  flex-flow: column;
  margin-left: 10vw;
}
footer .r-box > a{
  font-size: 1.6rem;
  font-weight: 400;
  margin: 8px 0;
}
footer .r-box > a::after{
  content: '';
  display: inline-block;
  background: url( ../images/arrow_rightblue.png) no-repeat center;
  background-size: contain;
  width: 12px;
  height: 12px;
  margin-left: 0.4em;  
}
footer .linkIconts{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
footer .linkIconts > a{ margin-right: 2px; width: 50px;}
footer .mg01{ margin-top: 120px;}
a.btn{
  background-color: #fff;
  min-width: 210px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1D569B;
  font-size: 1.6rem;
  border: solid 1px #1D569B;
  border-radius: 50px;
  padding: 15px 10px;
}
.btn > span{
  display: block;
  width: 360px;
  background-color: #fff;
  border-radius: 50px;
  border: solid 1px #65AFFC;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.036em;
  padding: 8px 50px 8px 14px;
  margin: 0 auto;
  position: relative;
}
.icon_arrow::after{
  content: '';
  background: url(../images/icon_arrow02.png) no-repeat center;
  background-size: cover;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
}
.icon_arrow.close::after{ transform: rotateZ(180deg)!important;}
main{ padding-top: 75px;}

/*-- header --*/
header{
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
header > h1{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
}
header > h1 .logoLink > span{ font-size: 1.8rem; margin-left: 15px;}
header > nav ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
header > nav ul.gnav{
  display: flex;
  justify-content: flex-start;
}
header > nav ul.gnav > li{ position: relative;}
header .sp_nav{ display: none;}
header nav{
  display: flex;
}
ul.gnav a,
ul.gnav span{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.1em;
  padding: 0 14px;
}
ul.drop{
  display: none;
  width: 172px;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: -25%;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  padding: 0 6.5px;
}
ul.drop > li{
  border-top: solid 1px #277DE2;
}
ul.drop > li:first-child{ border: none;}
ul.drop a{ 
  display: block;
  height: 56px;
  font-size: 1.4rem;
  line-height: 1.9rem;
  letter-spacing: 0;
  font-weight: 500;
  padding: 17px 3px 17px 6px;
}
ul.drop a.icon_arrow02{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
ul.drop a.icon_arrow02::after{
  content: '';
  background: url( ../images/icon_arrow03.png) no-repeat center;
  background-size: cover;
  display: inline-block;
  width: 12px;
  height: 6px;
  transform: rotateZ(-90deg);
}
ul.gnav .joblink{ margin-left: 20px;}
ul.gnav .joblink > a{
  width: 150px;
  height: 76px;
  background-color: #277DE2;
  color: #fff;
  text-align: center;
}
ul.gnav .entrylink > span{
  width: 150px;
  height: 76px;
  background-color: #D31010;
  color: #fff;
}
.entrylink .drop{ width: 100%; left: 0;}
.entrylink .drop a{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding-left: 20px;
}
.entrylink .drop a::after{
  content: '';
  background: url(../images/arrow_blue.png) no-repeat center;
  background-size: cover;
  display: inline-block;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto 0;
}

/*-- top --*/
#flow{
  padding: 57px 25px 76px;
}
#faq{ padding: 82px 25px 92px;}
#faq .faqBox{
  max-width: 880px;
  margin: 0 auto 38px;
}
#faq .title_en{ letter-spacing: 0;}
#faq .faqBox > .list_title{
  font-size: 2rem;
  line-height: 2.8em;
  letter-spacing: 0;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
#faq .faqList{
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: solid 1px #CFCFCF;
}
#faq .faqList  > li{
  cursor: pointer;
  padding: 30px 120px 30px 48px;
  border-bottom: solid 1px #CFCFCF;
  position: relative;
}
#faq .faqList > li::after{
  content: '';
  display: block;
  background: url( ../images/icon_close.png) no-repeat center;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 36%;
  right: 36px;
}
#faq .faqList  > li.show::after{
  background: url( ../images/icon_open.png) no-repeat center;
  background-size: contain;
  height: 2px;
  top: 40px
}
#faq .faqList p{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#faq .faqList .q{
  font-size: 2rem;
  letter-spacing: 0;
}
#faq .faqList .showBox{ display: none;}
#faq .faqList .a{
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 3rem;
  margin-top: 9px;
}
#faq .faqList .q::before{
  content: 'Q';
  color: #277DE2;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 4rem;
  margin-right: 40px;
  line-height: 1em;
}
#faq .faqList .a::before{
  content: 'A';
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 4rem;
  margin-right: 40px;
  line-height: 1em;
}
.faqHideBox{ display: none;}
#faq .btn{ margin-top: 40px;}
#company{ padding: 75px 25px 93px;}
#company .wrap{
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
}
#poster{ padding: 100px 25px 100px;}
#poster img{ margin: 0 auto;}
#intro{
  background: url(../images/bg.png) no-repeat top center;
  background-size: cover;
  padding: 60px 25px 110px;
  min-height: 1590px;
}
#intro > .wrap{
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
#movie{ margin-bottom: 74px;}
.movieBox{
  width: 100%;
  aspect-ratio: 700 / 393;
  position: relative;
}
.movie-inner{
  display: block;    
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.thumb{
  width: 100%;
  max-width: 100%;
}
.movie-player{
  position: relative;
  z-index: 10;
}

.jobList{
  padding: 0;
  margin: 0;
  list-style: none;
}
.jobList > li{
  margin-bottom: 10px;
}
.jobList > li > a{
  display: block;
  position: relative;
}
.jobList > li > a > span{
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/job_arrow_w.png) no-repeat center;
  background-size: cover;
  width: 218px;
  height: 98px;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 2.7rem;
  letter-spacing: 0.05em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 14px;
  padding-right: 20px;
  transition:  all .3s ease-in-out;
  z-index: 1;
}
.jobList > li > a:hover{ opacity: 1;}
.jobList > li > a:hover > span{
  background: url(../images/job_arrow_y.png) no-repeat center;
  background-size: cover;
}
#fv video{
  vertical-align: bottom;
  filter: drop-shadow(0px 0px rgba(0,0,0,0));
  outline: none;
  border: none;
}
#fv{ width: 100%; height: 55.7vw;}

.action_fade{
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .8s, transform .8s;
}
.action_fade.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: .5s;
}

/*-- low page --*/
.pankuzu{
  max-width: 1150px;
  text-align: right;
  padding: 0 50px;
  margin: 50px auto 0;
}
.pankuzu > ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.pankuzu > ul > li{
  display: inline-block;
}
.pankuzu > ul > li a,
.pankuzu > ul > li span{
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 1.3em;
}
.pankuzu > ul > li::after{
  content: '';
  display: inline-block;
  background: url(../images/icon_arrow04.png) no-repeat center;
  background-size: contain;
  width: 6px;
  height: 13px;
  margin: 0 8px;
  vertical-align: 0px;
}
.pankuzu > ul > li:last-child::after{ display: none;}

.low .contents{
  margin-top: 75px;
}
.title02{
  font-size: 4.5rem;
  letter-spacing: 0;
  line-height: 1.2em;
}
.localNav{
  list-style: none;
  padding: 0;
  max-width: 890px;
  margin: 75px auto 70px;
  display: flex;
  justify-content: space-between;
}
.localNav > li{
  max-width: 190px;
  width: 22%;
  border-bottom: solid 1px #CFCFCF;
  padding-bottom: 8px;
  padding-left: 4px;
  padding-right: 4px;
}
.localNav > li a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.localNav > li a::after{
  content: '';
  display: inline-block;
  background: url(../images/icon_arrow03.png) no-repeat center;
  background-size: cover;
  width: 13px;
  height: 7px;
}
.title03{
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.6em;
  margin-bottom: 64px;
}
.title03::before{
  content: '';
  background-color: #277DE2;
  display: inline-block;
  width: 25px;
  height: 5px;
  margin-right: 9px;
  vertical-align: middle;
}
.training{
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-flow: wrap;
}
.training > li{
  width: 30%;
  margin-right: 3%;
  margin-bottom: 52px;
}
.training > li:nth-child(3n){ margin-right: 0;}
.training-title{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #277DE2;
  font-size: 2.1rem;
  letter-spacing: 0.05em;
  line-height: 2.6em;
  margin-bottom: 6px;
}
.training-title::after{
  content: '';
  flex: 2;
  display: inline-block;
  background: #CECECE;
  width: fit-content;
  height: 1px;
  margin-left: 10px;
}
.training p{
  text-align: justify;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 1.6em;
}
.bg_traning{
  max-width: 1100px;
  margin: 60px auto 0;
  overflow: hidden;
}
.bg_traning img{ width: 100%;}
.bg03{ background-color: #EBEFF3;}
.hukuiri{
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.hukuiri > li{
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  padding: 28px 40px;
  background-color: #fff;
  border-radius: 20px;
}
.hukuiri > li:nth-child(3n){ margin-right: 0;}
.hukuiri > li .title-list{
  order: 2;
  color: #277DE2;
  font-size: 2.1rem;
  letter-spacing: 0.05em;
  text-align: center;
}
.hukuiri > li p{
  order: 3;
  color: #111;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 1.8em;
  text-align: justify;
}
.hukuiri > li p > small{
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  font-weight: 300;
  line-height: 1.4em;
  margin-top: 2px;
}
.hukuiri > li img{
  order: 1;
  margin: 0 auto;
}
#environment02{ padding-top: 130px; padding-bottom: 100px;}
#environment03{ padding: 150px 0;}
#environment04{ padding: 150px 0 0;}
#environment04 .inbox{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1270px;
  margin-left: auto;
  padding-left: 25px;
}
#environment04 .inbox .imgBox{ width: 52%;}
#environment04 .inbox .txt{width: 45%;}
#environment04 .inbox .txt p{
  color: #111;
  font-size: 1.7em;
  letter-spacing: 0.08em;
  line-height: 2.1em;
  text-align: justify;
}

/*-- jobs --*/
.jobs_page .wrap02{
  max-width: 800px;
  width: calc( 100% - 50px );
  margin: 0 auto;
}
.jobs_page .title{
  color: #277DE2;
  font-size: 5.6rem;
  letter-spacing: 0.05em;
  line-height: 1.2em;
  text-align: center;
  margin-bottom: 53px;
}
.jobs_page .title + p{
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 0.036em;
  text-align: justify;
}
.jobs_page .movieBox{
  margin: 46px auto 76px;
}
.boshu{ padding-bottom: 100px;}
.boshu_title{
  font-size: 4rem;
  line-height: 1.4em;
  letter-spacing: 0;
  text-align: center;
}
.boshu_btn a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 30px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  text-align: center;
  border: solid 1px #252525;
  border-radius: 100px;
  margin-left: auto;
  position: relative;
}
.boshu_btn a::after{
  content: '';
  background: url(../images/icon_arrow05.png) no-repeat center;
  background-size: contain;
  display: block;
  width: 5px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
}
.boshu_list{
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;
  border-top: solid 1px #CFCFCF;
}
.boshu_list > li{
  border-bottom: solid 1px #CFCFCF;
  padding: 28px 36px;
  position: relative;
}
.boshu_list > li > p.intro_title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 2.6rem;
  letter-spacing: 0;
  font-weight: 500;
}
.boshu_list > li::after{
  content: '';
  display: block;
  background: url(../images/icon_close_b.png) no-repeat center;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 30px;
  right: 36px;
}
.boshu_list > li.show::after{
  background: url(../images/icon_open_b.png) no-repeat center;
  background-size: contain;
  height: 2px;
  top: 40px;
}
.boshu_list .showBox{ display: none; margin-top: 16px;}
.dl_01{
  display: flex;
  justify-content: flex-start;
  flex-flow: wrap;
}
.dl_01 dt,
.dl_01 dd{ margin-top: 20px;}
.dl_01 dt{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15%;
  min-width: 108px;
  height: 28px;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  background: #EBEFF3;
  border-radius: 20px;
}
.dl_01 dd{
  width: calc( 100% - 15%);
  padding-left: 3%;
}
.dl_01 dd p,
.dl_01 dd li{
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.75em;
  text-align: justify;
}
.dl_01 dd ul.list01{
  list-style: none;
  padding: 0;
  margin: 0;
}
.dl_01 dd li{
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 10px;
}
.dl_01 dd ul.list01 > li::before{
  content: '';
  background-color: #277DE2;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  vertical-align: 0.1em;
  margin-right: 0.5em;
}
.boshuyoko{ padding: 80px 0;}
.boshuyoko .wrap03{
  max-width: 780px;
  width: calc( 100% - 50px);
  margin: 0 auto;
}
.dl_02{
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  flex-flow: wrap;
  padding: 0 15px;
  margin-top: 24px;
}
.dl_02 > dt,
.dl_02 > dd{
  border-bottom: solid 1px #CFCFCF;
  padding: 15px 0;
}
.dl_02 > dt:nth-last-child(2),
.dl_02 > dd:last-child{ border: none;}
.dl_02 > dt{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 22%;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4em;
  padding-left: 15px;
}
.dl_02 > dd{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc( 100% - 22%);
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.75em;
  padding-right: 15px;
}
.dl_02 > dd::before{
  content: '';
  width: 1px;
  height: 100%;
  display: inline-block;
  border-left: solid 1px #CFCFCF;
  padding-left: 0.8em;
}
.btn02{
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn02 a{
  background-color: #277DE2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 400px;
  width: 80%;
  height: 80px;
  color: #fff;
  font-size: 2.3rem;
  font-weight: 500;
  letter-spacing: 0;
  border-radius: 100px;
  position: relative;
  margin-top: 60px;
  padding: 0 70px;
}
.btn02 a::after{
  content: '';
  background: url(../images/icon_arrow_maru.png) no-repeat center;
  background-size: contain;
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  right: 5px;
}
.interview{
  padding: 70px 0 20px;
}
.interview .flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 56px;
}
.interview .flex > .img{
  width: 375px;

}
.interview .flex > .txt{
  width: 61.3%;
}
.interview .catch{
  color: #277DE2;
  font-size: 2.9rem;
  letter-spacing: 0.05em;
  margin-bottom: 3px;
}
.interview .job{
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.7em;
}
.interview .comment{
  font-size: 1.7rem;
  letter-spacing: 0.03em;
  line-height: 1.9em;
  text-align: justify;
  margin-top: 32px;
}

/*-- privacy --*/
.privacy .form_title {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1D569B;
  font-size: 3.5rem;
  padding: 8px 16px;
  height: auto;
  border: none;
  border-bottom: solid 1px #1D569B;
  margin-bottom: 8px;
  letter-spacing: 0.18em;
  font-weight: 400;
}
.privacy .form_title + p {
  color: #008BD1;
  font-size: 2.4rem;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  line-height: auto;
  letter-spacing: 0.15em;
  text-align: center;
}
.privacy .contents {
  max-width: 1024px;
  margin: 0 auto;
  padding-top: 60px;
}
.privacy .contents p.midashi {
  line-height: 1.4em;
  letter-spacing: 0.05em;
  line-height: 2.5em;
  margin-bottom: 30px;
}
.privacy .contents ul,
.privacy .contents ol {
  padding-left: 2.4em;
}
.privacy .contents ul > li:first-child {
  margin-top: 0;
}
.privacy .contents li {
  margin: 29px 0;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 1.66em;
  text-align: justify;
}
.privacy .contents li > strong {
  display: inline-block;
  font-size: 1.6rem;
  padding-bottom: 11px;
}
.privacy .contents li > strong,
.privacy .contents li::marker{
  font-weight: 500;
}
.privacy .contents li::marker{ font-size: 1.6rem;}
.privacy .contents a{ text-decoration: underline;}
.privacy .contents .indent { padding-left: 1.55em;}
.privacy .contents p{
  font-size: 1.6rem;
  line-height: 1.8em;
  font-weight: 400;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 1400px) {
  #environment04 .inbox{
    max-width: 1100px;
    width: calc(100% - 50px);
    margin: 0 auto;
    padding-left: 0;
  }
}
@media screen and (max-width: 1080px) {
  .entrylink .drop a{ 
    font-size: 1.4vw;
    padding-left: 15px;
  }
  .entrylink .drop a::after{ width: 16px; height: 16px; right: 0;}

}
@media screen and (max-width: 980px) {
  ul.gnav a,
  ul.gnav span{ font-size: 1.4rem; padding: 0 6px;}
  ul.gnav .joblink > a{ width: 120px;}
  ul.gnav .entrylink > span{ width: 120px;}
}
@media screen and (max-width: 768px) {
  .showSP{ display: block;}
  .showPC{ display: none;}
  .sp_pankuzu{ display: block;}
  .bg02 {
    background: url(../images/bg02_sp.png) no-repeat center;
    background-size: cover;
  }
  a[href^="tel:"] { pointer-events: auto;}
  footer .flex{
    flex-flow: column;
    padding-bottom: 50px;
    padding-top: 12vw;
  }
  footer .r-box{ margin-left: 0; margin-top: 40px;}
  footer .linkBox{
    flex-flow: column;
    justify-content: center;
    margin-top: 42px;
  }
  footer .linkBox > a.btn{
    margin-left: 0;
    max-width: 240px;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
  footer .linkBox > a:nth-child(2){ margin-bottom: 38px;}
  footer .linkIconts{ width: 100%; justify-content: center;}
  footer .linkIconts > a{ margin: 0 2px;}
  footer p.copyright{ font-size: 1.2rem;}
  footer .logo{ width: 240px; margin: 0 auto;}
  footer .logoLink{ flex-flow: column; align-items: flex-start;}
  footer .logoLink > span{ margin-left: 64px;}
  footer .wrap{ margin-top: 12vw;}

  #fv{ height: 154vw;}

  .title{ font-size: 4.4vw; margin-bottom: 4vw; line-height: 1.16em;}
  .title_en{ font-size: 6.4vw; letter-spacing: 0.16em; margin-bottom: 6vw!important;}
  .title_en > span{ font-size: 3vw; letter-spacing: 0.1em; margin-bottom: 2vw;}
  .title_en > span::before{ width: 5.7vw; vertical-align: 1vw; margin-right: 8px;}
  .title_03{ margin-bottom: 5.3vw; font-size: 8vw;}
  .title_03 > span{ font-size: 4vw; letter-spacing: 0.06em;}
  .LinkBox{ flex-flow: column;}
  .LinkBox > a{
    width: 100%;
    max-width: none;
    max-height: 120x;
    height: 16vw;
    margin-right: 0;
    font-size: 3.7vw;
    letter-spacing: 0.01em;
    padding: 0 5.3vw;
    border-radius: 10px;
  }
  .LinkBox > a::after{ right: 20px; width: 7vw; height: 7vw;}
  .btnBox02{ flex-flow: column;}
  .btnBox02 > a{ 
    width: 100%;
    max-width: none;
    max-height: 100px;
    height: 15vw;
    flex-flow: row;
    justify-content: flex-start;
    font-size: 3.7vw;
    padding-left: 8%;
    padding-right: 8%;
    margin-bottom: 2.6vw;
    border-radius: 8px;
    border-width: 1px;
  }
  .btnBox02 > a::after{ width: 12vw; height: 12vw; top: 0; right: 3vw; margin: auto 0;}
  .btnBox02 > a:last-child{ margin-bottom: 0;}
  .btnBox02 > a > small{
    font-size: 3.3vw;
    display: inline;
    padding-left: 14px;
  }
  .flowList > li{
    font-size: 3.2vw;
    min-height: 9.6vw;
    border-radius: 100px;
    margin-bottom: 5.3vw;
  }
  .flowList > li::after{ width: 3.5vw; height: 2.8vw; bottom: -4.4vw;}
  .flowList > li > span{ height: 20px;}
  .entrylink .drop a::after{ right: 0px;}

  /*-- content --*/
  #movie{ margin-bottom: 12vw;}
  #poster{ padding-top: 14.6vw; padding-bottom: 14.6vw;}
  #company{ padding-top: 13vw; padding-bottom: 13vw;}
  #flow{ padding-top: 13vw; padding-bottom: 13vw;}
  #flow .title{ font-size: 6.4vw; margin-bottom: 5vw;}
  #faq{ padding-top: 12.6vw; padding-bottom: 12.6vw;}
  #faq .faqBox > .list_title{ font-size: 4vw; padding-bottom: 8px;}
  #faq .faqList > li{ padding: 4.6vw 50px 4.6vw 12px;}
  #faq .faqList .q{ font-size: 4vw; align-items: flex-start;}
  #faq .faqList .a{
    font-size: 3.6vw;
    line-height: 1.6em;
    margin-top: 28px;
    align-items: flex-start;
  }
  #faq .faqList .a::before{ padding-top: 0.2em;margin-right: 3.2vw; font-size: 5.3vw;}
  #faq .faqList > li::after{ right: 2vw; width: 4vw; height: 4vw; top: 5.4vw}
  #faq .faqList > li.show::after{ top: 5vw;}
  #faq .faqList .q::before{ margin-right: 3.2vw; font-size: 5.3vw;}
  #intro{
    background: url(../images/bg_sp.png) no-repeat center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 48vw;
    min-height: auto;
  }
  .btn > span{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 452px;
    width: 60%;
    height: 9.3vw;
    font-size: 3.5vw;
    padding: 0;
  }
  .icon_arrow::after{ right: 20px; width: 5vw; height: 5vw;}
  a.icon_arrow_maru::after{ width: 7vw; height: 7vw; vertical-align: -2.3vw;}

  .jobList > li > a > span{
    max-width: 200px;
    width: 26.6vw;
    height: auto;
    aspect-ratio: 200 / 91;
    font-size: 3.3vw;
    line-height: 1.2em;
    letter-spacing: 0;
    padding: 0 2vw 0 0;
    background-size: contain; 
  }
  .jobList > li > a:hover > span{ background-size: contain;}

  /*-- header --*/
  ul.gnav a,
  ul.gnav span{
    font-size: 3.7vw;
    justify-content: flex-start;
    padding: 5.3vw 0;
    font-weight: 500;
  }
  ul.gnav  > li > a{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  ul.gnav > li:not(.joblink) > a::after{
    content: '';
    background: url(../images/icon_arrow03.png) no-repeat center;
    background-size: cover;
    display: inline-block;
    width: 12px;
    height: 6px;
    transform: rotateZ(-90deg);
  }
  ul.gnav > li{
    width: 80%;
    margin: 0 auto;
    border-top: solid 1px #277DE2;
  }
  ul.gnav > li:first-child{ border-top: none;}
  header ul.gnav.sp_hide .drop_item ul{
    width: 100%;
    padding: 0;
    padding-left: 25px;
  }
  ul.drop{
    margin-left: 0;
    width: 100%;
    padding: 0 8px;
  }
  ul.drop a{
    height: auto;
    font-size: 3.7vw!important;
    padding: 5.3vw 0!important;
  }
  .entrylink .drop a{ padding-left: 0;}
  .entrylink .drop a::after{ width: 16px; height: 16px;}
  ul.gnav span{ border-bottom: solid 1px #277DE2;}
  header ul.gnav.sp_hide{
    background-color: #fff;
    width: 100%;
    height: calc(100vh - 76px);
    display: block;
    position: fixed;
    top: 16vw;
    left: 0;
    transform: translateX( 100% );
    transition: all .3s ease-in-out;
  }
  header.show ul.gnav.sp_hide{
    transform: translateX( 0 );
  }
  header ul.gnav.sp_hide .drop_item ul{
    display: block;
    position: static;
  }
  header .sp_nav{
    display: block;
  }
  ul.gnav .joblink{
    width: 100%;
    margin: 0;
    margin-top: 6vw;
    border-top: none;
  }
  ul.gnav .joblink > a{
    justify-content: space-between;
    font-size: 3.5vw;
    max-width: 400px;
    width: 60%;
    height: 10.6vw;
    aspect-ratio: 400 / 80;
    border-radius: 100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 15px;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }
  ul.gnav .joblink > a > br{ display: none;}
  ul.gnav .joblink > a::after{
    content: '';
    background: url(../images/icon_arrow_maru.png) no-repeat center;
    background-size: cover;
    display: block;
    width: 9vw;
    height: 9vw;
    position: absolute;
    right: 4px;
  }
  ul.gnav.entryLink{ 
    width: 60%;
    height: auto;
    aspect-ratio: 160 / 120;
  }
  ul.gnav.entryLink > li{ margin: 0; width: 100%;}
  ul.gnav .entrylink > span{
    width: 100%;
    height: 100%;
    justify-content: center;
    font-size: 3.3vw;
    font-weight: 400;
    border: none;
    padding: 0;
  }
  .entrylink .drop a{ font-size: 2.6vw!important; padding: 4.6vw 0!important}
  header > h1 .logoLink > span{ font-size: 2.4vw; margin-left: 2vw;}
  nav{ margin-left: 7.7vw; width: 40vw;}
  main{ padding-top: 14vw;}

  /*-- sp menu icon --*/
  #navBtn{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hamburger {
    width: 40%;
    cursor: pointer;
  }  
  .hamburger > div{
    position: relative;
    max-width: 50px;
    width: 60%;
    text-align: center;
  }
  .line {
    display: block;
    width: 100%;
    height: 3px;
    background: #277DE2;
    margin: 1.4vw auto;
    transition: 0.3s;
  }  
  .menu-text {
    font-size: 2.66vw;
    font-weight: bold;
    color: #277DE2;
    transition: 0.3s;
    margin-top: 4px;
  }  
  .hamburger.active .line1 {
    transform: rotate(25deg) translate(3px, 2vw);
  }  
  .hamburger.active .line2 {
    opacity: 0;
  }  
  .hamburger.active .line3 {
    transform: rotate(-25deg) translate(3px, -2vw);
  }  
  .hamburger.active .menu-text {
    opacity: 1;
  }

  /*-- environment --*/
  main.low{
    display: flex;
    flex-flow: column;
  }
  main.low > .pankuzu{ order: 2;}
  main.low > .contents{ order: 1; margin-top: 11.6vw;}
  .pankuzu{
    width: 100%;
    padding: 0 25px;
    text-align: left;
  }
  .pankuzu > ul > li a,
  .pankuzu > ul > li span,
  .pankuzu > ul > li::after{
    font-size: 3.3vw;
    letter-spacing: 0.05em;
  }
  .pankuzu > ul > li::after{
    width: 1.4vw;
    height: auto;
    aspect-ratio: 8 / 16;
    padding: 0 4px;
    vertical-align: -0.4vw;
  }
  .title02{
    font-size: 6vw;
    text-align: center;
    margin-bottom: 11vw;
  }
  .title03{
   font-size: 4.7vw;
   margin-bottom: 8vw;
  }
  .title03::before{ height: 2px;}
  .localNav{
    flex-flow: wrap;
    margin-bottom: 6vw;
    margin-top: 8vw;
  }
  .localNav > li{
    width: 47%;
    max-width: none;
    margin-bottom: 32px;
  }
  .localNav > li a{
    font-size: 3.3vw;
    letter-spacing: 0.03em;
  }
  .training{ flex-flow: column;}
  .training > li{
    width: 100%;
    margin-right: 0;
    margin-bottom: 7.6vw;
  }
  .training > li:last-child{ margin-bottom: 0;}
  .training-title{ font-size: 4vw; }
  .training p{ font-size: 3.6vw; }
  .bg_traning{ margin-top: 13vw;}
  #environment02{ padding: 13vw 0;}
  #environment03{ padding: 13vw 0;}
  #environment04{ padding: 13vw 0 0;}
  #environment04 .inbox{
    padding-left: 0;
    flex-flow: column;
    max-width: 1100px;
    width: calc(100% - 50px);
    margin: 0 auto;
  }
  #environment04 .inbox .txt{ width: 100%;}
  #environment04 .inbox .txt p{ font-size: 3.8vw; line-height: 1.8em;}
  #environment04 .inbox .imgBox{
    width: calc(100% + 50px);
    margin-top: 13vw;
  }
  .hukuiri{
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .hukuiri > li{
    display: flex;
    align-items: center;
    flex-flow: wrap;
    padding: 4vw 5.3vw;
    border-radius: 2.66vw;
  }
  .hukuiri > li > p{
    width: 100%;
    font-size: 3.6vw;
    line-height: 1.66em;
    margin-top: 1.73vw;
  }
  .hukuiri > li p > small{ font-size: 3.3vw;}
  .hukuiri > li img{
    max-width: 85px;
    width: 11vw;
    margin: 0;
    margin-right: 2.66vw;
  }
  img.env_icon06{
    max-width: 58px!important;
    width: 7.7vw!important;
  }
  .hukuiri > li .title-list{ font-size: 4vw; }
  
  /*-- jobs --*/
  .jobs_page .title{ font-size: 7.46vw; margin-bottom: 6.3vw; }
  .jobs_page .title + p{ font-size: 3.73vw; letter-spacing: 0.05em; line-height: 2em;}
  .jobs_page .movieBox{ margin-top: 4vw; margin-bottom: 10vw;}
  .boshu_title{ font-size: 5.3vw; letter-spacing: 0;}
  .boshu_btn a{
    max-width: 450px;
    width: 76%;
    font-size: 3.46vw;
    margin: 2.4vw auto 0;
  }
  .boshu_list{ margin-top: 6.6vw;}
  .boshu_list > li{ padding: 4vw 0;}
  .boshu_list > li > p.intro_title{ font-size: 4vw; }
  .dl_01{ flex-flow: column;}
  .dl_01 dt{ margin-top: 4vw; font-size: 3.3vw; width: 24vw; min-width: auto; height: auto; padding: 2px 8px;}
  .dl_01 dd{ padding: 0; margin-top: 6px; margin-bottom: 4vw; width: 100%;}
  .dl_01 dd p,
  .dl_01 dd li{
    font-size: 3.5vw;
    line-height: 1.7em;
    letter-spacing: 0.05em;
  }
  .boshu_list > li::after{
    right: 2vw;
    width: 4vw;
    height: 4vw;
    top: 3.4vw;
  }
  .boshu_list > li.show::after{ top: 5vw;}
  .dl_01 dd ul.list01 > li::before{ width: 4px; height: 4px; vertical-align: 0;}
  .jobs_page .wrap02{ padding-bottom: 13vw;}
  .jobs_page .wrap02.pd0{ padding-bottom: 0;}
  .boshuyoko{ padding: 13vw 0;}
  .dl_02 > dt{ font-size: 3vw; padding-left: 0; width: 34%;}
  .dl_02 > dd{ font-size: 3vw; width: calc( 100% - 34%);}
  .btn02 a{ 
    width: 66%;
    max-width: 400px;
    margin-top: 5vw;
    font-size: 3.46vw;
    padding: 0 8vw;
    height: 10.6vw;
  }
  .btn02 a::after{ width: 8vw; height: 8vw;}
  .interview{ padding: 13vw 0 2vw;}
  .interview .flex{
    flex-flow: column;
    margin-top: 5vw;
  }
  .interview .flex > .img{ width: 50%; margin-bottom: 4vw;}
  .interview .flex > .txt{ width: 100%;}
  .interview .catch{ font-size: 6vw; line-height: 1.4em; letter-spacing: 0.05em; text-align: center; margin-bottom: 10px;}  
  .interview .job{ font-size: 3.3vw; text-align: center;}
  .interview .comment{ font-size: 3.6vw; letter-spacing: 0.03em; line-height: 1.66em; margin-top: 5vw;}

  /*-- privacy --*/
  .privacy .form_title {
    height: auto;
    border: none;
    border-bottom: solid 1px #1D569B;
    margin-bottom: 8px;
    letter-spacing: 0.18em;
    font-weight: 400;
    font-size: 2.6rem;
    line-height: 1.4em;
  }
  .privacy .contents p.midashi { line-height: 1.4em; }
  .privacy .contents li > strong{ vertical-align: top; margin-top: -1px;}
  .privacy .contents .indent { padding-left: 0;}

}
@media screen and (max-width: 450px) {
  nav{ margin-left: 6vw; width: 41vw;}
  ul.gnav.entryLink{ 
    width: 100px;
    height: auto;
    aspect-ratio: 160 / 120;
  }
  .entrylink .drop a::after{ width: 12px; height: 12px;}
  .spacer01{ height: 40px!important;}
  .privacy .contents{ padding-top: 10vw;}
  .line { height: 2px;}
  .hamburger.active .line1 { transform: rotate(25deg) translate(1.2vw, 2.2vw);}
  .hamburger.active .line3 { transform: rotate(-25deg) translate(0.8vw, -1.2vw);}
  
}
@media screen and (max-width: 370px) {
  .pankuzu > ul > li::after{ vertical-align: -0.8vw;}
}
@media screen and (max-width: 340px) {
  .privacy .form_title { font-size: 2.2rem;}
  .privacy .form_title + p{ font-size: 2rem;}
  .privacy .contents p.midashi{ font-size: 1.8rem!important;}
  .privacy .contents{ padding-top: 40px;}
}
