@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
.loading {
  width: 100%;
  height: 100dvh;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  position: fixed;
  top: 0%;
  left: 0%;
  z-index: 1000;
  -webkit-transition: height 0.6s;
  transition: height 0.6s;
}
.loading.on {
  height: 0dvh;
}
.loading .logo {
  width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 740px) {
  .loading .logo {
    width: 300px;
  }
}
.loading .logo .fillter {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  right: 0%;
  z-index: 2;
  overflow: hidden;
  -webkit-filter: brightness(150%);
          filter: brightness(150%);
  -webkit-transition: width 4s cubic-bezier(0.16, 1, 0.3, 1);
  transition: width 4s cubic-bezier(0.16, 1, 0.3, 1);
}
.loading .logo .fillter.on {
  width: 0%;
}
.loading .logo .fillter img {
  width: 600px;
  position: absolute;
  top: 0%;
  right: 0%;
}
@media (max-width: 740px) {
  .loading .logo .fillter img {
    width: 300px;
  }
}
.loading .container_lo {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  opacity: 100%;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.loading .container_lo.on {
  opacity: 0%;
}
.loading .container_lo div {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  opacity: 0%;
  -webkit-transition: opacity 0.1s, background-size 4s, -webkit-transform 0.5s;
  transition: opacity 0.1s, background-size 4s, -webkit-transform 0.5s;
  transition: opacity 0.1s, transform 0.5s, background-size 4s;
  transition: opacity 0.1s, transform 0.5s, background-size 4s, -webkit-transform 0.5s;
}
.loading .container_lo div.on {
  background-size: 110%;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 100%;
}
.loading .container_lo .box01 {
  grid-area: 4/2/6/4;
  background-image: url("../img/box_lo01.jpg");
}
@media (max-width: 740px) {
  .loading .container_lo .box01 {
    grid-area: 4/2/7/5;
  }
}
.loading .container_lo .box02 {
  grid-area: 2/3/5/6;
  background-image: url("../img/box_lo02.jpg");
}
@media (max-width: 740px) {
  .loading .container_lo .box02 {
    grid-area: 2/3/6/7;
  }
}
.loading .container_lo .box03 {
  grid-area: 1/4/4/7;
  background-image: url("../img/box_lo03.jpg");
}
@media (max-width: 740px) {
  .loading .container_lo .box03 {
    grid-area: 1/4/5/7;
  }
}
.loading .container_lo .box04 {
  grid-area: 1/1/5/4;
  background-image: url("../img/box_lo05.jpg");
}
@media (max-width: 740px) {
  .loading .container_lo .box04 {
    grid-area: 1/1/6/5;
  }
}
.loading .container_lo .box05 {
  grid-area: 3/3/7/6;
  background-image: url("../img/box_lo04.jpg");
}
@media (max-width: 740px) {
  .loading .container_lo .box05 {
    grid-area: 3/3/7/7;
  }
}

.f-carousel_warp .f-carousel {
  width: 100%;
  height: 30vh;
}
.f-carousel_warp .f-carousel .f-carousel__slide {
  width: 15%;
  height: 100%;
}
@media (max-width: 740px) {
  .f-carousel_warp .f-carousel .f-carousel__slide {
    width: 50%;
  }
}
.f-carousel_warp .f-carousel .f-carousel__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-filter: brightness(130%);
          filter: brightness(130%);
}

.txt_wrap_w {
  width: 90%;
  margin: 120px auto;
}
@media (max-width: 740px) {
  .txt_wrap_w {
    margin: 80px auto;
  }
}
.txt_wrap_w .main_tail {
  text-align: center;
  font-size: clamp(1.5rem, 0.391rem + 2.174vw, 2.5rem);
  margin-bottom: 20px;
}
.txt_wrap_w .f_en {
  text-align: center;
  font-size: clamp(1.2rem, 0.557rem + 0.87vw, 1.6rem);
  margin-bottom: 60px;
}
.txt_wrap_w .main_txts {
  line-height: 2;
  text-align: center;
}
@media (max-width: 740px) {
  .txt_wrap_w .main_txts {
    text-align: justify;
  }
}

.list_titl {
  text-align: center;
  margin-bottom: 40px;
  font-size: clamp(1.5rem, 1.017rem + 0.652vw, 1.8rem);
}
.list_titl span {
  font-size: 1.2rem;
}

.cop_box {
  width: 90%;
  max-width: 700px;
  margin: 0 auto 40px;
}
.cop_box .cop_name {
  border-left: 3px solid #ccc;
  padding: 10px;
  margin-bottom: 10px;
}
.cop_box .man_box {
  padding: 10px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
.cop_box .man_box .busyo {
  padding: 10px;
  background-color: #f5f5f5;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.cop_box .man_box .name {
  padding: 0 10px;
}

footer {
  width: 100%;
  height: 100vh;
  position: relative;
}
footer h2 {
  width: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 740px) {
  footer h2 {
    width: 100px;
  }
}
footer .cap {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
}/*# sourceMappingURL=top.css.map */