@charset "UTF-8";
/*!
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=Libre+Bodoni:ital,wght@0,400..700;1,400..700&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*!
global > color
------------------------------
*/
:root {
  --color-primary: #be8a3a;
  --color-primary-light: #e7e3db;
  --color-secondary: #27140e;
  --color-secondary-light: #FAF8F5;
  --color-link: #4895e6;
}

.white {
  color: white !important;
}

.blue {
  color: #0147af !important;
}

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

.red {
  color: #cd0000;
}

.yellow {
  color: #fff957;
}

.orange {
  color: #ff6d2d;
}

.brown {
  color: #be8a3a !important;
}

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

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

.f_notos, #toppg #content h1.topcopy-smp, #toppg #content p.leadcopy, .btmTxt, .Btn, .title-Lv1, .title-Lv2--2 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

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

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

/*!
global > adjustment
------------------------------
*/
/*!
global > effects
------------------------------
*/
#btm-btn a.pagetop, .Btn {
  -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 > base
------------------------------
*/
html,
body {
  min-height: 100%;
}

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

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

@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
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;
  }
}
.br-pc {
  display: block !important;
}
@media screen and (max-width: 100px) {
  .br-pc {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .br-pc {
    display: none !important;
  }
}

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

.br-sp {
  display: none !important;
}
@media screen and (max-width: 100px) {
  .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 (max-width: 100px) {
  .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 (max-width: 100px) {
  .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 (max-width: 100px) {
  .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 (max-width: 100px) {
  .u-ml5 {
    margin-left: 0.3846153846vw !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

.u-mlr25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}
@media screen and (max-width: 100px) {
  .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 (max-width: 100px) {
  .u-ptb {
    padding: 50px 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-ptb {
    padding: 50px 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-ptb35 {
  padding: 35px 0 !important;
}

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

.u-pt {
  padding-top: 100px !important;
}
@media screen and (max-width: 100px) {
  .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 (max-width: 100px) {
  .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-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 (max-width: 100px) {
  .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: 800;
}

.u-bold2 {
  font-weight: 900;
}

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

.u-txtMiddle {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .u-txtMiddle {
    font-size: 1.7rem;
  }
}

.u-txtMiddle2 {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .u-txtMiddle2 {
    font-size: 1.9rem;
  }
}

.u-txtLarge {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .u-txtLarge {
    font-size: 2rem;
  }
}

.u-txtLarge2 {
  font-size: 4.2rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .u-txtLarge2 {
    font-size: 2.2rem;
    line-height: 1.3;
    letter-spacing: -0.05em;
  }
}

.u-lt {
  text-decoration: line-through;
}

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

.u-uLine {
  border-bottom: 2px solid #cd0000;
}
@media screen and (max-width: 767px) {
  .u-uLine {
    padding-bottom: 0.5em;
  }
}

.u-outLine {
  padding: 0.5em;
  border: 3px solid #cd0000;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .u-outLine {
    padding-bottom: 0.5em;
  }
}

/*!
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;
  font-size: 3.6rem;
  font-weight: 600;
  color: var(--color-primary);
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .title-Lv1 {
    font-size: 3rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .title-Lv1--tokusho {
    font-size: 2.6rem;
    letter-spacing: initial;
  }
}
@media screen and (max-width: 767px) {
  .title-Lv1--smpSmall {
    font-size: 2.6rem;
    letter-spacing: initial;
  }
}

.title-Lv2 {
  display: flex;
  padding: 0.5em 0;
  padding-left: calc(20px + 1em);
  font-size: 2.2rem;
  font-weight: 600;
  border-bottom: 1px solid #c2ad94;
  position: relative;
}
@media screen and (max-width: 767px) {
  .title-Lv2 {
    padding-left: calc(14px + 1em);
    font-size: 2rem;
  }
}
.title-Lv2::before {
  content: "";
  display: block;
  width: 20px;
  height: 80%;
  background-color: var(--color-primary);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .title-Lv2::before {
    width: 14px;
  }
}
.title-Lv2--2 {
  font-size: 2.4rem;
  padding-left: calc(18px + 0.5em);
  color: var(--color-primary);
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .title-Lv2--2 {
    font-size: 2rem;
  }
}
.title-Lv2--2::before {
  width: 18px;
  height: auto;
  aspect-ratio: 1/1;
}

.title-Lv3 {
  display: flex;
  padding: 0.5em 0;
  font-size: 1.8rem;
  font-weight: 600;
  border-bottom: 1px solid #c2ad94;
}

/*!
component > btn
------------------------------
*/
.Btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  background-color: var(--color-primary);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  min-width: 560px;
  padding: 1em;
  box-sizing: border-box;
  letter-spacing: 0.1em;
  min-height: 80px;
}
@media screen and (max-width: 767px) {
  .Btn {
    display: flex;
    width: 100%;
    font-size: 1.2rem;
    min-width: initial;
  }
}
.Btn em {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .Btn em {
    font-size: 1.6rem;
  }
}
.Btn:hover {
  transform: scale(1.05);
}

.ctaBtn {
  padding: 1.5em 0;
  display: inline-flex;
  justify-content: center;
  min-width: 680px;
  align-items: center;
  gap: 20px;
  border-radius: 15px;
  background: linear-gradient(180deg, #2fb357 0%, #239a49 100%);
  color: white;
  text-decoration: none;
  border: 1.5px solid #017c18;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25), inset 0 2px 4px rgba(255, 255, 255, 0.2);
  transition: 0.3s;
  box-sizing: border-box;
  animation: ctaPulse 1.5s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .ctaBtn {
    padding: 1em 0.35em;
    min-width: initial;
    gap: 0 10px;
  }
}
.ctaBtn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3), inset 0 2px 4px rgba(255, 255, 255, 0.25);
}
.ctaBtn__icon {
  width: 70px;
  min-width: 70px;
  height: 70px;
  flex-shrink: 0;
  border-radius: 50%;
  background: linear-gradient(90deg, #fde49c 0%, #fffdf6, #fde49c 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.15), 0 2px 6px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .ctaBtn__icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
}
.ctaBtn__triangle {
  width: 0;
  height: 0;
  border-left: 18px solid #000;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  margin-left: 4px;
}
@media screen and (max-width: 767px) {
  .ctaBtn__triangle {
    position: relative;
    transform: scale(0.8);
  }
}
.ctaBtn__text {
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .ctaBtn__text {
    font-size: 2rem;
    letter-spacing: -0.025em;
  }
}

@keyframes ctaPulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.04);
  }
  100% {
    transform: scale(1);
  }
}
.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;
}
.listDisc li .close {
  display: inline-block;
  width: 42px;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
}

.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.5em 0;
}
.NotesCnt--end {
  align-items: flex-end;
}

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

.ListPtn-1 li {
  margin-bottom: 1em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.25em 1.5em;
  font-weight: 700;
  position: relative;
  background-color: #0e79cd;
  box-shadow: 6px 6px 0px rgba(14, 121, 205, 0.25);
  line-height: 1.3;
  position: relative;
  color: white;
  gap: 0.5em 0;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .ListPtn-1 li {
    padding: 1em;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35em 0;
    font-size: 1.9rem;
  }
}
.ListPtn-1 li::before {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 1/1;
  box-sizing: border-box;
  border-top: 1px solid white;
  border-left: 1px solid white;
  position: absolute;
  top: 10px;
  left: 10px;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .ListPtn-1 li::before {
    width: 20px;
    top: 6px;
    left: 6px;
  }
}
.ListPtn-1 li::after {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 1/1;
  box-sizing: border-box;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  position: absolute;
  bottom: 10px;
  right: 10px;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .ListPtn-1 li::after {
    width: 20px;
    bottom: 6px;
    right: 6px;
  }
}
.ListPtn-1 li em {
  min-width: 100px;
  box-sizing: border-box;
  padding: 0.25em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #3f2e0c;
  background-color: #cd0000;
  font-size: 2rem;
  color: white;
}
@media screen and (max-width: 767px) {
  .ListPtn-1 li em {
    font-size: 1.6rem;
    min-width: 80px;
  }
}
.ListPtn-1 li .Icon {
  display: block;
  width: 32px;
}
.ListPtn-1--mark li {
  padding-left: calc(32px + 1.5em);
}
@media screen and (max-width: 767px) {
  .ListPtn-1--mark li {
    padding-left: calc(26px + 0.5em);
  }
}
.ListPtn-1--mark li .Icon {
  width: 32px;
  position: absolute;
  top: 1.35em;
  left: 1em;
}
@media screen and (max-width: 767px) {
  .ListPtn-1--mark li .Icon {
    width: 26px;
    position: absolute;
    top: 1em;
    left: 0.35em;
  }
}
.ListPtn-1--2 li {
  padding: 1em;
  font-size: 2.8rem;
  font-weight: 900 !important;
}
@media screen and (max-width: 767px) {
  .ListPtn-1--2 li {
    font-size: 1.9rem;
    letter-spacing: -0.025em;
  }
}

.ListPtn-2 li {
  margin-bottom: 0.75em;
  display: flex;
  font-size: 2.2rem;
  font-weight: 500;
  position: relative;
  border: 1px solid #0147af;
  border-radius: 6px;
  padding: 0.75em;
  padding-left: calc(12px + 1.5em);
  background-color: #f4f7fc;
  box-shadow: 4px 4px 0px rgba(1, 71, 175, 0.15);
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .ListPtn-2 li {
    font-size: 1.8rem;
    padding-left: calc(8px + 1.25em);
  }
}
.ListPtn-2 li::before {
  content: "";
  display: block;
  min-width: 12px;
  width: 12px;
  aspect-ratio: 1/1;
  background-color: #0147af;
  border-radius: 50%;
  position: absolute;
  top: 1.25em;
  left: 1em;
}
@media screen and (max-width: 767px) {
  .ListPtn-2 li::before {
    width: 8px;
    min-width: 8px;
    top: 1.15em;
    left: 0.75em;
  }
}

.checkList {
  display: inline-flex;
  flex-direction: column;
}
.checkList li {
  margin-bottom: 0.75em;
  padding-right: 2.5em;
  padding-bottom: 0.5em;
  padding-left: calc(42px + 0.5em);
  position: relative;
  line-height: 1.5;
  box-sizing: border-box;
  border-bottom: 1px dashed #ccc;
}
@media screen and (max-width: 767px) {
  .checkList li {
    padding-left: calc(24px + 0.5em);
  }
}
.checkList li i {
  font-size: 3.5rem;
  color: #0e79cd;
  position: absolute;
  top: 0.15em;
  left: 0;
}
.checkList li .icon {
  display: block;
  width: 42px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .checkList li .icon {
    width: 24px;
    top: 0.15em;
  }
}
.checkList--2 {
  display: flex;
  flex-direction: row;
  gap: 0 1em;
}
@media screen and (max-width: 767px) {
  .checkList--2 {
    gap: 0 0.5em;
  }
}
.checkList--2 li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1em 0;
  width: calc(33.3333333333% - 0.6666666667em);
  background-color: #0147af;
  background-image: linear-gradient(45deg, #0147af, #0e79cd);
  color: white;
  gap: 0 0.5em;
  border: none;
}
@media screen and (max-width: 767px) {
  .checkList--2 li {
    width: calc(33.3333333333% - 0.3333333333em);
    gap: 0 0.25em;
  }
}
.checkList--2 li .icon {
  position: relative;
  width: 26px;
}
@media screen and (max-width: 767px) {
  .checkList--2 li .icon {
    width: 18px;
  }
}

.table-1 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: white;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #ccc;
}
.table-1::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 8px solid #0daade;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  box-sizing: border-box;
  display: none;
}
.table-1 {
  box-shadow: 10px 10px 12px rgba(18, 44, 83, 0.25);
}
.table-1 th,
.table-1 td {
  padding: 1em 0.5em;
  position: relative;
  box-sizing: border-box;
  letter-spacing: -0.025em;
}
@media screen and (max-width: 767px) {
  .table-1 th,
  .table-1 td {
    padding: 0.75em 0.25em;
    line-height: 1.2;
    font-size: 1.3rem;
    letter-spacing: -0.05em;
  }
}
.table-1 th:nth-of-type(2), .table-1 th:nth-of-type(3),
.table-1 td:nth-of-type(2),
.table-1 td:nth-of-type(3) {
  width: 42.5%;
}
@media screen and (max-width: 767px) {
  .table-1 th:nth-of-type(2), .table-1 th:nth-of-type(3),
  .table-1 td:nth-of-type(2),
  .table-1 td:nth-of-type(3) {
    width: 40%;
  }
}
.table-1 th {
  background: #0daade;
  font-weight: 600;
  color: white;
}
.table-1 th:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.table-1 th:nth-of-type(1) {
  background: rgba(13, 170, 222, 0.5);
}
.table-1 th:nth-of-type(2) {
  background: rgba(13, 170, 222, 0.7);
}
.table-1 th:last-child::after {
  display: none;
}
.table-1 td {
  vertical-align: middle !important;
  border-bottom: 1px solid #ccc;
}
.table-1 td:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #ccc;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.table-1 td:last-child::after {
  display: none;
}
.table-1 td:nth-of-type(2) {
  padding-left: 1.5em;
  text-align: left !important;
  background-color: #f8f8f8;
}
.table-1 td:nth-of-type(3) {
  padding-left: 1em;
  text-align: left !important;
  background-color: #fffcec;
  font-weight: 700;
  color: var(--color-primary);
}
@media screen and (max-width: 767px) {
  .table-1 td:nth-of-type(3) {
    padding-left: 2em;
  }
}
.table-1 td i {
  margin-right: 0.35em;
  font-size: 2.1rem;
}
@media screen and (max-width: 767px) {
  .table-1 td i {
    margin-right: 0;
    font-size: 1.7rem;
    position: absolute;
    top: 50%;
    left: 0.35em;
    transform: translateY(-50%);
  }
}
.table-1 td .check {
  display: inline-block;
  width: 20px;
  aspect-ratio: 1/1;
  object-fit: contain;
  object-position: center;
  margin-right: 0.35em;
}
@media screen and (max-width: 767px) {
  .table-1 td .check {
    margin-right: 0;
    width: 14px;
    position: absolute;
    top: 50%;
    left: 0.35em;
    transform: translateY(-50%);
  }
}
.table-1 td .fa-xmark {
  color: #cd0000;
}
.table-1 td .fa-check {
  color: #1E7E71;
}
.table-1 tr:last-child th,
.table-1 tr:last-child td {
  border-bottom: none;
}

.pointList {
  max-width: 100%;
  padding: 1.5em;
  background: #f8f8f8;
  border-radius: 5px;
  box-sizing: border-box;
  border: 1px solid rgba(204, 204, 204, 0.5);
  box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .pointList {
    padding: 1em;
  }
}
.pointList ul li {
  position: relative;
  padding-left: 1.5em;
  font-size: 2.4rem;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .pointList ul li {
    font-size: 1.8rem;
    padding-left: 1.25em;
    letter-spacing: -0.025em;
  }
}
.pointList ul li::before {
  content: "➤";
  position: absolute;
  left: 0;
  top: 0.05em;
  font-size: 2.2rem;
  color: #0147af;
  font-weight: bold;
  transform: rotate(0deg);
}
@media screen and (max-width: 767px) {
  .pointList ul li::before {
    font-size: 1.8rem;
  }
}
.pointList ul li + li {
  margin-top: 0.25em;
}

.conceptList {
  max-width: 720px;
  margin: 0 auto;
}

.conceptList ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-left: 2px solid #ddd;
}

.conceptList li {
  position: relative;
  padding: 14px 0 14px 28px;
  font-size: clamp(2rem, 2.4vw, 2.8rem);
  line-height: 1.7;
  font-weight: 500;
  color: #111;
  letter-spacing: 0.05em;
}

/* ドット */
.conceptList li::before {
  content: "";
  position: absolute;
  left: -7px;
  top: 50%;
  width: 10px;
  height: 10px;
  background: #1c3f94;
  border-radius: 50%;
  transform: translateY(-50%);
}

/* 少し間隔 */
.conceptList li + li {
  margin-top: 8px;
}

/*!
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;
  }
}

.scheduleTable th, .scheduleTable td {
  padding: 0.5em 1.5em;
  font-size: 2.4rem;
  font-weight: 500;
  background-color: white;
  border: 1px solid #999;
  line-height: 1.5;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .scheduleTable th, .scheduleTable td {
    padding: 0.5em;
    font-size: 1.6rem;
    letter-spacing: -0.025em;
  }
}
.scheduleTable td:nth-of-type(1) {
  background-color: #f3f3f3;
}
/*!
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: #141414;
  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: #0147af;
  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: #9bbf00;
  border: 1px solid #9bbf00;
  font-size: 1.1rem;
}
.mv-modal .iziModal-content .close-btn {
  font-size: 2.4rem;
  position: absolute;
  top: 20px;
  right: 20px;
  color: #141414;
}
@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: rgba(20, 20, 20, 0.1);
  border-radius: 50px;
}

@media screen and (max-width: 767px) {
  .TableScroll {
    width: 100%;
    padding-bottom: 25px;
    position: relative;
    overflow-x: scroll;
  }
}
/*!
layout > header
------------------------------
*/
.smpHeader {
  display: none;
}

@media (max-width: 767px) {
  .smpHeader {
    display: block;
    width: 100%;
    position: relative;
    z-index: 30;
    box-sizing: border-box;
  }
  .smpHeader .menuToggle {
    display: flex;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 1px solid rgba(151, 191, 221, 0.75);
    border-radius: 0 0 0 5px;
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(6px);
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 101;
    box-shadow: 0 8px 20px rgba(111, 154, 187, 0.18);
  }
  .smpHeader .menuToggle span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    background: #6ea8cf;
    transition: 0.3s ease;
  }
  .smpHeader .menuToggle span.menu {
    width: auto;
    height: auto;
    background: transparent;
    font-size: 0.8rem;
    font-weight: 600;
    color: #6ea8cf;
    letter-spacing: 0.08em;
    position: relative;
    top: 0.1em;
  }
  .smpHeader .navWrap {
    position: fixed;
    top: 0;
    right: 0;
    width: min(86%, 360px);
    height: 100vh;
    padding: 70px 20px 30px;
    box-sizing: border-box;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.35s ease;
    z-index: 100;
    background-color: #e0eff9;
  }
  .smpHeader .nav {
    width: 100%;
  }
  .smpHeader .nav__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    margin: 0;
    padding: 0;
    align-items: stretch;
  }
  .smpHeader .nav__item {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
  }
  .smpHeader .nav__item > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 64px;
    padding: 0 18px;
    font-size: 1.7rem;
    font-weight: 800;
    font-family: "Noto Sans JP", sans-serif;
    border-radius: 4px;
    background-color: white;
    color: #45657f;
    text-decoration: none;
    line-height: 1;
    box-sizing: border-box;
    gap: 0.5em 0;
    box-shadow: 3px 3px 10px rgba(111, 154, 187, 0.35);
  }
  .smpHeader .nav__item > a small {
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
  }
  .smpHeader .nav__item > a:hover {
    background: rgba(255, 255, 255, 0.94);
    color: #3c5b73;
  }
  .smpHeader .nav__item.has-child > a {
    padding-right: 18px;
  }
  .smpHeader .nav__item.has-child > a::after {
    display: none;
  }
  .smpHeader .nav__item.open .nav__sub {
    display: block;
  }
  .smpHeader .nav__item.open .nav__toggle::after {
    opacity: 0;
  }
  .smpHeader .nav__sub {
    position: static;
    display: none;
    width: 100%;
    padding: 8px;
    margin-top: 8px;
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(151, 191, 221, 0.45);
    border-radius: 6px;
    box-shadow: none;
    backdrop-filter: blur(4px);
    box-sizing: border-box;
  }
  .smpHeader .nav__sub li a {
    display: block;
    padding: 12px 16px;
    color: #45657f;
    font-size: 1.4rem;
    text-decoration: none;
    border-radius: 10px;
  }
  .smpHeader .nav__sub li a:hover {
    background: rgba(143, 200, 235, 0.16);
    color: #2f536f;
  }
  .smpHeader .nav__toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 54px;
    border: none;
    background: none;
    cursor: pointer;
  }
  .smpHeader .nav__toggle::before, .smpHeader .nav__toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    background: #6ea8cf;
    transform: translate(-50%, -50%);
    transition: 0.3s ease;
  }
  .smpHeader .nav__toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .smpHeader.is-open .navWrap {
    transform: translateX(0);
    box-shadow: -10px 0 24px rgba(111, 154, 187, 0.35);
  }
  .smpHeader.is-open .menuToggle span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .smpHeader.is-open .menuToggle span:nth-child(2) {
    opacity: 0;
  }
  .smpHeader.is-open .menuToggle span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}
/*!
page > common
------------------------------
*/
.imgBox {
  display: block;
  width: 100%;
}
.imgBox img {
  display: block;
  width: 100%;
}
.imgBox img.ptn1 {
  object-fit: cover;
  aspect-ratio: 5/3.25;
}

/*!
page > smp
------------------------------
*/
@media screen and (max-width: 767px) {
  html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }
}

@media screen and (max-width: 767px) {
  #wrapper {
    width: 100%;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  #content {
    float: none;
    display: block;
    background: url(img/smp/main_bk.webp) no-repeat top;
    background-size: contain;
  }
}

@media screen and (max-width: 767px) {
  #footer p.copyright {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  #toppg #content h1.topcopy {
    display: none;
  }
}

#toppg #content h1.topcopy-smp {
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  min-height: 200px;
  text-shadow: 0px 0px 10px #1672c8, 0px 0px 10px #1672c8, 0px 0px 10px #1672c8;
  line-height: 1.3;
  display: none;
  box-sizing: border-box;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  #toppg #content h1.topcopy-smp {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  #toppg #content p.leadcopy {
    height: auto;
    display: flex;
    justify-content: center;
    text-align: center;
    background: none;
    text-indent: 0;
    font-size: 1.8rem;
    font-weight: 600;
    text-shadow: 0px 0px 10px white, 0px 0px 10px white, 0px 0px 10px white;
    line-height: 1.5;
  }
}

.csboxWrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .csboxWrap {
    flex-direction: column;
    align-items: center;
    gap: 35px 0;
  }
}

@media screen and (max-width: 767px) {
  #contentspg #content .ct_inner {
    margin: 0 !important;
    background: none;
    background-color: white;
  }
}

@media screen and (max-width: 767px) {
  #contentspg .header {
    width: 100%;
    margin: 0;
    float: none;
    display: flex;
    align-items: center;
    min-height: 80px;
    box-shadow: 0 0 4px rgba(79, 99, 111, 0.6);
    box-sizing: border-box;
    padding: 0 3.5%;
    position: relative;
    z-index: 20;
    background-image: linear-gradient(180deg, white 70%, #eaf1f6);
  }
}

@media screen and (max-width: 767px) {
  #contentspg .header h1 {
    display: block;
    width: 240px;
    height: 43px;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  #contentspg.tatebayashi .header {
    border-top: 7px solid #2c6921;
  }
}

@media screen and (max-width: 767px) {
  #contentspg.tatebayashi .header h1 {
    background: url(tatebayashi/img/logo.webp) no-repeat;
    background-size: contain;
  }
}

@media screen and (max-width: 767px) {
  #contentspg.sano .header {
    border-top: 7px solid #f8712f;
  }
}

@media screen and (max-width: 767px) {
  #contentspg.sano .header h1 {
    background: url(sano/img/logo.webp) no-repeat;
    background-size: contain;
  }
}

@media screen and (max-width: 767px) {
  #contentspg.hanayama .header {
    border-top: 7px solid #585858;
  }
}

@media screen and (max-width: 767px) {
  #contentspg.hanayama .header h1 {
    background: url(hanayama/img/logo.webp) no-repeat;
    background-size: contain;
  }
}

@media screen and (max-width: 767px) {
  #contentspg .header .telbox {
    display: none;
  }
}

.Layout {
  display: flex;
  justify-content: space-between;
  width: 100%;
  width: 860px;
  margin: 10px auto 0;
}
@media screen and (max-width: 767px) {
  .Layout {
    width: 100%;
    flex-direction: column-reverse;
    box-sizing: border-box;
    margin: 0;
    gap: 25px 0;
  }
}

@media screen and (max-width: 767px) {
  #content #mainct {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #content .sidebox {
    width: 100%;
    box-sizing: border-box;
    padding: 0 3.5%;
  }
}

@media screen and (max-width: 767px) {
  .tatebayashi #content .sidebox .gmenubox {
    border-radius: 7px;
    background: none;
    background-image: linear-gradient(45deg, #2c6921, #4e893f);
  }
}

@media screen and (max-width: 767px) {
  .sano #content .sidebox .gmenubox {
    border-radius: 7px;
    background: none;
    background-image: linear-gradient(45deg, #e6621c, #f1903e);
  }
}

@media screen and (max-width: 767px) {
  .hanayama #content .sidebox .gmenubox {
    border-radius: 7px;
    background: none;
    background-image: linear-gradient(45deg, #6e6e6e, #9c9c9c);
  }
}

#content .sidebox .gmenubox {
  width: 100%;
  height: 283px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #content .sidebox .gmenubox {
    margin: 0 auto;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  #content .sidebox .gmenubox ul.gmenu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  #content .sidebox .gmenubox ul.gmenu li {
    width: 50%;
    height: auto;
    margin: 0 !important;
    padding: 0 !important;
    text-indent: 0;
    font-size: 1.6rem;
    font-weight: bold;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 767px) {
  #content .sidebox .gmenubox ul.gmenu li:nth-of-type(2n) {
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  #content .sidebox .gmenubox ul.gmenu li:nth-of-type(5) {
    border-bottom: none;
  }
}

@media screen and (max-width: 767px) {
  #content .sidebox .gmenubox ul.gmenu li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    padding: 0.5em 0;
  }
}
#content .sidebox .gmenubox ul.gmenu li a:hover {
  background: none;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .tatebayashi #content .sidebox .gmenubox ul.gmenu li a:hover {
    background: none;
  }
}

@media screen and (max-width: 767px) {
  #content .sidebox p.toplink {
    width: 220px;
    margin: 25px auto 0;
  }
}

@media screen and (max-width: 767px) {
  #content .sidebox p.toplink a {
    width: 100%;
    box-sizing: border-box;
    padding: 1em;
  }
}

@media screen and (max-width: 767px) {
  #content #mainct h2.mainimg {
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  .tatebayashi #content #mainct h2.mainimg,
  .sano #content #mainct h2.mainimg,
  .hanayama #content #mainct h2.mainimg {
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  #contentspg #content #mainct h2.pgtitle {
    height: 55px;
    border-bottom: 1px solid rgba(147, 181, 199, 0.5);
  }
}

@media screen and (max-width: 767px) {
  .tatebayashi #content.gaiyo #mainct h2.pgtitle {
    background: url(tatebayashi/img/gaiyo/title.png) no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .sano #content.gaiyo #mainct h2.pgtitle {
    background: url(sano/img/gaiyo/title.png) no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .hanayama #content.gaiyo #mainct h2.pgtitle {
    background: url(hanayama/img/gaiyo/title.png) no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .tatebayashi #content.access #mainct h2.pgtitle {
    background: url(tatebayashi/img/access/title.png) no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .sano #content.access #mainct h2.pgtitle {
    background: url(sano/img/access/title.png) no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .hanayama #content.access #mainct h2.pgtitle {
    background: url(hanayama/img/access/title.png) no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .tatebayashi #content.privacy #mainct h2.pgtitle {
    background: url(tatebayashi/img/privacy/title.png) no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .sano #content.privacy #mainct h2.pgtitle {
    background: url(sano/img/privacy/title.png) no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .hanayama #content.privacy #mainct h2.pgtitle {
    background: url(hanayama/img/privacy/title.png) no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .tatebayashi #content.price #mainct h2.pgtitle {
    background: url(tatebayashi/img/price/title.png) no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .sano #content.price #mainct h2.pgtitle {
    background: url(sano/img/price/title.png) no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .hanayama #content.price #mainct h2.pgtitle {
    background: url(hanayama/img/price/title.png) no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  #content #mainct h3.sublb {
    display: block;
    width: 100%;
    margin: 20px 0 0;
    padding: 0.75em;
    box-sizing: border-box;
    font-size: 1.6rem;
    line-height: 1.3;
  }
}

@media screen and (max-width: 767px) {
  #content #mainct p {
    margin: 25px 0 0;
  }
}

#content #mainct .mainct__inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  #content #mainct .mainct__inner {
    padding: 3.5%;
  }
}
#content #mainct .mainct__inner .csImg {
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50px;
  right: 35px;
  width: 150px;
}
@media screen and (max-width: 767px) {
  #content #mainct .mainct__inner .csImg {
    width: 110px;
    right: 3.5%;
  }
}
#content #mainct .mainct__inner .csImg img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #content #mainct p.pan {
    display: block;
    margin: 1em 0 0;
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 767px) {
  #content #mainct table.tb1 {
    margin: 25px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #content #mainct table.tb1 th,
  #content #mainct table.tb1 td {
    display: block;
    box-sizing: border-box;
    padding: 0.75em 1em;
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  #content #mainct table.tb1 th {
    background-color: #f2f2f2;
    border-top: 1px solid #ccc;
  }
}

@media screen and (max-width: 767px) {
  .tatebayashi #content.top .greeting,
  .sano #content.top .greeting,
  .hanayama #content.top .greeting {
    margin: 10px auto;
    float: none;
    display: block;
    padding: 0 3.5%;
    box-sizing: border-box;
  }
}

.gallery-Section {
  display: flex;
  flex-wrap: wrap;
  padding: 0 3.5%;
}
@media screen and (max-width: 767px) {
  .gallery-Section {
    padding: 0;
  }
}
.gallery-Section--col3 {
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .gallery-Section--col3 {
    gap: 6px;
  }
}
.gallery-Section--col3 figure {
  display: block;
  width: calc(33.3333333333% - 13.3333333333px);
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .gallery-Section--col3 figure {
    width: calc(33.3333333333% - 4px);
  }
}
.gallery-Section--col3 figure img {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  object-fit: cover;
  aspect-ratio: 5/3.75;
}
.gallery-Section--col3 figure figcaption {
  margin-top: 0.5em;
  display: block;
  text-align: center;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .gallery-Section--col3 figure figcaption {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  #content #mainct p.pagetop {
    display: none;
  }
}

.smpCta {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 15px 0;
  line-height: 1.3;
  display: none;
}
@media screen and (max-width: 767px) {
  .smpCta {
    display: flex;
  }
}
.smpCta .tel {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.8rem;
  font-weight: 800;
  color: #ef2727;
  gap: 0 0.35em;
}
.smpCta .mail {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 700;
  gap: 0 0.35em;
}

#btm-btn {
  position: fixed;
  bottom: 0.5em;
  right: 0.5em;
  z-index: 71;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s;
}
#btm-btn.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#btm-btn a.pagetop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 42px;
  aspect-ratio: 1/1;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.1;
  background-color: white;
  border: 1px solid #6ea8cf;
  color: #6ea8cf;
  border-radius: 50%;
  box-shadow: 2px 2px 4px rgba(128, 181, 213, 0.5);
}
#btm-btn a.pagetop .label {
  font-size: 8px;
}
@media screen and (max-width: 767px) {
  #content.access iframe.map {
    width: 100%;
    height: 240px;
  }
}

@media screen and (max-width: 767px) {
  .table-scroll {
    position: relative;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.table-scroll__hint {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
  aspect-ratio: 5/4;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 5px;
  z-index: 5;
  pointer-events: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.3s ease;
  display: none;
}
@media screen and (max-width: 767px) {
  .table-scroll__hint {
    display: flex;
  }
}
.table-scroll__arrows {
  font-size: 1.8rem;
  line-height: 1;
}
.table-scroll__hand {
  font-size: 2.4rem;
  line-height: 1;
}
.table-scroll.is-scrolled .table-scroll__hint {
  opacity: 0;
  visibility: hidden;
}

.tatebayashi #content.price table.pricetb,
.sano #content.price table.pricetb,
.hanayama #content.price table.pricetb {
  margin: 25px 15px;
  padding: 0;
  border-collapse: collapse;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
@media screen and (max-width: 767px) {
  .tatebayashi #content.price table.pricetb,
  .sano #content.price table.pricetb,
  .hanayama #content.price table.pricetb {
    width: 100% !important;
    min-width: 560px;
    margin: 25px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .tatebayashi #content.price table.pricetb th,
  .tatebayashi #content.price table.pricetb td,
  .sano #content.price table.pricetb th,
  .sano #content.price table.pricetb td,
  .hanayama #content.price table.pricetb th,
  .hanayama #content.price table.pricetb td {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem !important;
    font-weight: 500;
    padding: 0.5em 0.25em;
    box-sizing: border-box;
    line-height: 1.2;
    letter-spacing: -0.025em;
  }
}
@media screen and (max-width: 767px) {
  .tatebayashi #content.price table.pricetb--2,
  .sano #content.price table.pricetb--2,
  .hanayama #content.price table.pricetb--2 {
    min-width: initial;
  }
}
@media screen and (max-width: 767px) {
  .hanayama #content.price img.price1 {
    margin-top: 25px;
    width: 100%;
    height: auto;
  }
}

.hanayama #content.price .subboxWrap {
  display: flex;
  gap: 0 20px;
  padding: 0 3.5%;
}
@media screen and (max-width: 767px) {
  .hanayama #content.price .subboxWrap {
    flex-direction: column;
    gap: 25px 0;
    padding: 0;
  }
}
.hanayama #content.price .subboxWrap .subbox {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  border: 1px solid #cccccc;
}
@media screen and (max-width: 767px) {
  .hanayama #content.price .subboxWrap .subbox {
    width: 100%;
    padding: 1em;
  }
}
.hanayama #content.price .subboxWrap .subbox p {
  margin: 1em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .hanayama #content.price .subboxWrap .subbox p {
    margin: 0.5em !important;
  }
}
.hanayama #content.price .subboxWrap .subbox p.lb {
  border-top: 2px solid #ca5765;
  padding-top: 0.5em;
  padding-left: 4px;
  color: #72333e;
}
.hanayama #content.price .subboxWrap .subbox p.renraku {
  margin: 12px;
  padding: 4px;
  background-color: #fffdf5;
  border: 1px solid #cabaaf;
  color: #4c3023;
}
@media screen and (max-width: 767px) {
  .hanayama #content.price .subboxWrap .subbox p.renraku {
    font-size: 1.4rem !important;
    margin-top: 35px !important;
  }
}
.hanayama #content.price .subboxWrap .subbox.subbox2 p.lb {
  margin: 2px;
  border-top: 2px solid #3e74a7;
  padding-top: 0.5em;
  padding-left: 4px;
  color: #2f5477;
}

.btmTxt {
  display: block;
  padding: 1.5em;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .btmTxt {
    padding: 1em 0;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

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