@charset "UTF-8";
/*----------
  共通設定
----------*/
figure,
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, sub, sup, 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;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ul, ol {
  padding-left: 2rem;
}

nav ul {
  list-style: none;
  padding-left: 0;
}

iframe, video {
  max-width: 100%;
}

figure {
  margin: 0;
}

blockquote, q {
  quotes: none;
}

img {
  border: none;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

a img {
  border: none;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

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

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

a {
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  color: #0099cc;
  text-decoration: underline;
}
a:visited {
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: underline;
}
a:active {
  text-decoration: underline;
}
a:focus {
  outline: none;
}

/******************************************


基本系


******************************************/
*,
*:before,
*:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  font-size: 16px;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: none;
  max-width: 100%;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1.2;
}

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

iframe,
video {
  max-width: 100%;
}

p {
  line-height: 1.6;
}

/******************************************


レイアウト系


******************************************/
.outline {
  max-width: 100%;
  width: 100%;
  padding-left: 3%;
  padding-right: 3%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .outline {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 1361px) {
  .outline {
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1001px) {
  .outline.w_narrow {
    max-width: 1000px;
  }
}
@media screen and (min-width: 1361px) {
  .outline.w_wide {
    max-width: 1500px;
  }
}
@media screen and (min-width: 769px) {
  .outline.w_over_p, .outline.w_over {
    max-width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .outline.w_over_p {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.l_center {
  margin-left: auto;
  margin-right: auto;
}

.l_left {
  margin-left: 0;
  margin-right: auto;
}

.l_right {
  margin-left: auto;
  margin-right: 0;
}

.l_sp_v {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .l_sp_v {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.l_sp_b {
  padding-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .l_sp_b {
    padding-bottom: 80px;
  }
}

.l_sp_t {
  padding-top: 60px;
}
@media screen and (min-width: 769px) {
  .l_sp_t {
    padding-top: 80px;
  }
}

.layout_two {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  max-width: 1360px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  gap: 30px 20px;
}
.layout_two > .main_content {
  width: 100%;
  padding: 0 3%;
}
@media screen and (min-width: 769px) {
  .layout_two > .main_content {
    width: calc(100% - (260px + 20px));
    padding: 0;
  }
}
.layout_two > .sidebar {
  width: 100%;
  padding: 0 3%;
}
@media screen and (min-width: 769px) {
  .layout_two > .sidebar {
    width: 260px;
    padding: 0;
  }
}

@media screen and (min-width: 429px) {
  .sp_only {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .sp_display {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc_display {
    display: none !important;
  }
}
/******************************************


装飾


******************************************/
.overlay {
  position: relative;
  overflow: hidden;
}
.overlay img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 0;
}
.overlay:after {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(135, 135, 135, 0) 47%, rgba(0, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#b3000000',GradientType=0 );
  content: "";
  position: absolute;
  z-index: 1;
}

/*----------
  Clear
----------*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.clear {
  clear: both;
}

.anime,
.anime_half {
  opacity: 0;
  transform: none;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition-delay: 0s;
  will-change: opacity, transform;
}
.anime.is-show,
.anime_half.is-show {
  opacity: 1;
  transform: none;
}
.anime.anime_group,
.anime_half.anime_group {
  opacity: 1;
  transform: none;
}
.anime.anime_group .fade_in,
.anime.anime_group .fade_left,
.anime.anime_group .fade_right,
.anime_half.anime_group .fade_in,
.anime_half.anime_group .fade_left,
.anime_half.anime_group .fade_right {
  opacity: 0;
  transition: opacity 0.8s ease, transform 1s ease;
}
.anime.anime_group .fade_in,
.anime_half.anime_group .fade_in {
  transform: translateY(80px);
}
.anime.anime_group .fade_in.is-show,
.anime_half.anime_group .fade_in.is-show {
  transform: translateY(0);
}
.anime.anime_group .slide_up,
.anime_half.anime_group .slide_up {
  transform: translateY(30px);
}
.anime.anime_group .slide_up.is-show,
.anime_half.anime_group .slide_up.is-show {
  transform: translateY(0);
}
.anime.anime_group .fade_left,
.anime.anime_group .slide_left,
.anime_half.anime_group .fade_left,
.anime_half.anime_group .slide_left {
  transform: translateX(-30px);
}
.anime.anime_group .fade_left.is-show,
.anime.anime_group .slide_left.is-show,
.anime_half.anime_group .fade_left.is-show,
.anime_half.anime_group .slide_left.is-show {
  transform: translateX(0);
}
.anime.anime_group .fade_right,
.anime.anime_group .slide_right,
.anime_half.anime_group .fade_right,
.anime_half.anime_group .slide_right {
  transform: translateX(30px);
}
.anime.anime_group .fade_right.is-show,
.anime.anime_group .slide_right.is-show,
.anime_half.anime_group .fade_right.is-show,
.anime_half.anime_group .slide_right.is-show {
  transform: translateX(0);
}
.anime.anime_group .zoom_in,
.anime_half.anime_group .zoom_in {
  transform: scale(0.8);
}
.anime.anime_group .zoom_in.is-show,
.anime_half.anime_group .zoom_in.is-show {
  transform: scale(1);
}
.anime.anime_group .rotate_in,
.anime_half.anime_group .rotate_in {
  transform: rotate(-15deg) scale(0.9);
}
.anime.anime_group .rotate_in.is-show,
.anime_half.anime_group .rotate_in.is-show {
  transform: rotate(0) scale(1);
}
.anime.anime_group.is-show,
.anime_half.anime_group.is-show {
  opacity: 1;
}
.anime.anime_group.is-show .fade_in,
.anime.anime_group.is-show .fade_left,
.anime.anime_group.is-show .fade_right,
.anime_half.anime_group.is-show .fade_in,
.anime_half.anime_group.is-show .fade_left,
.anime_half.anime_group.is-show .fade_right {
  opacity: 1;
}
.anime.anime_group.is-show .fade_in,
.anime_half.anime_group.is-show .fade_in {
  transform: translateY(0);
}
.anime.anime_group.is-show .slide_up,
.anime_half.anime_group.is-show .slide_up {
  transform: translateY(0);
}
.anime.anime_group.is-show .fade_left,
.anime.anime_group.is-show .slide_left,
.anime_half.anime_group.is-show .fade_left,
.anime_half.anime_group.is-show .slide_left {
  transform: translateX(0);
}
.anime.anime_group.is-show .fade_right,
.anime.anime_group.is-show .slide_right,
.anime_half.anime_group.is-show .fade_right,
.anime_half.anime_group.is-show .slide_right {
  transform: translateX(0);
}
.anime.anime_group.is-show .zoom_in,
.anime_half.anime_group.is-show .zoom_in {
  transform: scale(1);
}
.anime.anime_group.is-show .rotate_in,
.anime_half.anime_group.is-show .rotate_in {
  transform: rotate(0) scale(1);
}

.fade_in,
.fade_left,
.fade_right {
  opacity: 0;
  transition: opacity 0.8s ease, transform 1s ease;
}
.fade_in.is-show,
.fade_left.is-show,
.fade_right.is-show {
  opacity: 1;
}

.fade_in {
  transform: translateY(80px);
}
.fade_in.is-show {
  transform: translateY(0);
}

.slide_up {
  transform: translateY(30px);
}
.slide_up.is-show {
  transform: translateY(0);
}

.fade_left,
.slide_left {
  transform: translateX(-30px);
}
.fade_left.is-show,
.slide_left.is-show {
  transform: translateX(0);
}

.fade_right,
.slide_right {
  transform: translateX(30px);
}
.fade_right.is-show,
.slide_right.is-show {
  transform: translateX(0);
}

.zoom_in {
  transform: scale(0.8);
}
.zoom_in.is-show {
  transform: scale(1);
}

.rotate_in {
  transform: rotate(-15deg) scale(0.9);
}
.rotate_in.is-show {
  transform: rotate(0) scale(1);
}

.anime_group.anime > *:nth-child(1) {
  transition-delay: 0s;
}
.anime_group.anime > *:nth-child(2) {
  transition-delay: 0.15s;
}
.anime_group.anime > *:nth-child(3) {
  transition-delay: 0.3s;
}
.anime_group.anime > *:nth-child(4) {
  transition-delay: 0.45s;
}
.anime_group.anime > *:nth-child(5) {
  transition-delay: 0.6s;
}
.anime_group.anime > *:nth-child(6) {
  transition-delay: 0.75s;
}
.anime_group.anime > *:nth-child(7) {
  transition-delay: 0.9s;
}
.anime_group.anime > *:nth-child(8) {
  transition-delay: 1.05s;
}
.anime_group.anime > *:nth-child(9) {
  transition-delay: 1.2s;
}
.anime_group.anime > *:nth-child(10) {
  transition-delay: 1.35s;
}
.anime_group.anime > *:nth-child(11) {
  transition-delay: 1.5s;
}
.anime_group.anime > *:nth-child(12) {
  transition-delay: 1.65s;
}
.anime_group.anime > *:nth-child(13) {
  transition-delay: 1.8s;
}
.anime_group.anime > *:nth-child(14) {
  transition-delay: 1.95s;
}
.anime_group.anime > *:nth-child(15) {
  transition-delay: 2.1s;
}
.anime_group.anime > *:nth-child(16) {
  transition-delay: 2.25s;
}

#overlay {
  display: none;
  cursor: pointer;
  content: "";
  background: rgba(35, 24, 21, 0.8);
  width: 100%;
  height: 100vh;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 190;
}
#overlay.visible {
  display: block;
}

@media screen and (min-width: 1001px) {
  [data-js=menu-hamburger] {
    width: 100%;
    height: 100%;
  }
  .nav_area {
    width: 100%;
    height: 100%;
    margin: auto;
  }
  .globalnav {
    max-width: 1500px;
    margin: auto;
    display: flex;
    justify-content: flex-end;
    gap: 20px 0;
    height: 100%;
    position: relative;
  }
  .globalnav::after {
    content: "";
    height: 55%;
    width: 1px;
    background-color: #E7E8E7;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .globalnav a {
    width: 100%;
    text-decoration: none;
  }
  .globalnav > a {
    position: relative;
  }
  .globalnav > a::after {
    content: "";
    height: 60%;
    width: 1px;
    background-color: #E7E8E7;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .globalnav > a,
  .globalnav .dropdown > span,
  .globalnav .dropdown > a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
    text-align: center;
    font-size: 0.9375rem;
    letter-spacing: 0.07em;
    font-weight: bold;
    white-space: nowrap;
    color: #231815;
    padding: 20px 0;
    cursor: pointer;
  }
  .globalnav > a:before,
  .globalnav .dropdown > span:before,
  .globalnav .dropdown > a:before {
    content: "";
    display: inline-block;
    border-bottom: 4px solid #0B4848;
    width: 0;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    transition: all 0.3s ease;
  }
  .globalnav > a:hover,
  .globalnav .dropdown > span:hover,
  .globalnav .dropdown > a:hover {
    color: #006C6E;
    text-decoration: none;
  }
  .globalnav > a:hover:before,
  .globalnav .dropdown > span:hover:before,
  .globalnav .dropdown > a:hover:before {
    width: 100%;
  }
  .globalnav .dropdown:hover .submenu {
    display: block !important;
  }
  .globalnav .dropdown.active > span:before,
  .globalnav .dropdown.active > a:before {
    width: 100%;
  }
  .globalnav .dropdown .submenu {
    display: none;
    position: absolute;
    top: calc(100% - 20px);
    left: 0;
    padding-top: 20px;
  }
  .globalnav .dropdown .submenu a {
    padding: 8px;
    line-height: 1;
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
  .globalnav .dropdown .submenu_inner {
    max-width: 1000px;
    margin-inline: auto;
    padding: 30px 0;
  }
  .header_area.active .submenu {
    top: calc(100% - 8px);
    padding-top: 8px;
  }
}
.dropdown .submenu {
  width: 100%;
  transition: all 0.3s ease;
  overflow: hidden;
}
.dropdown .submenu_box {
  background-color: #ebebf2;
}
.dropdown .submenu_title {
  display: flex;
  gap: 12px;
  padding-bottom: 4px;
  margin-bottom: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  border-bottom: 1px solid #FFF;
}
.dropdown .submenu_title::before {
  display: block;
  width: 19px;
  aspect-ratio: 1;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2219%22%20viewBox%3D%220%200%2019%2019%22%3E%3Cg%20transform%3D%22translate%28-3759.338%20-6977%29%22%3E%3Crect%20width%3D%2219%22%20height%3D%2219%22%20rx%3D%223%22%20transform%3D%22translate%283759.338%206977%29%22%20fill%3D%22%23ffc31a%22%2F%3E%3Cpath%20d%3D%22M3760.219%2C6995.119a2.994%2C2.994%2C0%2C0%2C0%2C2.119.881h13a3.009%2C3.009%2C0%2C0%2C0%2C3-3v-13a3%2C3%2C0%2C0%2C0-.881-2.119Z%22%20fill%3D%22%231a1a1a%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.dropdown .submenu_content {
  display: flex;
  justify-content: space-between;
  gap: 16px 20px;
}
.dropdown .submenu_content .img {
  max-width: 300px;
}
.dropdown .submenu_content .img img {
  width: 100%;
  border-radius: 7px;
}
.dropdown .submenu_nav_wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.dropdown .submenu_nav_wrap .submenu_sub_title {
  font-weight: bold;
  font-size: 1.125rem;
}
.dropdown .submenu_nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 5%;
  max-width: 600px;
}
.dropdown .submenu_nav + .submenu_sub_title {
  margin-top: 10px;
}
.dropdown .submenu_nav a {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 8px;
  color: #231815;
  font-weight: bold;
}
.dropdown .submenu_nav a::before {
  display: block;
  width: 15px;
  aspect-ratio: 1;
  content: "";
  transition: all 0.3s ease;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cg%20transform%3D%22translate%28-672.75%20-238.127%29%22%3E%3Ccircle%20cx%3D%227.5%22%20cy%3D%227.5%22%20r%3D%227.5%22%20transform%3D%22translate%28672.75%20238.126%29%22%20fill%3D%22%23231815%22%2F%3E%3Cpath%20d%3D%22M683.25%2C245.626l-4-3.226v6.452Z%22%20fill%3D%22%230B4848%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (hover: hover) {
  .dropdown .submenu_nav a:hover {
    color: #808080;
    text-decoration: none;
  }
  .dropdown .submenu_nav a:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cg%20transform%3D%22translate%28-672.75%20-238.127%29%22%3E%3Ccircle%20cx%3D%227.5%22%20cy%3D%227.5%22%20r%3D%227.5%22%20transform%3D%22translate%28672.75%20238.126%29%22%20fill%3D%22%230B4848%22%2F%3E%3Cpath%20d%3D%22M683.25%2C245.626l-4-3.226v6.452Z%22%20fill%3D%22%23231815%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
}

@media screen and (min-width: 1121px) {
  .globalnav {
    gap: 20px 0;
  }
}
[data-js=menu-hamburger] {
  margin-inline: auto;
}

@media screen and (max-width: 1000px) {
  [data-js=menu-hamburger] {
    order: 2;
  }
  [data-js=menu-hamburger].active [data-target=menu-hamburger] {
    display: block;
  }
  .nav_area {
    position: fixed;
    width: 100vw;
    max-width: 430px;
    height: 100%;
    height: 100vh;
    height: 100dvh;
    padding: 90px 0 40px;
    display: none;
    overflow: hidden;
    z-index: 1000;
    top: 0;
    right: 0;
    opacity: 0;
    justify-content: center;
    transition: all 0.3s ease;
    overflow-y: auto;
    background-color: #006C6E;
  }
  .nav_area.scroll {
    overflow-y: scroll;
  }
  .nav_area::before {
    display: block;
    content: "";
    background-color: #006C6E;
    height: 68px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .globalnav {
    width: 100%;
    max-width: 680px;
    margin: auto;
    position: relative;
    padding: 10px;
  }
  .globalnav .dropdown > span,
  .globalnav a {
    position: relative;
    color: #FFF;
    width: 100%;
    max-width: 100vw;
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    height: auto;
    padding: 15px;
    border-bottom: 1px solid #FFF;
    text-decoration: none;
  }
  .globalnav > a,
  .globalnav .dropdown > span,
  .globalnav .dropdown > a {
    font-weight: bold;
  }
  .globalnav > a:after,
  .globalnav .dropdown > span:after,
  .globalnav .dropdown > a:after {
    margin-left: 5px;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 6px;
    height: 10px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226.223%22%20height%3D%2210.219%22%20viewBox%3D%220%200%206.223%2010.219%22%3E%3Cpath%20d%3D%22M2.93-4.1-1.617.445a.542.542%2C0%2C0%2C1-.4.164.542.542%2C0%2C0%2C1-.4-.164L-2.93-.07a.586.586%2C0%2C0%2C1-.176-.4.5.5%2C0%2C0%2C1%2C.152-.4L.68-4.5-2.953-8.133a.5.5%2C0%2C0%2C1-.152-.4.586.586%2C0%2C0%2C1%2C.176-.4l.516-.516a.542.542%2C0%2C0%2C1%2C.4-.164.542.542%2C0%2C0%2C1%2C.4.164L2.93-4.9a.511.511%2C0%2C0%2C1%2C.188.4A.511.511%2C0%2C0%2C1%2C2.93-4.1Z%22%20transform%3D%22translate%283.106%209.609%29%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E");
  }
  .globalnav .dropdown .submenu {
    display: none;
  }
  .globalnav .dropdown .submenu a {
    width: 100%;
    justify-content: flex-start;
    padding: 16px;
    line-height: 1;
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
  .globalnav .dropdown.active .submenu {
    display: block !important;
    max-height: 100%;
  }
  .globalnav .dropdown .submenu_inner {
    max-width: 1000px;
    margin-inline: auto;
    padding: 30px 3%;
  }
  .globalnav .dropdown .submenu_content {
    flex-direction: column;
  }
  .globalnav .dropdown .submenu_content .img {
    width: 100%;
    max-width: 100%;
  }
  .globalnav .dropdown .submenu_nav {
    flex-direction: column;
  }
}
.hamburger_info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 96%;
  margin: 30px auto 0;
}
@media screen and (min-width: 1001px) {
  .hamburger_info {
    display: none;
  }
}
.hamburger_info .btn_box {
  flex-direction: column;
  text-align: center;
  width: 100%;
  max-width: 280px;
}
.hamburger_info .btn_box a br {
  display: none;
}
.hamburger_info .btn_box .btn {
  width: 90%;
  min-width: 280px;
  min-height: 60px;
  font-size: 1.125rem;
  margin: auto;
}
.hamburger_info .btn_box .btn_tel {
  font-size: 1.5rem;
}
.hamburger_info .hamburger_info_copy {
  text-align: center;
  color: #FFF;
}

.nav_btn {
  position: relative;
  width: 48px;
  height: 48px;
  z-index: 9999;
  border-radius: 5px;
  cursor: pointer;
  flex-shrink: 0;
  order: 2;
}
@media screen and (min-width: 1001px) {
  .nav_btn {
    display: none;
  }
}
.nav_btn span {
  position: absolute;
  height: 3px; /*線の太さ*/
  max-width: 26px; /*長さ*/
  width: 100%;
  background: #0B4848;
  display: block;
  content: "";
  cursor: pointer;
  border-radius: 6px;
  left: 50%;
  top: 50%;
  z-index: 999;
  transform: translate(-50%, -50%);
}
.nav_btn span::before, .nav_btn span::after {
  position: absolute;
  height: inherit; /*線の太さ*/
  width: inherit; /*長さ*/
  border-radius: inherit;
  background: inherit;
  display: block;
  content: "";
  cursor: pointer;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
}
.nav_btn span::before {
  top: calc(50% - 8px);
}
.nav_btn span::after {
  top: calc(50% + 8px);
}
.nav_btn span::before, .nav_btn span::after {
  opacity: 1;
  z-index: 999;
  transition: 0.5s;
}

body {
  height: auto;
  touch-action: auto;
  width: 100%;
}
body.open_menu {
  overflow: hidden;
  height: 100vh;
  max-height: calc(100vh - (env(safe-area-inset-bottom) + 60px));
  -webkit-touch-action: none;
  -moz-touch-action: none;
  -o-touch-action: none;
  touch-action: none;
}
body.noscroll {
  position: fixed;
}

.open_menu .nav_area {
  opacity: 1;
}
.open_menu .floating_cta_block {
  z-index: 2;
}
.open_menu .header_area {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #006C6E;
  position: fixed;
}
.open_menu .header_area .logo img {
  filter: brightness(0) invert(1);
}
.open_menu .nav_btn > span {
  z-index: 999;
  height: 0;
}
.open_menu .nav_btn > span::before, .open_menu .nav_btn > span::after {
  width: 28px;
  height: 3px;
  right: 2px;
  z-index: 999;
  transition: 0.5s;
  transform-origin: center;
  background: #FFF;
}
.open_menu .nav_btn > span::before {
  top: 4px;
  transform: translate(-50%, -7px) rotate(-45deg);
}
.open_menu .nav_btn > span::after {
  top: -9px;
  transform: translate(-50%, 7px) rotate(45deg);
}

.header_area {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 200;
  padding: 10px 0;
  transition: all 0.3s ease;
  position: absolute;
}
@media screen and (min-width: 1001px) {
  .header_area {
    padding: 20px 0 0;
  }
}
.header_area.active {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  padding: 4px 0;
  transition: all 0.3s ease;
  animation: fade-down 0.4s ease-in-out;
}
@media screen and (min-width: 1001px) and (max-width: 1300px) {
  .header_area.active .logo_text {
    display: none;
  }
  .header_area.active .header_btn {
    min-width: auto;
  }
}
@media screen and (min-width: 1001px) {
  .header_area.active {
    padding: 4px 0;
  }
  .header_area.active .outline {
    gap: 16px 20px;
  }
  .header_area.active .header_right {
    gap: 0;
    justify-content: center;
  }
  .header_area.active .header_right .header_btn {
    font-size: 0.875rem;
    font-size: clamp(0.8125rem, 1vw, 0.875rem);
    white-space: nowrap;
  }
  .header_area.active [data-js=menu-hamburger] {
    height: calc(100% + 16px);
    margin-top: -8px;
  }
  .header_area.active [data-js=menu-hamburger] .globalnav > a,
  .header_area.active [data-js=menu-hamburger] .globalnav .dropdown > a {
    padding: 8px 0;
    font-size: 0.9375rem;
    font-size: clamp(0.8125rem, 1.0714285714vw, 0.9375rem);
  }
}
.header_area .outline {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 0 10px;
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 1001px) {
  .header_area .outline {
    position: initial;
    gap: 26px 20px;
  }
}
.header_area [data-js=menu-hamburger] {
  grid-column: 1/-1;
}

@keyframes fade-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.header_left {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px;
  z-index: 1001;
  position: relative;
}
@media screen and (min-width: 1001px) {
  .header_left {
    gap: 10px 20px;
  }
}
.header_left .logo_box {
  display: flex;
  flex-direction: row;
  gap: 2px 8px;
  flex-wrap: nowrap;
  align-items: center;
  white-space: nowrap;
}
.header_left .logo_box .logo {
  max-width: 160px;
}
@media screen and (min-width: 769px) {
  .header_left .logo_box .logo {
    max-width: 287px;
  }
}
.header_left .logo_box .logo img {
  width: 100%;
}

.header_right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 3%;
}
@media screen and (min-width: 1001px) {
  .header_right {
    gap: 10px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.header_right [data-js=menu-hamburger] {
  margin-left: auto;
  margin-right: 0;
}

.header_info {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 15px 5%;
}
@media screen and (min-width: 1001px) {
  .header_info {
    display: flex;
    align-items: center;
  }
}
.header_info .tel_box {
  display: none;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .header_info .tel_box {
    display: flex;
  }
}
.header_info .btn_box {
  flex-direction: row;
  gap: 12px 10px;
  position: relative;
  z-index: 1001;
}
.header_info .btn_box .type_tel::before {
  filter: brightness(0) invert(1);
}

.btn_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 35px 8px;
}
@media screen and (min-width: 769px) {
  .btn_box {
    flex-direction: row;
    gap: 12px 3%;
  }
}
.btn_box.btn_box_center {
  justify-content: center;
  align-items: center;
}
.btn_box.btn_box_right {
  justify-content: flex-end;
  align-items: center;
}
.btn_box.btn_box_row {
  flex-direction: row;
}
@media screen and (min-width: 769px) {
  .btn_box.btn_box_column {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .btn_box.btn_cta_box {
    align-items: stretch !important;
  }
}

.header_btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px 8px;
  color: #FFF;
  width: 100%;
  max-width: 215px;
  min-width: 48px;
  aspect-ratio: 1;
  padding: 2px;
  background: linear-gradient(45deg, #ffa64d 0%, #FF942B 100%);
  border: 1px solid #FF942B;
  font-weight: bold;
  border-radius: 4px;
  transition: all 0.3s ease;
  text-decoration: none;
  white-space: nowrap;
  font-size: 0.6875rem;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .header_btn {
    padding: 6px 12px;
    flex-direction: row;
    width: auto;
    aspect-ratio: auto;
    min-height: 48px;
    border-radius: 28px;
    font-size: 1.125rem;
    font-size: clamp(0.8125rem, 1.3235294118vw, 1.125rem);
    line-height: 1.4;
  }
}
@media (hover: hover) {
  .header_btn:hover {
    color: #FF942B;
    background: #FFF;
    text-decoration: none;
  }
  .header_btn:hover::before {
    filter: none !important;
  }
}
.header_btn.type_mail::before {
  display: block;
  width: 16px;
  aspect-ratio: 15/12;
  content: "";
  background-image: url(../img/common/icon_mail.svg);
  filter: brightness(0) invert(1);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.header_btn.type_tel::before {
  display: block;
  width: 16px;
  aspect-ratio: 1;
  content: "";
  background-image: url(../img/common/icon_tel.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .header_btn.type_tel {
    display: none;
  }
}

.btn_default {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 242px;
  min-height: 66px;
  padding: 8px 16px;
  border-radius: 36px;
  background: linear-gradient(45deg, #ffa64d 0%, #FF942B 100%);
  border: 1px solid #FF942B;
  text-align: center;
  color: #FFF;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .btn_default {
    width: auto;
    min-width: 360px;
    min-height: 58px;
    padding: 5px max(15px, 3%);
    font-size: 1.75rem;
    font-size: clamp(1rem, 2.0588235294vw, 1.75rem);
  }
}
.btn_default.btn_ss {
  width: 100%;
  min-width: 180px;
  max-width: 200px;
}
.btn_default.btn_s {
  width: 100%;
  max-width: 380px;
}
.btn_default.btn_m {
  width: 100%;
  max-width: 500px;
}
.btn_default.btn_l {
  width: 100%;
  max-width: 600px;
}
.btn_default.btn_max {
  width: 100%;
  max-width: 100%;
}
.btn_default.btn_font_s {
  min-height: 52px;
  font-size: 0.875rem;
}
@media screen and (min-width: 769px) {
  .btn_default.btn_font_s {
    font-size: 0.9375rem;
  }
}
.btn_default:link {
  text-decoration: none;
}
@media (hover: hover) {
  .btn_default:hover {
    color: #FF942B;
    background: #FFF;
    text-decoration: none;
  }
}
.btn_default.type_mail {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  height: 100%;
}
.btn_default.type_mail > div {
  width: 100%;
  position: relative;
}
.btn_default.type_mail::before {
  display: block;
  content: "";
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.btn_default.type_mail::before {
  width: 28px;
  aspect-ratio: 28/22;
  background-image: url(../img/common/icon_mail.svg);
  filter: brightness(0) invert(1);
}
.btn_default.type_mail .bubble_box {
  background: #FFF;
  color: #FF942B;
}
@media (hover: hover) {
  .btn_default.type_mail:hover {
    color: #FF942B;
    text-decoration: none;
  }
  .btn_default.type_mail:hover::before {
    filter: none;
  }
}

.btn_arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.btn_arrow::after {
  display: block;
  width: 15px;
  aspect-ratio: 1;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cg%20transform%3D%22translate%28-273%20-5461%29%22%3E%3Cpath%20d%3D%22M7.5%2C1A6.5%2C6.5%2C0%2C1%2C0%2C14%2C7.5%2C6.507%2C6.507%2C0%2C0%2C0%2C7.5%2C1m0-1A7.5%2C7.5%2C0%2C1%2C1%2C0%2C7.5%2C7.5%2C7.5%2C0%2C0%2C1%2C7.5%2C0Z%22%20transform%3D%22translate%28273%205461%29%22%20fill%3D%22%230B4848%22%2F%3E%3Cpath%20d%3D%22M-21166.437-17759.525a.5.5%2C0%2C0%2C1-.354-.146.5.5%2C0%2C0%2C1%2C0-.707l1.586-1.594-1.586-1.59a.5.5%2C0%2C0%2C1%2C0-.707.5.5%2C0%2C0%2C1%2C.707%2C0l2.289%2C2.3-2.289%2C2.3A.5.5%2C0%2C0%2C1-21166.437-17759.525Z%22%20transform%3D%22translate%2821445.969%2023230.471%29%22%20fill%3D%22%230B4848%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
}
@media (hover: hover) {
  .btn_arrow:hover::after {
    filter: none;
  }
}

body {
  position: relative;
}

.body_space {
  min-height: 72px;
}
@media screen and (min-width: 1001px) {
  .body_space {
    min-height: 170px;
  }
}

.bg_green {
  background-color: #006C6E;
}

.bg_green_l {
  background-color: #99DCDB;
}

.bg_dot {
  background-image: url(../img/common/bg_dot.svg);
}

.bg_gray {
  background-color: #F4F7F9;
}

.bg_accent {
  background-color: #0B4848;
}

.number {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}

.tel_box {
  display: flex;
  flex-direction: column;
}
.tel_box:is(.type_header, .type_hamburger) .tel {
  font-size: 2.375rem;
}
@media screen and (min-width: 769px) {
  .tel_box:is(.type_header, .type_hamburger) .tel {
    font-size: 2.25rem;
    font-size: clamp(1.875rem, 2.4vw, 2.25rem);
  }
}
.tel_box:is(.type_header, .type_hamburger) .tel::before {
  width: clamp(26px, 2vw, 35px);
}
.tel_box:is(.type_header, .type_hamburger) .tel_info {
  margin-top: 6px;
  font-size: 0.875rem;
  line-height: 1;
}
.tel_box:is(.type_header, .type_hamburger) .tel_info .label {
  font-size: 1em;
}
.tel_box:is(.type_header, .type_hamburger) .tel_info .time {
  font-size: 1.1em;
}
.tel_box:is(.type_hamburger) {
  color: #FFF;
}
.tel_box:is(.type_hamburger) .tel {
  color: #FFF;
}
.tel_box:is(.type_hamburger) .tel::before {
  filter: brightness(0) invert(1);
  width: clamp(28px, 4vw, 50px);
}
.tel_box:is(.type_mv) {
  align-items: center;
}
.tel_box:is(.type_mv) .tel {
  white-space: nowrap;
  font-size: 2.375rem;
}
@media screen and (min-width: 769px) {
  .tel_box:is(.type_mv) .tel {
    font-size: 4rem;
    font-size: clamp(0.8125rem, 4.2666666667vw, 4rem);
  }
}
.tel_box:is(.type_mv) .tel::before {
  filter: brightness(0) invert(1);
  width: clamp(28px, 4vw, 50px);
}
.tel_box:is(.type_mv) .tel_info {
  margin-top: 6px;
  font-size: 1rem;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .tel_box:is(.type_mv) .tel_info {
    font-size: 2rem;
    font-size: clamp(0.8125rem, 2.1333333333vw, 2rem);
  }
}
.tel_box:is(.type_mv) .tel_info .label {
  font-size: 1em;
}
.tel_box:is(.type_mv) .tel_info .time {
  font-size: 1.1em;
}
.tel_box:is(.type_floating) {
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.tel_box:is(.type_floating) .tel_info {
  flex-direction: column;
}
.tel_box:is(.type_floating) .tel {
  font-size: 2.375rem;
}
@media screen and (min-width: 769px) {
  .tel_box:is(.type_floating) .tel {
    font-size: 3.375rem;
    font-size: clamp(0.8125rem, 3.6vw, 3.375rem);
  }
}
.tel_box:is(.type_floating) .tel::before {
  width: clamp(28px, 4vw, 50px);
}
.tel_box:is(.type_floating) .tel_info {
  font-size: 0.875rem;
  line-height: 1;
}
.tel_box:is(.type_floating) .tel_info .label {
  font-size: 1em;
}
.tel_box:is(.type_floating) .tel_info .time {
  font-size: 1.1em;
}
.tel_box:is(.type_cta) {
  text-align: center;
  align-items: center;
  justify-content: center;
}
.tel_box:is(.type_cta) .tel {
  color: #FFF;
  font-size: 2.375rem;
  font-size: clamp(2.0625rem, 8.8372093023vw, 2.6875rem);
}
@media screen and (min-width: 769px) {
  .tel_box:is(.type_cta) .tel {
    font-size: 3.375rem;
    font-size: clamp(0.8125rem, 3.9705882353vw, 3.375rem);
  }
}
.tel_box:is(.type_cta) .tel::before {
  filter: brightness(0) invert(1);
  width: clamp(28px, 4vw, 50px);
}
.tel_box:is(.type_cta) .tel_info {
  margin-top: 8px;
  font-size: 1rem;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .tel_box:is(.type_cta) .tel_info {
    font-size: 1.125rem;
    font-size: clamp(0.8125rem, 1.3235294118vw, 1.125rem);
  }
}
.tel_box:is(.type_cta) .tel_info .label {
  font-size: 1em;
}
.tel_box:is(.type_cta) .tel_info .time {
  font-size: 1.1em;
}
.tel_box .tel {
  display: flex;
  gap: 10px;
  line-height: 1;
  color: #0B4848;
  text-decoration: none;
  margin-bottom: 2px;
  font-weight: bold;
}
.tel_box .tel::before {
  display: block;
  width: 40px;
  aspect-ratio: 1;
  content: "";
  background-image: url(../img/common/icon_tel.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .tel_box .tel::before {
    width: 48px;
  }
}

.tel_info {
  display: flex;
  justify-content: center;
  gap: 5px;
  font-size: 0.875rem;
  white-space: nowrap;
}
.tel_info .label {
  text-align: left;
}
.tel_info .time {
  font-size: 1.1em;
}