@charset "UTF-8";
/* default settings */
/* reset browser (chrome, safari, firefox, ie, edge)
/* only for new website (remove if you are updating for other website)
/* =================================================================== */
/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/*/
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme*/
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.*/
/* ==========================================================================
 * Base styles: opinionated defaults
 * ==========================================================================*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  color: #000;
  line-height: 1.5;
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
}
@media (max-width: 767.9px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1350px) {
  html {
    font-size: 1.1851851852vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  html {
    font-size: 1.9184652278vw;
  }
}

/*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* Vendor-prefixed and regular ::selection selectors cannot be combined:
* https://stackoverflow.com/a/16982510/7133471
*
* Customize the background color to match your design.*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
\::-moz-selection,
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
* A better looking default horizontal rule*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440*/
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

/*
* Remove default fieldset styles.*/
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
* Allow only vertical resizing of textareas.*/
textarea {
  resize: vertical;
}

/* ==========================================================================
* Author's custom styles
* ==========================================================================*/
/* ==========================================================================
* Helper classes
* ==========================================================================*/
/*
* Hide visually and from screen readers*/
.hidden,
[hidden] {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe*/
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1*/
}
.sr-only.focusable:active, .sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638*/
/*
* Hide visually and from screen readers, but maintain layout*/
.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.*/
.clearfix::before {
  content: " ";
  display: table;
}
.clearfix::after {
  content: " ";
  display: table;
  clear: both;
}

/* ==========================================================================
* EXAMPLE Media Queries for Responsive Design.
* These examples override the primary ('mobile first') styles.
* Modify as content requires.
* ==========================================================================*/
@media only screen and (min-width: 35em) { /* Style adjustments for viewports that meet the condition*/ }
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) { /* Style adjustments for high resolution devices*/ }
/* ==========================================================================
* Print styles.
* Inlined to avoid the additional HTTP request:
* https://www.phpied.com/delay-loading-your-print-css/
* ==========================================================================*/
@media print {
  * {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster*/
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  *::before, *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster*/
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
  * Don't show links that are fragment identifiers,
  * or use the `javascript:` pseudo protocol*/
  a[href^="#"]::after, a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
  * Printing Tables:
  * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables*/
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
ul, li, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

@media (min-width: 960px) {
  html {
    scrollbar-gutter: stable;
  }
}
@media (max-width: 959px) {
  html.is-disabled {
    overflow: hidden;
  }
}

body.is-loading {
  overflow: hidden;
}
@media (min-width: 960px) {
  body.is-loading {
    opacity: 0;
  }
}

@media screen and (min-width: 1025px) {
  .trans {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .trans:hover {
    opacity: 0.8;
  }
}

@media (max-width: 959px) {
  .only-pc {
    display: none !important;
  }
}
@media (max-width: 767.9px) {
  .only-pc {
    display: none !important;
  }
}
@media (min-width: 960px) {
  .only-tb {
    display: none !important;
  }
}
@media (max-width: 767.9px) {
  .only-tb {
    display: none !important;
  }
}
@media (min-width: 960px) {
  .only-sp {
    display: none !important;
  }
}

.fade-slidein {
  position: relative;
  -webkit-transform: translateY(3.75rem);
          transform: translateY(3.75rem);
  opacity: 0;
}
.fade-slidein.animated {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease, -webkit-transform 0.6s ease;
}

@media (min-width: 960px) {
  .inner {
    max-width: 61.875rem;
    margin-inline: auto;
    width: 100%;
  }
}
@media (max-width: 959px) {
  .inner {
    padding-inline: 2.5rem;
  }
}
@media (max-width: 767.9px) {
  .inner {
    padding-inline: 1.25rem;
  }
}

.anchor-trigger {
  position: absolute;
  top: -4.25rem;
}
@media (max-width: 767.9px) {
  .anchor-trigger {
    top: -3.375rem;
  }
}

.back-top {
  position: fixed;
  bottom: 1.25rem;
  width: 5.625rem;
  left: 1.125rem;
  z-index: 100;
  display: none;
}
@media (max-width: 959px) {
  .back-top {
    left: 0.75rem;
    width: 4.6875rem;
  }
}
@media (max-width: 767.9px) {
  .back-top {
    left: 0.5rem;
  }
}
.back-top a {
  display: block;
}
.back-top img {
  width: 100%;
}

#wrapper {
  overflow: hidden;
  font-weight: 900;
  background: url("../images/body_bg.png") #F0EEE6;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #wrapper {
    padding-bottom: 7.5625rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  #wrapper {
    padding-bottom: 4.7961630695vw;
  }
}
#wrapper:before, #wrapper:after {
  content: "";
  position: absolute;
  background-color: #005232;
  z-index: -1;
}
#wrapper:before {
  top: 0;
  left: 0;
  width: 20.2962962963vw;
  height: 66.2222222222vw;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
@media (max-width: 959px) {
  #wrapper:before {
    width: 17.6258992806vw;
    height: 57.6738609113vw;
  }
}
@media (max-width: 767.9px) {
  #wrapper:before {
    width: 27.2vw;
    height: 89.3333333333vw;
  }
}
#wrapper:after {
  top: 0;
  right: 0;
  left: 0;
  bottom: -1px;
  clip-path: polygon(100% 2.8888888889vw, 100% 0%, 100% 100%, 6.2222222222vw 100%);
}
@media (max-width: 959px) {
  #wrapper:after {
    top: 231.4148681055vw;
    clip-path: polygon(65.4676258993vw 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 0 214.1486810552vw);
  }
}
@media (max-width: 767.9px) {
  #wrapper:after {
    display: none;
  }
}

.tlr-modal {
  opacity: 0;
  pointer-events: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 101;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.tlr-modal.active {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}
@media (max-width: 767.9px) {
  .tlr-modal.is-landscape .tlr-modal__video {
    margin-top: 3.125rem;
    width: 30rem;
  }
  .tlr-modal.is-landscape .tlr-modal__video--btn {
    top: 0;
    right: -2rem;
    width: 1.75rem;
    height: 1.75rem;
    -webkit-transform: none;
            transform: none;
  }
}
.tlr-modal__bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #001D14;
}
.tlr-modal__video {
  display: none;
  z-index: 5;
  text-align: center;
  position: relative;
  width: 61.1875rem;
  padding-top: 4.25rem;
}
@media (max-width: 959px) {
  .tlr-modal__video {
    padding: 0;
    background: none;
    max-width: 80%;
  }
}
@media (max-width: 767.9px) {
  .tlr-modal__video {
    width: 20.9375rem;
  }
}
.tlr-modal__video.current {
  display: block;
}
.tlr-modal__video iframe, .tlr-modal__video video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.tlr-modal__video--embed {
  position: relative;
  max-width: 100%;
}
.tlr-modal__video--embed:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.tlr-modal__video--btn {
  position: absolute;
  cursor: pointer;
  top: 6.375rem;
  right: -3.375rem;
  width: 2.1875rem;
  height: 2.1875rem;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  background: url("../images/ico_close.png") no-repeat center/contain;
}
@media (max-width: 959px) {
  .tlr-modal__video--btn {
    top: 2.25rem;
  }
}
@media (max-width: 767.9px) {
  .tlr-modal__video--btn {
    right: 0;
    -webkit-transform: none;
            transform: none;
    top: -2.6875rem;
    width: 1.75rem;
    height: 1.75rem;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 102;
  background-color: #F0EEE6;
  height: 4.25rem;
  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;
  border-bottom: 1px solid #007749;
}
@media (max-width: 767.9px) {
  .header {
    height: 3.4375rem;
  }
}
.header__logo {
  width: 13.75rem;
}
@media (max-width: 959px) {
  .header__logo {
    -webkit-transform: translateY(0.125rem);
            transform: translateY(0.125rem);
  }
}
@media (max-width: 767.9px) {
  .header__logo {
    width: 9.1875rem;
  }
}
.header__logo img {
  width: 100%;
}
.header__sub-logo {
  position: absolute;
  top: 50%;
  left: 1.125rem;
  width: 4.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767.9px) {
  .header__sub-logo {
    width: 3.3125rem;
    left: 0.375rem;
  }
}
.header__sub-logo img {
  width: 100%;
}
.header__icon {
  position: absolute;
  width: 1.625rem;
  top: 0.9375rem;
  right: 1.1875rem;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .header__icon {
    display: none;
  }
}
@media (max-width: 767.9px) {
  .header__icon {
    width: 1.625rem;
    top: 0.5625rem;
    right: 0.9375rem;
  }
}
.header__icon i {
  width: 100%;
  background-color: #027749;
  display: block;
  height: 0.25rem;
  margin-block: 0.375rem;
}
@media (max-width: 767.9px) {
  .header__icon i {
    height: 0.25rem;
    margin-block: 0.375rem;
  }
}

.menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 103;
  opacity: 0;
  pointer-events: none;
  background-color: #001D14;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.menu-mobile:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #001D14;
  pointer-events: none;
  z-index: -1;
  height: 8.6875rem;
}
@media (max-width: 767.9px) {
  .menu-mobile:before {
    height: 8.6875rem;
  }
}
.menu-mobile__wrap {
  height: 100%;
  position: relative;
  z-index: 2;
  padding-block: 7.8125rem;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media (max-width: 767.9px) {
  .menu-mobile__wrap {
    padding-block: 7.8125rem;
  }
}
.menu-mobile__inner {
  padding-block: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1349px) and (min-width: 834px) {
  .mozilla .menu-mobile__inner {
    scrollbar-width: none;
  }
  .menu-mobile__inner::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 767.9px) {
  .menu-mobile__inner {
    padding-block: 2.5rem;
  }
}
@media (max-height: 572px) {
  .menu-mobile__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.menu-mobile__close {
  position: absolute;
  top: 2.25rem;
  right: 1rem;
  width: 1.75rem;
  height: 1.75rem;
  z-index: 2;
  cursor: pointer;
  background: url("../images/ico_menu_close.png") no-repeat center/100% 100%;
}
@media (max-width: 767.9px) {
  .menu-mobile__close {
    top: 2.25rem;
    right: 1rem;
    width: 1.75rem;
    height: 1.75rem;
  }
}
.menu-mobile__list {
  width: 20.875rem;
  margin-inline: auto;
}
@media (max-width: 767.9px) {
  .menu-mobile__list {
    width: 20.875rem;
  }
}
.menu-mobile__list .menu-anchor__item {
  color: #F0EEE6;
  font-weight: 900;
  display: block;
  text-decoration: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 1.3125rem;
  width: 20.875rem;
  height: 3.5625rem;
  padding: 0 1.9375rem;
  border-radius: 1.8125rem;
}
@media (max-width: 767.9px) {
  .menu-mobile__list .menu-anchor__item {
    border-radius: 1.8125rem;
    padding: 0 1.9375rem;
    width: 20.875rem;
    height: 3.5625rem;
    font-size: 1.3125rem;
  }
}
.menu-mobile__list .menu-anchor__item:not(:last-child) {
  margin-bottom: 0.75rem;
}
@media (max-width: 767.9px) {
  .menu-mobile__list .menu-anchor__item:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}
.menu-mobile__list .menu-anchor__item:after {
  content: "";
  position: absolute;
  top: 50%;
  background: url("../images/ico_arr01.svg") no-repeat center/100% 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.9375rem;
  width: 1.3125rem;
  height: 1.6875rem;
}
@media (max-width: 767.9px) {
  .menu-mobile__list .menu-anchor__item:after {
    right: 0.9375rem;
    width: 1.3125rem;
    height: 1.6875rem;
  }
}
.menu-mobile__list .menu-anchor__item--01 {
  color: #007749;
  letter-spacing: -0.1em;
  background-color: #DBC280;
}
.menu-mobile__list .menu-anchor__item--01:after {
  background-image: url("../images/ico_arr02.svg");
}
.menu-mobile__list .menu-anchor__item--02 {
  color: #007749;
  background-color: #E6B422;
}
.menu-mobile__list .menu-anchor__item--02:after {
  background-image: url("../images/ico_arr02.svg");
}
.menu-mobile__list .menu-anchor__item--03 {
  background-color: #77501A;
}
.menu-mobile__list .menu-anchor__item--04 {
  background-color: #EC1234;
}
.menu-mobile__list .menu-anchor__item--05 {
  background-color: #84BF40;
}
.menu-mobile.is-show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

.footer {
  padding-block: 2.75rem;
  background-color: #005232;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.9px) {
  .footer {
    padding-block: 1.0625rem;
  }
}
.footer .copy-right {
  margin: 0;
  text-align: center;
  font-size: 0.625rem;
  font-weight: bold;
  color: #fff;
  font-family: "游ゴシック", "YuGothic", sans-serif;
}

.loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #F0EEE6;
  z-index: 300;
}
.loading:after {
  content: "";
  position: absolute;
  background: url("../images/loading_ttl.png") no-repeat center/44.375rem;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
@media (max-width: 767.9px) {
  .loading:after {
    background-image: url("../images/loading_ttl_sp.png");
    background-size: 20.9375rem;
  }
}
.loading__screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.loading__screen img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.loading__screen.--screen01 {
  background-color: #007749;
  mix-blend-mode: multiply;
}