@charset "UTF-8";
@-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;
}

/*  --------------------------------------------------------------------------------
  _base.scss
--------------------------------------------------------------------------------  */
body {
  font-family: "Zen Old Mincho", serif;
  color: #29405B;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin: 0;
  min-width: 1025px;
}
@media screen and (max-width: 768px) {
  body {
    min-width: auto;
  }
}

.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;
  }
}
/*  --------------------------------------------------------------------------------
  _common.scss
--------------------------------------------------------------------------------  */
.cmn-inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.cmn-inner.w-850 {
  max-width: 850px;
}
.cmn-inner.w-1080 {
  max-width: 1080px;
}
.cmn-inner.w-1220 {
  max-width: 1220px;
}
.cmn-inner.w-1440 {
  max-width: 1440px;
}
@media screen and (max-width: 768px) {
  .cmn-inner.w-1080 {
    max-width: 580px;
  }
  .cmn-inner.w-1220 {
    max-width: 580px;
  }
  .cmn-inner.w-1440 {
    max-width: 580px;
  }
}

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

.cmn-ttl {
  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;
  gap: 10px;
  font-weight: 500;
  font-size: 28px;
  line-height: 150%;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 76px;
}
.cmn-ttl.is_clr-wh {
  color: #fff;
}
.cmn-ttl-en {
  display: block;
  font-family: "Aboreto", system-ui;
  font-weight: 400;
  font-size: 70px;
  line-height: 100%;
  letter-spacing: 10%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cmn-ttl {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .cmn-ttl-en {
    font-size: 30px;
  }
}

.cmn-bt {
  background: #9d917e;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 261px;
  height: 70px;
  opacity: 1;
  position: relative;
  padding-left: 30px;
  margin: 0 auto;
}
.cmn-bt:before {
  background: url(../img/cmn/ico_arrow01-wh.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 769px) {
  .cmn-bt:hover {
    opacity: 1;
    background: rgba(157, 145, 126, 0.6);
  }
  .cmn-bt:active {
    opacity: 1;
    background: rgba(157, 145, 126, 0.3019607843);
  }
}

@media screen and (max-width: 768px) {
  .reseveBox {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.reseveBox-content {
  -webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.0509803922);
          box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.0509803922);
  width: 850px;
  padding: 70px 60px 50px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .reseveBox-content {
    width: 89.3333333333vw;
    padding: 34px 20px;
  }
}

.btBox {
  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: 26px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .btBox {
    -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;
    gap: 24px;
  }
}

.tel-bt,
.mail-bt {
  border: 0.5px solid #29405b;
  background-color: #f1f3f7;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 25px;
  width: 350px;
  height: 124px;
  border-radius: 10px;
  border-width: 0.5px;
}
.tel-bt.is_small,
.mail-bt.is_small {
  width: 180px;
  height: 53px;
  opacity: 1;
  border-radius: 6px;
  border-width: 0.3px;
}
.tel-bt.is_small .ico-mail, .tel-bt.is_small .ico-tel,
.mail-bt.is_small .ico-mail,
.mail-bt.is_small .ico-tel {
  color: #29405B;
  font-family: Zen Old Mincho;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 5%;
  text-align: center;
  padding-left: 27px;
}
.tel-bt.is_small .ico-mail::before, .tel-bt.is_small .ico-tel::before,
.mail-bt.is_small .ico-mail::before,
.mail-bt.is_small .ico-tel::before {
  background: url(../img/cmn/ico_tel02.svg) no-repeat;
  background-size: 100% auto;
  width: 16.7999992371px;
  height: 16.7999992371px;
  top: 0;
}
.tel-bt.is_small .ico-mail::before,
.mail-bt.is_small .ico-mail::before {
  background: url(../img/cmn/ico_web02.svg) no-repeat;
  background-size: 100% auto;
  width: 19.7999992371px;
  height: 18.6000003815px;
  top: 0;
}
@media screen and (min-width: 769px) {
  .tel-bt:hover,
  .mail-bt:hover {
    border: 0.5px solid #f1f3f7;
    background: #29405b;
    color: #fff;
    opacity: 1;
  }
  .tel-bt:active,
  .mail-bt:active {
    border: 0.5px solid #f1f3f7;
    background: rgba(41, 64, 91, 0.3019607843);
    color: #fff;
    opacity: 1;
  }
}
.tel-bt .ico,
.mail-bt .ico {
  display: block;
  position: relative;
}
.tel-bt .ico:before,
.mail-bt .ico:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  margin: auto;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .tel-bt,
  .mail-bt {
    width: 291.6654968262px;
    height: 103.3329162598px;
    border-radius: 8.33px;
    border-width: 0.42px;
  }
}

.ico-tel {
  font-family: "Aboreto", system-ui;
  font-weight: 400;
  font-size: 36px;
  line-height: 100%;
  padding-left: 34px;
}
.ico-tel::before {
  background: url(../img/cmn/ico_tel02.svg) no-repeat;
  background-size: 100% auto;
  width: 28px;
  height: 28px;
  top: 4px;
}
.ico-tel .text {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  line-height: 100%;
  margin-top: 6px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .ico-tel:hover::before {
    background: url(../img/cmn/ico_tel01.svg) no-repeat;
  }
  .ico-tel:active::before {
    background: url(../img/cmn/ico_tel01.svg) no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .ico-tel {
    font-size: 30px;
    padding-left: 28px;
  }
  .ico-tel .text {
    font-size: 18px;
  }
  .ico-tel::before {
    width: 23.333240509px;
    height: 23.333240509px;
    top: 4px;
  }
}

.ico-mail {
  font-weight: 500;
  font-size: 28px;
  line-height: 150%;
  padding-left: 53px;
}
.ico-mail::before {
  background: url(../img/cmn/ico_web02.svg) no-repeat;
  width: 33px;
  height: 31px;
  top: 6px;
}
@media screen and (max-width: 768px) {
  .ico-mail {
    font-size: 24px;
    padding-left: 43px;
  }
  .ico-mail::before {
    background: url(../img/cmn/ico_web02-sp.svg) no-repeat;
    width: 27.4998893738px;
    height: 25.8332290649px;
    top: 6px;
  }
}

@media screen and (min-width: 769px) {
  .mail-bt:hover .ico-mail::before {
    background: url(../img/cmn/ico_web01.svg) no-repeat;
    background-size: 100% auto;
    width: 33px;
    height: 31px;
    top: 6px;
  }
  .mail-bt:active .ico-mail::before {
    background: url(../img/cmn/ico_web01.svg) no-repeat;
    background-size: 100% auto;
    width: 33px;
    height: 31px;
    top: 6px;
  }
}
@media screen and (min-width: 769px) {
  .mail-bt.is_small:hover .ico-mail {
    color: #fff;
  }
  .mail-bt.is_small:hover .ico-mail::before {
    background: url(../img/cmn/ico_web01.svg) no-repeat;
    width: 19.7999992371px;
    height: 18.6000003815px;
    top: 0;
  }
  .mail-bt.is_small:active .ico-mail::before {
    background: url(../img/cmn/ico_web01.svg) no-repeat;
    background-size: 100% auto;
    width: 19.7999992371px;
    height: 18.6000003815px;
    top: 0;
  }
}

.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: #29405B;
  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;
  }
}

/*  --------------------------------------------------------------------------------
  _header.scss
--------------------------------------------------------------------------------  */
.header {
  height: 143px;
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(41, 64, 91, 0.7)));
  background: -webkit-linear-gradient(bottom, transparent 0%, rgba(41, 64, 91, 0.7) 100%);
  background: linear-gradient(0deg, transparent 0%, rgba(41, 64, 91, 0.7) 100%);
  background-blend-mode: multiply;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  padding: 22px 40px 0;
  position: absolute;
  inset: 0 0 auto 0;
  min-width: 1024px;
  width: 100%;
  z-index: 1000;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 1440px) {
  .header {
    padding: 22px 130px 0;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: 94px;
    position: absolute;
    inset: 0;
    padding: 13px 0 0 22px;
    min-width: 100%;
    z-index: 2000;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 1;
    visibility: visible;
  }
}
.header.is-headerOn {
  position: fixed;
  inset: 0 0 auto auto;
  -webkit-animation: fadeIn 1s ease;
          animation: fadeIn 1s ease;
  height: 143px;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-64px);
            transform: translateY(-64px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-64px);
            transform: translateY(-64px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  .header.is-headerOn {
    height: 94px;
  }
}
.header-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-bt {
  background-color: #29405B;
  display: grid;
  place-content: center;
  position: fixed;
  inset: 19px 16px auto auto;
  width: 59px;
  height: 46px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 99999;
}
.header-bt span {
  background: #fff;
  display: block;
  position: absolute;
  margin: auto 5px auto auto;
  height: 0.5px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header-bt span:nth-child(1) {
  inset: -24px 0 0 auto;
  width: 49px;
}
.header-bt span:nth-child(2) {
  inset: 0 0 0 auto;
  width: 37px;
}
.header-bt span:nth-child(3) {
  inset: 0 0 -24px auto;
  width: 24px;
}
.header-bt.is-navOn {
  background-color: transparent;
}
.header-bt.is-navOn span {
  background: #29405B;
}
.header-bt.is-navOn span:nth-child(1) {
  inset: 0;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  width: 39.0512499134px;
}
.header-bt.is-navOn span:nth-child(2) {
  inset: 0 0 0 0;
  opacity: 0;
}
.header-bt.is-navOn span:nth-child(3) {
  inset: 0;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  width: 39.0512499134px;
}
.header-logo {
  position: relative;
  width: 216px;
}
.header-logo a {
  display: block;
  width: 100%;
}
.header-nav {
  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: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 30px;
  width: 100%;
  height: 100%;
  z-index: 999;
}
@media screen and (max-width: 1439px) and (min-width: 769px) {
  .header-nav {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .header-nav {
    background-color: #FFFFFF;
    color: #29405B;
    display: block;
    padding: 74px 18px 100px;
    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;
  }
}
.header-nav.is-navOn {
  opacity: 1;
  visibility: visible;
  right: 0;
  z-index: 1000;
}
.header-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
  .header-nav-list {
    gap: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .header-nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header-nav-list-link {
    border-bottom: 0.5px solid #29405B;
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    padding: 10px 0;
  }
}
.header-nav-list .link {
  display: block;
  line-height: 180%;
  position: relative;
}
@media screen and (min-width: 769px) {
  .header-nav-list .link:hover {
    opacity: 1;
  }
  .header-nav-list .link:hover::before {
    background-color: #29405B;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 2px;
  }
}
.header-nav .h-bt {
  background-color: transparent;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.5px solid #ffffff;
  border-radius: 25px;
  width: 146px;
  height: 50px;
}
.header-nav .h-bt span {
  font-family: Zen Old Mincho;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  display: block;
  position: relative;
}
.header-nav .h-bt span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .header-nav .h-bt {
    border: 0.5px solid #29405B;
    width: 267px;
    height: 50px;
    opacity: 1;
  }
}
.header-nav .h-bt .ico-tel {
  padding-left: 24px;
}
.header-nav .h-bt .ico-tel::before {
  background: url(../img/cmn/ico_tel01.svg) no-repeat;
  background-size: 100% auto;
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 768px) {
  .header-nav .h-bt .ico-tel::before {
    background: url(../img/cmn/ico_tel02.svg) no-repeat;
    background-size: 100% auto;
  }
}
.header-nav .h-bt .ico-mail {
  padding-left: 28px;
}
.header-nav .h-bt .ico-mail::before {
  background: url(../img/cmn/ico_web01.svg) no-repeat;
  background-size: 100% auto;
  width: 20px;
  height: 19px;
}
@media screen and (max-width: 768px) {
  .header-nav .h-bt .ico-mail::before {
    background: url(../img/cmn/ico_web02.svg) no-repeat;
    background-size: 100% auto;
  }
}
.header-nav .h-bt:hover {
  border: 0.5px solid #F1F3F7;
  background: #29405B;
  color: #fff;
  opacity: 1;
}
.header-nav .h-bt.mail-bt:hover .ico-mail::before {
  top: 0;
  bottom: 0;
}
.header-nav-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .header-nav-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;
    margin-top: 30px;
  }
}
.header .note {
  text-align: right;
  font-size: 14px;
}

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

.js-accordion-content {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: -650px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 24px;
  width: 1084px;
  z-index: 3000;
}
@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;
}
.js-accordion-content .accordion__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
}
@media screen and (max-width: 768px) {
  .js-accordion-content .accordion__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: 0;
  }
}
.js-accordion-content .accordion__list-item {
  color: #29405B;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .js-accordion-content .accordion__list-item {
    border-bottom: 0.5px solid #D9D9D9;
    padding: 10px 0;
  }
}
.js-accordion-content .accordion__list-item:hover {
  opacity: 0.8;
}
.js-accordion-content .accordion__list-item:hover span {
  background: rgba(191, 220, 238, 0.7);
}
.js-accordion-content .accordion__list-item img {
  width: 129px;
}
@media screen and (max-width: 768px) {
  .js-accordion-content .accordion__list-item img {
    display: none;
  }
}
.js-accordion-content .accordion__list-item 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;
  background-color: #ffffff;
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 10px;
}
.js-accordion-content .accordion__list-item span::before {
  background: url(../img/cmn/ico_arrow01.svg);
  background-size: 100% auto;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .js-accordion-content .accordion__list-item span {
    padding-left: 27px;
  }
  .js-accordion-content .accordion__list-item span::before {
    background-image: none;
    background-color: #29405B;
    width: 17px;
    height: 1px;
    right: auto;
    left: 0;
  }
}

.js-accordion-title {
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .js-accordion-title {
    border-bottom: 0.5px solid #29405B;
    padding: 10px 0;
  }
  .js-accordion-title:before {
    content: "+";
    display: block;
    font-size: 16px;
    position: absolute;
    top: 10px;
    right: 16px;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .js-accordion-title.open {
    opacity: 1;
  }
  .js-accordion-title.open::before {
    content: "×";
  }
}

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

body.is-navOn .header-nav-link.open {
  opacity: 1;
}
body.is-navOn .header-nav-link-ttl::before {
  background-color: #29405B;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 2px;
}
@media screen and (max-width: 768px) {
  body.is-navOn .header-nav-link-ttl {
    opacity: 1;
  }
}

/*  --------------------------------------------------------------------------------
  _footer.scss
--------------------------------------------------------------------------------  */
.footer {
  background-color: #29405b;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .footer {
    margin-top: 67px;
    padding-bottom: 70px;
  }
}
.footer-inner {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .infoBox {
  background: url(../img/cmn/f_bg01.webp);
  background-size: cover;
  position: relative;
  width: calc(100% - 380px);
  color: #fff;
  padding: 100px 0 100px 12.2222222%;
}
.footer .infoBox .btBox {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .footer .infoBox {
    background: url(../img/cmn/f_bg01-sp.webp);
    background-size: cover;
    width: 100%;
    text-align: center;
    padding: 30px 20px 20px;
  }
  .footer .infoBox .btBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 9px;
    margin-top: 13px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer .logo {
  width: 216px;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .footer .logo {
    margin: 0 auto 13px;
  }
}
@media screen and (max-width: 768px) {
  .footer-box {
    display: block;
    padding: 0 35px;
  }
}
.footer-nav {
  background: #29405b;
  height: 100%;
  width: 380px;
  padding: 75px 42px 89px;
}
@media screen and (max-width: 768px) {
  .footer-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 20px 27px;
    width: 100%;
    padding: 20px 20px 30px;
  }
}
.footer-nav-link {
  display: block;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 240%;
}
@media screen and (max-width: 768px) {
  .footer-nav-link {
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.1em;
    position: relative;
  }
  .footer-nav-link:before {
    content: "｜";
    font-size: 16px;
    display: block;
    line-height: 16px;
    position: absolute;
    top: 0;
    right: -19px;
  }
  .footer-nav-link:last-child:before {
    content: none;
  }
}

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

#topic_path {
  color: #382410;
  padding: 10px 0;
  font-weight: 400;
  word-break: break-all;
  margin: auto;
  max-width: 1266px;
  width: 100%;
}

#topic_path li {
  display: inline-block;
  font-size: 16px;
}

#topic_path li:not(:first-child) {
  margin-left: 0.5em;
}
#topic_path li:not(:first-child)::before {
  content: ">";
  margin-right: 0.5em;
  vertical-align: 2px;
}

#topic_path li br {
  display: none;
}

#topic_path a {
  text-decoration: none;
  color: #222222;
  font-size: 16px;
  display: inline-block;
}

#topic_path a:hover {
  text-decoration: underline !important;
  opacity: 0.7;
}

.newsList {
  margin-top: 60px;
  max-width: 900px;
  padding-bottom: 100px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .newsList {
    margin-top: 40px;
  }
}
.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;
  gap: 30px;
  margin-bottom: 30px;
  width: 100%;
}
.newsList-list.is_clr-wh {
  color: #fff;
}
.newsList-list.is_clr-wh-item {
  border-bottom: 0.5px solid #f1f3f7;
}
@media screen and (max-width: 768px) {
  .newsList-list {
    padding: 0 20px;
    width: 100%;
  }
}
.newsList-item {
  border-bottom: 0.5px solid rgba(118, 143, 174, 0.5019607843);
  padding-bottom: 23px;
}
.newsList-item-link {
  display: block;
  padding: 25px 30px;
}
@media screen and (max-width: 768px) {
  .newsList-item-link {
    padding: 0;
  }
}
.newsList-item-date {
  color: #768fae;
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .newsList-item-date {
    font-size: 14px;
  }
}
.newsList-item-category {
  border: 1px solid #29405B;
  color: #29405B;
  font-size: 14px;
  padding: 2px 10px;
  margin-left: 10px;
}
.newsList-item-ttl {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 180%;
}
.newsList-item-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 180%;
  margin-top: 11px;
}
@media screen and (max-width: 768px) {
  .newsList-item {
    padding-bottom: 16px;
  }
  .newsList-item-ttl {
    font-size: 18px;
  }
  .newsList-item-text {
    font-size: 16px;
  }
}
.newsList-heading {
  color: #182437;
  display: block;
  width: 100%;
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  letter-spacing: 0.18em;
  font-weight: 500;
  text-align: center;
  margin: 0 auto 60px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .newsList-heading {
    font-size: 24px;
    margin: 0 auto 40px;
  }
}
.newsList-item {
  width: 100%;
}
.newsList-item a .thum {
  display: block;
  margin-bottom: 16px;
}
.newsList-item a .thum img {
  border-radius: 8px;
}
.newsList-item a .date {
  color: #29405B;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0;
  width: 100px;
}
.newsList-item a .cat {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #29405B;
  border-radius: 50px;
  color: #29405B;
  font-size: 10px;
  height: 24px;
  line-height: 22px;
  padding: 0 16px;
  margin-left: 8px;
}
.newsList-item a .ttl {
  display: block;
  color: #646a6f;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7;
  margin-top: 8px;
}
.newsList-item a .box {
  position: relative;
  padding-right: 32px;
}
.newsList-item a .box:before {
  background-size: 100% auto;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 17px;
  height: 9px;
}
.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;
}

.newsBox {
  margin: 0 auto;
}
.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 #29405B;
  border-radius: 6px;
  display: block;
  font-size: 15px;
  font-weight: 500;
  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 {
    margin: 26px auto 40px;
  }
  .newsBox__pageLink {
    gap: 10px;
    margin: 40px auto 0;
    max-width: 100%;
    padding-top: 52px;
    position: relative;
  }
  .newsBox__pageLink__item.is_prev {
    position: absolute;
    left: 0;
    top: 0;
  }
  .newsBox__pageLink__item.is_center {
    margin: auto;
  }
  .newsBox__pageLink__item.is_next {
    position: absolute;
    right: 0;
    top: 0;
  }
}

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

@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;
  margin-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news_sub .date {
  font-size: 12px;
  margin-right: 5px;
}
.news_sub .cate_name {
  background-color: #fff;
  border: 1px solid #29405B;
  border-radius: 50vh;
  color: #29405B;
  font-size: 10px;
  padding: 2px 6px;
}
.news_sub .tb_tt {
  font-size: 15px;
  font-weight: bold;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .news_sub {
    margin-bottom: 40px;
  }
}

.news_tt {
  border-top: 3px solid #29405B;
  border-bottom: solid 1px #d9d9d9;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 0;
  text-align: center;
}

.news_cate {
  margin-bottom: 40px;
}
.news_cate li {
  border-bottom: solid 1px #d9d9d9;
  color: #29405B;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.06em;
  padding: 10px 0;
  text-align: center;
}

.navi-date {
  border-bottom: solid 1px #d9d9d9;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.06em;
  padding: 10px 0 10px 14px;
  position: relative;
}
.navi-date::before {
  background: #382410;
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  width: 10px;
  height: 2px;
}

.year_tit {
  cursor: pointer;
  position: relative;
}
.year_tit::before {
  position: absolute;
  right: 0;
  top: 5px;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 6.5px 0 6.5px;
  border-color: #ccc transparent transparent transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.year_tit.is_open::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.monthlist {
  display: none;
  margin-top: 5px;
}
.monthlist li {
  line-height: 1.6;
}

.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 {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .content_post {
    max-width: initial;
  }
}
.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 25px;
  }
}
.content_post__ttl {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-top: 5px;
  margin-bottom: 40px;
}
.content_post h2 {
  font-size: 28px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  padding-bottom: 16px;
  padding: 0;
}
.content_post p {
  line-height: 2.125em;
  margin: 0 auto;
}
.content_post p a {
  color: #29405B;
  text-decoration: underline;
}
.content_post .aligncenter {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .content_post {
    max-width: 100%;
  }
  .content_post__ttl {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .content_post h2 {
    font-size: 28px;
    font-weight: 600;
  }
  .content_post p {
    line-height: 2.125em;
  }
  .content_post p a {
    color: #29405B;
    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;
  gap: 6px;
}
.wp-pagenavi span.current {
  background: #29405B;
  color: #fff;
}
.wp-pagenavi a,
.wp-pagenavi span {
  border: none;
  color: #182437;
  font-size: 14px;
  font-weight: 500;
  padding: 3px 0;
  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;
  min-width: 28px;
}
.wp-pagenavi a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wp-pagenavi a:hover {
  background: #29405B;
  color: #fff;
  opacity: 1;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  background: #f5f5f5;
  border: 1px solid #bfd6e9;
  position: relative;
}
.wp-pagenavi .previouspostslink:before,
.wp-pagenavi .nextpostslink:before {
  background-size: 100% auto;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 17px;
  height: 9px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
  border: none;
}
.wp-pagenavi .previouspostslink {
  margin-right: 16px;
}
.wp-pagenavi .nextpostslink {
  margin-left: 12px;
}
.wp-pagenavi .nextpostslink::before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

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

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

/*  --------------------------------------------------------------------------------
  _top.scss
--------------------------------------------------------------------------------  */
.cv-list {
  display: grid;
  position: fixed;
  z-index: 999;
  -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: 60px;
    top: auto;
    z-index: 9999;
    bottom: -1px;
    left: 0;
    right: 0;
  }
  .cv-list-item {
    width: 50%;
  }
  .cv-list.is-headerOn {
    opacity: 1;
    visibility: visible;
  }
}
.cv-list-item .tel-bt, .cv-list-item .mail-bt {
  background-color: #DA7357;
  border: none;
  width: 100%;
  height: 100%;
  border-radius: 0;
  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;
}
.cv-list-item .tel-bt span, .cv-list-item .mail-bt span {
  color: #fff !important;
}
.cv-list-item .tel-bt {
  border-right: 1px solid #fff;
}
.cv-list-item ::before {
  background: url(../img/cmn/ico_tel01.svg) no-repeat !important;
  background-size: 100% auto;
}
.cv-list-item .ico-mail::before {
  background: url(../img/cmn/ico_web01.svg) no-repeat !important;
  background-size: 100% auto;
}

.topMv {
  padding: 0 0 0;
  position: relative;
  height: 908px;
}
.topMv.is_lower {
  min-height: 477px;
  max-height: 477px;
}
@media screen and (max-width: 768px) {
  .topMv.is_lower {
    min-height: 206px;
    max-height: 206px;
  }
}
.topMv.is_lower .topMv-imgBox {
  width: 100%;
  height: 477px;
}
.topMv.is_lower .topMv-imgBox img {
  width: 100%;
  height: 100%;
  -o-object-position: top right;
     object-position: top right;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .topMv.is_lower .topMv-imgBox {
    height: 206px;
  }
}
.topMv.is_lower .topMv-title {
  padding-top: 229px;
  text-align: center;
  position: relative;
  z-index: 100;
}
.topMv.is_lower .topMv-title .ttl_en {
  color: #fff;
  font-family: "Aboreto", system-ui;
  font-weight: 400;
  font-size: 36px;
  line-height: 100%;
  margin-bottom: 7px;
}
.topMv.is_lower .topMv-title .ttl_jp {
  color: #fff;
  font-weight: 500;
  font-size: 45px;
  line-height: 180%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .topMv.is_lower .topMv-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    padding: 0 20px;
  }
  .topMv.is_lower .topMv-title .ttl_en {
    display: none;
  }
  .topMv.is_lower .topMv-title .ttl_jp {
    font-weight: 500;
    font-size: 30px;
    line-height: 150%;
  }
}
@media screen and (max-width: 768px) {
  .topMv {
    height: auto;
  }
}
.topMv .scroll-bt {
  position: absolute;
  width: 28px;
  height: auto;
  bottom: 0;
  left: 28px;
}
.topMv-imgBox {
  width: 100%;
  height: 908px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.topMv-imgBox img {
  -o-object-position: top center;
     object-position: top center;
}
@media screen and (max-width: 768px) {
  .topMv-imgBox {
    position: static;
    inset: auto;
    height: auto;
  }
}
.topMv-text {
  color: #fff;
  background-color: #29405B;
  border-radius: 5px;
  font-size: 28px;
  position: absolute;
  bottom: 84px;
  right: calc(12.5% + 500px);
  z-index: 100;
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  .topMv-text {
    font-size: 18px;
    bottom: 140px;
    left: 20%;
    right: auto;
    padding: 5px 10px;
  }
}
.topMv-ttl01 {
  position: absolute;
  top: 193px;
  left: 396px;
  width: 223px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .topMv-ttl01 {
    top: 94px;
    right: 29px;
    left: auto;
    width: 130px;
  }
}
.topMv-ttl02 {
  position: absolute;
  right: 12.5%;
  bottom: 67px;
  width: 464px;
  z-index: 90;
}
@media screen and (max-width: 768px) {
  .topMv-ttl02 {
    bottom: 14.6px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 360px;
    z-index: 80;
  }
}
.topMv-obj01 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 75px;
  width: 100%;
  z-index: 80;
}
@media screen and (max-width: 768px) {
  .topMv-obj01 {
    bottom: 113px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 90;
  }
}

.tp-info {
  background: url(../img/top/info/info_bg01.webp) no-repeat;
  background-size: cover;
  margin-top: 108px;
  padding: 70px 0 114px;
}
@media screen and (max-width: 768px) {
  .tp-info {
    padding: 0px 20px 0;
    margin-top: 43px;
    background-image: none;
    position: relative;
  }
  .tp-info::before {
    content: "";
    background: url(../img/top/info/info_bg01-sp.webp) no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 752px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
  }
}
.tp-info-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  margin-top: 76px;
}
@media screen and (max-width: 768px) {
  .tp-info-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
    margin-top: 42px;
  }
}
.tp-info img {
  width: 360px;
}
.tp-info-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: 5px;
}
.tp-info-list .item {
  border-bottom: 2px solid rgba(118, 143, 174, 0.5019607843);
  font-weight: 500;
  font-size: 28px;
  line-height: 180%;
  letter-spacing: -0.01em;
  position: relative;
  padding-left: 33px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.tp-info-list .item::before {
  background: url(../img/top/info/ico_info.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  left: 0;
  margin: auto;
  width: 23px;
  height: 23px;
}
@media screen and (max-width: 768px) {
  .tp-info-list .item {
    font-size: 24px;
    padding-left: 31px;
  }
  .tp-info-list .item::before {
    background: url(../img/top/info/ico_info.svg) no-repeat;
    background-size: 100% auto;
    width: 19.714220047px;
    height: 19.714220047px;
  }
}

.infoBox {
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .infoBox {
    padding: 30px 0 36px;
  }
}
.infoBox .logo {
  width: 216px;
}
.infoBox-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 67px;
}
@media screen and (max-width: 768px) {
  .infoBox-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 36px;
  }
}
.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: 28px;
  width: 491px;
}
@media screen and (max-width: 768px) {
  .infoBox-inner {
    width: 100%;
    gap: 15px;
    padding: 0 20px;
  }
}
.infoBox iframe {
  width: 526px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .infoBox iframe {
    width: 100%;
    height: 368px;
  }
}
.infoBox .address {
  font-weight: 500;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: -0.01em;
}
.infoBox .tel {
  font-family: "Aboreto", system-ui;
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 5%;
}
@media screen and (max-width: 768px) {
  .infoBox .tel {
    font-size: 36px;
  }
}
.infoBox .schedule {
  -webkit-box-shadow: 4.5px 4.5px 11.25px 0px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 4.5px 4.5px 11.25px 0px rgba(0, 0, 0, 0.1490196078);
}

.tp-prob {
  background: url(../img/top/prob/prob_bg01.webp) no-repeat;
  background-size: cover;
  margin-top: 100px;
  padding: 111px 0 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tp-prob {
    background: url(../img/top/prob/prob_bg01-sp.webp) no-repeat;
    background-size: 100% auto;
    background-position: center;
    margin-top: 35px;
    padding: 53px 20px 25px;
    min-height: 1025px;
  }
  .tp-prob::before {
    background: #d1e8f6;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}
@media screen and (max-width: 400px) {
  .tp-prob {
    background-position: bottom;
  }
}
.tp-prob-content {
  width: 850px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .tp-prob-content {
    -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;
    gap: 40px;
    margin-left: 0;
    width: 100%;
  }
}
.tp-prob-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: 5px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  height: 300px;
}
@media screen and (max-width: 768px) {
  .tp-prob-list {
    height: auto;
  }
}
.tp-prob-list .item {
  border-bottom: 2px solid rgba(118, 143, 174, 0.5019607843);
  font-weight: 500;
  font-size: 28px;
  line-height: 180%;
  letter-spacing: -0.01em;
  position: relative;
  padding-left: 33px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.tp-prob-list .item::before {
  background: url(../img/cmn/ico_check.svg);
  background-size: 100% auto;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 30.0604228973px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .tp-prob-list .item {
    font-size: 20px;
  }
  .tp-prob-list .item::before {
    width: 28.5713996887px;
    height: 28.5713996887px;
  }
}
.tp-prob .textBox {
  background: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  font-size: 20px;
  line-height: 180%;
  width: 490px;
  gap: 10px;
  padding: 30px;
  margin-top: 77px;
}
@media screen and (max-width: 768px) {
  .tp-prob .textBox {
    font-size: 16px;
    position: absolute;
    bottom: 24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100% - 40px);
    padding: 15px;
  }
}

.tp-reason {
  background-color: #f1f3f7;
  padding: 111px 0 96px;
}
@media screen and (max-width: 768px) {
  .tp-reason {
    padding: 40px 20px 30px;
  }
}
.tp-reason-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: 55px;
}
@media screen and (max-width: 768px) {
  .tp-reason-list {
    gap: 20px;
  }
}
.tp-reason-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
.tp-reason-list-item img {
  display: block;
  max-width: 604px;
}
@media screen and (max-width: 768px) {
  .tp-reason-list-item {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tp-reason-list-item img {
    width: 100%;
    max-width: initial;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.tp-reason-list-item .inner {
  max-width: 600px;
  width: 100%;
  position: relative;
  z-index: 100;
}
.tp-reason-list-item .inner .ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  font-size: 28px;
  line-height: 180%;
  margin-bottom: 30px;
}
.tp-reason-list-item .inner .ttl .num {
  display: block;
  font-family: "Aboreto", system-ui;
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  margin-right: 22px;
  margin-top: 6px;
}
.tp-reason-list-item .inner .text {
  font-weight: 500;
  font-size: 18px;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .tp-reason-list-item .inner .ttl {
    font-size: 20px;
  }
  .tp-reason-list-item .inner .ttl .num {
    font-size: 30px;
    margin-top: 6px;
  }
  .tp-reason-list-item .inner .text {
    font-size: 16px;
  }
}
.tp-reason-list-item:nth-child(2n+1) {
  margin: 0 0 0 auto;
}

.tp-doctor {
  padding: 111px 0 119px;
}
@media screen and (max-width: 768px) {
  .tp-doctor {
    padding: 38px 0 36px;
  }
}
.tp-doctor .cmn-ttl {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .tp-doctor .cmn-ttl {
    margin-bottom: 26px;
  }
}
.tp-doctor-content .catch {
  font-weight: 500;
  font-size: 28px;
  line-height: 180%;
  text-align: center;
  margin-bottom: 30px;
}
.tp-doctor-content .name {
  font-weight: 500;
  font-size: 20px;
  line-height: 180%;
  text-align: center;
  margin-bottom: 74px;
}
@media screen and (max-width: 768px) {
  .tp-doctor-content .catch {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .tp-doctor-content .name {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
.tp-doctor .flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
}
@media screen and (max-width: 768px) {
  .tp-doctor .flex-box {
    -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;
    gap: 24px;
  }
}
.tp-doctor .imgBox {
  width: 604px;
}
@media screen and (max-width: 768px) {
  .tp-doctor .imgBox {
    width: 100%;
  }
}
.tp-doctor-inner {
  width: 100%;
  max-width: 596px;
}
@media screen and (max-width: 768px) {
  .tp-doctor-inner {
    padding: 0 20px;
    max-width: initial;
  }
}
.tp-doctor-inner .text {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.01em;
  line-height: 180%;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .tp-doctor-inner .text {
    font-size: 16px;
  }
}

.tp-menu {
  background: rgba(118, 143, 174, 0.5019607843);
  padding: 111px 40px;
}
@media screen and (max-width: 768px) {
  .tp-menu {
    padding: 38px 20px;
  }
}
.tp-menu-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 75.5px;
}
@media screen and (max-width: 768px) {
  .tp-menu-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}
.tp-menu-list-item img {
  width: 100%;
}
.tp-menu-list-item span {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 76px;
  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: 26px;
  margin: auto;
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 769px) {
  .tp-menu-list-item a:hover span {
    background: rgba(191, 220, 238, 0.7);
  }
  .tp-menu-list-item a:active span {
    background: rgba(191, 220, 238, 0.7);
  }
}
@media screen and (max-width: 768px) {
  .tp-menu-list-item {
    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;
  }
  .tp-menu-list-item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .tp-menu-list-item img {
    width: 129px;
  }
  .tp-menu-list-item span {
    height: 100%;
    padding-left: 10px;
    width: calc(100% - 129px);
  }
  .tp-menu-list-item span::before {
    right: 13px;
    width: 22.5px;
    height: 22.5px;
  }
}

.tp-pick {
  padding: 160px 0 100px;
}
@media screen and (max-width: 768px) {
  .tp-pick {
    padding: 40px 0;
  }
}
.tp-pick-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;
  height: 409px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tp-pick-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: auto;
  }
}
.tp-pick-list-item .imgBox {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.tp-pick-list-item .imgBox img {
  -o-object-position: right top;
     object-position: right top;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .tp-pick-list-item .imgBox {
    position: static;
    inset: auto;
    height: auto;
  }
  .tp-pick-list-item .imgBox img {
    height: auto;
  }
}
.tp-pick-list-item .innerBox {
  width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .tp-pick-list-item .innerBox {
    position: absolute;
    bottom: 17px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 0 20px;
    width: 100%;
  }
}
.tp-pick-list-item .inner {
  max-width: 600px;
  width: 100%;
  position: relative;
  z-index: 100;
}
.tp-pick-list-item .inner .ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  font-size: 28px;
  line-height: 180%;
  margin-bottom: 30px;
}
.tp-pick-list-item .inner .ttl .num {
  display: block;
  font-family: "Aboreto", system-ui;
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  margin-right: 22px;
  margin-top: 6px;
}
.tp-pick-list-item .inner .text {
  font-weight: 500;
  font-size: 18px;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .tp-pick-list-item .inner .ttl {
    font-size: 20px;
    letter-spacing: -0.01em;
    margin-bottom: 16px;
  }
  .tp-pick-list-item .inner .ttl .num {
    font-size: 30px;
    margin-top: 6px;
  }
  .tp-pick-list-item .inner .text {
    font-size: 18px;
  }
}
.tp-pick-list-item:nth-child(2n) .innerBox .inner {
  margin: 0 0 0 auto;
}

.blogBox {
  background: #768fae;
  position: relative;
  padding: 133px 0;
}
@media screen and (max-width: 768px) {
  .blogBox {
    background-color: transparent;
    padding: 0;
  }
}
.blogBox::before {
  content: "";
  background-color: #f1f3f7;
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .blogBox::before {
    content: none;
  }
}
.blogBox-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1080px;
  width: 100%;
  gap: 184px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .blogBox-content {
    gap: 84px;
  }
}
@media screen and (max-width: 768px) {
  .blogBox-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    width: 100%;
  }
}
.blogBox section {
  width: 50%;
}
.blogBox section .cmn-ttl {
  margin-bottom: 54px;
}
@media screen and (max-width: 768px) {
  .blogBox section {
    padding: 35px 0;
    width: 100%;
  }
  .blogBox section .cmn-ttl {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .blogBox .tp-news {
    background: #f1f3f7;
  }
  .blogBox .tp-blog {
    background: #768fae;
  }
}

.tp-access {
  padding: 133px 0 0;
}
@media screen and (max-width: 768px) {
  .tp-access {
    padding: 40px 0 0;
  }
}
.tp-access .flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 62px;
  margin-bottom: 48px;
}
.tp-access .flex-box .cmn-ttl {
  text-align: left;
  margin-bottom: 0;
}
.tp-access .flex-box .lead {
  font-weight: 500;
  font-size: 18px;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .tp-access .flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
    margin-bottom: 40px;
    padding: 0 20px 0;
  }
  .tp-access .flex-box .cmn-ttl {
    text-align: center;
  }
  .tp-access .flex-box .lead {
    font-size: 16px;
  }
}
.tp-access .infoBox {
  padding-top: 0;
}

.tp-camp .wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 30px 60px 50px;
  -webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.0509803922);
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.0509803922);
  text-align: center;
  margin: 70px auto;
}

.tp-camp .wrap .midasi_01 {
  background: #9d917e;
  color: #fff;
  margin-bottom: 30px;
}

.local {
  display: block;
  width: 100%;
}
.local .c-inner {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}
.local .c-inner.m-tm01 {
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  .local .c-inner {
    max-width: 590px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .local .c-inner01 {
    padding: 0 20px;
  }
}
.local .not-found {
  max-width: 1080px;
  width: 100%;
  margin: 80px auto;
}
.local .is_mt50 {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .local .is_mt50 {
    margin-top: 20px;
  }
}
.local .link {
  display: block;
  text-decoration: underline;
}
.local .map {
  height: 300px;
}
.local .w-880 {
  max-width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .local .w-880 {
    padding: 0 10px;
    max-width: initial;
  }
}
.local__content {
  display: block;
  font-size: 18px;
  line-height: 1.6;
  font-weight: normal;
}
.local__content h2 {
  font-weight: 500;
  font-size: 36px;
  line-height: 180%;
  margin: 100px auto 50px;
  text-align: center;
  position: relative;
}
.local__content h2::before {
  background: url(../img/local/hd_line01.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: auto;
  width: 157px;
  height: 3px;
}
@media screen and (max-width: 768px) {
  .local__content h2 {
    font-size: 30px;
    line-height: 140%;
    margin-top: 0;
    padding-bottom: 8px;
    margin-bottom: 20px;
  }
  .local__content h2::before {
    width: 139.5541534424px;
    height: 2.6666400433px;
    bottom: -4px;
  }
}
.local__content h3 {
  border-bottom: 1px solid #d9d9d9;
  font-weight: 500;
  font-size: 28px;
  line-height: 180%;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .local__content h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.local__content h4 {
  background: #768fae;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  margin-bottom: 50px;
  padding: 4px 0;
}
@media screen and (max-width: 768px) {
  .local__content h4 {
    font-size: 18px;
    padding: 3.5px 0;
    margin-bottom: 23.5px;
  }
}
.local__content h5,
.local__content h6 {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: normal;
  margin: 20px 0;
}
.local__content p {
  font-weight: 500;
  font-size: 18px;
  line-height: 180%;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .local__content p {
    margin-bottom: 20px;
  }
}
.local__content table {
  margin-bottom: 4em;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .local__content table {
    table-layout: auto;
  }
  .local__content table tr,
  .local__content table td,
  .local__content table th {
    display: block;
  }
}
.local__content table tr {
  border-top: solid 1px #fff;
}
@media screen and (max-width: 768px) {
  .local__content table tr {
    border-top: none;
  }
}
.local__content table tr:not(:last-child) td {
  border-bottom: solid 1px #fff;
}
.local__content table th {
  background-color: #29405B;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 20px;
  line-height: 2;
  text-align: center;
  vertical-align: middle;
}
.local__content table th.is_blue {
  background-color: #fff;
}
.local__content table th:last-child {
  border-right: none;
}
.local__content table th.is_center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .local__content table th {
    font-size: 14px;
    padding: 8px;
  }
}
.local__content table td {
  background-color: rgba(41, 64, 91, 0.1);
  border-right: solid 1px #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  padding: 20px;
}
.local__content table td:last-child {
  border-right: none;
}
.local__content table td:nth-child(n+2).is_center {
  text-align: center;
}
.local__content table td:nth-child(n+2).is_left {
  text-align: left;
}
.local__content table td:nth-child(n+2).is_right {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .local__content table td {
    font-size: 14px;
    padding: 8px;
  }
  .local__content table td.is_price {
    white-space: nowrap;
  }
}
.local__content table.is_price th {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .local__content table.is_price th {
    width: 100%;
  }
}
.local__content table.is_price tr:first-child td {
  font-weight: 700;
  text-align: center;
}
.local__content table.is_price.is_row2 td {
  width: calc(100% - 100px);
}
.local__content table.is_price.is_row3 td {
  width: calc((100% - 100px) / 2);
}
.local__content table.is_price.is_row4 td {
  width: calc((100% - 100px) / 3);
}
.local__content table.is_price.is_row5 td {
  width: calc((100% - 100px) / 4);
}
@media screen and (max-width: 768px) {
  .local__content table.is_price.is_row2 td, .local__content table.is_price.is_row3 td, .local__content table.is_price.is_row4 td, .local__content table.is_price.is_row5 td {
    width: 100%;
  }
}
.local__content .imgBox {
  max-width: 600px;
  margin: 0 auto 50px;
}
.local__content .imgBox img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .local__content .imgBox {
    margin: 0 auto 20px;
  }
}
.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;
}
.local__content .imgBox.w480 img {
  width: 100%;
}
@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: 30px 30px;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 40px;
}
.local__content .card__list > li {
  width: calc(100% / 2 - 30px / 2 * 1);
}
@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: 30px 30px;
  }
  .local__content .card__list > li {
    width: calc(100% / 1 - 30px / 1 * 0);
  }
}
.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: 500;
  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 .qaaBox {
  margin-bottom: 30px;
}
.local__content .qaaBox dt {
  background-color: #fc9937;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-size: 22px;
  text-align: center;
  padding: 7px 50px 7px 7px;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}
.local__content .qaaBox dt::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: #382410 transparent transparent transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.local__content .qaaBox dt.is_open::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.local__content .qaaBox dd {
  background: #fbf5ef;
  display: none;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .local__content .qaaBox {
    margin-bottom: 20px;
  }
  .local__content .qaaBox dt {
    font-size: 16px;
  }
  .local__content .qaaBox dd {
    padding: 20px;
  }
}
.local__content .meritList {
  padding-left: 0;
  background-color: #fff;
  margin-top: 100px;
  padding: 1px 0 60px;
}
@media screen and (max-width: 768px) {
  .local__content .meritList {
    margin-top: 60px;
  }
}
.local__content .meritList.is-mt60 {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .local__content .meritList.is-mt60 {
    margin-top: 40px;
  }
}
.local__content .meritList h2 {
  margin-top: 60px;
}
.local__content .meritList ul {
  max-width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .local__content .meritList ul {
    padding: 0 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.local__content .meritList li {
  list-style: none;
}
.local__content .meritList__num {
  background: #fff;
  border-radius: 50px;
  border: solid 1px #4488bd;
  color: #4488bd;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 4px 20px;
}
.local__content .flowList {
  padding-left: 0;
}
.local__content .flowList li {
  list-style: none;
  display: grid;
  grid-template-columns: 240px auto;
  gap: 40px;
}
.local__content .flowList li.is_single {
  grid-template-columns: 1fr;
}
@media screen and (max-width: 768px) {
  .local__content .flowList li {
    grid-template-columns: 1fr;
  }
  .local__content .flowList li div img {
    width: 100%;
  }
}
.local__content .flowList li:not(:last-child) {
  margin-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .local__content .flowList li:not(:last-child) {
    margin-bottom: 64px;
  }
}
.local__content .flowList li:not(:last-child)::after {
  background-size: 100% auto;
  content: "";
  position: absolute;
  inset: auto 0 -30px 0;
  margin: auto;
  width: 20px;
  height: 16px;
}
@media screen and (max-width: 768px) {
  .local__content .flowList li:not(:last-child)::after {
    inset: auto 0 -20px 0;
  }
}
.local__content .flowList__num {
  color: #5fa5c9;
  font-family: "Cardo", serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.local__content .menuTop {
  padding: 0 30px;
  margin-top: 40px;
  margin-bottom: 170px;
}
@media screen and (max-width: 768px) {
  .local__content .menuTop {
    margin-bottom: 80px;
    padding: 0;
  }
}
.local__content .menuTop .cmn-inner {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .local__content .menuTop .cmn-inner {
    padding: 80px 35px 45px;
  }
}
.local__content .menuList {
  margin-bottom: 150px;
}
.local__content .menuList .cmn-inner {
  padding: 0;
}
.local__content .menuList.is-bg-lbl {
  background-color: #f0f8ff;
  padding: 100px 30px 160px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .local__content .menuList.is-bg-lbl {
    padding: 40px 35px 80px;
    background-color: transparent;
  }
  .local__content .menuList.is-bg-lbl .cmn-inner {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .local__content .menuList {
    margin-bottom: 80px;
  }
  .local__content .menuList .cmn-inner {
    padding: 0 35px;
  }
  .local__content .menuList.is-sp-pt0 {
    padding-top: 0;
  }
}
.local__content .regen {
  padding: 80px 30px 100px;
}
@media screen and (max-width: 768px) {
  .local__content .regen {
    padding: 0 35px 80px;
    overflow: hidden;
  }
}
.local__content .regen .cmn-inner {
  padding: 0;
}
.local__content .regen-content-list {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .local .is-sp-mb80 {
    margin-bottom: 80px;
  }
}

.breadcrumb {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 10px;
  max-width: 1080px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    padding: 20px 25px;
  }
}
.breadcrumb__list {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px 0;
}
.breadcrumb__list__item {
  color: #646A6F;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.breadcrumb__list__item a {
  color: #29405B;
}
.breadcrumb__list__item + li::before {
  content: ">";
  display: block;
  margin: 0 10px;
}
.breadcrumb__list__item:last-child {
  font-weight: 700;
}/*# sourceMappingURL=style.css.map */