@charset "utf-8";
/* CSS Document */

/***** home_common *****/
.home section {
  padding: 11.6rem 0 12rem;
}
.home_about_wrap{
  max-width: 1536px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.home #service .title_text{
  margin-bottom: 4rem;
}

/***** home_hero *****/
.hero_wrap img{
  height: calc(100vh);
}
 .slide {
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  margin: auto;
  filter: brightness(84%);
}
.slide img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: slideAnime 18s ease infinite;
}
.slide img:nth-of-type(1) {
  animation-delay: 0s
}
.slide img:nth-of-type(2) {
  animation-delay: 6s
}
.slide img:nth-of-type(3) {
  animation-delay: 12s;
}
 
@keyframes slideAnime{
   0% { opacity: 0; }
  16% { opacity: 1; }
  34% { opacity: 1; }
  50% { opacity: 0; }
 100% { opacity: 0; }
}
.slide-bg {
  position: relative;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  background: #000;
}
.catch_wrap{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 48%;
  left: 0;
  transform: translateY(-50%);
  opacity: .9;
}
.catch{
  position: relative;
  text-align: center;
  font-weight: 700;
  color: #fefefe;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.catch .en{
  font-size: clamp(4rem, 6.6vw, 10rem);
  line-height: 1.2;
}
.catch .jp{
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  margin-top: 1.2rem;
}

/*** home_about ***/
section#home_about{
  padding: 18rem 0 6rem;
  font-size: clamp(1.6rem, 2.8vw, 1.8rem);
}
section#home_about .wrap{
  width: 100%;
  overflow: hidden;
}
#home_about .img_wrap,#home_about .img_outer{
  position: relative;
}
.vertical{
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl; /* iOS Safari対応 */
  text-orientation: upright;
  letter-spacing: .3rem;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12rem;
}
.vertical_right,.vertical_left{
  font-weight: 700;
  font-size: clamp(2.8rem, 3.4vw, 4.8rem);
  height: fit-content;
  padding: 0 1.2rem;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
}
#home_about .circle.about_circle{
  color: #1E2C5B;
  fill: #1E2C5B;
  stroke: #1E2C5B;
}
.circle.--active {
  opacity: 1;
  pointer-events: all;
  transition: all .2s ease;
}
.about_circle {
  position:absolute;
  right: 2rem;
  max-width: 155px;
  display: block;
  text-align: center;
  color: #1E2C5B;
  fill: #1E2C5B;
  stroke: #1E2C5B;
}
.about_circle::before{
  content: '';
  top: -.8rem;
  right: -1rem;
  position: absolute;
  width: 172px;
  height: 172px;
  background-color: #fefefe;
  border-radius: 100%;
}
.about_circle svg{
  position: relative;
  width: 90%;
  top: 9px;
}
.about_circle img{
  position: absolute;
  left: 0;
  animation: rotate 15s 0s linear infinite;
  transition: .2s;
}
.home header.headerColorScroll {
  transition: color 0.2s ease-out;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#home_about .item02 .img_outer{
  margin-top: 10rem;
}
#home_about .item02 .img_outer img{
  position: relative;
  width: 84%;
  z-index: -1;
}
#home_about .item03,#home_about .item04{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
#home_about .text_box{
  margin-top: 4rem;
  margin-bottom: 4rem;
  position: relative;
}
#home_about .ceo{
  position: relative;
  width: 50%;
  left: 40%;
}
#home_about .group{
  width: 80%;
  top: -4rem;
}
#home_about .item05{
  width: 68%;
  left: 20%;
}
@media screen and (min-width:900px) {
  .grid_about {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .grid_about .item01 {
    grid-area: 1 / 2 / 2 / 3;
  }
  .grid_about .item02 {
    grid-area: 1 / 1 / 3 / 2;
    margin-top: 8rem;
  }
  .grid_about .item03 {
    grid-area: 2 / 2 / 3 / 3;
  }
  .grid_about .item04 {
    grid-area: 2 / 3 / 3 / 4;
    padding-top: 4rem;
  }
  .grid_about .item05 {
    grid-area: 1 / 3 / 2 / 4;
    padding-top: 4rem;
  }
  #home_about .text_box {
    margin-top: 0;
  }
  section#home_about .wrap::before{
    content: '';
    position: absolute;
    width: 70vw;
    height: 80vh;
    top: 15vh;
    left: 15vw;
    background-color: #fefefe;
    border-radius: 1.2rem;
    z-index: -1;
  }
}
@media screen and (max-width:1535px) {
  #home_about .item02 .img_outer img{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media screen and (max-width:899px) {
  .vertical{
    margin-bottom: 2.8rem;
  }
  .about_circle {
    top: -8rem;
  }
  #home_about .text_box::before{
    content: '';
    position: absolute;
    width: 100vw;
    height: 70vh;
    top: -12vh;
    left: -5%;
    background-color: #fefefe;
    z-index: -2;
  }
}
@media screen and (min-width:769px) {
  #home_about .intro{
    display: flex;
    align-items: center;
  }
  #home_about .intro .text_box{
    margin-left: 8rem;
    font-size: clamp(2rem, 2.3vw, 2.4rem);
  }
}

/*** home_service ***/
#home_service h2,#home_service .item03{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
#home_service .item03{
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.grid_service .item04 img{
  border-radius: 0 1.2rem 1.2rem 0;
}
.grid_service .item05 img{
  border-radius: 1.2rem 0 0 1.2rem;
}
@media screen and (min-width:900px) {
  .grid_service {
    display: grid;
    grid-template-columns: 13% 34% 31% 13%;
    grid-template-rows: 100px 1fr;
    grid-column-gap: 3%;
    grid-row-gap: 0px;
  }
  .grid_service .item01 {
    grid-area: 1 / 3 / 2 / 4;
  }
  .grid_service .item02 {
    grid-area: 1 / 2 / 3 / 3;
  }
  .grid_service .item03 {
    grid-area: 2 / 3 / 3 / 4;
  }
  .grid_service .item04 {
    grid-area: 1 / 1 / 3 / 2;
  }
  .grid_service .item05 {
    grid-area: 1 / 4 / 3 / 5;
  }
  .grid_service .item03 h3{
    font-size: clamp(1.8rem, 4.8vw, 2.2rem);
    margin-bottom: 2rem;
    font-weight: 600;
  }
  .grid_service .item02,.grid_service .item04,.grid_service .item05{
    margin-top: 6rem;
  }
  .grid_service img{
    height: 50vh;
  }
}
@media screen and (max-width:899px) {
  .img_outer.item02 img{
    border-radius: 0;
  }
  .grid_service .item04 img{
    margin-top: 4rem;
  }
  .grid_service .item05 img{
    position: relative;
    right: 0;
  }
}

/*** home_recruit ***/
section#home_recruit{
  padding: 0;
}
#home_recruit .area_center h2,#home_recruit .area_center .recruit_tittle{
  text-align: center;
}
#home_recruit .area_center h2{
  margin-bottom: 2rem;
}
#home_recruit .area_center h2 .jp{
  font-weight: 500;
}
#home_recruit .area_center h2 .en{
  font-size: clamp(2.4rem, 2.8vw, 2.8rem);
}
#home_recruit .recruit_tittle .en{
  font-size: clamp(4rem, 4.8vw, 8rem);
  font-weight: 600;
  line-height: 1.4;
}
#home_recruit .recruit_tittle .jp{
  font-size: clamp(2rem, 2.4vw, 2.8rem);
  font-weight: 500;
  margin: 0 0 4rem;
}
#home_recruit .text_box{
  padding: 0 4vw;
}
#home_recruit .btn_wrap{
  text-align: center;
  margin-top: 0;
}
@media screen and (min-width:900px) {
  .home_recruit_wrap{
    display: grid;
    grid-template-columns: auto 50% auto;
    align-items: center;
  }
}
@media screen and (max-width:899px) {
  .home_recruit_wrap{
    padding: 4rem 0;
  }
  #home_recruit .area_center{
    margin-top: 6rem;
    margin-bottom: 6rem
  }
}

/*** home_company ***/
section#home_company .btn {
  margin-bottom: 4rem;
}
#home_company h2{
  margin-bottom: 0;
  z-index: 2;
}
#home_company .btn_wrap {
  margin-top: 1.2rem;
}
@media screen and (min-width:900px) {
  section#home_company .btn {
    margin-top: 0;
  }
  #home_company .img_outer{
    width: 80%;
    top: 8.8rem;
    left: -10rem;
    position: relative;
  }
  #home_company .title_text .text_box {
    margin-top: 8.8rem;
    padding-top: 0;
    width: 64%;
    position: relative;
  }
}
@media screen and (max-width:899px) {
  #home_company .img_outer img {
    width: 100%;
    object-fit: cover;
    top: -1.2rem;
    position: relative;
    margin-bottom: 2rem;
  }
}