@charset "UTF-8";
.only_pc {
  display: inline-block;
}

.only_sp {
  display: none;
}

.media_pc {
  display: inline-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: inline-block;
  }
}
body {
  width: 100%;
}

.wrapper {
  background: #fff;
}

.area-container {
  background: #fff;
}

/*
    .area-wrapper
=========================================*/
.area-wrapper {
  line-height: 2;
  text-align: center;
  color: #000;
  background: #fff;
  font-size: 15px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}
.area-wrapper a {
  color: #000;
  text-decoration: none;
}
.area-wrapper a:hover {
  opacity: 0.7 !important;
  transition: all 0.6s ease;
}
.area-wrapper .mainvisual img {
  width: 100%;
}
.area-wrapper .bodyWrap {
  position: relative;
  z-index: 1;
  padding: 0;
}
@media screen and (max-width: 896px) {
  .area-wrapper {
    font-size: 13px;
  }
  .area-wrapper .bodyWrap {
    padding: 0;
  }
}

a:focus,
*:focus {
  outline: none;
}

/*
    area-header
=========================================*/
.area-header {
  background: #fff;
}
.area-header .mainvisual img {
  width: 100%;
}
@media screen and (max-width: 896px) {
  .area-header {
    width: auto;
  }
}

/*
    area-body
=========================================*/
.area-body {
  padding: 0 0 0;
  margin: 0;
  font-weight: normal;
  background: #fff;
}
.area-body h1 {
  text-align: center;
  font-size: 16px;
  padding: 40px 0 70px;
  margin: 0;
}
.area-body .logo .img {
  width: 300px;
  margin: 0 auto 30px;
}
.area-body .logo h2 {
  margin: 0 0 30px;
  font-size: 28px;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  line-height: 1.4;
}
.area-body .logo h2 span {
  font-size: 18px;
  display: block;
}
.area-body .logo p {
  text-align: center;
  width: 750px;
  margin: 0 auto 30px;
}
.area-body .hamburger-menu {
  position: -webkit-sticky;
  /* Safari 12.1 */
  position: sticky;
  top: 90px;
  z-index: 9;
  margin-top: 60px;
}
.area-body .menu-btn {
  position: absolute;
  top: -15px;
  left: 45px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
}
.area-body .hamburger-menu-content {
  width: 90px;
  height: 370px;
  position: absolute;
  top: 0;
  left: 0;
  /*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  opacity: 0;
  background-color: #fff;
  transition: all 0.5s;
  /*アニメーション設定*/
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}
.area-body .hamburger-menu-content ul {
  margin: 30px 0 0;
  padding: 0 0 0;
}
.area-body .hamburger-menu-content ul li {
  margin: 0 0 10px;
}
.area-body .hamburger-menu-content ul li a {
  opacity: 0.3;
}
.area-body .hamburger-menu-content ul li a:hover {
  opacity: 1 !important;
  transition: all 0.6s ease;
}
.area-body .hamburger-menu-content ul li.current a {
  opacity: 1 !important;
  transition: all 0.6s ease;
}
.area-body .menu-btn span,
.area-body .menu-btn span:before,
.area-body .menu-btn span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #000;
  position: absolute;
}
.area-body .menu-btn span:before {
  bottom: 8px;
}
.area-body .menu-btn span:after {
  top: 8px;
}
.area-body #menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);
  /*メニューオープン時は真ん中の線を透明にする*/
}
.area-body #menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
.area-body #menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}
.area-body #menu-btn-check {
  display: none;
}
.area-body #menu-btn-check:checked ~ .hamburger-menu-content {
  opacity: 1;
}
.area-body section {
  padding: 130px 0 0;
}
.area-body section:nth-child(2n+1) .visual .elem-text {
  top: 10%;
  right: 10%;
  left: auto;
}
.area-body section .visual {
  position: relative;
}
.area-body section .visual img {
  width: 100%;
}
.area-body section .visual .elem-text {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  text-align: left;
  width: 410px;
  padding: 40px;
  box-sizing: border-box;
  position: absolute;
  top: 10%;
  left: 10%;
  background: rgba(255, 255, 255, 0.8);
}
.area-body section .visual .elem-text .num {
  font-weight: normal;
}
.area-body section .visual .elem-text h3 {
  margin: 35px 0;
  font-size: 16px;
  font-weight: bold;
}
.area-body section .visual .elem-text h3 span {
  font-size: 13px;
  display: block;
  line-height: 1;
}
.area-body section .visual .elem-text dl {
  font-size: 12px;
  display: flex;
  display: -webkit-flex;
}
.area-body section .visual .elem-text dl dd {
  font-weight: normal;
  margin: 0 0 0 10px;
}
.area-body section .visual .elem-text .line {
  margin: 35px 0 10px;
  width: 10px;
  height: 1px;
  background: #000;
}
.area-body section .visual .elem-text p {
  font-size: 14px;
  font-weight: normal;
}
.area-body section .image-list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.area-body section .image-list li {
  width: 50%;
}
.area-body section .image-list li img {
  width: 100%;
}
.area-body section .elem-btn a {
  font-family: "Inter", sans-serif;
  display: block;
  width: 650px;
  margin: 60px auto 0;
  padding: 34px 0;
  line-height: 1;
  color: #fff;
  background: #333333;
}
.area-body .area-movie {
  width: 1000px;
  margin: 160px auto 80px;
}
.area-body .area-movie .wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.area-body .area-movie .wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.area-body .all-btn a {
  font-family: "Inter", sans-serif;
  display: block;
  width: 100%;
  margin: 60px auto 0;
  padding: 34px 0;
  line-height: 1;
  color: #fff;
  background: #333333;
}
@media screen and (max-width: 896px) {
  .area-body h1 {
    font-weight: normal;
    text-align: left;
    font-size: 13px;
    padding: 0 0 20px;
    margin: 160px 20px -80px;
    position: relative;
    top: -130px;
  }
  .area-body h1 br {
    display: none;
  }
  .area-body .logo .img {
    width: 210px;
    margin: 0 auto 10px;
  }
  .area-body .logo h2 {
    margin: 0 0 20px;
    font-size: 18px;
  }
  .area-body .logo h2 span {
    font-size: 14px;
  }
  .area-body .logo p {
    text-align: left;
    width: auto;
    margin: 0 50px 20px;
  }
  .area-body .hamburger-menu {
    position: -webkit-sticky;
    /* Safari 12.1 */
    position: sticky;
    top: 80px;
    z-index: 9;
    margin-top: 60px;
  }
  .area-body .menu-btn {
    position: absolute;
    top: -15px;
    left: -7px;
  }
  .area-body .hamburger-menu-content {
    width: 45px;
    height: 260px;
    position: absolute;
    top: 0;
    left: 0;
    /*leftの値を変更してメニューを画面外へ*/
  }
  .area-body .hamburger-menu-content ul {
    margin: 0px 0 0;
    padding: 30px 0 0;
  }
  .area-body .hamburger-menu-content ul li {
    margin: 0 5px 5px;
  }
  .area-body .menu-btn span,
.area-body .menu-btn span:before,
.area-body .menu-btn span:after {
    content: "";
    display: block;
    height: 2px;
    width: 15px;
    border-radius: 2px;
  }
  .area-body .menu-btn span:before {
    bottom: 5px;
  }
  .area-body .menu-btn span:after {
    top: 5px;
  }
  .area-body section {
    padding: 100px 0 0;
  }
  .area-body section .gray {
    background: #e9e9e9;
  }
  .area-body section:nth-child(2n+1) .visual .elem-text {
    top: 0%;
    right: 0%;
    left: auto;
  }
  .area-body section .visual {
    position: relative;
  }
  .area-body section .visual img {
    width: 100%;
  }
  .area-body section .visual .elem-text {
    width: auto;
    padding: 20px;
    margin: -40px 20px 40px;
    position: relative;
    top: 0%;
    left: 0%;
  }
  .area-body section .visual .elem-text .num {
    font-weight: normal;
  }
  .area-body section .visual .elem-text h3 {
    padding: 0;
    margin: 20px 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
  }
  .area-body section .visual .elem-text h3 span {
    line-height: 1.3;
    font-size: 13px;
  }
  .area-body section .visual .elem-text dl {
    font-size: 12px;
    display: flex;
    display: -webkit-flex;
  }
  .area-body section .visual .elem-text dl dd {
    font-weight: normal;
    margin: 0 0 0 10px;
  }
  .area-body section .visual .elem-text .line {
    margin: 20px 0 10px;
    width: 8px;
    height: 1px;
  }
  .area-body section .visual .elem-text p {
    font-size: 13px;
  }
  .area-body section .elem-slider {
    width: auto;
    margin: 0 20px;
    padding: 0 0 40px;
  }
  .area-body section .elem-slider .image-list {
    position: relative;
    margin: 0 calc(50% - 50vw) 0 0;
  }
  .area-body section .elem-slider .image-list li {
    width: 335px;
    margin: 0 1px;
  }
  .area-body section .elem-slider .image-list ul.slick-dots {
    bottom: -35px;
    display: flex !important;
    display: -webkit-flex !important;
    justify-content: center;
    align-items: center;
  }
  .area-body section .elem-slider .image-list ul.slick-dots li {
    width: 10px;
    margin: 0 2px;
  }
  .area-body section .elem-slider .image-list ul.slick-dots li button {
    background: none;
  }
  .area-body section .elem-slider .image-list ul.slick-dots li button:before {
    width: 5px;
    height: 5px;
    content: "";
    opacity: 1;
    background: #fff;
    border: none;
  }
  .area-body section .elem-slider .image-list ul.slick-dots li.slick-active button {
    background: none;
  }
  .area-body section .elem-slider .image-list ul.slick-dots li.slick-active button:before {
    opacity: 1;
    background: #000;
  }
  .area-body section .elem-btn a {
    font-size: 11px;
    width: auto;
    margin: 30px 25px 0;
    padding: 24px 0;
  }
  .area-body .area-movie {
    width: auto;
    margin: 80px 25px 40px;
  }
  .area-body .all-btn a {
    font-size: 11px;
    margin: 100px auto 0;
    padding: 24px 0;
  }
}

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;
}

.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;
}