@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tfoot, thead, th, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #00449a;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

ol li, ul li {
  list-style: none;
}

* {
  box-sizing: border-box;
}

/* 基本カラーのカラーコードを入れてください */
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
html {
  font-size: 62.5%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  line-height: 1;
  font-size: clamp(14px, 2vw, 16px);
  color: #333;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0 auto;
  letter-spacing: 0.06em;
}
body main {
  flex: 1;
}

h1 {
  padding: 2em 1.5em 1em;
  font-size: clamp(24px, 2vw, 30px);
  width: min(1260px, 90vw);
  letter-spacing: 0.06em;
  margin: 0 auto;
  font-weight: 400;
  position: relative;
  text-align: center;
  color: #fff;
}
h1 span {
  display: block;
  font-size: clamp(30px, 5vw, 80px);
  letter-spacing: 0;
  padding: 0 0 0.5em;
  font-family: "unbounded", sans-serif;
}
h1 + section {
  padding-top: 0;
}

h2 {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: clamp(16px, 4.3vw, 18px);
  letter-spacing: 1.12px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-weight: 600;
  margin: 0 auto;
}
h2 span {
  display: block;
  text-align: center;
  color: #937f5a;
  font-size: clamp(36px, 7vw, 50px);
  padding-bottom: 0.25em;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
}
h2::after {
  position: absolute;
  display: block;
  content: "";
  width: 0.825em;
  height: 0.625em;
  background: url(../img/h2_aft.webp) no-repeat;
  background-size: cover;
  inset: -0.1em -1em 0 0;
  margin: 0 0 auto auto;
}
h2.single span {
  font-size: clamp(22px, 7vw, 40px);
}
@media screen and (max-width: 767px) {
  h2 span {
    font-size: 2em;
  }
}

h3 {
  font-size: clamp(22px, 2vw, 38px);
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #937f5a;
  padding: 0;
  margin-bottom: 1em;
  line-height: 1.45em;
}
h3 span {
  font-size: clamp(12px, 2vw, 16px);
  padding-left: 1em;
}

section {
  padding: 5% 0;
  margin: 0 auto;
}
section .s_hdr {
  display: flex;
  width: 100%;
  align-items: center;
}
section .inner {
  width: min(1000px, 90vw);
  margin: 0 auto;
}
section:last-of-type {
  margin-bottom: 0;
}
section::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 600px) {
  section {
    padding: 10% 0;
  }
  section .inner {
    width: 100%;
    padding: 0 5%;
  }
}

p:has(img) {
  width: 100%;
  margin: 0 auto 2em;
  text-align: center;
  line-height: 0;
}
p:has(img) img {
  max-width: 100%;
  margin: 0 auto;
  line-height: 1;
}
p:has(img):last-child {
  margin-bottom: 0;
}

p {
  margin-bottom: 1.5em;
  line-height: 2.2em;
  font-size: clamp(14px, 2vw, 16px);
  letter-spacing: 0.15em;
  font-feature-settings: "palt";
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #333;
  text-decoration: none;
}

article {
  padding: 3%;
  margin-bottom: 5%;
}
article .date {
  text-align: right;
}
article:nth-child(odd) {
  background-color: #f9f9f9;
}

.page_top {
  position: fixed;
  right: 5%;
  bottom: 15%;
  z-index: 15;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.5s ease;
}
.page_top.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media (max-width: 767px) {
  .page_top {
    width: 16vw;
    height: 16vw;
  }
  .page_top img {
    width: 100%;
  }
}

.lnk_tel {
  text-decoration: none;
}
@media (min-width: 767px) {
  .lnk_tel {
    pointer-events: none;
    cursor: default;
  }
}

.box_video {
  position: relative;
  width: 100%;
  height: 56.25%;
  padding: 56.25% 0 0 0;
  text-align: center;
}
.box_video .video_wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  margin: 0 auto;
}
.box_video .video_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ripple {
  position: relative;
  display: block;
}
.ripple img {
  max-width: 100%;
  margin: 0 auto;
}
.ripple span {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 90%;
  height: 100%;
  margin: auto;
  animation-name: rippleAnimation;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  border-radius: 100px;
  background-color: #fff072;
  box-shadow: 0 0 5px white;
}
@keyframes rippleAnimation {
  0% {
    transform: scale(1, 1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.1, 1.1);
    opacity: 0;
  }
}
.ripple2 {
  position: relative;
  display: block;
}
.ripple2 img {
  max-width: 100%;
  margin: 0 auto;
}
.ripple2 span.clr_1, .ripple2 span.clr_2 {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 70px;
  height: 70px;
  margin: auto;
  animation-name: rippleAnimation2;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  border-radius: 100%;
  box-shadow: 0 0 45px 1px #ff004a inset;
}
.ripple2 span.clr_2 {
  animation-delay: 0.3s;
}
@keyframes rippleAnimation2 {
  0% {
    transform: scale(1, 1);
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  80% {
    transform: scale(4.5, 4.5);
    opacity: 0;
  }
  100% {
    transform: scale(4.5, 4.5);
    opacity: 0;
  }
}
.bounce {
  position: relative;
}
.bounce::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100px;
  height: 50px;
  margin: 0 auto auto;
  content: "";
  background: url(../img/down.png) no-repeat center top;
  animation-name: bounce;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.nav-links {
  display: flex;
  padding: 5px 0;
}

.Fade-In {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}
.Fade-In.Fade-In-2 {
  transition-delay: 0.2s;
}
.Fade-In.Fade-In-3 {
  transition-delay: 0.3s;
}
.Fade-In.Fade-In-4 {
  transition-delay: 0.4s;
}

.Fade-In-Down {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 1s;
}
.Fade-In-Down.Fade-In-Down-2 {
  transition-delay: 0.2s;
}
.Fade-In-Down.Fade-In-Down-3 {
  transition-delay: 0.3s;
}
.Fade-In-Down.Fade-In-Down-4 {
  transition-delay: 0.4s;
}

.Fade-In-Left {
  opacity: 0;
  transform: translateX(-20px);
  transition: all 1s;
}
.Fade-In-Left.Fade-In-Left-2 {
  transition-delay: 0.2s;
}
.Fade-In-Left.Fade-In-Left-3 {
  transition-delay: 0.3s;
}
.Fade-In-Left.Fade-In-Left-4 {
  transition-delay: 0.4s;
}

.Fade-In-Right {
  opacity: 0;
  transform: translateX(20px);
  transition: all 1s;
}
.Fade-In-Right.Fade-In-Right-2 {
  transition-delay: 0.2s;
}
.Fade-In-Right.Fade-In-Right-3 {
  transition-delay: 0.3s;
}
.Fade-In-Right.Fade-In-Right-4 {
  transition-delay: 0.4s;
}

.t_1 {
  color: #009944;
}

.t_2 {
  color: #c00;
}

.t_3 {
  color: #c00;
}

.t_4 {
  color: #c00;
}

.t_5 {
  color: #c00;
}

.t_1_b {
  padding: 0.1em;
  color: #c00;
  background-color: #ff0;
}

.t_2_b {
  padding: 0.1em;
  color: #c00;
  background-color: #ff0;
}

.t_3_b {
  padding: 0.1em;
  color: #c00;
  background-color: #ff0;
}

.t_4_b {
  padding: 0.1em;
  color: #c00;
  background-color: #ff0;
}

.t_5_b {
  padding: 0.1em;
  color: #c00;
  background-color: #ff0;
}

.t_sml {
  font-size: 80%;
}

.t_lrg {
  font-size: 130%;
}

.t_xlrg {
  font-size: 170%;
}

.t_stg {
  font-weight: bold;
}

.t_ul {
  text-decoration: underline;
}

.t_c {
  text-align: center;
}

.t_r {
  text-align: right;
}

.t_l {
  text-align: left;
}

.f_l {
  float: left;
  margin-right: 1em;
}

.f_r {
  float: right;
  margin-left: 1em;
}

.mb0 {
  margin-bottom: 0px !important;
}

header {
  height: 100px;
  background-color: #fff;
  padding: 28px 0;
}
header .inner {
  width: min(1300px, 90vw);
  margin: 0 auto;
  display: flex;
  align-items: center;
}
header .inner .logo {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0 0;
}
header .inner .btn_box {
  display: flex;
  gap: 1.5em;
}
@media screen and (max-width: 767px) {
  header {
    height: 60px;
    padding: 10px 0;
  }
  header .inner .logo {
    width: 40%;
  }
  header .inner .btn_box {
    width: 50%;
    gap: 10px;
  }
}

footer {
  padding: 5% 0 8%;
}
footer .logo {
  margin-bottom: 0.5em;
}
footer .copyright {
  font-size: 11px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 5% 0 20%;
  }
}

.btn_1 {
  margin-bottom: 0;
}
.btn_1 a {
  position: relative;
  display: block;
  width: 240px;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  padding: 0.35em;
  background: linear-gradient(90deg, rgb(142, 123, 88) 0%, rgb(173, 152, 100) 50%, rgb(142, 123, 88) 100%);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}
.btn_1 a::after {
  position: absolute;
  display: block;
  content: "";
  width: 36px;
  height: 7px;
  background: url(../img/arw_1.webp) no-repeat center top;
  inset: 0 6% 4px 0;
  margin: auto 0 auto auto;
}
@media screen and (max-width: 1024px) {
  .btn_1 a {
    width: 18vw;
    font-size: 12px;
  }
  .btn_1 a::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .btn_1 a {
    width: 22vw;
    font-size: 12px;
  }
  .btn_1 a::after {
    display: none;
  }
}

.btn_2 {
  margin-bottom: 0;
  width: 280px;
  background-color: #a34a63;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  text-align: center;
}
.btn_2 a {
  display: block;
  width: 100%;
  color: #fff;
  padding: 0.3em 2.5em;
  font-size: clamp(14px, 2vw, 18px);
}
.btn_2.line a {
  background: url(../img/icon_line.webp) no-repeat 93%;
}
.btn_2.mail a {
  background: url(../img/icon_mail.webp) no-repeat 93%;
}
@media screen and (max-width: 767px) {
  .btn_2 {
    width: 42vw;
  }
  .btn_2 a {
    font-size: 12px;
    letter-spacing: 0.05em;
    padding: 0.3em 1.75em 0.3em 0.3em;
  }
}

.fix_btn {
  position: fixed;
  background-color: #beb29c;
  width: 100%;
  height: 100px;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5em;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.5s ease, visibility 0s linear 0.5s;
}
.fix_btn.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}
@media screen and (max-width: 767px) {
  .fix_btn {
    height: 60px;
  }
}

.f_box {
  display: flex;
}
@media screen and (max-width: 767px) {
  .f_box {
    flex-flow: column;
  }
}

.sec_fv {
  background: #faf9f7 url(../img/mv_bg.webp) no-repeat center top;
  background-size: 100% auto;
}
.sec_fv .inner {
  width: min(1260px, 90vw);
}
.sec_fv .inner .catch {
  text-align: right;
}
.sec_fv .inner .catch img {
  width: 40.8vw;
  max-width: 595px;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .sec_fv {
    background: #faf9f7 url(../img/mv_bg_sp.webp) no-repeat center top;
    background-size: 100% auto;
    padding-top: 47%;
  }
  .sec_fv .inner {
    padding: 0;
  }
  .sec_fv .inner .catch {
    text-align: center;
  }
  .sec_fv .inner .catch img {
    width: 100%;
  }
}

.cta_box {
  background-color: #f5eee0;
  width: 90%;
  max-width: 870px;
  margin: 0 auto;
  border: #94815a solid 1px;
  border-radius: 24px;
  position: relative;
  box-shadow: 8px 8px 12px #ddd;
}
.cta_box .img_1 {
  position: relative;
  margin: -50px auto 0;
}
.cta_box .img_2 {
  margin-bottom: 3%;
}
.cta_box .img_3 {
  margin-bottom: 3%;
}
.cta_box .card_box {
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
  margin-bottom: 3%;
  padding: 0 3%;
}
.cta_box .card_box p {
  width: 44%;
  margin: 0;
}
.cta_box .card_box p.plus {
  width: 28px;
}
.cta_box .btn_area {
  display: flex;
  justify-content: center;
  gap: 1.5em;
  background-color: #beb29c;
  padding: 3%;
  border-radius: 0 0 24px 24px;
}
@media screen and (max-width: 767px) {
  .cta_box {
    width: 100%;
    border-radius: 12px;
    box-shadow: 4px 4px 8px #ddd;
  }
  .cta_box .img_1 {
    margin: -8vw auto 0 -3%;
    width: 106%;
  }
  .cta_box .img_2 {
    width: 88%;
    margin-bottom: 6%;
  }
  .cta_box .img_3 {
    width: 70%;
    margin-bottom: 6%;
  }
  .cta_box .card_box {
    gap: 4%;
    margin-bottom: 6%;
  }
  .cta_box .card_box p {
    width: 47%;
  }
  .cta_box .btn_area {
    gap: 4%;
    border-radius: 0 0 12px 12px;
  }
}

.sec_news {
  padding: 30px 0;
}
.sec_news .inner {
  max-width: 960px;
}
.sec_news .f_box {
  gap: 5%;
  align-items: center;
}
.sec_news .f_box h2 {
  width: 20%;
}
.sec_news .f_box ul {
  width: 75%;
}
.sec_news .f_box ul li {
  border-bottom: #514d47 dotted 2px;
  padding-bottom: 0.75em;
}
.sec_news .f_box ul li span {
  padding-right: 2em;
}
.sec_news .f_box ul li + li {
  margin-top: 1.5em;
}
.sec_news article h3 {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: clamp(16px, 2vw, 18px);
  color: #000;
}
.sec_news article p.date {
  text-align: left;
}
.sec_news article p.btn_2 {
  margin: 5% auto 0;
}
@media screen and (max-width: 767px) {
  .sec_news .f_box {
    gap: 5%;
    align-items: center;
  }
  .sec_news .f_box h2 {
    width: 100%;
  }
  .sec_news .f_box ul {
    margin-top: 8%;
    width: 100%;
  }
  .sec_news .f_box ul li span {
    display: block;
    margin-bottom: 0.5em;
  }
}

.sec_data {
  background-color: #faf9f7;
}
.sec_data h2 {
  margin-bottom: 2em;
}
.sec_data .f_box {
  justify-content: center;
  margin: 5% auto 1%;
}
@media screen and (max-width: 767px) {
  .sec_data .t_sml + .f_box {
    margin-top: 15%;
  }
}

.sec_check {
  background: #faf9f7 url(../img/bg_1.webp) no-repeat center top;
  padding-bottom: 10%;
}
.sec_check h2 {
  margin-left: 0;
  display: flex;
  align-items: center;
  gap: 1em;
  text-align: left;
  line-height: 1.5em;
  font-size: clamp(20px, 6.3vw, 30px);
}
.sec_check ul {
  margin: 3% 0 0 3%;
}
.sec_check ul li {
  padding: 0.5em 0.5em 0.5em 2.5em;
  background: url(../img/icon_chk.webp) no-repeat left;
  font-size: clamp(16px, 4.3vw, 20px);
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.sec_check ul li + li {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .sec_check h2 {
    flex-flow: column;
    font-size: clamp(20px, 5.3vw, 30px);
  }
  .sec_check h2 img {
    width: 26vw;
  }
  .sec_check ul {
    width: 100%;
    margin: 5% 0 0;
  }
  .sec_check ul li {
    line-height: 1.5em;
    background-position: left 0.6em;
    background-size: 1.5em auto;
  }
  .sec_check ul li + li {
    margin-top: 0;
  }
}

.sec_about {
  background-color: #faf9f7;
}
.sec_about h2 {
  margin: 0 auto 1.5em;
}
.sec_about h3 {
  margin-bottom: 0.5em;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.sec_about .catch {
  font-size: clamp(18px, 4.7vw, 30px);
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.75em;
}
.sec_about .catch span {
  font-size: clamp(21px, 5.3vw, 32px);
  color: #a34a63;
  padding: 0;
}
.sec_about .f_box {
  gap: 3%;
}
.sec_about .f_box p.img {
  width: 43%;
}
.sec_about .f_box .text {
  width: 54%;
}
.sec_about .cta_box {
  margin-top: 10%;
}
@media screen and (max-width: 767px) {
  .sec_about .f_box {
    gap: 3%;
  }
  .sec_about .f_box p.img {
    width: 70%;
  }
  .sec_about .f_box .text {
    width: 100%;
  }
}

.sec_situation {
  background-color: #faf9f7;
}
.sec_situation h2 {
  margin: 0 auto 0.5em;
}
.sec_situation h3 {
  margin-bottom: 1em;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  letter-spacing: 0.14em;
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: clamp(18px, 4.7vw, 30px);
}
.sec_situation h3 img {
  margin-right: 0.5em;
}
.sec_situation .catch {
  font-size: clamp(18px, 4.7vw, 30px);
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.75em;
}
.sec_situation .f_box {
  gap: 3%;
}
.sec_situation .f_box p.img {
  width: 43%;
}
.sec_situation .f_box .text {
  width: 54%;
  padding-top: 0.5em;
}
.sec_situation .f_box.f_box {
  margin-top: 8%;
}
.sec_situation .f_box.r_rvs {
  flex-flow: row-reverse;
}
@media screen and (max-width: 767px) {
  .sec_situation .f_box {
    gap: 3%;
  }
  .sec_situation .f_box p.img {
    width: 70%;
    margin-bottom: 0.5em;
  }
  .sec_situation .f_box .text {
    width: 100%;
  }
  .sec_situation .f_box .text h3 img {
    width: 26vw;
    margin-right: 0.5em;
  }
  .sec_situation .f_box.f_box {
    margin-top: 16%;
  }
  .sec_situation .f_box.r_rvs {
    flex-flow: column;
  }
}

.sec_service {
  background-color: #faf9f7;
}
.sec_service h2 {
  margin: 0 auto 0.5em;
}
.sec_service .catch {
  font-size: clamp(20px, 5.3vw, 30px);
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.75em;
}
.sec_service .catch span {
  font-size: clamp(21px, 5.3vw, 32px);
  color: #a34a63;
  padding: 0;
}
.sec_service .f_box {
  gap: 2%;
}
.sec_service .f_box .item {
  width: 32%;
}
.sec_service .f_box .item p {
  padding: 0.5em;
  font-size: 14px;
  line-height: 1.5em;
}
@media screen and (max-width: 1024px) {
  .sec_service .f_box .item img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sec_service .f_box {
    margin: 0 auto;
    width: 100%;
  }
  .sec_service .f_box .item {
    width: 90%;
    margin: 0 auto;
    padding-right: 0.5em;
  }
  .sec_service .f_box .item img {
    width: 100%;
  }
  .sec_service .f_box .item p {
    width: 100%;
    padding-right: 0;
  }
  .sec_service .f_box .item + .item {
    margin-top: 10%;
  }
}

.sec_list {
  background-color: #fff;
}
.sec_list ul {
  display: flex;
  flex-flow: wrap;
  gap: 2.75%;
}
.sec_list ul li {
  margin-top: 1.5em;
  width: 31.5%;
  gap: 3%;
  border: #937f5a solid 1px;
  padding: 0.5em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: clamp(15px, 4vw, 18px);
  color: #937f5a;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  box-shadow: 3px 3px 4px #ddd;
}
.sec_list ul li:first-child {
  border: none;
  box-shadow: none;
  padding: 0;
}
.sec_list ul li:first-child h2 {
  margin-top: -1em;
  margin-left: 0;
  color: #000;
  font-size: clamp(16px, 4.3vw, 26px);
  text-align: left;
  letter-spacing: 0.14em;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-weight: 400;
}
.sec_list ul li:first-child h2 span {
  font-size: 1.6em;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1024px) {
  .sec_list ul li {
    font-size: 2vw;
  }
  .sec_list ul li:first-child {
    padding: 0;
  }
  .sec_list ul li:first-child h2 {
    font-size: 2.75vw;
  }
  .sec_list ul li:first-child h2 span {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 767px) {
  .sec_list ul li {
    width: 100%;
    margin-top: 3%;
    font-size: 4.3vw;
  }
  .sec_list ul li br {
    display: none;
  }
  .sec_list ul li img {
    width: 12vw;
  }
  .sec_list ul li:first-child {
    margin-bottom: 8%;
  }
  .sec_list ul li:first-child h2 {
    font-size: 4.3vw;
    text-align: center;
  }
  .sec_list ul li:first-child h2 span {
    font-size: 2em;
  }
}

.sec_difference {
  background-color: #faf9f7;
}
.sec_difference h2 {
  font-size: clamp(16px, 4.3vw, 28px);
  line-height: 1.5em;
}
.sec_difference p:has(img) {
  margin-top: 5%;
}

.scroll-outer {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch; /* iOS 慣性スクロール */
  scrollbar-width: none; /* Firefox: スクロールバー非表示 */
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .scroll-outer {
    cursor: grab;
  }
}

.scroll-outer::-webkit-scrollbar {
  display: none; /* Chrome/Safari: スクロールバー非表示 */
}

@media screen and (max-width: 767px) {
  .scroll-outer.grabbing {
    cursor: grabbing;
  }
}

/* ===== 画像（横幅の大きい1枚） ===== */
.scroll-outer img {
  display: block;
  width: auto; /* 画像の元の横幅をそのまま使用 */
  max-width: 100%;
  flex-shrink: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  pointer-events: none; /* ドラッグ中に画像が干渉しないように */
}
@media screen and (max-width: 767px) {
  .scroll-outer img {
    max-width: none; /* 親幅に収縮させない */
    height: 320px; /* 高さは好みで調整 */
  }
}

/* ===== スクロールバー ===== */
.scrollbar-wrap {
  position: relative;
  height: 4px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 99px;
  margin: 8px 0 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.scrollbar-drag {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 99px;
  cursor: grab;
  transition: background 0.15s;
}

.scrollbar-drag:hover,
.scrollbar-drag.dragging {
  background: rgba(0, 0, 0, 0.65);
  cursor: grabbing;
}

.sec_saifty {
  background-color: #faf9f7;
}
.sec_saifty h2 {
  font-size: clamp(16px, 4.3vw, 28px);
}
.sec_saifty .f_box {
  flex-flow: wrap;
  gap: 3%;
  margin-top: 5%;
}
.sec_saifty .f_box .item {
  width: 48.5%;
  margin-bottom: 1em;
  border: #937f5a solid 1px;
  border-radius: 10px;
  padding: 2%;
  background-color: #fff;
}
.sec_saifty .f_box .item p {
  letter-spacing: 0.12em;
  font-size: clamp(12px, 3.4vw, 14px);
}
.sec_saifty .f_box .item p span {
  color: #a34a63;
}
@media screen and (max-width: 767px) {
  .sec_saifty .f_box .item {
    width: 100%;
    padding: 1em;
  }
  .sec_saifty .f_box .item p:has(img) {
    margin-bottom: 0.5em;
  }
  .sec_saifty .f_box .item p:has(img) img {
    width: 80%;
  }
}

.sec_plan {
  background: #fbf9f7 url(../img/bg_2.webp) no-repeat center top;
  background-size: 100% auto;
  padding-top: 24%;
}
.sec_plan h2 {
  font-size: clamp(16px, 4.3vw, 28px);
}
.sec_plan .f_box {
  width: 100%;
  gap: 3%;
  margin-top: 5%;
}
.sec_plan .f_box .l_item, .sec_plan .f_box .r_item {
  border: #937f5a solid 1px;
  border-radius: 10px;
  padding: 2% 0;
  background-color: #fff;
}
.sec_plan .f_box .l_item h3, .sec_plan .f_box .r_item h3 {
  text-align: center;
  font-weight: 500;
  font-size: clamp(20px, 6vw, 32px);
}
.sec_plan .f_box .l_item .up_box, .sec_plan .f_box .r_item .up_box {
  border-bottom: #937f5a dotted 2px;
  height: 225px;
}
.sec_plan .f_box .l_item .bottom_box, .sec_plan .f_box .r_item .bottom_box {
  padding-top: 2em;
}
.sec_plan .f_box .l_item .bottom_box p, .sec_plan .f_box .r_item .bottom_box p {
  padding: 0 1em 0 1.25em;
}
.sec_plan .f_box .l_item .bottom_box p.ttl, .sec_plan .f_box .r_item .bottom_box p.ttl {
  font-size: 1.2em;
  text-align: center;
}
.sec_plan .f_box .l_item .bottom_box p span, .sec_plan .f_box .r_item .bottom_box p span {
  color: #937f5a;
}
.sec_plan .f_box .l_item {
  position: relative;
  width: 30%;
}
.sec_plan .f_box .l_item .tag {
  position: absolute;
  top: -60px;
  left: -35px;
}
.sec_plan .f_box .l_item .up_box p {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  color: #937f5a;
  font-size: clamp(16px, 4.3vw, 24px);
}
.sec_plan .f_box .l_item .up_box p span {
  color: #a34a63;
  font-size: 2em;
}
.sec_plan .f_box .r_item {
  width: 67%;
}
.sec_plan .f_box .r_item .f_box {
  gap: 0;
}
.sec_plan .f_box .r_item .f_box dl {
  width: 25%;
}
.sec_plan .f_box .r_item .f_box dl dt, .sec_plan .f_box .r_item .f_box dl dd {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  padding: 1em;
}
.sec_plan .f_box .r_item .f_box dl dt {
  background-color: #e0dace;
}
.sec_plan .f_box .r_item .f_box dl dt span {
  font-size: 1.5em;
}
.sec_plan .f_box .r_item .f_box dl dd em {
  font-size: 1.75em;
  font-style: normal;
}
.sec_plan .f_box .r_item .f_box dl dd span {
  display: block;
  padding-top: 1.25em;
  font-size: 0.75em;
}
.sec_plan .f_box .r_item .f_box dl + dl {
  border-left: #937f5a solid 1px;
}
.sec_plan .cta_box {
  margin-top: 10%;
}
@media screen and (max-width: 1024px) {
  .sec_plan {
    background-size: 100% auto;
  }
  .sec_plan .f_box .l_item .up_box, .sec_plan .f_box .r_item .up_box {
    height: 22.5vw;
  }
  .sec_plan .f_box .l_item .up_box h3, .sec_plan .f_box .r_item .up_box h3 {
    font-size: 3vw;
  }
  .sec_plan .f_box .r_item .f_box dl {
    font-size: 1.75vw;
    letter-spacing: 0.01em;
  }
  .sec_plan .f_box .r_item .f_box dl dt span {
    font-size: 1.3em;
  }
  .sec_plan .f_box .r_item .f_box dl dd em {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .sec_plan .f_box {
    width: 100%;
    margin: 7% auto;
  }
  .sec_plan .f_box .l_item, .sec_plan .f_box .r_item {
    width: 100%;
  }
  .sec_plan .f_box .l_item .up_box, .sec_plan .f_box .r_item .up_box {
    height: auto;
    padding: 1em;
  }
  .sec_plan .f_box .l_item .up_box h3, .sec_plan .f_box .r_item .up_box h3 {
    font-size: 5.7vw;
    margin-bottom: 0.5em;
  }
  .sec_plan .f_box .l_item .bottom_box, .sec_plan .f_box .r_item .bottom_box {
    padding-top: 1em;
  }
  .sec_plan .f_box .l_item .bottom_box p.ttl, .sec_plan .f_box .r_item .bottom_box p.ttl {
    margin-bottom: 0.75em;
  }
  .sec_plan .f_box .l_item .tag {
    width: 20vw;
    top: -10vw;
    left: -4vw;
  }
  .sec_plan .f_box .l_item p {
    font-size: 3.4vw;
  }
  .sec_plan .f_box .l_item .up_box p {
    font-size: 6vw;
  }
  .sec_plan .f_box .r_item {
    margin-top: 8%;
  }
  .sec_plan .f_box .r_item .up_box {
    padding: 1em 0 1px;
  }
  .sec_plan .f_box .r_item .up_box .f_box {
    width: 100%;
    margin: 0;
    flex-flow: wrap;
  }
  .sec_plan .f_box .r_item .up_box .f_box dl {
    width: 50%;
    font-size: 3.7vw;
  }
  .sec_plan .f_box .r_item .up_box .f_box dl:nth-child(3) {
    border: none;
  }
  .sec_plan .f_box .r_item .bottom_box p {
    font-size: 3.4vw;
  }
}

.sec_comparison {
  background-color: #faf9f7;
}
.sec_comparison h2 + p {
  text-align: center;
  margin-top: 5%;
}
.sec_comparison .scroll-outer {
  margin-top: 5%;
}
.sec_comparison .scroll-outer p:has(img) {
  max-width: 820px;
  margin: 0 auto;
}
.sec_comparison .bdr_box {
  margin: 5% auto 10%;
  border: #937f5a solid 1px;
  border-radius: 10px;
  background-color: #fff;
  padding: 2%;
  max-width: 820px;
}
.sec_comparison .bdr_box h3 {
  font-size: clamp(17px, 2vw, 20px);
  text-align: center;
}
.sec_comparison .bdr_box p {
  text-align: center;
  font-size: clamp(14px, 2vw, 14px);
}
@media screen and (max-width: 767px) {
  .sec_comparison .scroll-outer p:has(img) {
    padding: 0;
  }
  .sec_comparison .scroll-outer p:has(img) img {
    width: auto;
    max-width: unset;
  }
  .sec_comparison .scroll-outer img {
    height: 450px;
  }
  .sec_comparison .bdr_box {
    margin-bottom: 15%;
  }
  .sec_comparison .bdr_box p {
    line-height: 1.6em;
    font-size: 3.7vw;
  }
}

.sec_step {
  background: #faf9f7 url(../img/bg_3.webp) no-repeat center bottom;
  background-size: 100% auto;
  padding-bottom: 8%;
}
.sec_step h2 {
  position: relative;
  font-size: clamp(16px, 4.3vw, 33px);
  letter-spacing: 0.14em;
}
.sec_step h2 i {
  color: #937f5a;
  font-size: clamp(36px, 7vw, 48px);
}
.sec_step h2 span {
  padding-top: 0.5em;
}
.sec_step h2::before, .sec_step h2::after {
  position: absolute;
  display: block;
  content: "";
  width: 2px;
  height: 1em;
  background: #000;
  inset: 0 0 0 0;
  margin: 0.5em auto auto -0.75em;
  transform: rotate(-30deg);
}
.sec_step h2::after {
  margin: 0.5em -0.5em auto auto;
  transform: rotate(30deg);
}
.sec_step .f_box {
  gap: 2%;
  margin-top: 5%;
}
.sec_step .f_box .item {
  width: 32%;
}
.sec_step .f_box .item h3 {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  color: #937f5a;
  font-size: clamp(18px, 4.7vw, 22px);
  margin: 0.5em 0;
}
.sec_step .f_box .item p {
  font-size: 14px;
  line-height: 1.5em;
}
.sec_step .f_box .item img {
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .sec_step .f_box .item h3 {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 767px) {
  .sec_step {
    padding-bottom: 12%;
  }
  .sec_step .f_box {
    width: 90%;
    margin: 5% auto 0;
  }
  .sec_step .f_box .item {
    width: 100%;
  }
  .sec_step .f_box .item h3 {
    font-size: clamp(18px, 4.7vw, 22px);
  }
  .sec_step .f_box .item + .item {
    margin-top: 12%;
  }
}

.sec_column h2, .sec_contact h2 {
  margin-bottom: 1.25em;
  font-size: clamp(16px, 4.3vw, 28px);
  letter-spacing: 0.14em;
}
.sec_column .btn_1 a, .sec_contact .btn_1 a {
  margin: 0 auto;
  width: 280px;
  padding: 0.5em;
  border-radius: 30px;
}
.sec_column p.t_c.t_sml, .sec_contact p.t_c.t_sml {
  text-align: center;
  padding-left: 1.75em;
  line-height: 1.75em;
}
@media screen and (max-width: 767px) {
  .sec_column p.t_c.t_sml, .sec_contact p.t_c.t_sml {
    text-align: left;
  }
  .sec_column p.t_c.t_sml span, .sec_contact p.t_c.t_sml span {
    display: inline-block;
    margin-left: -1.75em;
    margin-right: 0.5em;
  }
}

.sec_contact {
  padding-bottom: 0;
}

#mc_embed_signup {
  margin: 8% auto 0;
}
#mc_embed_signup .button {
  display: block !important;
  margin: 0 auto !important;
}

.sec_bread {
  padding: 0;
  margin: 3% 0;
  font-size: 0.85em;
  line-height: 1.25em;
}
.sec_bread a {
  color: #a34a63;
  text-decoration: underline;
}

.pagination ul {
  display: flex;
  justify-content: center;
  gap: 10px;
  list-style: none;
  padding: 0;
}
.pagination a, .pagination span {
  display: block;
  padding: 0.5em 0.75em;
  text-decoration: none;
}
.pagination .current {
  color: #fff;
  background-color: #a34a63;
  border-radius: 100%;
  aspect-ratio: 1/1;
}
.pagination .prev, .pagination .next {
  color: #a34a63;
  font-weight: bold;
}

.post_nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 8%;
}
.post_nav .archive {
  text-align: center;
  padding-top: 5em;
}
.post_nav span.arrow {
  color: #fff;
  background-color: #a34a63;
  border-radius: 100%;
  aspect-ratio: 1/1;
  padding: 0.5em 0.75em;
  font-size: 0.5em;
  position: relative;
  bottom: 3px;
}