@charset "UTF-8";
:root {
  --color_bg: #FAFAED;
  --color_bg2: #f5f5f5;
  --color_text: #333;
  --color_link: #157C76;
  --color_border: #DFDFDF;
  --color_primary: #157C76;
  --color_primary_rgb: 21, 124, 118;
  --color_secondary: #FF9936;
  --color_time: #929292;
  --font_base: "Noto Sans JP", sans-serif, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  --font_jp: "FOT-筑紫A丸ゴシック Std B";
  --font_en: "Quicksand", sans-serif;
}

/*-----------------------------------------------------------
Reset
-----------------------------------------------------------*/
html {
  font-size: 100%;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1;
}

div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp, sub, sup, var, b, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, mark, audio, video, a {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  font: inherit;
}

span, small, em, time, i {
  font-style: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

a {
  color: inherit;
  text-decoration: none;
  border: medium;
}

a:-webkit-any-link:focus-visible {
  outline-offset: 1px;
}

:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.8em;
}

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, select {
  vertical-align: middle;
}

abbr[title], dfn[title] {
  cursor: help;
}

del {
  text-decoration: line-through;
}

ins {
  font-style: oblique;
  text-decoration: none;
}

mark {
  background: transparent;
  font-style: normal;
}

img {
  vertical-align: top;
}

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

th {
  font-weight: normal;
  text-align: left;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  font-size: inherit;
}

/*-----------------------------------------------------------
Bace
-----------------------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

::selection {
  background: #d4dcd6;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

:target {
  scroll-margin-top: 130px;
}

@media (max-width: 800px) {
  :target {
    scroll-margin-top: 0;
  }
}
html {
  scroll-behavior: smooth;
}

body,
html {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  font-family: var(--font_base);
  color: var(--color_text);
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  text-size-adjust: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font_jp);
  letter-spacing: 0.15em;
}

th, dt {
  font-family: var(--font_jp);
}

.link {
  text-decoration: underline;
}
.link:hover {
  text-decoration: none;
}

.link[target=_blank]::after {
  content: "";
  background: url(../images/share/icon_out.svg) no-repeat center/contain;
  width: 12px;
  height: 10px;
  display: inline-block;
  margin: 0 5px;
}

.no-link {
  pointer-events: none;
}

a[href^=tel] {
  cursor: default;
}

.container {
  margin: 0 auto;
  max-width: 1024px;
  width: 90%;
}
.container.wide {
  max-width: 1200px;
}
.container.narrow {
  max-width: 800px;
}

/*-----------------------------------------------------------
Header
-----------------------------------------------------------*/
.header {
  position: absolute;
  width: 100%;
  z-index: 100;
}
.header.is-fixed {
  position: fixed;
}

@media (max-width: 1024px) {
  .header {
    position: static !important;
  }
}
/*------------
Header03
--------------*/
.header-layout03 {
  background-color: #F9FAEA;
  padding: 0 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 120px;
  width: 100%;
}
.header-layout03 .h-utility {
  display: flex;
  align-items: center;
}
.header-layout03 .h-utility .btn-icon {
  height: 50px;
  min-width: 160px;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.header-layout03 .h-contact {
  display: flex;
  align-items: center;
  grid-gap: 20px;
}
.header-layout03 .h-time {
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-gap: 5px 10px;
  font-size: 13px;
}
.header-layout03 .h-time dt {
  border: 1px solid var(--color_primary);
  border-radius: 2px;
  background: #fff;
  text-align: center;
  font-size: 12px;
  font-family: var(--font_jp);
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-start;
}
.header-layout03 .h-time dd {
  align-self: flex-start;
  font-size: 13px;
  line-height: 1.5;
  padding-top: 3px;
}

html.is-open {
  height: 100%;
  overflow: hidden;
}

.menu-btn {
  width: 100px;
  height: 80px;
  position: relative;
  color: var(--color_text);
  font-family: var(--font_en);
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 13px;
  transition: 0.2s;
  z-index: 100;
}

.menu-btn-line {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 5px 0 7px;
}
.menu-btn-line span {
  display: block;
  background-color: var(--color_text);
  width: 41px;
  height: 1px;
  transition: 0.2s;
}
.menu-btn-line span:nth-of-type(2) {
  margin: 6px 0;
}

.menu-btn.is-open .menu-btn-line span:nth-of-type(1) {
  transform: rotate(30deg) translate3d(2px, 5px, 0);
}
.menu-btn.is-open .menu-btn-line span:nth-of-type(2) {
  opacity: 0;
  transform: translateX(10px);
}
.menu-btn.is-open .menu-btn-line span:nth-of-type(3) {
  transform: rotate(-30deg) translate3d(4px, -8px, 0);
}

@media (max-width: 1024px) {
  .header-layout03 {
    justify-content: center;
    padding: 10px;
    height: 60px;
  }
  .header-layout03 .h-utility,
  .header-layout03 .gnavi-drawer {
    display: none;
  }
  .header-layout03 .h-logo {
    max-width: 190px;
  }
}
/*------------
Gnavi
--------------*/
/*normal*/
.gnavi-drawer .h-tel {
  line-height: 1.5;
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  font-size: 24px;
  font-family: var(--font_en);
  color: var(--color_secondary);
}
.gnavi-drawer .h-tel img {
  margin-right: 5px;
}
.gnavi-drawer .h-time dt {
  background-color: none;
}

.gnavi-list {
  display: flex;
  justify-content: flex-end;
}
.gnavi-list > li {
  margin-left: 30px;
}
.gnavi-list > li > a,
.gnavi-list > li > .no-link {
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  font-family: var(--font_jp);
}
.gnavi-list a:hover {
  color: var(--color_primary);
}

/*dropdown*/
.gnavi-list .menu-item-has-children {
  display: flex;
  position: relative;
}
.gnavi-list .menu-item-has-children::after {
  content: "";
  display: block;
  border-bottom: 2px solid var(--color_secondary);
  border-right: 2px solid var(--color_secondary);
  width: 8px;
  height: 8px;
  margin: 10px 0 0 10px;
  transform: rotate(45deg);
  transform-origin: right;
}
.gnavi-list .menu-item-has-children > a:hover {
  opacity: 0.5;
}
.gnavi-list .menu-item-has-children.is-open .sub-menu {
  pointer-events: auto;
  opacity: 1;
}
.gnavi-list .menu-item-has-children .sub-menu {
  pointer-events: none;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 5px 15px 20px rgba(0, 0, 0, 0.1);
  padding: 20px;
  font-family: var(--font_jp);
  font-size: 14px;
  position: absolute;
  top: 30px;
  right: 50%;
  width: max-content;
  min-width: 150px;
  transform: translateX(50%);
  transition: opacity 0.3s;
  opacity: 0;
  z-index: 5;
}
.gnavi-list .menu-item-has-children .sub-menu::before {
  content: "";
  display: block;
  position: absolute;
  top: -16px;
  left: 0;
  width: 100%;
  height: 16px;
}
.gnavi-list .menu-item-has-children .sub-menu li + li {
  margin-top: 5px;
}
.gnavi-list .menu-item-has-children:last-child .sub-menu {
  right: 0;
  transform: translateX(0);
}

/*drawer*/
.gnavi-drawer {
  pointer-events: none;
  background-color: #fff;
  position: fixed;
  inset: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.5s;
  will-change: opacity;
}
.gnavi-drawer.is-open {
  opacity: 1;
  pointer-events: all;
}

.gnavi-drawer-container {
  display: grid;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.gnavi-drawer-wrapper {
  display: flex;
  flex-direction: row-reverse;
  height: 100%;
}

.gnavi-drawer-right-area {
  width: 50%;
  padding: 100px 5%;
  overflow: auto;
}
.gnavi-drawer-right-area > .item + .item {
  margin-top: 50px;
}
.gnavi-drawer-right-area .item-ttl {
  font-family: var(--font_jp);
  font-size: 16px;
  margin-bottom: 15px;
}
.gnavi-drawer-right-area .item-ttl a {
  text-decoration: underline;
}
.gnavi-drawer-right-area .item-ttl a:hover {
  text-decoration: none;
}
.gnavi-drawer-right-area .time-table {
  max-width: 500px;
}
.gnavi-drawer-right-area .h-bnr {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}

.gnavi-drawer-links {
  display: grid;
  grid-gap: 10px;
}
.gnavi-drawer-links > li {
  font-size: 16px;
  font-weight: 700;
}
.gnavi-drawer-links > li > ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 5px 20px;
  margin-top: 8px;
  font-size: 15px;
  font-weight: 400;
}
.gnavi-drawer-links a:hover {
  text-decoration: underline;
}

.gnavi-drawer-left-area {
  background: url(../images/share/gnavi-drawer_bg.jpg) no-repeat center/cover;
  width: 50%;
  height: 100%;
  padding: 0 0 0 5%;
  display: flex;
  position: fixed;
  inset: 0;
}

.gnavi-drawer-utility {
  position: absolute;
  bottom: 70px;
}

.gnavi-drawer-logo {
  margin-bottom: 30px;
}

.gnavi-drawer-address {
  color: #fff;
  font-size: 13px;
}

/*-----------------------------------------------------------
Hero
-----------------------------------------------------------*/
/*------------
Hero01
--------------*/
.hero01 {
  position: relative;
  margin-top: 120px;
}
.hero01 .splide__slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.hero01 .splide__pagination {
  justify-content: flex-end;
  right: 10px;
}

.hero01-catch {
  position: absolute;
  bottom: 100px;
  left: 7%;
  z-index: 5;
  font-family: var(--font_jp);
  color: #fff;
  letter-spacing: 0.15em;
}
.hero01-catch .ttl {
  font-size: 65px;
  line-height: 1.5;
  margin-bottom: 30px;
  letter-spacing: 0.2em;
}
.hero01-catch .sub-ttl {
  font-size: 22px;
  line-height: 1.64;
}

@media (max-width: 800px) {
  .hero01 {
    margin-top: 0;
  }
  .hero01 .splide__slide img {
    height: 50vh;
  }
  .hero01 .splide__pagination {
    display: none;
  }
  .hero01-catch {
    bottom: 20px;
    left: 5%;
  }
  .hero01-catch .ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .hero01-catch .sub-ttl {
    font-size: 15px;
  }
}
/*-----------------------------------------------------------
Top
-----------------------------------------------------------*/
.top-ttl {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-top: 50px;
}
.top-ttl::before {
  content: "";
  width: 57px;
  height: 36px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/ttl_deco01.svg) center/contain no-repeat;
}
.top-ttl .txt01 {
  display: block;
  font-size: 38px;
  margin-bottom: 10px;
  line-height: 1.35;
  letter-spacing: 0.15em;
}
.top-ttl .txt02 {
  display: block;
  font-size: 16px;
  color: var(--color_secondary);
  font-family: var(--font_en);
  font-weight: 700;
  line-height: 1;
}

.top-list01 li {
  position: relative;
  padding-left: 15px;
}
.top-list01 li:before {
  content: "";
  background: var(--color_primary);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 5px;
  height: 5px;
}

.top-table01 th,
.top-table01 td {
  border: 1px solid var(--color_border);
  padding: 10px 15px;
  vertical-align: middle;
}
.top-table01 th {
  background-color: var(--color_primary);
  color: #fff;
}
.top-table01 .bg01 {
  background-color: rgba(var(--color_primary_rgb), 0.5);
  color: var(--color_text);
}

.top-table02 th, .top-table02 td {
  vertical-align: text-top;
}
.top-table02 th {
  width: 90px;
  font-family: var(--font_text);
  font-weight: 700;
}

@media (max-width: 800px) {
  .top-ttl {
    margin-bottom: 30px;
    padding-top: 38px;
  }
  .top-ttl::before {
    width: 46px;
    height: 30px;
  }
  .top-ttl .txt01 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .top-ttl .txt02 {
    font-size: 13px;
  }
  .top-table01 th,
  .top-table01 td {
    padding: 10px;
    font-size: 14px;
    line-height: 1.5;
  }
}
/*------------
Block
--------------*/
.sec01 {
  padding: 80px 0;
}

.sec02 {
  background: url(../images/sec02_bg.jpg) center/cover no-repeat;
  padding: 90px 0 80px;
}
.sec02-txt {
  margin-bottom: 40px;
}

.sec03 {
  padding: 80px 0;
}
.sec03 .top-bnrLarge {
  margin-bottom: 35px;
}

.sec04 {
  padding: 70px 0 80px;
  background: var(--color_bg);
}

.sec05 {
  padding: 80px 0;
}

.sec06 {
  padding: 80px 0;
  background: var(--color_bg);
}
.sec06 .top-layout01 {
  margin-bottom: 80px;
}
.sec06 .top-card01 {
  margin-bottom: 80px;
}

.sec07 {
  padding: 80px 0;
}

.sec08 {
  padding: 70px 0 80px;
  background: var(--color_bg);
}

.sec10 {
  background: url(../images/sec10_bg.jpg) center/cover no-repeat;
  padding: 90px 0 80px;
}
.sec10-catch {
  font-family: var(--font_jp);
  font-size: 24px;
  display: block;
  width: fit-content;
  margin: 0 auto 30px;
  line-height: 1.6;
}

@media (max-width: 800px) {
  .sec01 {
    padding: 50px 0;
  }
  .sec02 {
    padding: 50px 0;
  }
  .sec02-txt {
    margin-bottom: 30px;
  }
  .sec03 {
    padding: 50px 0;
  }
  .sec03 .top-bnrLarge {
    margin-bottom: 20px;
  }
  .sec04 {
    padding: 50px 0;
  }
  .sec05 {
    padding: 50px 0;
  }
  .sec06 {
    padding: 50px 0;
  }
  .sec06 .top-layout01 {
    margin-bottom: 30px;
  }
  .sec06 .top-card01 {
    margin-bottom: 30px;
  }
  .sec07 {
    padding: 50px 0;
  }
  .sec08 {
    padding: 50px 0;
  }
  .sec10 {
    padding: 50px 0;
  }
  .sec10-catch {
    font-size: 20px;
    margin: 0 auto 20px;
  }
}
/*------------
Layout
--------------*/
.top-bnrLarge {
  text-align: center;
}
.top-bnrLarge .inr {
  display: inline-block;
  max-width: 774px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.14);
  transition: opacity 0.5s;
}
.top-bnrLarge img {
  width: 100%;
}

@media (max-width: 800px) {
  .top-bnrLarge .inr {
    max-width: 100%;
    box-shadow: none;
  }
}
.top-layout01 {
  display: flex;
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.top-layout01 .l-img {
  width: 57%;
  margin: 0 5.5% 0 0;
}
.top-layout01 .l-desc {
  flex: 1;
}
.top-layout01 .l-ttl {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.top-layout01 .l-ttl::before {
  content: "";
  width: 53px;
  height: 52px;
  position: absolute;
  top: -15px;
  left: -35px;
  background: url(../images/ttl_deco02.svg) center/contain no-repeat;
  z-index: -1;
}
.top-layout01 .l-ttl .txt01 {
  display: block;
  font-size: 36px;
  line-height: 1.6;
  letter-spacing: 0.15em;
  color: var(--color_primary);
}
.top-layout01 .btn-more {
  margin-top: 45px;
}
.top-layout01.reverse {
  flex-direction: row-reverse;
}
.top-layout01.reverse .l-img {
  margin: 0 0 0 5%;
}

.top-layout05 {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}
.top-layout05 + .top-layout05 {
  margin-top: 20px;
}
.top-layout05 .l-img {
  width: 43.95%;
}
.top-layout05 .l-img img {
  object-fit: cover;
  height: 100%;
}
.top-layout05 .l-desc {
  flex: 1;
  padding: 4.5% 5%;
}
.top-layout05 .l-ttl {
  margin-bottom: 15px;
}
.top-layout05 .l-ttl .txt01 {
  display: block;
  font-size: 30px;
  margin-bottom: 10px;
}
.top-layout05 .l-ttl .txt02 {
  display: block;
  font-size: 16px;
  font-family: var(--font_en);
  color: var(--color_secondary);
  font-weight: 700;
}
.top-layout05 .l-btn {
  margin-top: 20px;
}
.top-layout05.reverse {
  flex-direction: row-reverse;
}

.top-layout06 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5%;
}
.top-layout06 .item-ttl {
  border-bottom: 2px solid var(--color_primary);
  font-size: 24px;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.top-layout06 .item-ttl02 {
  border-left: 5px solid var(--color_primary);
  font-size: 15px;
  padding-left: 10px;
  margin-bottom: 15px;
}
.top-layout06 .list-top-news {
  border-top: none;
}

.top-layout07 {
  display: grid;
  grid-template-columns: 1fr 400px;
  background-color: #fff;
}
.top-layout07 iframe {
  vertical-align: bottom;
  height: 100%;
  width: 100%;
}
.top-layout07 .l-desc {
  padding: 10%;
  font-size: 14px;
  line-height: 1.85;
}
.top-layout07 .l-logo {
  text-align: center;
  margin-bottom: 25px;
}
.top-layout07 .l-ttl {
  font-size: 28px;
  text-align: center;
  margin-bottom: 10px;
}
.top-layout07 .l-ttl em {
  display: block;
  width: fit-content;
  margin: 0 auto;
  line-height: 1.4;
}
.top-layout07 .tel {
  border-bottom: 2px solid var(--color_secondary);
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  font-size: 24px;
  font-family: var(--font_en);
  color: var(--color_secondary);
}
.top-layout07 .tel img {
  margin-right: 5px;
}
.top-layout07 .l-dl {
  display: grid;
  grid-template-columns: 75px 1fr;
  grid-gap: 10px;
  font-size: 13px;
  line-height: 1.5;
}
.top-layout07 .l-dl dt {
  font-family: var(--font_text);
}

@media (max-width: 800px) {
  .top-layout01 {
    display: block;
    width: 100%;
  }
  .top-layout01 .l-img {
    width: 100%;
    margin: 0 0 35px;
  }
  .top-layout01 .l-desc {
    padding: 0 5%;
  }
  .top-layout01 .l-ttl {
    margin-bottom: 20px;
  }
  .top-layout01 .l-ttl::before {
    width: 36px;
    height: 35px;
    top: -15px;
    left: -10px;
  }
  .top-layout01 .l-ttl .txt01 {
    font-size: 23px;
  }
  .top-layout01.reverse .l-img {
    margin: 0 0 35px;
  }
  .top-layout05 {
    display: block;
  }
  .top-layout05 .l-img {
    width: 100%;
  }
  .top-layout05 .l-desc {
    padding: 40px 5%;
  }
  .top-layout05 .l-ttl {
    text-align: center;
    margin-bottom: 20px;
  }
  .top-layout05 .l-ttl .txt01 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .top-layout05 .l-ttl .txt02 {
    font-size: 13px;
  }
  .top-layout05 .l-btn {
    margin-top: 30px;
  }
  .top-layout06 {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
  .top-layout07 {
    grid-template-columns: 1fr;
  }
  .top-layout07 iframe {
    height: 300px;
  }
  .top-layout07 .l-desc {
    padding: 10% 5%;
  }
}
/*------------
Card
--------------*/
.top-card01 {
  display: flex;
  grid-gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}
.top-card01 > li {
  text-align: center;
  width: calc(25% - 18px);
}
.top-card01 a {
  display: block;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  height: 100%;
  padding: 20px;
  position: relative;
  transition: transform 0.5s;
}
.top-card01 a::before {
  content: "";
  border-style: solid;
  border-width: 0 0 14px 14px;
  border-color: transparent transparent var(--color_primary) transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}
.top-card01 a:hover {
  transform: translateY(-10px);
}
.top-card01 .card-img {
  margin-bottom: 15px;
}
.top-card01 .card-ttl {
  line-height: 1.3;
  margin-bottom: 10px;
}
.top-card01 .txt01 {
  display: block;
  width: fit-content;
  margin: 0 auto 5px;
  font-size: 18px;
  color: var(--color_primary);
  background: linear-gradient(transparent 60%, #FFEC5E 60%);
}
.top-card01 .txt02 {
  display: block;
  font-size: 14px;
  font-family: var(--font_en);
  color: var(--color_secondary);
  font-weight: 700;
  letter-spacing: 0.1em;
}
.top-card01 .card-desc {
  text-align: left;
  font-size: 13px;
  line-height: 1.6;
}

.top-card02 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2.5%;
}
.top-card02 a {
  display: block;
  background-color: var(--color_bg2);
  height: 100%;
  transition: transform 0.5s;
  position: relative;
}
.top-card02 a::before {
  content: "";
  border-style: solid;
  border-width: 0 0 13px 13px;
  border-color: transparent transparent var(--color_primary) transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}
.top-card02 a:hover {
  transform: translateY(-10px);
}
.top-card02 .card-desc {
  padding: 7%;
}
.top-card02 .card-number {
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}
.top-card02 .card-ttl {
  text-align: center;
  margin-bottom: 15px;
}
.top-card02 .card-ttl .txt01 {
  display: block;
  font-size: 22px;
  margin-bottom: 5px;
}
.top-card02 .card-ttl .txt02 {
  display: block;
  font-size: 15px;
}

.top-card03 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.6%;
}
.top-card03 > li {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 2px solid #B1D1CF;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.top-card03 .card-img img {
  width: 100%;
}
.top-card03 .card-desc {
  padding: 7%;
}
.top-card03 .card-number {
  text-align: center;
  margin-bottom: 5px;
  color: var(--color_secondary);
  font-family: var(--font_en);
  font-weight: 700;
  font-size: 25px;
  line-height: 1;
}
.top-card03 .card-ttl {
  text-align: center;
  margin-bottom: 10px;
}
.top-card03 .card-ttl .txt01 {
  display: block;
  font-size: 21px;
  line-height: 1.75;
  color: var(--color_primary);
}
.top-card03 .card-btn {
  padding: 0 7%;
  margin: auto 0 30px;
  text-align: center;
}

@media (max-width: 800px) {
  .top-card01 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  .top-card01 > li {
    width: 100%;
  }
  .top-card01 a {
    padding: 10px;
  }
  .top-card01 .card-img {
    margin-bottom: 15px;
  }
  .top-card01 .card-ttl {
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .top-card01 .card-desc {
    font-size: 12px;
    line-height: 1.5;
  }
  .top-card02 {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
  }
  .top-card03 {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
  }
}
/*------------
Post
--------------*/
.top-post-layout01 {
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-gap: 50px;
  min-height: 170px;
  position: relative;
}
.top-post-layout01 .l-ttl .txt01 {
  display: block;
  font-size: 25px;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
}
.top-post-layout01 .l-ttl .txt02 {
  display: block;
  font-size: 16px;
  font-family: var(--font_en);
  color: var(--color_secondary);
  font-weight: 700;
  letter-spacing: 0.05em;
}
.top-post-layout01 .l-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
.top-post-layout01 .l-btn .btn-more {
  min-width: 170px;
}

.list-top-news {
  border-top: 1px solid var(--color_border);
}
.list-top-news a {
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-gap: 10px;
  border-bottom: 1px solid var(--color_border);
  padding: 20px 0;
}
.list-top-news a:hover .ttl {
  text-decoration: underline;
}
.list-top-news time {
  display: inline-block;
  color: var(--color_time);
  font-family: var(--font_en);
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 16px;
  line-height: 1.6;
}
.list-top-news .ttl {
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-family: var(--font_text);
  line-height: 1.6;
}

.list-top-case {
  border-top: 1px solid var(--color_border);
}
.list-top-case a {
  display: block;
  border-bottom: 1px solid var(--color_border);
  padding: 20px 0;
}
.list-top-case a:hover .ttl {
  text-decoration: underline;
}
.list-top-case .list-data {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.list-top-case time {
  display: inline-block;
  color: var(--color_time);
  margin-right: 15px;
}
.list-top-case .category {
  display: inline-block;
  background-color: var(--color_primary);
  color: #fff;
  font-size: 11px;
  padding: 0 5px;
  margin-right: 5px;
}
.list-top-case .ttl {
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-family: var(--font_jp);
}

.list-top-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  grid-gap: 30px 15px;
  margin-bottom: 40px;
}
.list-top-gallery .list-img {
  margin-bottom: 20px;
  overflow: hidden;
}
.list-top-gallery .list-img img {
  object-fit: cover;
  width: 100%;
  height: 165px;
  transition: transform 0.5s;
  border-radius: 10px;
}
.list-top-gallery time {
  color: var(--color_time);
  display: block;
  font-size: 12px;
}
.list-top-gallery .list-ttl {
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-bottom: 10px;
  font-family: var(--font_text);
  font-weight: 400;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  word-break: break-all;
}
.list-top-gallery .category {
  display: inline-block;
  background-color: var(--color_secondary);
  color: #fff;
  font-size: 11px;
  padding: 0 5px;
  margin-right: 5px;
}
.list-top-gallery a {
  display: block;
  height: 100%;
}
.list-top-gallery a:hover .list-img img {
  transform: scale(1.1);
}

@media (max-width: 800px) {
  .top-post-layout01 {
    grid-template-columns: minmax(0, 1fr);
    grid-gap: 30px;
    min-height: 0;
  }
  .top-post-layout01 .l-ttl .txt01 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .top-post-layout01 .l-ttl .txt02 {
    font-size: 13px;
  }
  .top-post-layout01 .l-btn {
    position: static;
    text-align: center;
  }
  .list-top-blog {
    display: flex;
    grid-gap: 0;
    flex-wrap: nowrap;
    margin: 0 -5vw 0 0;
    -webkit-overflow-scrolling: touch;
    width: calc(100% + 5vw);
    overflow-x: auto;
  }
  .list-top-blog li {
    flex: 0 0 240px;
    margin: 0 5% 0 0;
    max-width: 100%;
  }
  .list-top-news a {
    display: block;
    line-height: 1.5;
    padding: 10px 0;
  }
  .list-top-news time {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .list-top-news .ttl {
    -webkit-line-clamp: 2;
  }
  .list-top-case a {
    display: block;
    line-height: 1.5;
    padding: 10px 0;
  }
  .list-top-case time {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .list-top-case .ttl {
    -webkit-line-clamp: 2;
  }
  .list-top-gallery {
    display: flex;
    grid-gap: 0;
    flex-wrap: nowrap;
    margin: 0 -5vw 30px 0;
    -webkit-overflow-scrolling: touch;
    width: calc(100% + 5vw);
    overflow-x: auto;
  }
  .list-top-gallery li {
    flex: 0 0 240px;
    margin: 0 5% 0 0;
    max-width: 100%;
  }
}
/*------------
Other
--------------*/
.top-bnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: 20px;
}
.top-bnr li {
  max-width: calc(33.3333333333% - 15px);
}
.top-bnr.center {
  justify-content: center;
}

@media (max-width: 800px) {
  .top-bnr {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  .top-bnr li {
    max-width: 100%;
  }
}
/*-----------------------------------------------------------
下層レイアウト
-----------------------------------------------------------*/
.page-ttl {
  background: var(--color_primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding-top: 100px;
  height: 400px;
  width: 100%;
}

.page-ttl-main {
  font-family: var(--font_jp);
  font-size: 45px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.page-ttl-sub {
  display: block;
  font-family: var(--font_en);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: capitalize;
}

.breadcrumb {
  position: relative;
  z-index: 1;
}
.breadcrumb ul {
  font-size: 0.8rem;
  padding: 5px 5vw;
}
.breadcrumb ul li {
  display: inline;
}
.breadcrumb ul li + li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid var(--color_border);
  border-right: 1px solid var(--color_border);
  transform: rotate(45deg);
  margin: 0 12px 0 3px;
  vertical-align: 1px;
}

.u-contents p + p {
  margin-top: 1em;
}

@media (max-width: 800px) {
  .page-ttl {
    padding-top: 0;
    height: 120px;
  }
  .page-ttl-main {
    font-size: 25px;
    padding: 0 15px;
    margin-bottom: 8px;
  }
  .page-ttl-sub {
    font-size: 15px;
  }
}
.u-h2 {
  font-size: 30px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
.u-h2::before {
  content: "";
  background: var(--color_primary);
  width: 30px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.u-h202 {
  font-size: 30px;
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
.u-h202::after {
  content: "";
  display: block;
  background: var(--color_primary);
  width: 50px;
  height: 4px;
  margin: 20px auto 50px;
}

.u-h3, .dl-privacy dt {
  border-bottom: 3px solid var(--color_border);
  font-size: 22px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
}
.u-h3::before, .dl-privacy dt::before {
  content: "";
  background: var(--color_primary);
  width: 50px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -3px;
}

.u-h302 {
  background-color: var(--color_primary);
  color: #fff;
  font-size: 22px;
  padding: 5px 15px;
  margin-bottom: 30px;
}

.u-h4 {
  font-size: 20px;
  padding-left: 25px;
  margin-bottom: 15px;
  position: relative;
}
.u-h4::before {
  content: "";
  background: var(--color_primary);
  width: 8px;
  height: 60%;
  position: absolute;
  left: 0;
  top: 7.5px;
}

.u-h402 {
  border-bottom: 2px solid var(--color_primary);
  font-size: 20px;
  padding-bottom: 2px;
  margin-bottom: 15px;
  width: fit-content;
}

.num-ttl {
  border-bottom: 2px solid var(--color_border);
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.num-ttl .num {
  background: var(--color_primary);
  display: inline-block;
  color: #fff;
  font-size: 13px;
  line-height: 25px;
  padding: 0 9px;
  margin-right: 20px;
  vertical-align: 3px;
  position: relative;
}
.num-ttl .num::after {
  content: "";
  border-style: solid;
  border-width: 12.5px 0 12.5px 7px;
  border-color: transparent transparent transparent var(--color_primary);
  position: absolute;
  top: 0;
  right: -7px;
}

.u-catch {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

@media (max-width: 800px) {
  .u-h2 {
    font-size: 25px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .u-h202 {
    font-size: 25px;
  }
  .u-h202::after {
    margin: 20px auto 30px;
  }
  .u-h3, .dl-privacy dt {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .u-h302 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .u-h4 {
    font-size: 18px;
    padding-left: 20px;
  }
  .u-h402 {
    font-size: 18px;
  }
  .num-ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .num-ttl .num {
    display: table;
    font-size: 10px;
    padding: 0 10px;
    margin-bottom: 8px;
  }
  .num-ttl .num::after {
    display: none;
  }
  .u-catch {
    text-align: left;
    font-size: 18px;
  }
}
.x-short + .x-short {
  margin-top: 30px;
}

.short + .short {
  margin-top: 50px;
}

.tall {
  padding: 70px 0;
}

.hidden {
  overflow: hidden;
}

@media (max-width: 800px) {
  .short + .short {
    margin-top: 30px;
  }
  .tall {
    padding: 50px 0;
  }
}
.col1,
.col2,
.col3,
.col4 {
  display: grid;
}

.col1 {
  grid-template-columns: repeat(1, 1fr);
}

.col2 {
  grid-template-columns: repeat(2, 1fr);
}

.col3 {
  grid-template-columns: repeat(3, 1fr);
}

.col4 {
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 800px) {
  .col1,
  .col2,
  .col3,
  .col4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.list-disc li {
  position: relative;
  padding-left: 15px;
}
.list-disc li:before {
  content: "";
  background: var(--color_primary);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 0.9em;
  width: 5px;
  height: 5px;
}

.list-check li {
  position: relative;
  padding-left: 25px;
}
.list-check li::before {
  content: "";
  width: 15px;
  height: 9px;
  border-left: 3px solid var(--color_primary);
  border-bottom: 3px solid var(--color_primary);
  transform: rotate(-45deg);
  position: absolute;
  top: 8px;
  left: 0;
}

.list-num {
  counter-reset: number;
}
.list-num > li {
  padding-left: 30px;
  position: relative;
}
.list-num > li:before {
  background-color: var(--color_primary);
  border-radius: 15px;
  color: #fff;
  counter-increment: number;
  content: counter(number);
  font-size: 11px;
  position: absolute;
  top: 2px;
  left: 0;
  line-height: 20px;
  text-align: center;
  padding-left: 2px;
  width: 20px;
  height: 20px;
}
.list-num > li + li {
  margin-top: 5px;
}

.list-disc.col2,
.list-check.col2,
.list-num.col2 {
  grid-gap: 10px 30px;
}

.list-disc.col3,
.list-check.col3,
.list-num.col3 {
  grid-gap: 10px 30px;
}

.list-price > li + li {
  margin-top: 20px;
}
.list-price .list-intro {
  border-bottom: 1px dotted var(--color_border);
  display: flex;
  align-items: flex-end;
  grid-gap: 10px;
  justify-content: space-between;
  font-weight: bold;
  font-size: 18px;
  padding: 0 0 5px;
}
.list-price .list-desc {
  color: var(--color_text);
  opacity: 0.8;
  font-size: 13px;
  margin-top: 5px;
}

@media (max-width: 800px) {
  .list-disc.col2,
  .list-check.col2,
  .list-num.col2 {
    grid-gap: 5px;
  }
  .list-disc.col3,
  .list-check.col3,
  .list-num.col3 {
    grid-gap: 5px;
  }
  .list-price > li + li {
    margin-top: 15px;
  }
  .list-price .list-intro {
    font-size: 16px;
  }
}
.dl-style01 {
  display: grid;
  grid-template-columns: 25% 75%;
  grid-gap: 10px 0;
}
.dl-style01 > dt {
  background: var(--color_primary);
  color: #fff;
  font-size: 17px;
  padding: 20px;
  display: flex;
  align-items: center;
}
.dl-style01 > dt .num {
  display: block;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 5px;
}
.dl-style01 > dd {
  background: var(--color_bg);
  font-size: 15px;
  padding: 20px;
}

.dl-style02 > dt {
  border-bottom: 1px dashed var(--color_border);
  font-size: 17px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.dl-style02 > dd + dt {
  margin-top: 20px;
}

.dl-style03 {
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-gap: 10px 30px;
  align-items: flex-start;
}
.dl-style03 > dt {
  background: var(--color_primary);
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media (max-width: 800px) {
  .dl-style01 {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .dl-style01 > dt {
    font-size: 15px;
    padding: 15px;
  }
  .dl-style01 > dd {
    padding: 15px;
  }
  .dl-style01 > dd + dt {
    margin-top: 15px;
  }
  .dl-style02 > dt {
    font-size: 17px;
  }
  .dl-style02 dd + dt {
    margin-top: 15px;
  }
  .dl-style03 {
    grid-gap: 10px 15px;
    grid-template-columns: 80px 1fr;
  }
}
.list-card01 > li {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--color_border);
  padding: 25px;
  border-radius: 10px;
}
.list-card01 .list-img {
  text-align: center;
  margin-bottom: 25px;
}
.list-card01 .num {
  display: block;
  font-weight: bold;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 5px;
}
.list-card01 .list-ttl {
  border-bottom: 1px solid var(--color_border);
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.list-card01 .list-btn {
  text-align: center;
  margin-top: auto;
  padding-top: 15px;
}
.list-card01 .btn-more {
  min-width: 0;
  width: 100%;
}
.list-card01.color01 > li {
  background-color: var(--color_bg);
}

.list-card02 > li {
  background: var(--color_bg);
  display: flex;
  flex-direction: column;
  padding: 25px;
  border-radius: 10px;
}
.list-card02 .list-img {
  text-align: center;
  margin-bottom: 25px;
  border-radius: 10px;
  overflow: hidden;
}
.list-card02 .num {
  background: var(--color_primary);
  border-radius: 50px;
  display: table;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  line-height: 25px;
  padding: 0 20px;
  margin: 0 auto 10px;
}
.list-card02 .list-ttl {
  display: block;
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
}
.list-card02 .list-btn {
  text-align: center;
  margin-top: auto;
  padding-top: 15px;
}
.list-card02 .btn-more {
  min-width: 0;
  width: 100%;
}

.list-card03 > li {
  background: var(--color_bg2);
  display: flex;
  flex-direction: column;
  padding: 25px;
  position: relative;
}
.list-card03 > li + li::before {
  content: "";
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent var(--color_secondary);
  position: absolute;
  left: -5%;
  top: 50%;
  transform: translateY(-50%);
}
.list-card03 .list-img {
  text-align: center;
  margin-bottom: 25px;
}
.list-card03 .num {
  background: var(--color_primary);
  border-radius: 50px;
  display: table;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  line-height: 25px;
  padding: 0 20px;
  margin: 0 auto 10px;
}
.list-card03 .list-ttl {
  display: block;
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
}
.list-card03 .list-btn {
  text-align: center;
  margin-top: auto;
  padding-top: 15px;
}
.list-card03 .btn-more {
  min-width: 0;
  width: 100%;
}
.list-card03.col3 li + li::before, .list-card03.col4 li + li::before {
  left: -6%;
}

.list-card01.col2,
.list-card02.col2,
.list-card03.col2 {
  grid-gap: 40px;
}

.list-card01.col3,
.list-card02.col3,
.list-card03.col3 {
  grid-gap: 30px;
}

.list-card01.col4,
.list-card02.col4,
.list-card03.col4 {
  grid-gap: 20px;
}

@media (max-width: 800px) {
  .list-card01.col2,
  .list-card02.col2,
  .list-card03.col2,
  .list-card01.col3,
  .list-card02.col3,
  .list-card03.col3,
  .list-card01.col4,
  .list-card02.col4,
  .list-card03.col4 {
    grid-gap: 15px;
  }
  .list-card03 {
    grid-gap: 30px !important;
  }
  .list-card03 > li + li::before {
    left: 50% !important;
    top: -27px;
    transform: translateX(-50%) rotate(90deg);
  }
  .list-card03.sp-scroll {
    display: flex;
    grid-gap: 0 !important;
    flex-wrap: nowrap;
    margin: 0 -5vw 30px 0;
    -webkit-overflow-scrolling: touch;
    width: calc(100% + 5vw);
    overflow-x: auto;
  }
  .list-card03.sp-scroll > li {
    flex: 0 0 300px;
    margin: 0 5% 0 0;
    max-width: 100%;
  }
  .list-card03.sp-scroll > li + li::before {
    top: 50%;
    left: -9px !important;
    transform: translateX(-50%);
  }
}
.table-style01 th,
.table-style01 td {
  border: 1px solid var(--color_border);
  padding: 15px;
  vertical-align: middle;
}
.table-style01 th {
  background-color: var(--color_primary);
  color: #fff;
}
.table-style01 .bg01 {
  background-color: var(--color_bg);
  color: var(--color_text);
}

.scroll-txt {
  display: none;
}

@media (max-width: 800px) {
  .table-style01 th,
  .table-style01 td {
    padding: 10px;
    font-size: 14px;
    line-height: 1.5;
  }
  .scroll-txt {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .scroll-txt::before {
    content: "";
    display: block;
    background: url(../images/share/icon_scroll.svg) no-repeat center/contain;
    width: 30px;
    height: 24.5px;
    margin-right: 10px;
  }
  .table-scroll {
    overflow-x: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
  .table-scroll::-webkit-scrollbar {
    height: 5px;
  }
  .table-scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background: var(--color_bg2);
  }
  .table-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: var(--color_primary);
  }
  .table-scroll table {
    margin-bottom: 10px !important;
    width: 150%;
  }
}
.box-style01 {
  border: 2px solid var(--color_border);
  background: #fff;
  padding: 5%;
  border-radius: 10px;
}
.box-style01 > .box-ttl {
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}
.box-style01 > .box-ttl02 {
  font-size: 20px;
  padding-left: 25px;
  margin-bottom: 15px;
  position: relative;
}
.box-style01 > .box-ttl02::before {
  content: "";
  background: var(--color_primary);
  width: 8px;
  height: 60%;
  position: absolute;
  left: 0;
  top: 7.5px;
}

.box-style02 {
  background: var(--color_primary);
  color: #fff;
  padding: 5%;
}
.box-style02 > .box-ttl {
  display: flex;
  align-items: center;
  font-size: 20px;
  margin-bottom: 15px;
}
.box-style02 > .box-ttl img {
  margin-right: 15px;
}

@media (max-width: 800px) {
  .box-style01 > .box-ttl {
    margin-bottom: 15px;
  }
  .box-style01 > .box-ttl02 {
    font-size: 18px;
  }
  .box-style02 > .box-ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.list-anchor-link {
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
}
.list-anchor-link li {
  position: relative;
}
.list-anchor-link li::after {
  content: "";
  display: inline-block;
  background: var(--color_border);
  width: 2px;
  height: 15px;
  margin: 0 20px;
  vertical-align: -1px;
}
.list-anchor-link a {
  display: inline-block;
  position: relative;
  font-weight: bold;
  padding-right: 25px;
}
.list-anchor-link a::before {
  content: "";
  background: url(../images/share/icon_arrow_down.svg) no-repeat 0 0/contain;
  width: 22px;
  height: 22px;
  position: absolute;
  right: -3px;
  top: 3px;
}
.list-anchor-link a:hover {
  text-decoration: underline;
}

.list-sns {
  display: flex;
}
.list-sns li + li {
  margin-left: 15px;
}
.list-sns a {
  transition: opacity 0.5s;
}
.list-sns a:hover {
  opacity: 0.5;
}

@media (max-width: 800px) {
  .list-anchor-link {
    display: block;
  }
  .list-anchor-link li::after {
    display: none;
  }
  .list-anchor-link a {
    padding: 0 0 0 30px;
  }
  .list-anchor-link a::before {
    right: inherit;
    left: 0;
  }
}
.under-slider01 .splide {
  margin: 0 auto;
}
.under-slider01 .splide__track {
  overflow: visible;
}
.under-slider01 .splide__slide:not(.is-visible) .slide {
  pointer-events: none;
  opacity: 0.3;
}
.under-slider01 .splide__arrow--prev {
  left: calc((100% - 860px) / 2);
}
.under-slider01 .splide__arrow--next {
  right: calc((100% - 860px) / 2);
}
.under-slider01 .splide__arrow {
  top: 263px;
  transform: translateY(0);
}
.under-slider01 .item-desc {
  margin-top: 25px;
}
.under-slider01 .item-ttl {
  font-size: 18px;
  margin-bottom: 10px;
}

.under-slider02 .item-img {
  position: relative;
}
.under-slider02 figcaption {
  background: #fff;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  padding: 3px 5px;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

@media (max-width: 800px) {
  .under-slider01 .item-desc {
    margin-top: 15px;
  }
  .under-slider01 .item-ttl {
    font-size: 18px;
    margin-bottom: 0;
  }
}
.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

video {
  width: 100%;
}

.google-map iframe {
  vertical-align: bottom;
  width: 100%;
  height: 450px;
}

.merit-demerit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 4%;
}
.merit-demerit .item {
  background: var(--color_bg2);
  border-top: 5px solid var(--color_primary);
  padding: 8%;
}
.merit-demerit .item .list-disc li::before {
  background-color: var(--color_primary);
}
.merit-demerit .item:nth-of-type(2) {
  border-color: var(--color_secondary);
}
.merit-demerit .item:nth-of-type(2) .list-disc li::before {
  background-color: var(--color_secondary);
}
.merit-demerit .item-ttl {
  margin-bottom: 20px;
}
.merit-demerit .item-ttl .en {
  font-size: 25px;
  margin-right: 25px;
}
.merit-demerit .item-ttl .jp {
  font-size: 14px;
}

.faq-style > dt,
.faq-style > dd {
  background-color: var(--color_bg);
  /* border-radius: 10px; */
}
.faq-style > dt {
  cursor: pointer;
  padding: 20px 90px 20px 70px;
  position: relative;
}
.faq-style > dd {
  display: none;
  padding: 0 70px 30px;
}
.faq-style > dd + dt {
  margin-top: 15px;
}
.faq-style .faq-ico {
  color: var(--color_primary);
  font-size: 23px;
  position: absolute;
  top: 13px;
  left: 25px;
}
.faq-style .faq-ttl {
  font-family: var(--font_jp);
  font-size: 16px;
}
.faq-style .faq-open-ico {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 30px;
  top: 15px;
}
.faq-style .faq-open-ico::before, .faq-style .faq-open-ico::after {
  content: "";
  display: block;
  background: var(--color_secondary);
  position: absolute;
  top: 50%;
  left: 50%;
}
.faq-style .faq-open-ico::before {
  width: 16px;
  height: 2px;
  transform: translateX(-50%);
}
.faq-style .faq-open-ico::after {
  width: 16px;
  height: 2px;
  transform: rotate(90deg) translateX(-50%);
  transform-origin: left;
  transition: transform 0.5s;
}
.faq-style .is-open .faq-open-ico::after {
  transform: rotate(0) translateX(-50%);
}

.accordion-style {
  background-color: var(--color_bg2);
}
.accordion-style .accordion-btn {
  cursor: pointer;
  padding: 20px 90px 20px 30px;
  position: relative;
}
.accordion-style .accordion-desc {
  display: none;
  padding: 0 30px 30px;
}
.accordion-style .accordion-ttl {
  font-family: var(--font_jp);
  font-size: 16px;
}
.accordion-style .accordion-open-ico {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 30px;
  top: 15px;
}
.accordion-style .accordion-open-ico::before, .accordion-style .accordion-open-ico::after {
  content: "";
  display: block;
  background: var(--color_secondary);
  position: absolute;
  top: 50%;
  left: 50%;
}
.accordion-style .accordion-open-ico::before {
  width: 16px;
  height: 2px;
  transform: translateX(-50%);
}
.accordion-style .accordion-open-ico::after {
  width: 16px;
  height: 2px;
  transform: rotate(90deg) translateX(-50%);
  transform-origin: left;
  transition: transform 0.5s;
}
.accordion-style .is-open .accordion-open-ico::after {
  transform: rotate(0) translateX(-50%);
}
.accordion-style + .accordion-style {
  margin-top: 15px;
}

.flow-arrow {
  display: flex;
  align-items: center;
  margin: 30px 0;
}
.flow-arrow::before, .flow-arrow::after {
  content: "";
  background-color: var(--color_border);
  flex: 1;
  height: 1px;
}
.flow-arrow img {
  padding: 0 15px;
  width: 65px;
}

[data-tab-content] {
  display: none;
}

[data-tab-content].is-active {
  display: block;
}

.tab-list {
  border-bottom: 1px solid var(--color_border);
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.tab-nav-item {
  display: inline-block;
  cursor: pointer;
  border: 1px solid var(--color_primary);
  border-radius: 50px;
  color: var(--color_primary);
  font-size: 14px;
  padding: 0 20px;
  transition: all 0.2s ease;
  background: #fff;
}
.tab-nav-item:hover {
  background-color: var(--color_primary);
  color: #fff;
}

.tab-nav-item.is-active {
  background: var(--color_primary);
  color: #fff;
}

.tab-content.is-active {
  animation: tabFadeIn 0.7s ease 0s 1 normal;
}

@keyframes tabFadeIn {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 800px) {
  .google-map iframe {
    height: 300px;
  }
  .merit-demerit {
    grid-template-columns: 1fr;
    grid-gap: 25px;
  }
  .merit-demerit .item {
    padding: 7% 5%;
  }
  .merit-demerit .item-ttl {
    margin-bottom: 15px;
  }
  .faq-style > dt {
    padding: 15px 60px 15px 50px;
  }
  .faq-style > dd {
    padding: 0 50px 30px;
  }
  .faq-style .faq-ico {
    top: 10px;
    left: 15px;
  }
  .faq-style .faq-ttl {
    font-size: 15px;
    line-height: 1.7;
  }
  .faq-style .faq-open-ico {
    width: 30px;
    height: 30px;
    right: 15px;
    top: 13px;
  }
  .faq-style .faq-open-ico::before {
    width: 12px;
  }
  .faq-style .faq-open-ico::after {
    width: 13px;
  }
  .accordion-style .accordion-btn {
    padding: 15px 50px 15px 15px;
  }
  .accordion-style .accordion-desc {
    padding: 0 15px 30px;
  }
  .accordion-style .accordion-ttl {
    font-size: 15px;
    line-height: 1.7;
  }
  .accordion-style .accordion-open-ico {
    width: 30px;
    height: 30px;
    right: 15px;
    top: 13px;
  }
  .accordion-style .accordion-open-ico::before {
    width: 12px;
  }
  .accordion-style .accordion-open-ico::after {
    width: 13px;
  }
}
.zoom-img {
  display: block;
  position: relative;
}
.zoom-img::before {
  content: "";
  background: var(--color_primary) url(../images/share/icon_zoom.svg) no-repeat center/22px auto;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 1;
}

.l-imgR,
.l-imgL {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.l-imgR .l-img,
.l-imgL .l-img {
  margin: 0 40px 0 0;
  width: 40%;
  border-radius: 10px;
  overflow: hidden;
}
.l-imgR .l-img.small,
.l-imgL .l-img.small {
  width: 30%;
}
.l-imgR .l-desc,
.l-imgL .l-desc {
  flex: 1;
}

.l-imgR {
  flex-direction: row-reverse;
}
.l-imgR .l-img {
  margin: 0 0 0 40px;
}

.fl-wrap {
  display: flow-root;
}

.fl-imgR,
.fl-imgL {
  width: 40%;
}
.fl-imgR.small,
.fl-imgL.small {
  width: 30%;
}

.fl-imgR {
  float: right;
  margin: 0 0 15px 35px;
}

.fl-imgL {
  float: left;
  margin: 0 35px 15px 0;
}

.l-col2,
.l-col3 {
  display: grid;
}

.l-col2 {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5%;
}

.l-col3 {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3%;
}

.l-style01 {
  display: flex;
  position: relative;
  z-index: 0;
}
.l-style01 .l-img {
  width: 56.64%;
  margin: 0 7.5% 0 -10%;
}
.l-style01 .l-desc {
  flex: 1;
}
.l-style01 .num {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 15px;
}
.l-style01 .l-ttl {
  font-size: 25px;
  margin-bottom: 30px;
}
.l-style01 .l-sub-ttl {
  display: flex;
  align-items: center;
  font-family: var(--font_jp);
  font-size: 18px;
  margin-bottom: 30px;
}
.l-style01 .l-sub-ttl::before {
  content: "";
  background: var(--color_primary);
  width: 30px;
  height: 2px;
  margin-right: 25px;
}
.l-style01.reverse {
  flex-direction: row-reverse;
}
.l-style01.reverse .l-img {
  margin: 0 -10% 0 7.5%;
}

.l-style02 {
  display: flex;
  align-items: flex-start;
}
.l-style02 .l-img {
  position: relative;
  width: 40%;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
}
.l-style02 .l-desc {
  background: var(--color_bg);
  padding: 55px 55px 55px 150px;
  margin: 50px 0 0 -100px;
  flex: 1;
  border-radius: 10px;
}
.l-style02 .num {
  display: inline-block;
  font-weight: bold;
  font-size: 25px;
  line-height: 1;
  margin-bottom: 15px;
  color: var(--color_primary);
}
.l-style02 .l-ttl {
  font-size: 24px;
  margin-bottom: 15px;
}
.l-style02 .l-sub-ttl {
  display: flex;
  align-items: center;
  font-family: var(--font_jp);
  font-size: 18px;
  margin-bottom: 20px;
}
.l-style02 .l-sub-ttl::before {
  content: "";
  background: var(--color_primary);
  width: 30px;
  height: 2px;
  margin-right: 25px;
}
.l-style02.reverse {
  flex-direction: row-reverse;
}
.l-style02.reverse .l-desc {
  padding: 55px 150px 55px 55px;
  margin: 50px -100px 0 0;
}

@media (max-width: 800px) {
  .l-imgR,
  .l-imgL {
    display: block;
  }
  .l-imgR .l-img,
  .l-imgL .l-img {
    margin: 0 0 15px;
    text-align: center;
    width: 100%;
  }
  .l-imgR .l-img.small,
  .l-imgL .l-img.small {
    width: 100%;
  }
  .l-imgR .l-img {
    margin: 0 0 15px;
  }
  .fl-imgR,
  .fl-imgL {
    float: none;
    margin: 0 0 15px;
    width: 100%;
  }
  .fl-imgR.small,
  .fl-imgL.small {
    width: 100%;
  }
  .l-col2,
  .l-col3 {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
  .l-style01 {
    display: block;
  }
  .l-style01 .l-img {
    width: 100%;
    margin: 0 0 25px;
  }
  .l-style01 .num {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .l-style01 .l-ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .l-style01 .l-sub-ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .l-style01.reverse .l-img {
    margin: 0 0 25px;
  }
  .l-style02 {
    display: block;
  }
  .l-style02 .l-img {
    width: 100vw;
    margin: 0 -5vw;
  }
  .l-style02 .l-desc {
    padding: 7%;
    margin: -50px 0 0;
    position: relative;
    z-index: 1;
  }
  .l-style02 .num {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .l-style02 .l-ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .l-style02 .l-sub-ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .l-style02.reverse .l-desc {
    padding: 7%;
    margin: -50px 0 0;
  }
}
.staff-layout {
  display: flex;
}
.staff-layout .l-img {
  width: 45%;
  border-radius: 10px;
  overflow: hidden;
}
.staff-layout .l-desc {
  flex: 1;
  padding-left: 8%;
}
.staff-layout .l-ttl {
  border-bottom: 2px solid var(--color_border);
  font-size: 15px;
  width: fit-content;
  margin-bottom: 30px;
}
.staff-layout .l-message {
  font-family: var(--font_jp);
  font-size: 25px;
  margin-bottom: 25px;
}
.staff-layout .l-name {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 15px;
  flex-wrap: wrap;
  font-family: var(--font_jp);
  font-size: 13px;
  line-height: 1;
}
.staff-layout .job {
  display: block;
}
.staff-layout .jp {
  display: block;
  font-size: 20px;
}
.staff-layout .en {
  display: block;
}

.staff-career {
  display: grid;
  grid-template-columns: 100px 1fr;
}
.staff-career dt {
  color: var(--color_text);
}

.staff-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 50px 25px;
}
.staff-list .list-img {
  text-align: center;
  margin-bottom: 20px;
}
.staff-list .list-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  line-height: 1;
}
.staff-list .job {
  display: block;
  font-size: 12px;
  margin-bottom: 12px;
}
.staff-list .jp {
  font-size: 15px;
  margin-bottom: 10px;
}
.staff-list .en {
  font-size: 11px;
  letter-spacing: 0;
}

@media (max-width: 800px) {
  .staff-layout {
    display: block;
  }
  .staff-layout .l-img {
    width: 100%;
    max-width: 250px;
    margin: 0 auto 30px;
  }
  .staff-layout .l-desc {
    padding: 0;
  }
  .staff-layout .l-message {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .staff-list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px 15px;
  }
}
.l-tel {
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  font-size: 35px;
  line-height: 1;
  margin: 0 auto;
  white-space: nowrap;
}
.l-tel img {
  margin-right: 10px;
}

.tel-layout {
  background: var(--color_bg);
  max-width: 800px;
  padding: 5%;
  margin: 0 auto;
  border-radius: 10px;
}
.tel-layout .l-ttl {
  border-bottom: 1px solid var(--color_border);
  margin-bottom: 30px;
  font-size: 18px;
  text-align: center;
  padding-bottom: 10px;
  margin: 0 auto 25px;
  width: fit-content;
}
.tel-layout .l-time {
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-gap: 10px;
  line-height: 1.5;
  margin: 20px auto 0;
  width: fit-content;
  align-items: flex-start;
}
.tel-layout .l-time dt {
  border: 1px solid var(--color_border);
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}

.tel-layout02 {
  background: var(--color_bg2);
  max-width: 800px;
  padding: 5%;
  margin: 0 auto;
}
.tel-layout02 .wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
  align-items: center;
}
.tel-layout02 .l-ttl {
  border-bottom: 1px solid var(--color_border);
  font-size: 18px;
  text-align: center;
  padding-bottom: 10px;
  margin: 0 auto 30px;
  width: fit-content;
}
.tel-layout02 .l-tel {
  display: inline-flex;
  font-weight: bold;
  font-size: 35px;
  line-height: 1;
  white-space: nowrap;
  width: fit-content;
}
.tel-layout02 .l-tel img {
  margin-right: 10px;
}
.tel-layout02 .l-time {
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-gap: 10px;
  line-height: 1.5;
  margin-top: 15px;
  margin: 15px auto 0;
  width: fit-content;
}
.tel-layout02 .l-time dt {
  border: 1px solid var(--color_secondary);
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tel-layout02 .l-btns {
  display: grid;
  grid-gap: 15px;
}
.tel-layout02 .l-btns a {
  width: 100%;
}

@media (max-width: 800px) {
  .tel-layout .l-ttl {
    font-size: 15px;
  }
  .tel-layout .l-tel {
    font-size: 25px;
  }
  .tel-layout .l-tel img {
    width: 15px;
  }
  .tel-layout02 .l-ttl {
    font-size: 15px;
    margin-bottom: 25px;
  }
  .tel-layout02 .wrapper {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
  }
  .tel-layout02 .l-tel {
    font-size: 25px;
  }
  .tel-layout02 .l-tel img {
    width: 15px;
  }
  .tel-layout02 .l-time {
    margin-top: 10px;
  }
}
.flow-style {
  border: 2px solid var(--color_border);
  background: #fff;
  padding: 5%;
}
.flow-style > li + li {
  border-top: 1px solid var(--color_border);
  padding-top: 70px;
  margin-top: 70px;
  position: relative;
}
.flow-style > li + li::before {
  content: "";
  background: url(../images/share/arrow-down.svg) no-repeat center/contain;
  width: 48px;
  height: 48px;
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
}
.flow-style .wrap {
  display: flex;
  flex-direction: row-reverse;
  gap: 5%;
}
.flow-style .flow-img {
  width: 40%;
  border-radius: 10px;
  overflow: hidden;
}
.flow-style .flow-desc {
  flex: 1;
}

@media (max-width: 800px) {
  .flow-style {
    padding: 25px;
  }
  .flow-style > li + li {
    padding-top: 50px;
    margin-top: 50px;
  }
  .flow-style .wrap {
    flex-direction: column;
    gap: 30px;
  }
  .flow-style .flow-img {
    width: 100%;
  }
}
.u-bnr {
  transition: 0.3s;
}
.u-bnr figure {
  width: 50%;
}
.u-bnr:hover {
  opacity: 0.5;
}

@media (max-width: 800px) {
  .u-bnr figure {
    width: 100%;
  }
}
/*------------
個人情報保護方針
--------------*/
.dl-privacy dd + dt {
  margin-top: 30px;
}

.list-privacy li {
  position: relative;
  padding: 0 0 0 15px;
}

.list-privacy li + li {
  margin-top: 3px;
}

.list-privacy li:before {
  background: var(--color_primary);
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 13px;
  width: 5px;
  height: 5px;
}

/*-----------------------------------------------------------
Footer
-----------------------------------------------------------*/
.footer {
  position: relative;
  margin-top: auto;
}

.footer-layout01 {
  background-color: var(--color_bg2);
  padding: 80px 0;
}
.footer-layout01 .l-wrapper {
  display: grid;
  grid-template-columns: 45% 1fr;
  grid-gap: 5%;
}

.f-logo {
  margin-bottom: 30px;
}

.site-map {
  line-height: 1.5;
}
.site-map .sub-menu {
  margin-top: 10px;
}
.site-map .sub-menu li {
  margin-bottom: 15px;
}
.site-map .sub-menu li::before {
  content: "-";
  margin-right: 5px;
}
.site-map a:hover {
  text-decoration: underline;
}
.site-map .no-link {
  border-bottom: 1px solid var(--color_primary);
  padding: 0 0 5px 10px;
  margin-bottom: 5px;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

.copyright {
  background-color: var(--color_primary);
  color: #fff;
  font-size: 0.85rem;
  padding: 10px;
}
.copyright .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copyright-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.copyright-links li + li::before {
  content: "|";
  margin: 0 15px;
}
.copyright-links a {
  line-height: 1.5;
}
.copyright-links a:hover {
  text-decoration: underline;
}

.pagetop {
  position: absolute;
  bottom: 70px;
  right: 50px;
  z-index: 5;
}
.pagetop a {
  display: inline-block;
  background: var(--color_primary);
  text-align: center;
  width: 50px;
  height: 50px;
  padding: 18px 0 0;
  transition: transform 0.5s;
  position: relative;
  z-index: 0;
  border-radius: 50%;
}
.pagetop a:hover {
  transform: translateY(-10px);
}

.fixed-menu {
  border-radius: 4px 0 0 4px;
  background: var(--color_secondary);
  color: #fff;
  display: flex;
  position: fixed;
  top: 50%;
  right: 0;
  transition: transform 0.5s;
  transform: translate(430px, -50%);
  z-index: 10;
}
.fixed-menu:hover {
  transform: translate(0, -50%);
}
.fixed-menu .ttl {
  border-radius: 5px 0 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  line-height: 1;
  white-space: nowrap;
  font-feature-settings: normal;
  font-family: var(--font_jp);
  padding: 40px 0;
  width: 60px;
  font-size: 18px;
}
.fixed-menu .ttl i {
  margin-bottom: 15px;
}
.fixed-menu .inner {
  display: grid;
  place-items: center;
  padding: 15px;
  padding-left: 0;
  width: 430px;
}
.fixed-menu .txt01 {
  font-family: var(--font_jp);
  text-align: center;
  line-height: 1.8;
}
.fixed-menu .txt02 {
  font-size: 13px;
  text-align: center;
  line-height: 1.4;
}
.fixed-menu .wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  margin: 15px 0;
}
.fixed-menu .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  font-family: var(--font_jp);
  line-height: 1.2;
  text-align: center;
  padding: 10px;
  min-width: 170px;
  min-height: 50px;
  width: 100%;
}
.fixed-menu .btn img {
  margin-right: 10px;
}
.fixed-menu .btn .small {
  display: block;
  font-size: 10px;
  margin-top: 5px;
}
.fixed-menu .btn.fixed-btn-tel {
  font-family: var(--font_en);
  font-weight: bold;
  font-size: 17px;
}
.sp-navi {
  display: none;
}

@media (max-width: 800px) {
  .footer {
    padding-bottom: 60px;
  }
  .footer-layout01 {
    padding: 50px 0;
  }
  .footer-layout01 .l-wrapper {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
  .f-logo {
    text-align: center;
  }
  .footer-container {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
  }
  .f-bnr {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  .footer-layout02 {
    padding: 50px 0;
  }
  .footer-layout02 .l-ttl {
    margin-bottom: 30px;
  }
  .footer-layout02 .l-ttl .txt01 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .footer-layout02 .l-ttl .txt02 {
    font-size: 13px;
  }
  .footer-layout02 .l-sub-ttl {
    font-size: 17px;
  }
  .footer-layout02 .l-btn-list {
    display: grid;
    justify-content: normal;
    grid-gap: 15px;
    margin: 0 auto 15px;
    width: 100%;
  }
  .copyright {
    padding: 25px 0 15px;
    text-align: center;
  }
  .copyright .container {
    display: block;
    justify-content: space-between;
    align-items: center;
  }
  .copyright-links {
    font-size: 0.8rem;
    margin-bottom: 15px;
  }
  .fixed-menu {
    display: none;
  }
}
@media (max-width: 1024px) {
  .pagetop {
    display: none;
  }
  .sp-navi {
    display: block;
  }
  :root {
    --navi-border-color: #fff;
    --navi-text-color: #fff;
    --svg-stroke: #fff;
    --menu-btn: #fff;
    --navi-font: "FOT-筑紫A丸ゴシック Std B", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  }
  .sp-navi-btns {
    display: flex;
    background: var(--color_primary);
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.15);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65px;
    z-index: 10000;
  }
  .sp-navi-btns > * {
    flex: 1;
    position: relative;
  }
  .sp-navi-btns .item {
    border-right: 1px solid var(--navi-border-color);
    font-size: 10px;
    font-family: var(--navi-font);
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
  }
  .sp-navi-btns .item a {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    color: var(--navi-text-color);
    text-decoration: none;
    height: 100%;
    padding: 10px 0;
  }
  .sp-navi-btns .item .img {
    display: block;
  }
  .sp-navi-btns .item .img svg {
    object-fit: cover;
    height: 20px;
    margin-bottom: 8px;
    stroke: var(--svg-stroke);
  }
  .sp-navi-btns .item .ttl {
    display: block;
  }
  .sp-menu-btn {
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 10px;
  }
  .sp-menu-btn .ttl {
    display: block;
    color: var(--navi-text-color);
    font-family: var(--navi-font);
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
  }
  .sp-menu-btn span:not(.ttl) {
    background: var(--menu-btn);
    position: absolute;
    left: 50%;
    width: 22px;
    height: 1px;
    transform: translateX(-50%);
    transition: 0.4s;
  }
  .sp-menu-btn span:not(.ttl):nth-of-type(1) {
    top: 20px;
  }
  .sp-menu-btn span:not(.ttl):nth-of-type(2) {
    top: 26px;
  }
  .sp-menu-btn span:not(.ttl):nth-of-type(3) {
    top: 32px;
  }
  .sp-menu-btn.is-open span:nth-of-type(1) {
    transform: translate(-50%, 6px) rotate(-45deg);
  }
  .sp-menu-btn.is-open span:nth-of-type(2) {
    opacity: 0;
  }
  .sp-menu-btn.is-open span:nth-of-type(3) {
    transform: translate(-50%, -6px) rotate(45deg);
  }
  .sp-navi-contents {
    pointer-events: none;
    visibility: hidden;
    background: #fff;
    font-family: var(--navi-font);
    padding: 50px 10% 100px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.5s;
    opacity: 0;
    z-index: 9999;
  }
  .sp-navi-contents.is-open {
    pointer-events: auto;
    visibility: visible;
    overflow-y: auto;
    opacity: 1;
  }
  .sp-navi-list {
    border-top: 1px solid #d6d6d6;
    font-family: var(--font_jp);
    margin: 0 0 50px;
  }
  .sp-navi-list > li {
    border-bottom: 1px solid #d6d6d6;
  }
  .sp-navi-list > li > a,
  .sp-navi-list > li > .no-link {
    color: var(--color_text);
    display: block;
    font-size: 14px;
    line-height: 1;
    padding: 15px 0;
  }
  .sp-navi-list > li.menu-item-has-children {
    position: relative;
  }
  .sp-navi-list > li.menu-item-has-children::before, .sp-navi-list > li.menu-item-has-children::after {
    content: "";
    background-color: var(--color_secondary);
    position: absolute;
    transition: 0.5s;
  }
  .sp-navi-list > li.menu-item-has-children::before {
    width: 1px;
    height: 11px;
    top: 17px;
    right: 20px;
  }
  .sp-navi-list > li.menu-item-has-children::after {
    width: 11px;
    height: 1px;
    top: 22px;
    right: 15px;
  }
  .sp-navi-list > li.menu-item-has-children.is-on::before {
    transform: rotate(90deg);
  }
  .sp-navi-list .sub-menu {
    padding: 0 0 15px;
  }
  .sp-navi-list .sub-menu > li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
  }
  .sp-navi-list .sub-menu > li::before {
    content: "-";
    color: var(--color_secondary);
    position: absolute;
    left: 0;
    top: 0;
  }
  .sp-navi-list .sub-menu > li > a {
    display: inline-block;
    font-size: 13px;
    text-decoration: none;
  }
  .sp-navi-logo {
    text-align: center;
    margin-bottom: 30px;
  }
  .sp-navi-address {
    text-align: center;
    font-size: 13px;
  }
  .sp-navi-tel {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
    font-weight: bold;
    font-family: var(--font_en);
    color: var(--color_secondary);
  }
  .sp-navi-tel img {
    margin-right: 10px;
  }
  .sp-navi-time {
    display: grid;
    grid-template-columns: 70px 1fr;
    grid-gap: 5px 10px;
    font-size: 13px;
  }
  .sp-navi-time dt {
    background-color: #fff;
    border: 1px solid var(--color_secondary);
    text-align: center;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sp-navi-sns {
    display: flex;
    align-items: center;
  }
  .sp-navi-sns li + li {
    margin-left: 15px;
  }
  .sp-navi-sns a {
    transition: 0.3s;
  }
  .sp-navi-sns a:hover {
    opacity: 0.5;
  }
}
/*-----------------------------------------------------------
投稿
-----------------------------------------------------------*/
/*通常投稿*/
.list-under-blog {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
}
.list-under-blog .list-img {
  border: 1px solid var(--color_border);
  margin-bottom: 20px;
  overflow: hidden;
}
.list-under-blog .list-img img {
  object-fit: cover;
  width: 100%;
  height: 165px;
  transition: transform 0.5s;
}
.list-under-blog time {
  font-family: var(--font_en);
  font-weight: 700;
  color: var(--color_time);
  display: block;
  font-size: 12px;
}
.list-under-blog .list-ttl {
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-bottom: 10px;
}
.list-under-blog .category {
  display: inline-block;
  background-color: var(--color_primary);
  color: #fff;
  font-size: 11px;
  padding: 0 5px;
  margin-right: 5px;
}
.list-under-blog a {
  display: block;
  height: 100%;
}
.list-under-blog a:hover .list-img img {
  transform: scale(1.1);
}

.list-under-post {
  border-top: 1px solid var(--color_border);
  margin-bottom: 50px;
}
.list-under-post > li {
  border-bottom: 1px solid var(--color_border);
}
.list-under-post a {
  display: flex;
  transition: background-color 0.3s, padding 0.3s;
  padding: 15px 35px 15px 0;
  position: relative;
}
.list-under-post a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--color_secondary);
  border-right: 2px solid var(--color_secondary);
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
}
.list-under-post a:hover .list-ttl {
  text-decoration: underline;
}
.list-under-post .list-img {
  width: 150px;
  margin-right: 25px;
}
.list-under-post .list-img img {
  object-fit: cover;
  width: 100%;
  height: 105px;
}
.list-under-post .list-desc {
  flex: 1;
  font-size: 0.9rem;
}
.list-under-post time {
  font-family: var(--font_en);
  font-weight: 700;
  display: block;
  color: var(--color_time);
  font-size: 0.8rem;
}
.list-under-post .list-ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.list-under-post .category {
  display: inline-block;
  background-color: var(--color_primary);
  border: 1px solid #fff;
  color: #fff;
  font-size: 11px;
  padding: 0 5px;
  margin-right: 10px;
}
.list-under-post .no-post {
  padding: 25px 0;
}

/*お知らせ*/
.list-under-news {
  border-top: 1px solid var(--color_border);
  margin-bottom: 30px;
}
.list-under-news a {
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-gap: 25px;
  border-bottom: 1px solid var(--color_border);
  padding: 20px 0;
}
.list-under-news a:hover .ttl {
  text-decoration: underline;
}
.list-under-news time {
  display: inline-block;
  color: var(--color_time);
}
.list-under-news .ttl {
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

/*症例紹介*/
.case-layout {
  background-color: var(--color_bg2);
  padding: 6%;
}
.case-layout time {
  color: var(--color_time);
  display: block;
  font-size: 12px;
  margin-right: 15px;
}
.case-layout .category {
  display: inline-block;
  background-color: var(--color_primary);
  color: #fff;
  font-size: 11px;
  padding: 0 5px;
  margin-right: 10px;
}
.case-layout .l-ttl {
  font-size: 24px;
  margin-bottom: 30px;
}
.case-layout .post-data {
  display: flex;
  margin-bottom: 20px;
}
.case-layout .before-after {
  margin-bottom: 30px;
}
.case-layout .l-table {
  background-color: #fff;
  border: 1px solid var(--color_border);
}
.case-layout .l-table th,
.case-layout .l-table td {
  border: 1px solid var(--color_border);
  line-height: 1.5;
  font-size: 15px;
  padding: 15px;
}
.case-layout .l-table th {
  background-color: var(--color_primary);
  color: #fff;
  vertical-align: top;
  text-align: left;
  width: 25%;
}
.case-layout .l-btn {
  text-align: center;
  margin-top: 50px;
}
.case-layout .l-item {
  margin-top: 50px;
}
.case-layout .item-ttl {
  border-bottom: 1px solid var(--color_border);
  font-size: 18px;
  position: relative;
  padding: 0 0 12px;
  margin: 0 0 25px;
}
.case-layout .item-ttl::after {
  content: "";
  width: 25px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.case-layout + .case-layout {
  margin-top: 50px;
}

.before-after {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 5%;
}
.before-after .item {
  text-align: center;
  position: relative;
}
.before-after figure {
  display: grid;
  place-items: center;
  height: 300px;
  position: relative;
}
.before-after figure img {
  object-fit: contain;
  object-position: center;
  max-height: 300px;
}
.before-after p {
  font-family: var(--font_jp);
}
.before-after p::before, .before-after p::after {
  content: "-";
  margin: 0 5px;
}

.list-case-details > li {
  display: flex;
  flex-direction: row-reverse;
}
.list-case-details > li + li {
  border-top: 1px dashed var(--color_border);
  margin-top: 30px;
  padding-top: 30px;
}
.list-case-details .list-img {
  width: 35%;
  margin-left: 30px;
}
.list-case-details .list-desc {
  flex: 1;
}
.list-case-details .list-ttl {
  font-size: 17px;
}

/*ギャラリー*/
.list-under-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  grid-gap: 30px 15px;
  margin-bottom: 50px;
}
.list-under-gallery .list-img {
  border: 1px solid var(--color_border);
  margin-bottom: 20px;
  overflow: hidden;
}
.list-under-gallery .list-img img {
  object-fit: cover;
  width: 100%;
  height: 165px;
  transition: transform 0.5s;
}
.list-under-gallery time {
  color: var(--color_time);
  display: block;
  font-size: 12px;
}
.list-under-gallery .list-ttl {
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-bottom: 10px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  word-break: break-all;
}
.list-under-gallery .category {
  display: inline-block;
  background-color: var(--color_primary);
  color: #fff;
  font-size: 11px;
  padding: 0 5px;
  margin-right: 5px;
}
.list-under-gallery a {
  display: block;
  height: 100%;
}
.list-under-gallery a:hover .list-img img {
  transform: scale(1.1);
}

.gallery-single-layout {
  border-bottom: 1px solid var(--color_border);
  padding-bottom: 50px;
  margin: 0 auto 50px;
  max-width: 900px;
}
.gallery-single-layout .l-img {
  margin-bottom: 50px;
}
.gallery-single-layout .l-ttl {
  border-bottom: 1px solid var(--color_border);
  font-size: 22px;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.gallery-single-layout .post-data {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.gallery-single-layout .post-data time {
  display: inline-block;
  color: var(--color_time);
  font-size: 12px;
  margin-right: 20px;
}
.gallery-single-layout .post-data .category {
  display: inline-block;
  background-color: var(--color_primary);
  border: 1px solid #fff;
  color: #fff;
  font-size: 11px;
  padding: 0 5px;
  margin-right: 10px;
}
.gallery-single-layout .l-table {
  margin-bottom: 50px;
}
.gallery-single-layout .l-table th,
.gallery-single-layout .l-table td {
  border: 1px solid var(--color_border);
  padding: 10px 15px;
  vertical-align: middle;
}
.gallery-single-layout .l-table th {
  background-color: var(--color_primary);
  color: #fff;
  width: 30%;
}
.gallery-single-layout .splide__slide {
  display: flex;
  align-content: center;
  text-align: center;
  justify-content: center;
}
.gallery-single-layout .splide__slide img {
  max-height: 500px;
  object-fit: cover;
}
.gallery-single-layout .thumb-wrapper {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-gap: 8px;
  margin-top: 30px;
}
.gallery-single-layout .thumb-item {
  cursor: pointer;
  filter: grayscale(100%);
  transition: 0.3s;
}
.gallery-single-layout .thumb-item img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 4px;
}
.gallery-single-layout .thumb-item.is-active {
  filter: grayscale(0%);
  transform: scale(0.9);
}
.gallery-single-layout .is-flex {
  display: grid;
  grid-template-columns: 45% 1fr;
  grid-gap: 5%;
}
.gallery-single-layout .is-flex .l-table th,
.gallery-single-layout .is-flex .l-table td {
  font-size: 13px;
  line-height: 1.5;
  padding: 10px;
}
.gallery-single-layout .is-flex .splide__slide img {
  max-height: 300px;
}
.gallery-single-layout .is-flex .thumb-wrapper {
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 8px;
  margin-top: 30px;
}

.category-ttl {
  margin-bottom: 15px;
}

/*詳細ページ*/
.single-post-layout {
  display: flow-root;
  border-bottom: 3px solid var(--color_border);
  padding-bottom: 50px;
  margin-bottom: 50px;
  max-width: 800px;
  margin: 0 auto 50px;
}
.single-post-layout .l-ttl {
  border-bottom: 3px solid var(--color_border);
  font-size: 24px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  word-break: break-all;
}
.single-post-layout .post-data {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.single-post-layout .post-data time {
  font-family: var(--font_en);
  font-weight: 700;
  display: inline-block;
  color: var(--color_time);
  font-size: 12px;
  margin-right: 20px;
}
.single-post-layout .post-data .category {
  display: inline-block;
  background-color: var(--color_primary);
  border: 1px solid #fff;
  color: #fff;
  font-size: 11px;
  padding: 0 5px;
  margin-right: 10px;
}

/*投稿本文用CSS*/
.postdata {
  overflow-wrap: break-word;
}
.postdata h2 {
  border-bottom: 3px solid var(--color_border);
  font-size: 22px;
  padding-bottom: 10px;
  margin-bottom: 25px;
  position: relative;
}
.postdata h2::before {
  content: "";
  background: var(--color_primary);
  width: 50px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.postdata h3 {
  font-size: 20px;
  padding-left: 25px;
  margin-bottom: 15px;
  position: relative;
}
.postdata h3::before {
  content: "";
  background: var(--color_primary);
  width: 8px;
  height: 60%;
  position: absolute;
  left: 0;
  top: 7.5px;
}
.postdata .screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.postdata .screen-reader-text:focus {
  background-color: #eee;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.postdata iframe {
  max-width: 100%;
}
.postdata p,
.postdata ul,
.postdata ol {
  margin-bottom: 15px;
}
.postdata a:not(.wp-block-button__link) {
  text-decoration: underline;
}
.postdata a:focus-visible {
  text-decoration: none;
}
.postdata strong {
  font-weight: bold;
}
.postdata em {
  font-style: italic;
}
.postdata ul li {
  list-style: inside disc;
}
.postdata ul li > ul {
  margin: 0 0 0 15px;
}
.postdata ol li {
  list-style: inside decimal;
}
.postdata ol li > ol {
  margin: 0 0 0 15px;
}
.postdata sub {
  font-size: 11px;
  position: relative;
  bottom: -0.1em;
}
.postdata sup {
  font-size: 11px;
  position: relative;
  top: -0.1em;
}
.postdata .screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.postdata .screen-reader-text:focus {
  background-color: #eee;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.postdata iframe {
  max-width: 100%;
}
.postdata .wp-block-button__link {
  background-color: var(--color_primary);
  border: 1px solid var(--color_primary);
  border-radius: 2px;
  color: #fff;
  font-size: 15px;
  padding: 5px 35px;
  min-width: 200px;
  position: relative;
  text-decoration: none;
  transition: background-color 0.3s;
}
.postdata .wp-block-button__link::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  transition: border-color 0.3s;
}
.postdata .wp-block-button__link:hover {
  opacity: 1;
  background-color: #fff;
  color: var(--color_primary);
}

@media (max-width: 800px) {
  .postdata h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .postdata h3 {
    font-size: 18px;
    padding-left: 20px;
  }
}
/*ページャー*/
.post-number {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.post-number span,
.post-number a {
  display: inline-block;
  color: var(--color_primary);
  background-color: #edeef0;
  font-size: 13px;
  text-align: center;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  transition: 0.3s;
  padding: 0 20px;
  transition: 0.3s;
}
.post-number > * + * {
  margin-left: 10px;
}
.post-number a:hover {
  background: var(--color_primary);
  color: #fff;
}
.post-number .current {
  background: var(--color_primary);
  color: #fff;
}

.post-number-single {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 50px;
}
.post-number-single a {
  display: inline-block;
  transition: 0.3s;
}
.post-number-single .all {
  background: var(--color_primary);
  border: 1px solid var(--color_primary);
  color: #fff;
  font-size: 13px;
  line-height: 28px;
  max-width: 200px;
  margin: 0 10px;
  height: 30px;
  width: 100%;
}
.post-number-single .all:hover {
  background: #fff;
  color: var(--color_primary);
}
.post-number-single .prev,
.post-number-single .next {
  border: 1px solid var(--color_primary);
  width: 30px;
  height: 30px;
  position: relative;
}
.post-number-single .prev::before,
.post-number-single .next::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-bottom: 1px solid var(--color_primary);
  margin: 0 auto;
  top: 12px;
}
.post-number-single .prev:hover,
.post-number-single .next:hover {
  background: var(--color_primary);
}
.post-number-single .prev:hover::before,
.post-number-single .next:hover::before {
  border-color: #fff;
}
.post-number-single .prev::before {
  transform: rotate(-135deg);
  left: 13px;
  border-left: 1px solid var(--color_primary);
}
.post-number-single .next::before {
  transform: rotate(135deg);
  right: 13px;
  border-right: 1px solid var(--color_primary);
}

@media (max-width: 800px) {
  /*通常投稿*/
  .list-under-blog {
    display: flex;
    grid-gap: 0;
    flex-wrap: nowrap;
    margin: 0 -5vw 0 0;
    -webkit-overflow-scrolling: touch;
    width: calc(100% + 5vw);
    overflow-x: auto;
  }
  .list-under-blog li {
    flex: 0 0 240px;
    margin: 0 5% 0 0;
    max-width: 100%;
  }
  .list-under-post a {
    padding: 20px 25px 20px 0;
  }
  .list-under-post a::before {
    right: 0;
  }
  .list-under-post a:hover {
    background-color: transparent;
  }
  .list-under-post .list-img {
    width: 120px;
    margin-right: 20px;
  }
  .list-under-post .list-img img {
    height: 90px;
  }
  .list-under-post .list-desc {
    flex: 1;
  }
  .list-under-post time {
    font-size: 10px;
  }
  .list-under-post .list-ttl {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .list-under-post .category {
    font-size: 10px;
  }
  .list-under-post .no-post {
    padding: 25px 0;
  }
  /*お知らせ*/
  .list-under-news a {
    display: block;
    line-height: 1.5;
    padding: 10px 0;
  }
  .list-under-news time {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .list-under-news .ttl {
    -webkit-line-clamp: 2;
  }
  /*症例紹介*/
  .case-layout .l-ttl {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .case-layout .post-data {
    display: flex;
    margin-bottom: 20px;
  }
  .case-layout .before-after {
    margin-bottom: 30px;
  }
  .case-layout .l-table th,
  .case-layout .l-table td {
    display: block;
    padding: 10px;
    font-size: 14px;
  }
  .case-layout .l-table th {
    width: 100%;
  }
  .case-layout .l-btn {
    margin-top: 30px;
  }
  .case-layout .l-item {
    margin-top: 30px;
  }
  .case-layout .item-ttl {
    border-bottom: 1px solid var(--color_primary);
    font-size: 18px;
    position: relative;
    padding: 0 0 12px;
    margin: 0 0 25px;
  }
  .case-layout .item-ttl::after {
    content: "";
    width: 25px;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  .case-layout + .case-layout {
    margin-top: 30px;
  }
  .before-after {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .before-after figure {
    height: auto;
  }
  .list-case-details > li {
    display: block;
  }
  .list-case-details .list-img {
    width: 100%;
    margin: 0 0 25px;
  }
  /*ギャラリー*/
  .list-under-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px 15px;
  }
  .list-under-gallery .list-img {
    margin-bottom: 10px;
  }
  .list-under-gallery .list-img img {
    height: 120px;
  }
  .list-under-gallery .list-ttl {
    margin-bottom: 0;
  }
  .gallery-single-layout .l-img {
    margin-bottom: 30px;
  }
  .gallery-single-layout .l-ttl {
    font-size: 18px;
  }
  .gallery-single-layout .l-table {
    margin-bottom: 30px;
    border-bottom: 1px solid var(--color_border);
  }
  .gallery-single-layout .l-table th,
  .gallery-single-layout .l-table td {
    display: block;
    width: 100%;
  }
  .gallery-single-layout .l-table th,
  .gallery-single-layout .l-table td {
    border-bottom: none;
  }
  .gallery-single-layout .splide__slide img {
    max-height: 300px;
  }
  .gallery-single-layout .thumb-wrapper {
    grid-template-columns: repeat(6, 1fr);
  }
  .gallery-single-layout .thumb-item {
    cursor: pointer;
    filter: grayscale(100%);
    transition: 0.3s;
  }
  .gallery-single-layout .thumb-item img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 4px;
  }
  .gallery-single-layout .thumb-item.is-active {
    filter: grayscale(0%);
    transform: scale(0.9);
  }
  .gallery-single-layout .is-flex {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  /*詳細ページ*/
  .single-post-layout .l-ttl {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
/*------------
sidebar-layout
--------------*/
.sidebar-layout {
  display: flex;
  justify-content: space-between;
  padding: 100px 0 100px 5%;
  margin: 0 auto;
  max-width: 1400px;
}

.main-contents {
  padding: 0 70px;
  width: calc(100% - 220px);
  max-width: 1200px;
  margin: 0 auto;
}

.side-contents {
  width: 220px;
}

.side-contents-wrapper {
  position: sticky;
  top: 110px;
}

.side-contents-ttl {
  border-bottom: 1px solid var(--color_border);
  font-family: var(--font_jp);
  font-size: 15px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.side-area-item + .side-area-item {
  margin-top: 30px;
}

.side-area-item-ttl {
  font-size: 13px;
  margin-bottom: 7px;
}

.side-area-links li {
  font-size: 14px;
  padding-left: 15px;
  position: relative;
}
.side-area-links li::before {
  content: "";
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent var(--color_secondary);
  position: absolute;
  top: 11px;
  left: 0;
}
.side-area-links li + li {
  margin-top: 5px;
}
.side-area-links a {
  display: inline-block;
}
.side-area-links a:hover {
  text-decoration: underline;
}

.side-area-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  text-overflow: "";
  background: #fff url(../images/share/icon_select_arrow.svg) no-repeat right 10px center/20px auto;
  border-radius: 0;
  border: none;
  border: 1px solid var(--color_border);
  color: var(--color_text);
  vertical-align: middle;
  padding: 10px 20px 10px 15px;
  margin: 0;
  width: 100%;
  height: 50px;
}

@media (max-width: 800px) {
  .sidebar-layout {
    flex-direction: column-reverse;
    padding: 50px 5vw;
    width: 100%;
  }
  .sidebar-layout .tall + .tall {
    margin-top: 50px;
  }
  .sidebar-layout.sp-reverse {
    flex-direction: column;
  }
  .sidebar-layout.sp-reverse .side-contents {
    margin: 0 0 50px;
  }
  .main-contents {
    width: 100%;
    padding: 0;
  }
  .side-contents {
    width: 100%;
    margin-top: 50px;
  }
  .side-contents-wrapper {
    position: sticky;
    top: 20px;
  }
  .side-contents-ttl {
    font-size: 15px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .side-area-item + .side-area-item {
    margin-top: 30px;
  }
}
/*-----------------------------------------------------------
Common
-----------------------------------------------------------*/
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

hr {
  max-width: 1024px;
  margin: 50px auto;
}

.fade {
  transition: opacity 0.5s;
}
.fade:hover {
  opacity: 0.5;
}

.fs11 {
  font-size: 11px;
}

.bold,
strong {
  font-weight: bold;
}

.red {
  color: #F44336;
}

.marker {
  background: linear-gradient(transparent 50%, rgba(21, 124, 118, 0.3) 50%);
}
.marker.color01 {
  background: linear-gradient(transparent 60%, #FFEC5E 60%);
}

.notice {
  font-size: 0.8rem;
  text-indent: -1.6em;
  padding-left: 1.6em;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mbXS {
  margin-bottom: 5px !important;
}

.mbS {
  margin-bottom: 15px !important;
}

.mbM {
  margin-bottom: 30px !important;
}

.mbL {
  margin-bottom: 60px !important;
}

.mbXL {
  margin-bottom: 90px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

@media (max-width: 800px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .sp-tac {
    text-align: center !important;
  }
  .sp-tar {
    text-align: right !important;
  }
  .sp-tal {
    text-align: left !important;
  }
  .mbL {
    margin-bottom: 30px !important;
  }
  .mbXL {
    margin-bottom: 50px !important;
  }
}
/*ボタン*/
.btn-more,
.btn-icon,
.btn-tel,
.btn-line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--font_jp);
  line-height: 1;
  min-height: 50px;
  min-width: 210px;
  padding: 10px 20px;
  transition: opacity 0.5s;
  border-radius: 4px;
  background-color: var(--color_primary);
  color: #fff;
}
.btn-more:hover,
.btn-icon:hover,
.btn-tel:hover,
.btn-line:hover {
  opacity: 0.5;
}

.btn-more {
  line-height: 1.5;
  position: relative;
  font-size: 16px;
}
.btn-more::before {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.btn-tel {
  font-size: 17px;
}
.btn-tel i {
  font-size: 10px;
  margin-right: 10px;
}

.btn-icon img {
  margin-right: 10px;
}

.btn-line {
  background: #4CC764;
  color: #fff;
  padding: 10px 25px;
}
.btn-line img {
  line-height: 1;
  margin: 0 10px 0 -20px;
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.btn-wrap.center {
  justify-content: center;
}

@media (max-width: 800px) {
  .btn-more,
  .btn-tel,
  .btn-icon,
  .btn-line {
    width: 100%;
  }
  .btn-wrap {
    display: grid;
  }
}
/*診療カレンダー*/
:root {
  --event01: #EF866B;
  --event02: #F7B46B;
  --event03: #A8DBA8;
  --event04: #B0D7D5;
}

.business-calendar-box-wrap {
  margin-bottom: 15px;
}
.business-calendar-box-wrap .business-calendar {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.business-calendar-box-wrap .business-calendar caption {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 10px;
}
.business-calendar-box-wrap .business-calendar caption span {
  line-height: 1;
  font-size: 25px;
  vertical-align: -1px;
}
.business-calendar-box-wrap .business-calendar-past a,
.business-calendar-box-wrap .business-calendar-future a {
  display: inline-block;
  cursor: pointer;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  width: 25px;
  height: 25px;
}
.business-calendar-box-wrap .business-calendar-past a::before,
.business-calendar-box-wrap .business-calendar-future a::before {
  display: inline-block;
  content: "";
  border-style: solid;
  border-width: 7px 6px 7px 0;
  border-color: transparent var(--color_primary) transparent transparent;
  position: absolute;
  top: 10px;
  left: 10px;
}
.business-calendar-box-wrap .business-calendar-future a::before {
  transform: rotate(180deg);
}
.business-calendar-box-wrap .business-calendar th {
  background: var(--color_primary);
  border: 1px solid var(--color_border);
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  padding: 5px;
  width: 14%;
}
.business-calendar-box-wrap .business-calendar td {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid var(--color_border);
  position: relative;
  font-size: 13px;
  padding: 5px;
  z-index: 0;
}
.business-calendar-box-wrap .business-calendar td::before {
  content: "";
  background: #ccc;
  border-radius: 50px;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
}
.business-calendar-box-wrap.large .business-calendar th,
.business-calendar-box-wrap.large .business-calendar td {
  padding: 10px;
  font-size: 15px;
}
.business-calendar-box-wrap.col2 {
  grid-template-columns: 1fr;
}
.business-calendar-box-wrap.col2 .business-calendar-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3%;
}
.business-calendar-box-wrap .business-calendar .today {
  text-decoration: underline;
}
.business-calendar-box-wrap .business-calendar .attr0,
.business-calendar-box-wrap .business-calendar .attr1,
.business-calendar-box-wrap .business-calendar .attr2,
.business-calendar-box-wrap .business-calendar .attr3 {
  color: #fff;
}
.business-calendar-box-wrap .business-calendar .attr0::before,
.business-calendar-box-wrap .business-calendar .attr1::before,
.business-calendar-box-wrap .business-calendar .attr2::before,
.business-calendar-box-wrap .business-calendar .attr3::before {
  opacity: 1;
}
.business-calendar-box-wrap .business-calendar .attr0::before {
  background: var(--event01);
}
.business-calendar-box-wrap .business-calendar .attr1::before {
  background: var(--event02);
}
.business-calendar-box-wrap .business-calendar .attr2::before {
  background: var(--event03);
}
.business-calendar-box-wrap .business-calendar .attr3::before {
  background: var(--event04);
}

.list-event {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.list-event li {
  font-size: 15px;
  line-height: 1;
}
.list-event i {
  margin: 0 5px 0 0;
}
.list-event .event01 {
  color: var(--event01);
}
.list-event .event02 {
  color: var(--event02);
}
.list-event .event03 {
  color: var(--event03);
}
.list-event .event04 {
  color: var(--event04);
}

@media (max-width: 800px) {
  .business-calendar-box-wrap.col2 .business-calendar-box {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
  .list-event {
    display: block;
  }
  .list-event li + li {
    margin-top: 5px;
  }
}
/*診療時間*/
.time-table {
  border: 1px solid #DFDFDF;
  background: #fff;
  text-align: center;
  overflow: hidden;
  margin-bottom: 5px;
}

.time-table-head {
  background-color: var(--color_primary);
  color: #fff;
}
.time-table-head .item {
  padding: 10px 0;
}

.time-table-body {
  border-top: 1px solid #DFDFDF;
}
.time-table-body .item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}
.time-table-body .item:first-child {
  background: rgba(var(--color_primary_rgb), 0.6);
  color: #fff;
  letter-spacing: 0;
}

.time-table-head,
.time-table-body {
  display: grid;
  font-family: var(--font_jp);
  grid-template-columns: 120px repeat(6, 1fr) 60px;
}

.time-table.large .time-table-head,
.time-table.large .time-table-body {
  grid-template-columns: 220px repeat(6, 1fr) 100px;
}

@media (max-width: 800px) {
  .time-table-head {
    font-size: 12px;
  }
  .time-table-head .item {
    padding: 5px 0;
  }
  .time-table-body .item {
    padding: 5px 0;
    font-size: 13px;
  }
  .time-table-body .item:first-child {
    line-height: 1.3;
    font-size: 10px;
  }
  .time-table-head,
  .time-table-body {
    grid-template-columns: 70px repeat(6, 1fr) 50px !important;
  }
}
/*------------
splide
-------------*/
.splide__container {
  box-sizing: border-box;
  position: relative;
}

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

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

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

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

.splide__progress__bar {
  width: 0;
}

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

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

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

.splide__slide img {
  vertical-align: bottom;
}

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

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

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

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

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

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

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

.splide__track--fade > .splide__list > .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}

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

.splide--rtl {
  direction: rtl;
}

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

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: var(--color_bg2);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  width: 64px;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.splide__arrow--prev::after,
.splide__arrow--next::after {
  content: "";
  width: 1rem;
  height: 1rem;
  border: solid var(--color_primary);
  border-width: 1px 1px 0 0;
}

.splide__arrow--prev::after {
  margin-left: 0.4rem;
  transform: rotate(-135deg);
}

.splide__arrow--next::after {
  margin-right: 0.4rem;
  transform: rotate(45deg);
}

.splide__arrow svg {
  fill: var(--color_primary);
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: calc((100% - 1080px) / 2);
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: calc((100% - 1080px) / 2);
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 1em;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: var(--color_primary);
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid var(--color_secondary);
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

/*------------
Fancybox
-------------*/
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/*-----------------------------------------------------------
Animation
-----------------------------------------------------------*/
.js-fadein {
  transition: opacity 1.2s, transform 1s;
  opacity: 0;
  transform: translateY(120px);
}
.js-fadein.is-show {
  opacity: 1;
  transform: translateY(0);
}/*# sourceMappingURL=style.css.map */