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

.fv{
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100svh - 5rem);
  min-height: 50rem;
  background: url(../images/home/fv-bg.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
}
.fv .h1-en{
  display: grid;
  gap: 0.25em;
  font-size: 8rem;
  line-height: 1.25;
  letter-spacing: 0.2em;
}
.fv h1{
  font-size: 2.4rem;
  letter-spacing: 0.3em;
  margin-top: 1.1em;
}
.fv p{
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  margin-top: 1em;
}
.fv .scroll{
  font-size: 1rem;
  writing-mode: vertical-rl;
  padding-bottom: 7.2rem;
  position: absolute;
  right: 1.4rem;
  bottom: -3.5rem;
}
.fv .scroll::before,
.fv .scroll::after{
  content: "";
  display: block;
  background: #043E97;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
  position: absolute;
}
.fv .scroll::before{
  width: 1px;
  height: 6.8rem;
}
.fv .scroll::after{
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 100%;
  transform: translate(-50%, -6.1rem);
  animation: scroll 2s infinite;
}
@keyframes scroll {
  0% {
    transform: translate(-50%, -6.1rem);
    opacity: 0;
  }
  20%,80% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 0);
    opacity: 0;
  }
}


.home-company{
  padding: 18rem 0 max(22vw,39rem);
  position: relative;
}
.home-company::before,
.home-company::after{
  content: "";
  display: block;
  position: absolute;
  right: 0;
  z-index: 0;
}
.home-company::before{
  width: 100%;
  aspect-ratio: 100 / 37.2;
  min-height: 55.7rem;
  background: url(../images/home/company-bg.jpg) center top no-repeat;
  background-size: cover;
  bottom: 0;
}
.home-company::after{
  width: 25rem;
  aspect-ratio: 100 / 68;
  background: url(../images/home/company-deco1.png) center center no-repeat;
  background-size: contain;
  top: 0;
}
.home-company .img-wrap{
  display: flex;
  gap: 1.2rem;
  width: 60.9rem;
  position: absolute;
  right: -17rem;
  top: -6rem;
}
.home-company .img-wrap::before{
  content: "";
  display: block;
  width: 15.9rem;
  aspect-ratio: 100 / 78;
  background: url(../images/home/company-deco2.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 30.3rem;
  top: -5.1rem;
}
.home-company .img-wrap .img2{
  margin-top: 14rem;
}
.home-company .txt{
  width: calc(50% + 2.5rem);
}
.home-company .txt big{
  display: block;
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 3rem;
}
.home-company .txt .arrow-btn{
  margin: 5rem 0 0 auto;
}


.home-value{
  background-image: url(../images/home/value-deco1.png), url(../images/home/value-deco2.png);
  background-size: 34.9rem auto, 101.2rem auto;
  background-repeat: no-repeat;
  background-position: left top, right bottom;
  padding: 14rem 0 18rem;
}
.home-value .h2-top{
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 700;
}
.home-value h2{
  display: flex;
  justify-content: center;
  font-size: 4.4rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 8rem;
}
.home-value .value-wrap{
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 55.8rem;
  padding: 0 0 0 38rem;
  position: relative;
}
.home-value .value-wrap:has( + .value-wrap)::before,
.home-value .value-wrap:has( + .value-wrap)::after{
  content: "";
  display: block;
  background: #fff;
  position: absolute;
}
.home-value .value-wrap:has( + .value-wrap)::before{
  width: calc(50vw + 27.5rem);
  height: 1px;
  left: calc(50% - 27.5rem);
  bottom: -8rem;
}
.home-value .value-wrap:has( + .value-wrap)::after{
  width: 1px;
  height: 52.6rem;
  right: -15rem;
  bottom: -10.5rem;
}
.home-value .value-wrap + .value-wrap{
  padding: 0 38rem 0 0;
  margin-top: 18rem;
}
.home-value .value-wrap h3{
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}
.home-value .value-wrap img.img{
  width: 41.6rem;
  position: absolute;
  left: -7.5rem;
  top: 0;
}
.home-value .value-wrap + .value-wrap img.img{
  left: unset;
  right: -7.5rem;
}
.home-value .value-wrap ul{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}
.home-value .value-wrap ul.col2{
  grid-template-columns: repeat(2, 1fr);
}
.home-value .value-wrap ul li{
  display: block;
  background: #fff;
  color: #000;
  padding: 2rem;
  font-size: 1.4rem;
  line-height: 1.5;
}
.home-value .value-wrap ul li h4{
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 0.3em;
}


.home-greeting{
  padding: 27rem 0 13rem;
  position: relative;
}
.home-greeting::before{
  content: "";
  display: block;
  width: 100%;
  height: 42rem;
  background: url(../images/home/greeting-bg.jpg) center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.home-greeting .box{
  background: #fff;
  padding: 12rem 0;
  border-radius: 20rem 0 20rem 0;
  box-shadow: 0 0.3rem 2rem rgba(4,62,151,0.12);
  text-align: center;
  position: relative;
}
.home-greeting .bd-1,
.home-greeting .bd-2{
  width: calc(50% - 44.5rem);
  height: 1px;
  background: #043E97;
  position: absolute;
  z-index: 2;
}
.home-greeting .bd-1{
  right: 0;
  bottom: 59.9rem;
}
.home-greeting .bd-2{
  left: 0;
  bottom: 24.3rem;
}
.home-greeting .bd-3{
  width: 1px;
  height: 64.4rem;
  background: #043E97;
  position: absolute;
  left: calc(50% + 67.5rem);
  bottom: 0;
  z-index: 2;
}
.home-greeting .box h2{
  font-size: 3.2rem;
  margin-bottom: 4rem;
}
.home-greeting .box .name{
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 5.5rem;
}


.home-recruit{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 64.4rem;
  background: url(../images/home/recruit-bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}
.home-recruit::before{
  content: "";
  display: block;
  width: calc(50% + 10rem);
  height: 100%;
  background: linear-gradient(to right, transparent, #074DB9);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.home-recruit .wrap{
  width: fit-content;
  margin-left: auto;
}
.home-recruit .wrap big{
  font-size: 2.8rem;
  font-weight: 700;
}
.home-recruit .wrap .arrow-btn{
  margin: 5rem 0 0 auto;
}


.home-contact{
  padding: 16rem 0;
}
.home-contact .box{
  display: flex;
  padding: 9rem 3rem;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.home-contact .box::before{
  content: "";
  display: block;
  width: 15.6rem;
  aspect-ratio: 1 / 1;
  background: url(../images/home/contact-deco1.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: -7.3rem;
  top: -7.5rem;
}
.home-contact .box > div{
  flex-grow: 1;
  padding: 2rem 0;
}
.home-contact .box > div + div{
  border-left: 1px solid #fff;
}
.home-contact .box p{
  line-height: 2;
}
a.tel{
  font-size: 5.6rem;
  line-height: 1.4;
}
a.tel img{
  display: inline-block;
  width: 0.71em;
  margin-right: 0.13em;
}
.home-contact .box .arrow-btn{
  margin: 5rem auto 0;
}


.home iframe.map{
  display: block;
  width: 100%;
  height: 48rem;
  filter: grayscale(100%);
}




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

.company .sec h2{
  font-size: 3.2rem;
  line-height: 1.75;
  margin-bottom: 0.8em;
  text-align: center;
}
.company .sec h2 + p{
  text-align: center;
  margin-bottom: 5rem;
}


dl.n-dl{
  display: grid;
  grid-template-columns: 25.5rem 1fr;
  border-top: 1px solid #D9D9D9;
  border-left: 1px solid #D9D9D9;
}
dl.n-dl dt,
dl.n-dl dd{
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
dl.n-dl dt{
  font-weight: 700;
  background: #F8F8F8;
}


.company .sec .access-wrap{
  display: grid;
  grid-template-columns: 40rem 1fr;
  align-items: flex-end;
  gap: 4rem;
  margin-top: 10rem;
}
.company .sec .access-wrap img.img-1{
  margin-top: 2.4rem;
}
.company .sec .access-wrap p b{
  display: block;
  font-size: 2rem;
  margin-top: 0.3em;
}
.company .sec .access-wrap iframe.map{
  display: block;
  width: 100%;
  height: 53.6rem;
  filter: grayscale(100%);
}




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

.recruit .sec .wrap-1{
  display: grid;
  grid-template-columns: 1fr 40rem;
  gap: 8.8rem;
  align-items: center;
  margin-bottom: 7rem;
}
.recruit .sec .wrap-1 h2{
  font-size: 3.2rem;
  line-height: 1.75;
  margin-bottom: 0.8em;
}

.recruit .sec .apply-box{
  text-align: center;
  background: #F0F7FA;
  padding: 5rem 4rem 4rem;
  margin-top: 6.4rem;
}
.recruit .sec .apply-box .ttl-2{
  width: fit-content;
  margin: 0 auto 2rem;
}
.recruit .sec .apply-box .ttl-2 + p{
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2.4rem;
}
.recruit .sec .apply-box .box{
  background: #fff;
  padding: 3.5rem 4rem;
}
.recruit .sec .apply-box .box a.tel{
  line-height: 1.6;
}




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


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

.fv{
  height: calc(100svh - 4.5rem);
  min-height: 62rem;
  background: url(../images/home/fv-bg_sp.jpg) center center no-repeat;
  background-size: cover;
  padding-bottom: 26rem;
}
.fv .h1-en{
  font-size: 5.1rem;
}
.fv h1{
  font-size: 1.8rem;
}
.fv p{
  font-size: 1.1rem;
  margin-top: 0.6em;
}
.fv .scroll{
  right: 0.3rem;
}


.home-company{
  padding: 7rem 0 12rem;
}
.home-company::before{
  aspect-ratio: unset;
  min-height: 14rem;
  background: url(../images/home/company-bg_sp.jpg) center top no-repeat;
  background-size: cover;
}
.home-company::after{
  content: none;
}
.home-company .img-wrap{
  gap: 0.8rem;
  width: 31.5rem;
  position: relative;
  right: unset;
  top: unset;
  margin: 3.5rem auto 2rem;
}
.home-company .img-wrap::before{
  width: 6.9rem;
  left: 15.4rem;
  top: -2.2rem;
}
.home-company .img-wrap .img2{
  margin-top: 6rem;
}
.home-company .txt{
  width: 100%;
}
.home-company .txt big{
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
.home-company .txt .arrow-btn{
  margin: 2.4rem auto 0;
}


.home-value{
  background-size: 15.6rem auto, 29.2rem auto;
  padding: 6rem 0 8rem;
}
.home-value .h2-top{
  font-size: 1.4rem;
  margin-bottom: 0.3em;
}
.home-value h2{
  flex-wrap: wrap;
  gap: 0.2em;
  line-height: 1.3;
  font-size: 2.4rem;
  margin-bottom: 3rem;
}
.home-value .value-wrap{
  display: block;
  min-height: unset;
  padding: 0;
}
.home-value .value-wrap:has( + .value-wrap)::before,
.home-value .value-wrap:has( + .value-wrap)::after{
  content: "";
  display: block;
  background: #fff;
  position: absolute;
}
.home-value .value-wrap:has( + .value-wrap)::before{
  width: 26.4rem;
  left: unset;
  right: -1.6rem;
  bottom: -4.6rem;
}
.home-value .value-wrap:has( + .value-wrap)::after{
  height: 10.5rem;
  right: 1.2rem;
  bottom: -7.1rem;
}
.home-value .value-wrap + .value-wrap{
  padding: 0;
  margin-top: 8rem;
}
.home-value .value-wrap h3{
  font-size: 2rem;
  margin-bottom: 0.5em;
}
.home-value .value-wrap img.img{
  width: 100%;
  position: unset;
  margin-bottom: 1.6rem;
}
.home-value .value-wrap ul{
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9rem;
}
.home-value .value-wrap ul li{
  padding: 1rem 1rem 1.4rem;
  font-size: 1.2rem;
}
.home-value .value-wrap ul li h4{
  font-size: 1.6rem;
}


.home-greeting{
  padding: 15rem 0 7rem;
}
.home-greeting::before{
  height: 20rem;
  background: url(../images/home/greeting-bg_sp.jpg) center center no-repeat;
  background-size: cover;
}
.home-greeting .box{
  padding: 7.5rem 1.6rem 8rem;
  border-radius: 10rem 0 10rem 0;
  box-shadow: 0 0.3rem 1rem rgba(4,62,151,0.12);
  text-align: left;
}
.home-greeting .bd-1{
  width: 23.4rem;
  bottom: unset;
  top: 18.4rem;
}
.home-greeting .bd-2{
  width: 11.2rem;
  left: 0;
  bottom: 10.5rem;
}
.home-greeting .bd-3{
  height: 9.8rem;
  left: unset;
  right: 3.9rem;
  bottom: unset;
  top: 16rem;
}
.home-greeting .box h2{
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1.6rem;
}
.home-greeting .box .name{
  font-size: 1.6rem;
  text-align: center;
  margin-top: 3rem;
}


.home-recruit{
  min-height: unset;
  background: url(../images/home/recruit-bg_sp.jpg) center top no-repeat;
  background-size: 100% auto;
  padding: 22rem 0 4rem;
}
.home-recruit::before{
  width: 100%;
  height: 37.4rem;
  background: linear-gradient(to bottom, transparent, #074DB9 60%);
  top: unset;
  bottom: 0;
}
.home-recruit .wrap{
  width: 100%;
  margin: unset;
}
.home-recruit .wrap big{
  display: block;
  font-size: 2rem;
  text-align: center;
}
.home-recruit .wrap .arrow-btn{
  margin: 3.6rem auto 0;
}


.home-contact{
  padding: 6.5rem 0 5.5rem;
}
.home-contact .box{
  display: block;
  padding: 6rem 1.6rem 5rem;
}
.home-contact .box::before{
  width: 6.2rem;
  right: -1rem;
  top: -3.7rem;
}
.home-contact .box > div{
  padding: 0;
}
.home-contact .box > div + div{
  border-left: none;
}
.home-contact .box p{
  line-height: 1.75;
}
a.tel{
  display: inline-block;
  font-size: 3.7rem;
}
.home-contact .box a.tel{
  margin-top: 4rem;
}
.home-contact .box .tel-btm{
  font-size: 1.2rem;
}
.home-contact .box .arrow-btn{
  margin: 5.5rem auto 0;
}


.home iframe.map{
  height: unset;
  aspect-ratio: 1 / 1;
}




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

.company .sec{
  padding-bottom: 0;
}
.company .sec h2{
  font-size: 2rem;
  text-align: left;
}
.company .sec h2 + p{
  text-align: left;
}


dl.n-dl{
  display: block;
  border-left: none;
}
dl.n-dl dt,
dl.n-dl dd{
  border-right: none;
}
dl.n-dl dt{
  background: none;
  border-bottom: none;
  padding: 1.2rem 0 0.2em;
}
dl.n-dl dd{
  padding: 0 0 1.2rem;
}


.company .sec .access-wrap{
  grid-template-columns: 100%;
  margin-top: 7rem;
}
.company .sec .access-wrap img.img-1{
  margin-top: 2rem;
}
.company .sec .access-wrap p b{
  font-size: 1.8rem;
  margin-top: 0.2em;
}
.company .sec .access-wrap iframe.map{
  width: calc(100% + 3.2rem);
  height: unset;
  aspect-ratio: 1 / 1;
  margin-left: -1.6rem;
}




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

.recruit .sec .wrap-1{
  grid-template-columns: 100%;
  gap: 3rem;
  margin-bottom: 5rem;
}
.recruit .sec .wrap-1 h2{
  font-size: 2rem;
}
.recruit .sec .wrap-1 img.img{
  max-width: calc(100% + 3.2rem);
  margin-left: -1.6rem;
}

.recruit .sec .apply-box{
  padding: 2.4rem 1.6rem 1.6rem;
  margin-top: 3.2rem;
}
.recruit .sec .apply-box .ttl-2{
  margin: 0 auto 1.2rem;
}
.recruit .sec .apply-box .ttl-2 + p{
  font-size: 1.4rem;
  margin-bottom: 1.4rem;
}
.recruit .sec .apply-box .box{
  padding: 2rem 0;
  font-size: 1.2rem;
}




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



