@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");
.clr-main01 {
  color: #595959;
}

.clr-main02 {
  color: #F29D5F;
}

.clr-main03 {
  color: #DD782E;
}

.clr-main04 {
  color: #EB7625;
}

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

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

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

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

.splide--rtl {
  direction: rtl;
}

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

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

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

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

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

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

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

.splide__progress__bar {
  width: 0;
}

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

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

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

.splide__slide img {
  vertical-align: bottom;
}

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

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

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

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

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

.clr-main01 {
  color: #595959;
}

.clr-main02 {
  color: #F29D5F;
}

.clr-main03 {
  color: #DD782E;
}

.clr-main04 {
  color: #EB7625;
}

/*  --------------------------------------------------------------------------------
  _base.scss
--------------------------------------------------------------------------------  */
body {
  background: #fff;
  color: #595959;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin: 0;
  min-width: 1025px;
}
@media screen and (max-width: 768px) {
  body {
    min-width: auto;
    font-size: 14px;
  }
}

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

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

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

li {
  list-style: none;
}

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

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

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

em {
  font-style: normal;
}

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

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

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

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

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

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

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

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.clr-main01 {
  color: #595959;
}

.clr-main02 {
  color: #F29D5F;
}

.clr-main03 {
  color: #DD782E;
}

.clr-main04 {
  color: #EB7625;
}

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

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

.cmn-ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.cmn-ttl-hd {
  font-size: 45px;
}
.cmn-ttl__en {
  display: block;
  color: #F29D5F;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .cmn-ttl-hd {
    font-size: 32px;
  }
  .cmn-ttl__en {
    font-size: 15px;
    line-height: 1.6;
  }
}

.cmn-bt {
  background: #036ed1;
  color: #fff;
  display: grid;
  place-content: center;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0;
  margin: 0 auto;
  padding: 10px 0;
  position: relative;
  max-width: 315px;
  width: 100%;
  height: 56px;
}
.cmn-bt:before {
  background: url(../img/cmn/ico_arrow_wht01.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 14px;
  height: 14px;
}
.cmn-bt span {
  font-weight: normal;
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  .cmn-bt:hover {
    opacity: 1;
    background: rgba(3, 110, 209, 0.5);
  }
}
@media screen and (max-width: 768px) {
  .cmn-bt {
    font-size: 16px;
    padding: 5px 0;
    max-width: 350px;
    width: 100%;
    height: 50px;
  }
  .cmn-bt span {
    font-size: 16px;
  }
}

.more-bt {
  color: #F29D5F;
  font-weight: 700;
  position: relative;
  padding-right: 74px;
}
.more-bt:before {
  background: url(../img/cmn/ico_arrow01.svg) no-repeat center;
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 64px;
  height: 64px;
}
@media screen and (max-width: 768px) {
  .more-bt {
    display: block;
    font-size: 14px;
    width: 190px;
    height: 50px;
    line-height: 50px;
    padding-right: 58px;
  }
  .more-bt:before {
    width: 48px;
    height: 48px;
  }
}

.more-bt02 {
  color: #fff;
  background-color: #F29D5F;
  border-radius: 8px;
  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;
  margin: 0 auto;
  font-weight: 700;
  font-size: 16px;
  width: 181px;
  height: 57px;
  letter-spacing: 0.1em;
  position: relative;
}
.more-bt02:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 23px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px solid #ffffff;
  border-right: 0;
}

.cnct-btBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media screen and (max-width: 768px) {
  .cnct-btBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cnct-btBox .ico-insta {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 30px;
  }
}
.cnct-btBox02 {
  padding: 30px 0 36px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .cnct-btBox02 {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.cnct-btBox02 .tel-bt,
.cnct-btBox02 .mail-bt,
.cnct-btBox02 .ico-insta {
  position: relative;
  width: 100%;
  height: 56px;
}
.cnct-btBox02 .tel-bt::before,
.cnct-btBox02 .mail-bt::before,
.cnct-btBox02 .ico-insta::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 14px;
  margin: auto;
  width: 32px;
  height: 32px;
  z-index: 100;
}
.cnct-btBox02 .ico-insta {
  display: block;
}
.cnct-btBox02 .ico-insta img {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .cnct-btBox02 .ico-insta {
    width: 64px;
    height: 64px;
  }
}
.cnct-btBox02 .tel-bt:before {
  background: url(../img/cmn/ico_tel.svg) no-repeat;
  background-size: 100% auto;
}
.cnct-btBox02 .mail-bt:before {
  background: url(../img/cmn/ico_web01.svg) no-repeat;
  background-size: 100% auto;
}

.ico-insta {
  width: 64px;
  height: 64px;
}

.tel-bt {
  background-color: #fff;
  border: 1px solid #F29D5F;
  border-radius: 8px;
  color: #F29D5F;
  font-size: 16px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  position: relative;
  width: 219px;
  height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 120%;
}
.tel-bt span {
  position: relative;
  padding-left: 52px;
}
.tel-bt span:before {
  background: url(../img/cmn/ico_tel.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .tel-bt {
    font-size: 16px;
    width: 310px;
    height: 64px;
  }
}
@media screen and (min-width: 769px) {
  .tel-bt:hover {
    background-color: rgba(226, 218, 202, 0.5);
  }
}

.mail-bt {
  background-color: #F29D5F;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  position: relative;
  width: 201px;
  height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 120%;
}
.mail-bt span {
  position: relative;
  padding-left: 52px;
}
.mail-bt span:before {
  background: url(../img/cmn/ico_web01.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .mail-bt {
    font-size: 16px;
    width: 310px;
    height: 64px;
  }
}

.clr-main01 {
  color: #595959;
}

.clr-main02 {
  color: #F29D5F;
}

.clr-main03 {
  color: #DD782E;
}

.clr-main04 {
  color: #EB7625;
}

/*  --------------------------------------------------------------------------------
  _header.scss
--------------------------------------------------------------------------------  */
.header {
  padding: 20px 40px 30px;
  width: 100%;
  height: 163px;
  min-height: 113px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 9999;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .header {
    padding: 30px 20px 25px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    background-color: #fff;
    position: fixed;
    inset: 0;
    padding: 4px 0 4px 14px;
    min-width: 100%;
    height: 75px;
    min-height: initial;
    z-index: 2000;
    opacity: 1;
    visibility: visible;
  }
  .header:after {
    content: none;
  }
}
@media only screen and (min-width: 769px) {
  .header {
    position: absolute;
    top: 0;
    left: 0;
  }
  .header.is-headerOn {
    position: fixed;
    inset: 0 0 auto auto;
    -webkit-animation: fadeIn 1s ease;
            animation: fadeIn 1s ease;
    background-color: #fff;
    height: 163px;
  }
  @-webkit-keyframes fadeIn {
    from {
      opacity: 0;
      -webkit-transform: translateY(-64px);
              transform: translateY(-64px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
      -webkit-transform: translateY(-64px);
              transform: translateY(-64px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
}
.header-wrp {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-left {
  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: 24px;
}
.header-bt {
  background-color: #F29D5F;
  border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  place-content: center;
  position: fixed;
  inset: 10px 10px auto auto;
  width: 56px;
  height: 56px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 99999;
}
.header-bt span {
  background: #fff;
  display: block;
  position: absolute;
  margin: auto;
  width: 24px;
  height: 2px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header-bt span:nth-child(1) {
  inset: -15px 0 0 0;
}
.header-bt span:nth-child(2) {
  inset: 0 0 0 0;
}
.header-bt span:nth-child(3) {
  inset: 0 0 -15px 0;
}
.header-bt.is-navOn span:nth-child(1) {
  inset: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header-bt.is-navOn span:nth-child(2) {
  inset: 0 0 0 0;
  opacity: 0;
}
.header-bt.is-navOn span:nth-child(3) {
  inset: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header-logo {
  position: absolute;
  top: 48px;
  left: 41px;
  width: 257px;
}
@media screen and (max-width: 768px) {
  .header-logo {
    top: 16px;
    left: 10px;
    width: 190px;
  }
}
.header-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 600px;
}
@media screen and (max-width: 768px) {
  .header-content {
    display: block;
    width: 100%;
    min-width: initial;
  }
}
.header-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  z-index: 999;
  padding-right: 24px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header-nav {
    display: block;
    background-color: #fffefc;
    padding: 106px 30px 40px;
    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:before {
    background: url(../img/cmn/drawer_ill01.webp) no-repeat;
    background-size: 100% auto;
    content: "";
    display: block;
    position: fixed;
    top: 154px;
    left: 0;
    margin: auto;
    width: 168px;
    height: 269px;
  }
  .header-nav::after {
    background: url(../img/cmn/drawer_ill02.webp) no-repeat;
    background-size: 100% auto;
    content: "";
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 331px;
    height: 353px;
  }
}
.header-nav.is-navOn {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.header-nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.header-nav-link-ttl {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .header-nav-link {
    display: block;
    width: 100%;
    height: auto;
  }
  .header-nav-link .ttl-en {
    color: #595959;
    display: block;
    font-size: 12px;
    font-family: "Cardo", serif;
  }
}
.header-nav-link-ttl {
  line-height: 180%;
}
.header-nav-link-ttl.active {
  opacity: 1;
}
@media screen and (max-width: 1240px) and (min-width: 769px) {
  .header-nav-link-ttl {
    letter-spacing: -0.01em;
  }
}
.header-nav-spBtBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .header-nav-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .header-nav-link a {
    border-top: 1px solid rgba(89, 89, 89, 0.3);
    display: block;
    font-size: 18px;
    position: relative;
    padding: 26px 0;
    width: 100%;
  }
  .header-nav-link a:before {
    background: url(../img/cmn/ico_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-link:first-child a {
    border-top: none;
  }
  .header-nav-link:last-child a {
    border-bottom: 1px solid rgba(89, 89, 89, 0.3);
  }
}

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

.js-accordion-content {
  background-color: #fff;
  border: 2px solid #F29D5F;
  border-radius: 10px;
  position: absolute;
  left: 50px;
  padding: 40px;
  width: 630px;
  z-index: 3000;
}
.js-accordion-content.is_accod01 {
  left: -150px;
  bottom: -157px;
  width: 400px;
}
.js-accordion-content.is_accod02 {
  left: 0;
  bottom: -756px;
}
@media screen and (max-width: 768px) {
  .js-accordion-content {
    position: static;
    inset: auto;
    min-width: initial;
    width: 100%;
    -webkit-transform: none;
            transform: none;
    padding-top: 0;
    background-color: transparent;
    border: none;
    padding: 0;
  }
}
.js-accordion-content .cmn-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px;
}
.js-accordion-content-hd {
  color: #fff;
  display: inline;
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .js-accordion-content-hd {
    display: none;
  }
}
.js-accordion-content .js-accordion-wrp {
  display: grid;
  gap: 30px;
}
.js-accordion-content .js-accordion-wrp.row1 {
  grid-template-columns: repeat(1, 1fr);
}
.js-accordion-content .js-accordion-wrp.row2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .js-accordion-content .js-accordion-wrp.row2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .js-accordion-content .js-accordion-wrp {
    padding-bottom: 30px;
  }
}
.js-accordion-content .accordion__list {
  width: 100%;
}
.js-accordion-content .accordion__list-hd {
  display: block;
  color: #F29D5F;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
}
.js-accordion-content .accordion__list-hd:before {
  background: url(../img/cmn/ico_arrow03.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 7px;
  height: 11px;
}
@media screen and (max-width: 768px) {
  .js-accordion-content .accordion__list-hd:before {
    content: none;
  }
}
.js-accordion-content .accordion__list-hd::after {
  background-color: #F29D5F; /* 線色 */
  border-radius: 5px; /* 線幅の半分 */
  content: "";
  display: block;
  height: 2px; /* 線幅 */
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .js-accordion-content .accordion__list-hd::after {
    height: 1px;
  }
}
@media screen and (max-width: 768px) {
  .js-accordion-content .accordion__list-hd {
    font-size: 16px;
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
}
.js-accordion-content .accordion__list .item-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .js-accordion-content .accordion__list .item-box {
    gap: 20px 10px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.js-accordion-content .accordion__list-item {
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.01em;
  position: relative;
  width: 100%;
  padding-right: 20px;
}
.js-accordion-content .accordion__list-item:before {
  background: url(../img/cmn/ico_arrow03.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 7px;
  height: 11px;
}
@media screen and (max-width: 768px) {
  .js-accordion-content .accordion__list-item:before {
    content: none;
  }
}
.js-accordion-content .accordion__list-item:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .js-accordion-content .accordion__list-item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: calc((100% - 10px) / 2);
    border: none;
    font-weight: 500;
    font-size: 13px;
    color: #454545;
    padding: 0;
  }
}
.js-accordion-content .accordion__list-item span {
  font-size: 13px;
  margin-top: 6px;
}
.js-accordion-content .accordion__list-item.w100-sp {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .js-accordion-content .accordion__list-item.w100-sp {
    width: 100%;
  }
}

.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 {
    border-top: 1px solid rgba(89, 89, 89, 0.3);
    padding: 26px 0;
  }
  .js-accordion-title:before {
    background: url(../img/cmn/ico_prus.svg) no-repeat;
    background-size: 100% auto;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 12px;
    height: 12px;
  }
  .js-accordion-title.footer-nav-link-ttl::before,
  .js-accordion-title .header-nav-link-ttl::before {
    background: url(../img/cmn/ico_prus.svg) no-repeat;
    background-size: 100% auto;
    width: 11px;
    height: 11px;
  }
}
@media screen and (max-width: 768px) {
  .js-accordion-title.open {
    opacity: 1;
  }
  .js-accordion-title.open::before {
    background: url(../img/cmn/ico_minus.svg) no-repeat;
    background-size: 100% auto;
    width: 11px;
    height: 2px;
  }
}

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

body.is-navOn .header-nav-link.open {
  opacity: 1;
}
body.is-navOn .header-nav-link {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  body.is-navOn .header-nav-link {
    opacity: 1;
  }
}

.clr-main01 {
  color: #595959;
}

.clr-main02 {
  color: #F29D5F;
}

.clr-main03 {
  color: #DD782E;
}

.clr-main04 {
  color: #EB7625;
}

/*  --------------------------------------------------------------------------------
  _footer.scss
--------------------------------------------------------------------------------  */
.footer-content {
  background-color: #f3f3f3;
  padding: 80px 60px 60px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1460px) and (min-width: 769px) {
  .footer-content {
    padding: 80px 60px 130px;
  }
}
@media screen and (max-width: 768px) {
  .footer-content {
    padding: 50px 30px 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
  }
}
.footer-logoBox {
  max-width: 380px;
}
.footer-logoBox .text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 175%;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .footer-logoBox .text {
    font-size: 16px;
    margin-top: 16px;
  }
}
@media screen and (min-width: 769px) {
  .footer-inner {
    position: absolute;
    top: 80px;
    right: 60px;
    width: 62.73%;
  }
}
.footer-nav {
  margin-bottom: 40px;
}
.footer-nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.footer-nav-link-ttl {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .footer-nav-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .footer-nav-link {
    border-bottom: 1px solid rgba(89, 89, 89, 0.3);
    width: 100%;
    line-height: 100%;
  }
  .footer-nav-link-ttl {
    display: block;
    position: relative;
    padding: 26px 0 26px;
  }
  .footer-nav-link-ttl:before {
    background: url(../img/cmn/ico_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;
  }
  .footer-nav .js-accordion-title {
    border-top: none;
  }
}

.footer-logo {
  display: block;
  width: 279px;
}

.footer-guide {
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .footer-guide {
    padding: 0;
  }
}
.footer-guide-list {
  background-color: rgba(242, 157, 95, 0.1);
  border-radius: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  padding: 60px;
}
.footer-guide-list .footer-logo {
  margin-bottom: 20px;
}
.footer-guide-list .text {
  font-size: 18px;
  font-weight: 500;
  line-height: 175%;
  margin-bottom: 15px;
}
.footer-guide-list .date {
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  margin-top: 7px;
}
.footer-guide-list .note {
  color: #333333;
  font-weight: 500;
  font-size: 15px;
  line-height: 175%;
}
.footer-guide-list iframe {
  height: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .footer-guide-list {
    border-radius: 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    padding: 30px 20px;
  }
  .footer-guide-list .footer-logo {
    margin-bottom: 10px;
  }
  .footer-guide-list .text {
    font-size: 16px;
    margin-bottom: 5px;
    letter-spacing: 0.01em;
  }
  .footer-guide-list .text:last-child {
    margin-bottom: 25px;
  }
  .footer-guide-list .date {
    font-size: 16px;
    margin-top: 5px;
  }
  .footer-guide-list iframe {
    border-radius: 10px;
    height: 210px;
    margin-top: 25px;
  }
}

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

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

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

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

#topic_path li br {
  display: none;
}

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

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

.newsList {
  margin-top: 168px;
  max-width: 900px;
  padding-bottom: 100px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .newsList {
    margin-top: 40px;
    padding-bottom: 60px;
  }
}
.newsList-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 54px;
}
.newsList-item {
  background-color: #f5f5f5;
}
.newsList-item-link {
  display: block;
  padding: 25px 30px;
}
.newsList-item-date {
  color: #F29D5F;
  font-size: 14px;
}
.newsList-item-category {
  border: 1px solid #F29D5F;
  border-radius: 50vh;
  color: #F29D5F;
  font-size: 14px;
  padding: 2px 10px;
  margin-left: 10px;
}
.newsList-item-title {
  font-size: 24px;
  font-weight: normal;
  margin-top: 20px;
}
.newsList-item-text {
  font-size: 16px;
  margin-top: 10px;
}

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

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

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

.tb_ovn_news {
  margin-top: 5px;
}

.news_sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.news_sub .date {
  font-size: 12px;
  margin-right: 5px;
}
.news_sub .cate_name {
  border: 1px solid #F29D5F;
  border-radius: 50vh;
  color: #F29D5F;
  font-size: 10px;
  padding: 2px 6px;
}
.news_sub .tb_tt {
  font-size: 15px;
  font-weight: bold;
  margin-top: 5px;
}

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

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

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

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

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

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

.content_post {
  max-width: 760px;
  width: 100%;
}
.content_post .section {
  background: #f5f5f5;
  padding: 40px;
}
.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: bold;
  padding-bottom: 16px;
}
.content_post p {
  line-height: 2.125em;
  margin: 0 0 2.125em;
}
.content_post p a {
  color: #F29D5F;
  text-decoration: underline;
}
.content_post .aligncenter {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .content_post {
    max-width: 100%;
  }
  .content_post__ttl {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .content_post h2 {
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 16px;
  }
  .content_post p {
    line-height: 2.125em;
    margin: 0 0 2.125em;
  }
  .content_post p a {
    color: #F29D5F;
    text-decoration: underline;
  }
}

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

.wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
.wp-pagenavi span.current {
  background: #F29D5F;
  color: #fff;
  border: none;
}
.wp-pagenavi a,
.wp-pagenavi span {
  background: #f5f5f5;
  border-radius: 5px;
  color: #868686;
  font-size: 14px;
  font-weight: bold;
  padding: 3px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 28px;
}
.wp-pagenavi a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wp-pagenavi a:hover {
  background: #F29D5F;
  color: #fff;
  opacity: 1;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  background: #f5f5f5;
  color: #868686;
}

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

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

.clr-main01 {
  color: #595959;
}

.clr-main02 {
  color: #F29D5F;
}

.clr-main03 {
  color: #DD782E;
}

.clr-main04 {
  color: #EB7625;
}

/*  --------------------------------------------------------------------------------
  _top.scss
--------------------------------------------------------------------------------  */
@media screen and (max-width: 768px) {
  .cv-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: fixed;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    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 .tel-bt,
  .cv-list .mail-bt {
    font-size: 14px;
    letter-spacing: 0.03em;
    width: 50%;
    border-radius: 0;
    height: auto;
  }
  .cv-list .tel-bt:before,
  .cv-list .mail-bt:before {
    background-size: 100% auto;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    width: 30px;
    height: 30px;
    z-index: 100;
  }
  .cv-list .tel-bt:before {
    background: url(../img/cmn/ico_tel.svg) no-repeat;
    background-size: 100% auto;
  }
  .cv-list .mail-bt:before {
    background: url(../img/cmn/ico_web01.svg) no-repeat;
    background-size: 100% auto;
  }
}

.topMv {
  padding: 0 0 0;
  position: relative;
  height: 609px;
  margin-top: 190px;
}
@media screen and (max-width: 768px) {
  .topMv {
    height: auto;
    margin-top: 100px;
  }
  .topMv::before {
    content: "";
    background-color: #fbece0;
    width: 100%;
    height: 500px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
  }
  .topMv .topMv_schedule {
    padding: 30px 20px 0;
    width: 100%;
  }
}
.topMv-imgBox {
  width: 760px;
  height: 583px;
  position: absolute;
  top: 0;
  right: 40px;
}
.topMv-imgBox .slick-slider {
  height: 583px;
}
@media screen and (max-width: 768px) {
  .topMv-imgBox {
    position: static;
    inset: auto;
    height: 100%;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .topMv-imgBox .slick-slider {
    height: 100%;
  }
}
.topMv .ttl01 {
  width: 471px;
  position: absolute;
  top: 40px;
  left: 100px;
  z-index: 100;
}
@media screen and (max-width: 1300px) and (min-width: 769px) {
  .topMv .ttl01 {
    left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .topMv .ttl01 {
    position: static;
    inset: auto;
    width: calc(100% - 40px);
    margin: 0 auto 24px;
  }
}
.topMv .ttl02 {
  width: 471px;
  position: absolute;
  bottom: -30px;
  right: 40px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .topMv .ttl02 {
    display: none;
  }
}
.topMv .obj01 {
  width: 683px;
  position: absolute;
  top: -58px;
  left: 38px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .topMv .obj01 {
    width: 100%;
    top: 0;
    left: 0;
  }
}
.topMv .obj02 {
  width: 100%;
  position: absolute;
  top: 407px;
  left: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .topMv .obj02 {
    top: 230px;
  }
  .topMv .obj02 img {
    width: 100%;
  }
}
.topMv.is_lower {
  height: 240px;
  width: 100%;
  position: relative;
  margin-top: 163px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .topMv.is_lower {
    height: 156px;
    margin-top: 81px;
  }
  .topMv.is_lower::before {
    content: none;
  }
}
.topMv.is_lower .topMv-imgBox {
  width: 100%;
  min-width: 1440px;
  height: 240px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  right: auto;
}
.topMv.is_lower .topMv-imgBox img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .topMv.is_lower .topMv-imgBox {
    position: absolute;
    height: 156px;
    min-width: initial;
    top: 0;
  }
  .topMv.is_lower .topMv-imgBox img {
    height: 156px;
  }
}
.topMv.is_lower .topMv-title {
  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; /* ← 縦方向センター */
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; /* ← 横方向センター */
  z-index: 100;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  height: 240px;
}
.topMv.is_lower .topMv-title .hd {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: #595959;
  font-size: 44px;
  font-weight: 700;
  margin: 0;
  position: relative;
  z-index: 0;
  text-align: center;
  /* 白ぼかし光 */
}
.topMv.is_lower .topMv-title .hd::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  inset: -20px;
  background: #ffffff;
  border-radius: 20px;
  -webkit-filter: blur(30px);
          filter: blur(30px);
  opacity: 0.89; /* ←濃さ */
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .topMv.is_lower .topMv-title {
    height: 156px;
  }
  .topMv.is_lower .topMv-title .hd {
    font-size: 25px;
  }
  .topMv.is_lower .topMv-title .hd::before {
    -webkit-box-shadow: 0 0 30px 20px rgba(255, 255, 255, 0.89);
            box-shadow: 0 0 30px 20px rgba(255, 255, 255, 0.89);
  }
}
@media screen and (max-width: 768px) {
  .topMv.is_lower .subTtl {
    display: block;
    font-size: 20px;
  }
}

.tp-news {
  background-color: #fbece0;
  padding: 100px 40px 160px;
}
@media screen and (max-width: 768px) {
  .tp-news {
    padding: 60px 20px 120px;
  }
}
.tp-news .hdBox {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
}
.tp-news .hdBox .cmn-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.tp-news .hdBox .cmn-ttl-hd {
  font-size: 36px;
}
.tp-news .hdBox .cmn-ttl-en {
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .tp-news .cmn-ttl-hd {
    font-size: 28px;
  }
}
.tp-news-content {
  position: relative;
}
.tp-news-content .news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1040px;
  width: 100%;
  margin: 36px auto 0;
}
@media screen and (max-width: 768px) {
  .tp-news-content .news-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin: 20px auto 42px;
  }
}
.tp-news-content .news-list-item {
  background-color: #fff;
  border-radius: 20px;
  height: 179px;
  width: 100%;
  padding: 40px 30px;
}
@media screen and (max-width: 768px) {
  .tp-news-content .news-list-item {
    padding: 30px;
    height: 144px;
  }
}
.tp-news-content .news-list-item:last-child {
  margin-bottom: 0;
}
.tp-news-content .news-list-item time {
  color: #F29D5F;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 13px;
  position: relative;
  padding-left: 15px;
}
.tp-news-content .news-list-item time::before {
  background: #F29D5F;
  content: "";
  position: absolute;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 10px;
}
.tp-news-content .news-list-item .text {
  color: #312d1a;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .tp-news-content .news-list-item .text,
  .tp-news-content .news-list-item time {
    font-size: 14px;
  }
  .tp-news-content .news-list-item time {
    padding-left: 8px;
  }
  .tp-news-content .news-list-item time::before {
    width: 4px;
    height: 4px;
  }
}
.tp-news .more-bt {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 19px;
  right: 76px;
}
@media screen and (max-width: 768px) {
  .tp-news .more-bt {
    position: relative;
    inset: auto;
    margin: 0 auto;
  }
}

.tp-about {
  padding: 0 40px 100px;
  position: relative;
}
.tp-about::before {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 100px 100px 0 0;
  position: absolute;
  top: -83px;
  right: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .tp-about {
    padding: 0px 0 118px;
  }
  .tp-about::before {
    border-radius: 30px 30px 0 0;
    top: -60px;
    height: 100%;
  }
}
.tp-about .cmn-ttl {
  margin-bottom: 40px;
}
.tp-about .cmn-ttl__en {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .tp-about .cmn-ttl__en {
    margin-bottom: 30px;
  }
}
.tp-about-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  position: relative;
  z-index: 100;
}
.tp-about-content .inner-box {
  width: 500px;
  padding-top: 60px;
}
.tp-about-content .inner-box .lead {
  color: #F29D5F;
  font-size: 22px;
  font-weight: 700;
  line-height: 175%;
  margin-bottom: 30px;
  letter-spacing: -0.01em;
}
.tp-about-content .inner-box .text {
  font-weight: 500;
  line-height: 175%;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  .tp-about-content .inner-box .text {
    letter-spacing: 0.01em;
  }
}
.tp-about-content .img-box {
  max-width: 749.57px;
  width: 62.4641%;
}
@media screen and (max-width: 768px) {
  .tp-about-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .tp-about-content .inner-box {
    width: 100%;
    padding: 0 20px;
  }
  .tp-about-content .inner-box .lead {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .tp-about-content .img-box {
    max-width: initial;
    width: 100%;
  }
}

.tp-img01 {
  max-width: 1249px;
  width: 100%;
  margin: 0 auto 140px;
}
@media screen and (max-width: 768px) {
  .tp-img01 {
    max-width: initial;
    width: 100%;
    position: relative;
    z-index: 100;
  }
}

.tp-menu {
  padding: 80px 40px 160px;
  position: relative;
}
.tp-menu::before {
  content: "";
  background-color: #faf2ee;
  width: 100%;
  height: 100%;
  border-radius: 100px 0 0 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .tp-menu {
    padding: 54px 8px 80px;
  }
  .tp-menu::before {
    border-radius: 80px 0 0 0;
  }
}
.tp-menu .cmn-ttl {
  text-align: center;
  z-index: 100;
  position: absolute;
  top: -60px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .tp-menu .cmn-ttl {
    top: -50px;
  }
}
.tp-menu-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .tp-menu-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.tp-menu-imgBox {
  width: 100%;
}

.menu-link {
  border-top: 2px solid #5b5042;
  border-bottom: 2px solid #5b5042;
  margin-top: 80px;
}
.menu-link a {
  color: #5b5042;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 28px;
  font-weight: 500;
  padding: 40px 0;
}
.menu-link a span {
  position: relative;
  padding-right: 46px;
}
.menu-link a span:before {
  background: url(../img/cmn/ico_arrow04.svg) no-repeat center;
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .menu-link {
    margin-top: 50px;
  }
  .menu-link a {
    font-size: 20px;
    padding: 27px 0;
  }
  .menu-link a span {
    padding-right: 32px;
  }
  .menu-link a span:before {
    width: 24px;
    height: 24px;
  }
}

.tp-doctor {
  padding: 140px 40px 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tp-doctor {
    padding: 80px 20px 30px;
  }
}
.tp-doctor .cmn-ttl {
  margin-bottom: 40px;
}
.tp-doctor .cmn-ttl__en {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .tp-doctor .cmn-ttl {
    margin-bottom: 20px;
  }
  .tp-doctor .cmn-ttl__en {
    margin-bottom: 20px;
  }
}
.tp-doctor .obj01 {
  position: absolute;
  top: -60px;
  left: 0;
  width: 461px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .tp-doctor .obj01 {
    top: 145px;
    width: 207px;
  }
}
.tp-doctor-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .tp-doctor-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.tp-doctor-content .inner-box {
  width: 560px;
}
.tp-doctor-content .inner-box .name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #F29D5F;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.tp-doctor-content .inner-box .name span {
  color: rgba(242, 157, 95, 0.7);
  font-size: 18px;
  margin-top: 4px;
}
.tp-doctor-content .inner-box .text {
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.01em;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .tp-doctor-content .inner-box .text {
    margin-bottom: 24px;
  }
}
.tp-doctor-content .inner-box .more-bt02 {
  margin: 0 auto 0 0;
}
@media screen and (max-width: 768px) {
  .tp-doctor-content .inner-box .more-bt02 {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .tp-doctor-content .inner-box {
    width: 100%;
  }
  .tp-doctor-content .inner-box .name {
    font-size: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    line-height: 100%;
    margin-top: 20px;
    margin-bottom: 16px;
  }
  .tp-doctor-content .inner-box .name span {
    font-size: 16px;
  }
}
.tp-doctor-content .img-box {
  max-width: 717.83px;
  width: 55.21769%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tp-doctor-content .img-box {
    max-width: initial;
    width: 237.03px;
    margin: 0 auto;
  }
  .tp-doctor-content .img-box::before {
    display: block;
    content: "";
    background: url(../img/top/doctor/doctor_ill02-sp.svg) no-repeat center;
    background-size: cover;
    width: 169px;
    height: 161px;
    position: absolute;
    top: 130px;
    right: -50px;
    z-index: -1;
  }
}

.tp-row2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .tp-row2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    padding: 0 20px;
  }
}

.tp-banner {
  background-color: #fef4ec;
  border-radius: 10px;
  padding: 60px 50px;
  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: 24px;
}
@media screen and (max-width: 768px) {
  .tp-banner {
    padding: 30px 20px;
    gap: 15px;
  }
}
.tp-banner {
  position: relative;
}

.tp-column {
  background-color: #fef4ec;
  padding: 60px 50px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .tp-column {
    padding: 40px 20px;
  }
}
.tp-column .cmn-ttl {
  text-align: center;
}
.tp-column .cmn-ttl-hd {
  font-size: 36px;
}
.tp-column .cmn-ttl {
  margin: 0 auto;
}
.tp-column-content {
  position: relative;
}
.tp-column-content .news-list-item {
  border-bottom: 1px solid #F29D5F;
  padding-bottom: 20px;
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .tp-column-content .news-list-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 30px;
  }
}
.tp-column-content .news-list-item time {
  color: #F29D5F;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 13px;
  position: relative;
  padding-left: 15px;
}
.tp-column-content .news-list-item time::before {
  background: #F29D5F;
  content: "";
  position: absolute;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 10px;
}
.tp-column-content .news-list-item .text {
  color: #312d1a;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .tp-column-content .news-list-item {
    padding-bottom: 9px;
    margin-bottom: 14px;
  }
  .tp-column-content .news-list-item .text,
  .tp-column-content .news-list-item time {
    font-size: 14px;
  }
  .tp-column-content .news-list-item time {
    padding-left: 8px;
  }
  .tp-column-content .news-list-item time::before {
    width: 4px;
    height: 4px;
  }
}
@media screen and (max-width: 768px) {
  .tp-column .more-bt02 {
    margin: 25px auto 0;
  }
}

.tp-clinic {
  margin-top: 120px;
}
.tp-clinic .slider02__inner {
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .tp-clinic {
    margin-top: 60px;
  }
  .tp-clinic .slider02__inner {
    margin: 0 2px;
  }
}

.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: inherit;
  background-color: #f7f7f7;
  border: 1px solid #e5e5e5;
  padding: 14.6px 16px;
  line-height: 170%;
  width: 100%;
  resize: none;
}
@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: 20px;
  }
}
.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: #595959;
  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;
}
.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;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .form__agree {
    padding: 0 15px;
  }
}
.form .wpcf7-form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form .wpcf7-checkbox,
.form .wpcf7-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
.form .wpcf7-checkbox .wpcf7-list-item,
.form .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
.form .wpcf7-checkbox .wpcf7-list-item label,
.form .wpcf7-radio .wpcf7-list-item label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  cursor: pointer;
  padding: 16px;
}
.form .wpcf7-checkbox .wpcf7-list-item label input[type=radio],
.form .wpcf7-radio .wpcf7-list-item label input[type=radio] {
  background-color: #fff;
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  vertical-align: -2px;
  border: 1px solid #e5e5e5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form .wpcf7-checkbox .wpcf7-list-item label input[type=radio]:checked:before,
.form .wpcf7-radio .wpcf7-list-item label input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #14232f;
  content: "";
}
.form button[type=submit] {
  background-color: #744aa5;
  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;
  margin: auto;
  max-width: 280px;
  width: 100%;
  height: 80px;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .form button[type=submit] {
    font-size: 18px;
    height: 60px;
  }
}
.form .wpcf7-not-valid-tip {
  font-size: 12px;
  font-weight: 500;
}
.form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.local {
  color: #595959;
  margin-top: 52px;
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .local {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
.local .c-inner {
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 50px;
  width: 100%;
}
.local .c-inner.m-tm01 {
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  .local .c-inner {
    max-width: 590px;
    padding: 0 20px;
  }
}
.local__content {
  display: block;
  font-size: 16px;
  line-height: 1.6;
  font-weight: normal;
}
.local__content .nowrap {
  display: inline-block;
}
.local__content .fs20 {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .local__content .fs20 {
    font-size: 16px;
  }
}
.local__content .fs14 {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .local__content .fs14 {
    font-size: 12px;
  }
}
.local__content .fs24 {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .local__content .fs24 {
    font-size: 18px;
  }
}
.local__content .fs17 {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .local__content .fs17 {
    font-size: 16px;
  }
}
.local__content .fw500 {
  font-weight: 500;
}
.local__content .fw700 {
  font-weight: 700;
}
.local__content .fw900 {
  font-weight: 900;
}
.local__content .is_mb80--40 {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .local__content .is_mb80--40 {
    margin-bottom: 40px;
  }
}
.local__content .is_mb60--20 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .local__content .is_mb60--20 {
    margin-bottom: 20px;
  }
}
.local__content .is_mb40--20 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 768px) {
  .local__content .is_mb40--20 {
    margin-bottom: 20px !important;
  }
}
.local__content .is_mb16 {
  margin-bottom: 16px;
}
.local__content .is_pb0 {
  padding-bottom: 0;
}
.local__content .is_center {
  display: block;
  margin: 0 auto;
}
.local__content .is_pb40 {
  padding-bottom: 40px;
}
.local__content .is_mb40 {
  margin-bottom: 40px !important;
}
.local__content .is_mb0 {
  margin-bottom: 0px !important;
}
.local__content .is_mt40 {
  margin-top: 40px;
}
.local__content .is_mt20 {
  margin-top: 20px;
}
.local__content .is_link {
  color: #DD782E;
  text-decoration: underline;
}
.local__content .is_link02 {
  color: #DD782E;
  display: block;
  border-bottom: 1px solid #dedede;
  font-size: 22px;
  font-weight: 500;
  line-height: 175%;
  padding: 12px 0 12px;
  position: relative;
}
.local__content .is_link02.noBorder {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .local__content .is_link02 {
    font-size: 18px;
  }
}
.local__content .text-underline {
  text-decoration: underline;
}
.local__content .is_borderT {
  border-top: 1px solid #dedede;
}
.local__content .is_borderB {
  display: block;
  border-bottom: 1px solid #dedede;
}
.local__content .is_borderB.is_clr-main03 {
  border-bottom: 1px solid #DD782E;
}
.local__content .is_clr-bk {
  color: #000;
}
.local__content .note {
  font-size: 13px;
}
.local__content .is_right {
  text-align: right;
}
.local__content .is_center {
  text-align: center;
}
.local__content .ico_check {
  position: relative;
  padding-left: 20px;
}
.local__content .ico_check::before {
  background: url(../img/cmn/ico_check.png) no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
  width: 17px;
  height: 16px;
}
.local__content h2 {
  background-color: #F29D5F;
  color: #fff;
  font-weight: 500;
  font-size: 36px;
  line-height: 175%;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 32px;
  padding: 4px 0;
  position: relative;
}
.local__content h2::before, .local__content h2::after {
  content: "";
  background-color: #fff;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
}
.local__content h2::before {
  top: 4px;
}
.local__content h2::after {
  bottom: 4px;
}
@media screen and (max-width: 768px) {
  .local__content h2 {
    font-size: 24px;
    margin: 24px auto 20px;
  }
  .local__content h2::before {
    top: 2px;
  }
  .local__content h2::after {
    bottom: 2px;
  }
}
.local__content h3 {
  color: #595959;
  background-color: rgba(242, 157, 95, 0.1);
  border-bottom: 1px solid rgba(242, 157, 95, 0.1);
  border-radius: 0;
  font-weight: 500;
  font-size: 32px;
  letter-spacing: -0.01em;
  line-height: 175%;
  margin-bottom: 40px;
  margin-top: 72px;
  position: relative;
  padding: 3px 20px;
}
.local__content h3::before {
  content: "";
  background-color: #F29D5F;
  height: 100%;
  width: 4px;
  position: absolute;
  top: 0;
  left: 0;
}
.local__content h3.fs24 {
  font-size: 24px;
  letter-spacing: -0.01em;
}
.local__content h3.fs30 {
  font-size: 30px;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 768px) {
  .local__content h3 {
    font-size: 22px;
    padding: 3px 10px;
    margin-bottom: 25px;
    margin-top: 20px;
  }
  .local__content h3.fs24, .local__content h3.fs30 {
    font-size: 22px;
  }
}
.local__content h3.type02 {
  background-color: transparent;
  border: none;
  color: #DD782E;
  text-align: center;
  margin-bottom: 20px;
}
.local__content h3.type02::before {
  content: none;
}
.local__content h4 {
  color: #DD782E;
  font-size: 22px;
  font-weight: 500;
  line-height: 175%;
  margin: 12px 0 12px;
  position: relative;
}
.local__content h4.is_border {
  border-bottom: 2px solid #DD782E;
}
@media screen and (max-width: 768px) {
  .local__content h4 {
    font-size: 18px;
  }
}
.local__content h5,
.local__content h6 {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: normal;
  margin: 20px 0;
}
.local__content p {
  margin-bottom: 1.6em;
}
.local__content p,
.local__content a,
.local__content ul,
.local__content li {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .local__content p,
  .local__content a,
  .local__content ul,
  .local__content li {
    font-size: 14px;
  }
}
.local__content p.is_center,
.local__content a.is_center,
.local__content ul.is_center,
.local__content li.is_center {
  text-align: center;
}
.local__content .movieBox {
  margin: 0 auto 24px;
  max-width: 530px;
}
.local__content .num-ttl {
  color: #F29D5F;
  font-size: 20px;
  font-weight: 700;
  line-height: 175%;
  margin-bottom: 8px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .local__content .num-ttl {
    font-size: 18px;
  }
}
.local__content .lead {
  font-size: 18px;
  margin-bottom: 60px;
  max-width: 1120px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .local__content .lead {
    font-size: 16px;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.local__content .is-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 44px;
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: center;
}
.local__content .is-name span {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .local__content .is-name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    font-size: 32px;
  }
  .local__content .is-name span {
    font-size: 20px;
  }
}
.local__content .list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
  letter-spacing: 0;
}
.local__content .list li span {
  font-size: 18px;
  line-height: 1.8;
  min-width: 140px;
}
.local__content .indent-list li {
  text-indent: -1em;
  padding-left: 1.5em;
}
.local__content .indent-list .ttl {
  width: 140px;
}
.local__content .indent-list.typeB li {
  text-indent: -1.9em;
  padding-left: 2em;
}
.local__content ol li {
  list-style: decimal;
}
.local__content p {
  letter-spacing: -0.01em;
}
@media screen and (max-width: 768px) {
  .local__content p {
    margin-bottom: 1em;
  }
}
.local__content .tid {
  text-indent: -1em;
  padding-left: 1em;
}
.local__content .tid8 {
  text-indent: -0.8em;
  padding-left: 1em;
}
.local__content .p-catch {
  color: #DD782E;
  font-weight: 700;
  font-size: 24px;
  line-height: 175%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .local__content .p-catch {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.local__content .p-lead {
  font-weight: 500;
  font-size: 17px;
  line-height: 175%;
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
}
.local__content .p-lead.is_txtLeft {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .local__content .p-lead {
    font-size: 14px;
    padding: 0 20px;
  }
}
.local__content table,
.local__content .price-list {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
@media screen and (max-width: 768px) {
  .local__content table tr,
  .local__content .price-list tr {
    border-top: none;
  }
}
.local__content table th,
.local__content table td,
.local__content .price-list th,
.local__content .price-list td {
  border-bottom: solid 1px #dedede;
  border-right: solid 1px #dedede;
  vertical-align: middle;
}
.local__content table th,
.local__content .price-list th {
  border-left: solid 1px #dedede;
}
.local__content table tr:first-child th,
.local__content table tr:first-child td,
.local__content .price-list tr:first-child th,
.local__content .price-list tr:first-child td {
  border-top: solid 1px #dedede;
  border-bottom: solid 1px #dedede;
}
.local__content table tr:last-child th,
.local__content table tr:last-child td,
.local__content .price-list tr:last-child th,
.local__content .price-list tr:last-child td {
  border-bottom: solid 1px #dedede;
}
.local__content table th,
.local__content .price-list th {
  background-color: rgba(137, 137, 137, 0.1);
  color: #595959;
  font-size: 16px;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: -0.01em;
  text-align: center;
  padding: 11px 16px;
}
.local__content table th.clr-main03,
.local__content .price-list th.clr-main03 {
  color: #DD782E;
}
@media screen and (max-width: 768px) {
  .local__content table th,
  .local__content .price-list th {
    font-size: 12px;
  }
}
.local__content table td,
.local__content table td[colspan],
.local__content .price-list td,
.local__content .price-list td[colspan] {
  background-color: #fff;
  color: #595959;
  font-size: 16px;
  font-weight: 500;
  line-height: 175%;
  padding: 11px 16px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .local__content table td,
  .local__content table td[colspan],
  .local__content .price-list td,
  .local__content .price-list td[colspan] {
    font-size: 12px;
    letter-spacing: -0.01em;
  }
}
.local__content table p.hd,
.local__content table p.text,
.local__content .price-list p.hd,
.local__content .price-list p.text {
  margin-bottom: 0;
}
.local__content table.row2 th,
.local__content .price-list.row2 th {
  width: 290px;
}
.local__content table.row2 td,
.local__content .price-list.row2 td {
  width: calc(100% - 290px);
}
@media screen and (max-width: 768px) {
  .local__content table.row2 th,
  .local__content .price-list.row2 th {
    width: 160px;
  }
  .local__content table.row2 td,
  .local__content .price-list.row2 td {
    width: calc(100% - 160px);
  }
}
.local__content .case-table {
  table-layout: fixed;
  margin-bottom: 40px;
}
.local__content .case-table th {
  padding: 22px 10px;
}
.local__content .case-table th.is_ptpb {
  padding: 8px 10px;
}
@media screen and (max-width: 768px) {
  .local__content .case-table th {
    padding: 12px 8px;
  }
}
.local__content .case-table td {
  padding: 11px 16px;
}
.local__content .case-table__text {
  letter-spacing: 0.01em;
}
.local__content .case-table__blank, .local__content .case-table__label {
  width: 240px;
}
.local__content .case-table__media {
  text-align: center;
}
.local__content .case-table__media img {
  display: block;
  width: 100%;
  max-width: 320px;
  height: auto;
  margin: 0 auto;
}
.local__content .case-table__pad0 {
  padding: 0 !important;
}
.local__content .case-table__fee {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.local__content .case-table__fee tr:last-child .case-table__feeHd {
  border-bottom: none !important;
}
.local__content .case-table__fee tr:last-child .case-table__feeCnt {
  border-bottom: none !important;
}
.local__content .case-table__fee tr:last-child .case-table__feePrice {
  border-bottom: none !important;
}
.local__content .case-table__feeHd {
  width: 28%;
  background: transparent !important;
  border-top: none !important;
  border-left: none !important;
}
.local__content .case-table__feeCnt {
  border-top: none !important;
  width: 18%;
  white-space: nowrap;
  text-align: center;
}
.local__content .case-table__feePrice {
  border-top: none !important;
  width: 54%;
}
.local__content .case-table .is_male {
  color: #F29D5F;
}
.local__content .case-table .col-menu {
  width: 335px;
}
.local__content .case-table .col-menu02 {
  width: 260px;
}
.local__content .case-table .col-menu03 {
  width: 240px;
}
.local__content .case-table .col-area {
  width: 157px;
}
.local__content .case-table .col-area02 {
  width: 190px;
}
.local__content .case-table .col-area03 {
  width: 120px;
}
.local__content .case-table .col-sub {
  width: 120px;
}
.local__content .case-table .col-count {
  width: 60px;
}
.local__content .case-table .col-count02 {
  width: 78px;
}
.local__content .case-table .col-price {
  width: auto;
}
.local__content .case-table .case-table__menu {
  line-height: 1.8;
}
.local__content .case-table .is_borderL {
  border-left: solid 1px #dedede;
}
.local__content .case-table .is_borderR0 {
  border-right: none !important;
}
@media (max-width: 768px) {
  .local__content .case-table__blank, .local__content .case-table__label {
    width: 34%;
  }
  .local__content .case-table__media img {
    max-width: 240px;
  }
  .local__content .case-table .col-label {
    width: 34%;
  }
  .local__content .case-table .col-menu,
  .local__content .case-table .col-menu02 {
    width: auto;
  }
  .local__content .case-table .col-area,
  .local__content .case-table .col-area02,
  .local__content .case-table .col-area03 {
    width: auto;
  }
  .local__content .case-table .col-count {
    width: 64px;
  }
  .local__content .case-table .col-price {
    width: auto;
  }
  .local__content .case-table .case-table__price {
    white-space: normal;
  }
}
.local__content .case-table--leftBorder th:first-child,
.local__content .case-table--leftBorder td:first-child {
  border-left: solid 1px #dedede;
}
.local__content .case-table--flex {
  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;
  position: relative;
}
.local__content .case-table--flex table {
  width: calc((100% - 118px) / 2);
}
@media screen and (max-width: 768px) {
  .local__content .case-table--flex table {
    width: calc((100% - 80px) / 2);
  }
}
.local__content .case-table--arrow {
  position: relative;
}
.local__content .case-table--arrow span {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 53px solid #f29d5f;
  border-right: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.local__content .case-table--arrow span:nth-child(1) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.local__content .case-table--arrow span:nth-child(2) {
  top: 160px;
}
.local__content .case-table--arrow span:nth-child(3) {
  bottom: 160px;
}
@media screen and (max-width: 768px) {
  .local__content .case-table--arrow span {
    border-top: 6.6666666667vw solid transparent;
    border-bottom: 6.6666666667vw solid transparent;
    border-left: 6.6666666667vw solid #f29d5f;
  }
  .local__content .case-table--arrow span:nth-child(2) {
    top: 20vw;
  }
  .local__content .case-table--arrow span:nth-child(3) {
    bottom: 20vw;
  }
}
.local__content .case-table__labelCell {
  background-color: rgba(137, 137, 137, 0.1);
  border-left: solid 1px #dedede;
}
.local__content .case-table__labelCell.text-center {
  text-align: center;
}
.local__content .case-table--typeB {
  table-layout: fixed;
}
.local__content .case-table--typeB .case-table__feeItem {
  width: 60%;
}
.local__content .case-table--typeB .case-table__feePrice {
  width: 40%;
  white-space: nowrap;
}
.local__content .case-table--typeB .case-table__subHead {
  text-align: center;
  padding: 16px 10px;
  font-weight: 600;
}
.local__content .case-table--typeB .case-table__media {
  text-align: center;
  padding: 18px 16px;
}
.local__content .case-table--typeB .case-table__media img {
  display: block;
  width: 100%;
  max-width: 320px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .local__content .case-table--typeB .case-table__feePrice {
    white-space: normal;
  }
  .local__content .case-table--typeB .case-table__media img {
    max-width: 240px;
  }
}
.local__content .case-table--comparePeeling {
  table-layout: auto;
}
@media (max-width: 768px) {
  .local__content .case-table--comparePeeling {
    min-width: 760px;
  }
  .local__content .case-table--comparePeeling th,
  .local__content .case-table--comparePeeling td {
    padding: 12px 12px;
  }
  .local__content .case-table--comparePeeling .case-table__count,
  .local__content .case-table--comparePeeling .case-table__price {
    white-space: nowrap;
  }
}
.local__content .case-table--comparePeeling td {
  padding-left: 14px;
  padding-right: 14px;
}
.local__content .case-table--priceWide {
  table-layout: auto;
}
.local__content .case-table--priceWide .col-label {
  width: 240px;
}
.local__content .case-table--priceWide .col-menu {
  width: 180px;
}
.local__content .case-table--priceWide .col-price {
  width: auto;
}
.local__content .case-table--priceWide .case-table__price {
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.local__content .case-table-scroll {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
}
@media (max-width: 768px) {
  .local__content .case-table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
    padding-bottom: 2px;
  }
}
.local__content .flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.local__content .flex-box.img-box {
  gap: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px auto;
}
.local__content .flex-box.align-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.local__content .flex-box .item {
  width: 50%;
}
.local__content .flex-box .item:first-child .price-list-item td {
  border-right: none;
}
.local__content .flex-box .price-list-item td,
.local__content .flex-box .price-list-item th {
  height: 75px;
  padding: 0;
  text-align: center;
  width: 50%;
}
.local__content .flex-box .price-list td {
  letter-spacing: -0.01em;
}
.local__content .flex-box .price-list:first-child {
  border-right: none;
}
@media screen and (max-width: 768px) {
  .local__content .flex-box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .local__content .flex-box .price-list {
    width: 100%;
  }
  .local__content .flex-box .price-list-item {
    border-right: 1px solid #dedede;
  }
}
.local__content .memo {
  font-size: 14px;
  margin-top: 12px;
}
.local__content .imgBox.w-80 {
  width: 80%;
}
.local__content .imgBox.w-70 {
  width: 60%;
}
.local__content .imgBox.w372 {
  width: 372px;
  margin: 40px auto;
}
.local__content .imgBox.w372 img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .local__content .imgBox.w372 {
    width: 100%;
  }
}
.local__content .imgBox.w640 {
  width: 640px;
  margin: 40px auto;
}
.local__content .imgBox.w640 img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .local__content .imgBox.w640 {
    width: 100%;
  }
}
.local__content .imgBox.w544 {
  display: block;
  width: 544px;
  margin: 40px auto;
}
.local__content .imgBox.w544 img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .local__content .imgBox.w544 {
    width: 100%;
  }
}
.local__content .imgBox.w480 {
  width: 480px;
}
.local__content .imgBox.w480 img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .local__content .imgBox.w480 {
    width: 100%;
  }
}
.local__content .imgBox-tate {
  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;
}
.local__content .alignleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .local__content .alignleft {
    float: none;
    display: block;
    margin: 0 auto 30px;
  }
}
.local__content .alignright {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .local__content .alignright {
    float: none;
    display: block;
    margin: 0 auto 30px;
  }
}
.local__content .aligncenter {
  display: block;
  margin: 0 auto;
}
.local__content .card {
  display: block;
  width: 100%;
}
.local__content .card__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px 30px;
}
.local__content .card__list > li {
  width: calc(100% / 2 - 30px / 2 * 1);
}
.local__content .card__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .local__content .card__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 30px 30px;
  }
  .local__content .card__list > li {
    width: calc(100% / 1 - 30px / 1 * 0);
  }
}
.local__content .card__2list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 50px;
  padding: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .local__content .card__2list.is_sp_opposite > div:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .local__content .card__2list.is_sp_opposite > div:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.local__content .card__2list h3,
.local__content .card__2list h4,
.local__content .card__2list h5,
.local__content .card__2list h6 {
  margin-top: 0;
}
.local__content .card__2list__item {
  list-style: none;
}
.local__content .card__2list__item.is-arrow {
  position: relative;
}
.local__content .card__2list__item.is-arrow::after {
  background: url(../img/local/ico_arrow.webp) no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  inset: 150px -34px auto auto;
  margin: auto;
  width: 16px;
  height: 18px;
}
.local__content .card__2list__item.is-before {
  position: relative;
}
.local__content .card__2list__item.is-before::before {
  content: "BEFORE";
  color: #817a76;
  display: block;
  font-family: "Lora", serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .local__content .card__2list__item.is-before::before {
    font-size: 24px;
  }
}
.local__content .card__2list__item.is-after::before {
  content: "AFTER";
  color: #817a76;
  display: block;
  font-family: "Lora", serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .local__content .card__2list__item.is-after::before {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .local__content .card__2list {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 50px;
    padding: 0;
    margin-bottom: 40px;
  }
  .local__content .card__2list__item.is-arrow::before {
    inset: auto 0 -12px 0;
    margin: auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.local__content .card__3list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
  padding: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .local__content .card__3list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.local__content .card__3list__item {
  text-align: center;
}
.local__content .card__21list {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px 30px;
  padding: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .local__content .card__21list {
    grid-template-columns: 1fr;
  }
}
.local__content .card__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.local__content .card__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 100%;
}
.local__content .card__title {
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
  padding: 0;
}
.local__content .card__title:after {
  display: none;
}
.local__content .card__img {
  display: block;
  width: 100%;
}
.local__content .card__img picture {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(1 / 1 * 100%);
  overflow: hidden;
}
.local__content .card__img picture img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.local__content .line {
  border-top: solid 1px #d4d8e3;
  margin: 40px 0;
}
.local__content .borderBox {
  border: solid 1px #d4d8e3;
  padding: 48px;
}
.local__content .borderBox h2,
.local__content .borderBox h3,
.local__content .borderBox h4,
.local__content .borderBox h5,
.local__content .borderBox h6 {
  margin-top: 0;
}
.local__content .borderBox p {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .local__content .borderBox {
    padding: 30px 20px;
  }
}
.local__content .borderBox + .borderBox {
  margin-top: 30px;
}
.local__content .checkBox {
  border: solid 1px #168db6;
  -webkit-box-shadow: 6px 6px 0 rgba(22, 141, 182, 0.3);
          box-shadow: 6px 6px 0 rgba(22, 141, 182, 0.3);
  padding: 40px;
  position: relative;
  margin: 60px auto 40px;
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .local__content .checkBox {
    padding: 10px;
  }
}
.local__content .checkBox ul {
  display: grid;
  gap: 0 30px;
  margin-bottom: 10px;
}
.local__content .checkBox ul.is_2list {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .local__content .checkBox ul.is_2list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.local__content .checkBox ul li {
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
}
.local__content .sec {
  padding: 0 40px;
  position: relative;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .local__content .sec {
    padding: 0 20px;
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 768px) {
  .local__content .sec iframe {
    width: 100%;
  }
}
.local__content .sec:last-child {
  margin-bottom: 0;
}
.local__content .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.local__content .grid img {
  width: 100%;
}
.local__content .grid p {
  display: none;
}
.local__content .grid .txtBox p {
  display: block;
}
@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 .inner-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  padding: 26px 0;
}
.local__content .inner-box .imgBox {
  width: 240px;
}
.local__content .inner-box .imgBox img {
  display: block;
  width: 100%;
}
.local__content .inner-box .textBox {
  width: calc(100% - 300px);
  line-height: 175%;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
  font-weight: normal;
}
.local__content .inner-box.is_noImage {
  display: block;
}
.local__content .inner-box.is_noImage .textBox {
  width: 100%;
}
.local__content .inner-box.typeB {
  padding: 0;
}
.local__content .inner-box.typeB .imgBox {
  width: 370px;
}
.local__content .inner-box.typeB .textBox {
  width: calc(100% - 410px);
}
.local__content .inner-box.typeC {
  padding: 0;
  gap: 88px;
}
.local__content .inner-box.typeC .imgBox {
  width: 260px;
  margin-top: 22px;
}
.local__content .inner-box.typeC .textBox {
  max-width: 546px;
}
@media screen and (max-width: 768px) {
  .local__content .inner-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .local__content .inner-box .imgBox {
    width: 100%;
  }
  .local__content .inner-box .textBox {
    width: 100%;
  }
  .local__content .inner-box.is_second .textBox {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .local__content .inner-box.typeB .imgBox, .local__content .inner-box.typeC .imgBox {
    width: 100%;
  }
  .local__content .inner-box.typeB .textBox, .local__content .inner-box.typeC .textBox {
    font-size: 14px;
    width: 100%;
  }
}
.local__content .product-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.local__content .product-list.is_row4 {
  grid-template-columns: repeat(4, 1fr);
}
.local__content .product-list li {
  text-indent: 0;
  padding-left: 0;
}
.local__content .product-list li .name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  text-align: center;
}
.local__content .product-list li .text {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 768px) {
  .local__content .product-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .local__content .product-list.is_row4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.local__content .qaa-box {
  background-color: #fbece0;
  border-radius: 5px;
  padding: 30px 20px;
  margin-bottom: 10px;
}
.local__content .qaa-box dt {
  color: #F29D5F;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 175%;
  margin-bottom: 10px;
  position: relative;
  padding-left: 42px;
}
.local__content .qaa-box dt::before {
  content: "Q";
  color: #fff;
  font-size: 16px;
  position: absolute;
  left: 9px;
  top: 0px;
  z-index: 10;
}
.local__content .qaa-box dt::after {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  margin: auto;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  background-color: #F29D5F;
}
.local__content .qaa-box dd {
  color: #595959;
  font-weight: 500;
  line-height: 175%;
}
@media screen and (max-width: 768px) {
  .local__content .qaa-box {
    padding: 15px;
  }
  .local__content .qaa-box dt {
    font-size: 18px;
    padding-left: 36px;
  }
  .local__content .qaa-box dt::before {
    left: 8px;
  }
  .local__content .qaa-box dt::after {
    width: 28px;
    height: 28px;
  }
  .local__content .qaa-box dd {
    font-size: 14px;
  }
}
.local__content .case-box .hd {
  color: #595959;
}
.local__content .case-box .hd::before {
  background-color: #595959;
}
.local__content .case-box .list {
  display: grid;
  position: relative;
  z-index: 10;
}
.local__content .case-box .list.row4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.local__content .case-box .list.row3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
}
.local__content .case-box .list.row2 {
  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: 100px;
}
.local__content .case-box .list.row2 .list-item {
  width: 320px;
}
@media screen and (max-width: 768px) {
  .local__content .case-box .list.row2 .list-item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .local__content .case-box .list {
    padding: 20px 0;
  }
  .local__content .case-box .list.row4, .local__content .case-box .list.row3, .local__content .case-box .list.row2 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
  .local__content .case-box .list.is_pb0 {
    padding-bottom: 0;
  }
}
.local__content .case-box .list-item .ttl {
  color: #fff;
  background-color: #F29D5F;
  border-radius: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 28px;
  letter-spacing: -0.01em;
  line-height: 28px;
  padding: 0 10px;
  text-align: center;
  margin: 0 auto 10px;
  position: relative;
  z-index: 10;
}
.local__content .case-box .list-item img {
  width: 100%;
  border-radius: 20px;
  margin: 0 auto 15px;
}
.local__content .case-box .list-item .inner {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .local__content .case-box .list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
  }
  .local__content .case-box .list-item .ttl {
    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;
    border-radius: 5px;
    width: 80px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 56px;
    line-height: 1.2;
    margin: 16px 0 0;
    padding: 0;
  }
  .local__content .case-box .list-item img {
    display: block;
    margin: 0;
  }
  .local__content .case-box .list-item .inner {
    width: calc(100% - 100px);
  }
}
.local__content .case-box .list .arrow {
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 3px;
  margin: 9.2px 0;
  border-radius: 9999px;
  background-color: #f29d5f;
}
.local__content .case-box .list .arrow::before, .local__content .case-box .list .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1.5px);
  right: 0;
  width: 16px;
  height: 3px;
  border-radius: 9999px;
  background-color: #f29d5f;
  -webkit-transform-origin: calc(100% - 1.5px) 50%;
          transform-origin: calc(100% - 1.5px) 50%;
}
.local__content .case-box .list .arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.local__content .case-box .list .arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .local__content .case-box .list .arrow {
    top: auto;
    bottom: 0;
    left: 38px;
    height: calc(100% - 15px);
    width: 3px;
  }
  .local__content .case-box .list .arrow::before, .local__content .case-box .list .arrow::after {
    top: auto;
    bottom: 0;
    right: auto;
    left: calc(50% - 1.5px);
    width: 3px;
    height: 16px;
    -webkit-transform-origin: 50% calc(100% - 1.5px);
            transform-origin: 50% calc(100% - 1.5px);
  }
  .local__content .case-box .list .arrow.arrow02 {
    height: 200%;
    top: 0;
  }
}
.local__content .step-list li {
  text-indent: 0;
  padding-left: 0;
}
.local__content .step-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.local__content .step-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 24px;
  position: relative;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .local__content .step-list-item {
    padding-bottom: 24px;
    gap: 0 15px;
  }
}
.local__content .step-list-item.is_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.local__content .step-list-item::before {
  content: "";
  background-color: #F29D5F;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 100px;
  left: 50px;
}
@media screen and (max-width: 768px) {
  .local__content .step-list-item::before {
    top: 70px;
    left: 35px;
  }
}
.local__content .step-list-item:last-child {
  padding-bottom: 0;
}
.local__content .step-list-item:last-child::before {
  content: none;
}
.local__content .step-list-item .num {
  width: 100px;
  height: 100px;
  line-height: 100px;
  position: relative;
  background-color: #F29D5F;
  border-radius: 12px;
}
.local__content .step-list-item .num p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 40px;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  letter-spacing: -0.01em;
}
.local__content .step-list-item .num p span {
  font-size: 16px;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .local__content .step-list-item .num {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
  .local__content .step-list-item .num p {
    font-size: 25px;
  }
  .local__content .step-list-item .num p span {
    font-size: 12px;
    margin-bottom: 0px;
  }
}
.local__content .step-list-item .inner {
  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;
  gap: 24px;
  max-width: 727px;
  width: 100%;
}
.local__content .step-list-item .inner p {
  width: calc(100% - 100px);
}
@media screen and (max-width: 768px) {
  .local__content .step-list-item .inner {
    max-width: initial;
    width: 75.714285%;
  }
  .local__content .step-list-item .inner p {
    font-size: 14px;
    line-height: 150%;
  }
}
.local__content .step-list-item .inner .imgBox {
  width: 100px;
  margin-bottom: 10px;
}
.local__content .step-list-item .inner .ttl {
  background-color: transparent;
  color: #F29D5F;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.local__content .step-list-item .inner .ttl::before {
  content: none;
}
@media screen and (max-width: 768px) {
  .local__content .step-list-item .inner .ttl {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.local__content .step-list.is_noImg .step-list-item p {
  width: 100%;
}
.local__content .map-list {
  display: grid;
  gap: 40px 80px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .local__content .map-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
.local__content .map-list .item {
  position: relative;
}
.local__content .map-list .item::before {
  content: "";
  background: url(../img/local/map-arrow.svg) no-repeat;
  height: 23px;
  width: 26px;
  position: absolute;
  top: 40%;
  left: -40px;
}
@media screen and (max-width: 768px) {
  .local__content .map-list .item::before {
    background: url(../img/local/map-arrow-dwn.svg) no-repeat;
    height: 26px;
    width: 23px;
    top: -50px;
    left: 50%;
  }
}
.local__content .map-list .item:first-child::before {
  content: none;
}
.local__content .map-list .strong2 {
  font-size: larger;
  color: #cc4646;
}
.local__content .map-list img {
  display: block;
  margin: 0 auto 15px;
  max-width: 100%;
  height: 200px;
}
.local__content .staff-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 27px;
}
.local__content .staff-box .imgBox {
  width: 495px;
}
.local__content .staff-box .textBox {
  width: calc(100% - 522px);
}
@media screen and (max-width: 768px) {
  .local__content .staff-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
  .local__content .staff-box .imgBox,
  .local__content .staff-box .textBox {
    width: 100%;
  }
}
.local__content .p-menu ul li {
  text-indent: 0;
  padding-left: 0;
}
.local__content .p-menu-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .local__content .p-menu-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.local__content .p-menu-imgBox {
  width: 100%;
}
.local .topic-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 72px;
}
.local .topic-box ul li {
  padding-left: 0;
  text-indent: 0;
}
.local .topic-box h3 {
  background-color: transparent;
  border: none;
  color: #DD782E;
  font-weight: 700;
  font-size: 32px;
  line-height: 175%;
  text-align: center;
  margin-top: 0;
  padding: 0;
}
.local .topic-box h3::before {
  content: none;
}
@media screen and (max-width: 768px) {
  .local .topic-box h3 {
    font-size: 20px;
  }
}
.local .topic-box h4 {
  border-bottom: 2px solid #DD782E;
  color: #DD782E;
  font-weight: 700;
  font-size: 24px;
  line-height: 175%;
  padding-left: 0;
  padding-bottom: 6px;
  margin-bottom: 28px;
}
.local .topic-box h4::before {
  content: none;
}
@media screen and (max-width: 768px) {
  .local .topic-box h4 {
    font-size: 18px;
  }
}
.local .topic-box .note {
  margin-top: 24px;
}
.local .productList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .local .productList {
    gap: 10px;
  }
}
.local .productList.row02 .item {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 768px) {
  .local .productList.row02 .item {
    width: 100%;
  }
}
.local .productList.row03 .item {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 768px) {
  .local .productList.row03 .item {
    width: 100%;
  }
}
.local .productList .item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #F29D5F;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 20px 20px 20px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .local .productList .item {
    padding: 20px;
  }
}
.local .productList .item .product {
  color: #DD782E;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .local .productList .item .product {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.local .productList .item p:last-child {
  margin-bottom: 0;
}
.local .productList .item .obj {
  position: absolute;
  top: 0;
  right: 0;
  width: 73px;
  height: 73px;
}
@media screen and (max-width: 768px) {
  .local .productList .item .obj {
    width: 50px;
    height: 50px;
  }
}
.local .productList .item .imgBox {
  height: 120px;
  margin-bottom: 16px;
}
.local .productList .item .imgBox img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 120px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .local .productList .item .imgBox {
    height: 105px;
    margin-bottom: 12px;
  }
  .local .productList .item .imgBox img {
    height: 105px;
  }
}
.local .productList .item .text {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  letter-spacing: -0.06em;
}
.local .productList .item .product-bt {
  background-color: #F29D5F;
  border-radius: 8px;
  text-align: center;
  position: relative;
}
.local .productList .item .product-bt:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #ffffff;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: 11px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.local .productList .item .product-bt {
  padding: 9px 0;
}
.local .productList .item .product-bt a {
  display: block;
  letter-spacing: -0.01em;
  line-height: 140%;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .local .productList .item .product-bt:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #ffffff;
    right: 20px;
  }
  .local .productList .item .product-bt a {
    font-size: 14px;
  }
}
.local .productList .item .type {
  width: 81px;
  height: 81px;
  position: absolute;
  top: -1px;
  right: -1px;
}
@media screen and (max-width: 768px) {
  .local .productList .item .type {
    width: 71px;
    height: 71px;
  }
}
.local .productList .item .caption {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #F29D5F;
  border-bottom: 1px solid #F29D5F;
  color: #F29D5F;
  font-weight: 700;
  font-size: 14px;
  line-height: 175%;
  margin-top: 18px;
  position: relative;
}
.local .productList .item .caption::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  border-top: 8px solid #F29D5F;
  border-bottom: 0;
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.local .type-hd {
  background-color: #F29D5F;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 175%;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .local .type-hd {
    font-size: 16px;
    padding-left: 8px;
  }
}
.local .tab-wrap {
  background-color: #fef4ec;
  padding: 40px;
  max-width: 960px;
  margin: 0 auto 72px;
}
@media screen and (max-width: 768px) {
  .local .tab-wrap {
    margin-bottom: 40px;
    padding: 15px;
    width: calc(100% - 30px);
  }
}
.local .tab-wrap .tab-hd {
  color: #DD782E;
  font-weight: 700;
  font-size: 18px;
  line-height: 175%;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 28px;
}
.local .tab-wrap .tab-hd::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 10px solid #DD782E;
  border-bottom: 0;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .local .tab-wrap .tab-hd {
    font-size: 16px;
    text-align: center;
    margin: 0 auto 10px;
    padding-right: 16px;
  }
  .local .tab-wrap .tab-hd::after {
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 7px solid #DD782E;
  }
}
.local .tab-wrap.is_plr100 {
  padding-left: 100px;
  padding-right: 100px;
}
@media screen and (max-width: 768px) {
  .local .tab-wrap.is_plr100 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.local .tab-wrap .grid-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3列 */
  row-gap: 23px; /* 行間（上下） */
  -webkit-column-gap: 26px;
     -moz-column-gap: 26px;
          column-gap: 26px; /* 列間（左右） */
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .local .tab-wrap .grid-box {
    grid-template-columns: repeat(1, 1fr); /* 3列 */
    row-gap: 12px; /* 行間（上下） */
  }
}
.local .tab-wrap .grid-box.row1 {
  grid-template-columns: repeat(1, 1fr); /* 3列 */
}
.local .tab-wrap .grid-box.row3 {
  grid-template-columns: repeat(3, 1fr); /* 3列 */
}
@media screen and (max-width: 768px) {
  .local .tab-wrap .grid-box.row3 {
    grid-template-columns: repeat(1, 1fr); /* 3列 */
  }
}
.local .tab-wrap .grid-box.row5 {
  grid-template-columns: repeat(5, 1fr); /* 3列 */
}
@media screen and (max-width: 768px) {
  .local .tab-wrap .grid-box.row5 {
    grid-template-columns: repeat(1, 1fr); /* 3列 */
  }
}
.local .tab-wrap .grid-box.row4 {
  grid-template-columns: repeat(4, 1fr); /* 3列 */
}
@media screen and (min-width: 769px) {
  .local .tab-wrap .grid-box.row4 a {
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .local .tab-wrap .grid-box.row4 {
    grid-template-columns: repeat(1, 1fr); /* 3列 */
  }
}
.local .tab-wrap .grid-box.row2 {
  grid-template-columns: repeat(2, 1fr); /* 3列 */
}
@media screen and (max-width: 768px) {
  .local .tab-wrap .grid-box.row2 {
    grid-template-columns: repeat(1, 1fr); /* 3列 */
  }
}
.local .tab-wrap .tab-hd {
  white-space: nowrap; /* ← 改行させない */
  font-size: 16px;
  padding-right: 16px;
}
.local .tab-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .local .tab-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: 8px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0 0 15px;
    margin-bottom: 15px;
  }
}
.local .tab-list-item {
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  background-color: transparent;
  height: auto;
  position: relative;
  text-align: center;
  padding: 0;
  padding-bottom: 8px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .local .tab-list-item {
    width: calc((100% - 8px) / 2);
  }
}
.local .tab-list-item::before {
  content: none;
}
.local .tab-list-item a {
  color: #595959;
  font-weight: 500;
  font-size: 15px;
  display: block;
  line-height: 175%;
  letter-spacing: -0.01em;
  text-align: center;
  height: auto;
  position: relative;
  padding: 0;
  width: 100%;
}
.local .tab-list-item a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 8px solid #DD782E;
  border-bottom: 0;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .local .tab-list-item a {
    font-size: 14px;
  }
  .local .tab-list-item a::after {
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 7px solid #DD782E;
  }
}
.local .tab-list:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.local .num-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.local .num-box .imgBox {
  width: 160px;
}
.local .num-box .textBox {
  width: calc(100% - 200px);
}
@media screen and (max-width: 768px) {
  .local .num-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
  .local .num-box .imgBox {
    width: 250px;
    margin: 0 auto;
  }
  .local .num-box .textBox {
    width: 100%;
  }
}
.local ul li {
  text-indent: 0;
  padding-left: 0;
}
.local .typeList .item {
  border-bottom: 1px solid #ccc;
  margin-bottom: 16px;
}
.local .typeList .item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.local .typeList .item .ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #DD782E;
  font-weight: 700;
  font-size: 20px;
  line-height: 200%;
  margin-bottom: 16px;
}
.local .typeList .item .ttl.clr-main01 {
  color: #595959;
}
@media screen and (max-width: 768px) {
  .local .typeList .item .ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.local .typeList .item .num {
  background-color: #DD782E;
  border-radius: 50px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 100%;
  text-align: center;
  width: 32px;
  height: 32px;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  .local .typeList .item .num {
    font-size: 11px;
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
}
.local .typeList .item .type {
  background-color: #f29d5f;
  border-radius: 40px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 175%;
  padding: 0 20px;
}
.local .typeList .item .type.is_type02 {
  background-color: #f26b5f;
}
@media screen and (max-width: 768px) {
  .local .typeList .item .type {
    font-size: 12px;
    padding: 0 13px;
  }
}
.local .typeList.typeB {
  border-top: 1px solid #ccc;
  margin-bottom: 72px;
}
.local .typeList.typeB.is_noBorder {
  border: none;
}
.local .typeList.typeB.is_noBorder .item {
  border-bottom: none;
}
.local .typeList.typeB.is_bt0 {
  border: none;
}
.local .typeList.typeB.is_start .item {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.local .typeList.typeB .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 0;
}
.local .typeList.typeB .item .imgBox {
  width: 240px;
}
.local .typeList.typeB .item .imgBox img {
  width: 100%;
}
.local .typeList.typeB .item .imgBox .text-center {
  display: block;
  text-align: center;
  margin-top: 8px;
}
.local .typeList.typeB .item .imgBox.w130 {
  width: 130px;
}
.local .typeList.typeB .item .innerbox {
  width: calc(100% - 300px);
}
.local .typeList.typeB .item .innerbox.w100 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .local .typeList.typeB {
    margin-bottom: 40px;
  }
  .local .typeList.typeB .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    padding: 13px 0;
    margin-bottom: 0;
  }
  .local .typeList.typeB .item .imgBox {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 200px;
    margin: 0 auto;
  }
  .local .typeList.typeB .item .innerbox {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}
.local .column-box {
  background-color: rgba(242, 157, 95, 0.1);
  padding: 11px 16px;
  margin-top: 30px;
}
.local .column-box .ttl {
  font-weight: 700;
  font-size: 20px;
  line-height: 175%;
  margin-bottom: 0px;
}
.local .column-box p {
  font-weight: 500;
  font-size: 17px;
  line-height: 175%;
  margin-bottom: 0;
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  .local .column-box .ttl {
    font-size: 18px;
  }
  .local .column-box p {
    font-size: 14px;
  }
}
.local .career {
  margin: 0;
  padding: 0;
}
.local .career__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  margin-bottom: 12px;
}
.local .career dt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 140px;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
}
.local .career dt.w40 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 26%;
      -ms-flex: 0 0 26%;
          flex: 0 0 26%;
  letter-spacing: -0.01em;
}
.local .career dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .local .career dt,
  .local .career dd {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .pimpleRole .cmn-inner {
    padding: 0 20px;
  }
}
.pimpleRole .topic-box {
  border: 4px dashed #DD782E;
  border-radius: 20px;
  padding: 40px 56px;
}
@media screen and (max-width: 768px) {
  .pimpleRole .topic-box {
    border: none;
    position: relative;
    padding: 20px 0;
  }
  .pimpleRole .topic-box::before {
    content: "";
    border: 3px dashed #DD782E;
    border-radius: 10px;
    width: 96vw;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
  }
}
.pimpleRole .youtube {
  max-width: 230px;
  height: auto;
  margin: 0 auto;
}
.pimpleRole .compare-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 30px;
}
.pimpleRole .compare-table-wrap .compare-table {
  width: 100%;
  border-collapse: separate;
  border: none;
  border-spacing: 0;
  table-layout: fixed;
}
.pimpleRole .compare-table-wrap .compare-table th,
.pimpleRole .compare-table-wrap .compare-table td {
  padding: 16px;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .pimpleRole .compare-table-wrap .compare-table th,
  .pimpleRole .compare-table-wrap .compare-table td {
    font-size: 12px;
    letter-spacing: -0.01em;
    padding: 12px 6px;
  }
}
.pimpleRole .compare-table-wrap .compare-table td {
  background-color: #fff;
}
.pimpleRole .compare-table-wrap .compare-table thead th {
  background: #898989;
  border: 1px solid #fff;
  border-top: 1px solid transparent;
  color: #fff;
  font-weight: 600;
}
.pimpleRole .compare-table-wrap .compare-table thead th:first-child {
  border-top-left-radius: 10px;
  border-left: 1px solid transparent;
}
.pimpleRole .compare-table-wrap .compare-table thead th:last-child {
  border-top-right-radius: 10px;
  border-right: 1px solid transparent;
}
.pimpleRole .compare-table-wrap .compare-table .head-item,
.pimpleRole .compare-table-wrap .compare-table .row-head {
  background: rgba(137, 137, 137, 0.1);
  color: #595959;
  font-weight: 500;
  font-size: 16px;
  line-height: 175%;
}
@media screen and (max-width: 768px) {
  .pimpleRole .compare-table-wrap .compare-table .head-item,
  .pimpleRole .compare-table-wrap .compare-table .row-head {
    font-size: 12px;
  }
}
.pimpleRole .compare-table-wrap .compare-table .head-item {
  background: #898989;
  color: #fff;
}
.pimpleRole .compare-table-wrap .compare-table img {
  max-width: 120px;
  width: 100%;
  height: auto;
  display: inline-block;
}
.pimpleRole .compare-table-wrap .compare-table tbody th {
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
}
.pimpleRole .compare-table-wrap .compare-table tbody td {
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  border-left: none;
}
.pimpleRole .compare-table-wrap .compare-table tbody tr th:first-child {
  border-left: 1px solid #F29D5F;
}
.pimpleRole .compare-table-wrap .compare-table tbody tr td:last-child {
  border-right: 1px solid #F29D5F;
}
.pimpleRole .compare-table-wrap .compare-table tbody tr:last-child th:first-child {
  border-bottom-left-radius: 10px;
  border-bottom: 1px solid #F29D5F;
}
.pimpleRole .compare-table-wrap .compare-table tbody tr:last-child td {
  border-bottom: 1px solid #F29D5F;
}
.pimpleRole .compare-table-wrap .compare-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

.breadcrumb {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 10px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    padding: 12px 16px 0;
  }
}
.breadcrumb .c-inner01 {
  padding: 0;
}
.breadcrumb__list__item {
  color: #F29D5F;
  font-weight: 500;
  display: inline;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.breadcrumb__list__item a {
  color: #595959;
}
.breadcrumb__list__item + li::before {
  color: #595959;
  content: ">";
  margin: 0 5px;
}/*# sourceMappingURL=style.css.map */