@charset "UTF-8";
/* kodomoen */
@-webkit-keyframes floating-x {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-2%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes floating-x {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-2%);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes floating-y {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-1%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes floating-y {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-1%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes fuwafuwa-soft {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(2px, -8px);
  }
  50% {
    transform: translate(-2px, -14px);
  }
  80% {
    transform: translate(2px, -6px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes fuwafuwa-soft {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(2px, -8px);
  }
  50% {
    transform: translate(-2px, -14px);
  }
  80% {
    transform: translate(2px, -6px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes line-slide02 {
  0% {
    background-size: 100% 1px;
    background-position: bottom left;
  }
  50% {
    background-size: 0px 1px;
    background-position: bottom right;
  }
  50.01% {
    background-size: 0px 1px;
    background-position: bottom left;
  }
  100% {
    background-size: 100% 1px;
    background-position: bottom left;
  }
}
@keyframes line-slide02 {
  0% {
    background-size: 100% 1px;
    background-position: bottom left;
  }
  50% {
    background-size: 0px 1px;
    background-position: bottom right;
  }
  50.01% {
    background-size: 0px 1px;
    background-position: bottom left;
  }
  100% {
    background-size: 100% 1px;
    background-position: bottom left;
  }
}
/* common setting
-------------------------------------------------- */
#pagetop {
  font-size: 1px;
  line-height: 0;
}
#pagetop a {
  text-decoration: none;
}
#pagetop .link_circle .arrow-svg-wrapper {
  margin-top: 0;
  transform: rotate(-90deg) scale(1.18);
}
#pagetop img {
  width: 50px;
  height: 50px;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  #pagetop img {
    width: 40px;
    height: 40px;
  }
}

#pagetop.f_fixed {
  position: fixed;
  bottom: 60px;
  right: 20px;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  #pagetop.f_fixed {
    right: 10px;
  }
}

#pagetop.is-stop {
  position: absolute;
  top: -30px;
  right: 20px;
}
@media screen and (max-width: 767px) {
  #pagetop.is-stop {
    right: 10px;
  }
}

/* header
-------------------------------------------------- */
#h_logo {
  position: fixed;
  top: 50px;
  left: 50px;
  width: 160px;
  mix-blend-mode: multiply;
  background: transparent;
  z-index: 999;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  #h_logo {
    top: 30px;
    left: calc(50% - 70px);
    width: 140px;
  }
}
#h_logo.fixed {
  top: 30px;
  left: 20px;
  width: 80px;
}

#gnav_wrapper {
  position: fixed;
  top: 30px;
  right: 20px;
  display: flex;
  justify-content: flex-end;
  gap: 0 30px;
  z-index: 999;
}
@media screen and (max-width: 1370px) {
  #gnav_wrapper {
    gap: 0 20px;
  }
}
@media screen and (max-width: 1180px) {
  #gnav_wrapper {
    display: none;
  }
}
#gnav_wrapper #gnav ul {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 30px;
}
@media screen and (max-width: 1370px) {
  #gnav_wrapper #gnav ul {
    gap: 0 20px;
  }
}
#gnav_wrapper #gnav ul li {
  position: relative;
}
#gnav_wrapper #gnav ul li a {
  font-size: 1.5rem;
  padding-bottom: 5px;
  letter-spacing: 0.03em;
  display: block;
  background-image: linear-gradient(#E63309, #E63309);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 2px;
  transition: background-size 0.3s;
  background-color: transparent;
}
#gnav_wrapper #gnav ul li a:hover {
  color: #00666A !important;
  background-position: bottom left;
  background-size: 100% 2px;
}
#gnav_wrapper #gnav ul li .child {
  position: absolute;
  padding-top: 20px;
  top: 15px;
  left: 0;
  width: 320px;
  display: none;
  opacity: 0;
  transition: all 0.5s;
}
#gnav_wrapper #gnav ul li .child.active {
  display: block;
  opacity: 1;
}
#gnav_wrapper #gnav ul li .child::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 5px;
  background: #03858A;
  -webkit-clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
  top: 16px;
  left: 35px;
}
#gnav_wrapper #gnav ul li .child ul {
  display: flex;
  gap: 0;
}
#gnav_wrapper #gnav ul li .child ul li {
  position: static;
  width: 50%;
}
#gnav_wrapper #gnav ul li .child ul li a {
  padding: 10px 8px;
  width: 100%;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  line-height: 1.4;
  display: block;
  color: #FFF;
  background: #03858A;
  border-radius: 10px 0 0 10px;
}
#gnav_wrapper #gnav ul li .child ul li a:hover {
  color: #FFF !important;
  background: #00666A;
}
#gnav_wrapper #gnav ul li .child ul li a span {
  font-size: 1.4rem;
  display: block;
}
#gnav_wrapper #gnav ul li .child ul li:nth-of-type(2) a {
  position: relative;
  border-radius: 0 10px 10px 0;
}
#gnav_wrapper #gnav ul li .child ul li:nth-of-type(2) a::before {
  position: absolute;
  content: "";
  top: calc(50% - 19px);
  left: -0.5px;
  width: 1px;
  height: 37px;
  background: #CFE6E6;
}
#gnav_wrapper #gnav_btn {
  isolation: isolate;
}
#gnav_wrapper #gnav_btn ul {
  height: 100%;
  display: flex;
  gap: 0 10px;
}
@media screen and (max-width: 1370px) {
  #gnav_wrapper #gnav_btn ul {
    gap: 0 5px;
  }
}
#gnav_wrapper #gnav_btn ul li a {
  padding: 10px 20px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 1.4rem;
  background: #03858A;
  border-radius: 10px;
  gap: 0 5px;
}
#gnav_wrapper #gnav_btn ul li a:hover {
  background: #00666A;
}
#gnav_wrapper #gnav_btn ul li a span {
  width: 12px;
  height: 19.675px;
  background: url(../img/common/icn-marker-w.svg) no-repeat 0 0/contain;
  display: block;
}
#gnav_wrapper #gnav_btn ul li:nth-of-type(2) a span {
  width: 18px;
  height: 13px;
  background: url(../img/common/icn-mail-w.svg) no-repeat 0 0/contain;
}

/* ハンバーガー */
.menu-btn {
  position: fixed;
  top: 40px;
  right: 20px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 1002;
  /* ラベル */
}
@media (min-width: 1180px) {
  .menu-btn {
    display: none;
  }
}
.menu-btn .line-wrap {
  height: 2px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  position: relative;
  transform-origin: center center;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), width 0.4s ease;
}
.menu-btn .line-wrap.long {
  width: 50px;
}
.menu-btn .line-wrap.long .line {
  width: 50px;
}
.menu-btn .line-wrap.short {
  width: 25px;
}
.menu-btn .line-wrap.short .line {
  width: 25px;
}
.menu-btn .line-wrap .line {
  height: 2px;
  background: #00989F;
  border-radius: 1px;
  display: block;
  transition: width 0.4s ease;
}
.menu-btn .menu-label {
  font-family: "Lancelot", serif;
  color: #00989F;
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: 0.17em;
  transition: opacity 0.3s ease;
  display: inline-block;
  opacity: 1;
}
.menu-btn .menu-label.fade-out {
  opacity: 0;
}
.menu-btn.active .line-wrap.long {
  transform: rotate(45deg);
  width: 50px;
}
.menu-btn.active .line-wrap.long .line {
  width: 50px;
}
.menu-btn.active .line-wrap.short {
  transform: rotate(-45deg) translate(9px, -9px);
  width: 50px;
}
.menu-btn.active .line-wrap.short .line {
  width: 50px;
}
.menu-btn.active .line-wrap .line {
  background: #FFF;
}
.menu-btn.active .menu-label {
  color: #FFF;
}

/* 展開パネル */
.full-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  min-height: 100svh;
  background: #00989F;
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.5s ease;
  z-index: 1001;
  pointer-events: none;
  overflow-y: scroll;
  /* safe-area対応 */
  padding-top: env(safe-area-inset-top);
  padding-bottom: env(safe-area-inset-bottom);
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
  /* アクティブ時 */
}
@media (min-width: 1179px) {
  .full-menu {
    display: none;
  }
}
.full-menu.active {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
.full-menu .menu-logo {
  position: absolute;
  width: 50%;
  max-width: 325px;
  top: 20px;
  left: 20px;
}
.full-menu .menu-footer {
  padding: 25px 0;
  color: #FFF;
  background: #028588;
}
.full-menu .menu-footer .txt {
  margin: 0 auto;
  width: calc(100% - 50px);
}
.full-menu .menu-footer .txt p {
  margin-bottom: 10px;
  color: #FFF;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
.full-menu .menu-footer .txt .addr {
  padding-bottom: 25px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #FFF;
}
.full-menu .menu-footer .txt .addr p {
  margin-bottom: 0;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.full-menu .menu-footer .txt .telfax_box {
  padding-top: 25px;
}
.full-menu .menu-footer .txt .telfax_box p {
  text-align: center;
  line-height: 1;
}
.full-menu .menu-footer .txt .telfax_box .txt01 {
  font-size: 1.4rem;
}
.full-menu .menu-footer .txt .telfax_box .txt02 {
  font-size: 1rem;
}
.full-menu .menu-footer .txt .telfax_box .tel {
  font-family: "Montserrat", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
}
.full-menu .menu-footer .txt .telfax_box .time span {
  position: relative;
  padding: 0 15px;
  font-size: 1rem;
  display: inline-block;
}
.full-menu .menu-footer .txt .telfax_box .time span::before, .full-menu .menu-footer .txt .telfax_box .time span::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background: #FFF;
  top: 50%;
}
.full-menu .menu-footer .txt .telfax_box .time span::before {
  left: 0;
}
.full-menu .menu-footer .txt .telfax_box .time span::after {
  right: 0;
}

.menu-box {
  margin: 160px auto 50px;
  width: calc(100% - 50px);
  border-top: 1px solid #CFE6E6;
}
.menu-box a {
  position: relative;
  color: #FFF;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  display: inline-block;
}
.menu-box a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%; /* 上下中央 */
  transform: translateY(-50%); /* 完全中央揃え */
  width: 0%;
  height: 15px; /* ラインの太さ */
  background-color: #E3DC19; /* 黄色 */
  z-index: -1; /* 文字の背面 */
  transition: width 0.3s ease;
}
.menu-box a:hover::after {
  width: 100%;
}

.main-item {
  padding: 10px 0;
  border-bottom: 1px solid #CFE6E6;
}
.main-item .sub-items {
  margin-top: 10px;
  margin-left: 30%;
}
.main-item .sub-items li {
  padding: 10px 0;
  border-top: 1px solid #CFE6E6;
}
.main-item .sub-items li:last-of-type {
  padding: 10px 0 0;
}
.main-item .sub-items li span {
  position: relative;
  padding-left: 15px;
}
.main-item .sub-items li span::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background: #FFF;
  top: 50%;
  left: 0;
}

/* メニューグリッド（白背景内70%、上下中央） */
/*
.full-menu .menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  width: 70%;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
*/
/* 大項目 */
.full-menu .menu-grid .main-item {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

/* 小項目 */
.full-menu .menu-grid .sub-items {
  list-style: none;
  padding: 0;
  margin: 0;
}

.full-menu .menu-grid .sub-items li {
  font-size: 16px;
  margin: 4px 0;
  opacity: 0;
  transform: translateY(-15px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

/* アクティブ時アニメーション */
.full-menu.active .menu-grid .main-item,
.full-menu.active .menu-grid .sub-items li {
  opacity: 1;
  transform: translateY(0);
}

/* 遅延フェードイン（メニュー開閉0.5秒後スタート） */
.full-menu.active .menu-grid .main-item:nth-child(1) {
  transition-delay: 0.5s;
}

.full-menu.active .menu-grid .main-item:nth-child(2) {
  transition-delay: 0.65s;
}

.full-menu.active .menu-grid .main-item:nth-child(3) {
  transition-delay: 0.8s;
}

.full-menu.active .menu-grid .main-item:nth-child(4) {
  transition-delay: 0.95s;
}

.full-menu.active .menu-grid .main-item:nth-child(5) {
  transition-delay: 1.1s;
}

.full-menu.active .menu-grid .main-item:nth-child(6) {
  transition-delay: 1.25s;
}

.full-menu.active .menu-grid .sub-items li:nth-child(1) {
  transition-delay: 0.55s;
}

.full-menu.active .menu-grid .sub-items li:nth-child(2) {
  transition-delay: 0.7s;
}

.full-menu.active .menu-grid .sub-items li:nth-child(3) {
  transition-delay: 0.85s;
}

/* footer
-------------------------------------------------- */
#footer {
  position: relative;
  margin-top: -200px;
}
#footer .f_top {
  position: relative;
  width: 100%;
  height: 200px;
}
@media screen and (max-width: 1370px) {
  #footer .f_top {
    height: 150px;
  }
}
@media screen and (max-width: 767px) {
  #footer .f_top {
    height: 100px;
  }
}
#footer .f_top img {
  position: absolute;
  bottom: -1px;
  left: 0;
}
#footer .footer_wrapper {
  position: relative;
  background: #00989F url(../img/common/noise-black.png) repeat 0 0;
}
@media screen and (max-width: 767px) {
  #footer .footer_wrapper {
    padding: 40px 0 60px;
  }
}
#footer .footer_wrapper .main_width {
  padding: 0 0 100px;
  display: flex;
  justify-content: space-between;
  max-width: 1280px;
}
@media screen and (max-width: 767px) {
  #footer .footer_wrapper .main_width {
    padding: 0;
    flex-direction: column;
    gap: 25px 0;
  }
}
#footer .footer_wrapper .main_width .f_info {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #footer .footer_wrapper .main_width .f_info {
    width: 100%;
  }
}
#footer .footer_wrapper .main_width .f_info .f_logo {
  margin-bottom: 50px;
  max-width: 210px;
}
@media screen and (max-width: 767px) {
  #footer .footer_wrapper .main_width .f_info .f_logo {
    margin-bottom: 30px;
    width: 58%;
    max-width: 440px;
  }
}
#footer .footer_wrapper .main_width .f_info .f_txt p {
  margin-bottom: 10px;
  color: #FFF;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #footer .footer_wrapper .main_width .f_info .f_txt p {
    font-size: 1.2rem;
  }
}
#footer .footer_wrapper .main_width .f_info .f_txt .addr {
  display: flex;
  gap: 0 30px;
}
@media screen and (max-width: 767px) {
  #footer .footer_wrapper .main_width .f_info .f_txt .addr {
    gap: 0;
    justify-content: space-between;
  }
}
#footer .footer_wrapper .main_width .f_info .f_txt .time span {
  position: relative;
  padding: 0 15px;
  display: inline-block;
}
#footer .footer_wrapper .main_width .f_info .f_txt .time span::before, #footer .footer_wrapper .main_width .f_info .f_txt .time span::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background: #FFF;
  top: 50%;
}
#footer .footer_wrapper .main_width .f_info .f_txt .time span::before {
  left: 0;
}
#footer .footer_wrapper .main_width .f_info .f_txt .time span::after {
  right: 0;
}
#footer .footer_wrapper .main_width .f_info .f_txt .tel {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}
#footer .footer_wrapper .main_width .f_info .f_txt .tel span {
  font-family: "Montserrat", sans-serif;
  font-size: 2.6rem;
}
#footer .footer_wrapper .main_width .telfax_box {
  padding: 25px 0 0;
  color: #FFF;
  border-top: 1px solid #FFF;
}
#footer .footer_wrapper .main_width .telfax_box p {
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
#footer .footer_wrapper .main_width .telfax_box .txt01 {
  font-size: 1.4rem;
}
#footer .footer_wrapper .main_width .telfax_box .txt02 {
  padding: 10px 0 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
}
#footer .footer_wrapper .main_width .telfax_box .tel {
  font-family: "Montserrat", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
}
#footer .footer_wrapper .main_width .telfax_box .time span {
  position: relative;
  padding: 0 15px;
  font-size: 1rem;
  display: inline-block;
}
#footer .footer_wrapper .main_width .telfax_box .time span::before, #footer .footer_wrapper .main_width .telfax_box .time span::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background: #FFF;
  top: 50%;
}
#footer .footer_wrapper .main_width .telfax_box .time span::before {
  left: 0;
}
#footer .footer_wrapper .main_width .telfax_box .time span::after {
  right: 0;
}
#footer .footer_wrapper .main_width .f_nav {
  padding-top: 195px;
  display: flex !important;
  gap: 0 80px;
}
@media screen and (max-width: 767px) {
  #footer .footer_wrapper .main_width .f_nav {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  #footer .footer_wrapper .main_width .f_nav {
    padding-top: 50px;
    gap: 0 20px;
  }
}
#footer .footer_wrapper .main_width .f_nav ul {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
  line-height: 1;
}
#footer .footer_wrapper .main_width .f_nav ul li {
  position: relative;
}
#footer .footer_wrapper .main_width .f_nav ul li.child {
  position: relative;
  padding-left: 15px;
}
#footer .footer_wrapper .main_width .f_nav ul li.child::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background: #FFF;
  top: 0.5em;
  left: 0;
}
#footer .footer_wrapper .main_width .f_nav ul li a {
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  display: inline-block;
  padding-bottom: 3px;
  background-image: linear-gradient(#FFF, #FFF);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 1px;
  transition: background-size 0.3s;
  padding-bottom: 5px;
}
#footer .footer_wrapper .main_width .f_nav ul li a:hover {
  background-position: bottom left;
  background-size: 100% 1px;
}
#footer .footer_wrapper .main_width .menu-box {
  margin: 0 auto;
  width: 100%;
}
#footer .f_btm {
  padding: 30px 0;
  background: #03858A;
}
@media screen and (max-width: 767px) {
  #footer .f_btm {
    padding: 15px 0;
  }
}
#footer .f_btm .ttl {
  color: #FFF;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #footer .f_btm .ttl {
    font-size: 1.2rem;
  }
}
#footer .f_btm .f_btm_link {
  color: #FFF;
  font-size: 1rem;
  letter-spacing: 0.06em;
  line-height: 1;
}
#footer .f_btm .f_btm_link a {
  color: #FFF;
  font-size: 1rem;
  padding-bottom: 3px;
  background-image: linear-gradient(#FFF, #FFF);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 1px;
  transition: background-size 0.3s;
}
#footer .f_btm .f_btm_link a:hover {
  background-position: bottom left;
  background-size: 100% 1px;
}
#footer .f_btm small {
  margin-top: 10px;
  font-family: "Lexend Zetta", sans-serif;
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  #footer .f_btm small {
    margin-top: 40px;
    font-size: 0.8rem;
  }
}
#footer .f_btm .main_width.f_btm_pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer .f_btm .main_width.f_btm_pc .f_btm_01 {
  color: #FFF;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  #footer .f_btm .main_width.f_btm_pc {
    display: none;
  }
}
@media (min-width: 768px) {
  #footer .f_btm .main_width.f_btm_sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #footer .f_btm .main_width.f_btm_sp .f_btm_01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

/* under */
/* ------------------------------------ */
.under {
  background: url(../img/common/under-bg.png) repeat-x 0 0;
  /* sticky */
  /* deco */
}
.under.all-posts, .under.single-all-posts {
  background: url(../img/common/under-post-bg.png) repeat 0 0;
}
.under #h_logo {
  top: 30px;
  left: 20px;
  width: 80px;
}
.under #footer {
  margin-top: 0;
}
.under main {
  padding-top: 300px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .under main {
    padding-top: 150px;
  }
}
.under main .main_width {
  max-width: 1540px;
}
.under .main_ttl {
  margin-bottom: 170px;
}
@media screen and (max-width: 767px) {
  .under .main_ttl {
    margin-bottom: 80px;
  }
}
.under .main_ttl.sub {
  margin-bottom: 0;
}
.under .main_ttl.main_width {
  max-width: 1280px;
}
.under .main_ttl .h1box {
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .under .main_ttl .h1box {
    margin-bottom: 25px;
  }
}
.under .main_ttl .h1box .mttl {
  position: relative;
  margin-bottom: 20px;
  font-family: "Lancelot", serif;
  color: #00989F;
  font-size: 7rem;
  letter-spacing: 0.06em;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .under .main_ttl .h1box .mttl {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 4rem;
  }
}
.under .main_ttl .h1box .mttl::after {
  position: absolute;
  content: "";
  width: 41px;
  height: 11px;
  background: url(../img/common/heading-deco_01.png) no-repeat 0 0/contain;
  bottom: 0;
  left: 0;
}
.under .main_ttl .h1box p {
  color: #00989F;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.under .subnav {
  margin-bottom: 30px;
}
.under .subnav.main_width {
  max-width: 1540px;
}
.under .subnav ul {
  display: flex;
  justify-content: flex-end;
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  .under .subnav ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 15px;
  }
}
.under .subnav ul li {
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .under .subnav ul li {
    padding-right: 15px;
  }
}
.under .subnav ul li a {
  position: relative;
  color: #6E8E90;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  display: block;
  padding-bottom: 3px;
  background-image: linear-gradient(#FFF, #FFF);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 1px;
  transition: background-size 0.3s;
  background-image: linear-gradient(#6E8E90, #6E8E90);
}
.under .subnav ul li a::after {
  position: absolute;
  content: "";
  width: 8.6px;
  height: 4.025px;
  background: url(../img/common/arrow-down.svg) no-repeat 0 0/contain;
  top: calc(50% - 2px);
  right: -18px;
}
@media screen and (max-width: 767px) {
  .under .subnav ul li a::after {
    right: -15px;
  }
}
.under .subnav ul li a:hover {
  -webkit-animation: line-slide02 0.8s ease forwards;
          animation: line-slide02 0.8s ease forwards;
}
.under .subnav {
  margin-top: 170px;
}
@media screen and (max-width: 767px) {
  .under .subnav {
    margin-top: 80px;
  }
}
.under .page_fig {
  position: absolute;
}
.under .deco_ttlbox01 {
  margin: 0 auto 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .under .deco_ttlbox01 {
    margin-bottom: 25px;
  }
}
.under .deco_ttlbox01 .ttl {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-family: "Lancelot", serif;
  color: #00989F;
  font-size: 6rem;
  letter-spacing: 0.06em;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .under .deco_ttlbox01 .ttl {
    font-size: 4rem;
  }
}
.under .deco_ttlbox01 .ttl::after {
  position: absolute;
  content: "";
  width: 41px;
  height: 11px;
  background: url(../img/common/heading-deco_01.png) no-repeat 0 0/contain;
  bottom: 0;
  left: calc(50% - 20px);
}
.under .deco_ttlbox01 p {
  color: #00989F;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.under .deco_ttlbox02 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .under .deco_ttlbox02 {
    margin-bottom: 25px;
  }
}
.under .deco_ttlbox02 .ttl {
  position: relative;
  padding-bottom: 10px;
  font-family: "Lancelot", serif;
  color: #00989F;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .under .deco_ttlbox02 .ttl {
    font-size: 1.2rem;
  }
}
.under .deco_ttlbox02 .ttl::after {
  position: absolute;
  content: "";
  width: 44px;
  height: 6px;
  background: url(../img/common/heading-deco_02.png) no-repeat 0 0/contain;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.under .deco_ttlbox02.white .ttl {
  color: #FFF;
}
.under .deco_ttlbox02.white .ttl::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(44%) saturate(317%) hue-rotate(203deg) brightness(106%) contrast(100%);
}
.under .h2box {
  margin: 0 auto 80px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .under .h2box {
    margin: 0 auto 40px;
  }
}
.under .h2box h2 {
  color: #00989F;
  font-size: 3.2rem;
  letter-spacing: 0.12em;
  line-height: 1.78;
}
@media screen and (max-width: 767px) {
  .under .h2box h2 {
    font-size: 2.4rem;
  }
}
.under .h2box .subttl span {
  position: relative;
  color: #00989F;
  font-size: 1.8rem;
  letter-spacing: 0.12em;
  line-height: 1.78;
}
.under .h2box .subttl span::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background: #00989F;
  top: calc(50% - 1px);
  left: -50px;
}
@media screen and (max-width: 767px) {
  .under .h2box .subttl span::before {
    width: 20px;
    left: -25px;
  }
}
.under .h2box .subttl span::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background: #00989F;
  top: calc(50% - 1px);
  right: -50px;
}
@media screen and (max-width: 767px) {
  .under .h2box .subttl span::after {
    width: 20px;
    right: -25px;
  }
}
.under .h2box.white h2 {
  color: #FFF;
}
/*# sourceMappingURL=style_garden.css.map */