@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, menu, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

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

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "メイリオ", "MS Pゴシック", sans-serif;
}

/* メニュー */
@media screen and (min-width: 1024px) {
  .menu {
    display: none;
  }
}

.menu__head {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding: 0 25px;
  background: #5798ac;
}

.menu__head-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  height: 100%;
}

.menu__head-logo > img {
width: 100px;
}

.menu__head-btn {
  position: relative;
  width: 40px;
  height: 40px;
  margin: auto;
  margin-right: 0;
  cursor: pointer;
}

.menu__head-btn-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  margin: auto;
}

.menu__head-btn-icon > span {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  height: 1px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.menu__head-btn-icon > span:nth-child(1) {
  top: 0;
}

.menu.is-active .menu__head-btn-icon > span:nth-child(1) {
  opacity: 0;
}

.menu__head-btn-icon > span:nth-child(2) {
  top: 10px;
}

.menu.is-active .menu__head-btn-icon > span:nth-child(2) {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.menu__head-btn-icon > span:nth-child(3) {
  top: -10px;
}

.menu.is-active .menu__head-btn-icon > span:nth-child(3) {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu__content {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  height: 110vh;
  padding-top: 60px;
  background: #fff;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.menu.is-active .menu__content {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.menu__content-inner {
  height: 100%;
  padding: 50px;
  overflow-y: scroll;
}

.menu__content-btn {
  display: block;
  width: 250px;
  height: 50px;
  margin: 60px auto 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 50px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #589FB4;
  border-radius: 4px;
}

.menu__link > li + li {
  margin-top: 32px;
}

.menu__link-item {
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: #231815;
  text-decoration: none;
}

.menu__link-item--link {
  height: 30px;
  padding-right: 30px;
  line-height: 30px;
}

.menu__link-item--link::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  content: '';
  background: url(../img/menu/link.svg) center center no-repeat;
  background-size: contain;
}

.menu__accordion-opener {
  position: relative;
  display: block;
  height: 30px;
  padding-right: 30px;
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
  color: #231815;
  text-decoration: none;
}

.menu__accordion-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 1px;
  margin: auto;
}

.menu__accordion-icon > span {
  position: absolute;
  right: 0;
  left: 0;
  height: 1px;
  content: '';
  background: #231815;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.menu__accordion-icon > span:nth-child(1) {
  top: 0;
}

.menu__link-item.is-active .menu__accordion-icon > span:nth-child(1) {
  opacity: 0;
}

.menu__accordion-icon > span:nth-child(2) {
  top: 10px;
}

.menu__link-item.is-active .menu__accordion-icon > span:nth-child(2) {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.menu__accordion-icon > span:nth-child(3) {
  top: -10px;
}

.menu__link-item.is-active .menu__accordion-icon > span:nth-child(3) {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu__accordion-items {
  height: 0;
  overflow: hidden;
}

.menu__accordion-items > li:first-child {
  margin-top: 10px;
}

.menu__accordion-item {
  display: block;
  padding: 10px 0 10px 25px;
  font-size: 13px;
  font-weight: bold;
  color: #231815;
  text-decoration: none;
}

/* キービジュアル */
.kv {
  position: relative;
  height: calc(100vh - 60px);
  margin-top: 60px;
  overflow: hidden;
  color: #231815;
  background: #fff;
}

@media screen and (min-width: 1024px) {
  .kv {
    height: calc(100vh - 80px);
    margin-top: 0;
  }
}

.kv__loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}

.kv__loader > img {
  width: 250px;
}

.kv__slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.kv__slider-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  opacity: 0;
  will-change: opacity;
}

.kv__slider-img {
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  left: -50px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  will-change: transform;
}

.kv__catch {
  position: absolute;
  top: 40px;
  right: 40px;
  bottom: 40px;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.2em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

@media screen and (min-width: 1024px) {
  .kv__catch {
    top: 80px;
    right: 80px;
    bottom: 80px;
    font-size: 40px;
  }
}

.kv__catch-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.kv__catch-text.is-current {
  pointer-events: initial;
  opacity: 1;
}

.kv__bnr {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 250px;
  height: 125px;
  background: #fff;
  opacity: 0;
}

@media screen and (min-width: 1024px) {
  .kv__bnr {
    bottom: 50px;
    width: 320px;
    height: 160px;
  }
}

.kv__bnr-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  color: #231815;
  text-decoration: none;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.kv__bnr-item.is-current {
  z-index: 2;
  pointer-events: initial;
  opacity: 1;
}

.kv__bnr-title {
  padding: 30px 0 10px 35px;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  border-bottom: 1px solid #a0a0a0;
}

@media screen and (min-width: 1024px) {
  .kv__bnr-title {
    padding: 40px 0 10px 50px;
    font-size: 30px;
  }
}

.kv__bnr-text {
  padding: 10px 0 0 35px;
  font-size: 12px;
  line-height: 1.5;
}

@media screen and (min-width: 1024px) {
  .kv__bnr-text {
    padding: 10px 0 0 50px;
    font-size: 15px;
  }
}

.kv__bnr-more {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70px;
  height: 25px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  line-height: 25px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  background: #231815;
}

@media screen and (min-width: 1024px) {
  .kv__bnr-more {
    width: 80px;
    font-size: 15px;
  }
}

.kv__bnr-more > span {
  position: relative;
  display: inline-block;
  padding-right: 12px;
color: white;
}

.kv__bnr-more > span::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 7px;
  height: 10px;
  margin: auto;
  content: '';
  background: url(../img/kv/arrow.svg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.kv__bnr:hover .kv__bnr-more > span::before {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

/* ヘッダー */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: none;
  height: 80px;
  background: #fff;
}

@media screen and (min-width: 1024px) {
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 50px;
  background: #fff;
}

.header__logo > a {
  width: 120px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.header__logo > a:hover {
  opacity: 0.5;
}

.header__nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
}

.header__nav-items > li {
  height: 100%;
}

.header__nav-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 20px;
  font-size: 15px;
  color: #231815;
  text-decoration: none;
}

.header__nav-item::before {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  height: 1px;
  content: '';
  background: #231815;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.header__nav-item:hover::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 150px;
  height: 100%;
  margin-left: auto;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  background: #589FB4;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.header__contact:hover {
  opacity: 0.5;
}
