@charset "UTF-8";
@import '~aos/dist/aos.css';
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/*  --------------------------------------------------------------------------------
  _base.scss
--------------------------------------------------------------------------------  */
body {
  background: #fff;
  color: #4B3B18;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin: 0;
  min-width: 1025px;
}
@media screen and (max-width: 768px) {
  body {
    min-width: auto;
    font-size: 16px;
  }
}

.f-serif {
  font-family: "Noto Serif JP", serif;
}

.f-en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
}

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

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;
  }
  a:hover, button:hover {
    opacity: 0.5;
  }
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*  --------------------------------------------------------------------------------
  _common.scss
--------------------------------------------------------------------------------  */
.cmn-inner {
  margin: 0 auto;
  width: 100%;
}
.cmn-inner.w-880 {
  max-width: 880px;
}
.cmn-inner.w-960 {
  max-width: 960px;
}
.cmn-inner.w-1080 {
  max-width: 1080px;
}
.cmn-inner.w-1200 {
  max-width: 1200px;
}
.cmn-inner.w-1320 {
  max-width: 1320px;
}
.cmn-inner.w-1440 {
  max-width: 1440px;
}
@media screen and (max-width: 768px) {
  .cmn-inner.w-1080, .cmn-inner.w-1320, .cmn-inner.w-880 {
    max-width: 580px;
  }
  .cmn-inner.w-1200 {
    max-width: 580px;
  }
  .cmn-inner.w-1440 {
    max-width: 580px;
  }
}

.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;
  line-height: 1;
  font-size: 28px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  margin: 0 auto;
  position: relative;
  letter-spacing: 0.1em;
}
.cmn-ttl.is_textRight {
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.cmn-ttl.is_textCenter {
  text-align: center;
}
.cmn-ttl.is_wht {
  color: #fff;
}
.cmn-ttl__en {
  color: #E6AB23;
  display: block;
  font-size: 100px;
  line-height: 110%;
}
@media screen and (max-width: 768px) {
  .cmn-ttl {
    font-size: 20px;
    line-height: 180%;
    letter-spacing: 0.01em;
  }
  .cmn-ttl__en {
    font-size: 60px;
    line-height: 100%;
  }
}

.cmn-ttl02 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 46px;
  line-height: 150%;
  position: relative;
  z-index: 10;
}
.cmn-ttl02::before {
  content: "";
  color: rgba(232, 195, 107, 0.2);
  font-size: 80px;
  font-weight: 700;
  font-family: "Dancing Script", cursive;
  line-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .cmn-ttl02 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .cmn-ttl02::before {
    font-size: 60px;
  }
}

.cmn-bt {
  border: 0.5px solid #4B3B18;
  border-radius: 28px;
  display: block;
  letter-spacing: 0.1em;
  place-content: center;
  text-align: center;
  font-size: 16px;
  position: relative;
  max-width: 176px;
  width: 100%;
  height: 54px;
}
.cmn-bt:before {
  background-color: #4B3B18;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 0.5px;
}
@media screen and (min-width: 769px) {
  .cmn-bt:hover {
    opacity: 1;
    background-color: rgba(226, 218, 202, 0.5);
  }
}
@media screen and (max-width: 768px) {
  .cmn-bt {
    font-size: 16px;
    padding: 5px 0;
    max-width: 176px;
    width: 100%;
    height: 54px;
    margin: 0 auto;
  }
  .cmn-bt span {
    font-size: 16px;
  }
}
.cmn-bt.is_wht {
  color: #fff;
  border: 0.5px solid #fff;
  color: #fff;
}
.cmn-bt.is_wht:before {
  background-color: #fff;
}

.bt-contactBox {
  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;
  margin: 44px auto;
}
.bt-contactBox a {
  position: relative;
}
.bt-contactBox a::before {
  content: "";
  background-size: cover;
  width: 14px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bt-contactBox .tel-bt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #4B3B18;
  border-radius: 8px;
  font-size: 16px;
  position: relative;
  width: 360px;
  height: 70px;
  text-align: center;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1350px) and (min-width: 769px) {
  .bt-contactBox .tel-bt {
    margin-left: 10px;
  }
}
@media screen and (min-width: 769px) {
  .bt-contactBox .tel-bt:hover {
    background-color: rgba(226, 218, 202, 0.5);
  }
}
.bt-contactBox .tel-bt .ico {
  display: block;
  width: 20px;
  margin-right: 12px;
}
.bt-contactBox .tel-bt::before {
  background: url(../img/cmn/ico_arrow-bw.svg) no-repeat center;
}
.bt-contactBox .mail-bt {
  background-color: #E6AB23;
  border-radius: 8px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.01em;
  position: relative;
  width: 360px;
  height: 70px;
  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: 4px;
  line-height: 120%;
}
.bt-contactBox .mail-bt .ico {
  display: block;
  width: 25.09px;
  margin-right: 13px;
}
@media screen and (max-width: 768px) {
  .bt-contactBox .mail-bt {
    font-size: 14.22px;
    width: 171.555557251px;
    height: 48px;
    line-height: 150%;
    margin-left: 0;
  }
}
@media screen and (min-width: 769px) {
  .bt-contactBox .mail-bt:hover {
    opacity: 1;
    background-color: rgba(226, 218, 202, 0.5);
  }
}
.bt-contactBox .mail-bt::before {
  background: url(../img/cmn/ico_arrow-wh.svg) no-repeat center;
}

.ico-insta {
  width: 68px;
}

.more-bt {
  background-color: #E6AB23;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 400;
  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;
  color: #fff;
  width: 280px;
  height: 70px;
  text-align: center;
  position: relative;
  max-width: 280px;
  width: 100%;
  height: 70px;
  margin: 20px auto 0;
}
.more-bt::before {
  content: "";
  background: url(../img/cmn/ico_arrow-wh.svg) no-repeat center;
  background-size: cover;
  width: 14px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.more-bt.is_textLeft {
  margin: 20px auto 0 0;
}
@media screen and (max-width: 768px) {
  .more-bt {
    font-size: 14px;
    width: 250px;
    height: 56px;
  }
  .more-bt::before {
    right: 20px;
  }
}

.d-ib {
  display: inline-block;
}

/*  --------------------------------------------------------------------------------
  _header.scss
--------------------------------------------------------------------------------  */
.header {
  padding: 25px 25px 25px;
  width: 100%;
  min-height: 113px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 9999;
  position: absolute;
  inset: 0 0 auto 0;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .header {
    padding: 30px 20px 25px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    background-color: #fff;
    position: fixed;
    inset: 0;
    padding: 10px 10px 8px;
    min-width: 100%;
    height: 73px;
    min-height: initial;
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 769px) {
  .header.is-headerOn {
    position: fixed;
    inset: 0 0 auto auto;
    -webkit-animation: fadeIn 1s ease;
            animation: fadeIn 1s ease;
    background-color: #fff;
  }
  @-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);
    }
  }
}
.header-wrp {
  height: 100%;
  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;
}
@media screen and (max-width: 1180px) and (min-width: 769px) {
  .header-wrp {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.header .h-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-bt {
  background-color: #E6AB23;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  place-content: center;
  position: fixed;
  inset: 0 0 auto auto;
  width: 73px;
  height: 73px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 99999;
}
.header-bt span {
  background: #fff;
  display: block;
  position: absolute;
  margin: auto;
  width: 32px;
  height: 2px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header-bt span:nth-child(1) {
  inset: -18px 0 0 0;
}
.header-bt span:nth-child(2) {
  inset: 0 0 0 0;
}
.header-bt span:nth-child(3) {
  inset: 0 0 -18px 0;
}
.header-bt.is-navOn span:nth-child(1) {
  inset: 0;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
.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(-25deg);
          transform: rotate(-25deg);
}
.header-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-logo a {
  display: block;
  width: 81px;
  min-width: 81px;
}
.header-logo .text {
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1180px) and (min-width: 769px) {
  .header-logo .text {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .header-logo a {
    width: 60px;
    min-width: 60px;
  }
}
.header-content {
  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: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1350px) and (min-width: 769px) {
  .header-content {
    min-width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .header-content {
    min-width: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    padding: 14px 30px 180px;
  }
}
.header-tel {
  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;
  border: 0.5px solid #4B3B18;
  border-radius: 4px;
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  position: relative;
  width: 210px;
  height: 68px;
  text-align: center;
  letter-spacing: 0.01em;
  margin-left: 30px;
}
.header-tel .num {
  text-decoration: underline;
}
.header-tel .note {
  color: #666666;
  display: block;
  font-size: 11px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1350px) and (min-width: 769px) {
  .header-tel {
    margin-left: 16px;
  }
}
@media screen and (min-width: 769px) {
  .header-tel:hover {
    background-color: rgba(226, 218, 202, 0.5);
  }
}
.header-mail {
  background-color: #E6AB23;
  border-radius: 4px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.01em;
  position: relative;
  width: 145px;
  height: 68px;
  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;
  gap: 4px;
  line-height: 120%;
  margin-left: 8px;
}
.header-mail .ico {
  display: block;
  width: 25.09px;
}
@media screen and (max-width: 768px) {
  .header-mail {
    font-size: 14.22px;
    width: 171.555557251px;
    height: 48px;
    line-height: 150%;
    margin-left: 0;
  }
}
@media screen and (min-width: 769px) {
  .header-mail:hover {
    opacity: 1;
    background-color: rgba(226, 218, 202, 0.5);
  }
}
.header .header-insta {
  display: block;
  margin-left: 6px;
}
.header-nav {
  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: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 8px;
  font-size: 15px;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .header-nav {
    background: url(../img/cmn/drawer_bg01.webp) no-repeat center;
    background-size: cover;
    display: block;
    position: fixed;
    color: #fff;
    top: 73px;
    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;
    margin: 0;
  }
}
.header-nav.is-navOn {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.header-nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1490px) and (min-width: 769px) {
  .header-nav-links {
    gap: 12px;
  }
}
@media screen and (max-width: 768px) {
  .header-nav-links {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .header-nav-link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    width: 100%;
    line-height: 100%;
  }
  .header-nav-link-ttl {
    display: block;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    line-height: 100%;
    padding: 26px 0 26px;
  }
  .header-nav-link-ttl:before {
    background: url(../img/cmn/ico_arrow02-wh.svg) no-repeat center;
    background-size: cover;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 15px;
    margin: auto;
    width: 7px;
    height: 11px;
  }
}
.header-nav-link-ttl {
  font-size: 15px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1380px) and (min-width: 769px) {
  .header-nav-link-ttl {
    letter-spacing: -0.01em;
    font-size: 15px;
  }
}
.header-nav-spBtBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  margin-top: 22px;
}

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

.js-accordion-content {
  background-color: #fff;
  border: 1px solid #4B3B18;
  border-radius: 14px;
  position: absolute;
  bottom: -250px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-top: 60px;
  padding: 30px 40px;
  width: 676px;
}
@media screen and (max-width: 768px) {
  .js-accordion-content {
    position: static;
    inset: auto;
    min-width: initial;
    width: 100%;
    -webkit-transform: none;
            transform: none;
    margin-bottom: 15px;
    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-ttl {
  color: #fff;
  display: inline;
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .js-accordion-content-ttl {
    display: none;
  }
}
.js-accordion-content .accordion__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .js-accordion-content .accordion__list {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 0 0 16px;
    gap: 0;
  }
}
.js-accordion-content .accordion__list-item {
  position: relative;
}
@media screen and (max-width: 768px) {
  .js-accordion-content .accordion__list-item {
    border-bottom: 0.5px solid #fff;
    margin-bottom: 0;
    padding: 8px 0 8px 0;
  }
  .js-accordion-content .accordion__list-item:last-child {
    border-bottom: none;
  }
  .js-accordion-content .accordion__list-item:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    background: url(../img/cmn/ico_arrow02-wh.svg) no-repeat;
    background-size: 100% auto;
    right: 15px;
    margin: auto;
    width: 7px;
    height: 11px;
  }
}
.js-accordion-content .accordion__list-item:hover:before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.js-accordion-content .accordion__list-item a {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 175%;
  letter-spacing: -0.01em;
  text-align: left;
  position: relative;
}
.js-accordion-content .accordion__list-item a:before {
  background: url(../img/cmn/ico_arrow02-bw.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -17px;
  margin: auto;
  width: 7px;
  height: 11px;
}
@media screen and (max-width: 768px) {
  .js-accordion-content .accordion__list-item a:before {
    content: none;
  }
}
.js-accordion-content .accordion__list-item a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .js-accordion-content .accordion__list-item a {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    color: #fff;
    padding: 16px 0 16px;
  }
}
.js-accordion-content .accordion__list-item:last-child {
  margin-bottom: 0;
}

.js-accordion-title {
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .js-accordion-title::before {
    position: absolute;
    content: "";
    top: 50%;
    border-radius: 20px;
    right: 15px;
    width: 11px;
    height: 2px;
    background-color: #fff;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .js-accordion-title::after {
    position: absolute;
    content: "";
    border-radius: 20px;
    top: 50%;
    right: 15px;
    width: 11px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
@media screen and (min-width: 769px) {
  .js-accordion-title:hover:before {
    background: url(../img/cmn/ico_arrow03-dwn.svg) no-repeat;
    background-size: 100% auto;
    content: "";
    display: block;
    position: absolute;
    bottom: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: auto;
    width: 13px;
    height: 7px;
  }
}
@media screen and (max-width: 768px) {
  .js-accordion-title.open::before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .js-accordion-title.open::after {
    opacity: 0;
  }
  .js-accordion-title .border {
    width: 1px;
    height: 40px;
    background-color: #e6e6e6;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

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

.body.is-navOn {
  height: 100%;
  overflow: hidden;
}

/*  --------------------------------------------------------------------------------
  _footer.scss
--------------------------------------------------------------------------------  */
.footer {
  background-color: #f8f4ea;
  padding: 80px 40px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 40px 20px 106px;
  }
}
.footer-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.footer-logo a {
  display: block;
  width: 81px;
}
.footer-logo .text-box {
  margin-left: 30px;
}
.footer-logo .text {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
}
.footer-logo .note {
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.01em;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .footer-logo {
    gap: 15px;
  }
  .footer-logo a {
    width: 90px;
  }
  .footer-logo .text-box {
    margin-left: 0;
  }
  .footer-logo .text {
    font-size: 20px;
    margin-left: 0;
    letter-spacing: -0.01em;
  }
  .footer-logo .note {
    font-size: 10px;
    margin-top: 5px;
    letter-spacing: -0.02em;
  }
}
.footer-tel {
  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;
  border: 0.5px solid #4B3B18;
  border-radius: 4px;
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  position: relative;
  width: 210px;
  height: 68px;
  text-align: center;
  letter-spacing: 0.01em;
}
.footer-tel .num {
  text-decoration: underline;
}
.footer-tel .note {
  display: block;
  font-size: 11px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1350px) and (min-width: 769px) {
  .footer-tel {
    margin-left: 10px;
  }
}
@media screen and (min-width: 769px) {
  .footer-tel:hover {
    background-color: rgba(226, 218, 202, 0.5);
  }
}
.footer-mail {
  background-color: #E6AB23;
  border-radius: 4px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.01em;
  position: relative;
  width: 200px;
  height: 68px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
.footer-mail .ico {
  display: block;
  width: 25.09px;
}
@media screen and (max-width: 768px) {
  .footer-mail {
    font-size: 14.22px;
    width: 171.555557251px;
    height: 48px;
    line-height: 150%;
    margin-left: 0;
  }
}
@media screen and (min-width: 769px) {
  .footer-mail:hover {
    opacity: 1;
    background-color: rgba(226, 218, 202, 0.5);
  }
}
.footer-content {
  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;
}
@media screen and (max-width: 768px) {
  .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.footer-nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.footer-nav-links .hd {
  font-size: 15px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .footer-nav-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 26px;
  }
  .footer-nav-links .hd {
    font-size: 16px;
    border-bottom: 1px solid rgba(75, 59, 24, 0.3);
    padding-bottom: 26px;
    position: relative;
  }
  .footer-nav-links .hd a {
    display: block;
    width: 100%;
    position: relative;
  }
  .footer-nav-links .hd a:before {
    background: url(../img/cmn/ico_arrow02.svg) no-repeat center;
    background-size: cover;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    margin: auto;
    width: 7px;
    height: 11px;
  }
}
.footer .contact-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
  margin-top: 30px;
}

.f-info {
  background-color: rgba(180, 180, 180, 0.1);
  padding-left: 8.3333333333%;
}
@media screen and (max-width: 768px) {
  .f-info {
    min-width: initial;
    padding: 0;
  }
}
.f-info-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .f-info-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.f-info .innerBox {
  max-width: 600px;
  width: 44.6666666666%;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .f-info .innerBox {
    width: 100%;
    max-width: initial;
    padding: 40px 20px 0;
  }
}
.f-info .infoBox {
  font-size: 18px;
  line-height: 200%;
}
.f-info .infoBox th {
  font-family: "Noto Serif JP", serif;
  width: 130px;
}
.f-info .infoBox th,
.f-info .infoBox td {
  padding: 30px 0;
  border-bottom: 1px solid #4B3B18;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 768px) {
  .f-info .infoBox {
    font-size: 15px;
  }
  .f-info .infoBox th {
    width: 80px;
  }
  .f-info .infoBox th,
  .f-info .infoBox td {
    padding: 20px 0;
  }
  .f-info .infoBox tr:last-child th, .f-info .infoBox tr:last-child td {
    border-bottom: none;
  }
}
.f-info .hd {
  border-bottom: 1px solid #E6AB23;
  color: #E6AB23;
  font-size: 50px;
  font-weight: 400;
  margin-bottom: 64px;
  line-height: 110%;
  position: relative;
}
.f-info .hd::before {
  content: "";
  background-color: #E6AB23;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .f-info .hd {
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
  }
}
.f-info .f-map {
  max-width: 640px;
  width: 100%;
}
.f-info .f-map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .f-info .f-map {
    width: 100%;
    height: 300px;
  }
}
.f-info .schedule {
  margin-top: 52px;
}
@media screen and (max-width: 768px) {
  .f-info .schedule {
    margin-top: 0;
  }
}

.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 {
  max-width: 900px;
  padding-bottom: 100px;
  width: 100%;
  margin: 100px auto 0;
}
@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: 54px;
}
.newsList-item {
  font-family: "Noto Serif JP", serif;
  background-color: #F5F5F5;
}
.newsList-item-link {
  display: block;
  padding: 25px 30px;
}
.newsList-item-date {
  font-family: "Noto Serif JP", serif;
  color: #E6AB23;
  font-size: 14px;
}
.newsList-item-category {
  border: 1px solid #E6AB23;
  border-radius: 50vh;
  color: #E6AB23;
  font-size: 14px;
  padding: 2px 10px;
  margin-left: 10px;
}
.newsList-item-title {
  font-size: 24px;
  font-weight: normal;
  margin-top: 20px;
}
.newsList-item-text {
  font-size: 16px;
  margin-top: 10px;
}

.newsBox {
  margin: 100px 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 #E6AB23;
  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 {
    grid-template-columns: 1fr;
    gap: 70px;
    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: 10px;
}
.news_sub .date {
  font-size: 12px;
  margin-right: 5px;
}
.news_sub .cate_name {
  border: 1px solid #E6AB23;
  border-radius: 50vh;
  color: #E6AB23;
  font-size: 10px;
  padding: 2px 6px;
}
.news_sub .tb_tt {
  font-size: 15px;
  font-weight: bold;
  margin-top: 5px;
}

.news_tt {
  border-top: 3px solid #E6AB23;
  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: #E6AB23;
  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 20px;
  max-width: 612px;
  height: 400px;
}
.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: 760px;
  width: 100%;
  margin: 0 auto;
}
.content_post .section {
  background: #F5F5F5;
  padding: 40px;
}
.content_post__ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-top: 5px;
  margin-bottom: 40px;
}
.content_post h2 {
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 16px;
}
.content_post p {
  line-height: 2.125em;
  margin: 0 0 2.125em;
}
.content_post p a {
  color: #E6AB23;
  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: bold;
    padding-bottom: 16px;
  }
  .content_post p {
    line-height: 2.125em;
    margin: 0 0 2.125em;
  }
  .content_post p a {
    color: #E6AB23;
    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: #E6AB23;
  color: #fff;
}
.wp-pagenavi a, .wp-pagenavi span {
  border: none;
  background: #F5F5F5;
  color: #868686;
  font-size: 14px;
  font-weight: bold;
  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: 30px;
}
.wp-pagenavi a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wp-pagenavi a:hover {
  background: #E6AB23;
  color: #fff;
  opacity: 1;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  background: #F5F5F5;
  color: #868686;
}

.single-post {
  display: block;
  width: 100%;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .single-post {
    padding: 40px 0;
  }
}
.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: #000;
  background-color: #eee;
}
@media (hover: hover) {
  .pagination a.page-numbers:hover {
    color: #000;
    background-color: #eee;
  }
}

/*  --------------------------------------------------------------------------------
  _top.scss
--------------------------------------------------------------------------------  */
.cv-list {
  display: grid;
  position: fixed;
  top: 300px;
  left: 0;
  z-index: 999;
  width: 80px;
  height: 460px;
  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: 50%;
  }
  .cv-list.is-headerOn {
    opacity: 1;
    visibility: visible;
  }
}
.cv-list-item {
  background-color: #fff;
}
.cv-list-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.01em;
  position: relative;
}
.cv-list-item a::after {
  content: "";
  background: url(../img/cmn/ico_arrow-wh.svg) no-repeat center;
  background-size: cover;
  width: 14px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cv-list-item span {
  position: relative;
  padding-left: 24px;
}
.cv-list-item span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 100;
  width: 20px;
  height: 20px;
}
.cv-list-item.tel {
  border: 1px solid #4b3b18;
}
.cv-list-item.tel span:before {
  background: url(../img/cmn/ico_tel01.svg) no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
}
.cv-list-item.tel a::after {
  background: url(../img/cmn/ico_arrow-bw.svg) no-repeat;
  background-size: cover;
}
.cv-list-item.mail {
  background-color: #E6AB23;
  color: #fff;
}
.cv-list-item.mail span {
  padding-left: 25.93px;
}
.cv-list-item.mail span:before {
  background: url(../img/cmn/ico_web01.svg) no-repeat;
  background-size: cover;
  width: 20.53px;
  height: 18px;
}

.topMv {
  background: url(../img/top/mv/mv_bg01.webp) no-repeat center;
  background-size: cover;
  padding: 0 0 0 0;
  position: relative;
  height: 900px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .topMv {
    background: url(../img/top/mv/mv_bg01-sp.webp) no-repeat center;
    background-size: cover;
    height: 687px;
    min-height: initial;
    max-height: initial;
  }
}
.topMv.is_lower {
  background: none;
  margin-top: 124px;
  min-height: 340px;
  max-height: 340px;
  padding-left: 37.5%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .topMv.is_lower {
    max-height: initial;
    min-height: initial;
    height: auto;
    padding: 0 20px;
    margin-top: 123px;
  }
}
.topMv.is_lower .topMv-content {
  position: absolute;
  top: 50%;
  left: 11.1111111%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 200;
}
@media screen and (max-width: 768px) {
  .topMv.is_lower .topMv-content {
    position: static;
    inset: auto;
    -webkit-transform: none;
            transform: none;
    text-align: center;
    width: 100%;
  }
}
.topMv.is_lower .topMv-title {
  max-width: 600px;
}
.topMv.is_lower .topMv-title .hd {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .topMv.is_lower .topMv-title .hd {
    font-size: 32px;
  }
  .topMv.is_lower .topMv-title {
    max-width: initial;
    width: 90%;
    margin: 0 auto;
  }
}
.topMv.is_lower .topMv-imgBox {
  max-width: 900px;
  width: 100%;
  height: 340px;
}
@media screen and (max-width: 768px) {
  .topMv.is_lower .topMv-imgBox {
    height: auto;
    margin-top: 30px;
  }
}
.topMv.is_lower .topMv-imgBox img {
  -o-object-position: top right;
     object-position: top right;
  height: 340px;
  right: 0;
  left: auto;
}
@media screen and (max-width: 768px) {
  .topMv.is_lower .topMv-imgBox img {
    position: static;
    inset: none;
    height: auto;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.topMv-imgBox {
  width: 91.666666666%;
  max-width: 1320px;
}
.topMv-imgBox img {
  max-height: 600px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .topMv-imgBox img {
    width: 330px;
    left: auto;
    max-height: initial;
    right: 0;
  }
}
.topMv-box .objBox {
  z-index: 120;
}
.topMv-box .objBox.obj01 {
  position: absolute;
  top: 153px;
  left: 5.555555%;
  max-width: 668px;
  width: 47%;
}
.topMv-box .objBox.obj02 {
  position: absolute;
  top: 159px;
  right: 5.555555%;
  max-width: 502.94px;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .topMv-box .objBox.obj01 {
    top: 123px;
    left: 20px;
    max-width: initial;
    width: 93.333333333%;
    max-width: 350px;
  }
}
.topMv .scroll_down {
  background-color: rgba(230, 171, 35, 0.2);
  width: 120px;
  height: 258px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .topMv .scroll_down {
    height: 156px;
    width: 100%;
  }
}
.topMv .scroll_down a {
  color: #000;
  display: inline-block;
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 2;
  width: 13px;
  padding: 10px 0 80px;
  font-size: 12px;
  line-height: 150%;
  text-decoration: none;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin: auto;
  z-index: 1;
}
.topMv .scroll_down a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 64px;
  background: #ddd;
}
.topMv .scroll_down a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 64px;
  background: #000;
}
@media screen and (max-width: 768px) {
  .topMv .scroll_down a {
    font-size: 10px;
    left: 22px;
    bottom: 20px;
    letter-spacing: 0.01em;
    padding: 0px 0 44px;
  }
  .topMv .scroll_down a:before {
    height: 40px;
  }
  .topMv .scroll_down a:after {
    height: 40px;
  }
}
.topMv #type01 a:after {
  -webkit-animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
          animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@-webkit-keyframes sdl01 {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@keyframes sdl01 {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

main {
  position: relative;
}

.tp-about {
  background: url(../img/top/about/about_bg01.webp) no-repeat center;
  background-size: cover;
  padding: 162px 8.3333333333% 137px;
  position: relative;
  min-height: 817px;
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
  .tp-about {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .tp-about {
    background: url(../img/top/about/about_bg01-sp.webp) no-repeat center;
    background-size: cover;
    padding: 70px 20px 185px;
    margin: 0 auto;
    min-height: initial;
  }
}
.tp-about .cmn-ttl {
  z-index: 100;
}
.tp-about .imgBox {
  position: absolute;
}
.tp-about .imgBox01 {
  max-width: 255px;
  top: 0;
  right: 0;
  width: 17.70833333%;
}
.tp-about .imgBox02 {
  max-width: 603px;
  bottom: 0;
  left: 0;
  width: 41.87%;
}
.tp-about .imgBox03 {
  max-width: 691px;
  bottom: 0;
  right: 26px;
  width: 47.98611111%;
}
@media screen and (max-width: 768px) {
  .tp-about .imgBox01 {
    width: 150px;
  }
  .tp-about .imgBox02 {
    width: 220px;
  }
  .tp-about .imgBox03 {
    width: 116px;
    bottom: 12px;
    right: 20px;
  }
}
.tp-about-content {
  position: relative;
}
.tp-about-list {
  background-color: #fff;
  border-radius: 40px;
  padding: 7.36% 120px;
  max-width: 777px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .tp-about-list {
    max-width: 620px;
    padding: 60px;
  }
}
@media screen and (max-width: 768px) {
  .tp-about-list {
    margin-top: 25px;
    padding: 24px 30px 50px;
    position: static;
    inset: auto;
  }
}
.tp-about-list-item {
  border-bottom: 2px solid #d9d9d9;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 150%;
  padding: 20px 0 20px 60px;
}
@media screen and (max-width: 768px) {
  .tp-about-list-item {
    font-size: 18px;
    padding: 56px 0 20px;
    letter-spacing: 0.01em;
    text-align: center;
    position: relative;
  }
}
.tp-about-list-item .num {
  position: relative;
}
@media screen and (max-width: 768px) {
  .tp-about-list-item .num {
    position: absolute;
    top: 24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
  }
}
.tp-about-list-item .num:before {
  content: "01";
  position: absolute;
  top: 0;
  left: -60px;
  color: #E6AB23;
  font-family: "Dancing Script", cursive;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .tp-about-list-item .num:before {
    font-size: 26px;
    position: static;
    top: auto;
    left: auto;
    text-align: center;
    margin: 0 auto;
  }
}
.tp-about-list-item:nth-child(2) .num:before {
  content: "02";
}
.tp-about-list-item:nth-child(3) .num:before {
  content: "03";
}
.tp-about-list-item:nth-child(4) .num:before {
  content: "04";
}
.tp-about-list-item:nth-child(5) .num:before {
  content: "05";
}
.tp-about-list-item:nth-child(6) .num:before {
  content: "06";
}
.tp-about-list-item:nth-child(7) .num:before {
  content: "07";
}
.tp-about-list-item:nth-child(8) .num:before {
  content: "08";
}
.tp-about .ttl {
  font-weight: 600;
  font-size: 40px;
  line-height: 180%;
  margin-bottom: 21px;
}
@media screen and (max-width: 768px) {
  .tp-about .ttl {
    font-size: 18px;
    text-align: center;
  }
}
.tp-about .text {
  font-size: 20px;
  line-height: 220%;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .tp-about .text {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.tp-worry {
  padding: 140px 40px 80px;
  position: relative;
  background-color: rgba(230, 171, 35, 0.1);
}
@media screen and (max-width: 768px) {
  .tp-worry {
    padding: 60px 20px 12px;
  }
}
.tp-worry .imgBox01 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}
.tp-worry .cmn-ttl02::before {
  content: "WORRIES";
}
.tp-worry-content .imgBox02 {
  position: relative;
  z-index: 100;
}
.tp-worry-content .flex-box {
  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;
  padding-top: 40px;
  padding-bottom: 40px;
}
.tp-worry-content .flex-box .imgBox {
  max-width: 460px;
}
.tp-worry-content .flex-box .text {
  font-size: 22px;
  font-weight: 600;
  line-height: 175%;
  width: calc(100% - 500px);
}
@media screen and (max-width: 768px) {
  .tp-worry-content .flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .tp-worry-content .flex-box .text {
    font-size: 18px;
    line-height: 150%;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .tp-worry-content .flex-box .imgBox {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.tp-worry-content .is_borderBottom {
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
}

.tp-reason {
  background: url(../img/top/reason/reason_bg01.webp) no-repeat center;
  background-size: cover;
  padding: 118px 40px 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tp-reason {
    background: url(../img/top/reason/reason_bg01-sp.webp) no-repeat center;
    background-size: cover;
    padding: 80px 20px;
  }
}
.tp-reason .cmn-ttl {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .tp-reason .cmn-ttl {
    margin-bottom: 36px;
  }
}
.tp-reason-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .tp-reason-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.tp-reason-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;
  width: calc((100% - 80px) / 3);
}
.tp-reason-list-item .innerBox {
  background-color: #f8f4ea;
  padding: 40px 32px 26px;
  position: relative;
  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-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.tp-reason-list-item .ttl {
  color: #E6AB23;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: -0.01em;
  margin-bottom: 20px;
  text-align: center;
}
.tp-reason-list-item .num {
  color: rgba(230, 171, 35, 0.5);
  font-family: "Dancing Script", cursive;
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tp-reason-list-item .text {
  font-weight: 400;
  line-height: 180%;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.tp-reason-list-item .imgBox {
  max-width: 661px;
  margin-top: 24px;
}
.tp-reason-list-item:first-child .innerBox {
  max-width: 537px;
}
.tp-reason-list-item:first-child .imgBox {
  max-width: 633px;
}
.tp-reason-list-item:nth-child(2n) {
  margin: 0 0 0 auto;
}
.tp-reason-list-item .more-bt {
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .tp-reason-list-item {
    width: 100%;
  }
  .tp-reason-list-item:first-child .innerBox {
    max-width: initial;
  }
  .tp-reason-list-item:first-child .imgBox {
    max-width: initial;
  }
  .tp-reason-list-item .num {
    font-size: 28px;
    top: -16px;
  }
  .tp-reason-list-item .ttl {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .tp-reason-list-item .text {
    font-size: 14px;
  }
}
.tp-reason-list:last-child .ttl span {
  letter-spacing: 0.3em;
}

.tp-pickUp {
  background-color: #201909;
  padding: 140px 40px 120px;
}
@media screen and (max-width: 768px) {
  .tp-pickUp {
    padding: 80px 0 60px;
  }
}
.tp-pickUp .cmn-ttl {
  color: #E6AB23;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .tp-pickUp .cmn-ttl {
    margin-bottom: 50px;
  }
}
.tp-pickUp-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: 50px;
}
@media screen and (max-width: 768px) {
  .tp-pickUp-list {
    gap: 30px;
  }
}
.tp-pickUp-list-item {
  position: relative;
}
.tp-pickUp-list-item .innerBox {
  background-color: #fff;
  border-radius: 0 140px 0 140px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  z-index: 100;
  padding: 60px 80px 20px;
  width: 580px;
  height: 560px;
}
@media screen and (max-width: 1200px) and (min-width: 786px) {
  .tp-pickUp-list-item .innerBox {
    border-radius: 0 110px 0 110px;
    width: 50%;
    padding: 4% 4.793103% 3.448275%;
    height: auto;
    top: 12px;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 768px) {
  .tp-pickUp-list-item .innerBox {
    border-radius: 0 72px 0 72px;
    width: calc(100% - 20px);
    height: auto;
    padding: 40px 10px;
    top: auto;
    left: 0;
    right: 0;
    bottom: 10px;
    -webkit-transform: none;
            transform: none;
    margin: 0 10px;
  }
}
.tp-pickUp-list-item:nth-child(2) .innerBox, .tp-pickUp-list-item:nth-child(3) .innerBox {
  height: 517px;
}
@media screen and (max-width: 1200px) and (min-width: 786px) {
  .tp-pickUp-list-item:nth-child(2) .innerBox, .tp-pickUp-list-item:nth-child(3) .innerBox {
    width: 50%;
    padding: 4% 4.793103% 3.448275%;
    height: auto;
  }
}
.tp-pickUp-list-item:nth-child(2) .imgBox, .tp-pickUp-list-item:nth-child(3) .imgBox {
  height: 557px;
}
.tp-pickUp-list-item:nth-child(2) .innerBox {
  right: auto;
  left: 20px;
}
.tp-pickUp-list-item .inner {
  position: relative;
  z-index: 100;
  height: 100%;
}
.tp-pickUp-list-item .ttl {
  color: #E6AB23;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  letter-spacing: -0.01em;
  margin-bottom: 23px;
}
.tp-pickUp-list-item .num {
  color: rgba(217, 168, 53, 0.5);
  font-family: "Dancing Script", cursive;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  text-align: right;
  position: absolute;
  bottom: 10px;
  right: 12px;
}
.tp-pickUp-list-item .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
}
.tp-pickUp-list-item .imgBox {
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 1384px) and (min-width: 786px) {
  .tp-pickUp-list-item:nth-child(2n) {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .tp-pickUp-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .tp-pickUp-list-item .ttl {
    font-size: 22px;
    line-height: 140%;
    text-align: center;
    letter-spacing: -0.01em;
    margin-bottom: 15px;
  }
  .tp-pickUp-list-item .text {
    font-size: 14px;
    line-height: 175%;
    letter-spacing: 0.01em;
    text-align: justify;
    padding: 0 20px;
  }
  .tp-pickUp-list-item .num {
    font-size: 28px;
    bottom: 5px;
    right: 5px;
  }
  .tp-pickUp-list-item .imgBox {
    padding: 0;
    height: auto;
  }
  .tp-pickUp-list-item .more-bt {
    margin: 20px auto 0;
  }
  .tp-pickUp-list-item:nth-child(2) .innerBox, .tp-pickUp-list-item:nth-child(3) .innerBox {
    height: auto;
  }
  .tp-pickUp-list-item:nth-child(2) .imgBox, .tp-pickUp-list-item:nth-child(3) .imgBox {
    height: auto;
  }
  .tp-pickUp-list-item:nth-child(2) .innerBox {
    left: auto;
  }
}
.tp-pickUp-list:last-child .ttl span {
  letter-spacing: 0.3em;
}

.tp-care {
  background-color: rgba(32, 25, 9, 0.1);
  padding: 140px 40px 120px;
}
@media screen and (max-width: 768px) {
  .tp-care {
    padding: 80px 0 60px;
  }
}
.tp-care .cmn-ttl {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .tp-care .cmn-ttl {
    margin-bottom: 40px;
  }
}
.tp-care-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .tp-care-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.tp-price {
  background-color: rgba(32, 25, 9, 0.1);
  padding: 0 0 0 8.3333333333%;
}
@media screen and (max-width: 768px) {
  .tp-price {
    padding: 0 0 0 40px;
  }
}
.tp-price-content {
  background: url(../img/top/price/price_bg01.webp) no-repeat center;
  background-size: cover;
  padding: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 140px;
  border-radius: 140px 0 0 0;
}
@media screen and (max-width: 768px) {
  .tp-price-content {
    background: url(../img/top/price/price_bg01-sp.webp) no-repeat center;
    background-size: cover;
    border-radius: 72px 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    padding: 50px 30px 30px;
  }
}
.tp-price .cmn-ttl {
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .tp-price .cmn-ttl {
    margin-bottom: 0;
    width: 100%;
  }
}
.tp-price .ttl {
  color: #E6AB23;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 175%;
  margin-bottom: 32px;
}
.tp-price .text {
  font-size: 16px;
  line-height: 175%;
}
@media screen and (max-width: 768px) {
  .tp-price .ttl {
    font-size: 20px;
    letter-spacing: 0.01em;
    margin-bottom: 20px;
  }
  .tp-price .text {
    font-size: 14px;
  }
}

.tp-doctor {
  background: url(../img/top/doctor/doctor_bg01.webp) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .tp-doctor {
    background: url(../img/top/doctor/doctor_bg01-sp.webp) no-repeat center;
    background-size: cover;
    padding: 100px 0 40px;
  }
}
.tp-doctor-content {
  padding: 140px 0 120px 8.3333333333%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tp-doctor-content {
    padding: 0;
  }
}
.tp-doctor .cmn-ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .tp-doctor .cmn-ttl {
    padding-left: 20px;
    margin-bottom: 20px;
  }
}
.tp-doctor .imgBox {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 720px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .tp-doctor .imgBox {
    width: 79.4871794%;
    position: static;
    inset: auto;
    margin: 0 0 25px auto;
  }
}
.tp-doctor .innerBox {
  max-width: 511px;
}
@media screen and (max-width: 1220px) and (min-width: 786px) {
  .tp-doctor .innerBox {
    width: 35.48611111%;
  }
}
@media screen and (max-width: 768px) {
  .tp-doctor .innerBox {
    max-width: initial;
    width: 100%;
    padding: 0 20px;
  }
}
.tp-doctor .ttl {
  color: #E6AB23;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 200%;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .tp-doctor .ttl {
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 16px;
  }
}
.tp-doctor .text {
  font-size: 18px;
  line-height: 200%;
}
@media screen and (max-width: 768px) {
  .tp-doctor .text {
    font-size: 15px;
    line-height: 180%;
  }
}

.tp-news {
  background: url(../img/top/news/news_bg01.webp) no-repeat center;
  background-size: cover;
  padding: 84px 40px;
}
@media screen and (max-width: 768px) {
  .tp-news {
    background: url(../img/top/news/news_bg01-sp.webp) no-repeat center;
    background-size: cover;
    padding: 60px 20px;
  }
}
.tp-news .cmn-ttl02 {
  color: #4B3B18;
  font-size: 32px;
}
.tp-news .cmn-ttl02::before {
  content: "NEWS";
}
.tp-news-list-item {
  border-bottom: 1px solid #4B3B18;
}
.tp-news-list-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 36px;
}
.tp-news-list-item a .date {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  letter-spacing: 1;
}
.tp-news-list-item a .ttl {
  padding-left: 80px;
  font-weight: 400;
  line-height: 1;
}
.tp-news-list-item:first-child {
  border-top: 1px solid #4B3B18;
}
@media screen and (max-width: 768px) {
  .tp-news-list-item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding: 15px 0;
  }
  .tp-news-list-item a .date {
    font-size: 16px;
    text-align: center;
  }
  .tp-news-list-item a .ttl {
    font-size: 14px;
    padding-left: 0;
    line-height: 150%;
  }
}
.tp-news .more-bt {
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .tp-news .more-bt {
    width: 290px;
    margin: 24px auto 0;
  }
}

.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: 4.5px;
}

.form .wpcf7-checkbox .wpcf7-list-item label,
.form .wpcf7-radio .wpcf7-list-item label, .form__field textarea, .form__field input[type=text],
.form__field input[type=tel],
.form__field input[type=email],
.form__field input[type=number],
.form__field input[type=date],
.form__field select {
  font-size: 16px;
  width: calc(100% - 12px);
  height: 40px;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #4B3B18;
  border-radius: 5px;
  resize: vertical;
}
@media screen and (max-width: 768px) {
  .form .wpcf7-checkbox .wpcf7-list-item label,
  .form .wpcf7-radio .wpcf7-list-item label, .form__field textarea, .form__field input[type=text],
  .form__field input[type=tel],
  .form__field input[type=email],
  .form__field input[type=number],
  .form__field input[type=date],
  .form__field select {
    padding: 10px;
    width: calc(100% - 20px);
  }
}

.form {
  font-size: 16px;
  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) {
  .form {
    gap: 24px;
    width: 100%;
    margin: 40px auto 0;
  }
}
.form::-webkit-input-placeholder {
  color: #4B3B18;
}
.form::-moz-placeholder {
  color: #4B3B18;
}
.form:-ms-input-placeholder {
  color: #4B3B18;
}
.form::-ms-input-placeholder {
  color: #4B3B18;
}
.form::placeholder {
  color: #4B3B18;
}
.form__inner {
  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 {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .form__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 0;
    padding: 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 {
  border-bottom: 1px solid rgba(230, 171, 35, 0.3);
  padding: 25px;
  width: 55%;
}
@media screen and (max-width: 768px) {
  .form__field {
    width: 100%;
    padding: 0 0 24px;
  }
}
.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 {
  font-weight: 500;
  width: 45%;
  padding: 40px 25px 25px 25px;
  text-align: left;
  border-bottom: 1px solid rgba(230, 171, 35, 0.3);
}
@media screen and (max-width: 768px) {
  .form__field-name {
    width: 100%;
    padding: 0 0 16px;
    border: none;
  }
}
.form__field-name label mark,
.form__field-name span mark {
  background-color: #db4646;
  color: #fff;
  font-size: 12px;
  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;
  line-height: 1.8em;
  padding: 0 4px;
}
.form__field textarea {
  height: 180px;
}
.form__field .sub-label {
  display: block;
  font-size: 14px;
  white-space: nowrap;
  margin-top: 15px;
}
.form__field.is_flex,
.form__field .is_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 12px;
  width: 100%;
}
.form__field.is_flex-column,
.form__field .is_flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.form__field.is_flex-column .sub-label,
.form__field .is_flex-column .sub-label {
  margin-top: 0;
}
.form__field.is_grid,
.form__field .is_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.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 .wpcf7-form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.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 {
  margin: 0;
}
.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: 8px;
  cursor: pointer;
  padding: 16px;
}
.form .wpcf7-checkbox .wpcf7-list-item label input[type=radio],
.form .wpcf7-radio .wpcf7-list-item label input[type=radio] {
  background-color: #fff;
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  vertical-align: -2px;
  border: 1px solid #e5e5e5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form .wpcf7-checkbox .wpcf7-list-item label input[type=radio]:checked:before,
.form .wpcf7-radio .wpcf7-list-item label input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #14232f;
  content: "";
}
.form .wpcf7-not-valid-tip {
  font-size: 12px;
  font-weight: 500;
}
.form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.wpcf7-spinner {
  display: none;
}

.form__submit {
  text-align: center;
  position: relative;
  width: 280px;
  margin: 40px auto 0;
}
.form__submit::before {
  content: "";
  background: url(../img/cmn/ico_arrow-wh.svg) no-repeat center;
  background-size: cover;
  width: 14px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
}
.form__submit input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.form__submit input[type=submit] {
  border: none;
  background-color: #E6AB23;
  border-radius: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  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;
  color: #fff;
  width: 100%;
  height: 70px;
  text-align: center;
  position: relative;
  max-width: 280px;
  width: 100%;
  height: 70px;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .form__submit input[type=submit] {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .form__submit input[type=submit]:hover {
    color: #fff;
    background: #4B3B18;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 1;
  }
}

.local {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .local {
    margin-top: 40px;
  }
}
.local .c-inner {
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 50px;
  width: 100%;
}
.local .c-inner.m-tm01 {
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  .local .c-inner {
    max-width: 590px;
    padding: 0 20px;
  }
}
.local__content {
  display: block;
  font-size: 20px;
  line-height: 1.6;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .local__content {
    font-size: 16px;
  }
}
.local__content .sec {
  padding: 1px 40px 80px;
  font-size: 16px;
}
.local__content .sec:first-child {
  padding-top: 287px;
  margin-top: -190px;
}
.local__content .sec:first-child h2 {
  margin-top: 0;
}
.local__content .sec:nth-child(2n+1) {
  background-color: #f8f4ea;
}
.local__content .sec:nth-child(2n+1) h3 span::before {
  background-color: #f8f4ea;
}
@media screen and (max-width: 768px) {
  .local__content .sec {
    font-size: 14px;
    padding: 1px 20px 60px;
  }
  .local__content .sec:first-child {
    padding-top: 170px;
    margin-top: -170px;
  }
}
.local__content .mb40 {
  margin-bottom: 40px;
}
.local__content h2 {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  line-height: 150%;
  font-weight: 700;
  text-align: center;
  margin: 80px auto 40px;
  padding: 15px 0;
  position: relative;
}
.local__content h2::before {
  background: url(../img/local/triangle.svg) no-repeat center;
  background-size: cover;
  content: "";
  position: absolute;
  bottom: -13.5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0 auto;
  width: 44px;
  height: 13px;
}
@media screen and (max-width: 768px) {
  .local__content h2 {
    font-size: 24px;
    margin: 60px 0 30px;
    letter-spacing: -0.01em;
    padding: 11px 0;
  }
}
.local__content h3 {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  margin: 48px auto 30px;
  position: relative;
  z-index: 10;
}
.local__content h3::before {
  background: #4B3B18;
  content: "";
  position: absolute;
  top: 48%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: auto;
  width: 100%;
  height: 1px;
  z-index: -2;
}
.local__content h3::after {
  background: #4B3B18;
  content: "";
  position: absolute;
  top: 56%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: auto;
  width: 100%;
  height: 1px;
  z-index: -2;
}
.local__content h3 span {
  display: inline-block;
  padding: 0px 16px;
  position: relative;
}
.local__content h3 span::before {
  content: "";
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .local__content h3 {
    font-size: 20px;
    margin: 30px auto 21px;
    letter-spacing: -0.01em;
  }
  .local__content h3::before {
    width: 100%;
  }
}
.local__content h3.is_noBorder {
  font-weight: 600;
  text-align: left;
  margin-top: 0;
}
.local__content h3.is_noBorder::before {
  content: none;
}
.local__content h4 {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  margin: 40px auto;
  line-height: 150%;
  position: relative;
  text-align: center;
}
.local__content h4::before {
  content: "";
  background: url(../img/cmn/ico_border.svg) no-repeat center;
  background-size: cover;
  width: 80px;
  height: 6px;
  position: absolute;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.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 {
  margin-bottom: 2em;
}
.local__content p,
.local__content a {
  letter-spacing: 0.1em;
  line-height: 2;
  font-weight: normal;
}
.local__content p.is_center,
.local__content a.is_center {
  text-align: center;
}
.local__content .lead {
  font-size: 30px;
  padding-left: 44px;
  margin-bottom: 2em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .local__content .lead {
    font-size: 23px;
    padding-left: 30px;
  }
}
.local__content .list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
  letter-spacing: 0;
}
.local__content .list li span {
  font-size: 18px;
  line-height: 1.8;
  min-width: 140px;
}
.local__content ol {
  list-style-type: decimal;
}
.local__content ol li {
  display: list-item;
}
.local__content ul {
  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;
  line-height: 22px;
  font-weight: 500;
  padding-left: 20px;
  margin-bottom: 2em;
}
.local__content ul.is_checklist li {
  list-style: none;
}
.local__content ul.is_checklist li::before {
  content: "☑ ";
  font-size: 20px;
}
.local__content .flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}
.local__content .flex-box .imgBox {
  width: calc(100% - 533px);
  margin: 0;
}
.local__content .flex-box .text {
  max-width: 493px;
  width: 50%;
  line-height: 150%;
  margin-bottom: 0;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .local__content .flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    width: 100%;
  }
  .local__content .flex-box .imgBox {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding: 0;
  }
  .local__content .flex-box .text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    max-width: initial;
    width: 100%;
  }
}
.local__content .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;
}
@media screen and (max-width: 768px) {
  .local__content .step-list {
    padding-left: 0;
  }
}
.local__content .step-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 24px;
  position: relative;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .local__content .step-list-item {
    padding-bottom: 24px;
    gap: 0 15px;
  }
}
.local__content .step-list-item::before {
  content: "";
  background-color: #E6AB23;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 100px;
  left: 50px;
}
@media screen and (max-width: 768px) {
  .local__content .step-list-item::before {
    top: 70px;
    left: 35px;
  }
}
.local__content .step-list-item:last-child {
  padding-bottom: 0;
}
.local__content .step-list-item:last-child::before {
  content: none;
}
.local__content .step-list-item .num {
  font-family: "Noto Serif JP", serif;
  width: 100px;
  height: 100px;
  line-height: 100px;
  position: relative;
  background-color: #E6AB23;
  border-radius: 50%;
}
.local__content .step-list-item .num p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 40px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #fff;
  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;
  line-height: 1;
  margin-bottom: 0;
}
.local__content .step-list-item .num p span {
  font-size: 16px;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .local__content .step-list-item .num {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
  .local__content .step-list-item .num p {
    font-size: 25px;
  }
  .local__content .step-list-item .num p span {
    font-size: 12px;
    margin-bottom: 0px;
  }
}
.local__content .step-list-item .inner {
  max-width: 835px;
  width: 75.714285%;
}
@media screen and (max-width: 768px) {
  .local__content .step-list-item .inner {
    max-width: initial;
    width: 75.714285%;
  }
  .local__content .step-list-item .inner p {
    font-size: 13px;
    line-height: 150%;
  }
}
.local__content .step-list-item .inner .ttl {
  background-color: transparent;
  color: #E6AB23;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  text-align: left;
}
.local__content .step-list-item .inner .ttl::before, .local__content .step-list-item .inner .ttl::after {
  content: none;
}
@media screen and (max-width: 768px) {
  .local__content .step-list-item .inner .ttl {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.local__content .p-access-table {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 4em;
  width: 100%;
}
.local__content .p-access-table tr {
  border: 1px solid rgba(230, 171, 35, 0.3);
}
.local__content .p-access-table td,
.local__content .p-access-table th {
  padding: 18px 20px;
}
@media screen and (max-width: 768px) {
  .local__content .p-access-table {
    max-width: initial;
  }
  .local__content .p-access-table td,
  .local__content .p-access-table th {
    display: table-cell;
    padding: 18px 16px;
  }
  .local__content .p-access-table tr {
    display: table-row;
  }
}
.local__content .p-access-table th {
  background-color: transparent;
  color: #4b3b18;
  text-align: left;
  line-height: 150%;
  white-space: nowrap;
  width: 200px;
}
@media screen and (max-width: 768px) {
  .local__content .p-access-table th {
    width: 20%;
  }
}
.local__content .p-access-table td {
  line-height: 150%;
  border-left: 1px solid rgba(230, 171, 35, 0.3);
}
.local__content .p-price h4 {
  margin-top: 40px;
}
.local__content .p-price-table {
  max-width: 960px;
  margin: 0 auto;
  margin-bottom: 4em;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .local__content .p-price-table td,
  .local__content .p-price-table th {
    display: table-cell;
  }
  .local__content .p-price-table tr {
    display: table-row;
  }
}
.local__content .p-price-table th {
  background-color: transparent;
  border-bottom: 1px solid rgba(230, 171, 35, 0.3);
  color: #4b3b18;
  font-weight: 700;
  font-size: 16px;
  text-align: left;
  padding: 23px 0;
  line-height: 150%;
  vertical-align: middle;
  white-space: nowrap;
  width: calc(100% - 300px);
}
@media screen and (max-width: 768px) {
  .local__content .p-price-table th {
    font-size: 13px;
    width: 55%;
    padding: 15px 0;
    white-space: wrap;
  }
}
.local__content .p-price-table td {
  color: #E6AB23;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 150%;
  font-size: 20px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(230, 171, 35, 0.3);
  width: 330px;
  text-align: right;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .local__content .p-price-table td {
    font-size: 16px;
    width: 45%;
    padding: 8px;
  }
  .local__content .p-price-table td.is_price {
    white-space: nowrap;
  }
}
.local__content .column-box {
  -webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1019607843);
  border: 1px solid #a99470;
  background-color: #fff;
  border-radius: 5px;
  padding: 30px;
  margin: 60px auto;
  position: relative;
  overflow: hidden;
}
.local__content .column-box::before {
  content: "";
  background: url(../img/cmn/column_img01.webp) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 10px;
  right: 0;
  width: 315px;
  height: 422.75px;
}
@media screen and (max-width: 768px) {
  .local__content .column-box {
    margin: 20px auto;
    padding: 24px 14px 24px 22px;
  }
  .local__content .column-box::before {
    content: none;
  }
}
.local__content .indent-list {
  margin-bottom: 40px;
  padding-left: 0;
}
.local__content .indent-list li {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  padding-left: 28px;
  margin-bottom: 20.5px;
  line-height: 150%;
  letter-spacing: -0.001em;
}
.local__content .indent-list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  width: 21px;
  height: 21px;
}
.local__content .indent-list li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .local__content .indent-list li {
    font-size: 18px;
    padding-left: 24px;
  }
  .local__content .indent-list li::before {
    width: 16.7999992371px;
    height: 16.7999992371px;
  }
}
.local__content .tid {
  font-weight: 400;
}
.local__content .case-list {
  font-weight: 400;
  padding-left: 0;
}
.local__content .case-list .item {
  padding-left: 1.5em;
  text-indent: -0.7em;
  line-height: 180%;
}
.local__content .decimal-list {
  list-style-type: decimal;
}
.local__content img {
  width: 100%;
}
.local__content .imgBox {
  margin: 48px auto;
}
.local__content .imgBox.w-40 {
  width: 40%;
}
.local__content .imgBox.w-70 {
  width: 60%;
}
.local__content .imgBox.w500 {
  width: 500px;
}
.local__content .imgBox.w500 img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .local__content .imgBox.w500 {
    width: 100%;
  }
}
.local__content .imgBox.w250 {
  width: 250px;
}
.local__content .imgBox.w250 img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .local__content .imgBox.w250 {
    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%;
  }
}
@media screen and (max-width: 768px) {
  .local__content .imgBox {
    margin: 20px auto;
    padding: 0 27px;
  }
}
.local__content .imgBox.w50 {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .local__content .imgBox.w50 {
    width: 100%;
  }
}
.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;
  text-align: center;
}
.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;
}
.local__content .card__list > li {
  width: calc(100% / 2 - 30px / 2 * 1);
}
.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;
  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: 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: url(../img/local/ico_arrow.webp) no-repeat;
  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 .checkBox {
  border: solid 1px #168db6;
  -webkit-box-shadow: 6px 6px 0 rgba(22, 141, 182, 0.3);
          box-shadow: 6px 6px 0 rgba(22, 141, 182, 0.3);
  padding: 40px;
  position: relative;
  margin: 60px auto 40px;
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .local__content .checkBox {
    padding: 10px;
  }
}
.local__content .checkBox ul {
  display: grid;
  gap: 0 30px;
  margin-bottom: 10px;
}
.local__content .checkBox ul.is_2list {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .local__content .checkBox ul.is_2list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.local__content .checkBox ul li {
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
}
.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;
}
.local__content .meritList li {
  list-style: none;
  display: grid;
  grid-template-columns: 160px auto;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .local__content .meritList li {
    grid-template-columns: 1fr;
  }
}
.local__content .meritList li:not(:last-child) {
  margin-bottom: 40px;
}
.local__content .meritList__num {
  aspect-ratio: 1/1;
  background: #effaff;
  border-radius: 50%;
  border: solid 1px #0f2d3d;
  color: #0f2d3d;
  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: "Cardo", serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
  width: 160px;
}
@media screen and (max-width: 768px) {
  .local__content .meritList__num {
    font-size: 18px;
    margin: auto;
    width: 120px;
  }
}
.local__content .meritList__num span {
  display: block;
  font-size: 32px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .local__content .meritList__num span {
    font-size: 28px;
  }
}
.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: url(../img/local/ico_arrow01.svg) no-repeat center center;
  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 .case-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
}
.local__content .case-box .ttl {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 24px;
}
.local__content .case-box .inner {
  width: calc((100% - 100px) / 2);
}
.local__content .case-box .imgBox {
  margin: 0;
  padding: 0;
}
.local__content .case-box .imgBox img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .local__content .case-box {
    gap: 24px;
  }
  .local__content .case-box .inner {
    width: calc((100% - 24px) / 2);
  }
  .local__content .case-box .ttl {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.local .tp-care {
  padding: 0;
  background-color: transparent;
}

.breadcrumb {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 0 10px;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    padding: 12px 16px 0;
  }
}
.breadcrumb .c-inner01 {
  padding: 0;
}
.breadcrumb__list__item {
  display: inline;
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.04em;
}
.breadcrumb__list__item + li::before {
  content: ">";
  margin: 0 5px;
}/*# sourceMappingURL=style.css.map */