@charset "UTF-8";
.only_pc {
  display: inline-block;
}

.only_sp {
  display: none;
}

.media_pc {
  display: block;
}

.media_sp {
  display: none;
}

/*スマホ*/
@media screen and (max-width: 896px) {
  .only_pc {
    display: none;
  }

  .only_sp {
    display: inline-block;
  }

  .media_pc {
    display: none;
  }

  .media_sp {
    display: block;
  }
}
body {
  width: 100%;
}

.wrapper {
  background: #fff;
}

.area-container {
  background: #fff;
}

/*
    .area-wrapper
=========================================*/
.area-wrapper {
  line-height: 2;
  text-align: center;
  color: #333;
  background: #fff;
  font-size: 14px;
  font-family: "Inter", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}
.area-wrapper a {
  color: #333;
  text-decoration: none;
}
.area-wrapper a:hover {
  opacity: 0.7 !important;
  transition: all 0.6s ease;
}
.area-wrapper .bodyWrap {
  position: relative;
  z-index: 1;
  padding: 0;
}

a:focus,
*:focus {
  outline: none;
}

/*
    area-header
=========================================*/
.area-header {
  padding: 0;
  background: #fff;
  position: relative;
}
.area-header .mainvisual img {
  width: 100%;
}
.area-header .header-text {
  position: absolute;
  top: 90px;
  left: 60px;
  color: #fff;
  font-size: 5vw;
  font-weight: 800;
  text-align: left;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}
@media screen and (max-width: 896px) {
  .area-header {
    width: auto;
  }
  .area-header .mainvisual {
    width: auto;
  }
  .area-header .header-text {
    line-height: 1.4;
    top: 28px;
    left: 24px;
    padding: 0px;
    font-size: 32px;
  }
}

/*
    area-body
=========================================*/
.area-body {
  margin: 0 auto;
  padding: 0;
  font-weight: normal;
  background: #fff;
  overflow: hidden;
}
.area-body .top-text {
  width: 620px;
  text-align: left;
  margin: 70px auto;
}
.area-body .nav {
  justify-content: center;
  align-items: center;
  font-size: 16px;
  margin-bottom: 120px;
}
.area-body .nav.media_pc {
  display: flex;
  display: -webkit-flex;
}
.area-body .nav.media_sp {
  display: none;
}
.area-body .nav li {
  width: 160px;
}
.area-body .nav li.border {
  width: 60px;
  height: 1px;
  background: #bfbfbf;
  margin: 0 12px;
  position: relative;
  top: -24px;
}
.area-body .nav li .nav-text {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.area-body .nav li .nav-text span {
  display: block;
}
.area-body .nav li .nav-text .num {
  margin-right: 6px;
}
.area-body .nav li .nav-text .num img {
  display: block;
  zoom: 0.6;
}
.area-body section {
  width: 1160px;
  margin: 0 auto 90px;
}
.area-body section h2 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 40px;
}
.area-body section h2 .num {
  margin-right: 40px;
}
.area-body section h2 .num img {
  zoom: 0.7;
}
.area-body section .sec-movie .hacobune-app-container {
  width: 100% !important;
  padding: 0 !important;
  background: none !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}
.area-body section .sec-movie .hacobune-unit-video-outline {
  padding: 0 !important;
}
.area-body section .elem-text {
  margin: 20px 0 0;
  text-align: left;
}
.area-body .all-btn {
  width: 400px;
  margin: 70px auto;
}
.area-body .all-btn a {
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #2e4671;
  padding: 30px 0;
  display: block;
  background: #f0f2f4;
  text-align: center;
  position: relative;
  line-height: 1.4;
}
.area-body .all-btn a .arrow {
  position: absolute;
  top: 45%;
  right: 30px;
  left: auto;
  display: inline-block;
  padding: 10px;
}
.area-body .all-btn a .arrow::before {
  content: "";
  width: 14px;
  height: 14px;
  border-top: solid 2px #2e4671;
  border-right: solid 2px #2e4671;
  position: absolute;
  left: 10px;
  top: 8px;
}
.area-body .all-btn a .arrow.arrow-right::before {
  transform: rotate(45deg);
}
@media screen and (max-width: 896px) {
  .area-body .top-text {
    width: auto;
    text-align: left;
    margin: 55px 20px;
  }
  .area-body .nav {
    font-size: 15px;
    margin: 0 20px 35px;
  }
  .area-body .nav.media_pc {
    display: none;
  }
  .area-body .nav.media_sp {
    display: flex;
    display: -webkit-flex;
  }
  .area-body .nav li {
    width: 84px;
  }
  .area-body .nav li.border {
    width: 25px;
    height: 1px;
    margin: 0 6px;
    position: relative;
    top: -20px;
  }
  .area-body .nav li .nav-text {
    margin-top: 10px;
  }
  .area-body .nav li .nav-text span {
    display: block;
  }
  .area-body .nav li .nav-text .num {
    margin-right: 3px;
  }
  .area-body .nav li .nav-text .num img {
    zoom: 0.5;
  }
  .area-body section {
    width: auto;
    margin: 60px 15px;
  }
  .area-body section h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .area-body section h2 .num {
    margin-right: 20px;
  }
  .area-body section h2 .num img {
    zoom: 0.5;
  }
  .area-body section .elem-text {
    margin: 20px 0 0;
  }
  .area-body .all-btn {
    width: auto;
    margin: 40px 80px;
  }
  .area-body .all-btn a {
    font-size: 14px;
    padding: 20px 0;
    line-height: 1.4;
  }
  .area-body .all-btn a .arrow {
    position: absolute;
    top: 37%;
    right: 20px;
    display: inline-block;
    padding: 10px;
  }
  .area-body .all-btn a .arrow::before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: solid 2px #2e4671;
    border-right: solid 2px #2e4671;
    position: absolute;
    left: 10px;
    top: 8px;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.inview {
  opacity: 0;
}

.image-fade {
  opacity: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

.up {
  -webkit-animation: VisualImage 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both 1 normal;
  animation: VisualImage 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both 1 normal;
}

.up1 {
  -webkit-animation: VisualImage 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both 1 normal;
  animation: VisualImage 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both 1 normal;
}

.up2 {
  -webkit-animation: VisualImage 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both 1 normal;
  animation: VisualImage 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both 1 normal;
}

.up3 {
  -webkit-animation: VisualImage 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s both 1 normal;
  animation: VisualImage 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s both 1 normal;
}

.is-show {
  opacity: 1;
  -webkit-clip-path: inset(0 round 10px);
  clip-path: inset(0 round 10px);
  transition: opacity 1s ease 0s, -webkit-clip-path 0.6s ease 0s;
  transition: opacity 1s ease 0s, clip-path 0.6s ease 0s;
  transition: opacity 1s ease 0s, clip-path 0.6s ease 0s, -webkit-clip-path 0.6s ease 0s;
}

.fade {
  opacity: 0;
}

.fadeup {
  transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  opacity: 1;
}

.imagefade {
  opacity: 0;
}

.imageup {
  webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  opacity: 1;
}

/*VisualImage*/
@-webkit-keyframes VisualImage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes VisualImage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.VisualImage {
  -webkit-animation-name: VisualImage;
  animation-name: VisualImage;
}