@charset "UTF-8";
.clr-main02 {
  color: #6B460A;
}

.clr-main03 {
  color: #EA940D;
}

.ff-en {
  font-family: "Cinzel", serif;
}

.fw-m {
  font-weight: 500;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.clr-main02 {
  color: #6B460A;
}

.clr-main03 {
  color: #EA940D;
}

.ff-en {
  font-family: "Cinzel", serif;
}

.fw-m {
  font-weight: 500;
}

/*  --------------------------------------------------------------------------------
  _base.scss
--------------------------------------------------------------------------------  */
html {
  scroll-padding-top: 137px; /* PC用 */
}

@media (max-width: 768px) {
  html {
    scroll-padding-top: 64px; /* スマホ用 */
  }
}
body {
  background: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #4F483E;
  line-height: 1.6;
  letter-spacing: 0.01em;
  margin: 0;
  min-width: 1100px;
}
@media screen and (max-width: 768px) {
  body {
    min-width: auto;
  }
}

body.no-scroll {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

.f-wbr {
  word-break: keep-all;
}

div,
h1,
h2,
h3,
h4,
h5,
p,
li,
dl,
dt,
dd,
th,
td,
article,
header,
footer,
nav,
span,
a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  color: inherit;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-decoration: none;
  word-wrap: break-word;
  margin: 0;
}
a:hover {
  opacity: 0.8;
}

img {
  height: auto;
  width: 100%;
  max-width: 100%;
  line-height: 100%;
  vertical-align: bottom;
}

.imgFit {
  overflow: hidden;
}
.imgFit img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

em {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 0;
  word-wrap: break-word;
}

p,
span,
strong,
small {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 0;
  word-wrap: break-word;
}

.txt {
  line-height: 2.3em;
}

li,
td,
th,
dt,
dd {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 0;
  word-wrap: break-word;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
  word-break: break-all;
}

ul,
ol,
dl {
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 429px) {
  .min429-none {
    display: none !important;
  }
}
@media screen and (max-width: 428px) {
  .max428-none {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sp-none {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .min1025-none {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .max1024-none {
    display: none !important;
  }
}
@media screen and (min-width: 1281px) {
  .min1281-none {
    display: none !important;
  }
}
@media screen and (max-width: 1280px) {
  .max1280-none {
    display: none !important;
  }
}
a,
button {
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  a,
  button {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.d-block {
  display: block;
}

.w-100 {
  width: 100%;
}

.clr-main02 {
  color: #6B460A;
}

.clr-main03 {
  color: #EA940D;
}

.ff-en {
  font-family: "Cinzel", serif;
}

.fw-m {
  font-weight: 500;
}

/*  --------------------------------------------------------------------------------
  _common.scss
--------------------------------------------------------------------------------  */
.cmn-inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.cmn-inner.w-980 {
  max-width: 980px;
}
.cmn-inner.w-1080 {
  max-width: 1080px;
}
.cmn-inner.w-1160 {
  max-width: 1160px;
}
.cmn-inner.w-1280 {
  max-width: 1280px;
}
@media screen and (max-width: 768px) {
  .cmn-inner.w-980 {
    max-width: 580px;
  }
  .cmn-inner.w-1080 {
    max-width: 580px;
  }
  .cmn-inner.w-1160 {
    max-width: 580px;
  }
  .cmn-inner.w-1280 {
    max-width: 580px;
  }
}

.c-inner01 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-inner01 {
    margin: 0 auto 20px;
  }
}

.cmn-ttl {
  color: #6B460A;
  text-align: center;
  margin: 0 auto 82px;
  padding-bottom: 60px;
  position: relative;
}
.cmn-ttl::before {
  content: "";
  background-color: #EA940D;
  width: 60px;
  height: 3px;
  border-radius: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cmn-ttl-en {
  display: block;
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.cmn-ttl-hd {
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .cmn-ttl {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .cmn-ttl-en {
    font-size: 40px;
    letter-spacing: -0.01em;
  }
  .cmn-ttl-hd {
    font-size: 21px;
    line-height: 160%;
  }
}
.cmn-ttl.pattern04 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 0 60px 0;
}
.cmn-ttl.pattern04 .cmn-ttl-en {
  margin-bottom: 43px;
}
.cmn-ttl.pattern04 .cmn-ttl-jp {
  text-align: left;
}
.cmn-ttl.pattern04::after {
  content: none;
}
.cmn-ttl.pattern04:before {
  content: "";
  display: block;
  position: absolute;
  top: 80px;
  left: -35px;
  margin: auto;
  width: 119px;
  height: 113px;
  background: url(../img/cmn/ttl_obj02.webp) no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .cmn-ttl.pattern04 {
    margin-bottom: 40px;
  }
  .cmn-ttl.pattern04 .cmn-ttl-en {
    margin-bottom: 0;
  }
  .cmn-ttl.pattern04:before {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: -15px;
    margin: auto;
    width: 119px;
    height: 113px;
  }
}

.cmn-bt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 24px;
  width: 320px;
  height: 64px;
  background: #6B460A;
  border-radius: 500px;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #ffffff;
  position: relative;
}
.cmn-bt.is_center {
  margin: 0 auto;
}

.more-bt {
  color: #fff;
  background-color: #6B460A;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  height: 50px;
  padding: 0 20px;
}
.more-bt::after {
  content: "";
  background: url(../img/cmn/ico_arrow01.svg) no-repeat;
  background-size: 100% auto;
  width: 6px;
  height: 11px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}
.more-bt.is_wh {
  color: #f7f2ee;
}
.more-bt.is_wh::after {
  background: url(../img/cmn/ico_arrow02-wh.svg) no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .more-bt {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .bt-box {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
    margin: 0 auto;
  }
}

.info-bt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.info-bt span {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  position: relative;
  padding-left: 54px;
}
@media screen and (max-width: 768px) {
  .info-bt span {
    font-size: 20px;
  }
}
.info-bt span::before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: 100;
}
.info-bt span.ico_clinic::before {
  background: url(../img/cmn/ico_clinic.svg) no-repeat;
  background-size: 100% auto;
  width: 40px;
  height: 40px;
}
.info-bt span.ico_clinic02::before {
  background: url(../img/cmn/ico_clinic02.svg) no-repeat;
  background-size: 100% auto;
  width: 40px;
  height: 40px;
}
.info-bt span.ico_line::before {
  background: url(../img/cmn/ico_line.svg) no-repeat;
  background-size: 100% auto;
  width: 41.3701515198px;
  height: 39.8934631348px;
}
.info-bt span.ico_tel::before {
  background: url(../img/cmn/ico_tel.svg) no-repeat;
  background-size: 100% auto;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .info-bt span.ico_tel {
    font-size: 30px;
  }
}
.info-bt span.ico_calender::before {
  background: url(../img/cmn/ico_calender.svg) no-repeat;
  background-size: 100% auto;
  width: 40px;
  height: 40px;
}
.info-bt.w400 {
  width: 400px;
}
@media screen and (max-width: 768px) {
  .info-bt.w400 {
    max-width: 350px;
    width: 100%;
  }
}

.bt-hajimete {
  background-color: #A2947E;
}

.bt-line {
  background-color: #00B900;
}

.bt-kansen {
  background-color: #4F483E;
}

.bt-tel01 {
  border: 1px solid #A2947E;
  background-color: #F5F3EF;
}
.bt-tel01 span {
  color: #6B460A;
  font-size: 30px;
}

.bt-shoshin {
  background-color: #EA940D;
}

.bt-saishin {
  background-color: #6B460A;
}

.priceBox {
  padding: 0 40px 0;
}
.priceBox.is_pt110 {
  padding: 111px 40px 0;
}
@media screen and (max-width: 768px) {
  .priceBox.is_pt110 {
    padding: 26px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .priceBox {
    padding: 26px 0 0;
  }
}
.priceBox .cmn-inner {
  background: url(../img/top/price/price_img01.webp);
  background-size: cover;
  height: 363px;
  padding: 70px 30px 49px;
}
.priceBox .cmn-inner .cmn-ttl {
  color: #4F483E;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .priceBox .cmn-inner {
    background: url(../img/top/price/price_img01-sp.webp);
    background-size: cover;
    height: 279px;
    padding: 39px 0 32px;
  }
  .priceBox .cmn-inner .cmn-ttl {
    margin-bottom: 38px;
  }
}

@media screen and (min-width: 769px) {
  .is_hover {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .is_hover::after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 0.5px;
    background: #2A2A2A;
    bottom: 0;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .is_hover:hover {
    opacity: 0.7;
  }
  .is_hover:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}

.clr-main02 {
  color: #6B460A;
}

.clr-main03 {
  color: #EA940D;
}

.ff-en {
  font-family: "Cinzel", serif;
}

.fw-m {
  font-weight: 500;
}

/*  --------------------------------------------------------------------------------
  _header.scss
--------------------------------------------------------------------------------  */
.header {
  position: fixed;
  padding: 30px 30px 0 47px;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2000;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  min-width: 1100px;
}
@media screen and (max-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    min-width: 100%;
    z-index: 2000;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 1;
    visibility: visible;
    min-width: initial;
  }
}
.header-bt {
  background-color: #EA940D;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  place-content: center;
  position: fixed;
  inset: 0px 0px auto auto;
  width: 60px;
  height: 83px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 99999;
}
.header-bt span {
  background: #fff;
  display: block;
  position: absolute;
  margin: auto;
  width: 40px;
  height: 1px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header-bt span:nth-child(1) {
  inset: -20px 0 0 0;
}
.header-bt span:nth-child(2) {
  inset: 0 0 0 0;
}
.header-bt span:nth-child(3) {
  inset: 0 0 -20px 0;
}
.header-bt.is-navOn span:nth-child(1) {
  inset: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header-bt.is-navOn span:nth-child(2) {
  inset: 0 0 0 0;
  opacity: 0;
}
.header-bt.is-navOn span:nth-child(3) {
  inset: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header-logo {
  position: fixed;
  top: 24px;
  left: 59;
  width: 260px;
}
.header-logo a {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header-logo {
    width: 260px;
    top: 24;
    left: 20px;
  }
}
.header-wrp {
  z-index: 999;
  position: relative;
}
.header-nav {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .header-nav {
    background: #f7f2ee;
    color: #4F483E;
    display: block;
    position: fixed;
    top: 83px;
    right: -100%;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    overflow-y: auto;
    padding: 0 40px 164px;
  }
}
.header-nav.is-navOn {
  opacity: 1;
  visibility: visible;
  right: 0;
  z-index: 1000;
}
.header-nav-link {
  position: relative;
}
.header-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 10px;
  width: 100%;
  padding: 22px 30px;
}
@media screen and (max-width: 768px) {
  .header-nav-list {
    background-color: transparent;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    padding: 0;
  }
}
.header-nav-list .link {
  color: #4f483e;
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  position: relative;
  padding: 22px 10px;
}
@media screen and (max-width: 768px) {
  .header-nav-list .link {
    border-bottom: 1px solid #cecece;
    display: block;
    font-weight: 500;
    line-height: 1;
    padding: 20px;
  }
}
.header .h_btBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  position: fixed;
  top: 0;
  right: 20px;
}
.header .h_btBox .info-bt {
  border-radius: 0 0 4px 4px;
  width: 200px;
  height: 56px;
}
.header .h_btBox .info-bt span {
  font-size: 16px;
  padding-left: 28px;
}
.header .h_btBox .info-bt span::before {
  width: 24px;
  height: 24px;
}
.header .h_btBox .info-bt span.ico_line {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .header .h_btBox {
    position: static;
    inset: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin-top: 30px;
  }
  .header .h_btBox .info-bt {
    border-radius: 0;
    width: 300px;
  }
  .header .h_btBox .info-bt span {
    padding-left: 24px;
  }
  .header .h_btBox .info-bt span::before {
    width: 20px;
    height: 20px;
  }
}
.header .tel-bt {
  display: block;
  width: 216px;
}

.js-accordion-content {
  display: none;
}

.js-accordion-content {
  position: absolute;
  top: 50px;
  left: -340px;
  padding: 40px 60px;
  width: 1100px;
  z-index: 3000;
  text-align: center;
}
.js-accordion-content.subMenu02 {
  left: -100px;
  width: 600px;
}
@media screen and (min-width: 769px) {
  .js-accordion-content {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1490196078);
            box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1490196078);
    background: rgba(245, 243, 239, 0.8980392157);
  }
}
@media screen and (max-width: 768px) {
  .js-accordion-content {
    position: static;
    inset: auto;
    min-width: initial;
    width: 100%;
    -webkit-transform: none;
            transform: none;
    margin-top: 0;
    padding-top: 0;
    background-color: transparent;
    border: none;
    padding: 0;
  }
}
.js-accordion-content .accordion__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px 20px;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .js-accordion-content .accordion__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    text-align: left;
  }
}
.js-accordion-content .accordion__list-ttl {
  border-bottom: 1px solid #4f483e;
  font-weight: 500;
  font-size: 24px;
  line-height: 160%;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.js-accordion-content .accordion__list-item {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 200%;
  position: relative;
  padding: 2px 30px;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .js-accordion-content .accordion__list-item:hover {
    background-color: #fff;
    border-radius: 100px;
  }
}
@media screen and (max-width: 768px) {
  .js-accordion-content .accordion__list-item {
    border-bottom: 1px solid #cecece;
    font-weight: 500;
    font-size: 15px;
    line-height: 160%;
    margin: 0;
    padding: 20px 20px 20px 35px;
  }
  .js-accordion-content .accordion__list-item::before {
    background: url(../img/cmn/ico_arrow01-blwn2.svg) no-repeat;
    background-size: cover;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto;
    width: 6px;
    height: 11px;
  }
}
.js-accordion-content .accordion__list-item:hover {
  opacity: 0.8;
}

.js-accordion-title {
  color: #4f483e;
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 22px 10px;
}
@media screen and (max-width: 768px) {
  .js-accordion-title {
    border-bottom: 1px solid #cecece;
    display: block;
    font-weight: 500;
    line-height: 1;
    padding: 20px;
    position: relative;
  }
  .js-accordion-title:before {
    content: "";
    background: url(../img/cmn/ico_prus.svg) no-repeat;
    background-size: 100% auto;
    display: block;
    width: 20px;
    height: 20px;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .js-accordion-title.open {
    opacity: 1;
  }
  .js-accordion-title.open::before {
    background: url(../img/cmn/ico_minus.svg) no-repeat;
    background-size: 100% auto;
  }
}
@media screen and (min-width: 769px) {
  .js-accordion-title::after {
    content: none;
  }
  .js-accordion-title:hover::after {
    content: none;
  }
}

.header-nav-link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1000;
}

body.is-navOn .header-nav-link.open .header-nav-link-ttl {
  opacity: 1;
  color: #EA940D;
}
body.is-navOn .header-nav-list-link .link {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  body.is-navOn .header-nav-list-link .link {
    opacity: 1;
  }
}

.clr-main02 {
  color: #6B460A;
}

.clr-main03 {
  color: #EA940D;
}

.ff-en {
  font-family: "Cinzel", serif;
}

.fw-m {
  font-weight: 500;
}

/*  --------------------------------------------------------------------------------
  _footer.scss
--------------------------------------------------------------------------------  */
.footer {
  background-color: #a2947e;
  padding: 40px 80px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 40px 20px 70px;
  }
}
.footer .f-logo {
  margin: 0 auto 30px;
  width: 340px;
}
.footer-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 40px;
  max-width: 1280px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .footer-content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.footer-nav {
  border-top: 1px solid #fff;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 40px;
  padding-top: 30px;
}
.footer-nav-link {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0.05em;
  position: relative;
}
.footer-nav-link.parent {
  padding-left: 18px;
}
.footer-nav-link.parent::before {
  content: "";
  background-color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  margin: auto;
  width: 12px;
  height: 2px;
}
.footer-nav-link.parent.d-block {
  padding-left: 0;
}
.footer-nav-link.parent.d-block::before {
  content: none;
}
.footer-nav-link.child {
  font-size: 14px;
  padding-left: 18px;
}
.footer-nav-link.child::before {
  content: "";
  background: url(../img/cmn/ico_arrow01.svg) no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 6px;
  height: 11px;
}
.footer-nav .is_mt8 {
  margin-top: 8px;
}
.footer .copyrights {
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.05em;
}

.visual {
  position: relative;
}
@media screen and (max-width: 768px) {
  .visual {
    margin-top: 64px;
  }
}
.visual.is-lower {
  margin-top: 82px;
}
@media screen and (max-width: 768px) {
  .visual.is-lower {
    margin-top: 64px;
  }
}
.visual__txtBox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.visual__title {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: center;
}
.visual__title span {
  display: block;
  font-size: 64px;
  font-weight: normal;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .visual__title {
    font-size: 16px;
  }
  .visual__title span {
    font-size: 36px;
  }
}
.visual__imgBox {
  width: 100%;
  height: 480px;
}
@media screen and (max-width: 768px) {
  .visual__imgBox {
    height: 200px;
  }
}
.visual__imgBox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.newsList {
  margin-top: 60px;
  max-width: 900px;
  padding-bottom: 100px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .newsList {
    margin-top: 40px;
    padding-bottom: 32px;
  }
}
.newsList-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .newsList-list {
    width: 100%;
  }
}
.newsList-item {
  width: 100%;
  border-bottom: 1px solid #A2947E;
  padding: 24px 0;
  position: relative;
}
.newsList-item a .thum {
  display: block;
  margin-bottom: 16px;
}
.newsList-item a .thum img {
  border-radius: 8px;
}
.newsList-item a .date {
  color: #4F483E;
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-size: 12px;
  margin-right: 14px;
}
.newsList-item a .ttl {
  color: #4F483E;
  font-weight: 500;
  font-size: 15px;
  line-height: 160%;
}
.newsList-item a .box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .newsList-item {
    padding: 20px 0;
  }
  .newsList-item a .date {
    font-size: 12px;
  }
  .newsList-item a .ttl {
    font-size: 14px;
    width: 160%;
    margin-top: 8px;
    width: 100%;
  }
  .newsList-item a .box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.newsList-list.is_clr-wh {
  color: #fff;
}
.newsList-list.is_clr-wh .newsList-item {
  border-bottom: 0.5px solid #f1f3f7;
}
.newsList-list.is_clr-wh .newsList-item-date {
  color: #fff;
}

.newsList_wrp {
  margin: 100px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
.newsList_wrp .newsList {
  max-width: 770px;
  margin-top: 0;
}
.newsList_wrp .newsList li {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 24px;
}
.newsList_wrp .newsList li a .ttl {
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .newsList_wrp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 60px auto 0;
  }
  .newsList_wrp .newsList {
    padding: 0 16px;
  }
  .newsList_wrp .newsList li {
    padding-bottom: 16px;
  }
  .newsList_wrp .newsList li a .ttl {
    font-size: 14px;
    margin-top: 0;
  }
}

.newsBox {
  margin: 100px auto 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .newsBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 60px auto 0;
  }
}
.newsBox__pageLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  margin: 60px auto 0;
  max-width: 474px;
  width: 100%;
}
.newsBox__pageLink__item {
  min-width: 118px;
}
.newsBox__pageLink__item a {
  border: solid 1px #4F483E;
  border-radius: 6px;
  display: block;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.06em;
  padding: 6px 10px;
}
.newsBox__pageLink__item.is_prev a {
  text-align: right;
  position: relative;
}
.newsBox__pageLink__item.is_prev a::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 8px 3.5px 0;
  border-color: transparent #382410 transparent transparent;
}
.newsBox__pageLink__item.is_center {
  text-align: center;
}
.newsBox__pageLink__item.is_next a {
  position: relative;
}
.newsBox__pageLink__item.is_next a::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 8px;
  border-color: transparent transparent transparent #382410;
}
@media screen and (max-width: 768px) {
  .newsBox__pageLink {
    gap: 10px;
    margin: 40px auto 0;
    max-width: 100%;
    padding-top: 52px;
    position: relative;
  }
  .newsBox__pageLink__item.is_prev {
    position: absolute;
    left: 0;
    top: 0;
  }
  .newsBox__pageLink__item.is_center {
    margin: auto;
  }
  .newsBox__pageLink__item.is_next {
    position: absolute;
    right: 0;
    top: 0;
  }
}

#navi {
  max-width: 215px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #navi {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    max-width: 100%;
    padding: 0 16px;
  }
}

@media screen and (max-width: 768px) {
  #content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

.tb_ovn_news {
  margin-top: 5px;
}

.news_sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.news_sub .date {
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.1em;
  margin: 0 !important;
}
.news_sub .cate_name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
  background: #ffffff;
  border: 1px solid #4F483E;
  border-radius: 500px;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #4F483E;
}
@media screen and (max-width: 768px) {
  .news_sub .date {
    font-size: 14px;
  }
}

.news_tt {
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 8px;
}

.news_cate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  margin: 16px auto 24px;
}
.news_cate li {
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 0.05em;
  padding-left: 16px;
}

.navi-date {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.06em;
  position: relative;
}

.year_tit {
  cursor: pointer;
  position: relative;
}

.monthlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  margin: 16px auto 24px;
}
.monthlist li {
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 0.05em;
  padding-left: 16px;
}

.content_post .news_img {
  background-color: #fbf5ef;
  text-align: center;
  margin: 0 auto 70px;
  max-width: 1080px;
  height: 420px;
}
.content_post .news_img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .content_post .news_img {
    margin: 0 auto 60px;
    max-width: 100%;
    height: 233px;
  }
}

.content_post {
  width: 740px;
}
@media screen and (max-width: 768px) {
  .content_post {
    max-width: initial;
    width: 100%;
  }
}
.content_post .cmn-bt {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .content_post .cmn-bt {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .content_post .section {
    padding: 0 16px;
  }
}
.content_post__ttl {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-top: 5px;
  margin-bottom: 40px;
}
.content_post h2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 170%;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
.content_post p {
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
}
.content_post p a {
  color: #4F483E;
  text-decoration: underline;
}
.content_post .aligncenter {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .content_post {
    max-width: 100%;
  }
  .content_post h2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    letter-spacing: 0.05em;
    margin-bottom: 32px;
  }
  .content_post p {
    font-size: 14px;
  }
  .content_post p a {
    color: #4F483E;
    text-decoration: underline;
  }
}

.section.pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 48px;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
.wp-pagenavi span.current {
  width: 56px;
  height: 56px;
  background: #4F483E;
  border-radius: 28px;
  color: #fff;
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 56px;
  height: 56px;
  background: #ffffff;
  border: 1px solid #4b4f55;
  border-radius: 28px;
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.05em;
}
.wp-pagenavi a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wp-pagenavi a:hover {
  border: 1px solid #4F483E;
  background: #4F483E;
  color: #fff;
  opacity: 1;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  background: #f5f5f5;
  border: 1px solid #bfd6e9;
  position: relative;
}
.wp-pagenavi .previouspostslink:before,
.wp-pagenavi .nextpostslink:before {
  background-size: 100% auto;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 17px;
  height: 9px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
  border: none;
}
.wp-pagenavi .previouspostslink {
  margin-right: 16px;
}
.wp-pagenavi .nextpostslink {
  margin-left: 12px;
}
.wp-pagenavi .nextpostslink::before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.single-post {
  display: block;
  width: 100%;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .single-post {
    padding: 0 0 40px;
  }
}
.single-post__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.single-post__sidebar {
  display: block;
  width: 270px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .single-post__sidebar {
    display: none;
  }
}
.single-post__sidebar-title {
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
  color: #000;
  text-align: center;
  background-color: #eee;
  padding: 15px;
  margin-top: 15px;
}
.single-post__sidebar-title:first-child {
  margin-top: 0;
}
.single-post__card {
  display: block;
  margin-top: 15px;
}
.single-post__card-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.single-post__card-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.single-post__card-item:last-child .single-post__card-inner:after {
  display: none;
}
.single-post__card-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 5px;
  padding: 15px 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.single-post__card-inner:after {
  background-color: #ccc;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (hover: hover) {
  .single-post__card-inner:hover {
    opacity: 0.5;
  }
}
.single-post__card-date {
  display: block;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: #000;
}
.single-post__card-title {
  display: block;
  font-size: 13px;
  line-height: 17px;
  font-weight: 500;
}
.single-post__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  width: auto;
  min-width: 1px;
  max-width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.single-post__content {
  display: block;
  width: 100%;
  background-color: rgba(238, 238, 238, 0.1);
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .single-post__content {
    background-color: transparent;
    padding: 0;
  }
}
.single-post__content h2 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .single-post__content h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
.single-post__content h3 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .single-post__content h3 {
    font-size: 28px;
    line-height: 36px;
  }
}
.single-post__content h4 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .single-post__content h4 {
    font-size: 26px;
    line-height: 34px;
  }
}
.single-post__content h5 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .single-post__content h5 {
    font-size: 22px;
    line-height: 30px;
  }
}
.single-post__content h6 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .single-post__content h6 {
    font-size: 18px;
    line-height: 26px;
  }
}
.single-post__content p,
.single-post__content a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .single-post__content p,
  .single-post__content a {
    font-size: 14px;
    line-height: 22px;
  }
}
.single-post__content a {
  text-decoration: underline;
}
@media (hover: hover) {
  .single-post__content a:hover {
    text-decoration: none;
  }
}

.pagination {
  display: block;
  width: 100%;
}
.pagination__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.pagination__item {
  display: block;
}
.pagination .page-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagination .page-numbers.current {
  color: #182437;
  background-color: #eee;
}
@media (hover: hover) {
  .pagination a.page-numbers:hover {
    color: #182437;
    background-color: #eee;
  }
}

.form__field-name label,
.form__field-name span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .form__field-name label,
  .form__field-name span {
    font-size: 14px;
  }
}

.form__field textarea, .form__field input[type=text],
.form__field input[type=tel],
.form__field input[type=email],
.form__field input[type=date],
.form__field select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  font-weight: 500;
  height: 56px;
  background: #F7F7F7;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  padding: 0 14px;
  resize: none;
  font-family: "Zen Maru Gothic";
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 0.05em;
  color: #32373B;
}
@media screen and (max-width: 768px) {
  .form__field textarea, .form__field input[type=text],
  .form__field input[type=tel],
  .form__field input[type=email],
  .form__field input[type=date],
  .form__field select {
    height: 36px;
    font-size: 12px;
  }
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .form {
    gap: 20px;
    padding: 0 16px;
  }
}
.form ::-webkit-input-placeholder {
  color: #B9B9B9;
}
.form ::-moz-placeholder {
  color: #B9B9B9;
}
.form :-ms-input-placeholder {
  color: #B9B9B9;
}
.form ::-ms-input-placeholder {
  color: #B9B9B9;
}
.form ::placeholder {
  color: #B9B9B9;
}
.form__inner {
  border-top: 1px solid #BFBFBF;
  border-left: 1px solid #BFBFBF;
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .form__inner {
    border-top: 0;
    border-left: 0;
  }
}
.form__inner.is_margin {
  margin-top: 50px;
}
.form__group {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .form__group {
    margin-bottom: 0;
  }
}
.form__group .ttl {
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 0.05em;
  color: #32373B;
  margin-top: 12px;
}
.form__group .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
  width: 100%;
}
.form__group .box .wpcf7-form-control-wrap {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .form__group .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form__group .box .wpcf7-form-control-wrap {
    width: 100%;
  }
  .form__group .ttl {
    font-size: 12px;
    margin-top: 0;
  }
}
.form__col {
  position: relative;
}
.form__col:first-child {
  background-color: rgba(180, 173, 169, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 30px;
}
@media screen and (max-width: 768px) {
  .form__col:first-child {
    width: 100%;
  }
}
.form__col:last-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 30px;
  line-height: 1.69;
}
@media screen and (max-width: 768px) {
  .form__col:last-child {
    padding: 20px 10px;
  }
}
.form__field {
  width: 100%;
}
.form__field-name {
  width: 100%;
}
.form-scheduleBox {
  margin: 60px auto 0;
  text-align: center;
  max-width: 892px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .form-scheduleBox {
    margin-top: 20px;
    padding: 0 15px;
  }
  .form-scheduleBox iframe {
    width: 100%;
  }
}
.form__field-name label .indispensable,
.form__field-name span .indispensable {
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 4px;
  background: #F28479;
  border-radius: 2px;
  margin-bottom: 0;
}
.form__field textarea {
  height: 180px;
}
.form__field.is_flex, .form__field .is_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.form__agree {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .form__agree {
    padding: 0 15px;
  }
}
.form select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.form select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-image: url("../img/cmn/ico_arrow07_dwn.svg");
  background-repeat: no-repeat;
  background-size: 12px auto; /* 画像のサイズ（幅 高さ）*/
  background-position: right 12px center; /* 画像の位置 */
}
.form .wpcf7-checkbox,
.form .wpcf7-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
.form .wpcf7-checkbox .wpcf7-list-item,
.form .wpcf7-radio .wpcf7-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0 16px;
  height: 56px;
  background: #F7F7F7;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
}
.form .wpcf7-checkbox .wpcf7-list-item label,
.form .wpcf7-radio .wpcf7-list-item label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  cursor: pointer;
}
.form .wpcf7-checkbox .wpcf7-list-item label input,
.form .wpcf7-radio .wpcf7-list-item label input {
  width: 16px;
  height: 16px;
}
.form .wpcf7-checkbox .wpcf7-list-item label span,
.form .wpcf7-radio .wpcf7-list-item label span {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .form .wpcf7-checkbox,
  .form .wpcf7-radio {
    gap: 8px;
  }
  .form .wpcf7-checkbox .wpcf7-list-item,
  .form .wpcf7-radio .wpcf7-list-item {
    height: 36px;
  }
  .form .wpcf7-checkbox .wpcf7-list-item label input,
  .form .wpcf7-radio .wpcf7-list-item label input {
    width: 16px;
    height: 16px;
  }
  .form .wpcf7-checkbox .wpcf7-list-item label span,
  .form .wpcf7-radio .wpcf7-list-item label span {
    font-size: 12px;
  }
}
.form .wpcf7-radio .wpcf7-list-item-label {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.form .wpcf7-radio {
  /* デフォルトのボタン */
}
.form .wpcf7-radio input[type=radio] {
  opacity: 0; /* デフォルトのボタンを非表示 */
  position: absolute;
}
.form .wpcf7-radio {
  /* チェック前のボタン */
}
.form .wpcf7-radio .wpcf7-list-item-label::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border: 1px solid #E5E5E5;
  border-radius: 100%; /* ラジオボタンっぽく丸くする */
  content: "";
  height: 24px;
  margin-top: auto;
  margin-right: 8px;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s; /* 色をじんわり変化させる */
  width: 24px;
}
.form .wpcf7-radio {
  /* チェック後のボタン */
}
.form .wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #2A2A2A; /* チェック後の中心の色 */
  -webkit-box-shadow: inset 0 0 0 5px #fff;
          box-shadow: inset 0 0 0 5px #fff; /* 中心の色のスタイル */
}
@media screen and (max-width: 768px) {
  .form .wpcf7-radio .wpcf7-list-item-label::before {
    height: 16px;
    width: 16px;
  }
}
.form .wpcf7-acceptance {
  font-size: 16px;
}
.form .wpcf7-acceptance .wpcf7-list-item {
  display: block;
  text-align: center;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .form .wpcf7-acceptance {
    font-size: 14px;
  }
  .form .wpcf7-acceptance .wpcf7-list-item {
    display: block;
    text-align: center;
    margin: 20px auto 0;
  }
}
.form .submit-btn {
  position: relative;
  width: 320px;
  height: 64px;
  margin: 40px auto 0;
  cursor: pointer;
}
.form .submit-btn:before {
  background: url(../img/cmn/ico_arrow03.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto;
  width: 40px;
  height: 40px;
  z-index: 10;
}
.form input[type=submit] {
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 24px;
  cursor: pointer;
  width: 320px;
  height: 64px;
  background: #6B460A;
  border-radius: 500px;
  font-weight: 500;
  font-size: 16px;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 170%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #ffffff;
  position: relative;
}
@media screen and (min-width: 769px) {
  .form input[type=submit] {
    overflow: hidden;
    position: relative;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    z-index: 2;
  }
  .form input[type=submit]::after {
    background: #68bde6;
    border-radius: 50%;
    content: "";
    display: block;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 100%;
    height: 0;
    z-index: -1;
    -webkit-transform: translateY(-50%) scale(0.1);
            transform: translateY(-50%) scale(0.1);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.5s, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.5s, transform 0.6s ease-in-out;
    transition: opacity 0.5s, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .form input[type=submit]:hover::after {
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1.1);
            transform: translateY(-50%) scale(1.1);
    -webkit-transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.8s, transform 0.6s ease-in-out;
    transition: opacity 0.8s, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  }
}
.form span.wpcf7-spinner {
  display: none;
}
.form .wpcf7-not-valid-tip {
  font-size: 12px;
  font-weight: 500;
}

.clr-main02 {
  color: #6B460A;
}

.clr-main03 {
  color: #EA940D;
}

.ff-en {
  font-family: "Cinzel", serif;
}

.fw-m {
  font-weight: 500;
}

/*  --------------------------------------------------------------------------------
  _top.scss
--------------------------------------------------------------------------------  */
.cv-list {
  display: grid;
  position: fixed;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.cv-list-item {
  width: 100%;
  height: auto;
}
.cv-list-item a {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .cv-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0;
    width: 100%;
    height: 56px;
    top: auto;
    z-index: 9999;
    bottom: -1px;
    left: 0;
    right: 0;
  }
  .cv-list-item {
    width: 33.3333333333%;
  }
  .cv-list.is-headerOn {
    opacity: 1;
    visibility: visible;
  }
}
.cv-list-item {
  width: 100%;
  height: 100%;
}
.cv-list-item .info-bt {
  width: 100%;
}
.cv-list-item .info-bt span {
  font-size: 16px;
  padding-left: 28px;
}
.cv-list-item .info-bt span.ico_clinic02::before, .cv-list-item .info-bt span.ico_calender::before {
  width: 24px;
  height: 24px;
}
.cv-list-item .info-bt span.ico_line::before {
  width: 22.703868866px;
  height: 21.8934612274px;
}
.cv-list-item:nth-child(1), .cv-list-item:nth-child(2) {
  width: 31%;
}
.cv-list-item:nth-child(3) {
  width: 38%;
}
.cv-list-item:nth-child(3) span {
  font-size: 14px;
}

.topMv {
  position: relative;
  overflow: hidden;
}
.topMv.is_lower {
  min-height: 480px;
  max-height: 480px;
  height: 480px;
}
.topMv.is_lower img {
  height: 480px;
  min-width: 1440px;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .topMv.is_lower {
    min-height: auto;
    max-height: auto;
    overflow: visible;
    height: auto;
  }
  .topMv.is_lower img {
    min-width: initial;
    height: auto;
  }
}
.topMv.is_lower .topMv-title {
  background-color: #FFFFFF;
  position: absolute;
  top: 279px;
  left: 80px;
  padding: 10px;
  z-index: 1000;
}
.topMv.is_lower .topMv-title .ttl_jp {
  color: #6B460A;
  font-weight: 500;
  font-size: 30px;
  line-height: 160%;
}
@media screen and (max-width: 768px) {
  .topMv.is_lower .topMv-title .ttl_jp {
    font-size: 24px;
    text-align: center;
    word-break: break-all;
  }
  .topMv.is_lower .topMv-title {
    position: relative;
    inset: auto;
    -webkit-transform: none;
            transform: none;
    width: calc(100% - 40px);
    margin: -38px auto 0;
    z-index: 1000;
  }
}
@media screen and (max-width: 768px) {
  .topMv.is_lower .topMv-imgBox {
    height: auto;
    min-height: auto;
  }
  .topMv.is_lower .topMv-imgBox img {
    display: block;
  }
}
.topMv-imgBox {
  position: relative;
  z-index: 10;
}
.topMv-imgBox img {
  -o-object-position: top center;
     object-position: top center;
}
@media screen and (max-width: 768px) {
  .topMv-imgBox {
    display: block;
    width: 100%;
    height: 100svh;
    min-height: 430px;
  }
}
.topMv-ttl01 {
  position: absolute;
  bottom: 13%;
  left: 6%;
  z-index: 1001;
  width: 40%;
  max-width: 542px;
}
@media screen and (max-width: 768px) {
  .topMv-ttl01 {
    display: block;
    position: static;
    inset: auto;
    width: calc(100% - 50px);
    margin: -150px auto 0;
  }
}

.main {
  position: relative;
}

.tp-news {
  position: relative;
  height: auto;
}
@media screen and (max-width: 768px) {
  .tp-news {
    width: calc(100% - 40px);
    margin-top: 60px;
    margin: 60px auto 0;
  }
}
.tp-news-content {
  position: absolute;
  top: -90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1000;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1490196078);
  background: #ffffff;
  padding: 60px;
  max-width: 1102px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .tp-news-content {
    position: static;
    inset: auto;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    padding: 40px 20px;
  }
}
.tp-news .hdBox .cmn-ttl {
  position: relative;
  margin-bottom: 64px;
  text-align: left;
  padding-bottom: 36px;
}
.tp-news .hdBox .cmn-ttl::before {
  content: "";
  background-color: #EA940D;
  width: 30px;
  height: 3px;
  border-radius: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: none;
          transform: none;
}
.tp-news .hdBox .cmn-ttl-hd {
  color: #6B460A;
  font-size: 30px;
  font-weight: 500;
  text-align: left;
}
.tp-news .hdBox .cmn-ttl-en {
  color: #6B460A;
  font-size: 20px;
  margin-top: 16px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .tp-news .hdBox .cmn-ttl {
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
  .tp-news .hdBox .cmn-ttl-hd {
    text-align: center;
  }
  .tp-news .hdBox .cmn-ttl-en {
    text-align: center;
    margin-bottom: 0;
  }
  .tp-news .hdBox .cmn-ttl::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.tp-news .more-bt {
  width: 240px;
}
@media screen and (max-width: 768px) {
  .tp-news .more-bt {
    margin: 0 auto;
  }
}
.tp-news-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tp-news-content .newsList-list {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .tp-news-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.implant-area {
  background: url(../img/top/intro/info_bg01.webp) no-repeat;
  background-size: cover;
  height: 678px;
  margin-top: -230px;
}
@media screen and (max-width: 768px) {
  .implant-area {
    background: url(../img/top/intro/info_bg01-sp.webp) no-repeat;
    background-size: cover;
    height: 737px;
    margin-top: 100px;
  }
}
.implant-area .implant-content {
  height: 100%;
  max-width: 1053px;
  margin: 0 auto;
  position: relative;
}
.implant-area .implant-box {
  position: absolute;
  top: 318px;
  right: 0;
}
.implant-area .implant-box .text {
  font-weight: 500;
  font-size: 40px;
  line-height: 140%;
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  .implant-area .implant-box {
    top: 360px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    right: auto;
    width: 100%;
  }
  .implant-area .implant-box .text {
    width: 320px;
    margin: 0 auto;
  }
  .implant-area .implant-box .more-bt {
    margin: 0 auto;
  }
}
.implant-area .doctor-img {
  width: 434px;
  position: absolute;
  bottom: 50px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .implant-area .doctor-img {
    bottom: auto;
    top: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 390px;
    width: calc(100% - 40px);
  }
}

.tp-intro {
  background-color: #fffbf4;
  position: relative;
  margin-bottom: 112px;
  padding-top: 286px;
}
@media screen and (max-width: 768px) {
  .tp-intro {
    padding: 60px 0 0;
    margin-top: 363px;
    margin-bottom: 60px;
  }
}
.tp-intro .bt-box {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1490196078);
  background-color: #fff;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 1280px;
  width: 88%;
  padding: 60px 150px;
  position: absolute;
  top: -54px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .tp-intro .bt-box {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
    margin: 0 auto;
    padding: 40px 35px;
    top: -470px;
  }
}
.tp-intro .cmn-ttl {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .tp-intro .cmn-ttl {
    padding-bottom: 30px;
  }
}
.tp-intro-content {
  background-color: #fffbf4;
  padding: 0 0 160px;
  position: relative;
  z-index: 10;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .tp-intro-content {
    padding-bottom: 60px;
  }
}
.tp-intro-content .flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .tp-intro-content .flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .tp-intro-content {
    display: block;
  }
}
.tp-intro-content .imgBox {
  display: block;
  width: 48.083333%;
}
@media screen and (max-width: 768px) {
  .tp-intro-content .imgBox {
    width: 100%;
    margin-bottom: 0;
  }
}
.tp-intro-content .cmn-ttl {
  border-bottom: 1px solid #f7f2ee;
  width: 100%;
  text-align: left;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 50px;
  padding-bottom: 16px;
}
.tp-intro-content .cmn-ttl::before, .tp-intro-content .cmn-ttl::after {
  content: none;
}
.tp-intro-content .cmn-ttl-en {
  color: #fff;
  font-weight: 400;
  font-size: 56px;
}
.tp-intro-content .cmn-ttl-jp {
  color: #fff;
  font-weight: 400;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .tp-intro-content .cmn-ttl {
    margin: 0 0 30px;
  }
  .tp-intro-content .cmn-ttl-en {
    font-size: 40px;
  }
  .tp-intro-content .cmn-ttl-jp {
    font-size: 20px;
  }
}
.tp-intro-content .point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.tp-intro-content .point01 {
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin: 0 0 0 auto;
  gap: 100px;
}
.tp-intro-content .point01 .imgBox {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1490196078);
  max-width: 665px;
  width: 46%;
}
.tp-intro-content .point01 .point-list {
  margin-top: 48px;
}
.tp-intro-content .point02 {
  gap: 60px;
}
.tp-intro-content .point02 .imgBox {
  max-width: 729px;
  width: 50.625%;
}
.tp-intro-content .point02 .point-list {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .tp-intro-content .point {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tp-intro-content .point01 {
    gap: 40px;
    margin-bottom: 40px;
  }
  .tp-intro-content .point01 .imgBox {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .tp-intro-content .point01 .point-list {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 0;
  }
  .tp-intro-content .point02 {
    gap: 40px;
  }
  .tp-intro-content .point02 .imgBox {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .tp-intro-content .point02 .point-list {
    margin-top: 0;
  }
}
.tp-intro-content .point-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 532px;
}
.tp-intro-content .point-list-item {
  border-bottom: 1px dashed #a2947e;
  color: #4F483E;
  font-weight: 500;
  font-size: 28px;
  line-height: 160%;
  letter-spacing: 0.1em;
  position: relative;
  padding: 20px 0px 20px 64px;
}
.tp-intro-content .point-list-item::before {
  content: "";
  background: url(../img/cmn/ico_point.svg) no-repeat;
  background-size: 100% auto;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 24px;
  left: 10px;
}
@media screen and (max-width: 768px) {
  .tp-intro-content .point-list {
    gap: 13px;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .tp-intro-content .point-list-item {
    font-size: 21px;
    padding: 15px 0px 15px 48px;
  }
  .tp-intro-content .point-list-item::before {
    width: 30px;
    height: 30px;
    top: 18px;
    left: 10px;
  }
}
.tp-intro-check {
  height: 1046px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tp-intro-check {
    height: 1500.931640625px;
    margin-top: 90px;
  }
}
.tp-intro-check .bg-wrp {
  position: relative;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .tp-intro-check .bg-wrp {
    background: url(../img/top/intro/intro_bg02-sp.webp) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.tp-intro-check .bg-wrp::before {
  content: "";
  background: url(../img/top/intro/intro_bg02.webp) no-repeat;
  background-size: cover;
  background-position: center;
  min-width: 1440px;
  width: 100%;
  min-width: 1440px;
  height: 1046px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .tp-intro-check .bg-wrp::before {
    content: none;
  }
}
.tp-intro-check .hd {
  background-color: #4F483E;
  font-weight: 500;
  font-size: 36px;
  color: #fff;
  line-height: 1;
  text-align: center;
  padding: 30px;
  position: absolute;
  top: -44px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 100;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .tp-intro-check .hd {
    font-size: 24px;
    line-height: 140%;
    top: -30px;
  }
}
.tp-intro-check .inner {
  max-width: 1200px;
  width: 100%;
  height: 1046px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tp-intro-check .inner {
    height: 1500.931640625px;
    padding: 152px 20px 0;
  }
}
.tp-intro-check .check-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  position: absolute;
  top: 111px;
  width: 380px;
}
@media screen and (max-width: 768px) {
  .tp-intro-check .check-list {
    position: static;
    inset: auto;
    width: 100%;
    margin-bottom: 20px;
  }
}
.tp-intro-check .check-list.lft {
  left: 0;
}
.tp-intro-check .check-list.rght {
  right: 0;
}
.tp-intro-check .check-list-item {
  background: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  padding: 10px 24px 10px 52px;
  position: relative;
}
.tp-intro-check .check-list-item::before {
  content: "";
  background: url(../img/cmn/ico_checkbox.svg) no-repeat;
  background-size: 100% auto;
  width: 34px;
  height: 26px;
  position: absolute;
  top: 14px;
  left: 10px;
}
@media screen and (max-width: 768px) {
  .tp-intro-check .check-list-item {
    font-size: 19px;
  }
}
.tp-intro-check .catch {
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 30px;
  color: #6B460A;
  font-weight: 700;
  font-size: 30px;
  line-height: 160%;
  text-align: center;
  width: 546px;
  padding: 60px;
  position: absolute;
  bottom: 100px;
  right: -38px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .tp-intro-check .catch {
    font-size: 24px;
    width: calc(100% - 40px);
    bottom: 48px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    right: auto;
    padding: 30px 24px;
  }
}

.tp-gree {
  background: url(../img/top/gree/gree_bg01.webp) no-repeat;
  background-size: cover;
  margin-top: 120px;
  padding: 120px 40px;
}
@media screen and (max-width: 768px) {
  .tp-gree {
    background: url(../img/top/gree/gree_bg01-sp.webp) no-repeat;
    background-size: cover;
    margin-top: 60px;
    padding: 60px 20px;
  }
}
@media screen and (max-width: 768px) {
  .tp-gree .more-bt {
    margin: 0 0 0 auto;
  }
}
.tp-gree-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 75px;
  max-width: 1151px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .tp-gree-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.tp-gree-content .catch-box {
  width: 532px;
}
@media screen and (max-width: 768px) {
  .tp-gree-content .catch-box {
    width: 100%;
  }
}
.tp-gree-content .text-box {
  width: calc(100% - 610px);
}
@media screen and (max-width: 768px) {
  .tp-gree-content .text-box {
    width: 100%;
  }
}
.tp-gree-content .catch {
  background-color: #fff;
  color: #6B460A;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .tp-gree-content .catch {
    line-height: 1.2;
  }
}
.tp-gree-content .text {
  color: #fff;
  line-height: 220%;
  margin-bottom: 40px;
}

.tp-reason {
  padding: 180px 0 120px 0;
}
@media screen and (max-width: 768px) {
  .tp-reason {
    padding: 60px 0 0;
  }
}
.tp-reason-content {
  position: relative;
}
.tp-reason-list .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .tp-reason-list .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
}
.tp-reason-list .item .btBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .tp-reason-list .item .btBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tp-reason-list .item .imgBox {
  width: 800px;
}
@media screen and (max-width: 768px) {
  .tp-reason-list .item .imgBox {
    width: 100%;
  }
}
.tp-reason-list .item .innerBox {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1490196078);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  max-width: 768px;
  margin-left: -148px;
  width: 53.33333%;
  padding: 40px;
}
.tp-reason-list .item .innerBox .hd {
  border-bottom: 1px solid #a2947e;
  color: #6B460A;
  font-weight: 500;
  font-size: 30px;
  line-height: 160%;
  padding-bottom: 20px;
}
.tp-reason-list .item .innerBox .text {
  font-weight: 500;
  font-size: 16px;
  line-height: 200%;
}
@media screen and (max-width: 768px) {
  .tp-reason-list .item .innerBox {
    gap: 30px;
    margin-right: auto;
    margin-left: auto;
    margin-top: -20px;
    width: calc(100% - 40px);
    padding: 40px 20px;
  }
  .tp-reason-list .item .innerBox .hd {
    font-size: 24px;
  }
  .tp-reason-list .item .innerBox .text {
    font-size: 14px;
  }
  .tp-reason-list .item .innerBox .more-bt {
    margin: 0 auto;
  }
}
.tp-reason-list .item:nth-child(2n) {
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.tp-reason-list .item:nth-child(2n) .imgBox {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.tp-reason-list .item:nth-child(2n) .innerBox {
  margin-left: 0;
  margin-right: -148px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .tp-reason-list .item:nth-child(2n) .imgBox {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .tp-reason-list .item:nth-child(2n) .innerBox {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-left: auto;
    margin-right: auto;
  }
}

.tp-doctor {
  background-color: #f5f3ef;
  padding: 60px;
}
@media screen and (max-width: 768px) {
  .tp-doctor {
    padding: 60px 20px;
  }
}
.tp-doctor-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  max-width: 1268px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .tp-doctor-content {
    gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tp-doctor-content .cmn-ttl {
  padding-bottom: 36px;
  text-align: left;
  margin-bottom: 60px;
}
.tp-doctor-content .cmn-ttl::before {
  left: 0;
  -webkit-transform: none;
          transform: none;
}
.tp-doctor-content .cmn-ttl-hd {
  font-weight: 500;
  font-size: 30px;
  line-height: 160%;
  text-align: left;
  margin-left: -8px;
}
.tp-doctor-content .cmn-ttl-en {
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .tp-doctor-content .cmn-ttl {
    width: 100%;
    text-align: center;
  }
  .tp-doctor-content .cmn-ttl-hd, .tp-doctor-content .cmn-ttl-en {
    text-align: center;
  }
  .tp-doctor-content .cmn-ttl::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.tp-doctor-content .innerBox {
  max-width: 628px;
  width: calc(100% - 640px);
}
@media screen and (max-width: 768px) {
  .tp-doctor-content .innerBox {
    width: 100%;
    max-width: initial;
  }
}
.tp-doctor-content .innerBox .name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-weight: 500;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 60px;
}
.tp-doctor-content .innerBox .name .position {
  background-color: #a2947e;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  padding: 8px 10px;
}
@media screen and (max-width: 768px) {
  .tp-doctor-content .innerBox .name {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 40px;
  }
}
.tp-doctor-content .innerBox .text {
  font-weight: 500;
  font-size: 18px;
  line-height: 200%;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .tp-doctor-content .innerBox .text {
    margin-bottom: 40px;
  }
}
.tp-doctor-content .imgBox {
  max-width: 580px;
}
@media screen and (max-width: 768px) {
  .tp-doctor-content .imgBox {
    max-width: 300px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .tp-doctor-content .more-bt {
    margin: 0 auto;
  }
}

.tp-menu {
  background: url(../img/top/menu/menu_bg01.webp) no-repeat;
  background-size: cover;
  padding: 120px 40px;
}
@media screen and (max-width: 768px) {
  .tp-menu {
    background: url(../img/top/menu/menu_bg01-sp.webp) no-repeat;
    margin-top: 60px;
    padding: 40px 20px;
  }
}
.tp-menu-content {
  max-width: 1280px;
  margin: 0 auto;
}
.tp-menu .more-bt {
  font-size: 20px;
  margin: 60px auto 0;
  height: 70px;
  width: 300px;
}
.tp-menu-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .tp-menu-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.tp-menu-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}
.tp-menu-list-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.tp-menu-list-item img {
  width: 100%;
}
.tp-menu-list-item .inner {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1490196078);
  padding: 32px 20px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.tp-menu-list-item .inner .ttl {
  border-bottom: 1px solid #a2947e;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  padding-bottom: 10px;
}
.tp-menu-list-item .inner .text {
  font-size: 16px;
  line-height: 200%;
}
@media screen and (max-width: 768px) {
  .tp-menu-list-item .inner .text {
    font-size: 14px;
  }
}

.tp-tour {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .tp-tour {
    padding: 60px 0;
  }
}

.tp-recruit,
.tp-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 120px;
  padding: 100px;
}
.tp-recruit .cmn-ttl,
.tp-price .cmn-ttl {
  padding-top: 48px;
}
.tp-recruit .cmn-ttl-en, .tp-recruit .cmn-ttl-hd,
.tp-price .cmn-ttl-en,
.tp-price .cmn-ttl-hd {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .tp-recruit .cmn-ttl,
  .tp-price .cmn-ttl {
    margin-bottom: 0;
    padding-top: 0;
  }
}
.tp-recruit .content,
.tp-price .content {
  background: rgba(255, 255, 255, 0.8980392157);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 40px 50px;
  max-width: 720px;
}
@media screen and (max-width: 768px) {
  .tp-recruit .content,
  .tp-price .content {
    padding: 40px 20px;
  }
}
.tp-recruit .content .hd,
.tp-price .content .hd {
  color: #6B460A;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 20px;
  text-align: center;
}
.tp-recruit .content .catch,
.tp-price .content .catch {
  color: #6B460A;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  padding-bottom: 16px;
  padding-left: 28px;
  padding-right: 28px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tp-recruit .content .catch,
  .tp-price .content .catch {
    padding: 0 0 30px 0;
  }
}
.tp-recruit .content .inner,
.tp-price .content .inner {
  border-top: 1px solid #a2947e;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .tp-recruit .content .inner,
  .tp-price .content .inner {
    width: calc(100% - 24px);
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tp-recruit .content .inner .circle,
.tp-price .content .inner .circle {
  border-radius: 95px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 18px;
  width: 95px;
  height: 95px;
  text-align: center;
}
.tp-recruit .content .inner .check-list,
.tp-price .content .inner .check-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.tp-recruit .content .inner .check-list .item,
.tp-price .content .inner .check-list .item {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  padding-left: 44px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tp-recruit .content .inner .check-list .item,
  .tp-price .content .inner .check-list .item {
    font-size: 16px;
    padding-left: 24.54px;
    line-height: 120%;
  }
}
.tp-recruit .content .inner .check-list .item::before,
.tp-price .content .inner .check-list .item::before {
  content: "";
  background: url(../img/cmn/ico_checkbox.svg) no-repeat;
  background-size: 100% auto;
  width: 23.5400314331px;
  height: 18px;
  position: absolute;
  top: 2px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .tp-recruit .content .inner .check-list .item::before,
  .tp-price .content .inner .check-list .item::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.tp-recruit .content .more-bt,
.tp-price .content .more-bt {
  margin: 20px auto;
  width: 240px;
}
@media screen and (max-width: 768px) {
  .tp-recruit .content .more-bt,
  .tp-price .content .more-bt {
    margin: 30px auto 0;
  }
}

.tp-recruit {
  background: url(../img/top/recruit/recruit_bg01.webp) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .tp-recruit {
    background: url(../img/top/recruit/recruit_bg01-sp.webp) no-repeat;
    background-size: cover;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 60px 20px;
    gap: 60px;
  }
}
.tp-recruit .circle {
  background-color: #EA940D;
  color: #fff;
}

.tp-price {
  background: url(../img/top/price/price_bg01.webp) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .tp-price {
    background: url(../img/top/price/price_bg01-sp.webp) no-repeat;
    background-size: cover;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 60px 20px;
    gap: 60px;
  }
}
@media screen and (max-width: 768px) {
  .tp-price .content {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 768px) {
  .tp-price .content .inner {
    width: 100%;
  }
}
.tp-price .content .catch {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .tp-price .content .catch {
    font-size: 20px;
  }
}
.tp-price .content .circle {
  background-color: #a2947e;
  color: #6B460A;
}
.tp-price .content .text {
  width: calc(100% - 115px);
}
@media screen and (max-width: 768px) {
  .tp-price .content .text {
    width: 100%;
  }
}

.tp-column {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .tp-column {
    padding: 0 0 60px 0;
  }
}
.tp-column .tp-news-content {
  position: static;
  inset: auto;
  -webkit-transform: none;
          transform: none;
  margin: 0 auto;
}

.infoBox {
  background-color: #f5f3ef;
}
@media screen and (max-width: 768px) {
  .infoBox {
    padding: 40px 0 0;
  }
}
.infoBox .logo {
  width: 303.9892883301px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 768px) {
  .infoBox .logo {
    width: 320px;
  }
}
.infoBox-content {
  max-width: 1440px;
  width: 1005;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .infoBox-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.infoBox-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  width: 50%;
  padding: 40px 90px;
}
@media screen and (max-width: 768px) {
  .infoBox-inner {
    width: 100%;
    gap: 30px;
    padding: 0 20px 0;
  }
}
.infoBox .map {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .infoBox .map {
    width: 100%;
  }
}
.infoBox iframe {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  height: auto;
  border: 0;
}
@media screen and (max-width: 768px) {
  .infoBox iframe {
    width: 100%;
    height: 240px;
  }
}
.infoBox .map-link {
  border-bottom: 1px solid #6B460A;
  color: #6B460A;
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  padding: 7px 23.5px 17px 43px;
  position: relative;
  margin: 60px auto 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.infoBox .map-link::before {
  content: "";
  background: url(../img/cmn/ico_map.svg) no-repeat;
  background-size: 100% auto;
  width: 26px;
  height: 31px;
  position: absolute;
  top: 10px;
  left: 0;
}
.infoBox .map-link::after {
  content: "";
  background: url(../img/cmn/ico_arrow01-blwn.svg) no-repeat;
  background-size: 100% auto;
  width: 9px;
  height: 15px;
  position: absolute;
  top: 13px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .infoBox .map-link {
    margin: 0 auto 30px;
  }
}
.infoBox dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
}
.infoBox .info-bt {
  margin: 0 auto;
}
.infoBox .note {
  font-weight: 500;
  font-size: 14px;
  margin-top: 10px;
}
.infoBox .ttl {
  border-top: 1px solid #dadada;
  font-weight: 500;
  font-size: 16px;
  vertical-align: middle;
  width: 110px;
  padding: 18px 10px;
}
.infoBox .text {
  border-top: 1px solid #dadada;
  font-weight: 500;
  font-size: 16px;
  vertical-align: middle;
  width: calc(100% - 119px);
  padding: 18px 10px;
}

.reseveBox {
  background: url(../img/cmn/f-info_bg01.webp) no-repeat;
  background-size: cover;
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .reseveBox {
    background: url(../img/cmn/f-info_bg01-sp.webp) no-repeat;
    background-size: cover;
    padding: 40px 20px;
  }
}
.reseveBox .cmn-ttl {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.reseveBox .cmn-ttl-hd {
  font-weight: 500;
  font-size: 18px;
}
.reseveBox .cmn-ttl-en {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .reseveBox .cmn-ttl-en {
    letter-spacing: -0.01em;
  }
}
.reseveBox-content {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1490196078);
  background-color: #fff;
  max-width: 1280px;
  margin: 0 auto;
  width: 88%;
  padding: 60px 150px;
}
.reseveBox-content .bt-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .reseveBox-content {
    padding: 60px 35px;
    width: 100%;
  }
  .reseveBox-content .bt-box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}

.clr-main02 {
  color: #6B460A;
}

.clr-main03 {
  color: #EA940D;
}

.ff-en {
  font-family: "Cinzel", serif;
}

.fw-m {
  font-weight: 500;
}

/*  --------------------------------------------------------------------------------
  _lp.scss
--------------------------------------------------------------------------------  */
.lpMv {
  position: relative;
  overflow: hidden;
}
.lpMv-imgBox {
  position: relative;
  z-index: 10;
}
.lpMv-imgBox img {
  -o-object-position: top center;
     object-position: top center;
}
@media screen and (max-width: 768px) {
  .lpMv-imgBox {
    display: block;
    width: 100%;
  }
}
.lpMv-ttl01 {
  position: absolute;
  bottom: 26%;
  left: 6.9%;
  z-index: 1001;
  width: 50%;
  max-width: 720px;
}
@media screen and (max-width: 768px) {
  .lpMv-ttl01 {
    display: block;
    position: static;
    inset: auto;
    width: calc(100% - 40px);
    height: auto;
    margin: -18px auto 0;
  }
}
.lpMv .lp-bt {
  background-color: #6B460A;
  border-radius: 50px;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  width: 400px;
  height: 80px;
  position: absolute;
  bottom: 10%;
  left: 6.9%;
}
.lpMv .lp-bt .ico {
  position: relative;
}
.lpMv .lp-bt .ico::before {
  content: "";
  background: url(../img/lp/arrow01.svg) no-repeat;
  background-size: cover;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 50%;
  right: -70px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .lpMv .lp-bt {
    max-width: 390px;
    width: calc(100% - 40px);
    position: static;
    inset: auto;
    margin: 40px auto 0;
  }
  .lpMv .lp-bt .ico::before {
    width: 20px;
    height: 20px;
    right: -40px;
  }
}

.lp-main {
  font-family: "Zen Maru Gothic", sans-serif;
  position: relative;
  letter-spacing: 0.1em;
}
.lp-main::before {
  content: "";
  background: url(../img/lp/lp_bg.webp) no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100dvh;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .lp-main::before {
    background: url(../img/lp/lp_bg-sp.webp) no-repeat;
    background-size: cover;
  }
}
.lp-main p {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .lp-main p {
    letter-spacing: 0.01em;
  }
}
.lp-main button {
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.1em;
}
.lp-main .lp-ttl {
  text-align: center;
  margin-bottom: 60px;
}
.lp-main .lp-ttl-jp {
  font-size: 60px;
  font-weight: 700;
  color: #6B460A;
  line-height: 130%;
  letter-spacing: 0.1em;
}
.lp-main .lp-ttl-en {
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: #EA940D;
  letter-spacing: 0.1em;
  line-height: 130%;
  margin-bottom: 20px;
}
.lp-main .lp-ttl.is_left {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .lp-main .lp-ttl.is_left {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .lp-main .lp-ttl {
    margin-bottom: 40px;
  }
  .lp-main .lp-ttl-jp {
    font-size: 34px;
  }
  .lp-main .lp-ttl-en {
    font-size: 22px;
    margin-bottom: 0;
  }
}
.lp-main .is_center {
  text-align: center;
}
.lp-main .is_center--left {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lp-main .is_center--left {
    text-align: left;
  }
}
.lp-main .fs17--14 {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .lp-main .fs17--14 {
    font-size: 14px;
  }
}
.lp-main .fs16--14 {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .lp-main .fs16--14 {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .lp-main .sp-fs22 {
    font-size: 22px;
  }
  .lp-main .sp-fs26 {
    font-size: 26px;
  }
}
.lp-main .is_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.lp-main .lp-bt {
  background-color: #fff;
  border-radius: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 56px;
}
.lp-main .lp-bt.calender .ico::before {
  background: url(../img/lp/ico_calender.svg) no-repeat;
  background-size: cover;
}
.lp-main .lp-bt.line {
  background-color: #00b900;
  color: #fff;
}
.lp-main .lp-bt.line .ico::before {
  background: url(../img/cmn/ico_line.svg) no-repeat;
  background-size: cover;
  width: 37.33px;
  height: 36px;
}
@media screen and (max-width: 768px) {
  .lp-main .lp-bt.line .ico::before {
    width: 42.81px;
    height: 41.28px;
  }
}
.lp-main .lp-bt .ico {
  position: relative;
}
.lp-main .lp-bt .ico::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -56px;
}
@media screen and (max-width: 768px) {
  .lp-main .lp-bt {
    width: 100%;
    letter-spacing: 0.01em;
  }
  .lp-main .lp-bt .ico::before {
    width: 32px;
    height: 32px;
    left: -47px;
  }
}
.lp-main .msg-area .ttl {
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  text-align: center;
}
.lp-main .msg-area .text {
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
}
.lp-main a {
  cursor: pointer;
}

.lp-feature {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .lp-feature {
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .lp-feature-content {
    padding: 0 20px;
  }
}
.lp-feature .feature-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .lp-feature .feature-list {
    gap: 20px;
  }
}
.lp-feature .feature-list-item {
  -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  color: #fff;
  width: 411px;
  padding: 40px 40px 60px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .lp-feature .feature-list-item {
    gap: 30px;
    width: 100%;
    padding: 45px 10px 60px;
  }
}
.lp-feature .feature-list-item .ico {
  width: 110px;
  height: 110px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .lp-feature .feature-list-item .ico {
    width: 126.13px;
    height: 126.13px;
  }
}
.lp-feature .feature-list-item .ttl {
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
  text-align: center;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .lp-feature .feature-list-item .ttl {
    font-size: 26px;
  }
}
.lp-feature .feature-list-item .text {
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  text-align: center;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .lp-feature .feature-list-item .text {
    font-size: 18px;
  }
}
.lp-feature .feature-list-item::before {
  font-size: 300px;
  font-weight: 700;
  line-height: 0.2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .lp-feature .feature-list-item::before {
    font-size: 344px;
  }
}
.lp-feature .feature-list-item:first-child {
  background-color: #d87a7a;
}
.lp-feature .feature-list-item:first-child::before {
  content: "01";
  color: #c66060;
}
.lp-feature .feature-list-item:nth-child(2) {
  background-color: #ccae3e;
}
.lp-feature .feature-list-item:nth-child(2)::before {
  content: "02";
  color: #b59a31;
}
.lp-feature .feature-list-item:nth-child(3) {
  background-color: #72bc8c;
}
.lp-feature .feature-list-item:nth-child(3)::before {
  content: "03";
  color: #59a774;
}

.lp-worries01 {
  padding: 100px 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lp-worries01 {
    padding: 80px 20px 70px;
  }
}
.lp-worries01::before {
  content: "";
  background-color: #f1e9db;
  border-radius: 900px 900px 0 0;
  width: 100%;
  height: 899px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .lp-worries01::before {
    border-radius: 1032px 1032px 0 0;
    min-height: 864.51px;
    height: calc(100% + 20px);
    top: -20px;
  }
}
.lp-worries01-content {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.lp-worries01-content .check-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 24px;
}
@media screen and (max-width: 768px) {
  .lp-worries01-content .check-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.lp-worries01-content .check-list-item {
  background-color: #fff;
  border: 2px solid #a2947e;
  border-radius: 50px;
  color: #4F483E;
  font-size: 24px;
  font-weight: 500;
  min-height: 79px;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px 0 74px;
  position: relative;
}
.lp-worries01-content .check-list-item::before {
  content: "";
  background: url(../img/lp/ico_teeth.svg) no-repeat;
  background-size: cover;
  width: 40px;
  height: 39px;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .lp-worries01-content .check-list-item {
    font-size: 17px;
    min-height: 50px;
    line-height: 160%;
    padding: 12px 10px 12px 48px;
  }
  .lp-worries01-content .check-list-item::before {
    width: 25.56px;
    height: 25.56px;
    left: 13px;
  }
}

.lp-worries02 {
  position: relative;
  z-index: 10;
}
.lp-worries02 .is_or {
  color: #ffac29;
}
.lp-worries02 .lp-ttl-jp {
  color: #fff;
  margin-bottom: 40px;
}
.lp-worries02 .lead {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lp-worries02 .lead {
    font-size: 18px;
    text-align: left;
  }
}
.lp-worries02 .areaA {
  background-color: #6B460A;
  padding-top: 100px;
  padding-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lp-worries02 .areaA {
    padding-top: 72px;
    padding-bottom: 50px;
    padding: 72px 20px 50px;
  }
}
.lp-worries02 .areaA .good-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1280px;
  margin: 60px auto 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lp-worries02 .areaA .good-list-item {
  background-color: #fff;
  border-radius: 20px;
  color: #6B460A;
  width: 302px;
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
  position: relative;
  padding: 110px 20px 30px;
  text-align: center;
}
.lp-worries02 .areaA .good-list-item::before {
  content: "";
  background: url(../img/lp/ico_good.svg) no-repeat;
  background-size: cover;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .lp-worries02 .areaA .good-list {
    gap: 10px;
  }
  .lp-worries02 .areaA .good-list-item {
    font-size: 18px;
    letter-spacing: 0.01em;
    width: calc((100% - 10px) / 2);
    padding: 110px 5px 20px;
  }
  .lp-worries02 .areaA .good-list-item::before {
    width: 68.8px;
    height: 68.8px;
    top: 30px;
  }
}
.lp-worries02 .areaB {
  background-color: #ea940d;
  padding-top: 200px;
  padding-bottom: 100px;
  position: relative;
  z-index: 9;
}
.lp-worries02 .areaB::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  background-color: #6B460A;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 768px) {
  .lp-worries02 .areaB::after {
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .lp-worries02 .areaB {
    padding: 80px 20px 60px;
  }
  .lp-worries02 .areaB .lead {
    text-align: center;
  }
}
.lp-worries02 .areaB .lp-bt {
  color: #6B460A;
  font-size: 30px;
  width: 600px;
  height: 100px;
  margin: 40px auto 0;
}
.lp-worries02 .areaB .lp-bt .ico {
  position: relative;
}
.lp-worries02 .areaB .lp-bt .ico::before {
  width: 36px;
  height: 36px;
}
@media screen and (max-width: 768px) {
  .lp-worries02 .areaB .lp-bt {
    font-size: 28px;
    height: 92px;
    width: 100%;
    max-width: 390px;
  }
  .lp-worries02 .areaB .lp-bt .ico::before {
    width: 32px;
    height: 32px;
  }
}

.lp-reason {
  padding: 100px 0;
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lp-reason {
    padding: 60px 20px;
  }
  .lp-reason .lp-ttl {
    margin-bottom: 223px;
  }
}
.lp-reason::before {
  content: "";
  background: url(../img/lp/feature_ill01.png) no-repeat;
  background-size: cover;
  width: 334px;
  height: 457px;
  position: absolute;
  top: -42px;
  right: 60px;
}
@media screen and (max-width: 768px) {
  .lp-reason::before {
    background: url(../img/lp/feature_ill01-sp.png) no-repeat;
    background-size: cover;
    width: 318.77px;
    height: 248.13px;
    top: 223px;
  }
}
.lp-reason .is_large {
  color: #EA940D;
  font-size: 100px;
}
@media screen and (max-width: 768px) {
  .lp-reason .is_large {
    font-size: 80px;
  }
}
.lp-reason .reason-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.lp-reason .reason-list-item {
  -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  background-color: #fff;
  border: 2px solid #6B460A;
  width: calc((100% - 80px) / 3);
  padding: 24px 25px 40px;
}
.lp-reason .reason-list-item .is_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .lp-reason .reason-list-item .is_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.lp-reason .reason-list-item .num {
  color: #EA940D;
  font-size: 80px;
  font-weight: 700;
  line-height: 100%;
}
.lp-reason .reason-list-item .ttl {
  color: #6B460A;
  font-size: 26px;
  font-weight: 700;
  line-height: 130%;
  margin-top: 16px;
}
.lp-reason .reason-list-item .text {
  color: #6B460A;
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .lp-reason .reason-list-item {
    width: 100%;
    padding: 20px 20px 40px;
  }
  .lp-reason .reason-list-item .num {
    font-size: 90px;
  }
  .lp-reason .reason-list-item .ttl {
    font-size: 28px;
    margin: 0;
    text-align: center;
  }
}
.lp-reason .reason-list.row2 {
  gap: 24px;
  margin-bottom: 36px;
  position: relative;
}
.lp-reason .reason-list.row2 .is_flex {
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .lp-reason .reason-list.row2 {
    gap: 20px;
    margin-bottom: 20px;
  }
}
.lp-reason .reason-list.row2 .reason-list-item {
  width: calc((100% - 24px) / 2);
  padding: 40px 54px;
}
.lp-reason .reason-list.row2 .reason-list-item .num {
  font-size: 128px;
}
.lp-reason .reason-list.row2 .reason-list-item .ttl {
  font-size: 30px;
}
.lp-reason .reason-list.row2 .reason-list-item .text {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .lp-reason .reason-list.row2 .reason-list-item {
    width: 100%;
    padding: 40px 20px;
  }
  .lp-reason .reason-list.row2 .reason-list-item .num {
    font-size: 90px;
  }
  .lp-reason .reason-list.row2 .reason-list-item .ttl {
    font-size: 28px;
  }
}
.lp-reason .reason-list.row3 {
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .lp-reason .reason-list.row3 {
    gap: 20px;
  }
}

.lp-doctor {
  padding: 100px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lp-doctor {
    padding: 60px 20px;
  }
}
.lp-doctor::before {
  content: "";
  background: url(../img/lp/doc_bg.webp) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .lp-doctor::before {
    background: url(../img/lp/doc_bg-sp.webp) no-repeat;
    background-size: cover;
  }
}
.lp-doctor-content {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .lp-doctor-content {
    padding-bottom: 0;
  }
}
.lp-doctor-content .inner {
  max-width: 800px;
  width: 62.5%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .lp-doctor-content .inner {
    width: 100%;
    margin: 0 auto;
  }
}
.lp-doctor-content .meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  margin-bottom: 30px;
}
.lp-doctor-content .meta .posi {
  background-color: #a2947e;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px 7px;
}
.lp-doctor-content .meta .name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
}
.lp-doctor-content .meta .name .kana {
  font-size: 24px;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .lp-doctor-content .meta {
    gap: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lp-doctor-content .meta .posi {
    font-size: 16px;
    margin-top: 5px;
  }
  .lp-doctor-content .meta .name {
    font-size: 34px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lp-doctor-content .meta .name .kana {
    margin-top: 10px;
    font-size: 18px;
  }
}
.lp-doctor-content .summ-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}
.lp-doctor-content .summ-list-item {
  color: #4F483E;
  border: 1px solid #a2947e;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  padding: 5px 20px;
}
@media screen and (max-width: 768px) {
  .lp-doctor-content .summ-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lp-doctor-content .summ-list-item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    letter-spacing: 0.01em;
  }
}
.lp-doctor-content .msg-area {
  background-color: #fff;
  border-radius: 30px;
  margin-top: 40px;
  padding: 40px 30px;
}
.lp-doctor-content .msg-area .ttl {
  color: #EA940D;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-bottom: 30px;
}
.lp-doctor-content .msg-area .text {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .lp-doctor-content .msg-area {
    margin-top: 0;
    padding: 40px 20px;
  }
  .lp-doctor-content .msg-area .ttl {
    font-size: 26px;
    letter-spacing: 0.01em;
    margin-bottom: 20px;
  }
  .lp-doctor-content .msg-area .text {
    line-height: 200%;
  }
}
.lp-doctor .doc-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 400px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .lp-doctor .doc-img {
    width: 229.33px;
    position: static;
    inset: auto;
    margin: 40px auto 0;
  }
}

.lp-select {
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .lp-select {
    padding: 60px 20px;
  }
}
.lp-select-content {
  max-width: 1280px;
  margin: 0 auto;
}
.lp-select-content .type-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 23px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}
.lp-select-content .type-list-item {
  background-color: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
  width: 411px;
}
@media screen and (max-width: 768px) {
  .lp-select-content .type-list-item {
    width: 100%;
  }
}
.lp-select-content .type-list-item .inner {
  padding: 20px 30px 40px;
}
@media screen and (max-width: 768px) {
  .lp-select-content .type-list-item .inner {
    padding: 20px 20px 40px;
  }
}
.lp-select-content .type-list-item .hd {
  border-radius: 30px 30px 0 0;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .lp-select-content .type-list-item .hd {
    line-height: 1.6;
    padding: 20px 10px;
  }
}
.lp-select-content .type-list-item .age {
  background-color: #e3dbce;
  font-size: 20px;
  font-weight: 700;
  margin-top: 30px;
  text-align: center;
  padding: 6px 0;
}
@media screen and (max-width: 768px) {
  .lp-select-content .type-list-item .age {
    font-size: 18px;
  }
}
.lp-select-content .type-list-item .ttl {
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lp-select-content .type-list-item .ttl {
    font-size: 26px;
    letter-spacing: 0.01em;
  }
}
.lp-select-content .type-list-item .check-list-item {
  border-bottom: 1px solid #a2947e;
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
.lp-select-content .type-list-item .check-list-item::before {
  content: "";
  background: url(../img/lp/ico_check.svg) no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.lp-select-content .type-list-item:first-child .hd {
  background-color: #d87a7a;
}
.lp-select-content .type-list-item:first-child .ttl {
  color: #c66060;
}
.lp-select-content .type-list-item:nth-child(2) .hd {
  background-color: #ccae3e;
}
.lp-select-content .type-list-item:nth-child(2) .ttl {
  color: #b59a31;
}
.lp-select-content .type-list-item:nth-child(3) .hd {
  background-color: #72bc8c;
}
.lp-select-content .type-list-item:nth-child(3) .ttl {
  color: #59a674;
}
.lp-select-content .table-ttl {
  background-color: #6B460A;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.1em;
  padding: 5px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .lp-select-content .table-ttl {
    font-size: 22px;
    margin: 0 auto 20px;
  }
}
.lp-select-content .ortho-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid #a2947e;
  color: #4a433d;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .lp-select-content .ortho-table {
    font-size: 18px;
  }
}
.lp-select-content .ortho-table th,
.lp-select-content .ortho-table td {
  border: 0.5px solid #a2947e;
  text-align: center;
  vertical-align: middle;
  padding: 24px 16px;
  background: #fff;
  line-height: 1.6;
  font-weight: 700;
}
.lp-select-content .ortho-table thead th {
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .lp-select-content .ortho-table thead th {
    font-size: 18px;
  }
}
.lp-select-content .ortho-table thead th:first-child {
  border-top-left-radius: 30px;
}
.lp-select-content .ortho-table thead th:last-child {
  border-top-right-radius: 30px;
}
.lp-select-content .ortho-table thead .head-gy {
  color: #4F483E;
  background: #e3dbce;
}
.lp-select-content .ortho-table thead .head-red {
  background: #d87a7a;
}
.lp-select-content .ortho-table thead .head-yellow {
  background: #ccae3e;
}
.lp-select-content .ortho-table thead .head-green {
  background: #72bc8c;
}
.lp-select-content .ortho-table tbody th {
  background: #e3dbce;
}
.lp-select-content .ortho-table tbody tr:last-child th:first-child {
  border-bottom-left-radius: 32px;
}
.lp-select-content .ortho-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 32px;
}
.lp-select-content .ortho-table .ok {
  color: #59a774;
}
.lp-select-content .ortho-table .ng {
  color: #c66060;
}

.lp-info {
  background-color: #6B460A;
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .lp-info {
    padding: 60px 20px;
  }
}
.lp-info.bg-or {
  background-color: #EA940D;
}
.lp-info .lp-ttl-jp {
  color: #fff;
  margin-bottom: 40px;
}
.lp-info .lead {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 768px) {
  .lp-info .lead {
    font-size: 18px;
  }
}
.lp-info .is_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .lp-info .is_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.lp-info .lp-bt {
  font-size: 30px;
  width: 540px;
  height: 100px;
  padding-left: 56px;
}
.lp-info .lp-bt.calender {
  color: #6B460A;
}
.lp-info .lp-bt .ico {
  position: relative;
}
.lp-info .lp-bt .ico::before {
  width: 36px;
  height: 36px;
  left: -56px;
}
@media screen and (max-width: 768px) {
  .lp-info .lp-bt {
    font-size: 27px;
    width: 100%;
    max-width: 390px;
    height: 92px;
  }
  .lp-info .lp-bt .ico::before {
    width: 41px;
    height: 41px;
    left: -56px;
  }
}

.lp-case {
  padding: 100px 40px;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lp-case {
    padding: 60px 20px;
  }
}
.lp-case .case-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 23px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lp-case .case-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
  width: 411px;
}
@media screen and (max-width: 768px) {
  .lp-case .case-list-item {
    width: 100%;
  }
}
.lp-case .case-list-item .inner {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-right: 2px solid #EA940D;
  border-bottom: 2px solid #EA940D;
  border-left: 2px solid #EA940D;
  padding: 20px 30px 40px;
  border-radius: 0 0 30px 30px;
}
@media screen and (max-width: 768px) {
  .lp-case .case-list-item .inner {
    padding: 20px 20px 40px;
  }
}
.lp-case .case-list-item .hd {
  border-radius: 30px 30px 0 0;
  background-color: #EA940D;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
  text-align: center;
  padding: 100px 0 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lp-case .case-list-item .hd {
    padding: 130px 10px 30px;
  }
}
.lp-case .case-list-item .hd .case {
  border: 2px solid #fff;
  border-radius: 50px;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 70px;
  height: 70px;
  padding-top: 8px;
}
@media screen and (max-width: 768px) {
  .lp-case .case-list-item .hd .case {
    font-size: 20px;
    width: 80.27px;
    height: 80.27px;
    top: 30px;
  }
}
.lp-case .case-list-item .hd .case .num {
  display: block;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .lp-case .case-list-item .hd .case .num {
    font-size: 30px;
  }
}
.lp-case .case-list-item .ba {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lp-case .case-list-item .ba {
    margin-bottom: 20px;
  }
}
.lp-case .case-list-item .ba::before {
  content: "";
  background: url(../img/lp/arrow02.svg) no-repeat;
  background-size: cover;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .lp-case .case-list-item .ba::before {
    width: 16.05px;
    height: 16.05px;
  }
}
.lp-case .case-list-item .ba .img {
  width: 150px;
}
@media screen and (max-width: 768px) {
  .lp-case .case-list-item .ba .img {
    width: calc((100% - 23px) / 2);
  }
}
.lp-case .case-list-item .ba .img .ba-hd {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lp-case .case-list-item .ba .img .ba-hd {
    font-size: 20.64px;
  }
}
.lp-case .case-list-item .ba .img .ba-hd.b {
  background-color: #6B460A;
}
.lp-case .case-list-item .ba .img .ba-hd.a {
  background-color: #72bc8c;
}
.lp-case .case-list-item dl {
  border-bottom: 1px solid #a2947e;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  font-weight: 700;
  padding: 10px 0;
}
.lp-case .case-list-item dl dt {
  background-color: #4F483E;
  color: #fff;
  font-size: 16px;
  height: 26px;
  line-height: 26px;
  width: 90px;
  text-align: center;
}
.lp-case .case-list-item dl dd {
  font-size: 18px;
}
.lp-case .case-list-item dl .clr-attention {
  color: #c66060;
}
.lp-case .case-list-item .msg-area {
  background-color: #e3dbce;
  margin-top: 30px;
  padding: 10px 25px;
}
.lp-case .case-list-item .msg-area .ttl {
  color: #c66060;
}

.lp-flow {
  background-color: #e3dbce;
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .lp-flow {
    padding: 60px 20px;
  }
}
.lp-flow .flow-img {
  display: block;
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
}
.lp-flow .msg-area {
  border-radius: 30px;
  background-color: #f5f3ef;
  padding: 30px 25px;
  max-width: 800px;
  width: 100%;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .lp-flow .msg-area {
    padding: 30px 20px;
  }
}
.lp-flow .msg-area .ttl {
  color: #EA940D;
  margin-bottom: 20px;
}
.lp-flow .msg-area .text {
  text-align: center;
}

.lp-stdy {
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .lp-stdy {
    padding: 60px 20px;
  }
}
.lp-stdy-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  max-width: 1280px;
  margin: 0 auto 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .lp-stdy-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 22px;
  }
}
.lp-stdy-content .price-box {
  -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #a2947e;
  border-radius: 30px;
  overflow: hidden;
  background: #fff;
  max-width: 800px;
  width: 100%;
}
.lp-stdy-content .price-box__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #6B460A;
  color: #fff;
  padding: 20px 32px;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .lp-stdy-content .price-box__head {
    padding: 30px 30px;
  }
}
.lp-stdy-content .price-box__body {
  background: #fff;
  border-top: 1px solid #a2947e;
  padding: 50px 35px;
}
@media screen and (max-width: 768px) {
  .lp-stdy-content .price-box__body {
    padding: 30px 20px 40px;
  }
}
.lp-stdy-content .price-box__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #a2947e;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .lp-stdy-content .price-box__row {
    padding: 16px 10px 16px;
  }
}
.lp-stdy-content .price-box__label, .lp-stdy-content .price-box__price {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .lp-stdy-content .price-box__label, .lp-stdy-content .price-box__price {
    font-size: 16px;
  }
}
.lp-stdy-content .price-box__main {
  border-bottom: 1px solid #a2947e;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .lp-stdy-content .price-box__main {
    padding: 16px 10px 16px;
  }
}
.lp-stdy-content .price-box__main-left {
  font-weight: 700;
}
.lp-stdy-content .price-box__main-left .price-box__title {
  font-size: 24px;
}
.lp-stdy-content .price-box__main-left .price-box__sub {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .lp-stdy-content .price-box__main-left .price-box__title {
    font-size: 20px;
  }
  .lp-stdy-content .price-box__main-left .price-box__sub {
    font-size: 16px;
  }
}
.lp-stdy-content .price-box__main-price {
  font-size: 30px;
  font-weight: 700;
  color: #EA940D;
}
@media screen and (max-width: 768px) {
  .lp-stdy-content .price-box__main-price {
    font-size: 22px;
  }
}
.lp-stdy-content .price-box__detail {
  background-color: #f5f3ef;
  border: 1px solid #6B460A;
  padding: 36px 60px 10px 10px;
  margin-bottom: 24px;
  position: relative;
}
.lp-stdy-content .price-box__detail-title {
  position: absolute;
  top: 0;
  left: 0;
  background: #6B460A;
  color: #fff;
  font-size: 20px;
  padding: 0 8px;
}
@media screen and (max-width: 768px) {
  .lp-stdy-content .price-box__detail-title {
    font-size: 18px;
  }
}
.lp-stdy-content .price-box__detail-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lp-stdy-content .price-box__detail-row p {
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 768px) {
  .lp-stdy-content .price-box__detail-row p {
    font-size: 14px;
    padding: 8px 10px;
  }
}
@media screen and (max-width: 768px) {
  .lp-stdy-content .price-box__detail {
    padding: 30px 10px 10px;
  }
}
.lp-stdy-content .price-box__note {
  color: #d87a7a;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  padding-left: 30px;
  margin-top: 32px;
}
.lp-stdy-content .price-box__note::before {
  content: "";
  background: url(../img/lp/ico_check02.svg) no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .lp-stdy-content .price-box__note {
    font-size: 18px;
  }
  .lp-stdy-content .price-box__note::before {
    width: 22.93px;
    height: 22.93px;
    -webkit-transform: none;
            transform: none;
    top: 5px;
  }
}
.lp-stdy-content .payment-box {
  -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  overflow: hidden;
  border: 2px solid #ea940d;
  background: #fff;
  max-width: 450px;
  width: 100%;
}
.lp-stdy-content .payment-box__head {
  background: #ea940d;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .lp-stdy-content .payment-box__head {
    font-size: 18px;
    padding: 30px 10px;
  }
}
.lp-stdy-content .payment-box__body {
  background: #fff;
  padding: 0 25px 30px;
}
@media screen and (max-width: 768px) {
  .lp-stdy-content .payment-box__body {
    padding: 0 20px 40px;
  }
}
.lp-stdy-content .payment-box__item {
  text-align: center;
  padding: 40px 0 10px;
  border-bottom: 1px solid #a2947e;
}
@media screen and (max-width: 768px) {
  .lp-stdy-content .payment-box__item {
    padding: 46px 0px 10px;
  }
}
.lp-stdy-content .payment-box__item:last-of-type {
  border-bottom: none;
}
.lp-stdy-content .payment-box__icon {
  display: block;
  position: relative;
}
.lp-stdy-content .payment-box__icon::before {
  content: "";
  background: url(../img/lp/ico_check.svg) no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .lp-stdy-content .payment-box__icon::before {
    width: 22.93px;
    height: 22.93px;
    top: -30px;
  }
}
.lp-stdy-content .payment-box__text {
  font-weight: 700;
  font-size: 20px;
  color: #4a433d;
  line-height: 1.6;
}
.lp-stdy-content .payment-box__sub {
  display: block;
  font-size: 16px;
  color: #6b635c;
  margin-top: 4px;
}
.lp-stdy-content .payment-box__loan {
  background: #e3dbce;
  font-size: 20px;
  padding: 20px;
  margin: 30px 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lp-stdy-content .payment-box__loan {
    font-size: 18px;
  }
}
.lp-stdy-content .payment-box__loan-title {
  color: #c66060;
  font-weight: 700;
}
.lp-stdy-content .payment-box__loan-text {
  font-weight: 700;
  color: #4a433d;
  line-height: 1.6;
}
.lp-stdy-content .payment-box__note {
  font-weight: 700;
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
}

.lp-smltn {
  background-color: #ffefd6;
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .lp-smltn {
    padding: 60px 20px;
  }
}
.lp-smltn .lp-ttl-lead {
  color: #6B460A;
  font-size: 20px;
  font-weight: 700;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lp-smltn .lp-ttl-lead {
    font-size: 22px;
    margin-top: 10px;
  }
}
.lp-smltn-catch {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  background-color: #EA940D;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 60px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .lp-smltn-catch {
    font-size: 18px;
    margin: 0 auto 40px;
    padding: 10px;
    width: 100%;
    text-align: center;
  }
}
.lp-smltn-content {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.lp-smltn-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lp-smltn-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.lp-smltn .phase-caption {
  color: #6B460A;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .lp-smltn .phase-caption {
    font-size: 22px;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    position: static;
    inset: auto;
    -webkit-transform: none;
            transform: none;
    margin: 0 auto;
    padding: 60px 10px 20px;
  }
}
.lp-smltn .phase-caption span {
  position: relative;
}
@media screen and (max-width: 768px) {
  .lp-smltn .phase-caption span {
    display: block;
    text-align: center;
  }
}
.lp-smltn .phase-caption span::before {
  content: "";
  background: url(../img/lp/arrow02.svg) no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .lp-smltn .phase-caption span::before {
    background: url(../img/lp/arrow02-dwn.svg) no-repeat;
    background-size: cover;
    width: 26px;
    height: 38px;
    top: -40px;
  }
}
.lp-smltn .phase-box {
  border: 2px solid #6B460A;
  border-radius: 30px;
  overflow: hidden;
  max-width: 600px;
  width: 100%;
}
.lp-smltn .phase-box__head {
  background: #6B460A;
  color: #fff;
  text-align: center;
  padding: 24px 16px;
}
.lp-smltn .phase-box__head .phase-box__lead {
  border-bottom: 4px solid #EA940D;
  color: #ea940d;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .lp-smltn .phase-box__head .phase-box__lead {
    font-size: 22px;
  }
}
.lp-smltn .phase-box__head .phase-box__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  font-weight: 700;
}
.lp-smltn .phase-box__head .phase-box__title .is_small {
  font-size: 18px;
  padding-top: 4px;
}
@media screen and (max-width: 768px) {
  .lp-smltn .phase-box__head .phase-box__title {
    font-size: 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lp-smltn .phase-box__head .phase-box__title .is_small {
    font-size: 20px;
  }
}
.lp-smltn .phase-box__head .phase-box__label {
  display: block;
  background: #fff;
  color: #6B460A;
  font-size: 18px;
  padding: 0 10px 1px;
  margin-right: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .lp-smltn .phase-box__head .phase-box__label {
    font-size: 20px;
  }
}
.lp-smltn .phase-box__body {
  background: #fff;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .lp-smltn .phase-box__body {
    padding: 30px 20px;
  }
}
.lp-smltn .phase-box__target {
  background: #f5f3ef;
  font-size: 20px;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.lp-smltn .phase-box__target-title {
  color: #c66060;
  font-weight: 700;
  margin-bottom: 8px;
}
.lp-smltn .phase-box__target-text {
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 768px) {
  .lp-smltn .phase-box__target-text {
    font-size: 18px;
  }
}
.lp-smltn .phase-box__price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #a2947e;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .lp-smltn .phase-box__price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lp-smltn .phase-box__price-left {
  background: #a2947e;
  color: #fff;
  font-size: 20px;
  width: 140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 768px) {
  .lp-smltn .phase-box__price-left {
    font-size: 18px;
    width: 100%;
    padding: 20px;
  }
}
.lp-smltn .phase-box__price-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  padding: 20px;
}
.lp-smltn .phase-box__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 0 0;
}
.lp-smltn .phase-box__row.is_bb {
  border-bottom: 1px solid #e0d8cc;
  padding-bottom: 20px;
}
.lp-smltn .phase-box__row p {
  margin: 0;
  font-weight: 700;
  color: #4a433d;
}
@media screen and (max-width: 768px) {
  .lp-smltn .phase-box__row {
    font-size: 20px;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 10px;
  }
  .lp-smltn .phase-box__row.is_bb {
    padding-bottom: 10px;
  }
}
.lp-smltn .phase-box__total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 12px;
}
.lp-smltn .phase-box__total p {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.lp-smltn .phase-box__total p:last-child {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .lp-smltn .phase-box__total {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lp-smltn .phase-box__total p {
    line-height: 120%;
  }
  .lp-smltn .phase-box__total p:last-child {
    font-size: 34px;
  }
}
.lp-smltn .phase-box__note {
  text-align: center;
  color: #59a674;
  font-weight: 700;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .lp-smltn .phase-box__note {
    font-size: 22px;
  }
}
.lp-smltn .phase02-box {
  border: 2px solid #a2947e;
}
.lp-smltn .phase02-box .phase-box__head {
  background-color: #a2947e;
}
.lp-smltn .phase02-box .phase-box__label {
  color: #a2947e;
}
.lp-smltn .phase02-box .phase-box__total p:last-child {
  color: #a2947e;
}
.lp-smltn .fee-note {
  background: #d87a7a;
  border-radius: 30px;
  margin-top: 40px;
  padding: 20px 24px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .lp-smltn .fee-note {
    padding: 30px 10px;
  }
}
.lp-smltn .fee-note__main {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 6px;
  gap: 8px;
  position: relative;
  padding-left: 36px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10px;
}
.lp-smltn .fee-note__main::before {
  content: "";
  background: url(../img/lp/ico_check03.svg) no-repeat;
  background-size: cover;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .lp-smltn .fee-note__main {
    padding: 40px 10px 0;
  }
  .lp-smltn .fee-note__main .is_small {
    font-size: 18px;
  }
  .lp-smltn .fee-note__main::before {
    width: 29.81px;
    height: 29.81px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.lp-smltn .fee-note__sub {
  font-weight: 700;
  font-size: 16px;
}
.lp-smltn .loan-tab {
  background: #fff;
  border-radius: 30px;
  padding: 60px 112px 60px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .lp-smltn .loan-tab {
    padding: 40px 20px;
  }
}
.lp-smltn .loan-tab__title {
  color: #6B460A;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .lp-smltn .loan-tab__title {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.lp-smltn .loan-tab__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .lp-smltn .loan-tab__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.lp-smltn .loan-tab__button {
  max-width: 200px;
  width: calc((100% - 56px) / 5);
  min-height: 140px;
  border: 2px solid #6B460A;
  border-radius: 30px;
  background: #f5f3ef;
  color: #6B460A;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 17px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lp-smltn .loan-tab__button.is-active {
  background: #EA940D;
  color: #fff;
}
.lp-smltn .loan-tab__button.is-active .loan-tab__year {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .lp-smltn .loan-tab__button {
    width: 100%;
    max-width: initial;
    min-height: 114.67px;
  }
}
.lp-smltn .loan-tab__count {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}
.lp-smltn .loan-tab__year {
  color: #a2947e;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
.lp-smltn .loan-tab__content {
  margin-top: 32px;
}
.lp-smltn .loan-tab__panel {
  display: none;
  border: 2px solid #6B460A;
  border-radius: 30px;
  background: #fff;
  padding: 28px 20px 22px;
  text-align: center;
}
.lp-smltn .loan-tab__panel.is-show {
  display: block;
}
.lp-smltn .loan-tab__heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
.lp-smltn .loan-tab__price {
  margin-top: 8px;
  color: #d87a7a;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.2;
}
.lp-smltn .loan-tab__price .is_small {
  color: #5a4f45;
  font-size: 40px;
}
.lp-smltn .loan-tab__price .is_small:first-child {
  color: #d87a7a;
}
.lp-smltn .loan-tab__caption {
  margin-top: 10px;
  color: #5a4f45;
  font-size: 16px;
  line-height: 1.5;
}
.lp-smltn .loan-tab__note {
  background: #d87a7a;
  border-radius: 50px;
  padding: 20px 24px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  position: relative;
  width: 100%;
  margin: 30px auto 0;
  padding-left: 56px;
}
@media screen and (max-width: 768px) {
  .lp-smltn .loan-tab__note {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 30px;
    padding: 50px 20px 30px;
    text-align: left;
  }
}
.lp-smltn .loan-tab__note span {
  position: relative;
}
@media screen and (max-width: 768px) {
  .lp-smltn .loan-tab__note span {
    display: block;
  }
}
.lp-smltn .loan-tab__note span::before {
  content: "";
  background: url(../img/lp/ico_check03.svg) no-repeat;
  background-size: cover;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .lp-smltn .loan-tab__note span::before {
    width: 29.81px;
    height: 29.81px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -28px;
  }
}
.lp-smltn .loan-tab .clr-attention {
  color: #d87a7a;
}
@media screen and (max-width: 767px) {
  .lp-smltn .loan-tab {
    padding: 40px 20px;
  }
  .lp-smltn .loan-tab__title {
    font-size: 22px;
  }
  .lp-smltn .loan-tab__nav {
    gap: 10px;
  }
  .lp-smltn .loan-tab__button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
  .lp-smltn .loan-tab__count {
    font-size: 28px;
  }
  .lp-smltn .loan-tab__year {
    font-size: 20px;
  }
  .lp-smltn .loan-tab__content {
    margin-top: 20px;
  }
  .lp-smltn .loan-tab__panel {
    border-radius: 24px;
    padding: 24px 16px 18px;
  }
  .lp-smltn .loan-tab__heading {
    font-size: 20px;
  }
  .lp-smltn .loan-tab__price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lp-smltn .loan-tab__price .price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 60px;
  }
  .lp-smltn .loan-tab__price .price .is_small {
    color: #d87a7a;
    font-size: 40px;
    margin-top: 17px;
  }
  .lp-smltn .loan-tab__price .cross {
    color: #4F483E;
    font-size: 40px;
  }
  .lp-smltn .loan-tab__price .count {
    color: #4F483E;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    font-size: 50px;
  }
  .lp-smltn .loan-tab__price .count .is_small {
    color: #4F483E;
    font-size: 30px;
    margin-top: 18px;
  }
  .lp-smltn .loan-tab__caption {
    font-size: 16px;
  }
}

.implant-area {
  background: url(../img/top/intro/info_bg01.webp) no-repeat;
  background-size: cover;
  height: 678px;
  margin-top: -230px;
}
@media screen and (max-width: 768px) {
  .implant-area {
    background: url(../img/top/intro/info_bg01-sp.webp) no-repeat;
    background-size: cover;
    height: 737px;
    margin-top: 100px;
  }
}
.implant-area .implant-content {
  height: 100%;
  max-width: 1053px;
  margin: 0 auto;
  position: relative;
}
.implant-area .implant-box {
  position: absolute;
  top: 318px;
  right: 0;
}
.implant-area .implant-box .text {
  font-weight: 500;
  font-size: 40px;
  line-height: 140%;
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  .implant-area .implant-box {
    top: 360px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    right: auto;
    width: 100%;
  }
  .implant-area .implant-box .text {
    width: 320px;
    margin: 0 auto;
  }
  .implant-area .implant-box .more-bt {
    margin: 0 auto;
  }
}
.implant-area .doctor-img {
  width: 434px;
  position: absolute;
  bottom: 50px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .implant-area .doctor-img {
    bottom: auto;
    top: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 390px;
    width: calc(100% - 40px);
  }
}

.tp-intro {
  background-color: #fffbf4;
  position: relative;
  margin-bottom: 112px;
  padding-top: 286px;
}
@media screen and (max-width: 768px) {
  .tp-intro {
    padding: 60px 0 0;
    margin-top: 363px;
    margin-bottom: 60px;
  }
}
.tp-intro .bt-box {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1490196078);
  background-color: #fff;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 1280px;
  width: 88%;
  padding: 60px 150px;
  position: absolute;
  top: -54px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .tp-intro .bt-box {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
    margin: 0 auto;
    padding: 40px 35px;
    top: -470px;
  }
}
.tp-intro .cmn-ttl {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .tp-intro .cmn-ttl {
    padding-bottom: 30px;
  }
}
.tp-intro-content {
  background-color: #fffbf4;
  padding: 0 0 160px;
  position: relative;
  z-index: 10;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .tp-intro-content {
    padding-bottom: 60px;
  }
}
.tp-intro-content .flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .tp-intro-content .flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .tp-intro-content {
    display: block;
  }
}
.tp-intro-content .imgBox {
  display: block;
  width: 48.083333%;
}
@media screen and (max-width: 768px) {
  .tp-intro-content .imgBox {
    width: 100%;
    margin-bottom: 0;
  }
}
.tp-intro-content .cmn-ttl {
  border-bottom: 1px solid #f7f2ee;
  width: 100%;
  text-align: left;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 50px;
  padding-bottom: 16px;
}
.tp-intro-content .cmn-ttl::before, .tp-intro-content .cmn-ttl::after {
  content: none;
}
.tp-intro-content .cmn-ttl-en {
  color: #fff;
  font-weight: 400;
  font-size: 56px;
}
.tp-intro-content .cmn-ttl-jp {
  color: #fff;
  font-weight: 400;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .tp-intro-content .cmn-ttl {
    margin: 0 0 30px;
  }
  .tp-intro-content .cmn-ttl-en {
    font-size: 40px;
  }
  .tp-intro-content .cmn-ttl-jp {
    font-size: 20px;
  }
}
.tp-intro-content .point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.tp-intro-content .point01 {
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin: 0 0 0 auto;
  gap: 100px;
}
.tp-intro-content .point01 .imgBox {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1490196078);
  max-width: 665px;
  width: 46%;
}
.tp-intro-content .point01 .point-list {
  margin-top: 48px;
}
.tp-intro-content .point02 {
  gap: 60px;
}
.tp-intro-content .point02 .imgBox {
  max-width: 729px;
  width: 50.625%;
}
.tp-intro-content .point02 .point-list {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .tp-intro-content .point {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tp-intro-content .point01 {
    gap: 40px;
    margin-bottom: 40px;
  }
  .tp-intro-content .point01 .imgBox {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .tp-intro-content .point01 .point-list {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 0;
  }
  .tp-intro-content .point02 {
    gap: 40px;
  }
  .tp-intro-content .point02 .imgBox {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .tp-intro-content .point02 .point-list {
    margin-top: 0;
  }
}
.tp-intro-content .point-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 532px;
}
.tp-intro-content .point-list-item {
  border-bottom: 1px dashed #a2947e;
  color: #4F483E;
  font-weight: 500;
  font-size: 28px;
  line-height: 160%;
  letter-spacing: 0.1em;
  position: relative;
  padding: 20px 0px 20px 64px;
}
.tp-intro-content .point-list-item::before {
  content: "";
  background: url(../img/cmn/ico_point.svg) no-repeat;
  background-size: 100% auto;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 24px;
  left: 10px;
}
@media screen and (max-width: 768px) {
  .tp-intro-content .point-list {
    gap: 13px;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .tp-intro-content .point-list-item {
    font-size: 21px;
    padding: 15px 0px 15px 48px;
  }
  .tp-intro-content .point-list-item::before {
    width: 30px;
    height: 30px;
    top: 18px;
    left: 10px;
  }
}
.tp-intro-check {
  height: 1046px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tp-intro-check {
    height: 1500.931640625px;
    margin-top: 90px;
  }
}
.tp-intro-check .bg-wrp {
  position: relative;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .tp-intro-check .bg-wrp {
    background: url(../img/top/intro/intro_bg02-sp.webp) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.tp-intro-check .bg-wrp::before {
  content: "";
  background: url(../img/top/intro/intro_bg02.webp) no-repeat;
  background-size: cover;
  background-position: center;
  min-width: 1440px;
  width: 100%;
  min-width: 1440px;
  height: 1046px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .tp-intro-check .bg-wrp::before {
    content: none;
  }
}
.tp-intro-check .hd {
  background-color: #4F483E;
  font-weight: 500;
  font-size: 36px;
  color: #fff;
  line-height: 1;
  text-align: center;
  padding: 30px;
  position: absolute;
  top: -44px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 100;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .tp-intro-check .hd {
    font-size: 24px;
    line-height: 140%;
    top: -30px;
  }
}
.tp-intro-check .inner {
  max-width: 1200px;
  width: 100%;
  height: 1046px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tp-intro-check .inner {
    height: 1500.931640625px;
    padding: 152px 20px 0;
  }
}
.tp-intro-check .check-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  position: absolute;
  top: 111px;
  width: 380px;
}
@media screen and (max-width: 768px) {
  .tp-intro-check .check-list {
    position: static;
    inset: auto;
    width: 100%;
    margin-bottom: 20px;
  }
}
.tp-intro-check .check-list.lft {
  left: 0;
}
.tp-intro-check .check-list.rght {
  right: 0;
}
.tp-intro-check .check-list-item {
  background: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  padding: 10px 24px 10px 52px;
  position: relative;
}
.tp-intro-check .check-list-item::before {
  content: "";
  background: url(../img/cmn/ico_checkbox.svg) no-repeat;
  background-size: 100% auto;
  width: 34px;
  height: 26px;
  position: absolute;
  top: 14px;
  left: 10px;
}
@media screen and (max-width: 768px) {
  .tp-intro-check .check-list-item {
    font-size: 19px;
  }
}
.tp-intro-check .catch {
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 30px;
  color: #6B460A;
  font-weight: 700;
  font-size: 30px;
  line-height: 160%;
  text-align: center;
  width: 546px;
  padding: 60px;
  position: absolute;
  bottom: 100px;
  right: -38px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .tp-intro-check .catch {
    font-size: 24px;
    width: calc(100% - 40px);
    bottom: 48px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    right: auto;
    padding: 30px 24px;
  }
}

.tp-gree {
  background: url(../img/top/gree/gree_bg01.webp) no-repeat;
  background-size: cover;
  margin-top: 120px;
  padding: 120px 40px;
}
@media screen and (max-width: 768px) {
  .tp-gree {
    background: url(../img/top/gree/gree_bg01-sp.webp) no-repeat;
    background-size: cover;
    margin-top: 60px;
    padding: 60px 20px;
  }
}
@media screen and (max-width: 768px) {
  .tp-gree .more-bt {
    margin: 0 0 0 auto;
  }
}
.tp-gree-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 75px;
  max-width: 1151px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .tp-gree-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.tp-gree-content .catch-box {
  width: 532px;
}
@media screen and (max-width: 768px) {
  .tp-gree-content .catch-box {
    width: 100%;
  }
}
.tp-gree-content .text-box {
  width: calc(100% - 610px);
}
@media screen and (max-width: 768px) {
  .tp-gree-content .text-box {
    width: 100%;
  }
}
.tp-gree-content .catch {
  background-color: #fff;
  color: #6B460A;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .tp-gree-content .catch {
    line-height: 1.2;
  }
}
.tp-gree-content .text {
  color: #fff;
  line-height: 220%;
  margin-bottom: 40px;
}

.tp-reason {
  padding: 180px 0 120px 0;
}
@media screen and (max-width: 768px) {
  .tp-reason {
    padding: 60px 0 0;
  }
}
.tp-reason-content {
  position: relative;
}
.tp-reason-list .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .tp-reason-list .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
}
.tp-reason-list .item .btBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .tp-reason-list .item .btBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tp-reason-list .item .imgBox {
  width: 800px;
}
@media screen and (max-width: 768px) {
  .tp-reason-list .item .imgBox {
    width: 100%;
  }
}
.tp-reason-list .item .innerBox {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1490196078);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  max-width: 768px;
  margin-left: -148px;
  width: 53.33333%;
  padding: 40px;
}
.tp-reason-list .item .innerBox .hd {
  border-bottom: 1px solid #a2947e;
  color: #6B460A;
  font-weight: 500;
  font-size: 30px;
  line-height: 160%;
  padding-bottom: 20px;
}
.tp-reason-list .item .innerBox .text {
  font-weight: 500;
  font-size: 16px;
  line-height: 200%;
}
@media screen and (max-width: 768px) {
  .tp-reason-list .item .innerBox {
    gap: 30px;
    margin-right: auto;
    margin-left: auto;
    margin-top: -20px;
    width: calc(100% - 40px);
    padding: 40px 20px;
  }
  .tp-reason-list .item .innerBox .hd {
    font-size: 24px;
  }
  .tp-reason-list .item .innerBox .text {
    font-size: 14px;
  }
  .tp-reason-list .item .innerBox .more-bt {
    margin: 0 auto;
  }
}
.tp-reason-list .item:nth-child(2n) {
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.tp-reason-list .item:nth-child(2n) .imgBox {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.tp-reason-list .item:nth-child(2n) .innerBox {
  margin-left: 0;
  margin-right: -148px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .tp-reason-list .item:nth-child(2n) .imgBox {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .tp-reason-list .item:nth-child(2n) .innerBox {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-left: auto;
    margin-right: auto;
  }
}

.tp-doctor {
  background-color: #f5f3ef;
  padding: 60px;
}
@media screen and (max-width: 768px) {
  .tp-doctor {
    padding: 60px 20px;
  }
}
.tp-doctor-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  max-width: 1268px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .tp-doctor-content {
    gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tp-doctor-content .cmn-ttl {
  padding-bottom: 36px;
  text-align: left;
  margin-bottom: 60px;
}
.tp-doctor-content .cmn-ttl::before {
  left: 0;
  -webkit-transform: none;
          transform: none;
}
.tp-doctor-content .cmn-ttl-hd {
  font-weight: 500;
  font-size: 30px;
  line-height: 160%;
  text-align: left;
  margin-left: -8px;
}
.tp-doctor-content .cmn-ttl-en {
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .tp-doctor-content .cmn-ttl {
    width: 100%;
    text-align: center;
  }
  .tp-doctor-content .cmn-ttl-hd, .tp-doctor-content .cmn-ttl-en {
    text-align: center;
  }
  .tp-doctor-content .cmn-ttl::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.tp-doctor-content .innerBox {
  max-width: 628px;
  width: calc(100% - 640px);
}
@media screen and (max-width: 768px) {
  .tp-doctor-content .innerBox {
    width: 100%;
    max-width: initial;
  }
}
.tp-doctor-content .innerBox .name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-weight: 500;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 60px;
}
.tp-doctor-content .innerBox .name .position {
  background-color: #a2947e;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  padding: 8px 10px;
}
@media screen and (max-width: 768px) {
  .tp-doctor-content .innerBox .name {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 40px;
  }
}
.tp-doctor-content .innerBox .text {
  font-weight: 500;
  font-size: 18px;
  line-height: 200%;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .tp-doctor-content .innerBox .text {
    margin-bottom: 40px;
  }
}
.tp-doctor-content .imgBox {
  max-width: 580px;
}
@media screen and (max-width: 768px) {
  .tp-doctor-content .imgBox {
    max-width: 300px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .tp-doctor-content .more-bt {
    margin: 0 auto;
  }
}

.tp-menu {
  background: url(../img/top/menu/menu_bg01.webp) no-repeat;
  background-size: cover;
  padding: 120px 40px;
}
@media screen and (max-width: 768px) {
  .tp-menu {
    background: url(../img/top/menu/menu_bg01-sp.webp) no-repeat;
    margin-top: 60px;
    padding: 40px 20px;
  }
}
.tp-menu-content {
  max-width: 1280px;
  margin: 0 auto;
}
.tp-menu .more-bt {
  font-size: 20px;
  margin: 60px auto 0;
  height: 70px;
  width: 300px;
}
.tp-menu-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .tp-menu-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.tp-menu-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}
.tp-menu-list-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.tp-menu-list-item img {
  width: 100%;
}
.tp-menu-list-item .inner {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1490196078);
  padding: 32px 20px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.tp-menu-list-item .inner .ttl {
  border-bottom: 1px solid #a2947e;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  padding-bottom: 10px;
}
.tp-menu-list-item .inner .text {
  font-size: 16px;
  line-height: 200%;
}
@media screen and (max-width: 768px) {
  .tp-menu-list-item .inner .text {
    font-size: 14px;
  }
}

.tp-tour {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .tp-tour {
    padding: 60px 0;
  }
}

.tp-recruit,
.tp-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 120px;
  padding: 100px;
}
.tp-recruit .cmn-ttl,
.tp-price .cmn-ttl {
  padding-top: 48px;
}
.tp-recruit .cmn-ttl-en, .tp-recruit .cmn-ttl-hd,
.tp-price .cmn-ttl-en,
.tp-price .cmn-ttl-hd {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .tp-recruit .cmn-ttl,
  .tp-price .cmn-ttl {
    margin-bottom: 0;
    padding-top: 0;
  }
}
.tp-recruit .content,
.tp-price .content {
  background: rgba(255, 255, 255, 0.8980392157);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 40px 50px;
  max-width: 720px;
}
@media screen and (max-width: 768px) {
  .tp-recruit .content,
  .tp-price .content {
    padding: 40px 20px;
  }
}
.tp-recruit .content .hd,
.tp-price .content .hd {
  color: #6B460A;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 20px;
  text-align: center;
}
.tp-recruit .content .catch,
.tp-price .content .catch {
  color: #6B460A;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  padding-bottom: 16px;
  padding-left: 28px;
  padding-right: 28px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tp-recruit .content .catch,
  .tp-price .content .catch {
    padding: 0 0 30px 0;
  }
}
.tp-recruit .content .inner,
.tp-price .content .inner {
  border-top: 1px solid #a2947e;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .tp-recruit .content .inner,
  .tp-price .content .inner {
    width: calc(100% - 24px);
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tp-recruit .content .inner .circle,
.tp-price .content .inner .circle {
  border-radius: 95px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 18px;
  width: 95px;
  height: 95px;
  text-align: center;
}
.tp-recruit .content .inner .check-list,
.tp-price .content .inner .check-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.tp-recruit .content .inner .check-list .item,
.tp-price .content .inner .check-list .item {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  padding-left: 44px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tp-recruit .content .inner .check-list .item,
  .tp-price .content .inner .check-list .item {
    font-size: 16px;
    padding-left: 24.54px;
    line-height: 120%;
  }
}
.tp-recruit .content .inner .check-list .item::before,
.tp-price .content .inner .check-list .item::before {
  content: "";
  background: url(../img/cmn/ico_checkbox.svg) no-repeat;
  background-size: 100% auto;
  width: 23.5400314331px;
  height: 18px;
  position: absolute;
  top: 2px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .tp-recruit .content .inner .check-list .item::before,
  .tp-price .content .inner .check-list .item::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.tp-recruit .content .more-bt,
.tp-price .content .more-bt {
  margin: 20px auto;
  width: 240px;
}
@media screen and (max-width: 768px) {
  .tp-recruit .content .more-bt,
  .tp-price .content .more-bt {
    margin: 30px auto 0;
  }
}

.tp-recruit {
  background: url(../img/top/recruit/recruit_bg01.webp) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .tp-recruit {
    background: url(../img/top/recruit/recruit_bg01-sp.webp) no-repeat;
    background-size: cover;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 60px 20px;
    gap: 60px;
  }
}
.tp-recruit .circle {
  background-color: #EA940D;
  color: #fff;
}

.tp-price {
  background: url(../img/top/price/price_bg01.webp) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .tp-price {
    background: url(../img/top/price/price_bg01-sp.webp) no-repeat;
    background-size: cover;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 60px 20px;
    gap: 60px;
  }
}
@media screen and (max-width: 768px) {
  .tp-price .content {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 768px) {
  .tp-price .content .inner {
    width: 100%;
  }
}
.tp-price .content .catch {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .tp-price .content .catch {
    font-size: 20px;
  }
}
.tp-price .content .circle {
  background-color: #a2947e;
  color: #6B460A;
}
.tp-price .content .text {
  width: calc(100% - 115px);
}
@media screen and (max-width: 768px) {
  .tp-price .content .text {
    width: 100%;
  }
}

.tp-column {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .tp-column {
    padding: 0 0 60px 0;
  }
}
.tp-column .tp-news-content {
  position: static;
  inset: auto;
  -webkit-transform: none;
          transform: none;
  margin: 0 auto;
}

.infoBox {
  background-color: #f5f3ef;
}
@media screen and (max-width: 768px) {
  .infoBox {
    padding: 40px 0 0;
  }
}
.infoBox .logo {
  width: 303.9892883301px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 768px) {
  .infoBox .logo {
    width: 320px;
  }
}
.infoBox-content {
  max-width: 1440px;
  width: 1005;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .infoBox-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.infoBox-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  width: 50%;
  padding: 40px 90px;
}
@media screen and (max-width: 768px) {
  .infoBox-inner {
    width: 100%;
    gap: 30px;
    padding: 0 20px 0;
  }
}
.infoBox .map {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .infoBox .map {
    width: 100%;
  }
}
.infoBox iframe {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  height: auto;
  border: 0;
}
@media screen and (max-width: 768px) {
  .infoBox iframe {
    width: 100%;
    height: 240px;
  }
}
.infoBox .map-link {
  border-bottom: 1px solid #6B460A;
  color: #6B460A;
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  padding: 7px 23.5px 17px 43px;
  position: relative;
  margin: 60px auto 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.infoBox .map-link::before {
  content: "";
  background: url(../img/cmn/ico_map.svg) no-repeat;
  background-size: 100% auto;
  width: 26px;
  height: 31px;
  position: absolute;
  top: 10px;
  left: 0;
}
.infoBox .map-link::after {
  content: "";
  background: url(../img/cmn/ico_arrow01-blwn.svg) no-repeat;
  background-size: 100% auto;
  width: 9px;
  height: 15px;
  position: absolute;
  top: 13px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .infoBox .map-link {
    margin: 0 auto 30px;
  }
}
.infoBox dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
}
.infoBox .info-bt {
  margin: 0 auto;
}
.infoBox .note {
  font-weight: 500;
  font-size: 14px;
}
.infoBox .ttl {
  border-top: 1px solid #dadada;
  font-weight: 500;
  font-size: 16px;
  vertical-align: middle;
  width: 110px;
  padding: 18px 10px;
}
.infoBox .text {
  border-top: 1px solid #dadada;
  font-weight: 500;
  font-size: 16px;
  vertical-align: middle;
  width: calc(100% - 119px);
  padding: 18px 10px;
}

.reseveBox {
  background: url(../img/cmn/f-info_bg01.webp) no-repeat;
  background-size: cover;
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .reseveBox {
    background: url(../img/cmn/f-info_bg01-sp.webp) no-repeat;
    background-size: cover;
    padding: 40px 20px;
  }
}
.reseveBox .cmn-ttl {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.reseveBox .cmn-ttl-hd {
  font-weight: 500;
  font-size: 18px;
}
.reseveBox .cmn-ttl-en {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .reseveBox .cmn-ttl-en {
    letter-spacing: -0.01em;
  }
}
.reseveBox-content {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1490196078);
  background-color: #fff;
  max-width: 1280px;
  margin: 0 auto;
  width: 88%;
  padding: 60px 150px;
}
.reseveBox-content .bt-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .reseveBox-content {
    padding: 60px 35px;
    width: 100%;
  }
  .reseveBox-content .bt-box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}

.local {
  display: block;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 100px;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .local {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .local .cmn-inner {
    padding: 0 16px;
  }
}
.local .not-found {
  max-width: 1080px;
  width: 100%;
  margin: 80px auto;
}
.local .mb80--48 {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .local .mb80--48 {
    margin-bottom: 48px;
  }
}
.local .mt16 {
  margin-top: 16px;
}
.local .mb16 {
  margin-bottom: 16px;
}
.local .mb0 {
  margin-bottom: 0;
}
.local .mt80 {
  margin-top: 80px;
}
.local .mb40 {
  margin-bottom: 40px;
}
.local .mt40--48 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .local .mt40--48 {
    margin-top: 48px;
  }
}
.local .w640 {
  max-width: 640px;
  width: 100%;
  margin: 40px auto;
}
.local .fw700 {
  font-weight: 700;
}
.local .link {
  display: block;
  text-decoration: underline;
  margin: 24px auto;
}
.local__content {
  display: block;
  line-height: 180%;
  font-weight: normal;
}
.local__content h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 160%;
  color: #6B460A;
  margin-bottom: 40px;
  margin-top: 100px;
  padding-bottom: 20px;
  position: relative;
}
.local__content h2::before {
  content: "";
  background-color: #EA940D;
  width: 60px;
  height: 3px;
  border: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .local__content h2 {
    font-size: 30px;
    margin-top: 60px;
    text-align: center;
  }
  .local__content h2::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.local__content h3 {
  border-bottom: 2px solid #ea940d;
  padding-bottom: 10px;
  color: #EA940D;
  font-weight: 700;
  font-size: 24px;
  line-height: 160%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 10px;
}
.local__content h3.is_btNone {
  border: none;
  padding-top: 0;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .local__content h3 {
    font-size: 20px;
  }
}
.local__content h4 {
  font-weight: 700;
  font-size: 22px;
  line-height: 200%;
  margin-top: 40px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .local__content h4 {
    font-size: 18px;
    margin-top: 24px;
  }
}
.local__content h5,
.local__content h6 {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: normal;
  margin: 20px 0;
}
.local__content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 200%;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .local__content p {
    font-size: 16px;
  }
}
.local__content .indent-list {
  font-weight: 500;
  font-size: 16px;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 16px;
}
.local__content .indent-list li {
  line-height: 200%;
}
@media screen and (max-width: 768px) {
  .local__content .indent-list {
    font-size: 16px;
  }
}
.local__content .note {
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 0.05em;
}
.local__content .alignleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .local__content .alignleft {
    float: none;
    display: block;
    margin: 0 auto 30px;
  }
}
.local__content .alignright {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .local__content .alignright {
    float: none;
    display: block;
    margin: 0 auto 30px;
  }
}
.local__content .aligncenter {
  display: block;
  margin: 0 auto;
}
.local__content .bt-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .local__content .bt-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .local__content .bt-box .more-bt {
    margin-top: 0;
  }
}
.local__content .card {
  display: block;
  width: 100%;
}
.local__content .card__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 24px 24px;
}
.local__content .card__list > li {
  width: calc(100% / 2 - 24px / 2 * 1);
}
.local__content .card__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .local__content .card__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 32px 32px;
  }
  .local__content .card__list > li {
    width: calc(100% / 1 - 32px / 1 * 0);
  }
}
.local__content .card__list .imgBox {
  width: 100%;
  min-height: 430px;
  margin: 0 auto 40px;
}
.local__content .card__list .imgBox img {
  min-height: 430px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .local__content .card__list .imgBox {
    width: 100%;
    height: auto;
  }
  .local__content .card__list p {
    font-size: 16px;
  }
}
.local__content .line {
  border-top: solid 1px #d4d8e3;
  margin: 40px 0;
}
.local__content .borderBox {
  border: solid 1px #d4d8e3;
  padding: 48px;
}
.local__content .borderBox h2,
.local__content .borderBox h3,
.local__content .borderBox h4,
.local__content .borderBox h5,
.local__content .borderBox h6 {
  margin-top: 0;
}
.local__content .borderBox p {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .local__content .borderBox {
    padding: 30px 20px;
  }
}
.local__content .borderBox + .borderBox {
  margin-top: 30px;
}
.local__content .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-bottom: 60px;
}
.local__content .grid iframe {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 768px) {
  .local__content .grid {
    grid-template-columns: 1fr;
    grid-template-areas: "txtbox" "imgbox";
    margin-bottom: 24px;
  }
  .local__content .grid .imgBox {
    grid-area: imgbox;
  }
  .local__content .grid .txtBox {
    grid-area: txtbox;
  }
}
.local__content .grid h3 {
  margin-top: 0;
}
.local__content .grid.row3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .local__content .grid.row3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .local__content .grid.row3 .imgBox {
    width: 100%;
  }
}
.local__content .more-bt {
  margin-top: 40px;
  margin-bottom: 40px;
}
.local__content .qaa-box {
  margin-bottom: 40px;
}
.local__content .qaa-box:last-child {
  margin-bottom: 0;
}
.local__content .qaa-box .q {
  border-bottom: 3px solid #6b460a;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
  text-align: left;
  position: relative;
  padding: 20px 0 10px 60px;
}
.local__content .qaa-box .q span {
  padding-bottom: 10px;
}
.local__content .qaa-box .q::before {
  content: "";
  background: url(../img/cmn/ico_q.png) no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.local__content .qaa-box .a {
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
  position: relative;
  padding: 20px 0 20px 60px;
}
.local__content .qaa-box .a::before {
  content: "";
  background: url(../img/cmn/ico_a.png) no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .local__content .qaa-box .a {
    padding: 0 0 0 60px;
  }
  .local__content .qaa-box .a::before {
    top: 6px;
    -webkit-transform: none;
            transform: none;
  }
}
.local__content .qaa-box h3 {
  border: none;
  text-align: left;
  margin-bottom: 0;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .local__content .qaa-box .q {
    font-size: 20px;
  }
  .local__content .qaa-box .a {
    font-size: 16px;
  }
}
.local .step-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  margin-bottom: 40px;
}
.local .step-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  position: relative;
}
.local .step-list-item::after {
  background: url(../img/cmn/ico_arrow07_dwn.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: auto;
  width: 20px;
  height: 16px;
}
@media screen and (max-width: 768px) {
  .local .step-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.local .step-list-item:last-child {
  padding-bottom: 0;
}
.local .step-list-item:last-child::after {
  content: none;
}
.local .step-list-item .num {
  width: 160px;
  height: 160px;
  line-height: 160px;
  position: relative;
  background-color: #eaf9ff;
  border-radius: 50%;
}
.local .step-list-item .num p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Quicksand", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 400;
  font-size: 36px;
  line-height: 125%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #f28479;
}
.local .step-list-item .num p span {
  color: #2A2A2A;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .local .step-list-item .num {
    width: 120px;
    height: 120px;
    line-height: 120px;
  }
  .local .step-list-item .num p {
    font-size: 28px;
  }
  .local .step-list-item .num p span {
    font-size: 14px;
    margin-bottom: 0px;
  }
}
.local .step-list-item .inner {
  max-width: 835px;
}
@media screen and (max-width: 768px) {
  .local .step-list-item .inner {
    max-width: initial;
    width: 100%;
  }
  .local .step-list-item .inner p {
    font-size: 14px;
    line-height: 150%;
  }
}
.local .step-list-item .inner .ttl {
  font-weight: 400;
  font-size: 18px;
  line-height: 170%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .local .step-list-item .inner .ttl {
    font-size: 16px;
  }
}
.local .priceList {
  border-spacing: 0;
  width: 100%;
  overflow: hidden;
}
.local .priceList-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  border-bottom: solid 4px #f7f2ee;
}
@media screen and (max-width: 768px) {
  .local .priceList-item {
    border-top: none;
  }
}
.local .priceList-item:last-child {
  border-bottom: solid 4px #f7f2ee;
}
.local .priceList p.hd,
.local .priceList p.text {
  margin-bottom: 0;
}
.local .priceList .hd {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  width: calc(100% - 177px);
  padding: 22px 30px;
}
@media screen and (max-width: 768px) {
  .local .priceList .hd {
    font-size: 14px;
    width: calc(100% - 90px);
    padding: 17px 20px;
  }
}
.local .priceList .text {
  color: #4F483E;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  width: 177px;
  position: relative;
}
.local .priceList .text::before {
  content: "";
  background-color: #d9d9d9;
  width: 1px;
  height: 43px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.local .priceList .text .ff-en {
  font-family: "Cinzel", serif;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .local .priceList .text {
    font-size: 16px;
    letter-spacing: -0.01em;
    width: 90px;
    padding: 13px 5px;
  }
  .local .priceList .text .ff-en {
    font-size: 16px;
  }
}
.local .imgBox.js-bg-sync {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 40px;
}
.local .imgBox.js-bg-sync > img {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 auto;
  width: 400px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .local .imgBox.js-bg-sync > img {
    width: 100%;
  }
}
.local .imgBox.js-bg-sync::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.6); /* ← ここで透過率調整 */
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .local .imgBox.js-bg-sync::after {
    content: none;
  }
}
.local .tab-wrap {
  background-color: #f5f3ef;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding: 40px;
  max-width: 820px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .local .tab-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
    gap: 20px;
  }
}
.local .tab-wrap .tab-hd {
  font-weight: 500;
  font-size: 24px;
  position: relative;
  width: 200px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .local .tab-wrap .tab-hd {
    font-size: 20px;
    margin-bottom: 0;
  }
}
.local .tab-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 240px);
}
@media screen and (max-width: 768px) {
  .local .tab-list {
    width: 100%;
  }
}
.local .tab-list-item {
  border-bottom: 1px solid #a2947e;
  position: relative;
  width: auto;
}
.local .tab-list-item a {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  padding: 20px 0;
}
.local .jobSpec, .local .specTable {
  padding: 0;
}
.local .jobSpec__table, .local .specTable__table {
  margin: 0;
  padding: 0;
  border: 1px solid #d9d9d9;
  background: #fff;
}
.local .jobSpec__row, .local .specTable__row {
  display: grid;
  grid-template-columns: 240px 1fr;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-top: 1px solid #d9d9d9;
}
.local .jobSpec__row:first-child, .local .specTable__row:first-child {
  border-top: none;
}
.local .jobSpec__head, .local .jobSpec__data, .local .specTable__head, .local .specTable__data {
  margin: 0;
  font-weight: 500;
  padding: 22px 24px;
  line-height: 1.75;
}
.local .jobSpec__head, .local .specTable__head {
  background: #A2947E;
  color: #fff;
  font-weight: 700;
  border-right: 1px solid #d9d9d9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.local .jobSpec__data, .local .specTable__data {
  background: #fff;
}
.local .jobSpec__data p, .local .specTable__data p {
  margin: 0;
}
.local .jobSpec__data p + p, .local .specTable__data p + p {
  margin-top: 8px;
}
.local .jobSpec__note, .local .specTable__note {
  font-size: 15px;
  color: #333;
}
.local .jobSpec__notes, .local .specTable__notes {
  margin: 16px 0 0;
  padding-left: 1.2em;
  font-size: 14px;
  color: #555;
  list-style: none;
}
.local .jobSpec__notes li, .local .specTable__notes li {
  position: relative;
  padding-left: 1em;
}
.local .jobSpec__notes li::before, .local .specTable__notes li::before {
  content: "※";
  position: absolute;
  left: 0;
}
.local .jobSpec__notes li + li, .local .specTable__notes li + li {
  margin-top: 6px;
}
.local .jobSpec__tel, .local .specTable__tel {
  color: inherit;
  text-decoration: none;
  font-weight: 700;
}
.local .jobSpec__tel:hover, .local .specTable__tel:hover {
  text-decoration: underline;
}
.local .jobSpec__list, .local .specTable__list {
  margin: 0;
  padding-left: 1.2em;
  list-style: disc;
}
.local .jobSpec__list li, .local .specTable__list li {
  margin: 0;
  line-height: 1.75;
}
.local .jobSpec__list li + li, .local .specTable__list li + li {
  margin-top: 6px;
}
.local .jobSpec .jobSpec__en, .local .specTable .jobSpec__en {
  font-size: 14px;
  color: #555;
  margin-top: 4px;
  letter-spacing: 0.03em;
}
.local .jobSpec__row--triple, .local .specTable__row--triple {
  display: grid;
  grid-template-columns: 160px 200px 1fr;
}
.local .jobSpec__head--group, .local .specTable__head--group {
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.08em;
  width: 100px;
}
.local .jobSpec__head--category, .local .specTable__head--category {
  font-weight: 700;
  text-align: center;
}
.local .jobSpec .is-empty, .local .specTable .is-empty {
  background: #f3f8e8;
  border-right: 1px solid #d9d9d9;
}
@media screen and (max-width: 768px) {
  .local .jobSpec__row, .local .specTable__row {
    grid-template-columns: 1fr;
  }
  .local .jobSpec__head, .local .specTable__head {
    border-right: none;
    border-bottom: 1px solid #d9d9d9;
    padding: 16px 16px;
  }
  .local .jobSpec__data, .local .specTable__data {
    padding: 16px 16px;
  }
  .local .jobSpec__row--triple, .local .specTable__row--triple {
    display: grid;
    grid-template-columns: 160px 200px 1fr;
  }
  .local .jobSpec__head--group, .local .specTable__head--group {
    background: #f3f8e8;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.08em;
  }
  .local .jobSpec__head--category, .local .specTable__head--category {
    background: #fff;
    font-weight: 700;
    text-align: center;
  }
  .local .jobSpec .is-empty, .local .specTable .is-empty {
    background: #f3f8e8;
    border-right: 1px solid #d9d9d9;
  }
}
.local .dataTable {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;
  border: 1px solid #d9d9d9;
}
.local .dataTable__col--group {
  width: 15%;
}
.local .dataTable__col--sub {
  width: 150px;
}
.local .dataTable__col--data {
  width: auto;
}
.local .dataTable__th, .local .dataTable__td {
  border: 1px solid #d9d9d9;
  padding: 22px 24px;
  font-size: 16px;
  line-height: 1.75;
  vertical-align: middle;
}
.local .dataTable__th--group {
  background: #A2947E;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.local .dataTable__th--sub {
  font-weight: 500;
  background: #fff;
  text-align: center;
}
.local .dataTable__td {
  vertical-align: top;
}
.local .dataTable__td--wide {
  width: auto;
}
.local .dataTable__list {
  margin: 0;
  padding-left: 1.2em;
  list-style: disc;
}
.local .dataTable__list li + li {
  margin-top: 8px;
}
.local .dataTable__th--vcenter {
  vertical-align: middle;
}
.local .dataTable__th--nowrap {
  white-space: nowrap;
}
@media (max-width: 768px) {
  .local .dataTable__th, .local .dataTable__td {
    padding: 14px 16px;
    font-size: 15px;
  }
}

.breadcrumb {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 40px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    padding: 16px;
  }
}
.breadcrumb__list {
  display: inline;
}
.breadcrumb__list__item {
  display: inline;
  font-weight: 400;
  font-size: 12px;
  line-height: 175%;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .breadcrumb__list__item {
    font-size: 14px;
  }
}
.breadcrumb__list__item a {
  font-weight: 400;
  font-size: 12px;
  line-height: 175%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .breadcrumb__list__item a {
    font-size: 14px;
  }
}
.breadcrumb__list__item + li {
  font-weight: 400;
  padding-left: 21px;
}
.breadcrumb__list__item + li::before {
  content: "/";
  display: block;
  line-height: 175%;
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 5px;
}
.breadcrumb__list__item:last-child {
  font-weight: 400;
}/*# sourceMappingURL=style.css.map */