@charset "UTF-8";
/*
Theme Name: resort-2026
Theme URI:
Description: resort-2026
Version: 1.0
Author: 
Author URI: 
*/
/*!
global > font
------------------------------
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Kosugi+Maru&family=Noto+Sans+JP:wght@100..900&display=swap");
/*!
global > color
------------------------------
*/
:root {
  --color-primary: #0742a4;
  --color-primary-light: #e6f7ff;
  --color-secondary: #27140e;
  --color-secondary-light: #FAF8F5;
  --color-link: #4895e6;
}

.white {
  color: white !important;
}

.blue {
  color: #0742a4 !important;
}

.egreen {
  color: #50AA9E !important;
}

.red {
  color: #a10808;
}

.yellow {
  color: #fffa7c !important;
}

.orange {
  color: #fb600b;
}

.brown {
  color: #27140e !important;
}

/*!
global > content-width
------------------------------
*/
:root {
  --width-content-s: 760px;
  --width-content: 800px;
}

:root {
  --font-family-base:
    "Inter", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial",
    "Yu Gothic", "Meiryo", sans-serif;
}

.f_kos {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.f_noto, .btm_pgnav a,
.btm_pgnav span, .LineContact__txt em {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.f_inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

/*!
global > adjustment
------------------------------
*/
/*!
global > effects
------------------------------
*/
.pagenavi .nav a, .formCnt .btnWrap input, .PgService .Blog .swiper .swiper-slide img, .pgNav li a, .Salon .SnsMenuList .Icon, .underMenu .Bnr::after, .underMenu .Bnr__img, .Fv .custom-prev,
.Fv .custom-next, .PgIndex .SvBnr .Bnr__img, .sideCnt .sideNav li a::after, #btm-btn a.pagetop, .Header__inner, .Header .Logo, .Btn, .baseBtn, .linkBtn, .btn-base {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/*!
foundation > reset
------------------------------
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/*!
foundation > base
------------------------------
*/
html,
body {
  min-height: 100%;
}

:root {
  --vh: 1vh; /* JSが走る前の保険 */
  --header-h: 0px; /* ベースでも入れておく */
}

/* spでヘッダー高が違うならここで上書き */
@media screen and (max-width: 767px) {
  :root {
    --header-h: 0px;
  }
}
html {
  font-size: 62.5%;
}

body {
  font-family: var(--font-family-base);
  font-size: clamp(1.5rem, 1.2vw, 100rem);
  font-weight: 500;
  color: #352724;
  line-height: 2;
  background-color: var(--color-primary-light);
  animation: fadeIn 0.5s ease 0s 1 normal;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
body.menu-open {
  overflow: hidden;
  touch-action: none;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
a {
  color: #1c97e5;
  word-wrap: break-word;
}
a.noLink {
  pointer-events: none;
}
a.anchor {
  display: block;
}
a.anchor--1 {
  padding-top: 50px;
  margin-top: -50px;
}
a.External_links {
  display: table;
  margin-left: auto;
  font-size: 1.4rem;
}

.br-pc {
  display: block !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .br-pc {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .br-pc {
    display: none !important;
  }
}

.br-tb {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .br-tb {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .br-tb {
    display: none !important;
  }
}

.br-sp {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .br-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .br-sp {
    display: block !important;
  }
}

.br-pc-tb {
  display: block !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .br-pc-tb {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .br-pc-tb {
    display: none !important;
  }
}

.br-pc-sp {
  display: block !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .br-pc-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .br-pc-sp {
    display: block !important;
  }
}

.br-tb-sp {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .br-tb-sp {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .br-tb-sp {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .dn-sp {
    display: none !important;
  }
}

/*!
utility > utility
------------------------------
*/
.u-mauto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-mlauto {
  margin-left: auto !important;
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mt120 {
  margin-top: 120px !important;
}

.u-mt140 {
  margin-top: 140px !important;
}

.u-mt150 {
  margin-top: 150px !important;
}

.u-mt200 {
  margin-top: 200px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-mlauto {
  margin-left: auto !important;
}

.u-ml5 {
  margin-left: 10px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-ml5 {
    margin-left: 0.3846153846vw !important;
  }
}

.u-ml10 {
  margin-left: 10px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-ml10 {
    margin-left: 0.7692307692vw !important;
  }
}

.u-ml15 {
  margin-left: 15px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-ml15 {
    margin-left: 1.1538461538vw !important;
  }
}

.u-ml25 {
  margin-left: 25px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-ml25 {
    margin-left: 1.9230769231vw !important;
  }
}

.u-ml50 {
  margin-left: 50px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-ml50 {
    margin-left: 3.8461538462vw !important;
  }
}

.u-ml70 {
  margin-left: 70px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-ml70 {
    margin-left: 5.3846153846vw !important;
  }
}

.u-mr5 {
  margin-right: 5px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mr5 {
    margin-right: 0.3846153846vw !important;
  }
}

.u-mr10 {
  margin-right: 10px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mr10 {
    margin-right: 0.7692307692vw !important;
  }
}

.u-mr15 {
  margin-right: 15px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mr15 {
    margin-right: 1.1538461538vw !important;
  }
}

.u-mr25 {
  margin-right: 25px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mr25 {
    margin-right: 1.9230769231vw !important;
  }
}

.u-mr50 {
  margin-right: 50px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mr50 {
    margin-right: 3.8461538462vw !important;
  }
}

.u-mr70 {
  margin-right: 70px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mr70 {
    margin-right: 5.3846153846vw !important;
  }
}

.u-mr100 {
  margin-right: 100px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mr100 {
    margin-right: 7.6923076923vw !important;
  }
}

.u-mlr25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mlr25 {
    margin-left: 1.9230769231vw !important;
    margin-right: 1.9230769231vw !important;
  }
}

.u-p-reset {
  padding: 0 !important;
}

.u-ptb {
  padding: 100px 0 !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-ptb {
    padding: 50px 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-ptb {
    padding: 50px 0 !important;
  }
}

.u-ptb150 {
  padding: 150px 0 !important;
}

.u-ptb120 {
  padding: 120px 0 !important;
}

.u-ptb100 {
  padding: 100px 0 !important;
}

.u-ptb70 {
  padding: 70px 0 !important;
}
@media screen and (max-width: 767px) {
  .u-ptb70 {
    padding-top: 35px !important;
  }
}

.u-ptb50 {
  padding: 50px 0 !important;
}

.u-ptb25 {
  padding: 25px 0 !important;
}

.u-pt {
  padding-top: 100px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pt {
    padding-top: 50px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pt {
    padding-top: 50px !important;
  }
}

.u-pb {
  padding-bottom: 100px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pb {
    padding-bottom: 50px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pb {
    padding-bottom: 50px !important;
  }
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pt150 {
  padding-top: 150px !important;
}

.u-pt200 {
  padding-top: 200px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-pb150 {
  padding-bottom: 150px !important;
}

.u-pb200 {
  padding-bottom: 200px !important;
}

@media screen and (max-width: 767px) {
  .u-sp-m-reset {
    margin: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mauto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mlauto {
    margin-left: 0 !important;
    margin-left: auto !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt0 {
    margin-top: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt5 {
    margin-top: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt10 {
    margin-top: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt15 {
    margin-top: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt20 {
    margin-top: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt25 {
    margin-top: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt35 {
    margin-top: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt50 {
    margin-top: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt60 {
    margin-top: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt70 {
    margin-top: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt80 {
    margin-top: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt100 {
    margin-top: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt150 {
    margin-top: 150px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mb5 {
    margin-bottom: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mb50 {
    margin-bottom: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-ml0 {
    margin-left: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-ml15 {
    margin-left: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-ptb {
    padding: 70px 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-ptb15 {
    padding: 15px 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-ptb25 {
    padding: 25px 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-ptb35 {
    padding: 35px 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-ptb50 {
    padding: 50px 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pt {
    padding-top: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pt0 {
    padding-top: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pt25 {
    padding-top: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pt35 {
    padding-top: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pt50 {
    padding-top: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pt70 {
    padding-top: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pt100 {
    padding-top: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pb {
    padding-bottom: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pb0 {
    padding-bottom: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pb25 {
    padding-bottom: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pb35 {
    padding-bottom: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pb50 {
    padding-bottom: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pb100 {
    padding-bottom: 100px !important;
  }
}

.u-fll {
  float: left;
}

.u-flr {
  float: right;
}

@media screen and (max-width: 767px) {
  .u-sp-fl-reset {
    float: none !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-flr {
    float: right !important;
  }
}

.u-alc {
  text-align: center !important;
}

.u-all {
  text-align: left !important;
}

.u-alr {
  text-align: right !important;
}

@media screen and (max-width: 767px) {
  .u-sp-alc {
    text-align: center !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-all {
    text-align: left !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-alr {
    text-align: right !important;
  }
}

.u-vat {
  vertical-align: top !important;
}

.u-vam {
  vertical-align: middle !important;
}

.u-vab {
  vertical-align: bottom !important;
}

.u-wnum {
  width: 4em !important;
  max-width: 4em !important;
}

.u-w10 {
  width: 10% !important;
  max-width: 10% !important;
}

.u-w15 {
  width: 15% !important;
  max-width: 15% !important;
}

.u-w20 {
  width: 20% !important;
  max-width: 20% !important;
}

.u-w25 {
  width: 25% !important;
  max-width: 25% !important;
}

.u-w30 {
  width: 30% !important;
  max-width: 30% !important;
}

.u-w35 {
  width: 35% !important;
  max-width: 35% !important;
}

.u-w40 {
  width: 40% !important;
  max-width: 40% !important;
}

.u-w45 {
  width: 45% !important;
  max-width: 45% !important;
}

.u-w50 {
  width: 50% !important;
  max-width: 50% !important;
}

.u-w55 {
  width: 55% !important;
  max-width: 55% !important;
}

.u-w60 {
  width: 60% !important;
  max-width: 60% !important;
}

.u-w70 {
  width: 70% !important;
  max-width: 70% !important;
}

.u-w80 {
  width: 80% !important;
  max-width: 80% !important;
}

.u-w90 {
  width: 90% !important;
  max-width: 90% !important;
}

.u-w100 {
  width: 100% !important;
  max-width: 100% !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-tab-w50 {
    width: 50% !important;
    max-width: 50% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w-reset {
    width: auto !important;
    max-width: initial !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w30 {
    width: 30% !important;
    max-width: 30% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w35 {
    width: 35% !important;
    max-width: 35% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w40 {
    width: 40% !important;
    max-width: 40% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w50 {
    width: 50% !important;
    max-width: 50% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w60 {
    width: 60% !important;
    max-width: 60% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w70 {
    width: 70% !important;
    max-width: 70% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w80 {
    width: 80% !important;
    max-width: 80% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w90 {
    width: 90% !important;
    max-width: 90% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w100 {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.u-of-hidden {
  overflow: hidden;
}

.u-bold {
  font-weight: 600;
}

.u-txtSmall {
  font-size: 1.4rem;
}

.u-txtLarge {
  font-size: clamp(1.9rem, 1.9vw, 100rem);
}
@media screen and (max-width: 767px) {
  .u-txtLarge {
    font-size: 2rem;
  }
}

.u-btmMaker {
  background: linear-gradient(transparent 60%, #e8f1b7 60%);
}

/*!
layout > container
------------------------------
*/
.l-container-s {
  width: 100%;
  margin: 0 auto;
}

.l-container-s {
  max-width: var(--width-content-s);
  box-sizing: border-box;
}

/*!
component > title
------------------------------
*/
.title-Lv1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.5em;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.5;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .title-Lv1 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .title-Lv1 {
    font-size: 2.1rem;
  }
}
.title-Lv1::after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 5px;
  background-image: linear-gradient(90deg, var(--color-primary) 49%, white 49%, white 51%, var(--color-secondary) 51%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .title-Lv1::after {
    width: 60px;
    height: 4px;
  }
}
.title-Lv1 i {
  font-size: 3.2rem;
  color: var(--color-primary);
}
.title-Lv1--small {
  font-size: 2.4rem;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .title-Lv1--small {
    font-size: 1.8461538462vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .title-Lv1--small {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .title-Lv1--small {
    font-size: 1.7rem;
  }
}

.title-Lv2 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  font-size: clamp(3.2rem, 3.2vw, 100rem);
  font-weight: 700;
  line-height: 1.6;
  gap: 0 0.75em;
  padding-bottom: 0.5em;
  color: #0742a4;
}
@media screen and (max-width: 767px) {
  .title-Lv2 {
    align-items: center;
    line-height: 1.5;
    gap: 0 0.5em;
  }
}
.title-Lv2::after {
  content: "";
  display: block;
  width: 40px;
  height: 2.5px;
  background-color: #0742a4;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .title-Lv2::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.title-Lv2.noLine::after {
  display: none;
}
.title-Lv2 .head {
  font-size: clamp(1.1rem, 1.1vw, 100rem);
}
@media screen and (max-width: 767px) {
  .title-Lv2 .head {
    font-size: 1.3rem;
  }
}
.title-Lv2 small {
  font-size: clamp(2.2rem, 2.5vw, 100rem);
}
@media screen and (max-width: 767px) {
  .title-Lv2 small {
    font-size: 1.8rem;
  }
}
.title-Lv2 .icon {
  display: block;
  width: 50px;
  height: 50px;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 767px) {
  .title-Lv2 .icon {
    width: 42px;
    height: 42px;
  }
}
.title-Lv2--center {
  align-items: center;
}
.title-Lv2--center::after {
  left: 50%;
  transform: translateX(-50%);
}
.title-Lv2--White::after {
  background-color: white;
}
.title-Lv2--News {
  font-size: clamp(2.6rem, 2.6vw, 100rem);
}
@media screen and (max-width: 767px) {
  .title-Lv2--News {
    align-items: flex-start;
    font-size: 2.2rem;
  }
}
.title-Lv2--News::after {
  display: none;
}

.title-Lv3 {
  display: flex;
  padding: 0.25em 0;
  font-size: clamp(1.6rem, 1.5vw, 100rem);
  font-weight: 700;
  border-bottom: 1.5px solid #d6d6d6;
  position: relative;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .title-Lv3 {
    font-size: 2rem;
  }
}
.title-Lv3::after {
  content: "";
  display: inline-block;
  width: 200px;
  height: 1.5px;
  background-color: #1c97e5;
  position: absolute;
  bottom: -1.5px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .title-Lv3::after {
    width: 100px;
  }
}
.title-Lv3 small {
  font-size: clamp(1rem, 1vw, 100rem);
  font-weight: normal;
}

.title-Lv4 {
  font-size: 1.2vw;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .title-Lv4 {
    font-size: 1.6rem;
  }
}

.UnderFv {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 450px;
  min-height: 450px;
  background-color: #b6c9d5;
  overflow: hidden;
}
.UnderFv__inner {
  height: calc(100% - 80px);
  position: relative;
}
.UnderFv__inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.25;
}
.UnderFv__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 80px;
  padding: 0 3.5%;
  background-color: var(--color-primary);
  position: relative;
  z-index: 21;
  box-sizing: border-box;
}
.UnderFv__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.UnderFv__triangle {
  display: block;
  width: 500px;
  height: 100%;
  background-color: var(--color-primary);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%);
  opacity: 0.8;
}
.UnderFv__triangle--ov1 {
  left: -70px;
  background-color: #e1e5ea;
  z-index: 20;
}
.UnderFv__triangle--ov2 {
  left: -100px;
  background-color: white;
  z-index: 21;
}

/*!
component > btn
------------------------------
*/
.contact-Btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #f81269;
  color: white;
  text-decoration: none;
  box-sizing: border-box;
  font-size: clamp(1.6rem, 1.5vw, 100rem);
  font-weight: 700;
  padding: 1.5em;
  min-width: 600px;
  border-radius: 10px;
  box-shadow: 7px 7px 0px #fad9e5;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contact-Btn {
    min-width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .contact-Btn {
    width: 100%;
    min-width: initial;
    padding: 1.5em 0;
    gap: 0 0.5em;
  }
}
.contact-Btn .Icon {
  display: block;
  width: 80px;
  aspect-ratio: 1/1;
  object-fit: contain;
  object-position: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contact-Btn .Icon {
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .contact-Btn .Icon {
    width: 40px;
  }
}
.contact-Btn .arrow {
  width: 16px;
}
.contact-Btn--smp {
  padding: 1.5em 2em;
  background-image: none;
  background-color: white;
  color: #352724;
  border-radius: 50px;
  display: flex;
  width: 100%;
  max-width: 100%;
  padding: 1em 0.5em;
  gap: 0 0.35em;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contact-Btn--smp {
    padding: 1.5em 0.5em;
    width: auto;
    max-width: initial;
  }
}
.contact-Btn--smp .icon {
  width: 20px;
}
.contact-Btn--smp .arrow {
  width: 20px;
}
.contact-Btn--smp--blue {
  background-color: var(--color-primary);
  color: white;
  box-shadow: none;
}
.contact-Btn--middle {
  padding: 1em 2.5em;
  gap: 0 0.5em;
  background-color: white;
  color: #193574;
  min-width: 300px;
}
.contact-Btn--middle i {
  font-size: 1.2rem;
}
.contact-Btn--middle .icon {
  display: block;
  width: 16px;
  height: 16px;
  object-fit: contain;
  object-position: center;
}
.contact-Btn--middle .caption {
  font-size: 2rem;
}
.contact-Btn--small {
  padding: 0.75em 2em;
  gap: 0 0.5em;
  background-color: white;
  color: #193574;
  min-width: 240px;
}
.contact-Btn--small i {
  font-size: 1.2rem;
}
.contact-Btn--small .icon {
  display: block;
  width: 16px;
  height: 16px;
  object-fit: contain;
  object-position: center;
}
.contact-Btn--small .caption {
  font-size: 1.8rem;
}

.Btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-primary);
  font-size: clamp(1.4rem, 1.3vw, 100rem);
  font-weight: 500;
  color: white;
  text-decoration: none;
  padding: 1.5em 2.5em;
  gap: 0 0.75em;
  line-height: 1.1;
  letter-spacing: 0.05em;
  box-sizing: border-box;
  min-width: 380px;
  position: relative;
}
.Btn:hover {
  filter: brightness(120%);
}
@media screen and (max-width: 767px) {
  .Btn {
    padding: 1.5em 2em;
    min-width: 260px;
    font-size: 1.5rem;
  }
}
.Btn i {
  position: relative;
  top: 0.1em;
}
.Btn i.arrow {
  position: absolute;
  font-size: 3rem;
  font-weight: 300;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}
.Btn small {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .Btn small {
    font-size: 1.1rem;
  }
}
.Btn--Header {
  padding: 0 1.5em;
  height: 100%;
  flex-direction: column;
  min-width: initial;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Btn--Header {
    padding: 0 1em;
    font-size: 1.2rem;
  }
}
.Btn--Header small {
  font-size: 0.8vw;
  font-weight: normal;
}
.Btn--Contact {
  padding: 0.75em 1.5em;
  padding-left: 1em;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Btn--Contact {
    padding: 1em 2em;
    font-size: 1.6rem;
  }
}
.Btn--Contact--header {
  font-size: clamp(1.7rem, 1.4vw, 100rem);
}
@media screen and (max-width: 767px) {
  .Btn--Contact--header {
    padding: 1em 2em;
    font-size: 1.6rem;
  }
}
.Btn--Contact--Large {
  font-size: clamp(1.8rem, 1.8vw, 100rem);
  padding: 1.25em 2.5em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Btn--Contact--Large {
    padding: 1em 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .Btn--Contact--Large {
    padding: 1em 2.5em;
    font-size: 2rem;
  }
}
.Btn--Contact--Large .Icon {
  transform: scale(1.2);
}
@media screen and (max-width: 767px) {
  .Btn--Contact--Large .Icon {
    transform: scale(1);
  }
}
.Btn--Phone {
  background: none;
  font-size: clamp(2.2rem, 2.2vw, 100rem);
  color: #352724;
  pointer-events: none;
  padding: 0.75em 0.5em;
  gap: 0 0.5em;
}
@media screen and (max-width: 767px) {
  .Btn--Phone {
    flex-direction: column;
    font-size: 1.8rem;
    gap: 0.25em 0;
  }
}
.Btn--Phone .head {
  display: inline-flex;
  font-size: clamp(1rem, 0.8vw, 100rem);
  color: white;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Btn--Phone .head {
    padding: 0.75em;
    font-size: 1rem;
    letter-spacing: -0.05em;
  }
}
.Btn--Phone .PhoneNo {
  display: inline-flex;
  align-items: center;
  gap: 0 0.35em;
  color: var(--color-primary);
  font-weight: 700;
}
.Btn--Phone .PhoneNo .Icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  aspect-ratio: 1/1;
  border: 1px solid var(--color-primary);
  border-radius: 50%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Btn--Phone .PhoneNo .Icon {
    width: 25px;
  }
}
@media screen and (max-width: 767px) {
  .Btn--Phone .PhoneNo .Icon {
    width: 25px;
  }
}
.Btn--Phone .PhoneNo .Icon i {
  font-size: clamp(1.1rem, 0.9vw, 100rem);
}
@media screen and (max-width: 767px) {
  .Btn--Phone .PhoneNo .Icon i {
    font-size: 1rem;
  }
}
.Btn--Phone.Btn--Large {
  padding: 0 2em;
  font-size: clamp(2.8rem, 2.8vw, 100rem);
}
.Btn--Phone.Btn--Large i {
  font-size: clamp(2.1rem, 2.1vw, 100rem);
}
.Btn--Phone--Large {
  font-size: clamp(2.8rem, 2.8vw, 100rem);
  padding: 1.25em 2.5em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Btn--Phone--Large {
    padding: 1.25em 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .Btn--Phone--Large {
    padding: 1em 1.5em;
    padding: 1em 0;
    font-size: 2.8rem;
    gap: 0.5em 0;
  }
}
.Btn--Phone--Large .head {
  font-size: clamp(1.1rem, 1vw, 100rem);
}
@media screen and (max-width: 767px) {
  .Btn--Phone--Large .head {
    white-space: nowrap;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Btn--Phone--Large .head::after {
    display: none;
  }
}
.Btn--Phone--Large .Icon {
  transform: scale(1.2);
}
@media screen and (max-width: 767px) {
  .Btn--Phone--Large .Icon {
    transform: scale(1);
  }
}

.baseBtn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1em 2em;
  border-radius: 100px;
  background-color: var(--color-primary);
  color: white;
  text-decoration: none;
  box-sizing: border-box;
  font-size: clamp(1.5rem, 1.4vw, 2rem);
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  gap: 0 0.75em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .baseBtn {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .baseBtn {
    font-size: 1.6rem;
  }
}
.baseBtn .arrow {
  font-size: 1.5rem;
}
.baseBtn--tel {
  border-radius: 15px;
  font-size: clamp(1.8rem, 1.6vw, 2.4rem);
  padding: 1.5em 3em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .baseBtn--tel {
    font-size: 1.6rem;
    padding: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .baseBtn--tel {
    font-size: 1.8rem;
    padding: 1.5em;
  }
}
.baseBtn--tel .icon {
  display: block;
  width: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .baseBtn--tel .icon {
    width: 24px;
  }
}
.baseBtn--tel .Wrap {
  display: inline-flex;
  flex-direction: column;
}
.baseBtn--tel .Wrap .Phone__caption {
  font-size: clamp(1.2rem, 1.2vw, 1.6rem);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .baseBtn--tel .Wrap .Phone__caption {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .baseBtn--tel .Wrap .Phone__caption {
    font-size: 1.3rem;
  }
}

.linkBtn {
  width: auto !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  border: 1.5px solid var(--color-primary);
  color: var(--color-primary);
  padding: 0.75em 1.5em;
  box-sizing: border-box;
  font-size: clamp(1rem, 1vw, 100rem);
  line-height: 1.3;
  border-radius: 100px;
}

.viewMore {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0 15px;
  color: #352724;
  text-decoration: none;
  position: relative;
}
.viewMore .caption {
  display: inline-block;
  font-size: 1.4rem;
  position: relative;
  border-bottom: 1px solid #352724;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .viewMore .caption {
    font-size: 1.2rem;
  }
}
.viewMore .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  width: 40px;
  aspect-ratio: 5/5;
  background: linear-gradient(45deg, #2a8be5, #02aacb);
  color: white;
  border-radius: 50%;
  font-size: 1.6rem;
}
.viewMore--white {
  color: white;
}
.viewMore--white .caption {
  border-bottom-color: white;
}
.viewMore--white .arrow {
  background: transparent;
  border: 1px solid white;
}

.btn-base {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  width: 240px;
  max-width: 240px;
  box-sizing: border-box;
  color: white;
  font-size: 1.5rem;
  background-color: #122b3f;
  text-decoration: none;
  line-height: 1.3;
  gap: 0 0.5em;
}
@media screen and (max-width: 767px) {
  .btn-base {
    padding: 1.5em 0;
    width: 200px;
    max-width: 200px;
    font-size: 1.3rem;
  }
}
.btn-base:hover {
  transform: scale(1.06);
  filter: hue-rotate(0deg) brightness(135%);
}
@media screen and (max-width: 767px) {
  .btn-base:hover {
    transform: scale(1);
  }
}
.btn-base:visited {
  color: white;
}
.btn-base--small {
  padding: 1em 3em;
  width: auto;
  max-width: initial;
  font-size: 1.3rem;
}
.btn-base--reserve {
  padding: 1.5em;
  min-width: 300px;
  font-size: 1.7rem;
  background-color: #0742a4;
}
@media screen and (max-width: 767px) {
  .btn-base--reserve {
    min-width: initial;
    font-size: 1.5rem;
  }
}

.MiddleBtn {
  display: table;
  padding: 0.5em 1.5em;
  background-color: white;
  border: 1px solid #352724;
  text-decoration: none;
  font-size: 1.8rem;
  border-radius: 50px;
  color: #352724;
}
@media screen and (max-width: 767px) {
  .MiddleBtn {
    padding: 0.25em 0.75em;
    font-size: 1.3rem;
  }
}

.Shiny {
  overflow: hidden;
}
.Shiny::after {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgb(255, 255, 255) 100%, rgba(255, 255, 255, 0) 0%);
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0;
  }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 0.5;
  }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}
/*!
component > parts
------------------------------
*/
.listDisc li {
  margin-left: 1em;
  list-style-type: disc;
}

.listNum li {
  margin-left: 1em;
  list-style-type: decimal;
}

sup {
  font-size: 1.1rem;
  vertical-align: 0.5em;
}

.NotesCnt {
  display: flex;
  flex-direction: column;
  gap: 0.25em 0;
}
.NotesCnt--ptn1 {
  align-items: flex-end;
}

.Notes {
  display: inline-flex;
  font-size: clamp(1.1rem, 1vw, 100rem);
  position: relative;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .Notes {
    font-size: 1.2rem;
  }
}
.Notes::before {
  content: attr(data-head);
  position: absolute;
  top: 0;
  left: 0;
}
.Notes.chara-1 {
  padding-left: 1em;
}

/*!
component > table
------------------------------
*/
.baseTable th,
.baseTable td {
  font-size: clamp(1.2rem, 1vw, 100rem);
  padding: 1em 0.5em;
  border-bottom: 1px solid #d5d5d5;
}
@media screen and (max-width: 767px) {
  .baseTable th,
  .baseTable td {
    display: block;
    padding: 1em 0;
    font-size: 1.5rem;
  }
}
.baseTable th {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .baseTable th {
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  .baseTable td {
    padding-top: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .baseTable tr:nth-last-of-type(1) td {
    border-bottom: none;
  }
}

.subTable th, .subTable td {
  padding: 0;
  border: none;
}
@media screen and (max-width: 767px) {
  .subTable th, .subTable td {
    display: table-cell;
  }
}

/*!
component > tab
------------------------------
*/
.tab-group {
  padding: 0 10px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .tab-group {
    flex-wrap: wrap;
  }
}
.tab-group li.tab {
  margin: 0 5px;
  padding: 0.75em;
  min-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: #352724;
  list-style: none;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  background-color: white;
  line-height: 1.2;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .tab-group li.tab {
    padding: 0.75em 1em;
    min-width: initial;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 100px) {
  .tab-group li.tab {
    font-size: 1.4rem;
  }
}
.tab-group li.tab.tab-active {
  background-color: #0742a4;
  transition: all 0.2s ease-out;
  color: white;
}

.panel {
  display: none;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
.panel.panel-show {
  display: block;
}
.panel__inner {
  background-color: white;
}
/*!
component > modal
------------------------------
*/
.iziModal {
  max-width: 60% !important;
  margin-top: 180px !important;
  /*  margin-right: 50px !important;*/
}
.iziModal .wrap {
  margin: 0.5em;
  padding: 4em;
  overflow: hidden;
  text-align: left;
  background-color: white;
}
.iziModal .wrap p strong {
  font-size: 2.4rem;
}
.iziModal .wrap img {
  width: 280px;
  float: left;
  margin-right: 50px;
}

.mv-modal {
  max-width: 740px !important;
  overflow: visible !important;
}
@media screen and (max-width: 767px) {
  .mv-modal {
    max-width: 85% !important;
  }
}
.mv-modal .iziModal-wrap {
  width: 740px !important;
  max-width: 740px !important;
}
@media screen and (max-width: 767px) {
  .mv-modal .iziModal-wrap {
    width: 99% !important;
    max-width: 99% !important;
  }
}
.mv-modal .iziModal-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 120px;
  padding: 50px 35px 35px !important;
  box-sizing: border-box !important;
}
@media screen and (max-width: 767px) {
  .mv-modal .iziModal-content {
    padding: 35px 25px 25px !important;
  }
}
.mv-modal .iziModal-content iframe {
  display: block;
  width: 100%;
  max-height: 400px !important;
}
@media screen and (max-width: 767px) {
  .mv-modal .iziModal-content iframe {
    height: 170px !important;
    max-height: 170px !important;
    border: 1px solid #ccc !important;
  }
}
.mv-modal .iziModal-content .date {
  display: table;
  margin: 15px 0 0;
  font-size: 1.4rem;
}
.mv-modal .iziModal-content .ttl {
  display: block;
  padding: 1em 0;
  line-height: 1.3;
  font-weight: bold;
}
.mv-modal .iziModal-content .teikyo {
  display: table;
  margin: 0 auto;
  padding: 0.15em 0;
  padding-left: 60px;
  font-size: 1.3rem;
  position: relative;
  line-height: 1.2;
  letter-spacing: -0.05em;
}
.mv-modal .iziModal-content .teikyo::before {
  content: "提供元";
  display: inline-block;
  padding: 0.15em 0.5em;
  position: absolute;
  top: 0;
  left: 0;
  color: #9cc038;
  border: 1px solid #9cc038;
  font-size: 1.1rem;
}
.mv-modal .iziModal-content .close-btn {
  font-size: 2.4rem;
  position: absolute;
  top: 20px;
  right: 20px;
  color: #352724;
}
@media screen and (max-width: 767px) {
  .mv-modal .iziModal-content .close-btn {
    top: 12px;
    right: 12px;
  }
}

/*!
global > scroll
------------------------------
*/
.scroll_bar {
  overflow-y: scroll;
}

.scroll_bar::-webkit-scrollbar {
  width: 10px;
}

.scroll_bar::-webkit-scrollbar-track {
  background-color: transparent;
}

.scroll_bar::-webkit-scrollbar-thumb {
  background-color: #1b3448;
  border-radius: 50px;
}

@media screen and (max-width: 767px) {
  .TableScroll {
    width: 100%;
    padding-bottom: 25px;
    position: relative;
    overflow-x: scroll;
  }
}
/*!
layout > header
------------------------------
*/
.smpLogo {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 40px;
  aspect-ratio: 5/5;
  top: 15px;
  left: 1em;
  overflow: hidden;
  display: none;
  z-index: 15;
}
@media screen and (max-width: 767px) {
  .smpLogo {
    display: flex;
  }
}
.smpLogo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.MenuToggle {
  display: none;
}
@media screen and (max-width: 767px) {
  .MenuToggle {
    display: block;
  }
}

.Header {
  width: 260px;
  min-width: 260px;
  height: 85vh;
  min-height: 85vh;
  position: absolute;
  top: 50%;
  left: 0;
  /* ▼初期状態：左に隠す + 縦中央 */
  transform: translate(-110%, -50%);
  opacity: 0;
  z-index: 20;
  border-radius: 0 15px 15px 0;
  background-color: white;
  box-shadow: 2px 2px 4px rgba(143, 167, 183, 0.5);
  box-sizing: border-box;
  /* ▼アニメーション */
  animation: headerSlideIn 0.6s ease-out 0.1s forwards;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Header {
    width: 180px;
    min-width: 180px;
    min-height: initial;
    height: 550px;
    top: 15px;
    transform: initial;
    animation: initial;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .Header {
    position: fixed;
    align-items: flex-start;
    width: 80%;
    min-width: initial;
    height: 95vh;
    min-height: 95vh;
    opacity: 1;
    top: 0;
    z-index: 1000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    box-sizing: border-box;
    padding-bottom: env(safe-area-inset-bottom);
    transform: initial;
    animation: initial;
    border-radius: 0 0 15px 0;
    box-shadow: 2px 2px 4px rgba(143, 167, 183, 0.5);
  }
}
@keyframes headerSlideIn {
  to {
    transform: translate(0, -50%); /* 表示位置 + 縦中央維持 */
    opacity: 1;
  }
}
@keyframes headerSlideIn2 {
  to {
    transform: translate(0, 0); /* 表示位置 + 縦中央維持 */
    opacity: 1;
  }
}
.Header--Under {
  min-height: initial;
  height: 180px;
  top: 25px;
  transform: translate(-110%, 0);
  animation: headerSlideIn2 0.6s ease-out 0.1s forwards;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Header--Under {
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .Header--Under {
    position: fixed;
    align-items: flex-start;
    width: 80%;
    min-width: initial;
    height: 95vh;
    min-height: 95vh;
    opacity: 1;
    top: 0;
    z-index: 1000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    box-sizing: border-box;
    padding-bottom: env(safe-area-inset-bottom);
    transform: initial;
    animation: initial;
    border-radius: 0 0 15px 0;
    box-shadow: 3px 3px 5px rgba(125, 139, 147, 0.5);
  }
}
.Header__inner {
  padding: 15px;
  height: 100vh;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .Header__inner {
    padding: 1em;
  }
}
.Header__inner--Under {
  height: auto;
}
.Header__column {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.Header__Box {
  position: relative;
}
.Header__Box--Top {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  gap: 0 1em;
}
.Header__Box--Menu {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .Header__Box--Menu .Btn--Header {
    display: none;
  }
}
.Header__Box--Menu--Under {
  display: none;
}
@media screen and (max-width: 767px) {
  .Header__Box--Menu--Under {
    display: block;
  }
}
.Header .Logo {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transform-origin: 0 center;
  position: relative;
  z-index: 10;
}
.Header .Logo .Logomark {
  display: block;
  width: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Header .Logo .Logomark {
    width: 50px;
  }
}
@media screen and (max-width: 767px) {
  .Header .Logo .Logomark {
    width: 65px;
  }
}
.Header .AreaLabel {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  color: white;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Header .AreaLabel {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .Header .AreaLabel {
    padding: 0.75em;
    font-size: 1.5rem;
  }
}
.Header .AreaLabel--1 {
  background-color: #0742a4;
}
.Header .AreaLabel--2 {
  background-color: #0769a4;
}
.Header .AreaLabel--3 {
  background-color: #0590a5;
}
.Header .GlobalMenu {
  width: 100%;
}
.Header .GlobalMenu li a {
  padding: 0.5em 0;
  padding-left: calc(24px + 0.5em);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #352724;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.3;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Header .GlobalMenu li a {
    font-size: 1.1rem;
    padding-left: calc(16px + 0.5em);
  }
}
@media screen and (max-width: 767px) {
  .Header .GlobalMenu li a {
    padding: 0.75em;
    padding-left: calc(36px + 1em);
    font-size: 1.7rem;
  }
}
.Header .GlobalMenu li a .icon {
  display: block;
  width: 24px;
  aspect-ratio: 1/1;
  object-fit: contain;
  object-position: center;
  position: absolute;
  top: 0.25em;
  left: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Header .GlobalMenu li a .icon {
    width: 16px;
    top: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .Header .GlobalMenu li a .icon {
    width: 30px;
    top: 0.5em;
  }
}
.Header .GlobalMenu li a .prep {
  margin-left: 0.75em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #e5f5ff;
  color: #1c97e5;
  font-size: 1.1rem;
  padding: 0.25em 0.5em;
  border-radius: 4px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Header .GlobalMenu li a .prep {
    font-size: 0.8rem;
  }
}
.Header .sideSns {
  width: 100%;
  min-height: 120px;
  position: absolute;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Header .sideSns {
    min-height: 90px;
  }
}
@media screen and (max-width: 767px) {
  .Header .sideSns {
    position: relative;
    left: auto;
    bottom: auto;
    min-height: auto;
  }
}
.Header .sideSns::before {
  content: "";
  display: block;
  width: calc(100% - 2em);
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.Header .sideSns__label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Header .sideSns__label {
    font-size: 1.2rem;
  }
}
.Header .sideSns__label .deco {
  display: block;
  width: 24px;
  position: absolute;
  top: -0.25em;
  left: -24px;
}
.Header .sideSns .SnsMenu {
  display: flex;
  justify-content: center;
  gap: 0 0.5em;
}
.Header .sideSns .SnsMenu li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  aspect-ratio: 1/1;
  text-decoration: none;
  font-size: 2.1rem;
  color: #352724;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Header .sideSns .SnsMenu li a {
    width: 24px;
    font-size: 1.6rem;
  }
}
.Header .sideSns .SnsMenu li a.line {
  color: #00b900;
}

/*!
layout > footer
------------------------------
*/
.Footer {
  margin: auto auto 0;
  width: 100%;
  position: relative;
  z-index: 70;
  background-color: white;
}
.Footer__inner {
  padding: 0 10%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .Footer__inner {
    padding: 0 7.5%;
  }
}
.Footer .Copyright {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .Footer .Copyright {
    font-size: 1rem;
  }
}
.Footer .corpInfo {
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .Footer .corpInfo {
    line-height: 1.5;
  }
}
.Footer .corpInfo .corpInfoHead__column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5em 0;
}
@media screen and (max-width: 767px) {
  .Footer .corpInfo .corpInfoHead__column {
    flex-direction: column;
    gap: 0.5em 0;
  }
}
.Footer .corpInfo .Logomark {
  display: block;
  width: 90px;
}
@media screen and (max-width: 767px) {
  .Footer .corpInfo .Logomark {
    width: 70px;
  }
}
.Footer .corpInfo .corpName {
  font-size: clamp(1.5rem, 1.5vw, 100rem);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .Footer .corpInfo .corpName {
    font-size: 2rem;
  }
}
.Footer .corpInfo .corpInfoAccess__column {
  display: flex;
  justify-content: center;
  gap: 0 5%;
}
@media screen and (max-width: 767px) {
  .Footer .corpInfo .corpInfoAccess__txt {
    font-size: 1.4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.Footer__nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
}
.Footer__nav li a {
  display: block;
  padding: 0 1.5em;
  text-decoration: none;
  font-size: clamp(1.2rem, 0.9vw, 100rem);
  color: #352724;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .Footer__nav li a {
    padding: 0 0.5em;
    font-size: 1.1rem;
    letter-spacing: -0.025em;
  }
}
.Footer__nav li:last-child a {
  border-right: none;
}
.Footer .SnsMenu {
  display: flex;
  justify-content: center;
  gap: 0 0.5em;
}
.Footer .SnsMenu li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  aspect-ratio: 1/1;
  text-decoration: none;
  font-size: 2.1rem;
  color: #352724;
}
.Footer .SnsMenu li a.line {
  color: #00b900;
}

.scroll_down {
  position: absolute;
  bottom: 35px;
  right: 35px;
  z-index: 20;
  transform: scale(0.8);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .scroll_down {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .scroll_down {
    bottom: 1.5em;
    right: 1.5em;
    transform-origin: 100% 100%;
    transform: scale(0.6);
  }
}
.scroll_down a {
  position: absolute;
  left: 10px;
  bottom: 35px;
  color: white;
  font-size: 1rem;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.2em;
  writing-mode: vertical-lr;
  text-decoration: none;
  text-transform: uppercase;
}
.scroll_down::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 9px;
  height: 9px;
  background: linear-gradient(45deg, white, white);
  z-index: 15;
  transform: rotate(45deg);
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
.scroll_down::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100px;
  background: #ccc;
}

@keyframes circlemove {
  0% {
    bottom: 100px;
  }
  100% {
    bottom: 0px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.fixBtn {
  width: 100%;
  display: inline-flex;
  position: fixed;
  bottom: -100px;
  left: 0;
  z-index: 20;
  background-color: #021626;
  height: 100px;
  transition: transform 0.5s ease-out, bottom 0.5s ease-out;
  transform: translateY(100%);
  display: none;
}
@media screen and (max-width: 767px) {
  .fixBtn {
    display: inline-flex;
    height: 85px;
  }
}
.fixBtn.show {
  transform: translateY(0);
  bottom: 0;
  opacity: 1;
}
.fixBtn__inner {
  width: 100%;
  height: 100%;
  padding: 0 3.5% 0;
  box-sizing: border-box;
  position: relative;
  z-index: 21;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fixBtn__inner {
    padding: 0 5%;
  }
}
.fixBtn__column {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fixBtn .BtmTxt {
  font-size: clamp(1.7rem, 1.4vw, 100rem);
  font-weight: 500;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .fixBtn .BtmTxt {
    width: 30%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fixBtn .BtmTxt {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .fixBtn .BtmTxt {
    display: none;
  }
}

#btm-btn {
  position: fixed;
  bottom: 1em;
  right: 0.5em;
  z-index: 71;
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #btm-btn {
    right: 0.15em;
  }
}
@media screen and (max-width: 767px) {
  #btm-btn {
    bottom: 1.5em;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  #btm-btn.btm-btn--contact {
    bottom: 0.15em;
  }
}
#btm-btn a.pagetop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 30px;
  aspect-ratio: 1/2;
  font-size: 1.3rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.1;
  color: #352724;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #btm-btn a.pagetop {
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  #btm-btn a.pagetop {
    width: 40px;
    aspect-ratio: 1/1;
    color: rgba(255, 255, 255, 0.85);
  }
}
#btm-btn a.pagetop .label {
  font-size: 1rem;
}
#btm-btn a.pagetop:hover {
  opacity: 1;
  filter: hue-rotate(10deg) brightness(110%);
  transform: scale(1.1);
}
.SmpDisp {
  display: none;
}
@media screen and (max-width: 767px) {
  .SmpDisp {
    display: block;
  }
}

.smp-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 15px 3.5%;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 50;
  display: none;
  background-color: var(--color-secondary);
}
@media screen and (max-width: 767px) {
  .smp-contact {
    display: flex;
  }
}
@media screen and (max-width: 100px) {
  .smp-contact {
    padding: 15px 0;
  }
}

.HeadMenu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
}
.HeadMenu .HeadBtn {
  box-sizing: border-box;
}
.HeadMenu .HeadBtn__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f81269;
  color: white;
  padding: 1em;
  cursor: pointer;
  font-weight: 700;
  min-width: 180px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .HeadMenu .HeadBtn__ttl {
    min-width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .HeadMenu .HeadBtn__ttl {
    flex-direction: row;
    min-width: initial;
    padding: 0.75em 1.5em;
    gap: 0 0.25em;
  }
}
.HeadMenu .HeadBtn__ttl .Icon {
  display: block;
  width: 40px;
  aspect-ratio: 1/1;
  object-fit: contain;
  object-position: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .HeadMenu .HeadBtn__ttl .Icon {
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .HeadMenu .HeadBtn__ttl .Icon {
    width: 30px;
  }
}
.HeadMenu .HeadBtn__menu {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.15s ease, opacity 0.15s ease;
  opacity: 0;
}
.HeadMenu .HeadBtn__menu li a {
  display: flex;
  justify-content: center;
  padding: 0.5em 1em;
  color: #352724;
  font-size: clamp(1.3rem, 1.1vw, 1.5rem);
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  line-height: 1.3;
  border-top: 1.5px solid #352724;
}
@media screen and (max-width: 767px) {
  .HeadMenu .HeadBtn__menu li a {
    padding: 1.5em 0.5em;
    font-size: 1.3rem;
  }
}
.HeadMenu .HeadBtn.is-open .HeadBtn__menu {
  max-height: 200px; /* メニュー数に応じて調整 */
  opacity: 1;
}

/*!
layout > layout
------------------------------
*/
.Layout__inner {
  padding: 0 10%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Layout__inner {
    padding: 0 5%;
  }
}
.Layout__column {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 7.5%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Layout__column {
    gap: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .Layout__column {
    flex-direction: column;
    gap: 35px 0;
  }
}

.mainCnt {
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mainCnt {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mainCnt {
    width: 100%;
  }
}
.sideCnt {
  width: 25%;
  min-width: 25%;
  color: #352724;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sideCnt {
    top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .sideCnt {
    width: 100%;
    min-width: initial;
    position: relative;
    top: auto;
  }
}
.sideCnt--news {
  position: relative;
  top: auto;
  left: auto;
  background: none;
  color: #352724;
}
.sideCnt__inner {
  padding: 10%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sideCnt__inner {
    padding-left: 5%;
  }
}
@media screen and (max-width: 767px) {
  .sideCnt__inner--news {
    padding: 0;
  }
}
.sideCnt .sideLabel {
  font-size: clamp(2.2rem, 2vw, 100rem);
  opacity: 0.5;
  position: relative;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .sideCnt .sideLabel {
    font-size: 2.2rem;
  }
}
.sideCnt .sideNav li a {
  display: flex;
  align-items: center;
  padding: 0.65em 0;
  color: white;
  font-size: clamp(1.2rem, 1.1vw, 100rem);
  font-weight: 500;
  text-decoration: none;
  line-height: 1.3;
  position: relative;
  gap: 0 0.5em;
}
.sideCnt .sideNav li a .icon {
  display: block;
  width: 32px;
  aspect-ratio: 5/5;
  object-fit: contain;
  object-position: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sideCnt .sideNav li a .icon {
    width: 24px;
  }
}
.sideCnt .sideNav li a:hover::after, .sideCnt .sideNav li a.active::after {
  width: 10px;
}
.sideCnt .sideNav li a::after {
  content: "";
  display: block;
  width: 0;
  height: 3.5px;
  background-color: white;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateX(-50%);
}
.sideCnt .s-theme .wp-block-heading {
  display: flex;
  align-items: center;
  font-size: clamp(1.6rem, 1.3vw, 100rem);
  font-weight: 600;
  position: relative;
  gap: 0 0.5em;
  padding-bottom: 0.5em;
}
.sideCnt .s-theme .wp-block-heading::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: var(--color-primary);
}
.sideCnt .s-theme select {
  width: 100%;
  max-width: 100%;
  font-size: clamp(1.2rem, 1vw, 100rem);
  padding: 1em;
  border: none;
  background-color: #f7f7f7;
  box-sizing: border-box;
  color: #352724;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .sideCnt .s-theme select {
    font-size: 1.4rem;
  }
}
.sideCnt .s-theme select {
  width: auto;
}
.sideCnt .wp-block-categories-list li,
.sideCnt .wp-block-archives-list li {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #ccc;
}
.sideCnt .wp-block-categories-list li a,
.sideCnt .wp-block-archives-list li a {
  padding: 0.75em 0;
  display: flex;
  align-items: center;
  color: #352724;
  font-size: clamp(1.2rem, 1vw, 100rem);
  text-decoration: none;
  line-height: 1.3;
  position: relative;
  gap: 0 0.5em;
}
@media screen and (max-width: 767px) {
  .sideCnt .wp-block-categories-list li a,
  .sideCnt .wp-block-archives-list li a {
    font-size: 1.4rem;
  }
}
.sideCnt .wp-block-categories-list li a::before,
.sideCnt .wp-block-archives-list li a::before {
  font: var(--fa-font-regular);
  content: "\f105";
}
.sideCnt .wp-block-categories-list li a:hover, .sideCnt .wp-block-categories-list li a.active,
.sideCnt .wp-block-archives-list li a:hover,
.sideCnt .wp-block-archives-list li a.active {
  font-weight: 700;
  color: var(--color-primary);
}
.sideCnt .wp-block-categories-list li:last-child,
.sideCnt .wp-block-archives-list li:last-child {
  border-bottom: none;
}
.sideCnt .wp-block-categories-list li .pgLabel,
.sideCnt .wp-block-archives-list li .pgLabel {
  display: flex;
  align-items: center;
  padding: 0.65em 0.5em;
  padding-left: 0;
  font-weight: 700;
  color: var(--color-primary);
  position: relative;
  gap: 0 0.5em;
  line-height: 1;
}
.sideCnt .wp-block-categories-list li .pgLabel:hover::after,
.sideCnt .wp-block-archives-list li .pgLabel:hover::after {
  display: none;
}

/*!
layout > menu(smp)
------------------------------
*/
.MenuOverlay {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
}

body.menu-open {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .Header.is-open + .MenuOverlay {
    display: block;
  }
}
.MenuToggle {
  display: none;
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1001;
  width: 42px;
  aspect-ratio: 5/5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: none;
  background-color: var(--color-primary);
  gap: 0.35em 0;
  border-radius: 4px;
}
.MenuToggle span {
  display: block;
  width: 60%;
  height: 1.5px;
  background-color: white;
  border-radius: 2px;
  transition: all 0.3s ease;
  transform-origin: center;
}
.MenuToggle.is-open span:nth-child(1) {
  transform: rotate(45deg) translate(4.5px, 4.5px);
}
.MenuToggle.is-open span:nth-child(2) {
  opacity: 0;
}
.MenuToggle.is-open span:nth-child(3) {
  transform: rotate(-45deg) translate(4.5px, -4.5px);
}

@media screen and (max-width: 767px) {
  .Header {
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    width: 80%;
  }
  .Header.is-open {
    transform: translateX(0);
  }
  .MenuToggle {
    display: flex;
  }
}
/*!
page > top
------------------------------
*/
.PgIndex {
  overflow: hidden;
}

.Fv {
  position: relative;
}
.Fv--Under {
  background-color: var(--color-primary);
}
.Fv--Under::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0742a4;
  background-color: #0663ba;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.25;
}
.Fv--Under--Fishing {
  background-color: #75d3ff;
}
.Fv--Under--Snorkeling {
  background-color: #75d3ff;
}
.Fv--Under--Cruising {
  background-color: #75d3ff;
}
.Fv--Under--2 {
  background-color: var(--color-primary-light);
  background-color: #1c97e5;
  color: white;
}
@media screen and (max-width: 767px) {
  .Fv--Under--2 {
    height: auto !important;
  }
}
.Fv--Under--2::after {
  display: none;
}
.Fv--Under--2 .pgTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: clamp(2.4rem, 2.4vw, 100rem);
  line-height: 1.5;
  font-weight: 600;
}
.Fv--Under--2 .pgTitle .en {
  font-size: clamp(1.2rem, 1.2vw, 100rem);
  font-weight: normal;
}
.Fv__inner {
  height: 100vh;
  max-height: 880px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Fv__inner {
    height: 50vh;
  }
}
.Fv__inner--Under {
  height: 100%;
  min-height: initial;
}
@media screen and (max-width: 767px) {
  .Fv__inner--Under {
    height: auto !important;
    aspect-ratio: 5/2.5;
  }
}
.Fv #FvMain {
  min-width: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 100vh;
  max-height: 880px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Fv #FvMain {
    height: 50vh;
  }
}
.Fv #FvMain::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: linear-gradient(45deg, rgba(6, 81, 157, 0.5) 30%, rgba(6, 81, 157, 0.2) 70%);
  top: 0;
  left: 0;
  z-index: 11;
}
.Fv #FvMain__inner {
  width: 100%;
  height: 100%;
}
.Fv #FvMain__column {
  display: flex;
  height: 100%;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.Fv .swiper,
.Fv .swiper-wrapper,
.Fv .swiper-slide,
.Fv .swiper-img {
  height: 100%;
}
.Fv .swiper-slide .swiper-img {
  background-color: #1c97e5;
}
.Fv .swiper-slide img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.Fv .swiper-slide {
  position: relative;
  overflow: hidden;
}
.Fv .swiperPgnavi {
  display: flex;
  align-items: center;
  width: 150px;
  height: 70px;
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 30 !important;
}
.Fv .custome-Arrow {
  width: 100%;
  height: calc(100% - 40px - 80px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 25;
}
@media screen and (max-width: 767px) {
  .Fv .custome-Arrow {
    width: 150px;
    height: 60px;
    top: auto;
    left: auto;
    bottom: 40px;
    right: 0;
    z-index: 60;
  }
}
.Fv .swiper-pagination-current {
  color: white;
}
.Fv .swiper-horizontal > .swiper-pagination-bullets,
.Fv .swiper-pagination-bullets.swiper-pagination-horizontal,
.Fv .swiper-pagination-custom,
.Fv .swiper-pagination-fraction {
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
  width: 100%;
}
.Fv .swiper-horizontal > .swiper-pagination-bullets,
.Fv .swiper-pagination-bullets.swiper-pagination-horizontal,
.Fv .swiper-pagination-custom,
.Fv .swiper-pagination-fraction {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.5em;
}
@media screen and (max-width: 767px) {
  .Fv .swiper-horizontal > .swiper-pagination-bullets,
  .Fv .swiper-pagination-bullets.swiper-pagination-horizontal,
  .Fv .swiper-pagination-custom,
  .Fv .swiper-pagination-fraction {
    gap: 0 0.25em;
  }
}
.Fv .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #ccc !important;
  opacity: 1 !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Fv .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 767px) {
  .Fv .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}
.Fv .swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  opacity: 1;
  background-color: var(--color-primary) !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Fv .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 767px) {
  .Fv .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
  }
}
.Fv .custom-prev,
.Fv .custom-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  cursor: pointer;
  font-size: 3.6rem;
  color: #352724;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Fv .custom-prev,
  .Fv .custom-next {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 767px) {
  .Fv .custom-prev,
  .Fv .custom-next {
    font-size: 1.8rem;
  }
}
.Fv .custom-prev {
  left: 2.5%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Fv .custom-prev {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 767px) {
  .Fv .custom-prev {
    left: 12.5%;
  }
}
.Fv .custom-prev:hover {
  left: 2%;
}
@media screen and (max-width: 767px) {
  .Fv .custom-prev:hover {
    left: 12.5%;
  }
}
.Fv .custom-next {
  right: 2.5%;
}
@media screen and (max-width: 767px) {
  .Fv .custom-next {
    right: 12.5%;
  }
}
.Fv .custom-next:hover {
  right: 2%;
}
@media screen and (max-width: 767px) {
  .Fv .custom-next:hover {
    right: 12.5%;
  }
}
.Fv__column {
  display: flex;
  flex-direction: column;
  gap: 1em 0;
}
.Fv .FvBg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
@media screen and (max-width: 767px) {
  .Fv .FvBg {
    aspect-ratio: 5/3;
    position: relative;
    transform-origin: 50% 0;
    transform: scale(1.7);
  }
}
.Fv .FvBg--Company {
  object-position: center center;
}
.Fv .FvCopy {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  color: white;
}
.Fv .FvCopy--Under {
  background-color: transparent;
  background-image: linear-gradient(90deg, rgba(15, 10, 8, 0.75) 20%, rgba(15, 10, 8, 0.25) 60%);
}
@media screen and (max-width: 767px) {
  .Fv .FvCopy--Under {
    background-image: linear-gradient(90deg, rgba(15, 10, 8, 0.85) 20%, rgba(15, 10, 8, 0.5) 60%);
  }
}
.Fv .FvCopy--Under2 {
  background-color: transparent;
}
.Fv .FvCopy--underShort::before {
  display: none;
}
.Fv .FvCopy__inner {
  padding: 3.5%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  z-index: 15;
}
@media screen and (max-width: 767px) {
  .Fv .FvCopy__inner {
    padding: 5%;
    padding-bottom: 60%;
  }
}
@media screen and (max-width: 767px) {
  .Fv .FvCopy__inner--Under {
    padding-bottom: 5%;
  }
}
.Fv .FvCopy__column {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 1em 0;
}
.Fv .FvCopy__column--under {
  height: auto;
  align-items: center;
  justify-content: center;
}
.Fv .FvCopy .SpLogo {
  display: none;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .Fv .FvCopy .SpLogo {
    display: block;
  }
}
.Fv .FvCopy .mainCopy {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Fv .FvCopy .mainCopy--Under {
  font-size: clamp(3.6rem, 3.6vw, 100rem);
}
@media screen and (max-width: 767px) {
  .Fv .FvCopy .mainCopy--Under {
    font-size: 3rem;
  }
}
.Fv .FvCopy .mainCopy img {
  display: block;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .Fv .FvCopy .mainCopy img {
    width: 85%;
  }
}
.Fv .FvCopy .subCopy {
  font-size: clamp(2rem, 2vw, 100rem);
  font-weight: 500;
  line-height: 1.2;
  color: white;
}
.Fv .FvBtm {
  display: block;
  width: 105%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 15;
  opacity: 0.45;
}
.Fv .FvSub {
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 16;
}
@media screen and (max-width: 767px) {
  .Fv .FvSub {
    height: 45%;
  }
}
.Fv .FvSub img {
  display: block;
  object-fit: cover;
  aspect-ratio: 5/3.75;
  position: absolute;
  box-sizing: border-box;
  box-shadow: 3px 3px 5px rgba(12, 105, 164, 0.5);
}
@media screen and (max-width: 767px) {
  .Fv .FvSub img {
    aspect-ratio: 5/4;
  }
}
.Fv .FvSub-1 {
  width: 330px;
  top: -35px;
  right: -5%;
  border: 10px solid white;
  transform: rotate(-10deg);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Fv .FvSub-1 {
    width: 180px;
    border-width: 9px;
  }
}
@media screen and (max-width: 767px) {
  .Fv .FvSub-1 {
    width: 180px;
    border-width: 9px;
    right: -12.5%;
  }
}
.Fv .FvSub-2 {
  width: 220px;
  top: 135px;
  right: 10%;
  border: 7px solid white;
  transform: rotate(7deg);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Fv .FvSub-2 {
    width: 130px;
    border-width: 6px;
    top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .Fv .FvSub-2 {
    width: 130px;
    border-width: 6px;
    top: 70px;
    right: 15%;
  }
}
.Fv .FvSub-3 {
  width: 260px;
  top: 200px;
  right: 35%;
  border: 9px solid white;
  transform: rotate(-5deg);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Fv .FvSub-3 {
    width: 110px;
    top: 150px;
    border-width: 6px;
  }
}
@media screen and (max-width: 767px) {
  .Fv .FvSub-3 {
    width: 110px;
    border-width: 6px;
    top: 115px;
    left: 25%;
    transform: rotate(-7deg);
  }
}
.Fv .FvSub-4 {
  width: 200px;
  top: 240px;
  right: 55%;
  border: 7px solid white;
  transform: rotate(7deg);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Fv .FvSub-4 {
    width: 120px;
    top: 125px;
  }
}
@media screen and (max-width: 767px) {
  .Fv .FvSub-4 {
    width: 120px;
    top: 100px;
    right: auto;
    left: -5%;
    transform: rotate(10deg);
  }
}
.Fv .PgSpLogo {
  display: none;
  width: 70px;
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.85;
}
@media screen and (max-width: 767px) {
  .Fv .PgSpLogo {
    display: block;
  }
}
.Fv .PgFvCopy {
  display: block;
  width: 35%;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%) translateY(-70%) rotate(-7deg);
  z-index: 15;
  filter: drop-shadow(0px 0px 15px #0663ba);
}
@media screen and (max-width: 767px) {
  .Fv .PgFvCopy {
    width: 60%;
    top: 45%;
    transform: translateX(-50%) translateY(-55%) rotate(-7deg);
  }
}
.Fv .PgFvCopy--Fishing {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .Fv .PgFvCopy--Fishing {
    width: 70%;
  }
}
.Fv .FvMain {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.Fv .FvMain--2 {
  mix-blend-mode: soft-light;
}
.Fv .SvCopy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 25%;
  background-color: rgba(22, 140, 233, 0.9);
  position: absolute;
  bottom: 5%;
  right: -1.5%;
  color: white;
  z-index: 20;
  aspect-ratio: 1/1;
  border-radius: 50%;
  line-height: 1.5;
  box-sizing: border-box;
  border: 10px solid rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 767px) {
  .Fv .SvCopy {
    width: 60%;
    bottom: 3.5%;
  }
}
.Fv .SvCopy__title {
  display: inline-flex;
  justify-content: center;
  font-size: clamp(3.2rem, 3.2vw, 100rem);
  font-weight: 800;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Fv .SvCopy__title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .Fv .SvCopy__title {
    font-size: 3rem;
  }
}
.Fv .SvCopy__title .deco {
  display: block;
  width: 42px;
  position: absolute;
  top: -0.35em;
  left: -0.75em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Fv .SvCopy__title .deco {
    width: 20px;
    top: -0.5em;
    left: -1em;
  }
}
@media screen and (max-width: 767px) {
  .Fv .SvCopy__title .deco {
    width: 24px;
  }
}
.Fv .SvCopy__title--snorkeling {
  font-size: clamp(2.5rem, 2.5vw, 100rem);
  letter-spacing: -0.025em;
}
.Fv .SvCopy__title--snorkeling .deco {
  top: -0.5em;
  left: -1em;
}
.Fv .SvCopy__title--cruising {
  font-size: clamp(3rem, 3vw, 100rem);
  letter-spacing: -0.025em;
}
.Fv .SvCopy__title--cruising .deco {
  top: -0.5em;
  left: -1em;
}
@media screen and (max-width: 767px) {
  .Fv .SvCopy .subCopy {
    font-size: 1.5rem;
  }
}
.Fv .SvCopy .subCopy em {
  font-size: clamp(2.1rem, 2.1vw, 100rem);
  font-weight: 700;
  color: #fffa7c;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Fv .SvCopy .subCopy em {
    font-size: 1.8rem;
  }
}
.Fv .SvCopy .FvArea {
  display: block;
  width: 45%;
  position: absolute;
  top: -3.5em;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .Fv .SvCopy .FvArea {
    width: 55%;
  }
}

@media screen and (max-width: 767px) {
  /* dvh は使わず、svh を優先採用して固定 */
  @supports (height: 100svh) {
    .Fv,
    .Fv__inner,
    .Fv #FvMain {
      height: calc(100svh - var(--header-h, 0px));
      min-height: 0;
    }
  }
  /* svh 未対応だけ古典フォールバック（--vh or 100vh） */
  @supports not (height: 100svh) {
    .Fv,
    .Fv__inner,
    .Fv #FvMain {
      height: calc(var(--vh, 1vh) * 100 - var(--header-h, 0px));
      min-height: 0;
    }
  }
}
.NewsTip {
  background-color: rgba(7, 66, 164, 0.9);
  position: absolute;
  right: 1em;
  bottom: 1em;
  z-index: 25;
  min-width: 25%;
  border-radius: 7px;
}
@media screen and (max-width: 767px) {
  .NewsTip {
    width: calc(100% - 2em);
  }
}
.NewsTip__column {
  width: 100%;
  display: flex;
  gap: 0 1em;
}
.NewsTip .RecentNews {
  padding: 2.5em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.15em 0;
  position: relative;
  color: white;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .NewsTip .RecentNews {
    padding: 1.5em;
    padding-right: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .NewsTip .RecentNews {
    height: 70px;
    padding: 0 1.5em;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    line-height: 1.3;
  }
}
.NewsTip .RecentNews .date {
  font-size: clamp(1rem, 0.9vw, 1.2rem);
  color: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 767px) {
  .NewsTip .RecentNews .date {
    font-size: 1.1rem;
  }
}
.NewsTip .RecentNews .PostLink {
  font-size: clamp(1.2rem, 1vw, 100rem);
  color: white;
  text-decoration: none;
}
.NewsTip .RecentNews .arrow {
  font-size: clamp(0.7rem, 0.5vw, 1rem);
  position: absolute;
  top: 45%;
  right: 4.5em;
  transform: rotate(90deg) translateY(-55%);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .NewsTip .RecentNews .arrow {
    right: 3.5em;
  }
}

.PgIndex .topLead {
  position: relative;
}
.PgIndex .topLead .Bg {
  display: block;
  width: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .PgIndex .topLead .Bg {
    width: 100%;
  }
}
.PgIndex .topLead__inner {
  padding: 0 10%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .PgIndex .topLead__inner {
    padding: 0 7.5%;
  }
}
.PgIndex .topLead__Copy {
  font-size: clamp(2.4rem, 2.4vw, 100rem);
  font-weight: 700;
  color: var(--color-primary);
  line-height: 1.6;
}
.PgIndex .topLead__block {
  width: 100%;
}
.PgIndex .topLead .Svttl {
  position: relative;
}
.PgIndex .topLead .Svttl .Badge {
  display: block;
  width: 320px;
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .PgIndex .topLead .Svttl .Badge {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .PgIndex .topLead .Svttl .Badge {
    width: 250px;
  }
}
.PgIndex .SvBnr {
  position: relative;
  z-index: 11;
}
.PgIndex .SvBnr::before {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 0;
}
.PgIndex .SvBnr__inner {
  z-index: 15;
  padding-right: 5%;
}
.PgIndex .SvBnr__column {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .PgIndex .SvBnr__column {
    flex-direction: column;
    gap: 35px 0;
  }
}
.PgIndex .SvBnr .Bnr {
  display: block;
  width: 33.3333333333%;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #1c97e5;
  border-right: 1px solid white;
  color: var(--color-primary);
}
@media screen and (max-width: 767px) {
  .PgIndex .SvBnr .Bnr {
    width: 100%;
    border-right: none;
    border-radius: 0 20px 20px 0;
    aspect-ratio: 5/4.5;
  }
}
.PgIndex .SvBnr .Bnr:nth-of-type(-n + 3) {
  border-bottom: 1px solid white;
}
@media screen and (max-width: 767px) {
  .PgIndex .SvBnr .Bnr:nth-of-type(-n + 3) {
    border-bottom: none;
  }
}
.PgIndex .SvBnr .Bnr:nth-of-type(3n) {
  border-right: none;
}
.PgIndex .SvBnr .Bnr:nth-of-type(3) {
  border-radius: 0 25px 0 0;
}
@media screen and (max-width: 767px) {
  .PgIndex .SvBnr .Bnr:nth-of-type(3) {
    border-radius: 0 20px 20px 0;
  }
}
.PgIndex .SvBnr .Bnr:nth-of-type(6) {
  border-radius: 0 0 25px 0;
}
@media screen and (max-width: 767px) {
  .PgIndex .SvBnr .Bnr:nth-of-type(6) {
    border-radius: 0 20px 20px 0;
  }
}
.PgIndex .SvBnr .Bnr:hover .Bnr__img {
  transform: scale(1.1);
}
.PgIndex .SvBnr .Bnr__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.PgIndex .SvBnr .Bnr__inner {
  width: calc(100% - 100px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.85);
  box-sizing: border-box;
  padding: 2em 1em;
  box-shadow: 10px 10px 0px rgba(28, 151, 229, 0.35);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .PgIndex .SvBnr .Bnr__inner {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 767px) {
  .PgIndex .SvBnr .Bnr__inner {
    width: calc(100% - 50px);
    top: 30px;
  }
}
.PgIndex .SvBnr .Bnr__inner .deco {
  display: block;
  width: 30px;
  aspect-ratio: 1/1;
  position: absolute;
  z-index: 15;
}
.PgIndex .SvBnr .Bnr__inner .deco--1 {
  border-top: 1px solid #1c97e5;
  border-left: 1px solid #1c97e5;
  top: 1em;
  left: 1em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .PgIndex .SvBnr .Bnr__inner .deco--1 {
    top: 0.75em;
    left: 0.75em;
  }
}
@media screen and (max-width: 767px) {
  .PgIndex .SvBnr .Bnr__inner .deco--1 {
    top: 0.75em;
    left: 0.75em;
  }
}
.PgIndex .SvBnr .Bnr__inner .deco--2 {
  border-top: 1px solid #1c97e5;
  border-right: 1px solid #1c97e5;
  top: 1em;
  right: 1em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .PgIndex .SvBnr .Bnr__inner .deco--2 {
    top: 0.75em;
    right: 0.75em;
  }
}
@media screen and (max-width: 767px) {
  .PgIndex .SvBnr .Bnr__inner .deco--2 {
    top: 0.75em;
    right: 0.75em;
  }
}
.PgIndex .SvBnr .Bnr__inner .deco--3 {
  border-bottom: 1px solid #1c97e5;
  border-right: 1px solid #1c97e5;
  bottom: 1em;
  right: 1em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .PgIndex .SvBnr .Bnr__inner .deco--3 {
    bottom: 0.75em;
    right: 0.75em;
  }
}
@media screen and (max-width: 767px) {
  .PgIndex .SvBnr .Bnr__inner .deco--3 {
    bottom: 0.75em;
    right: 0.75em;
  }
}
.PgIndex .SvBnr .Bnr__inner .deco--4 {
  border-bottom: 1px solid #1c97e5;
  border-left: 1px solid #1c97e5;
  bottom: 1em;
  left: 1em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .PgIndex .SvBnr .Bnr__inner .deco--4 {
    bottom: 0.75em;
    left: 0.75em;
  }
}
@media screen and (max-width: 767px) {
  .PgIndex .SvBnr .Bnr__inner .deco--4 {
    bottom: 0.75em;
    left: 0.75em;
  }
}
.PgIndex .SvBnr .Bnr .BnrCate {
  display: flex;
  justify-content: center;
}
.PgIndex .SvBnr .Bnr .BnrCate li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.1rem, 1vw, 100rem);
  color: white;
  border-radius: 100px;
  padding: 0.25em 1.5em;
  line-height: 1.5;
}
.PgIndex .SvBnr .Bnr .BnrCate li.cate01 {
  background-color: var(--color-primary);
}
.PgIndex .SvBnr .Bnr .BnrCate li.cate02 {
  background-color: #0769a4;
}
.PgIndex .SvBnr .Bnr .BnrCate li.cate03 {
  background-color: #0590a5;
}
.PgIndex .SvBnr .Bnr__label {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: clamp(2.1rem, 2.1vw, 100rem);
  font-weight: 700;
  box-sizing: border-box;
  gap: 0 0.35em;
  position: relative;
  line-height: 1.5;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .PgIndex .SvBnr .Bnr__label {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .PgIndex .SvBnr .Bnr__label {
    width: 100%;
    font-size: 2.4rem;
  }
}
.PgIndex .SvBnr .Bnr__label .Icon {
  display: block;
  width: 60px;
  aspect-ratio: 1/1;
  object-fit: contain;
  object-position: center;
}
.PgIndex .SvBnr .Bnr__label .prep {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #e5f5ff;
  color: #1c97e5;
  font-size: 1.3rem;
  padding: 0.5em 1em;
  border-radius: 4px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .PgIndex .SvBnr .Bnr__label .prep {
    font-size: 0.8rem;
  }
}
.PgIndex .SvBnr .Bnr__caption {
  display: block;
  font-size: clamp(1.2rem, 1.1vw, 100rem);
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .PgIndex .SvBnr .Bnr__caption {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .PgIndex .SvBnr .Bnr__caption {
    font-size: 1.5rem;
  }
}
.PgIndex .topNews {
  position: relative;
  z-index: 10;
  background-color: white;
  color: #352724;
}
.PgIndex .topNews__inner {
  padding: 0 12.5%;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .PgIndex .topNews__inner {
    padding: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .PgIndex .topNews__inner {
    padding: 0 7.5%;
    min-height: initial;
  }
}
.PgIndex .topNews__column {
  display: flex;
  align-content: flex-start;
  gap: 0 10%;
}
.PgIndex .topNews .topNewsList {
  max-width: 60%;
}
@media screen and (max-width: 767px) {
  .PgIndex .topNews .topNewsList {
    max-width: 100%;
  }
}
.PgIndex .topNews .topNewsList__column {
  display: flex;
  flex-direction: column;
  gap: 1em 0;
}
.PgIndex .topNews .NewsPost {
  padding-bottom: 1em;
}
.PgIndex .topNews .NewsPost__column {
  display: flex;
  align-items: center;
  gap: 0 1em;
}
@media screen and (max-width: 767px) {
  .PgIndex .topNews .NewsPost__column {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.PgIndex .topNews .NewsPost .date {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #352724;
  border-radius: 50px;
  padding: 0.35em 1em;
  font-size: clamp(0.9rem, 0.7vw, 100rem);
  letter-spacing: 0.1em;
  color: #352724;
}
.PgIndex .topNews .NewsPost__link {
  color: #352724;
  text-decoration: none;
}
.PgIndex .topNews .viewMore {
  position: absolute;
  bottom: 0;
  left: 10%;
}
@media screen and (max-width: 767px) {
  .PgIndex .topNews .viewMore {
    bottom: auto;
    left: auto;
    top: 1em;
    right: 0;
    transform-origin: center 0;
    transform: scale(0.8);
  }
}
.PgIndex .Gallery {
  width: 100%;
  overflow: hidden;
  position: relative;
  /* アニメーション本体 */
}
.PgIndex .Gallery__inner {
  display: flex;
  width: fit-content;
  animation: scroll 30s linear infinite;
}
.PgIndex .Gallery__column {
  display: flex;
}
.PgIndex .Gallery figure {
  position: relative;
  padding: 0 1.5em;
}
@media screen and (max-width: 767px) {
  .PgIndex .Gallery figure {
    padding: 0 1em;
  }
}
.PgIndex .Gallery img {
  width: 20vw; /* ← レスポンシブ幅（調整可） */
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .PgIndex .Gallery img {
    width: 45vw;
  }
}
@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.Cta {
  position: relative;
  background-color: white;
  z-index: 10;
}
.Cta--Under {
  background-color: transparent;
}
.Cta__inner {
  padding: 0 10%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .Cta__inner {
    padding: 0 7.5%;
  }
}
.Cta__btnWrap {
  display: flex;
  justify-content: center;
  gap: 0 5%;
}
@media screen and (max-width: 767px) {
  .Cta__btnWrap {
    flex-direction: column;
    gap: 25px 0;
  }
}
.Cta .phoneBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  gap: 0 0.5em;
  line-height: 1.5;
  color: #352724;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .Cta .phoneBtn {
    flex-direction: column;
  }
}
.Cta .phoneBtn .caption {
  display: inline-flex;
  align-items: center;
  gap: 0 0.5em;
}
.Cta .phoneBtn i {
  font-size: 2.1rem;
}
.Cta .phoneBtn .PhoneNo {
  color: #fb600b;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .Cta .phoneBtn .PhoneNo {
    font-size: 2.2rem;
  }
}

.LineContact {
  width: 47.5%;
  background-color: #08bb08;
  padding: 0.25em;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .LineContact {
    width: 100%;
  }
}
.LineContact__icon i {
  font-size: 5vw;
  color: #08bb08;
}
@media screen and (max-width: 767px) {
  .LineContact__icon i {
    font-size: 4rem;
  }
}
.LineContact__inner {
  padding: 5%;
  background-color: white;
}
.LineContact__column {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .LineContact__column {
    flex-direction: column;
    gap: 1.5em 0;
  }
}
.LineContact__label {
  display: flex;
  align-items: center;
  gap: 0 0.75em;
}
@media screen and (max-width: 767px) {
  .LineContact__label {
    align-items: flex-start;
  }
}
.LineContact__txt {
  display: block;
  line-height: 1.6;
}
.LineContact__txt em {
  color: #08bb08;
  font-size: clamp(2rem, 1.6vw, 100rem);
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .LineContact__txt em {
    font-size: 2.1rem;
  }
}
.LineContact__txt--Fv {
  font-size: clamp(1.1rem, 0.9vw, 100rem);
}
.LineContact .LineBtn {
  min-width: 30%;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .LineContact .LineBtn {
    min-width: initial;
    width: 60%;
  }
}
.LineContact .LineBtn img {
  display: block;
  width: 100%;
}

.CtaR {
  position: relative;
  background-color: white;
  z-index: 10;
}
.CtaR__inner {
  padding: 0 10%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .CtaR__inner {
    padding: 0 7.5%;
  }
}
.CtaR .price-form {
  max-width: 800px;
  background-color: #eaeaea;
  padding: 10px;
  border-radius: 20px;
  /* チェックエリア中央寄せ */
  /* 元のチェックボックスを非表示 */
  /* オリジナルチェックボックス */
  /* ホバー */
  /* チェックが入ったとき */
  /* チェックマーク（✓） */
  /* チェック時に表示 */
  /* テキスト */
}
@media screen and (max-width: 767px) {
  .CtaR .price-form {
    max-width: 100%;
    border-radius: 10px;
    padding: 6px;
  }
}
.CtaR .price-form__inner {
  background-color: white;
  padding: 3.5em;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .CtaR .price-form__inner {
    padding: 1.5em;
    border-radius: 7px;
  }
}
.CtaR .price-form__ttl {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(2.5rem, 2.5vw, 100rem);
  font-weight: 670;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .CtaR .price-form__ttl {
    font-size: 2rem;
  }
}
.CtaR .price-form__column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px 0;
}
@media screen and (max-width: 767px) {
  .CtaR .price-form__column {
    gap: 15px 0;
  }
}
.CtaR .price-form .price-row {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: clamp(1.6rem, 1.6vw, 100rem);
  font-weight: 500;
  gap: 0 1em;
}
.CtaR .price-form .price-row label {
  display: block;
  min-width: 70%;
  width: 70%;
  line-height: 1.5;
}
.CtaR .price-form .price-row label.Price {
  min-width: initial;
  width: 100%;
}
.CtaR .price-form .price-row label.normal {
  font-size: clamp(1.4rem, 1.4vw, 100rem);
}
.CtaR .price-form .price-row label small {
  font-size: clamp(1.2rem, 1.2vw, 100rem);
}
.CtaR .price-form .price-row select {
  width: 100%;
  max-width: 100%;
  font-size: clamp(1.7rem, 1.4vw, 100rem);
  padding: 0.5em 1em;
  border: none;
  border: 1.5px solid #ccc;
  background-color: #f7f7f7;
  box-sizing: border-box;
  color: #352724;
  border-radius: 3px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .CtaR .price-form .price-row select {
    padding: 1em 0.5em;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .CtaR .price-form .price-row select {
    padding: 1em 0.5em;
    font-size: 1.5rem;
  }
}
.CtaR .price-form .price-row select::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .CtaR .price-form .price-row select::placeholder {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .CtaR .price-form .price-row select::placeholder {
    font-size: 1.4rem;
  }
}
.CtaR .price-form .price-row select:nth-last-of-type(1) {
  margin-bottom: 0;
}
.CtaR .price-form .price-row select:disabled {
  background-color: #f1f1f1;
}
.CtaR .price-form .price-row select {
  width: auto;
  font-size: 100%;
}
.CtaR .price-form .limit-note {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.3rem, 1.2vw, 100rem);
  background-color: #fff2f7;
  border-radius: 10px;
  padding: 0.5em 1.5em;
  color: #f81269;
  line-height: 1.3;
}
.CtaR .price-form .limit-note strong {
  font-size: clamp(1.6rem, 1.4vw, 100rem);
  font-weight: 800;
}
.CtaR .price-form .total-area {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-top: 1px solid #352724;
  font-size: clamp(1.6rem, 1.6vw, 100rem);
  line-height: 1.5;
}
.CtaR .price-form .total-area strong {
  font-size: clamp(2rem, 2vw, 100rem);
  font-weight: 600;
}
.CtaR .price-form .terms-box {
  box-sizing: border-box;
  padding: 1.5em;
  border: 1px solid black;
  font-size: 1.4rem;
  max-height: 300px;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .CtaR .price-form .terms-box {
    font-size: 1.2rem;
  }
}
.CtaR .price-form .terms-box .ttl {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .CtaR .price-form .terms-box .ttl {
    font-size: 1.6rem;
  }
}
.CtaR .price-form .terms-box .subttl {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .CtaR .price-form .terms-box .subttl {
    font-size: 1.4rem;
  }
}
.CtaR .price-form .terms-box .Notes {
  font-size: 1.2rem;
}
.CtaR .price-form .terms-box::-webkit-scrollbar {
  width: 6px; /* 細さ */
}
.CtaR .price-form .terms-box::-webkit-scrollbar-track {
  background: transparent; /* 背景 */
}
.CtaR .price-form .terms-box::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.25); /* うすい色 */
  border-radius: 10px;
}
.CtaR .price-form .terms-box::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.CtaR .price-form .terms-check {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 1em;
  cursor: pointer;
  font-size: clamp(1.6rem, 1.6vw, 100rem);
  font-weight: 600;
  position: relative;
}
.CtaR .price-form .terms-check input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.CtaR .price-form .terms-check .checkmark {
  width: 28px;
  height: 28px;
  border: 2px solid #333;
  border-radius: 6px;
  position: relative;
  transition: all 0.25s ease;
}
.CtaR .price-form .terms-check:hover .checkmark {
  border-color: #f81269; /* サイトカラーに合わせて調整可 */
}
.CtaR .price-form .terms-check input:checked + .checkmark {
  background: #f81269; /* ブランドカラー推奨 */
  border-color: #f81269;
}
.CtaR .price-form .terms-check .checkmark::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 3px;
  width: 7px;
  height: 14px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.CtaR .price-form .terms-check input:checked + .checkmark::after {
  opacity: 1;
}
.CtaR .price-form .terms-check .check-text {
  line-height: 1.4;
}

/*!
page > post
------------------------------
*/
.Section__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
  z-index: 10;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .Section__inner {
    max-width: 90%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Section__inner {
    max-width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .Section__inner {
    max-width: 100%;
  }
}

.Post {
  max-width: 880px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Post {
    max-width: 83.0769230769vw;
  }
}
@media screen and (max-width: 767px) {
  .Post {
    max-width: 100%;
    padding: 0 7.5%;
  }
}

.Pankuzu {
  position: absolute;
  bottom: 1em;
  right: 1em;
  z-index: 20;
}

.aioseo-breadcrumbs {
  z-index: 10;
  display: flex;
  padding: 0.35em 0;
  overflow: hidden;
  font-size: 1.2rem;
  color: white;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .aioseo-breadcrumbs {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .aioseo-breadcrumbs {
    display: none;
  }
}
.aioseo-breadcrumbs .aioseo-breadcrumb-separator {
  margin: 0 1em;
}
.aioseo-breadcrumbs a {
  color: white;
}

.ListDisc li {
  margin-left: 1em;
  list-style-type: disc;
  line-height: 1.8;
}

.numList li {
  margin-left: 1em;
  list-style-type: decimal;
}

.Table th,
.Table td {
  padding: 0.75em;
  border-bottom: 1px solid #cccccc;
  line-height: 1.8;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .Table th,
  .Table td {
    display: block;
  }
}
.Table th {
  text-align: left;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .Table th {
    font-weight: 600;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.Table td {
  padding-left: 2em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Table td {
    padding-top: 0.25em;
    padding-left: 0.5em;
  }
}
.Table td::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: calc(100% - 20px);
  background-color: #cccccc;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .Table td::before {
    display: none;
  }
}

.Box {
  border: 1px solid #dbdbdb;
}
.Box__inner {
  padding: 5%;
}

.pgNav {
  display: flex;
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .pgNav {
    justify-content: flex-start;
    width: 85%;
    box-sizing: border-box;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .pgNav li {
    width: calc(50% - 5px);
  }
}
.pgNav li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1em 1.5em;
  text-decoration: none;
  line-height: 1.2;
  font-size: clamp(1.3rem, 1.3vw, 100rem);
  font-weight: 600;
  text-align: center;
  color: #352724;
  border: 1px solid #999;
  box-sizing: border-box;
  position: relative;
  gap: 0 0.5em;
}
@media screen and (max-width: 767px) {
  .pgNav li a {
    display: flex;
    padding: 1em 0.5em;
    font-size: 1.2rem;
  }
}
.pgNav li a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #352724;
  border-right: solid 1px #352724;
  transform: rotate(135deg);
}
.pgNav li a:hover {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  color: white;
}
.pgNav li a:hover::after {
  border-color: white;
}

.Salon {
  position: relative;
}
.Salon--Under {
  box-sizing: border-box;
}
.Salon--Under::before {
  content: "";
  display: block;
  width: 85%;
  height: 1px;
  background-color: #dbdbdb;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.Salon__inner {
  padding: 0 10%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Salon__inner {
    padding: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .Salon__inner {
    padding: 0 7.5%;
    padding: 0;
  }
}
.Salon__column {
  display: flex;
  flex-direction: row-reverse;
  gap: 0 7.5%;
}
@media screen and (max-width: 767px) {
  .Salon__column {
    flex-direction: column;
    gap: 25px 0;
  }
}
.Salon__img {
  display: block;
  width: 40%;
  min-width: 40%;
}
@media screen and (max-width: 767px) {
  .Salon__img {
    min-width: initial;
    width: 100%;
  }
}
.Salon__img img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 5/7;
}
@media screen and (max-width: 767px) {
  .Salon__img img {
    aspect-ratio: 5/3.75;
    object-position: top center;
  }
}
.Salon__block {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .Salon__block {
    box-sizing: border-box;
    padding: 0 7.5%;
  }
}
.Salon .titleWrap {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Salon .titleWrap {
    flex-direction: column;
    align-items: center;
    gap: 2em 0;
  }
}
.Salon .salonTable th,
.Salon .salonTable td {
  padding: 0.75em 0;
  border-bottom: 1px solid #dbdbdb;
}
.Salon .map {
  width: 100%;
  height: 460px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .Salon .map {
    width: 100%;
    height: 220px;
  }
}
.Salon .map iframe {
  width: 100%;
  height: 750px;
  margin-top: -150px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Salon .map iframe {
    height: 620px;
  }
}
@media screen and (max-width: 767px) {
  .Salon .map iframe {
    height: 520px;
  }
}
.Salon .SnsMenuList {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Salon .SnsMenuList {
    transform-origin: center right;
    transform: scale(0.7);
  }
}
.Salon .SnsMenuList .Icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  aspect-ratio: 1/1;
  color: white;
  border-radius: 50%;
  font-size: 2rem;
  text-decoration: none;
  box-sizing: border-box;
}
.Salon .SnsMenuList .Icon.insta {
  background-color: #e4405f;
}
.Salon .SnsMenuList .Icon.tiktok {
  background-color: black;
}
.Salon .SnsMenuList .Icon.fb {
  background-color: #106bff;
}
.Salon .SnsMenuList .Icon.line {
  background-color: #09bb09;
}
.Salon .SnsMenuList .Icon img {
  display: block;
  width: 40%;
}
.Salon .SnsMenuList .Icon:hover {
  transform: scale(1.07);
  color: white;
}
.Salon .SnsMenuList .Icon:hover img {
  opacity: 1;
}

.underMenu {
  position: relative;
}
.underMenu__inner {
  padding: 0 10%;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .underMenu__inner {
    padding: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .underMenu__inner {
    padding: 0;
  }
}
.underMenu__column {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
}
.underMenu .Bnr {
  width: calc(33.3333333333% - 0.6666666667px);
  display: block;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .underMenu .Bnr {
    width: calc(50% - 0.5px);
  }
}
.underMenu .Bnr::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(57, 19, 5, 0.5);
  mix-blend-mode: multiply;
}
.underMenu .Bnr:last-child {
  border-right: none;
}
.underMenu .Bnr:hover::after {
  opacity: 0;
}
.underMenu .Bnr:hover .Bnr__img {
  transform: scale(1.05);
}
.underMenu .Bnr__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.underMenu .Bnr__inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.underMenu .Bnr__label {
  width: 100%;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  color: white;
  font-size: clamp(1.6rem, 1.6vw, 100rem);
  box-sizing: border-box;
}
.underMenu .Bnr__label small {
  font-size: clamp(0.8rem, 0.8vw, 100rem);
  font-weight: 300;
}
.underMenu__block {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1px 0;
}

/*!
page > service
------------------------------
*/
.PgService {
  overflow: hidden;
}
.PgService .pgLead {
  position: relative;
}
.PgService .pgLead .Bg {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(-1, 1);
}
.PgService .pgLead__inner {
  padding: 0 10%;
  padding-left: 0;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .PgService .pgLead__inner {
    padding: 0;
  }
}
.PgService .pgLead__column {
  display: flex;
  align-items: flex-start;
  gap: 0 7.5%;
}
@media screen and (max-width: 767px) {
  .PgService .pgLead__column {
    flex-direction: column;
    gap: 25px 0;
  }
}
.PgService .pgLead .LeadSlider {
  min-width: 45%;
  width: 45%;
}
@media screen and (max-width: 767px) {
  .PgService .pgLead .LeadSlider {
    min-width: initial;
    width: 95%;
    box-sizing: border-box;
  }
}
.PgService .pgLead .LeadSlider .mainSwiper {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .PgService .pgLead .LeadSlider .mainSwiper {
    width: 80%;
    margin: 0;
  }
}
.PgService .pgLead .LeadSlider .mainSwiper img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 5/4;
  border-radius: 0 50px 50px 0;
}
.PgService .pgLead .LeadSlider .mainSwiper .dammyimg {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: cover;
  aspect-ratio: 5/4;
  border-radius: 0 50px 50px 0;
  background-color: #2695eb;
  color: white;
}
.PgService .pgLead .LeadSlider .thumbWrap {
  padding-left: 5%;
}
.PgService .pgLead .LeadSlider .thumbSwiper {
  width: 100%;
  box-sizing: border-box;
  overflow: visible;
}
.PgService .pgLead .LeadSlider .thumbSwiper .swiper-slide {
  opacity: 0.5;
  cursor: pointer;
}
.PgService .pgLead .LeadSlider .thumbSwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.PgService .pgLead .LeadSlider .thumbSwiper .dammyimg {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: cover;
  aspect-ratio: 5/5;
  border-radius: 10px;
  background-color: #2695eb;
  color: white;
  font-size: 1.2rem;
  text-align: center;
}
.PgService .pgLead .LeadSlider .thumbSwiper img {
  width: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 5/5;
  border-radius: 10px;
}
.PgService .pgLead .LeadSlider .thumbSwiper .swiper-slide {
  transition: transform 0.35s cubic-bezier(0.2, 1.2, 0.2, 1), opacity 0.25s ease;
  transform: scale(0.94);
}
.PgService .pgLead .LeadSlider .thumbSwiper .swiper-slide-thumb-active {
  transform: scale(1.08);
}
.PgService .pgLead__img {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 50%;
  width: 50%;
  aspect-ratio: 5/4;
  background-color: white;
  border-radius: 0 25px 25px 0;
  overflow: hidden;
}
.PgService .pgLead__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.PgService .pgLead__Copy {
  font-size: clamp(2.4rem, 2.4vw, 100rem);
  font-weight: 700;
  color: var(--color-primary);
  line-height: 1.4;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .PgService .pgLead__Copy {
    font-size: 2.1rem;
  }
}
.PgService .pgLead__Copy em {
  font-size: clamp(3.2rem, 3.2vw, 100rem);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .PgService .pgLead__Copy em {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .PgService .pgLead__Copy em {
    font-size: 2.8rem;
  }
}
.PgService .pgLead__block {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .PgService .pgLead__block {
    padding: 0 7.5%;
    box-sizing: border-box;
  }
}
.PgService .pgLead .LeadPoint li {
  font-size: clamp(1.4rem, 1.4vw, 100rem);
  margin-bottom: 1em;
  display: flex;
  background-color: white;
  border-radius: 10px;
  color: #0742a4;
  font-weight: 700;
  padding: 1em;
  padding-left: 3.5em;
  line-height: 1.5;
  box-shadow: 6px 6px 0px rgba(28, 151, 229, 0.25);
  position: relative;
}
@media screen and (max-width: 767px) {
  .PgService .pgLead .LeadPoint li {
    padding-left: 2.5em;
    font-size: 1.8rem;
  }
}
.PgService .pgLead .LeadPoint li::before {
  content: attr(data-num);
  position: absolute;
  top: 0.25em;
  left: 0.5em;
  font-size: clamp(3.2rem, 3.2vw, 100rem);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .PgService .pgLead .LeadPoint li::before {
    top: 0.5em;
  }
}
.PgService .pgLead .LeadPoint li small {
  font-size: clamp(1.2rem, 1.1vw, 100rem);
  font-weight: 500;
}
.PgService .pgPrice {
  position: relative;
  background-color: white;
}
.PgService .pgPrice__inner {
  padding: 0 10%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .PgService .pgPrice__inner {
    padding: 0 7.5%;
  }
}
.PgService .pgPrice .ill-1 {
  display: block;
  width: 22.5%;
  position: absolute;
  top: 0;
  right: 5%;
}
@media screen and (max-width: 767px) {
  .PgService .pgPrice .ill-1 {
    width: 35%;
    top: -75px;
  }
}
.PgService .pgPrice__column {
  display: flex;
  align-items: flex-start;
  gap: 0 7.5%;
}
@media screen and (max-width: 767px) {
  .PgService .pgPrice__column {
    flex-direction: column;
    align-items: center;
    gap: 70px 0;
  }
}
.PgService .pgPrice__imgWrap {
  display: flex;
  flex-direction: column;
  min-width: 35%;
  width: 35%;
  gap: 50px 0;
}
@media screen and (max-width: 767px) {
  .PgService .pgPrice__imgWrap {
    flex-direction: row;
    min-width: initial;
    width: 100%;
    gap: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .PgService .pgPrice__img {
    width: calc(50% - 7.5px);
  }
}
@media screen and (max-width: 767px) {
  .PgService .pgPrice__img--smpFull {
    width: 100%;
  }
}
.PgService .pgPrice__img img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 25px;
}
@media screen and (max-width: 767px) {
  .PgService .pgPrice__img img {
    border-radius: 15px;
  }
}
.PgService .pgPrice__block {
  width: 100%;
  position: relative;
}
.PgService .pgPrice__Copy {
  display: inline-flex;
  justify-content: center;
  font-size: clamp(1.8rem, 1.8vw, 100rem);
  font-weight: 700;
  color: var(--color-primary);
}
.PgService .pgPrice__ttl {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #352724;
  padding: 0.5em;
  line-height: 1.3;
  font-weight: 700;
  min-width: 200px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .PgService .pgPrice__ttl {
    display: flex;
  }
}
.PgService .pgPrice .fukidashi {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0.5em 1em;
  background-color: #fffa7c;
  box-sizing: border-box;
  font-size: 1.3rem;
  font-weight: 600;
  gap: 0 0.5em;
  position: absolute;
  top: -2.5em;
  left: 1.5em;
  border-radius: 5px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .PgService .pgPrice .fukidashi {
    font-size: 1.1rem;
  }
}
.PgService .pgPrice .fukidashi::after {
  content: "";
  width: 12px;
  height: 8px;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  background-color: #fffa7c;
  z-index: 1;
}
.PgService .pgPrice .fukidashi .icon {
  display: block;
  width: 12px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .PgService .pgPrice .fukidashi .icon {
    width: 9px;
  }
}
.PgService .pgPrice .PriceTable {
  border-radius: 10px;
  overflow: hidden;
}
.PgService .pgPrice .PriceTable th,
.PgService .pgPrice .PriceTable td {
  padding: 1em;
  font-size: clamp(1.4rem, 1.4vw, 100rem);
  background-color: #e6f7ff;
  vertical-align: middle;
  line-height: 1.5;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .PgService .pgPrice .PriceTable th,
  .PgService .pgPrice .PriceTable td {
    padding: 1em 0.5em;
    font-size: 1.4rem;
    letter-spacing: -0.025em;
  }
}
@media screen and (max-width: 767px) {
  .PgService .pgPrice .PriceTable th,
  .PgService .pgPrice .PriceTable td {
    padding: 1em 0.5em;
    font-size: 1.5rem;
    letter-spacing: -0.025em;
  }
}
.PgService .pgPrice .PriceTable th {
  background-color: #1c97e5;
  color: white;
  font-size: clamp(2rem, 1.8vw, 100rem);
  font-weight: 600;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .PgService .pgPrice .PriceTable td small {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .PgService .pgPrice .PriceTable td small {
    font-size: 1.2rem;
  }
}
.PgService .pgPrice .PriceTable td .subInfo {
  display: block;
  font-size: clamp(1.3rem, 1.1vw, 100rem);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .PgService .pgPrice .PriceTable td .subInfo {
    font-size: 1rem;
  }
}
.PgService .pgPrice .PriceTable tr:nth-of-type(even) td {
  background-color: #f3fafd;
}
.PgService .pgPrice .PriceTable--2 th {
  background-color: #e5921c;
}
.PgService .pgPrice .PriceTable--2 td {
  font-size: clamp(1.4rem, 1.2vw, 100rem);
  background-color: #fff3e6;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .PgService .pgPrice .PriceTable--2 td {
    font-size: 1.1rem;
  }
}
.PgService .pgPrice .PriceTable--2 tr:nth-of-type(even) td {
  background-color: #fdf8f3;
}
.PgService .pgPrice .itemWrap {
  display: flex;
  align-items: center;
  gap: 0 3.5em;
}
@media screen and (max-width: 767px) {
  .PgService .pgPrice .itemWrap {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 1.5em 0;
  }
}
.PgService .pgPrice .itemWrap .itemIcon {
  display: block;
  min-width: 240px;
  width: 240px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .PgService .pgPrice .itemWrap .itemIcon {
    min-width: 160px;
    width: 160px;
  }
}
.PgService .pgPrice .itemWrap .itemIcon img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .PgService .pgPrice .itemWrap .listDisc {
    display: flex;
    flex-wrap: wrap;
    gap: 0 1em;
  }
}
.PgService .Blog {
  position: relative;
  display: none;
  /* カスタムボタン */
  /* Swiperデフォルトの矢印スタイルを無効化 */
}
.PgService .Blog__inner {
  padding: 0 10%;
}
.PgService .Blog .swiper {
  width: 100%;
  visibility: hidden;
  box-sizing: border-box;
  position: relative;
}
.PgService .Blog .swiper .swiper-slide {
  width: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .PgService .Blog .swiper .swiper-slide {
    width: 100%;
  }
}
.PgService .Blog .swiper .swiper-slide .imgLink {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
.PgService .Blog .swiper .swiper-slide .imgLink:hover img {
  transform: scale(1.05);
}
.PgService .Blog .swiper .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 5/5;
}
.PgService .Blog .swiper .swiper-slide .logoImg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 5/4;
}
.PgService .Blog .swiper .swiper-slide .logoImg img {
  display: block;
  width: 80%;
  object-fit: contain;
}
.PgService .Blog .swiper-button-next.custom-next {
  right: auto !important;
  left: 2.5% !important;
  display: flex;
  width: 50px;
  height: 50px;
  margin: 0;
  background-color: transparent;
  color: white;
  top: 55%;
  z-index: 20;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid white;
}
@media screen and (max-width: 767px) {
  .PgService .Blog .swiper-button-next.custom-next {
    width: 40px;
    height: 40px;
    top: auto;
    bottom: 35px;
    left: 35% !important;
  }
}
.PgService .Blog .swiper-button-next,
.PgService .Blog .swiper-button-prev {
  background: none;
}
.PgService .Blog .swiper-button-next.custom-next::after {
  font: var(--fa-font-solid);
  content: "\f104";
  font-size: 1.6rem;
  color: white;
}
@media screen and (max-width: 767px) {
  .PgService .Blog .swiper-button-next.custom-next::after {
    font-size: 1.1rem;
  }
}
.PgService .Blog .swiper-button-prev.custom-prev {
  left: auto !important;
  right: 2.5% !important;
  display: flex;
  width: 50px;
  height: 50px;
  margin: 0;
  background-color: transparent;
  color: #352724;
  top: 55%;
  z-index: 20;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid white;
}
@media screen and (max-width: 767px) {
  .PgService .Blog .swiper-button-prev.custom-prev {
    width: 40px;
    height: 40px;
    top: auto;
    bottom: 35px;
    right: 35% !important;
  }
}
.PgService .Blog .swiper-button-prev.custom-prev::after {
  font: var(--fa-font-solid);
  content: "\f105";
  font-size: 1.6rem;
  color: white;
}
@media screen and (max-width: 767px) {
  .PgService .Blog .swiper-button-prev.custom-prev::after {
    font-size: 1.1rem;
  }
}
.PgService .Blog .swiper-scrollbar {
  background: #f0f0f0 !important;
}
.PgService .Blog .swiper-scrollbar-drag {
  background-color: #d4e7e5 !important;
}
.PgService .Blog .NewsPost__block {
  width: 100%;
  box-sizing: border-box;
  padding: 0.5em;
  padding-bottom: 1em;
}
.PgService .Blog .NewsPost .date {
  padding: 0.25em 0.5em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #352724;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .PgService .Blog .NewsPost .date {
    font-size: 1rem;
  }
}
.PgService .Blog .NewsPost__title {
  display: block;
  color: #352724;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.5;
  min-height: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .PgService .Blog .NewsPost__title {
    min-height: initial;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .PgService .Blog .NewsPost__title {
    min-height: initial;
    font-size: 1.6rem;
  }
}
.PgService .pgFlow {
  position: relative;
}
.PgService .pgFlow__inner {
  padding: 0 10%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .PgService .pgFlow__inner {
    padding: 0 7.5%;
  }
}
.PgService .pgFlow__column {
  display: flex;
  gap: 0 50px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .PgService .pgFlow__column {
    gap: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .PgService .pgFlow__column {
    flex-direction: column;
    gap: 70px 0;
  }
}
.PgService .pgFlow .FlowItem {
  width: calc(33.3333333333% - 33.3333333333px);
  background-color: white;
  border-radius: 15px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .PgService .pgFlow .FlowItem {
    width: calc(33.3333333333% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .PgService .pgFlow .FlowItem {
    width: 100%;
  }
}
.PgService .pgFlow .FlowItem::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: -0.75em;
  font-size: clamp(3.5rem, 3.5vw, 100rem);
  transform: translateY(-50%);
  z-index: 15;
  color: #1c97e5;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .PgService .pgFlow .FlowItem::after {
    content: "↓";
    top: auto;
    right: auto;
    bottom: -1em;
    left: 50%;
    transform: translateX(-50%) translateY(0);
  }
}
.PgService .pgFlow .FlowItem:last-child::after {
  display: none;
}
.PgService .pgFlow .FlowItem__inner {
  padding: 2em;
  padding-top: 0;
  position: relative;
  z-index: 15;
}
.PgService .pgFlow .FlowItem .num {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  aspect-ratio: 1/1;
  color: #1c97e5;
  letter-spacing: 0.025em;
  line-height: 1;
  font-size: clamp(1.1rem, 1vw, 100rem);
  background-color: white;
  border-radius: 50%;
  position: relative;
  top: -35px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .PgService .pgFlow .FlowItem .num {
    width: 90px;
  }
}
.PgService .pgFlow .FlowItem .num em {
  font-size: clamp(3.2rem, 3.2vw, 100rem);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .PgService .pgFlow .FlowItem .num em {
    font-size: 4.2rem;
  }
}
.PgService .pgFlow .FlowItem__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: clamp(1.6rem, 1.6vw, 100rem);
  font-weight: 700;
  color: #1c97e5;
  line-height: 1.3;
  gap: 0.25em 0;
  position: relative;
  top: -1.5em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .PgService .pgFlow .FlowItem__ttl {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .PgService .pgFlow .FlowItem__ttl {
    font-size: 2.1rem;
    top: -2em;
  }
}
.PgService .pgFlow .FlowItem__ttl .ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
}
.PgService .pgFlow .FlowItem__ttl small {
  display: inline-flex;
  background-color: #1c97e5;
  color: white;
  border-radius: 50px;
  font-size: clamp(1.2rem, 1.2vw, 100rem);
  padding: 0.35em 1em;
}
.PgService .pgFlow .FlowItem p {
  font-size: clamp(1.4rem, 1.1vw, 100rem);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .PgService .pgFlow .FlowItem p {
    font-size: 1.1rem;
    line-height: 1.6;
  }
}
.PgService .pgItems {
  position: relative;
  background-color: white;
}
.PgService .pgItems__inner {
  padding: 0 10%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .PgService .pgItems__inner {
    padding: 0 7.5%;
  }
}
.PgService .pgItems .ItemList {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1.5em;
}
.PgService .pgItems .ItemList li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  aspect-ratio: 1/1;
  background-color: var(--color-primary);
  color: white;
  border-radius: 50%;
  font-size: clamp(1.6rem, 1.6vw, 100rem);
}
.PgService .pgAccess {
  position: relative;
}
.PgService .pgAccess__inner {
  padding: 0 10%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .PgService .pgAccess__inner {
    padding: 0 7.5%;
  }
}
.PgService .pgVoice {
  position: relative;
  background-color: white;
  display: none;
}
.PgService .pgVoice__inner {
  padding: 0 10%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .PgService .pgVoice__inner {
    padding: 0 7.5%;
  }
}
.PgService .pgVoice .VoicesList__column {
  display: flex;
  gap: 0 50px;
}
@media screen and (max-width: 767px) {
  .PgService .pgVoice .VoicesList__column {
    flex-direction: column;
    align-items: center;
    gap: 35px 0;
  }
}
.PgService .pgVoice .Voice {
  width: calc(33.3333333333% - 33.3333333333px);
  padding: 7px;
  box-sizing: border-box;
  background-color: rgba(28, 151, 229, 0.75);
  position: relative;
  z-index: 10;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .PgService .pgVoice .Voice {
    width: 100%;
  }
}
.PgService .pgVoice .Voice__inner {
  background-color: white;
  border-radius: 7px;
  overflow: hidden;
}
.PgService .pgVoice .Voice__column {
  display: flex;
  align-items: flex-start;
  gap: 0 2.5em;
}
@media screen and (max-width: 767px) {
  .PgService .pgVoice .Voice__column {
    flex-direction: column;
    align-items: center;
    gap: 25px 0;
  }
}
.PgService .pgVoice .Voice .noteBg {
  font-size: 2rem;
  line-height: 50px;
  padding: 25px 0;
  padding: 0 15px;
  background: repeating-linear-gradient(to bottom, transparent 0, transparent 49px, rgba(28, 151, 229, 0.5) 49px, rgba(28, 151, 229, 0.5) 50px);
  font-size: clamp(1.4rem, 1.1vw, 100rem);
}
@media screen and (max-width: 767px) {
  .PgService .pgVoice .Voice .noteBg {
    font-size: 1.5rem;
    line-height: 35px;
    background: repeating-linear-gradient(to bottom, transparent 0, transparent 34px, rgba(28, 151, 229, 0.5) 34px, rgba(28, 151, 229, 0.5) 35px);
  }
}
.PgService .pgVoice .Voice__block {
  width: 100%;
}
.PgService .pgVoice .Voice__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 0 2em;
  padding: 0.75em;
  font-size: 2.7rem;
  font-weight: 700;
  box-sizing: border-box;
  background-color: #0742a4;
  color: white;
  line-height: 1.2;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .PgService .pgVoice .Voice__ttl {
    padding: 0.5em;
    font-size: 1.8rem;
    border-radius: 10px;
  }
}
.PgService .pgVoice .Voice__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .PgService .pgVoice .Voice__img {
    min-width: initial;
    width: 100%;
  }
}
.PgService .pgVoice .Voice__img img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 5/3.5;
}
.PgService .pgVoice .Voice__img--dammy {
  aspect-ratio: 5/3.5;
  background-color: var(--color-primary-light);
}
.PgService .pgFaq {
  position: relative;
  background-color: white;
}
.PgService .pgFaq__inner {
  padding: 0 17.5%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .PgService .pgFaq__inner {
    padding: 0 7.5%;
  }
}
.PgService .pgFaq .FaqList__column {
  display: flex;
  flex-direction: column;
  gap: 25px 0;
}
@media screen and (max-width: 767px) {
  .PgService .pgFaq .FaqList__column {
    gap: 15px 0;
  }
}
.PgService .pgFaq .Faq {
  display: flex;
  flex-direction: column;
  padding: 1.5em;
  background-color: white;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #1c97e5;
}
@media screen and (max-width: 767px) {
  .PgService .pgFaq .Faq {
    border-radius: 15px;
    padding: 1em;
  }
}
.PgService .pgFaq .Faq dt,
.PgService .pgFaq .Faq dd {
  position: relative;
}
.PgService .pgFaq .Faq dt::before,
.PgService .pgFaq .Faq dd::before {
  min-width: 42px;
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2.1rem;
  aspect-ratio: 1/1;
  border-radius: 5px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .PgService .pgFaq .Faq dt::before,
  .PgService .pgFaq .Faq dd::before {
    min-width: 32px;
    width: 32px;
    height: 32px;
    font-size: 1.5rem;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .PgService .pgFaq .Faq dt::before,
  .PgService .pgFaq .Faq dd::before {
    min-width: 40px;
    width: 40px;
    height: 40px;
    font-size: 1.7rem;
    line-height: 1;
  }
}
.PgService .pgFaq .Faq dt {
  padding: 0.35em 0;
  padding-left: calc(42px + 1em);
  font-size: clamp(1.7rem, 1.4vw, 100rem);
  font-weight: 700;
  line-height: 1.3;
  color: #0742a4;
  cursor: pointer;
  padding-right: 3em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .PgService .pgFaq .Faq dt {
    padding-left: calc(32px + 1em);
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .PgService .pgFaq .Faq dt {
    padding-left: calc(40px + 0.5em);
    font-size: 1.7rem;
    line-height: 1.4;
  }
}
.PgService .pgFaq .Faq dt::before {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "Ｑ";
  background-color: #0742a4;
  color: white;
}
.PgService .pgFaq .Faq dt::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0.2em;
  font-size: 2.4rem;
  font-weight: 700;
  color: #0742a4;
  transition: transform 0.3s;
}
.PgService .pgFaq .Faq dd {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.PgService .pgFaq .Faq dd .answer {
  min-height: 42px;
  padding-top: 0.35em;
  padding-left: calc(42px + 1em);
  position: relative;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .PgService .pgFaq .Faq dd .answer {
    padding-left: calc(32px + 1em);
  }
}
@media screen and (max-width: 767px) {
  .PgService .pgFaq .Faq dd .answer {
    padding-left: calc(40px + 0.5em);
  }
}
.PgService .pgFaq .Faq dd .answer::before {
  min-width: 42px;
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "Ａ";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2.1rem;
  aspect-ratio: 1/1;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: white;
  color: #0742a4;
  border: 2.5px solid #0742a4;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .PgService .pgFaq .Faq dd .answer::before {
    min-width: 32px;
    width: 32px;
    height: 32px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .PgService .pgFaq .Faq dd .answer::before {
    min-width: 40px;
    width: 40px;
    height: 40px;
    font-size: 1.7rem;
    line-height: 1;
  }
}
.PgService .pgFaq .Faq.is-open dt::after {
  content: "−";
}
.PgService .pgFaq .Faq.is-open dd {
  max-height: 1000px;
}

/*!
page > sup
------------------------------
*/
/*!
page > fishing
------------------------------
*/
/*!
page > policy
------------------------------
*/
.PgPolicy {
  position: relative;
}
.PgPolicy .Policy {
  position: relative;
  background-color: white;
}
.PgPolicy .Policy__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .PgPolicy .Policy__inner {
    max-width: 90%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .PgPolicy .Policy__inner {
    max-width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .PgPolicy .Policy__inner {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .PgPolicy .Policy__inner {
    padding: 0 7.5%;
  }
}

/*!
page > tokutei
------------------------------
*/
.PgTokutei {
  position: relative;
}
.PgTokutei .Tokutei {
  position: relative;
  background-color: white;
}
.PgTokutei .Tokutei__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .PgTokutei .Tokutei__inner {
    max-width: 90%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .PgTokutei .Tokutei__inner {
    max-width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .PgTokutei .Tokutei__inner {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .PgTokutei .Tokutei__inner {
    padding: 0 7.5%;
  }
}

/*!
page > form
------------------------------
*/
.PgContact {
  position: relative;
}

.ContactForm__inner {
  padding: 0 12.5%;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ContactForm__inner {
    padding: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .ContactForm__inner {
    padding: 0 7.5%;
  }
}

.formCnt {
  overflow: hidden;
}
.formCnt__inner {
  padding: 0 10%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .formCnt__inner {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .formCnt__inner {
    padding: 0;
  }
}
.formCnt .timeLine {
  display: flex;
  justify-content: center;
  list-style-type: none;
  padding: 0 25%;
}
@media screen and (max-width: 767px) {
  .formCnt .timeLine {
    padding: 0 5%;
  }
}
.formCnt .timeLine li {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  color: #969da3;
  font-size: 0.8em;
}
.formCnt .timeLine li.prev, .formCnt .timeLine li.current {
  color: #9cc038;
}
.formCnt .timeLine li.prev::before, .formCnt .timeLine li.current::before {
  border-color: #9cc038;
}
.formCnt .timeLine li::before {
  display: inline-block;
  width: 32px;
  aspect-ratio: 5/5;
  margin-bottom: 6px;
  content: "";
  border: 1.5px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
}
.formCnt .timeLine li:not(:last-child)::after {
  position: absolute;
  top: 16px;
  left: 50%;
  z-index: -1;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  content: "";
}
.formCnt .timeLine li.current::before, .formCnt .timeLine li.prev::after {
  border: 5px solid #9cc038;
}
@media screen and (max-width: 767px) {
  .formCnt .timeLine li.current::before, .formCnt .timeLine li.prev::after {
    border-width: 3px;
  }
}
.formCnt .cautionList {
  padding: 3.5%;
  display: table;
  background-color: #f7f7f7;
  border: 1px solid #ccc;
}
.formCnt .cautionList li {
  font-size: 1.3rem;
  margin-left: 1em;
  list-style-type: disc;
}
@media screen and (max-width: 767px) {
  .formCnt .cautionList li {
    font-size: 1.2rem;
  }
}
.formCnt .notnull,
.formCnt .optional {
  display: inline-block;
  margin-left: 1em;
  padding: 0.35em 0.5em 0.5em;
  background-color: #a10808;
  color: white;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
}
.formCnt .formInputBlock .optional {
  background-color: #ccc;
}
.formCnt .formInputBlock table th,
.formCnt .formInputBlock table td {
  padding: 1.5em 0;
  box-sizing: border-box;
  vertical-align: top;
  position: relative;
}
@media screen and (max-width: 767px) {
  .formCnt .formInputBlock table th,
  .formCnt .formInputBlock table td {
    display: block;
  }
}
.formCnt .formInputBlock table th::after,
.formCnt .formInputBlock table td::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.formCnt .formInputBlock table tr:last-child th::after,
.formCnt .formInputBlock table tr:last-child td::after {
  display: none;
}
.formCnt .formInputBlock table th {
  padding-top: 2.5em;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .formCnt .formInputBlock table th {
    padding-bottom: 0;
    width: auto;
    max-width: initial;
  }
}
@media screen and (max-width: 767px) {
  .formCnt .formInputBlock table th::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .formCnt .formInputBlock table td {
    padding-top: 0.5em;
  }
}
.formCnt .formInputBlock table td .row {
  margin-bottom: 0.75em;
  overflow: hidden;
}
.formCnt .formInputBlock table td .row:nth-last-of-type(1) {
  margin-bottom: 0;
}
.formCnt .formInputBlock table td .row-1 {
  display: flex;
  align-items: center;
}
.formCnt .formInputBlock table td .row-1 span:nth-of-type(1) {
  margin-right: 25px;
}
.formCnt .formInputBlock table td .row--col3 {
  display: flex;
  flex-wrap: wrap;
}
.formCnt .formInputBlock table td .row--col3 .mwform-checkbox-field {
  width: 33.3333333333%;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .formCnt .formInputBlock table td .row--col3 .mwform-checkbox-field {
    font-size: 1.4rem;
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 767px) {
  .formCnt .formInputBlock table td .row--col3 .mwform-checkbox-field {
    width: 50%;
    font-size: 1.4rem;
  }
}
.formCnt .formInputBlock table td .col {
  margin: 0 0.5em;
}
.formCnt .formInputBlock table td .rowFl {
  display: flex;
  align-items: center;
  gap: 0 1em;
}
.formCnt .formInputBlock table td input[type=text],
.formCnt .formInputBlock table td input[type=email],
.formCnt .formInputBlock table td select,
.formCnt .formInputBlock table td textarea {
  width: 100%;
  max-width: 100%;
  font-size: clamp(1.7rem, 1.4vw, 100rem);
  padding: 1em;
  border: none;
  background-color: #1b3448 !important;
  box-sizing: border-box;
  color: white;
  border-radius: 3px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .formCnt .formInputBlock table td input[type=text],
  .formCnt .formInputBlock table td input[type=email],
  .formCnt .formInputBlock table td select,
  .formCnt .formInputBlock table td textarea {
    padding: 1em 0.5em;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .formCnt .formInputBlock table td input[type=text],
  .formCnt .formInputBlock table td input[type=email],
  .formCnt .formInputBlock table td select,
  .formCnt .formInputBlock table td textarea {
    padding: 1em 0.5em;
    font-size: 1.5rem;
  }
}
.formCnt .formInputBlock table td input[type=text]::placeholder,
.formCnt .formInputBlock table td input[type=email]::placeholder,
.formCnt .formInputBlock table td select::placeholder,
.formCnt .formInputBlock table td textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .formCnt .formInputBlock table td input[type=text]::placeholder,
  .formCnt .formInputBlock table td input[type=email]::placeholder,
  .formCnt .formInputBlock table td select::placeholder,
  .formCnt .formInputBlock table td textarea::placeholder {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .formCnt .formInputBlock table td input[type=text]::placeholder,
  .formCnt .formInputBlock table td input[type=email]::placeholder,
  .formCnt .formInputBlock table td select::placeholder,
  .formCnt .formInputBlock table td textarea::placeholder {
    font-size: 1.4rem;
  }
}
.formCnt .formInputBlock table td input[type=text]:nth-last-of-type(1),
.formCnt .formInputBlock table td input[type=email]:nth-last-of-type(1),
.formCnt .formInputBlock table td select:nth-last-of-type(1),
.formCnt .formInputBlock table td textarea:nth-last-of-type(1) {
  margin-bottom: 0;
}
.formCnt .formInputBlock table td input[type=text]:disabled,
.formCnt .formInputBlock table td input[type=email]:disabled,
.formCnt .formInputBlock table td select:disabled,
.formCnt .formInputBlock table td textarea:disabled {
  background-color: #f1f1f1;
}
.formCnt .formInputBlock table td input[type=radio],
.formCnt .formInputBlock table td input[type=checkbox] {
  width: 20px;
  height: 20px;
  vertical-align: -0.2em;
}
.formCnt .formInputBlock table td select {
  width: auto;
  font-size: 100%;
}
.formCnt .formInputBlock table td textarea {
  width: 100%;
  max-width: 100%;
  font-family: sans-serif;
  height: auto;
  max-height: initial;
}
.formCnt .formInputBlock table td input[name=郵便番号] {
  width: 9em;
  font-size: clamp(1.7rem, 1.4vw, 100rem);
  padding: 1em;
  box-sizing: border-box;
  border-radius: 3px;
  border: none;
  border: 1.5px solid #ccc;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .formCnt .formInputBlock table td input[name=郵便番号] {
    padding: 0.75em 0.5em;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .formCnt .formInputBlock table td input[name=郵便番号] {
    padding: 1em 0.5em;
    font-size: 1.5rem;
  }
}
.formCnt .formInputBlock table td input[name=郵便番号]::placeholder {
  color: rgba(53, 39, 36, 0.5);
}
.formCnt .formInputBlock table td input[type=email] {
  width: 100%;
  max-width: 100%;
}
.formCnt .formInputBlock table td .mwform-tel-field input,
.formCnt .formInputBlock table td .mwform-zip-field input {
  width: auto;
}
@media screen and (max-width: 767px) {
  .formCnt .formInputBlock table td .mwform-tel-field input,
  .formCnt .formInputBlock table td .mwform-zip-field input {
    width: calc(33.3333333333% - 1em);
    padding: 0.75em 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .formCnt .formInputBlock table td .mwform-radio-field {
    display: block;
    margin: 0;
    padding: 0 0 0.5em;
  }
}
.formCnt .formInputBlock table td .mwform-radio-field .mwform-radio-field-text {
  position: relative;
  cursor: pointer;
  padding-left: 40px;
}
.formCnt .formInputBlock table td .mwform-radio-field .mwform-radio-field-text::before,
.formCnt .formInputBlock table td .mwform-radio-field .mwform-radio-field-text::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.formCnt .formInputBlock table td .mwform-radio-field .mwform-radio-field-text::before {
  border: 1px solid white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 5px;
}
.formCnt .formInputBlock table td .mwform-radio-field .mwform-radio-field-text::after {
  background-color: #1c97e5;
  border-radius: 50%;
  opacity: 0;
  width: 14px;
  height: 14px;
  left: 9px;
}
.formCnt .formInputBlock table td .mwform-radio-field input:checked + .mwform-radio-field-text::after {
  opacity: 1;
}
.formCnt .formInputBlock table td .mwform-radio-field input {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}
.formCnt .formInputBlock table td input[type=checkbox] {
  appearance: none;
  display: none;
}
.formCnt .formInputBlock table td input[type=checkbox] + span:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f45c";
  display: inline-block;
  margin-right: 1em;
  font-weight: 400;
}
.formCnt .formInputBlock table td input[type=checkbox]:checked + span:before {
  content: "\f00c";
  font-weight: 400;
}
.formCnt .formInputBlock table td .cap {
  display: table;
  font-size: 1.4rem;
}
.formCnt .formInputBlock table td .error {
  font-size: clamp(1.3rem, 1.1vw, 100rem);
  color: #fffa7c !important;
}
.formCnt .btnWrap {
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 0 1em;
}
@media screen and (max-width: 767px) {
  .formCnt .btnWrap {
    gap: 0 0.5em;
  }
}
.formCnt .btnWrap input {
  padding: 1em 2.5em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: clamp(1.8rem, 1.5vw, 100rem);
  font-weight: 500;
  gap: 0 2.5em;
  box-sizing: border-box;
  border: none;
  cursor: pointer;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .formCnt .btnWrap input {
    min-width: initial;
    padding: 1em 1.5em;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .formCnt .btnWrap input {
    min-width: initial;
    padding: 1em 1.5em;
    font-size: 1.4rem;
  }
}
.formCnt .btnWrap input.send_btn, .formCnt .btnWrap input.send_btn2 {
  background-color: var(--color-primary);
  color: white;
}
.formCnt .btnWrap input.send_btn:disabled, .formCnt .btnWrap input.send_btn2:disabled {
  opacity: 0.5 !important;
  border: 1px solid #ccc;
}
.formCnt .btnWrap input.upd_btn {
  background-color: transparent;
  border: 1px solid white;
  color: white;
  opacity: 0.7;
}
.formCnt .pr-check {
  margin-top: 30px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.formCnt .pr-check input[type=radio],
.formCnt .pr-check input[type=checkbox] {
  width: 20px;
  height: 20px;
  vertical-align: -0.2em;
}
.formCnt .pr-check .mwform-checkbox-field {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .formCnt .pr-check .mwform-checkbox-field {
    font-size: 1.3rem;
  }
}
.formCnt .btm-txt {
  margin: 30px 0 0;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
}
.formCnt .privacy_wrap {
  margin: 0;
}
.formCnt .privacy_wrap .inp_mes {
  font-weight: bold;
}
.formCnt .privacy_wrap .error {
  margin-top: 10px;
  display: block;
  text-align: center;
}
.formCnt .privacy_wrap .error + .error {
  display: none !important;
}
.formCnt .privacy_wrap .privacy {
  width: 100%;
  max-width: 100%;
  height: 200px;
  margin: 35px auto 0;
  padding: 2.5em;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 1.3rem;
  text-align: left;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .formCnt .privacy_wrap .privacy {
    padding: 1.5em;
    font-size: 1.2rem;
  }
}
.formCnt .privacy_wrap .privacy p {
  margin: 0 0 15px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 767px) {
  .formCnt .privacy_wrap .privacy p {
    font-size: 1.2rem;
  }
}
.formCnt .privacy_wrap .privacy p.ttl {
  font-weight: bold;
}
.formCnt .mw_wp_form_input .btnWrap input.send_btn2 {
  display: none;
}
.formCnt .mw_wp_form_confirm .inp_mes {
  display: none;
}
.formCnt .mw_wp_form_confirm .privacy_wrap {
  display: none !important;
}
.formCnt .mw_wp_form_confirm .privacy {
  display: none !important;
}
.formCnt .mw_wp_form_confirm .conf_mes {
  display: block;
}
.formCnt .mw_wp_form_confirm .formInputBlock table th {
  padding-top: 1.75em !important;
}
.formCnt .mw_wp_form_confirm .formInputBlock table td .row {
  margin-top: 0;
}
.formCnt .mw_wp_form_confirm .formInputBlock table td .row--mailConf {
  display: none !important;
}
.formCnt .mw_wp_form_confirm .formInputBlock table td .row--example {
  display: none !important;
}
.formCnt .mw_wp_form_confirm .Notes {
  display: none !important;
}

.mw_wp_form_input .conf_mes {
  display: none;
}
.mw_wp_form_input .BtnArea input.send_btn2 {
  display: none !important;
}

.mw_wp_form_confirm .ContactLead {
  display: none;
}
.mw_wp_form_confirm .inpMes {
  display: none;
}
.mw_wp_form_confirm .conf_mes {
  display: table;
}
.mw_wp_form_confirm .FormParts .txt {
  display: none !important;
}
.mw_wp_form_confirm .FormParts .note-info {
  display: none !important;
}
.mw_wp_form_confirm .privacy_wrap {
  display: none !important;
}
.mw_wp_form_confirm .privacy {
  display: none !important;
}
.mw_wp_form_confirm .conf_mes {
  display: block;
}
.mw_wp_form_confirm .FormParts table td .row {
  margin-top: 0;
}
.mw_wp_form_confirm .formInputBlock table td .row {
  margin-top: 0;
}
.mw_wp_form_confirm .formInputBlock table td .row--mailConf {
  display: none !important;
}

.under-contact {
  margin-top: 50px;
}
.error-pink input[type=text],
.error-pink input[type=email],
.error-pink input[type=tel],
.error-pink input[type=url],
.error-pink select,
.error-pink textarea {
  background: #f3eaf3 !important;
}

#autozip {
  display: none !important;
}

/*!
page > single
------------------------------
*/
.PgNews {
  position: relative;
  z-index: 10;
}

.PostContent h1 {
  display: block;
  margin-bottom: 1em;
  font-size: clamp(3.2rem, 3.5vw, 100rem);
  font-weight: 600;
  position: relative;
  overflow: hidden;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .PostContent h1 {
    font-size: 2.4rem;
  }
}
.PostContent h2 {
  display: block;
  margin-bottom: 1em;
  font-size: clamp(2.5rem, 2.5vw, 100rem);
  font-weight: 600;
  position: relative;
  box-sizing: border-box;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .PostContent h2 {
    font-size: 2.2rem;
  }
}
.PostContent h2 a {
  text-decoration: none;
}
.PostContent h3 {
  display: block;
  margin-bottom: 1em;
  padding: 0.75em 0;
  font-size: clamp(2rem, 2vw, 100rem);
  font-weight: 600;
  border-bottom: 1px solid #ccc;
  position: relative;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .PostContent h3 {
    font-size: 1.9rem;
  }
}
.PostContent h3::after {
  content: "";
  display: inline-block;
  width: 200px;
  height: 1px;
  background-color: var(--color-primary);
  position: absolute;
  bottom: -1px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .PostContent h3::after {
    width: 100px;
  }
}
.PostContent h4 {
  margin-bottom: 1em;
  display: block;
  padding: 0.75em;
  font-size: clamp(1.6rem, 1.6vw, 100rem);
  font-weight: 600;
  line-height: 1.5;
  background-color: var(--color-primary-light);
}
@media screen and (max-width: 767px) {
  .PostContent h4 {
    font-size: 1.6rem;
  }
}
.PostContent img {
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .PostContent img {
    width: auto;
  }
}
.PostContent strong {
  font-weight: 800;
}
.PostContent p {
  margin: 0 0 3em;
}
.PostContent ul {
  margin: 0 0 3em;
}
.PostContent ul li {
  margin-left: 1em;
  list-style-type: disc;
}
.PostContent ol {
  margin: 0 0 3em;
}
.PostContent ol li {
  margin-left: 1em;
  list-style-type: decimal;
}
.PostContent table {
  width: 100%;
  margin: 0 0 3em;
  border-collapse: collapse;
  box-sizing: border-box;
}
.PostContent table th,
.PostContent table td {
  padding: 1em 2em;
  border: 2px solid white;
  box-sizing: border-box;
}
.PostContent table th {
  width: 25%;
  max-width: 25%;
  background-color: #f2f2f2;
  text-align: right;
}
.PostContent table td p,
.PostContent table td ul,
.PostContent table td ol {
  margin: 0 0 10px;
}
.PostContent table td p:last-child,
.PostContent table td ul:last-child,
.PostContent table td ol:last-child {
  margin-bottom: 0;
}
.PostContent iframe {
  display: block;
}
@media screen and (max-width: 767px) {
  .PostContent iframe {
    width: 100%;
    height: 220px;
  }
}

.pagenavi {
  display: flex;
  justify-content: center;
  margin-top: 70px;
  text-align: center;
  overflow: hidden;
  position: relative;
  gap: 0 1em;
}
@media screen and (max-width: 767px) {
  .pagenavi {
    margin-top: 30px;
  }
}
.pagenavi .nav.prev a::before {
  margin-right: 0.5em;
  font-family: "Font Awesome 5 Pro";
  content: "\f053";
  font-weight: normal;
  font-size: 1.3rem;
}
.pagenavi .nav.next a::after {
  margin-left: 0.5em;
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  font-weight: normal;
  font-size: 1.3rem;
}
.pagenavi .nav a {
  display: inline-block;
  margin: 0;
  padding: 0.5em 2em;
  text-decoration: none;
  color: #352724;
  font-size: 1.4rem;
  position: relative;
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .pagenavi .nav a {
    padding: 0.5em 1.5em;
    font-size: 1.3rem;
  }
}
.pagenavi .nav a:hover {
  opacity: 1;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: white;
}

.btm_pgnav {
  display: flex;
  justify-content: center;
  margin: 50px auto 0;
  gap: 0 0.5em;
}
.btm_pgnav a,
.btm_pgnav span {
  text-decoration: none;
  border: none;
  padding: 0;
  color: #352724;
  box-sizing: border-box;
  font-size: 1.4rem;
}
.btm_pgnav a.page-numbers, .btm_pgnav a.current,
.btm_pgnav span.page-numbers,
.btm_pgnav span.current {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-primary-light);
}
.btm_pgnav a.next, .btm_pgnav a.prev,
.btm_pgnav span.next,
.btm_pgnav span.prev {
  width: auto;
  background-color: transparent;
  border-radius: 0;
}
.btm_pgnav a.next:hover, .btm_pgnav a.prev:hover,
.btm_pgnav span.next:hover,
.btm_pgnav span.prev:hover {
  background-color: transparent;
  color: #352724;
  font-weight: normal;
}
.btm_pgnav a:hover,
.btm_pgnav span.current {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: white;
  font-weight: normal;
  opacity: 1;
  font-weight: bold;
}

.SinglePost {
  position: relative;
  background-color: white;
}
.SinglePost__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .SinglePost__inner {
    max-width: 90%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .SinglePost__inner {
    max-width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .SinglePost__inner {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .SinglePost__inner {
    padding: 0 7.5%;
  }
}
.SinglePost .PostWrap {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .SinglePost .PostWrap {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .SinglePost .PostWrap {
    padding: 7.5% 0;
  }
}
.SinglePost .PostHead {
  position: relative;
}
.SinglePost .PostHead::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #352724;
  position: absolute;
  bottom: 0;
  left: 0;
}
.SinglePost .PostHead__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: clamp(1.1rem, 0.9vw, 100rem);
  gap: 0 1em;
}
@media screen and (max-width: 767px) {
  .SinglePost .PostHead__meta {
    font-size: 1.1rem;
  }
}
.SinglePost .PostHead__meta span {
  line-height: 1.2;
}
.SinglePost .PostHead__meta .date {
  display: inline-flex;
  align-items: center;
  gap: 0 0.25em;
}
.SinglePost .PostHead__meta .cat a {
  font-size: clamp(1.1rem, 0.9vw, 100rem);
  display: block;
  padding: 0.5em 1em;
  border: 1px solid #999;
  pointer-events: none;
  text-decoration: none;
  color: #352724;
}
@media screen and (max-width: 767px) {
  .SinglePost .PostHead__meta .cat a {
    font-size: 1.1rem;
  }
}
.SinglePost .PostHead__column {
  display: flex;
  flex-direction: column;
}
.SinglePost .PostHead .SnsIcon {
  min-width: 130px;
}
@media screen and (max-width: 767px) {
  .SinglePost .PostHead .SnsIcon {
    min-width: initial;
  }
}

.NewsCnt {
  background-color: white;
  position: relative;
}
.NewsCnt--archive__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .NewsCnt--archive__inner {
    max-width: 90%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .NewsCnt--archive__inner {
    max-width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .NewsCnt--archive__inner {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .NewsCnt--archive__inner {
    padding: 0 7.5%;
  }
}
.NewsCnt__inner {
  padding: 0 15%;
}
@media screen and (max-width: 767px) {
  .NewsCnt__inner {
    padding: 0 7.5%;
  }
}
.NewsCnt__column {
  display: flex;
  flex-direction: column;
  gap: 1em 0;
}
.NewsCnt .NewsPost {
  padding-bottom: 1em;
}
.NewsCnt .NewsPost__column {
  display: flex;
  align-items: center;
  gap: 0 1em;
}
@media screen and (max-width: 767px) {
  .NewsCnt .NewsPost__column {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.NewsCnt .NewsPost .date {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  border-radius: 50px;
  padding: 0.35em 1em;
  font-size: clamp(0.9rem, 0.7vw, 100rem);
  letter-spacing: 0.1em;
}
.NewsCnt .NewsPost__link {
  color: #352724;
  text-decoration: none;
}

/*# sourceMappingURL=style.css.map */
