@charset "UTF-8";
/*--------------------------
color
---------------------------*/
/*--------------------------
table_layout
---------------------------*/
/*----------------------------------------
Reset
----------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

button {
  padding: 0;
  border: none;
  background: transparent;
}

/*--------------------------
FontSet Default
---------------------------*/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/asset/font/NotoSansJP-Regular.subset.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/asset/font/NotoSansJP-Medium.subset.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/asset/font/NotoSansJP-Bold.subset.woff2") format("woff2");
}
@font-face {
  font-family: "fontello";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("/asset/font/fontello.eot?46327817");
  src: url("/asset/font/fontello.eot?46327817#iefix") format("embedded-opentype"), url("/asset/font/fontello.woff2?46327817") format("woff2"), url("/asset/font/fontello.woff?46327817") format("woff"), url("/asset/font/fontello.ttf?46327817") format("truetype"), url("/asset/font/fontello.svg?46327817#fontello") format("svg");
}
[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-down-open:before {
  content: "\f004";
}

.icon-up-open:before {
  content: "\f005";
}

.icon-right-open:before {
  content: "\f006";
}

.icon-left-open:before {
  content: "\f007";
}

/*--------------------------
Tag Default
---------------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
}

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

body {
  position: relative;
  font-size: clamp(0.875rem, 0.839rem + 0.18vw, 1rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #231815;
  line-height: 1;
  overflow-x: hidden;
}

a {
  color: #231815;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

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

p {
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
  p {
    line-height: 1.68;
  }
}

.dotted {
  position: relative;
  padding: 0 0 0 clamp(1rem, 0.964rem + 0.18vw, 1.125rem);
}
.dotted::before {
  position: absolute;
  content: "・";
  left: 0;
}

.circle {
  position: relative;
  padding: 0 0 0 clamp(1.25rem, 1.179rem + 0.36vw, 1.5rem);
}
.circle::before {
  position: absolute;
  content: "●";
  color: #00868d;
  left: 0;
}

.line {
  position: relative;
  padding: 0 0 0 clamp(1rem, 0.964rem + 0.18vw, 1.125rem);
}
.line::before {
  position: absolute;
  content: "-";
  left: 0;
}

.number_txt {
  position: relative;
  padding: 0 0 0 clamp(1rem, 0.964rem + 0.18vw, 1.125rem);
}
.number_txt::before {
  position: absolute;
  content: counter(num) ".";
  counter-increment: num;
  left: 0;
  top: 0;
}

.txt_interval {
  margin: 0 0 clamp(0.875rem, 0.839rem + 0.18vw, 1rem);
}

.txt_wrap {
  margin: 0 0 clamp(1rem, 0.929rem + 0.36vw, 1.25rem);
}

.align_center {
  text-align: center;
}

.align_right {
  text-align: right;
}

.sp_none {
  display: block;
}
@media only screen and (max-width: 768px) {
  .sp_none {
    display: none !important;
  }
}

.pc_none {
  display: none;
}
@media only screen and (max-width: 768px) {
  .pc_none {
    display: block !important;
  }
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
@media only screen and (max-width: 1366px) {
  .container {
    max-width: 1124px;
  }
}
@media only screen and (max-width: 1280px) {
  .container {
    padding: 0 30px;
  }
}

/*cookie*/
.cc-revoke {
  display: none !important;
  visibility: hidden !important;
}

.cc-window {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: clamp(1.25rem, 0.893rem + 1.79vw, 2.5rem) 0;
  background: #ffffff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  z-index: 9999;
  overflow: hidden;
  -webkit-transition: opacity 0.18s ease, visibility 0.18s ease, -webkit-transform 0.18s ease;
  transition: opacity 0.18s ease, visibility 0.18s ease, -webkit-transform 0.18s ease;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease, -webkit-transform 0.18s ease;
  will-change: opacity, transform;
}
@media only screen and (max-width: 768px) {
  .cc-window {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding: clamp(1.25rem, 0.893rem + 1.79vw, 2.5rem) 30px;
  }
}

.cc-window.is-choice-made {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
}

.cc-message {
  width: 100%;
  max-width: 780px;
  color: #5a6971;
  line-height: 1.68;
  margin: 0 0 0 auto;
}

.cc-link {
  text-decoration: underline;
}
.cc-link:hover {
  font-weight: 400;
  color: #00868d;
}

.cc-compliance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: 100%;
  max-width: 460px;
  margin: 0 auto 0 0;
}
@media only screen and (max-width: 768px) {
  .cc-compliance {
    max-width: 100%;
  }
}

.cc-btn {
  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;
  width: 100%;
  height: 57px;
  font-size: clamp(0.875rem, 0.839rem + 0.18vw, 1rem);
  font-weight: 700;
  color: #ffffff;
  border-radius: 4px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .cc-btn {
    height: 45px;
  }
}
.cc-btn.cc-deny {
  background: #bdc3c6;
}
.cc-btn.cc-allow {
  background: #231815;
}
.cc-btn:hover {
  background: #00868d;
}

body.is-loading {
  overflow: hidden;
}

#loading.is-short .loading_text, #loading.is-short .loading_meter {
  display: none;
}

.loading {
  position: fixed;
  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;
  background: #ffffff;
  opacity: 1;
  overflow: hidden;
  visibility: visible;
  -webkit-transition: opacity 0.7s ease, visibility 0.7s ease;
  transition: opacity 0.7s ease, visibility 0.7s ease;
  inset: 0;
  z-index: 99999;
}
.loading.is-hide {
  opacity: 0;
  visibility: hidden;
}
.loading .loading_bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.loading .loading_bg.loading_bg_bands {
  background: #ffffff;
}
.loading .loading_bg .bg_band {
  position: absolute;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#00aba9), to(#00868d));
  background: linear-gradient(90deg, #00aba9 0%, #00868d 100%);
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.loading .loading_bg .bg_band_01, .loading .loading_bg .bg_band_03, .loading .loading_bg .bg_band_05 {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
.loading .loading_bg .bg_band_02, .loading .loading_bg .bg_band_04 {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}
.loading .loading_bg .bg_band_01 {
  top: -1px;
  height: calc(20% + 2px);
}
.loading .loading_bg .bg_band_02 {
  top: calc(20% - 1px);
  height: calc(20% + 2px);
}
.loading .loading_bg .bg_band_03 {
  top: calc(40% - 1px);
  height: calc(20% + 2px);
}
.loading .loading_bg .bg_band_04 {
  top: calc(60% - 1px);
  height: calc(20% + 2px);
}
.loading .loading_bg .bg_band_05 {
  top: calc(80% - 1px);
  height: calc(20% + 2px);
}
.loading.is-bg-in .bg_band_01 {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.55s ease 0s;
  transition: -webkit-transform 0.55s ease 0s;
  transition: transform 0.55s ease 0s;
  transition: transform 0.55s ease 0s, -webkit-transform 0.55s ease 0s;
}
.loading.is-bg-in .bg_band_02 {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.55s ease 0.12s;
  transition: -webkit-transform 0.55s ease 0.12s;
  transition: transform 0.55s ease 0.12s;
  transition: transform 0.55s ease 0.12s, -webkit-transform 0.55s ease 0.12s;
}
.loading.is-bg-in .bg_band_03 {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.55s ease 0.24s;
  transition: -webkit-transform 0.55s ease 0.24s;
  transition: transform 0.55s ease 0.24s;
  transition: transform 0.55s ease 0.24s, -webkit-transform 0.55s ease 0.24s;
}
.loading.is-bg-in .bg_band_04 {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.55s ease 0.36s;
  transition: -webkit-transform 0.55s ease 0.36s;
  transition: transform 0.55s ease 0.36s;
  transition: transform 0.55s ease 0.36s, -webkit-transform 0.55s ease 0.36s;
}
.loading.is-bg-in .bg_band_05 {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.55s ease 0.48s;
  transition: -webkit-transform 0.55s ease 0.48s;
  transition: transform 0.55s ease 0.48s;
  transition: transform 0.55s ease 0.48s, -webkit-transform 0.55s ease 0.48s;
}
.loading.is-finish .bg_band_01 {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.55s ease 0s;
  transition: -webkit-transform 0.55s ease 0s;
  transition: transform 0.55s ease 0s;
  transition: transform 0.55s ease 0s, -webkit-transform 0.55s ease 0s;
}
.loading.is-finish .bg_band_02 {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.55s ease 0.1s;
  transition: -webkit-transform 0.55s ease 0.1s;
  transition: transform 0.55s ease 0.1s;
  transition: transform 0.55s ease 0.1s, -webkit-transform 0.55s ease 0.1s;
}
.loading.is-finish .bg_band_03 {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.55s ease 0.2s;
  transition: -webkit-transform 0.55s ease 0.2s;
  transition: transform 0.55s ease 0.2s;
  transition: transform 0.55s ease 0.2s, -webkit-transform 0.55s ease 0.2s;
}
.loading.is-finish .bg_band_04 {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.55s ease 0.3s;
  transition: -webkit-transform 0.55s ease 0.3s;
  transition: transform 0.55s ease 0.3s;
  transition: transform 0.55s ease 0.3s, -webkit-transform 0.55s ease 0.3s;
}
.loading.is-finish .bg_band_05 {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.55s ease 0.4s;
  transition: -webkit-transform 0.55s ease 0.4s;
  transition: transform 0.55s ease 0.4s;
  transition: transform 0.55s ease 0.4s, -webkit-transform 0.55s ease 0.4s;
}
.loading.is-finish .logo_write {
  -webkit-transform: scale(0.18);
          transform: scale(0.18);
  opacity: 0;
}
.loading.is-finish .loading_text,
.loading.is-finish .loading_meter {
  opacity: 0;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
.loading .loading_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: min(90vw, 640px);
  z-index: 2;
}
.loading .logo_write {
  width: min(70vw, 534px);
  max-width: 534px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.9s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.9s ease;
  transition: transform 0.9s ease, opacity 0.5s ease;
  transition: transform 0.9s ease, opacity 0.5s ease, -webkit-transform 0.9s ease;
}
.loading .logo_write .logo_svg {
  display: block;
  width: 100%;
  height: auto;
}
.loading .logo_write .trace_all {
  fill: none;
  stroke: rgba(255, 255, 255, 0.75);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}
.loading .logo_write .trace_accent {
  fill: none;
  stroke: #ffffff;
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}
.loading .logo_write .logo_base {
  opacity: 0;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
.loading .logo_write.is-done .logo_base {
  opacity: 1;
}
.loading .logo_write.is-done .all_trace_group,
.loading .logo_write.is-done .accent_trace_group {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.loading .loading_text {
  margin: clamp(1.25rem, 1.071rem + 0.89vw, 1.875rem) 0 0;
  color: #ffffff;
  font-size: clamp(0.875rem, 0.804rem + 0.36vw, 1.125rem);
  font-family: "kinuta-mincho-stdn", sans-serif;
  line-height: 1;
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
}
.loading .loading_meter {
  position: relative;
  width: min(72vw, 260px);
  height: 4px;
  margin-top: 18px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 50px;
  overflow: hidden;
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
}
.loading .loading_meter .loading_meter_bar {
  width: 0;
  height: 100%;
  background: #fff;
  border-radius: 50px;
}

@media screen and (max-width: 768px) {
  .loading .loading_text {
    margin-top: 18px;
    font-size: 15px;
  }
  .loading .loading_meter {
    width: min(78vw, 220px);
    margin-top: 14px;
  }
}
.animation {
  opacity: 0;
}

.animated {
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
.fade {
  -webkit-animation-name: fade;
  animation-name: fade;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

/*--------------------------
header
---------------------------*/
#top #header .header_logo img {
  display: block;
  width: 0;
  height: auto;
  -webkit-filter: brightness(0);
          filter: brightness(0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#top #header .header_logo.is-visible img {
  width: 100px;
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 768px) {
  #top #header .header_logo.is-visible img {
    width: 70px;
  }
}

#header {
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  #header {
    top: 0;
  }
}
#header .nav_toggle {
  display: none;
}
@media only screen and (max-width: 768px) {
  #header .nav_toggle {
    position: relative;
    z-index: 5;
    display: block;
    width: 40px;
    height: 40px;
    margin-left: auto;
  }
  #header .nav_toggle span {
    position: absolute;
    left: 8px;
    width: 24px;
    height: 2px;
    background: #231815;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  #header .nav_toggle span:nth-child(1) {
    top: 12px;
  }
  #header .nav_toggle span:nth-child(2) {
    top: 19px;
  }
  #header .nav_toggle span:nth-child(3) {
    top: 26px;
  }
  #header .nav_toggle.is-open span:nth-child(1) {
    top: 19px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #header .nav_toggle.is-open span:nth-child(2) {
    opacity: 0;
  }
  #header .nav_toggle.is-open span:nth-child(3) {
    top: 19px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
#header .header_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  height: 100px;
  padding: 0 16px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 1366px) {
  #header .header_inner {
    width: calc(100% - 60px);
  }
}
@media only screen and (max-width: 768px) {
  #header .header_inner {
    width: 100%;
    height: 70px;
    margin: 0;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  }
}
#header .header_logo {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#header .header_logo img {
  display: block;
  width: 100px;
  height: auto;
  -webkit-filter: brightness(0);
          filter: brightness(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#header .header_logo span {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#header .header_logo:hover {
  opacity: 0.7;
}
#header .header_nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  #header .header_nav {
    position: static;
    width: auto;
  }
}
#header .header_nav .nav_list {
  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%;
  gap: clamp(1.25rem, 1.071rem + 0.89vw, 1.875rem);
}
@media only screen and (max-width: 768px) {
  #header .header_nav .nav_list {
    display: block;
    height: auto;
    padding: 24px 16px 40px;
  }
}
#header .header_nav .nav_item {
  width: 82px;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  #header .header_nav .nav_item {
    width: auto;
  }
}
#header .header_nav .nav_item.is-current .nav_link {
  color: #00868d;
}
@media only screen and (min-width: 769px) {
  #header .header_nav .nav_item:hover .nav_link {
    color: #00868d;
  }
  #header .header_nav .nav_item.is-open .nav_link {
    color: #00868d;
  }
  #header .header_nav .nav_item.is-open .mega_menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
    pointer-events: auto;
  }
}
@media only screen and (max-width: 768px) {
  #header .header_nav .nav_item {
    height: auto;
    border-bottom: 1px solid #bdc3c6;
  }
  #header .header_nav .nav_item.is-current .nav_link {
    color: #00868d;
    background: #ffffff;
  }
}
#header .header_nav .nav_link {
  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: 0 4px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #231815;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media only screen and (max-width: 768px) {
  #header .header_nav .nav_link {
    position: relative;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    height: auto;
    color: #ffffff;
    padding: 20px 16px;
  }
}
#header .header_nav .nav_indicator {
  position: absolute;
  bottom: 18px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #00868d;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: width 0.35s cubic-bezier(0.22, 1, 0.36, 1), height 0.35s ease, border-radius 0.35s ease, opacity 0.25s ease, -webkit-transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: width 0.35s cubic-bezier(0.22, 1, 0.36, 1), height 0.35s ease, border-radius 0.35s ease, opacity 0.25s ease, -webkit-transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), width 0.35s cubic-bezier(0.22, 1, 0.36, 1), height 0.35s ease, border-radius 0.35s ease, opacity 0.25s ease;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), width 0.35s cubic-bezier(0.22, 1, 0.36, 1), height 0.35s ease, border-radius 0.35s ease, opacity 0.25s ease, -webkit-transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  #header .header_nav .nav_indicator {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  #header .header_nav .mega_menu {
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;
    width: 100%;
    max-width: 1280px;
    padding: 32px 0;
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.25);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(12px);
            transform: translateX(-50%) translateY(12px);
    pointer-events: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
}
@media only screen and (max-width: 768px) {
  #header .header_nav .mega_menu {
    position: static;
    top: auto;
    left: auto;
    display: none;
    width: 100%;
    max-width: none;
    padding: 16px;
    margin: 0;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
            transform: none;
    pointer-events: auto;
  }
}
#header .header_nav .mega_inner {
  width: 100%;
  padding: 0 16px;
}
@media only screen and (max-width: 768px) {
  #header .header_nav .mega_inner {
    padding: 0;
  }
}
@media only screen and (min-width: 769px) {
  #header .header_nav .mega_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: -webkit-max-content clamp(2rem, 1rem + 3vw, 4rem) -webkit-max-content clamp(2rem, 1rem + 3vw, 4rem) -webkit-max-content;
    -ms-grid-columns: max-content clamp(2rem, 1rem + 3vw, 4rem) max-content clamp(2rem, 1rem + 3vw, 4rem) max-content;
    grid-template-columns: repeat(3, -webkit-max-content);
    grid-template-columns: repeat(3, max-content);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: clamp(2rem, 1rem + 3vw, 4rem);
       -moz-column-gap: clamp(2rem, 1rem + 3vw, 4rem);
            column-gap: clamp(2rem, 1rem + 3vw, 4rem);
    row-gap: 16px;
  }
}
@media only screen and (max-width: 768px) {
  #header .header_nav .mega_list {
    display: block;
  }
}
#header .header_nav .mega_list li a {
  position: relative;
  display: inline-block;
  padding: 4px 0;
  font-weight: 500;
  color: #231815;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#header .header_nav .mega_list li a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #231815;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#header .header_nav .mega_list li a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
@media only screen and (max-width: 768px) {
  #header .header_nav .mega_list li a {
    display: block;
    width: 100%;
    color: #ffffff;
    padding: 10px 0;
  }
  #header .header_nav .mega_list li a::after {
    display: none;
  }
  #header .header_nav .mega_list li a:hover {
    color: #231815;
  }
}
@media only screen and (max-width: 768px) {
  #header .header_nav {
    position: fixed;
    top: 78px;
    right: -100%;
    left: auto;
    width: 100%;
    height: calc(100vh - 80px);
    background: rgba(0, 171, 169, 0.95);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    overflow-y: auto;
  }
  #header .header_nav.is-open {
    right: 0;
  }
}
@media only screen and (min-width: 769px) {
  #header.is-passed .header_nav .mega_menu {
    background: rgba(0, 171, 169, 0.95);
  }
  #header.is-passed .header_nav .mega_menu .mega_inner .mega_list li a {
    color: #ffffff;
  }
  #header.is-passed .header_nav .mega_menu .mega_inner .mega_list li a::after {
    background: #ffffff;
  }
}

body.is-locked {
  overflow: hidden;
}

/* -------------------------------------------
footer
---------------------------------------------*/
#footer {
  position: relative;
  padding: 40px 30px 20px;
  background: #5d6970;
}
#footer .footer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  max-width: 1280px;
  margin: 0 auto clamp(3.75rem, 3.393rem + 1.79vw, 5rem);
}
@media only screen and (max-width: 768px) {
  #footer .footer_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 60px;
  }
}
#footer .footer_inner figure h1 {
  text-align: center;
  margin: 0 0 clamp(1.25rem, 0.893rem + 1.79vw, 2.5rem);
}
#footer .footer_inner figure h1 a:hover {
  opacity: 0.7;
}
#footer .footer_inner figure h1 a img {
  width: 200px;
}
@media only screen and (max-width: 768px) {
  #footer .footer_inner figure h1 a img {
    width: 180px;
  }
}
#footer .footer_inner figure figcaption h2 {
  font-weight: 400;
  color: #ffffff;
  line-height: 1.75;
}
#footer .footer_inner figure figcaption address {
  font-style: normal;
  color: #ffffff;
  line-height: 1.75;
}
#footer .footer_inner .ft_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(1.25rem, -0.179rem + 7.14vw, 6.25rem);
}
@media only screen and (max-width: 768px) {
  #footer .footer_inner .ft_nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
#footer .footer_inner .ft_nav dl {
  line-height: 1.75;
}
#footer .footer_inner .ft_nav dl dt {
  font-size: clamp(1rem, 0.964rem + 0.18vw, 1.125rem);
  color: #ffffff;
}
#footer .footer_inner .ft_nav dl dt a {
  display: inline-block;
  color: #ffffff;
}
#footer .footer_inner .ft_nav dl dt a:hover {
  color: #00aba9;
}
#footer .footer_inner .ft_nav dl dt:not(:first-child) {
  margin: 10px 0 0;
}
#footer .footer_inner .ft_nav dl dd a {
  position: relative;
  display: inline-block;
  font-size: clamp(0.75rem, 0.714rem + 0.18vw, 0.875rem);
  color: #ffffff;
  padding: 0 0 0 clamp(0.75rem, 0.714rem + 0.18vw, 0.875rem);
}
#footer .footer_inner .ft_nav dl dd a::before {
  position: absolute;
  content: "-";
  left: 0;
}
#footer .footer_inner .ft_nav dl dd a:hover {
  color: #00aba9;
}
#footer .copy {
  font-size: clamp(0.625rem, 0.554rem + 0.36vw, 0.875rem);
  color: #ffffff;
  text-align: center;
}

/* -------------------------------------------
page-top
---------------------------------------------*/
#page-top {
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  #page-top {
    top: -20px;
  }
}
#page-top a {
  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;
  width: 60px;
  height: 60px;
  font-size: 20px;
  color: #ffffff;
  border-radius: 50%;
  background: #bdc3c6;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 768px) {
  #page-top a {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
#page-top a:hover {
  background: #00868d;
}