@charset "UTF-8";
.clr-main02 {
  color: #215D96;
}

.clr-attntion {
  color: red;
}

.ff-en {
  font-family: "Marcellus", 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: #215D96;
}

.clr-attntion {
  color: red;
}

.ff-en {
  font-family: "Marcellus", 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: #F7F2EE;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #2A2A2A;
  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;
}

img {
  height: auto;
  width: auto;
  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;
  }
}
.clr-main02 {
  color: #215D96;
}

.clr-attntion {
  color: red;
}

.ff-en {
  font-family: "Marcellus", 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-1440 {
  max-width: 1440px;
}
@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-1440 {
    max-width: 580px;
  }
}

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

.cmn-ttl {
  color: #406B51;
  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;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 64px;
  position: relative;
}
.cmn-ttl:before, .cmn-ttl:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
  width: 94.0032272339px;
  height: 134.9935760498px;
}
.cmn-ttl:before {
  background: url(../img/cmn/ttl_obj-L.webp) no-repeat;
  background-size: 100% auto;
  left: -134px;
}
.cmn-ttl:after {
  background: url(../img/cmn/ttl_obj-R.webp) no-repeat;
  background-size: 100% auto;
  right: -134px;
}
.cmn-ttl.is_clr-wh {
  color: #fff;
}
.cmn-ttl-en {
  display: block;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
}
.cmn-ttl-jp {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 150%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cmn-ttl {
    margin-bottom: 30px;
  }
  .cmn-ttl-en {
    font-size: 12px;
  }
  .cmn-ttl-jp {
    font-size: 30px;
  }
  .cmn-ttl:before, .cmn-ttl:after {
    width: 64px;
    height: 92px;
  }
  .cmn-ttl:before {
    left: -74px;
  }
  .cmn-ttl:after {
    right: -74px;
  }
}
.cmn-ttl.pattern02 .cmn-ttl-en {
  font-weight: 400;
  font-size: 56px;
  line-height: 150%;
  letter-spacing: 0.06em;
  text-align: center;
}
.cmn-ttl.pattern02 .cmn-ttl-jp {
  display: block;
  border-top: 1px solid #406B51;
  border-bottom: 1px solid #406B51;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  width: 260px;
}
@media screen and (max-width: 768px) {
  .cmn-ttl.pattern02 .cmn-ttl-en {
    font-size: 35px;
  }
  .cmn-ttl.pattern02 .cmn-ttl-jp {
    font-size: 18px;
    width: 163px;
  }
}
.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: #215D96;
  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: #406B51;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  padding-bottom: 5px;
}
.more-bt::after {
  content: "";
  background: url(../img/cmn/ico_arrow02.svg) no-repeat;
  background-size: 100% auto;
  width: 200px;
  height: 11px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.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;
    padding-bottom: 9px;
  }
  .more-bt::after {
    content: "";
    background: url(../img/cmn/ico_arrow02.svg) no-repeat;
    background-size: 100% auto;
    width: 180px;
    height: 10px;
  }
}
.more-bt02::after {
  background: url(../img/cmn/ico_arrow03.svg) no-repeat;
  background-size: 100% auto;
  width: 160px;
  height: 10px;
}

.btBox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 980px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .btBox {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
    margin: 0 auto;
  }
}

.tel-bt,
.mail-bt {
  background-color: #215D96;
  color: #fff;
  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;
  width: 300px;
  height: 60px;
  border-radius: 6px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.01em;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .tel-bt,
  .mail-bt {
    margin: 0 auto;
    width: 270px;
    height: 52px;
    font-size: 14px;
  }
}

.mail-bt {
  background-color: #406B51;
}
.mail-bt.is_clr-light {
  background-color: #528566;
}
.mail-bt.is_clr-light span {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .mail-bt.is_clr-light span {
    font-size: 10px;
  }
}
.mail-bt.is_wh {
  background-color: #ffffff;
  color: #406B51;
}

.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: #406B51;
  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;
  }
}

.fuwafuwa {
  border-radius: 50%;
  position: absolute;
}

.not-found__btn {
  text-align: center;
}
.not-found__btn .text {
  line-height: 200%;
  margin-bottom: 40px;
}

.clr-main02 {
  color: #215D96;
}

.clr-attntion {
  color: red;
}

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

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

/*  --------------------------------------------------------------------------------
  _header.scss
--------------------------------------------------------------------------------  */
.header {
  position: absolute;
  padding: 30px 30px 0 47px;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  -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: 14px 0 0 16px;
    min-width: 100%;
    z-index: 2000;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 1;
    visibility: visible;
    min-width: initial;
  }
}
.header .is_headerOn-show {
  display: none;
}
.header .is_headerOn-none {
  display: block;
}
.header.is-headerOn {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-animation: fadeIn 1s ease;
          animation: fadeIn 1s ease;
  height: 137px;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    top: -137px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    top: -137px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
.header.is-headerOn .is_headerOn-show {
  display: block;
}
.header.is-headerOn .is_headerOn-none {
  display: none;
}
@media screen and (max-width: 768px) {
  .header.is-headerOn {
    -webkit-animation: none;
            animation: none;
    height: 64px;
    padding: 14px 0 0 16px;
  }
  .header.is-headerOn .is_headerOn-show {
    display: none;
  }
  .header.is-headerOn .is_headerOn-none {
    display: none;
  }
}
.header.is_lower .header-nav-list {
  background-color: #f7f2ee;
}
.header-bt {
  background-color: #215D96;
  border-radius: 6px;
  display: grid;
  place-content: center;
  position: absolute;
  inset: 10px 10px auto auto;
  width: 50px;
  height: 50px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 99999;
}
.header-bt span {
  background: #fff;
  display: block;
  position: absolute;
  margin: auto;
  height: 1px;
  width: 26px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header-bt span:nth-child(1) {
  inset: -16px 0 0 0;
}
.header-bt span:nth-child(2) {
  inset: 0 0 0 0;
}
.header-bt span:nth-child(3) {
  inset: 0 0 -16px 0;
}
.header-bt.is-navOn span:nth-child(1) {
  inset: 0 0 0 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 0 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header-logo {
  position: absolute;
  top: 13px;
  left: 0;
  width: 210px;
}
.header-logo a {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header-logo {
    width: 160px;
    top: 0;
    left: 27px;
  }
}
.header-wrp {
  z-index: 999;
  position: relative;
}
.header-nav {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header-nav {
    background: #f7f2ee;
    color: #406B51;
    display: block;
    position: fixed;
    top: 0;
    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: 107px 20px 164px;
  }
}
.header-nav.is-navOn {
  opacity: 1;
  visibility: visible;
  right: 0;
  z-index: 1000;
}
.header-nav-link {
  position: relative;
}
.header-nav-list {
  background-color: #fff;
  border-radius: 6px;
  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: 32px;
  padding: 15px 0;
  max-width: 738px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .header-nav-list {
    position: absolute;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 1290px) and (min-width: 769px) {
  .header-nav-list {
    gap: 10px;
    width: 55%;
    font-size: 12px;
    padding: 15px 10px;
  }
}
@media screen and (max-width: 768px) {
  .header-nav-list {
    background-color: transparent;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 0;
  }
}
.header-nav-list .link {
  color: #2c382e;
  display: block;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  position: relative;
}
@media screen and (max-width: 1290px) and (min-width: 769px) {
  .header-nav-list .link {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .header-nav-list .link {
    color: #406B51;
    border-bottom: 1px solid rgba(64, 107, 81, 0.3);
    display: block;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    padding: 12px 0;
    position: relative;
  }
  .header-nav-list .link::before {
    content: "";
    background: url(../img/cmn/ico_check03.svg) no-repeat;
    background-size: 100% auto;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 769px) {
  .header-nav-list .link:hover {
    color: #406B51;
  }
}
.header .h_btBox {
  position: absolute;
  top: 30px;
  right: 0;
}
.header .h_btBox .note {
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  text-align: center;
}
.header .tel-bt,
.header .mail-bt {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 14px;
  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;
  width: 154px;
  border-radius: 6px;
  text-align: center;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .header .tel-bt,
  .header .mail-bt {
    width: 270px;
    margin-bottom: 0;
  }
}
.header .tel-bt {
  background-color: #215D96;
  height: 50px;
}
.header .mail-bt {
  background-color: #406B51;
  height: 60px;
  letter-spacing: -0.01em;
}
.header .mail-bt .is_small {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .header .btBox {
    margin-top: 50px;
    padding: 0;
    gap: 8px;
  }
  .header .mail-bt.is_clr-light {
    background-color: #528566;
  }
}

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

.js-accordion-content {
  border: 1px solid #e6e6e6;
  background-color: #fff;
  border-radius: 8px;
  position: absolute;
  top: 50px;
  left: -260px;
  padding: 30px;
  width: 720px;
  z-index: 3000;
  text-align: center;
}
@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 .cmn-inner {
  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: 80px;
}
@media screen and (max-width: 768px) {
  .js-accordion-content .cmn-inner {
    display: block;
  }
}
.js-accordion-content .accordion__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .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: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 15px 20px;
    margin-top: 16px;
    text-align: left;
  }
}
.js-accordion-content .accordion__list-item {
  display: block;
  border-bottom: 1px solid #d9d9d9;
  color: #000000;
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  position: relative;
  padding: 4px 0;
  width: 100%;
  text-align: left;
}
.js-accordion-content .accordion__list-item::before {
  background: url(../img/cmn/ico_arrow04.svg) no-repeat;
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 6px;
  height: 6.4px;
}
@media screen and (max-width: 768px) {
  .js-accordion-content .accordion__list-item {
    border: none;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    margin: 0;
  }
  .js-accordion-content .accordion__list-item::before {
    content: none;
  }
}
.js-accordion-content .accordion__list-item:hover {
  opacity: 0.8;
}

.js-accordion-title {
  color: #2c382e;
  display: block;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  position: relative;
}
@media screen and (max-width: 1290px) and (min-width: 769px) {
  .js-accordion-title {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .js-accordion-title {
    border-bottom: 1px solid rgba(64, 107, 81, 0.3);
    color: #406B51;
    display: block;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    padding: 12px 0;
    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: 0;
    -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: #406B51;
}
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: #215D96;
}

.clr-attntion {
  color: red;
}

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

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

/*  --------------------------------------------------------------------------------
  _footer.scss
--------------------------------------------------------------------------------  */
.footer {
  background-color: #406B51;
  margin-top: 100px;
  padding: 80px 40px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .footer {
    margin-top: 80px;
    padding: 50px 20px 106px;
  }
}
.footer::before {
  background: url(../img/cmn/f_obj01.webp) no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  position: absolute;
  bottom: -27px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: auto;
  width: 776px;
  height: 364.0000305176px;
}
@media screen and (max-width: 768px) {
  .footer::before {
    width: 594.7910766602px;
    height: 278.9999389648px;
    top: 50px;
    bottom: auto;
  }
}
.footer .logo {
  display: block;
  width: 210px;
  margin: 0 auto 40px;
  text-align: center;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .footer .logo {
    width: 260px;
  }
}
.footer nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 100;
}
.footer nav a {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .footer nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .footer nav a {
    border-bottom: 1px solid #fff;
    display: block;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 150%;
    padding: 12px 0;
    position: relative;
  }
  .footer nav a::before {
    content: "";
    background: url(../img/cmn/ico_arrow03-wh.svg) no-repeat;
    background-size: 100% auto;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.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 rgba(64, 107, 81, 0.3);
  padding: 28px 107px 28px 20px;
  position: relative;
}
.newsList-item::before {
  content: "";
  background: url(../img/cmn/ico_check03.svg) no-repeat;
  background-size: 100% auto;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.newsList-item:first-child {
  border-top: 1px solid rgba(64, 107, 81, 0.3);
}
.newsList-item a .thum {
  display: block;
  margin-bottom: 16px;
}
.newsList-item a .thum img {
  border-radius: 8px;
}
.newsList-item a .date {
  color: #b4ada9;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 116%;
  margin-right: 15px;
}
.newsList-item a .ttl {
  color: #4B4A4A;
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
}
.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 45px 20px 15px;
  }
  .newsList-item a .date {
    font-size: 12px;
  }
  .newsList-item a .ttl {
    font-size: 13px;
    width: 100%;
    margin-top: 8px;
  }
  .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 #406B51;
  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;
  }
}
.newsBox .content_post table {
  width: 100%;
  border: none;
}
.newsBox .content_post td {
  border: none;
  vertical-align: top;
  padding: 16px;
}
.newsBox .content_post td img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .newsBox .content_post tr {
    display: block;
  }
  .newsBox .content_post td {
    display: block;
    width: 100% !important;
    padding: 0;
    margin-bottom: 16px;
  }
  .newsBox .content_post td img {
    width: 100%;
    height: auto;
  }
}

#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: "Marcellus", 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 #406B51;
  border-radius: 500px;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #406B51;
}
@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: 700;
  font-size: 24px;
  line-height: 170%;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
  margin-top: 32px;
}
.content_post p {
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0.05em;
}
.content_post p a {
  color: #406B51;
  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: #406B51;
    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: #406B51;
  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: "Marcellus", 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 #406B51;
  background: #406B51;
  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;
  }
}

.is-layout-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-bottom: 32px;
  margin-top: 32px;
}

.wp-block-button {
  margin: 0 auto;
}

.wp-block-button__link {
  display: block;
  margin: 40px auto 0;
}

.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;
}
.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;
  width: 320px;
  height: 64px;
  background: #215D96;
  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: #215D96;
}

.clr-attntion {
  color: red;
}

.ff-en {
  font-family: "Marcellus", 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 {
  display: block;
  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: 33.3333333333%;
  height: 100%;
}
.cv-list-item .tel-bt,
.cv-list-item .mail-bt {
  border-radius: 0;
  background-color: #215D96;
  color: #fff;
  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;
  width: 100%;
  height: 100%;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 100;
  text-align: center;
}
.cv-list-item .mail-bt {
  background-color: #fff;
  color: #406B51;
  letter-spacing: -0.05em;
}
.cv-list-item .mail-bt.is_clr-light {
  background-color: #528566;
  color: #fff;
  padding-top: 8px;
}
@media screen and (max-width: 768px) {
  .cv-list-item .mail-bt.is_clr-light span {
    font-size: 10px;
  }
}
.cv-list-item .mail-bt.is_wh {
  background-color: #ffffff;
  color: #406B51;
}

.topMv {
  padding: 10px 10px 0 10px;
  position: relative;
  overflow: hidden;
}
.topMv.is_lower {
  min-height: 360px;
  max-height: 360px;
  margin-top: 130px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .topMv.is_lower {
    min-height: 260px;
    max-height: 260px;
    margin-top: 64px;
    border-radius: 10px;
  }
}
.topMv.is_lower .topMv-imgBox {
  width: 100%;
  max-width: 960px;
  height: 360px;
  margin: 0 auto;
}
.topMv.is_lower .topMv-imgBox img {
  width: 100%;
  height: 100%;
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .topMv.is_lower .topMv-imgBox {
    height: auto;
  }
}
.topMv.is_lower .topMv-title {
  text-shadow: 1px 2px 0px 0px rgba(0, 0, 0, 0.2509803922);
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 130%;
  z-index: 100;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.topMv.is_lower .topMv-title .ttl_en {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.1em;
  color: #ffffff;
}
.topMv.is_lower .topMv-title .ttl_jp {
  font-weight: 400;
  font-size: 36px;
  line-height: 170%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .topMv.is_lower .topMv-title {
    width: 100%;
  }
  .topMv.is_lower .topMv-title .ttl_en {
    font-size: 18px;
  }
  .topMv.is_lower .topMv-title .ttl_jp {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .topMv {
    height: auto;
    padding: 5px 5px 0 5px;
  }
}
.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 {
    width: 100%;
  }
}
.topMv-ttl01 {
  position: absolute;
  bottom: 120px;
  left: 60px;
  width: 40%;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .topMv-ttl01 {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 330px;
    bottom: 25px;
  }
}

.tp-first {
  max-width: 1240px;
  margin: 100px auto 0;
  position: relative;
  padding: 0 40px 140px;
}
@media screen and (max-width: 768px) {
  .tp-first {
    margin: 50px auto 0;
    padding: 0 20px 80px;
  }
}
.tp-first:before {
  content: "";
  background: url(../img/top/first/first_img01.webp) no-repeat;
  background-size: 100% auto;
  display: block;
  position: absolute;
  top: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: auto;
  width: 895.3846435547px;
  height: 420.0000305176px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .tp-first:before {
    top: 22px;
    width: 349.9999084473px;
    height: 164.1752624512px;
  }
}
.tp-first .banner-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .tp-first .banner-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.tp-about {
  background-color: #406B51;
  padding: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tp-about {
    padding: 6px;
  }
}
.tp-about:before {
  content: "";
  background: url(../img/top/about/about_bg01.webp) no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: auto;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .tp-about:before {
    background: url(../img/top/about/about_bg01-sp.webp) no-repeat;
    background-size: cover;
  }
}
.tp-about .is_border {
  border: 1px solid #f7f2ee;
  padding: 150px 30px 180px;
}
@media screen and (max-width: 768px) {
  .tp-about .is_border {
    padding: 55px 25px;
  }
}
.tp-about-content {
  position: relative;
  z-index: 10;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.tp-about-content .flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .tp-about-content .flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .tp-about-content {
    display: block;
  }
}
.tp-about-content .imgBox {
  display: block;
  width: 48.083333%;
}
@media screen and (max-width: 768px) {
  .tp-about-content .imgBox {
    width: 100%;
  }
}
.tp-about-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-about-content .cmn-ttl::before, .tp-about-content .cmn-ttl::after {
  content: none;
}
.tp-about-content .cmn-ttl-en {
  color: #fff;
  font-weight: 400;
  font-size: 56px;
}
.tp-about-content .cmn-ttl-jp {
  color: #fff;
  font-weight: 400;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .tp-about-content .cmn-ttl {
    margin: 0 0 30px;
  }
  .tp-about-content .cmn-ttl-en {
    font-size: 40px;
  }
  .tp-about-content .cmn-ttl-jp {
    font-size: 20px;
  }
}
.tp-about-content .textBox {
  max-width: 533px;
  min-width: 533px;
  width: 44.41666666%;
}
@media screen and (max-width: 768px) {
  .tp-about-content .textBox {
    width: 100%;
    max-width: initial;
    min-width: initial;
  }
}
.tp-about-content .textBox .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: 25px;
}
.tp-about-content .textBox .point-list-item {
  color: #f7f2ee;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  padding-left: 40px;
  position: relative;
}
.tp-about-content .textBox .point-list-item::before {
  content: "";
  background: url(../img/cmn/ico_check.svg) no-repeat;
  background-size: 100% auto;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 4px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .tp-about-content .textBox .point-list {
    gap: 13px;
    padding: 0 16px;
  }
  .tp-about-content .textBox .point-list-item {
    font-size: 16px;
    letter-spacing: -0.01em;
    padding-left: 30px;
  }
}
.tp-about-content .columnBox {
  border-radius: 10px;
  background: #f7f2ee;
  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-top: 80px;
  padding: 60px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .tp-about-content .columnBox {
    margin-top: 30px;
    padding: 30px 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tp-about-content .columnBox::before {
  content: "";
  background: url(../img/top/about/about_obj01.webp) no-repeat;
  background-size: 100% auto;
  width: 301px;
  height: 159px;
  position: absolute;
  bottom: -3px;
  left: 60px;
}
@media screen and (max-width: 768px) {
  .tp-about-content .columnBox::before {
    width: 106px;
    height: 58px;
    left: auto;
    right: 10px;
  }
}
.tp-about-content .columnBox .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: 25px;
}
.tp-about-content .columnBox .point-list-item {
  color: #4B4A4A;
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  line-height: 150%;
  padding-left: 40px;
  position: relative;
}
.tp-about-content .columnBox .point-list-item::before {
  content: "";
  background: url(../img/cmn/ico_check-gr.svg) no-repeat;
  background-size: 100% auto;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .tp-about-content .columnBox .point-list {
    gap: 12px;
    margin-bottom: 12px;
  }
  .tp-about-content .columnBox .point-list-item {
    font-size: 13px;
    letter-spacing: -0.01em;
    padding-left: 26px;
  }
  .tp-about-content .columnBox .point-list-item::before {
    width: 16px;
    height: 16px;
  }
}
.tp-about-content .columnBox .lead {
  color: #4B4A4A;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 175%;
  margin-right: 9.666666%;
}
@media screen and (max-width: 768px) {
  .tp-about-content .columnBox .lead {
    font-size: 18px;
    margin: 0 auto 20px;
  }
}

.tp-feature {
  border-top: 1px solid #406B51;
  margin-top: 170px;
}
@media screen and (max-width: 768px) {
  .tp-feature {
    margin-top: 80px;
  }
}
.tp-feature .cmn-ttl {
  margin-top: 40px;
}
.tp-feature-list {
  border-bottom: 1px solid #406B51;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .tp-feature-list {
    margin-bottom: 40px;
  }
}
.tp-feature-list-item {
  border-top: 1px solid #406B51;
  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: 50%;
  padding: 60px;
}
.tp-feature-list-item:nth-child(2n+1) {
  border-right: 1px solid #406B51;
}
@media screen and (max-width: 768px) {
  .tp-feature-list-item {
    width: 100%;
    padding: 40px 20px;
  }
  .tp-feature-list-item:nth-child(2n+1) {
    border-right: none;
  }
}
.tp-feature-list-item .inner {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  z-index: 100;
}
.tp-feature-list-item .inner .ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 150%;
  color: #406B51;
  margin-bottom: 30px;
}
.tp-feature-list-item .inner .ttl .num {
  display: block;
  color: #406B51;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  margin-top: 16px;
}
.tp-feature-list-item .inner .text {
  font-weight: 400;
  font-size: 15px;
  line-height: 175%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .tp-feature-list-item .inner {
    width: 100%;
  }
  .tp-feature-list-item .inner .ttl {
    font-size: 22px;
    margin-bottom: 20px;
    gap: 7px;
  }
  .tp-feature-list-item .inner .ttl .num {
    font-size: 10px;
    margin-top: 8px;
  }
  .tp-feature-list-item .inner .text {
    font-size: 13px;
    margin-bottom: 25px;
  }
}

.tp-menu {
  margin-top: 140px;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .tp-menu {
    margin-top: 94px;
    padding: 0 10px;
  }
}
.tp-menu .lead {
  font-weight: 400;
  font-size: 18px;
  line-height: 175%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tp-menu .lead {
    font-size: 16px;
  }
}
.tp-menu-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
  margin-top: 40px;
}
.tp-menu-list.type02 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 768px) {
  .tp-menu-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: 15px 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;
}
@media screen and (max-width: 768px) {
  .tp-menu-list-item {
    width: calc((100% - 10px) / 2);
  }
}
.tp-menu-list-item img {
  width: 100%;
}
.tp-menu-list-item span {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  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: 78px;
  padding-left: 20px;
  position: relative;
}
.tp-menu-list-item span:before {
  background: url(../img/cmn/ico_arrow01.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .tp-menu-list-item span {
    font-size: 14px;
    padding: 15px;
    height: auto;
    min-height: 50px;
  }
  .tp-menu-list-item span.is_large {
    height: 70px;
  }
}
.tp-menu .banner03 {
  display: block;
  max-width: 720px;
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .tp-menu .banner03 {
    max-width: 350px;
    margin: 40px auto 0;
  }
}

.tp-treatment {
  border-top: 1px solid #406B51;
  margin-top: 140px;
  padding: 160px 0 0 8.333333%;
}
@media screen and (max-width: 768px) {
  .tp-treatment {
    margin-top: 80px;
    padding: 80px 0 0;
  }
}
.tp-treatment-content {
  position: relative;
}
@media screen and (max-width: 768px) {
  .tp-treatment-content .inner-box {
    padding: 0 20px;
  }
}
.tp-treatment-content .inner-box .hd {
  background-color: #406B51;
  color: #f7f2ee;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 150%;
  padding: 19px 25px;
}
@media screen and (max-width: 768px) {
  .tp-treatment-content .inner-box .hd {
    font-size: 22px;
    padding: 15px;
  }
}
.tp-treatment-content .inner-box .inner {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  padding: 50px;
  width: 100%;
}
.tp-treatment-content .inner-box .inner .ttl {
  color: #406B51;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 20px;
  max-width: 43.1818%;
}
.tp-treatment-content .inner-box .inner .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  max-width: 43.1818%;
}
@media screen and (max-width: 768px) {
  .tp-treatment-content .inner-box .inner {
    padding: 25px 20px 217px;
  }
  .tp-treatment-content .inner-box .inner .ttl {
    font-size: 16px;
    margin-bottom: 15px;
    max-width: initial;
  }
  .tp-treatment-content .inner-box .inner .text {
    font-size: 14px;
    max-width: initial;
  }
}
.tp-treatment-content .inner-box .inner .point-list {
  background: rgba(129, 193, 154, 0.1);
  border-radius: 10px;
  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: 12px;
  margin-top: 25px;
  padding: 30px;
  max-width: 570px;
  width: 43.1818%;
}
.tp-treatment-content .inner-box .inner .point-list-item {
  color: #406B51;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  padding-left: 30px;
  position: relative;
}
.tp-treatment-content .inner-box .inner .point-list-item::before {
  content: "";
  background: url(../img/cmn/ico_check-gr.svg) no-repeat;
  background-size: 100% auto;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 5px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .tp-treatment-content .inner-box .inner .point-list {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 25px 20px;
    gap: 12px;
    margin-bottom: 12px;
    width: 100%;
    max-width: initial;
  }
  .tp-treatment-content .inner-box .inner .point-list-item {
    font-size: 14px;
    letter-spacing: -0.01em;
    padding-left: 22px;
  }
  .tp-treatment-content .inner-box .inner .point-list-item::before {
    width: 14px;
    height: 14px;
  }
}
.tp-treatment-content .img-box {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 640px;
  width: 44.44444%;
}
.tp-treatment-content .img-box .img02 {
  max-width: 508px;
  margin-top: 74px;
}
@media screen and (max-width: 768px) {
  .tp-treatment-content .img-box {
    position: static;
    top: auto;
    left: auto;
    width: calc(100% - 20px);
    max-width: initial;
    margin: -190px 0 0 auto;
  }
  .tp-treatment-content .img-box .img02 {
    max-width: initial;
    margin-top: 25px;
    width: calc(100% - 20px);
  }
}

.catch {
  border-top: 1px solid #406B51;
  border-bottom: 1px solid #406B51;
  color: #406B51;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 175%;
  letter-spacing: 0.05em;
  text-align: center;
  max-width: 880px;
  margin: 60px auto 0;
  width: 100%;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .catch {
    font-size: 20px;
    margin: 25px auto 0;
    width: calc(100% - 40px);
    padding: 15px 0;
  }
}

.tp-case {
  padding: 0 40px 0;
  position: relative;
  max-width: 1440px;
  margin: 216px auto 0;
}
@media screen and (max-width: 768px) {
  .tp-case {
    padding: 64px 16px;
    margin: 134px auto 0;
    padding: 0 20px;
  }
}
.tp-case .lead {
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tp-case .lead {
    font-size: 14px;
  }
}
.tp-case .more-bt {
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .tp-case .more-bt {
    margin: 25px auto 0;
  }
}
.tp-case .img01 {
  max-width: 315.51px;
  width: 21.9104166%;
  position: absolute;
  top: 50%;
  left: 70px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .tp-case .img01 {
    display: none;
  }
}
.tp-case .img02 {
  max-width: 320px;
  width: 22.2222222%;
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .tp-case .img02 {
    display: none;
  }
}
.tp-case .img03 {
  display: none;
}
@media screen and (max-width: 768px) {
  .tp-case .img03 {
    display: block;
    width: 360px;
    margin: 40px auto 0;
  }
}

.tp-guide {
  margin-top: 348px;
}
@media screen and (max-width: 768px) {
  .tp-guide {
    margin-top: 134px;
  }
}
.tp-guide .img01 {
  width: 100%;
  position: relative;
}
.tp-guide .img01::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(64, 107, 81, 0)), color-stop(52.15%, rgba(64, 107, 81, 0.88)), to(#406b51));
  background: -webkit-linear-gradient(top, rgba(64, 107, 81, 0) 0%, rgba(64, 107, 81, 0.88) 52.15%, #406b51 100%);
  background: linear-gradient(180deg, rgba(64, 107, 81, 0) 0%, rgba(64, 107, 81, 0.88) 52.15%, #406b51 100%);
  content: "";
  width: 100%;
  height: 237px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .tp-guide .img01::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(64, 107, 81, 0)), color-stop(52.15%, rgba(64, 107, 81, 0.88)), to(#406b51));
    background: -webkit-linear-gradient(top, rgba(64, 107, 81, 0) 0%, rgba(64, 107, 81, 0.88) 52.15%, #406b51 100%);
    background: linear-gradient(180deg, rgba(64, 107, 81, 0) 0%, rgba(64, 107, 81, 0.88) 52.15%, #406b51 100%);
    height: 150px;
  }
}
.tp-guide-content {
  background-color: #406B51;
  padding: 0 40px 312px;
}
@media screen and (max-width: 768px) {
  .tp-guide-content {
    padding: 0 20px 180px;
  }
}
.tp-guide-content .cmn-ttl {
  color: #f7f2ee;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .tp-guide-content .cmn-ttl {
    margin-bottom: 30px;
  }
}
.tp-guide-content .cmn-ttl:before {
  background: url(../img/cmn/ttl_obj02-wh.webp) no-repeat;
  background-size: 100% auto;
}
.tp-guide-content .item {
  border-bottom: 1px solid #f7f2ee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .tp-guide-content .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
    padding: 60px 0 50px;
  }
}
.tp-guide-content .item:last-child {
  border-bottom: none;
}
.tp-guide-content .item .inner {
  width: calc(100% - 639px);
}
@media screen and (max-width: 768px) {
  .tp-guide-content .item .inner {
    width: 100%;
  }
}
.tp-guide-content .item .imgBox {
  width: 559px;
}
.tp-guide-content .item .imgBox-slide {
  width: 720px;
}
@media screen and (max-width: 768px) {
  .tp-guide-content .item .imgBox {
    width: 100%;
    margin-bottom: 25px;
  }
  .tp-guide-content .item .imgBox-slide {
    width: 100%;
  }
}
.tp-guide-content .item .arrow_box {
  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: 30px auto 0;
  position: relative;
  width: 266px;
}
.tp-guide-content .item .arrow_box .num {
  color: #f7f2ee;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
}
.tp-guide-content .item .prev-arrow,
.tp-guide-content .item .next-arrow {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}
.tp-guide-content .item .prev-arrow::before,
.tp-guide-content .item .next-arrow::before {
  content: "";
  width: 70.5px;
  height: 10px;
  background: url(../img/cmn/slide-arrow-L.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 6px;
  left: 0;
  margin: auto;
  z-index: 100;
}
.tp-guide-content .item .next-arrow::before {
  background: url(../img/cmn/slide-arrow-R.svg) no-repeat;
  background-size: 100% auto;
  right: 0;
  left: auto;
}
.tp-guide-content .item .text {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
}
@media screen and (max-width: 768px) {
  .tp-guide-content .item .text {
    font-size: 14px;
  }
}
.tp-guide-content .item .name {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 24px;
  margin-top: 20px;
}
.tp-guide-content .item .name-en {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 18px;
  margin-left: 12px;
}
@media screen and (max-width: 768px) {
  .tp-guide-content .item .name {
    font-size: 20px;
    vertical-align: top;
    margin-top: 8px;
  }
  .tp-guide-content .item .name-en {
    font-size: 14px;
  }
}
.tp-guide-content .item .more-bt {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .tp-guide-content .item .more-bt {
    margin: 30px auto 0;
    width: 180px;
  }
}

.blog-wrap {
  background-color: #fff;
  border-radius: 20px;
  max-width: 1280px;
  margin: -152px auto 0;
}
@media screen and (max-width: 768px) {
  .blog-wrap {
    border-radius: 10px;
    margin: -100px auto 0;
    width: calc(100% - 40px);
  }
}
.blog-wrap .flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .blog-wrap .flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.blog-wrap .flex-box .item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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: 50%;
  padding: 60px 80px 80px;
}
@media screen and (max-width: 768px) {
  .blog-wrap .flex-box .item {
    width: 100%;
    padding: 50px 20px;
  }
}
.blog-wrap .flex-box .item .cmn-ttl {
  text-align: center;
  margin: 0 auto 30px;
  -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;
}
.blog-wrap .flex-box .item .cmn-ttl-en {
  font-size: 14px;
  margin-bottom: 15px;
  text-align: center;
}
.blog-wrap .flex-box .item .cmn-ttl-jp {
  font-size: 28px;
}
.blog-wrap .flex-box .item .cmn-ttl::before {
  content: none;
}
@media screen and (max-width: 768px) {
  .blog-wrap .flex-box .item .cmn-ttl {
    margin: 0 auto 25px;
  }
  .blog-wrap .flex-box .item .cmn-ttl-en {
    font-size: 12px;
    margin-bottom: 4px;
    text-align: center;
  }
  .blog-wrap .flex-box .item .cmn-ttl-jp {
    font-size: 25px;
  }
}
.blog-wrap .flex-box .item:first-child {
  border-right: 1px solid rgba(64, 107, 81, 0.3);
}
@media screen and (max-width: 768px) {
  .blog-wrap .flex-box .item:first-child {
    border-right: none;
    border-bottom: 1px solid rgba(64, 107, 81, 0.3);
  }
}
.blog-wrap .flex-box .item .more-bt {
  margin: 40px auto 0;
  text-align: center;
}
.blog-wrap .flex-box .item .more-bt::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tp-news {
  border-bottom: 1px solid rgba(64, 107, 81, 0.3);
  padding: 110px 100px 80px;
}
@media screen and (max-width: 768px) {
  .tp-news {
    padding: 50px 20px 40px;
  }
}
.tp-news .hdBox .cmn-ttl-en {
  font-size: 14px;
  margin-bottom: 15px;
}
.tp-news .hdBox .cmn-ttl-jp {
  font-size: 28px;
}
.tp-news .hdBox .cmn-ttl::before {
  content: none;
}
@media screen and (max-width: 768px) {
  .tp-news .hdBox .cmn-ttl {
    -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;
    margin: 0 auto 25px;
  }
  .tp-news .hdBox .cmn-ttl-en {
    font-size: 12px;
    text-align: center;
    margin-bottom: 4px;
  }
}
.tp-news-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 9.21875%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tp-news-content .newsList-list {
  max-width: 822px;
  width: 76.111111%;
}
@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;
  }
  .tp-news-content .newsList-list {
    max-width: initial;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .tp-news .more-bt {
    margin: 25px auto 0;
  }
  .tp-news .more-bt::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.infoBox {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .infoBox {
    padding: 50px 20px 40px;
  }
}
.infoBox .logo {
  width: 303.9892883301px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 768px) {
  .infoBox .logo {
    width: 229.1529541016px;
  }
}
.infoBox-content {
  border-radius: 10px;
  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;
    border-radius: 5px;
  }
}
.infoBox.is_wh .infoBox-inner {
  border-radius: 10px 0 0 10px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .infoBox.is_wh .infoBox-inner {
    border-radius: 5px 5px 0 0;
    padding: 40px 20px;
  }
}
.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: 20px;
  width: 660px;
  padding: 60px;
}
@media screen and (max-width: 768px) {
  .infoBox-inner {
    width: 100%;
    gap: 15px;
    padding: 0 20px 40px;
  }
}
.infoBox iframe {
  border-radius: 0 10px 10px 0;
  width: 540px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .infoBox iframe {
    width: 100%;
    height: 200px;
    border-radius: 0 0 5px 5px;
  }
}
.infoBox .schedule {
  margin-bottom: 10px;
}
.infoBox .ttl {
  border-bottom: 1px solid #406B51;
  color: #406B51;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .infoBox .ttl {
    font-size: 12px;
  }
}
.infoBox .text {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .infoBox .text {
    font-size: 12px;
  }
}

.reseveBox {
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .reseveBox {
    padding: 0 16px;
  }
}
.reseveBox-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;
  width: 100%;
  margin: 0 auto;
}

.local {
  display: block;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 40px;
}
@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 .mb40--24 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .local .mb40--24 {
    margin-bottom: 24px;
  }
}
.local .mt16 {
  margin-top: 16px;
}
.local .mb16 {
  margin-bottom: 16px;
}
.local .mb0 {
  margin-bottom: 0;
}
.local .mt80 {
  margin-top: 80px;
}
.local .mt40--48 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .local .mt40--48 {
    margin-top: 48px;
  }
}
.local .link {
  display: block;
  text-decoration: underline;
  margin: 24px auto;
}
.local__content {
  display: block;
  font-size: 18px;
  line-height: 1.6;
  font-weight: normal;
}
.local__content h2 {
  border-bottom: 1px solid #406B51;
  color: #406B51;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 34px;
  margin-bottom: 40px;
  margin-top: 100px;
  line-height: 100%;
  text-align: center;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .local__content h2 {
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 60px;
  }
}
.local__content h3 {
  border-top: 1px solid rgba(64, 107, 81, 0.3);
  padding-top: 40px;
  color: #406B51;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: Medium;
  font-size: 26px;
  line-height: 200%;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}
.local__content h3.is_btNone {
  border: none;
  padding-top: 0;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .local__content h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.local__content h4 {
  color: #406B51;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  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: 400;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .local__content p {
    font-size: 14px;
  }
}
.local__content .indentList {
  font-size: 16px;
  padding-left: 1em;
  text-indent: -1em;
}
.local__content .indentList li {
  line-height: 200%;
}
@media screen and (max-width: 768px) {
  .local__content .indentList {
    font-size: 14px;
  }
}
.local__content .note {
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 0.05em;
}
.local__content table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .local__content table {
    table-layout: auto;
  }
  .local__content table td,
  .local__content table th {
    display: block;
  }
}
.local__content table tr:first-child {
  border-top: solid 1px #dfdfdf;
}
@media screen and (max-width: 768px) {
  .local__content table tr {
    border-top: none;
  }
}
.local__content table th {
  background-color: #406B51;
  border-left: solid 1px #dfdfdf;
  border-right: solid 1px #dfdfdf;
  border-bottom: solid 1px #dfdfdf;
  vertical-align: middle;
  width: 320px;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 0.05em;
  text-align: center;
}
.local__content table th.is_blue {
  background-color: #fff;
}
.local__content table th.is_center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .local__content table th {
    font-size: 14px;
    padding: 8px;
    width: 100%;
  }
}
.local__content table td {
  background-color: #fff;
  border-bottom: solid 1px #dfdfdf;
  border-right: solid 1px #dfdfdf;
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 0.05em;
  padding: 16px;
}
@media screen and (max-width: 768px) {
  .local__content table td {
    font-size: 14px;
    padding: 8px;
    border-left: solid 1px #dfdfdf;
  }
  .local__content table td.is_price {
    white-space: nowrap;
  }
}
.local__content .imgBox {
  max-width: 560px;
  margin: 0 auto 40px;
}
.local__content .imgBox.mt40--48 {
  margin-top: 40px;
}
.local__content .imgBox.mt40--48 img {
  height: auto;
}
@media screen and (max-width: 768px) {
  .local__content .imgBox.mt40--48 {
    margin-top: 48px;
  }
}
@media screen and (max-width: 768px) {
  .local__content .imgBox {
    width: 66.6666666667vw;
    margin: 0 auto 20px;
  }
}
.local__content .imgBox img {
  width: 100%;
  height: 373px;
  -o-object-fit: cover;
     object-fit: cover; /* この一行を追加するだけ！ */
}
@media screen and (max-width: 768px) {
  .local__content .imgBox img {
    height: auto;
  }
}
.local__content .imgBox.imgFit img {
  height: auto;
}
.local__content .imgBox.w-80 {
  width: 80%;
}
.local__content .imgBox.w-70 {
  width: 60%;
}
.local__content .imgBox.w1080 {
  max-width: 1080px;
}
.local__content .imgBox.w1080 img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .local__content .imgBox.w1080 {
    width: 100%;
  }
}
.local__content .imgBox.w480 {
  width: 480px;
  height: auto;
}
.local__content .imgBox.w480 img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .local__content .imgBox.w480 {
    width: 100%;
  }
}
.local__content .imgBox.is_mb0 {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .local__content .imgBox.is_mb0 {
    margin-bottom: 80px;
  }
}
.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 .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: 40px 40px;
}
.local__content .card__list > li {
  width: calc(100% / 2 - 40px / 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: 312px;
  margin-bottom: 0;
}
.local__content .card__list .imgBox img {
  height: auto;
}
.local__content .card__list .innerBox {
  width: calc(100% - 352px);
}
.local__content .card__list:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .local__content .card__list .imgBox,
  .local__content .card__list .innerBox {
    width: 100%;
  }
  .local__content .card__list img {
    height: 221px;
  }
}
.local__content .card__list.is_doctor .position {
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
.local__content .card__list.is_doctor h3 {
  margin-top: 0;
  margin-bottom: 24px;
}
.local__content .card__list.is_doctor .ttl {
  font-weight: 400;
  font-size: 18px;
  line-height: 170%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .local__content .card__list.is_doctor .ttl {
    font-size: 16px;
  }
}
.local__content .card__2list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 50px;
  padding: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .local__content .card__2list.is_sp_opposite > div:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .local__content .card__2list.is_sp_opposite > div:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.local__content .card__2list h3,
.local__content .card__2list h4,
.local__content .card__2list h5,
.local__content .card__2list h6 {
  margin-top: 0;
}
.local__content .card__2list__item {
  list-style: none;
}
.local__content .card__2list__item.is-arrow {
  position: relative;
}
.local__content .card__2list__item.is-arrow::after {
  background-size: 100% auto;
  content: "";
  position: absolute;
  inset: 150px -34px auto auto;
  margin: auto;
  width: 16px;
  height: 18px;
}
.local__content .card__2list__item.is-before {
  position: relative;
}
.local__content .card__2list__item.is-before::before {
  content: "BEFORE";
  color: #817a76;
  display: block;
  font-family: "Lora", serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .local__content .card__2list__item.is-before::before {
    font-size: 24px;
  }
}
.local__content .card__2list__item.is-after::before {
  content: "AFTER";
  color: #817a76;
  display: block;
  font-family: "Lora", serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .local__content .card__2list__item.is-after::before {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .local__content .card__2list {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 50px;
    padding: 0;
    margin-bottom: 40px;
  }
  .local__content .card__2list__item.is-arrow::before {
    inset: auto 0 -12px 0;
    margin: auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.local__content .card__3list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
  padding: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .local__content .card__3list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.local__content .card__3list__item {
  text-align: center;
}
.local__content .card__21list {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px 30px;
  padding: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .local__content .card__21list {
    grid-template-columns: 1fr;
  }
}
.local__content .card__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.local__content .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;
  gap: 20px;
  width: 100%;
}
.local__content .card__title {
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
  padding: 0;
}
.local__content .card__title:after {
  display: none;
}
.local__content .card__img {
  display: block;
  width: 100%;
}
.local__content .card__img picture {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(1 / 1 * 100%);
  overflow: hidden;
}
.local__content .card__img picture img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.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;
}
@media screen and (max-width: 768px) {
  .local__content .grid {
    grid-template-columns: 1fr;
    grid-template-areas: "txtbox" "imgbox";
  }
  .local__content .grid .imgBox {
    grid-area: imgbox;
  }
  .local__content .grid .txtBox {
    grid-area: txtbox;
  }
}
.local__content .grid .name {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 24px;
  margin-top: 20px;
}
.local__content .grid .name-en {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 18px;
  margin-left: 12px;
}
@media screen and (max-width: 768px) {
  .local__content .grid .name {
    font-size: 20px;
    vertical-align: top;
    margin-top: 8px;
  }
  .local__content .grid .name-en {
    font-size: 14px;
  }
}
.local__content .price-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .local__content .price-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.local__content .price-list li {
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.local__content .price-list li .hd {
  border-bottom: 1px solid rgba(64, 107, 81, 0.3);
  color: #406B51;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 200%;
  padding: 8px;
}
.local__content .price-list li .text {
  color: #406B51;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 200%;
}
@media screen and (max-width: 768px) {
  .local__content .price-list li .hd {
    font-size: 16px;
  }
  .local__content .price-list li .text {
    font-size: 28px;
  }
}
.local__content .pointList {
  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 0;
  margin-top: 32px;
  margin-bottom: 24px;
}
.local__content .pointList-item {
  padding: 32px;
  background: #ffffff;
  border: 1px solid #c9ebf8;
  border-radius: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0.05em;
}
.local__content .pointList.type02 {
  border-radius: 8px;
  margin-top: 0;
}
.local__content .pointList.type02 .pointList-item {
  border: 2px solid #58b0db;
}
@media screen and (max-width: 768px) {
  .local__content .pointList-item {
    font-size: 14px;
    padding: 16px;
  }
  .local__content .pointList.type02 .pointList-item {
    border: 2px solid #58b0db;
  }
}
.local__content .qaaBox {
  margin-bottom: 50px;
}
.local__content .qaaBox .q {
  border-bottom: 1px solid #406B51;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 200%;
  letter-spacing: 5%;
  margin-bottom: 24px;
  padding-bottom: 10px;
  text-align: left;
}
.local__content .qaaBox h3 {
  border: none;
  text-align: left;
  margin-bottom: 0;
  padding-top: 0;
}
.local__content .qaaBox .a {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .local__content .qaaBox {
    margin-bottom: 30px;
  }
  .local__content .qaaBox .q {
    font-size: 18px;
    margin-top: 15px;
  }
  .local__content .qaaBox .a {
    font-size: 14px;
  }
}
.local__content .closing {
  font-weight: 400;
  font-size: 18px;
  line-height: 170%;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .local__content .closing {
    font-size: 16px;
    text-align: left;
    padding: 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .local .is-sp-mb80 {
    margin-bottom: 80px;
  }
}
.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: #406B51;
  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: "Marcellus", 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 .basic-knowledge-row {
  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: 32px;
}
@media screen and (max-width: 768px) {
  .local .basic-knowledge-row {
    gap: 24px;
  }
}
.local .basic-knowledge-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 40px;
}
@media screen and (max-width: 767px) {
  .local .basic-knowledge-list {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.local .basic-knowledge-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
.local .basic-knowledge-item__img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 42%;
      -ms-flex: 0 0 42%;
          flex: 0 0 42%;
  margin: 0;
}
.local .basic-knowledge-item__img br {
  display: none;
}
.local .basic-knowledge-item__img img {
  display: block;
  width: 100%;
  height: auto;
}
.local .basic-knowledge-item__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.local .basic-knowledge-item__ttl {
  font-weight: 500;
  font-size: 20px;
  font-family: "Shippori Mincho", serif;
}
.local .basic-knowledge-item__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.local .basic-knowledge-item__thumb {
  margin: 0 0 14px;
}
.local .basic-knowledge-item__thumb img {
  width: 100%;
  height: auto;
  display: block;
}
.local .basic-knowledge-item__title {
  margin: 0 0 8px;
  line-height: 1.6;
}
.local .basic-knowledge-item__title strong {
  color: #406B51;
  font-weight: 500;
  font-size: 20px;
  font-family: "Shippori Mincho", serif;
}
.local .basic-knowledge-item__text {
  margin: 0;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .local .basic-knowledge-item {
    display: block;
  }
  .local .basic-knowledge-item__img {
    width: 100%;
    margin-bottom: 12px;
  }
}
.local .basic-knowledge-list.is-circle {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
}
.local .basic-knowledge-list.is-circle .basic-knowledge-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.local .basic-knowledge-list.is-circle .basic-knowledge-item__thumb {
  width: 260px;
  height: 260px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}
.local .basic-knowledge-list.is-circle .basic-knowledge-item__thumb img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.local .basic-knowledge-list.is-circle .basic-knowledge-item__text {
  margin: 0;
  line-height: 1.9;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .local .basic-knowledge-list.is-circle {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .local .basic-knowledge-list.is-circle .basic-knowledge-item__thumb {
    width: 130px;
    height: 130px;
  }
}
.local .item_list .item.layout_type1,
.local .item_list .item.layout_type2 {
  display: grid;
  gap: 40px;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  grid-template-columns: 420px 1fr;
}
.local .item_list .item.layout_type1 .image,
.local .item_list .item.layout_type2 .image {
  width: 100%;
  height: 0;
  padding-bottom: 40%;
  border-radius: 8px;
  overflow: hidden;
}
.local .item_list .item.layout_type1 .content,
.local .item_list .item.layout_type2 .content {
  min-width: 0;
}
.local .item_list .item.layout_type1 .catch,
.local .item_list .item.layout_type2 .catch {
  color: #01a0ed;
  font-weight: 700;
  margin: 0 0 10px;
}
.local .item_list .item.layout_type1 .desc,
.local .item_list .item.layout_type2 .desc {
  margin: 0;
}
.local .item_list .item.layout_type2 {
  grid-template-columns: 1fr 420px;
}
.local .item_list .item.layout_type2 .image {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.local .item_list .item.layout_type2 .content {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 768px) {
  .local .item_list .item.layout_type1,
  .local .item_list .item.layout_type2 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .local .item_list .item.layout_type1 .image,
  .local .item_list .item.layout_type2 .image {
    padding-bottom: 56.25%;
  }
  .local .item_list .item.layout_type1 .image, .local .item_list .item.layout_type1 .content,
  .local .item_list .item.layout_type2 .image,
  .local .item_list .item.layout_type2 .content {
    -webkit-box-ordinal-group: initial;
    -webkit-order: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}
.local .bk-compare {
  border: 1px solid #D9D9D9;
  margin-bottom: 24px;
}
.local .bk-compare th, .local .bk-compare td {
  border: 1px solid #D9D9D9;
  text-align: center;
  vertical-align: middle;
  padding: 12px 10px;
}
.local .bk-compare tbody th {
  text-align: left;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .local .bk-compare {
    display: table;
  }
  .local .bk-compare th, .local .bk-compare td {
    display: table-cell;
  }
  .local .bk-compare th {
    line-height: 120%;
    width: 120px;
  }
}
.local .basic-knowledge-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.local .basic-knowledge-btns br {
  display: none;
}
@media screen and (max-width: 768px) {
  .local .basic-knowledge-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.local .basic-knowledge-hero {
  margin: 0 0 40px;
}
.local .basic-knowledge-hero__visual {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: 240px;
  display: grid;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  padding: 24px;
}
.local .basic-knowledge-hero__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
}
.local .basic-knowledge-hero__catch {
  position: relative;
  margin: 0;
  color: #fff;
  font-weight: 600;
  line-height: 1.6;
}
.local .basic-knowledge-hero {
  margin: 0 0 40px;
}
.local .basic-knowledge-hero__visual {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: 240px;
  display: grid;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  padding: 24px;
}
.local .basic-knowledge-hero__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
}
.local .basic-knowledge-hero__catch {
  position: relative;
  margin: 0;
  font-size: 24px;
  font-family: "Shippori Mincho", serif;
  color: #fff;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}
.local .basic-knowledge-points {
  margin-top: 18px;
  display: grid;
  gap: 14px;
}
@media (min-width: 768px) {
  .local .basic-knowledge-points {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
}
.local .basic-knowledge-points .basic-knowledge-point {
  border: 1px solid #406B51;
  border-radius: 14px;
  text-align: center;
  padding: 16px 16px 14px;
  background: #fff;
}
.local .basic-knowledge-points .basic-knowledge-point__ttl {
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  margin: 0 0 10px;
  font-weight: 700;
  color: #406B51;
}
.local .basic-knowledge-points .basic-knowledge-point__text {
  margin: 0;
  line-height: 1.85;
  text-align: justify;
}
.local .basic-knowledge-table .scroll-table {
  width: 100%;
  overflow: scroll;
}
.local .basic-knowledge-table .s_table {
  width: 100%;
  min-width: 1300px;
}
.local .basic-knowledge-table table {
  width: 100%;
  border-collapse: collapse;
}
.local .basic-knowledge-table th,
.local .basic-knowledge-table td {
  padding: 16px 18px;
  font-size: 15px;
  line-height: 1.6;
}
.local .basic-knowledge-table {
  /* ===== SP時のみ横スクロール ===== */
}
@media screen and (max-width: 768px) {
  .local .basic-knowledge-table .scroll-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .local .basic-knowledge-table .s_table {
    min-width: 980px;
  }
  .local .basic-knowledge-table table {
    width: 980px;
  }
  .local .basic-knowledge-table th, .local .basic-knowledge-table td {
    display: table-cell;
    width: auto;
    min-width: 150px;
  }
}
.local .tp-menu {
  padding: 0;
}

.breadcrumb {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 10px;
  max-width: 980px;
  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: -2px;
  left: 5px;
}
.breadcrumb__list__item:last-child {
  font-weight: 400;
}/*# sourceMappingURL=style.css.map */