* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

fieldset {
  border: 0;
}

body {
  line-height: 1.8;
}

body, dd, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, select, ul {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  vertical-align: top;
}

a {
  text-decoration: none;
}

em {
  font-style: normal;
}

ul li {
  list-style-type: none;
  list-style-image: none;
}

address {
  font-style: normal;
}

/* fv
--------------------- */
#fv {
  overflow: hidden;
}
#fv .wrapper {
  position: relative;
  padding-bottom: 24.5rem;
  margin-bottom: 13rem;
}
#fv .wrapper .movie {
  position: absolute;
  overflow: hidden;
  z-index: 1;
  top: 0;
  left: 0;
  width: 82%;
  height: 70rem;
}
#fv .wrapper .movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 140% center;
     object-position: 140% center;
}
#fv .wrapper .movie.movie-animation {
  overflow: hidden;
}
#fv .wrapper .movie.movie-animation video {
  opacity: 0;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: 1.4s ease;
}
#fv .wrapper .movie.movie-animation.is-active video {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  opacity: 1;
}
#fv .wrapper .box {
  position: relative;
  z-index: 4;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 12rem;
  margin-left: auto;
}
#fv .wrapper .box .en {
  display: block;
  font-size: 10.4rem;
  line-height: 11.8rem;
  font-weight: 700;
  text-align: right;
  margin-bottom: 3.7rem;
  transition-delay: 1.5s;
}
#fv .wrapper .box .txt {
  padding-right: 12rem;
}
#fv .wrapper .box .txt h1 {
  font-size: 5rem;
  line-height: 7rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 5rem;
  transition-delay: 1.65s;
}
#fv .wrapper .box .txt p {
  width: -moz-fit-content;
  width: fit-content;
  line-height: 4rem;
  transition-delay: 1.8s;
}
#fv .wrapper .bg {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 57.14%;
}
#fv .wrapper .img-item {
  position: absolute;
  z-index: 3;
}
#fv .wrapper .img-item.item-animation {
  overflow: hidden;
}
#fv .wrapper .img-item.item-animation img {
  opacity: 0;
  clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
  transition: 1.4s ease;
  transition-delay: 0.4s;
}
#fv .wrapper .img-item.item-animation.is-active img {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
  opacity: 1;
}
#fv .wrapper .item-red01 {
  top: 28rem;
  left: -5rem;
  width: 9.8%;
}
#fv .wrapper .item-red02 {
  top: -1rem;
  right: -10rem;
  width: 22.2%;
}
#fv .wrapper .item-grey01 {
  bottom: -8rem;
  left: 40rem;
  width: 9.8%;
}
#fv .wrapper .item-grey02 {
  bottom: 12.5rem;
  left: 95rem;
  width: 9.8%;
}
#fv .wrapper .item-grey03 {
  top: 43rem;
  right: 1.1rem;
  width: 12.64%;
}
#fv .wrapper .item-orange01 {
  bottom: 0.5rem;
  left: 58.5rem;
  width: 16.57%;
}
#fv .wrapper .item-white01 {
  top: 0;
  left: -0.6rem;
  width: 31.5%;
}

@media screen and (max-width: 768px) {
  #fv .wrapper {
    margin-bottom: 6rem;
    padding-bottom: 4rem;
  }
  #fv .wrapper .movie {
    width: 100%;
    height: 30rem;
  }
  #fv .wrapper .movie video {
    width: 100%;
    height: 100%;
    -o-object-position: center center;
       object-position: center center;
  }
  #fv .wrapper .box {
    display: block;
    padding-top: 2rem;
    margin-left: 0;
    width: 100%;
  }
  #fv .wrapper .box .en {
    font-size: 5.1rem;
    line-height: 5.9rem;
    margin-bottom: 9rem;
    margin-top: 3.5rem;
  }
  #fv .wrapper .box .txt {
    width: 85%;
    margin: 0 auto;
    padding-right: 0rem;
  }
  #fv .wrapper .box .txt h1 {
    font-size: 3.2rem;
    line-height: 4.7rem;
    margin-bottom: 1.8rem;
  }
  #fv .wrapper .box .txt p {
    line-height: 3rem;
  }
  #fv .wrapper .bg {
    top: 0;
    right: -16.5rem;
    width: 72%;
  }
  #fv .wrapper .img-item {
    position: absolute;
    z-index: 3;
  }
  #fv .wrapper .item-red01 {
    top: 7rem;
    left: -3rem;
    width: 15%;
  }
  #fv .wrapper .item-red02 {
    top: 13.7rem;
    right: -10.7rem;
    width: 43%;
  }
  #fv .wrapper .item-grey01 {
    bottom: -5rem;
    left: -2.5rem;
    width: 13%;
  }
  #fv .wrapper .item-grey02 {
    bottom: -0.3rem;
    left: 31rem;
    width: 20%;
  }
  #fv .wrapper .item-grey03 {
    top: 42rem;
    right: 24.3rem;
    width: 19%;
  }
  #fv .wrapper .item-orange01 {
    bottom: 9.7rem;
    left: 21rem;
    width: 32%;
  }
  #fv .wrapper .item-white01 {
    left: -1.8rem;
    width: 50%;
  }
}
/* news
--------------------- */
#news .inner {
  display: flex;
  justify-content: space-between;
}
#news .inner .left {
  width: -moz-fit-content;
  width: fit-content;
}
#news .inner .left .title {
  display: flex;
  align-items: flex-end;
  margin-bottom: 4.5rem;
}
#news .inner .left .title .en {
  font-size: 5rem;
  line-height: 1;
  font-weight: 700;
  margin-right: 1.4rem;
}
#news .inner .left .title h2 {
  margin-bottom: 0.4rem;
  font-weight: 500;
}
#news .inner .left .tab-buttons button {
  position: relative;
  display: block;
  text-align: left;
  font-weight: 500;
  width: 100%;
  padding: 1.9rem 1.9rem 1.8rem 1.9rem;
  cursor: pointer;
  color: var(--black);
  border: 1px solid var(--gray);
  background: var(--white);
  transition: var(--hover_ani_time);
}
#news .inner .left .tab-buttons button:hover {
  opacity: 0.5;
}
#news .inner .left .tab-buttons button.is-active {
  color: var(--red);
  opacity: 1;
  border: 1px solid var(--red);
  background: var(--white);
}
#news .inner .left .tab-buttons button.is-active::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1vw;
  height: 1vw;
  background: url("../img/button_item.svg") no-repeat center/cover;
}
#news .inner .left .tab-buttons button:not(:nth-last-of-type(1)) {
  margin-bottom: 1rem;
}
#news .inner .view_btn {
  width: 100%;
  margin-top: 3rem;
}
#news .inner .view_btn a {
  position: relative;
  display: block;
  font-weight: 600;
  width: 100%;
  height: 100%;
  padding: 1.4rem 0 1.5rem 0;
  border-bottom: 1px solid var(--gray);
  transition: var(--hover_ani_time);
  background: url("../img/arrow_up.svg") no-repeat center right/0.77vw;
}
#news .inner .view_btn a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0%;
  height: 1px;
  background: var(--red);
  transition: var(--hover_ani_time);
}
#news .inner .view_btn a:hover::before {
  width: 100%;
}
#news .inner .tab-contents {
  width: 72%;
}
#news .inner .tab-contents .tab-content {
  display: none;
}
#news .inner .tab-contents .tab-content.is-active {
  display: block;
}
#news .inner .tab-contents .tab-content .item:nth-last-of-type(1) a {
  border-bottom: 1px solid var(--gray);
}
#news .inner .tab-contents .tab-content .item a {
  position: relative;
  display: flex;
  padding: 2rem 0;
  border-top: 1px solid var(--gray);
  transition: var(--hover_ani_time);
}
#news .inner .tab-contents .tab-content .item a::after {
  content: "";
  z-index: 1;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0%;
  height: 1px;
  background: var(--red);
  transition: var(--hover_ani_time);
}
#news .inner .tab-contents .tab-content .item a:hover::after {
  width: 100%;
}
#news .inner .tab-contents .tab-content .item a .left {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 8vw;
  padding: 1rem 3rem 1.1rem 3rem;
  margin-right: 1.7rem;
  background: url("../img/news_bg_red.svg") no-repeat center/cover;
}
#news .inner .tab-contents .tab-content .item a .left .en {
  display: block;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  padding: 0 0 0.5rem 0.7rem;
}
#news .inner .tab-contents .tab-content .item a .left .year {
  display: block;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
#news .inner .tab-contents .tab-content .item a .right {
  width: 100%;
  background: url("../img/arrow_up.svg") no-repeat center right 2.2rem/0.8vw;
}
#news .inner .tab-contents .tab-content .item a .right .tag {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1.95rem 0 1.95rem;
  margin-bottom: 0.5rem;
  background: url("../img/news_bg_grey.svg") no-repeat center/cover;
}

@media screen and (max-width: 768px) {
  #news .inner {
    display: block;
  }
  #news .inner .left {
    width: 100%;
  }
  #news .inner .left .title {
    margin-bottom: 3.5rem;
  }
  #news .inner .left .title .en {
    font-size: 5rem;
    line-height: 1;
    font-weight: 700;
    margin-right: 1.4rem;
  }
  #news .inner .left .tab-buttons {
    display: flex;
    justify-content: space-between;
  }
  #news .inner .left .tab-buttons button {
    width: 31%;
    padding: 1.3rem 1.5rem 1.2rem 1.5rem;
  }
  #news .inner .left .tab-buttons button:hover {
    opacity: 1;
  }
  #news .inner .left .tab-buttons button.is-active::before {
    width: 3vw;
    height: 3vw;
  }
  #news .inner .left .tab-buttons button:not(:nth-last-of-type(1)) {
    margin-bottom: 0;
  }
  #news .inner .tab-contents {
    width: 100%;
  }
  #news .inner .tab-contents .tab-content {
    display: none;
  }
  #news .inner .tab-contents .tab-content.is-active {
    display: block;
  }
  #news .inner .tab-contents .tab-content .item a {
    position: relative;
    display: block;
    padding: 2rem 0;
  }
  #news .inner .tab-contents .tab-content .item a::after {
    display: none;
  }
  #news .inner .tab-contents .tab-content .item a .left {
    display: flex;
    align-items: center;
    width: 38vw;
    padding: 0.6rem 3.5rem 0.6rem 3.5rem;
    margin-right: 0;
    margin-left: -1.4rem;
    background: url("../img/news_bg_red.svg") no-repeat center/cover;
  }
  #news .inner .tab-contents .tab-content .item a .left .en {
    text-align: left;
    padding: 0;
  }
  #news .inner .tab-contents .tab-content .item a .left .year {
    margin-left: 0.7rem;
    margin-top: 0;
    text-align: left;
  }
  #news .inner .tab-contents .tab-content .item a .right {
    margin-top: 1.7rem;
    background: url("../img/arrow_up.svg") no-repeat center right 1.5rem/3.2vw;
  }
  #news .inner .tab-contents .tab-content .item a .right .tag {
    position: absolute;
    top: 2.712rem;
    left: 11.5rem;
    padding: 0 1.9rem 0 1.9rem;
  }
  #news .inner .tab-contents .tab-content .item a .right p {
    padding-right: 4.5rem;
    line-height: 2.4rem;
  }
  #news .inner .tab-contents .tab-content .item:nth-last-of-type(1) a {
    border-bottom: 1px solid var(--gray);
  }
  #news .inner .tab-contents .tab-content .item:nth-of-type(1) {
    margin-top: 3.2rem;
  }
  #news .inner .tab-contents .tab-content .item:nth-of-type(1) a {
    border-top: none;
  }
  #news .inner .view_btn {
    width: 50%;
    margin: 2.5rem auto 0 auto;
  }
  #news .inner .view_btn a {
    padding: 1.4rem 0 1.6rem 1rem;
    background: url("../img/arrow_up.svg") no-repeat center right 1rem/2.7vw;
  }
  #news .inner .view_btn a::before {
    display: none;
  }
}
/* pick-up
--------------------- */
#pick-up {
  position: relative;
}
#pick-up .inner {
  position: relative;
  z-index: 2;
}
#pick-up .inner .title {
  text-align: center;
  margin-bottom: 5rem;
}
#pick-up .inner .title .en {
  font-size: 8rem;
  line-height: 1;
  font-weight: 700;
}
#pick-up .inner .title h2 {
  font-weight: 500;
}
#pick-up .inner .wrapper {
  display: flex;
  justify-content: space-between;
}
#pick-up .inner .wrapper .view-btn {
  position: relative;
  z-index: 2;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 4rem 0 0;
  transition: var(--hover_ani_time);
}
#pick-up .inner .wrapper .view-btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2vw;
  height: 2vw;
  transition: var(--hover_ani_time);
  background: url("../img/pick_up_btn.svg") no-repeat center/cover;
}
#pick-up .inner .wrapper .bg-black {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: var(--hover_ani_time);
  background-color: rgba(0, 0, 0, 0.3);
}
#pick-up .inner .wrapper a:hover .view-btn::after {
  transform: scale(1.2);
}
#pick-up .inner .wrapper a:hover .bg-black {
  background-color: rgba(0, 0, 0, 0.8);
}
#pick-up .inner .wrapper .box {
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
  width: calc(50% - 0.5rem);
}
#pick-up .inner .wrapper .box .item {
  position: relative;
}
#pick-up .inner .wrapper .box .item a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 3rem;
}
#pick-up .inner .wrapper .box .item a .txt {
  position: relative;
  z-index: 2;
}
#pick-up .inner .wrapper .box .item a .txt h3 {
  font-size: 2.4rem;
  transition: var(--hover_ani_time);
}
#pick-up .inner .wrapper .box .item a .txt .en {
  transition: var(--hover_ani_time);
}
#pick-up .inner .wrapper .box .item a .view-btn {
  position: relative;
  z-index: 2;
}
#pick-up .inner .wrapper .box .item:nth-of-type(1) {
  width: calc(50% - 0.4rem);
  height: calc(50% - 0.4rem);
}
#pick-up .inner .wrapper .box .item:nth-of-type(1) a {
  background: url("../img/pick_up_pht02.webp") no-repeat center/cover;
}
#pick-up .inner .wrapper .box .item:nth-of-type(2) {
  width: calc(50% - 0.4rem);
  height: calc(50% - 0.4rem);
}
#pick-up .inner .wrapper .box .item:nth-of-type(2) a {
  background: url("../img/pick_up_pht03.webp") no-repeat center/cover;
}
#pick-up .inner .wrapper .box .item:nth-of-type(3) {
  width: 100%;
  height: calc(50% - 0.4rem);
}
#pick-up .inner .wrapper .box .item:nth-of-type(3) a {
  background: url("../img/pick_up_pht04.webp") no-repeat center/cover;
}
#pick-up .inner .wrapper .start {
  width: calc(50% - 0.5rem);
  height: 34.8vw;
}
#pick-up .inner .wrapper .start a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 4rem;
  background: url("../img/pick_up_pht01.webp") no-repeat center/cover;
}
#pick-up .inner .wrapper .start a .txt {
  position: relative;
  z-index: 2;
}
#pick-up .inner .wrapper .start a .txt h3 {
  font-size: 2.4rem;
}
#pick-up .item-grey {
  position: absolute;
  z-index: 1;
  bottom: -5rem;
  left: 8rem;
  width: 20vw;
}
#pick-up .item-orange {
  position: absolute;
  z-index: 1;
  top: 1rem;
  right: 25rem;
  width: 20vw;
}

@media screen and (max-width: 768px) {
  #pick-up .inner .title {
    margin-bottom: 3.5rem;
  }
  #pick-up .inner .title .en {
    font-size: 6rem;
  }
  #pick-up .inner .wrapper {
    display: block;
  }
  #pick-up .inner .wrapper .view-btn {
    padding: 0 4rem 0 0;
    font-size: 1.2rem;
  }
  #pick-up .inner .wrapper .view-btn::after {
    width: 5.4vw;
    height: 5.4vw;
  }
  #pick-up .inner .wrapper .bg-black {
    background-color: rgba(0, 0, 0, 0.3);
  }
  #pick-up .inner .wrapper a:hover .view-btn::after {
    transform: scale(1);
  }
  #pick-up .inner .wrapper a:hover .bg-black {
    background-color: rgba(0, 0, 0, 0.3);
  }
  #pick-up .inner .wrapper .box {
    width: 100%;
  }
  #pick-up .inner .wrapper .box .item a {
    padding: 1.7rem 1.7rem 1.4rem 1.7rem;
  }
  #pick-up .inner .wrapper .box .item a .txt h3 {
    font-size: 1.65rem;
    line-height: 1;
  }
  #pick-up .inner .wrapper .box .item a .view-btn {
    z-index: 2;
  }
  #pick-up .inner .wrapper .box .item:nth-of-type(1) {
    width: calc(50% - 0.4rem);
    height: 40vw;
    margin-bottom: 0.8rem;
  }
  #pick-up .inner .wrapper .box .item:nth-of-type(2) {
    width: calc(50% - 0.4rem);
    height: 40vw;
  }
  #pick-up .inner .wrapper .box .item:nth-of-type(3) {
    width: 100%;
    height: 40vw;
  }
  #pick-up .inner .wrapper .start {
    width: 100%;
    height: 60vw;
    margin-bottom: 0.8rem;
  }
  #pick-up .inner .wrapper .start a {
    padding: 2.2rem 2.2rem 1.8rem 2.2rem;
  }
  #pick-up .inner .wrapper .start a .txt h3 {
    line-height: 1;
    font-size: 1.6rem;
  }
  #pick-up .item-grey {
    bottom: -5rem;
    left: 3rem;
    width: 40vw;
  }
  #pick-up .item-orange {
    top: 1rem;
    right: -3rem;
    width: 40vw;
  }
}
/* contact
--------------------- */
#contact {
  position: relative;
  z-index: 3;
}
#contact a {
  position: relative;
  z-index: 1;
  display: block;
  background: url("../img/contact_pht.webp") no-repeat center/cover;
  padding: 12rem 0 13.7rem 0;
}
#contact a:hover .btn-box {
  transform: scale(1.1);
}
#contact a::after {
  content: "";
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 4.7vw;
  height: 5.6vw;
  background: url("../img/contact_item.svg") no-repeat center/cover;
}
#contact a p {
  position: relative;
  z-index: 2;
  text-align: center;
  font-weight: 600;
  line-height: 3.3rem;
  margin: 0 auto 4.6rem auto;
}
#contact a .btn-box {
  position: relative;
  z-index: 3;
  padding-top: 3.2rem;
  background: var(--red);
  width: 10vw;
  height: 10vw;
  margin: 0 auto;
  border-radius: 100%;
  text-align: center;
  transition: var(--hover_ani_time);
}
#contact a .btn-box h2 {
  font-weight: 700;
  line-height: 1;
}
#contact a .btn-box h2::before {
  content: "";
  display: block;
  width: 1.85vw;
  height: 1.65vw;
  margin: 0 auto 1.6rem auto;
  background: url("../img/contact_icon.svg") no-repeat center/cover;
}
#contact a .btn-box .en {
  font-weight: 500;
  line-height: 1;
}
#contact a .bg {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: var(--hover_ani_time);
  background-color: rgba(0, 0, 0, 0.45);
}
#contact a .page__marquee {
  position: absolute;
  z-index: 2;
  top: 26rem;
  display: flex;
  overflow: hidden;
  width: 100%;
}
#contact a .page__marquee .marquee__item {
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
  padding-right: 20px;
  color: var(--white);
  opacity: 0.3;
}
#contact a .page__marquee .marquee__item:nth-child(odd) {
  animation: loop 80s -40s linear infinite;
}
#contact a .page__marquee .marquee__item:nth-child(even) {
  animation: loop2 80s linear infinite;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

@media screen and (max-width: 768px) {
  #contact a {
    padding: 7rem 0 8.7rem 0;
  }
  #contact a:hover .btn-box {
    transform: scale(1);
  }
  #contact a::after {
    top: -2.5rem;
    left: 50%;
    width: 12.7vw;
    height: 14vw;
  }
  #contact a p {
    line-height: 2.8rem;
    width: 90%;
    margin: 0 auto 2.5rem auto;
  }
  #contact a .btn-box {
    padding-top: 3.2rem;
    width: 33vw;
    height: 33vw;
  }
  #contact a .btn-box h2::before {
    width: 5.7vw;
    height: 5.2vw;
    margin: 0 auto 1.75rem auto;
  }
  #contact a .btn-box .en {
    display: block;
    margin-top: 0.85rem;
  }
  #contact a .page__marquee {
    top: 25.2rem;
  }
  #contact a .page__marquee .marquee__item {
    font-size: 5.3rem;
  }
  #contact a .page__marquee .marquee__item:nth-child(odd) {
    animation: loop 80s -40s linear infinite;
  }
  #contact a .page__marquee .marquee__item:nth-child(even) {
    animation: loop2 80s linear infinite;
  }
}/*# sourceMappingURL=style.css.map */