@charset "UTF-8";
@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
--------------------------------------------------------------------------------  */
/*  --------------------------------------------------------------------------------
  _base.scss
--------------------------------------------------------------------------------  */
body {
  background: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #332E28;
  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: 14px;
  }
}

html {
  scroll-padding-top: 130px;
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 64px;
  }
}

.f-serif {
  font-family: "Shippori Mincho", serif;
}

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

.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

li {
  list-style: none;
}

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

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

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

em {
  font-style: normal;
}

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

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

.txt {
  line-height: 2.3em;
}

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

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

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

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

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@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;
  }
}
/*--------------------------------------*
  * layout
  *--------------------------------------*/
.l-main {
  position: relative;
  z-index: 1;
}

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

.c-inner01 {
  margin: 0 auto;
  width: 100%;
}

.cmn-ttl {
  display: block;
  color: #332E28;
  font-size: 32px;
  width: 100%;
  position: relative;
  margin-bottom: 64px;
}
.cmn-ttl strong {
  position: relative;
  z-index: 100;
  font-weight: 600;
}
.cmn-ttl.is-center {
  text-align: center;
}
.cmn-ttl .is-large {
  font-size: 40px;
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .cmn-ttl .is-large {
    font-size: 32px;
    margin-left: 0;
  }
}
.cmn-ttl__en {
  color: #ee7800;
  display: block;
  font-family: "Cardo", serif;
  font-weight: 400;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .cmn-ttl {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .cmn-ttl__en {
    font-size: 12px;
  }
}
.cmn-ttl.is-border-bottom {
  padding-bottom: 16px;
}
.cmn-ttl.is-border-bottom:before {
  content: "";
  background-color: #ee7800;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 1px;
  z-index: 100;
}

.cmn-bt {
  border: 0.5px solid #332e28;
  display: grid;
  place-content: center;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.15em;
  padding: 10px 0;
  position: relative;
  width: 240px;
  height: 64px;
}
.cmn-bt:before {
  background: url(../img/cmn/arrow01.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  width: 17px;
  height: 4px;
  z-index: 100;
}
.cmn-bt span {
  font-weight: normal;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .cmn-bt {
    font-size: 16px;
    max-width: 343px;
    width: 100%;
    height: 56px;
    margin: 0 auto;
  }
  .cmn-bt span {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .cmn-bt:hover {
    color: #fff;
    background: #332e28;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 1;
  }
  .cmn-bt:hover:before {
    background: url(../img/cmn/arrow01-2.svg) no-repeat;
  }
}
.cmn-bt.is-or {
  border: 0.5px solid #ee7800;
  color: #ee7800;
}
.cmn-bt.is-or::before {
  background: url(../img/cmn/arrow01-3.svg) no-repeat center center/cover;
}
@media screen and (min-width: 769px) {
  .cmn-bt.is-or:hover {
    color: #fff;
    background: #ee7800;
  }
  .cmn-bt.is-or:hover::before {
    background: url(../img/cmn/arrow01-2.svg) no-repeat center center/cover;
  }
}
.cmn-bt.large {
  width: 100%;
  max-width: 620px;
}
.cmn-bt.is-center {
  margin: 0 auto;
}

.more-bt {
  display: block;
  color: #ee7800;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  text-align: right;
  position: relative;
  padding-right: 56px;
}
.more-bt:before {
  background: url(../img/cmn/arrow03-or.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 33px;
  height: 5px;
}

.cash-box {
  border-bottom: 1px solid #E6E6E6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -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;
  margin: 176px auto 120px;
  max-width: 840px;
  padding-bottom: 24px;
}
.cash-box .hd {
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 24px;
  text-align: center;
}
.cash-box .payBox {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
  max-width: 728px;
}
.cash-box .payBox a {
  display: block;
}
@media screen and (max-width: 768px) {
  .cash-box {
    border: none;
    gap: 32px;
    margin: 40px auto;
    padding: 0 16px;
  }
  .cash-box .hd {
    font-size: 14px;
    margin-bottom: 16px;
    letter-spacing: 0.02em;
  }
  .cash-box .payBox {
    border-top: 1px solid #E6E6E6;
    grid-template-columns: repeat(2, 1fr);
    max-width: initial;
    width: 100%;
    gap: 12px;
    padding-top: 32px;
  }
}

/*  --------------------------------------------------------------------------------
  _header.scss
--------------------------------------------------------------------------------  */
.header {
  background-color: #fff;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  padding: 0 0 0 40px;
  width: 100%;
  min-width: 1025px;
  height: auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 9999;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header {
    position: fixed;
    inset: 0;
    padding: 0 0 0 16px;
    min-width: 100%;
    height: 64px;
    z-index: 2000;
    opacity: 1;
    visibility: visible;
  }
  .header:after {
    content: none;
  }
}
.header.is-headerOn {
  position: fixed;
  inset: 0 0 auto auto;
  -webkit-animation: fadeIn 1s ease;
          animation: fadeIn 1s ease;
}
@-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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-bt {
  display: grid;
  background: #ee7800;
  place-content: center;
  position: fixed;
  inset: 0 0 auto auto;
  width: 64px;
  height: 64px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 99999;
}
.header-bt span {
  background: #fff;
  display: block;
  position: absolute;
  margin: auto;
  width: 20px;
  height: 2px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header-bt span:nth-child(1) {
  inset: -12px 0 0 0;
}
.header-bt span:nth-child(2) {
  inset: 0 0 0 0;
}
.header-bt span:nth-child(3) {
  inset: 0 0 -12px 0;
}
.header-bt.is-navOn span {
  background: #fff;
}
.header-bt.is-navOn span:nth-child(1) {
  inset: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header-bt.is-navOn span:nth-child(2) {
  inset: 0 0 0 0;
  opacity: 0;
}
.header-bt.is-navOn span:nth-child(3) {
  inset: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header-logo {
  width: 250px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .header-logo {
    width: 200px;
    height: 40px;
    margin-top: 12px;
  }
}
.header-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 600px;
}
.header-tel {
  display: block;
  font-size: 24px;
  font-family: "Cardo", serif;
  font-weight: 700;
  position: relative;
  padding: 0 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-tel::before {
  content: "";
  background-color: #332e28;
  width: 1px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header-tel a {
  display: block;
  width: 208px;
  position: relative;
}
.header-tel-text {
  display: block;
  font-size: 11px;
  font-weight: 600;
  text-decoration: underline;
}
.header-mail {
  width: 112px;
  height: 96px;
}
.header-mail a {
  background-color: #ee7800;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-mail a:hover {
  opacity: 1;
  background-color: #fff;
  border: 1px solid #ee7800;
  color: #ee7800;
}
.header-mail a:hover span::before {
  background: url(../img/cmn/ico-mail-or.svg) no-repeat;
}
.header-mail a:hover span::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1); /* 下線を横方向に1倍、縦方向に1倍に変形（表示） */
}
.header-mail span {
  position: relative;
  padding-top: 24px;
}
.header-mail span:before {
  background: url(../img/cmn/ico-mail-wh.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: auto;
  z-index: 100;
  width: 20px;
  height: 18px;
}
.header-mail span::after {
  background-color: #ee7800; /* 下線の色 */
  bottom: 0; /* 要素の下端からの距離 */
  content: ""; /* 要素に内容を追加 */
  height: 1px; /* 下線の高さ */
  left: 0; /* 要素の左端からの距離 */
  position: absolute; /* 絶対位置指定 */
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1); /* 下線を横方向に0倍、縦方向に1倍に変形（非表示） */
  -webkit-transform-origin: left top;
          transform-origin: left top; /* 変形の原点を左上に指定 */
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; /* 変形をアニメーション化 */
  width: 100%; /* 要素の幅 */
}
.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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  font-size: 14px;
  z-index: 999;
  padding-right: 24px;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .header-nav {
    display: block;
    background-color: #fff;
    padding: 104px 16px 96px;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    overflow-y: auto;
  }
}
.header-nav.is-navOn {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.header-nav-list {
  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;
  gap: 8px 24px;
}
@media screen and (max-width: 768px) {
  .header-nav-list {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .header-nav-list-link {
    display: block;
    width: 100%;
    height: auto;
    padding: 12px 0;
  }
  .header-nav-list-link-ttl {
    display: block;
    position: relative;
    font-size: 18px;
  }
  .header-nav-list-link-ttl:before {
    background: url(../img/cmn/arrow02.svg) no-repeat;
    background-size: 100% auto;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 7px;
    height: 12px;
  }
  .header-nav-list-link .ttl-en {
    color: #ee7800;
    display: block;
    font-size: 12px;
    font-family: "Cardo", serif;
  }
}
@media screen and (min-width: 769px) {
  .header-nav-list-link.is-bg {
    color: #fff;
    background-color: #ee7800;
    border-radius: 50px;
    padding: 4px 16px;
  }
}
.header-nav-spBtBox {
  display: grid;
  gap: 16px;
  margin: 0 auto;
  width: 100%;
  margin-top: 28px;
}
.header-nav-spBtBox a {
  display: block;
  width: 100%;
}
.header-nav .calendar {
  margin-top: 40px;
}

.js-accordion-title.open img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

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

.js-accordion-content {
  position: absolute;
  top: 96px;
  left: 0;
  right: 0;
  width: 100%;
  min-width: 1025px;
  background-color: #fff;
  padding: 64px 30px;
}
@media screen and (max-width: 768px) {
  .js-accordion-content {
    position: static;
    inset: auto;
    min-width: initial;
    padding: 16px 0 0 16px;
  }
}
.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 {
  display: inline;
  font-size: 32px;
  margin-left: 40px;
  position: relative;
  text-align: center;
}
.js-accordion-content-ttl span {
  color: #ee7800;
  display: block;
  font-family: "Cardo", serif;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .js-accordion-content-ttl {
    display: none;
  }
}
.js-accordion-content .accordion__list {
  border-left: 1px solid #C2BBB1;
  padding-left: 64px;
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 1fr);
  width: 816px;
}
@media screen and (max-width: 768px) {
  .js-accordion-content .accordion__list {
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.js-accordion-content .accordion__list-item {
  margin-bottom: 32px;
  max-width: 245px;
  padding-left: 25px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .js-accordion-content .accordion__list-item {
    margin-bottom: 0;
    padding: 8px 0 8px 23px;
  }
}
.js-accordion-content .accordion__list-item:before {
  background: url(../img/cmn/arrow02.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 9px;
  height: 14px;
}
.js-accordion-content .accordion__list-item:hover:before {
  left: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.js-accordion-content .accordion__list-item a {
  font-size: 16px;
  text-align: left;
  position: relative;
  /* リンクにホバーした際の下線の表示 */
}
.js-accordion-content .accordion__list-item a::after {
  background-color: #332e28; /* 下線の色 */
  bottom: 0; /* 要素の下端からの距離 */
  content: ""; /* 要素に内容を追加 */
  height: 1px; /* 下線の高さ */
  left: 0; /* 要素の左端からの距離 */
  position: absolute; /* 絶対位置指定 */
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1); /* 下線を横方向に0倍、縦方向に1倍に変形（非表示） */
  -webkit-transform-origin: left top;
          transform-origin: left top; /* 変形の原点を左上に指定 */
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; /* 変形をアニメーション化 */
  width: 100%; /* 要素の幅 */
}
@media screen and (min-width: 769px) {
  .js-accordion-content .accordion__list-item a:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); /* 下線を横方向に1倍、縦方向に1倍に変形（表示） */
  }
}
.js-accordion-content .accordion__list-item a:hover {
  opacity: 1;
}
.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 {
    margin-right: 35px;
  }
  .js-accordion-title::before {
    right: 24px;
  }
  .js-accordion-title::after {
    background: url(../img/cmn/ico-prus.svg) no-repeat;
    background-size: 100% auto;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -35px;
    margin: auto;
    width: 11px;
    height: 11px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .js-accordion-title.open::after {
    background: url(../img/cmn/ico-minus.svg) no-repeat;
    height: 1px;
  }
  .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-list-link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1000;
}

body.is-active {
  position: relative;
}
body.is-active::after {
  content: "";
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0;
  z-index: 9000;
}

/*  --------------------------------------------------------------------------------
  _footer.scss
--------------------------------------------------------------------------------  */
.footer {
  color: #fff;
  background-color: #ee7800;
  padding: 80px 30px 80px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 32px 16px 88px;
  }
}
.footer-content {
  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;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .footer-content {
    display: none;
  }
}
.footer-content a {
  display: inline-block;
  position: relative;
}
.footer-content a::after {
  background-color: #fff; /* 下線の色 */
  bottom: 0; /* 要素の下端からの距離 */
  content: ""; /* 要素に内容を追加 */
  height: 1px; /* 下線の高さ */
  left: 0; /* 要素の左端からの距離 */
  position: absolute; /* 絶対位置指定 */
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1); /* 下線を横方向に0倍、縦方向に1倍に変形（非表示） */
  -webkit-transform-origin: left top;
          transform-origin: left top; /* 変形の原点を左上に指定 */
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; /* 変形をアニメーション化 */
  width: 100%; /* 要素の幅 */
}
.footer-content a:hover {
  opacity: 1;
}
.footer-content a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1); /* 下線を横方向に1倍、縦方向に1倍に変形（表示） */
}
.footer-flex {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
}
.footer-nav-hd {
  font-weight: 700;
  font-size: 16px;
  line-height: 170%;
}
.footer-nav-link {
  padding-left: 11px;
  position: relative;
  line-height: 200%;
}
.footer-nav-link::before {
  content: "-";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer-nav-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 0;
  margin-top: 24px;
}
.footer-nav-links.row2 {
  grid-template-columns: repeat(2, 1fr);
}
.footer-nav-links.row4 {
  grid-template-columns: repeat(4, 1fr);
}
.footer-nav-links.mt-0 {
  margin-top: 0;
}
.footer .copyrights {
  display: block;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  text-align: center;
  line-height: 200%;
}
@media screen and (max-width: 768px) {
  .footer .copyrights {
    font-size: 12px;
    letter-spacing: 0.06em;
  }
}

.cnct {
  background: url(../img/cmn/contact-bg.png) no-repeat center center/cover;
  padding: 120px 30px 120px;
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .cnct {
    padding: 32px 16px;
    margin-top: 64px;
  }
}
.cnct .cmn-ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .cnct .cmn-ttl {
    margin-bottom: 24px;
  }
}
.cnct-content {
  background-color: #fff;
  padding: 60px 0;
}
.cnct-content-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .cnct-content-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .cnct-content {
    padding: 24px 16px;
  }
}

.alliance {
  padding: 120px 30px 0;
}
@media screen and (max-width: 768px) {
  .alliance {
    padding: 64px 16px 0;
  }
}
.alliance-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 40px 40px;
}
.alliance-list > li {
  width: calc(100% / 3 - 40px / 3 * 2);
}
.alliance-list .box {
  background-color: #fffcf5;
  padding: 32px 24px;
}
@media screen and (max-width: 768px) {
  .alliance-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 24px 24px;
  }
  .alliance-list > li {
    width: calc(100% / 1 - 24px / 1 * 0);
  }
  .alliance-list .box {
    padding: 32px 16px;
  }
}
.alliance .name {
  border-bottom: 1px solid #332e28;
  font-size: 24px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  line-height: 170%;
  padding-bottom: 8px;
}
.alliance .add {
  line-height: 200%;
  margin-top: 24px;
}
.alliance .tel {
  display: block;
  font-family: "Cardo", serif;
  margin-top: 16px;
  padding-left: 24px;
  position: relative;
}
.alliance .tel:before {
  background: url(../img/cmn/ico-tel-gy.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  z-index: 100;
}
.alliance .acc {
  background-color: #ee7800;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  padding: 4px;
  text-align: center;
  margin-top: 24px;
}
.alliance .acc span {
  font-size: 24px;
}
.alliance .cmn-bt {
  margin-top: 24px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .alliance .name {
    font-size: 20px;
  }
}

.access {
  padding: 120px 30px 80px;
}
.access-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .access {
    padding: 104px 16px 40px;
  }
  .access-content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}
.access-box .logo {
  width: 250px;
}
.access-box .tel {
  display: block;
  font-size: 28px;
  font-family: "Cardo", serif;
  font-weight: 700;
  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-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.access-box .tel a {
  display: block;
  width: 100%;
  position: relative;
  padding-left: 48px;
  margin-bottom: 4px;
}
.access-box .tel a::before {
  background: url(../img/cmn/ico-tel-or.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  margin: auto;
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 768px) {
  .access-box .tel a::before {
    top: 26px;
    bottom: auto;
  }
}
.access-box .tel .text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
}
.access-box .d-flex {
  margin-bottom: 40px;
  gap: 40px;
}
.access-box .text {
  font-family: "Shippori Mincho", serif;
  font-size: 12px;
  padding-left: 16px;
  position: relative;
  line-height: 170%;
  margin-bottom: 8px;
}
.access-box .text::before {
  font-size: 12px;
  display: block;
  color: #ee7800;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  margin: auto;
}
.access-box .text.triangle {
  margin-top: 16px;
}
.access-box .text.triangle::before {
  content: "▲";
}
.access-box .text.squaer::before {
  content: "■";
}
.access-box .text.kome::before {
  content: "※";
  color: #332e28;
}
@media screen and (max-width: 768px) {
  .access-box .logo {
    width: 200px;
  }
  .access-box .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    -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;
  }
  .access-box .tel {
    font-size: 24px;
  }
  .access-box .tel .text {
    font-size: 12px;
  }
  .access-box .text {
    font-size: 10px;
    padding-left: 12px;
    margin-bottom: 4px;
  }
  .access-box .text::before {
    font-size: 10px;
  }
  .access-box .text.triangle {
    margin-top: 12px;
  }
}
.access-map .text {
  line-height: 200%;
  letter-spacing: 0.01em;
}
.access-map .d-flex {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .access-map .d-flex {
    display: block;
  }
}
.access-map .d-flex .more-bt {
  text-align: right;
  margin-top: 16px;
}
.access-map iframe {
  width: 100%;
  height: 328px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .access-map iframe {
    height: 200px;
  }
}

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

.column-lists .column-list {
  font-size: 14px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .column-lists .column-list {
    font-size: 12px;
  }
}
.column-lists .column-list time {
  font-family: "Cardo", serif;
}
@media screen and (max-width: 768px) {
  .column-lists .column-list time {
    font-size: 14px;
  }
}
.column-lists .column-list .cat {
  border: 1px solid #332e28;
  border-radius: 50px;
  font-size: 12px;
  padding: 0 12px;
  line-height: 24px;
}
.column-lists .column-list .text {
  display: inline;
  position: relative;
  cursor: pointer;
  /* リンクにホバーした際の下線の表示 */
}
.column-lists .column-list .text::after {
  background-color: #332e28; /* 下線の色 */
  bottom: 0; /* 要素の下端からの距離 */
  content: ""; /* 要素に内容を追加 */
  height: 1px; /* 下線の高さ */
  left: 0; /* 要素の左端からの距離 */
  position: absolute; /* 絶対位置指定 */
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1); /* 下線を横方向に0倍、縦方向に1倍に変形（非表示） */
  -webkit-transform-origin: left top;
          transform-origin: left top; /* 変形の原点を左上に指定 */
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; /* 変形をアニメーション化 */
  width: 100%; /* 要素の幅 */
}
@media screen and (min-width: 769px) {
  .column-lists .column-list .text:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); /* 下線を横方向に1倍、縦方向に1倍に変形（表示） */
  }
}
.column-lists .column-list .d-flex {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.column-lists.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 32px 32px;
}
.column-lists.card > li {
  width: calc(100% / 3 - 32px / 3 * 2);
}
@media screen and (max-width: 768px) {
  .column-lists.card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 16px 16px;
  }
  .column-lists.card > li {
    width: calc(100% / 2 - 16px / 2 * 1);
  }
}
.column-lists.card .text {
  position: relative;
  /* リンクにホバーした際の下線の表示 */
}
.column-lists.card .text::after {
  display: inline;
  background-color: #332e28; /* 下線の色 */
  bottom: 0; /* 要素の下端からの距離 */
  content: ""; /* 要素に内容を追加 */
  height: 1px; /* 下線の高さ */
  left: 0; /* 要素の左端からの距離 */
  position: absolute; /* 絶対位置指定 */
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1); /* 下線を横方向に0倍、縦方向に1倍に変形（非表示） */
  -webkit-transform-origin: left top;
          transform-origin: left top; /* 変形の原点を左上に指定 */
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; /* 変形をアニメーション化 */
  width: 100%; /* 要素の幅 */
}
.column-lists.card a:hover {
  opacity: 1;
}
.column-lists.card a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.column-lists.card a:hover .text::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1); /* 下線を横方向に1倍、縦方向に1倍に変形（表示） */
}
.column-lists.card .thum {
  display: block;
  margin-bottom: 24px;
  width: 100%;
  overflow: hidden;
}
.column-lists.card .thum img {
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease; /* ゆっくり変化させる */
}
@media screen and (max-width: 768px) {
  .column-lists.card .thum {
    margin-bottom: 16px;
  }
}
.column-lists.card .text-box {
  display: block;
  width: 100%;
  position: relative;
  padding-right: 24px;
}
.column-lists.card .text-box:before {
  background: url(../img/cmn/arrow02.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 9px;
  height: 14px;
}
@media screen and (max-width: 768px) {
  .column-lists.card .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 8px;
  }
}

.p-column {
  padding: 120px 30px 0;
}
@media screen and (max-width: 768px) {
  .p-column {
    padding: 64px 16px;
  }
}

.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: 24px;
}
.news_sub .date {
  font-size: 12px;
  margin-right: 5px;
}
.news_sub .cate_name {
  background-color: #fff;
  border: 1px solid #332E28;
  border-radius: 50vh;
  color: #332E28;
  font-size: 10px;
  padding: 2px 6px;
}
.news_sub .tb_tt {
  font-size: 15px;
  font-weight: bold;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .news_sub {
    margin-bottom: 40px;
  }
}

.news__figure {
  max-width: 500px;
  margin: 0 auto 40px;
}
.news__figure img {
  width: 100%;
}

.news__content p {
  margin-bottom: 20px;
}

.news_tt {
  font-size: 20px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  margin-bottom: 40px;
}

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

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

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

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

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

.content_post {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .content_post {
    max-width: initial;
  }
}
.content_post .cmn-bt {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .content_post .cmn-bt {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .content_post .section {
    padding: 0 25px;
  }
}
.content_post__ttl {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-top: 5px;
  margin-bottom: 40px;
}
.content_post h2 {
  font-size: 28px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  padding-bottom: 16px;
  padding: 0;
}
.content_post p {
  line-height: 2.125em;
  margin: 0 auto;
}
.content_post p a {
  color: #4488bd;
  text-decoration: underline;
}
.content_post .aligncenter {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .content_post {
    max-width: 100%;
  }
  .content_post__ttl {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .content_post h2 {
    font-size: 28px;
    font-weight: 600;
  }
  .content_post p {
    line-height: 2.125em;
  }
  .content_post p a {
    color: #4488bd;
    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: 64px;
}
@media screen and (max-width: 768px) {
  .section.pager {
    margin-top: 40px;
  }
}

.wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.wp-pagenavi span.current {
  border: none;
  background: #EE7800;
  color: #fff;
}
.wp-pagenavi a,
.wp-pagenavi span {
  background-color: #fff;
  border: 1px solid #322B28;
  border-radius: 50%;
  color: #332E28;
  font-size: 20px;
  font-weight: 500;
  font-size: 20px;
  font-family: "Cardo", serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 56px;
  height: 56px;
}
.wp-pagenavi a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .wp-pagenavi a:hover {
    border: none;
    background: #EE7800;
    color: #fff;
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    font-size: 14px;
    width: 40px;
    height: 40px;
  }
}

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

.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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  color: #32373B;
  background-color: #f7f7f7;
  border: 1px solid #e5e5e5;
  padding: 14.6px 16px;
  line-height: 170%;
  width: 100%;
  resize: none;
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  letter-spacing: 0.01em;
}
.form .wpcf7-checkbox .wpcf7-list-item label::-webkit-input-placeholder, .form .wpcf7-radio .wpcf7-list-item label::-webkit-input-placeholder, .form__field textarea::-webkit-input-placeholder, .form__field input[type=text]::-webkit-input-placeholder, .form__field input[type=tel]::-webkit-input-placeholder, .form__field input[type=email]::-webkit-input-placeholder, .form__field input[type=number]::-webkit-input-placeholder, .form__field input[type=date]::-webkit-input-placeholder, .form__field select::-webkit-input-placeholder {
  color: #32373B;
}
.form .wpcf7-checkbox .wpcf7-list-item label::-moz-placeholder, .form .wpcf7-radio .wpcf7-list-item label::-moz-placeholder, .form__field textarea::-moz-placeholder, .form__field input[type=text]::-moz-placeholder, .form__field input[type=tel]::-moz-placeholder, .form__field input[type=email]::-moz-placeholder, .form__field input[type=number]::-moz-placeholder, .form__field input[type=date]::-moz-placeholder, .form__field select::-moz-placeholder {
  color: #32373B;
}
.form .wpcf7-checkbox .wpcf7-list-item label:-ms-input-placeholder, .form .wpcf7-radio .wpcf7-list-item label:-ms-input-placeholder, .form__field textarea:-ms-input-placeholder, .form__field input[type=text]:-ms-input-placeholder, .form__field input[type=tel]:-ms-input-placeholder, .form__field input[type=email]:-ms-input-placeholder, .form__field input[type=number]:-ms-input-placeholder, .form__field input[type=date]:-ms-input-placeholder, .form__field select:-ms-input-placeholder {
  color: #32373B;
}
.form .wpcf7-checkbox .wpcf7-list-item label::-ms-input-placeholder, .form .wpcf7-radio .wpcf7-list-item label::-ms-input-placeholder, .form__field textarea::-ms-input-placeholder, .form__field input[type=text]::-ms-input-placeholder, .form__field input[type=tel]::-ms-input-placeholder, .form__field input[type=email]::-ms-input-placeholder, .form__field input[type=number]::-ms-input-placeholder, .form__field input[type=date]::-ms-input-placeholder, .form__field select::-ms-input-placeholder {
  color: #32373B;
}
.form .wpcf7-checkbox .wpcf7-list-item label::placeholder,
.form .wpcf7-radio .wpcf7-list-item label::placeholder, .form__field textarea::placeholder, .form__field input[type=text]::placeholder,
.form__field input[type=tel]::placeholder,
.form__field input[type=email]::placeholder,
.form__field input[type=number]::placeholder,
.form__field input[type=date]::placeholder,
.form__field select::placeholder {
  color: #32373B;
}
@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;
  }
}

.form {
  font-family: "Shippori Mincho", serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .form {
    gap: 32px;
  }
}
.form ::-webkit-input-placeholder {
  color: #b9b9b9;
}
.form ::-moz-placeholder {
  color: #b9b9b9;
}
.form :-ms-input-placeholder {
  color: #b9b9b9;
}
.form ::-ms-input-placeholder {
  color: #b9b9b9;
}
.form ::placeholder {
  color: #b9b9b9;
}
.form__inner {
  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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .form__group {
    border: 0;
    grid-template-columns: 1fr;
    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 {
  width: 100%;
}
.form__field-name {
  width: 100%;
}
.form-scheduleBox {
  margin: 60px auto 0;
  text-align: center;
  max-width: 892px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .form-scheduleBox {
    margin-top: 20px;
    padding: 0 15px;
  }
  .form-scheduleBox iframe {
    width: 100%;
  }
}
.form__field-name label mark,
.form__field-name span mark {
  background-color: #EE7800;
  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;
  padding: 0 4px;
  border-radius: 2px;
}
.form__field textarea {
  height: 180px;
}
.form__field .sub-label {
  display: block;
  font-size: 14px;
  white-space: nowrap;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .form__field .sub-label {
    font-size: 12px;
    margin-top: 9px;
  }
}
.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 .is_birth {
  width: 56.3%;
}
@media screen and (max-width: 768px) {
  .form .is_birth {
    width: 100%;
  }
}
.form__field-select {
  position: relative;
  width: 168px;
}
.form__field-select::after {
  content: "";
  position: absolute;
  display: inline-block;
  border-top: 1px solid #32373B;
  border-right: 1px solid #32373B;
  height: 6px;
  width: 6px;
  top: 21px;
  right: 16px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  pointer-events: none;
}
.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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .form__agree {
    text-align: center;
  }
}
.form__agree p {
  margin-bottom: 0 !important;
}
.form__agree a {
  color: #EE7800;
  padding-right: 32px;
  position: relative;
  text-decoration: underline;
}
.form__agree a::after {
  content: "";
  background: url(../img/cmn/ico-link02.svg) no-repeat;
  background-size: 100% auto;
  width: 16px;
  height: 17px;
  position: absolute;
  right: 8px;
  top: 6px;
}
.form .wpcf7-form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form .wpcf7-acceptance {
  text-align: center;
  margin: 0 auto;
  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;
}
.form .wpcf7-acceptance input[type=checkbox] {
  background-color: #fff;
  position: relative;
  width: 16px;
  height: 16px;
  vertical-align: -2px;
  border: 1px solid #e5e5e5;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form .wpcf7-acceptance input[type=checkbox]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8px;
  height: 6.67px;
  background: url(../img/cmn/ico-formCheck.svg) no-repeat;
  background-size: 100% auto;
  content: "";
}
.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: 16px;
}
@media screen and (max-width: 768px) {
  .form .wpcf7-checkbox,
  .form .wpcf7-radio {
    gap: 8px;
  }
}
.form .wpcf7-checkbox .wpcf7-list-item,
.form .wpcf7-radio .wpcf7-list-item {
  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;
}
@media screen and (max-width: 768px) {
  .form .wpcf7-checkbox .wpcf7-list-item label,
  .form .wpcf7-radio .wpcf7-list-item label {
    padding: 8px;
    height: 53px;
    text-align: center;
    font-size: 12px;
  }
}
.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;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -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: "";
}
@media screen and (max-width: 768px) {
  .form .wpcf7-checkbox .wpcf7-list-item label input[type=radio],
  .form .wpcf7-radio .wpcf7-list-item label input[type=radio] {
    width: 16px;
    height: 16px;
  }
  .form .wpcf7-checkbox .wpcf7-list-item label input[type=radio]:checked:before,
  .form .wpcf7-radio .wpcf7-list-item label input[type=radio]:checked:before {
    width: 6px;
    height: 6px;
  }
}
.form .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox],
.form .wpcf7-radio .wpcf7-list-item label input[type=checkbox] {
  background-color: #fff;
  position: relative;
  width: 24px;
  height: 24px;
  vertical-align: -2px;
  border: 1px solid #e5e5e5;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox]:checked:before,
.form .wpcf7-radio .wpcf7-list-item label input[type=checkbox]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12px;
  height: 10px;
  background: url(../img/cmn/ico-formCheck.svg) no-repeat;
  background-size: 100% auto;
  content: "";
}
@media screen and (max-width: 768px) {
  .form .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox],
  .form .wpcf7-radio .wpcf7-list-item label input[type=checkbox] {
    width: 16px;
    height: 16px;
  }
  .form .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox]:checked:before,
  .form .wpcf7-radio .wpcf7-list-item label input[type=checkbox]:checked:before {
    width: 8px;
    height: 6.67px;
  }
}
.form .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label,
.form .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
  letter-spacing: -0.01em;
}
@media screen and (min-width: 769px) {
  .form .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label br,
  .form .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label br {
    display: none;
  }
}
.form__submit {
  width: 320px;
  height: 72px;
  position: relative;
  margin: 0 auto;
}
.form__submit:before {
  background: url(../img/cmn/arrow01.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  width: 17px;
  height: 4px;
  z-index: 100;
}
@media screen and (min-width: 769px) {
  .form__submit:hover:before {
    background: url(../img/cmn/arrow01-2.svg) no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .form__submit {
    font-size: 16px;
    max-width: 343px;
    width: 100%;
    height: 56px;
    margin: 0 auto;
  }
}
.form input[type=submit] {
  border: 0.5px solid #14232F;
  background-color: #fff;
  color: #14232F;
  display: grid;
  place-content: center;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.15em;
  padding: 10px 0;
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .form input[type=submit]:hover {
    color: #fff;
    background: #332e28;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 1;
  }
}
.form .wpcf7-not-valid-tip {
  font-size: 12px;
  font-weight: 500;
}
.form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

/*  --------------------------------------------------------------------------------
  _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;
  border: 1px solid #332e28;
}
.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;
}
.cv-list-item span {
  position: relative;
  padding-left: 32px;
}
.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 {
  font-size: 18px;
  font-family: "Cardo", serif;
  font-weight: 700;
  border-right: none;
}
.cv-list-item.tel span:before {
  background: url(../img/cmn/ico-tel-or.svg) no-repeat;
  background-size: cover;
}
.cv-list-item.mail {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
}
.cv-list-item.mail span:before {
  background: url(../img/cmn/ico-mail-or.svg) no-repeat;
  background-size: cover;
  height: 14.62px;
}

.topMv {
  position: relative;
  padding-left: 80px;
  height: 724px;
}
@media screen and (max-width: 768px) {
  .topMv {
    height: 100%;
    padding: 104px 16px 0;
  }
}
.topMv-imgBox {
  width: 100%;
  height: 724px;
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 105px;
}
.topMv-imgBox img {
  width: 100%;
  height: 724px;
  -o-object-position: top center;
     object-position: top center;
  -o-object-fit: cover;
     object-fit: cover;
}
.topMv-imgBox .slick-slider {
  height: 724px;
}
@media screen and (max-width: 768px) {
  .topMv-imgBox {
    position: static;
    inset: auto;
    height: 191px;
    padding-left: 0;
    margin-top: 40px;
  }
  .topMv-imgBox img {
    height: 191px;
  }
  .topMv-imgBox .slick-slider {
    height: 191px;
  }
}
.topMv-box {
  position: absolute;
  left: 140px;
  top: 309px;
  margin: auto;
}
.topMv-box .ttl {
  display: block;
  max-width: 554px;
  width: 100%;
}
.topMv-box .circle {
  display: block;
  max-width: 468px;
  width: 100%;
  margin-top: 129px;
}
@media screen and (max-width: 768px) {
  .topMv-box {
    position: static;
    inset: auto;
  }
  .topMv-box .circle {
    max-width: initial;
    margin-top: 24px;
  }
}
.topMv .calendar {
  width: 448px;
  position: absolute;
  bottom: -60px;
  right: 24px;
}
@media screen and (max-width: 768px) {
  .topMv .calendar {
    position: static;
    inset: auto;
    width: 100%;
    margin-top: 24px;
  }
}
.topMv .scroll_down a {
  display: inline-block;
  font-family: "Cardo", serif;
  position: absolute;
  bottom: 300px;
  left: 24px;
  z-index: 2;
  width: 13px;
  padding: 10px 10px 80px;
  font-size: 16px;
  line-height: 0.4em;
  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: 14px;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    width: 100%;
    text-align: center;
    position: static;
    inset: auto;
    margin-top: 40px;
    padding-bottom: 64px;
  }
  .topMv .scroll_down a::before, .topMv .scroll_down a::after {
    height: 48px;
  }
}
.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%;
  }
}
.topMv.is_lower {
  padding-left: 0;
  height: 360px;
}
@media screen and (max-width: 768px) {
  .topMv.is_lower {
    height: 240px;
    padding: 0;
  }
}
.topMv.is_lower .topMv-imgBox {
  height: 360px;
  position: static;
  inset: auto;
  padding-left: 0;
}
.topMv.is_lower .topMv-imgBox img {
  width: 100%;
  height: 360px;
}
@media screen and (max-width: 768px) {
  .topMv.is_lower .topMv-imgBox {
    height: auto;
    margin-top: 64px;
  }
  .topMv.is_lower .topMv-imgBox img {
    height: 240px;
  }
}
.topMv.is_lower .topMv-title {
  font-size: 36px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.topMv.is_lower .topMv-title .sub-ttl {
  display: block;
  font-size: 16px;
  color: #ee7800;
  text-align: center;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .topMv.is_lower .topMv-title {
    font-size: 28px;
  }
}

.sec01 {
  margin-top: 120px;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .sec01 {
    margin-top: 40px;
    padding: 0 16px;
  }
}
.sec01 .cmn-ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .sec01 .cmn-ttl {
    margin-bottom: 32px;
  }
}
.sec01 .cmn-inner {
  border-bottom: 1px solid #332e28;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  padding-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .sec01 .cmn-inner {
    display: block;
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
}
.sec01 .column-lists {
  width: 792px;
}
@media screen and (max-width: 768px) {
  .sec01 .column-lists {
    width: 100%;
  }
}
.sec01 .column-lists .column-list {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .sec01 .column-lists .column-list {
    padding-bottom: 16px;
  }
  .sec01 .column-lists .column-list::after {
    content: none;
  }
}
.sec01 .column-lists .column-list:before {
  background: url(../img/cmn/arrow02.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 9px;
  height: 14px;
}
.sec01 .column-lists .column-list:last-child {
  margin-bottom: 0;
}
.sec01 .column-lists .column-list .cat {
  border: 1px solid #332e28;
}
.sec01 .column-lists a {
  display: block;
  width: 100%;
  height: 100%;
}
.sec01 .column-lists a:hover {
  opacity: 1;
}
.sec01 .column-lists a:hover .text::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1); /* 下線を横方向に1倍、縦方向に1倍に変形（表示） */
}

.sec02 {
  padding: 120px 0 0;
}
.sec02 .cmn-ttl {
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .sec02 {
    padding: 64px 16px 0;
  }
  .sec02 .cmn-ttl {
    margin-bottom: 40px;
  }
}
.sec02-content {
  position: relative;
  padding-top: 64px;
}
@media screen and (max-width: 768px) {
  .sec02-content {
    padding-top: 0;
  }
}
.sec02-content-img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 720px;
  width: 50%;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .sec02-content-img {
    position: static;
    inset: auto;
    max-width: initial;
    width: 100%;
  }
}
.sec02-content-wrp {
  background-color: #fffcf5;
  max-width: 840px;
  width: 58.333333333%;
  margin: 0 0 0 auto;
  padding: 80px 0 80px 200px;
}
@media screen and (max-width: 768px) {
  .sec02-content-wrp {
    max-width: initial;
    width: 100%;
    margin: 24px auto 0;
    padding: 40px 24px;
  }
}
.sec02-content-inner {
  width: 78.2%;
}
.sec02-content-inner .ttl {
  font-size: 28px;
  text-align: center;
  padding-bottom: 16px;
  position: relative;
  margin-bottom: 40px;
}
.sec02-content-inner .ttl::after {
  content: "";
  background-color: #332e28;
  width: 381px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sec02-content-inner .text {
  margin-bottom: 16px;
  line-height: 200%;
}
.sec02-content-inner .name {
  font-size: 20px;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 16px;
  margin-bottom: 40px;
}
.sec02-content-inner .name span {
  font-size: 16px;
  font-weight: 400;
}
.sec02-content-inner .cmn-bt {
  margin: 0 auto;
  max-width: 320px;
}
@media screen and (max-width: 768px) {
  .sec02-content-inner {
    width: 100%;
  }
  .sec02-content-inner .ttl {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .sec02-content-inner .ttl::after {
    width: 100%;
  }
  .sec02-content-inner .name {
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 24px;
  }
  .sec02-content-inner .name span {
    font-size: 14px;
  }
}

.sec03 {
  padding: 120px 80px 0;
}
@media screen and (max-width: 768px) {
  .sec03 {
    padding: 64px 16px 0;
  }
  .sec03 .cmn-ttl {
    margin-bottom: 40px;
  }
}
.sec03-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: 104px;
}
@media screen and (max-width: 768px) {
  .sec03-list {
    gap: 40px;
  }
}
.sec03-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 63px;
}
@media screen and (max-width: 768px) {
  .sec03-list-item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 56px;
  }
}
.sec03-list-item:nth-child(2n) .sec03-list-item-img {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 768px) {
  .sec03-list-item:nth-child(2n) .sec03-list-item-img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.sec03-list-item:nth-child(2n) .sec03-list-item-inner {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 768px) {
  .sec03-list-item:nth-child(2n) .sec03-list-item-inner {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.sec03-list-item .num {
  color: #ee7800;
  font-size: 32px;
  font-family: "Cardo", serif;
  font-weight: 400;
  position: relative;
  padding-bottom: 8px;
}
.sec03-list-item .num::after {
  content: "";
  background-color: #ee7800;
  width: 40px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sec03-list-item .num .large {
  font-size: 42px;
  font-weight: 700;
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .sec03-list-item .num {
    font-size: 24px;
  }
  .sec03-list-item .num .large {
    font-size: 32px;
  }
}
.sec03-list-item .ttl {
  font-size: 24px;
  font-family: "Shippori Mincho", serif;
  margin-top: 40px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .sec03-list-item .ttl {
    font-size: 20px;
    margin-top: 32px;
    margin-bottom: 16px;
  }
}
.sec03-list-item .text {
  margin-bottom: 16px;
  line-height: 200%;
  text-align: justify;
}
.sec03-list-item .more-bt {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .sec03-list-item .more-bt {
    margin-top: 0;
  }
}
.sec03-list-item-img {
  max-width: 516px;
  position: relative;
}
.sec03-list-item-img::before {
  content: "";
  background-color: #fffcf5;
  width: calc(100% + 200px);
  max-width: 716px;
  height: 600px;
  position: absolute;
  top: 40px;
  left: 0;
  left: -80px;
  z-index: -1;
}
.sec03-list-item-img.is-left::before {
  left: auto;
  right: -80px;
}
@media screen and (max-width: 768px) {
  .sec03-list-item-img {
    max-width: initial;
  }
  .sec03-list-item-img::before {
    width: 100vw;
    height: 100%;
    top: 24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.sec03-list-item-inner {
  width: 50%;
  margin-top: 80px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .sec03-list-item-inner {
    width: 100%;
    margin-top: 0;
  }
}
.sec03-list-item.point05 {
  display: block;
}
.sec03-list-item.point05 .sec03-list-item-img {
  display: block;
  max-width: initial;
}
.sec03-list-item.point05 .sec03-list-item-img::before {
  width: calc(100% + 160px);
  height: 546px;
  max-width: 1320px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sec03-list-item.point05 .sec03-list-item-img::before {
    width: 100vw;
    height: 100%;
  }
}
.sec03-list-item.point05 .ttl {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec03-list-item.point05 .is-left-sp {
    text-align: left;
  }
}
.sec03-list-item.point05 .card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 64px 64px;
}
.sec03-list-item.point05 .card > li {
  width: calc(100% / 2 - 64px / 2 * 1);
}
.sec03-list-item.point05 .card .ttl,
.sec03-list-item.point05 .card img {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .sec03-list-item.point05 .card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 32px 32px;
    margin-top: 32px;
  }
  .sec03-list-item.point05 .card > li {
    width: calc(100% / 1 - 32px / 1 * 0);
  }
  .sec03-list-item.point05 .card .ttl,
  .sec03-list-item.point05 .card img {
    margin-bottom: 24px;
  }
  .sec03-list-item.point05 .card .ttl {
    margin-top: 0;
  }
}

.sec04 {
  background-color: #fffcf5;
  padding: 120px 30px 120px;
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .sec04 {
    background-image: none;
    padding: 32px 16px;
  }
}
.sec04-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 24px 24px;
}
.sec04-list > li {
  width: calc(100% / 3 - 24px / 3 * 2);
}
@media screen and (max-width: 768px) {
  .sec04-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 16px 16px;
  }
  .sec04-list > li {
    width: calc(100% / 2 - 16px / 2 * 1);
  }
}
.sec04-list-item a:hover {
  opacity: 1;
}
.sec04-list-item .img-box {
  overflow: hidden;
  width: 100%;
}
.sec04-list-item .img-box img {
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease; /* ゆっくり変化させる */
}
.sec04-list-item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.sec04-list-item .ttl-box {
  background-color: #fff;
  text-align: center;
  padding: 24px 0 40px;
}
@media screen and (max-width: 768px) {
  .sec04-list-item .ttl-box {
    padding: 16px 0 24px;
  }
}
.sec04-list-item .ttl-box .ttl {
  font-size: 20px;
  font-family: "Shippori Mincho", serif;
  line-height: 170%;
  position: relative;
}
.sec04-list-item .ttl-box .ttl:before {
  background: url(../img/cmn/arrow03-bk.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  position: absolute;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: auto;
  width: 32px;
  height: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sec04-list-item .ttl-box .ttl span {
  color: #ee7800;
  display: block;
  font-size: 14px;
  font-family: "Cardo", serif;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .sec04-list-item .ttl-box .ttl {
    font-size: 16px;
  }
  .sec04-list-item .ttl-box .ttl:before {
    width: 20px;
    height: 3px;
    bottom: -8px;
  }
  .sec04-list-item .ttl-box .ttl span {
    font-size: 10px;
  }
}
.sec04-list-item:hover .ttl-box .ttl::before {
  left: 53%;
}
.sec04 .cmn-bt {
  margin: 64px auto 0;
}
@media screen and (max-width: 768px) {
  .sec04 .cmn-bt {
    margin: 24px auto 0;
  }
}

.sec05 {
  background: url(../img/top/sec05/sec05-img-bg.png) no-repeat center center/cover;
  padding: 120px 30px;
}
@media screen and (max-width: 768px) {
  .sec05 {
    background: url(../img/top/sec05/sec05-img-bg-sp.png) no-repeat center center/cover;
    padding: 32px 16px;
  }
}
.sec05-content {
  background-color: #fff;
  padding: 120px 80px;
}
@media screen and (max-width: 768px) {
  .sec05-content {
    padding: 24px 16px;
  }
}
.sec05-content .ttl {
  font-size: 24px;
  line-height: 170%;
  text-align: center;
  padding-bottom: 8px;
  position: relative;
}
.sec05-content .ttl::after {
  content: "";
  width: 150px;
  height: 1px;
  background-color: #332e28;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sec05-content .ttl {
    font-size: 20px;
    padding-bottom: 0;
  }
  .sec05-content .ttl::after {
    content: none;
  }
}
.sec05-content .card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 40px;
}
.sec05-content .card img {
  max-width: 50%;
}
.sec05-content .card .text-box {
  max-width: calc(50% - 40px);
}
.sec05-content .card .text-box .text {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .sec05-content .card {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin-top: 16px;
  }
  .sec05-content .card img {
    max-width: 100%;
  }
  .sec05-content .card .text-box {
    max-width: initial;
  }
}
.sec05-content .cmn-bt {
  margin: 64px auto 0;
}
@media screen and (max-width: 768px) {
  .sec05-content .cmn-bt {
    margin: 0 auto;
  }
}

.sec06 {
  padding: 120px 30px 0;
}
@media screen and (max-width: 768px) {
  .sec06 {
    padding: 64px 16px 0;
  }
}
.sec06-content {
  color: #fff;
  background: url(../img/top/sec06/sec06-bg.png) no-repeat center center/cover;
  padding: 80px;
}
.sec06-content .lead {
  font-size: 20px;
  line-height: 200%;
  text-align: center;
}
.sec06-content .cmn-bt {
  border: 1px solid #fff;
  max-width: 620px;
  width: 100%;
  margin: 48px auto 0;
}
@media screen and (max-width: 768px) {
  .sec06-content {
    padding: 32px 24px;
  }
  .sec06-content .lead {
    font-size: 14px;
  }
}
.sec06 .cmn-ttl {
  color: #fff;
}
.sec06 .cmn-ttl__en {
  color: #fff;
}
.sec06 .cmn-bt::before {
  background: url(../img/cmn/arrow01-2.svg) no-repeat center center/cover;
}
.sec06 .cmn-bt:hover {
  color: #ee7800;
  background: #fff;
}
.sec06 .cmn-bt:hover::before {
  background: url(../img/cmn/arrow01-3.svg) no-repeat center center/cover;
}

.sec07 {
  padding: 120px 30px 0;
}
@media screen and (max-width: 768px) {
  .sec07 {
    padding: 64px 16px 0;
  }
}
.sec07 .hd-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.sec07 .cmn-ttl {
  margin-bottom: 0;
}
.sec07 .more-bt {
  width: 100%;
}
.sec07 .column-lists .column-list .cat {
  border: 1px solid #ee7800;
  color: #ee7800;
}

.sec08 {
  padding: 120px 0 0;
}
@media screen and (max-width: 768px) {
  .sec08 {
    padding: 64px 16px 0;
    overflow: hidden;
  }
}
.sec08 .cmn-bt {
  margin: 64px auto 0;
}
.sec08 .cmn-bt::before {
  background: url(../img/cmn/ico-link.svg) no-repeat center center/cover;
  width: 16px;
  height: 16px;
}
.sec08 .cmn-bt:hover::before {
  background: url(../img/cmn/ico-link-wh.svg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .sec08 .cmn-bt {
    margin-top: 40px;
  }
}
.sec08 .instagram-gallery-item__media-wrap {
  overflow: hidden;
}
.sec08 .instagram-gallery-item__media-wrap img {
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease; /* ゆっくり変化させる */
}
.sec08 .instagram-gallery-item__media-wrap img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.sec08 .swiper-pagination-bullets-dynamic {
  overflow: visible !important;
}
.sec08 .swiper-button-next, .sec08 .swiper-button-prev {
  color: transparent;
  width: 56px;
  height: 56px;
  top: 45%;
  -webkit-transform: none;
          transform: none;
}
.sec08 .swiper-button-next:after, .sec08 .swiper-button-prev:after {
  content: "";
  width: 56px;
  height: 56px;
}
@media screen and (max-width: 768px) {
  .sec08 .swiper-button-next:after, .sec08 .swiper-button-prev:after {
    width: 32px;
    height: 32px;
  }
}
.sec08 .swiper-button-next {
  right: 140px;
}
.sec08 .swiper-button-next:after {
  background: url(../img/cmn/slide-ico-arrow-r.svg) no-repeat center center/cover;
}
.sec08 .swiper-button-prev {
  left: 140px;
}
.sec08 .swiper-button-prev:after {
  background: url(../img/cmn/slide-ico-arrow-l.svg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .sec08 .swiper-button-next {
    right: 0;
  }
  .sec08 .swiper-button-prev {
    left: 0;
  }
}
.sec08 #instagram-gallery-feed-0 .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: #D9D9D9;
}
.sec08 .swiper-pagination {
  bottom: 0;
  text-align: center;
  width: 100% !important;
}
.sec08 .swiper-pagination-bullet {
  -webkit-transform: scale(1);
          transform: scale(1);
  background-color: #D9D9D9;
  opacity: 1;
  left: 0 !important;
}
.sec08 .swiper-pagination-bullet-active {
  background-color: #ee7800 !important;
}
.sec08 .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.sec08 .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.sec08 .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.sec08 .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.sec08 .swiper-container {
  padding-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .sec08 .swiper-container {
    padding-bottom: 24px;
    width: 100% !important;
  }
}
.sec08 .instagram-gallery-list {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.sec08 .instagram-gallery-list a {
  display: block;
}
.local {
  display: block;
  width: 100%;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .local {
    padding-top: 40px;
  }
}
.local .c-inner {
  margin: 0 auto;
  width: 100%;
}
.local .c-inner.m-tm01 {
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  .local .c-inner {
    max-width: 590px;
    padding: 0 10px;
  }
}
.local__content .container {
  padding: 0 30px 120px;
}
@media screen and (max-width: 768px) {
  .local__content .container {
    padding: 0 16px 64px;
  }
}
.local__content .container.is-pb0 {
  padding-bottom: 0;
}
.local__content .w-60 {
  width: 60%;
  margin: 0 auto;
}
.local__content .mt-64 {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .local__content .mt-64 {
    margin-top: 40px;
  }
}
.local__content .mt-120 {
  margin-top: 120px;
  padding-top: 1px;
}
@media screen and (max-width: 768px) {
  .local__content .mt-120 {
    margin-top: 64px;
  }
}
.local__content img {
  width: 100%;
}
.local__content .is-or {
  color: #ee7800;
}
.local__content .is-bg-light {
  background-color: #fffcf5;
  padding: 1px;
}
.local__content .is-bg-light02 {
  background-color: #fbf9f7;
}
.local__content .ico-check {
  position: relative;
}
.local__content .ico-check::before {
  content: "";
  background: url(../img/cmn/checkbox.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-filter: unset;
          filter: unset;
}
.local__content .f-bold {
  font-weight: 700;
}
.local__content .hd-lead {
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .local__content .hd-lead {
    padding: 0 16px;
  }
}
.local__content h2 {
  display: block;
  width: 100%;
  font-family: "Shippori Mincho", serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 170%;
  text-align: center;
  margin-top: 120px;
  margin-bottom: 64px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .local__content h2 {
    font-size: 24px;
    margin: 64px auto 40px;
  }
}
.local__content h2 span {
  color: #ee7800;
}
.local__content h2.mt-40 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .local__content h2.mt-40 {
    margin-top: 10px;
  }
}
.local__content h2.mt-72 {
  margin-top: 72px;
}
@media screen and (max-width: 768px) {
  .local__content h2.mt-72 {
    margin-top: 32px;
  }
}
.local__content h3 {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 170%;
  padding-bottom: 16px;
  margin-bottom: 40px;
  margin-top: 64px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .local__content h3 {
    font-size: 20px;
    margin: 40px 0 20px;
  }
}
.local__content h3::after {
  content: "";
  background-color: #ee7800;
  width: 40px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.local__content h5,
.local__content h6 {
  color: #64b6ea;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: normal;
  margin: 20px 0;
}
.local__content p {
  margin-bottom: 16px;
  line-height: 200%;
}
.local__content p:last-child {
  margin-bottom: 0;
}
.local__content .inner-ttl,
.local__content h4 {
  font-family: "Shippori Mincho", serif;
  margin-bottom: 16px;
  font-weight: 600;
}
.local__content .inner-ttl span,
.local__content h4 span {
  font-size: 20px;
}
.local__content h4 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .local__content h4 {
    margin-top: 24px;
  }
}
.local__content .lead {
  margin-bottom: 40px;
}
.local__content .text {
  text-align: justify;
}
.local__content .grid-box {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .local__content .grid-box {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}
.local__content .grid-box.row1 {
  grid-template-columns: repeat(1, 1fr);
  max-width: 760px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.local__content .grid-box.row1 img {
  width: 100%;
}
.local__content .w-760 {
  display: block;
  margin: 0 auto 40px;
  max-width: 760px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .local__content .w-760 {
    margin: 0 auto 24px;
  }
}
.local__content .steplist {
  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: 80px;
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .local__content .steplist {
    gap: 64px;
    margin-top: 40px;
  }
}
.local__content .steplist-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 24px;
  position: relative;
}
.local__content .steplist-item .img {
  width: 160px;
  height: 160px;
}
.local__content .steplist-item .num {
  width: 160px;
  height: 160px;
  line-height: 160px;
  position: relative;
  background-color: #fffcf5;
  border: 1px solid #87827b;
  border-radius: 50%;
}
.local__content .steplist-item .num p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 32px;
  font-family: "Cardo", serif;
  color: #14232f;
  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;
}
.local__content .steplist-item .num p span {
  color: #87827b;
  font-size: 20px;
  margin-bottom: 8px;
}
.local__content .steplist-item .inner {
  max-width: 976px;
  width: calc(100% - 184px);
}
.local__content .steplist-item .inner h3 {
  font-size: 20px;
  margin-bottom: 16px;
  margin-top: 0;
  padding-bottom: 0;
}
.local__content .steplist-item .inner h3::after {
  content: none;
}
@media screen and (max-width: 768px) {
  .local__content .steplist-item .inner h3 {
    font-size: 16px;
  }
}
.local__content .steplist-item .inner h3 span {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .local__content .steplist-item .inner h3 span {
    font-size: 12px;
  }
}
.local__content .steplist-item::after {
  background: url(../img/cmn/arrow-dwn.svg) no-repeat;
  content: "";
  width: 20px;
  height: 16px;
  position: absolute;
  bottom: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.local__content .steplist-item:last-child::after {
  content: none;
}
@media screen and (max-width: 768px) {
  .local__content .steplist-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }
  .local__content .steplist-item .img {
    width: 120px;
    height: 120px;
  }
  .local__content .steplist-item .inner {
    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;
}
@media screen and (max-width: 768px) {
  .local__content .aligncenter {
    text-align: justify;
  }
}
.local__content .card {
  display: block;
  width: 100%;
}
.local__content .card__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px 30px;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 40px;
}
.local__content .card__list > li {
  width: calc(100% / 2 - 30px / 2 * 1);
}
@media screen and (max-width: 768px) {
  .local__content .card__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 30px 30px;
  }
  .local__content .card__list > li {
    width: calc(100% / 1 - 30px / 1 * 0);
  }
}
.local__content .card__2list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 50px;
  padding: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .local__content .card__2list.is_sp_opposite > div:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .local__content .card__2list.is_sp_opposite > div:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.local__content .card__2list h3,
.local__content .card__2list h4,
.local__content .card__2list h5,
.local__content .card__2list h6 {
  margin-top: 0;
}
.local__content .card__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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 768px) {
  .local__content .card__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.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: 12px;
  width: 50%;
  padding: 20px;
}
.local__content .card__inner .check-item {
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  padding: 16px 16px 16px 46px;
}
.local__content .card__inner .check-item::before {
  content: "";
  background: url(../img/cmn/checkbox.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-filter: unset;
          filter: unset;
}
@media screen and (max-width: 768px) {
  .local__content .card__inner {
    width: 100%;
    padding: 24px;
  }
}
.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 {
  width: 50%;
  height: auto;
  position: relative;
}
.local__content .card__img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 768px) {
  .local__content .card__img {
    width: 100%;
  }
  .local__content .card__img img {
    position: static;
    inset: auto;
  }
}
.local__content .line {
  border-top: solid 1px #d4d8e3;
  margin: 40px 0;
}
.local__content .borderBox {
  border: solid 1px #d4d8e3;
  padding: 48px;
}
.local__content .borderBox h2,
.local__content .borderBox h3,
.local__content .borderBox h4,
.local__content .borderBox h5,
.local__content .borderBox h6 {
  margin-top: 0;
}
.local__content .borderBox p {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .local__content .borderBox {
    padding: 30px 20px;
  }
}
.local__content .borderBox + .borderBox {
  margin-top: 30px;
}
.local__content .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .local__content .grid {
    grid-template-columns: 1fr;
    grid-template-areas: "txtbox" "imgbox";
  }
  .local__content .grid .imgBox {
    grid-area: imgbox;
  }
  .local__content .grid .txtBox {
    grid-area: txtbox;
  }
}
.local__content .tabBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .local__content .tabBox {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.local__content .tabBox .tab {
  background-color: #fff;
  border: 1px solid #14232f;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  font-weight: 500;
  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;
  padding: 13px 8px;
  cursor: pointer;
  width: 158px;
}
@media screen and (max-width: 768px) {
  .local__content .tabBox .tab {
    font-size: 12px;
    padding: 16px 0;
    width: calc((100% - 16px) / 3);
  }
}
.local__content .tabBox .tab span {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .local__content .tabBox .tab span {
    font-size: 8px;
  }
}
.local__content .tabBox .tab.active {
  color: #fff;
  background-color: #ee7800;
  border: none;
  cursor: auto;
}
.local__content .tab-container {
  background-color: #fff;
  margin-top: 40px;
  padding: 56px 64px 80px;
}
.local__content .tab-container .cmn-bt {
  width: 320px;
}
@media screen and (max-width: 768px) {
  .local__content .tab-container {
    padding: 32px 16px;
  }
  .local__content .tab-container .cmn-bt {
    width: 100%;
  }
}
.local__content .tab__content {
  display: none;
}
.local__content .tab__content .hd {
  font-size: 24px;
  text-align: center;
  margin: 0 auto 40px;
}
.local__content .tab__content .hd span {
  display: block;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .local__content .tab__content .hd {
    font-size: 20px;
    margin: 0 auto 24px;
  }
  .local__content .tab__content .hd span {
    font-size: 14px;
  }
}
.local__content .tab__content.show {
  display: block;
}
.local__content .tab__content .prBox {
  padding: 40px;
}
.local__content .tab__content .prBox .catch {
  background-color: #fff;
  margin-bottom: 16px;
  padding: 24px;
  text-align: center;
}
.local__content .tab__content .prBox .point__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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.local__content .tab__content .prBox .point__list .item {
  border: 1px solid #ee7800;
  border-radius: 50px;
  background-color: #fff;
  color: #ee7800;
  letter-spacing: 0.01em;
  padding: 8px 24px 8px 52px;
}
.local__content .tab__content .prBox .text {
  margin-bottom: 8px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .local__content .tab__content .prBox {
    padding: 16px;
  }
  .local__content .tab__content .prBox .catch {
    font-weight: 600;
  }
  .local__content .tab__content .prBox .point__list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .local__content .tab__content .prBox .text {
    text-align: justify;
    margin-bottom: 0;
  }
}
.local__content .tab__content .p-recruit-content {
  background-color: #fff;
  border: 5px solid #fbf9f7;
  margin: 40px 0;
  padding: 40px;
}
.local__content .tab__content .p-recruit-content .check-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 8px 0;
}
.local__content .tab__content .p-recruit-content .check-list li {
  padding-left: 26px;
}
.local__content .tab__content .p-recruit-content .ico-check::before {
  left: 0;
}
.local__content .tab__content .p-recruit-content .flow-list {
  margin-bottom: 16px;
}
.local__content .tab__content .p-recruit-content .memo {
  font-size: 14px;
}
.local__content .tab__content .p-recruit-content .indent-list {
  margin-bottom: 0;
}
.local__content .tab__content .p-recruit-content p {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .local__content .tab__content .p-recruit-content {
    margin: 24px 0;
    padding: 32px 24px;
  }
  .local__content .tab__content .p-recruit-content .memo {
    font-size: 12px;
  }
  .local__content .tab__content .p-recruit-content .check-list {
    gap: 8px;
  }
  .local__content .tab__content .p-recruit-content .flow-list {
    margin-bottom: 8px;
  }
}
.local__content .tab__content table th,
.local__content .tab__content table td {
  background-image: -webkit-repeating-linear-gradient(left, #a8a8a8, #a8a8a8 2px, transparent 2px, transparent 4px);
  background-image: repeating-linear-gradient(90deg, #a8a8a8, #a8a8a8 2px, transparent 2px, transparent 4px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 0.5px;
  padding: 24px 0;
}
.local__content .tab__content table th {
  font-family: "Shippori Mincho", serif;
  width: 240px;
  font-weight: 500;
  display: table-cell;
}
.local__content .tab__content table tr:first-child th,
.local__content .tab__content table tr:first-child td {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .local__content .tab__content table th,
  .local__content .tab__content table td {
    display: block;
    width: 100%;
  }
  .local__content .tab__content table th {
    font-weight: 600;
    text-align: justify;
    background-image: none;
    padding: 24px 0 8px;
  }
  .local__content .tab__content table td {
    padding: 0 0 16px;
  }
}
.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 .point-list {
  border-radius: 16px;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 40px;
  margin-bottom: 24px;
  background-color: #fffcf5;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .local__content .point-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
.local__content .point-list-item {
  border-radius: 8px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 16px;
  background-color: #fff;
  color: #ee7800;
}
@media screen and (max-width: 768px) {
  .local__content .point-list-item {
    letter-spacing: 0.01em;
  }
}
@media screen and (max-width: 768px) {
  .local__content .point-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    padding: 16px;
  }
}
.local__content .num-list-item {
  position: relative;
  margin-bottom: 16px;
  list-style-type: none;
  counter-increment: cnt;
}
.local__content .num-list-item::before {
  content: "" counter(cnt) ".";
}
.local .indent-list {
  margin-bottom: 16px;
}
.local .indent-list li {
  position: relative;
  padding-left: 24px;
  line-height: 200%;
}
.local .indent-list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .local .indent-list li {
    padding-left: 18px;
  }
}
.local .p-sidetitle-table-contents table {
  margin-top: 42px;
  width: 100%;
}
.local .p-sidetitle-table-contents table th {
  font-family: "Shippori Mincho", serif;
  width: 28%;
  background-color: #fffcf5;
  font-weight: 500;
  border: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  display: table-cell;
  text-align: center;
  padding: 16px;
  vertical-align: middle;
}
.local .p-sidetitle-table-contents table td {
  padding: 16px;
  border: 1px solid #e6e6e6;
  line-height: 2;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .local .p-sidetitle-table-contents table {
    margin-top: 30px;
  }
  .local .p-sidetitle-table-contents table th {
    width: 100%;
    display: block !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100% !important;
    border-bottom: none;
  }
  .local .p-sidetitle-table-contents table td {
    display: block !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    border-bottom: none;
  }
  .local .p-sidetitle-table-contents table tr:last-child {
    border-bottom: 1px solid #e6e6e6;
  }
}

.p-accsess .text-box {
  margin-bottom: 24px;
}
.p-accsess iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 768px) {
  .p-accsess {
    padding: 0 16px;
  }
}

.p-table-contents {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-table-contents {
    padding: 0 16px;
  }
}
.p-table-contents .note {
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 768px) {
  .p-table-contents .note {
    font-size: 10px;
  }
}

.p-table__inner {
  margin: 20px 0;
  width: 100%;
}
.p-table__inner th {
  font-family: "Shippori Mincho", serif;
  font-weight: normal;
  color: #fff;
  background: #a58a5a;
  text-align: center;
  line-height: 3.5em;
  letter-spacing: 3px;
}
.p-table__inner th:not(:last-child) {
  border-right: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .p-table__inner th {
    line-height: 170%;
    font-size: 10px;
  }
}
.p-table__inner tr:nth-of-type(2n) td {
  background: #fff;
}
.p-table__inner tr:nth-of-type(odd) td {
  background: #fffcf5;
}
.p-table__inner td {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  text-align: center;
  line-height: 170%;
  padding: 16px;
  letter-spacing: 3px;
  border: 1px solid #e6e6e6;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-table__inner {
    margin-bottom: 8px;
  }
  .p-table__inner td {
    font-size: 10px;
    letter-spacing: 0.01em;
    padding: 8px;
  }
  .p-table__inner tr:first-child td {
    padding: 16px 8px;
  }
}

.p-staff-contents {
  margin-top: 180px;
}
.p-staff__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 43px;
}
.p-staff__list {
  width: 23%;
  line-height: 2;
  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;
  font-family: "Noto Sans JP", sans-serif;
}
.p-staff__list .c-button {
  text-align: center;
  padding: 10px 20px;
  margin-top: auto;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
}
.p-staff__clinic {
  color: #a58a5a;
  margin: 4px 0;
}
.p-staff__name {
  margin-top: 20px;
}
.p-staff__text {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .p-doctor-contents {
    padding: 0 16px;
  }
}
.p-doctor__profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-bottom: 64px;
}
.p-doctor__profile-name {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 16px;
}
.p-doctor__profile-name .position {
  font-size: 14px;
  margin-bottom: 8px;
}
.p-doctor__profile-name .name {
  font-size: 24px;
  margin-bottom: 16px;
}
.p-doctor__profile-name .name-kn {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .p-doctor__profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    margin-bottom: 32px;
  }
  .p-doctor__profile-name .position {
    margin-bottom: 16px;
  }
  .p-doctor__profile-name .name {
    font-size: 20px;
  }
  .p-doctor__profile-name .name-kn {
    font-size: 14px;
  }
}
.p-doctor__figure {
  max-width: 300px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-doctor__figure {
    max-width: initial;
    width: 100%;
  }
}
.p-doctor__details {
  width: calc(100% - 340px);
}
.p-doctor__details dl {
  padding: 14px 0;
}
.p-doctor__details dl:last-of-type {
  border-top: none;
}
.p-doctor__details dl dt {
  font-weight: 600;
  width: 30%;
  font-size: 20px;
  font-family: "Shippori Mincho", serif;
  min-width: 95px;
  line-height: 170%;
}
.p-doctor__details dl dd {
  font-size: 14px;
  padding: 16px 0 0;
  line-height: 200%;
  width: 100%;
}
.p-doctor__details dl dd .link-img {
  display: block;
  max-width: 300px;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .p-doctor__details {
    width: 100%;
  }
}
.p-doctor__title {
  padding-left: 1em;
  margin-bottom: 20px;
}

.p-check-contents {
  margin-top: 235px;
  padding-bottom: 315px;
  border-bottom: 1px solid #c5c2c3;
}
.p-check-contents .p-heading5 {
  margin: 0;
  font-weight: normal;
}
.p-check__text {
  background: url(../img/check_bg02.jpg) no-repeat;
  background-size: cover;
  padding: 20px;
  position: relative;
}
.p-check__lists {
  color: #333333;
  font-size: 20px;
  background: rgba(255, 255, 255, 0.6);
  padding: 20px 55px;
  position: relative;
}
.p-check__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 3.1;
  border-bottom: 1px dashed #625a5e;
}
.p-check__list:before {
  content: "";
  background: url(../img/checkbox.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 1em;
  -webkit-filter: unset;
          filter: unset;
}
.p-check__figure img {
  max-width: 300px;
}

.c-section-title--sub {
  margin-top: 10px;
}

.u-lts {
  letter-spacing: 0.1em;
}

.tanto {
  display: inline-block;
  padding: 8px;
  margin-bottom: 10px;
  font-size: 14px;
  background-color: #8f5b27;
  color: #fff;
  line-height: 170%;
}

.p-h3-contents {
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .p-h3-contents {
    padding: 0 16px;
  }
}

.p-h3__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-h3__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    margin-bottom: 64px;
  }
}

h3.p-heading3 {
  padding-bottom: 0;
}
h3.p-heading3::after {
  content: none;
}
@media screen and (max-width: 768px) {
  h3.p-heading3 {
    margin-bottom: 40px;
  }
}

.c-section-inner:last-of-type .p-h3__flex {
  margin-bottom: 0;
}

.p-h3__text {
  margin-bottom: 20px;
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  .p-h3__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-h3__figure {
  width: 100%;
  margin: 0;
}

.p-h3__figure img {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  margin: 0;
}

.p-h3__text2 {
  text-align: center;
  margin-bottom: 25px;
}

.center_img {
  margin: 20px auto 30px;
  max-width: 600px;
  width: 80%;
}
.center_img img {
  width: 100%;
}

.flow {
  border-bottom: 1px solid;
  font-size: 18px;
  color: #a58a5a;
}

.w11 {
  width: 11% !important;
}

.kaisha th,
.kaisha td {
  padding: 32px 0;
  vertical-align: middle;
}
.kaisha th {
  border-bottom: 1px solid #332e28;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  text-align: center;
  min-width: 240px;
}
.kaisha td {
  border-bottom: 1px solid #d9d9d9;
}
.kaisha td .map {
  max-width: 518px;
}
@media screen and (max-width: 768px) {
  .kaisha th,
  .kaisha td {
    padding: 16px 0;
  }
  .kaisha th {
    min-width: 100px;
  }
  .kaisha td {
    padding: 16px;
  }
  .kaisha iframe {
    width: 100%;
    height: 130px;
  }
}

.biz-hour {
  display: block;
  border-collapse: collapse;
}
.biz-hour th {
  font-family: "Shippori Mincho", serif;
  padding-bottom: 4px;
}
.biz-hour th:first-child {
  min-width: 166px;
  text-align: left;
  padding-left: 28px;
  font-size: 16px;
}
.biz-hour th,
.biz-hour td {
  vertical-align: middle;
  padding: 16px;
  text-align: center;
  border-bottom: 1px solid #d2d2d2;
}
.biz-hour td {
  font-family: "Cardo", serif;
  padding-top: 14px;
  font-size: 14px;
  letter-spacing: 0.15em;
}
.biz-hour .u-bb-none {
  border-bottom: none;
}
.biz-hour .u-pt {
  padding-top: 20px;
}
.biz-hour .u-pb {
  padding-bottom: 14px;
}
.biz-hour th {
  font-weight: normal;
}
.biz-hour .u-color-object {
  color: #ee7800;
  font-size: 12px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .biz-hour th {
    font-size: 12px;
    padding: 12px 0;
  }
  .biz-hour th:first-child {
    min-width: initial;
    text-align: center;
    font-size: 12px;
    padding-left: 0;
  }
  .biz-hour td {
    font-size: 12px;
    padding: 12px;
  }
  .biz-hour td:first-child {
    padding: 12px 0;
  }
  .biz-hour .u-color-object {
    font-size: 10px;
  }
}

.p-map_titleHoliday {
  margin-top: 16px;
  margin-bottom: 5px;
}
.p-map__holiday {
  margin-top: 16px;
  font-size: 12px;
  line-height: 2;
  font-family: "Shippori Mincho", serif;
}
.p-map__holiday .u-color-object {
  color: #ee7800;
  font-size: 12px;
  vertical-align: middle;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-map__holiday .u-color-object {
    font-size: 10px;
  }
}
.p-map__holiday .u-lg {
  font-size: 20px;
  line-height: 0;
  margin-right: 1px;
}
@media screen and (max-width: 768px) {
  .p-map__holiday {
    margin-top: 12px;
  }
}
.p-map__holidayTime {
  letter-spacing: 0.05em;
  margin-bottom: 8px !important;
}
@media screen and (max-width: 768px) {
  .p-map__holidayTime {
    font-size: 10px;
    margin-bottom: 4px !important;
  }
}

.p-list__lists {
  line-height: 3.125;
}
.p-list__list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 200%;
  font-family: "Shippori Mincho", serif;
}
.p-list__list a {
  position: relative;
  padding-right: 24px;
}
.p-list__list a::after {
  content: "";
  background: url(../img/cmn/ico-link-nml.svg) no-repeat;
  background-size: 100% auto;
  width: 16px;
  height: 17px;
  position: absolute;
  right: 0;
  top: 3px;
}

.breadcrumb {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px 10px 0;
  max-width: 1160px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    padding: 20px 16px;
  }
}
.breadcrumb__list__item {
  color: #332E28;
  display: inline;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.breadcrumb__list__item a {
  color: #332E28;
}
.breadcrumb__list__item + li {
  position: relative;
  margin-left: 20px;
}
.breadcrumb__list__item + li::before {
  content: "";
  background: url(../img/cmn/arrow02.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: 6px;
  left: -12px;
  width: 5px;
  height: 10px;
}/*# sourceMappingURL=style.css.map */