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

/*------------------------------------------------
 index.css
------------------------------------------------*/
h1{
  position: absolute;
  transform: translateY(-50%);
  text-shadow: 0 0 20px #00000059;
  top: 50%;
  left: 15%;
  font-weight: 700;
  font-size: 0.5rem;
  line-height: 1.8;
  color: #fff;
  opacity: 0;
  z-index: 100;
  transition: opacity ease 1s;
}
h1.__enable{
  opacity: 1;
}

h2{
  display: block;
  margin-bottom: 40px;
}
h2 *{
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}
h2 b {
  position: relative;
  display: block;
  font-weight: 500;
  font-size: 0.40rem;
  line-height: 40px;
  padding-bottom: 13px;
  margin-bottom: 17px;
}
h2 b span{
  display: inline-block;
  color: var(--site_color);
}
h2 b::before{
  content: "";
  position: absolute;
  background-color: var(--site_color);
  left: 0;
  bottom: 0;
  width: 45px;
  height: 3px;
}
h2 small{
  display: block;
  font-size: 0.28rem;
  font-weight: 500;
  line-height: 35px;
}



/*------------------------------------------------
 構成パーツ
------------------------------------------------*/
.fixed_bwd{
  position: fixed;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  max-width: 1484px;
  width: 100%;
  z-index: -100000;
}


/*------------------------------------------------
 index01
------------------------------------------------*/
.index01{
  position: relative;
  margin-bottom: 35px;
}
.index01 .swiper-slide img{
  object-position: center top;
  object-fit: cover;
  min-height: 350px;
}
.index01_anim_box{
  user-select: none;
  pointer-events: none;
  position: absolute;
  inset: 0;
  top: 91px;
  z-index: 100;
}
.index01_anim_list{
  position: relative;
  list-style: none;
  height: 100%;
}
.index01_anim_list li{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.index01_anim_list .index01_anim_base{
  transition: opacity ease 1s;
  opacity: 0;
}
.index01_anim_list .index01_anim_base.__enable{
  opacity: 1;
}
.index01_anim_list .index01_anim_circ{
  opacity: 0;
  transition: opacity ease 1s;
}
.index01_anim_list .index01_anim_circ.__enable{
  opacity: 1;
}
.index01_anim_list img{
  display: block;
  width: 100%;
  height: 100%;
}


/*------------------------------------------------
 index02
------------------------------------------------*/
.index02{
  margin-bottom: 35px;
}
.index02_list{
  list-style: none;
}
.index02_list a{
  display: grid;
  align-items: stretch;
  grid-template-columns: 200px 1fr;
  box-shadow: var(--shadow_lit);
}
.index02_list b{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--site_color);
  font-family: var(--mont);
  font-weight: 500;
  color: #fff;
}
.index02_list article {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #fff url(../img/common/parts/arrow_simple_lblue.svg) no-repeat;
  background-position: 98% 50%;
  background-size: 13px;
  padding: 15px 50px;
  padding-left: 20px;
}
.index02_list article time{
  font-family: var(--mont);
  font-weight: 400;
  margin-right: 10px;
}
.index02_list article span {
  text-align: center;
  background-color: #94C2C3;
  font-family: var(--mont);
  border-radius: 1000px;
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 21px;
  color: #fff;
  padding: 0 15px;
  margin-right: 20px;
}


/*------------------------------------------------
 index03
------------------------------------------------*/
.index03{
  margin-bottom: 85px;
}
.index03_fill{
  padding: 60px 0;
}
.index03_content_box{
  padding: 0 100px;
}
.index03_content_box p{
  line-height: 2;
}
.index03_content_grid{
  display: grid;
  align-items: center;
  grid-template-columns: 520px 1fr;
  gap: 60px;
  margin-bottom: 15px;
}
.index03 .pulse_button{
  margin-left: auto;
  margin-top: 15px;
}


/*------------------------------------------------
 index04
------------------------------------------------*/
.index04{
  background-color: var(--site_color_lit);
  padding: 60px 0;
}
.index04 h2{
  color: #fff;
}
.index04 h2 b::before{
  background-color: #fff;
}
/* サービスリスト */
.index04_service_list {
  display: grid;
  list-style: none;
  align-items: flex-start;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px;
  max-width: 690px;
  margin: 0 auto 50px;
}
.index04_service_list li *{
  display: block;
  text-align: center;
  color: var(--site_color_lit);
  font-weight: 500;
}
.index04_service_list a{
  position: relative;
  background-color: #fff;
  box-shadow: var(--shadow_lit);
  padding: 25px 0;
}
.index04_service_list a::before{
  content: "";
  aspect-ratio: 1/1;
  position: absolute;
  background: url(../img/index/rect_side.svg) no-repeat;
  background-size: contain;
  width: 15px;
  bottom: 5px;
  right: 5px;
}
.index04_service_list strong{
  font-size: 0.32rem;
  font-family: var(--mont);
}
.index04_service_list img{
  margin: 15px auto;
}
.index04_service_list b{
  color: var(--font_color);
  font-size: 0.18rem;
}
.index04_service_list span{
  font-size: 0.2rem;
  font-family: var(--mont);
}
/* パルスボタン */
.index04 .pulse_button{
  margin-left: auto;
}


/*------------------------------------------------
 index05
------------------------------------------------*/
.index05_content{
  padding: 60px 0 65px;
}
.index05_swiper .swiper-slide img{
  width: 100%;
}
.index05_swiper .swiper-slide span{
  display: block;
  text-align: center;
}
.index05_swiper_box{
  position: relative;
}
.index05_swiper_box .swiper-button-prev,
.index05_swiper_box .swiper-button-next {
  box-shadow: var(--shadow_lit);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 40px;
  height: 40px;
  top: 85px;
}
.index05_swiper_box .swiper-button-prev svg,
.index05_swiper_box .swiper-button-next svg {
  display: none;
}
.index05_swiper_box .swiper-button-prev{
  background-image: url(../img/common/parts/button_poly_left.svg);
  left: -20px;
}
.index05_swiper_box .swiper-button-next{
  background-image: url(../img/common/parts/button_poly_right.svg);
  right: -20px;
}


/*------------------------------------------------
 index06
------------------------------------------------*/
.index06{
  background-color: #F0F0F0;
  padding-left: 15%;
  margin-bottom: 0;
}
.index06_grid {
  display: grid;
  align-items: stretch;
  grid-template-columns: 40% 1fr;
  gap: 5%;
}
.index06_grid article {
  display: flex;
  align-items: center;
  padding: 35px 0;
}
.index06_grid img{
  display: block;
  object-fit: cover;
}
.index06_grid strong{
  display: block;
  font-weight: 500;
  font-size: 0.3rem;
  font-family: var(--mont);
  margin: 65px 0 35px;
}
.index06_grid p{
  line-height: 2;
}
.index06_grid .pulse_button{
  margin-left: auto;
  margin-top: 80px;
}

/*------------------------------------------------
 レスポンシブ　　　max-width:1199px
------------------------------------------------*/
@media screen and (max-width:1199px) {
  .index03_content_box {
    padding: 0;
  }
  .index04_service_list {
    gap: 45px;
  }
  .index04_service_list img {
    margin: 5px auto;
  }
  .index06 {
    padding-left: 5%;
  }
  .index06_grid {
    grid-template-columns: 45% 1fr;
  }
}

/*------------------------------------------------
 レスポンシブ　　　max-width:991px
------------------------------------------------*/
@media screen and (max-width:991px) {
  h1 {
    left: 10%;
    font-size: 0.35rem;
  }
  .index01_anim_box {
    top: 68px;
  }
  .index02_list a {
    grid-template-columns: 100px 1fr;
  }
  .index03_content_grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .index03 .pulse_button {
    margin-top: 35px;
  }
  .index05_swiper_box .swiper-button-prev, 
  .index05_swiper_box .swiper-button-next {
    top: 67px;
  }
  .index06{
    padding: 0 15px;
  }
  .index06_grid{
    grid-template-columns: 1fr;
  }
}

/*------------------------------------------------
 レスポンシブ　　　max-width:767px
------------------------------------------------*/
@media screen and (max-width:767px) {
  h2 {
    margin-bottom: 25px;
  }
  h2 b {
    font-size: 0.32rem;
  }
  h2 small {
    font-size: 0.21rem;
  }
  .index02_list a {
    grid-template-columns: 85px 1fr;
  }
  .index04_service_list {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 35px;
  }
  .index04_service_list a {
    padding: 15px 0;
  }
  .index04_service_list img {
    margin: 0px auto;
  }
  .index05_content {
    padding: 40px 0 50px;
  }
  .index05_swiper_box{
    padding: 0 55px;
  }
  .index05_swiper .swiper-slide img {
    display: block;
    max-width: max-content;
    margin: 0 auto;
  }
  .index05_swiper_box .swiper-button-prev {
    left: 0;
  }
  .index05_swiper_box .swiper-button-next {
    right: 0;
  }
  .index06_grid strong {
    margin: 30px 0 25px;
  }
  .index06_grid .pulse_button {
    margin-top: 25px;
  }
}

/*------------------------------------------------
 レスポンシブ　　　max-width:480px
------------------------------------------------*/
@media screen and (max-width:480px) {
  h1 {
    font-size: 0.3rem;
  }
  .index02_list a {
    grid-template-columns: 70px 1fr;
  }
  .index02_list article {
    background-position: 94% 50%;
  }
}
