@charset "UTF-8";
/**
 * Mixin
 */
:root {
  --ww: 100vw;
  --pw: 1920;
}
@media (min-width: 1921px) {
  :root {
    --ww: 1920px;
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pw: 375;
  }
}

/* home */
.content {
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .content {
    padding-top: 70px;
  }
}

.mv {
  width: 100%;
  height: 100svh;
}
@media only screen and (max-width: 767px) {
  .mv {
    height: calc(100svh - 70px);
  }
}
.mv video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec_home__inner {
  max-width: 1200px;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .sec_home__inner {
    width: 84vw;
  }
}

.sec_home h2 {
  font-size: 6rem;
  line-height: 1.4;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .sec_home h2 {
    font-size: 3.2rem;
    text-align: center;
  }
}
.sec_home h2 span {
  display: block;
  font-size: 2rem;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 767px) {
  .sec_home h2 span {
    font-size: 1.4rem;
  }
}

.home_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  width: 250px;
  height: 60px;
  background-color: #4E4E4E;
  color: #fff;
  border-radius: 28px;
  font-size: 1.6rem;
  padding: 0 27px;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .home_btn {
    margin-right: auto;
    height: 50px;
    font-size: 1.4rem;
  }
}
.home_btn img {
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .home_btn img {
    width: 19px;
  }
}

.sec_home_service {
  position: relative;
  background-image: url(../img/home/service_bg.png);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  margin-top: -88px;
  padding: 230px 0 0;
  color: #fff;
}
@media only screen and (max-width: 480px) {
  .sec_home_service {
    background-image: url(../img/home/sp_service_bg.png);
    margin-top: -70px;
    padding: 115px 0 0;
  }
}
.sec_home_service h2 {
  color: #65C0FA;
}
.sec_home_service h2 span {
  color: #fff;
}

.sec_home_service::before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: 100%;
  height: 80%;
  bottom: 0;
  left: 0;
  background-color: #000000;
}

.service_content {
  max-width: 900px;
  margin-left: auto;
  margin-top: 70px;
  padding-bottom: 290px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .service_content {
    padding-bottom: 100px;
  }
}
.service_content::after {
  content: "";
  background-image: url(../img/home/service_arrow.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  text-align: center;
  margin-left: auto;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 94px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .service_content::after {
    background-size: auto 53.96px;
  }
}
.service_content .lead {
  font-size: 4rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .service_content .lead {
    font-size: 3rem;
  }
}
.service_content .txt {
  font-size: 2.2rem;
  margin-top: 70px;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 767px) {
  .service_content .txt {
    font-size: 1.8rem;
    margin-top: 50px;
  }
}
.service_content .highlight {
  background-color: #56A4D5;
  color: #fff;
  font-weight: bold;
  padding: 5px;
}
.service_content .border_txt {
  color: #65C0FA;
  border-bottom: 2px solid;
}

.service_content_mv {
  margin-top: 130px;
}
@media only screen and (max-width: 767px) {
  .service_content_mv {
    margin: 60px calc(50% - 50vw) 0;
    width: 100vw;
  }
}
.service_content_mv video {
  width: 100%;
}

.service_content_bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 76px;
}
@media only screen and (max-width: 767px) {
  .service_content_bnr {
    display: block;
    text-align: center;
    margin-top: 50px;
  }
  .service_content_bnr a {
    display: block;
  }
  .service_content_bnr .service_content_bnr_1 img {
    width: 217.5px;
  }
  .service_content_bnr .service_content_bnr_2 img {
    width: 335px;
  }
}
.service_content_bnr a + a {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .service_content_bnr a + a {
    margin-top: 36px;
    margin-left: 0;
  }
}

.sec_home_film {
  position: relative;
  background-image: url(../img/home/film_bg.png);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #393939;
  padding: 260px 0 340px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .sec_home_film {
    background-image: url(../img/home/sp_film_bg.png);
    padding: 100px 0 175px;
  }
}
.sec_home_film h2 {
  color: #65C0FA;
}
.sec_home_film h2 span {
  color: #fff;
}

.film_content {
  max-width: 900px;
  margin-left: auto;
}
.film_content .lead {
  font-size: 4rem;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 767px) {
  .film_content .lead {
    font-size: 3rem;
  }
}
.film_content .txt {
  font-size: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .film_content .txt {
    font-size: 1.8rem;
  }
}
.film_content video {
  width: 100%;
}

.film_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .film_point {
    margin-top: 50px;
  }
}
.film_point li {
  width: calc((100% - 30px) / 3);
}
@media only screen and (max-width: 767px) {
  .film_point li {
    width: calc((100% - 15px) / 2);
  }
}
.film_point li:nth-child(n+4) {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .film_point li:nth-child(n+4) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .film_point li:nth-child(n+3) {
    margin-top: 20px;
  }
}

.film_bnr {
  margin-top: 112px;
}
@media only screen and (max-width: 767px) {
  .film_bnr {
    margin-top: 80px;
  }
}
.film_bnr p {
  font-size: 1.4rem;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .film_bnr p {
    font-size: 1.2rem;
  }
}

.film_txt {
  margin-top: 100px;
  font-size: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .film_txt {
    font-size: 1.8rem;
  }
}

.film_kadai {
  margin-top: 50px;
  font-size: 2.2rem;
  list-style: none;
}
.film_kadai li {
  display: inline-block;
  position: relative;
  text-indent: -1.5em;
  padding-left: 1em;
}
.film_kadai li span {
  margin-left: auto;
  padding-bottom: 5px;
  border-bottom: 2px solid #65C0FA;
}
.film_kadai li::before {
  content: "⚫";
  padding-right: 0.5em;
}
.film_kadai li + li {
  margin-top: 10px;
}

.sec_home_works::before {
  content: "";
  display: block;
  position: absolute;
  top: -79px;
  left: 0;
  width: 100%;
  height: 80px;
  background: #fff;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
@media only screen and (max-width: 767px) {
  .sec_home_works::before {
    height: 45px;
    top: -44px;
  }
}

.sec_home_works::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -79px;
  left: 0;
  width: 100%;
  height: 80px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
@media only screen and (max-width: 767px) {
  .sec_home_works::after {
    height: 45px;
    bottom: -44px;
  }
}

.sec_home_works {
  padding: 150px 0 250px;
  position: relative;
}
.sec_home_works h2 {
  color: #000000;
}
.sec_home_works h2 span {
  color: #7B7B7B;
}

.sec_home_faq {
  padding: 260px 0 220px;
  background-color: #F3F3F3;
  background-image: url(../img/home/faq_bg.png);
  background-size: auto 967px;
}
@media only screen and (max-width: 767px) {
  .sec_home_faq {
    padding: 135px 0 150px;
    background-image: url(../img/home/sp_faq_bg.png);
    background-size: 635px auto;
  }
}
.sec_home_faq h2 {
  color: #AF4C0C;
  margin-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .sec_home_faq h2 {
    margin-bottom: 50px;
  }
}
.sec_home_faq h2 span {
  color: #7B7B7B;
}
.sec_home_faq .home_btn {
  margin-top: 165px;
}
@media only screen and (max-width: 767px) {
  .sec_home_faq .home_btn {
    margin-top: 65px;
  }
}

.faq_box dt {
  font-size: 2.2rem;
  font-weight: bold;
  padding: 20px 30px;
  padding-right: 60px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .faq_box dt {
    padding: 18px 15px;
    padding-right: 30px;
    font-size: 1.4rem;
  }
}
.faq_box dt::before {
  content: "Q";
  width: 62px;
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: #AF4C0C;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 3.6rem;
  border-radius: 50%;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .faq_box dt::before {
    width: 35px;
    height: 35px;
    font-size: 1.9rem;
    margin-right: 10px;
  }
}
.faq_box dt span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.faq_box dt span::after, .faq_box dt span::before {
  content: "";
  background-color: #333333;
  display: block;
}
.faq_box dt span::before {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 2px;
}
@media only screen and (max-width: 767px) {
  .faq_box dt span::before {
    right: 15px;
    width: 15px;
  }
}
.faq_box dt span::after {
  position: absolute;
  top: 50%;
  right: 45px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (max-width: 767px) {
  .faq_box dt span::after {
    right: 22.5px;
    height: 15px;
  }
}
.faq_box dd {
  font-size: 1.8rem;
  background-color: #F5F5F5;
  padding: 20px 50px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .faq_box dd {
    padding: 20px;
    font-size: 1.4rem;
  }
}
.faq_box dt.on span::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.faq_box + .faq_box {
  margin-top: 65px;
}
@media only screen and (max-width: 767px) {
  .faq_box + .faq_box {
    margin-top: 20px;
  }
}

.sec_home_info::before {
  content: "";
  display: block;
  position: absolute;
  top: -79px;
  left: 0;
  width: 100%;
  height: 80px;
  background: #5A5A5A;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
@media only screen and (max-width: 767px) {
  .sec_home_info::before {
    height: 45px;
    top: -44px;
  }
}

.sec_home_info {
  background-color: #5A5A5A;
  padding: 170px 0 150px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sec_home_info {
    padding: 90px 0 130px;
  }
}
.sec_home_info h2 {
  color: #BFEF30;
}
.sec_home_info h2 span {
  color: #fff;
}
.sec_home_info .home_btn {
  margin-top: 100px;
  background-color: #FFFFFF;
  color: #5A5A5A;
}
@media only screen and (max-width: 767px) {
  .sec_home_info .home_btn {
    margin-top: 80px;
  }
}

.home_info_list {
  max-width: 900px;
  margin-left: auto;
  margin-top: 100px;
  border-top: 1px solid #aaa;
}
@media only screen and (max-width: 767px) {
  .home_info_list {
    margin-top: 50px;
  }
}

.home_info_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #aaa;
}

.home_info_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media only screen and (max-width: 767px) {
  .home_info_left {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.home_info_date {
  color: #ccc;
  font-size: 1.4rem;
  width: 80px;
}
@media only screen and (max-width: 767px) {
  .home_info_date {
    font-size: 1.2rem;
  }
}

.home_info_badge {
  font-size: 1.2rem;
  border-radius: 14px;
  min-width: 90px;
  text-align: center;
}

.home_info_badge.home_info_badge--white {
  background-color: #fff;
  color: #333;
}

.home_info_badge.home_info_badge--green {
  background-color: #BFEF34;
  color: #333;
}

.home_info_title {
  color: #fff;
  font-size: 1.6rem;
  max-width: 500px;
}

.home_info_arrow {
  width: 20px;
}
.home_info_arrow img {
  vertical-align: middle;
}