/*
  Top
*/
/*------------------------
  KV
------------------------*/
#kv {
  height: auto;
  max-height: none;
  position: relative;
}
#kv::before {
  content: "";
  width: 100%;
  height: 100%;
  background: none;
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
}
#kv .front__mv-video {
  width: 100%;
}
#kv .wrapper {
  height: 100%;
}
#kv .wrapper.fixed {
  position: fixed;
  height: 15px;
  left: 0;
  right: 0;
  top: 70px;
  margin: auto;
}
#kv .wrapper.fixed #scroll {
  font-size: 0;
  border-left: none;
  color: transparent;
  bottom: auto;
}
#kv #scroll {
  width: 90px;
  height: 70px;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1.1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #b61e28;
  border-left: 1px solid #b61e28;
  padding: 3px 12px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
#kv #scroll::before {
  content: "";
  width: 4px;
  height: 15px;
  background: #b61e28;
  position: absolute;
  top: 0;
  left: -1px;
}

@media screen and (max-width: 768px) {
  #kv .wrapper.fixed {
    display: none;
  }
  #kv #scroll {
    height: 70px;
    right: auto;
    left: 5.33vw;
  }
}
/*------------------------
  Main Container
------------------------*/
.parallax-bg {
  background-image: url("../images/home/bg-main.png");
  background-attachment: fixed;
  background-position: left center;
  background-repeat: repeat-y;
}

#main-container .wrapper {
  padding-bottom: 5%;
}
#main-container .wrapper::before {
  content: "";
  box-sizing: border-box;
  width: 90px;
  height: 100%;
  border-left: 1px solid #f0f0f0;
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
}
#main-container .phrase {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 10% 0 16.67%;
}
#main-container .phrase p {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  position: relative;
  z-index: 1;
}
#main-container .main-box {
  position: relative;
}
#main-container .main-box h3 {
  font-family: "Poppins", sans-serif;
  font-size: 6rem;
  font-weight: 400;
  color: #b61e28;
  margin-bottom: 50px;
}
#main-container .main-box p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.08em;
}
#main-container .main-box img {
  position: absolute;
}
#main-container #mission {
  padding-bottom: 45%;
}
#main-container #mission .text {
  width: 50%;
}
#main-container #mission img._01 {
  top: 0;
  left: 50%;
  width: 54%;
}
#main-container #mission img._02 {
  top: 50%;
  left: 0;
  width: 36%;
}
#main-container #mission img._03 {
  top: 60%;
  left: 44%;
  width: 40%;
}
#main-container #vision {
  margin-top: 5%;
  padding-bottom: 101%;
}
#main-container #vision .text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-top: 5%;
}
#main-container #vision img {
  z-index: 1;
}
#main-container #vision img._04 {
  top: 0;
  left: 41%;
  width: 29%;
}
#main-container #vision img._05 {
  top: 29%;
  left: 0;
  width: 50%;
  z-index: 2;
}
#main-container #vision img._06 {
  top: 40%;
  left: 45%;
  width: 63%;
  z-index: 3;
}
#main-container #vision img._07 {
  top: 52%;
  left: 10%;
  width: 29%;
  z-index: 3;
}
#main-container #vision img._08 {
  top: 75%;
  left: 45%;
  width: 30%;
}

@media screen and (max-width: 999px) {
  .parallax-bg {
    background-size: 100% auto;
  }

  #main-container .phrase p {
    font-size: 2.4vw;
  }
  #main-container .main-box h3 {
    font-family: "Poppins", sans-serif;
    font-size: 6vw;
    margin-bottom: 30px;
  }
  #main-container .main-box p {
    font-size: 1.8vw;
  }
  #main-container #vision img._04 {
    left: 33%;
  }
}
@media screen and (max-width: 768px) {
  #main-container .wrapper {
    padding-bottom: 26.67%;
  }
  #main-container .wrapper::before {
    content: none;
  }
  #main-container .phrase {
    padding: 13.33% 0 16%;
  }
  #main-container .phrase p {
    font-size: 1.5rem;
    letter-spacing: 0.08em;
  }
  #main-container .phrase img.fadeIn.delay {
    margin-top: 0;
  }
  #main-container .phrase img.fadeIn.delay.animated {
    margin-top: -10px;
  }
  #main-container .main-box h3 {
    font-size: 3.5rem;
  }
  #main-container .main-box p {
    font-size: 1.4rem;
  }
  #main-container .main-box .image {
    position: relative;
  }
  #main-container #mission {
    padding-bottom: 9.33%;
  }
  #main-container #mission .text {
    width: 100%;
    margin-bottom: 12%;
  }
  #main-container #mission .image {
    height: 131.33vw;
  }
  #main-container #mission img._01 {
    left: auto;
    right: -5.33vw;
    width: 80.6%;
  }
  #main-container #mission img._02 {
    top: 32%;
    left: -2.66vw;
    width: 53.73%;
  }
  #main-container #mission img._03 {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    width: 59.7%;
  }
  #main-container #vision {
    margin-top: 0;
    padding-bottom: 0;
  }
  #main-container #vision .text-wrap {
    display: block;
    padding-top: 0;
  }
  #main-container #vision .image {
    height: 162vw;
    margin-top: 12%;
  }
  #main-container #vision img._04 {
    top: -15%;
    left: auto;
    right: -5.33vw;
    width: 39.55%;
    z-index: 0;
  }
  #main-container #vision img._05 {
    top: 0;
    left: -5.33vw;
    width: 74.63%;
    z-index: 1;
  }
  #main-container #vision img._06 {
    top: 32%;
    left: auto;
    right: 0;
    width: 94%;
  }
  #main-container #vision img._07 {
    top: auto;
    bottom: 0;
    left: 0;
    width: 43.28%;
  }
  #main-container #vision img._08 {
    top: 70%;
    left: auto;
    right: -5.33vw;
    width: 44.78%;
  }
}
@media screen and (max-width: 374px) {
  #main-container .phrase p {
    font-size: 1.4rem;
  }
}
/*------------------------
  Banner
------------------------*/
#banner-wrap {
  background: url("../images/home/bg-banner.jpg") no-repeat center center/cover;
  padding: 6.25% 0;
  position: relative;
}
#banner-wrap .row {
  margin: -20px -30px;
}
#banner-wrap .column-3 {
  padding: 20px 30px;
}
#banner-wrap a {
  display: block;
  position: relative;
}
#banner-wrap .image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 308 / 149;
}
#banner-wrap .image img {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#banner-wrap a:hover .image img {
  transform: scale(1.1, 1.1);
}
#banner-wrap h3 {
  margin-top: 20px;
  text-align: center;
  font-weight: 400;
}
#banner-wrap h3 span {
  display: block;
}
#banner-wrap h3 .en {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
}
#banner-wrap h3 .jp {
  font-size: 1.2rem;
  margin-top: 8px;
}

@media screen and (max-width: 768px) {
  #banner-wrap {
    padding: 18% 0;
    position: relative;
  }
  #banner-wrap .row {
    margin: -25px -10px;
  }
  #banner-wrap .column-3 {
    padding: 25px 10px;
    width: 50%;
  }
  #banner-wrap .image::before {
    padding-bottom: 48.75%;
  }
  #banner-wrap h3 {
    margin-top: 15px;
  }
}
/*------------------------
  News
------------------------*/
#news .wrapper {
  padding-top: 12.5%;
  padding-bottom: 12.5%;
}
#news .wrapper::before {
  content: "";
  box-sizing: border-box;
  width: 90px;
  height: 100%;
  border-left: 1px solid #f0f0f0;
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
}
#news h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 4rem;
  text-align: center;
  margin-bottom: 55px;
}
#news .news-wrap {
  padding-left: calc(90px - 5.33vw);
  padding-right: calc(90px - 5.33vw);
}
#news .news-wrap dl {
  background: #f7f7f7;
  padding: 35px 4.5% 45px;
  margin-bottom: 1px;
  position: relative;
}
#news .news-wrap dl::before {
  content: "";
  width: 1px;
  height: 1.2rem;
  background: #b61e28;
  position: absolute;
  left: 0;
  top: 35px;
}
#news .news-wrap dt {
  color: #b61e28;
  font-family: "Poppins", sans-serif;
  font-size: 400;
  font-size: 1.2rem;
  line-height: 1;
  padding-bottom: 25px;
}
#news .news-wrap dd {
  font-size: 1.5rem;
  letter-spacing: 0.08em;
}
#news .news-wrap dd p {
  font-size: 1.5rem;
}
#news .news-wrap a {
  color: #b61e28;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  #news .wrapper {
    padding-top: 21.33%;
    padding-bottom: 16%;
  }
  #news .wrapper::before {
    content: none;
  }
  #news h3 {
    font-size: 3.5rem;
    margin-bottom: 30px;
  }
  #news .news-wrap {
    padding: 0;
  }
  #news .news-wrap dl {
    padding: 30px 20px 35px;
  }
  #news .news-wrap dl::before {
    height: 1rem;
    top: 30px;
  }
  #news .news-wrap dt {
    font-size: 1rem;
    padding-bottom: 20px;
  }
  #news .news-wrap dd {
    font-size: 1.4rem;
  }
  #news .news-wrap dd p {
    font-size: 1.4rem;
  }
}

.bx-banner {
  margin-bottom: 6%;
  margin-top: -6%;
  width: 100%;
  height: auto;
}

.bx-banner__image-wrap {
  overflow: hidden;
  width: 100%;
  height: auto;
}

.bx-banner__link:hover .bx-banner__image {
  transform: scale(1.04);
}

.bx-banner__image {
  width: 100vw;
  transition: transform 0.2s ease;
  display: block;
}

@media screen and (max-width: 768px) {
  .bx-banner {
    margin-bottom: 9%;
    margin-top: -15%;
  }
}
