@charset "UTF-8";

:root {
  --color_bg: #fff;
  --color_text: #333333;
  --color_link: #333333;
  --color_border: #DFDFDF;
  --color_primary: #F29700;
  --color_secondary: #E83929;
  --color_tertiary: #FFE6BE;
  --color_quaternary: #FFF2DD;
  --font_base: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, serif;
  --font_jp: "Zen Old Mincho", serif;
  --font_en: "Zen Old Mincho", serif;
  --easing: cubic-bezier(.12, 1, .5, 1);
}

body {
  margin: 0;
  padding: 0;
  line-height: 2;
  font-family: var(--font_base);
}

/* リセットCSS - :where()で詳細度を0にして上書きしやすくする */
/* margin は削除 - WordPress ブロックエディタの論理プロパティ (margin-block-start) と競合するため */
:where(div,
  object,
  iframe,
  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) {
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  font: inherit;
}

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

:where(p,
  ul,
  ol,
  li,
  dl,
  dt,
  dd) {
  margin-block-start: 0;
  margin-block-end: 0;
}

:where(dd) {
  margin-inline-start: 0;
}

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

:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font_jp);
  line-height: 1.8;
  font-weight: 600;
}

[lang="en"] {
  font-family: var(--font_en);
}

:where(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;
}

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

::selection {
  background: #d4dcd6;
}

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


html {
  scroll-behavior: smooth;
}

body,
html {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  word-break: break-all;
}

.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;
  margin: 0;
}

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: 800px) {
  .header {
    position: static !important;
  }
}

/*------------
Header01
--------------*/
.header-layout01 {
  background-color: #f2f2f2;
  padding: 10px 20px 10px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  width: 100%;
}

/*------------
Header02
--------------*/
.header-layout02 {
  background-color: #f2f2f2;
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 120px;
  width: 100%;
}

.header-layout02 .h-contact {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  grid-gap: 20px;
  margin-bottom: 13px;
}

.header-layout02 .h-tel {
  display: inline-flex;
  align-items: center;
  font-size: 23px;
  font-weight: bold;
}

.header-layout02 .h-tel img {
  margin-right: 5px;
}

.header-layout02 .h-time {
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-gap: 5px 10px;
  font-size: 13px;
}

.header-layout02 .h-time dt {
  border: 1px solid #000;
  text-align: center;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-layout02 .btn-icon {
  height: 50px;
  min-width: 150px;
  font-size: 14px;
}

@media (max-width: 1024px) {
  .header-layout02 {
    justify-content: center;
    padding: 10px;
    height: 60px;
  }

  .header-layout02 .h-utility {
    display: none;
  }
}

/*------------
Header03
--------------*/
.header-layout03 {
  background-color: #fff;
  padding: 0 0 0 25px;
  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-mail {
  height: 50px;
  min-width: 150px;
  font-size: 14px;
}

.header-layout03 .h-contact {
  display: flex;
  align-items: center;
  grid-gap: 20px;
}

.header-layout03 .h-tel {
  display: inline-flex;
  align-items: center;
  font-size: 23px;
  font-weight: bold;
}

.header-layout03 .h-tel img {
  margin-right: 5px;
}

.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 #000;
  text-align: center;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-layout03 .h-sns {
  display: flex;
  align-items: center;
}

.header-layout03 .h-sns li+li {
  margin-left: 15px;
}

.header-layout03 .h-sns a {
  transition: 0.3s;
}

.header-layout03 .h-sns a:hover {
  opacity: 0.5;
}

.header-layout03 .btn-icon {
  min-width: 160px;
  font-size: 14px;
  padding: 15px 18px;
}

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

.menu-btn {
  width: 100px;
  height: 80px;
  position: relative;
  color: #333;
  font-size: 13px;
  transition: 0.2s;
  z-index: 100;
}

.menu-btn-line {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 5px 0 2px;
}

.menu-btn-line span {
  display: block;
  background-color: var(--color_primary);
  width: 40px;
  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);
}

.menu-btn-txt {
  font-family: var(--font_en);
}

@media (max-width: 800px) {
  .header-layout03 {
    justify-content: center;
    padding: 10px;
    height: 60px;
  }

  .header-layout03 .h-utility,
  .header-layout03 .gnavi-drawer {
    display: none;
  }

  .h-logo {
    width: 250px;
  }
}

/*------------
Gnavi
--------------*/
/*normal*/
.gnavi-list {
  display: flex;
  justify-content: flex-end;
}

.gnavi-list>li {
  margin-left: 30px;
}

.gnavi-list>li>p,
.gnavi-list>li>a {
  display: inline-block;
  font-family: "FOT-スーラ Pro DB";
}

.gnavi-list .current-menu-parent p,
.gnavi-list [aria-current="page"],
.gnavi-list a:hover {
  color: #f08300;
}

/*dropdown*/
.gnavi-list .current-menu-item>a,
.gnavi-list a[href="#"] {
  pointer-events: none;
}

.gnavi-list .menu-item-has-children {
  display: flex;
  position: relative;
}

.gnavi-list .menu-item-has-children::after {
  content: "";
  display: block;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  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 8%;
  overflow: auto;
}

.gnavi-drawer-right-area>.item+.item {
  margin-top: 160px;
}

.gnavi-drawer-right-area .item-ttl {
  font-family: "FOT-スーラ Pro DB";
  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: 30px;
  font-family: var(--font_jp);
}

.gnavi-drawer-links>li {
  font-size: 16px;
}

.gnavi-drawer-links>li>a:not([href="#"]),
.gnavi-drawer-links .no-link {
  text-decoration: underline;
}

.gnavi-drawer-links>li>a:not([href="#"]):hover {
  text-decoration: none;
}

.gnavi-drawer-links>li>a[href="#"] {
  cursor: auto;
  pointer-events: none;
  text-decoration: underline;
}

.gnavi-drawer-links>li>ul {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 5px 10%;
  margin-top: 15px;
  font-size: 15px;
}

.gnavi-drawer-links>li>ul>li>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;
  margin: 0;
}


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

.footer-layout01 {
  background-color: #fff;
  padding: 80px 0 50px;
}

.footer-layout01 .l-wrapper {
  display: grid;
  grid-template-columns: 45% 1fr;
  grid-gap: 5%;
  margin-bottom: 30px;
}

.footer-layout01 .no-link {
  padding-bottom: 3px;
  border-bottom: 1px solid var(--color_primary);
}

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

.f-sns {
  display: flex;
  align-items: center;
  margin: 40px 0 0;
}

.f-sns li+li {
  margin-left: 15px;
}

.f-sns a {
  transition: 0.3s;
}

.f-sns a:hover {
  opacity: 0.5;
}

.site-map {
  font-family: var(--font_jp);
  font-weight: 600;
  line-height: 1.5;
}

.site-map .sub-menu {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 250px 1fr;
  grid-gap: 10px 8%;
}

.site-map .sub-menu li {
  margin-bottom: 3px;
}

.site-map .sub-menu li::before {
  content: "-";
  margin-right: 10px;
  color: var(--color_primary);
}

.site-map a:not([href="#"]):hover {
  text-decoration: underline;
}

.site-map a[href="#"] {
  cursor: auto;
  pointer-events: none;
  display: block;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

.footer-container {
  margin: 0;
}

.footer-container >li + li {
  margin-top: 30px;
}

.f-bnr {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.footer-layout02 {
  background-color: var(--color_quaternary);
  padding: 50px 0;
}

.footer-layout02 .l-ttl {
  margin-bottom: 25px;
  padding-top: 60px;
  text-align: center;
  background: url(../images/top-ttl_deco.svg) no-repeat center top / 56px auto;
  line-height: 1.4;
  margin-top: 0;
}

.footer-layout02 .l-ttl .txt01 {
  display: block;
  font-size: 45px;
  margin-bottom: 10px;
  font-family: var(--font_jp);
}

.footer-layout02 .l-ttl .txt02 {
  display: block;
  font-size: 20px;
  color: var(--color_primary);
  letter-spacing: 0.05em;
  font-family: var(--font_en);
  font-weight: 500;
}

.footer-layout02 .l-sub-ttl {
  font-size: 23px;
  font-family: var(--font_jp);
  font-weight: 600;
  text-align: center;
  margin: 0 0 25px;
}

.footer-layout02 .l-txt {
  text-align: center;
}

.footer-layout02 .l-btn-list {
  display: flex;
  justify-content: center;
  grid-gap: 30px;
  margin: 0 auto;
  width: 80%;
}

.copyright {
  background-color: var(--color_primary);
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 2px;
  line-height: 1.8;
}

.copyright .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copyright small {
  font-size: 12px;
}

.copyright-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
}

.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: 50px;
  right: 15px;
  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: 10px;
}

.pagetop a:hover {
  transform: translateY(-10px);
}

.fixed-menu {
  border-radius: 4px 0 0 4px;
  background: #37414f;
  color: #fff;
  display: flex;
  position: fixed;
  top: 50%;
  right: 0;
  transition: transform 0.5s;
  transform: translate(400px, -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;
  writing-mode: vertical-rl;
  line-height: 1;
  white-space: nowrap;
  font-feature-settings: normal;
  padding: 40px 0;
  width: 60px;
}

.fixed-menu .ttl i {
  margin-bottom: 15px;
}

.fixed-menu .inner {
  display: grid;
  place-items: center;
  padding: 15px;
  padding-left: 0;
  width: 400px;
}

.fixed-menu .txt {
  font-size: 13px;
  text-align: center;
}

.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: 15px;
  font-weight: bold;
  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;
}

.sp-navi {
  display: none;
}

@media (max-width: 800px) {
  .footer {
    padding-bottom: 65px;
  }

  .footer-layout01 {
    padding: 50px 0;
  }

  .footer-layout01 .l-wrapper {
    grid-template-columns: 1fr;
    grid-gap: 30px;
    margin-bottom: 30px;
  }

  .f-logo {
    max-width: 280px;
    margin: 0 auto 20px;
  }

  .f-sns {
    margin: 20px 0 0;
  }

  .f-bnr {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }

  .site-map .sub-menu {
    grid-template-columns: 1fr;
  }

  .footer-layout02 {
    padding: 50px 0;
  }

  .footer-layout02 .l-ttl {
    margin-bottom: 30px;
    padding-top: 45px;
    background: url(../images/top-ttl_deco.svg) no-repeat center top / 40px auto;
  }

  .footer-layout02 .l-ttl .txt01 {
    font-size: 26px;
    margin-bottom: 5px;
  }

  .footer-layout02 .l-ttl .txt02 {
    font-size: 13px;
  }

  .footer-layout02 .l-sub-ttl {
    font-size: 19px;
  }

  .footer-layout02 .l-btn-list {
    display: grid;
    justify-content: normal;
    grid-gap: 15px;
    margin: 0 auto 15px;
    width: 100%;
  }

  .copyright {
    padding: 20px 0;
    text-align: center;
  }

  .copyright .container {
    display: block;
    justify-content: space-between;
    align-items: center;
  }

  .copyright-links {
    font-size: 0.8rem;
    margin-bottom: 10px;
  }

  .fixed-menu {
    display: none;
  }
}

@media (max-width: 800px) {
  .pagetop {
    display: none;
  }
  .sp-navi {
    display: block;
  }
  :root {
    --navi-background: #37414f;
    --navi-border-color: #fff;
    --navi-text-color: #fff;
    --svg-stroke: #fff;
    --menu-btn: #fff;
    --navi-font: "游ゴシック体", "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: var(--color_quaternary);
    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 var(--color_border);
    font-family: var(--font_jp);
    margin: 0 0 30px;
  }
  .sp-navi-list > li {
    border-bottom: 1px solid var(--color_border);
  }
  .sp-navi-list > li > a,
  .sp-navi-list > li > p {
    display: block;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    padding: 15px 0;
    font-weight: 600;
  }
  .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_primary);
    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 > li.menu-item-has-children > a {
    padding: 15px 0;
    width: 85%;
  }
  .sp-navi-list > li.menu-item-has-children > a[href="#"] {
    cursor: auto;
    pointer-events: none;
  }
  .sp-navi-list .sub-menu {
    padding: 0 0 15px;
  }
  .sp-navi-list .sub-menu > li {
    position: relative;
    padding-left: 15px;
  }
  .sp-navi-list .sub-menu > li::before {
    content: "-";
    color: var(--color_primary);
    position: absolute;
    left: 0;
    top: 0;
  }
  .sp-navi-list .sub-menu > li > a {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
  }
  .sp-navi-logo {
    margin: 0 auto 20px;
    max-width: 280px;
  }
  .sp-navi-address {
    text-align: center;
    font-size: 13px;
    margin: 0 0 15px;
  }
  .sp-navi-tel {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
    font-weight: bold;
  }
  .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 #000;
    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;
  }
}

/*診療時間*/
.time-table {
  border: 1px solid var(--wp--preset--color--border-color);
  background: #fff;
  text-align: center;
  overflow: hidden;
  margin-bottom: 5px;
}

.time-table-head {
  background-color: #607D8B;
  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-color: #8299A3;
  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;
  }
}


/*-----------------------------------------------------------
Common
-----------------------------------------------------------*/
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

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

.fs11 {
  font-size: 11px;
}

.fs13 {
  font-size: 13px;
}

.red {
  color: #F44336;
}


.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:hover,
.btn-icon:hover,
.btn-tel:hover,
.btn-line:hover {
  opacity: 0.5;
}

.btn-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--font_jp);
  font-weight: 600;
  line-height: 1;
  min-height: 50px;
  min-width: 210px;
  background: var(--color_primary);
  color: #fff;
  line-height: 1.5;
  position: relative;
  border-radius: 5px;
  padding: 13px 20px 13px 30px;
  transition: opacity 0.5s;
  letter-spacing: 0.1em;
}
.btn-more::before {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.btn-more::after {
  content: "";
  display: block;
  border: 1px solid #fff;
  position: absolute;
  inset: 3px;
  border-radius: 5px;
  transition: 0.3s;
}

.btn-tel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--font_jp);
  font-weight: 600;
  line-height: 1;
  min-height: 50px;
  min-width: 210px;
  padding: 15px 20px;
  background: var(--color_primary);
  color: #fff;
  border-radius: 5px;
}
.btn-tel i {
  font-size: 10px;
  margin-right: 10px;
}

.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--font_jp);
  font-weight: 500;
  line-height: 1;
  min-height: 50px;
  min-width: 210px;
  padding: 13px 20px;
  background: var(--color_primary);
  color: #fff;
  border-radius: 5px;
  position: relative;
  letter-spacing: 0.1em;
}
.btn-icon::after {
  content: "";
  display: block;
  border: 1px solid #fff;
  position: absolute;
  inset: 3px;
  border-radius: 5px;
  transition: 0.3s;
}
.btn-icon img {
  margin-right: 15px;
}

.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: 20px 30px;
}
.btn-wrap.center {
  justify-content: center;
}

@media (max-width: 800px) {
  .btn-more,
  .btn-tel,
  .btn-icon,
  .btn-line {
    width: 100%;
  }
}

/*-----------------------------------------------------------
Hero
-----------------------------------------------------------*/
/*------------
Hero01
--------------*/
.hero01 {
  padding: 120px 0 0;
  overflow: hidden;
  position: relative;
}

.hero01 .splide__slide img {
  width: 100%;
  height: 788px;
  object-fit: cover;
}

.hero01 .splide__pagination {
  justify-content: flex-end;
  right: 30px;
  bottom: 30px;
}

.hero01-catch {
  position: absolute;
  top: 27%;
  left: 5.2%;
  z-index: 5;
}

.hero01-catch .ttl {
  font-size: 45px;
  font-weight: 600;
  font-family: var(--font_jp);
  letter-spacing: 0.05em;
  margin: 0;
}

.hero01-catch .sub-ttl {
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 1430px) {
  .hero01-catch .ttl {
    font-size: 35px;
  }
}

@media (max-width: 800px) {
  .hero01 {
    padding: 0;
  }

  .hero01 .splide__slide img {
    height: 50vh;
  }

  .hero01 .splide__pagination {
    display: none;
  }

  .hero01-catch {
    top: 4%;
    left: 4%;
  }

  .hero01-catch .ttl {
    font-size: 23px;
  }
}

/*------------
Hero02
--------------*/
.hero02 {
  padding: 200px 0 100px;
  position: relative;
}

.hero02::before {
  content: "";
  background: #f1f1f1;
  display: block;
  width: 25vw;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.hero02 .wrapper {
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
  position: relative;
}

.hero02 .splide {
  margin-left: auto;
  width: 650px;
}

.hero02 .splide__pagination {
  display: none;
}

.hero02-catch {
  position: absolute;
  bottom: 40%;
  left: 0;
  z-index: 5;
}

.hero02-catch .ttl {
  font-size: 65px;
  font-weight: bold;
}

.hero02-catch .sub-ttl {
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 800px) {
  .hero02 {
    padding: 0;
  }

  .hero02::before {
    display: none;
  }

  .hero02 .wrapper {
    display: block;
    width: 100%;
  }

  .hero02 .splide {
    width: auto;
  }

  .hero02 .splide__slide img {
    width: 100%;
    height: 50vh;
    object-fit: cover;
  }

  .hero02 .splide__pagination {
    display: none;
  }

  .hero02-catch {
    bottom: 50px;
    left: 5%;
  }

  .hero02-catch .ttl {
    font-size: 30px;
  }

  .hero02-catch .sub-ttl {
    font-size: 13px;
  }
}

/*------------
Hero03
--------------*/
.hero03 {
  position: relative;
}

.hero03 .splide__slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.hero03 .splide__pagination {
  justify-content: flex-end;
  right: 10px;
}

.hero03 .splide__slide img {
  transition: transform 7s 1s ease-out;
}

.hero03 .splide__slide[class*=-active] img {
  transition-delay: 0s;
  transform: scale(1.1);
}

.hero03-catch {
  position: absolute;
  bottom: 40%;
  left: 5%;
  z-index: 5;
}

.hero03-catch .ttl {
  font-size: 65px;
  font-weight: bold;
}

.hero03-catch .sub-ttl {
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 800px) {
  .hero03 .splide__slide img {
    height: 50vh;
  }

  .hero03 .splide__pagination {
    display: none;
  }

  .hero03-catch {
    bottom: 50px;
    left: 5%;
  }

  .hero03-catch .ttl {
    font-size: 30px;
  }

  .hero03-catch .sub-ttl {
    font-size: 13px;
  }
}

/*------------
Hero04
--------------*/
.hero04 {
  position: relative;
}

.hero04 video {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

.hero04-catch {
  position: absolute;
  bottom: 40%;
  left: 5%;
  z-index: 5;
}

.hero04-catch .ttl {
  font-size: 65px;
  font-weight: bold;
}

.hero04-catch .sub-ttl {
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 800px) {
  .hero04 video {
    height: 50vh;
  }

  .hero04-catch {
    bottom: 50px;
    left: 5%;
  }

  .hero04-catch .ttl {
    font-size: 30px;
  }

  .hero04-catch .sub-ttl {
    font-size: 13px;
  }
}

/*------------
Hero05
--------------*/
.hero05 {
  padding: 100px 0 0;
  position: relative;
}

.hero05 .splide__pagination {
  bottom: -25px;
}

.hero05-catch {
  position: absolute;
  bottom: 100px;
  left: calc((100% - 850px) / 2);
  z-index: 5;
}

.hero05-catch .ttl {
  font-size: 65px;
  font-weight: bold;
}

.hero05-catch .sub-ttl {
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 800px) {
  .hero05 {
    padding: 10px 0 0;
  }

  .hero05 .splide__slide img {
    width: 100%;
    height: 50vh;
    object-fit: cover;
  }

  .hero05 .splide__arrows {
    display: none;
  }

  .hero05-catch {
    bottom: 50px;
    left: 10%;
  }

  .hero05-catch .ttl {
    font-size: 30px;
  }

  .hero05-catch .sub-ttl {
    font-size: 13px;
  }
}

/*------------
Hero06
--------------*/
.hero06 {
  position: relative;
  padding: 150px 0 30px;
}

.hero06 .splide__slide {
  text-align: center;
}

.hero06 .splide__pagination {
  bottom: -30px;
}

.hero06-catch {
  position: absolute;
  bottom: 100px;
  left: calc((100% - 750px) / 2);
  z-index: 5;
}

.hero06-catch .ttl {
  font-size: 65px;
  font-weight: bold;
}

.hero06-catch .sub-ttl {
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 800px) {
  .hero06 {
    padding: 30px 5vw;
  }

  .hero06 .splide__slide {
    text-align: center;
  }

  .hero06 .splide__pagination {
    display: none;
  }

  .hero06-catch {
    bottom: 0;
    left: 5%;
  }

  .hero06-catch .ttl {
    font-size: 30px;
  }

  .hero06-catch .sub-ttl {
    font-size: 13px;
  }
}

/*------------
Hero07
--------------*/
.hero07 {
  padding: 100px 0 50px;
  overflow: hidden;
  position: relative;
}

.hero07::before {
  content: "";
  background-color: #f5f5f5;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  z-index: -1;
}

.hero07 .wrapper {
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
  position: relative;
}

.hero07 .splide {
  padding-bottom: 30px;
  margin-left: auto;
  right: -70px;
  width: 900px;
}

.hero07 .splide__pagination {
  justify-content: flex-end;
  bottom: 0;
  right: 150px;
}

.hero07-catch {
  position: absolute;
  bottom: 35%;
  left: 0;
  z-index: 5;
}

.hero07-catch .ttl {
  font-size: 65px;
  font-weight: bold;
}

.hero07-catch .sub-ttl {
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 800px) {
  .hero07 {
    padding: 0 0 50px;
  }

  .hero07 .splide {
    padding-bottom: 0;
    right: -90px;
    width: 100%;
  }

  .hero07 .splide img {
    object-fit: cover;
    object-position: left;
    height: 50vh;
  }

  .hero07 .splide__pagination {
    display: none;
  }

  .hero07-catch {
    bottom: 50px;
  }

  .hero07-catch .ttl {
    font-size: 30px;
  }

  .hero07-catch .sub-ttl {
    font-size: 13px;
  }
}

/*------------
Hero08
--------------*/
.hero08 {
  padding: 150px 0 50px;
  overflow: hidden;
  position: relative;
}

.hero08::before {
  content: "";
  background-color: #f5f5f5;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  z-index: -1;
}

.hero08 .wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
  position: relative;
}

.hero08 .splide {
  text-align: right;
  padding-bottom: 30px;
  margin-left: 200px;
}

.hero08 .splide__pagination {
  justify-content: flex-end;
  bottom: 0;
}

.hero08-catch {
  writing-mode: vertical-rl;
  font-feature-settings: initial;
  position: absolute;
  top: 150px;
  left: 50px;
  white-space: nowrap;
  z-index: 5;
}

.hero08-catch .ttl {
  font-size: 40px;
  margin-left: 10px;
  font-weight: bold;
}

.hero08-catch .ttl span {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 10px;
  line-height: 2;
  background-color: #fff;
}

.hero08-catch .sub-ttl {
  font-size: 20px;
  font-weight: bold;
}

.hero08-catch .sub-ttl span {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 10px;
  line-height: 2.8;
  background-color: #fff;
}

@media (max-width: 1024px) {
  .hero08 {
    padding: 0 0 50px;
  }

  .hero08 .wrapper {
    width: 100%;
    padding-left: 15vw;
  }

  .hero08 .splide {
    margin: 0;
    padding: 0;
  }

  .hero08 .splide img {
    object-fit: cover;
    height: 50vh;
  }

  .hero08 .splide__pagination {
    display: none;
  }

  .hero08-catch {
    writing-mode: horizontal-tb;
    top: auto;
    bottom: 30px;
    left: 5vw;
    right: 5vw;
  }

  .hero08-catch .ttl {
    font-size: 25px;
    margin: 0 0 10px;
  }

  .hero08-catch .sub-ttl {
    font-size: 15px;
  }
}

/*------------
Hero09
--------------*/
.hero09 {
  position: relative;
}

.hero09 .splide__slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.hero09 .splide__pagination {
  justify-content: flex-end;
  right: 10px;
}

.hero09-catch {
  position: absolute;
  bottom: 10%;
  left: 5%;
  right: 5%;
  z-index: 5;
}

.hero09-catch .ttl {
  font-size: 65px;
  font-weight: bold;
}

.hero09-catch .sub-ttl {
  font-size: 20px;
  font-weight: bold;
}

.hero09-catch .hero-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 50px;
  width: fit-content;
}

@media (max-width: 800px) {
  .hero09 .splide__slide img {
    height: 60vh;
  }

  .hero09 .splide__pagination {
    display: none;
  }

  .hero09-catch {
    bottom: 30px;
  }

  .hero09-catch .ttl {
    font-size: 30px;
  }

  .hero09-catch .sub-ttl {
    font-size: 13px;
  }

  .hero09-catch .hero09-catch .hero-features {
    gap: 15px;
    margin-top: 30px;
  }
}

/*-----------------------------------------------------------
Top
-----------------------------------------------------------*/
.top-ttl {
  margin-bottom: 60px;
  padding-top: 55px;
  text-align: center;
  background: url(../images/top-ttl_deco.svg) no-repeat center top / 56px auto;
  line-height: 1.4;
  margin-top: 0;
}

.top-ttl.mb55 {
  margin-bottom: 55px;
}

.top-ttl .txt01 {
  display: block;
  font-size: 45px;
  margin-bottom: 10px;
  font-family: var(--font_jp);
}

.top-ttl .txt02 {
  display: block;
  font-size: 20px;
  color: var(--color_primary);
  letter-spacing: 0.05em;
  font-family: var(--font_en);
  font-weight: 500;
}

@media (max-width: 800px) {
  .top-ttl {
    margin-bottom: 30px;
    padding-top: 45px;
    background: url(../images/top-ttl_deco.svg) no-repeat center top / 40px auto;
  }

  .top-ttl.mb55 {
    margin-bottom: 30px;
  }

  .top-ttl .txt01 {
    font-size: 26px;
    margin-bottom: 5px;
  }

  .top-ttl .txt02 {
    font-size: 13px;
  }
}

/*------------
Block
--------------*/
.sec01 {
  padding: 120px 0 140px;
}

.sec02 {
  padding: 120px 0;
  background: url(../images/sec02_bg.jpg) no-repeat center / cover;
  width: 100%;
  height: 100%;
}

.sec03 {
  padding: 120px 0;
}

.sec04 {
  padding: 120px 0;
  background: url(../images/sec04_bg.jpg) no-repeat center / cover;
  width: 100%;
  height: 100%;
}

.sec05 {
  padding: 120px 0;
  background-color: var(--color_quaternary);
}

.sec06 {
  padding: 120px 0;
  background-color: var(--color_tertiary);
}

.sec07 {
  padding: 120px 0;
}

@media (max-width: 800px) {
  .sec01,
  .sec02,
  .sec03,
  .sec04,
  .sec05,
  .sec06,
  .sec07 {
    padding: 50px 0;
  }
}

/*------------
Layout
--------------*/
.top-layout01 {
  display: flex;
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}

.sec03 .top-layout01 {
  margin-bottom: 60px;
}

.top-layout01 .l-img {
  width: 58%;
  margin: 0 5.5% 0 0;
  flex-shrink: 0;
}

.top-layout01 .l-img img {
  border-radius: 10px;
  box-shadow: -20px 20px 0 var(--color_primary);
}

.top-layout01 .l-desc {
  flex: 1;
}

.top-layout01 .l-ttl {
  margin-bottom: 55px;
  padding-top: 60px;
  background: url(../images/top-ttl_deco.svg) no-repeat left top / 56px auto;
  line-height: 1.4;
  margin-top: 0;
}

.top-layout01 .l-ttl .txt01 {
  display: block;
  font-size: 45px;
  margin-bottom: 10px;
  font-family: var(--font_jp);
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.top-layout01 .l-ttl .txt02 {
  display: block;
  font-size: 20px;
  color: var(--color_primary);
  font-family: var(--font_en);
  font-weight: 500;
  letter-spacing: 0.05em;
}

.top-layout01 .l-txt {
  margin: 0 0 55px;
}

.top-layout01.reverse {
  flex-direction: row-reverse;
}

.top-layout01.reverse .l-img {
  margin: 0 -1% 0 5%;
}

.top-layout01.reverse .l-img img {
  box-shadow: 20px 20px 0 var(--color_primary);
}

.top-layout02 {
  display: flex;
}

.top-layout02 .l-img {
  width: 45%;
  margin: 0 5% 0 0;
}

.top-layout02 .l-desc {
  flex: 1;
}

.top-layout02 .l-ttl {
  margin-bottom: 30px;
}

.top-layout02 .l-ttl .txt01 {
  display: block;
  font-size: 30px;
  margin-bottom: 20px;
}

.top-layout02 .l-ttl .txt02 {
  display: block;
  font-size: 16px;
}

.top-layout02.reverse {
  flex-direction: row-reverse;
}

.top-layout02.reverse .l-img {
  margin: 0 0 0 5%;
}

.top-layout03 {
  display: flex;
  align-items: flex-start;
}

.top-layout03 .l-img {
  width: 55%;
}

.top-layout03 .l-desc {
  flex: 1;
  background: #f5f5f5;
  padding: 5%;
  position: relative;
  margin: 60px 0 0 -60px;
  z-index: 0;
}

.top-layout03 .l-ttl {
  margin-bottom: 30px;
}

.top-layout03 .l-ttl .txt01 {
  display: block;
  font-size: 30px;
  margin-bottom: 20px;
}

.top-layout03 .l-ttl .txt02 {
  display: block;
  font-size: 16px;
}

.top-layout03.reverse {
  flex-direction: row-reverse;
}

.top-layout03.reverse .l-desc {
  margin: 60px -60px 0 0;
}

.top-layout04 {
  background: #F5F5F5;
  display: grid;
  grid-template-columns: 260px 1fr;
  padding: 50px 60px;
  min-height: 255px;
  position: relative;
}

.top-layout04 .l-ttl .txt01 {
  display: block;
  font-size: 30px;
  margin-bottom: 15px;
}

.top-layout04 .l-ttl .txt02 {
  display: block;
  font-size: 16px;
}

.top-layout04 .l-sub-ttl {
  font-family: var(--font_jp);
  font-size: 17px;
  margin-bottom: 25px;
}

.top-layout04 .l-btn {
  position: absolute;
  bottom: 50px;
  left: 60px;
}

.top-layout05 {
  background: var(--color_quaternary);
  display: flex;
  border-radius: 10px;
}

.top-layout05 + .top-layout05 {
  margin-top: 60px;
}

.top-layout05 .l-img {
  width: 43.95%;
  margin: 0;
}

.top-layout05 .l-img img {
  object-fit: cover;
  height: 100%;
  border-radius: 10px 0 0 10px;
}

.top-layout05 .l-desc {
  flex: 1;
  padding: 5%;
}

.top-layout05 .l-ttl {
  margin: 0 0 35px;
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.top-layout05 .l-txt {
  line-height: 2;
  margin: 0;
}

.top-layout05 .l-btn {
  margin-top: 35px;
}

.top-layout05.reverse {
  flex-direction: row-reverse;
}

.top-layout05.reverse .l-img img {
  border-radius: 0 10px 10px 0;
}

.top-layout06 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 4.2%;
}

.top-layout06 .item-ttl {
  border-bottom: 2px solid var(--color_primary);
  font-size: 20px;
  padding-bottom: 13px;
  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: #f5f5f5;
}

.top-layout07 iframe {
  vertical-align: bottom;
  height: 100%;
  width: 100%;
}

.top-layout07 .l-desc {
  padding: 12% 10%;
  background: url(../images/sec12_bg.jpg) no-repeat center / cover;
  width: 100%;
  height: 100%;
}

.top-layout07 .l-logo {
  text-align: center;
  margin-bottom: 10px;
}

.top-layout07 .l-ttl {
  font-size: 22px;
  text-align: center;
  margin-bottom: 25px;
}

.top-layout07 .tel {
  border-bottom: 2px solid var(--color_primary);
  display: inline-flex;
  align-items: center;
  font-family: var(--font_bold);
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.top-layout07 .tel img {
  margin-right: 10px;
}

.top-layout07 .address {
  text-align: center;
  margin-bottom: 5px;
}

@media (max-width: 1550px) {
  .top-layout01 .l-img {
    width: 50%;
  }
}

@media (max-width: 1300px) {
  .top-layout01 .l-ttl .txt01 {
    font-size: 35px;
  }
}

@media (max-width: 1200px) {
  .top-layout01 .l-img {
    width: 46%;
  }

  .top-layout01 .l-img img {
    box-shadow: -10px 10px 0 var(--color_primary);
  }

  .top-layout01.reverse .l-img img {
    box-shadow: 10px 10px 0 var(--color_primary);
  }
}

@media (max-width: 950px) {
  .top-layout01 .l-ttl .txt01 {
    font-size: 30px;
  }
}

@media (max-width: 800px) {
  .top-layout01 {
    display: block;
    width: 100%;
  }

  .top-layout01.mb {
    margin-bottom: 40px;
  }

  .top-layout01 .l-img {
    width: 97%;
    margin: 0 0 35px;
    margin: 0 0 35px auto;
  }

  .top-layout01 .l-desc {
    padding: 0 5%;
  }

  .top-layout01 .l-ttl {
    padding-top: 45px;
    margin-bottom: 20px;
    background: url(../images/top-ttl_deco.svg) no-repeat left top / 40px auto;
  }

  .top-layout01 .l-ttl .txt01 {
    font-size: 26px;
    margin-bottom: 5px;
  }

  .top-layout01 .l-ttl .txt02 {
    font-size: 13px;
  }

  .top-layout01.reverse .l-img {
    margin: 0 auto 35px 0;
  }

  .top-layout01 .l-txt {
    margin: 0 0 30px;
  }

  .top-layout02 {
    display: block;
  }

  .top-layout02 .l-img {
    width: 100%;
    margin: 0 0 35px;
  }

  .top-layout02 .l-desc {
    flex: 1;
  }

  .top-layout02 .l-ttl {
    text-align: center;
    margin-bottom: 20px;
  }

  .top-layout02 .l-ttl .txt01 {
    font-size: 25px;
    margin-bottom: 10px;
  }

  .top-layout02 .l-ttl .txt02 {
    font-size: 13px;
  }

  .top-layout02.reverse .l-img {
    margin: 0 0 35px;
  }

  .top-layout03 {
    display: block;
  }

  .top-layout03 .l-img {
    width: 100%;
  }

  .top-layout03 .l-desc {
    padding: 40px 5%;
    margin: 0;
  }

  .top-layout03 .l-ttl {
    text-align: center;
    margin-bottom: 20px;
  }

  .top-layout03 .l-ttl .txt01 {
    font-size: 25px;
    margin-bottom: 10px;
  }

  .top-layout03 .l-ttl .txt02 {
    font-size: 13px;
  }

  .top-layout03.reverse .l-desc {
    margin: 0;
  }

  .top-layout04 {
    grid-template-columns: 1fr;
    padding: 40px 5%;
    min-height: 0;
  }

  .top-layout04 .l-ttl {
    text-align: center;
    margin-bottom: 20px;
  }

  .top-layout04 .l-ttl .txt01 {
    font-size: 25px;
    margin-bottom: 10px;
  }

  .top-layout04 .l-ttl .txt02 {
    font-size: 13px;
  }

  .top-layout04 .l-sub-ttl {
    text-align: center;
  }

  .top-layout04 .l-btn {
    position: static;
    margin-top: 30px;
  }

  .top-layout05 {
    display: block;
  }

  .top-layout05 .l-img {
    width: 100%;
  }

  .top-layout05 .l-img img,
  .top-layout05.reverse .l-img img {
    border-radius: 30px 30px 0 0;
  }

  .top-layout05 .l-desc {
    padding: 20px 5% 30px;
  }

  .top-layout05 .l-ttl {
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
  }

  .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: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.top-card01>li {
  text-align: center;
  width: calc(20% - 16px);
}

.top-card01 a {
  display: block;
  background-color: #f5f5f5;
  height: 100%;
  padding: 20px;
  position: relative;
  transition: transform 0.5s;
}

.top-card01 a::before {
  content: "";
  border-style: solid;
  border-width: 0 0 13px 13px;
  border-color: transparent transparent #333 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.5;
  margin-bottom: 10px;
}

.top-card01 .txt01 {
  display: block;
  font-size: 15px;
}

.top-card01 .txt02 {
  display: block;
  font-size: 12px;
}

.top-card01 .card-desc {
  font-size: 14px;
}

.top-card02 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.8%;
  margin: 0;
}

.top-card02 a {
  display: block;
  background-color: var(--color_quaternary);
  height: 100%;
  transition: transform 0.5s;
  position: relative;
  border-radius: 10px;
}

.top-card02 a::before {
  content: "";
  border-style: solid;
  border-width: 0 0 14px 14px;
  border-color: transparent transparent var(--color_primary) transparent;
  position: absolute;
  bottom: 8px;
  right: 8px;
}

.top-card02 a:hover {
  transform: translateY(-10px);
}

.top-card02 .card-img {
  margin-bottom: 0;
}

.top-card02 .card-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px 10px 0 0;
}

.top-card02 .card-desc {
  padding: 9% 5%;
}

.top-card02 .card-ttl {
  text-align: center;
  font-size: 21px;
  letter-spacing: 0.05em;
}

.top-card02 .card-txt {
  line-height: 2;
}

.top-card03 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 35px 1.5%;
}

.top-card03.mb {
  margin-bottom: 40px;
}

.top-card03.col2 {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2.5%;
}

.top-card03>li {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: var(--color_tertiary);
  border-radius: 20px;
  position: relative;
}

.top-card03.col2>li {
  border-radius: 30px;
}

.top-card03 .card-num {
  display: block;
  background: url(../images/card_deco.png) no-repeat center / cover;
  width: 68px;
  height: 59px;
  font-size: 21px;
  line-height: 1;
  position: absolute;
  top: -10px;
  left: 5px;
  color: #fff;
  font-family: var(--font_bold);
  text-align: center;
  padding-top: 31px;
  z-index: 3;
}

.top-card03 .card-img img {
  border-radius: 20px 20px 0 0;
}

.top-card03.col2 .card-img img {
  border-radius: 30px 30px 0 0;
}

.top-card03 .card-desc {
  padding: 9% 8% 7%;
}

.top-card03.col2 .card-desc {
  padding: 9% 8% 4.5%;
}

.top-card03 .card-number {
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}

.top-card03 .card-ttl {
  text-align: center;
  font-size: 21px;
  margin-bottom: 17px;
  letter-spacing: 0.05em;
}

.top-card03 .card-ttl .txt01 {
  display: block;
  font-size: 21px;
  margin-bottom: 5px;
  line-height: 1.6;
}

.top-card03 .card-ttl .txt02 {
  display: block;
  font-size: 15px;
  color: var(--color_primary);
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.top-card03 .card-txt {
  line-height: 2;
}

.top-card03 .card-btn {
  padding: 0 7%;
  margin: auto 0 30px;
  text-align: center;
}

.top-card03.col2 .card-btn {
  margin: 0 0 40px;
}

@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,
  .top-card03.col2 {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
  }

  .top-card03 .card-desc,
  .top-card03.col2 .card-desc {
    padding: 20px;
  }
}

/*------------
Post
--------------*/
.top-post-layout01 {
  display: grid;
  grid-template-columns: 250px 1fr;
  grid-gap: 10px;
  min-height: 170px;
  position: relative;
}

.top-post-layout01 .l-ttl {
  margin-bottom: 55px;
  padding-top: 35px;
  background: url(../images/top-ttl_deco.svg) no-repeat left top / 30px auto;
  line-height: 1.4;
  margin-top: 0;
}

.top-post-layout01 .l-ttl .txt01 {
  display: block;
  font-size: 25px;
  margin-bottom: 10px;
  font-family: var(--font_jp);
  letter-spacing: 0.05em;
}

.top-post-layout01 .l-ttl .txt02 {
  display: block;
  color: var(--color_primary);
  font-family: var(--font_en);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.top-post-layout01 .l-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}

.top-post-layout01 .btn-more {
  min-width: 170px;
}

.list-top-blog {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  grid-gap: 30px 15px;
  margin: 0 0 55px;
}

.list-top-blog a {
  display: block;
  height: 100%;
}

.list-top-blog a:hover .list-img img {
  transform: scale(1.1);
}

.list-top-blog .list-img {
  margin-bottom: 18px;
  overflow: hidden;
  border-radius: 10px;
}

.list-top-blog .list-img img {
  object-fit: cover;
  width: 100%;
  height: 165px;
  transition: transform 0.5s;
  border-radius: 10px;
}

.list-top-blog time {
  color: var(--color_primary);
  display: block;
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 13px;
}

.list-top-blog .list-ttl {
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin: 0 0 2px;
  font-size: 14px;
  line-height: 1.4;
}

.list-top-blog .category {
  display: inline-block;
  color: var(--color_secondary);
  font-size: 11px;
  margin-right: 5px;
  letter-spacing: 0.05em;
}

.list-top-news {
  border-top: 1px solid var(--color_border);
  margin: 0;
}

.list-top-news a {
  display: grid;
  grid-template-columns: 90px 1fr;
  grid-gap: 10px;
  border-bottom: 1px solid var(--color_border);
  padding: 16px 0;
}

.list-top-news a:hover .ttl {
  text-decoration: underline;
}

.list-top-news time {
  display: inline-block;
  color: var(--color_primary);
  letter-spacing: 0.05em;
  font-size: 15px;
}

.list-top-news .ttl {
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-family: var(--font_jp);
  font-weight: 600;
}

.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: #888;
  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: 0 0 55px;
}

.list-top-gallery .list-img {
  margin-bottom: 18px;
  overflow: hidden;
  border-radius: 10px;
}

.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_primary);
  display: block;
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 13px;
}

.list-top-gallery .list-ttl {
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin: 0 0 2px;
  font-size: 14px;
  line-height: 1.4;
}

.list-top-gallery .category {
  display: inline-block;
  color: var(--color_secondary);
  font-size: 11px;
  margin-right: 5px;
  letter-spacing: 0.05em;
}

.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 {
    margin-bottom: 0;
  }

  .top-post-layout01 .l-ttl .txt01 {
    margin-bottom: 0;
  }

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

/*------------
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_quaternary);
  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 #000;
  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: #000;
  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: #fff;
  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_secondary);
  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 #000;
}

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

/*-----------------------------------------------------------
下層レイアウト
-----------------------------------------------------------*/
.page-ttl {
  background: var(--color_primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding-top: 120px;
  height: 400px;
  width: 100%;
  font-family: var(--font_jp);
  font-weight: 600;
  font-size: 45px;
  line-height: 1.2;
  margin: 0;
}

.page-ttl-main {
}

.page-ttl-sub {
}

.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 #ccc;
  border-right: 1px solid #ccc;
  transform: rotate(45deg);
  margin: 0 12px 0 3px;
  vertical-align: 1px;
}


@media (max-width: 800px) {
  .page-ttl {
    padding-top: 0;
    height: 140px;
    font-size: 25px;
    padding: 0 15px;
    margin-bottom: 8px;
  }

  .page-ttl-main {
  }

  .page-ttl-sub {
  }
}

/*-----------------------------------------------------------
投稿
-----------------------------------------------------------*/
/*通常投稿*/
.list-under-blog {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
}

.list-under-blog .list-img {
  border: 1px solid var(--wp--preset--color--border-color);
  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 {
  color: #aaa;
  font-family: var(--font_en);
  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(--wp--preset--color--secondary);
  color: #fff;
  border-radius: 3px;
  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(--wp--preset--color--border-color);
  margin-bottom: 50px;
}

.list-under-post>li {
  border-bottom: 1px solid var(--wp--preset--color--border-color);
}

.list-under-post a {
  display: flex;
  transition: background-color 0.3s, padding 0.3s;
  padding: 15px 35px 15px 0;
  position: relative;
  align-items: center;
}

.list-under-post a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--color_primary);
  border-right: 2px solid var(--color_primary);
  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: 0 25px 0 0;
  border: 1px solid var(--color_border);
  border-radius: 10px;
}

.list-under-post .list-img img {
  object-fit: cover;
  width: 100%;
  height: 105px;
  border-radius: 10px;
}

.list-under-post .list-desc {
  flex: 1;
  font-size: 0.9rem;
}

.list-under-post time {
  color: var(--color_primary);
  display: block;
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 13px;
}

.list-under-post .list-ttl {
  display: -webkit-box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0 0 10px;
  line-height: 1.4;
}

.list-under-post .category {
  display: inline-block;
  color: var(--color_secondary);
  font-size: 11px;
  margin-right: 5px;
  letter-spacing: 0.05em;
}

.list-under-post .no-post {
  padding: 25px 0;
}

/*お知らせ*/
.list-under-news {
  border-top: 1px solid var(--wp--preset--color--border-color);
  margin-bottom: 30px;
}

.list-under-news a {
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-gap: 25px;
  border-bottom: 1px solid var(--wp--preset--color--border-color);
  padding: 20px 0;
}

.list-under-news a:hover .ttl {
  text-decoration: underline;
}

.list-under-news time {
  display: inline-block;
  color: var(--color_primary);
}

.list-under-news .ttl {
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-family: var(--font_jp);
  font-weight: 600;
}

/*症例紹介*/
.case-layout {
  background-color: #f5f5f5;
  padding: 6%;
}

.case-layout time {
  color: #aaa;
  font-family: var(--font_en);
  display: block;
  font-size: 12px;
  margin-right: 15px;
}

.case-layout .category {
  display: inline-block;
  background-color: var(--wp--preset--color--secondary);
  color: #fff;
  border-radius: 3px;
  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 #eee;
}

.case-layout .l-table th,
.case-layout .l-table td {
  border: 1px solid #eee;
  line-height: 1.5;
  font-size: 15px;
  padding: 15px;
}

.case-layout .l-table th {
  background-color: var(--wp--preset--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 #333;
  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 #c8c8c8;
  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: 18px;
  overflow: hidden;
  border-radius: 10px;
}

.list-under-gallery .list-img img {
  object-fit: cover;
  width: 100%;
  height: 165px;
  transition: transform 0.5s;
  border-radius: 10px;
}

.list-under-gallery time {
  color: var(--color_primary);
  display: block;
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 13px;
}

.list-under-gallery .list-ttl {
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin: 0 0 2px;
  font-size: 14px;
  line-height: 1.4;
}

.list-under-gallery .category {
  display: inline-block;
  color: var(--color_secondary);
  font-size: 11px;
  margin-right: 5px;
  letter-spacing: 0.05em;
}

.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(--wp--preset--color--border-color);
  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(--wp--preset--color--border-color);
  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: #aaa;
  font-family: var(--font_en);
  font-size: 12px;
  margin-right: 20px;
}

.gallery-single-layout .post-data .category {
  display: inline-block;
  background-color: var(--wp--preset--color--secondary);
  color: #fff;
  border-radius: 3px;
  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(--wp--preset--color--border-color);
  padding: 10px 15px;
  vertical-align: middle;
}

.gallery-single-layout .l-table th {
  background-color: var(--wp--preset--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(--wp--preset--color--border-color);
  padding-bottom: 50px;
  margin-bottom: 50px;
  max-width: 800px;
  margin: 0 auto 50px;
}

.single-post-layout .l-ttl {
  border-bottom: 3px solid var(--wp--preset--color--border-color);
  font-size: 24px;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.single-post-layout .post-data {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.single-post-layout .post-data time {
  display: inline-block;
  color: var(--color_primary);
  font-size: 13px;
  line-height: 1.4;
  margin-right: 20px;
}

.single-post-layout .post-data .category {
  display: inline-block;
  color: var(--color_secondary);
  font-size: 11px;
  margin-right: 10px;
}

/*投稿本文用CSS*/
.postdata {
  overflow-wrap: break-word;
}

.postdata h2 {
  border-bottom: 3px solid var(--wp--preset--color--border-color);
  font-size: 22px;
  padding-bottom: 10px;
  margin-bottom: 25px;
  position: relative;
}

.postdata h2::before {
  content: "";
  background: var(--wp--preset--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(--wp--preset--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(--wp--preset--color--primary);
  border: 1px solid var(--wp--preset--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(--wp--preset--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(--wp--preset--color--primary);
  background-color: var(--wp--preset--color--quaternary);
  font-size: 13px;
  text-align: center;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  transition: 0.3s;
  padding: 0 20px;
  transition: 0.3s;
  border-radius: 3px;
}

.post-number>*+* {
  margin-left: 10px;
}

.post-number a:hover {
  background: var(--wp--preset--color--primary);
  color: #fff;
}

.post-number .current {
  background: var(--wp--preset--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(--wp--preset--color--primary);
  border: 1px solid var(--wp--preset--color--primary);
  color: #fff;
  font-size: 13px;
  line-height: 28px;
  max-width: 200px;
  margin: 0 10px;
  height: 30px;
  width: 100%;
  border-radius: 3px;
}

.post-number-single .all:hover {
  background: #fff;
  color: var(--wp--preset--color--primary);
}

.post-number-single .prev,
.post-number-single .next {
  border: 1px solid var(--wp--preset--color--primary);
  width: 30px;
  height: 30px;
  position: relative;
  border-radius: 3px;
}

.post-number-single .prev::before,
.post-number-single .next::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-bottom: 1px solid var(--wp--preset--color--primary);
  margin: 0 auto;
  top: 12px;
}

.post-number-single .prev:hover,
.post-number-single .next:hover {
  background: var(--wp--preset--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: 11px;
  border-left: 1px solid var(--wp--preset--color--primary);
}

.post-number-single .next::before {
  transform: rotate(135deg);
  right: 11px;
  border-right: 1px solid var(--wp--preset--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(--wp--preset--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 #c9c9c9;
  }

  .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(--wp--preset--color--border-color);
  font-family: var(--font_jp);
  font-weight: 600;
  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_primary);
  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 #e8ecf0;
  color: #333;
  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;
  }
}
