/* ---------- reset --------- */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Shippori+Mincho:wght@400;500;700&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
html, body {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

div, p, table, tbody, thead, th, tr, td, form, fieldset, input, textarea, blockquote, header, footer, nav, article, section, dl, dt, dd, ul, ol, li {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  line-height: 1.0;
  font-style: normal;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none;
}

caption, th {
  text-align: left;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

fieldset, img {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

button, textarea, select, input {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: none;
  background: transparent;
}

header, footer, section, main, p, div, ul, li, span, a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

strong {
  font-weight: 500;
}

/* ---------- Base --------- */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ---------- font --------- */
/*
.shippori-mincho-regular {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.shippori-mincho-medium {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

.shippori-mincho-bold {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}
*/
html {
  font-size: 62.5%;
  height: 100%;
}

body {
  font-size: 1.4rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-feature-settings: 'palt', auto;
  font-feature-settings: 'palt', auto;
  -webkit-font-kerning: auto;
  font-kerning: auto;
  font-display: swap;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  color: #000;
}
@media screen and (max-width: 767px), print {
  body {
    min-width: initial;
  }
}

img.iep {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.sp {
  display: none !important;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:active {
  color: #000;
}
a:focus {
  outline: none;
}
a.nolink {
  pointer-events: none;
}

a, input[type=radio], input[type=checkbox], input[type=submit], button, select {
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}
img.nophoto {
  width: 58% !important;
  height: auto !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
}

@media screen and (max-width: 767px), print {
  body {
    min-width: 100%;
  }

  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }
}
/* =============================================================

Wrapper

* ============================================================= */
.l-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-height: 100lvh;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

.l-wrapper {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
}

#js-wrapper {
  /*top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  //overflow-y: scroll;
  //-webkit-overflow-scrolling: touch;*/
}

.l-wrapper__inner {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  min-height: 0%;
}

.pace-done .l-wrapper {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
}

.l-wrapper.is-resizing * {
  -moz-transition: none !important;
  -o-transition: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}

@media screen and (max-width: 767px), print {
  .l-wrapper {
    min-width: 100%;
  }

  .l-wrapper__inner {
    display: block;
  }
}
/* =============================================================

Pace

* ============================================================= */
.pace {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 15000;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -moz-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  background: #D3EEEA;
}

.pace.pace-inactive {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/* =============================================================

  opening setting

* ============================================================= */
@-moz-keyframes bouncefadeIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  30% {
    -moz-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes bouncefadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  30% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes bouncefadeIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  30% {
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* =============================================================

  header

* ============================================================= */
header {
  width: 100%;
  height: 74px;
  background: #FFF;
  position: fixed;
  top: 0;
  z-index: 999;
}
@media screen and (max-width: 767px), print {
  header {
    height: 14vw;
  }
}
header .__inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
header h1.logo a {
  display: block;
  width: 279px;
  height: 39px;
  background: #FFF url(../img/logo.svg) no-repeat 0 0;
  background-size: 100% auto;
  text-indent: -9999px;
}
@media screen and (max-width: 767px), print {
  header h1.logo a {
    width: 43.58vw;
    height: 6.1vw;
  }
}

footer {
  width: 100%;
  height: 130px;
  background: #D3EEEA;
}
footer.bk-wt {
  background: #FFF;
}
@media screen and (max-width: 767px), print {
  footer {
    height: auto;
    padding: 20vw 3vw 3vw;
  }
}
footer .__inner {
  width: 100%;
  position: relative;
}
footer ul {
  width: 100%;
  position: absolute;
  top: 95px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 767px), print {
  footer ul {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: static;
    padding: 0 0 4vw;
  }
}
footer ul li {
  margin: 0 7px;
}
@media screen and (max-width: 767px), print {
  footer ul li {
    margin: 0 2.6vw 4vw;
  }
}
footer ul li a {
  font-size: 1.5rem;
  font-weight: 700;
  display: block;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 767px), print {
  footer ul li a {
    font-size: 1.3rem;
  }
}
footer ul li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
footer .copy {
  position: absolute;
  top: 100px;
  left: 30px;
  font-size: 1.0rem;
  line-height: 1.0;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 767px), print {
  footer .copy {
    position: static;
    text-align: center;
  }
}

/* =============================================================

Drawer

* ============================================================= */
.drawer-hamburger {
  position: absolute;
  top: 13px;
  right: 17px;
  z-index: 1000;
}
@media screen and (max-width: 767px), print {
  .drawer-hamburger {
    top: 2.4vw;
    right: 3.4vw;
  }
}

.l-header-hamburger {
  width: 48px;
  height: 48px;
  background: url(../img/btn-ham-open.svg) no-repeat 0 0;
  background-size: 100% auto;
  cursor: pointer;
}
@media screen and (max-width: 767px), print {
  .l-header-hamburger {
    width: 8.6vw;
    height: 8.6vw;
  }
}

.is-drawer-open .l-header-hamburger {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: url(../img/btn-ham-close.svg) no-repeat 0 0;
  background-size: 100% auto;
}

.navigation-box {
  display: block;
  width: 420px;
  height: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  background: #3AB2A2;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 767px), print {
  .navigation-box {
    width: 100vw;
  }
}

.is-drawer-open .navigation-box {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
  height: 100lvh;
}

.global-nav {
  position: relative;
  padding: 108px 0 0 68px;
  color: #FFF;
}
@media screen and (max-width: 767px), print {
  .global-nav {
    padding: 24vw 0 0 15vw;
  }
}
.global-nav .ttl {
  font-size: 1.6rem;
  line-height: 1.0;
}
@media screen and (max-width: 767px), print {
  .global-nav .ttl {
    font-size: 1.4rem;
  }
}
.global-nav .copy {
  position: absolute;
  top: 124px;
  left: -90px;
  font-size: 1.0rem;
  line-height: 1.0;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.1em;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transform-origin: 0 0 50%;
  -ms-transform-origin: 0 0 50%;
  -webkit-transform-origin: 0 0 50%;
  transform-origin: 0 0 50%;
}
@media screen and (max-width: 767px), print {
  .global-nav .copy {
    top: 30vw;
    left: -24vw;
  }
}
.global-nav ul {
  padding: 13px 0 0;
}
@media screen and (max-width: 767px), print {
  .global-nav ul {
    padding: 3vw 0 0;
  }
}
.global-nav ul li {
  position: relative;
  padding: 22px 0;
}
@media screen and (max-width: 767px), print {
  .global-nav ul li {
    padding: 5.6vw 0;
  }
}
.global-nav ul li:not(:last-child)::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  background: #FFF;
  width: 40px;
  height: 1px;
}
@media screen and (max-width: 767px), print {
  .global-nav ul li:not(:last-child)::after {
    width: 11vw;
  }
}
.global-nav ul li a {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #FFF;
  display: block;
}
@media screen and (max-width: 767px), print {
  .global-nav ul li a {
    font-size: 2.4rem;
  }
}
.global-nav ul li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.slider-box {
  width: 1276px;
  height: 1166px;
  margin: 0 auto;
  padding: 74px 0 0;
  position: relative;
}
@media screen and (max-width: 767px), print {
  .slider-box {
    padding: 14vw 0 0;
    width: 100vw;
    height: 145vw;
    min-width: auto;
    min-height: auto;
  }
}
.slider-box::before, .slider-box::after {
  display: block;
  content: "";
  width: 231px;
  height: 100%;
  position: absolute;
  z-index: 998;
  top: 0;
}
@media screen and (max-width: 767px), print {
  .slider-box::before, .slider-box::after {
    display: none;
  }
}
.slider-box::before {
  left: 0;
  background: url(../img/kv-left-parts.png) repeat-y 0 0;
  background-size: 100% auto;
}
.slider-box::after {
  right: 0;
  background: url(../img/kv-right-parts.png) repeat-y 0 0;
  background-size: 100% auto;
}

.swiper {
  width: 100%;
  height: 1092px;
  position: relative;
}
@media screen and (max-width: 767px), print {
  .swiper {
    width: 100vw;
    height: 131vw;
    min-width: auto;
    min-height: auto;
  }
}
.swiper::before, .swiper::after {
  display: block;
  content: "";
  width: 100%;
  position: absolute;
  z-index: 998;
}
.swiper::before {
  bottom: 49px;
  background: url(../img/bk-wt.svg) repeat-x 0 0;
  background-size: auto 100%;
  height: 50px;
}
@media screen and (max-width: 767px), print {
  .swiper::before {
    height: 12vw;
    bottom: 11.8vw;
  }
}
.swiper::after {
  bottom: 0;
  background: #FFF;
  height: 50px;
}
@media screen and (max-width: 767px), print {
  .swiper::after {
    height: 12vw;
  }
}

.swiper-wrapper {
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px), print {
  .kv-slider {
    margin-bottom: 0;
  }
}
.kv-slider .swiper-slide {
  /*width: auto;
  height: 100%;
  @media screen and (max-width: 767px), print {
    width: 100%;
    height: auto;
  }
  img {
    width: auto;
    height: 100%;
    //object-fit: cover;
    @media screen and (max-width: 767px), print {
      width: 100%;
      height: auto;
    }
  }*/
}

.controls {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 10px;
  z-index: 999;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  width: auto !important;
}

.swiper-pagination-bullets {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.swiper-pagination,
.swiper-button-prev,
.swiper-button-next {
  position: static !important;
}

.swiper-button-prev,
.swiper-button-next {
  text-indent: -9999px;
  margin-top: initial !important;
  cursor: pointer;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 767px), print {
  .swiper-button-prev,
  .swiper-button-next {
    width: 2.8vw;
    height: 2.8vw;
  }
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.swiper-button-prev {
  margin: 0 15px 0 0;
  background: url(../img/arrow-l.svg) no-repeat 0 0;
  background-size: 100% auto;
}

.swiper-button-next {
  margin: 0 0 0 15px;
  background: url(../img/arrow-r.svg) no-repeat 0 0;
  background-size: 100% auto;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #A2A2A2;
  text-indent: -9999px;
  display: block;
  margin: 0 11px !important;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  cursor: pointer;
  position: relative;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px), print {
  .swiper-pagination .swiper-pagination-bullet {
    width: 2.4vw;
    height: 2.4vw;
    margin: 0 3vw;
  }
}
.swiper-pagination .swiper-pagination-bullet::after {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border: #FFF solid 1px;
  position: absolute;
  top: -5px;
  left: -5px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (max-width: 767px), print {
  .swiper-pagination .swiper-pagination-bullet::after {
    width: 4vw;
    height: 4vw;
    top: -1.05vw;
    left: -1.05vw;
  }
}
.swiper-pagination .swiper-pagination-bullet:hover, .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #24AA98;
}
.swiper-pagination .swiper-pagination-bullet:hover::after, .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  border: #24AA98 solid 1px;
}

.top-content-box h2 {
  display: block;
  text-indent: -9999px;
  margin: 0 auto 125px;
  position: relative;
  width: 600px;
}
@media screen and (max-width: 767px), print {
  .top-content-box h2 {
    width: 100%;
    margin: 0 auto 26vw;
  }
}
.top-content-box h2::after {
  display: block;
  content: "";
  width: 350px;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  margin: auto auto 0;
}
@media screen and (max-width: 767px), print {
  .top-content-box h2::after {
    width: 40vw;
    bottom: -13vw;
  }
}

.page-content-box h2 {
  display: block;
  text-align: center;
  position: relative;
  width: 100%;
  font-size: 6.0rem;
  line-height: 1.0;
  color: #24AA98;
  font-weight: 400;
}
@media screen and (max-width: 767px), print {
  .page-content-box h2 {
    font-size: 3.6rem;
    line-height: 1.4;
  }
}
.page-content-box h2 span {
  padding: 10px 0 0;
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
}
@media screen and (max-width: 767px), print {
  .page-content-box h2 span {
    padding: 2vw 0 0;
    font-size: 1.4rem;
  }
}

.page-head {
  padding-bottom: 60px;
  border-bottom: #000 solid 1px;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px), print {
  .page-head {
    padding-bottom: 12vw;
    margin-bottom: 18vw;
  }
}
.page-head .thum {
  margin: 45px auto 0;
  width: 160px;
}
@media screen and (max-width: 767px), print {
  .page-head .thum {
    margin: 10vw auto 0;
    width: 28vw;
  }
}
.page-head .thum img {
  width: 100%;
  height: auto;
}

.page-nav {
  margin: 84px 0 -50px;
}
@media screen and (max-width: 767px), print {
  .page-nav {
    margin: 20vw 0 -8vw;
  }
}
.page-nav ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.page-nav ul li {
  margin: 0 60px;
}
@media screen and (max-width: 767px), print {
  .page-nav ul li {
    margin: 0 4vw;
  }
}
.page-nav ul li a {
  font-size: 2.4rem;
  line-height: 1.0;
  color: #A2A2A2;
}
@media screen and (max-width: 767px), print {
  .page-nav ul li a {
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.2;
    display: block;
  }
}
.page-nav ul li a:hover, .page-nav ul li a.active {
  color: #24AA98;
}

h2.h2-ttl-1 {
  text-indent: -9999px;
  height: 70px;
  background: url(../img/ttl1.svg) no-repeat top center;
  background-size: auto 100%;
}
@media screen and (max-width: 767px), print {
  h2.h2-ttl-1 {
    height: 10vw;
  }
}
h2.h2-ttl-2 {
  text-indent: -9999px;
  height: 70px;
  background: url(../img/ttl2.svg) no-repeat top center;
  background-size: auto 100%;
}
@media screen and (max-width: 767px), print {
  h2.h2-ttl-2 {
    height: 10vw;
  }
}
h2.h2-ttl-3 {
  text-indent: -9999px;
  height: 70px;
  background: url(../img/ttl3.svg) no-repeat top center;
  background-size: auto 100%;
}
@media screen and (max-width: 767px), print {
  h2.h2-ttl-3 {
    height: 10vw;
  }
}
h2.h2-ttl-4 {
  text-indent: -9999px;
  height: 70px;
  background: url(../img/ttl4.svg) no-repeat top center;
  background-size: auto 100%;
}
@media screen and (max-width: 767px), print {
  h2.h2-ttl-4 {
    height: 10vw;
  }
}
h2.h2-ttl-5 {
  text-indent: -9999px;
  height: 75px;
  background: url(../img/ttl5.svg) no-repeat top center;
  background-size: auto 100%;
}
@media screen and (max-width: 767px), print {
  h2.h2-ttl-5 {
    height: 10vw;
  }
}

.top-content-box.__introduction, .top-content-box.__works, .top-content-box.__company {
  background: url(../img/bk.svg) repeat-x center 100.1%;
  background-size: auto 50px;
}
@media screen and (max-width: 767px), print {
  .top-content-box.__introduction, .top-content-box.__works, .top-content-box.__company {
    background-size: auto 12vw;
  }
}
.top-content-box.__creator, .top-content-box.__sample {
  background: #D3EEEA url(../img/bk-wt.svg) repeat-x center 100.1%;
  background-size: auto 50px;
}
@media screen and (max-width: 767px), print {
  .top-content-box.__creator, .top-content-box.__sample {
    background-size: auto 12vw;
  }
}
.top-content-box .__inner {
  padding: 120px 0 200px;
}
@media screen and (max-width: 767px), print {
  .top-content-box .__inner {
    padding: 20vw 6vw 30vw;
  }
}
.top-content-box .txt-box p {
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px), print {
  .top-content-box .txt-box p {
    font-size: 1.8rem;
    text-align: justify;
  }
}
.top-content-box .pic-box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  width: clamp(800px, 69.44vw, 1000px);
  margin: 60px auto 0;
}
@media screen and (max-width: 767px), print {
  .top-content-box .pic-box {
    display: block;
    width: 100%;
    margin: 10vw 0 0;
  }
}
.top-content-box .pic-box li {
  width: 30%;
}
@media screen and (max-width: 767px), print {
  .top-content-box .pic-box li {
    width: 100%;
  }
  .top-content-box .pic-box li img {
    width: 60%;
    height: auto;
    margin: 0 auto;
  }
}
.top-content-box .link {
  padding: 35px 0 0;
}
@media screen and (max-width: 767px), print {
  .top-content-box .link {
    padding: 7.5vw 0 0;
  }
}
.top-content-box .link a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.top-content-box .link a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.top-content-box .link .logo {
  width: 148px;
}
@media screen and (max-width: 767px), print {
  .top-content-box .link .logo {
    width: 22vw;
  }
}
.top-content-box .link .logo img {
  width: 100%;
  height: auto;
}
.top-content-box .link .t {
  flex: 1;
  padding-left: 24px;
  font-size: 2.0rem;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (max-width: 767px), print {
  .top-content-box .link .t {
    padding-left: 4.5vw;
    font-size: 1.5rem;
  }
}
.top-content-box .link .t span {
  font-weight: 500;
  display: block;
  text-decoration: underline;
}

.page-content-box.__introduction, .page-content-box.__works, .page-content-box.__creator, .page-content-box.__company {
  background: #D3EEEA;
}
.page-content-box.__introduction.__novel .__inner, .page-content-box.__works.__novel .__inner, .page-content-box.__creator.__novel .__inner, .page-content-box.__company.__novel .__inner {
  padding-bottom: 0;
}
.page-content-box.__sample {
  background: #FFF;
}
.page-content-box .__inner {
  padding: 95px 0 300px;
}
@media screen and (max-width: 767px), print {
  .page-content-box .__inner {
    padding: 20vw 6vw;
  }
}

.creator-lists li {
  position: relative;
  width: 620px;
  margin: 0 auto;
  padding: 70px 0;
}
@media screen and (max-width: 767px), print {
  .creator-lists li {
    width: 100%;
    padding: 14vw 0;
  }
  .creator-lists li:first-child {
    padding-top: 10vw;
  }
}
.creator-lists li:not(:last-child)::after {
  display: block;
  content: "";
  width: 350px;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto 0;
}
@media screen and (max-width: 767px), print {
  .creator-lists li:not(:last-child)::after {
    width: 40vw;
  }
}
.creator-lists li a {
  width: 100%;
  display: -webkit-flex;
  display: flex;
}
.creator-lists li a:hover .thum img {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.creator-lists li .thum {
  width: 140px;
  height: 140px;
  position: relative;
}
@media screen and (max-width: 767px), print {
  .creator-lists li .thum {
    width: 24vw;
    height: 24vw;
  }
}
.creator-lists li .thum.__em__yohaku {
  margin-top: 26px;
}
@media screen and (max-width: 767px), print {
  .creator-lists li .thum.__em__yohaku {
    margin-top: 6vw;
  }
}
.creator-lists li .thum img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.creator-lists li .thum::after {
  content: "";
  display: block;
  width: 140px;
  height: 140px;
  background: #FFF;
  position: absolute;
  right: -30px;
  bottom: -70px;
  z-index: 0;
}
@media screen and (max-width: 767px), print {
  .creator-lists li .thum::after {
    width: 24vw;
    height: 24vw;
    right: -5vw;
    bottom: -12vw;
  }
}
.creator-lists li .txt {
  flex: 1;
  padding: 0 0 0 30px;
}
@media screen and (max-width: 767px), print {
  .creator-lists li .txt {
    padding: 0 0 0 6vw;
  }
}
.creator-lists li .txt h3 {
  font-size: 2.4rem;
  line-height: 1.0;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin: 0 0 30px;
  font-weight: 400;
}
@media screen and (max-width: 767px), print {
  .creator-lists li .txt h3 {
    margin: 0 0 6vw;
    font-size: 2.0rem;
  }
}
.creator-lists li .txt h3 span {
  display: block;
  padding: 8px 0 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px), print {
  .creator-lists li .txt h3 span {
    padding: 2vw 0 0;
    font-size: 1.2rem;
  }
}
.creator-lists li .txt h3 em {
  display: block;
  font-style: normal;
  font-size: 1.6rem;
  padding: 0 0 8px;
}
@media screen and (max-width: 767px), print {
  .creator-lists li .txt h3 em {
    padding: 0 0 2vw;
    font-size: 1.4rem;
  }
}
.creator-lists li .txt p {
  padding: 0 0 0 25px;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px), print {
  .creator-lists li .txt p {
    padding: 0 0 0 3vw;
    font-size: 1.4rem;
  }
}

.works-lists {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 840px;
  margin: 0 auto;
}
@media screen and (max-width: 767px), print {
  .works-lists {
    width: 100%;
  }
}
.works-lists li {
  margin: 0 0 80px;
  position: relative;
  width: 380px;
}
@media screen and (max-width: 767px), print {
  .works-lists li {
    width: 40vw;
    margin-bottom: 10vw;
  }
}
.works-lists li.__large {
  width: 100%;
}
.works-lists li.__large .thum {
  width: 760px;
  height: 424px;
}
@media screen and (max-width: 767px), print {
  .works-lists li.__large .thum {
    width: 77.6vw;
    height: 43.3vw;
  }
  .works-lists li.__large .thum.__comingsoon img {
    width: 30%;
  }
}
.works-lists li a.nolink {
  pointer-events: none;
}
.works-lists li a:hover .thum img {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.works-lists li .line {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 220px;
  background: url(../img/line1.svg) no-repeat 0 0;
  background-size: 100% auto;
}
@media screen and (max-width: 767px), print {
  .works-lists li .line {
    width: 1.2vw;
    height: 20vw;
  }
}
.works-lists li .thum {
  width: 300px;
  height: 425px;
  margin: 0 auto 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px), print {
  .works-lists li .thum {
    width: 30vw;
    height: 42.5vw;
    margin-bottom: 5.6vw;
  }
}
.works-lists li .thum.__comingsoon {
  background: #FFF;
  border: #A2A2A2 solid 1px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.works-lists li .thum.__comingsoon img {
  width: 50%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px), print {
  .works-lists li .thum.__comingsoon img {
    width: 70%;
  }
}
.works-lists li .thum img {
  width: 100%;
  height: auto;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.works-lists li .thum .movie {
  padding-top: 56.25%;
  position: relative;
  height: 0;
  overflow: hidden;
}
.works-lists li .thum .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.works-lists li .txt h3, .works-lists li .txt h4 {
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
  margin-bottom: 5px;
  font-weight: 400;
}
@media screen and (max-width: 767px), print {
  .works-lists li .txt h3, .works-lists li .txt h4 {
    font-size: 1.6rem;
    margin-bottom: 2vw;
  }
}
.works-lists li .txt p {
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px), print {
  .works-lists li .txt p {
    font-size: 1.2rem;
  }
}
.works-lists li .txt p.copy {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px), print {
  .works-lists li .txt p.copy {
    font-size: 1.0rem;
  }
}
.works-lists li .txt .t {
  padding-left: 40px;
}
@media screen and (max-width: 767px), print {
  .works-lists li .txt .t {
    padding-left: 5vw;
  }
}

.sample-lists {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 767px), print {
  .sample-lists {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.sample-lists li {
  margin: 0 48px;
  position: relative;
  width: 210px;
}
@media screen and (max-width: 767px), print {
  .sample-lists li {
    margin: 0 0 10vw;
    width: 40vw;
  }
}
.sample-lists li .thum {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px), print {
  .sample-lists li .thum {
    margin-bottom: 6vw;
  }
}
.sample-lists li .thum img {
  width: 100%;
  height: auto;
}
.sample-lists li .txt h3 {
  text-align: center;
  font-size: 2.0rem;
  line-height: 1.4;
  margin-bottom: 25px;
  font-weight: 400;
}
@media screen and (max-width: 767px), print {
  .sample-lists li .txt h3 {
    font-size: 1.8rem;
    margin-bottom: 6vw;
  }
}
.sample-lists li .txt .line {
  width: 50px;
  height: 10px;
  background: url(../img/line2.svg) no-repeat 0 0;
  background-size: 100% auto;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px), print {
  .sample-lists li .txt .line {
    width: 12vw;
    height: 1.6vw;
    margin: 0 auto 6.6vw;
  }
}

.company-lists {
  width: 640px;
  margin: 0 auto 115px;
}
@media screen and (max-width: 767px), print {
  .company-lists {
    width: 100%;
    margin: 0 auto 16vw;
  }
}
.company-lists li {
  display: -webkit-flex;
  display: flex;
  font-size: 1.8rem;
  line-height: 1.44;
}
@media screen and (max-width: 767px), print {
  .company-lists li {
    font-size: 1.5rem;
  }
}
.company-lists li:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px), print {
  .company-lists li:not(:last-child) {
    margin-bottom: 10vw;
  }
}
.company-lists li .tl {
  width: 160px;
}
@media screen and (max-width: 767px), print {
  .company-lists li .tl {
    width: 30vw;
  }
}
.company-lists li .td {
  flex: 1;
}

.btn.__arrow a {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 320px;
  height: 60px;
  margin: 0 auto;
  border: #24AA98 solid 2px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  color: #24AA98;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 1em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  background: #FFF url(../img/arrow-r.svg) no-repeat 94% center;
  background-size: 14px auto;
  position: relative;
}
@media screen and (max-width: 767px), print {
  .btn.__arrow a {
    width: 100%;
    height: 14vw;
    -moz-border-radius: 5vw;
    -webkit-border-radius: 5vw;
    border-radius: 5vw;
    font-size: 1.5rem;
    background-size: 3.4vw auto;
  }
}
.btn.__arrow a:hover {
  background: #D3EEEA url(../img/arrow-r.svg) no-repeat 94% center;
  background-size: 14px auto;
}
.btn.__works a {
  letter-spacing: 0.4em;
}

.more.__arrow a {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 210px;
  height: 40px;
  margin: 0 auto;
  border: #24AA98 solid 2px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  color: #24AA98;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  background: #FFF url(../img/arrow-r.svg) no-repeat 94% center;
  background-size: 14px auto;
  position: relative;
}
@media screen and (max-width: 767px), print {
  .more.__arrow a {
    width: 100%;
    height: 8vw;
    -moz-border-radius: 4vw;
    -webkit-border-radius: 4vw;
    border-radius: 4vw;
    font-size: 1.2rem;
    background-size: 2.4vw auto;
  }
  .more.__arrow a span {
    display: none;
  }
}
.more.__arrow a:hover {
  background: #D3EEEA url(../img/arrow-r.svg) no-repeat 94% center;
  background-size: 14px auto;
}

.btn-contact a {
  display: block;
  width: 490px;
  height: 124px;
  background: url(../img/btn-contact.svg) no-repeat 0 0;
  background-size: 100% auto;
  position: relative;
  text-indent: -9999px;
  margin: 0 auto;
}
@media screen and (max-width: 767px), print {
  .btn-contact a {
    width: 100%;
    height: 22.8vw;
  }
}
.btn-contact a::after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 450px;
  height: 83px;
  background: #FFF;
  z-index: -1;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px), print {
  .btn-contact a::after {
    display: none;
  }
}
.btn-contact a:hover::after {
  background: #D3EEEA;
}

.page-line {
  width: 100%;
  height: 124px;
}
.page-line.__green {
  background: url(../img/bk.svg) repeat-x center 101%;
  background-size: auto 50px;
}

.novel-box {
  background: #FFF;
  padding-bottom: 300px;
}
@media screen and (max-width: 767px), print {
  .novel-box {
    padding: 0 6vw 30vw;
    margin: 0 -6vw;
  }
}
.novel-box .__wrap {
  width: 720px;
  margin: 0 auto;
}
@media screen and (max-width: 767px), print {
  .novel-box .__wrap {
    width: 100%;
  }
}
.novel-box .head {
  text-align: center;
  padding: 90px 0 60px;
}
@media screen and (max-width: 767px), print {
  .novel-box .head {
    padding: 20vw 0 14vw;
  }
}
.novel-box .head .line {
  width: 50px;
  height: 10px;
  margin: 0 auto 20px;
  background: #3AB2A2;
}
@media screen and (max-width: 767px), print {
  .novel-box .head .line {
    width: 14vw;
    height: 1.8vw;
    margin: 0 auto 8vw;
  }
}
.novel-box .head h3 {
  font-size: 4.2rem;
  line-height: 1.4;
  margin-bottom: 5px;
  font-weight: 400;
}
@media screen and (max-width: 767px), print {
  .novel-box .head h3 {
    font-size: 3.0rem;
    margin-bottom: 2.6vw;
  }
}
.novel-box .head .name {
  font-size: 3.0rem;
  margin-bottom: 55px;
  color: #6B6B6B;
}
@media screen and (max-width: 767px), print {
  .novel-box .head .name {
    font-size: 2.4rem;
    margin-bottom: 12vw;
  }
}
.novel-box .head .caution p {
  font-size: 2.0rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px), print {
  .novel-box .head .caution p {
    font-size: 1.4rem;
  }
}
.novel-box .body p {
  font-size: 2.0rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px), print {
  .novel-box .body p {
    font-size: 1.5rem;
  }
}
