@charset "UTF-8";
/*
Theme Name: kaitori-lp
Theme URI:
Description: kaitori-lp
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=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");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
/*!
global > color
------------------------------
*/
:root {
  --color-primary: #ffd900;
  --color-primary-light: #e7e3db;
  --color-secondary: #0093C9;
  --color-secondary-light: #FAF8F5;
  --color-link: #4895e6;
}

.white {
  color: white !important;
}

.blue {
  color: #0093C9 !important;
}

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

.red {
  color: #d20c0c;
}

.yellow {
  color: #ffd900;
}

.orange {
  color: #ff9600;
}

.brown {
  color: #998679 !important;
}

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

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

.f_zen {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
}

.f_notos {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

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

.f_inter, .PostHead__meta .date, .NewsCard__meta .date, .GnavDrawer__tel span, .News .NewsPost .date, .ReasonCard__no, .Footer__tel {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

.f_ads, .title-Lv1 {
  font-family: "ads-showwa80", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*!
global > adjustment
------------------------------
*/
/*!
global > effects
------------------------------
*/
.NewsNav__link, .NewsNav__back, .NewsCard, .MiddleBtn, .formCnt .btnWrap input, .LpHeaderBtn, .GlobalNav__list li a, .GnavDrawer__list li a, .CtaSet__btn, .FixCta__btn, .News .swiper .swiper-slide img, .News .NewsPost__link, .SateiCard__btn, .sideCnt .sideNav li a::after, #btm-btn a.pagetop, .SnsMenu .Icon, .CtaBtn, .linkBtn, .linkTxt {
  -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: 100px; /* ベースでも入れておく */
}

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

body {
  font-family: var(--font-family-base);
  font-size: 2rem;
  font-weight: 500;
  color: #352724;
  line-height: 1.8;
  background-color: var(--color-primary);
  animation: fadeIn 0.25s ease 0s 1 normal;
  min-width: 1100px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
    line-height: 1.6;
    min-width: initial;
  }
}
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: #0f62a3;
  word-wrap: break-word;
}
a.noLink {
  pointer-events: none;
}
a.anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}
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 (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-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-pt0 {
  padding-top: 0px !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-ptb0 {
    padding: 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-pb70 {
    padding-bottom: 70px !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-txtSmall {
  font-size: 1.4rem;
}

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

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

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

.u-btmMaker {
  display: inline;
  background: linear-gradient(transparent 60%, #fae9ed 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: inline-flex;
  flex-direction: column;
  align-items: center;
  font-size: 4.8rem;
  letter-spacing: -0.05em;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .title-Lv1 {
    font-size: 3.2rem;
    letter-spacing: -0.1em;
  }
}
.title-Lv1 .label {
  position: relative;
}
@media screen and (max-width: 767px) {
  .title-Lv1 .label {
    display: block;
  }
}
.title-Lv1 .label--2 {
  font-size: 5rem;
  letter-spacing: initial;
}
@media screen and (max-width: 767px) {
  .title-Lv1 .label--2 {
    font-size: 2.7rem;
  }
}
.title-Lv1 .label em {
  font-size: 7rem;
}
@media screen and (max-width: 767px) {
  .title-Lv1 .label em {
    font-size: 4rem;
  }
}
.title-Lv1 .label small {
  font-size: 3.2rem;
  font-weight: 800;
  letter-spacing: initial;
}
@media screen and (max-width: 767px) {
  .title-Lv1 .label small {
    display: block;
    font-size: 2.3rem;
    line-height: 1.3;
  }
}

.title-Lv2 {
  display: inline-flex;
  justify-content: center;
  position: relative;
  color: var(--color-primary);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .title-Lv2 {
    align-items: center;
    font-size: 2.3rem;
    line-height: 1.4;
  }
}
.title-Lv2--News {
  color: #352724;
}
.title-Lv2--News a {
  color: #352724;
  text-decoration: none;
}

.title-Lv3 {
  display: flex;
  align-items: center;
  padding: 0.25em 0;
  font-size: clamp(1.6rem, 1.5vw, 100rem);
  font-weight: 600;
  border-bottom: 1.5px solid #e8e8e8;
  position: relative;
}
@media screen and (max-width: 767px) {
  .title-Lv3 {
    font-size: 1.8rem;
  }
}
.title-Lv3::after {
  content: "";
  display: inline-block;
  width: 200px;
  height: 1.5px;
  background: linear-gradient(90deg, #c0b396, #c0b396);
  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);
}

.title-Lv4 {
  font-size: 1.2vw;
  font-weight: 600;
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  .title-Lv4 {
    font-size: 1.3846153846vw;
  }
}
@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
------------------------------
*/
.reserveBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ff9600;
  color: white;
  border-radius: 10px;
  padding: 0.75em 2em;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .reserveBtn {
    width: 100%;
    height: 70px;
    padding: 0.5em 0.35em;
    font-size: 1.5rem;
    line-height: 1.3;
    border-radius: 7px;
    letter-spacing: -0.05em;
  }
}

.CtaBtn {
  width: 47.5%;
  display: inline-flex;
  justify-content: center;
  padding: 1.25em 0;
  font-size: 3.2rem;
  color: white;
  font-weight: 800;
  border-radius: 15px;
  text-align: center;
  border: 3px solid rgba(255, 255, 255, 0.7);
  box-shadow: 2px 2px 6px rgba(102, 102, 102, 0.3);
  text-decoration: none;
  line-height: 1.5;
  box-sizing: border-box;
  gap: 0 0.5em;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .CtaBtn {
    width: calc(50% - 5px);
    padding: 0.75em 0.25em;
    flex-direction: column;
    align-items: center;
    font-size: 1.8rem;
    letter-spacing: -0.025em;
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.7);
  }
}
.CtaBtn--Reserve {
  background-color: #ff9600;
}
.CtaBtn--Reserve .icon {
  top: -0.1em;
}
.CtaBtn--Line {
  background-color: #1eae4d;
}
.CtaBtn .icon {
  display: block;
  width: 60px;
  min-width: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .CtaBtn .icon {
    width: 36px;
    min-width: initial;
    height: 36px;
    object-fit: contain;
    object-position: center;
  }
}
@media screen and (max-width: 767px) {
  .CtaBtn--2 {
    font-size: 1.9rem;
    letter-spacing: -0.025em;
  }
}

.linkBtn {
  width: auto !important;
  display: inline-flex !important;
  background-color: #ff9600;
  color: white;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 600;
  border-radius: 5px;
  padding: 0.35em 1em;
  line-height: 1.5;
}
.linkBtn:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: white;
}

.linkTxt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid white;
  border-radius: 50px;
  text-decoration: none;
  color: white;
  padding: 0.75em 1.5em;
  gap: 0 0.5em;
}
@media screen and (max-width: 767px) {
  .linkTxt {
    display: flex;
    line-height: 1.5;
  }
}
.linkTxt:hover {
  background-color: white;
  color: var(--color-primary);
}
.linkTxt--2 {
  border-color: var(--color-primary);
  color: var(--color-primary);
}
.linkTxt--2:hover {
  background-color: var(--color-primary);
  color: white;
}

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

.Notes {
  display: inline-flex;
  font-size: 1.5rem;
  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 {
  color: #352724;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .Notes--md {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

/*!
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: #0093C9;
  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: #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: rgba(53, 39, 36, 0.1);
  border-radius: 50px;
}

@media screen and (max-width: 767px) {
  .TableScroll {
    width: 100%;
    padding-bottom: 25px;
    position: relative;
    overflow-x: scroll;
  }
}
/*!
layout > footer
------------------------------
*/
.Footer {
  margin: auto auto 0;
  width: 100%;
  position: relative;
  background-color: var(--color-primary);
}
.Footer__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .Footer__inner {
    max-width: 85%;
  }
}
.Footer__inner {
  position: relative;
  z-index: 10;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .Footer__inner {
    padding-bottom: 60px;
  }
}
.Footer .FooterNav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Footer .FooterNav li a {
  display: block;
  padding: 0 1.5em;
  font-size: 1.6rem;
  color: white;
  text-decoration: none;
  border-right: 1px solid rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 767px) {
  .Footer .FooterNav li a {
    padding: 0 1em;
    font-size: 1.4rem;
  }
}
.Footer .FooterNav li:last-child a {
  border-right: none;
}
.Footer .Copyright {
  font-size: 1rem;
}

.scroll_down {
  position: absolute;
  bottom: 35px;
  right: 35px;
  z-index: 20;
  transform: scale(0.8);
}
@media screen and (max-width: 100px) {
  .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: #14100e;
  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;
  }
}
.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 (max-width: 100px) {
  .fixBtn__inner {
    padding: 0 5%;
  }
}
.fixBtn__column {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fixBtn .BtmTxt {
  font-size: clamp(1.7rem, 1.4vw, 100rem);
  font-weight: 500;
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  .fixBtn .BtmTxt {
    width: 30%;
  }
}
@media screen and (max-width: 100px) {
  .fixBtn .BtmTxt {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .fixBtn .BtmTxt {
    display: none;
  }
}

#btm-btn {
  position: fixed;
  bottom: 1em;
  right: 1.5em;
  z-index: 71;
  display: none;
}
@media screen and (max-width: 100px) {
  #btm-btn {
    right: 0.15em;
  }
}
@media screen and (max-width: 767px) {
  #btm-btn {
    bottom: 80px;
  }
}
@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;
  gap: 2px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: #8ec21f;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 1;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 100px) {
  #btm-btn a.pagetop {
    width: 54px;
    height: 54px;
  }
}
@media screen and (max-width: 767px) {
  #btm-btn a.pagetop {
    width: 50px;
    height: 50px;
  }
}
#btm-btn a.pagetop i {
  font-size: 1.9rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #btm-btn a.pagetop i {
    font-size: 1.7rem;
  }
}
#btm-btn a.pagetop .label {
  font-size: 1rem;
  letter-spacing: 0.06em;
}
#btm-btn a.pagetop:hover {
  opacity: 1;
  background-color: #749f19;
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
}

.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;
  }
}

.SnsMenu {
  position: absolute;
  z-index: 11;
  z-index: 100;
  width: 60px;
  top: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  padding: 0.5em;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .SnsMenu {
    min-width: initial;
    padding: 0;
    top: 70px;
  }
}
.SnsMenu__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 40px;
  gap: 0.5em 0;
}
@media screen and (max-width: 767px) {
  .SnsMenu__inner {
    gap: 0;
  }
}
.SnsMenu .Icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  width: 40px;
  aspect-ratio: 1/1;
  color: white;
  border-radius: 50%;
  font-size: 1.5rem;
  text-decoration: none;
  box-sizing: border-box;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  .SnsMenu .Icon {
    border-radius: 0;
  }
}
.SnsMenu .Icon.insta {
  background: linear-gradient(135deg, #d952ae, #ed3d42, #f1ac5c);
}
@media screen and (max-width: 767px) {
  .SnsMenu .Icon.insta {
    border-radius: 7px 0 0 0;
  }
}
.SnsMenu .Icon.line {
  background-color: #1eae4d;
}
@media screen and (max-width: 767px) {
  .SnsMenu .Icon.line {
    border-radius: 0 0 0 7px;
  }
}
.SnsMenu .Icon img {
  display: block;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .SnsMenu .Icon img {
    width: 45%;
  }
}
.SnsMenu .Icon:hover {
  transform: scale(1.07);
  color: white;
}
.SnsMenu .Icon:hover img {
  opacity: 1;
}

.btmCta {
  position: fixed;
  bottom: -200px;
  left: 50%;
  display: inline-block;
  transform: translateX(-50%);
  transition: all 0.5s ease;
  z-index: 100;
  white-space: nowrap;
  width: 900px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .btmCta {
    width: 100%;
    bottom: -100px;
  }
}
.btmCta.is-show {
  bottom: 0;
}
.btmCta__column {
  display: flex;
  gap: 0;
}
.btmCta .topCtaBtn {
  padding: 1em 0.35em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  line-height: 1.3;
  box-sizing: border-box;
  color: white;
  text-decoration: none;
  font-weight: 700;
  gap: 0 0.5em;
  font-size: 2.6rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btmCta .topCtaBtn {
    padding: 0.75em 0.35em;
    font-size: 1.5rem;
  }
}
.btmCta .topCtaBtn .icon {
  display: block;
  width: 60px;
  min-width: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btmCta .topCtaBtn .icon {
    width: 36px;
    min-width: initial;
    height: 36px;
    object-fit: contain;
    object-position: center;
  }
}
.btmCta .topCtaBtn--Reserve {
  background-color: #ff9600;
  border-radius: 20px 0 0 0;
}
@media screen and (max-width: 767px) {
  .btmCta .topCtaBtn--Reserve {
    border-radius: 0;
  }
}
.btmCta .topCtaBtn--Line {
  background-color: #1eae4d;
  border-radius: 0 20px 0 0;
}
@media screen and (max-width: 767px) {
  .btmCta .topCtaBtn--Line {
    border-radius: 0;
  }
}
.btmCta .topCtaBtn--Line .icon {
  width: 50px;
  min-width: 50px;
}
@media screen and (max-width: 767px) {
  .btmCta .topCtaBtn--Line .icon {
    width: 30px;
    min-width: 30px;
  }
}

.btmFixContact {
  width: 100%;
  position: fixed;
  bottom: -150px; /* 初期状態で隠す */
  left: 0;
  z-index: 20;
  background-color: white;
  transition: bottom 0.5s ease-in-out; /* アニメーション */
}
.btmFixContact.show {
  bottom: 0; /* 表示 */
}
.btmFixContact__inner {
  height: 120px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .btmFixContact__inner {
    height: 100px;
    padding: 1em 2.5%;
  }
}
.btmFixContact__column {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1.5em;
}
@media screen and (max-width: 767px) {
  .btmFixContact__column {
    justify-content: space-between;
    gap: 0 0.75em;
  }
}
.btmFixContact .LineInfo {
  background-color: #00b900;
  color: white;
  border-radius: 10px;
  position: relative;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .btmFixContact .LineInfo {
    min-width: calc(57.5% - 0.375em);
    width: calc(57.5% - 0.375em);
    border-radius: 7px;
    height: 70px;
  }
}
.btmFixContact .LineInfo a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.btmFixContact .LineInfo__inner {
  padding: 0.25em 0.5em;
  padding-left: 1.5em;
  height: 100%;
  max-height: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .btmFixContact .LineInfo__inner {
    padding: 0.75em 0.5em;
  }
}
.btmFixContact .LineInfo__column {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 0 1em;
}
@media screen and (max-width: 767px) {
  .btmFixContact .LineInfo__column {
    gap: 0 0.35em;
  }
}
.btmFixContact .LineInfo__block {
  line-height: 1.3;
}
.btmFixContact .LineInfo__block .row-1 {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .btmFixContact .LineInfo__block .row-1 {
    font-size: 1.3rem;
    letter-spacing: -0.05em;
  }
}
.btmFixContact .LineInfo__block .row-1 em {
  font-size: 3rem;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .btmFixContact .LineInfo__block .row-1 em {
    font-size: 1.8rem;
  }
}
.btmFixContact .LineInfo__block .row-2 {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .btmFixContact .LineInfo__block .row-2 {
    font-size: 1rem;
  }
}
.btmFixContact .LineInfo .icon {
  display: block;
  width: 50px;
}
@media screen and (max-width: 100px) {
  .btmFixContact .LineInfo .icon {
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .btmFixContact .LineInfo .icon {
    width: 30px;
  }
}
.btmFixContact .LineInfo .QrCode {
  display: block;
  width: 70px;
  border-radius: 7px;
  overflow: hidden;
}
@media screen and (max-width: 100px) {
  .btmFixContact .LineInfo .QrCode {
    width: 50px;
  }
}
@media screen and (max-width: 767px) {
  .btmFixContact .LineInfo .QrCode {
    display: none;
  }
}

/*!
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 (max-width: 100px) {
  .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 (max-width: 100px) {
  .mainCnt {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mainCnt {
    width: 100%;
  }
}
.sideCnt {
  width: 25%;
  min-width: 25%;
  color: #352724;
}
@media screen and (max-width: 100px) {
  .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 (max-width: 100px) {
  .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 (max-width: 100px) {
  .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;
}

/*!
page > kaitori (買取専門店ひとしあ 北山田店 LP)
------------------------------
*/
body.pg-front {
  background-color: #fff;
}

.PgIndex,
.PgForm,
.PgPrivacy,
.PgNews {
  padding-top: 116px;
}
@media screen and (max-width: 767px) {
  .PgIndex,
  .PgForm,
  .PgPrivacy,
  .PgNews {
    padding-top: 100px;
  }
}
.PgIndex .title-Lv1,
.PgForm .title-Lv1,
.PgPrivacy .title-Lv1,
.PgNews .title-Lv1 {
  font-family: var(--font-family-base) !important;
  font-weight: 900;
}
.PgIndex .title-Lv1 .label,
.PgForm .title-Lv1 .label,
.PgPrivacy .title-Lv1 .label,
.PgNews .title-Lv1 .label {
  color: #8ec21f;
}
.PgIndex .title-Lv1 .label em,
.PgForm .title-Lv1 .label em,
.PgPrivacy .title-Lv1 .label em,
.PgNews .title-Lv1 .label em {
  color: #f08a00;
}
.PgIndex .title-Lv1 .label small,
.PgForm .title-Lv1 .label small,
.PgPrivacy .title-Lv1 .label small,
.PgNews .title-Lv1 .label small {
  font-family: var(--font-family-base);
  color: #352724;
  background: linear-gradient(transparent 58%, rgba(255, 241, 0, 0.9) 58%);
}

[id^=ct_] {
  scroll-margin-top: 124px;
}
@media screen and (max-width: 767px) {
  [id^=ct_] {
    scroll-margin-top: 65px;
  }
}

.DummyBox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #e9e9e9;
  border: 1px solid #d2d2d2;
  color: #9a9a9a;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  box-sizing: border-box;
  border-radius: inherit;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .DummyBox {
    font-size: 1.2rem;
  }
}
.DummyBox--round {
  border-radius: 50%;
}

.map {
  width: 100%;
  height: 460px;
  border-radius: 25px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .map {
    width: 100%;
    height: 220px;
    border-radius: 15px;
  }
}
.map iframe {
  width: 100%;
  height: 750px;
  margin-top: -150px;
}
@media screen and (max-width: 100px) {
  .map iframe {
    height: 620px;
  }
}
@media screen and (max-width: 767px) {
  .map iframe {
    height: 520px;
  }
}

.CtBox {
  background-color: white;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .CtBox {
    border-radius: 15px;
  }
}
.CtBox__inner {
  padding: 2.5em;
}
@media screen and (max-width: 767px) {
  .CtBox__inner {
    padding: 1.5em;
  }
}

.LpHeader {
  width: 100%;
  height: auto;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  box-sizing: border-box;
}
.LpHeader__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 70px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .LpHeader__inner {
    height: 60px;
    padding: 0 12px;
  }
}
.LpHeader__logo a {
  display: block;
}
.LpHeader__logo img {
  display: block;
  width: auto;
  height: 44px;
}
@media screen and (max-width: 767px) {
  .LpHeader__logo img {
    height: 36px;
  }
}
.LpHeader__contact {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin-left: auto;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .LpHeader__contact {
    display: none;
  }
}

.LpHeaderBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.4em;
  height: 46px;
  padding: 0 1em;
  border-radius: 6px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  color: #fff;
}
.LpHeaderBtn i {
  font-size: 1.6rem;
}
.LpHeaderBtn .LineIcon {
  width: 1.8rem;
  height: 1.8rem;
  object-fit: contain;
}
.LpHeaderBtn--tel {
  background-color: #2f8fd0;
}
.LpHeaderBtn--line {
  background-color: #06c755;
}
.LpHeaderBtn--mail {
  background-color: #f08a00;
}
.LpHeaderBtn:hover {
  opacity: 0.85;
  color: #fff;
}

.GlobalNav {
  background-color: #8ec21f;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 767px) {
  .GlobalNav {
    border-top: none;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .GlobalNav::-webkit-scrollbar {
    display: none;
  }
}
.GlobalNav__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .GlobalNav__list {
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: max-content;
    min-width: 100%;
    max-width: none;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .GlobalNav__list li {
    flex: 0 0 auto;
  }
}
.GlobalNav__list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  padding: 0 1.3em;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  .GlobalNav__list li a {
    padding: 0 1em;
    font-size: 1.35rem;
  }
}
@media screen and (max-width: 767px) {
  .GlobalNav__list li a {
    height: 40px;
    padding: 0 1em;
    font-size: 1.3rem;
  }
}
.GlobalNav__list li:last-child a {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.GlobalNav__list li a:hover {
  background-color: rgba(0, 0, 0, 0.12);
}

.MenuToggle {
  display: none !important;
  position: static;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  gap: 6px 0;
  background-color: #8ec21f;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  box-sizing: border-box;
  z-index: 95;
}
@media screen and (max-width: 767px) {
  .MenuToggle {
    display: flex !important;
    width: 42px;
    height: 42px;
    gap: 5px 0;
  }
}
.MenuToggle span {
  display: block;
  width: 22px;
  height: 2.5px;
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.3s ease;
  transform-origin: center;
}
@media screen and (max-width: 767px) {
  .MenuToggle span {
    width: 20px;
  }
}
.MenuToggle.is-open span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}
.MenuToggle.is-open span:nth-child(2) {
  opacity: 0;
}
.MenuToggle.is-open span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

.GnavDrawer {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  max-width: 80%;
  height: 100%;
  background-color: #fff;
  z-index: 92;
  box-sizing: border-box;
  padding: 90px 0 40px;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.35s ease;
  box-shadow: -4px 0 16px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 767px) {
  .GnavDrawer {
    display: block;
    padding-top: 75px;
  }
}
.GnavDrawer.is-open {
  transform: translateX(0);
}
.GnavDrawer__list li a {
  display: flex;
  align-items: center;
  padding: 0.6em 1.5em;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.3;
  color: #352724;
  text-decoration: none;
  border-bottom: 1px solid #eee;
}
.GnavDrawer__list li a::before {
  content: "\f105";
  font: var(--fa-font-solid);
  color: #8ec21f;
  margin-right: 0.75em;
}
.GnavDrawer__list li a:hover {
  background-color: rgba(142, 194, 31, 0.1);
}
.GnavDrawer__contact {
  padding: 1.5em;
}
.GnavDrawer__tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.75em;
  background-color: #2f8fd0;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  line-height: 1.3;
}
.GnavDrawer__tel small {
  font-size: 1.2rem;
  font-weight: 500;
}
.GnavDrawer__tel span {
  display: flex;
  align-items: center;
  gap: 0 0.35em;
  font-size: 2.4rem;
  font-weight: 800;
}

.MenuOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 91;
}
.MenuOverlay.is-open {
  display: none;
}
@media screen and (max-width: 767px) {
  .MenuOverlay.is-open {
    display: block;
  }
}

.CtaSet {
  display: flex;
  gap: 0 12px;
}
@media screen and (max-width: 767px) {
  .CtaSet {
    gap: 0 8px;
  }
}
.CtaSet__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px 0;
  width: 33.3333333333%;
  padding: 1em 0.5em;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .CtaSet__btn {
    padding: 0.85em 0.25em;
    border-radius: 8px;
    gap: 4px 0;
  }
}
.CtaSet__btn i {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .CtaSet__btn i {
    font-size: 2rem;
  }
}
.CtaSet__btn .LineIcon {
  width: 2.8rem;
  height: 2.8rem;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .CtaSet__btn .LineIcon {
    width: 2.2rem;
    height: 2.2rem;
  }
}
.CtaSet__btn--tel {
  background-color: #2f8fd0;
}
.CtaSet__btn--line {
  background-color: #06c755;
}
.CtaSet__btn--mail {
  background-color: #f08a00;
}
.CtaSet__btn:hover {
  color: #fff;
  transform: translateY(2px);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
}
.CtaSet__lbl {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .CtaSet__lbl {
    font-size: 1.2rem;
  }
}
.CtaSet__lbl em {
  display: block;
  font-size: 2rem;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .CtaSet__lbl em {
    font-size: 1.4rem;
  }
}

.FixCta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 88;
  transform: translateY(100%);
  transition: transform 0.4s ease;
  pointer-events: none;
}
.FixCta.is-show {
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .FixCta {
    transform: translateY(0);
  }
}
.FixCta__inner {
  display: flex;
  gap: 0;
  max-width: 720px;
  margin: 0 auto;
  pointer-events: auto;
}
.FixCta__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px 0;
  width: 33.3333333333%;
  padding: 0.95em 0.25em;
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .FixCta__btn {
    font-size: 1.35rem;
    padding: 0.8em 0.2em;
  }
}
.FixCta__btn i {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .FixCta__btn i {
    font-size: 2.2rem;
  }
}
.FixCta__btn .LineIcon {
  width: 2.7rem;
  height: 2.7rem;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .FixCta__btn .LineIcon {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.FixCta__btn--tel {
  background-color: #2f8fd0;
}
.FixCta__btn--line {
  background-color: #06c755;
}
.FixCta__btn--mail {
  background-color: #f08a00;
}
.FixCta__btn:hover {
  color: #fff;
  filter: brightness(1.08);
}

.Fv {
  position: relative;
  background-color: white;
  overflow: hidden;
}
.Fv__inner {
  width: 90%;
  max-width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .Fv__inner {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
.Fv__column {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 0 4%;
}
@media screen and (max-width: 767px) {
  .Fv__column {
    flex-direction: column;
    gap: 25px 0;
  }
}
.Fv__main {
  min-width: 100%;
  width: 100%;
  margin: 0;
}
.Fv__main img {
  display: block;
  width: 100%;
  height: auto;
}
.Fv__main .DummyBox {
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .Fv__main .DummyBox {
    border-radius: 12px;
  }
}
.Fv__copy {
  width: 100%;
}
.Fv__logo .DummyBox {
  width: 240px;
  max-width: 60%;
  aspect-ratio: 4/1;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .Fv__logo .DummyBox {
    width: 180px;
    margin: 0 auto;
  }
}
.Fv__badge {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .Fv__badge {
    justify-content: center;
    gap: 6px;
  }
}
.Fv__badge span {
  display: inline-flex;
  align-items: center;
  background-color: #8ec21f;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1;
  padding: 0.5em 0.85em;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .Fv__badge span {
    font-size: 1.2rem;
    padding: 0.5em 0.7em;
  }
}
.Fv__badge span:nth-child(1) {
  background-color: #d80c18;
}
.Fv__badge span:nth-child(2) {
  background-color: #f08a00;
}
.Fv__badge span:nth-child(3) {
  background-color: #8ec21f;
}
.Fv__badge span:nth-child(4) {
  background-color: #352724;
}
.Fv__catch {
  margin-top: 20px;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .Fv__catch {
    font-size: 2.1rem;
    text-align: center;
  }
}
.Fv__catch em {
  color: #d80c18;
}
.Fv__catch strong {
  display: inline-block;
  color: #8ec21f;
  background: linear-gradient(transparent 65%, rgba(255, 241, 0, 0.9) 65%);
  font-size: 3.8rem;
}
@media screen and (max-width: 767px) {
  .Fv__catch strong {
    font-size: 2.4rem;
  }
}
.Fv__sub {
  margin-top: 18px;
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .Fv__sub {
    font-size: 1.4rem;
    text-align: left;
  }
}

.News {
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
}
.News .Sep {
  display: block;
  min-width: 2400px;
  width: 130%;
  position: absolute;
  top: -350px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .News .Sep {
    min-width: 1000px;
    top: -100px;
  }
}
.News__inner {
  position: relative;
  z-index: 10;
  padding: 10px 10%;
}
@media screen and (max-width: 767px) {
  .News__inner {
    padding: 0 15%;
  }
}
.News .swiper {
  width: 100%;
  visibility: hidden;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  .News .swiper {
    padding: 0 2.5%;
  }
}
.News .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;
  box-sizing: border-box;
}
.News .swiper .swiper-slide a {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
.News .swiper .swiper-slide a:hover img {
  transform: scale(1.05);
}
.News .swiper .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 5/5;
}
@media screen and (max-width: 767px) {
  .News .swiper .swiper-slide img {
    aspect-ratio: 5/4;
  }
}
.News .swiper .swiper-slide .logoImg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 5/5;
}
.News .swiper .swiper-slide .logoImg img {
  display: block;
  width: 50%;
  object-fit: contain;
}
.News {
  /* カスタムボタン */
}
.News .swiper-button-next.custom-next {
  right: auto !important;
  left: 2.5% !important;
  display: flex;
  width: 50px;
  height: 50px;
  margin: 0;
  background-color: transparent;
  color: #ff9600;
  top: 50%;
  z-index: 20;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #ff9600;
}
@media screen and (max-width: 767px) {
  .News .swiper-button-next.custom-next {
    width: 35px;
    height: 35px;
  }
}
.News {
  /* Swiperデフォルトの矢印スタイルを無効化 */
}
.News .swiper-button-next,
.News .swiper-button-prev {
  background: none;
}
.News .swiper-button-next.custom-next::after {
  font: var(--fa-font-solid);
  content: "\f104";
  font-size: 1.6rem;
  color: #ff9600;
}
@media screen and (max-width: 767px) {
  .News .swiper-button-next.custom-next::after {
    font-size: 1.1rem;
  }
}
.News .swiper-button-prev.custom-prev {
  left: auto !important;
  right: 2.5% !important;
  display: flex;
  width: 50px;
  height: 50px;
  margin: 0;
  background-color: transparent;
  color: #ff9600;
  top: 50%;
  z-index: 20;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #ff9600;
}
@media screen and (max-width: 767px) {
  .News .swiper-button-prev.custom-prev {
    width: 35px;
    height: 35px;
  }
}
.News .swiper-button-prev.custom-prev::after {
  font: var(--fa-font-solid);
  content: "\f105";
  font-size: 1.6rem;
  color: #ff9600;
}
@media screen and (max-width: 767px) {
  .News .swiper-button-prev.custom-prev::after {
    font-size: 1.1rem;
  }
}
.News .swiper-scrollbar {
  background: #f0f0f0 !important;
}
.News .swiper-scrollbar-drag {
  background-color: #d4e7e5 !important;
}
.News .NewsPost__block {
  width: 100%;
  box-sizing: border-box;
  padding: 0.5em;
  padding-bottom: 1em;
}
.News .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;
}
.News .NewsPost__title {
  display: block;
  color: #352724;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.5;
  min-height: 60px;
}
@media screen and (max-width: 767px) {
  .News .NewsPost__title {
    min-height: initial;
    font-size: 1.6rem;
  }
}

.News {
  background-color: #8ec21f;
}
.News__inner {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 10px 6%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .News__inner {
    padding: 0 15%;
  }
}
.News .title-Lv1 .label {
  color: #fff;
}
.News .swiper {
  width: 100%;
  visibility: hidden;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .News .swiper {
    padding: 0 2.5%;
  }
}
.News .swiper-slide {
  display: block;
  height: auto;
  background-color: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  margin-bottom: 40px;
  box-sizing: border-box;
}
.News .NewsPost__link {
  display: block;
  height: 100%;
  text-decoration: none;
  color: #352724;
}
.News .NewsPost__link:hover .DummyBox {
  filter: brightness(0.97);
}
.News .NewsPost__thumb {
  display: block;
}
.News .NewsPost__thumb > img {
  border-bottom: 1px solid #d2d2d2;
}
.News .NewsPost__thumb .logoImg {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .News .NewsPost__thumb .logoImg {
    aspect-ratio: 5/4 !important;
  }
}
.News .NewsPost__thumb .DummyBox {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #d2d2d2;
}
@media screen and (max-width: 767px) {
  .News .NewsPost__thumb .DummyBox {
    aspect-ratio: 5/4 !important;
  }
}
.News .NewsPost__block {
  padding: 1em 1.25em 1.5em;
  text-align: left;
}
.News .NewsPost .date {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 700;
  color: #8ec21f;
  line-height: 1.5;
}
.News .NewsPost__title {
  display: block;
  margin-top: 0.25em;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  min-height: 3em;
  color: #352724;
}
@media screen and (max-width: 767px) {
  .News .NewsPost__title {
    font-size: 1.5rem;
    min-height: 0;
  }
}
.News .NewsPost .linkBtn {
  display: flex !important;
  width: 100% !important;
  box-sizing: border-box;
  justify-content: center;
  margin-top: 1em;
  padding: 0.5em 1.5em;
  background-color: transparent;
  border: 1.5px solid #8ec21f;
  color: #8ec21f;
  border-radius: 50px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.News .NewsPost .linkBtn:hover {
  background-color: #8ec21f;
  border-color: #8ec21f;
  color: #fff;
}
.News .swiper-button-next.custom-next,
.News .swiper-button-prev.custom-prev {
  width: 46px;
  height: 46px;
  top: calc(50% - 20px);
  margin: 0;
  background-color: #fff;
  border: none;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .News .swiper-button-next.custom-next,
  .News .swiper-button-prev.custom-prev {
    width: 36px;
    height: 36px;
  }
}
.News .swiper-button-next.custom-next {
  left: 10px !important;
  right: auto !important;
}
.News .swiper-button-prev.custom-prev {
  right: 10px !important;
  left: auto !important;
}
.News .swiper-button-next.custom-next::after,
.News .swiper-button-prev.custom-prev::after {
  color: #8ec21f;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .News .swiper-button-next.custom-next::after,
  .News .swiper-button-prev.custom-prev::after {
    font-size: 1.2rem;
  }
}

.Reason {
  background-color: #fff;
}
.Reason__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .Reason__inner {
    max-width: 85%;
  }
}
.Reason__inner {
  max-width: 1080px;
}
@media screen and (max-width: 767px) {
  .Reason__inner {
    max-width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .Reason .title-Lv1 {
    line-height: 1.15;
  }
  .Reason .title-Lv1 .label br {
    display: none;
  }
  .Reason .title-Lv1 .label small {
    line-height: 1.2;
    margin-bottom: 0.1em;
  }
}

.ReasonList {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .ReasonList {
    gap: 35px 0;
  }
}
.ReasonList__item {
  width: calc(33.3333333333% - 33.3333333333px);
}
@media screen and (max-width: 767px) {
  .ReasonList__item {
    width: 100%;
  }
}

.ReasonCard {
  position: relative;
  height: 100%;
  background-color: #f6fbf3;
  border: 2px solid #8ec21f;
  border-radius: 12px;
  padding: 2em 1.25em 1.5em;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 4px 4px 0 rgba(142, 194, 31, 0.35);
}
@media screen and (max-width: 767px) {
  .ReasonCard {
    border-radius: 8px;
  }
}
.ReasonCard__no {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: #f08a00;
  color: #fff;
  border-radius: 50%;
  font-size: 2.4rem;
  font-weight: 800;
  box-shadow: 0 2px 6px rgba(240, 138, 0, 0.4);
}
.ReasonCard__icon {
  width: 90px;
  height: 90px;
  margin: 0.5em auto 0;
}
@media screen and (max-width: 767px) {
  .ReasonCard__icon {
    width: 80px;
    height: 80px;
  }
}
.ReasonCard__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ReasonCard__icon .DummyBox {
  height: 100%;
  border-radius: 50%;
  font-size: 1.1rem;
}
.ReasonCard__ttl {
  margin-top: 0.75em;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.35;
  color: #749f19;
}
.ReasonCard__txt {
  margin-top: 0.6em;
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: left;
}
.HighPrice {
  background-color: #f4f6f3;
}
.HighPrice__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .HighPrice__inner {
    max-width: 85%;
  }
}
.HighPrice__box {
  text-align: center;
}
.HighPrice__img img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.HighPrice__img .DummyBox {
  max-width: 760px;
  margin: 0 auto;
  aspect-ratio: 16/7;
  border-radius: 14px;
}
.HighPrice__txt {
  font-size: 1.7rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .HighPrice__txt {
    font-size: 1.4rem;
    text-align: left;
  }
}
.HighPrice__txt strong {
  color: #d80c18;
  font-size: 1.3em;
  background: linear-gradient(transparent 60%, rgba(255, 241, 0, 0.9) 60%);
}

.Items {
  background-color: #fff;
}
.Items__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .Items__inner {
    max-width: 85%;
  }
}
.Items__inner {
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .Items__inner {
    max-width: 85%;
  }
}
.Items__column {
  display: flex;
  align-items: center;
  gap: 0 5%;
}
@media screen and (max-width: 767px) {
  .Items__column {
    flex-direction: column;
    gap: 25px 0;
  }
}
.Items__img {
  min-width: 45%;
  width: 45%;
}
@media screen and (max-width: 767px) {
  .Items__img {
    width: 100%;
  }
}
.Items__img img {
  display: block;
  width: 100%;
  height: auto;
}
.Items__img .DummyBox {
  aspect-ratio: 1/1;
  border-radius: 12px;
}
.Items__body {
  width: 100%;
}
.Items__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .Items__list {
    gap: 6px;
  }
}
.Items__list li {
  display: inline-flex;
  align-items: center;
  background-color: #f6fbf3;
  border: 1px solid #8ec21f;
  border-radius: 5px;
  padding: 0.35em 0.9em;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
  color: #749f19;
}
@media screen and (max-width: 767px) {
  .Items__list li {
    font-size: 1.2rem;
    padding: 0.3em 0.7em;
  }
}
.Items__note {
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .Items__note {
    font-size: 1.4rem;
  }
}
.Items__note strong {
  color: #d80c18;
}

.Method {
  background-color: #f4f6f3;
}
.Method__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .Method__inner {
    max-width: 85%;
  }
}
.Method__inner {
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .Method__inner {
    max-width: 85%;
  }
}
.Method__notice {
  font-size: 1.6rem;
  font-weight: 700;
  color: #d80c18;
}
@media screen and (max-width: 767px) {
  .Method__notice {
    font-size: 1.4rem;
  }
}
.Method__notice i {
  margin-right: 0.35em;
}

.MethodList {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .MethodList {
    flex-direction: column;
    gap: 18px;
  }
}
.MethodList__item {
  width: calc((100% - 48px) / 3);
}
@media screen and (max-width: 767px) {
  .MethodList__item {
    width: 100%;
  }
}

.MethodCard {
  height: 100%;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
}
.MethodCard__img .DummyBox {
  aspect-ratio: 5/3.5;
  border: none;
  border-bottom: 1px solid #d2d2d2;
}
.MethodCard__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 5/3.5;
}
.MethodCard__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #8ec21f;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 800;
  padding: 0.5em;
}
@media screen and (max-width: 767px) {
  .MethodCard__ttl {
    font-size: 1.9rem;
  }
}
.MethodCard__txt {
  padding: 1.25em;
  font-size: 1.5rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .MethodCard__txt {
    font-size: 1.4rem;
    padding: 1em 1.25em 1.25em;
  }
}

.Satei {
  background-color: #fff;
}
.Satei__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .Satei__inner {
    max-width: 85%;
  }
}
.Satei__inner {
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .Satei__inner {
    max-width: 85%;
  }
}

.SateiList {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .SateiList {
    flex-direction: column;
    gap: 16px;
  }
}
.SateiList__item {
  width: calc((100% - 48px) / 3);
}
@media screen and (max-width: 767px) {
  .SateiList__item {
    width: 100%;
  }
}

.SateiCard {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  background-color: #fafafa;
  border: 2px solid #eee;
  border-radius: 12px;
  padding: 2em 1.5em;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .SateiCard {
    padding: 1.75em 1.5em;
  }
}
.SateiCard__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  color: #fff;
  margin-bottom: 0.5em;
}
.SateiCard__icon i {
  font-size: 3rem;
}
.SateiCard__icon .LineIcon {
  width: 3.4rem;
  height: 3.4rem;
  object-fit: contain;
}
.SateiCard__ttl {
  font-size: 2rem;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .SateiCard__ttl {
    font-size: 1.8rem;
  }
}
.SateiCard__txt {
  margin-top: 0.5em;
  font-size: 1.5rem;
  line-height: 1.7;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .SateiCard__txt {
    font-size: 1.4rem;
  }
}
.SateiCard__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 1.25em;
  padding: 0.85em;
  border-radius: 50px;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  text-decoration: none;
}
.SateiCard__btn:hover {
  color: #fff;
  opacity: 0.85;
}
.SateiCard--tel {
  border-color: #2f8fd0;
}
.SateiCard--tel .SateiCard__icon {
  background-color: #2f8fd0;
}
.SateiCard--tel .SateiCard__ttl {
  color: #2f8fd0;
}
.SateiCard--tel .SateiCard__btn {
  background-color: #2f8fd0;
}
.SateiCard--line {
  border-color: #06c755;
}
.SateiCard--line .SateiCard__icon {
  background-color: #06c755;
}
.SateiCard--line .SateiCard__ttl {
  color: #06c755;
}
.SateiCard--line .SateiCard__btn {
  background-color: #06c755;
}
.SateiCard--mail {
  border-color: #f08a00;
}
.SateiCard--mail .SateiCard__icon {
  background-color: #f08a00;
}
.SateiCard--mail .SateiCard__ttl {
  color: #f08a00;
}
.SateiCard--mail .SateiCard__btn {
  background-color: #f08a00;
}

.About {
  background-color: #f4f6f3;
}
.About__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .About__inner {
    max-width: 85%;
  }
}

.Access {
  background-color: #fff;
}
.Access__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .Access__inner {
    max-width: 85%;
  }
}
.Access__inner {
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .Access__inner {
    max-width: 85%;
  }
}
.Access__column {
  display: flex;
  align-items: flex-start;
  gap: 0 5%;
}
@media screen and (max-width: 767px) {
  .Access__column {
    flex-direction: column;
    gap: 25px 0;
  }
}
.Access__info {
  min-width: 42%;
  width: 42%;
}
@media screen and (max-width: 767px) {
  .Access__info {
    width: 100%;
  }
}
.Access__table {
  width: 100%;
  border-collapse: collapse;
}
.Access__table tr {
  border-bottom: 1px solid #eee;
}
.Access__table th,
.Access__table td {
  padding: 0.85em 0.5em;
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .Access__table th,
  .Access__table td {
    font-size: 1.4rem;
  }
}
.Access__table th {
  width: 6.5em;
  font-weight: 700;
  color: #8ec21f;
  white-space: nowrap;
}
.Access__area {
  font-size: 1.5rem;
  line-height: 1.8;
  padding: 1em 1.25em;
  background-color: #f4f6f3;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .Access__area {
    font-size: 1.4rem;
  }
}
.Access__map {
  width: 100%;
}
.Access__shop {
  display: flex;
  gap: 0 3%;
}
@media screen and (max-width: 767px) {
  .Access__shop {
    gap: 15px 0;
    flex-direction: column;
  }
}
.Access__shop-item {
  width: 31.3333333333%;
}
@media screen and (max-width: 767px) {
  .Access__shop-item {
    width: 100%;
  }
}
.Access__shop-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.Privacy {
  background-color: #f4f6f3;
}
.Privacy__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .Privacy__inner {
    max-width: 85%;
  }
}
.Privacy__body {
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .Privacy__body {
    font-size: 1.35rem;
  }
}
.Privacy__ttl {
  font-size: 1.8rem;
  font-weight: 700;
  color: #8ec21f;
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgba(142, 194, 31, 0.3);
}
@media screen and (max-width: 767px) {
  .Privacy__ttl {
    font-size: 1.6rem;
  }
}
.Privacy__lead {
  font-size: 1.5rem;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .Privacy__lead {
    font-size: 1.35rem;
  }
}
.Privacy .PolicyItem {
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .Privacy .PolicyItem {
    margin-top: 2.25em;
  }
}
.Privacy__list {
  margin-top: 0.75em;
}
.Privacy__list li {
  margin-left: 1.25em;
  padding-left: 0.25em;
  list-style-type: disc;
  line-height: 1.8;
}
.Privacy__list--nest {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.Privacy__list--nest li {
  list-style-type: circle;
}

.Footer {
  background-color: #f4f6f3;
  color: #352724;
  border-top: 4px solid #8ec21f;
}
.Footer__inner {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .Footer__inner {
    padding-bottom: 80px;
  }
}
.Footer__logo img {
  display: block;
  width: 190px;
  max-width: 70%;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .Footer__logo img {
    width: 150px;
  }
}
.Footer__logo .DummyBox {
  width: 220px;
  max-width: 70%;
  margin: 0 auto;
  aspect-ratio: 4/1;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .Footer__logo .DummyBox {
    width: 180px;
  }
}
.Footer__tel {
  display: inline-flex;
  align-items: center;
  gap: 0 0.35em;
  font-size: 3rem;
  font-weight: 800;
  color: #d80c18;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .Footer__tel {
    font-size: 2.4rem;
  }
}
.Footer__tel i {
  font-size: 0.8em;
  color: #d80c18;
}
.Footer__sns {
  display: flex;
  justify-content: center;
  gap: 0 12px;
}
.Footer__sns a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  text-decoration: none;
}
.Footer__sns a i {
  color: #fff;
  font-size: 1.8rem;
}
.Footer__sns a .LineIcon {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}
.Footer__sns a:first-child {
  background-color: #06c755;
}
.Footer__sns a:last-child {
  background-color: #f08a00;
}
.Footer .FooterNav {
  flex-wrap: wrap;
}
.Footer .FooterNav li a {
  color: #749f19;
}
.Footer__company {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #352724;
}
@media screen and (max-width: 767px) {
  .Footer__company {
    font-size: 1.3rem;
  }
}
.Footer .Copyright {
  display: block;
  font-size: 1.2rem;
  opacity: 0.6;
}

.voice-Section {
  position: relative;
}
.voice-Section::before {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
}
.voice-Section .Sep {
  display: block;
  min-width: 2400px;
  width: 130%;
  position: absolute;
  top: -100px;
  top: 0;
  left: 50%;
  transform: translateX(-50%) scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .voice-Section .Sep {
    min-width: 1000px;
  }
}
.voice-Section__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .voice-Section__inner {
    max-width: 85%;
  }
}
.voice-Section__inner {
  z-index: 10;
  position: relative;
}
.voice-Section__column {
  display: flex;
  flex-direction: column;
  gap: 50px 0;
}
@media screen and (max-width: 767px) {
  .voice-Section .voiceItem .CtBox__inner {
    padding: 0 !important;
  }
}
.voice-Section .voiceItem__column {
  display: flex;
  align-items: flex-start;
  gap: 0 5%;
}
@media screen and (max-width: 767px) {
  .voice-Section .voiceItem__column {
    flex-direction: column;
    align-items: center;
    gap: 25px 0;
  }
}
.voice-Section .voiceItem__img {
  display: block;
  min-width: 15%;
  width: 15%;
}
@media screen and (max-width: 767px) {
  .voice-Section .voiceItem__img {
    min-width: initial;
    width: 35%;
  }
}
.voice-Section .voiceItem__img img {
  display: block;
  width: 100%;
}
.voice-Section .voiceItem__block {
  width: 100%;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .voice-Section .voiceItem__block {
    font-size: 1.5rem;
  }
}
.voice-Section .voiceItem__ttl {
  display: flex;
  background-color: #f3f3f3;
  padding: 0.5em;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  border-radius: 7px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .voice-Section .voiceItem__ttl {
    font-size: 2rem;
  }
}

.voice-Section {
  background-color: #fff;
}
.voice-Section::before {
  background-color: #fff !important;
}
.voice-Section .voiceItem__ttl {
  border: 3px solid #8ec21f;
}

.faq-Section {
  position: relative;
  background-color: rgba(255, 255, 255, 0.7);
}
.faq-Section__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .faq-Section__inner {
    max-width: 85%;
  }
}
.faq-Section__inner {
  z-index: 10;
  position: relative;
}
.faq-Section .FaqList__column {
  display: flex;
  flex-direction: column;
  gap: 25px 0;
}
@media screen and (max-width: 767px) {
  .faq-Section .FaqList__column {
    gap: 15px 0;
  }
}
.faq-Section .Faq {
  display: flex;
  flex-direction: column;
  padding: 1.5em;
  background-color: white;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .faq-Section .Faq {
    border-radius: 10px;
    padding: 1em;
  }
}
.faq-Section .Faq:last-child {
  border-bottom: none;
}
.faq-Section .Faq dt,
.faq-Section .Faq dd {
  position: relative;
}
.faq-Section .Faq dt::before,
.faq-Section .Faq dd::before {
  min-width: 50px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2.4rem;
  aspect-ratio: 1/1;
  border-radius: 7px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .faq-Section .Faq dt::before,
  .faq-Section .Faq dd::before {
    min-width: 40px;
    width: 40px;
    height: 40px;
    font-size: 1.7rem;
    line-height: 1;
  }
}
.faq-Section .Faq dt {
  padding: 0.35em 0;
  padding-left: calc(50px + 1em);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  cursor: pointer;
  padding-right: 3em;
}
@media screen and (max-width: 767px) {
  .faq-Section .Faq dt {
    padding-left: calc(40px + 0.5em);
    font-size: 1.7rem;
    line-height: 1.4;
  }
}
.faq-Section .Faq dt::before {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "Ｑ";
  background-color: #ff9600;
  color: white;
}
.faq-Section .Faq dt::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0.2em;
  font-size: 2.4rem;
  font-weight: 700;
  color: #ff9600;
  transition: transform 0.3s;
}
.faq-Section .Faq dd {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.faq-Section .Faq dd .answer {
  min-height: 50px;
  padding-top: 0.35em;
  padding-left: calc(50px + 1em);
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .faq-Section .Faq dd .answer {
    padding-left: calc(40px + 0.5em);
  }
}
.faq-Section .Faq dd .answer::before {
  min-width: 50px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "Ａ";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2.4rem;
  aspect-ratio: 1/1;
  border-radius: 7px;
  box-sizing: border-box;
  background-color: white;
  color: #ff9600;
  border: 2.5px solid #ff9600;
}
@media screen and (max-width: 767px) {
  .faq-Section .Faq dd .answer::before {
    min-width: 40px;
    width: 40px;
    height: 40px;
    font-size: 1.7rem;
    line-height: 1;
  }
}
.faq-Section .Faq.is-open dt::after {
  content: "−";
}
.faq-Section .Faq.is-open dd {
  max-height: 1000px;
}

.faq-Section {
  background-color: #f4f6f3;
}
.faq-Section .Faq dt::before {
  background-color: #8ec21f;
}
.faq-Section .Faq dt::after {
  color: #8ec21f;
}
.faq-Section .Faq dd .answer::before {
  color: #8ec21f;
  border-color: #8ec21f;
}

/*!
page > form
------------------------------
*/
.PgForm {
  overflow: hidden;
}

/*!
お申し込みフォーム セクション
※ コンテンツ幅は index.php の .About と揃える（co.container）
------------------------------
*/
.form-Section {
  background-color: #f4f6f3;
}
.form-Section__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .form-Section__inner {
    max-width: 85%;
  }
}
.form-Section__inner {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .form-Section__inner {
    max-width: 85%;
  }
}

/*!
完了（サンクス）画面
------------------------------
*/
.formThanks {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.formThanks__icon {
  color: #8ec21f;
  font-size: 7rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .formThanks__icon {
    font-size: 5.5rem;
  }
}
.formThanks__ttl {
  font-size: clamp(2.2rem, 2.4vw, 2.8rem);
  font-weight: 800;
  line-height: 1.4;
  color: #352724;
}
@media screen and (max-width: 767px) {
  .formThanks__ttl {
    font-size: 2rem;
  }
}
.formThanks__txt {
  font-size: 1.6rem;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .formThanks__txt {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.formThanks__note {
  font-size: 1.3rem;
  line-height: 1.7;
  color: rgba(53, 39, 36, 0.65);
}

.MiddleBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.6em;
  min-width: 280px;
  max-width: 100%;
  padding: 1em 2.5em;
  background-color: #ff9600;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 7px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .MiddleBtn {
    min-width: 220px;
    padding: 1em 1.5em;
    font-size: 1.5rem;
  }
}
.MiddleBtn:hover {
  opacity: 0.85;
  color: #fff;
}

.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: #ff9600;
}
.formCnt .timeLine li.prev::before, .formCnt .timeLine li.current::before {
  border-color: #ff9600;
}
.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 #ff9600;
}
@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: 0.5em;
  padding: 0.35em 0.5em 0.5em;
  background-color: #d20c0c;
  color: white;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
}
.formCnt .optional {
  background-color: #ebf5fc;
  color: #0093C9;
}
.formCnt .formInputBlock table th,
.formCnt .formInputBlock table td {
  padding: 1em 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 {
  font-size: 1.8rem;
  padding-top: 2em;
  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 (max-width: 100px) {
  .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 .row--radio {
  margin-top: 0.5em;
}
.formCnt .formInputBlock table td .row--file {
  margin-top: 0.5em;
}
.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 .Label {
  display: block;
}
.formCnt .formInputBlock table td .Notes {
  font-size: 1.4rem;
}
.formCnt .formInputBlock table td input[type=text],
.formCnt .formInputBlock table td input[type=email],
.formCnt .formInputBlock table td input[type=tel],
.formCnt .formInputBlock table td select,
.formCnt .formInputBlock table td textarea {
  width: 100%;
  max-width: 100%;
  font-size: 1.8rem;
  padding: 1em;
  border: none;
  border: 1.5px solid #ccc;
  box-sizing: border-box;
  color: #352724;
  border-radius: 3px;
}
@media screen and (max-width: 100px) {
  .formCnt .formInputBlock table td input[type=text],
  .formCnt .formInputBlock table td input[type=email],
  .formCnt .formInputBlock table td input[type=tel],
  .formCnt .formInputBlock table td select,
  .formCnt .formInputBlock table td textarea {
    padding: 0.65em 0.6em;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .formCnt .formInputBlock table td input[type=text],
  .formCnt .formInputBlock table td input[type=email],
  .formCnt .formInputBlock table td input[type=tel],
  .formCnt .formInputBlock table td select,
  .formCnt .formInputBlock table td textarea {
    padding: 0.7em 0.6em;
    font-size: 1.4rem;
  }
}
.formCnt .formInputBlock table td input[type=text]::placeholder,
.formCnt .formInputBlock table td input[type=email]::placeholder,
.formCnt .formInputBlock table td input[type=tel]::placeholder,
.formCnt .formInputBlock table td select::placeholder,
.formCnt .formInputBlock table td textarea::placeholder {
  color: rgba(53, 39, 36, 0.5);
  font-size: 1.3rem;
}
@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 input[type=tel]::placeholder,
  .formCnt .formInputBlock table td select::placeholder,
  .formCnt .formInputBlock table td textarea::placeholder {
    font-size: 1.3rem;
  }
}
.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 input[type=tel]: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 input[type=tel]: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: 18px;
  height: 18px;
  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: 8em;
  font-size: 1.5rem;
  padding: 0.7em 0.85em;
  box-sizing: border-box;
  border-radius: 3px;
  border: none;
  border: 1.5px solid #ccc;
}
@media screen and (max-width: 100px) {
  .formCnt .formInputBlock table td input[name=郵便番号] {
    padding: 0.65em 0.6em;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .formCnt .formInputBlock table td input[name=郵便番号] {
    padding: 0.7em 0.6em;
    font-size: 1.4rem;
  }
}
.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 input[name=第1希望_日時],
.formCnt .formInputBlock table td input[name=第2希望_日時] {
  width: 200px;
  max-width: 200px;
  margin-right: 25px;
  margin-bottom: 0;
}
.formCnt .formInputBlock table td input[name=年齢] {
  margin-right: 0.5em;
  width: 70px;
  max-width: 70px;
}
.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;
  }
}
.formCnt .formInputBlock table td .mwform-radio-field {
  display: inline-flex;
  align-items: center;
  margin: 0 1.5em 0.15em 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .formCnt .formInputBlock table td .mwform-radio-field {
    display: flex;
    width: 100%;
    margin: 0 0 0.75em 0;
  }
  .formCnt .formInputBlock table td .mwform-radio-field:last-child {
    margin-bottom: 0;
  }
}
.formCnt .formInputBlock table td .mwform-radio-field .mwform-radio-field-text {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-left: 28px;
  font-size: 1.5rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .formCnt .formInputBlock table td .mwform-radio-field .mwform-radio-field-text {
    font-size: 1.4rem;
    padding-left: 26px;
  }
}
.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%;
  left: 0;
}
.formCnt .formInputBlock table td .mwform-radio-field .mwform-radio-field-text::before {
  border: 1px solid #352724;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  left: 3px;
}
.formCnt .formInputBlock table td .mwform-radio-field .mwform-radio-field-text::after {
  background-color: #0093C9;
  border-radius: 50%;
  opacity: 0;
  width: 12px;
  height: 12px;
  left: 7px;
}
.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 input[type=file] {
  width: 100%;
  max-width: 100%;
  padding: 0.6em;
  border: 1.5px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  box-sizing: border-box;
  font-size: 1.4rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .formCnt .formInputBlock table td input[type=file] {
    font-size: 1.3rem;
    padding: 0.55em;
  }
}
.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: #d20c0c !important;
}
.formCnt .formInputBlock table.singleFormTable th,
.formCnt .formInputBlock table.singleFormTable td {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
}
.formCnt .formInputBlock table.singleFormTable th {
  padding: 1em;
}
.formCnt .formInputBlock table.singleFormTable td {
  padding: 1em 0;
}
.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;
  border-radius: 7px;
}
@media screen and (max-width: 100px) {
  .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.6rem;
  }
}
.formCnt .btnWrap input.send_btn, .formCnt .btnWrap input.send_btn2 {
  background-color: #ff9600;
  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: rgba(204, 204, 204, 0.1);
  border: 1px solid #cccccc;
  color: #352724;
}
.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 .pr-lead {
  margin: 0 0 1em;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .formCnt .privacy_wrap .pr-lead {
    font-size: 1.3rem;
  }
}
.formCnt .privacy_wrap .pr-lead a {
  color: #0093C9;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.formCnt .privacy_wrap .pr-lead a:hover {
  text-decoration: none;
}
.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 #ccc;
  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;
}
@media screen and (max-width: 767px) {
  .formCnt .privacy_wrap .privacy p {
    font-size: 1.2rem;
  }
}
.formCnt .privacy_wrap .privacy p.ttl {
  font-weight: bold;
}

.mw_wp_form_input .mw-wp-form_file {
  font-size: 1.5rem;
}
.mw_wp_form_input .btnWrap input.send_btn2 {
  display: none !important;
}

.mw_wp_form_confirm .inp_mes {
  display: none;
}
.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 .formInputBlock table td {
  padding-top: 1.5em;
}
.mw_wp_form_confirm .formInputBlock table td .row {
  margin-top: 0;
}
.mw_wp_form_confirm .formInputBlock table td .row--mailConf {
  display: none !important;
}
.mw_wp_form_confirm .formInputBlock table td .row--example {
  display: none !important;
}
.mw_wp_form_confirm .formInputBlock table td .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 > news（single / archive）
------------------------------
*/
.PgNews {
  background-color: #f4f6f3;
}

.NewsDetail__inner,
.NewsList__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .NewsDetail__inner,
  .NewsList__inner {
    max-width: 85%;
  }
}

.PostHead__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em 1em;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .PostHead__meta {
    font-size: 1.3rem;
  }
}
.PostHead__meta .date {
  display: inline-flex;
  align-items: center;
  gap: 0 0.4em;
  color: #8ec21f;
  font-weight: 700;
}
.PostHead__meta .cat a {
  display: inline-block;
  padding: 0.25em 0.75em;
  background-color: #8ec21f;
  color: #fff;
  font-size: 1.2rem;
  text-decoration: none;
  border-radius: 4px;
}
.PostHead__meta .tag-info {
  color: #352724;
  font-size: 1.3rem;
}
.PostHead__title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 0.75em;
  border-bottom: 2px solid #8ec21f;
}
@media screen and (max-width: 767px) {
  .PostHead__title {
    font-size: 2.1rem;
  }
}

.PostThumb img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.PostContent {
  font-size: 1.6rem;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .PostContent {
    font-size: 1.45rem;
  }
}
.PostContent h2 {
  margin-bottom: 1em;
  padding: 0.5em 0.75em;
  background-color: #8ec21f;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  border-radius: 7px;
}
@media screen and (max-width: 767px) {
  .PostContent h2 {
    font-size: 1.9rem;
    border-radius: 5px;
  }
}
.PostContent h3 {
  margin-bottom: 1em;
  padding: 0.4em 0.75em;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.4;
  background-color: #fff;
  border-left: 6px solid #8ec21f;
}
@media screen and (max-width: 767px) {
  .PostContent h3 {
    font-size: 1.7rem;
  }
}
.PostContent h4 {
  margin-bottom: 1em;
  padding-bottom: 0.4em;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid rgba(142, 194, 31, 0.4);
}
@media screen and (max-width: 767px) {
  .PostContent h4 {
    font-size: 1.6rem;
  }
}
.PostContent p {
  margin-bottom: 1.5em;
}
.PostContent a {
  color: #8ec21f;
  text-decoration: underline;
}
.PostContent strong {
  font-weight: 700;
}
.PostContent figure {
  margin-bottom: 1.5em;
}
.PostContent img {
  height: auto;
  max-width: 100%;
  border-radius: 6px;
}
.PostContent ul,
.PostContent ol {
  margin-bottom: 1.5em;
}
.PostContent ul li,
.PostContent ol li {
  margin-left: 1.25em;
  line-height: 1.8;
}
.PostContent ul li {
  list-style-type: disc;
}
.PostContent ol li {
  list-style-type: decimal;
}
.PostContent table {
  width: 100%;
  margin-bottom: 1.5em;
  border-collapse: collapse;
  box-sizing: border-box;
}
.PostContent table th,
.PostContent table td {
  padding: 0.75em 1.25em;
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
  text-align: left;
}
.PostContent table th {
  width: 28%;
  background-color: #f4f6f3;
  font-weight: 700;
}
.PostContent iframe {
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .PostContent iframe {
    width: 100%;
    height: 220px;
  }
}
.PostContent > *:last-child {
  margin-bottom: 0;
}

.NewsNav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 1em;
}
@media screen and (max-width: 767px) {
  .NewsNav {
    gap: 0 0.5em;
  }
}
.NewsNav__side {
  flex: 1;
  display: flex;
}
.NewsNav__side--prev {
  justify-content: flex-start;
}
.NewsNav__side--next {
  justify-content: flex-end;
}
.NewsNav__link {
  display: inline-flex;
  align-items: center;
  color: #352724;
  font-size: 1.4rem;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .NewsNav__link {
    font-size: 1.2rem;
  }
}
.NewsNav__link--prev::before {
  content: "‹";
  margin-right: 0.5em;
}
.NewsNav__link--next::after {
  content: "›";
  margin-left: 0.5em;
}
.NewsNav__link:hover {
  color: #8ec21f;
}
.NewsNav__back {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75em 2em;
  background-color: #8ec21f;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .NewsNav__back {
    padding: 0.7em 1.2em;
    font-size: 1.3rem;
  }
}
.NewsNav__back:hover {
  background-color: #749f19;
  color: #fff;
  opacity: 1;
}

.NewsList__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 100px) {
  .NewsList__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .NewsList__items {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

.NewsCard {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-decoration: none;
  color: #352724;
}
.NewsCard:hover {
  opacity: 1;
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
}
.NewsCard:hover .linkBtn {
  background-color: #8ec21f;
  border-color: #8ec21f;
  color: #fff;
}
.NewsCard__thumb {
  display: block;
}
.NewsCard__thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 5/4;
  object-fit: cover;
  border-bottom: 1px solid #d2d2d2;
}
.NewsCard__thumb .logoImg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 5/4;
  background-color: #fff;
  border-bottom: 1px solid #d2d2d2;
}
.NewsCard__thumb .logoImg img {
  width: 50%;
  aspect-ratio: auto;
  object-fit: contain;
  border-bottom: none;
}
.NewsCard__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.25em 1.25em 1.5em;
}
.NewsCard__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25em 0.75em;
}
.NewsCard__meta .date {
  font-size: 1.3rem;
  font-weight: 700;
  color: #8ec21f;
}
.NewsCard__meta .cat {
  font-size: 1.2rem;
  padding: 0.15em 0.6em;
  background-color: #f4f6f3;
  border-radius: 4px;
}
.NewsCard__title {
  display: block;
  margin-top: 0.5em;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .NewsCard__title {
    font-size: 1.5rem;
  }
}
.NewsCard .linkBtn {
  display: flex !important;
  width: 100% !important;
  box-sizing: border-box;
  justify-content: center;
  margin-top: auto;
  padding: 0.6em 1.5em;
  background-color: transparent;
  border: 1.5px solid #8ec21f;
  color: #8ec21f;
  border-radius: 50px;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}

.btm_pgnav .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.35em;
}
.btm_pgnav a,
.btm_pgnav span {
  text-decoration: none;
  border: none;
  padding: 0;
  color: #352724;
  font-size: 1.4rem;
  box-sizing: border-box;
}
.btm_pgnav a.page-numbers, .btm_pgnav a.current,
.btm_pgnav span.page-numbers,
.btm_pgnav span.current {
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.btm_pgnav a.next, .btm_pgnav a.prev,
.btm_pgnav span.next,
.btm_pgnav span.prev {
  width: auto;
  background-color: transparent;
  border-radius: 0;
  border: none;
}
.btm_pgnav a:hover,
.btm_pgnav span.current {
  background-color: #8ec21f;
  border-color: #8ec21f;
  color: #fff;
  font-weight: 700;
  opacity: 1;
}
