
/*　home 共通
------------------------------------------------------------------------------------------------*/

.fv{
  height: calc(100vh - 28rem);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0rem;
  background: url(../images/home/fv-bg.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  position: relative;
}
.fv h1{
  font-size: 4rem;
  letter-spacing: 0.1em;
}
.fv .h1-btm{
  font-weight: 700;
  margin-top: 1em;
}
.fv img.logo{
  width: 25.5rem;
  margin: 7rem auto 0;
}
.fv .scroll{
  display: inline-block;
  font-size: 1.2rem;
  line-height: 0.9;
  font-weight: 700;
  writing-mode: vertical-rl;
  padding-bottom: 14.5rem;
  position: absolute;
  left: 4rem;
  bottom: -6.3rem;
  z-index: 1;
}
.fv .scroll::before,
.fv .scroll::after{
  content: "";
  display: block;
  width: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -0.5px;
}
.fv .scroll::before{
  opacity: 0.4;
  height: 12.5rem;
  bottom: 0;
}
.fv .scroll::after{
  animation: scroll 3s infinite;
}
@keyframes scroll {
  from {
    height: 5rem;
    bottom: 7.5rem;
    opacity: 0;
  }
  20%{ height: 5rem; }
  30%{ opacity: 1; }
  to {
    height: 0;
    bottom: 0;
  }
}


.home-about{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50rem;
  position: relative;
}
.home-about::before{
  content: "";
  display: block;
  width: calc(50% - 38rem);
  height: 100%;
  background: #1a386b;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.home-about .content{
  padding-left: 40rem;
  padding-bottom:8rem;
}
.home-about .ttl-1{
  margin-bottom: 2rem;
}
.home-about .btn-wrap{
  display: flex;
  gap: 5rem;
  margin-top: 4rem;
}

.home-business{
  padding: 8rem 0 12rem;
}
.home-business ul li{
  display: grid;
  grid-template-columns: 36rem 1fr;
  gap: 6rem;
  align-items: center;
}
.home-business ul li + li{
  margin-top: 6.4rem;
}
.home-business ul li h3{
  font-size: 2.4rem;
  margin-bottom: 1em;
}
.home-business ul li p{
}
.home-business ul li a.arrow-btn{
  margin-top: 4rem;
}


.home-feature{
  padding: 8rem 0 0;
}
.home-feature ul{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
.home-feature ul li{
  display: block;
}
.home-feature ul li h3{
  font-size:2rem;
  font-weight: 700;
  text-align: center;
  margin-top: 2rem;
}

.home-feature ul li p{
  margin-top: 2rem;
}




/*　business 共通
------------------------------------------------------------------------------------------------*/

.business .sec-1{
    margin:0 auto 8rem;
}

.business .sec-1 ul li{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 50rem;
  position: relative;
}
.business .sec-1 ul li + li{
  margin-top: 12rem;
}
.business .sec-1 ul li img.img{
  width: auto;
  height: 50rem;
  position: absolute;
  left: -18.5rem;
  top: 0;
}
.business .sec-1 ul li .txt{
  width: 50rem;
}
.business .sec-1 ul li .txt h3{
  font-size: 3rem;
  margin-bottom: 4rem;
}
.business .sec-1 ul li .txt > p{
}
.business .sec-1 ul li .txt .box{
  padding: 3rem;
  margin-top: 4.8rem;
}
.business .sec-1 ul li .txt .box h4{
  font-size: 1.8rem;
  margin-bottom: 1em;
}


.business .sec-2{
  padding: 2rem 0 2rem;
}




/*　company 共通
------------------------------------------------------------------------------------------------*/

.company .sec-1{
  padding: 0 0 4rem;
}
.company .sec-1 .content{
  display: flex;
  align-items: flex-start;
  gap: 5rem;
}
.company .sec-1 img.img{
  width: 49rem;
}
.company .sec-1 .txt{
  flex-grow: 1;
}
.company .sec-1 h2{
  font-size: 3rem;
  margin-bottom: 3rem;
}


.company .sec-2{
  padding: 10rem 0 12rem;
  position: relative;
}
.company .sec-2::before{
  content: "";
  display: block;
  width: calc(50% + 28rem);
  height: 100%;
  background: #F2F2F2;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.company .sec-2 .wrap{
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  gap: 5rem;
}
.company .sec-2 .wrap img.img{
  width: 49rem;
}
.company .sec-2 .wrap .txt{
  flex-grow: 1;
}
.company .sec-2 .wrap p.name{
  margin-top: 6rem;
}
.company .sec-2 .wrap p.name big{
  font-size: 2rem;
}


.company .sec-3{
  padding: 4rem 0 8rem;
}


.company .sec-4{
  padding: 4rem 0;
  position: relative;
}
.company .sec-4::before{
  content: "";
  display: block;
  width: calc(50% + 68.4rem);
  height: 100%;
  background: #F2F2F2;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.company .sec-4 .content{
  display: flex;
  align-items: flex-start;
  gap: 8rem;
}
.company .sec-4 .map{
  display: block;
  width: 49rem;
  height: 38.6rem;
}
.company .sec-4 .txt{
  flex-grow: 1;
}
.company .sec-4 big{
  display: block;
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.company .sec-4 .pin{
  padding-left: 2.6rem;
  position: relative;
}
.company .sec-4 .pin::before{
  content: "";
  display: block;
  width: 1.8rem;
  height: 2.2rem;
  background: url(../images/common/ico-pin.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0.25em;
}
.company .sec-4 a.arrow-btn{
  margin: 5rem 0 0 auto;
}




/*　recruit 共通
------------------------------------------------------------------------------------------------*/

.recruit .sec-1,
.recruit .sec-2{
  padding: 0 0 4rem;
}
.recruit .sec-1 .wrap,
.recruit .sec-2 .wrap{
  display: flex;
  gap: 7rem;
}
.recruit .sec-1 .wrap{
  flex-direction: row-reverse;
}
.recruit .sec-1 .wrap .img,
.recruit .sec-2 .wrap .img{
  width: 50.5rem;
}
.recruit .sec-1 .wrap .txt,
.recruit .sec-2 .wrap .txt{
  flex: 1;
}
.recruit .sec-1 .wrap .txt big{
  font-size: 2rem;
}


.recruit .sec-3{
  padding: 10rem 0 16rem;
}


.recruit .sec-4{
  padding: 16rem 0;
}
dl.schedule{
  display: grid;
  grid-template-columns: 11rem 1fr;
  column-gap: 16.5rem;
  row-gap: 7rem;
  position: relative;
}
dl.schedule::before{
  content: "";
  display: block;
  width: 0.3rem;
  height: calc(100% + 10rem);
  background: linear-gradient(to bottom,#C4C4C4 0%,#FFEFAC 20%,#FFC786 45%,#E6C4B2 70%,#D1C2D8 85%,#4A79C4 100%);
  position: absolute;
  top: -5rem;
  left: 9.8rem;
  z-index: 0;
}
dl.schedule dt{
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
}
dl.schedule dt > div{
  width: fit-content;
}
dl.schedule dt > div .bd{
  display: block;
  width: 0.15rem;
  height: 1.6rem;
  background: #001624;
  margin: 0.1em auto;
}
dl.schedule dt::after{
  content: "";
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 0.55rem;
  background: #001624;
  position: absolute;
  left: 9.4rem;
  top: 0.55em;
}
dl.schedule dt:has( .bd)::after{
  width: 0.9rem;
  height: 100%;
  left: 9.5rem;
  top: 0;
}
dl.schedule dt::before{
  content: "";
  display: block;
  width: 16.5rem;
  height: 0.5rem;
  background: url(../images/recruit/sec-5-dot.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: -16.5rem;
  top: 1.6rem;
}
dl.schedule dd h3{
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
dl.schedule dd img.img{
  margin-top: 2rem;
}


.recruit .sec-5{
  position: relative;
  padding: 10rem 0 12rem;
}
.recruit .sec-5::before{
  content: "";
  display: block;
  width: calc(100% + 67.2rem);
  height: 100%;
  background: #F2F2F2;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.recruit .sec-5 ul li{
  display: flex;
  align-items: flex-start;
  gap: 5rem;
}
.recruit .sec-5 ul li + li{
  margin-top: 12rem;
}
.recruit .sec-5 ul li:has( .img):nth-child(2n){
  flex-direction: row-reverse;
}
.recruit .sec-5 ul li img.img{
  width: 52rem;
}
.recruit .sec-5 ul li .txt{
  flex-grow: 1;
}
.recruit .sec-5 ul li .txt h3{
  width: fit-content;
  font-size: 2rem;
  padding-bottom: 0.5em;
  margin-bottom: 3rem;
  position: relative;
}
.recruit .sec-5 ul li .txt h3::before{
  content: "";
  display: block;
  width: calc(100% + 5rem);
  height: 0.2rem;
  background: #001624;
  position: absolute;
  left: -5rem;
  bottom: 0;
}
.recruit .sec-5 ul li:has( .img):nth-child(2n) .txt h3{
  margin-left: auto;
}
.recruit .sec-5 ul li:has( .img):nth-child(2n) .txt h3::before{
  left: auto;
  right: -5rem;
}
.recruit .sec-5 ul li:not(:has( .img)) .txt h3::before{
  width: 100%;
  left: 0;
}


.recruit .sec-6{
  padding: 4rem 0;
}
.recruit .sec-6 .ttl-2 + big,
.recruit .sec-7 .ttl-2 + big{
  display: block;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 5rem;
}


.recruit .sec-7{
  padding: 0 0 20rem;
}


form{
  display: block;
  max-width: 108rem;
  margin: 0 auto;
  padding: 7rem 14rem 8rem;
  background: #F2F2F2;
}
form dl dt.required::after{
  content: "*";
  color: #C5302C;
  margin-left: 0.5em;
}
form dl dt{
  color: #002D64;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 0.4em;
}
form dl dd{
  margin-bottom: 4rem;
}
form input[type="text"],
form input[type="email"],
form textarea{
  display: block;
  width: 100%;
  padding: 1em;
  font-size: 1.6rem;
  border: 0;
}
form textarea{
  height: 36rem;
  resize: none;
}
form input[type="submit"]{
  display: block;
  width: 48rem;
  line-height: 6rem;
  color: #fff;
  background: #001624;
  border: 0;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  transition: opacity 0.3s;
}
form input[type="submit"]:hover{
  opacity: 0.6;
}


.checkbox{
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.checkbox label{
  position: relative;
}
.checkbox input[type=checkbox]{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.checkbox input[type=checkbox] + span{
  display: inline-block;
  padding-left: calc(1.6rem + 0.8em);
  line-height: 1.6rem;
  cursor: pointer;
  position: relative;
}
.checkbox input[type=checkbox] + span::before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  box-sizing: border-box;
  border: 1px solid #001624;
  background: #fff;
}
.checkbox input[type=checkbox]:checked + span::before{
  background: #001624;
}
.checkbox input[type=checkbox]:checked + span::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -0.7rem;
  left: 0.52rem;
  width: 0.4rem;
  height: 0.9rem;
  transform: rotate(43deg);
  border-bottom: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
}





/*　contact 共通
------------------------------------------------------------------------------------------------*/

.contact .sec-1{
  padding: 0 0 8rem;
}
.contact .sec-1 big{
  display: block;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 5rem;
}
.contact .sec-1 .box{
  display: grid;
  grid-template-columns: 60rem 1fr;
  border: 2px solid #001624;
  padding: 2rem 0;
  margin-bottom: 10rem;
}
.contact .sec-1 .box > *{
  padding: 3rem 6rem;
}
.contact .sec-1 .box > * + *{
  border-left: 1px solid #001624;
}
.contact .sec-1 .box .tel{
  font-weight: 500;
}
.contact .sec-1 .box .tel a{
  font-size: 4rem;
  line-height: 1.3;
}




/*　スマホ
------------------------------------------------------------------------------------------------*/
@media (max-width: 768px){


/*　home SP
------------------------------------------------------------------------------------------------*/

.fv{
  height: 64vh;
  padding-top: 6rem;
  text-align: center;
  background: url(../images/home/fv-bg_sp.jpg) center center no-repeat;
  background-size: cover;
}
.fv h1{
  font-size: 2.6rem;
}
.fv .h1-btm{
  font-size: 1.4rem;
  margin-top: 1em;
}
.fv img.logo{
  width: 17rem;
  margin: 5rem 0 0;
}
.fv .scroll{
  display:none;
}
.fv .scroll::before{
  height: 19rem;
}
@keyframes scroll {
  from {
    height: 5rem;
    bottom: 15rem;
    opacity: 0;
  }
  20%{ height: 5rem; }
  30%{ opacity: 1; }
  to {
    height: 0;
    bottom: 0;
  }
}


.home-about{
  min-height: unset;
  padding: 4rem 0;
}
.home-about::before{
  display:none;
}
.home-about .content{
  padding-left: 2.2rem;
  padding-bottom:0rem;
}
.home-about .ttl-1-en,
.home-about .ttl-1{
  padding-left: 0rem;
}
.home-about .ttl-1{
  margin-bottom: 2rem;
}
.home-about .btn-wrap{
  gap: 3rem;
}

.home-business{
  padding: 4rem 0;
}
.home-business ul li{
  grid-template-columns: 1fr;
  gap: 2.4rem;
}
.home-business ul li + li{
  margin-top: 5rem;
}
.home-business ul li h3{
  font-size: 1.8rem;
}
.home-business ul li p{
  font-size: 1.4rem;
  color: #5E676E;
}
.home-business ul li a.arrow-btn{
  margin: 2.4rem 0 0 auto;
}


.home-feature{
  padding: 4rem 0;
}
.home-feature img{
  width:70%;
  margin:2rem auto 0;
}
.home-feature ul{
  grid-template-columns: 1fr;
  gap: 2rem;
}
.home-feature ul li h3{
  font-size:1.8rem;
  margin-top: 0rem;
  margin-bottom:1rem;
}
.home-feature ul li p{
  margin-top: 0rem;
}




/*　business SP
------------------------------------------------------------------------------------------------*/

.business .sec-1 ul li{
  display: block;
  min-height: unset;
}
.business .sec-1 ul li + li{
  margin-top: 6rem;
}
.business .sec-1 ul li img.img{
  width: 100%;
  height: auto;
  position: unset;
  margin: 0 auto 2rem;
}
.business .sec-1 ul li .txt{
  width: 100%;
}
.business .sec-1 ul li .txt h3{
  font-size: 2rem;
  margin-bottom: 0.5em;
}
.business .sec-1 ul li .txt > p{
  font-size: 1.4rem;
}
.business .sec-1 ul li .txt .box{
  padding: 2rem 2rem;
  margin-top: 2rem;
}
.business .sec-1 ul li .txt .box h4{
  font-size: 1.6rem;
  margin-bottom: 1em;
}


.business .sec-2{
  padding: 2rem 0 2rem;
}




/*　company SP
------------------------------------------------------------------------------------------------*/

.company .sec-1{
  padding: 0 0 4rem;
}
.company .sec-1 .content{
  display: block;
}
.company .sec-1 img.img{
  width: 100%;
  margin-top: 4rem;
}
.company .sec-1 h2{
  font-size: 2rem;
}


.company .sec-2{
  padding: 4rem 0;
}
.company .sec-2::before{
  width: calc(100% - 4.6rem);
}
.company .sec-2 .wrap{
  display: block;
}
.company .sec-2 .wrap img.img{
  width: 100%;
  margin-bottom: 3rem;
}
.company .sec-2 .wrap p.name{
  margin-top: 4.5rem;
}
.company .sec-2 .wrap p.name big{
  font-size: 1.8rem;
}


.company .sec-3{
  padding: 4rem 0 4rem;
}


.company .sec-4{
  padding: 6rem 0;
  margin-bottom: 10rem;
}
.company .sec-4::before{
  width: calc(100% - 4.6rem);
}
.company .sec-4 .content{
  display: block;
}
.company .sec-4 .map{
  width: 100%;
  height: 25.8rem;
  margin-top: 5rem;
}
.company .sec-4 big{
  font-size: 2rem;
  margin-bottom: 1em;
}
.company .sec-4 a.arrow-btn{
  font-size: 1.4rem;
  margin: 1.6rem 0 0 auto;
}




/*　recruit SP
------------------------------------------------------------------------------------------------*/

.recruit .sec-1,
.recruit .sec-2{
  padding: 0 0 8rem;
}
.recruit .sec-1 .wrap,
.recruit .sec-2 .wrap{
  display: block;
}
.recruit .sec-1 .wrap .img,
.recruit .sec-2 .wrap .img{
  width: 100%;
  margin-bottom: 3rem;
}
.recruit .sec-1 .wrap .txt big{
  font-size: 1.8rem;
}


.recruit .sec-3{
  padding: 6rem 0 8rem;
}


.recruit .sec-4{
  padding: 12rem 0;
}
dl.schedule{
  grid-template-columns: 8rem 1fr;
  column-gap: 1.6rem;
  row-gap: 4rem;
}
dl.schedule::before{
  left: 6.7rem;
  height: calc(100% + 6rem);
  top: -3rem;
}
dl.schedule dt{
  font-size: 1.8rem;
}
dl.schedule dt:has( .bd){
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.8rem;
}
dl.schedule dt::after{
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 0.45rem;
  left: 6.4rem;
  top: 0.54em;
}
dl.schedule dt:has( .bd)::after{
  width: 0.7rem;
  left: 6.5rem;
}
dl.schedule dt::before{
  content: none;
}
dl.schedule dd h3{
  font-size: 2rem;
  margin-bottom: 1.6rem;
}
dl.schedule dd img.img{
  margin-top: 1.6rem;
}


.recruit .sec-5{
  padding: 6rem 0;
}
.recruit .sec-5::before{
  width: calc(100% - 4.6rem);
}
.recruit .sec-5 ul li{
  display: block;
}
.recruit .sec-5 ul li + li{
  margin-top: 6rem;
}
.recruit .sec-5 ul li img.img{
  width: 100%;
  margin-bottom: 3rem;
}
.recruit .sec-5 ul li .txt h3{
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.recruit .sec-5 ul li .txt h3::before,
.recruit .sec-5 ul li:has( .img):nth-child(2n) .txt h3::before{
  width: 100%;
  left: 0;
}
.recruit .sec-5 ul li:has( .img):nth-child(2n) .txt h3{
  margin-left: unset;
}


.recruit .sec-6{
  padding: 4rem 0 12rem;
}
.recruit .sec-6 .ttl-2 + big,
.recruit .sec-7 .ttl-2 + big{
  font-size: 1.4rem;
  margin-bottom: 3rem;
}


.recruit .sec-7{
  padding: 0;
}


form{
  padding: 4rem 2.2rem 8rem;
}
form dl dt{
  font-size: 1.4rem;
}
form dl dd{
  margin-bottom: 3rem;
}
form input[type="submit"]{
  width: 100%;
}




/*　contact SP
------------------------------------------------------------------------------------------------*/

.contact .sec-1{
  padding: 0;
}
.contact .sec-1 big{
  font-size: 1.4rem;
  margin-bottom: 4rem;
}
.contact .sec-1 .box{
  grid-template-columns: 1fr;
  padding: 0 3rem;
  margin-bottom: 6rem;
}
.contact .sec-1 .box > *{
  padding: 2rem 0;
}
.contact .sec-1 .box > * + *{
  border-left: none;
  border-top: 1px solid #001624;
}
.contact .sec-1 .box .tel{
  text-align: center;
}
.contact .sec-1 .box .tel a{
  font-size: 3.6rem;
}




}/*　スマホここまで */



