@charset "UTF-8";
/* ==============================

    サイト設定　適宜変更箇所

============================== */
body,
html {
  font-size: 18px;
}

body {
  color: #1c1f1b;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: bold;
  background-image: url(../img/allbk.png);
  background-repeat: repeat;
}

html {
  scroll-behavior: smooth;
}

a {
  transition: opacity 0.6s ease;
}
a:hover {
  opacity: 0.7;
}

a,
a img {
  color: #1c1f1b;
  text-decoration: none;
  transition: all 0.2s ease 0s;
}

/*下層ページタイトル*/
h2 {
  font-size: 3.6rem;
}

h2::before {
  font-size: 2em;
}

h2[data-name]::before {
  line-height: 0.6;
  font-size: 0.6em;
  font-weight: bold;
}

h3 {
  font-size: 2.6rem;
}

.wp-block-button {
  font-size: 1.2rem;
}

.wp-block-button[data-name]::before {
  font-size: 0.8em;
  font-weight: bold;
}

/*PCでは不要な場合*/
.nav-wrapper {
  display: none;
}

/* ==============================

    サイト設定

============================== */
.inner-s {
  max-width: 960px;
  margin: 0 auto;
}

.inner-l {
  max-width: 1440px;
  margin: 0 auto;
}

/* カラー */
.red {
  color: #6E0B0B;
  font-weight: bold;
}

/*画像ホバー時*/
.img-hover {
  transition: 0.6s;
}

.img-hover:hover {
  opacity: 0.6;
}

.flex-row {
  flex-direction: row-reverse;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

/* ==============================

　　固定メニュー

　============================== */
.fix_nav.sp_disp.sp {
  position: fixed;
  z-index: 300;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #327aa3;
}

.wp-block-group.fix_nav.sp_disp-inner {
  gap: 0;
}

.kotei-menu {
  color: #fff;
  padding: 5px 0;
  text-align: center;
  border-right: 0.5px solid #fff;
  position: relative;
}

.kotei-menu:last-child {
  border-right: none;
}

/*メニュー数*/
.sp_disp-4 .kotei-menu {
  width: 25%;
}

.sp_disp-3 .kotei-menu {
  width: 33.3333333333%;
}

.sp_disp-2 .kotei-menu {
  width: 50%;
}

.sp_disp-1 .kotei-menu {
  width: 100%;
}

/* ==============================

ヘッダーの設定

　============================== */
header {
  width: 100%;
  transition: 0.6s;
}

.header-inner {
  transition: 0.6s;
}

/*適宜修正*/
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 300;
}

.header-inner_inner {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 5px;
}

.fix_nav.sp_disp.sp {
  display: none;
}

/* ==============================

    メインビジュアル

　============================== */
/*メインビジュアル　relative*/
.mainv {
  z-index: 0;
  position: relative;
}

.slider-01 {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #000;
}

/*メインビジュアル　高さ適宜変更*/
.mainv,
.slider-01,
.slider-01 .slide figure.wp-block-image.size-full,
.slider-01 .slide figure.wp-block-image.size-full img {
  height: 100vh;
}

/*メインビジュアルキャッチコピー*/
figure.wp-block-image.size-full.maincopy {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 20;
  /* 下記適宜変更*/
  max-width: 865px;
  height: 337px;
  width: 100%;
}

/* ==============================

    特定商取引に基づく表記・テーブル

　============================== */
.wp-block-group.tokusho-wrap {
  padding: 80px 0;
}

figure.wp-block-table td,
figure.wp-block-table th {
  border: none;
  padding: 18px 17px;
}

figure.wp-block-table {
  border: 1px solid #ccc;
}

.wp-block-table td:first-of-type {
  width: 50%;
  background-color: #ccc;
  border-bottom: 1px solid #fff;
}

.wp-block-table tr td {
  border-bottom: 1px solid #ccc;
}

.wp-block-table tr:last-of-type td {
  border-bottom: none;
}

/* ==============================

    個人情報保護方針

　============================== */
.wp-block-group.policy-wrap {
  padding: 80px 0;
  font-size: 16px;
  line-height: 2;
}

.wp-block-group.policy-wrap p {
  margin-bottom: 35px;
}

.wp-block-group.policy-wrap li {
  margin-bottom: 26px;
}

/* ==============================

　　↓　PC版テーマ専用CSSは下記から記述　↓

　============================== */
/* ==============================

    タブレット横以下

============================== */
/* ==============================

    スマホ・タブレット縦

============================== */
@media screen and (max-width: 1100px) {
  /*ハンバーガーメニュー表示*/
  .nav-wrapper {
    display: block;
  }
  .is-layout-flex > nav.header-inner-menu {
    display: none;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* ==============================

    タブレット縦のみ

============================== */
@media (max-width: 1100px) and (min-width: 710px) {
  /*MVの高さ適宜変更*/
  .mainv,
.slider-01,
.slider-01 .slide figure.wp-block-image.size-full,
.slider-01 .slide figure.wp-block-image.size-full img {
    height: 60vh;
  }
  .tel-menu-flex {
    max-width: 374px;
  }
}
/* ==============================

    スマホ以下　

============================== */
@media screen and (max-width: 710px) {
  .fix_nav.sp_disp.sp {
    display: block;
  }
  /*スマホ版MVの高さ適宜変更*/
  .mainv,
.slider-01,
.slider-01 .slide figure.wp-block-image.size-full,
.slider-01 .slide figure.wp-block-image.size-full img {
    height: 60vh;
  }
  /*スマホ版文字サイズ*/
  p {
    font-size: 14px;
    line-height: 2;
  }
  /* ==============================

      特定商取引に基づく表記・テーブル

  ============================== */
  .wp-block-table tr td {
    display: block;
    width: 100%;
  }
  .wp-block-table td:first-of-type {
    width: 100%;
  }
  figure.wp-block-table td,
figure.wp-block-table th {
    border: none;
    padding: 10px 13px;
  }
  figure.wp-block-table {
    font-size: 14px;
  }
  .wp-block-group.tokusho-wrap {
    padding: 59px 0 94px;
  }
  /* ==============================

      個人情報保護方針

  　============================== */
  .wp-block-group.policy-wrap {
    font-size: 14px;
    padding: 59px 0 94px;
  }
  .wp-block-group.policy-wrap p {
    margin-bottom: 23px;
  }
  .wp-block-group.policy-wrap li {
    margin-bottom: 20px;
  }
  /* ==============================

      以下テーマ専用CSS

  ============================== */
}
/* ==============================

  その他適宜追加する場合は下記に記述

============================== */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
  scroll-margin-top: 120px;
}

body {
  color: #515151;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
}

.btn {
  text-align: center;
  max-width: 360px;
  margin: 0 auto;
  position: relative;
  display: block;
}
@media (max-width: 880px) {
  .btn {
    max-width: 280px;
  }
}
.btn::after {
  content: "";
  max-width: 360px;
  width: 100%;
  display: block;
  background-color: #61a0c7;
  height: 75px;
  border-radius: 50px;
  position: absolute;
  z-index: 1;
  bottom: -10px;
  right: -10px;
  transition: opacity 0.3s ease;
}
@media (max-width: 880px) {
  .btn::after {
    max-width: 250px;
    height: 56px;
    bottom: -2px;
    right: -3px;
  }
}
.btn:hover::after {
  opacity: 0;
}
.btn a {
  background-color: #2b6a91;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  max-width: 360px;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 30px 0;
  border-radius: 50px;
  position: relative;
  z-index: 2;
  letter-spacing: 0.2em;
  transition: opacity 0.6s ease;
}
.btn a:hover {
  opacity: 0.7;
}
@media (max-width: 880px) {
  .btn a {
    font-size: 1.4rem;
    padding: 15px 0;
  }
}
.btn a::before {
  content: "";
  width: 9px;
  height: 15px;
  background-image: url(../img/arrow.png);
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 880px) {
  .btn a::before {
    right: 15px;
  }
}
.btn.wh a {
  background-color: #fff;
  color: #2b6a93;
  transition: opacity 0.6s ease;
}
.btn.wh a:hover {
  opacity: 0.7;
}
.btn.wh a::before {
  background-image: url(../img/arrow02.png);
}

.ttl {
  text-align: center;
  font-size: 70px;
  font-family: "Damion", cursive;
  font-weight: 400;
  color: #2b6a91;
}
.ttl.jp {
  font-size: 30px;
}
@media (max-width: 880px) {
  .ttl {
    font-size: 50px;
  }
}
.ttl.left {
  text-align: left;
}
.ttl.left::after {
  content: "";
  margin: 20px 0 0;
}
.ttl::after {
  content: "";
  display: block;
  width: 56px;
  height: 13px;
  background-image: url(../img/ttlafter.png);
  margin: 20px auto 0;
  background-repeat: no-repeat;
}
@media (max-width: 880px) {
  .ttl::after {
    width: 28px;
    height: 6px;
    background-size: cover;
    margin: 15px auto 0;
  }
}
.ttl.wh {
  color: #fff;
}
.ttl.wh::after {
  background-image: url(../img/ttlafterwh.png);
  background-repeat: no-repeat;
}
@media (max-width: 880px) {
  .ttl.wh::after {
    width: 28px;
    height: 6px;
    background-size: cover;
  }
}

header {
  background-color: #327aa3;
  /* ====== ヘッダーの横幅・レイアウト（.innerの代わり） ====== */
  /* ====== ロゴ ====== */
  /* ====== PCナビ ====== */
  /* ====== ハンバーガー（SP用） ====== */
  /* SPメニュー枠（必要に応じてJSで .is-open を付与して開閉） */
  /* sp-nav-wrapに is-open が付いた時に背景も有効に */
}
@media (max-width: 880px) {
  header {
    padding-bottom: 0px;
  }
}
header .header-inner {
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 20px; /* 余白欲しければ */
}
header .header-inner > .wp-block-group__inner-container {
  /* さらに内側のグループ */
}
header .header-inner > .wp-block-group__inner-container .header-inner_inner > .wp-block-group__inner-container {
  /* ロゴとPCナビが入ってるflex */
}
header .header-inner > .wp-block-group__inner-container .header-inner_inner > .wp-block-group__inner-container > .wp-block-group.is-layout-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (max-width: 880px) {
  header .header-inner > .wp-block-group__inner-container .header-inner_inner > .wp-block-group__inner-container > .wp-block-group.is-layout-flex {
    justify-content: center;
  }
}
header .logo {
  padding: 6px 0 15px;
}
header .logo img {
  display: block;
  height: auto;
}
@media (max-width: 880px) {
  header .logo img {
    max-width: 90px;
  }
}
header .nav {
  /* WPの構造に合わせて深く当てる */
  /* SPではPCナビを消す（必要なら） */
}
header .nav .wp-block-navigation ul.wp-block-navigation__container {
  display: flex;
  gap: 30px;
  align-items: flex-end;
}
@media (max-width: 1200px) {
  header .nav .wp-block-navigation ul.wp-block-navigation__container {
    flex-wrap: wrap;
    max-width: 70%;
    gap: 30px 50px;
    margin: auto;
    justify-content: space-between;
  }
}
header .nav .wp-block-navigation ul.wp-block-navigation__container li.wp-block-navigation-item {
  text-align: center;
  margin-top: -25px;
  /* NEWSだけ特別装飾（最後のliに当ててる） */
}
header .nav .wp-block-navigation ul.wp-block-navigation__container li.wp-block-navigation-item a.wp-block-navigation-item__content {
  color: #fff;
  position: relative;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
header .nav .wp-block-navigation ul.wp-block-navigation__container li.wp-block-navigation-item:last-child {
  padding-top: 0;
  flex-direction: column;
  margin-left: -25px;
}
header .nav .wp-block-navigation ul.wp-block-navigation__container li.wp-block-navigation-item:last-child::before {
  content: "";
  display: block;
  width: 117px;
  height: 32px;
  background-image: url("../img/news_icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  header .nav .wp-block-navigation ul.wp-block-navigation__container li.wp-block-navigation-item:last-child::before {
    width: 73px;
    height: 20px;
  }
}
@media (max-width: 880px) {
  header .nav {
    display: none;
  }
}
header .nav-wrapper {
  display: none; /* PCでは隠す */
}
@media (max-width: 880px) {
  header .nav-wrapper {
    display: block;
    position: fixed;
    right: 10px;
    top: 0px;
  }
}
@media (max-width: 880px) {
  header .hamburger-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 0;
  }
}
@media (max-width: 880px) {
  header .hamburger {
    width: 44px;
    height: 44px;
    cursor: pointer;
    display: grid;
    place-items: center;
    position: relative;
    right: 0;
  }
}
header .hamburger .hamburger__line {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  margin: 4px 0;
}
@media (max-width: 880px) {
  header .sp-nav-wrap {
    position: fixed;
    inset: 0;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
  }
}
header .sp-nav-wrap.is-open {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 880px) {
  header .sp-nav-inner {
    background: #fff;
    width: 100%;
    height: 100%;
    margin-left: auto;
    padding: 80px 20px 20px;
    overflow: auto;
  }
}
header nav.hamburger-menu ul.wp-block-navigation__container {
  display: grid;
  gap: 14px;
}
@media (max-width: 600px) {
  header nav.hamburger-menu ul.wp-block-navigation__container {
    font-size: 14px;
  }
}
header nav.hamburger-menu ul.wp-block-navigation__container a.wp-block-navigation-item__content {
  color: #327aa3;
  text-decoration: none;
  font-weight: 600;
}
@media (max-width: 880px) {
  header .black-bg {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
    z-index: 9998;
  }
}
header .sp-nav-wrap.is-open + .black-bg {
  opacity: 1;
  pointer-events: auto;
}

/* ====== contact（あなたの元コードそのまま） ====== */
.contact {
  padding: 20px 0 20px;
}
@media (max-width: 880px) {
  .contact {
    display: none;
  }
}

/* ======================
   SP用
====================== */
@media (max-width: 880px) {
  /* ======================
     ハンバーガー
  ====================== */
  .hamburger {
    display: none;
    width: 50px;
    height: 30px;
    position: relative;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1001;
    position: fixed;
    right: 20px;
    border: 3px solid #fff;
    border-radius: 100%;
    padding: 20px;
  }
  .hamburger span {
    position: absolute;
    left: 15%;
    width: 70%;
    height: 3px;
    background: #fff;
    transition: 0.3s;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }
  /* 開いた時のアニメーション */
  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 20px;
    background: #327aa3;
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 20px;
    background: #327aa3;
  }
  .hamburger {
    display: block;
  }
  .nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 70%;
    height: 100vh;
    background: #fff;
    padding: 80px 30px;
    transition: 0.4s;
    z-index: 1000;
  }
  .nav.active {
    right: 0;
  }
  .nav ul {
    flex-direction: column;
    gap: 20px;
  }
  /* 背景オーバーレイ */
  .overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }
  .overlay.active {
    opacity: 1;
    visibility: visible;
  }
  .menu {
    position: fixed;
    right: 25px;
    top: 75px;
    color: #fff;
  }
}
.mv {
  background-color: #327aa3;
  padding-top: 120px;
}
@media (max-width: 880px) {
  .mv {
    padding-top: 85px;
  }
}
.mv .inner {
  max-width: 1290px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 880px) {
  .mv .inner {
    padding: 0 20px;
  }
}
.mv .inner .mv_img {
  margin: 0 15px;
}
@media (max-width: 600px) {
  .mv .inner .mv_img {
    margin: 0px;
  }
}
.mv .inner .mv_img .sp_img {
  display: none;
}
@media (max-width: 880px) {
  .mv .inner .mv_img .sp_img {
    display: block;
  }
}
@media (max-width: 880px) {
  .mv .inner .mv_img .pc_img {
    display: none;
  }
}
.mv .inner .mv_txt {
  position: absolute;
  bottom: 100px;
  text-align: center;
  z-index: 2;
  width: 100%;
}
@media (max-width: 880px) {
  .mv .inner .mv_txt {
    width: 97%;
  }
}
@media (max-width: 600px) {
  .mv .inner .mv_txt {
    width: 90%;
    display: flex;
    justify-content: center;
    bottom: -65px;
    z-index: 10;
  }
}
.mv .inner .mv_txt .mv_txt01 {
  margin-bottom: 10px;
}
.mv .inner .mv_txt .mv_txt01 .txt01 {
  color: #fff;
  display: inline-block;
  font-size: 30px;
  background-color: #234e68;
  padding: 10px 30px;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media (max-width: 600px) {
  .mv .inner .mv_txt .mv_txt01 .txt01 {
    font-size: 18px;
    padding: 0px 10px;
  }
}
.mv .inner .mv_txt .mv_txt02 {
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (max-width: 600px) {
  .mv .inner .mv_txt .mv_txt02 {
    margin-top: -10px;
    margin-bottom: 0;
  }
}
.mv .inner .mv_txt .mv_txt02 .txt02 {
  color: #fff;
  display: inline-block;
  font-size: 30px;
}
@media (max-width: 600px) {
  .mv .inner .mv_txt .mv_txt02 .txt02 {
    font-size: 18px;
    padding: 3px 10px;
  }
  .mv .inner .mv_txt .mv_txt02 .txt02 > .wp-block-group__inner-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.mv .inner .mv_txt .mv_txt02 .txt02 p {
  background-color: #234e68;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.mv .inner .mv_txt .mv_txt02 .txt02 p.left {
  padding: 10px 0px 10px 10px;
  margin-right: -7px;
}
@media (max-width: 600px) {
  .mv .inner .mv_txt .mv_txt02 .txt02 p.left {
    font-size: 18px;
    padding: 0px 10px;
    margin-bottom: 5px;
  }
}
.mv .inner .mv_txt .mv_txt02 .txt02 p.right {
  padding: 10px 10px 10px 0px;
}
@media (max-width: 600px) {
  .mv .inner .mv_txt .mv_txt02 .txt02 p.right {
    display: block;
    margin-top: 0px;
    font-size: 18px;
    padding: 0px 10px;
  }
}
.mv .inner .mv_txt .mv_txten {
  text-align: center;
}
.mv .inner .mv_txt .mv_txten .txt03 {
  background-image: url(../img/mven.png);
  background-position: center;
  color: #234e68;
  font-size: 24px;
  padding: 20px 50px;
  font-family: "Damion", cursive;
  font-weight: 400;
  background-repeat: no-repeat;
}
@media (max-width: 600px) {
  .mv .inner .mv_txt .mv_txten .txt03 {
    font-size: 16px;
    background-image: url(../img/mven_sp.png);
    background-size: contain;
    margin-top: -20px;
  }
}

.top01 {
  margin-top: -250px;
  position: relative;
  z-index: 1;
}
@media (max-width: 880px) {
  .top01 {
    margin-top: -170px;
  }
}
@media (max-width: 600px) {
  .top01 {
    margin-top: -55px;
  }
}
.top01::before {
  content: "";
  width: 100%;
  height: 80%;
  position: absolute;
  top: 150px;
  background-image: url(../img/bk.png);
  background-repeat: repeat;
}
@media (max-width: 880px) {
  .top01::before {
    top: 100px;
    height: 90%;
  }
}
.top01 .img01 {
  position: relative;
  z-index: 2;
}
.top01 .img01 img {
  width: 100%;
}
.top01 .flex_box {
  max-width: 1217px;
  margin: 40px auto 0;
  padding: 0 20px;
  position: relative;
}
@media (max-width: 830px) {
  .top01 .flex_box {
    max-width: 580px;
    margin: 0 auto;
  }
}
.top01 .flex_box .wp-block-group__inner-container {
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media (max-width: 880px) {
  .top01 .flex_box .wp-block-group__inner-container {
    flex-direction: column;
  }
}
.top01 .flex_box .wp-block-group__inner-container .wp-block-group__inner-container {
  display: block;
}
.top01 .flex_box .sp_img {
  display: none;
}
@media (max-width: 880px) {
  .top01 .flex_box .sp_img {
    display: block;
    position: relative;
  }
}
@media (max-width: 880px) {
  .top01 .flex_box .pc_img {
    display: none;
  }
}
.top01 .flex_box figure {
  max-width: 570px;
}
.top01 .flex_box .left_box .ttl {
  color: #2b6a91;
  font-size: 70px;
  font-family: "Noto Sans JP", sans-serif;
  font-family: "Damion", cursive;
}
@media (max-width: 600px) {
  .top01 .flex_box .left_box .ttl {
    font-size: 50px;
  }
}
.top01 .flex_box .left_box .ttl::after {
  content: "";
  display: block;
  background-image: url(../img/ttlafter.png);
  margin-top: 20px;
}
@media (max-width: 880px) {
  .top01 .flex_box .left_box .ttl::after {
    width: 28px;
    height: 6px;
    background-size: cover;
  }
}
.top01 .flex_box .left_box .subttl {
  margin-top: 45px;
  margin-bottom: 50px;
  font-size: 30px;
  color: #2b6a91;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.2em;
}
@media (max-width: 880px) {
  .top01 .flex_box .left_box .subttl {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.top01 .flex_box .left_box .subttl strong {
  font-size: 37px;
}
@media (max-width: 880px) {
  .top01 .flex_box .left_box .subttl strong {
    font-size: 20px;
  }
}
.top01 .flex_box .left_box .txt01 {
  color: #2b6a91;
  line-height: 1.5;
  color: #2b6a91;
  margin-bottom: 30px;
  letter-spacing: 0.2em;
}
@media (max-width: 880px) {
  .top01 .flex_box .left_box .txt01 {
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 0;
    font-size: 14px;
  }
}
.top01 .flex_box .left_box .txt02 {
  color: #2b6a91;
  line-height: 1.5;
  color: #2b6a91;
  letter-spacing: 0.2em;
}
@media (max-width: 880px) {
  .top01 .flex_box .left_box .txt02 {
    font-weight: bold;
    line-height: 2;
    letter-spacing: 0;
    font-size: 14px;
  }
}

.top02 .inner {
  max-width: 1177px;
  margin: 40px auto 0;
  position: relative;
}
.top02 .inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../img/top02before.png);
  background-size: contain;
  width: 129px;
  height: 158px;
}
@media (max-width: 880px) {
  .top02 .inner::before {
    width: 64px;
    height: 78px;
  }
}
.top02 .inner::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../img/top02after.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 129px;
  height: 158px;
}
@media (max-width: 880px) {
  .top02 .inner::after {
    width: 64px;
    height: 74px;
    bottom: 105px;
    left: 5px;
  }
}
.top02 .inner .ttl {
  text-align: center;
  color: #2b6a91;
  font-size: 70px;
  font-family: "Damion", cursive;
}
@media (max-width: 880px) {
  .top02 .inner .ttl {
    font-size: 50px;
  }
}
.top02 .inner .ttl::after {
  content: "";
  display: block;
  background-image: url(../img/ttlafter.png);
  margin: 20px auto 0;
}
@media (max-width: 880px) {
  .top02 .inner .ttl::after {
    margin: 15px auto 0;
    width: 28px;
    height: 6px;
    background-size: cover;
  }
}
.top02 .inner .sub_txt {
  text-align: center;
  color: #2b6a91;
  font-size: 14px;
  margin-top: 40px;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media (max-width: 880px) {
  .top02 .inner .sub_txt {
    margin-top: 15px;
  }
}
.top02 .inner .flex_box {
  margin-top: 75px;
  margin-bottom: 70px;
}
@media (max-width: 880px) {
  .top02 .inner .flex_box {
    margin-top: 30px;
  }
}
.top02 .inner .flex_box .wp-block-group__inner-container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 880px) {
  .top02 .inner .flex_box .wp-block-group__inner-container {
    flex-direction: column;
    align-items: center;
  }
}
.top02 .inner .flex_box .wp-block-group__inner-container .wp-block-group__inner-container {
  display: block;
}
.top02 .inner .flex_box .numbers {
  color: #2b6a91;
  font-size: 100px;
  font-family: "Damion", cursive;
  line-height: 1;
  margin-top: -70px;
}
@media (max-width: 880px) {
  .top02 .inner .flex_box .numbers {
    font-size: 84px;
    margin-left: 10px;
  }
}
.top02 .inner .flex_box .img_box {
  max-width: 370px;
}
@media (max-width: 880px) {
  .top02 .inner .flex_box .img_box {
    margin-bottom: 20px;
    padding: 0 15px;
    max-width: 580px;
    width: 100%;
  }
}
.top02 .inner .flex_box .txt {
  text-align: right;
  transform: rotate(-5deg);
  padding-right: 20px;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media (max-width: 600px) {
  .top02 .inner .flex_box .txt {
    text-align: center;
    transform: rotate(0deg);
    padding-right: 0;
  }
}
.top02 .inner .flex_box .txt .txtinner {
  display: inline-block;
  font-size: 18px;
  color: #2b6a91;
  padding-bottom: 6px;
  background-position: bottom;
  background-repeat: repeat-x;
  background-image: url(../img/line.png);
  margin-left: auto;
  margin-bottom: 5px;
  letter-spacing: 0.2em;
}
@media (max-width: 880px) {
  .top02 .inner .flex_box .txt .txtinner {
    font-size: 16px;
  }
}

.top03 {
  background-image: url(../img/bkimg.png);
  padding: 100px 0;
  margin-top: 100px;
  background-size: cover;
  overflow-x: hidden;
}
@media (max-width: 880px) {
  .top03 {
    margin-top: 40px;
    padding: 50px 0;
  }
}
.top03 .inner {
  background-color: #fff;
  max-width: 1177px;
  margin: 0 auto;
  padding: 80px 0 100px;
  border-radius: 30px;
  position: relative;
}
@media (max-width: 880px) {
  .top03 .inner {
    padding: 40px 0 50px;
    max-width: 92%;
  }
}
.top03 .inner::before {
  content: "";
  display: block;
  width: 134px;
  height: 117px;
  background-image: url(../img/top03before.png);
  position: absolute;
  right: 50px;
  top: -25px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 880px) {
  .top03 .inner::before {
    width: 67px;
    height: 58px;
  }
}
.top03 .inner .lead {
  text-align: center;
  color: #2b6a91;
  font-size: 14px;
  margin-top: 40px;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media (max-width: 880px) {
  .top03 .inner .lead {
    margin-top: 20px;
  }
}
.top03 .inner .inner02 {
  max-width: 720px;
  margin: 80px auto 0;
  position: relative;
}
@media (max-width: 880px) {
  .top03 .inner .inner02 {
    padding: 0 15px;
    margin: 30px auto 0;
  }
}
.top03 .inner .inner02 .inner02_inner {
  border: 10px solid #2b6a91;
  filter: drop-shadow(-1.1px 2.7px 18px rgba(82, 114, 135, 0.99));
  background-color: #fff;
  border-radius: 30px;
  padding: 60px 30px;
  position: relative;
  z-index: 2;
}
@media (max-width: 600px) {
  .top03 .inner .inner02 .inner02_inner {
    padding: 40px 15px 50px;
    border: 5px solid #2b6a91;
    filter: drop-shadow(-0.5px 1.3px 4px rgba(82, 114, 135, 0.99));
  }
}
.top03 .inner .inner02::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../img/inner02_before.png);
  width: 367px;
  height: 583px;
  transform: translate(65%, -28%);
}
@media (max-width: 880px) {
  .top03 .inner .inner02::before {
    display: none;
  }
}
.top03 .inner .inner02::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../img/inner02_after.png);
  width: 367px;
  height: 611px;
  background-repeat: no-repeat;
  transform: translate(-60%, 38%);
}
@media (max-width: 880px) {
  .top03 .inner .inner02::after {
    display: none;
  }
}
.top03 .inner .inner02 .ttl02 {
  text-align: center;
  font-size: 24px;
  color: #2b6a91;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.2em;
  font-weight: bold;
}
@media (max-width: 880px) {
  .top03 .inner .inner02 .ttl02 {
    font-size: 16px;
  }
}
.top03 .inner .inner02 .ttl02::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-image: url(../img/line02.png);
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 880px) {
  .top03 .inner .inner02 .ttl02::after {
    margin-top: 20px;
    margin-bottom: 20px;
    background-image: url(../img/line02_sp.png);
    height: 1.5px;
  }
}
.top03 .inner .inner02 .txt_box .txt01 {
  font-size: 14px;
  color: #2b6a91;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 2;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 0.2em;
}
@media (max-width: 880px) {
  .top03 .inner .inner02 .txt_box .txt01 {
    margin-bottom: 20px;
    line-height: 2;
    letter-spacing: 0;
    font-size: 14px;
  }
}
.top03 .inner .inner02 .txt_box .txt01 strong {
  font-weight: bold;
}
@media (max-width: 880px) {
  .top03 .inner .inner02 .txt_box .txt01 strong {
    margin-top: 30px;
    display: block;
  }
}
@media (max-width: 880px) {
  .top03 .inner .inner02 .txt_box .txt01 {
    font-weight: bold;
    margin-bottom: 30px;
  }
}
.top03 .inner .bottomimg {
  text-align: center;
  max-width: 600px;
  margin: 80px auto 70px;
}
@media (max-width: 600px) {
  .top03 .inner .bottomimg {
    margin: 50px auto 0;
    position: absolute;
    bottom: 25px;
    right: -10px;
  }
}
@media (max-width: 880px) {
  .top03 .inner .btn {
    margin-top: 30px;
  }
}

.top04 {
  max-width: 1177px;
  margin: 0 auto;
  padding: 80px 0 80px;
  border-radius: 30px;
  position: relative;
}
.top04::before {
  content: "";
  display: block;
  background-image: url(../img/top04before.png);
  width: 256px;
  height: 309px;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 20px;
}
@media (max-width: 880px) {
  .top04::before {
    width: 103px;
    height: 175px;
    background-image: url(../img/top04before_sp.png);
    right: 10px;
    top: -20px;
  }
}
.top04::after {
  content: "";
  display: block;
  background-image: url(../img/top04after.png);
  width: 129px;
  height: 158px;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 880px) {
  .top04::after {
    width: 64px;
    height: 79px;
    left: 10px;
  }
}
@media (max-width: 880px) {
  .top04 .btn {
    margin-top: 40px;
  }
}
.top04 .menulist {
  margin-top: 90px;
  padding: 0 20px;
  margin-bottom: 100px;
}
@media (max-width: 880px) {
  .top04 .menulist {
    margin-top: 50px;
    margin-bottom: 0px;
  }
}
.top04 .menulist .wp-block-group__inner-container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 880px) {
  .top04 .menulist .wp-block-group__inner-container {
    flex-direction: column;
  }
}
.top04 .menulist .wp-block-group__inner-container .wp-block-group__inner-container {
  display: block;
}
.top04 .menulist .txtbox .sub_ttl {
  font-size: 60px;
  color: #fff;
  text-align: center;
  font-family: "Damion", cursive;
  font-weight: 400;
}
@media (max-width: 880px) {
  .top04 .menulist .txtbox .sub_ttl {
    font-size: 40px;
    line-height: 1;
    line-height: 1;
  }
}
.top04 .menulist .txtbox .txt {
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  margin-top: 30px;
}
@media (max-width: 880px) {
  .top04 .menulist .txtbox .txt {
    margin-top: 10px;
  }
}
.top04 .menulist .txtbox .chevron {
  width: 42px;
  height: 42px;
  background-color: #2b6a91;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto 0;
}
@media (max-width: 880px) {
  .top04 .menulist .txtbox .chevron {
    margin: 10px auto 0;
    width: 21px;
    height: 21px;
  }
}
.top04 .menulist .txtbox .chevron::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-right: 3px;
}
.top04 .menulist .menu01 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/menuimg01.png);
  width: 282px;
  height: 435px;
  background-size: cover;
  transition: opacity 0.4s ease;
}
.top04 .menulist .menu01:hover {
  opacity: 0.7;
}
@media (max-width: 880px) {
  .top04 .menulist .menu01 {
    width: 100%;
    max-width: 550px;
    background-size: contain;
    margin: 0 auto;
    background-repeat: no-repeat;
    height: 300px;
    background-image: url(../img/menuimg01_sp.png);
  }
}
@media (max-width: 600px) {
  .top04 .menulist .menu01 {
    width: 100%;
    height: 200px;
    background-image: url(../img/menuimg01_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 20px;
  }
}
.top04 .menulist .top_menu02 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/menuimg02.png);
  width: 282px;
  height: 435px;
  background-size: cover;
  margin-top: 30px;
  transition: opacity 0.4s ease;
  background-color: transparent;
}
.top04 .menulist .top_menu02:hover {
  opacity: 0.7;
}
@media (max-width: 880px) {
  .top04 .menulist .top_menu02 {
    width: 100%;
    max-width: 550px;
    background-size: contain;
    margin: 0 auto;
    background-repeat: no-repeat;
    height: 300px;
    background-image: url(../img/menuimg02_sp.png);
  }
}
@media (max-width: 600px) {
  .top04 .menulist .top_menu02 {
    width: 100%;
    height: 200px;
    background-image: url(../img/menuimg02_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
.top04 .menulist .menu03 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/menuimg03.png);
  width: 282px;
  height: 435px;
  background-size: cover;
  margin-top: 60px;
  transition: opacity 0.4s ease;
}
.top04 .menulist .menu03:hover {
  opacity: 0.7;
}
@media (max-width: 880px) {
  .top04 .menulist .menu03 {
    width: 100%;
    max-width: 550px;
    background-size: contain;
    margin: 0 auto;
    background-repeat: no-repeat;
    height: 300px;
    background-image: url(../img/menuimg03_sp.png);
  }
}
@media (max-width: 600px) {
  .top04 .menulist .menu03 {
    width: 100%;
    height: 200px;
    background-image: url(../img/menuimg03_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
.top04 .menulist .menu04 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/menuimg04.png);
  width: 282px;
  height: 435px;
  background-size: cover;
  margin-top: 90px;
  transition: opacity 0.4s ease;
}
.top04 .menulist .menu04:hover {
  opacity: 0.7;
}
@media (max-width: 880px) {
  .top04 .menulist .menu04 {
    width: 100%;
    max-width: 550px;
    background-size: contain;
    margin: 0 auto;
    background-repeat: no-repeat;
    height: 300px;
    background-image: url(../img/menuimg04_sp.png);
  }
}
@media (max-width: 600px) {
  .top04 .menulist .menu04 {
    width: 100%;
    height: 200px;
    background-image: url(../img/menuimg04_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 0px;
    margin-bottom: 20px;
  }
}

.top05 {
  /* Marquee */
  /* 無限ループの肝：2周分のうち「1周分」だけ左へ移動 */
}
.top05 .big {
  display: block;
  line-height: 0;
}
@media (max-width: 880px) {
  .top05 .big {
    margin-bottom: -1px !important;
  }
}
.top05 .big img {
  width: 100%;
  max-width: 100%;
  line-height: 0;
}
.top05 .inner {
  background-color: #2b6a93;
  padding: 50px 0 100px;
}
@media (max-width: 880px) {
  .top05 .inner {
    padding: 30px 0 100px;
  }
}
.top05 .inner .ttl_wh {
  text-align: center;
  font-size: 70px;
  font-family: "Damion", cursive;
  color: #fff;
  margin-bottom: 50px;
}
@media (max-width: 880px) {
  .top05 .inner .ttl_wh {
    font-size: 40px;
  }
}
.top05 .btn.wh {
  margin-top: 50px;
}
.top05 .marquee {
  overflow: hidden;
  width: 100%;
}
.top05 .marquee__track {
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: marquee 22s linear infinite;
          animation: marquee 22s linear infinite;
  will-change: transform;
  margin: 60px 0;
}
@media (max-width: 880px) {
  .top05 .marquee__track {
    margin: 40px 0;
  }
}
.top05 .marquee__group > .wp-block-group__inner-container {
  display: flex;
  align-items: center;
  gap: 22px;
  padding-inline: 22px;
}
.top05 .marquee__item {
  display: block;
  flex: 0 0 auto;
  overflow: hidden;
}
.top05 .marquee__item img {
  display: block;
  width: 292px;
  height: 292px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 880px) {
  .top05 .marquee__item img {
    width: 166px;
    height: 166px;
  }
}
.top05 .marquee:hover .marquee__track {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@media (prefers-reduced-motion: reduce) {
  .top05 .marquee .marquee__track {
    -webkit-animation: none;
            animation: none;
  }
}
@-webkit-keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}
@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}

.top06 {
  background-image: url(../img/bk.png);
  background-repeat: repeat;
}
.top06 .inner {
  max-width: 1217px;
  padding: 100px 20px 0;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 880px) {
  .top06 .inner {
    padding: 40px 20px 0;
  }
}
.top06 .inner::before {
  content: "";
  display: block;
  width: 111px;
  height: 224px;
  background-image: url(../img/top06before.png);
  background-size: contain;
  position: absolute;
  left: 0;
  top: -100px;
}
@media (max-width: 880px) {
  .top06 .inner::before {
    width: 55px;
    height: 112px;
    top: -50px;
    left: 20px;
  }
}
.top06 .inner .flex_box {
  margin: 80px 0 0;
}
@media (max-width: 880px) {
  .top06 .inner .flex_box {
    margin: 35px 0 0;
  }
}
@media (max-width: 830px) {
  .top06 .inner .flex_box {
    max-width: 580px;
    margin: 35px auto 0;
  }
}
.top06 .inner .flex_box > .wp-block-group__inner-container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 880px) {
  .top06 .inner .flex_box > .wp-block-group__inner-container {
    flex-direction: column-reverse;
  }
}
.top06 .inner .flex_box .left_box {
  width: 48%;
}
.top06 .inner .flex_box .left_box .btn {
  margin-top: 30px;
}
@media (max-width: 880px) {
  .top06 .inner .flex_box .left_box {
    width: 100%;
  }
}
.top06 .inner .flex_box .left_box .sub_ttl {
  font-size: 36px;
  color: #2b6a91;
  line-height: 1.4;
  margin-bottom: 40px;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media (max-width: 880px) {
  .top06 .inner .flex_box .left_box .sub_ttl {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.top06 .inner .flex_box .left_box .txt01 {
  font-size: 14px;
  line-height: 2.6;
  color: #2b6a91;
  letter-spacing: 0.2em;
}
@media (max-width: 880px) {
  .top06 .inner .flex_box .left_box .txt01 {
    font-weight: bold;
    line-height: 2;
    letter-spacing: 0;
    font-size: 14px;
  }
}
.top06 .inner .flex_box .left_box .txt01.mb60 {
  margin-bottom: 30px;
}
@media (max-width: 880px) {
  .top06 .inner .flex_box .left_box .txt01.mb60 {
    margin-bottom: 30px;
  }
}
.top06 .inner .flex_box .right_box {
  width: 48%;
  position: relative;
}
.top06 .inner .flex_box .right_box::after {
  content: "";
  display: block;
  width: 86px;
  height: 161px;
  background-image: url(../img/top06after.png);
  background-size: contain;
  position: absolute;
  right: 20px;
  bottom: -60px;
}
@media (max-width: 880px) {
  .top06 .inner .flex_box .right_box::after {
    right: 20px;
    bottom: -30px;
    width: 43px;
    height: 80px;
  }
}
@media (max-width: 880px) {
  .top06 .inner .flex_box .right_box {
    width: 100%;
  }
}

.top07 {
  background-image: url(../img/bk.png);
  background-repeat: repeat;
  padding: 0 20px;
}
.top07.about {
  background-image: none;
}
.top07.about .inner::after {
  display: none;
}
@media (max-width: 880px) {
  .top07 {
    padding: 0 20px;
  }
}
.top07 .inner {
  max-width: 1217px;
  padding: 0 20px;
  margin: 0 auto;
  padding: 140px 0 140px;
  position: relative;
}
@media (max-width: 880px) {
  .top07 .inner {
    padding: 70px 0 70px;
  }
}
@media (max-width: 830px) {
  .top07 .inner {
    max-width: 580px;
    margin: 0 auto;
  }
}
.top07 .inner::after {
  content: "";
  display: block;
  width: 364px;
  height: 123px;
  background-image: url(../img/top07after.png);
  position: absolute;
  right: 30px;
  bottom: -30px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 880px) {
  .top07 .inner::after {
    width: 180px;
    height: 61px;
    right: -20px;
  }
}
.top07 .inner .news_box_wapper {
  margin: 60px 0 0;
  /* 複数カードを並べたい場合（不要なら削除OK） */
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  /* SPで1列にしたいなら */
}
.top07 .inner .news_box_wapper .news_box {
  /* aタグなのでブロック化 */
  display: block;
  width: 100%;
  max-width: 270px;
  text-decoration: none;
  color: inherit;
  /* hover（任意） */
}
@media (max-width: 880px) {
  .top07 .inner .news_box_wapper .news_box {
    display: flex;
    gap: 10px;
  }
}
.top07 .inner .news_box_wapper .news_box figure {
  margin: 0;
  overflow: hidden;
  border-radius: 10px; /* 角丸いらなければ削除 */
}
@media (max-width: 880px) {
  .top07 .inner .news_box_wapper .news_box figure {
    min-width: 144px;
    max-width: 144px;
  }
}
.top07 .inner .news_box_wapper .news_box figure img {
  display: block;
  width: 100%;
  height: 234px; /* 好みで */
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 880px) {
  .top07 .inner .news_box_wapper .news_box figure img {
    height: auto;
  }
}
@media (max-width: 880px) {
  .top07 .inner .news_box_wapper .news_box .txt_box {
    width: calc(100% - 150px);
  }
}
.top07 .inner .news_box_wapper .news_box .category {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 6px 0;
}
.top07 .inner .news_box_wapper .news_box .category .category_mei {
  background-color: #2b6a93;
  color: #fff;
  font-size: 10px;
  padding: 5px 15px;
  border-radius: 30px;
  line-height: 1;
  white-space: nowrap;
}
.top07 .inner .news_box_wapper .news_box .category .day {
  font-size: 10px;
  line-height: 1;
  white-space: nowrap;
}
.top07 .inner .news_box_wapper .news_box .txt {
  padding: 10px 6px 0;
  font-size: 14px; /* 好みで */
  line-height: 1.6;
  letter-spacing: 0.2em;
}
@media (max-width: 600px) {
  .top07 .inner .news_box_wapper .news_box .txt {
    line-height: 2;
    letter-spacing: 0;
    font-size: 14px;
  }
}
.top07 .inner .news_box_wapper .news_box:hover {
  opacity: 0.9;
}
.top07 .inner .news_box_wapper .news_box:hover img {
  transform: scale(1.03);
  transition: transform 0.25s ease;
}
@media (max-width: 880px) {
  .top07 .inner .news_box_wapper {
    gap: 16px;
  }
  .top07 .inner .news_box_wapper .news_box {
    max-width: 100%;
  }
}
.top07 .btn {
  margin-top: 100px;
}
@media (max-width: 880px) {
  .top07 .btn {
    margin-top: 35px;
  }
}

.top08 {
  margin: 90px 0 0;
  padding-bottom: 145px;
}
@media (max-width: 830px) {
  .top08 {
    max-width: 580px;
    margin: 90px auto 0;
  }
}
@media (max-width: 880px) {
  .top08 {
    padding: 0 20px;
  }
}
.top08 .bkimg02 {
  max-width: 1177px;
  text-align: center;
  position: relative;
  margin: 60px auto 0;
  padding: 30px 0 0;
  position: relative;
}
@media (max-width: 880px) {
  .top08 .bkimg02 {
    margin: 30px auto 0;
  }
}
.top08 .bkimg02 .wp-block-group__inner-container {
  position: relative;
}
.top08 .bkimg02 .wp-block-group__inner-container::before {
  content: "";
  display: block;
  width: 30px;
  height: 40px;
  background-image: url(../img/bkimg02before.png);
  position: absolute;
  left: 20px;
  bottom: 0px;
}
@media (max-width: 880px) {
  .top08 .bkimg02 .wp-block-group__inner-container::before {
    bottom: -10px;
    width: 15px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.top08 .bkimg02 .wp-block-group__inner-container::after {
  content: "";
  display: block;
  width: 30px;
  height: 40px;
  background-image: url(../img/bkimg02after.png);
  position: absolute;
  right: 20px;
  bottom: 0px;
}
@media (max-width: 880px) {
  .top08 .bkimg02 .wp-block-group__inner-container::after {
    display: none;
  }
}
.top08 .bkimg02::before {
  content: "";
  display: block;
  width: 100%;
  height: 327px;
  background-image: url(../img/bkimg02.png);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 880px) {
  .top08 .bkimg02::before {
    height: 181px;
    background-image: url(../img/bkimg02_sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 15px;
  }
}
.top08 .bkimg02 .bkimg02_img {
  max-width: 650px;
  margin: 0 auto;
}
@media (max-width: 880px) {
  .top08 .bkimg02 .bkimg02_img {
    padding: 0 20px;
  }
}
.top08 .sub_ttl {
  text-align: center;
  font-size: 36px;
  color: #2b6a91;
  font-weight: bold;
  margin-top: 40px;
  letter-spacing: 0.2em;
}
@media (max-width: 880px) {
  .top08 .sub_ttl {
    font-size: 20px;
    line-height: 1.7;
  }
}
.top08 .txt01 {
  text-align: center;
  font-size: 14px;
  line-height: 2.6;
  margin-top: 50px;
  color: #2b6a91;
  margin-bottom: 80px;
  letter-spacing: 0.2em;
}
@media (max-width: 880px) {
  .top08 .txt01 {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
    line-height: 2;
    letter-spacing: 0;
    font-size: 14px;
  }
}
.top08 .txt01 strong {
  font-weight: bold;
}
@media (max-width: 880px) {
  .top08 .txt01 strong {
    display: block;
    font-weight: bold;
    margin-top: 30px;
  }
}
@media (max-width: 880px) {
  .top08 .txt01 {
    margin-top: 20px;
    font-weight: bold;
    margin-bottom: 20px;
  }
}

.top09 .inner {
  max-width: 1217px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 880px) {
  .top09 .inner {
    padding: 60px 19px 0;
  }
}
.top09 .inner::before {
  content: "";
  display: block;
  width: 255px;
  height: 103px;
  background-image: url(../img/top09before.png);
  position: absolute;
  right: 60px;
  top: -120px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 880px) {
  .top09 .inner::before {
    top: 10px;
    width: 127px;
    height: 51px;
  }
}
@media (max-width: 880px) {
  .top09 .inner .ttl.left {
    text-align: center;
  }
  .top09 .inner .ttl.left::after {
    margin: 0 auto;
  }
}
.top09 .inner .flex_box > .wp-block-group__inner-container {
  display: flex;
  gap: 50px;
}
@media (max-width: 880px) {
  .top09 .inner .flex_box > .wp-block-group__inner-container {
    flex-direction: column-reverse;
    gap: 35px;
    align-items: center;
  }
}
@media (max-width: 830px) {
  .top09 .inner .flex_box > .wp-block-group__inner-container {
    max-width: 580px;
    margin: 0px auto 0;
  }
}
@media (max-width: 880px) {
  .top09 .inner .flex_box .left_box .btn {
    margin-top: 35px;
  }
}
.top09 .inner .flex_box .right_box {
  max-width: 420px;
}
.top09 .inner .flex_box .right_box .sub_ttl {
  font-size: 30px;
  color: #2b6a91;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-top: 40px;
  font-weight: bold;
}
@media (max-width: 880px) {
  .top09 .inner .flex_box .right_box .sub_ttl {
    text-align: center;
    font-size: 20px;
  }
}
.top09 .inner .flex_box .right_box .txt {
  font-size: 14px;
  color: #2b6a91;
  margin-top: 30px;
  line-height: 2.5;
  margin-bottom: 80px;
  letter-spacing: 0.2em;
}
@media (max-width: 880px) {
  .top09 .inner .flex_box .right_box .txt {
    font-weight: bold;
    margin-bottom: 0px;
    text-align: center;
    line-height: 2;
    letter-spacing: 0;
    font-size: 14px;
  }
}

.top10 {
  margin-top: 30px;
}
.top10.mg-200 {
  margin-top: -200px;
}
.top10 .big {
  display: block;
  line-height: 0;
}
.top10 .big img {
  width: 100%;
  max-width: 100%;
  line-height: 0;
}
.top10 .inner {
  background-color: #2d7099;
  padding-bottom: 80px;
  margin-top: -3px;
}
@media (max-width: 880px) {
  .top10 .inner {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -3px;
  }
}
.top10 .inner .inner_inner {
  max-width: 1217px;
  padding: 60px 20px 0px;
  position: relative;
  margin: 0 auto;
}
.top10 .inner .inner_inner::before {
  content: "";
  display: block;
  width: 100px;
  height: 147px;
  background-image: url(../img/top10before.png);
  position: absolute;
  left: 0;
  top: -10px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 880px) {
  .top10 .inner .inner_inner::before {
    width: 50px;
    height: 73px;
  }
}
.top10 .inner .inner_inner::after {
  content: "";
  display: block;
  width: 131px;
  height: 158px;
  background-image: url(../img/top10after.png);
  position: absolute;
  right: 0;
  top: -30px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 880px) {
  .top10 .inner .inner_inner::after {
    width: 65px;
    height: 79px;
  }
}
.top10 .inner .sub_ttl {
  text-align: center;
  font-size: 36px;
  color: #fff;
  letter-spacing: 0.2em;
  margin-top: 50px;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media (max-width: 880px) {
  .top10 .inner .sub_ttl {
    font-size: 20px;
    margin-top: 60px;
  }
}
.top10 .inner .txt {
  text-align: center;
  font-size: 14px;
  line-height: 2.5;
  color: #fff;
  margin-top: 40px;
  letter-spacing: 0.2em;
}
@media (max-width: 880px) {
  .top10 .inner .txt {
    font-weight: bold;
    margin-top: 20px;
  }
}
.top10 .inner .flex_btn {
  max-width: 700px;
  margin: 70px auto 0;
}
@media (max-width: 880px) {
  .top10 .inner .flex_btn {
    margin: 30px auto 0;
  }
}
.top10 .inner .flex_btn > .wp-block-group__inner-container {
  display: flex;
  gap: 60px;
  justify-content: center;
}
@media (max-width: 880px) {
  .top10 .inner .flex_btn > .wp-block-group__inner-container {
    flex-direction: column;
    gap: 15px;
  }
}
.top10 .inner .flex_btn a {
  width: 360px;
}
@media (max-width: 880px) {
  .top10 .inner .flex_btn a {
    width: 260px;
  }
}
.top10 .inner .flex_btn .btn.red a {
  background-color: #9f1547;
  letter-spacing: 0;
}
.top10 .inner .flex_btn .btn.red::after {
  background-color: #be889c;
  right: -20px;
}
@media (max-width: 880px) {
  .top10 .inner .flex_btn .btn.red::after {
    right: 5px;
  }
}
.top10 .inner .flex_btn .btn.wh::after {
  right: -20px;
}
@media (max-width: 880px) {
  .top10 .inner .flex_btn .btn.wh::after {
    right: 5px;
  }
}
.top10 .inner .flex_btn .btn.wh a {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
.top10 .inner .flex_btn .btn.wh a::after {
  content: "";
  display: block;
  background-image: url(../img/tel.png);
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.top10 .inner .flex_btn .btn.wh a img {
  margin-right: 5px;
}

@media (max-width: 1200px) {
  #site-footer .wp-block-group {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  #site-footer .wp-block-group__inner-container {
    width: 100%;
  }
}
@media (max-width: 600px) {
  #site-footer {
    padding-bottom: 60px;
  }
}

footer .inner {
  max-width: 1177px;
  margin: 0 auto;
  padding: 50px 0 60px;
}
@media (max-width: 600px) {
  footer .inner {
    padding: 30px 0 40px;
  }
}
footer .inner > .wp-block-group__inner-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1200px) {
  footer .inner > .wp-block-group__inner-container {
    flex-direction: column;
  }
}
@media (max-width: 1200px) {
  footer .inner .footer_logo {
    width: 35%;
    margin: 0 auto;
    text-align: center;
  }
  footer .inner .wp-block-navigation__responsive-container-close {
    display: none;
  }
  footer .inner .wp-block-navigation__responsive-container-open svg {
    display: none;
  }
  footer .inner .wp-block-navigation__responsive-container-open button {
    display: none;
  }
  footer .inner .wp-block-navigation__responsive-container {
    display: block;
    position: initial;
    text-align: left;
    align-items: flex-start;
    margin-top: 80px;
    margin-left: 30px;
  }
  footer .inner .wp-block-navigation .wp-block-navigation-item {
    margin-bottom: 20px;
  }
}
@media (max-width: 900px) {
  footer .inner .footer_nav .wp-block-navigation__responsive-container-content {
    width: 100%;
  }
}
@media (max-width: 600px) {
  footer .inner .footer_nav .wp-block-navigation__responsive-container-content {
    gap: 0;
  }
}
footer .inner .footer_nav .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container {
  display: flex;
  gap: 35px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1200px) {
  footer .inner .footer_nav .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container {
    margin: auto;
  }
}
@media (max-width: 900px) {
  footer .inner .footer_nav .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container {
    gap: 10px;
    align-items: flex-start;
    justify-content: center;
  }
  footer .inner .footer_nav .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container li {
    width: 18%;
    margin: 20px 0;
  }
}
@media (max-width: 600px) {
  footer .inner .footer_nav .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container {
    gap: 10px;
    align-items: flex-start;
    justify-content: center;
  }
  footer .inner .footer_nav .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container li {
    width: auto;
    margin: 20px 0 0;
  }
}
footer .inner .footer_nav .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container li.wp-block-navigation-item a.wp-block-navigation-item__content {
  color: #2b6a91;
  text-decoration: none;
  display: inline-block;
}
footer .inner .footer_nav .flex_btn {
  max-width: 700px;
  margin: 35px auto 0;
}
footer .inner .footer_nav .flex_btn > .wp-block-group__inner-container {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
@media (max-width: 1200px) {
  footer .inner .footer_nav .flex_btn > .wp-block-group__inner-container {
    flex-direction: column;
    gap: 10px;
  }
}
footer .inner .footer_nav .flex_btn .instagram a {
  width: 112px;
}
footer .inner .footer_nav .flex_btn a {
  width: 360px;
}
@media (max-width: 1280px) {
  footer .inner .footer_nav .flex_btn a {
    width: 260px;
  }
}
@media (max-width: 1200px) {
  footer .inner .footer_nav .flex_btn a {
    width: 260px;
  }
}
@media (max-width: 1200px) {
  footer .inner .footer_nav .flex_btn .btn.gren {
    max-width: 80%;
  }
}
footer .inner .footer_nav .flex_btn .btn.gren a {
  background-color: #2b9171;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
@media (max-width: 1200px) {
  footer .inner .footer_nav .flex_btn .btn.gren a {
    max-width: 100%;
    width: 100%;
  }
}
footer .inner .footer_nav .flex_btn .btn.gren a::after {
  content: "";
  display: block;
  background-image: url(../img/pin.png);
  width: 15px;
  height: 22px;
  margin-right: 10px;
}
footer .inner .footer_nav .flex_btn .btn.gren a img {
  margin-right: 5px;
}
footer .inner .footer_nav .flex_btn .btn.gren::after {
  background-color: #7cc260;
}
@media (max-width: 1280px) {
  footer .inner .footer_nav .flex_btn .btn.gren::after {
    right: 0;
    bottom: -5px;
    width: 260px;
  }
}
@media (max-width: 1200px) {
  footer .inner .footer_nav .flex_btn .btn.gren::after {
    max-width: 95%;
    width: 100%;
  }
}
@media (max-width: 1200px) {
  footer .inner .footer_nav .flex_btn .btn.og {
    max-width: 80%;
  }
}
footer .inner .footer_nav .flex_btn .btn.og a {
  background-color: #d95836;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
@media (max-width: 1200px) {
  footer .inner .footer_nav .flex_btn .btn.og a {
    max-width: 100%;
    width: 100%;
  }
}
footer .inner .footer_nav .flex_btn .btn.og a::after {
  content: "";
  display: block;
  background-image: url(../img/acc.png);
  width: 14px;
  height: 18px;
  margin-right: 10px;
}
footer .inner .footer_nav .flex_btn .btn.og a img {
  margin-right: 5px;
}
footer .inner .footer_nav .flex_btn .btn.og::after {
  background-color: #ee9d88;
}
@media (max-width: 1280px) {
  footer .inner .footer_nav .flex_btn .btn.og::after {
    right: 0;
    bottom: -5px;
    width: 260px;
  }
}
@media (max-width: 1200px) {
  footer .inner .footer_nav .flex_btn .btn.og::after {
    max-width: 95%;
    width: 100%;
  }
}
footer .footer_bottom {
  background-color: #2b6a91;
  padding: 15px 0;
}
@media (max-width: 1200px) {
  footer .footer_bottom {
    padding: 35px 0;
  }
}
footer .footer_bottom .inner {
  max-width: 1217px;
  margin: 0 auto;
  padding: 0 20px;
}
footer .footer_bottom .inner .flex > .wp-block-group__inner-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
@media (max-width: 1200px) {
  footer .footer_bottom .inner .flex > .wp-block-group__inner-container {
    align-items: flex-start;
    gap: 7px;
    align-items: center;
  }
}
@media (max-width: 600px) {
  footer .footer_bottom .inner .flex > .wp-block-group__inner-container {
    align-items: flex-start;
    flex-direction: column;
  }
}
footer .footer_bottom .inner .flex .txt01 {
  color: #fff;
  letter-spacing: 0.2em;
  font-size: 12px;
}
@media (max-width: 1200px) {
  footer .footer_bottom .inner .flex .txt01 {
    line-height: 1.8;
  }
  footer .footer_bottom .inner .flex .txt01 strong {
    display: none;
  }
}
footer .footer_bottom .inner .flex .txt02 {
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 30px;
  letter-spacing: 0.2em;
  font-size: 12px;
}
@media (max-width: 1200px) {
  footer .footer_bottom .inner .flex .txt02 {
    padding: 20px 20px;
    width: 50%;
    text-align: center;
    line-height: 1.8;
  }
  footer .footer_bottom .inner .flex .txt02 strong {
    display: none;
  }
}
@media (max-width: 600px) {
  footer .footer_bottom .inner .flex .txt02 {
    padding: 20px 20px;
    width: 100%;
    text-align: center;
  }
  footer .footer_bottom .inner .flex .txt02 strong {
    display: none;
  }
}
footer .copy {
  text-align: center;
  padding: 20px 50px;
}
@media (max-width: 1200px) {
  footer .copy {
    padding: 20px 20px 20px;
  }
}
footer .copy small {
  color: #2b6a91;
  font-size: 14px;
}
@media (max-width: 1200px) {
  footer .copy small {
    font-size: 10px;
  }
}

.flow_img {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
}
@media (max-width: 1200px) {
  .flow_img {
    bottom: 5px;
    right: 5px;
    text-align: right;
  }
  .flow_img img {
    width: 114px;
    height: 114px;
  }
}
@media (max-width: 600px) {
  .flow_img {
    display: none;
  }
}

.sec_lead {
  text-align: center;
  color: #2b6a91;
  font-size: 14px;
  margin-bottom: 30px;
  letter-spacing: 0.2em;
}
.sec_lead.mt30 {
  margin-top: 30px;
}
@media (max-width: 600px) {
  .sec_lead.mt30.sp_mb-30 {
    margin-bottom: -10px;
  }
}
.sec_lead.mt50 {
  margin-top: 50px;
}
.sec_lead.mt80 {
  margin-top: 50px;
}
.sec_lead.wh {
  color: #fff;
}

.mt-100 {
  margin-top: -180px;
}
@media (max-width: 600px) {
  .mt-100.menuimg {
    margin-top: -120px;
  }
}

.sec_ttl02 {
  text-align: center;
  font-size: 32px;
  letter-spacing: 0.2em;
  color: #316d94;
  font-weight: bold;
}
@media (max-width: 880px) {
  .sec_ttl02 {
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  .sec_ttl02 {
    font-size: 24px;
  }
}

.sec_mv {
  background-color: #327aa3;
  padding: 130px 20px 60px;
}
@media (max-width: 880px) {
  .sec_mv {
    padding: 90px 20px 60px;
  }
}
@media (max-width: 600px) {
  .sec_mv {
    padding: 90px 20px 50px;
  }
  .sec_mv img {
    height: 180px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 15px;
  }
}
.sec_mv .inner {
  max-width: 1290px;
  margin: 0 auto;
  position: relative;
}
.sec_mv .inner .sec_mv_ttl {
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-family: "Damion", cursive;
  font-weight: 400;
  font-size: 70px;
}
@media (max-width: 880px) {
  .sec_mv .inner .sec_mv_ttl {
    font-size: 40px;
    left: auto;
    width: 100%;
    text-align: center;
  }
}

.menu01 {
  margin: 0px 0 0;
  padding: 100px 0;
  background-image: url(../img/bk.png);
}
@media (max-width: 600px) {
  .menu01 {
    padding: 50px 0;
  }
}

.sec_flex {
  max-width: 1217px;
  padding: 0 20px;
  margin: 0px auto 0;
}
@media (max-width: 880px) {
  .sec_flex {
    max-width: 580px;
    margin: 0 auto;
  }
}
.sec_flex.about01 {
  margin: 90px auto;
}
@media (max-width: 880px) {
  .sec_flex.about01 {
    margin: 40px auto;
  }
}
@media (max-width: 880px) {
  .sec_flex.reverse > .wp-block-group__inner-container {
    flex-direction: column-reverse;
    align-items: stretch;
    gap: 50px;
  }
}
@media (max-width: 880px) {
  .sec_flex.big > .wp-block-group__inner-container {
    gap: 50px;
  }
}
.sec_flex > .wp-block-group__inner-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}
.sec_flex iframe {
  height: 534px;
  border-radius: 30px;
  border: 10px solid #fff !important;
  width: 100%;
}
@media (max-width: 880px) {
  .sec_flex iframe {
    height: 267px;
  }
}
.sec_flex .left_box {
  flex: 1 1 0;
  min-width: 0;
}
.sec_flex .left_box.info_box01 {
  flex: auto;
  max-width: 580px;
}
@media (max-width: 1200px) {
  .sec_flex .left_box.info_box01 {
    max-width: 50%;
  }
}
@media (max-width: 880px) {
  .sec_flex .left_box.info_box01 {
    max-width: 100%;
    margin: 0 auto;
  }
}
.sec_flex .left_box.info_box01.wh .ttl {
  color: white;
}
.sec_flex .left_box.info_box01.wh .sub_ttl {
  color: white;
}
.sec_flex .left_box.info_box01.wh .menu_txt01 {
  color: #fff;
  font-size: 18px;
  margin-top: 50px;
}
.sec_flex .left_box.info_box01.wh .menu_txt01.acc {
  font-size: 21px;
}
.sec_flex .left_box.info_box01.wh .menu_txt02 {
  color: #fff;
  font-size: 14px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.sec_flex .left_box.info_box01.wh .acc_wapper > .wp-block-group__inner-container {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  margin-bottom: 30px;
}
.sec_flex .left_box.info_box01.wh .acc_wapper p {
  margin: 0;
}
.sec_flex .left_box.info_box01.wh .acc_wapper .acc_ttl {
  flex: 0 0 150px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.8);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.25em;
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 880px) {
  .sec_flex .left_box.info_box01.wh .acc_wapper .acc_ttl {
    font-size: 21px;
  }
}
.sec_flex .left_box.info_box01.wh .acc_wapper .acc_txt {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.sec_flex .left_box.info_box01.wh .acc_wapper .acc_txt br {
  line-height: 1.8;
}
@media (max-width: 880px) {
  .sec_flex .left_box.info_box01.wh .acc_wapper > .wp-block-group__inner-container {
    flex-direction: column;
    gap: 14px;
  }
  .sec_flex .left_box.info_box01.wh .acc_wapper .acc_ttl {
    flex-basis: auto;
    width: 160px;
    height: 40px;
    font-size: 14px;
    letter-spacing: 0.2em;
  }
  .sec_flex .left_box.info_box01.wh .acc_wapper .acc_txt {
    font-size: 14px;
    line-height: 1.9;
  }
}
.sec_flex .left_box .sub_ttl {
  color: #2b6a91;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.2em;
}
.sec_flex .left_box .sub_ttl.en {
  letter-spacing: 0;
}
.sec_flex .left_box .sub_ttl.menu_txt {
  font-size: 30px;
  line-height: 2;
  margin-top: 50px;
}
@media (max-width: 600px) {
  .sec_flex .left_box .sub_ttl.menu_txt {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.sec_flex .left_box .sub_ttl.menu_txt strong {
  background: linear-gradient(transparent 50%, #f9e6b7 50%);
}
@media (max-width: 880px) {
  .sec_flex .left_box .sub_ttl {
    font-size: 21px;
  }
}
.sec_flex .left_box .sub_ttl.menuicon01 {
  position: relative;
}
.sec_flex .left_box .sub_ttl.menuicon01::before {
  content: "";
  display: block;
  width: 85px;
  height: 84px;
  background-image: url(../img/info/icon01.png);
  position: absolute;
  right: 0;
  top: -30px;
}
.sec_flex .left_box .sub_ttl.menuicon02 {
  position: relative;
}
.sec_flex .left_box .sub_ttl.menuicon02::before {
  content: "";
  display: block;
  width: 92px;
  height: 91px;
  background-image: url(../img/info/icon02.png);
  position: absolute;
  right: 0;
  top: -30px;
}
.sec_flex .left_box .ttl.left {
  color: #2b6a91;
  font-weight: bold;
  line-height: 1.3;
}
.sec_flex .left_box .ttl.left.en {
  letter-spacing: 0;
}
.sec_flex .left_box .txt01,
.sec_flex .left_box .txt02 {
  color: #2b6a91;
  font-weight: bold;
  margin-top: 30px;
  line-height: 2.6;
  letter-spacing: 0.2em;
}
.sec_flex .left_box .txt01 strong,
.sec_flex .left_box .txt02 strong {
  background: linear-gradient(transparent 50%, #f9e6b7 50%);
}
.sec_flex .left_box p:not(.txt01):not(.txt02) {
  color: #2b6a91;
  font-weight: bold;
  margin-top: 45px;
  line-height: 2.6;
  letter-spacing: 0.2em;
}
.sec_flex .right_box_new_box {
  max-width: 470px;
}
@media (max-width: 880px) {
  .sec_flex .right_box_new_box {
    margin: 100px auto 0;
  }
}
@media (max-width: 600px) {
  .sec_flex .right_box_new_box {
    margin: 30px auto 0;
    width: 90%;
  }
}
.sec_flex .right_box_new_box .right_box_img01 {
  position: relative;
}
.sec_flex .right_box_new_box .right_box_img01::before {
  content: "After";
  font-size: 7rem;
  color: #d95836;
  font-family: "Damion", cursive;
  font-weight: 400;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-100%);
}
@media (max-width: 600px) {
  .sec_flex .right_box_new_box .right_box_img01::before {
    font-size: 5rem;
  }
}
.sec_flex .right_box_new_box .right_box_img01::after {
  content: "";
  display: block;
  width: 130px;
  height: 340px;
  background-image: url(../img/menu/menuimgicon01.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 2%;
  left: 0;
  transform: translateX(-60%);
}
@media (max-width: 600px) {
  .sec_flex .right_box_new_box .right_box_img01::after {
    transform: translateX(-40%);
    width: 65px;
    height: 170px;
  }
}
.sec_flex .right_box_new_box .right_box_img02 {
  position: relative;
}
.sec_flex .right_box_new_box .right_box_img02::before {
  content: "";
  display: block;
  width: 132px;
  height: 177px;
  background-image: url(../img/menu/menuimgicon02.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 600px) {
  .sec_flex .right_box_new_box .right_box_img02::before {
    width: 66px;
    height: 88.5px;
  }
}
.sec_flex .right_box_new_box .right_box_img02::after {
  content: "Before";
  font-size: 7rem;
  color: #2b6a91;
  font-family: "Damion", cursive;
  font-weight: 400;
  font-weight: bold;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-20%, 30%);
}
@media (max-width: 600px) {
  .sec_flex .right_box_new_box .right_box_img02::after {
    transform: translate(-20%, 30%);
    font-size: 5rem;
  }
}
.sec_flex .right_box_new_box .right_box_img02 img {
  width: 80%;
}
.sec_flex .right_box_new_box img {
  border: 10px solid #fff;
  border-radius: 20px;
}
.sec_flex .right_box {
  margin: 0;
}
.sec_flex .right_box.info_box01 {
  flex: auto;
  position: relative;
}
.sec_flex .right_box.info_box01::after {
  content: "";
  display: block;
  width: 238px;
  height: 126px;
  background-image: url(../img/info/accicon.png);
  background-size: contain;
  position: absolute;
  bottom: -40px;
  right: 20px;
  background-repeat: no-repeat;
}
@media (max-width: 880px) {
  .sec_flex .right_box.info_box01::after {
    width: 119px;
    height: 63px;
  }
}
.sec_flex .right_box.info_box01.salon::after {
  display: none;
}
.sec_flex .right_box img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 880px) {
  .sec_flex > .wp-block-group__inner-container {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }
  .sec_flex .right_box {
    flex-basis: auto;
    width: 100%;
    max-width: 454px;
    margin: 0 auto;
  }
  .sec_flex .left_box .ttl.left {
    font-size: 24px;
    letter-spacing: 0.2em;
  }
  .sec_flex .left_box .txt01,
.sec_flex .left_box .txt02,
.sec_flex .left_box p:not(.txt01):not(.txt02) {
    margin-top: 22px;
    line-height: 2;
    letter-spacing: 0;
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .sec_flex .left_box .ttl.left {
    font-size: 50px;
    letter-spacing: 0.2em;
    font-family: "Damion", cursive, "Noto Sans JP", sans-serif;
  }
  .sec_flex .left_box .ttl.left.leter_no {
    letter-spacing: 0;
  }
  .sec_flex .left_box .ttl.left.jp_font {
    font-size: 21px;
  }
  .sec_flex .left_box .ttl.left.jp_font.fami {
    font-family: "Noto Sans JP", sans-serif;
  }
}
@media (max-width: 880px) {
  .sec_flex .left_box .ttl.left.jp_font.fami {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    letter-spacing: 0.2em;
    line-height: 1.8;
  }
}

.aboutbox02 {
  background-image: url(../img/bk.png);
  background-repeat: repeat;
  padding: 100px 0;
}
@media (max-width: 880px) {
  .aboutbox02 {
    padding: 50px 0;
  }
}
.aboutbox02 .inner {
  max-width: 1217px;
  padding: 0 20px;
  margin: 0 auto;
}
.aboutbox02 .inner .flex_box {
  padding-top: 120px;
}
@media (max-width: 830px) {
  .aboutbox02 .inner .flex_box {
    max-width: 580px;
    margin: 0 auto;
  }
}
.aboutbox02 .inner .flex_box > .wp-block-group__inner-container {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
@media (max-width: 880px) {
  .aboutbox02 .inner .flex_box > .wp-block-group__inner-container {
    flex-direction: column;
    align-items: center;
  }
}
.aboutbox02 .inner .flex_box.reverse > .wp-block-group__inner-container {
  flex-direction: row-reverse;
}
@media (max-width: 880px) {
  .aboutbox02 .inner .flex_box.reverse > .wp-block-group__inner-container {
    flex-direction: column;
  }
}
.aboutbox02 .inner .flex_box.reverse .right_box {
  padding-left: 0;
  padding-right: 20px;
}
.aboutbox02 .inner .flex_box.reverse .right_box .sub_ttl::after {
  right: auto;
  left: -150px;
  top: -150px;
}
@media (max-width: 880px) {
  .aboutbox02 .inner .flex_box.reverse .right_box .sub_ttl::after {
    left: 0px;
    top: 0px;
  }
}
.aboutbox02 .inner .flex_box .left_box {
  position: relative;
  flex: 0 0 565px;
  max-width: 565px;
}
@media (max-width: 1025px) {
  .aboutbox02 .inner .flex_box .left_box {
    flex: 0 0 480px;
  }
}
@media (max-width: 880px) {
  .aboutbox02 .inner .flex_box .left_box {
    flex: auto;
  }
}
.aboutbox02 .inner .flex_box .left_box .number {
  font-size: 150px;
  color: #2b6a91;
  font-family: "Damion", cursive;
  font-weight: 400;
  position: absolute;
  left: 10px;
  top: 0;
  transform: translateY(-70%);
  z-index: 2;
  pointer-events: none;
}
.aboutbox02 .inner .flex_box .left_box figure {
  margin: 0;
}
.aboutbox02 .inner .flex_box .left_box img {
  display: block;
  width: 100%;
  height: auto;
}
.aboutbox02 .inner .flex_box .right_box {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 570px;
  padding-left: 20px;
}
.aboutbox02 .inner .flex_box .right_box .sub_ttl {
  transform: rotate(-5deg);
  position: relative;
}
@media (max-width: 880px) {
  .aboutbox02 .inner .flex_box .right_box .sub_ttl {
    transform: rotate(0deg);
  }
}
.aboutbox02 .inner .flex_box .right_box .sub_ttl strong {
  font-weight: bold;
  position: relative;
}
.aboutbox02 .inner .flex_box .right_box .sub_ttl.sp_list .rote_txt {
  background-image: none;
}
.aboutbox02 .inner .flex_box .right_box .sub_ttl.sp_list strong {
  display: inline-block;
  font-size: 30px;
  color: #2b6a91;
  padding-bottom: 6px;
  background-position: bottom;
  background-repeat: repeat-x;
  background-image: url(../img/line.png);
  letter-spacing: 0.2em;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 1160px) {
  .aboutbox02 .inner .flex_box .right_box .sub_ttl.sp_list strong {
    font-size: 24px;
  }
}
@media (max-width: 880px) {
  .aboutbox02 .inner .flex_box .right_box .sub_ttl.sp_list strong {
    font-size: 21px;
  }
}
.aboutbox02 .inner .flex_box .right_box .sub_ttl::after {
  content: "";
  display: block;
  background-image: url(../img/about/icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 128px;
  height: 158px;
  position: absolute;
  top: -160px;
  right: -30px;
}
@media (max-width: 1190px) {
  .aboutbox02 .inner .flex_box .right_box .sub_ttl::after {
    right: 0px;
  }
}
@media (max-width: 880px) {
  .aboutbox02 .inner .flex_box .right_box .sub_ttl::after {
    right: 0px;
    width: 64px;
    height: 79px;
    top: -70px;
  }
}
.aboutbox02 .inner .flex_box .right_box .sub_ttl.mini::after {
  background-image: url(../img/about/icon02.png);
  width: 95px;
  height: 116px;
  top: -60px;
  right: -50px;
}
@media (max-width: 880px) {
  .aboutbox02 .inner .flex_box .right_box .sub_ttl.mini::after {
    right: 0;
    width: 47px;
    height: 56px;
  }
}
.aboutbox02 .inner .flex_box .right_box .sub_ttl > .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
@media (max-width: 880px) {
  .aboutbox02 .inner .flex_box .right_box .sub_ttl > .wp-block-group__inner-container {
    align-items: center;
  }
}
@media (max-width: 600px) {
  .aboutbox02 .inner .flex_box .right_box .sub_ttl > .wp-block-group__inner-container {
    align-items: flex-start;
  }
}
.aboutbox02 .inner .flex_box .right_box .sub_ttl .rote_txt {
  display: inline-block;
  font-size: 30px;
  color: #2b6a91;
  padding-bottom: 6px;
  background-position: bottom;
  background-repeat: repeat-x;
  background-image: url(../img/line.png);
  letter-spacing: 0.2em;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 1160px) {
  .aboutbox02 .inner .flex_box .right_box .sub_ttl .rote_txt {
    font-size: 24px;
  }
}
.aboutbox02 .inner .flex_box .right_box .sub_ttl .rote_txt.ml40 {
  margin-left: 40px;
}
@media (max-width: 1160px) {
  .aboutbox02 .inner .flex_box .right_box .sub_ttl .rote_txt.ml40 {
    margin-left: 0px;
  }
}
@media (max-width: 880px) {
  .aboutbox02 .inner .flex_box .right_box .sub_ttl .rote_txt.ml40 {
    margin-left: 0;
  }
}
.aboutbox02 .inner .flex_box .right_box .sub_ttl .rote_txt.ml140 {
  margin-left: 140px;
}
@media (max-width: 1160px) {
  .aboutbox02 .inner .flex_box .right_box .sub_ttl .rote_txt.ml140 {
    margin-left: 50px;
  }
}
@media (max-width: 880px) {
  .aboutbox02 .inner .flex_box .right_box .sub_ttl .rote_txt.ml140 {
    margin-left: 0;
  }
}
@media (max-width: 880px) {
  .aboutbox02 .inner .flex_box .right_box .sub_ttl .rote_txt {
    font-size: 21px;
    width: auto;
  }
}
.aboutbox02 .inner .flex_box .right_box .txt01 {
  margin-top: 40px;
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 2.5;
  color: #2b6a91;
}
@media (max-width: 880px) {
  .aboutbox02 .inner .flex_box .right_box .txt01 {
    font-weight: bold;
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .aboutbox02 .inner .flex_box {
    padding-top: 60px;
  }
  .aboutbox02 .inner .flex_box > .wp-block-group__inner-container {
    flex-direction: column;
    gap: 24px;
  }
  .aboutbox02 .inner .flex_box .left_box {
    flex-basis: auto;
    max-width: 100%;
  }
  .aboutbox02 .inner .flex_box .left_box .number {
    font-size: 84px;
    left: 0;
    transform: translateY(-55%);
  }
  .aboutbox02 .inner .flex_box .right_box {
    max-width: 100%;
    padding-left: 0;
  }
  .aboutbox02 .inner .flex_box .right_box .sub_ttl {
    transform: rotate(0deg);
  }
  .aboutbox02 .inner .flex_box .right_box .txt01 {
    margin-top: 24px;
    line-height: 2;
    letter-spacing: 0;
    font-size: 14px;
  }
  .aboutbox02 .inner .flex_box.reverse .right_box {
    padding-right: 0;
  }
  .aboutbox02 .inner .flex_box.reverse .right_box .sub_ttl::after {
    left: auto;
    right: -10px;
    top: -70px;
  }
}

.aboutbox03 {
  background-repeat: repeat;
  padding: 0px 0 10px;
  background-image: url(../img/about/aboutbox03bk.png);
}
@media (max-width: 880px) {
  .aboutbox03 {
    padding: 50px 0 10px;
  }
}

.aboutbox04 {
  background-image: url(../img/about/line.png);
  background-position: top;
  background-repeat: no-repeat;
  max-width: 1137px;
  padding: 70px 20px 150px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 880px) {
  .aboutbox04 {
    padding: 70px 20px 10px;
  }
}
.aboutbox04::after {
  content: "";
  display: block;
  width: 364px;
  height: 123px;
  background-image: url(../img/top07after.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -60px;
  right: 0;
  z-index: 2;
  pointer-events: none;
}
.aboutbox04 .staff_flex {
  margin-bottom: 60px;
}
.aboutbox04 .staff_flex > .wp-block-group__inner-container {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
.aboutbox04 .staff_flex .left_box {
  flex: 0 0 409px;
  max-width: 409px;
}
@media (max-width: 880px) {
  .aboutbox04 .staff_flex .left_box {
    flex: initial;
  }
}
.aboutbox04 .staff_flex .left_box figure {
  margin: 0;
}
.aboutbox04 .staff_flex .left_box img {
  display: block;
  width: 100%;
  height: auto;
}
.aboutbox04 .staff_flex .right_box {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 630px;
}
.aboutbox04 .staff_flex .right_box p, .aboutbox04 .staff_flex .right_box h3 {
  margin: 0;
}
.aboutbox04 .staff_flex .right_box .nameen {
  font-size: 18px;
  color: #2b6a91;
  font-family: "Damion", cursive;
  margin-top: 30px;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
}
.aboutbox04 .staff_flex .right_box .nane {
  font-size: 30px;
  color: #2b6a91;
  font-weight: bold;
  margin-bottom: 60px;
  letter-spacing: 0.2em;
}
.aboutbox04 .staff_flex .right_box .txt01 {
  margin-bottom: 40px;
  font-size: 14px;
  color: #2b6a91;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media (max-width: 880px) {
  .aboutbox04 .staff_flex .right_box .txt01 {
    font-weight: bold;
  }
}
.aboutbox04 .staff_flex .right_box .txt01:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 880px) {
  .aboutbox04::after {
    width: 260px;
    height: 88px;
  }
  .aboutbox04 .staff_flex {
    margin-bottom: 40px;
  }
}
@media (max-width: 880px) and (max-width: 830px) {
  .aboutbox04 .staff_flex {
    max-width: 580px;
    margin: 0 auto;
  }
}
@media (max-width: 880px) {
  .aboutbox04 .staff_flex > .wp-block-group__inner-container {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 880px) and (max-width: 830px) {
  .aboutbox04 .staff_flex > .wp-block-group__inner-container {
    margin-bottom: 40px;
  }
}
@media (max-width: 880px) {
  .aboutbox04 .staff_flex .left_box {
    max-width: 320px;
    margin: 0 auto;
  }
}
@media (max-width: 880px) {
  .aboutbox04 .staff_flex .right_box {
    max-width: 100%;
  }
  .aboutbox04 .staff_flex .right_box .nameen {
    margin-top: 0;
  }
  .aboutbox04 .staff_flex .right_box .nane {
    font-size: 26px;
    margin-bottom: 28px;
    letter-spacing: 0.12em;
  }
  .aboutbox04 .staff_flex .right_box .txt01 {
    margin-bottom: 22px;
    line-height: 2;
    letter-spacing: 0;
    font-size: 14px;
  }
}

.menubox {
  padding: 100px 20px;
}
@media (max-width: 830px) {
  .menubox {
    max-width: 580px;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .menubox {
    padding: 50px 0;
  }
}
.menubox .inner {
  max-width: 1217px;
  margin: 0 auto;
  position: relative;
  padding: 0px 0 150px;
}
@media (max-width: 830px) {
  .menubox .inner {
    max-width: 580px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .menubox .inner {
    padding: 0px 0 100px;
  }
}
.menubox .inner.recruitbk::before {
  content: "";
  display: block;
  width: 122px;
  height: 148px;
  background-image: url(../img/recruit/icon01.png);
  position: absolute;
  left: 30px;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .menubox .inner.recruitbk::before {
    width: 61px;
    height: 74px;
  }
}
.menubox .inner.recruitbk::after {
  content: "";
  display: block;
  width: 128px;
  height: 159px;
  background-image: url(../img/recruit/icon02.png);
  position: absolute;
  right: 30px;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .menubox .inner.recruitbk::after {
    width: 64px;
    height: 79px;
  }
}
.menubox .menu_ttl {
  text-align: center;
  color: #2b6a91;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.8;
}
@media (max-width: 880px) {
  .menubox .menu_ttl {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .menubox .menu_ttl {
    font-size: 21px;
    padding: 0 20px;
  }
}
.menubox .menu_ttl::after {
  content: "";
  display: block;
  width: 56px;
  height: 13px;
  background-image: url(../img/ttlafter.png);
  margin: 20px auto 0;
  background-repeat: no-repeat;
}
@media (max-width: 880px) {
  .menubox .menu_ttl::after {
    width: 28px;
    height: 6px;
    background-size: cover;
  }
}
.menubox .menutxt {
  color: #2b6a91;
  text-align: center;
  margin-top: 40px;
  line-height: 2.5;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media (max-width: 880px) {
  .menubox .menutxt {
    padding: 0 20px;
    text-align: left;
    line-height: 2;
    letter-spacing: 0;
    font-size: 14px;
  }
}
.menubox .menutxt strong {
  font-size: 18px;
  background: linear-gradient(transparent 50%, #f9e6b7 50%);
}

.saloninfobox01 {
  position: relative;
  padding-bottom: 70px;
}
@media (max-width: 600px) {
  .saloninfobox01 {
    padding-bottom: 0px;
  }
}
.saloninfobox01::before {
  content: "";
  display: block;
  width: 100%;
  height: 80%;
  position: absolute;
  top: 15%;
  background-color: #2b6a91;
  z-index: 0;
}
@media (max-width: 600px) {
  .saloninfobox01::before {
    height: 100%;
    top: 7%;
  }
}

.saloninfobox02 {
  padding: 40px 0 130px;
}
@media (max-width: 880px) {
  .saloninfobox02 {
    padding: 40px 0 0px;
  }
}
@media (max-width: 600px) {
  .saloninfobox02 {
    padding: 40px 0 0px;
  }
}
.saloninfobox02 .inner {
  max-width: 1217px;
  padding: 70px 20px 0px;
  margin: 0 auto;
}
@media (max-width: 830px) {
  .saloninfobox02 .inner {
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .saloninfobox02 .inner {
    max-width: 580px;
    margin: 0 auto;
  }
}
.saloninfobox02 .inner .acc_ttl {
  font-size: 36px;
  color: #2b6a91;
  letter-spacing: 0.2em;
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .saloninfobox02 .inner .acc_ttl {
    font-size: 24px;
  }
}
.saloninfobox02 .inner .acc_ttl::before {
  content: "";
  display: block;
  width: 56px;
  height: 100px;
  background-image: url(../img/info/icon03.png);
  margin-right: 35px;
  background-size: contain;
}
@media (max-width: 600px) {
  .saloninfobox02 .inner .acc_ttl::before {
    width: 28px;
    height: 50px;
  }
}
@media (max-width: 830px) {
  .saloninfobox02 .inner .aclistbox_wapper {
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .saloninfobox02 .inner .aclistbox_wapper {
    max-width: 580px;
    margin: 0 auto;
  }
}
.saloninfobox02 .inner .aclistbox_wapper > .wp-block-group__inner-container {
  display: flex;
  margin-top: 40px;
  gap: 40px;
}
@media (max-width: 600px) {
  .saloninfobox02 .inner .aclistbox_wapper > .wp-block-group__inner-container {
    flex-direction: column;
  }
}
.saloninfobox02 .inner .aclistbox_wapper > .wp-block-group__inner-container .aclistbox {
  position: relative;
  width: 24%;
}
@media (max-width: 830px) {
  .saloninfobox02 .inner .aclistbox_wapper > .wp-block-group__inner-container .aclistbox {
    padding-bottom: 50px;
    width: 23%;
  }
}
@media (max-width: 600px) {
  .saloninfobox02 .inner .aclistbox_wapper > .wp-block-group__inner-container .aclistbox {
    padding-bottom: 100px;
    width: 100%;
  }
}
.saloninfobox02 .inner .aclistbox_wapper > .wp-block-group__inner-container .aclistbox.last::after {
  display: none;
}
@media (max-width: 600px) {
  .saloninfobox02 .inner .aclistbox_wapper > .wp-block-group__inner-container .aclistbox.last .txt01 {
    text-align: left;
    line-height: 2;
    letter-spacing: 0;
    font-size: 14px;
  }
}
.saloninfobox02 .inner .aclistbox_wapper > .wp-block-group__inner-container .aclistbox::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 33%;
  transform: translate(200%, -50%);
  width: 18px;
  height: 116px;
  background-image: url(../img/info/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 600px) {
  .saloninfobox02 .inner .aclistbox_wapper > .wp-block-group__inner-container .aclistbox::after {
    right: auto;
    left: 50%;
    transform: translate(-50%, 0%) rotate(90deg);
    top: auto;
    bottom: 0;
  }
}
.saloninfobox02 .inner .aclistbox_wapper > .wp-block-group__inner-container .aclistbox .acc_list_en {
  position: absolute;
  top: 0;
  left: 50%;
  width: 57px;
  height: 57px;
  transform: translate(-50%, -50%);
  background-color: #2b6a91;
  font-family: "Damion", cursive;
  font-weight: 400;
  font-weight: bold;
  font-size: 38px;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 8px;
}
.saloninfobox02 .inner .aclistbox_wapper > .wp-block-group__inner-container .aclistbox .txt01 {
  font-size: 13px;
  color: #2b6a91;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 15px;
  line-height: 2.5;
}
@media (max-width: 880px) {
  .saloninfobox02 .inner .aclistbox_wapper > .wp-block-group__inner-container .aclistbox .txt01 {
    line-height: 2;
    letter-spacing: 0;
    font-size: 14px;
  }
}

.product01 {
  background-image: url(../img/product/bk.png);
  background-repeat: repeat;
  padding: 60px 0 150px;
  margin-bottom: -150px;
}
.product01 .sec_flex {
  position: relative;
}
.product01 .sec_flex::before {
  content: "";
  display: block;
  width: 158px;
  height: 193px;
  background-image: url(../img/product/icon01.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: -100px;
}
@media (max-width: 600px) {
  .product01 .sec_flex::before {
    width: 79px;
    height: 96.5px;
    right: 10px;
  }
}
.product01 .left_box .ttl.left {
  color: #fff;
  letter-spacing: 0.2em;
}
.product01 .left_box .ttl.left::after {
  content: "";
  background-image: url(../img/ttlafterwh.png);
}
@media (max-width: 880px) {
  .product01 .left_box .ttl.left::after {
    letter-spacing: 0em;
    width: 28px;
    height: 6px;
    background-size: cover;
  }
}
.product01 .left_box .txt01 {
  color: #fff;
}

.product02 {
  padding: 90px 0;
}

.product_list .flex_box > .wp-block-group__inner-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 80px 0;
}
@media (max-width: 1000px) {
  .product_list .flex_box > .wp-block-group__inner-container {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .product_list .flex_box > .wp-block-group__inner-container {
    flex-direction: column;
    margin: 40px 0;
  }
}
.product_list .flex_box .txtbox {
  text-align: center;
}
.product_list .flex_box .txtbox .number {
  font-size: 60px;
  font-weight: 700;
  background-color: #d95836;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 0 auto 20px;
  line-height: 1;
  font-family: "Damion", cursive;
  font-weight: 400;
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  .product_list .flex_box .txtbox .number {
    width: 69px;
    height: 69px;
  }
}
.product_list .flex_box .txtbox .txt01 {
  font-size: 18px;
  color: #316d94;
  line-height: 1.8;
  margin: 0;
  font-weight: bold;
}
@media (max-width: 880px) {
  .product_list .flex_box .txtbox .txt01 {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .product_list .flex_box .txtbox .txt01 {
    line-height: 2;
    letter-spacing: 0;
    font-size: 14px;
  }
}

.product03 {
  margin: 120px 0;
  padding: 35px 0;
  background-color: #316d94;
}
@media (max-width: 600px) {
  .product03 {
    margin: 50px 0;
  }
}
.product03 .inner {
  max-width: 1217px;
  padding: 70px 20px 150px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .product03 .inner {
    padding: 40px 20px 170px;
  }
}
.product03 .inner .inner_ttl02 {
  text-align: center;
  color: #fff;
  font-size: 30px;
  letter-spacing: 0.2em;
  font-weight: bold;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .product03 .inner .inner_ttl02 {
    font-size: 24px;
    line-height: 1.7;
  }
}
.product03 .inner .inner_ttl02::before {
  content: "";
  display: block;
  width: 84px;
  height: 116px;
  background-image: url(../img/recruit/icon03.png);
  background-size: contain;
  margin-bottom: 25px;
}
.product03 .inner .inner_ttl02::after {
  content: "";
  display: block;
  width: 56px;
  height: 13px;
  background-image: url(../img/ttlafterwh.png);
  margin: 20px auto 0;
  background-repeat: no-repeat;
}
@media (max-width: 880px) {
  .product03 .inner .inner_ttl02::after {
    width: 28px;
    height: 6px;
    background-size: cover;
  }
}
.product03 .inner .product03_list_wapper > .wp-block-group__inner-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.product03 .inner .product03_list_wapper .product03_list {
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
  width: 48%;
  margin-top: 20px;
  /* Benefits01（上の英字） */
  /* アイコン画像（円＋白枠） */
  /* 日本語タイトル */
  /* 説明文 */
  /* SP調整 */
}
@media (max-width: 768px) {
  .product03 .inner .product03_list_wapper .product03_list {
    width: 100%;
  }
}
.product03 .inner .product03_list_wapper .product03_list .wp-block-group__inner-container {
  max-width: 720px;
  margin: 0 auto;
}
.product03 .inner .product03_list_wapper .product03_list .enttl {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0 0 34px;
  opacity: 0.95;
  font-family: "Damion", cursive;
  font-weight: 400;
}
.product03 .inner .product03_list_wapper .product03_list .enttl strong {
  font-size: 48px;
}
.product03 .inner .product03_list_wapper .product03_list .iconimg {
  margin: 0 auto 34px;
  width: 138px;
  height: 138px;
}
@media (max-width: 880px) {
  .product03 .inner .product03_list_wapper .product03_list .iconimg {
    margin-bottom: 0px;
  }
}
.product03 .inner .product03_list_wapper .product03_list .txtttl {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 6px;
  margin: 0 auto 20px;
  max-width: 380px;
  /* 点線ライン */
}
.product03 .inner .product03_list_wapper .product03_list .txtttl::after {
  content: "";
  display: block;
  width: min(380px, 100%);
  height: 2px;
  margin: 28px auto 0;
  background-image: repeating-linear-gradient(to right, rgba(255, 255, 255, 0.9) 0, rgba(255, 255, 255, 0.9) 5px, transparent 5px, transparent 7px);
  opacity: 0.9;
}
.product03 .inner .product03_list_wapper .product03_list .txt {
  font-size: 16px;
  line-height: 2.1;
  letter-spacing: 2px;
  margin: 34px auto 0;
  width: min(640px, 92%);
  text-align: left; /* 画像は左揃えっぽいので */
  max-width: 380px;
}
@media (max-width: 880px) {
  .product03 .inner .product03_list_wapper .product03_list {
    padding: 30px 18px 0;
  }
  .product03 .inner .product03_list_wapper .product03_list .enttl {
    font-size: 26px;
    margin-bottom: 0px;
  }
  .product03 .inner .product03_list_wapper .product03_list .iconimg img {
    width: 110px;
    height: 110px;
    margin-bottom: 0px;
  }
  .product03 .inner .product03_list_wapper .product03_list .txtttl {
    font-size: 21px;
    letter-spacing: 4px;
  }
  .product03 .inner .product03_list_wapper .product03_list .txtttl::after {
    margin-top: 22px;
  }
  .product03 .inner .product03_list_wapper .product03_list .txt {
    line-height: 2;
    letter-spacing: 0;
    font-size: 14px;
    width: 94%;
  }
}
.product03 .inner .product03_last {
  text-align: center;
  color: #fff;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0.2em;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 140px;
  margin-top: 140px;
}
@media (max-width: 880px) {
  .product03 .inner .product03_last {
    gap: 40px;
    margin-top: 40px;
    font-size: 23px;
  }
}
@media (max-width: 880px) {
  .product03 .inner .product03_last {
    font-size: 16px;
  }
}
.product03 .inner .product03_last::before {
  content: "";
  display: block;
  width: 129px;
  height: 158px;
  background-image: url(../img/recruit/icon04.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 880px) {
  .product03 .inner .product03_last::before {
    width: 64px;
    height: 79px;
  }
}
@media (max-width: 600px) {
  .product03 .inner .product03_last::before {
    display: none;
  }
}
.product03 .inner .product03_last::after {
  content: "";
  display: block;
  width: 129px;
  height: 158px;
  background-image: url(../img/recruit/icon05.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 880px) {
  .product03 .inner .product03_last::after {
    width: 64px;
    height: 79px;
  }
}
@media (max-width: 600px) {
  .product03 .inner .product03_last::after {
    display: none;
  }
}

.recruitbox01 {
  background-color: #cceae7;
  padding-top: 200px;
  margin-top: -150px;
}
@media (max-width: 880px) {
  .recruitbox01 {
    padding-top: 100px;
    margin-top: -150px;
  }
}
.recruitbox01 .inner {
  max-width: 1217px;
  padding: 70px 20px 150px;
  margin: 0 auto;
}
@media (max-width: 830px) {
  .recruitbox01 .inner {
    max-width: 580px;
    margin: 0 auto;
  }
}
.recruitbox01 .inner .ttl01 {
  text-align: center;
  color: #fff;
  font-size: 7rem;
  font-family: "Damion", cursive;
  font-weight: 400;
}
@media (max-width: 768px) {
  .recruitbox01 .inner .ttl01 {
    font-size: 4rem;
    line-height: 1.5;
  }
}
.recruitbox01 .inner .flex_box > .wp-block-group__inner-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}
@media (max-width: 880px) {
  .recruitbox01 .inner .flex_box > .wp-block-group__inner-container {
    flex-direction: column;
    padding: 0 20px;
  }
}
.recruitbox01 .inner .flex_box > .wp-block-group__inner-container .left_box {
  position: relative;
}
.recruitbox01 .inner .flex_box > .wp-block-group__inner-container .left_box::before {
  content: "";
  display: block;
  width: 138px;
  height: 138px;
  background-image: url(../img/recruit/icon06.png);
  position: absolute;
  left: -60px;
  top: -60px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 880px) {
  .recruitbox01 .inner .flex_box > .wp-block-group__inner-container .left_box::before {
    left: 10px;
  }
}
@media (max-width: 768px) {
  .recruitbox01 .inner .flex_box > .wp-block-group__inner-container .left_box::before {
    width: 69px;
    height: 69px;
    top: -30px;
  }
}
.recruitbox01 .inner .flex_box > .wp-block-group__inner-container .left_box::after {
  content: "";
  display: block;
  width: 252px;
  height: 123px;
  background-image: url(../img/recruit/icon07.png);
  position: absolute;
  right: -60px;
  bottom: -20px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 880px) {
  .recruitbox01 .inner .flex_box > .wp-block-group__inner-container .left_box::after {
    right: 10px;
  }
}
@media (max-width: 768px) {
  .recruitbox01 .inner .flex_box > .wp-block-group__inner-container .left_box::after {
    width: 126px;
    height: 61px;
  }
}
.recruitbox01 .inner .flex_box > .wp-block-group__inner-container .ttl {
  position: relative;
}
.recruitbox01 .inner .flex_box > .wp-block-group__inner-container .ttl::before {
  content: "";
  display: block;
  width: 89px;
  height: 109px;
  position: absolute;
  right: -80px;
  top: -40px;
  background-image: url(../img/recruit/ttlicon.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1100px) {
  .recruitbox01 .inner .flex_box > .wp-block-group__inner-container .ttl::before {
    right: 0px;
    top: -40px;
    width: 44.5px;
    height: 54.5px;
  }
}
@media (max-width: 768px) {
  .recruitbox01 .inner .flex_box > .wp-block-group__inner-container .ttl::before {
    width: 44.5px;
    height: 54.5px;
    right: 0;
  }
}
.recruitbox01 .inner .flex_box > .wp-block-group__inner-container .sub_ttl {
  color: #2b6a91;
  font-size: 30px;
  letter-spacing: 0.2em;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 40px;
}
@media (max-width: 600px) {
  .recruitbox01 .inner .flex_box > .wp-block-group__inner-container .sub_ttl {
    font-size: 21px;
  }
}
.recruitbox01 .inner .flex_box > .wp-block-group__inner-container .txt01 {
  font-size: 14px;
  line-height: 2.7;
  margin-top: 65px;
  color: #2b6a91;
}
@media (max-width: 880px) {
  .recruitbox01 .inner .flex_box > .wp-block-group__inner-container .txt01 {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .recruitbox01 .inner .flex_box > .wp-block-group__inner-container .txt01 {
    margin-top: 30px;
    line-height: 2;
    letter-spacing: 0;
    font-size: 14px;
  }
}
.recruitbox01 .inner .flex_box > .wp-block-group__inner-container .nametxt {
  font-size: 18px;
  text-align: right;
  margin-top: 30px;
  color: #2b6a91;
  font-weight: bold;
}

.recruitbox02 {
  background-color: #327aa3;
  padding-top: 100px;
}
@media (max-width: 880px) {
  .recruitbox02 {
    padding-top: 50px;
  }
}
.recruitbox02 .inner {
  max-width: 1217px;
  padding: 0px 20px 0px;
  margin: 0 auto;
}
@media (max-width: 880px) {
  .recruitbox02 .inner {
    max-width: 700px;
    margin: 0 auto;
  }
}
.recruitbox02 .inner .ttl {
  font-size: 36px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.2em;
}
@media (max-width: 880px) {
  .recruitbox02 .inner .ttl {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .recruitbox02 .inner .ttl {
    font-size: 21px;
  }
}
.recruitbox02 .inner .flex_box > .wp-block-group__inner-container {
  display: flex;
  gap: 15px;
  margin-top: 85px;
}
@media (max-width: 1200px) {
  .recruitbox02 .inner .flex_box > .wp-block-group__inner-container {
    flex-wrap: wrap;
  }
}
.recruitbox02 .inner .flex_box > .wp-block-group__inner-container .txt_box {
  background-color: #fff;
  padding: 30px 15px;
  border-radius: 20px;
  max-width: 283px;
}
@media (max-width: 1200px) {
  .recruitbox02 .inner .flex_box > .wp-block-group__inner-container .txt_box {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .recruitbox02 .inner .flex_box > .wp-block-group__inner-container .txt_box {
    max-width: 100%;
    width: 100%;
  }
}
.recruitbox02 .inner .flex_box > .wp-block-group__inner-container .txt_box .topen {
  text-align: center;
  font-size: 30px;
  color: #2b6a91;
  font-family: "Damion", cursive;
  line-height: 1;
}
.recruitbox02 .inner .flex_box > .wp-block-group__inner-container .txt_box .topen strong {
  font-size: 47px;
}
.recruitbox02 .inner .flex_box > .wp-block-group__inner-container .txt_box .ttl01 {
  text-align: center;
  font-size: 18px;
  color: #2b6a91;
  font-weight: bold;
  margin-top: 35px;
  letter-spacing: 0.2em;
}
.recruitbox02 .inner .flex_box > .wp-block-group__inner-container .txt_box .ttl01::after {
  content: "";
  display: block;
  width: min(380px, 100%);
  height: 2px;
  margin: 15px auto 25px;
  background-image: repeating-linear-gradient(to right, rgba(43, 106, 145, 0.9) 0, rgba(43, 106, 145, 0.9) 5px, transparent 5px, transparent 7px);
  opacity: 0.9;
}
.recruitbox02 .inner .flex_box > .wp-block-group__inner-container .txt_box .txt01 {
  color: #2b6a91;
  letter-spacing: 0.2em;
  font-weight: bold;
  line-height: 2;
}
@media (max-width: 880px) {
  .recruitbox02 .inner .flex_box > .wp-block-group__inner-container .txt_box .txt01 {
    text-align: center;
    line-height: 2;
    letter-spacing: 0;
    font-size: 14px;
  }
}

.recruitbox03 {
  background-color: #327aa3;
  padding-top: 100px;
}
@media (max-width: 830px) {
  .recruitbox03 {
    padding-top: 20px;
    margin-top: -3px;
  }
}
.recruitbox03 .inner {
  max-width: 1217px;
  padding: 70px 20px 150px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 830px) {
  .recruitbox03 .inner {
    max-width: 580px;
    margin: 0 auto;
  }
}
.recruitbox03 .inner::before {
  content: "";
  display: block;
  width: 367px;
  height: 587px;
  background-image: url(../img/recruit/iconafter.png);
  position: absolute;
  top: 0;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 600px) {
  .recruitbox03 .inner::before {
    width: 183.5px;
    height: 293.5px;
  }
}
.recruitbox03 .inner::after {
  content: "";
  display: block;
  width: 367px;
  height: 587px;
  background-image: url(../img/recruit/icobefore.png);
  position: absolute;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 600px) {
  .recruitbox03 .inner::after {
    width: 188.5px;
    height: 298.5px;
  }
}
.recruitbox03 .inner .ttl {
  font-weight: bold;
  font-size: 36px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.2em;
}
@media (max-width: 880px) {
  .recruitbox03 .inner .ttl {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .recruitbox03 .inner .ttl {
    font-size: 21px;
  }
}
.recruitbox03 .inner .txt01 {
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 2.6;
  margin-top: 70px;
}
.recruitbox03 .inner figure.wp-block-table {
  border: none;
  max-width: 870px;
  margin: 0 auto;
}
.recruitbox03 .inner table.has-fixed-layout {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;
  margin-top: 70px;
  position: relative;
  z-index: 3;
}
.recruitbox03 .inner table.has-fixed-layout tr {
  border-bottom: 4px solid #327aa3;
}
.recruitbox03 .inner table.has-fixed-layout td {
  padding: 24px 32px;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #327aa3;
  vertical-align: middle;
  background: #f4f4f4;
  letter-spacing: 0.2em;
}
.recruitbox03 .inner table.has-fixed-layout td:first-child {
  width: 220px;
  text-align: center;
  font-weight: 700;
  border-right: 4px solid #327aa3;
  letter-spacing: 0.2em;
}
@media (max-width: 600px) {
  .recruitbox03 .inner table.has-fixed-layout td:first-child {
    width: 100%;
    border-bottom: 1px solid #327aa3;
    border-right: none;
  }
}
.recruitbox03 .inner table.has-fixed-layout td:last-child {
  width: calc(100% - 220px);
  word-break: break-word;
}
@media (max-width: 600px) {
  .recruitbox03 .inner table.has-fixed-layout td:last-child {
    width: 100%;
    line-height: 2;
    letter-spacing: 0;
    font-size: 14px;
  }
}
.recruitbox03 .inner table.has-fixed-layout tr:first-child {
  border-top: 4px solid #327aa3;
}

.recruitbox04 {
  background-color: #327aa3;
  padding-top: 0px;
  padding-bottom: 150px;
}
@media (max-width: 880px) {
  .recruitbox04 {
    margin-top: -5px;
  }
}
.recruitbox04 .inner {
  max-width: 1217px;
  padding: 70px 20px 150px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 830px) {
  .recruitbox04 .inner {
    max-width: 580px;
    margin: 0 auto;
  }
}
@media (max-width: 880px) {
  .recruitbox04 .inner {
    padding: 5px 20px 100px;
  }
}
.recruitbox04 .inner .flex_box > .wp-block-group__inner-container {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 85px;
  border: 10px solid #fff;
  border-radius: 40px;
  padding: 40px 70px;
  background-color: #2b6a91;
}
@media (max-width: 880px) {
  .recruitbox04 .inner .flex_box > .wp-block-group__inner-container {
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  .recruitbox04 .inner .flex_box > .wp-block-group__inner-container {
    padding: 20px;
    border: 5px solid #fff;
  }
}
.recruitbox04 .inner .flex_box > .wp-block-group__inner-container .left_box .title01 {
  font-size: 30px;
  font-weight: bold;
  display: flex;
  align-items: center;
  color: #fff;
  letter-spacing: 0.2em;
}
@media (max-width: 880px) {
  .recruitbox04 .inner .flex_box > .wp-block-group__inner-container .left_box .title01 {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .recruitbox04 .inner .flex_box > .wp-block-group__inner-container .left_box .title01 {
    font-size: 24px;
  }
}
.recruitbox04 .inner .flex_box > .wp-block-group__inner-container .left_box .title01::before {
  content: "";
  display: block;
  width: 65px;
  height: 74px;
  background-image: url(../img/recruit/hanaicon.png);
  background-size: contain;
  margin-right: 20px;
  background-repeat: no-repeat;
}
@media (max-width: 880px) {
  .recruitbox04 .inner .flex_box > .wp-block-group__inner-container .left_box .title01::before {
    width: 31px;
    height: 32px;
  }
}
.recruitbox04 .inner .flex_box > .wp-block-group__inner-container .left_box .txt01 {
  color: #fff;
  margin-top: 20px;
  line-height: 2.6;
  letter-spacing: 0.2em;
}
@media (max-width: 880px) {
  .recruitbox04 .inner .flex_box > .wp-block-group__inner-container .left_box .txt01 {
    line-height: 2;
    letter-spacing: 0;
    font-size: 14px;
  }
}
.recruitbox04 .inner .flex_box > .wp-block-group__inner-container .right_box .btn {
  width: 362px;
}

.recruit_nami {
  margin-top: -280px;
}

.page .under-v {
  display: none;
}

.menu02 {
  background-color: #fff;
  padding: 80px 0 0;
}
@media (max-width: 600px) {
  .menu02 {
    padding: 40px 0 0;
  }
}
.menu02 .wapper {
  max-width: 1217px;
  padding: 0 20px;
  position: relative;
  margin: 0 auto;
}
.menu02 .wapper::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 367px;
  height: 583px;
  background-image: url(../img/menu/beforeicon.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.menu02 .wapper::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 367px;
  height: 583px;
  background-image: url(../img/menu/aftericon.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.menu02 .inner {
  max-width: 720px;
  margin: 0 auto;
  background-color: #fff;
  border: 10px solid #2b6a91;
  border-radius: 30px;
  padding: 60px 40px;
  position: relative;
  z-index: 3;
}
@media (max-width: 830px) {
  .menu02 .inner {
    max-width: 580px;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .menu02 .inner {
    padding: 30px 15px;
    border: 5px solid #2b6a91;
  }
}
.menu02 .inner .sec_ttl01 {
  text-align: center;
  font-size: 24px;
  line-height: 2;
  color: #2b6a91;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.2em;
}
@media (max-width: 600px) {
  .menu02 .inner .sec_ttl01 {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.menu02 .inner .sec_ttl01::after {
  content: "";
  display: block;
  width: min(628px, 100%);
  height: 2px;
  margin: 28px auto 0;
  background-image: repeating-linear-gradient(to right, rgba(43, 106, 145, 0.9) 0, rgba(43, 106, 145, 0.9) 5px, transparent 5px, transparent 7px);
  opacity: 0.9;
}
@media (max-width: 600px) {
  .menu02 .inner .sec_ttl01::after {
    margin: 14px auto 0;
  }
}
.menu02 .inner .txt01 {
  font-size: 14px;
  line-height: 2.6;
  letter-spacing: 0.2em;
  color: #2b6a91;
  max-width: 480px;
  margin: 40px auto 0;
}
@media (max-width: 600px) {
  .menu02 .inner .txt01 {
    margin: 20px auto 0;
    letter-spacing: 0;
    line-height: 2;
  }
}

.menu04 {
  margin-top: -50px;
  position: relative;
  background: linear-gradient(to bottom, transparent 120px, #cceae7 120px);
  /* ✅ spaSliderはinnerの外にいるのでここに書く */
}
.menu04 .img01 {
  position: relative;
}
.menu04 .inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 80px 20px 0;
  position: relative;
}
.menu04 .inner::before {
  content: "";
  display: block;
  width: 73px;
  height: 186px;
  background-image: url(../img/menu/menuicon01.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 10%;
  top: -13%;
}
@media (max-width: 600px) {
  .menu04 .inner::before {
    width: 73px;
    height: 186px;
    top: -6%;
  }
}
.menu04 .inner .sab_ttl {
  font-size: 36px;
  color: #2b6a91;
  letter-spacing: 0.2em;
  text-align: center;
}
@media (max-width: 600px) {
  .menu04 .inner .sab_ttl {
    font-size: 24px;
  }
}
.menu04 .inner .sab_ttl strong {
  font-size: 60px;
}
@media (max-width: 600px) {
  .menu04 .inner .sab_ttl strong {
    font-size: 30px;
  }
}
.menu04 .spaSlider {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  /* WPが挟むinner-containerを横並びにする */
}
.menu04 .spaSlider__viewport {
  overflow: hidden;
}
.menu04 .spaSlider__viewport > .wp-block-group__inner-container {
  overflow: hidden;
  padding-top: 20px;
}
.menu04 .spaSlider__track > .wp-block-group__inner-container {
  display: flex;
  transition: transform 0.6s ease;
  will-change: transform;
}
.menu04 .spaSlider__slide {
  flex: 0 0 100%;
  min-width: 100%;
  box-sizing: border-box;
  padding: 30px;
}
.menu04 .spaSlider__slide > .wp-block-group__inner-container {
  width: 100%;
  background-color: #fff;
  border: 10px solid #2b6a91;
  border-radius: 20px;
}
@media (max-width: 600px) {
  .menu04 .spaSlider__slide > .wp-block-group__inner-container {
    border: 5px solid #2b6a91;
  }
}
.menu04 .spaSlider__inner > .wp-block-group__inner-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
  padding: 50px 55px;
  position: relative;
}
@media (max-width: 600px) {
  .menu04 .spaSlider__inner > .wp-block-group__inner-container {
    padding: 20px 20px;
  }
}
.menu04 .spaSlider__content {
  flex: 1;
}
.menu04 .spaSlider__content > .wp-block-group__inner-container {
  width: 100%;
}
.menu04 .spaSlider__image {
  flex: 1;
}
.menu04 .spaSlider__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}
.menu04 .spaSlider__num {
  font-family: "Damion", cursive;
  font-size: 70px;
  font-weight: 700;
  color: #fff;
  background-color: #2f5f7d;
  position: absolute;
  top: 0;
  left: 20px;
  width: 92px;
  height: 92px;
  border-radius: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px 20px 0;
}
@media (max-width: 600px) {
  .menu04 .spaSlider__num {
    font-size: 25px;
    width: 46px;
    height: 46px;
    padding: 0 2px 5px 0;
  }
}
.menu04 .spaSlider__title {
  font-size: 24px;
  line-height: 1.6;
  margin: 20px 0;
  color: #2f5f7d;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media (max-width: 600px) {
  .menu04 .spaSlider__title {
    font-size: 18px;
    margin: 10px 0;
    letter-spacing: 0;
  }
}
.menu04 .spaSlider__text {
  font-size: 15px;
  line-height: 2;
  color: #2b6a91;
  margin-bottom: 20px;
  letter-spacing: 0.2em;
}
@media (max-width: 600px) {
  .menu04 .spaSlider__text {
    margin-bottom: 10px;
    letter-spacing: 0;
    font-size: 14px;
  }
}
.menu04 .spaSlider__text strong {
  background: linear-gradient(transparent 50%, #f9e6b7 50%);
  font-weight: bold;
}
.menu04 .spaSlider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 92px;
  height: 92px;
  border-radius: 999px;
  background: #2f5f7d;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 5;
  border: none;
  display: grid;
  place-items: center;
}
.menu04 .spaSlider__arrow::before {
  color: #fff;
  font-size: 22px;
  line-height: 1;
  content: "";
}
.menu04 .spaSlider__arrow--prev {
  left: -18px;
}
@media (max-width: 768px) {
  .menu04 .spaSlider__arrow--prev {
    left: -10px;
  }
}
.menu04 .spaSlider__arrow--prev::before {
  background-image: url(../img/menu/arrow_left.png);
  width: 22px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .menu04 .spaSlider__arrow--prev::before {
    width: 11px;
    height: 17.7px;
  }
}
@media (max-width: 600px) {
  .menu04 .spaSlider__arrow--prev::before {
    width: 6.5px;
    height: 8.8px;
  }
}
.menu04 .spaSlider__arrow--next {
  right: -13px;
}
@media (max-width: 768px) {
  .menu04 .spaSlider__arrow--next {
    right: -10px;
  }
}
.menu04 .spaSlider__arrow--next::before {
  background-image: url(../img/menu/arrow_right.png);
  width: 22px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .menu04 .spaSlider__arrow--next::before {
    width: 11px;
    height: 17.7px;
  }
}
@media (max-width: 600px) {
  .menu04 .spaSlider__arrow--next::before {
    width: 7.5px;
    height: 9.8px;
  }
}
.menu04 .spaSlider__dots {
  text-align: center;
  margin-top: 0px;
}
.menu04 .spaSlider__dots button {
  width: 23px;
  height: 23px;
  margin: 0 6px;
  border-radius: 50%;
  border: none;
  background: #ccc;
  cursor: pointer;
}
@media (max-width: 600px) {
  .menu04 .spaSlider__dots button {
    width: 16.5px;
    height: 16.5px;
  }
}
.menu04 .spaSlider__dots button.active {
  background: #2f5f7d;
}
@media (max-width: 880px) {
  .menu04 .spaSlider__slide {
    padding: 30px;
  }
}
@media (max-width: 880px) and (max-width: 600px) {
  .menu04 .spaSlider__slide {
    padding: 30px 0;
  }
}
@media (max-width: 880px) {
  .menu04 .spaSlider__inner > .wp-block-group__inner-container {
    flex-direction: column;
    gap: 24px;
  }
}
@media (max-width: 880px) and (max-width: 600px) {
  .menu04 .spaSlider__inner > .wp-block-group__inner-container {
    gap: 10px;
  }
}
@media (max-width: 880px) {
  .menu04 .spaSlider__arrow {
    width: 46px;
    height: 46px;
  }
}
@media (max-width: 880px) and (max-width: 600px) {
  .menu04 .spaSlider__arrow {
    width: 33px;
    height: 33px;
  }
}

.menu05_wapper {
  background-color: #cceae7;
  padding: 1px 0 200px;
}
@media (max-width: 880px) {
  .menu05_wapper {
    padding: 50px 0 200px;
  }
}

.menu05 {
  max-width: 1220px;
  margin: 120px auto 0;
  background-color: #2b6a91;
  border-radius: 30px;
  padding: 30px 50px;
}
@media (max-width: 830px) {
  .menu05 {
    max-width: 580px;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .menu05 {
    border-radius: 15px;
    max-width: 90%;
    padding: 15px 15px;
  }
}
.menu05 .flex_box > .wp-block-group__inner-container {
  display: flex;
  justify-content: space-between;
  position: relative;
  gap: 30px;
}
@media (max-width: 830px) {
  .menu05 .flex_box > .wp-block-group__inner-container {
    flex-direction: column;
    gap: 0;
  }
}
.menu05 .flex_box > .wp-block-group__inner-container .btn {
  position: absolute;
  left: 0;
  bottom: -70px;
  width: 100%;
}
@media (max-width: 1000px) {
  .menu05 .flex_box > .wp-block-group__inner-container .btn {
    bottom: -100px;
  }
}
@media (max-width: 830px) {
  .menu05 .flex_box > .wp-block-group__inner-container .btn {
    left: 50%;
    transform: translateX(-50%);
  }
}
.menu05 .flex_box > .wp-block-group__inner-container .btn a {
  width: 100%;
}
.menu05 .flex_box > .wp-block-group__inner-container .right_box {
  min-width: 370px;
}
@media (max-width: 830px) {
  .menu05 .flex_box > .wp-block-group__inner-container .right_box {
    min-width: auto;
  }
}
.menu05 .flex_box > .wp-block-group__inner-container .left_box {
  max-width: 620px;
}
@media (max-width: 830px) {
  .menu05 .flex_box > .wp-block-group__inner-container .left_box {
    margin-bottom: 30px;
  }
}
.menu05 .flex_box > .wp-block-group__inner-container .left_box .top_txt01 {
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu05 .flex_box > .wp-block-group__inner-container .left_box .top_txt01::before {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background-color: #fff;
  transform: rotate(-45deg);
  margin-right: 5px;
}
.menu05 .flex_box > .wp-block-group__inner-container .left_box .top_txt01::after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background-color: #fff;
  transform: rotate(45deg);
  margin-left: 5px;
}
.menu05 .flex_box > .wp-block-group__inner-container .left_box .sub_ttl01 {
  font-size: 30px;
  color: #fff;
  letter-spacing: 0.2em;
  font-weight: bold;
  margin-top: 30px;
}
@media (max-width: 880px) {
  .menu05 .flex_box > .wp-block-group__inner-container .left_box .sub_ttl01 {
    font-size: 24px;
    line-height: 1.7;
    text-align: center;
    margin-top: 15px;
  }
}
.menu05 .flex_box > .wp-block-group__inner-container .left_box .bottom_txt01 {
  font-size: 14px;
  line-height: 2.6;
  color: #fff;
  margin-top: 30px;
  letter-spacing: 0.2em;
}
@media (max-width: 880px) {
  .menu05 .flex_box > .wp-block-group__inner-container .left_box .bottom_txt01 {
    line-height: 2;
    letter-spacing: 0;
    font-size: 14px;
  }
}

.menu06 .inner {
  max-width: 1120px;
  padding: 80px 20px 300px;
  margin: 120px auto 0;
  position: relative;
}
@media (max-width: 880px) {
  .menu06 .inner {
    padding: 50px 20px 100px;
    margin: 0px auto 0;
  }
}
@media (max-width: 600px) {
  .menu06 .inner {
    padding: 0 20px 100px;
    margin: 0px auto 0;
  }
}
.menu06 .inner::before {
  content: "";
  display: block;
  background-image: url(../img/top04before.png);
  width: 256px;
  height: 309px;
  background-size: contain;
  position: absolute;
  right: 0;
  top: -20px;
  background-repeat: no-repeat;
}
@media (max-width: 880px) {
  .menu06 .inner::before {
    width: 128px;
    height: 154.5px;
    right: 15px;
    top: -40px;
  }
}
.menu06 .inner::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 80px;
  left: 0;
  background-image: url(../img/top02after.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 129px;
  height: 158px;
  background-repeat: no-repeat;
}
@media (max-width: 880px) {
  .menu06 .inner::after {
    width: 64.5px;
    height: 79px;
    left: 30px;
    bottom: 0;
  }
}
.menu06 .inner .ttl {
  margin-bottom: 120px;
}
@media (max-width: 880px) {
  .menu06 .inner .ttl {
    margin-bottom: 60px;
  }
}
@media (max-width: 600px) {
  .menu06 .inner .ttl {
    margin-bottom: 30px;
  }
}
.menu06 .inner .flex_box.reverse > .wp-block-group__inner-container {
  flex-direction: row-reverse;
}
@media (max-width: 830px) {
  .menu06 .inner .flex_box.reverse > .wp-block-group__inner-container {
    max-width: 580px;
    margin: 0 auto 50px;
    flex-direction: column;
    gap: 0px;
  }
}
.menu06 .inner .flex_box > .wp-block-group__inner-container {
  display: flex;
  justify-content: center;
  gap: 90px;
  padding-top: 120px;
  margin-top: -50px;
}
@media (max-width: 1050px) {
  .menu06 .inner .flex_box > .wp-block-group__inner-container {
    padding: 120px 20px 0;
  }
}
@media (max-width: 830px) {
  .menu06 .inner .flex_box > .wp-block-group__inner-container {
    padding-top: 0px;
    max-width: 580px;
    margin: 0 auto 50px;
    flex-direction: column;
    margin-top: 0;
    gap: 0px;
  }
}
.menu06 .inner .flex_box > .wp-block-group__inner-container .left_box {
  max-width: 475px;
}
@media (max-width: 880px) {
  .menu06 .inner .flex_box > .wp-block-group__inner-container .left_box {
    margin-bottom: 30px;
    max-width: 100%;
  }
}
.menu06 .inner .flex_box > .wp-block-group__inner-container .left_box .menu06_en {
  font-size: 70px;
  font-family: "Damion", cursive;
  color: #2b6a91;
}
@media (max-width: 600px) {
  .menu06 .inner .flex_box > .wp-block-group__inner-container .left_box .menu06_en {
    font-size: 35px;
  }
}
.menu06 .inner .flex_box > .wp-block-group__inner-container .left_box .menu06_ttl {
  font-size: 30px;
  color: #2b6a91;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 50px;
  padding-bottom: 30px;
}
@media (max-width: 600px) {
  .menu06 .inner .flex_box > .wp-block-group__inner-container .left_box .menu06_ttl {
    font-size: 21px;
    margin-top: 15px;
  }
}
.menu06 .inner .flex_box > .wp-block-group__inner-container .left_box .menu06_ttl::after {
  content: "";
  display: block;
  width: min(628px, 100%);
  height: 2px;
  margin: 20px auto 0;
  background-image: repeating-linear-gradient(to right, rgba(43, 106, 145, 0.9) 0, rgba(43, 106, 145, 0.9) 5px, transparent 5px, transparent 7px);
}
.menu06 .inner .flex_box > .wp-block-group__inner-container .left_box .menu06_txt01 {
  font-size: 14px;
  line-height: 2;
  color: #2b6a91;
  margin-bottom: 30px;
  letter-spacing: 0.2em;
}
@media (max-width: 600px) {
  .menu06 .inner .flex_box > .wp-block-group__inner-container .left_box .menu06_txt01 {
    margin-bottom: 30px;
    line-height: 2;
    letter-spacing: 0;
    font-size: 14px;
  }
}
.menu06 .inner .flex_box > .wp-block-group__inner-container .left_box .menu06_txt02 {
  font-size: 14px;
  line-height: 2;
  color: #2b6a91;
  letter-spacing: 0.2em;
}
@media (max-width: 600px) {
  .menu06 .inner .flex_box > .wp-block-group__inner-container .left_box .menu06_txt02 {
    line-height: 2;
    letter-spacing: 0;
    font-size: 14px;
  }
}
.menu07 {
  background-color: #2b6a91;
  padding-bottom: 200px;
}
.menu07::before {
  content: "";
  display: block;
  height: 68px;
  width: 100%;
  background-image: url(../img/menu/line.png);
  background-repeat: repeat-x;
}
.menu07 .inner {
  max-width: 1182px;
  margin: 70px auto;
  background-color: #fff;
  border-radius: 30px;
  padding: 55px 0 90px;
}
@media (max-width: 600px) {
  .menu07 .inner {
    border-radius: 0;
    margin: 0px auto;
  }
}
.menu07 .inner p.txt01 {
  font-size: 14px;
  margin: 15px 0 40px;
  color: #2b6a91;
  line-height: 1.7;
}
@media (max-width: 830px) {
  .menu07 .inner p.txt01 {
    max-width: 580px;
    margin: 15px auto 20px;
  }
}
.menu07 .inner p.txt02 {
  font-size: 14px;
  margin: 10px 0 0px;
  color: #2b6a91;
  line-height: 1.7;
}
@media (max-width: 830px) {
  .menu07 .inner p.txt02 {
    max-width: 580px;
    margin: 10px auto 0px;
  }
}
.menu07 .inner .list_ttlbox_flex .is-layout-constrained.wp-block-group-is-layout-constrained {
  max-width: none;
}
.menu07 .inner .list_ttlbox_flex > .wp-block-group__inner-container {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(18px, 2.2vw, 34px);
  align-items: start;
  padding-inline: 25px;
  box-sizing: border-box;
}
.menu07 .inner .list_ttlbox_flex .list_ttlbox_wapper {
  width: 100%;
}
@media (max-width: 600px) {
  .menu07 .inner .list_ttlbox_flex .list_ttlbox_wapper {
    width: 94%;
    margin: 0 auto;
  }
}
.menu07 .inner .list_ttlbox_flex .list_ttlbox_wapper.mt-150 {
  margin-top: -150px;
}
@media (max-width: 830px) {
  .menu07 .inner .list_ttlbox_flex .list_ttlbox_wapper.mt-150 {
    margin-top: 30px;
  }
}
.menu07 .inner .list_ttlbox_flex .list_ttlbox_wapper .pic_ttl {
  font-size: 24px;
  color: #2b6a91;
  letter-spacing: 0.2em;
  padding: 0 25px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 50px 0 20px;
}
@media (max-width: 880px) {
  .menu07 .inner .list_ttlbox_flex .list_ttlbox_wapper .pic_ttl {
    max-width: 580px;
    margin: 50px auto 20px;
    padding: 0px;
  }
}
@media (max-width: 600px) {
  .menu07 .inner .list_ttlbox_flex .list_ttlbox_wapper .pic_ttl {
    max-width: 580px;
    margin: 60px auto 20px;
    font-size: 18px;
  }
}
.menu07 .inner .list_ttlbox_flex .list_ttlbox_wapper .pic_ttl::before {
  content: "";
  width: 27px;
  height: 27px;
  background-color: #2b6a91;
  border-radius: 50%;
  flex: 0 0 auto;
}
@media (max-width: 600px) {
  .menu07 .inner .list_ttlbox_flex .list_ttlbox_wapper .pic_ttl::before {
    width: 16.5px;
    height: 16.5px;
  }
}
.menu07 .inner .list_ttlbox_flex .list_ttlbox_wapper .list_ttlbox {
  background: #2f6f8f;
  color: #fff;
  border-radius: 999px;
  padding: 14px 18px;
  text-align: center;
  width: 100%;
  margin-inline: 0;
  box-sizing: border-box;
  margin-top: 90px;
}
@media (max-width: 880px) {
  .menu07 .inner .list_ttlbox_flex .list_ttlbox_wapper .list_ttlbox {
    max-width: 580px;
    margin: 50px auto 50px;
  }
}
@media (max-width: 600px) {
  .menu07 .inner .list_ttlbox_flex .list_ttlbox_wapper .list_ttlbox {
    max-width: 580px;
    margin: 60px auto -20px;
  }
}
.menu07 .inner .list_ttlbox_flex .list_ttlbox_wapper .list_ttlbox.topnon {
  margin-top: 0;
}
.menu07 .inner .list_ttlbox_flex .list_ttlbox_wapper .list_ttlbox .list_ttlen {
  margin: 0;
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.1;
  font-family: "Damion", cursive;
}
.menu07 .inner .list_ttlbox_flex .list_ttlbox_wapper .list_ttlbox .list_ttl {
  margin: 4px 0 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  opacity: 0.95;
}
.menu07 .inner .list_ttlbox_flex .list_ttlbox_wapper .list_pricebox_wapper {
  margin-top: 14px;
  padding: 0 25px;
  color: #1f3a44;
}
@media (max-width: 880px) {
  .menu07 .inner .list_ttlbox_flex .list_ttlbox_wapper .list_pricebox_wapper {
    max-width: 540px;
    margin: 14px auto 0;
  }
}
@media (max-width: 600px) {
  .menu07 .inner .list_ttlbox_flex .list_ttlbox_wapper .list_pricebox_wapper {
    padding: 0px;
  }
}
@media (max-width: 830px) {
  .menu07 .inner .list_ttlbox_flex .list_ttlbox_wapper .list_pricebox_wapper > .wp-block-group__inner-container {
    max-width: 580px;
    margin: 0 auto;
  }
}
.menu07 .inner .list_ttlbox_flex .list_ttlbox_wapper .list_pricebox_wapper > .wp-block-group__inner-container > * + * {
  margin-top: 10px;
  letter-spacing: 0.2em;
}
@media (max-width: 600px) {
  .menu07 .inner .list_ttlbox_flex .list_ttlbox_wapper .list_pricebox_wapper > .wp-block-group__inner-container > * + * {
    letter-spacing: 0.01em;
  }
}
@media (max-width: 830px) {
  .menu07 .inner .list_ttlbox_flex .list_ttlbox_wapper .list_pricebox {
    max-width: 580px;
    margin: 0 auto;
  }
}
.menu07 .inner .list_ttlbox_flex .list_ttlbox_wapper .list_pricebox.topnon > .wp-block-group__inner-container {
  margin-top: 0;
}
.menu07 .inner .list_ttlbox_flex .list_ttlbox_wapper .list_pricebox > .wp-block-group__inner-container {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  -moz-column-gap: 12px;
       column-gap: 12px;
  align-items: center;
  margin-top: 60px;
}
@media (max-width: 600px) {
  .menu07 .inner .list_ttlbox_flex .list_ttlbox_wapper .list_pricebox > .wp-block-group__inner-container {
    grid-template-columns: minmax(120px, auto) 1fr minmax(80px, auto);
  }
}
.menu07 .inner .list_ttlbox_flex .list_ttlbox_wapper .list_pricebox > .wp-block-group__inner-container::before {
  content: "";
  grid-column: 2;
  border-bottom: 2px dotted rgba(47, 111, 143, 0.85);
  min-width: 18px;
  transform: translateY(15px);
}
.menu07 .inner .list_ttlbox_flex .list_ttlbox_wapper .list_pricebox > .wp-block-group__inner-container p {
  margin: 0;
  line-height: 1.35;
  white-space: nowrap;
  font-size: 18px;
  color: #2b6a91;
}
.menu07 .inner .list_ttlbox_flex .list_ttlbox_wapper .list_pricebox > .wp-block-group__inner-container p:first-child {
  grid-column: 1;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.2em;
}
@media (max-width: 600px) {
  .menu07 .inner .list_ttlbox_flex .list_ttlbox_wapper .list_pricebox > .wp-block-group__inner-container p:first-child {
    letter-spacing: 0;
    font-size: 14px;
  }
}
.menu07 .inner .list_ttlbox_flex .list_ttlbox_wapper .list_pricebox > .wp-block-group__inner-container p:last-child {
  grid-column: 3;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #2b6a91;
  justify-self: end;
  text-align: right;
  letter-spacing: 0.2em;
}
@media (max-width: 600px) {
  .menu07 .inner .list_ttlbox_flex .list_ttlbox_wapper .list_pricebox > .wp-block-group__inner-container p:last-child {
    letter-spacing: 0;
    font-size: 14px;
  }
}
.menu07 .inner .list_ttlbox_flex .list_ttlbox_wapper .list_pricebox_wapper p {
  font-size: 14px;
  margin-top: 0;
  color: #2b6a91;
  line-height: 1.7;
}
@media (max-width: 600px) {
  .menu07 .inner .list_ttlbox_flex .list_ttlbox_wapper .list_pricebox_wapper p {
    letter-spacing: 0em;
    margin-top: 60px;
  }
}
@media (max-width: 880px) {
  .menu07 .inner .list_ttlbox_flex > .wp-block-group__inner-container {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-inline: 14px;
  }
  .menu07 .inner .list_ttlbox_flex .list_ttlbox_wapper {
    order: var(--sp-order, 999);
  }
  .menu07 .inner .list_ttlbox_flex .list_ttlbox {
    width: 100%;
    padding: 12px 16px;
  }
  .menu07 .inner .list_ttlbox_flex .list_ttlbox .list_ttlen {
    font-size: 22px;
  }
  .menu07 .inner .list_ttlbox_flex .list_pricebox > .wp-block-group__inner-container p {
    font-size: 16px;
  }
  .menu07 .inner .list_ttlbox_flex .list_pricebox > .wp-block-group__inner-container p:first-child {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .menu07 .inner .sp-order-1 {
    --sp-order: 1;
  }
  .menu07 .inner .sp-order-2 {
    --sp-order: 2;
  }
  .menu07 .inner .sp-order-3 {
    --sp-order: 3;
  }
  .menu07 .inner .sp-order-4 {
    --sp-order: 4;
  }
  .menu07 .inner .sp-order-5 {
    --sp-order: 5;
  }
  .menu07 .inner .sp-order-6 {
    --sp-order: 6;
  }
  .menu07 .inner .sp-order-7 {
    --sp-order: 7;
  }
  .menu07 .inner .sp-order-8 {
    --sp-order: 8;
  }
  .menu07 .inner .sp-order-9 {
    --sp-order: 9;
  }
  .menu07 .inner .sp-order-10 {
    --sp-order: 10;
  }
}

.faqbox {
  background-color: #2b6a91;
  padding: 0px 0 200px;
}
.faqbox::before {
  content: "";
  display: block;
  height: 68px;
  width: 100%;
  background-image: url(../img/menu/line.png);
  background-repeat: repeat-x;
}
.faqbox .inner {
  max-width: 1182px;
  margin: 0px auto;
  padding-top: 130px;
}
@media (max-width: 880px) {
  .faqbox .inner {
    padding-top: 30px;
  }
}
.faqbox .inner .faq_wapper {
  background-color: #fff;
  padding: 0 30px;
  max-width: 860px;
  margin: 70px auto 0;
  border-radius: 50px;
}
@media (max-width: 830px) {
  .faqbox .inner .faq_wapper {
    max-width: 580px;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .faqbox .inner .faq_wapper {
    max-width: 92%;
    margin: 0 auto;
    border-radius: 20px;
    padding: 20px 15px 0;
  }
}
.faqbox .inner .faq_wapper .faq_box {
  padding: 50px 0 0;
}
@media (max-width: 830px) {
  .faqbox .inner .faq_wapper .faq_box {
    padding: 20px 0;
  }
}
@media (max-width: 600px) {
  .faqbox .inner .faq_wapper .faq_box {
    padding: 20px 0;
  }
}
.faqbox .inner .faq_wapper .faq_box.last {
  padding-bottom: 45px;
}
.faqbox .inner .faq_wapper .faq_box.last::after {
  display: none;
}
@media (max-width: 600px) {
  .faqbox .inner .faq_wapper .faq_box.last {
    padding: 20px 0 40px;
  }
}
.faqbox .inner .faq_wapper .faq_box::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin: 45px auto 0;
  background-image: repeating-linear-gradient(to right, rgba(43, 106, 145, 0.9) 0, rgba(43, 106, 145, 0.9) 5px, transparent 5px, transparent 7px);
  opacity: 0.9;
}
.faqbox .inner .faq_wapper .faq_box .faq_q > .wp-block-group__inner-container {
  display: flex;
  align-items: center;
}
.faqbox .inner .faq_wapper .faq_box .faq_q > .wp-block-group__inner-container .faq_q_en {
  width: 57px;
  height: 57px;
  background-color: #2b6a91;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Damion", cursive;
  font-weight: 400;
  font-weight: bold;
  font-size: 29px;
  padding: 0 10px 5px 0;
  margin-right: 20px;
}
@media (max-width: 600px) {
  .faqbox .inner .faq_wapper .faq_box .faq_q > .wp-block-group__inner-container .faq_q_en {
    width: 28.5px;
    height: 28.5px;
    font-size: 18px;
    margin-right: 10px;
    padding: 0 5px 0px 0;
  }
}
.faqbox .inner .faq_wapper .faq_box .faq_q > .wp-block-group__inner-container .faq_q_txt01 {
  font-size: 18px;
  color: #2b6a91;
  letter-spacing: 0.2em;
  font-weight: bold;
  width: calc(100% - 77px);
  line-height: 1.8;
}
@media (max-width: 600px) {
  .faqbox .inner .faq_wapper .faq_box .faq_q > .wp-block-group__inner-container .faq_q_txt01 {
    width: calc(100% - 33px);
    line-height: 2;
    letter-spacing: 0;
    font-size: 14px;
  }
}
.faqbox .inner .faq_wapper .faq_box .faq_a {
  padding-left: 0px;
  padding-top: 20px;
}
@media (max-width: 830px) {
  .faqbox .inner .faq_wapper .faq_box .faq_a {
    padding-left: 0px;
  }
}
.faqbox .inner .faq_wapper .faq_box .faq_a > .wp-block-group__inner-container {
  display: flex;
  align-items: flex-start;
}
.faqbox .inner .faq_wapper .faq_box .faq_a > .wp-block-group__inner-container .faq_a_en {
  width: 57px;
  height: 57px;
  background-color: #d95836;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Damion", cursive;
  font-weight: 400;
  font-weight: bold;
  font-size: 29px;
  padding: 0 6px 0px 0;
  margin-right: 20px;
}
@media (max-width: 600px) {
  .faqbox .inner .faq_wapper .faq_box .faq_a > .wp-block-group__inner-container .faq_a_en {
    width: 28.5px;
    height: 28.5px;
    font-size: 18px;
    margin-right: 10px;
  }
}
.faqbox .inner .faq_wapper .faq_box .faq_a > .wp-block-group__inner-container .faq_a_txt01 {
  font-size: 16px;
  color: #2b6a91;
  letter-spacing: 0.2em;
  font-weight: bold;
  width: calc(100% - 77px);
  line-height: 1.8;
}
@media (max-width: 600px) {
  .faqbox .inner .faq_wapper .faq_box .faq_a > .wp-block-group__inner-container .faq_a_txt01 {
    width: calc(100% - 33px);
    line-height: 2;
    letter-spacing: 0;
    font-size: 14px;
  }
}

.re_z2 {
  position: relative;
  z-index: 2;
}

.news-wrap .inner {
  max-width: 1000px;
  margin: 40px auto;
}
@media (max-width: 1000px) {
  .news-wrap .inner {
    padding: 0 20px;
  }
}

.post-content {
  line-height: 1.5;
  font-size: 15px;
}

#Staff {
  position: relative;
}

#Staff::before {
  content: "";
  display: block;
  height: 140px; /* 追従ヘッダー分 */
  margin-top: -80px; /* 上にずらす */
  visibility: hidden;
  pointer-events: none;
}
@media (max-width: 600px) {
  #Staff::before {
    height: 90px;
  }
}

@media (max-width: 830px) {
  .about01 {
    max-width: 580px;
    margin: 0 auto;
  }
}

/* pagination（画像のように：current=オレンジ / link=ブルー の四角） */
.pagination {
  margin-top: 30px;
}

.pagination ul.page-numbers {
  display: flex;
  justify-content: center;
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pagination ul.page-numbers > li {
  margin: 0;
  padding: 0;
}

/* 共通（a / span） */
.pagination .page-numbers a.page-numbers,
.pagination .page-numbers span.page-numbers {
  width: 46px; /* お好みで */
  height: 46px; /* お好みで */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0; /* 四角 */
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
}

/* 通常リンク（2 など） */
.pagination .page-numbers a.page-numbers {
  background: #327aa3; /* ブルー（画像寄せ） */
}

/* 現在ページ（1 など） */
.pagination .page-numbers span.page-numbers.current {
  background: #d95836; /* オレンジ（画像寄せ） */
}

/* hover */
.pagination .page-numbers a.page-numbers:hover {
  filter: brightness(0.92);
}

/* キーボードフォーカス */
.pagination .page-numbers a.page-numbers:focus-visible {
  outline: 3px solid rgba(31, 120, 182, 0.35);
  outline-offset: 3px;
}

.entry_category_links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0;
}

.entry_category_link {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  background: #f3f5f7;
  text-decoration: none;
  border-radius: 6px;
}

.entry_category_link:hover {
  filter: brightness(0.95);
}

.post_pager {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 28px;
}

.post_pager__prev a,
.post_pager__next a {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  background: #1f78b6;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
}

.post_pager__prev a:hover,
.post_pager__next a:hover {
  filter: brightness(0.92);
}

/* 最初/最後で片側リンクが無い時の見た目崩れ防止 */
.post_pager__prev:empty,
.post_pager__next:empty {
  flex: 1;
}

@media (min-width: 881px) {
  .pc_hide {
    display: none !important;
  }
}
@media (max-width: 880px) {
  .sp_hide {
    display: none !important;
  }
  .wp-block-navigation .wp-block-navigation-item {
    margin: auto;
    width: 100%;
    justify-content: center;
  }
  header .wp-block-navigation .wp-block-navigation-item {
    margin-bottom: 20px;
  }
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    width: 90%;
    margin: 30px auto 0;
  }
  .instagram {
    margin-top: 30px;
  }
}
@media (max-width: 600px) {
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    width: 100%;
    margin: 30px auto 0;
    gap: 0;
  }
}
/* SPメニュー全体 */
.nav-wrapper {
  position: relative;
  z-index: 9999;
}

/* 背景は見た目だけ。クリックは奪わない */
.nav-wrapper .black-bg {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  pointer-events: none;
  z-index: 1;
}

.nav-wrapper.open .black-bg {
  opacity: 1;
  visibility: visible;
}

/* メニュー本体を前面に */
.nav-wrapper .sp-nav-wrap {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100dvh;
  z-index: 2;
  pointer-events: none;
}

.nav-wrapper.open .sp-nav-wrap {
  pointer-events: auto;
}

/* 実際に押すメニュー部分 */
.nav-wrapper .sp-nav-inner {
  position: relative;
  z-index: 3;
  pointer-events: auto;
}

/* 念のためリンクも有効化 */
.nav-wrapper .hamburger-menu a {
  pointer-events: auto;
  position: relative;
  z-index: 4;
}

.mv_wrap {
  position: relative;
  overflow: hidden;
}

.mv_wrap .mv_img {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease, visibility 0.8s ease;
  z-index: 0;
  margin: 0 !important;
}

.mv_wrap .mv_img.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.mv_wrap .mv_img > .wp-block-group__inner-container {
  height: 100%;
}

.mv_wrap .mv_img figure {
  margin: 0;
}

.mv_wrap .mv_img img {
  display: block;
  width: 100%;
  height: auto;
}

/* PC/SP切り替え */
.pc_img {
  display: block;
}

.sp_img {
  display: none;
}

.before_after_box {
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .before_after_box {
    margin-bottom: 0;
  }
}
.before_after_box > .wp-block-group__inner-container {
  display: flex;
  flex-direction: row-reverse;
  max-width: 600px;
  margin: 80px auto 70px;
  position: relative;
}
@media (max-width: 600px) {
  .before_after_box > .wp-block-group__inner-container {
    margin: 40px auto 30px;
  }
}
.before_after_box > .wp-block-group__inner-container .before_after_box_left {
  width: 268px;
  height: 292px;
  position: absolute;
  left: 0;
  bottom: -50px;
}
@media (max-width: 600px) {
  .before_after_box > .wp-block-group__inner-container .before_after_box_left {
    width: 148px;
    height: 166.5px;
  }
}
.before_after_box > .wp-block-group__inner-container .before_after_box_left img {
  border: 10px solid #fff;
  border-radius: 40px;
}
@media (max-width: 600px) {
  .before_after_box > .wp-block-group__inner-container .before_after_box_left img {
    border: 5px solid #fff;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
  }
}
.before_after_box > .wp-block-group__inner-container .before_after_box_left .before_after_box_ttl02 {
  color: #2b6a91;
  font-family: "Damion", cursive;
  font-weight: 400;
  font-weight: bold;
  font-size: 70px;
  margin-top: -60px;
}
@media (max-width: 600px) {
  .before_after_box > .wp-block-group__inner-container .before_after_box_left .before_after_box_ttl02 {
    font-size: 35px;
  }
}
.before_after_box > .wp-block-group__inner-container .before_after_box_right {
  position: relative;
}
.before_after_box > .wp-block-group__inner-container .before_after_box_right img {
  border: 10px solid #fff;
  border-radius: 40px;
  width: 378px;
  height: 412px;
}
@media (max-width: 600px) {
  .before_after_box > .wp-block-group__inner-container .before_after_box_right img {
    width: 250px;
    height: 228px;
    border: 5px solid #fff;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
  }
}
.before_after_box > .wp-block-group__inner-container .before_after_box_right .before_after_box_ttl01 {
  position: absolute;
  right: -20px;
  bottom: 0;
  color: #d95836;
  font-family: "Damion", cursive;
  font-weight: 400;
  font-weight: bold;
  font-size: 70px;
}
@media (max-width: 600px) {
  .before_after_box > .wp-block-group__inner-container .before_after_box_right .before_after_box_ttl01 {
    font-size: 35px;
    right: -10px;
  }
}

@media screen and (max-width: 767px) {
  .pc_img {
    display: none;
  }
  .sp_img {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  #Cut {
    margin-top: -100px;
    padding-top: 100px;
  }
  #Color {
    margin-top: -100px;
    padding-top: 100px;
  }
  #Perm {
    margin-top: -100px;
    padding-top: 100px;
  }
  #Treatment {
    margin-top: -100px;
    padding-top: 100px;
  }
}
@media (min-width: 600px) and (max-width: 880px) {
  .aboutbox02 .inner .flex_box .left_box .number {
    font-size: 84px;
    transform: translateY(-55%);
  }
  .about01 {
    max-width: 94%;
  }
  .sec_flex.about01.saloninfo {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
  }
  .sec_flex.about01,
.sec_flex.re_z2 > .wp-block-group__inner-container {
    flex-direction: row;
    align-items: flex-start;
  }
  .faqbox .inner .faq_wapper .faq_box .faq_a > .wp-block-group__inner-container .faq_a_txt01 {
    line-height: 2;
    letter-spacing: 0;
    font-size: 14px;
  }
  .recruitbox03 .inner table.has-fixed-layout td:first-child {
    line-height: 2;
    letter-spacing: 0;
    font-size: 14px;
  }
  .recruitbox03 .inner table.has-fixed-layout td:last-child {
    line-height: 2;
    letter-spacing: 0;
    font-size: 14px;
  }
  .recruitbox01 .inner .flex_box > .wp-block-group__inner-container .txt01 {
    line-height: 2;
    letter-spacing: 0;
    font-size: 14px;
  }
  .product_list .flex_box .txtbox .txt01 {
    line-height: 2;
    letter-spacing: 0;
    font-size: 14px;
  }
  .wp-block-group p.menutxt:last-child {
    line-height: 2;
    letter-spacing: 0;
    font-size: 14px;
  }
  .aboutbox02 .inner .flex_box .right_box .txt01 {
    line-height: 2;
    letter-spacing: 0;
    font-size: 14px;
  }
  .menu04 .spaSlider__text {
    line-height: 2;
    letter-spacing: 0;
    font-size: 14px;
  }
  .menu06 .inner .flex_box > .wp-block-group__inner-container .left_box .menu06_txt01 {
    line-height: 2;
    letter-spacing: 0;
    font-size: 14px;
  }
  .menu02 .inner .txt01 {
    line-height: 2;
    letter-spacing: 0;
    font-size: 14px;
  }
  .menu06 .inner .flex_box > .wp-block-group__inner-container .left_box .menu06_txt02 {
    line-height: 2;
    letter-spacing: 0;
    font-size: 14px;
  }
  .menu07 .inner .list_ttlbox_flex .list_ttlbox_wapper .list_pricebox > .wp-block-group__inner-container p:first-child {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 2;
  }
  .menu07 .inner .list_ttlbox_flex .list_ttlbox_wapper .list_pricebox > .wp-block-group__inner-container p:last-child {
    font-size: 14px;
    letter-spacing: 0;
  }
  .menu07 .inner .list_ttlbox_flex .list_ttlbox_wapper .list_pricebox_wapper > .wp-block-group__inner-container > * + * {
    letter-spacing: 0;
    font-size: 14px;
  }
  .sec_flex .left_box .txt01 {
    line-height: 2;
    letter-spacing: 0;
    font-size: 14px;
  }
  .kzmProductCard__name {
    line-height: 2;
    letter-spacing: 0;
    font-size: 14px;
  }
  .top07 .inner .news_box_wapper .news_box .txt {
    line-height: 2;
    letter-spacing: 0;
    font-size: 14px;
  }
  .top08 .txt01 {
    line-height: 2;
    letter-spacing: 0;
    font-size: 14px;
  }
  .top10 .inner .txt {
    line-height: 2;
    letter-spacing: 0;
    font-size: 14px;
  }
  .top02 .inner .sub_txt {
    line-height: 2;
    letter-spacing: 0;
    font-size: 14px;
  }
  .sec_lead {
    line-height: 2;
    letter-spacing: 0;
    font-size: 14px;
  }
  .sec_flex .left_box .ttl.left {
    letter-spacing: 0;
    font-size: 50px;
  }
  .menubox .menu_ttl {
    font-size: 24px;
    letter-spacing: 0.2em;
    line-height: 1.8;
  }
  .sec_flex .left_box {
    margin: 0 auto;
    width: 100%;
  }
  .product01 .sec_flex::before {
    width: 100%;
  }
  .product01 .sec_flex::before {
    width: 79px;
    height: 96.5px;
  }
}
@media (min-width: 600px) and (max-width: 1200px) {
  .product01 .sec_flex::before {
    width: 79px;
    height: 96.5px;
    right: 10%;
  }
  .menubox .inner.recruitbk::before {
    bottom: -20px;
    width: 78px;
  }
  .menubox .inner.recruitbk::after {
    bottom: -20px;
    width: 78px;
  }
}
@media (min-width: 600px) and (max-width: 880px) {
  .menubox {
    max-width: 580px;
    margin: 0 auto;
  }
  .top01 .flex_box .wp-block-group__inner-container {
    max-width: 580px;
    margin: 0 auto;
  }
  .top06 .inner .flex_box > .wp-block-group__inner-container {
    max-width: 580px;
    margin: 0 auto;
  }
  .top07 > .wp-block-group__inner-container {
    max-width: 580px;
    margin: 0 auto;
  }
  .sec_flex > .wp-block-group__inner-container {
    max-width: 580px;
    margin: 0 auto;
  }
  .aboutbox04 .staff_flex > .wp-block-group__inner-container {
    max-width: 580px;
    margin: 0 auto;
  }
  .menu05 {
    max-width: 92%;
    margin: 120px auto;
  }
  .saloninfobox02 .inner {
    padding-top: 0;
    margin-top: -60px;
    padding-bottom: 50px;
  }
  .faqbox .inner .faq_wapper {
    max-width: 580px;
  }
  .recruitbox01 .inner {
    max-width: 580px;
    margin: 0 auto;
  }
  .news-wrap .inner {
    max-width: 580px;
    margin: 0 auto;
  }
  .sec_flex .right_box {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .sec_flex .left_box .ttl.left {
    letter-spacing: 0;
  }
  .sec_lead.mt80 {
    letter-spacing: 0;
  }
  .sec_flex .left_box.sp_100 {
    width: 100%;
  }
}
@media (min-width: 601px) {
  .pro_pc_hide {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .pro_sp_hide {
    display: none !important;
  }
  .menu06 .inner .flex_box.reverse > .wp-block-group__inner-container {
    padding: 0;
  }
  .menu06 .inner .flex_box > .wp-block-group__inner-container {
    padding: 0;
  }
  .menu07 {
    padding-bottom: 0;
  }
  .sp-mt-100none {
    margin-top: 0;
  }
  .sp-mt-100none figure.wp-block-image.size-full {
    background-color: #fff;
  }
}/*# sourceMappingURL=style.css.map */