@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
:root {
  --ff_notosans: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  --ff-fw-normal: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  --ff-fw-medium: "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
}

.ff_notosans {
  font-family: var(--ff_notosans);
}

/* ------------------------------------------------
 reset
------------------------------------------------ */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}

body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  font-size: 1em;
  margin: 0;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

picture {
  max-width: 100%;
  display: block;
}

input, button,
textarea, select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

img {
  display: block;
}

/* -------------------------------------------------------
 base
---------------------------------------------------------- */
html {
  scroll-behavior: smooth;
  position: relative;
  height: 100%;
}
html.is-locked {
  -ms-touch-action: none;
      touch-action: none;
  overflow: hidden;
}

body {
  color: #535353;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  line-height: 1.5;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  position: relative;
}

a {
  color: #535353;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

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

sup {
  font-size: 0.5em;
}

@media screen and (min-width: 768px) {
  .sp_show {
    display: none;
  }
}
@media screen and (max-width: 767.9px) {
  body {
    letter-spacing: normal;
  }
  .pc_show {
    display: none;
  }
  sup {
    font-size: 8px;
  }
  div, h1, h2, h3, h4, p, li, span, a, i, b {
    max-height: 100%;
  }
}
/* ------------------------------------------------
 font-size
------------------------------------------------ */
body {
  font-size: min(1.4vw, 14px);
}
@media screen and (max-width: 767.9px) {
  body {
    font-size: 3.1400966184vw;
  }
}

/* ------------------------------------------------
 utility
------------------------------------------------ */
.note {
  font-size: 0.8571428571em;
}
.note > li {
  list-style-type: none;
  text-indent: -1em;
  padding-left: 1em;
}

/* ------------------------------------------------
 basic_btn
------------------------------------------------ */
.basic_btn {
  text-decoration: none !important;
  margin: 0;
  padding: 0;
}

button.basic_btn {
  font-size: 1em;
  border-width: 0;
  background-color: transparent;
  cursor: pointer;
}
button.basic_btn[disabled] {
  cursor: default;
}

/* ------------------------------------------------
 btn_menu（ドロワーメニュー開閉ボタン）
------------------------------------------------ */
.btn_menu {
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.3571428571em;
  height: 2.3571428571em;
  display: block;
  position: absolute;
  right: 1.5714285714em;
  top: 1.4285714286em;
  z-index: 10;
}
@media screen and (min-width: 768.1px) {
  .btn_menu {
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
  }
  .btn_menu:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767.9px) {
  .btn_menu {
    width: 2.7692307692em;
    height: 2.7692307692em;
    right: 0.9230769231em;
    top: 3.3846153846em;
  }
}

/* ------------------------------------------------
  contents
------------------------------------------------ */
#contents {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}
#contents > * {
  position: relative;
}
/* ------------------------------------------------
 rayout etc
------------------------------------------------ */
.section {
  overflow: hidden;
}
.section > .inner {
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .section > .inner {
    width: 71.4285714286em;
  }
  .section.narrow > .inner {
    padding-left: 7.1428571429em;
    padding-right: 7.1428571429em;
  }
}
@media screen and (max-width: 767.9px) {
  .section > .inner {
    padding-left: 3.0769230769em;
    padding-right: 3.0769230769em;
  }
  .section.sp_wide > .inner {
    padding-left: 0;
    padding-right: 0;
  }
}

/* ----------------------------
 基本
------------------------------*/
.section.basic_style {
  padding-top: 3.5714285714em;
}
.section.basic_style .sheader .title {
  color: #9ec1c1;
  font-family: var(--ff_notosans);
  font-size: 2.8571428571em;
  line-height: 1;
  padding-left: 1.75em;
}
.section.basic_style aside .more {
  font-family: var(--ff_notosans);
  text-align: right;
}
.section.basic_style aside .more a {
  color: #64abc5;
  font-size: 1.2142857143em;
  font-weight: bold;
  text-decoration: none;
  line-height: 1;
  border-bottom-width: 0.1176470588em;
  border-bottom-style: solid;
  padding: 0 0.4705882353em 0.3529411765em;
  display: inline-block;
}
@media screen and (min-width: 768.1px) {
  .section.basic_style aside .more a {
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
  }
  .section.basic_style aside .more a:hover {
    opacity: 0.5;
  }
}
.section.basic_style aside .more.link {
  margin-top: 2.8571428571em;
  margin-right: 5em;
}
@media screen and (max-width: 767.9px) {
  .section.basic_style {
    padding-top: 2.3076923077em;
  }
  .section.basic_style .sheader .title {
    font-size: 1.9230769231em;
    text-align: center;
    padding-left: 0;
  }
  .section.basic_style aside .more a {
    color: #64abc5;
    font-size: 1.0769230769em;
    border-bottom-width: 0.1428571429em;
    padding: 0 0.1428571429em 0.2142857143em;
  }
  .section.basic_style aside .more.link {
    margin-top: 1.9230769231em;
    margin-right: -0.3846153846em;
  }
}

/* ------------------------------------------------
 js-slide-in
------------------------------------------------ */
*[class*=js-slide-] {
  opacity: 1;
}
*[class*=js-slide-].ready {
  -webkit-transform: translateY(5.7142857143em);
          transform: translateY(5.7142857143em);
  opacity: 0;
}
*[class*=js-slide-].show {
  -webkit-animation: fadeIn 0.8s ease forwards;
          animation: fadeIn 0.8s ease forwards;
}
@media screen and (max-width: 767.9px) {
  *[class*=js-slide-].ready {
    -webkit-transform: translateY(3.0769230769em);
            transform: translateY(3.0769230769em);
  }
}

@-webkit-keyframes fadeIn {
  from {
    -webkit-transform: translateY(2.8571428571em);
            transform: translateY(2.8571428571em);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    -webkit-transform: translateY(2.8571428571em);
            transform: translateY(2.8571428571em);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
/*----- header/footer -----*/
/* ------------------------------------------------
  HEADER
------------------------------------------------ */
#header {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
#header > .inner {
  padding: 1.7142857143em 6.9285714286em 0 0.6428571429em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header .logo {
  width: 5.9285714286em;
}
#header .menu {
  margin-left: auto;
}
#header .menu .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8571428571em;
}
#header .menu .list .home {
  display: none;
}
#header .menu a {
  color: #9ec1c1;
  border: 0.0857142857em solid #9ec1c1;
  border-radius: 1em;
  padding: 0.4285714286em 0.8571428571em 0.3571428571em;
}
@media screen and (min-width: 768px) {
  #header .menu a {
    -webkit-transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;
    transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;
  }
  #header .menu a:hover {
    color: #fff;
    background-color: #9ec1c1;
  }
}
#header .btn_menu {
  position: fixed;
  z-index: 10;
}
@media screen and (max-width: 767.9px) {
  #header > .inner {
    margin: 0;
    padding: 2.0769230769em 0.7692307692em 0 1.5384615385em;
  }
  #header .logo {
    width: 8.6153846154em;
  }
}

/* ------------------------------------------------
 #navi
------------------------------------------------ */
#navi {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  height: 100%;
  overflow: visible;
  position: fixed;
  left: 100%;
  top: 0;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}
#navi > .inner {
  color: #fff;
  font-weight: bold;
  line-height: 1;
  background-color: #9ec1c1;
  margin: 0;
  width: 31.4285714286em;
  height: 100%;
  overflow-y: auto;
}
#navi > .inner::-webkit-scrollbar {
  width: 0;
  height: 0;
}
#navi .sheader {
  background-color: #fdbfb1;
  padding: 1.5714285714em 0;
  width: 100%;
  position: relative;
  position: absolute;
  left: 0;
  top: 0;
}
#navi .sheader .txt {
  font-size: 2.2142857143em;
  text-align: center;
}
#navi .sbody {
  padding: 9.0714285714em 3.7142857143em 0 3.7142857143em;
}
#navi nav.menu .list li a {
  color: #fff;
  font-size: 1.7857142857em;
  padding: 0.4em;
  padding-left: 0;
  display: inline-block;
}
@media screen and (min-width: 768.1px) {
  #navi nav.menu .list li a {
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
  }
  #navi nav.menu .list li a:hover {
    opacity: 0.5;
  }
}
#navi nav.menu .list li + li {
  margin-top: 1.7857142857em;
}
#navi .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  width: 150vw;
  height: 100vh;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  visibility: hidden;
}
#navi.show {
  opacity: 1;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
#navi.show .overlay {
  visibility: visible;
}
@media screen and (max-width: 767.9px) {
  #navi > .inner {
    padding: 0;
    width: 21.0769230769em;
  }
  #navi .sheader {
    padding: 4.4615384615em 4.6153846154em 1.3846153846em;
  }
  #navi .sheader .txt {
    font-size: 1.9230769231em;
    text-align: left;
  }
  #navi .sheader .btn_menu.close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #navi .sheader .btn_menu.close img {
    margin-top: 0.4615384615em;
    width: 2.3076923077em;
  }
  #navi .sbody {
    padding: 10.7692307692em 4.6153846154em 0 4.6153846154em;
  }
  #navi nav.menu .list li a {
    font-size: 1.9230769231em;
    padding: 0.4em;
    padding-left: 0;
  }
  #navi nav.menu .list li + li {
    margin-top: 3.0769230769em;
  }
}

/* ----------------------------
 menu
------------------------------*/
nav.menu {
  line-height: 1;
}
nav.menu a {
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
nav.menu .cate .heading {
  font-weight: bold;
  font-size: 1.1428571429em;
}
nav.menu .cate .heading + .list {
  margin-top: 0.8571428571em;
}
nav.menu .cate .list {
  margin: 0;
  padding: 0;
}
nav.menu .cate .list li + li {
  margin-top: 0.4285714286em;
}

/* ------------------------------------------------
  FOOTER
------------------------------------------------ */
#footer > .inner {
  padding: 1.7142857143em 0.3571428571em;
  width: 100%;
  max-width: 81.4285714286em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footer > .inner > * {
  font-size: 0.7142857143em;
  line-height: 1;
  display: inline-block;
}
#footer a {
  color: #000;
  text-decoration: none !important;
}
@media screen and (min-width: 768.1px) {
  #footer a {
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
  }
  #footer a:hover {
    opacity: 0.5;
  }
}
#footer .btn.pagetop {
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  background-color: #fdbdb1;
  padding: 0.8571428571em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3076923077em;
}
#footer .btn.pagetop::after {
  content: "";
  background: url(../images/common/icon_pagetop.svg) no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  display: block;
}
@media screen and (min-width: 768px) {
  #footer .btn.pagetop:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767.9px) {
  #footer > .inner {
    padding: 1.1538461538em 1.5384615385em;
    width: auto;
  }
  #footer > .inner > * {
    font-size: 0.7692307692em;
  }
  #footer .btn.pagetop {
    font-size: 1.0769230769em;
  }
}

