.home-page .sec_1 {
  width: 100%;
  height: auto;
  position: relative;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .home-page .sec_1 {
    height: auto;
    overflow: hidden;
  }
}
@media only screen and (min-device-width: 769px) and (orientation: portrait) {
  .home-page .sec_1 {
    height: 820px;
  }
}
.home-page .sec_1 .bg_obj01 {
  position: absolute;
  left: 0;
  top: 0;
  height: 50vh;
  aspect-ratio: 1;
  clip-path: polygon(0 0, 86% 0, 0 100%);
  background-color: #eee;
  z-index: -1;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .home-page .sec_1 .bg_obj01 {
    height: 140px;
  }
}
@media only screen and (min-device-width: 769px) and (orientation: portrait) {
  .home-page .sec_1 .bg_obj01 {
    height: 450px;
  }
}
.home-page .sec_1 .bg_obj02 {
  background-color: #C80019;
  width: 100%;
  height: 160px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .home-page .sec_1 .bg_obj02 {
    height: 200px;
  }
}
.home-page .sec_1 .main_copy {
  width: 590px;
  position: absolute;
  top: calc(50% - 170px);
  left: 5%;
  z-index: 1;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .home-page .sec_1 .main_copy {
    width: 280px;
    left: 15px;
    top: 30px;
  }
}
.home-page .sec_1 .main_copy img {
  margin-right: auto;
  margin-left: auto;
}
.home-page .sec_1 .main_copy .line2 {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.home-page .sec_1 .video {
  clip-path: polygon(calc((100vh - 80px) * 6 / 7) 0, 100% 0, 100% 100%, 0 100%);
  position: relative;
  padding: 0;
  margin-left: 10%;
  width: 90%;
  height: calc(100vh - 80px);
  border: none;
  overflow: hidden;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .home-page .sec_1 .video {
    width: 155vw;
    height: 90vw;
    clip-path: polygon(80.5714285714vw 0, 100% 0, 100% 100%, 0 100%);
    margin-left: -25vw;
    margin-top: 95px;
    transform: translate(0, 8px);
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
  }
}
@media only screen and (min-device-width: 769px) and (orientation: portrait) {
  .home-page .sec_1 .video {
    height: 900px;
    clip-path: polygon(702.8571428571px 0, 100% 0, 100% 100%, 0 100%);
  }
}
.home-page .sec_1 iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  transform: scale(1.4);
  top: 0;
  right: 0;
  border: none;
}
.home-page .sec_2 {
  position: relative;
  padding: 20px 0;
  background-color: #E5E5E5;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .home-page .sec_2 {
    padding: 25px 0 30px;
  }
}
.home-page .sec_2 .inner {
  display: flex;
  flex-wrap: wrap;
}
.home-page .sec_2 .inner h2 {
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
  font-style: italic;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  top: 1.3em;
  margin-right: 30px;
}
@media only screen and (max-width:999px), print and (max-width: 1cm) {
  .home-page .sec_2 .inner h2 {
    width: 100%;
  }
}
@media only screen and (max-width:999px) and (max-width:768px), print and (max-width: 1cm) and (min-width: 2cm) {
  .home-page .sec_2 .inner h2 {
    font-size: 2.4rem;
    text-align: center;
    margin-right: 0;
  }
}
.home-page .sec_2 .inner ul li {
  display: flex;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .home-page .sec_2 .inner ul li {
    flex-direction: column;
  }
}
.home-page .sec_2 .inner ul li .date {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  width: 7.6em;
  display: inline-block;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .home-page .sec_2 .inner ul li .date {
    font-size: 1.6rem;
  }
}
.home-page .sec_2 .inner ul li .txt {
  flex: 1;
}
.home-page .sec_2 .inner ul li .txt a {
	text-decoration: underline;
}
.home-page .sec_2 .inner ul li .txt a:hover {
	text-decoration: none;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .home-page .sec_2 .inner ul li .txt {
    line-height: 1.4;
  }
}
.home-page .sec_3 {
  padding: 80px 0 100px;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .home-page .sec_3 {
    padding: 60px 0;
  }
}
.home-page .sec_3 .lead p {
  text-align: center;
  line-height: 2;
  font-size: 2rem;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .home-page .sec_3 .lead p {
    line-height: 1.6;
    font-size: 1.6rem;
    text-align: left;
  }
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .home-page .sec_3 .lead p .pc {
    display: none;
  }
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .home-page .sec_3 .lead p:nth-child(n+2) {
    margin-top: 15px;
  }
}
.home-page .sec_ttl {
  font-size: 12rem;
  line-height: 0.6;
  font-weight: 600;
  font-family: "Raleway", "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .home-page .sec_ttl {
    font-size: 6rem;
  }
}
.home-page .sec_4 {
  position: relative;
  padding: 0 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .home-page .sec_4 {
    margin-bottom: 40px;
  }
}
.home-page .sec_4 .bg_obj01 {
  position: absolute;
  left: 0;
  top: 0;
  width: 340px;
  height: 433.33px;
  aspect-ratio: 1;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  background-color: #EEEEEE;
  z-index: -1;
}
.home-page .sec_4 .flex_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home-page .sec_4 .flex_box .flex_box__item {
  width: 32%;
  position: relative;
  margin-top: 20px;
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 0 15px 15px 15px;
}
@media only screen and (max-width:999px), print and (max-width: 1cm) {
  .home-page .sec_4 .flex_box .flex_box__item {
    width: 49%;
  }
}
@media only screen and (max-width:999px) and (max-width:768px), print and (max-width: 1cm) and (min-width: 2cm) {
  .home-page .sec_4 .flex_box .flex_box__item {
    width: 100%;
  }
}
.home-page .sec_4 .flex_box .flex_box__item .sec_ttl {
  color: #C80019;
  font-size: 8rem;
  line-height: 1;
  margin-top: 60px;
}
@media only screen and (max-width:1199px), print and (max-width: 2cm) {
  .home-page .sec_4 .flex_box .flex_box__item .sec_ttl {
    font-size: 6rem;
  }
}
@media only screen and (max-width:1199px) and (max-width:999px), print and (max-width: 2cm) and (max-width: 1cm) {
  .home-page .sec_4 .flex_box .flex_box__item .sec_ttl {
    font-size: 8rem;
  }
}
@media only screen and (max-width:1199px) and (max-width:999px) and (max-width:768px), print and (max-width: 2cm) and (max-width: 1cm) and (min-width: 2cm) {
  .home-page .sec_4 .flex_box .flex_box__item .sec_ttl {
    font-size: 6rem;
    margin-top: 0;
  }
}
.home-page .sec_4 .flex_box .flex_box__item .bg_obj02 {
  position: absolute;
  left: 0;
  top: 0;
  width: 86px;
  height: 86px;
  aspect-ratio: 1;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  background-color: #C80019;
  z-index: 1;
  padding: 10px;
}
.home-page .sec_4 .flex_box .flex_box__item .bg_obj02 p {
  font-weight: 600;
  color: #FFFFFF;
}
.home-page .sec_4 .flex_box .flex_box__item img {
  transition: all 0.4s;
}
.home-page .sec_4 .flex_box .flex_box__item:hover img {
  transform: scale(1.04);
}
.home-page .sec_5 {
  position: relative;
  z-index: 10;
  padding: 130px 0 120px;
}
@media only screen and (max-width:999px), print and (max-width: 1cm) {
  .home-page .sec_5 {
    padding: 60px 0 90px;
  }
}
@media only screen and (max-width:999px) and (max-width:768px), print and (max-width: 1cm) and (min-width: 2cm) {
  .home-page .sec_5 {
    padding: 60px 0 70px;
  }
}
.home-page .sec_5::before {
  content: "";
  background-color: #eee;
  width: 100%;
  height: calc(100% - 50px);
  position: absolute;
  left: 0;
  top: 50px;
  z-index: -3;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .home-page .sec_5::before {
    top: 25px;
    height: calc(100% - 25px);
  }
}
.home-page .sec_5 .bg_obj01 {
  position: absolute;
  left: 0;
  top: 0;
  width: 500px;
  height: 583.33px;
  aspect-ratio: 1;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  background-color: #C80019;
  z-index: -1;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .home-page .sec_5 .bg_obj01 {
    width: 120px;
    height: 140px;
  }
}
.home-page .sec_5 .bg_obj02 {
  background-color: #eee;
  width: 640px;
  height: 100%;
  position: absolute;
  left: 545px;
  bottom: 0;
  z-index: -2;
  transform: skewX(-40.5deg);
  mix-blend-mode: multiply;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .home-page .sec_5 .bg_obj02 {
    width: 640px;
    left: 200px;
  }
}
.home-page .sec_5 .sec_ttl {
  color: #C80019;
  position: absolute;
  right: -2px;
  top: 0;
}
@media only screen and (max-width:999px), print and (max-width: 1cm) {
  .home-page .sec_5 .sec_ttl {
    font-size: 8rem;
  }
}
@media only screen and (max-width:999px) and (max-width:768px), print and (max-width: 1cm) and (min-width: 2cm) {
  .home-page .sec_5 .sec_ttl {
    font-size: 6rem;
  }
}
@media only screen and (max-width:1199px), print and (max-width: 2cm) {
  .home-page .sec_5 .inner {
    padding: 0 80px;
  }
}
@media only screen and (max-width:1199px) and (max-width:768px), print and (max-width: 2cm) and (min-width: 2cm) {
  .home-page .sec_5 .inner {
    padding: 0 15px;
  }
}
.home-page .sec_5 .flex_box {
  margin-top: 50px;
}
.home-page .sec_5 .flex_box:nth-child(1) {
  transform: translateX(-50px);
}
.home-page .sec_5 .flex_box:nth-child(2) {
  transform: translateX(50px);
}
.home-page .sec_5 .flex_box:nth-child(3) {
  transform: translateX(-50px);
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .home-page .sec_5 .flex_box {
    transform: translateX(0) !important;
    flex-direction: column;
    align-items: center;
    margin-top: 0px;
    gap: 0px;
  }
}
.home-page .sec_5 .flex_box a {
  background-color: #fff;
  display: block;
  border-radius: 15px;
  overflow: hidden;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .home-page .sec_5 .flex_box a {
    width: calc(100% - 20px) !important;
    margin-top: 20px;
  }
  .home-page .sec_5 .flex_box a:nth-child(odd) {
    transform: translateX(-10px);
  }
  .home-page .sec_5 .flex_box a:nth-child(even) {
    transform: translateX(10px);
  }
}
.home-page .sec_5 .flex_box a figure {
  overflow: hidden;
}
.home-page .sec_5 .flex_box a figure img {
  transition: all 0.4s;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .home-page .sec_5 .flex_box a figure img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 16/9;
  }
}
.home-page .sec_5 .flex_box a:hover .btn_arrow i {
  width: 45px;
}
.home-page .sec_5 .flex_box a:hover img {
  transform: scale(1.04);
}
.home-page .sec_5 .flex_box .btn_arrow {
  height: 70px;
  justify-content: center;
  font-weight: 500;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .home-page .sec_5 .flex_box .btn_arrow {
    height: 50px;
  }
}
.home-page .sec_6 {
  margin: 120px 0 0;
  padding: 150px 0 100px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width:999px), print and (max-width: 1cm) {
  .home-page .sec_6 {
    margin: 90px 0 0;
    padding: 100px 0;
  }
}
@media only screen and (max-width:999px) and (max-width:768px), print and (max-width: 1cm) and (min-width: 2cm) {
  .home-page .sec_6 {
    margin: 70px 0 0;
    padding: 60px 0 40px;
  }
}
.home-page .sec_6 .bg_obj01 {
  position: absolute;
  width: 40%;
  height: 1800px;
  background-color: #C80019;
  clip-path: polygon(1560px 0, 100% 0, 100% 100%, 0 100%);
  right: 0;
  bottom: 0;
  z-index: -1;
}
.home-page .sec_6 .bg_obj02 {
  background-color: #eee;
  width: 100%;
  height: 1140px;
  position: absolute;
  left: 70%;
  bottom: 0;
  z-index: -2;
  transform: skewX(-40.5deg);
}
.home-page .sec_6 .sec_ttl {
  color: #C80019;
  position: absolute;
  left: -2px;
  top: 2px;
  line-height: 0.7;
}
@media only screen and (max-width:999px), print and (max-width: 1cm) {
  .home-page .sec_6 .sec_ttl {
    font-size: 8rem;
  }
}
@media only screen and (max-width:999px) and (max-width:768px), print and (max-width: 1cm) and (min-width: 2cm) {
  .home-page .sec_6 .sec_ttl {
    font-size: 6rem;
  }
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .home-page .sec_6 .inner02 {
    margin-top: 20px;
  }
}
.home-page .sec_6 .inner02 img {
  border-radius: 30px;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .home-page .sec_6 .inner02 img {
    border-radius: 10px;
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.home-page .sec_6 .inner02 .flex_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -30px auto;
  width: 70%;
}
@media only screen and (max-width:1199px), print and (max-width: 2cm) {
  .home-page .sec_6 .inner02 .flex_box {
    width: 70%;
  }
}
@media only screen and (max-width:1199px) and (max-width:768px), print and (max-width: 2cm) and (min-width: 2cm) {
  .home-page .sec_6 .inner02 .flex_box {
    width: 90%;
    margin: -30px auto 0;
  }
}
.home-page .sec_6 .inner02 .flex_box .flex_box__item {
  width: 47%;
  background: #FFFFFF;
  border-radius: 15px;
  border: 1px #000 solid;
  align-items: center;
}
@media only screen and (max-width:999px), print and (max-width: 1cm) {
  .home-page .sec_6 .inner02 .flex_box .flex_box__item {
    width: 47%;
  }
}
@media only screen and (max-width:999px) and (max-width:768px), print and (max-width: 1cm) and (min-width: 2cm) {
  .home-page .sec_6 .inner02 .flex_box .flex_box__item {
    width: 100%;
    border-radius: 10px;
    margin: 10px 0 0 0;
  }
}
.home-page .sec_6 .inner02 .flex_box .flex_box__item .btn_arrow {
  height: 70px;
  width: 80%;
  justify-content: space-between;
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
}
@media only screen and (max-width:1199px), print and (max-width: 2cm) {
  .home-page .sec_6 .inner02 .flex_box .flex_box__item .btn_arrow {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width:1199px) and (max-width:768px), print and (max-width: 2cm) and (min-width: 2cm) {
  .home-page .sec_6 .inner02 .flex_box .flex_box__item .btn_arrow {
    font-size: 1.4rem;
    height: 40px;
  }
}
.home-page .sec_6 .inner02 .flex_box .flex_box__item .btn_arrow i {
  right: 0;
  position: absolute;
  top: 2em;
}
@media only screen and (max-width:1199px), print and (max-width: 2cm) {
  .home-page .sec_6 .inner02 .flex_box .flex_box__item .btn_arrow i {
    top: 2.2em;
  }
}
@media only screen and (max-width:1199px) and (max-width:768px), print and (max-width: 2cm) and (min-width: 2cm) {
  .home-page .sec_6 .inner02 .flex_box .flex_box__item .btn_arrow i {
    top: 1.5em;
  }
}
.home-page .sec_6 .inner02 .flex_box .flex_box__item .btn_arrow:hover i {
  transform: translateX(10px);
}
@keyframes slideAnime_1 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -3600px 0;
  }
}
@keyframes slideAnime_2 {
  0% {
    background-position: -1800px 0;
  }
  100% {
    background-position: 1800px 0;
  }
}/*# sourceMappingURL=home.css.map */