@charset "UTF-8";
section.top {
  background-image: url("../../src/home/bg.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  overflow-x: hidden;
}
section.top .title {
  width: 800px;
  position: absolute;
  bottom: 25%;
  z-index: 10;
  padding-left: 5%;
}

.sp_text {
  text-align: center;
  color: #e8423c;
  width: 95%;
  margin: 0 auto;
  margin-top: 0px;
}
.sp_text .sp_title {
  font-size: 25px;
  font-weight: 600;
}
.sp_text .sp_title span {
  font-size: 35px;
}
.sp_text img {
  width: 300px;
  margin: 10px auto 10px auto;
  max-width: 90%;
}
.sp_text p {
  line-height: 200%;
}

.swiper-container1 {
  margin-top: -13.5%;
  margin-right: -15%;
  width: 90%;
  z-index: 1;
}

.pick_up {
  display: none;
}
.pick_up h2:after {
  content: none;
}

h2 {
  text-align: center;
  font-size: 38px;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding: 0 30px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 40px;
  line-height: 120%;
}
h2 span {
  font-size: 45px;
}
h2 .en {
  font-size: 35px;
  font-weight: 800;
  text-align: left;
  color: #d0d0d0;
}
h2:after {
  position: absolute;
  width: 100%;
  height: 20px;
  content: "";
  background-image: url("../../src/home/wave.webp");
  bottom: -20px;
  left: 0;
  background-size: 100%;
  background-repeat: no-repeat;
}
h2 span {
  color: #e8423c;
}

.bg_box {
  position: absolute;
  overflow-x: hidden;
  width: 100%;
}

.bg1 {
  overflow-x: hidden;
  position: absolute;
  top: 3%;
  right: -20%;
  width: 50%;
  z-index: 1;
}

.bg2 {
  position: absolute;
  top: 5.5%;
  left: -20%;
  width: 40%;
  z-index: 1;
}

.movie .movie-flex {
  position: relative;
  z-index: 2;
  width: 1200px;
  margin: 0 auto;
  max-width: 90%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  margin: 70px auto;
}
.movie .movie-flex iframe {
  width: 500px;
  height: auto;
  max-width: 100%;
  aspect-ratio: 16/9;
}

.aboutus_flex {
  width: 1200px;
  margin: 100px auto;
  max-width: 90%;
  display: flex;
  width: 1000px;
}
.aboutus_flex .left {
  width: 50%;
}
.aboutus_flex .right {
  width: 50%;
}
.aboutus_flex .right p {
  width: 333px;
  max-width: 90%;
  margin: 0 auto;
  font-weight: 600;
  font-size: 17px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.work {
  padding: 10px 0;
  background: linear-gradient(90deg, transparent 0%, transparent 22%, rgb(232, 66, 60) 69%);
}

.work_flex {
  display: flex;
  width: 1200px;
  margin: 100px auto;
  max-width: 90%;
  gap: 3.3333333333%;
}
.work_flex .work_box {
  width: 30%;
}
.work_flex a.work_img:hover img {
  transform: scale(1.02, 1.02);
}
.work_flex h3 {
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;
  color: white;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.work_flex h3 span {
  font-size: 24px;
}

.interview .flex_box1 {
  width: 1200px;
  margin: 100px auto;
  max-width: 90%;
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 50px;
}
.interview .flex_box1 .card {
  width: 300px;
  max-width: 100%;
}
.interview .flex_box1 .card_title {
  width: 500px;
}
.interview .flex_box1 .card_title p {
  width: 400px;
  max-width: 90%;
  margin: 0 auto;
  font-weight: 600;
  font-size: 17px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.interview .img_box {
  position: relative;
}
.interview .img_box .after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.interview .img_box .before {
  transition: 1s;
}
.interview .img_box .before:hover {
  opacity: 0;
}
.interview .img_box .name {
  position: absolute;
  color: white;
  font-size: 18px;
  left: 20px;
  bottom: 15px;
}
.interview .img_box .name span {
  font-size: 14px;
}
.interview .title {
  font-weight: 600;
  margin-top: 10px;
  font-size: 18px;
}

section.bg {
  margin: 100px 0;
}

.special {
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 10%, #db443d 100%);
  padding-bottom: 100px;
}

.special_box {
  width: 1200px;
  margin: 50px auto;
  max-width: 90%;
  background: white;
  border-radius: 30px;
}
.special_box .special_flex {
  display: flex;
  gap: 30px;
  padding: 50px 5%;
}
.special_box .title {
  padding-top: 10px;
}

.content.more_content {
  margin: 100px auto;
}

main {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.bg1 {
  position: absolute;
  top: 18%;
  right: -12%;
  width: 44%;
  z-index: 1;
}

.bg2 {
  position: absolute;
  top: 26%;
  left: -17%;
  width: 40%;
  z-index: -1;
}

footer {
  background: #db443d;
}

.interview_sp {
  display: none;
}

@media (max-width: 1300px) {
  section.top .title {
    max-width: 60%;
  }
}
@media (max-width: 1100px) {
  h2:after {
    width: 90%;
    padding-left: 5%;
  }
  section.top .title {
    max-width: 50%;
  }
  .interview_pc {
    display: none;
  }
  .interview_sp {
    display: block;
  }
  .interview_sp .card_title p {
    text-align: center;
  }
  .interview_sp .swiper-wrapper {
    padding: 50px 0 60px 0;
  }
  .interview_sp .swiper-slide {
    width: 300px;
    max-width: 90%;
  }
  .interview_sp .entry {
    margin: 10px 0;
    border-bottom: solid 1px #e8423c;
  }
  .interview_sp .title {
    font-weight: 400;
    font-size: 16px;
  }
  .interview_sp .swiper-pagination-bullet-active {
    background: #e8423c;
  }
}
@media (max-width: 700px) {
  /* .swiper-container1 {
      display: none;
  }
  section.top {
      background-image: none;
  }*/
  .swiper-container1 {
    margin-top: -13.5%;
    margin-right: -35%;
    width: 150%;
    z-index: 1;
  }
  section.top {
    padding-bottom: 150px;
  }
  section.top .title {
    max-width: 80%;
    bottom: 28%;
  }
  .movie h2 {
    margin-top: -80px;
  }
  h2 {
    font-size: 25px;
  }
  h2 .en {
    font-size: 30px;
  }
  h2 span {
    font-size: 30px;
  }
  .movie .movie-flex {
    margin-bottom: 30px;
  }
  .aboutus_flex {
    flex-direction: column-reverse;
    margin-bottom: 0;
    margin: 30px auto;
  }
  .aboutus_flex .left {
    width: 100%;
    margin-top: 20px;
  }
  .aboutus_flex .right {
    width: 100%;
  }
  .work {
    padding: 10px 0;
    background: linear-gradient(180deg, transparent 0%, transparent 14%, rgb(232, 66, 60) 17%, rgb(232, 66, 60) 57%, transparent 100%);
    align-items: center;
    box-shadow: inset 5px 10px 10px white, inset -5px -10px 10px white;
    font-size: 1.4rem;
  }
  .work h2 {
    margin-top: 20px;
  }
  .work .btn a {
    background: white;
    color: #e8423c;
    border: solid 1px #e8423c;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  }
  .work_flex {
    flex-direction: column;
    margin-top: 0;
  }
  .work_flex .work_box {
    width: 100%;
    margin-bottom: 40px;
  }
  .swiper-container3 .title {
    text-align: left;
    padding-left: 5%;
  }
  .special_box .special_flex {
    flex-direction: column;
  }
  .special_box .special_flex .card {
    width: 100%;
  }
  .bg1 {
    display: none;
  }
  .bg2 {
    display: none;
  }
}/*# sourceMappingURL=home.css.map */