@charset "UTF-8";
@import '~aos/dist/aos.css';
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/*  --------------------------------------------------------------------------------
  _base.scss
--------------------------------------------------------------------------------  */
body {
  background: #fff;
  color: #333;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.01em;
  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: 64px;
  }
}

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

.f-en {
  font-family: "Quicksand", sans-serif;
}

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

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

li {
  list-style: none;
}

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

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

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

em {
  font-style: normal;
}

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

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

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

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

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

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

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

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

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

.cmn-ttl {
  text-align: center;
  margin-bottom: 40px;
}
.cmn-ttl-hd {
  line-height: 1;
  font-size: 36px;
  font-weight: 700;
  width: 100%;
  margin-bottom: 64px;
  text-align: center;
}
.cmn-ttl-hd.is_wht {
  color: #fff;
}
.cmn-ttl-hd.is_wht::after {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .cmn-ttl-hd {
    font-size: 26px;
    margin-bottom: 40px;
  }
}
.cmn-ttl__en {
  display: inline-block;
  color: #189EB0;
  font-size: 18px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  position: relative;
  margin-bottom: 8px;
}
.cmn-ttl__en::before, .cmn-ttl__en::after {
  content: "";
  width: 61px;
  height: 2px;
  background-color: #189EB0;
  position: absolute;
  top: 13px;
}
.cmn-ttl__en::before {
  left: -71px;
}
.cmn-ttl__en::after {
  right: -71px;
}
@media screen and (max-width: 768px) {
  .cmn-ttl__en {
    font-size: 14px;
  }
  .cmn-ttl__en::before, .cmn-ttl__en::after {
    top: 9px;
  }
}
.cmn-ttl.is_left {
  text-align: left;
}
.cmn-ttl.is_left .cmn-ttl-hd {
  text-align: left;
}
.cmn-ttl.is_left .cmn-ttl__en::before {
  content: none;
}
@media screen and (max-width: 768px) {
  .cmn-ttl.is_left {
    text-align: center;
  }
  .cmn-ttl.is_left .cmn-ttl-hd {
    text-align: center;
  }
  .cmn-ttl.is_left .cmn-ttl__en::before {
    content: "";
  }
}

.cmn-bt {
  border: 0.5px solid #063065;
  border-radius: 28px;
  color: #fff;
  display: block;
  letter-spacing: 0.1em;
  place-content: center;
  text-align: center;
  font-size: 16px;
  position: relative;
  max-width: 176px;
  width: 100%;
  height: 54px;
}
.cmn-bt:before {
  background-color: #063065;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 0.5px;
}
@media screen and (min-width: 769px) {
  .cmn-bt:hover {
    opacity: 1;
    background: 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;
  }
}
.cmn-bt.is_wht {
  border: 0.5px solid #fff;
  color: #fff;
}
.cmn-bt.is_wht:before {
  background-color: #fff;
}

.not-found__btn {
  border: 0.5px solid #063065;
  background-color: #063065;
  color: #fff;
  display: block;
  letter-spacing: 0.1em;
  place-content: center;
  text-align: center;
  font-size: 16px;
  position: relative;
  max-width: 176px;
  width: 100%;
  height: 54px;
  margin: 0 auto 80px;
}
.not-found__btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

.more-bt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #189EB0;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  position: relative;
  width: 190px;
  height: 60px;
  padding-left: 24px;
}
.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: 14px;
  margin: auto;
  width: 10px;
  height: 13px;
}
@media screen and (max-width: 768px) {
  .more-bt {
    width: 190px;
    height: 50px;
  }
}

.bt-contactBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.bt-contactBox a {
  display: block;
  width: 320px;
}

.is_bg-main02 {
  background-color: #f0f6f7;
}

.is_clr-main01 {
  color: #063065;
}

.reserv-box {
  padding: 40px 0 140px;
}
@media screen and (max-width: 768px) {
  .reserv-box {
    padding: 0px 20px 80px;
    margin-bottom: 60px;
  }
}
.reserv-box .reserv {
  z-index: 5000;
  width: 100%;
  max-width: 600px;
  margin: auto;
}
.reserv-box .reserv_in {
  display: block;
  height: 180px;
  margin: 0 auto;
  width: auto;
  background-color: #f0f6f7;
  border-radius: 20px;
  float: right;
  position: relative;
  border: 0px solid #ccc;
  z-index: 100;
  width: 100%;
}
.reserv-box .reserv__text {
  display: block;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
  background-color: #f0f6f7;
  padding: 2px 10px;
  border-radius: 100px;
  margin: 0 auto 10px;
}
.reserv-box .reserv02__text {
  display: block;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
  background-color: #f0f6f7;
  padding: 5px 10px;
  border-radius: 100px;
  width: calc(100% - 34px);
  margin: 0 auto 10px;
}
.reserv-box .reserv_box {
  width: 100%;
  display: block;
  margin-top: 5%;
}
.reserv-box .reserv_title {
  display: block;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
  background-color: hsla(31, 50%, 68%, 0.4);
  padding: 2px 10px;
  border-radius: 100px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 1024px) {
  .reserv-box .reserv02 {
    display: block;
  }
  .reserv-box .reserv_in02 {
    background-color: #f0f6f7;
    display: block;
    margin: 0 auto 10%;
    width: 95%;
    border: 1px solid #ccc;
    -webkit-box-shadow: 2px 2px 2px #ccc;
            box-shadow: 2px 2px 2px #ccc;
  }
  .reserv-box .acss-fxqhid {
    padding: 1% !important;
    min-width: auto !important;
  }
}
.reserv-box .tab-container {
  width: 100%;
  margin: 0px auto;
  font-size: 0.7em;
  height: 100%;
}
.reserv-box .tab-menu {
  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;
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}
.reserv-box .tab-menu .tab {
  text-align: center;
  padding: 12px 16px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #f0f6f7;
  margin-right: 1%;
  border-radius: 20px;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 768px) {
  .reserv-box .tab-menu .tab {
    padding: 8px;
  }
}
.reserv-box .tab-menu .tab:last-child {
  margin-right: 0%;
}
.reserv-box .tab-menu .tab.active {
  color: #189EB0;
  font-weight: bold;
}
.reserv-box .tab-content {
  display: none;
  min-height: 100px;
}
.reserv-box .tab-content.active {
  display: block;
}
@media screen and (max-width: 1024px) {
  .reserv-box .tab-menu {
    padding: 0% 2.5% !important;
  }
  .reserv-box .tab-container {
    width: 100%;
    margin: 0px auto;
    font-size: 0.8em;
  }
}
@media screen and (max-width: 581px) {
  .reserv-box .tab-container {
    font-size: 2vw;
  }
}
.reserv-box .resv_box {
  width: 100%;
  display: block;
  height: 10vw;
  margin: 2% auto;
  background-color: #fff;
  border-radius: 20px;
  float: right;
  position: relative;
  -webkit-box-shadow: 2px 2px 2px #ccc;
          box-shadow: 2px 2px 2px #ccc;
  border: 0.5px solid #ccc;
  z-index: 100;
}
@media screen and (max-width: 1024px) {
  .reserv-box .resv_box {
    width: 100%;
    display: block;
    margin: 2% auto;
    background-color: #fff;
    border-radius: 20px;
    float: right;
    position: relative;
    -webkit-box-shadow: 2px 2px 2px #ccc;
            box-shadow: 2px 2px 2px #ccc;
    border: 0.5px solid #ccc;
    z-index: 100;
  }
}

/*  --------------------------------------------------------------------------------
  _header.scss
--------------------------------------------------------------------------------  */
.header {
  background-color: #fff;
  padding: 0 24px;
  width: 100%;
  height: 98px;
  z-index: 9999;
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .header {
    background-color: #fff;
    position: fixed;
    inset: 0;
    height: 80px;
    min-width: 100%;
    opacity: 1;
    visibility: visible;
    padding: 0;
  }
}
@media only screen and (min-width: 769px) {
  .header.is-headerOn {
    position: fixed;
    inset: 0 0 auto auto;
    -webkit-animation: fadeIn 1s ease;
            animation: fadeIn 1s ease;
  }
  @-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-bt {
  display: grid;
  background: #063065;
  border-radius: 6px;
  place-content: center;
  position: fixed;
  inset: 10px 10px auto auto;
  width: 60px;
  height: 60px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 9999;
}
.header-bt span {
  background: #fff;
  display: block;
  position: absolute;
  margin: auto;
  width: 26.3px;
  height: 1.64px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header-bt span:nth-child(1) {
  inset: -18px 0 0 0;
}
.header-bt span:nth-child(2) {
  inset: 0 0 0 0;
}
.header-bt span:nth-child(3) {
  inset: 0 0 -18px 0;
}
.header-bt.is-navOn span {
  background: #fff;
}
.header-bt.is-navOn span:nth-child(1) {
  inset: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header-bt.is-navOn span:nth-child(2) {
  inset: 0 0 0 0;
  opacity: 0;
}
.header-bt.is-navOn span:nth-child(3) {
  inset: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header-logo {
  width: 235px;
}
@media screen and (max-width: 768px) {
  .header-logo {
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding: 20px 0 0 24px;
  }
  .header-logo a {
    display: block;
    width: 160px;
  }
}
@media screen and (max-width: 768px) {
  .header .drawer-logo {
    background-color: #fff;
    width: 100%;
    height: 80px;
    padding: 20px 0 0 24px;
  }
  .header .drawer-logo a {
    display: block;
    width: 159.54px;
  }
}
.header-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-tel {
  display: block;
  width: 155px;
}
.header-mail {
  display: block;
  width: 155px;
  margin-left: 4px;
}
.header-nav {
  color: #444;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header-nav {
    display: block;
    background: url(../img/cmn/bg_drawer.webp) no-repeat center;
    padding: 125px 27px 117px;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    overflow-y: auto;
  }
  .header-nav-spBtBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    margin: 0 auto;
    width: 100%;
  }
  .header-nav-spBtBox a {
    display: block;
    width: 50%;
  }
}
.header-nav.is-navOn {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.header-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-right: 27px;
}
@media screen and (max-width: 768px) {
  .header-nav-list {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    height: auto;
    margin: 0;
  }
}
.header-nav-list-link {
  position: relative;
}
@media screen and (max-width: 768px) {
  .header-nav-list-link {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    display: block;
    width: 100%;
    height: auto;
  }
  .header-nav-list-link-ttl {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 500;
  }
  .header-nav-list-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: 15px;
    margin: auto;
    width: 7px;
    height: 11px;
  }
  .header-nav-list-link .ttl-en {
    color: #063065;
    display: block;
    font-size: 12px;
    font-family: "Cardo", serif;
  }
}
.header-nav-list-link a {
  padding: 26px 0;
}
.header-nav-list-link:first-child a {
  padding-top: 0;
}

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

.js-accordion-content {
  background-color: #F0F6F7;
  border: 1px solid #063065;
  border-radius: 14px;
  position: absolute;
  bottom: -346px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-top: 60px;
  padding: 50px;
  width: 910px;
}
@media screen and (max-width: 768px) {
  .js-accordion-content {
    position: static;
    inset: auto;
    min-width: initial;
    width: 100%;
    -webkit-transform: none;
            transform: none;
    margin-bottom: 15px;
    padding-top: 0;
    background-color: transparent;
    border: none;
    padding: 0;
  }
}
.js-accordion-content .cmn-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px;
}
.js-accordion-content-ttl {
  color: #fff;
  display: inline;
  font-size: 32px;
  margin-left: 40px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .js-accordion-content-ttl {
    display: none;
  }
}
.js-accordion-content .accordion__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .js-accordion-content .accordion__list {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 0 0 16px;
    gap: 0;
  }
}
.js-accordion-content .accordion__list-item {
  position: relative;
  border-bottom: 1px solid #444444;
}
@media screen and (max-width: 768px) {
  .js-accordion-content .accordion__list-item {
    border-bottom: 0.5px solid #fff;
    margin-bottom: 0;
    padding: 8px 0 8px 0;
  }
  .js-accordion-content .accordion__list-item:last-child {
    border-bottom: none;
  }
}
.js-accordion-content .accordion__list-item:before {
  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: 11px;
  height: 16px;
}
@media screen and (max-width: 768px) {
  .js-accordion-content .accordion__list-item:before {
    background: url(../img/cmn/ico_arrow02.svg) no-repeat;
    right: 15px;
    margin: auto;
    width: 7px;
    height: 11px;
  }
}
.js-accordion-content .accordion__list-item:hover:before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.js-accordion-content .accordion__list-item a {
  display: block;
  width: 100%;
  padding: 12px 0 12px;
  color: #444444;
  font-size: 16px;
  font-weight: 700;
  line-height: 175%;
  text-align: left;
  position: relative;
}
.js-accordion-content .accordion__list-item a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .js-accordion-content .accordion__list-item a {
    color: #fff;
  }
}
.js-accordion-content .accordion__list-item:last-child {
  margin-bottom: 0;
}

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

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

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

/*  --------------------------------------------------------------------------------
  _footer.scss
--------------------------------------------------------------------------------  */
.footer {
  background-color: #f0f6f7;
  border-radius: 40px 40px 0 0;
  padding: 70px 40px;
}
@media screen and (max-width: 768px) {
  .footer {
    border-radius: 0;
    padding: 60px 27px 132px;
  }
}
.footer-logo {
  width: 234.33px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .footer-logo {
    width: 184px;
  }
}
.footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1080px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .footer-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 0;
  }
}
.footer-nav-item a {
  display: block;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.01em;
  padding: 0 40px;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .footer-nav-item a {
    border-bottom: 1px solid rgba(44, 61, 61, 0.3);
    color: #2C3D3D;
    padding: 26px 0;
    text-align: left;
    width: 100%;
  }
}
.footer-nav-item a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 16px;
  border-radius: 20px;
  background: #444;
}
@media screen and (max-width: 768px) {
  .footer-nav-item a::before {
    background: url(../img/cmn/ico_arrow02-dark.svg) no-repeat;
    background-size: 100% auto;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: none;
            transform: none;
    right: 15px;
    left: auto;
    margin: auto;
    width: 7px;
    height: 11px;
  }
}
.footer-nav-item:first-child a {
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .footer-nav-item:first-child a {
    padding-top: 0;
  }
}
.footer-nav-item:first-child a::before {
  content: none;
}
@media screen and (max-width: 768px) {
  .footer-nav-item:first-child a::before {
    content: "";
  }
}
.footer-nav-item:last-child a {
  padding-right: 0;
}
.footer-btBox {
  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: 20px;
}
.footer-btBox a {
  display: block;
  max-width: 155px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer-btBox {
    display: none;
  }
}

.f-guide {
  position: relative;
  overflow: hidden;
  padding: 0 40px 60px;
}
.f-guide::before {
  content: "";
  background-color: #F5F5F5;
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: 648px;
  position: absolute;
  top: 60px;
  right: 18.54%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .f-guide {
    padding: 0;
  }
  .f-guide::before {
    height: 100%;
    top: 49px;
    right: 0;
    left: 0;
    border-radius: 0;
  }
}
.f-guide-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
.f-guide-box .innerBox {
  max-width: 500px;
}
.f-guide-box .innerBox table th {
  color: #189EB0;
  text-align: center;
}
.f-guide-box .innerBox table td {
  margin-left: 40px;
}
.f-guide-box .innerBox table th, .f-guide-box .innerBox table td {
  padding: 35px 16px;
  font-size: 19px;
  font-weight: 500;
  line-height: 100%;
}
.f-guide-box .innerBox table tr {
  border-bottom: 1px solid #CCCCCC;
}
.f-guide-box .innerBox table tr:first-child {
  padding-top: 0;
}
.f-guide-box .innerBox table tr:last-child {
  border-bottom: none;
}
.f-guide-box .innerBox .schedule {
  width: 100%;
}
.f-guide-box .imgBox {
  max-width: 522.69px;
  width: 43.5575%;
}
@media screen and (max-width: 768px) {
  .f-guide-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
    margin-bottom: 0;
  }
  .f-guide-box .innerBox {
    padding: 0 20px;
  }
  .f-guide-box .innerBox table {
    margin-bottom: 15px;
  }
  .f-guide-box .innerBox table th, .f-guide-box .innerBox table td {
    display: block;
    font-size: 19px;
    text-align: center;
    padding: 0;
    font-size: 15px;
  }
  .f-guide-box .innerBox table th {
    padding-top: 16px;
  }
  .f-guide-box .innerBox table td {
    margin-left: 0;
    margin-top: 6px;
    padding-bottom: 16px;
  }
  .f-guide-box .imgBox {
    max-width: initial;
    width: 100%;
  }
}
.f-guide .f-map {
  width: 100%;
  height: 380px;
  margin-bottom: 60px;
}
.f-guide .f-map iframe {
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .f-guide .f-map {
    height: 280px;
  }
  .f-guide .f-map iframe {
    border-radius: 0;
  }
}

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

#topic_path {
  color: #333;
  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: 100px auto 0;
  max-width: 900px;
  width: 100%;
  background-color: #f0f6f7;
  border-radius: 20px;
  padding: 80px 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .newsList {
    margin: 40px auto;
    padding: 30px;
    width: calc(100% - 42px);
  }
}
.newsList.is_padding {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .newsList.is_padding {
    padding: 60px 20px;
  }
}
.newsList .p-ttl {
  border-bottom: solid 2px #89d7e2;
  display: block;
  width: 100%;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 33px;
  padding-bottom: 19px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .newsList .p-ttl {
    font-size: 26px;
    margin: 0 0 24px;
    padding-bottom: 15px;
  }
}
.newsList .p-ttl::before {
  background: #189eb0;
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 10px;
  margin: auto;
  width: 61px;
  height: 8px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .newsList .p-ttl::before {
    height: 6px;
    bottom: -4px;
  }
}
.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;
}
@media screen and (max-width: 768px) {
  .newsList-list {
    gap: 0;
  }
}
.newsList-item {
  width: 100%;
}
.newsList-item-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .newsList-item-link {
    gap: 4px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-top: 1px solid #d9d9d9;
    padding: 10px 20px 10px 0;
  }
}
.newsList-item-link::before {
  background: url(../img/cmn/ico_arrow02-main02.svg) no-repeat center;
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -8px;
  margin: auto;
  width: 10px;
  height: 13px;
  z-index: 100;
}
.newsList-item-date {
  color: #189EB0;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  width: 82px;
}
@media screen and (max-width: 768px) {
  .newsList-item-date {
    width: 100%;
  }
}
.newsList-item-category {
  border: 1px solid #189EB0;
  border-radius: 50vh;
  color: #189EB0;
  font-size: 14px;
  padding: 2px 10px;
  margin-left: 10px;
}
.newsList-item-title {
  font-size: 16px;
  font-weight: 500;
  width: calc(100% - 82px);
  letter-spacing: -0.01em;
}
@media screen and (max-width: 768px) {
  .newsList-item-title {
    width: 100%;
  }
}
.newsList-item-text {
  font-size: 16px;
  margin-top: 10px;
}

.newsBox {
  gap: 80px;
}
.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 #189EB0;
  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 #333 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 #333;
}
@media screen and (max-width: 768px) {
  .newsBox {
    grid-template-columns: 1fr;
    gap: 70px;
    margin: 26px auto 40px;
  }
  .newsBox__pageLink {
    gap: 10px;
    margin: 40px auto 0;
    max-width: 100%;
    padding-top: 52px;
    position: relative;
  }
  .newsBox__pageLink__item.is_prev {
    position: absolute;
    left: 0;
    top: 0;
  }
  .newsBox__pageLink__item.is_center {
    margin: auto;
  }
  .newsBox__pageLink__item.is_next {
    position: absolute;
    right: 0;
    top: 0;
  }
}

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

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

.tb_ovn_news {
  margin-top: 5px;
}

.news_sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.news_sub .date {
  color: #189EB0;
  font-size: 12px;
  margin-right: 5px;
}
.news_sub .cate_name {
  border: 1px solid #189EB0;
  border-radius: 50vh;
  color: #189EB0;
  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 #189EB0;
  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: #189EB0;
  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: #333;
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  width: 10px;
  height: 2px;
}

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

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

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

.content_post {
  max-width: 760px;
  width: 100%;
  margin: 100px auto;
}
.content_post .section {
  background: #f0f6f7;
  border-radius: 20px;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .content_post .section {
    padding: 30px;
  }
}
.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: #189EB0;
  text-decoration: underline;
}
.content_post .aligncenter {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .content_post {
    max-width: 100%;
    width: calc(100% - 42px);
  }
  .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: #189EB0;
    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: #189EB0;
  color: #fff;
}
.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: #189EB0;
  color: #fff;
  opacity: 1;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  background: #F5F5F5;
  color: #868686;
}

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

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

/*  --------------------------------------------------------------------------------
  _top.scss
--------------------------------------------------------------------------------  */
@media screen and (max-width: 768px) {
  .cv-list {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    margin: 0 auto;
    position: fixed;
    bottom: -1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    z-index: 9999;
  }
  .cv-list-item {
    width: 50%;
  }
  .cv-list a {
    display: block;
    width: 100%;
  }
  .cv-list.is-headerOn {
    opacity: 1;
    visibility: visible;
  }
}

.topMv {
  padding: 0 0 0;
  position: relative;
  height: 609px;
}
@media screen and (max-width: 768px) {
  .topMv {
    height: 400px;
    margin-top: 80px;
  }
}
.topMv-imgBox {
  width: 100%;
  height: 609px;
  position: absolute;
  top: 0;
  right: 0;
}
.topMv-imgBox img {
  width: 100%;
  height: 609px;
  -o-object-position: top center;
     object-position: top center;
  -o-object-fit: cover;
     object-fit: cover;
}
.topMv-imgBox .slick-slider {
  height: 609px;
}
@media screen and (max-width: 768px) {
  .topMv-imgBox {
    height: 400px;
  }
  .topMv-imgBox img {
    height: 400px;
  }
}
.topMv-box {
  position: absolute;
  top: 100px;
  right: 180px;
  width: 296px;
}
@media screen and (max-width: 768px) {
  .topMv-box {
    top: 198px;
    right: 20px;
    width: 198px;
  }
}
.topMv.is_lower {
  padding-left: 0;
  height: 280px;
}
@media screen and (max-width: 768px) {
  .topMv.is_lower {
    height: 200px;
  }
}
.topMv.is_lower .topMv-imgBox {
  height: 280px;
  position: static;
  inset: auto;
  padding-left: 0;
}
.topMv.is_lower .topMv-imgBox img {
  width: 100%;
  height: 280px;
}
@media screen and (max-width: 768px) {
  .topMv.is_lower .topMv-imgBox {
    height: auto;
  }
  .topMv.is_lower .topMv-imgBox img {
    height: 200px;
  }
}
.topMv.is_lower .topMv-title {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .topMv.is_lower .topMv-title {
    font-size: 30px;
  }
}

.tp-banner01 {
  width: 100%;
  padding: 60px 40px 80px;
}
.tp-banner01 .banner {
  display: block;
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .tp-banner01 {
    padding: 100px 30px 60px;
  }
  .tp-banner01 .banner {
    width: 100%;
  }
}

.tp-about {
  padding: 100px 40px 0;
}
@media screen and (max-width: 768px) {
  .tp-about {
    padding: 60px 20px;
  }
}
.tp-about-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  margin-bottom: 120px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .tp-about-list {
    padding: 0 20px 20px;
    gap: 45px;
    margin-bottom: 0;
  }
}
.tp-about-list::before {
  content: "";
  background-color: #f0f6f7;
  border-radius: 40px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .tp-about-list::before {
    top: 127px;
    border-radius: 10px;
    height: calc(100% - 127px);
  }
}
.tp-about-list-item {
  position: relative;
  width: 360px;
}
.tp-about-list-item .ttl {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 20px 0;
}
.tp-about-list-item .num {
  background-color: #189EB0;
  border-radius: 50px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  width: 56px;
  height: 56px;
  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;
  position: absolute;
  left: -28px;
  top: -28px;
}
.tp-about-list-item:nth-child(2n+1) .num {
  background-color: #063065;
}
@media screen and (max-width: 768px) {
  .tp-about-list-item {
    width: 100%;
  }
  .tp-about-list-item .ttl {
    font-size: 15px;
  }
  .tp-about-list .num {
    font-size: 16px;
    width: 40px;
    height: 40px;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.tp-check {
  padding: 142px 0 0;
}
@media screen and (max-width: 768px) {
  .tp-check {
    padding: 0 0;
  }
}
.tp-check-content {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .tp-check-content {
    padding: 0 15px;
  }
}
.tp-check-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  position: relative;
  margin-bottom: 80px;
}
.tp-check-list::before {
  content: "";
  background: url(../img/top/check/check_obj02.png) no-repeat center;
  background-size: cover;
  width: 70px;
  height: 34.5px;
  position: absolute;
  bottom: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tp-check-list-item {
  background-color: #e6eaf0;
  border-radius: 10px;
  color: #063065;
  font-size: 22px;
  font-weight: 700;
  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;
  height: 118px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tp-check-list {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 60px;
  }
  .tp-check-list::before {
    width: 47px;
    height: 23px;
    bottom: -46px;
  }
  .tp-check-list-item {
    border-radius: 5px;
    font-size: 16px;
    height: 87px;
  }
}
.tp-check-hd {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  max-width: 900px;
  width: 83.33333333%;
  margin: 0 auto 66px;
  letter-spacing: -0.01em;
}
.tp-check-hd span {
  position: relative;
  width: 100%;
  display: block;
}
.tp-check-hd span::before, .tp-check-hd span::after {
  content: "";
  background: url(../img/top/check/check_obj01.svg) no-repeat center;
  background-size: cover;
  width: 82px;
  height: 82px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tp-check-hd span::before {
  left: -97px;
}
@media screen and (max-width: 768px) {
  .tp-check-hd span::before {
    width: 138px;
    height: 138px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
  }
}
.tp-check-hd span::after {
  right: -97px;
}
@media screen and (max-width: 768px) {
  .tp-check-hd span::after {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .tp-check-hd {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
.tp-check .tp-check-lead {
  background: url(../img/top/check/check_bg02.webp) no-repeat center;
  background-size: cover;
}
.tp-check .tp-check-lead .cmn-inner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(50%, rgba(228, 255, 255, 0.8)), to(rgb(255, 255, 255)));
  background-image: -webkit-linear-gradient(top, rgb(255, 255, 255), rgba(228, 255, 255, 0.8) 50%, rgb(255, 255, 255));
  background-image: linear-gradient(180deg, rgb(255, 255, 255), rgba(228, 255, 255, 0.8) 50%, rgb(255, 255, 255));
  background-size: cover;
  height: 393px;
  padding: 60px 0 0;
  position: relative;
}
.tp-check .tp-check-lead .cmn-inner::before {
  content: "";
  background: url(../img/top/check/todadentalclinic.svg) no-repeat center;
  background-size: cover;
  width: 992.92px;
  height: 52.56px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tp-check .tp-check-lead p {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  line-height: 175%;
}
@media screen and (max-width: 768px) {
  .tp-check .tp-check-lead {
    background: url(../img/top/check/check_bg02-sp.webp) no-repeat center;
    padding: 0 15px;
    margin-bottom: 68px;
  }
  .tp-check .tp-check-lead .cmn-inner {
    padding: 30px 15px;
    width: 92.3076923077vw;
    height: 100%;
  }
  .tp-check .tp-check-lead .cmn-inner::before {
    content: "";
    background: url(../img/top/check/todadentalclinic-sp.svg) no-repeat center;
    width: 90.6769230769vw;
    height: 4.8vw;
  }
  .tp-check .tp-check-lead .cmn-inner p {
    font-size: 15px;
    letter-spacing: -0.01em;
  }
}

.tp-doctor {
  padding: 111px 40px 120px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tp-doctor {
    padding: 0;
  }
}
.tp-doctor-hd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
}
.tp-doctor-hd .f-en {
  color: #189EB0;
  font-size: 18px;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .tp-doctor-hd {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .tp-doctor-hd .f-en {
    font-size: 14px;
  }
}
.tp-doctor-box {
  background-color: #f0f6f7;
  border-radius: 40px;
  padding: 80px;
  position: relative;
  max-width: 1120px;
  width: 93.333333333%;
}
.tp-doctor-box .position {
  color: #189EB0;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 4px;
}
.tp-doctor-box .name {
  color: #189EB0;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 24px;
}
.tp-doctor-box .text {
  font-weight: 500;
  width: 65.2083333333%;
  line-height: 175%;
  margin-bottom: 30px;
}
.tp-doctor-box::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: 100;
  background-color: #063065;
  width: 120px;
  height: 120px;
  bottom: -39px;
  left: -48px;
}
@media screen and (max-width: 768px) {
  .tp-doctor-box {
    width: 100%;
    max-width: initial;
  }
  .tp-doctor-box .text {
    margin-bottom: 16px;
  }
}
.tp-doctor .img-doctor {
  position: absolute;
  top: 80px;
  left: 63.83333333%;
  width: 29.867%;
  max-width: 430px;
}
.tp-doctor .img-doctor::before {
  background-color: #189EB0;
  width: 74px;
  height: 74px;
  top: 73px;
  right: -8%;
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .tp-doctor .img-doctor {
    top: 80px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 310px;
    max-width: initial;
  }
  .tp-doctor .img-doctor::before {
    width: 64px;
    height: 64px;
    top: -40px;
    right: -32px;
  }
}
@media screen and (max-width: 768px) {
  .tp-doctor {
    padding: 0 20px 100px;
  }
  .tp-doctor-box {
    padding: 345px 20px 20px;
    width: 100%;
  }
  .tp-doctor-box .position {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .tp-doctor-box .name {
    font-size: 24px;
    margin-bottom: 0;
  }
  .tp-doctor-box .text {
    font-size: 14px;
    letter-spacing: -0.01em;
    width: 100%;
  }
  .tp-doctor-box::after {
    width: 48px;
    height: 48px;
    bottom: -29px;
    left: -12px;
  }
}

.tp-reason {
  background-color: #f0f6f7;
  padding: 0 0 124px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tp-reason {
    padding: 0 0 60px;
  }
}
.tp-reason::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: rgba(6, 48, 101, 0.15);
  width: 728px;
  height: 728px;
  top: 800px;
  right: -68px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .tp-reason::after {
    content: none;
  }
}
.tp-reason-list {
  margin-top: 109px;
  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: 90px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .tp-reason-list {
    gap: 40px;
    margin-top: 40px;
  }
}
.tp-reason-list-item {
  position: relative;
}
.tp-reason-list-item .imgBox {
  display: block;
  max-width: 1012px;
  width: 84.333333333%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .tp-reason-list-item .imgBox {
    max-width: 290px;
  }
}
.tp-reason-list-item .box {
  background-color: #fff;
  border-radius: 30px;
  border: 10px solid #f0f6f7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 110;
  margin: 136px 0 0 auto;
  width: 564px;
  position: relative;
}
.tp-reason-list-item .box .ttl {
  color: #189EB0;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 22px;
  letter-spacing: -0.01em;
}
.tp-reason-list-item .box .text {
  font-weight: 500;
  line-height: 200%;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .tp-reason-list-item .box {
    border-radius: 10px;
    border: 2px solid #f0f6f7;
    margin-top: 140px;
    width: 350px;
  }
  .tp-reason-list-item .box .ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .tp-reason-list-item .box .text {
    margin-bottom: 15px;
  }
}
.tp-reason-list-item .box-inner {
  padding: 56px;
  position: relative;
  width: 100%;
  height: 100%;
}
.tp-reason-list-item .box-inner::before, .tp-reason-list-item .box-inner::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.tp-reason-list-item .box-inner::before {
  background-color: rgba(6, 48, 101, 0.15);
  width: 95px;
  height: 95px;
  top: 12px;
  right: 12px;
}
.tp-reason-list-item .box-inner::after {
  background-color: rgba(24, 158, 176, 0.15);
  width: 73px;
  height: 73px;
  bottom: 12px;
  left: 12px;
}
@media screen and (max-width: 768px) {
  .tp-reason-list-item .box-inner {
    width: 350px;
    padding: 20px;
  }
}
.tp-reason-list-item .box-inner::before {
  width: 42px;
  height: 42px;
  top: 13px;
  right: 22px;
}
.tp-reason-list-item .box-inner::after {
  width: 32px;
  height: 32px;
  top: 64px;
  bottom: auto;
  right: 13px;
  left: auto;
}
.tp-reason-list-item .box-num {
  position: absolute;
  top: 0;
  right: 0;
  color: #189EB0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1em;
  text-align: right;
}
.tp-reason-list-item .box-num span {
  position: relative;
}
.tp-reason-list-item .box-num span::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 4px;
  border-radius: 20px;
  background: #189EB0;
}
@media screen and (max-width: 768px) {
  .tp-reason-list-item .box-num {
    font-size: 22px;
    right: 20px;
    letter-spacing: -0.01em;
  }
  .tp-reason-list-item .box-num span::before {
    height: 2px;
  }
}
.tp-reason-list-item:nth-child(2n) .imgBox {
  right: 0;
  left: auto;
}
.tp-reason-list-item:nth-child(2n) .box {
  margin: 136px auto 0 0;
}
.tp-reason-list-item:nth-child(2n) .box .ttl {
  color: #063065;
}
.tp-reason-list-item:nth-child(2n) .box-inner::after {
  background-color: rgba(6, 48, 101, 0.15);
}
.tp-reason-list-item:nth-child(2n) .box-num {
  right: auto;
  left: 0;
  color: #063065;
}
.tp-reason-list-item:nth-child(2n) .box-num span::before {
  background: #063065;
}
@media screen and (max-width: 768px) {
  .tp-reason-list-item:nth-child(2n) .box-num {
    left: 20px;
  }
}
.tp-reason-list-item:nth-child(2n) .more-bt {
  background-color: #063065;
}

.tp-menu {
  padding: 100px 40px 130px;
}
@media screen and (max-width: 768px) {
  .tp-menu {
    padding: 60px 15px;
  }
}
.tp-menu-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 27px;
}
@media screen and (max-width: 768px) {
  .tp-menu-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.tp-menu-list-item {
  border-radius: 10px;
  background-color: #189EB0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  height: 80px;
  position: relative;
}
.tp-menu-list-item:before {
  background: url(../img/cmn/ico_arrow01.svg) no-repeat center;
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  margin: auto;
  width: 10px;
  height: 13px;
}
.tp-menu-list-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .tp-menu-list-item {
    border-radius: 5px;
    font-size: 15px;
    height: auto;
    min-height: 60px;
  }
  .tp-menu-list-item a {
    padding: 10px 25px 10px 10px;
  }
}

.tp-price {
  background-color: #f5f5f5;
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .tp-price {
    padding: 60px 20px;
  }
}
.tp-price .more-bt {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .tp-price .more-bt {
    margin: 30px auto 0;
  }
}
.tp-price-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
.tp-price-content .imgBox {
  max-width: 580px;
}
.tp-price-content .textBox {
  line-height: 200%;
}
@media screen and (max-width: 768px) {
  .tp-price-content {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tp-price-content .imgBox {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .tp-price-content .textBox {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

.tp-news {
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .tp-news {
    padding: 60px 20px 80px;
  }
}
.tp-news-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 143px;
  -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;
  background-color: #f0f6f7;
  border-radius: 20px;
  padding: 80px 100px;
  position: relative;
}
.tp-news-content::before {
  content: "";
  background-color: #d9d9d9;
  height: calc(100% - 160px);
  width: 2px;
  position: absolute;
  top: 50%;
  left: 370px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tp-news-content .newsBox {
  max-width: 632px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .tp-news-content .newsBox {
    margin: 30px 0 30px;
  }
}
.tp-news-content .newsBox .news-list-item {
  width: 100%;
  margin-bottom: 27px;
}
.tp-news-content .newsBox .news-list-item:last-child {
  margin-bottom: 0;
}
.tp-news-content .newsBox .news-list-item a {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.tp-news-content .newsBox .news-list-item a:before {
  background: url(../img/cmn/ico_arrow02-main02.svg) no-repeat center;
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -8px;
  margin: auto;
  width: 10px;
  height: 13px;
  z-index: 100;
}
.tp-news-content .newsBox .news-list-item time {
  color: #189EB0;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  width: 82px;
}
.tp-news-content .newsBox .news-list-item .text {
  max-width: 512px;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 768px) {
  .tp-news-content .newsBox .news-list-item {
    margin-bottom: 0;
  }
  .tp-news-content .newsBox .news-list-item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 4px;
    position: relative;
    border-top: 1px solid #d9d9d9;
    padding: 10px 20px 10px 0;
  }
  .tp-news-content .newsBox .news-list-item a time {
    font-size: 12px;
  }
  .tp-news-content .newsBox .news-list-item a .text {
    max-width: initial;
  }
}
@media screen and (max-width: 768px) {
  .tp-news-content {
    display: block;
    padding: 60px 30px;
  }
  .tp-news-content::before {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .tp-news .more-bt {
    margin: 0 auto;
  }
}

.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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  font-size: 16px;
  line-height: 24px;
}

.form__field textarea, .form__field input[type=text],
.form__field input[type=tel],
.form__field input[type=email],
.form__field input[type=date],
.form__field select {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: inherit;
  border: 1px solid #C7C7C7;
  border-radius: 4px;
  padding: 7px 14px;
  resize: none;
}
@media screen and (max-width: 768px) {
  .form__field textarea, .form__field input[type=text],
  .form__field input[type=tel],
  .form__field input[type=email],
  .form__field input[type=date],
  .form__field select {
    padding: 10px;
  }
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  width: 100%;
}
@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 {
  border-top: 1px solid #BFBFBF;
  border-left: 1px solid #BFBFBF;
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .form__inner {
    border-top: 0;
    border-left: 0;
  }
}
.form__inner.is_margin {
  margin-top: 50px;
}
.form__group {
  display: grid;
  grid-template-columns: 400px 1fr;
  border-right: 1px solid #BFBFBF;
  border-bottom: 1px solid #BFBFBF;
}
@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: #f8a81d;
  color: #fff;
  font-size: 10px;
  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: 39px;
  height: 23px;
  border-radius: 4px;
}
.form__field textarea {
  height: 180px;
}
.form__field.is_flex, .form__field .is_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.form__agree {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .form__agree {
    padding: 0 15px;
  }
}
.form .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: 10px;
  cursor: pointer;
}
.form .wpcf7-checkbox .wpcf7-list-item label input,
.form .wpcf7-radio .wpcf7-list-item label input {
  width: 16px;
  height: 16px;
}
.form .wpcf7-checkbox .wpcf7-list-item label span,
.form .wpcf7-radio .wpcf7-list-item label span {
  font-size: 16px;
}
.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;
}

.local {
  margin-top: 46px;
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .local {
    margin-top: 48px;
  }
}
.local__content {
  display: block;
  line-height: 1.6;
  font-weight: normal;
}
.local__content section {
  position: relative;
}
.local__content section.is_bg_color {
  background-color: #f0f6f7;
}
.local__content section.is_padding {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .local__content section.is_padding {
    padding: 60px 20px;
  }
}
.local__content section.is_mb100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .local__content section.is_mb100 {
    margin-bottom: 60px;
  }
}
.local__content section .is_mb16 {
  margin-bottom: 16px;
}
.local__content section .is_mb40 {
  margin-bottom: 40px;
}
.local__content section .is_underline {
  text-decoration: underline;
}
.local__content h2 {
  border-bottom: solid 2px #89d7e2;
  display: block;
  width: 100%;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 33px;
  padding-bottom: 19px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .local__content h2 {
    font-size: 26px;
    margin: 0 0 24px;
    padding-bottom: 15px;
  }
}
.local__content h2::before {
  background: #189eb0;
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 10px;
  margin: auto;
  width: 61px;
  height: 8px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .local__content h2::before {
    height: 6px;
    bottom: -4px;
  }
}
.local__content h3 {
  color: #fff;
  background-color: #189EB0;
  font-size: 22px;
  font-weight: 700;
  line-height: 175%;
  padding: 10px 0 10px 30px;
  margin: 40px 0 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .local__content h3 {
    font-size: 18px;
    padding: 14px 0 14px 30px;
    margin: 30px 0 15px;
  }
}
.local__content h3::before {
  background: #fff;
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: calc(100% - 20px);
}
.local__content h4 {
  color: #189eb0;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 18px;
  line-height: 175%;
}
@media screen and (max-width: 768px) {
  .local__content h4 {
    font-size: 20px;
    margin-bottom: 12px;
    text-align: center;
  }
}
.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: 16px;
}
.local__content p,
.local__content a {
  line-height: 175%;
  font-weight: 500;
}
.local__content p.is_center,
.local__content a.is_center {
  text-align: center;
}
.local__content ul, .local__content li {
  font-weight: 500;
}
.local__content .hd-lead {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .local__content .hd-lead {
    margin-bottom: 60px;
    padding: 0 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 .price {
  color: #5852a1;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: solid 1px #ccc;
}
@media screen and (max-width: 768px) {
  .local__content .price {
    font-size: 18px;
  }
}
.local__content ul.is_checklist li {
  list-style: none;
}
.local__content ul.is_checklist li::before {
  content: "☑ ";
  font-size: 20px;
}
.local__content table {
  margin-bottom: 4em;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .local__content table {
    table-layout: auto;
  }
  .local__content table tr,
  .local__content table td,
  .local__content table th {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .local__content table tr {
    border: none;
  }
}
.local__content table th {
  background-color: #189eb0;
  border-bottom: 1px solid #cccccc;
  color: #fff;
  font-weight: 700;
  padding: 18px;
  line-height: 2;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.local__content table th.is_blue {
  background-color: rgba(3, 110, 209, 0.05);
}
.local__content table th.is_center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .local__content table th {
    border-bottom: none;
    padding: 8px;
  }
}
.local__content table th.is_w40 {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .local__content table th.is_w40 {
    width: 100%;
  }
}
.local__content table td {
  line-height: 2;
  padding: 18px;
  border-bottom: 1px solid #cccccc;
}
.local__content table td:nth-child(n+2).is_center {
  text-align: center;
}
.local__content table td:nth-child(n+2).is_left {
  text-align: left;
}
.local__content table td:nth-child(n+2).is_right {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .local__content table td {
    border: none;
    padding: 8px;
  }
  .local__content table td.is_price {
    white-space: nowrap;
  }
}
.local__content .flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .local__content .flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
}
.local__content .flex-box.is_border {
  border-bottom: 1px solid #cccccc;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .local__content .flex-box.is_border {
    padding-bottom: 36px;
    gap: 10px;
    margin-bottom: 25px;
  }
}
.local__content .textBox.w68 {
  width: 68.75%;
}
@media screen and (max-width: 768px) {
  .local__content .textBox.w68 {
    width: 100%;
  }
}
.local__content .textBox.w-480 {
  width: 480px;
}
@media screen and (max-width: 768px) {
  .local__content .textBox.w-480 {
    width: 100%;
  }
}
.local__content .imgBox.w-80 {
  width: 80%;
}
.local__content .imgBox.w-80 img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .local__content .imgBox.w-80 {
    width: 100%;
  }
}
.local__content .imgBox.w26 {
  width: 26.9791666667%;
}
.local__content .imgBox.w26 img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .local__content .imgBox.w26 {
    width: 51.4285714%;
  }
}
.local__content .imgBox.w-440 {
  width: 440px;
}
.local__content .imgBox.w-440 img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .local__content .imgBox.w-440 {
    width: 100%;
  }
}
.local__content .alignleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .local__content .alignleft {
    float: none;
    display: block;
    margin: 0 auto 30px;
  }
}
.local__content .alignright {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .local__content .alignright {
    float: none;
    display: block;
    margin: 0 auto 30px;
  }
}
.local__content .aligncenter {
  display: block;
  margin: 0 auto;
}
.local__content .youtubeBox {
  text-align: center;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.local__content .youtubeBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.local__content .column-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 60px;
  margin-top: 56px;
}
.local__content .column-box.is_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .local__content .column-box.is_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
.local__content .column-box.is_flex.is_bg_color {
  background-color: #f0f6f7;
}
.local__content .column-box .ttl {
  color: #189EB0;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .local__content .column-box {
    margin-top: 40px;
    padding: 30px 20px;
  }
  .local__content .column-box .ttl {
    font-size: 20px;
  }
}
.local__content .indent-list li {
  position: relative;
  padding-left: 16px;
  line-height: 175%;
}
.local__content .indent-list li::before {
  content: "・";
  position: absolute;
  top: 0;
  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::before {
  content: "";
  background-color: #189EB0;
  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: #189EB0;
  border-radius: 50%;
}
.local__content .step-list-item .num p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 40px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  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;
}
.local__content .step-list-item .num p span {
  font-size: 16px;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .local__content .step-list-item .num {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
  .local__content .step-list-item .num p {
    font-size: 25px;
  }
  .local__content .step-list-item .num p span {
    font-size: 12px;
    margin-bottom: 0px;
  }
}
.local__content .step-list-item .inner {
  max-width: 835px;
}
@media screen and (max-width: 768px) {
  .local__content .step-list-item .inner {
    max-width: initial;
    width: 75.714285%;
  }
  .local__content .step-list-item .inner p {
    font-size: 13px;
    line-height: 150%;
  }
}
.local__content .step-list-item .inner .ttl {
  background-color: transparent;
  color: #189EB0;
  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 .card {
  display: block;
  width: 100%;
}
.local__content .card__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px 30px;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 40px;
}
.local__content .card__list > li {
  width: calc(100% / 2 - 30px / 2 * 1);
}
@media screen and (max-width: 768px) {
  .local__content .card__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 30px 30px;
  }
  .local__content .card__list > li {
    width: calc(100% / 1 - 30px / 1 * 0);
  }
}
.local__content .card__2list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 50px;
  padding: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .local__content .card__2list.is_sp_opposite > div:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .local__content .card__2list.is_sp_opposite > div:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.local__content .card__2list h3,
.local__content .card__2list h4,
.local__content .card__2list h5,
.local__content .card__2list h6 {
  margin-top: 0;
}
.local__content .card__2list__item {
  list-style: none;
}
.local__content .card__2list__item.is-arrow {
  position: relative;
}
.local__content .card__2list__item.is-arrow::after {
  background: url(../img/local/ico_arrow.webp) no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  inset: 150px -34px auto auto;
  margin: auto;
  width: 16px;
  height: 18px;
}
.local__content .card__2list__item.is-before {
  position: relative;
}
.local__content .card__2list__item.is-before::before {
  content: "BEFORE";
  color: #817a76;
  display: block;
  font-family: "Lora", serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .local__content .card__2list__item.is-before::before {
    font-size: 24px;
  }
}
.local__content .card__2list__item.is-after::before {
  content: "AFTER";
  color: #817a76;
  display: block;
  font-family: "Lora", serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .local__content .card__2list__item.is-after::before {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .local__content .card__2list {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 50px;
    padding: 0;
    margin-bottom: 40px;
  }
  .local__content .card__2list__item.is-arrow::before {
    inset: auto 0 -12px 0;
    margin: auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.local__content .card__3list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
  padding: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .local__content .card__3list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.local__content .card__3list__item {
  text-align: center;
}
.local__content .card__21list {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px 30px;
  padding: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .local__content .card__21list {
    grid-template-columns: 1fr;
  }
}
.local__content .card__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.local__content .card__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 100%;
}
.local__content .card__title {
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
  padding: 0;
}
.local__content .card__title:after {
  display: none;
}
.local__content .card__img {
  display: block;
  width: 100%;
}
.local__content .card__img picture {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(1 / 1 * 100%);
  overflow: hidden;
}
.local__content .card__img picture img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.local__content .line {
  border-top: solid 1px #d4d8e3;
  margin: 40px 0;
}
.local__content .borderBox {
  border: solid 1px #d4d8e3;
  padding: 48px;
}
.local__content .borderBox h2,
.local__content .borderBox h3,
.local__content .borderBox h4,
.local__content .borderBox h5,
.local__content .borderBox h6 {
  margin-top: 0;
}
.local__content .borderBox p {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .local__content .borderBox {
    padding: 30px 20px;
  }
}
.local__content .borderBox + .borderBox {
  margin-top: 30px;
}
.local__content .checkBox {
  border: solid 1px #168db6;
  -webkit-box-shadow: 6px 6px 0 rgba(22, 141, 182, 0.3);
          box-shadow: 6px 6px 0 rgba(22, 141, 182, 0.3);
  padding: 40px;
  position: relative;
  margin: 60px auto 40px;
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .local__content .checkBox {
    padding: 10px;
  }
}
.local__content .checkBox ul {
  display: grid;
  gap: 0 30px;
  margin-bottom: 10px;
}
.local__content .checkBox ul.is_2list {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .local__content .checkBox ul.is_2list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.local__content .checkBox ul li {
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
}
.local__content .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .local__content .grid {
    grid-template-columns: 1fr;
    grid-template-areas: "txtbox" "imgbox";
  }
  .local__content .grid .imgBox {
    grid-area: imgbox;
  }
  .local__content .grid .txtBox {
    grid-area: txtbox;
  }
}
.local__content .qaaBox {
  margin-bottom: 30px;
}
.local__content .qaaBox dt {
  background-color: #fc9937;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-size: 22px;
  text-align: center;
  padding: 7px 50px 7px 7px;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}
.local__content .qaaBox dt::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: #382410 transparent transparent transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.local__content .qaaBox dt.is_open::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.local__content .qaaBox dd {
  background: #fbf5ef;
  display: none;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .local__content .qaaBox {
    margin-bottom: 20px;
  }
  .local__content .qaaBox dt {
    font-size: 16px;
  }
  .local__content .qaaBox dd {
    padding: 20px;
  }
}
.local .p-price h4 {
  margin-top: 40px;
}
.local .p-price-table {
  max-width: 924px;
  margin: 0 auto;
  margin-bottom: 4em;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .local .p-price-table td,
  .local .p-price-table th {
    display: table-cell;
  }
  .local .p-price-table tr {
    display: table-row;
  }
}
.local .p-price-table th {
  background-color: transparent;
  border-bottom: 1px solid #cccccc;
  color: #333;
  font-weight: 700;
  font-size: 15px;
  text-align: left;
  padding: 20px 32px;
  line-height: 150%;
  vertical-align: middle;
  white-space: nowrap;
  width: calc(100% - 300px);
}
@media screen and (max-width: 768px) {
  .local .p-price-table th {
    width: 60%;
    padding: 8px;
  }
}
.local .p-price-table td {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  background-color: #189eb0;
  line-height: 150%;
  color: #fff;
  font-size: 18px;
  padding: 18px;
  border-bottom: 1px solid #cccccc;
  width: 300px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .local .p-price-table td {
    width: 40%;
    padding: 8px;
  }
  .local .p-price-table td.is_price {
    white-space: nowrap;
  }
}
.local .reserv-box {
  padding: 0;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .local .reserv-box {
    padding: 0 20px;
  }
}
.local .reserv-box .reserv-content {
  min-height: 180px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .local .reserv-box .reserv-content {
    min-height: 150px;
  }
}
.local .reserv-box .reserv_in {
  height: 180px;
}

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