@charset "UTF-8";
/*! modern-css-reset */
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
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, 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,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

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

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.6;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

a {
  color: inherit;
  text-decoration: none;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  line-height: 1;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  line-height: 1;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*===================================
	共通レイアウト
=====================================*/
html,
body {
  width: 100%;
}

html {
  font-size: 62.5%;
}
@media screen and (min-width: 768px) {
  html {
    scroll-padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 50px;
  }
}

body {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #333;
  background-color: #fff;
  margin: 0;
}

main {
  position: relative;
  display: block;
  overflow: clip;
}

/*===================================
	ヘッダー
=====================================*/
.header {
  position: relative;
  z-index: 10;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 0;
  width: 100%;
}
.header.scrolled {
  position: fixed;
  width: 100%;
  z-index: 10;
  background-color: #efefef;
}
@media screen and (min-width: 768px) {
  .header.scrolled {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .header.scrolled {
    height: 50px;
  }
}
.header.scrolled .header__logo2 {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .header.scrolled .menu_trigger {
    width: 80px;
    height: 80px;
    background-color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .header.scrolled .menu_trigger::before {
    width: 60px;
    height: 40px;
    -webkit-mask-image: url(../img/common/menu2.svg);
            mask-image: url(../img/common/menu2.svg);
    background-color: #157d98;
  }
  .is-green .header.scrolled .menu_trigger::before {
    background-color: #15ad59;
  }
}
.header.active .header__logo2 {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .header.active .header__box1 {
    opacity: 0;
    z-index: -10;
    width: 0;
  }
}
@media screen and (max-width: 767px) {
  .header.active .menu_trigger {
    background-color: #deded5;
    top: 45px;
    right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .header.scrolled .header__box1, .header.active .header__box1 {
    opacity: 0;
    z-index: -10;
    visibility: hidden;
  }
}
@media screen and (min-width: 768px) {
  .header.scrolled .header__box2, .header.active .header__box2 {
    opacity: 1;
    z-index: 10;
    visibility: visible;
  }
}
.header.scrolled .header__logo, .header.active .header__logo {
  opacity: 0;
  z-index: -10;
  visibility: hidden;
}
.header__logo {
  position: absolute;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 147px;
    left: 30px;
    top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 60px;
    left: 10px;
    top: 6px;
  }
}
.header__logo a {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__logo a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .header__logo.low {
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  .header__logo.low {
    width: 60px;
  }
}
.header__logo2 {
  position: absolute;
  left: 3%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__logo2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__logo2 a:hover {
  opacity: 0.7;
}
.header__logo2__txt {
  margin-right: 10%;
}
@media screen and (min-width: 768px) {
  .header__logo2__txt {
    width: 174px;
  }
}
@media screen and (max-width: 767px) {
  .header__logo2__txt {
    width: 90px;
  }
}
@media screen and (min-width: 768px) {
  .header__logo2__icon {
    width: 55px;
  }
}
@media screen and (max-width: 767px) {
  .header__logo2__icon {
    width: 30px;
  }
}
.header__box1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  overflow: hidden;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .header__box1 {
    right: 105px;
  }
}
@media screen and (max-width: 767px) {
  .header__box1 {
    right: 50px;
  }
}
.header__box1__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  font-family: "rift-soft", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .header__box1__lang {
    width: 154px;
    height: 42px;
    line-height: 42px;
  }
}
@media screen and (max-width: 767px) {
  .header__box1__lang {
    width: 100px;
    height: 50px;
    line-height: 50px;
  }
}
.header__box1__lang__item {
  width: 50%;
  background-color: #157d98;
  color: #fff;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.is-green .header__box1__lang__item {
  background-color: #15ad59;
}
.header__box1__lang__item:hover {
  opacity: 0.7;
}
.header__box1__lang__item.current {
  background-color: #fff;
  color: #333;
}
.header__box1__lang__item a {
  display: block;
}
.header__box2 {
  opacity: 0;
  z-index: -10;
  width: 0;
  position: fixed;
  top: 0;
  right: 135px;
  font-weight: 500;
  font-size: 2.4rem;
  width: 130px;
  height: 134px;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  visibility: hidden;
}
.header__box2__lang {
  height: 100%;
}
.header__box2__lang__item {
  background-color: #157d98;
  color: #fff;
  height: 50%;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.is-green .header__box2__lang__item {
  background-color: #15ad59;
}
.header__box2__lang__item:hover {
  opacity: 0.7;
}
.header__box2__lang__item.current {
  background-color: #fff;
  color: #333;
}
.header__box2__lang__item a {
  height: 100%;
  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;
}
.header__map {
  width: 270px;
  font-family: "rift-soft", sans-serif;
  color: #157d98;
  font-weight: 600;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.1;
  margin-bottom: 40px;
}
.is-green .header__map {
  color: #15ad59;
}
.header__map__item {
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__map__item:hover {
  opacity: 0.7;
}
.header__map__item:not(:last-child) {
  margin-bottom: 15px;
}
.header__map__item__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  background-color: #157d98;
}
.is-green .header__map__item__icon {
  background-color: #15ad59;
}
.header__map__item__icon.icon_page {
  right: 28px;
  width: 14px;
  height: 12px;
  -webkit-mask-image: url(../img/common/icon_page.svg);
          mask-image: url(../img/common/icon_page.svg);
}
.header__map__item__icon.icon_pdf {
  right: 25px;
  width: 19px;
  height: 23px;
  -webkit-mask-image: url(../img/common/icon_pdf.svg);
          mask-image: url(../img/common/icon_pdf.svg);
}
.header__map__item a {
  display: block;
  padding: 20px;
}
.header__policy {
  font-weight: 300;
}
.header__policy a:hover {
  text-decoration: underline;
}

.menu_trigger {
  background-color: #036eb8;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.is-green .menu_trigger {
  background-color: #15ad59;
}
@media screen and (min-width: 768px) {
  .menu_trigger {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .menu_trigger {
    width: 50px;
    height: 50px;
  }
}
.menu_trigger::before {
  position: absolute;
  content: "";
  -webkit-mask-image: url(../img/common/menu.svg);
          mask-image: url(../img/common/menu.svg);
  background-color: #fff;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .menu_trigger::before {
    width: 40px;
    height: 23px;
  }
}
@media screen and (max-width: 767px) {
  .menu_trigger::before {
    width: 30px;
    height: 19px;
  }
}
.menu_trigger.active {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .menu_trigger.active {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .menu_trigger.active {
    width: 50px;
    height: 50px;
  }
}
.menu_trigger.active::before {
  -webkit-mask-image: url(../img/common/menu_close.svg) !important;
          mask-image: url(../img/common/menu_close.svg) !important;
  background-color: #157d98 !important;
}
.is-green .menu_trigger.active::before {
  background-color: #15ad59 !important;
}
@media screen and (min-width: 768px) {
  .menu_trigger.active::before {
    width: 40px !important;
    height: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .menu_trigger.active::before {
    width: 30px !important;
    height: 30px !important;
  }
}

.header__overlay {
  width: 100%;
  max-width: 900px;
  max-height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
  visibility: hidden;
  background-color: #fff;
}
.header__overlay.active {
  opacity: 1;
  visibility: visible;
}
.header__overlay__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .header__overlay__top {
    height: 80px;
    padding-right: 135px;
    background-color: #efefef;
  }
}
@media screen and (max-width: 767px) {
  .header__overlay__top {
    height: 134px;
    background-color: #deded5;
  }
}
.header__overlay__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 11%;
}
.header__overlay__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__overlay__logo a:hover {
  opacity: 0.7;
}
.header__overlay__logo__txt {
  margin-right: 8%;
}
@media screen and (min-width: 768px) {
  .header__overlay__logo__txt {
    width: 174px;
  }
}
@media screen and (max-width: 767px) {
  .header__overlay__logo__txt {
    width: 140px;
  }
}
@media screen and (min-width: 768px) {
  .header__overlay__logo__icon {
    width: 50px;
  }
}
@media screen and (max-width: 767px) {
  .header__overlay__logo__icon {
    width: 60px;
  }
}
.header__overlay__mask {
  background-color: #deded5;
}
@media screen and (min-width: 768px) {
  .header__overlay__mask {
    padding: 70px 11% 90px;
  }
}
@media screen and (max-width: 767px) {
  .header__overlay__mask {
    padding: 40px 11%;
  }
}

.gnavi {
  font-size: 2.8rem;
  font-family: "helvetica-lt-pro", sans-serif;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 50px;
  color: #157d98;
}
.is-green .gnavi {
  color: #15ad59;
}
.gnavi__list__item {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.gnavi__list__item:not(:last-child) {
  margin-bottom: 30px;
}
.gnavi__list__item a:hover {
  color: #c9a063;
}


/*===================================
	フッター
=====================================*/
.footer {
  position: relative;
  background-color: #e7e9e1;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 100px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 40px 0 20px;
  }
}
.footer::before {
  position: absolute;
  content: "";
  -webkit-mask-image: url(../img/common/frame.svg);
          mask-image: url(../img/common/frame.svg);
  background-color: #e7e9e1;
  width: 100%;
  height: 2px;
  left: 0;
  top: -2px;
  -webkit-mask-position: top;
          mask-position: top;
}
.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .footer__wrap {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .footer__wrap {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) {
  .footer__r {
    width: 192px;
  }
}
@media screen and (max-width: 767px) {
  .footer__r {
    width: 100px;
  }
}
.footer__list {
  font-family: "rift-soft", sans-serif;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .footer__list {
    font-size: 3.2rem;
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 767px) {
  .footer__list {
    font-size: 2.4rem;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) {
  .footer__list__item:not(:last-child) {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .footer__list__item:not(:last-child) {
    margin-bottom: 25px;
  }
}
.footer__list__item a:hover {
  color: #157d98;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.is-green .footer__list__item a:hover {
  color: #15ad59;
}
@media screen and (max-width: 767px) {
  .footer__policy {
    font-size: 1.4rem;
  }
}
.footer__policy a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .footer__btn {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .footer__btn {
    margin-bottom: 25px;
  }
}
.footer__btn a {
  position: relative;
  display: inline-block;
  width: 100%;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  width: 100%;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .footer__btn a {
    max-width: 300px;
  }
}
.footer__btn a::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 1.5em;
  width: 0.5em;
  aspect-ratio: 1 / 1;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}
.footer__btn a:hover {
  opacity: 0.7;
}
.footer__btn a.is-winter {
  background-color: #157d98;
}
.footer__btn a.is-green {
  background-color: #15ad59;
}
@media screen and (min-width: 768px) {
  .footer__btn a {
    font-size: 2rem;
    padding: 1em 3em 1em 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .footer__btn a {
    font-size: 1.6rem;
    padding: 1.5em 2em;
  }
}
.footer__produced {
  font-size: 1.4rem;
  font-weight: 100;
  line-height: 1.2;
}
.footer__produced a {
  text-decoration: underline;
}
.footer__produced a:hover {
  text-decoration: unset;
}

/*===================================
	animation
=====================================*/