@charset "utf-8";

/**********************************************************************/
/*  共通部分
/**********************************************************************/
header._scrolled{
  backdrop-filter: blur(10px);
  padding-bottom: 1em;
}

/**********************************************************************/
/*  先行セクション
/**********************************************************************/

.precede{
  background-image: url("../img/home/precede_bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: clamp(1200px, 100%, 2880px) auto;
}
[data-load] .precede{
  animation: hero 8s cubic-bezier(0,1.07,.49,.99);
  animation-delay: 1s;
  animation-iteration-count: 1;
}
@media screen and (max-width: 520px){
  .precede{
    background-image: url("../img/home/precede_bg.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 100%;
  }
  [data-load] .precede{
    animation: hero_sp 8s cubic-bezier(.04,.57,.51,.92);
    animation-iteration-count: 1;
  }
}
@keyframes hero{
  0%{
    background-size: 150% auto;
  }
  100%{
    background-size: 100% auto;
  }
}
@keyframes hero_sp{
  0%{
    background-size: auto 150%;
  }
  100%{
    background-size: auto 100%;
  }
}

/**********************************************************************/
/*  ヒーロー
/**********************************************************************/

section.hero{

}
section.hero .wrapper{
  height: 100vh;
}
section.hero .wrapper .lead{
  padding-top: 4rem;
}
section.hero .wrapper .lead .ja{
  font-size: clamp(5rem, 412.5%, 3.8vw);
  line-height: 1.33;
}
section.hero .wrapper .lead .en{
  margin-top: 1em;
  font-size: clamp(2.6rem, 218.75%, 1.9vw);
  letter-spacing: .075em;
  padding-left: .25em;
}
@media screen and (max-width: 520px){
  section.hero .wrapper{
    padding: 0 4vw;
  }
  section.hero .wrapper .lead{
    padding-top: 0;
  }
  section.hero .wrapper .lead .ja{
    font-size: clamp(3rem, 6.8vw, 6.6rem);
    line-height: 1.33;
    white-space: nowrap;
  }
  section.hero .wrapper .lead .en{
    font-size: clamp(1.4rem, 3.8vw, 2rem);
    white-space: nowrap;
  }
}

/**********************************************************************/
/*  強み
/**********************************************************************/

section.strength{
  padding: 8em 0 12em 0;
  box-sizing: border-box;
}
section.strength .wrapper{
  gap: clamp(2em, 4vw, 4.2em);
}
section.strength .title{
  white-space: nowrap;
}
section.strength .title .en{
  margin-bottom: 2em;
  font-size: 112.5%;
  font-weight: 500;
  letter-spacing: .08em;
}
section.strength .title .ja{
  font-size: clamp(2rem, 287.5%, 2.6vw);
  line-height: 1.4545;
}
section.strength .title .ja .block{
  display: block;
}
section.strength .title .ja .block + .block{
  margin-top: .25em;
}
section.strength .description{
  flex: 1;
  font-size: 112.5%;
  font-weight: 500;
}
section.strength .description p + p{
  margin-top: 1.75em;
}
@media screen and (max-width: 1330px){
  section.strength .wrapper{
    padding: 0 6vw;
  }
}
@media screen and (max-width: 520px){
  section.strength{
    padding: 5em 5vw 5em 5vw;
  }
  section.strength .wrapper{
    padding: 0;
    flex-direction: column;
    gap: 2em;
  }
  section.strength .title .en{
    font-size: clamp(1rem, 3vw, 1.4rem);
  }
  section.strength .title .ja{
    font-size: clamp(2.4rem, 7vw, 5.6rem);
  }
  section.strength .description{
    flex: 1;
    font-size: 100%;
    font-weight: 500;
  }
}

/**********************************************************************/
/*  サービス
/**********************************************************************/

section.service{
  padding: 8em 0 10em 0;
  background-image: url("../img/home/service_bg.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
section.service .heading{
  margin-bottom: 8em;
}
section.service .heading .title .en{
  margin-bottom: .5em;
  color: var(--c_slightgray);
}
section.service .heading .title .ja{

}
section.service .heading .description{
  font-size: 125%;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 2.1;
  margin-top: 2em;
}
section.service .bodying .title{
  margin-bottom: 3em;
}
section.service .bodying .title .ja{
  font-size: 200%;
}
section.service .bodying .title .en{
  font-size: 125%;
  margin-top: 1em;
}
section.service .bodying .title .en span{
  padding: .2em .25em;
}
section.service .bodying .system{
  width: 100%;
}
section.service .bodying .system .grid{
  position: relative;
  width: 100%;
  max-width: 80vw;
  margin: 0 auto;
  height: 26em;
  padding: 1.75em 0;
  background-image: url("../img/home/service_image.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 73.75% auto;
}
section.service .bodying .system .item{
  padding: 1.5em 1em 1.5em 3em;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2em auto;
  position: absolute;
}
section.service .bodying .system .item .en{
  font-size: 165%;
  margin-bottom: .1em;
}
section.service .bodying .system .item .ja{
  font-size: 110%;
  line-height: 1.36;
}
@media screen and (max-width: 520px){
  section.service{
    padding: 4em 4vw 6em 4vw;
    background-image: url("../img/home/service_bg.webp");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
  section.service .heading{
    margin-bottom: 5em;
  }
  section.service .heading .description{
    font-size: clamp(1.2rem, 3.4vw, 1.8rem);
    font-size: 100%;
    font-feature-settings: "palt";
    letter-spacing: -.01em;
  }
  section.service .bodying .title{
    margin-bottom: 1em;
  }
  section.service .bodying .title .ja{
    font-size: clamp(2rem, 5vw, 5rem);
  }
  section.service .bodying .title .en{
    font-size: clamp(1.1rem, 2.8vw, 1.6rem);
    white-space: nowrap;
    font-feature-settings: "palt";
  }
  section.service .bodying .system .grid{
    position: relative;
    width: 100%;
    max-width: none;
    height: auto;
    padding: 1.75em 0;
    background-position: center top;
    background-size: 100% auto;
    padding-top: 50vw;
    display: grid;
  }
  section.service .bodying .system .grid .list{
    border-bottom: 1px solid var(--border_gray);
  }
  section.service .bodying .system .item{
    padding: 2.5em 4vw 1.5em 4vw;
    position: static;
    background-position: center top;
    text-align: center;
    margin-top: 1em !important;
  }
  section.service .bodying .system .item .en{
    font-size: clamp(1.8rem, 5vw, 2.4rem);
    margin-bottom: .1em;
  }
  section.service .bodying .system .item .ja{
    font-size: clamp(1.4rem, 3.6vw, 1.6rem);
  }
  section.service .link{
    margin-top: 1em;
  }
}

/*--------------------------------------------------------------------*/

section.service .bodying .system .item.i1{
  background-image: url("../img/icons/person.svg");
  border-bottom: 1px solid var(--border_gray);
  left: 2em;
  top: 0;
  margin-top: 1em;
}
section.service .bodying .system .item.i2{
  background-image: url("../img/icons/pen.svg");
  border-bottom: 1px solid var(--border_gray);
  right: 0;
  top: 0;
  margin-top: 1em;
}
section.service .bodying .system .item.i3{
  background-image: url("../img/icons/leaf.svg");
  border-top: 1px solid var(--border_gray);
  margin-bottom: 1.75em;
  left: 2em;
  bottom: 0;
}
section.service .bodying .system .item.i4{
  background-image: url("../img/icons/option.svg");
  border-top: 1px solid var(--border_gray);
  right: 0;
  bottom: 0;
  padding-right: 0;
}
@media screen and (max-width: 520px){
  section.service .bodying .system .item.i1{
    border-bottom: 1px solid var(--border_gray);
    margin-top: 0;
  }
  section.service .bodying .system .item.i2{
    border-bottom: 0;
    border-bottom: 1px solid var(--border_gray);
    margin-top: 0;
  }
  section.service .bodying .system .item.i3{
    border-top: 0;
    border-bottom: 1px solid var(--border_gray);
    margin-bottom: 0;

  }
  section.service .bodying .system .item.i4{
    border-top: 0;
    padding-right: 4vw;
  }
}

/*--------------------------------------------------------------------*/

section.service .button{
  margin-top: 3em;
}
@media screen and (max-width: 520px){
  section.service .button{
    margin-top: 0;
  }
}

/**********************************************************************/
/*  主な事例
/**********************************************************************/

section.case{
  padding: 6em 0;
  background-color: var(--c_almostwhite);
}
section.case .heading{
  margin-bottom: 3em;
}
section.case .heading .title .en{
  margin-bottom: .5em;
  color: var(--c_slightgray);
}
section.case .heading .title .ja{

}
@media screen and (max-width: 520px){
  section.case{
    padding: 5em 0 6em 0;
    background-color: var(--c_almostwhite);
  }
}

/*--------------------------------------------------------------------*/

section.case .bodying .item{
  padding: 2em 4em;
  gap: 4em;
}
section.case .bodying .item .image .box{
  width: 430px;
  height: 740px;
  background-color: #fff;
}
section.case .bodying .item .image .box img{
  object-fit: contain;
}
section.case .bodying .item .info{
  width: 32em;
}
section.case .bodying .item .info .cats{
  font-size: 81.25%;
  margin-bottom: 2em;
  font-weight: 600;
}
section.case .bodying .item .info .cats span{
  margin-right: 2em;
}
section.case .bodying .item .info .company{
  font-size: 162.5%;
  margin-bottom: 1em;
}
section.case .bodying .item .info .the_content{
  font-weight: 500;
  font-size: 100%;
	line-height: 1.75;
}
section.case .bodying .item .info .the_content h3{
  font-size: 120%;
  margin-bottom: 1em;
}
section.case .bodying .item .info .the_content h1,
section.case .bodying .item .info .the_content h2,
section.case .bodying .item .info .the_content h3,
section.case .bodying .item .info .the_content h4,
section.case .bodying .item .info .the_content h5{
  font-size: 120%;
  margin-bottom: 1em;
  font-weight: 700 !important;
}
section.case .bodying .item .info .the_content p + p{
  margin-top: 2em;
}
section.case .bodying .item .info .details{
  font-weight: 600;
  margin-top: 2em;
}
section.case .bodying .item .info .details .table{
  display: grid;
  grid-template-columns: auto 1fr;
  border-top: 1px solid var(--border_gray);
}
section.case .bodying .item .info .details .row{
  
}
section.case .bodying .item .info .details .rh,
section.case .bodying .item .info .details .rd{
  font-size: 81.25%;
  padding: .75em 1em;
  border-bottom: 1px solid var(--border_gray);
}
section.case .bodying .item .info .details .rh{
  padding-left: 0;
  padding-right: 2em;
}
section.case .bodying .item .info .details .rd{
  flex: 1;
}
@media screen and (max-width: 520px){
  section.case .bodying .item{
    padding: 0 6vw;
    gap: 2em;
    flex-direction: column;
    font-feature-settings: "palt";
  }
  section.case .bodying .item .image .box{
    width: 100%;
    height: 50vw;
    background-color: #fff;
  }
  section.case .bodying .item .info{
    width: auto;
  }
  section.case .bodying .item .info .company{
    font-size: 150%;
  }
  section.case .bodying .item .info .details .rh,
  section.case .bodying .item .info .details .rd{
    font-size: clamp(1.2rem, 3.3vw, 1.6rem);
    padding: .75em 1em;
    border-bottom: 1px solid var(--border_gray);
  }
}

/*--------------------------------------------------------------------*/

section.case .bodying .link{
  margin-top: 3em;
}

/*--------------------------------------------------------------------*/

.swiper-pagination{
  position: static;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
  content: "";
}
.swiper-button-prev,
.swiper-button-next{
  width: 2em;
  height: 3.25em;
  background-image: url("../img/icons/arrow_in_square.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
[data-work-carousel="false"] .swiper-button-prev,
[data-work-carousel="false"] .swiper-button-next{
  display: none;
}
.swiper-button-prev{
  transform: scale(-1, 1);
}
.swiper-pagination-bullet-active{
  background: #000;
}
@media screen and (max-width: 520px){
  .swiper-pagination{
    margin-top: 2em;
    margin-bottom: 1em;
  }
  .swiper-button-prev,
  .swiper-button-next{
    top: auto;
    bottom: 0;
  }
}

/**********************************************************************/
/*  お知らせ
/**********************************************************************/

section.news{
  padding: 5em 0;
}
section.news .wrapper{
  gap: 2.8em;
}
section.news .heading{
  padding: 4em 5em;
}
section.news .heading .en{
  margin-bottom: 0;
}
section.news .heading .ja{
  font-size: 250%;
}
section.news .heading .link{
  margin-top: 3em;
}
section.news .heading .link a{

}
section.news .heading .link a .button{
  padding-top: .25em;
  padding-bottom: .25em;
  padding-right: 3em;
  background-image: url("../img/icons/arrow.svg");
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-size: auto;
  border-radius: 5em;
}
@media screen and (max-width: 520px){
  section.news{
    padding: 3em 6vw 5em 6vw;
  }
  section.news .wrapper{
    gap: 2em;
    flex-direction: column;
  }
  section.news .heading{
    padding: 0;
    text-align: center;
  }
  section.news .heading .en{
		font-size: clamp(1.2rem, 3.4vw, 1.4rem);
	}
	section.news .heading .ja{
		font-size: clamp(2.4rem, 7vw, 5.6rem);
	}
}

/*--------------------------------------------------------------------*/

section.news .bodying{
  max-width: 40em;
}
section.news .bodying article{
  padding:  1.5em 0;
}
section.news .bodying article + article{
  border-top: 1px solid var(--border_gray);
}
section.news .bodying .upper{
  font-size: 87.5%;
  letter-spacing: .08em;
  margin-bottom: .5em;
}
section.news .bodying .date{
  font-weight: 600;
}
section.news .bodying .cats{
  color: var(--text_gray);
  margin-left: 1.5em;
  padding-bottom: .25em;
}
section.news .bodying .title{
  letter-spacing: .1em;
  font-weight: 600;
}
@media screen and (max-width: 520px){
  section.news .bodying{
    border-top: 1px solid var(--border_gray);
    border-bottom: 1px solid var(--border_gray);
  }
  section.news .bodying article{
    padding: 1.2em 0; 
  }
  section.news .bodying .title{
    word-break: break-all;
  }
}