@charset "UTF-8";

/*------------
デザイントークン
--------------*/
:root {
  --font_base: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "MS PMincho", serif;
  --font_en: "Cormorant Garamond", "Times New Roman", serif;
  --font_en_sans: "Inter", "Helvetica Neue", Arial, sans-serif;
  --color_text: #46555C;
  --color_primary: #7cc0cb;
  --color_accent: #56A8B6;
  --color_gray: #8696A0;
  --color_bg: #FAFAFC;
}

.hero,
.contents,
.header,
.gnavi,
.footer {
  color: var(--color_text);
  font-size: 15px;
  line-height: 1.95;
}

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

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

body,
html {
  min-height: 100%;
}

body {
  font-family: var(--font_base);
  color: #46555C;
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: 0.05em;
  background: var(--color_bg);
}

html {
  scroll-behavior: smooth;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font_base);
  line-height: 1.75;
}

@media (max-width: 800px) {

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

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

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

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

.container,
.breadcrumb ul {
  margin: 0 auto;
  max-width: 1024px;
  width: 90%;
}

.container.wide,
.breadcrumb ul.wide {
  max-width: 1200px;
}

.container.wide-most,
.breadcrumb ul.wide-most {
  max-width: 1600px;
}

.container.narrow,
.breadcrumb ul.narrow {
  max-width: 800px;
}

@media (max-width: 800px) {
  body {
    font-size: 15px;
    line-height: 1.8;
  }

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

  .container,
  .breadcrumb ul {
    margin: 0 auto;
    max-width: 90%;
    width: 90%;
  }
}

/*------------
Header
--------------*/
.header {
  background: #fff;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: box-shadow 0.4s;
}

.header.is-fixed {
  box-shadow: 0 2px 12px rgba(80, 120, 145, 0.12);
}

.header-inr {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 8px 44px;
}

.h-logo {
  line-height: 1;
  margin: 0;
}

.h-logo a {
  display: block;
  text-decoration: none;
}

.h-logo-text {
  color: #46555C;
  display: block;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 2;
  margin-bottom: 4px;
}

.h-logo img {
  display: block;
  height: auto;
  width: 313px;
}

.h-btns {
  display: flex;
  gap: 8px;
}

.h-btn {
  align-items: center;
  background: #fff;
  border: 1px solid var(--color_primary);
  border-radius: 8px;
  color: var(--color_primary);
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  min-height: 70px;
  padding: 11px 14px 13px;
  text-decoration: none;
  transition: background-color 0.4s, border-color 0.4s, color 0.4s;
}

.h-btn img {
  display: block;
  height: 21px;
  transition: filter 0.4s;
  width: 21px;
}

.h-btn-label {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.4;
  white-space: nowrap;
}

.h-txt-sp {
  display: none;
}

.h-btn-tel {
  border-color: #F6B989;
  color: #F6B989;
}

.h-btn-reserve {
  border-color: #9FD7B6;
  color: #9FD7B6;
}

.h-btn-access {
  border-color: #F3B4D2;
  color: #F3B4D2;
}

.h-btn-menu {
  gap: 3px;
  border-color: var(--color_primary);
  color: var(--color_primary);
  cursor: pointer;
  font-family: inherit;
  letter-spacing: 0.04em;
  position: relative;
  z-index: 100;
}

.h-btn-bars {
  display: block;
  height: 14px;
  margin-top: 4px;
  position: relative;
  width: 22px;
}

.h-btn-bars span {
  background: var(--color_primary);
  border-radius: 2px;
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  transition: transform 0.2s, background-color 0.4s;
  width: 22px;
}

.h-btn-bars span:nth-child(1) {
  top: 0;
}

.h-btn-bars span:nth-child(2) {
  top: 6px;
}

.h-btn-bars span:nth-child(3) {
  top: 12px;
}

.h-btn-menu.is-open .h-btn-bars span:nth-child(1) {
  transform: rotate(20deg) translate3d(3px, 5.3px, 0);
}

.h-btn-menu.is-open .h-btn-bars span:nth-child(2) {
  opacity: 0;
}

.h-btn-menu.is-open .h-btn-bars span:nth-child(3) {
  transform: rotate(-20deg) translate3d(3px, -5.3px, 0);
}

.h-btn-menu .h-btn-label {
  padding-top: 7px;
}

@media (any-hover: hover) {
  .h-btn:hover {
    color: #fff;
  }

  .h-btn:hover img {
    filter: grayscale(1) brightness(10);
  }

  .h-btn-tel:hover {
    background: #F6B989;
  }

  .h-btn-reserve:hover {
    background: #9FD7B6;
  }

  .h-btn-access:hover {
    background: #F3B4D2;
  }

  .h-btn-menu:hover {
    background: var(--color_primary);
  }

  .h-btn-menu:hover .h-btn-bars span {
    background: #fff;
  }
}

@media (max-width: 800px) {
  .header {
    position: static;
  }

  .header-inr {
    border-bottom: 1px solid #E6EDEE;
    display: block;
    padding: 10px 20px 8px;
    text-align: center;
  }

  .h-logo-text {
    font-size: 9.5px;
    line-height: 1.5;
    margin-bottom: 7px;
  }

  .h-logo img {
    margin: 0 auto;
    width: 237px;
  }

  .h-btns {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: #fff;
    border-top: 1px solid #E6EDEE;
    bottom: 0;
    box-shadow: 0 -3px 16px rgba(80, 120, 145, 0.14);
    gap: 8px;
    left: 0;
    padding: 10px;
    position: fixed;
    width: 100%;
    z-index: 1000;
  }

  .h-btn {
    border-radius: 14px;
    border-width: 2px;
    gap: 5px;
    min-height: 71px;
    padding: 10px 4px 15px;
    width: 100%;
  }

  .h-btn img {
    height: 25px;
    width: 25px;
  }

  .h-btn-label {
    font-size: 11px;
  }

  .h-txt-pc {
    display: none;
  }

  .h-txt-sp {
    display: inline;
  }

  .h-btn-tel {
    color: #E99E64;
  }

  .h-btn-reserve {
    color: #70BC91;
  }

  .h-btn-access {
    color: #E28FB9;
  }

  .h-btn-bars {
    height: 25px;
    width: 23px;
  }

  .h-btn-bars span {
    width: 23px;
  }

  .h-btn-bars span:nth-child(1) {
    top: 5px;
  }

  .h-btn-bars span:nth-child(2) {
    top: 13px;
  }

  .h-btn-bars span:nth-child(3) {
    top: 21px;
  }

  .h-btn-menu.is-open .h-btn-bars span:nth-child(1) {
    transform: translateY(8px) rotate(20deg);
  }

  .h-btn-menu.is-open .h-btn-bars span:nth-child(3) {
    transform: translateY(-8px) rotate(-20deg);
  }
}

/*------------
G-navi
--------------*/
html.is-hidden {
  overflow: hidden;
}

.gnavi {
  background: #EAF4F6;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(60px);
  transition: 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  visibility: hidden;
  width: 100%;
  z-index: 99;
}

.gnavi.is-open {
  opacity: 1;
  overflow-y: auto;
  pointer-events: auto;
  transform: translateX(0);
  transition-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
  visibility: visible;
}

.gnavi-inr {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  padding: 11% 5%;
}

.navi-cont {
  margin: 30px 0 0 7%;
}

.navi-logo {
  margin: 0 0 30px;
}

.navi-logo img {
  display: block;
  width: 313px;
}

.navi-link-wrap {
  column-gap: 40px;
  display: grid;
  grid-template-columns: repeat(2, auto);
}

.navi-link>li {
  font-family: var(--font_base);
  letter-spacing: 0.1em;
  line-height: 2.3;
  padding-left: 14px;
  position: relative;
  white-space: nowrap;
}

.navi-link>li::before {
  border-right: 1px solid var(--color_primary);
  border-top: 1px solid var(--color_primary);
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 17px;
  transform: rotate(45deg);
  width: 5px;
}

.navi-link a {
  background: linear-gradient(to right, var(--color_primary), var(--color_primary)) no-repeat left bottom/0 1px;
  transition: 0.3s;
}

.navi-link [aria-current="page"],
.navi-link a:is(:hover, :focus) {
  background-size: 100% 1px;
}

.navi-link .link-ttl {
  padding-left: 0;
}

.navi-link .link-ttl::before {
  content: none;
}

.navi-img {
  padding: 0 0 20px 20px;
  position: relative;
}

.navi-img::before {
  background-color: #B9D8DE;
  bottom: 0;
  content: "";
  height: 340px;
  left: 0;
  position: absolute;
  width: 340px;
  z-index: -1;
}

.navi-img img {
  display: block;
}

.sp-navi-contents {
  display: none;
}

@media (max-width: 800px) {
  .gnavi {
    display: none;
  }

  .sp-navi-contents {
    background: #EAF4F6;
    bottom: 0;
    display: block;
    left: 0;
    opacity: 0;
    padding: 50px 30px 100px;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(60px);
    transition: 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
    visibility: hidden;
    z-index: 999;
  }

  .sp-navi-contents.is-open {
    opacity: 1;
    overflow-y: auto;
    pointer-events: auto;
    transform: translateX(0);
    transition-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
    visibility: visible;
  }

  .sp-navi-list {
    margin: 0 0 50px;
  }

  .sp-navi-list>li {
    border-bottom: 1px solid #D6E4EC;
    position: relative;
  }

  .sp-navi-list>li>a {
    display: block;
    font-family: var(--font_base);
    padding: 10px 30px 10px 0;
    position: relative;
  }

  .sp-navi-list>li>a::after,
  .sp-navi-list .sub-menu a::after {
    border-right: 1px solid var(--color_primary);
    border-top: 1px solid var(--color_primary);
    content: "";
    height: 7px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 7px;
  }

  .sp-navi-list .sp-dropdown::after {
    background-color: #D6E4EC;
    content: "";
    height: 17px;
    position: absolute;
    right: 40px;
    top: 15px;
    width: 1px;
  }

  .sp-navi-list .sp-dropdown-btn .ttl {
    display: block;
    font-family: var(--font_base);
    padding: 10px 0;
  }

  .sp-navi-list .sp-dropdown-plus {
    height: 47px;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.3s;
    width: 40px;
  }

  .sp-navi-list .sp-dropdown-plus::before,
  .sp-navi-list .sp-dropdown-plus::after {
    background-color: var(--color_primary);
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 11px;
  }

  .sp-navi-list .sp-dropdown-plus::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .sp-navi-list .is-on .sp-dropdown-plus {
    transform: rotate(45deg);
    transform-origin: center;
  }

  .sp-navi-list .sub-menu {
    border-top: 1px solid #D6E4EC;
    display: none;
  }

  .sp-navi-list .sub-menu li+li {
    border-top: 1px solid #D6E4EC;
  }

  .sp-navi-list .sub-menu a {
    display: block;
    font-family: var(--font_base);
    font-size: 14px;
    padding: 5px 30px 5px 0;
    position: relative;
  }
}

/*-----------------------------------------------------------
Hero
-----------------------------------------------------------*/
.hero {
  align-items: center;
  background: #fff url(../images/hero01_pc.jpg) center / cover no-repeat;
  display: flex;
  min-height: 620px;
  position: relative;
}

.hero::before {
  background: linear-gradient(100deg, #fff 30%, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 0.5) 48%, rgba(255, 255, 255, 0) 70%);
  content: "";
  inset: 0;
  position: absolute;
}

.hero-inr {
  color: var(--color_primary);
  padding: 0 0 0 11%;
  position: relative;
  width: 100%;
  z-index: 1;
}

.hero-en {
  font-size: 21px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin-bottom: 31px;
}

.hero-sub {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 2;
  margin-bottom: 21px;
}

.hero-ttl {
  font-size: clamp(44px, 3.3vw, 58px);
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-bottom: 28px;
}

.hero-ttl .em {
  color: #F79775;
}

.hero-lead {
  font-size: 17px;
  letter-spacing: 0.03em;
  line-height: 2;
}

@media (max-width: 800px) {
  .hero {
    background: #fff;
    display: block;
    min-height: 556px;
    padding-top: 180px;
  }

  .hero::before {
    background: url(../images/hero01_sp.jpg) center top / 100% auto no-repeat;
    height: 370px;
    inset: 0 0 auto;
  }

  .hero-inr {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 22%, #fff 100%);
    padding: 60px 20px 40px;
    text-align: center;
  }

  .hero-en {
    font-size: 16px;
    margin-bottom: 14px;
  }

  .hero-sub {
    font-size: 17px;
    line-height: 1.85;
    margin-bottom: 21px;
  }

  .hero-ttl {
    font-size: 30px;
    line-height: 1.45;
    margin-bottom: 21px;
  }

  .hero-lead {
    font-size: 14px;
  }
}

/*-----------------------------------------------------------
Top
-----------------------------------------------------------*/
.t-ttl {
  line-height: 1.5111111111;
  font-family: var(--font_base);
  letter-spacing: 0.05em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 45px;
  background: url(../images/ttl_bg.png) 50% 50% no-repeat;
  position: relative;
}

@media (min-width: 800px) {
  .t-ttl {
    min-height: 187px;
    font-size: 45px;
  }
}

@media (max-width: 800px) {
  .t-ttl {
    min-height: 132px;
    font-size: 20px;
    background-size: 250px;
    margin-bottom: 20px;
  }
}

.t-ttl .strong {
  color: var(--color_primary);
}

@media (min-width: 800px) {
  .t-ttl .strong {
    font-size: 50px;
  }
}

@media (max-width: 800px) {
  .t-ttl .strong {
    font-size: 22px;
  }
}


/*------------
セクション見出し（英字 + 日本語 + リード）
--------------*/
.l-head {
  margin-bottom: 44px;
  text-align: center;
}

.l-en {
  color: var(--color_primary);
  font-size: 22px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.2;
  margin-bottom: 13px;
}

.l-heading {
  color: #46555C;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 1.95;
  margin: 0 0 10px;
}

.l-heading .em {
  color: var(--color_primary);
}

.l-lead {
  color: #8696A0;
  font-size: 16px;
  letter-spacing: 0.04em;
}

.l-lead .em {
  color: #56A8B6;
  font-weight: bold;
}

@media (max-width: 800px) {
  .l-head {
    margin-bottom: 26px;
  }

  .l-en {
    margin-bottom: 10px;
  }

  .l-heading {
    font-size: 25px;
    line-height: 1.55;
    margin-bottom: 25px;
  }

  .l-lead {
    text-align: left;
  }
}

/*------------
Block
--------------*/
/*------------
共通ボタン・スクロール演出
--------------*/
.btn-round {
  align-items: center;
  background: #fff;
  border: 1px solid #56A8B6;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(46, 122, 154, 0.16);
  color: #56A8B6;
  display: inline-flex;
  font-size: 14px;
  font-weight: bold;
  gap: 12px;
  justify-content: center;
  letter-spacing: 0.04em;
  min-height: 66px;
  padding: 17px 60px 17px 30px;
  position: relative;
  text-decoration: none;
  transition: background-color 0.4s, color 0.4s;
}

.btn-round::after {
  content: "";
  background-color: #56A8B6;
  mask: url(../images/share/arrow_button.svg) no-repeat center/contain;
  width: 13px;
  height: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 26px;
  transition: background-color 0.4s;
}

.btn-arrow {
  align-items: center;
  color: #46555C;
  display: inline-flex;
  font-size: 13px;
  font-weight: bold;
  gap: 10px;
  text-decoration: none;
}

.btn-arrow::after {
  color: #56A8B6;
  content: "→";
  font-size: 18px;
  font-weight: bold;
}

@media (any-hover: hover) {
  .btn-round:hover {
    background: #56A8B6;
    color: #fff;
  }

  .btn-round:hover::after {
    background-color: #fff;
  }

  .btn-arrow:hover {
    opacity: 0.6;
  }
}

@media (max-width: 800px) {
  .btn-round {
    min-height: 63px;
    padding: 17px 35px 17px 30px;
  }

  .btn-round::after {
    right: 18px;
  }
}

@media (scripting: enabled) {
  .js-fadein {
    opacity: 0;
    transition: opacity 1s ease, transform 1s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateY(40px);
  }

  .js-fadein[data-anim="left"] {
    transform: translateX(-60px);
  }

  .js-fadein[data-anim="updown"] {
    transform: translateY(-40px);
  }

  .js-fadein.is-show {
    opacity: 1;
    transform: none;
  }

  .js-fadein[data-anim="stagger"]>* {
    opacity: 0;
    transition: opacity 0.9s ease, transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: calc(var(--i, 0) * 0.15s);
    transform: translateY(36px);
  }

  .js-fadein[data-anim="stagger"].is-show>* {
    opacity: 1;
    transform: none;
  }

  .js-masking>img,
  .js-masking>.label,
  .js-masking::before {
    visibility: hidden;
  }

  .js-masking.is-show>img,
  .js-masking.is-show>.label,
  .js-masking.is-show::before {
    transition: visibility 0ms 550ms;
    visibility: visible;
  }

  .js-masking.is-show::after {
    animation: masking 1300ms cubic-bezier(0.77, 0, 0.175, 1) forwards;
  }

  @media (prefers-reduced-motion: reduce) {

    .js-fadein,
    .js-fadein[data-anim="stagger"]>* {
      opacity: 1;
      transform: none;
      transition: none;
    }

    .js-masking>img,
    .js-masking>.label,
    .js-masking::before {
      visibility: visible;
    }

    .js-masking.is-show::after {
      animation: none;
    }
  }
}

/*------------
sec01 バナースライダー
--------------*/
.sec01 {
  background: #FAFAFC;
}

.sec01-slide .splide__track {
  padding: 70px 0 100px;
}

.sec01-slide .splide__slide img {
  border: 2px solid #A2D4DC;
  border-radius: 24px;
  box-shadow: 0 4px 12px rgba(120, 150, 170, 0.2), 0 26px 56px rgba(111, 176, 204, 0.28);
  height: auto;
  transition: opacity 0.6s, transform 0.6s;
  width: 100%;
}

.sec01-slide .splide__slide:not(.is-active) img {
  border-color: transparent;
  border-radius: 22px;
  opacity: 0.85;
  transform: scale(0.86);
}

.sec01-slide .splide__arrow {
  background: #fff url(../images/sec01_arrow.svg) center / auto 8.46px no-repeat;
  border: 1px solid #E6EDEE;
  border-radius: 50%;
  box-shadow: 0 6px 16px rgba(120, 155, 180, 0.18);
  height: 48px;
  top: calc(50% - 15px);
  opacity: 1;
  width: 48px;
}

.sec01-slide .splide__arrow svg {
  display: none;
}

.sec01-slide .splide__arrow--prev {
  left: calc(50% - 322px);
}

.sec01-slide .splide__arrow--next {
  right: calc(50% - 322px);
}

.sec01-slide .splide__pagination {
  position: absolute;
  left: 50%;
  bottom: 65px;
  transform: translateX(-50%);
  gap: 8px;
}

.sec01-slide .splide__pagination__page {
  background: #C5E6EA;
  border-radius: 999px;
  height: 6px;
  margin: 0;
  opacity: 1;
  transition: width 0.4s, background-color 0.4s;
  width: 6px;
}

.sec01-slide .splide__pagination__page.is-active {
  background: var(--color_primary);
  transform: none;
  width: 24px;
}

@media (max-width: 800px) {
  .sec01-slide .splide__track {
    padding: 54px 0 61px;
  }

  .sec01-slide .splide__arrow--prev {
    left: 4px;
  }

  .sec01-slide .splide__arrow--next {
    right: 4px;
  }

  .sec01-slide .splide__arrow {
    height: 42px;
    top: calc(50% - 7px);
    width: 42px;
  }

  .sec01-slide .splide__pagination {
    bottom: 37px;
  }
}

/*------------
sec02 お知らせ・診療カレンダー
--------------*/
.sec02 {
  background: url(../images/share/bg_marble.jpg) center / cover no-repeat;
  padding: 72px 0;
}

.sec02 .btn-round {
  box-shadow: none;
  min-height: 50px;
  padding: 10px 48px 10px 27px;
}

.sec02-bnr {
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 56px;
}

.sec02-bnr-item img {
  border-radius: 18px;
  height: auto;
  width: 100%;
}

.sec02-card {
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 3px 12px rgba(120, 150, 170, 0.18), 0 26px 60px rgba(120, 155, 180, 0.2);
  display: grid;
  gap: 0 48px;
  grid-template-columns: 1fr 1fr;
  padding: 53px 53px 60px;
}

.sec02-col-head {
  margin-bottom: 7px;
}

.sec02-col-head .l-en {
  margin-bottom: 2px;
  text-align: left;
}

.sec02-ttl {
  color: #46555C;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.95;
}

.sec02-lead {
  color: #8696A0;
  font-size: 16px;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}

.list-top-news02 {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}

.list-top-news02 .list-item {
  border-bottom: 1px solid #E6EDEE;
  padding: 16px 0;
}

.list-top-news02 .list-item:last-child {
  border-bottom: none;
}

.list-head {
  align-items: center;
  display: flex;
  gap: 30px;
  margin-bottom: 4px;
}

.list-head time {
  color: var(--color_primary);
  font-size: 12.5px;
  letter-spacing: 0.04em;
}

.list-cat {
  background: #F3F9FA;
  flex-shrink: 0;
  white-space: nowrap;
  border-radius: 999px;
  color: #8696A0;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding: 4px 14px;
}

.list-cat.is-topics {
  background: #FBE9EC;
  color: #C77B86;
}

.list-cat.is-information {
  background: #E3F2EC;
  color: #5BA391;
}

.list-cat.is-treatment {
  background: #EEEAF7;
  color: #8A78C2;
}

.list-cat.is-inspection {
  background: #F7EFDD;
  color: #C79A52;
}

.list-top-news02 .list-ttl {
  color: #46555C;
  display: block;
  font-size: 16px;
  line-height: 1.7;
  text-decoration: none;
  transition: color 0.4s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.list-top-news02 .no-post {
  color: #8696A0;
  font-size: 15px;
  padding: 12px 0;
}

.sec02-calendar {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 18px;
  box-shadow: 0 2px 8px rgba(120, 150, 170, 0.2), 0 18px 40px rgba(120, 155, 180, 0.16);
  margin-bottom: 16px;
  padding: 20px;
}

.sec02-calendar-note {
  color: #8696A0;
  font-size: 12.5px;
  line-height: 1.9;
}

.sec02-calendar-note .event01 {
  color: #5AA6C0;
  font-weight: bold;
}

.sec02-calendar-note .event02 {
  color: #D98A6E;
  font-weight: bold;
}

@media (any-hover: hover) {
  .list-top-news02 .list-ttl:hover {
    color: #56A8B6;
  }
}

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

  .sec02-bnr {
    gap: 14px;
    grid-template-columns: 1fr;
    margin-bottom: 34px;
  }

  .sec02-card {
    display: block;
    padding: 30px 20px 36px;
  }

  .sec02-col+.sec02-col {
    margin-top: 44px;
  }

  .sec02-ttl {
    font-size: 24px;
  }

  .list-top-news02 {
    margin-bottom: 22px;
    max-height: 190px;
    overflow-y: auto;
    padding-right: 12px;
    scrollbar-color: #A2D4DC #EAF4F6;
    scrollbar-width: thin;
  }

  .list-top-news02::-webkit-scrollbar {
    width: 6px;
  }

  .list-top-news02::-webkit-scrollbar-track {
    background: #EAF4F6;
    border-radius: 999px;
  }

  .list-top-news02::-webkit-scrollbar-thumb {
    background: #A2D4DC;
    border-radius: 999px;
  }
}

/*------------
sec03 みつみや先生の想い
--------------*/
.sec03 {
  background: url(../images/sec03_bg01.jpg) center / cover no-repeat;
  padding: 96px 0 94px;
}

.sec03-inr {
  position: relative;
  z-index: 1;
}

.sec03-head {
  margin-bottom: 39px;
}

.sec03-head .l-en {
  font-size: 30px;
  margin-bottom: 14px;
  text-align: left;
}

.sec03-ttl {
  color: #46555C;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.65;
}

.sec03-ttl .em {
  color: #56A8B6;
}

.sec03-lead {
  color: #46555C;
  font-size: 16px;
  line-height: 2.1;
  margin-bottom: 30px;
}

.sec03-list {
  display: grid;
  gap: 13px;
  list-style: none;
  margin: 0 0 26px;
  max-width: 430px;
  padding: 0;
}

.sec03-item {
  align-items: center;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 6px rgba(120, 150, 170, 0.2);
  display: flex;
  gap: 18px;
  isolation: isolate;
  min-height: 123px;
  overflow: hidden;
  padding: 0 30px;
  position: relative;
}

.sec03-item::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 120px;
  opacity: 0.42;
  pointer-events: none;
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  z-index: -1;
}

.sec03-item.is-heart::before {
  background-image: url(../images/sec03_icon01.png);
}

.sec03-item.is-body::before {
  background-image: url(../images/sec03_icon02.png);
}

.sec03-item.is-bowel::before {
  background-image: url(../images/sec03_icon03.png);
}

.sec03-item img {
  height: 42px;
  width: 42px;
}

.sec03-item-ttl {
  align-items: baseline;
  color: #46555C;
  display: flex;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.sec03-item-key {
  font-size: 39.6px;
  font-weight: bold;
  letter-spacing: 0.03em;
  margin-right: 2px;
}

.sec03-item-key.is-heart {
  color: #F6DA9A;
}

.sec03-item-key.is-body {
  color: #8DD0A9;
}

.sec03-item-key.is-bowel {
  color: #FEC2DE;
}

.sec03-txt {
  color: #46555C;
  font-size: 15px;
  margin-bottom: 19px;
}

.sec03 .l-btn {
  margin-top: 0;
}

@media (max-width: 1024px) {
  .sec03 {
    background: url(../images/sec03_bg01.jpg) center right 31% / cover no-repeat;
  }
}

@media (max-width: 800px) {
  .sec03 {
    background:
      linear-gradient(99deg, rgba(244, 250, 253, 0.97) 0%, rgba(238, 247, 251, 0.9) 30%, rgba(225, 240, 248, 0.42) 52%, rgba(225, 240, 248, 0) 70%),
      url(../images/sec03_bg01_sp.jpg) center / cover no-repeat;
    padding: 42px 0 70px;
  }

  .sec03-head {
    margin-bottom: 37px;
  }

  .sec03-head .l-en {
    font-size: 22px;
    margin-bottom: 21px;
  }

  .sec03-ttl {
    font-size: 24px;
  }

  .sec03-lead {
    letter-spacing: 0;
    margin-bottom: 31px;
    max-width: 225px;
  }

  .sec03-list {
    margin-bottom: 30px;
    max-width: 210px;
  }

  .sec03-item {
    border: 1px solid #E6EDEE;
    border-radius: 14px;
    box-shadow: none;
    gap: 10px;
    min-height: 56px;
    padding: 0 15px;
  }

  .sec03-item::before {
    height: 64px;
    right: 21px;
    width: 64px;
  }

  .sec03-item img {
    height: 26px;
    width: 26px;
  }

  .sec03-item-ttl {
    font-size: 14px;
  }

  .sec03-item-key {
    font-size: 18.5px;
  }
}

/*------------
sec04 3つのこだわり
--------------*/
.sec04 {
  background: #fff;
  padding: 124px 0 118px;
}

.sec04 .l-head {
  margin-bottom: 50px;
}

.sec04-item {
  background: url(../images/sec04_bg.jpg) no-repeat center/cover;
  border-radius: 24px;
  box-shadow: 0 3px 10px rgba(120, 150, 170, 0.2), 0 24px 54px rgba(120, 155, 180, 0.2);
  padding: 40px 40px 48px;
  text-align: center;
}

.sec04-item:nth-child(3) .sec04-fig .label {
  right: auto;
  left: 53px;
}

.sec04-item:nth-child(3) .sec04-ttl {
  margin-bottom: 18px;
}

.sec04-item+.sec04-item {
  margin-top: 73px;
}

.sec04-item .l-btn {
  margin-top: 32px;
}

.sec04-fig {
  border-radius: 16px;
  box-shadow: 0 10px 26px rgba(120, 155, 180, 0.2);
  margin-bottom: 38px;
  overflow: hidden;
  position: relative;
}

.sec04-fig::before {
  background: linear-gradient(to left,
      rgba(40, 70, 85, 0.5) 0%,
      rgba(40, 70, 85, 0.12) 55%,
      rgba(40, 70, 85, 0) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.sec04-item:nth-child(3) .sec04-fig::before {
  background: linear-gradient(to right,
      rgba(40, 70, 85, 0.5) 0%,
      rgba(40, 70, 85, 0.12) 55%,
      rgba(40, 70, 85, 0) 100%);
}

.sec04-fig::after {
  background: #A2D4DC;
  clip-path: inset(0 100% 0 0);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 10;
}

@keyframes masking {
  0% {
    clip-path: inset(0 100% 0 0);
  }

  42%,
  58% {
    clip-path: inset(0 0 0 0);
  }

  100% {
    clip-path: inset(0 0 0 100%);
  }
}

.sec04-fig img {
  display: block;
  height: auto;
  width: 100%;
}

.sec04-fig .label {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  bottom: 44px;
  right: 53px;
  z-index: 2;
}

.sec04-num {
  color: #fff;
  font-size: clamp(130px, 10.5vw, 190px);
  font-style: italic;
  font-weight: 300;
  line-height: 1;
}

.sec04-cat {
  color: #fff;
  font-size: clamp(24px, 2.3vw, 42px);
  font-style: italic;
  font-weight: 300;
  line-height: 1.15;
  padding-top: 30px;
  text-align: left;
}

.sec04-ttl {
  color: #46555C;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.5;
  margin-bottom: 13px;
}

.sec04-en {
  color: var(--color_primary);
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 21px;
}

.sec04-ttl .em {
  color: var(--color_primary);
}

.sec04-catch {
  color: var(--color_primary);
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
}

.sec04-txt {
  color: #46555C;
  font-size: 16px;
  line-height: 2.1;
}

.sec04-tags {
  display: grid;
  gap: 11px;
  grid-template-columns: repeat(2, 305px);
  justify-content: center;
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

.sec04-tags li {
  align-items: center;
  background: #F3F9FA;
  border-radius: 10px;
  color: #46555C;
  display: flex;
  font-size: 15px;
  gap: 10px;
  justify-content: center;
  min-height: 53px;
}

.sec04-tags img {
  height: 26px;
  width: 26px;
}

.sec04-groups {
  display: grid;
  gap: 45px;
  margin-bottom: 24px;
  margin-top: 47px;
}

.sec04-group {
  background: #fff;
  border-radius: 10px;
  margin-inline: auto;
  max-width: 631px;
  width: 100%;
  padding: 35px 24px 21px;
  position: relative;
}

.sec04-group-ttl {
  align-items: center;
  border-radius: 18px;
  color: #fff;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  justify-content: center;
  left: 50%;
  line-height: 1.4;
  min-height: 36px;
  min-width: 183px;
  padding: 0 20px;
  position: absolute;
  top: -18px;
  transform: translateX(-50%);
}

.sec04-group-list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sec04-group-list li {
  align-items: center;
  background: #fff;
  border: 1px solid;
  border-radius: 999px;
  display: flex;
  font-size: 13px;
  font-weight: bold;
  justify-content: center;
  min-height: 49px;
  padding: 0 26px;
}

.sec04-group.is-endoscopy .sec04-group-ttl {
  background: var(--color_primary);
}

.sec04-group.is-endoscopy .sec04-group-list li {
  border-color: #7CBFCB;
  color: #56A8B6;
}

.sec04-group.is-hemorrhoids .sec04-group-ttl {
  background: #F79775;
}

.sec04-group.is-hemorrhoids .sec04-group-list li {
  border-color: #F79775;
  color: #F79775;
}

.sec04 .btn-wrap.center {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 32px;
}

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

  .sec04 .l-head {
    margin-bottom: 54px;
  }

  .sec04 .l-en {
    margin-bottom: 6px;
  }

  .sec04 .l-heading {
    font-size: 27px;
  }

  .sec04 .l-lead {
    margin: 0 5%;
    width: 90%;
  }

  .sec04-item {
    padding: 24px 15px 32px;
  }

  .sec04-item+.sec04-item {
    margin-top: 44px;
  }

  .sec04-item:nth-child(3) .sec04-fig .label {
    left: 24px;
  }

  .sec04-fig {
    margin-bottom: 30px;
  }

  .sec04-fig img {
    aspect-ratio: 308 / 246;
    object-fit: cover;
  }

  .sec04-fig .label {
    bottom: 6px;
    gap: 16px;
    right: 16px;
  }

  .sec04-num {
    font-size: 100px;
  }

  .sec04-cat {
    font-size: 24px;
    padding-top: 16px;
  }

  .sec04-ttl {
    font-size: 21px;
    margin-bottom: 10px;
  }

  .sec04-item:nth-child(3) .sec04-ttl {
    margin-bottom: 20px;
  }

  .sec04-item:nth-child(4) .sec04-ttl {
    margin-bottom: 40px;
  }

  .sec04-en {
    margin-bottom: 14px;
  }

  .sec04-catch {
    font-size: 17px;
  }

  .sec04-item .l-btn .btn-round {
    padding: 17px 30px 17px 15px;
    width: 100%;
  }

  .sec04-tags {
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 25px;
  }

  .sec04-tags li {
    flex-direction: column;
    font-size: 12px;
    gap: 6px;
    min-height: 0;
    padding: 10px 8px;
    text-align: center;
  }

  .sec04-groups {
    gap: 29px;
    margin: 28px 0px 17px;
  }

  .sec04-group {
    padding: 32px 5px 18px;
  }

  .sec04-group-ttl {
    font-size: 18px;
  }

  .sec04-group-list {
    gap: 4px;
  }

  .sec04-group-list li {
    font-size: 11px;
    letter-spacing: 0;
    min-height: 33px;
    padding: 0 12px;
  }

  .sec04 .btn-wrap.center {
    gap: 0;
    margin-top: 19px;
  }

  .sec04 .btn-wrap.center .btn-round {
    min-width: 269px;
  }
}

/*------------
sec05 気になる症状
--------------*/
.sec05 {
  background: linear-gradient(180deg, rgba(252, 253, 254, 0.95) 0%, rgba(248, 250, 251, 0.97) 100%), url(../images/share/bg_marble.jpg) center / cover no-repeat;
  padding: 124px 0 116px;
}

.sec05 .l-head {
  margin-bottom: 50px;
}

.sec05-strong {
  color: #46555C;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
}

.sec05 .l-lead {
  font-size: 16px;
  line-height: 2.1;
}

.sec05-list {
  align-items: stretch;
  display: grid;
  gap: 18px 15px;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
}

.sec05-fig {
  display: grid;
  place-items: center;
}

.sec05-fig img {
  height: auto;
  max-width: 183px;
  width: 100%;
}

.sec05-item {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 18px;
  background: #fff;
  border: 2px solid #A2D4DC;
  border-radius: 18px;
  box-shadow: 0 2px 8px rgba(120, 150, 170, 0.2), 0 16px 36px rgba(120, 155, 180, 0.16);
  padding: 30px 20px;
  position: relative;
}

.sec05-item-ttl {
  color: #56A8B6;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}

.sec05-item-icon {
  align-items: center;
  background: #F3F9FA;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 88px;
  justify-content: center;
  width: 88px;
}

.sec05-item-icon img {
  height: 56px;
  width: 56px;
}

.sec05-item-list {
  list-style: none;
  margin: 0;
}

.sec05-item-list li {
  color: #46555C;
  font-size: 15px;
  line-height: 1.95;
  padding-left: 1em;
  position: relative;
}

.sec05-item-list li::before {
  content: "・";
  left: 0;
  position: absolute;
}

@media (max-width: 1024px) {
  .sec05-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

  .sec05 .l-head {
    margin-bottom: 20px;
  }

  .sec05 .l-heading {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 13px;
  }

  .sec05-strong {
    font-size: 15px;
    line-height: 2;
    margin-bottom: 4px;
    text-align: left;
  }

  .sec05 .l-lead {
    font-size: 15px;
    line-height: 2;
    text-align: left;
  }

  .sec05-list {
    gap: 12px 10px;
    grid-template-columns: repeat(2, 1fr);
  }

  .sec05-item {
    display: block;
    min-height: 0;
    padding: 20px 5px 18px;
  }

  .sec05-item-icon {
    height: 66px;
    margin: 0 auto 12px;
    width: 66px;
  }

  .sec05-item-icon img {
    height: 40px;
    width: 40px;
  }

  .sec05-item-ttl {
    margin-bottom: 10px;
    text-align: center;
  }

  .sec05-item-list li {
    font-size: 13px;
    letter-spacing: 0.01em;
    line-height: 2.1;
  }
}

/*------------
CTA 電話相談
--------------*/
.cta {
  background: #F3F9FA;
  padding: 116px 0;
}

.cta-inr {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 3px 10px rgba(120, 150, 170, 0.2);
  overflow: hidden;
}

.cta-catch {
  background: linear-gradient(90deg, var(--color_primary) 0%, #C5E6EA 100%);
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.45;
  padding: 23px 24px;
  text-align: center;
}

.cta-main {
  display: grid;
  gap: 32px;
  grid-template-columns: 45% 38%;
  justify-content: center;
  align-items: end;
  padding: 44px 0 0;
}

.cta-box {
  background: #F3F9FA;
  border-radius: 18px;
  padding: 32px 30px 34px;
  text-align: center;
}

.cta-tel02 {
  align-items: center;
  color: var(--color_primary);
  display: inline-flex;
  font-size: 42px;
  font-weight: 800;
  gap: 14px;
  letter-spacing: 0.01em;
  line-height: 1;
  text-decoration: none;
}

.cta-tel02-icon {
  display: grid;
  place-content: center;
  background: var(--color_primary);
  border-radius: 50%;
  color: #fff;
  font-size: 28px;
  height: 52px;
  line-height: 52px;
  width: 52px;
}

.cta-time02 {
  color: #8696A0;
  font-size: 15px;
  letter-spacing: 0.04em;
  margin-top: 10px;
}

.cta-btn02 {
  background: linear-gradient(90deg, #A2D4DC 0%, var(--color_primary) 100%);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(71, 139, 150, 0.3);
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.04em;
  min-width: 289px;
  padding: 13px 24px;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.4s;
}

.cta-box .l-btn {
  margin-top: 22px;
}

.cta-fig img {
  height: auto;
  width: 100%;
}

.cta-note {
  color: #8696A0;
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 1.95;
  margin: 16px 0 30px;
  text-align: center;
}

@media (any-hover: hover) {
  .cta-btn02:hover {
    opacity: 0.8;
  }
}

@media (max-width: 1024px) {
  .cta-main {
    grid-template-columns: 1fr;
    padding: 44px 5% 0;
  }

  .cta-tel02 {
    font-size: 32px;
  }

  .cta-note {
    margin: 16px 0 0;
  }

  .cta-fig {
    text-align: center;
  }

  .cta-fig img {
    width: 50%;
  }
}

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

  .cta-catch {
    font-size: 17px;
    line-height: 2;
    padding: 17px 23px;
    text-align: left;
  }

  .cta-main {
    gap: 0;
    grid-template-columns: 1fr;
    padding: 26px 28px 0;
  }

  .cta-box {
    padding: 22px 10px 27px;
  }

  .cta-tel02 {
    font-size: clamp(26px, 7.5vw, 30px);
    gap: 9px;
  }

  .cta-tel02-icon {
    font-size: 20px;
    height: 44px;
    line-height: 44px;
    width: 44px;
  }

  .cta-tel02-icon img {
    height: auto;
    width: 24px;
  }

  .cta-time02 {
    margin-top: 7px;
  }

  .cta-box .l-btn {
    margin-top: 12px;
  }

  .cta-btn02 {
    font-size: 15px;
    min-width: 202px;
    padding: 14px 24px;
  }

  .cta-fig {
    display: none;
  }

  .cta-note {
    font-size: 15px;
    line-height: 1.7;
    margin: 16px 0 26px;
    min-height: 112px;
    padding: 0 124px 0 0;
    position: relative;
    text-align: left;
  }

  .cta-note::after {
    background: url(../images/cta_img01.png) center / contain no-repeat;
    content: "";
    height: 112px;
    position: absolute;
    right: 0;
    top: 3px;
    width: 120px;
  }
}

/*------------
sec06 院内環境
--------------*/
.sec06 {
  background: url(../images/share/bg_marble.jpg) center / cover no-repeat;
  padding: 116px 0;
}

.sec06 .l-head {
  margin-bottom: 35px;
}

.sec06-sub {
  color: #46555C;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-bottom: 6px;
}

.sec06-list {
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin: 0 0 37px;
  padding: 0;
}

.sec06-item {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(120, 150, 170, 0.2), 0 16px 36px rgba(120, 155, 180, 0.16);
  padding: 34px 31px 30px;
  position: relative;
}

.sec06-num {
  color: rgba(124, 192, 203, 0.5);
  font-size: 96px;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
  position: absolute;
  right: 22px;
  top: -17px;
}

.sec06-item-ttl {
  align-items: center;
  color: #46555C;
  display: flex;
  font-size: 22px;
  font-weight: bold;
  gap: 12px;
  letter-spacing: 0.04em;
  margin-bottom: 25px;
}

.sec06-item-ttl img {
  height: 38px;
  width: 38px;
}

.sec06-item-ttl .em {
  color: var(--color_primary);
}

.sec06-txt {
  color: #8696A0;
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 15px;
}

.sec06-fig {
  border-radius: 14px;
  margin-bottom: 16px;
  overflow: hidden;
}

.sec06-fig img {
  display: block;
  height: auto;
  width: 100%;
}

.sec06-item .sec06-txt:last-child {
  line-height: 1.7;
  margin-bottom: 0;
}

.sec06-foot {
  align-items: center;
  background: linear-gradient(160deg, #F3F9FC 0%, #EAF4F6 100%);
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(120, 150, 170, 0.2), 0 16px 36px rgba(120, 155, 180, 0.16);
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  justify-content: space-between;
  padding: 33px 77px 28px 44px;
}

.sec06-foot-txt {
  align-items: center;
  color: #46555C;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  gap: 18px;
  letter-spacing: 0.03em;
  margin-bottom: 0;
}

.sec06-foot-txt img {
  flex-shrink: 0;
  height: 64px;
  width: 64px;
}

@media (max-width: 1024px) {
  .sec06-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

  .sec06-sub {
    font-size: 17px;
  }

  .sec06-list {
    gap: 34px;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .sec06-item {
    padding: 26px 20px 24px;
  }

  .sec06-num {
    font-size: 88px;
    right: 16px;
    top: -25px;
  }

  .sec06-item-ttl {
    font-size: 22px;
  }

  .sec06-foot {
    display: block;
    min-height: 0;
    padding: 24px 11px 25px;
  }

  .sec06-foot-txt {
    font-size: 15px;
    gap: 16px;
    margin-bottom: 17px;
  }

  .sec06-foot .l-btn {
    text-align: center;
  }
}

/*------------
sec07 知っておきたい大腸がんのこと
--------------*/
.sec07 {
  background: #fff;
  padding: 116px 0 110px;
}

.sec07 .l-head {
  margin-bottom: 78px;
}

.sec07-inr {
  border-top: 1px solid #E6EDEE;
  padding: 65px 0 0;
  text-align: center;
}

.sec07-ttl {
  color: #46555C;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 35px;
}

.sec07-ttl .em {
  color: var(--color_primary);
}

.sec07-lead {
  color: #8696A0;
  font-size: 16px;
  line-height: 2.1;
  margin-bottom: 60px;
}

.sec07-ranks {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
}

.sec07-rank {
  background: #F3F9FA;
  border-radius: 18px;
  box-shadow: 0 2px 8px rgba(120, 150, 170, 0.2), 0 18px 42px rgb(120, 155, 180, 0.16);
  padding: 32px 30px 36px;
}

.sec07-rank-ttl {
  color: #46555C;
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 6px;
}

.sec07-rank-ttl .em {
  color: var(--color_primary);
}

.sec07-rank-note {
  color: #8696A0;
  font-size: 11.5px;
  margin-bottom: 26px;
}

.sec07-head {
  margin: 0 0 85px;
  position: relative;
  text-align: center;
  z-index: 0;
}

.sec07-head .l-heading {
  margin-bottom: 25px;
}

.sec07-deco {
  height: auto;
  position: absolute;
  top: -52px;
  z-index: -1;
}

.sec07-deco.is-left {
  left: -20px;
  width: 118px;
}

.sec07-deco.is-right {
  right: -20px;
  width: 140px;
}

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

  .sec07-head {
    margin: 0 0 60px;
  }

  .sec07 .l-head {
    margin-bottom: 44px;
  }

  .sec07-inr {
    padding: 40px 0 0;
  }

  .sec07-ttl {
    font-size: 22px;
    margin-bottom: 25px;
  }

  .sec07-lead {
    margin-bottom: 34px;
    text-align: left;
  }

  .sec07-ranks {
    gap: 20px;
    grid-template-columns: 1fr;
  }

  .sec07-rank {
    padding: 25px 5%;
  }

  .sec07-rank-ttl {
    font-size: 20px;
  }

  .sec07-deco {
    top: -19px;
  }

  .sec07-deco.is-left {
    left: -6px;
    width: 48px;
  }

  .sec07-deco.is-right {
    right: -6px;
    width: 57px;
  }
}

/*------------
sec08 大腸内視鏡検査で大切な3つのポイント
--------------*/
.sec08 {
  background: url(../images/share/bg_marble.jpg) center / cover no-repeat;
  padding: 116px 0 110px;
}

.sec08 .l-head {
  margin-bottom: 58px;
}

.sec08-list {
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 0 50px;
}

.sec08-item {
  background: #fff;
  border: 2px solid #A2D4DC;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(120, 150, 170, 0.2), 0 22px 40px rgba(120, 155, 180, 0.18);
  padding: 34px 25px 32px;
}

.sec08-num {
  align-items: baseline;
  color: var(--color_primary);
  display: flex;
  font-size: 48px;
  font-style: italic;
  font-weight: 300;
  gap: 8px;
  line-height: 1;
  margin-bottom: 2px;
}

.sec08-num span {
  font-size: 24px;
  font-style: italic;
  letter-spacing: -0.01em;
}

.sec08-item-ttl {
  border-bottom: 1px solid #C5E6EA;
  color: #56A8B6;
  display: flex;
  align-items: center;
  font-size: 19px;
  font-weight: bold;
  gap: 12px;
  margin-bottom: 18px;
  padding-bottom: 14px;
}

.sec08-item-icon {
  align-items: center;
  background: #EAF4F6;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 72px;
  justify-content: center;
  width: 72px;
}

.sec08-txt {
  color: #8696A0;
  font-size: 16px;
  line-height: 1.95;
  text-align: justify;
}

.sec08-foot {
  color: #46555C;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.sec08-foot strong {
  color: #56A8B6;
  font-size: 21.2px;
  font-weight: bold;
}

@media (max-width: 1024px) {
  .sec08-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

  .sec08 .l-head {
    margin-bottom: 35px;
  }

  .sec08-list {
    gap: 18px;
    grid-template-columns: 1fr;
    margin-bottom: 32px;
  }

  .sec08-item {
    padding: 24px 20px;
  }

  .sec08-item-ttl {
    font-size: 22px;
  }

  .sec08-num {
    font-size: 42px;
  }

  .sec08-num span {
    font-size: 21px;
  }

  .sec08-foot {
    font-size: 15px;
    text-align: left;
  }

  .sec08-foot strong {
    font-size: 17px;
  }
}

/*------------
sec09 これまでの検査実績
--------------*/
.sec09 {
  background: #FAFAFC;
  padding: 116px 0 110px;
}

.sec09 .l-head {
  margin-bottom: 44px;
}

.sec09-inr {
  position: relative;
  text-align: center;
}

.sec09-guide {
  color: #8696A0;
  font-size: 12.5px;
  margin-bottom: 14px;
}

.sec09-years {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 0 auto 40px;
  max-width: 900px;
}

.sec09-years-arrow {
  align-items: center;
  background: #fff;
  border: 1px solid #C5E6EA;
  border-radius: 50%;
  box-shadow: 0 6px 16px rgba(120, 155, 180, 0.14);
  color: #56A8B6;
  cursor: pointer;
  display: flex;
  flex: 0 0 40px;
  font-size: 15px;
  height: 40px;
  justify-content: center;
  line-height: 1;
  padding: 0 0 2px;
  transition: opacity 0.4s, background-color 0.4s;
  width: 40px;
}

.sec09-years-arrow:hover {
  background: #F3F9FA;
}

.sec09-years-arrow[disabled] {
  cursor: default;
  opacity: 0.35;
}

.sec09-years-list {
  background: #fff;
  border: 1px solid #E6EDEE;
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(120, 155, 180, 0.12);
  display: flex;
  flex: 1;
  gap: 6px;
  justify-content: safe center;
  list-style: none;
  margin: 0;
  min-width: 0;
  overflow-x: auto;
  padding: 6px;
  scrollbar-width: none;
}

.sec09-years-list::-webkit-scrollbar {
  display: none;
}

.sec09-year {
  background: none;
  border: 0;
  border-radius: 999px;
  color: #8696A0;
  cursor: pointer;
  font-family: var(--font_en_sans);
  font-size: 12.5px;
  font-weight: bold;
  line-height: 1;
  min-width: 73px;
  padding: 11px 14px;
  transition: background-color 0.4s, color 0.4s;
  white-space: nowrap;
}

.sec09-year:hover {
  color: #56A8B6;
}

.sec09-year.is-active {
  background: linear-gradient(135deg, #A2D4DC, var(--color_primary));
  color: #fff;
}

.sec09-panel[hidden] {
  display: none;
}

.sec09-panel-ttl {
  color: var(--color_primary);
  display: inline-block;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.7;
  margin-bottom: 34px;
  padding: 0 8px 14px;
  position: relative;
}

.sec09-panel-ttl::after {
  background: #A2D4DC;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

.sec09-data {
  display: grid;
  gap: 20px;
  grid-template-columns: 39% 1fr 1fr;
}

.sec09-total,
.sec09-meter {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 2px 8px rgba(120, 150, 170, 0.06), 0 22px 48px rgba(120, 150, 180, 0.18);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  overflow: hidden;
  padding: 44px 24px 40px;
  position: relative;
}

.sec09-total-num,
.sec09-meter-sub {
  white-space: nowrap;
}

.sec09-total-img {
  height: auto;
  opacity: 0.12;
  pointer-events: none;
  position: absolute;
  right: -8px;
  top: 98px;
  width: 190px;
  z-index: 0;
}

.sec09-total>*:not(.sec09-total-img) {
  position: relative;
  z-index: 1;
}

.sec09-total-ttl,
.sec09-meter-ttl {
  color: #46555C;
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 10px;
}

.sec09-meter-ttl {
  color: #8696A0;
  font-size: 21px;
  margin-bottom: 26px;
}

.sec09-total-num {
  align-items: baseline;
  color: var(--color_primary);
  display: flex;
  font-weight: 800;
  gap: 6px;
  justify-content: center;
  line-height: 1;
  margin: 0 auto;
  padding-bottom: 14px;
}

.sec09-total-num::after {
  background: #C5E6EA;
  border-radius: 1px;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 253px;
}

.sec09-total-num .js-count {
  font-size: 104px;
  letter-spacing: -0.02em;
}

.sec09-total-unit {
  font-size: 30px;
}

.sec09-total-sub {
  color: #46555C;
  display: flex;
  font-size: 19px;
  font-weight: bold;
  gap: 26px;
  justify-content: center;
  margin-top: 16px;
}

.sec09-total-sub span {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.sec09-total-sub img {
  height: 26px;
  width: auto;
}

.sec09-gauge {
  --gauge-track: #EAF4F6;
  aspect-ratio: 1 / 1;
  background:
    radial-gradient(closest-side, #fff 82%, transparent 83%),
    conic-gradient(var(--gauge-color) calc(var(--gauge, 0) * 1%), var(--gauge-track) 0);
  border-radius: 50%;
  display: grid;
  margin: 0 auto;
  max-width: 184px;
  place-items: center;
  transition: --gauge 1.4s ease;
  width: 100%;
}

.sec09-meter.is-deep .sec09-gauge {
  --gauge-track: #F2E2E2;
}

.sec09-meter.is-adenoma .sec09-gauge {
  --gauge-track: #F2EDE2;
}

.sec09-gauge-num {
  color: var(--gauge-color);
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
}

.sec09-gauge-num span {
  font-size: 18px;
  margin-left: 1px;
}

.sec09-meter-sub {
  color: #8696A0;
  font-size: 15px;
  font-weight: 600;
  margin-top: 26px;
}

.sec09-foot {
  display: grid;
  grid-template-columns: 34% 1fr;
  background: linear-gradient(135deg, #fff, #F3F9FA);
  border: 2px solid #A2D4DC;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(120, 150, 170, 0.08);
  margin: 70px auto 0;
  max-width: 900px;
  overflow: hidden;
  position: relative;
}

.sec09-foot .l-img {
  position: relative;
}

.sec09-foot-img {
  filter: drop-shadow(0 12px 24px rgba(80, 120, 145, 0.2));
  position: absolute;
  top: 0;
  left: 0;
}

.sec09-foot-en {
  bottom: -2px;
  color: var(--color_primary);
  font-size: 64px;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  right: 20px;
}

.sec09-foot-txt {
  color: #46555C;
  font-size: 16px;
  line-height: 1.9;
  padding: 31px 40px 31px 0;
  position: relative;
  text-align: left;
  z-index: 1;
}

.sec09 .l-btn {
  margin-top: 36px;
  text-align: center;
}

@media (max-width: 970px) {
  .sec09-foot-img {
    top: auto;
    bottom: 0;
  }
}

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

  .sec09-guide {
    color: #56A8B6;
    font-weight: bold;
  }

  .sec09-years {
    gap: 7px;
    margin: 0 calc(50% - 47vw) 40px;
    padding: 0 16px;
  }

  .sec09-years-list {
    gap: 0;
    justify-content: flex-start;
    padding: 7px;
    scroll-snap-type: x mandatory;
  }

  .sec09-years-list li {
    flex: 0 0 33.333%;
    scroll-snap-align: start;
  }

  .sec09-year {
    color: #1A1A1A;
    min-width: 0;
    padding: 14px 4px;
    width: 100%;
  }

  .sec09-year.is-active {
    background: #fff;
    box-shadow: 0 8px 18px rgba(46, 122, 154, 0.3), inset 0 0 0 1px #56A8B6;
    color: #56A8B6;
  }

  .sec09-panel-ttl {
    font-size: 22px;
    margin-bottom: 24px;
    padding-bottom: 12px;
  }

  .sec09-data {
    gap: 14px 11px;
    grid-template-columns: 1fr 1fr;
  }

  .sec09-total {
    grid-column: 1 / -1;
    padding: 46px 16px 40px;
  }

  .sec09-meter {
    padding: 22px 8px 22px;
  }

  .sec09-total-img {
    top: 52px;
  }

  .sec09-total-num {
    padding-bottom: 10px;
  }

  .sec09-total-num::after {
    width: 191px;
  }

  .sec09-total-num .js-count {
    font-size: 84px;
  }

  .sec09-total-unit {
    font-size: 22px;
  }

  .sec09-total-sub {
    font-size: 19px;
    gap: 20px;
    margin-top: 14px;
  }

  .sec09-meter-ttl {
    color: #1A1A1A;
    font-size: 15px;
    margin-bottom: 18px;
  }

  .sec09-gauge {
    background:
      radial-gradient(closest-side, #fff 78%, transparent 79%),
      conic-gradient(var(--gauge-color) calc(var(--gauge, 0) * 1%), var(--gauge-track) 0);
    max-width: 86px;
  }

  .sec09-gauge-num {
    font-size: 20px;
  }

  .sec09-gauge-num span {
    font-size: 14px;
  }

  .sec09-meter-sub {
    color: #1A1A1A;
    font-size: 13px;
    font-weight: bold;
    margin-top: 16px;
  }

  .sec09-foot {
    display: block;
    margin-top: 46px;
    padding: 30px 22px 34px;
  }

  .sec09-foot-img {
    display: block;
    filter: none;
    left: auto;
    margin: 0 auto 11px;
    position: static;
    top: auto;
    width: 224px;
  }

  .sec09-foot-en {
    font-size: 34px;
    right: 21px;
  }

  .sec09-foot-txt {
    line-height: 2.1;
    padding: 0;
  }

  .sec09 .l-btn {
    margin-top: 26px;
  }
}

/*------------
sec10 大腸内視鏡検査の流れ
--------------*/
.sec10 {
  background: url(../images/share/bg_marble.jpg) center / cover no-repeat;
  padding: 124px 0 115px;
}

.sec10 .l-head {
  margin-bottom: 56px;
}

.sec10-list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.sec10-item {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 18px;
  box-shadow: 0 2px 8px rgba(120, 150, 170, 0.08), 0 16px 36px rgba(120, 150, 180, 0.16);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.sec10-fig img {
  display: block;
  height: auto;
  width: 100%;
}

.sec10-body {
  align-items: center;
  column-gap: 10px;
  display: grid;
  grid-template-columns: 34px 1fr;
  padding: 20px 20px 26px;
}

.sec10-num {
  align-items: center;
  border: 2px solid #A2D4DC;
  border-radius: 50%;
  color: #56A8B6;
  display: flex;
  font-family: var(--font_base);
  font-size: 14px;
  font-weight: bold;
  height: 34px;
  justify-content: center;
  line-height: 1;
  width: 34px;
}

.sec10-item-ttl {
  color: #56A8B6;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}

.sec10-item-ttl.is-long {
  font-size: 16px;
}

.sec10-txt {
  color: #8696A0;
  font-size: 16px;
  grid-column: 1 / -1;
  line-height: 1.65;
  margin-top: 16px;
}

/* SP のみ表示する案内文と左右スクロール矢印 */
.sec10-nav {
  display: none;
}

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

  .sec10 .l-head {
    margin-bottom: 28px;
  }

  .sec10 .l-heading {
    margin-bottom: 19px;
  }

  .sec10 .l-lead {
    line-height: 2;
    text-align: left;
  }

  .sec10-nav {
    display: block;
    margin-bottom: 16px;
    text-align: center;
  }

  .sec10-nav-txt {
    color: #56A8B6;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.04em;
    margin-bottom: 8px;
  }

  .sec10-nav-arrows {
    display: flex;
    gap: 12px;
    justify-content: center;
  }

  .sec10-arrow {
    align-items: center;
    background: #fff;
    border: 1px solid #C5E6EA;
    border-radius: 50%;
    box-shadow: 0 6px 16px rgba(120, 155, 180, 0.14);
    color: #56A8B6;
    cursor: pointer;
    display: flex;
    font-size: 17px;
    height: 44px;
    justify-content: center;
    line-height: 1;
    padding: 0 0 2px;
    transition: opacity 0.4s, background-color 0.4s;
    width: 44px;
  }

  .sec10-arrow[disabled] {
    cursor: default;
    opacity: 0.35;
  }

  /* SP は左右にスライドできるようにする（矢印またはスワイプ） */
  .sec10-list {
    gap: 16px;
    grid-auto-columns: 302px;
    grid-auto-flow: column;
    grid-template-columns: none;
    margin: -8px -5vw -50px;
    overflow-x: auto;
    padding: 8px 5vw 50px;
    scroll-padding-inline: 5vw;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .sec10-list::-webkit-scrollbar {
    display: none;
  }

  .sec10-item {
    scroll-snap-align: start;
  }

  .sec10-body {
    padding: 20px 20px 22px;
  }

  .sec10-txt {
    color: #1A1A1A;
    line-height: 1.9;
    margin-top: 11px;
  }
}

/*------------
sec11 当院の大腸肛門病診療
--------------*/
.sec11 {
  background: url(../images/share/bg_marble.jpg) center / cover no-repeat;
  padding: 124px 0 110px;
}

.sec11 .l-head {
  margin-bottom: 56px;
}

.sec11 .l-lead {
  color: #46555C;
}

.sec11-list {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  list-style: none;
  margin: 0 0 64px;
  padding: 0;
}

.sec11-item {
  align-items: center;
  background: rgba(255, 255, 255, 0.72);
  border: 2px solid #A2D4DC;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(120, 155, 180, 0.16);
  display: grid;
  gap: 0 20px;
  grid-template-columns: 90px 1fr;
  min-height: 167px;
  padding: 26px 12px 30px 40px;
}

.sec11-icon {
  height: auto;
  justify-self: center;
  max-height: 91px;
  max-width: 100%;
  width: auto;
}

.sec11-step {
  align-items: baseline;
  color: var(--color_primary);
  display: flex;
  font-size: 50px;
  font-style: italic;
  font-weight: 300;
  gap: 8px;
  line-height: 1;
}

.sec11-step span {
  font-size: 34px;
}

.sec11-item-ttl {
  color: #56A8B6;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 9px;
}

.sec11-disease-ttl {
  align-items: center;
  color: #56A8B6;
  display: flex;
  font-size: 22px;
  font-weight: bold;
  gap: 18px;
  margin-bottom: 44px;
}

.sec11-disease-ttl::before,
.sec11-disease-ttl::after {
  background: #C5E6EA;
  content: "";
  flex: 1;
  height: 1px;
}

.sec11-disease-list {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
}

.sec11-disease-list a {
  align-items: center;
  background: rgba(255, 255, 255, 0.85);
  border: 2px solid #A2D4DC;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(120, 155, 180, 0.1);
  color: #46555C;
  display: flex;
  font-size: 15px;
  font-weight: bold;
  justify-content: center;
  min-height: 67px;
  padding: 0 52px;
  position: relative;
  text-decoration: none;
  transition: background-color 0.4s;
}

.sec11-disease-list a::after {
  align-items: center;
  background: #EAF4F6;
  border-radius: 50%;
  color: #56A8B6;
  content: "›";
  display: flex;
  font-size: 12px;
  font-weight: bold;
  height: 24px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}

@media (any-hover: hover) {
  .sec11-disease-list a:hover {
    background: #eaf4f6;
  }
}

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

  .sec11 .l-head {
    margin-bottom: 40px;
  }

  .sec11-list {
    gap: 18px;
    grid-template-columns: 1fr;
    margin-bottom: 48px;
  }

  .sec11-item {
    gap: 0 16px;
    grid-template-columns: 46px 1fr;
    min-height: 71px;
    padding: 12px 8px 12px 18px;
  }

  .sec11-icon {
    max-height: 44px;
  }

  .sec11-step {
    font-size: 24px;
    gap: 6px;
  }

  .sec11-step span {
    font-size: 17px;
  }

  .sec11-item-ttl {
    margin-top: 2px;
  }

  .sec11-item-ttl br {
    display: none;
  }

  .sec11-disease-ttl {
    font-size: 17px;
    gap: 14px;
    margin-bottom: 25px;
  }

  .sec11-disease-ttl::before {
    display: none;
  }

  .sec11-disease-list {
    gap: 12px;
    grid-template-columns: repeat(2, 1fr);
  }

  .sec11-disease-list a {
    font-size: 14px;
    justify-content: flex-start;
    min-height: 61px;
    padding: 0 34px 0 16px;
  }

  .sec11-disease-list a::after {
    right: 13px;
    height: 19px;
    width: 19px;
  }
}

/*------------
sec12 大腸内視鏡検査の費用
--------------*/
.sec12 {
  background: radial-gradient(ellipse 42% 50% at 29% 50%, #EEF6F8, #FAFAFC);
  padding: 116px 0 110px;
}

.sec12 .l-head {
  margin-bottom: 46px;
}

.sec12-inr {
  align-items: start;
  display: grid;
  gap: 20px;
  grid-template-columns: 450px 1fr;
  margin-bottom: 30px;
}

.sec12-body {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 8px rgba(120, 150, 170, 0.06);
  display: flex;
  flex-direction: column;
  padding: 40px 40px 32px;
}

.sec12-block+.sec12-block {
  margin-top: 28px;
}

.sec12-block-ttl {
  align-items: center;
  color: var(--color_primary);
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
  font-weight: bold;
  gap: 10px;
  margin-bottom: 20px;
}

.sec12-block-ttl small {
  color: #8696A0;
  font-size: 12px;
  font-weight: 500;
}

.sec12-block-ttl .is-en .sec12-block-icon {
  padding: 0 0 0 2px;
}

.sec12-block-icon {
  align-items: center;
  background: var(--color_primary);
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex: 0 0 34px;
  font-size: 15px;
  font-weight: normal;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.sec12-price {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.sec12-price li {
  align-content: start;
  background: #F3F9FA;
  border-radius: 14px;
  display: grid;
  justify-items: center;
  padding: 20px 12px 24px;
}

.sec12-price img {
  height: 38px;
  margin-bottom: 8px;
  width: 38px;
}

.sec12-price-ttl {
  color: #46555C;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.95;
}

.sec12-price-note {
  color: #8696A0;
  font-size: 11px;
  line-height: 1.45;
  margin-bottom: 12px;
}

.sec12-price-num {
  color: var(--color_primary);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.95;
}

.sec12-price-num span {
  text-decoration: underline;
  text-decoration-color: #A2D4DC;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.sec12-price-num small {
  font-size: 13px;
  font-weight: bold;
  margin-left: 2px;
}

.sec12-option {
  border: 1px solid #E6EDEE;
  border-radius: 12px;
  margin: 0;
}

.sec12-option>div {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  justify-content: space-between;
  min-height: 60px;
  padding: 12px 20px;
}

.sec12-option>div+div {
  border-top: 1px solid #E6EDEE;
}

.sec12-option dt {
  color: #46555C;
  font-size: 15px;
}

.sec12-option dt span {
  color: #8696A0;
  font-size: 11.5px;
  margin-left: 4px;
}

.sec12-option dd {
  color: #56A8B6;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

.sec12-option dd.is-small {
  font-size: 13px;
}

.sec12-note {
  color: #8696A0;
  font-size: 12.5px;
  line-height: 1.8;
  margin-top: 14px;
}

.sec12 .l-btn {
  margin-top: 12px;
  padding-left: 6px;
  text-align: left;
}

.sec12-call {
  align-items: center;
  background: linear-gradient(135deg, #FBFDFE, #F3F9FA);
  border-radius: 18px;
  box-shadow: 0 2px 8px rgba(120, 150, 170, 0.06), 0 14px 32px rgba(120, 150, 180, 0.14);
  display: grid;
  gap: 18px;
  grid-template-columns: 78px 1fr auto;
  grid-template-areas:
    "img txt body";
  min-height: 138px;
  padding: 30px 52px;
}

.sec12-call-img {
  grid-area: img;
  height: auto;
  width: 78px;
}

.sec12-call-txt {
  grid-area: txt;
  color: #46555C;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.56;
}

.sec12-call-body {
  grid-area: body;
  align-items: center;
  display: flex;
  gap: 14px;
}

.sec12-call-tel {
  color: var(--color_primary);
  display: inline-block;
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.sec12-call-icon {
  align-items: center;
  background: var(--color_primary);
  border-radius: 50%;
  display: flex;
  flex: 0 0 48px;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.sec12-call-icon img {
  height: 22px;
  width: 28px;
}

.sec12-call-time {
  color: #8696A0;
  font-size: 12.5px;
  margin-top: 3px;
}

@media (max-width: 1024px) {
  .sec12-call {
    grid-template-areas:
      "img txt"
      "body body";
    grid-template-columns: 78px 1fr;
  }
}

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

  .sec12-inr {
    gap: 48px;
    grid-template-columns: 1fr;
    margin-bottom: 24px;
  }

  .sec12-body {
    padding: 27px 24px 27px;
  }

  .sec12-block-ttl {
    flex-wrap: wrap;
    font-size: 18px;
  }

  .sec12-block-ttl small {
    color: #1A1A1A;
    font-size: 13px;
    font-weight: normal;
  }

  .sec12-price {
    gap: 12px;
    grid-template-columns: 1fr;
    text-align: left;
  }

  .sec12-price li {
    align-content: center;
    align-items: center;
    gap: 0 9px;
    grid-template-columns: 44px 1fr auto;
    justify-items: start;
    min-height: 88px;
    padding: 18px 14px 18px 14px;
  }

  .sec12-price img {
    grid-row: 1 / 3;
    height: 44px;
    margin: 0;
    width: 44px;
  }

  .sec12-price-ttl {
    line-height: 1.6;
  }

  .sec12-price-note {
    align-self: end;
    color: #1A1A1A;
    margin: 0 0 4px -8px;
  }

  .sec12-price-num {
    font-size: 19px;
    grid-column: 2 / 4;
    letter-spacing: -0.01em;
    line-height: 1.6;
    white-space: nowrap;
  }

  .sec12-price-num small {
    font-size: 11.6px;
  }

  .sec12-option>div {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    padding: 18px 16px;
  }

  .sec12-option dt {
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0;
  }

  .sec12-option dt span {
    color: #1A1A1A;
    font-size: 13px;
    font-weight: bold;
  }

  .sec12-option dd.is-small {
    font-size: 15px;
  }

  .sec12-note {
    color: #1A1A1A;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.65;
    margin-top: 22px;
    order: 2;
  }

  .sec12 .l-btn {
    margin-top: 22px;
    order: 1;
    padding-left: 0;
  }

  .sec12 .l-btn .btn-round {
    width: 100%;
  }

  .sec12-call {
    gap: 12px;
    grid-template-columns: 78px 1fr;
    min-height: 0;
    padding: 22px 12px 26px 28px;
  }

  .sec12-call-txt {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.6;
  }

  .sec12-call-body {
    grid-column: 1 / -1;
    margin-top: 12px;
    padding-left: 2px;
  }

  .sec12-call-body {
    gap: 16px;
  }

  .sec12-call-tel {
    font-size: 30px;
  }

  .sec12-call-icon {
    flex-basis: 44px;
    height: 44px;
    width: 44px;
  }

  .sec12-call-icon img {
    height: 18px;
    width: 23px;
  }

  .sec12-call-time {
    color: #1A1A1A;
    margin-top: 0;
  }
}

/*------------
sec14 便秘・下痢・痔のお悩み
--------------*/
.sec14 {
  background: radial-gradient(ellipse 42% 50% at 29% 50%, #EEF6F8, #FAFAFC);
  padding: 0 0 125px;
}

.sec14 .l-head {
  margin-bottom: 62px;
}

.sec14-list {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sec14-item {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(120, 155, 180, 0.1), 0 24px 50px rgba(120, 155, 180, 0.2);
  overflow: hidden;
}

.sec14-fig {
  position: relative;
}

.sec14-fig img {
  display: block;
  height: auto;
  width: 100%;
}

.sec14-fig::after {
  background: linear-gradient(to top, rgba(40, 70, 85, 0.5), rgba(40, 70, 85, 0.12) 55%, rgba(40, 70, 85, 0));
  bottom: 0;
  content: "";
  height: 52%;
  left: 0;
  position: absolute;
  width: 100%;
}

.sec14-en {
  bottom: 30px;
  color: var(--color_primary);
  font-size: 40px;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
  position: absolute;
  right: 18px;
  z-index: 1;
}

.sec14-body {
  align-items: start;
  column-gap: 20px;
  display: grid;
  grid-template-areas:
    "ttl ttl"
    "list link";
  grid-template-columns: 1fr auto;
  padding: 42px 27px 42px 40px;
}

.sec14-item-ttl {
  color: #46555C;
  font-size: 25px;
  font-weight: bold;
  grid-area: ttl;
  line-height: 1.95;
  margin-bottom: 18px;
}

.sec14-points {
  grid-area: list;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sec14-points li {
  color: #46555C;
  font-size: 16px;
  line-height: 1.4;
  padding-left: 25px;
  position: relative;
}

.sec14-points li+li {
  margin-top: 12px;
}

.sec14-points li::before {
  color: var(--color_primary);
  content: "●";
  left: 0;
  position: absolute;
}

.sec14 .l-btn {
  grid-area: link;
  margin-top: 10px;
}

.sec14 .btn-arrow {
  flex-direction: column-reverse;
  gap: 10px;
}

.sec14 .btn-arrow::after {
  align-items: center;
  border: 1px solid var(--color_primary);
  border-radius: 50%;
  display: flex;
  height: 54px;
  justify-content: center;
  transition: background-color 0.4s, color 0.4s;
  width: 54px;
}

@media (any-hover: hover) {
  .sec14 .btn-arrow:hover::after {
    background: var(--color_primary);
    color: #fff;
  }
}

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

  .sec14 .l-head {
    margin-bottom: 40px;
  }

  .sec14-list {
    gap: 24px;
    grid-template-columns: 1fr;
  }

  .sec14-en {
    bottom: 21px;
    font-size: 26px;
    right: 18px;
  }

  .sec14-body {
    align-items: center;
    column-gap: 12px;
    grid-template-areas:
      "ttl link"
      "list list";
    padding: 30px 26px 45px;
  }

  .sec14-item-ttl {
    font-size: 19px;
    line-height: 1.45;
    margin-bottom: 0;
  }

  .sec14-points {
    margin-top: 18px;
  }

  .sec14 .l-btn {
    margin-top: 0;
  }

  .sec14 .btn-arrow {
    font-size: 0;
    gap: 0;
  }

  .sec14 .btn-arrow::after {
    font-size: 15px;
    height: 34px;
    width: 34px;
  }
}

/*------------
sec13 もう少し当院のことを知りたい方へ
--------------*/
.sec13 {
  background:
    linear-gradient(rgba(252, 253, 254, 0.9), rgba(246, 250, 251, 0.94)),
    url(../images/sec13_bg01.png) center / cover no-repeat #FAFAFC;
  padding: 122px 0;
}

.sec13 .l-head {
  margin-bottom: 51px;
}

.sec13-en {
  font-size: 18px;
  letter-spacing: 0.18em;
}

.sec13-list {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr 1fr;
  list-style: none;
  margin: 0 0 50px;
  padding: 0;
}

.sec13-item a {
  display: block;
  transition: opacity 0.4s;
}

.sec13-item img {
  display: block;
  height: auto;
  width: 100%;
}

@media (any-hover: hover) {
  .sec13-item a:hover {
    opacity: 0.8;
  }
}

.sec13-call {
  align-items: center;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(120, 150, 170, 0.06), 0 14px 32px rgba(120, 150, 180, 0.14);
  display: grid;
  gap: 14px;
  grid-template-columns: 72px 1fr auto;
  grid-template-areas:
    "img txt body";
  min-height: 133px;
  padding: 30px 36px;
}

.sec13-call-img {
  grid-area: img;
  height: auto;
  width: 72px;
}

.sec13-call-txt {
  grid-area: txt;
  color: #46555C;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.53;
}

.sec13-call-body {
  grid-area: body;
  align-items: center;
  display: flex;
  gap: 14px;
}

.sec13-call-tel {
  color: var(--color_primary);
  display: inline-block;
  font-size: 42px;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1;
  text-decoration: none;
}

.sec13-call-icon {
  align-items: center;
  background: var(--color_primary);
  border-radius: 50%;
  display: flex;
  flex: 0 0 52px;
  height: 52px;
  justify-content: center;
  width: 52px;
}

.sec13-call-icon img {
  height: 22px;
  width: 28px;
}

.sec13-call-time {
  color: #8696A0;
  font-size: 15px;
  letter-spacing: 0.04em;
  margin-top: 3px;
}

@media (max-width: 1024px) {
  .sec13-call {
    grid-template-areas:
      "img txt"
      "body body";
    grid-template-columns: 72px 1fr;
  }
}

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

  .sec13 .l-head {
    margin-bottom: 33px;
  }

  .sec13-list {
    gap: 10px;
    grid-template-columns: 1fr;
    margin-bottom: 36px;
  }

  .sec13-call {
    gap: 18px;
    grid-template-columns: 48px 1fr;
    min-height: 0;
    padding: 22px 24px 26px 28px;
  }

  .sec13-call-img {
    width: 48px;
  }

  .sec13-call-txt {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.85;
  }

  .sec13-call-body {
    grid-column: 1 / -1;
    margin-top: 6px;
    padding-left: 2px;
  }

  .sec13-call-body {
    gap: 16px;
  }

  .sec13-call-tel {
    font-size: 30px;
  }

  .sec13-call-icon {
    flex-basis: 44px;
    height: 44px;
    width: 44px;
  }

  .sec13-call-icon img {
    height: 18px;
    width: 23px;
  }

  .sec13-call-time {
    color: #1A1A1A;
    font-size: 12.5px;
    margin-top: 0;
  }
}

/*------------
sec15 専門サイト・LPのご案内
--------------*/
.sec15 {
  background:
    linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.6) 22%, #fff 45%),
    url(../images/sec15_bg01.png) center top -407px / 100% auto no-repeat #fff;
  padding: 122px 0 116px;
}

.sec15 .l-head {
  margin-bottom: 42px;
}

.sec15-en {
  font-family: var(--font_en_sans);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.sec15-main {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
}

.sec15-main a {
  align-items: center;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(120, 150, 170, 0.06), 0 18px 40px rgba(120, 155, 180, 0.18);
  display: flex;
  flex-direction: column;
  gap: 23px;
  justify-content: center;
  min-height: 263px;
  padding: 45px 24px;
  text-decoration: none;
  transition: background-color 0.4s;
}

.sec15-main img {
  height: 112px;
  object-fit: contain;
  width: 112px;
}

.sec15-main-ttl {
  color: #46555C;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.45;
}

.sec15-sub {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.sec15-sub a {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #fff;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(120, 155, 180, 0.1);
  display: flex;
  font-size: 16.5px;
  font-weight: bold;
  gap: 11px;
  justify-content: flex-start;
  min-height: 131px;
  padding: 0 18px 0 26px;
  text-decoration: none;
  transition: background-color 0.4s;
}

.sec15-sub img {
  flex-shrink: 0;
  height: auto;
}

.sec15-sub span {
  flex: 1;
  letter-spacing: 0;
  line-height: 1.5;
  white-space: nowrap;
}

.sec15-sub a::after {
  color: var(--color_primary);
  content: "›";
  font-size: 12px;
  font-weight: normal;
}

.sec15-sub .is-blood a {
  color: #C98686;
}

.sec15-sub .is-fob a {
  color: #d89581;
}

.sec15-sub .is-pile a {
  color: #C98AA8;
}

.sec15-sub .is-fissure a {
  color: #B8A06B;
}

.sec15-sub .is-constipation a {
  color: #b0d881;
}

.sec15-sub .is-ibs a {
  color: #81a9d8;
}

.sec15-sub .is-women a {
  color: #a981d8;
}

.sec15-sub .is-subway a {
  color: #bcbcbc;
}

@media (any-hover: hover) {

  .sec15-main a:hover,
  .sec15-sub a:hover {
    background-color: #f3f9fa;
  }
}

@media (max-width: 800px) {
  .sec15 {
    background-size: 160% auto;
    padding: 46px 0 52px;
  }

  .sec15 .l-head {
    margin-bottom: 50px;
  }

  .sec15-main {
    gap: 22px;
    margin-bottom: 23px;
    grid-template-columns: 1fr;
  }

  .sec15-main a {
    flex-direction: row;
    gap: 16px;
    justify-content: center;
    min-height: 76px;
    padding: 6px 20px;
  }

  .sec15-main img {
    height: 64px;
    width: 64px;
  }

  .sec15-sub {
    gap: 10px 15px;
    grid-template-columns: repeat(2, 1fr);
  }

  .sec15-sub a {
    flex-direction: column;
    gap: 3px;
    justify-content: center;
    min-height: 114px;
    padding: 16px 14px 14px;
    position: relative;
    text-align: center;
  }

  .sec15-sub img {
    height: 50px;
    width: 50px;
  }

  .sec15-sub .is-ibs img {
    height: 64px;
    margin: -7px 0;
    width: 64px;
  }

  .sec15-sub span {
    flex: none;
  }

  .sec15-sub a::after {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.sec17-layout02 {
  min-height: 420px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 90px 20px;
  align-content: start;
}

@media screen and (max-width: 768px) {
  .sec17-layout02 {
    min-height: 380px;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 10px;
    display: grid;
    overflow: hidden;
  }

  .sec17-layout02>*:nth-child(n+5) {
    display: none !important;
  }
}

.sec17-layout02 .item {
  max-height: 140px;
}

.sec17-layout02 .fig {
  padding: 6px 6px 0;
  border: 1px solid var(--color_primary);
  border-radius: 5px;
  margin-bottom: 13px;
}

.sec17-layout02 .fig figcaption {
  height: 34px;
  color: var(--color_primary);
  font-size: 15px;
  letter-spacing: 0.05em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.sec17-layout02 .fig figcaption:before {
  width: 17px;
  height: 17px;
  content: "";
  display: block;
  background: url(../images/share/icon_arrow.svg) 0 0/100% no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.sec17-layout02 .fig img {
  width: 100%;
}

.sec17-layout02 .txt {
  font-size: 15px;
  font-family: var(--font_base);
  letter-spacing: 0.05em;
}

/*------------
sec16 クリニック紹介（フッター内包・全ページ共通）
--------------*/
.sec16 {
  background: radial-gradient(ellipse at 50% 0%, #EEF6F8 0%, #FAFAFC 100%);
  padding: 124px 0 116px;
}

.sec16 .l-head {
  margin-bottom: 44px;
}

.sec16-card {
  background: linear-gradient(135deg, #EAF2F8 0%, #DCEAF4 100%);
  border-radius: 26px;
  box-shadow: 0 2px 8px rgba(120, 150, 170, 0.18), 0 24px 54px rgba(120, 155, 180, 0.2);
  display: grid;
  gap: 0 48px;
  grid-template-columns: minmax(0, 52%) minmax(0, 1fr);
  overflow: hidden;
  padding: 51px 64px 60px;
  position: relative;
}

.sec16-card>* {
  min-width: 0;
}

.sec16-map {
  align-self: center;
  background: #fff;
  border: 4px solid #fff;
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(80, 120, 145, 0.22);
  grid-row: 1 / 6;
  height: 380px;
  overflow: hidden;
}

.sec16-map iframe {
  vertical-align: bottom;
  width: 100%;
}

.sec16-info {
  position: relative;
  z-index: 0;
}

.sec16-watermark {
  color: rgba(255, 255, 255, 0.5);
  font-size: 128px;
  font-weight: 300;
  letter-spacing: 0.14em;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  z-index: -1;
}

.sec16-info>*:not(.sec16-watermark) {
  position: relative;
  z-index: 1;
}

.sec16-logo {
  margin-bottom: 12px;
}

.sec16-address {
  color: #8696A0;
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 10px;
}

.sec16-call {
  align-items: center;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(80, 120, 145, 0.16);
  display: flex;
  gap: 12px;
  margin-bottom: 22px;
  max-width: 100%;
  padding: 16px 20px 18px 24px;
  width: fit-content;
}

.sec16-call-ttl {
  color: #8696A0;
  font-size: 11px;
  letter-spacing: 0.06em;
  line-height: 1.45;
}

.sec16-tel {
  color: #56A8B6;
  display: block;
  font-size: clamp(24px, 2.6vw, 32px);
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.45;
  text-decoration: none;
  white-space: nowrap;
}

.sec16-tel-icon {
  align-items: center;
  background: var(--color_primary);
  border-radius: 50%;
  display: flex;
  flex: 0 0 46px;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.sec16-tel-icon img {
  height: 22px;
  width: 28px;
}

.sec16-call-time {
  color: #8696A0;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1.45;
}

.sec16-table {
  background: #fff;
  border-collapse: collapse;
  border-radius: 10px;
  margin-bottom: 10px;
  table-layout: fixed;
  width: 100%;
}

.sec16-table th,
.sec16-table td {
  border: 1px solid #D6E4EC;
  font-size: 12.5px;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 2px;
  text-align: center;
}

.sec16-table thead th {
  color: #46555C;
  height: 43px;
}

.sec16-table thead th:first-child,
.sec16-table tbody th {
  color: #8696A0;
  width: 31%;
}

.sec16-table thead th:last-child,
.sec16-table tbody td:last-child {
  width: 17%;
}

.sec16-table tbody th {
  height: 62px;
}

.sec16-table tbody td {
  color: #8696A0;
}

.sec16-table .is-open {
  color: var(--color_primary);
}

.sec16-table .is-women {
  color: #A2D4DC;
}

.sec16-note {
  color: #8696A0;
  font-size: 12.5px;
  line-height: 1.9;
}

@media (max-width: 1100px) {
  .sec16-card {
    gap: 0 32px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    padding: 40px 40px 48px;
  }
}

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

  .sec16 .l-head {
    margin-bottom: 26px;
  }

  .sec16-card {
    display: block;
    padding: 32px 22px 40px;
    text-align: center;
  }

  .sec16-map {
    height: auto;
    margin: 0 auto 30px;
    max-width: 300px;
  }

  .sec16-map iframe {
    aspect-ratio: 1 / 1;
    height: auto;
  }

  .sec16-watermark {
    font-size: 60px;
    right: -8px;
    top: 40px;
    transform: none;
    z-index: -1;
  }

  .sec16-logo {
    margin: 0 auto 22px;
    width: 228px;
  }

  .sec16-address {
    color: #1A1A1A;
    margin-bottom: 22px;
  }

  .sec16-call {
    gap: 12px;
    margin: 0 auto 26px;
    padding: 16px 20px 18px;
    text-align: left;
    width: 100%;
  }

  .sec16-tel {
    font-size: clamp(22px, 7.4vw, 28px);
  }

  .sec16-table {
    border: 1px solid #D6E4EC;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(120, 155, 180, 0.18);
    margin: 0 auto 22px;
  }

  .sec16-table th,
  .sec16-table td {
    font-size: 11px;
  }

  .sec16-table thead th {
    height: 54px;
  }

  .sec16-table thead th:first-child,
  .sec16-table tbody th {
    width: 28%;
  }

  .sec16-table thead th:last-child,
  .sec16-table tbody td:last-child {
    width: 15%;
  }

  .sec16-table tbody th {
    height: 93px;
  }

  .sec16-note {
    color: #1A1A1A;
    font-size: 13px;
    text-align: left;
  }
}


/*------------
下層ページタイトル
--------------*/
.page-ttl {
  position: relative;
}

.page-ttl-img {
  text-align: right;
}

.page-ttl-img img {
  max-width: 48.8%;
}

.page-ttl-main {
  position: absolute;
  left: max(5%, calc((100% - 1400px) / 2));
  top: 50%;
  transform: translateY(-50%);
}

.page-ttl-en {
  color: var(--color_primary);
  display: block;
  font-family: var(--font_en);
  font-size: clamp(30px, 2.3vw, 40px);
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin-bottom: 10px;
}

.page-ttl-jp {
  color: var(--color_text);
  display: block;
  font-family: var(--font_base);
  font-size: clamp(38px, 2.8vw, 50px);
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.25;
}

@media (max-width: 800px) {
  .page-ttl-img img {
    max-width: 100%;
  }

  .page-ttl-main {
    position: static;
    transform: none;
    padding: 20px 0;
  }

  .page-ttl-en {
    font-size: 20px;
    margin-bottom: 0;
    margin-left: 20px
  }

  .page-ttl-jp {
    font-size: 28px;
    margin-left: 15px
  }
}

/*------------
下層ページ見出し
--------------*/
.u-h2,
.post-category-ttl,
.postdata h1 {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 50px;
  text-align: center;
}

.u-h3,
.post-ttl,
.postdata h2,
.l-post-single .l-ttl {
  border-bottom: 1px solid var(--color_primary);
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 30px;
}

.u-h4,
.postdata h3 {
  font-size: 22px;
  font-weight: bold;
  padding-left: 32px;
  margin-bottom: 15px;
  position: relative;
}

.u-h4::before,
.postdata h3::before {
  content: "";
  background: var(--color_primary);
  width: 21px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0.9em;
}

@media (max-width: 800px) {

  .u-h2,
  .post-category-ttl,
  .postdata h1 {
    font-size: 25px;
    margin-bottom: 30px;
  }

  .u-h3,
  .post-ttl,
  .postdata h2,
  .l-post-single .l-ttl {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .u-h4,
  .postdata h3 {
    font-size: 20px;
    padding-left: 25px;
    margin-bottom: 15px;
  }

  .u-h4::before,
  .postdata h3::before {
    width: 16px;
    top: 0.6em;
  }

  .u-h4-line {
    font-size: 20px;
  }

  .u-h4-line::before {
    height: 70%;
    top: 5px;
  }
}

/*------------
パンクズリスト
--------------*/
.breadcrumb {
  position: relative;
  z-index: 1;
  padding: 10px 0;
}

.breadcrumb ul {
  font-size: 14px;
}

.breadcrumb ul li {
  display: inline;
  word-break: break-all;
}

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

/*------------
pタグ同士の余白
--------------*/
.u-contents p+p {
  margin-top: 2em;
}

@media (max-width: 800px) {
  .u-contents p+p {
    margin-top: 1em;
  }
}

/*------------
下層ページレイアウト
--------------*/
.tall {
  padding: 70px 0;
}

.tall:last-child {
  padding: 70px 0 140px;
}

.tall.bg01 {
  background: #EF866B;
}

.tall.bg02 {
  background: radial-gradient(ellipse at 50% 0%, #EEF6F8 0%, #FAFAFC 100%);
}

.tall.bg03 {
  background: url(../images/share/bg_marble.jpg) no-repeat left bottom / cover;
}

.tall.relative {
  position: relative;
}

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

.short+.x-short {
  margin-top: 30px;
}

.x-short+.x-short {
  margin-top: 30px;
}

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

.hidden {
  overflow: hidden;
}

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

  .tall:last-child {
    padding: 40px 0 80px;
  }

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

  .x-short+.short {
    margin-top: 30px;
  }
}

/*------------
プライバシーポリシー
--------------*/
.dl-privacy dt {
  border-bottom: 1px solid var(--color_primary);
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 5px;
  margin: 0 0 15px;
}

.dl-privacy dd+dt {
  margin-top: 30px;
}

/*------------
追加パーツ
--------------*/
.u-list01 {
  display: grid;
  gap: 26px 32px;
  grid-template-columns: repeat(2, 1fr);
}

.u-list01>li {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 18px;
  box-shadow: 0 2px 6px rgba(120, 150, 170, 0.06);
  display: flex;
  gap: 16px;
  min-height: 123px;
  overflow: hidden;
  padding: 12px 0 12px 29px;
  position: relative;
}

.u-list01-icon {
  display: block;
  flex-shrink: 0;
  height: auto;
  width: 42px;
}

.u-list01-txt {
  color: var(--color_text);
  font-family: var(--font_base);
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.3;
  margin: 0;
  position: relative;
  z-index: 1;
}

.u-list01-txt.small {
  font-size: 28px;
}

.u-list01-em {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.03em;
}

.u-list01-em.yellow {
  color: #F6DA9A;
}

.u-list01-em.green {
  color: #8DD0A9;
}

.u-list01-em.pink {
  color: #FEC2DE;
}

.u-list01-em.purple {
  color: #BCADEA;
}

.u-list01-em rt {
  color: var(--color_text);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.075em;
}

.u-list01-deco {
  height: auto;
  opacity: 0.42;
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
}

@media (max-width: 800px) {
  .u-list01 {
    gap: 16px;
    grid-template-columns: 1fr;
  }

  .u-list01>li {
    min-height: 0;
    padding: 20px 0 20px 20px;
  }

  .u-list01-icon {
    width: 32px;
  }

  .u-list01-txt {
    font-size: 22px;
  }

  .u-list01-txt.small {
    font-size: 20px;
  }

  .u-list01-em {
    font-size: 30px;
  }

  .u-list01-em rt {
    font-size: 12px;
  }

  .u-list01-deco {
    width: 90px;
  }
}

.u-card01 {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  padding-top: 38px;
}

.u-card01>li {
  background: #fff;
  border: 1px solid var(--color_primary);
  border-radius: 10px;
  padding: 40px;
  width: calc((100% - 50px) / 2);
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
}

.u-card01 .card-sub {
  display: inline-block;
  background: linear-gradient(135deg, #A2D4DC, #7CC0CB);
  border-radius: 40px;
  font-size: 18px;
  font-family: var(--font_base);
  color: #fff;
  line-height: 1.4;
  min-width: 350px;
  min-height: 53px;
  text-align: center;
  padding: 13px 10px;
  position: absolute;
  top: -29px;
  left: 50%;
  transform: translateX(-50%);
}

.u-card01 .card-sub.large {
  width: calc(100% - 50px);
  padding: 10px 10px 30px;
  min-height: auto;
}

.u-card01 .card-box {
  background: url(../images/sec04_bg.jpg) no-repeat center/cover;
  border-radius: 10px;
  padding: 25px 35px 35px;
}

.u-card01 .card-ttl {
  text-align: center;
  color: var(--color_primary);
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.u-card01 .card-img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}

.u-card01 .card-img img {
  border-radius: 10px;
}

@media (max-width: 800px) {
  .u-card01 {
    flex-direction: column;
    gap: 35px;
    padding-top: 25px;
  }

  .u-card01>li {
    padding: 35px 20px 20px;
    width: 100%;
    gap: 15px;
  }

  .u-card01 .card-sub {
    top: -25px;
    min-width: auto;
    width: 80%;
    min-height: 42px;
    padding: 8px 10px;
    font-size: 18px;
  }

  .u-card01 .card-sub.large {
    width: 100%;
  }

  .u-card01 .card-box {
    padding: 15px;
  }

  .u-card01 .card-ttl {
    font-size: 20px;
  }

  .u-card01 .card-img {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }

  .u-card01 .card-img img {
    border-radius: 10px;
  }
}

.u-card02 {
  display: flex;
  gap: 40px;
}

.u-card02>li {
  background: #fff;
  border: 1px solid var(--color_primary);
  border-radius: 10px;
  padding: 30px;
  flex: 1;
}

.u-card02 .card-ttl {
  text-align: center;
  color: var(--color_primary);
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}

.u-card02 .card-ttl.orange {
  color: #F6B989;
}

.u-card02 .card-img {
  margin-bottom: 15px;
}

.u-card02 .card-img img {
  border-radius: 16px;
}

@media (max-width: 800px) {
  .u-card02 {
    flex-direction: column;
    gap: 15px;
  }

  .u-card02>li {
    padding: 20px;
  }

  .u-card02 .card-ttl {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.l-imgR,
.l-imgL {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4.5%;
}

.l-imgR .l-img,
.l-imgL .l-img {
  width: 40%;
}

.l-imgR .l-img.w30,
.l-imgL .l-img.w30 {
  width: 30%;
}

.l-imgR .l-img.w35,
.l-imgL .l-img.w35 {
  width: 35%;
}

.l-imgR .l-img img,
.l-imgL .l-img img {
  border-radius: 18px;
}

.l-imgR .l-desc,
.l-imgL .l-desc {
  flex: 1;
}

.l-imgR {
  flex-direction: row-reverse;
}

@media (max-width: 800px) {

  .l-imgR,
  .l-imgL {
    flex-direction: column;
    gap: 15px;
  }

  .l-imgR .l-img,
  .l-imgL .l-img {
    text-align: center;
    width: 100%;
  }

  .l-imgR .l-img.w30,
  .l-imgL .l-img.w30 {
    width: 100%;
  }

  .l-imgR .l-img.w35,
  .l-imgL .l-img.w35 {
    width: 100%;
  }
}

.box-style01 {
  border: 1px solid var(--color_primary);
  background: #fff;
  border-radius: 10px;
  padding: 50px;
}

.box-style01 .box-ttl {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 25px;
  padding-left: 28px;
  position: relative;
}

.box-style01 .box-ttl::before {
  content: "";
  background-color: var(--color_primary);
  width: 19px;
  height: 1px;
  position: absolute;
  top: 0.9em;
  left: 0;
}

.box-style01 .box-ttl02 {
  color: var(--color_primary);
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}

.box-style01 .inr-box {
  background: url(../images/sec04_bg.jpg) no-repeat center/cover;
  border-radius: 18px;
  padding: 40px;
  margin-top: 54px;
  position: relative;
}

.box-style01 .inr-box .u-point {
  position: absolute;
  top: -24px;
  left: 29px;
  z-index: 2;
}

@media (max-width: 800px) {
  .box-style01 {
    padding: 20px;
  }

  .box-style01 .box-ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .box-style01 .box-ttl::before {
    top: 0.7em;
  }

  .box-style01 .box-ttl02 {
    font-size: 18px;
  }

  .box-style01 .inr-box {
    border-radius: 5px;
    padding: 15px;
    margin-top: 40px;
  }

  .box-style01 .inr-box .u-point {
    top: -20px;
    left: 14px;
  }
}

.box-style02 {
  background: url(../images/sec04_bg.jpg) no-repeat center / cover;
  border-radius: 24px;
  box-shadow: 0 3px 10px rgba(120, 150, 170, 0.2), 0 24px 54px rgba(120, 155, 180, 0.2);
  padding: 5%;
}

.box-style02 .txt {
  font-size: 30px;
  line-height: 1.8;
  text-align: center;
}

@media (max-width: 800px) {
  .box-style02 .txt {
    font-size: 18px;
  }
}

.u-point span {
  display: inline-block;
  line-height: 1;
  font-family: var(--font_en);
  font-size: 30px;
  font-style: italic;
  letter-spacing: 0.05em;
  color: var(--color_primary);
  position: relative;
}

.u-point.min span {
  font-size: 26px;
}

.u-point.min span::before {
  width: 12px;
  height: 11px;
  top: -7px;
  right: -10px;
}

@media (max-width: 800px) {
  .u-point span {
    font-size: 26px;
  }
}

section>.u-point {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 1024px;
  z-index: 2;
}

@media (max-width: 800px) {
  section>.u-point {
    top: -15px;
  }
}

.u-btn-wrap {
  display: flex;
  gap: 18px;
}


@media (max-width: 800px) {
  .u-btn-wrap {
    flex-direction: column;
    gap: 15px;
  }
}

.u-layout01 {
  padding: 107px 0 111px;
  background: url(../images/share/bg_marble.jpg) no-repeat left bottom / cover;
  margin-top: 20px;
  position: relative;
}

.u-layout01 .label {
  font-size: 38px;
  font-style: italic;
  color: var(--color_primary);
  line-height: 1;
  position: absolute;
  top: -27px;
  left: max(5%, calc((100% - 1024px) / 2));
}

.u-layout01 .l-inr {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 5%;
}

.u-layout01 .l-img {
  width: 43.5%;
}

.u-layout01 .l-img img {
  border-radius: 18px;
}

.u-layout01 .l-desc {
  flex: 1;
  padding-top: 50px;
}

.u-layout01 .l-ttl {
  border-bottom: 1px solid var(--color_primary);
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

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

  .u-layout01::before {
    width: 150px;
    height: 144px;
    left: 3%;
  }

  .u-layout01::after {
    width: 60px;
    height: 60px;
    top: 78vw;
    right: 3%;
  }

  .u-layout01 .l-inr {
    flex-direction: column;
    gap: 25px;
  }

  .u-layout01 .l-img {
    width: 100%;
  }

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

  .u-layout01 .l-ttl {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.box-white {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(120, 150, 170, 0.18), 0 5px 39px rgba(120, 155, 180, 0.2);
  padding: 40px;
  position: relative;
}

.box-white.min {
  padding: 20px;
  font-size: 16px;
}

.box-white .u-point {
  position: absolute;
  z-index: 2;
  left: 20px;
  top: -20px;
}

@media (max-width: 800px) {
  .box-white {
    padding: 20px;
  }

  .box-white.min {
    font-size: 14px;
  }
}

.flow-style02 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.flow-style02 .item {
  background-color: #fff;
  border: 1px solid #A2D4DC;
  border-radius: 18px;
  padding: 20px 30px;
  position: relative;
}

.flow-style02 .item+.item::before {
  content: "";
  background-color: var(--color_primary);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 15px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -23px;
}

.flow-style02 .flow-num {
  align-items: baseline;
  color: var(--color_primary);
  display: flex;
  justify-content: center;
  font-family: var(--font_en);
  font-size: 24px;
  gap: 8px;
  line-height: 1;
  margin-bottom: 8px;
}

.flow-style02 .flow-num span {
  font-size: 48px;
  font-style: italic;
  font-weight: 300;
}

.flow-style02 .flow-txt {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}

.flow-style02 .flow-txt span {
  color: var(--color_primary);
}

@media (max-width: 800px) {
  .flow-style02 {
    grid-template-columns: 1fr;
  }

  .flow-style02 .item+.item::before {
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    width: 20px;
    height: 11px;
    top: -22px;
    transform: translate(-50%, 0);
    left: 50%;
  }
}

.flow-style03 {
  display: grid;
  gap: 40px;
}

.flow-style03>li {
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-gap: 50px;
  position: relative;
  min-height: 150px;
}

.flow-style03>li:not(:last-child)::before {
  content: "";
  background-color: var(--color_primary);
  width: 1px;
  position: absolute;
  top: 70px;
  bottom: 0;
  left: 33px;
}

.flow-style03>li:not(:last-child)::after {
  content: "";
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: var(--color_primary) transparent transparent transparent;
  position: absolute;
  bottom: -1px;
  left: 28px;
}

.flow-style03 .flow-num {
  font-size: 30px;
  font-family: var(--font_en);
  color: var(--color_primary);
  text-align: center;
  line-height: 1;
}

.flow-style03 .flow-num::before {
  content: attr(data-en);
  display: block;
  font-size: 13px;
  letter-spacing: 0;
  margin-bottom: 5px;
}

.flow-style03 .wrap {
  display: flex;
  flex-direction: row-reverse;
  gap: 50px;
}

.flow-style03 .flow-img {
  width: 35%;
}

.flow-style03 .flow-img img {
  border-radius: 10px;
}

.flow-style03 .flow-desc {
  flex: 1;
  padding-top: 10px;
}

.flow-style03 .flow-ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

.flow-style03 .flow-sub {
  color: var(--color_primary);
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.flow-style03 .u-btn-wrap {
  margin-top: 20px;
}

@media (max-width: 800px) {
  .flow-style03 {
    gap: 40px;
  }

  .flow-style03>li {
    grid-template-columns: 50px 1fr;
    grid-gap: 15px;
  }

  .flow-style03>li:not(:last-child)::before {
    top: 55px;
    left: 24px;
  }

  .flow-style03>li:not(:last-child)::after {
    left: 20px;
  }

  .flow-style03 .flow-num {
    font-size: 25px;
  }

  .flow-style03 .flow-num::before {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .flow-style03 .wrap {
    flex-direction: column;
    gap: 15px;
  }

  .flow-style03 .flow-img {
    width: 100%;
  }

  .flow-style03 .flow-ttl {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .flow-style03 .flow-sub {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .flow-style03 .flow-desc {
    padding-top: 0;
  }
}

.staff-layout01 .wrapper {
  display: flex;
  flex-direction: row-reverse;
  gap: 8%;
}

.staff-layout01 .l-img {
  width: 32%;
}

.staff-layout01 .l-img img {
  border-radius: 10px;
}

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

.staff-layout01 .l-name {
  display: flex;
  align-items: baseline;
  gap: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--color_primary);
  line-height: 1.2;
  margin-bottom: 40px;
}

.staff-layout01 .l-name .jp {
  font-size: 30px;
  font-family: var(--font_base);
  font-weight: bold;
}

.staff-layout01 .l-name .en {
  font-family: var(--font_en);
  font-weight: bold;
}

.staff-layout01 .card-profile {
  margin-top: 50px;
}

@media (max-width: 800px) {
  .staff-layout01 .wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .staff-layout01 .l-img {
    width: auto;
    max-width: 300px;
    margin: 0 auto;
  }

  .staff-layout01 .l-img figcaption {
    flex-direction: column;
    gap: 10px;
  }

  .staff-layout01 .l-ttl {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .staff-layout01 .l-name {
    gap: 15px;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }

  .staff-layout01 .l-name .jp {
    font-size: 24px;
  }

  .staff-layout01 .card-profile {
    margin-top: 30px;
  }
}

.card-profile {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5%;
}

.card-profile .item {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 12px rgba(120, 150, 170, 0.18), 0 15px 60px rgba(120, 155, 180, 0.2);
  padding: 30px;
}

.card-profile .card-ttl {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid var(--color_primary);
  padding-bottom: 10px;
  margin-bottom: 20px;
}

@media (max-width: 800px) {
  .card-profile {
    grid-template-columns: 1fr;
    grid-gap: 25px;
    font-size: 15px;
  }

  .card-profile .item {
    padding: 20px;
  }
}

.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: 16px;
  width: 5px;
  height: 5px;
}

.list-disc.col2 {
  column-count: 2;
}

@media (max-width: 800px) {
  .list-disc li:before {
    top: 12px;
  }

  .list-disc.col2 {
    column-count: 1;
  }
}

.hero-slider01 {
  position: relative;
}

.hero-slider01 .splide {
  padding: 0 50px 30px;
}

.hero-slider01 .splide__slide img {
  width: 100%;
  height: auto;
}

.hero-slider01 .splide__controls {
  position: absolute;
  inset: auto 0 15px;
  z-index: 5;
}

.hero-slider01 .splide__arrow--prev {
  left: 0;
}

.hero-slider01 .splide__arrow--next {
  right: 0;
}

.hero-slider01 .splide__pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.hero-slider01 .splide__pagination__page {
  background: #ccc;
  border: none;
}

@media (max-width: 800px) {
  .hero-slider01 .splide {
    padding: 0 30px 25px;
  }
}

.card-style01>li {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(120, 150, 170, 0.06), 0 22px 48px rgba(120, 150, 180, 0.18);
  padding: 25px;
}

.card-style01 .card-img {
  margin-bottom: 25px;
}

.card-style01 .card-img img {
  border-radius: 10px;
}

.card-style01 .card-ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.card-style01 .card-ttl02 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}

.card-style02>li {
  border: 1px solid #dfdfdf;
  padding: 25px;
}

.card-style02 .card-img {
  margin-bottom: 25px;
}

.card-style02 .card-ttl {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 15px;
}

.card-style01,
.card-style02 {
  display: grid;
}

.card-style01.col2,
.card-style02.col2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.card-style01.col2>li,
.card-style02.col2>li {
  padding: 30px;
}

.card-style01.col3,
.card-style02.col3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.card-style01.col4,
.card-style02.col4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.card-style01.col4>li,
.card-style02.col4>li {
  padding: 20px;
}

@media (max-width: 800px) {

  .card-style01.col2,
  .card-style02.col2 {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .card-style01.col2>li,
  .card-style02.col2>li {
    padding: 25px;
  }

  .card-style01.col3,
  .card-style02.col3 {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .card-style01.col4,
  .card-style02.col4 {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .card-style01.col4>li,
  .card-style02.col4>li {
    padding: 25px;
  }
}

.table-style03 th,
.table-style03 td {
  padding: 10px 20px;
  border: 1px solid #ddd;
  vertical-align: middle;
}

.table-style03 th {
  background: var(--color_primary);
  color: #fff;
}

.table-style03 th.bg01 {
  background: #EDF9FF;
  color: #333333;
}

.table-style03 td {
  background: #fff;
}

@media (max-width: 800px) {
  .table-style03.sp-block colgroup {
    display: none;
  }

  .table-style03.sp-block th,
  .table-style03.sp-block td {
    display: block;
  }

  .table-style03.sp-block th {
    border-bottom: none;
  }

  .table-style03.sp-min th,
  .table-style03.sp-min td {
    padding: 5px;
    font-size: 12px;
  }
}

.list-check {
  display: grid;
}

.list-check>li {
  padding-left: 30px;
  position: relative;
}

.list-check>li:before {
  content: "";
  background: var(--color_primary);
  mask: url(../images/share/icon_check01.svg) no-repeat center / contain;
  position: absolute;
  left: 0;
  top: 8px;
  width: 20px;
  height: 20px;
}

@media (max-width: 800px) {
  .list-check>li:before {
    top: 5px;
  }
}

.dl-style03 {
  display: grid;
  grid-gap: 15px;
}

.dl-style03 .item {
  display: grid;
  grid-template-columns: 25% 75%;
  grid-gap: 10px 0;
}

.dl-style03 dt {
  background: var(--color_primary);
  color: #fff;
  padding: 20px;
  border-radius: 10px 0 0 10px;
}

.dl-style03 dd {
  background: #fff;
  padding: 20px;
  border-radius: 0 10px 10px 0;
}

@media (max-width: 800px) {
  .dl-style03 .item {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }

  .dl-style03 dt {
    border-radius: 10px 10px 0 0;
  }

  .dl-style03 dd {
    border-radius: 0 0 10px 10px;
    font-size: 15px;
  }
}

.accordion-style03+.accordion-style03 {
  margin-top: 20px;
}

.accordion-style03 summary {
  font-family: var(--font_base);
  display: block;
  cursor: pointer;
  background: linear-gradient(135deg, #A2D4DC, #7CC0CB);
  color: #fff;
  font-size: 1.2rem;
  padding: 20px 50px 20px 20px;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 10px;
}

.accordion-style03 summary::-webkit-details-marker {
  display: none;
}

.accordion-style03:not(.is-open) summary:is(:hover, :focus) {
  opacity: 0.5;
}

.accordion-style03 summary::before,
.accordion-style03 summary::after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 20px;
}

.accordion-style03 summary::before {
  width: 16px;
  height: 1px;
}

.accordion-style03 summary::after {
  width: 16px;
  height: 1px;
  rotate: 90deg;
  transition: rotate 0.5s;
}

.accordion-style03.is-open summary {
  border-radius: 10px 10px 0 0;
}

.accordion-style03.is-open summary::after {
  rotate: 0deg;
}

.accordion-style03 .accordion-content {
  overflow: hidden;
}

.accordion-style03 .accordion-inner {
  background-color: #fff;
  padding: 20px;
  border-radius: 0 0 10px 10px;
}

.accordion-style03 .accordion-content:not([hidden=until-found]):target {
  display: revert;
}

@media (scripting: none) {
  .accordion-style03 .accordion-content:target {
    display: revert;
  }
}

.accordion-style03.pc-block {
  pointer-events: none;
  cursor: default;
}

.accordion-style03.pc-block summary::before,
.accordion-style03.pc-block summary::after {
  content: none;
}

@media (max-width: 800px) {
  .accordion-style03+.accordion-style03 {
    margin-top: 15px;
  }

  .accordion-style03 summary {
    padding: 15px 50px 15px 15px;
    font-size: 1.1rem;
  }

  .accordion-style03 summary::before {
    width: 12px;
  }

  .accordion-style03 summary::after {
    width: 13px;
  }

  .accordion-style03 .accordion-inner {
    padding: 15px;
  }

  .accordion-style03.pc-block {
    pointer-events: auto;
    cursor: auto;
  }

  .accordion-style03.pc-block summary::before,
  .accordion-style03.pc-block summary::after {
    content: "";
  }
}

.list-col4 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 24px;
}

.list-col4>li {
  width: calc((100% - 72px) / 4);
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.list-col4 .list-img img {
  width: 100%;
}

.list-col4 .list-ttl {
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
}

@media (max-width: 800px) {
  .list-col4 {
    gap: 25px 15px;
  }

  .list-col4>li {
    width: calc((100% - 15px) / 2);
    gap: 10px;
  }

  .list-col4 .list-ttl {
    font-size: 18px;
  }
}

.tab-area {
  display: flex;
  justify-content: center;
}

.tab-item {
  background-color: #fff;
  color: var(--color_primary);
  font-size: 18px;
  font-family: var(--font_base);
  border-radius: 10px 10px 0 0;
  width: 180px;
  text-align: center;
  padding: 10px 20px;
  transition: 0.3s;
  cursor: pointer;
}

.tab-item:hover {
  opacity: 0.7;
}

.tab-item:not(:last-child) {
  margin-right: 10px;
}

.tab-item.active {
  background-color: var(--color_primary);
  color: #fff;
  transition: 0.3s;
}

.panel-area {
  border: 2px solid var(--color_primary);
  border-radius: 10px;
  background: #fff;
  padding: 40px;
}

.panel-item {
  display: none;
}

.panel-item.active {
  display: flex;
}

@media (max-width: 800px) {
  .tab-area {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
    margin-bottom: 10px;
  }

  .tab-item {
    font-size: 16px;
    border-radius: 5px;
    width: auto;
    padding: 10px;
    line-height: 1.5;
  }

  .tab-item:not(:last-child) {
    margin-right: 0;
  }

  .panel-area {
    padding: 25px;
  }
}

.comic-slider {
  width: 100%;
}

.comic-slider .splide {
  width: 100%;
}

.comic-slider .slider-img img {
  width: 100%;
}

.comic-slider .slider-ttl {
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  font-family: var(--font_base);
  margin-top: 10px;
}

.comic-slider .splide__arrow--prev {
  left: -35px;
}

@media (max-width: 800px) {
  .comic-slider .splide__arrow--prev {
    left: -23px;
  }
}

.comic-slider .splide__arrow--next {
  right: -35px;
}

@media (max-width: 800px) {
  .comic-slider .splide__arrow--next {
    right: -23px;
  }
}

.treatment-layout01 {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
  position: relative;
  text-align: center;
}

.treatment-layout01 .l-box {
  background: #F3F9FA;
  border-radius: 18px;
  box-shadow: 0 2px 8px rgba(120, 150, 170, 0.2), 0 18px 42px rgb(120, 155, 180, 0.16);
  padding: 32px 30px 36px;
}

.treatment-layout01 .l-ttl {
  color: #46555C;
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 6px;
}

.treatment-layout01 .l-ttl .em {
  color: var(--color_primary);
}

.treatment-layout01 .l-text {
  color: #8696A0;
  font-size: 11.5px;
  margin-bottom: 26px;
}

.treatment-layout01:after {
  width: 116px;
  height: 39px;
  content: "";
  display: block;
  margin: 0 auto;
  background: url(../images/under/treatment20.png) 0 0 no-repeat;
  position: absolute;
  bottom: -78px;
  left: 0;
  right: 0;
}

@media (max-width: 800px) {
  .treatment-layout01 {
    padding: 20px 10px;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .treatment-layout01 .l-ttl {
    font-size: 21px;
  }

  .treatment-layout01:after {
    bottom: -54px;
  }
}

.treatment-layout02 .l-ttl {
  background: linear-gradient(90deg, var(--color_primary) 0%, #C5E6EA 100%);
  border-radius: 22px 22px 0 0;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.45;
  padding: 23px 24px;
  text-align: center;
}


.treatment-layout02-body {
  padding: 5%;
  border: 15px solid #FFF;
  border-radius: 0px 0px 30px 30px;
  position: relative;
  z-index: 1;
}

.treatment-layout02 .txt {
  font-size: 18px;
  margin-bottom: 56px;
}

@media (max-width: 800px) {
  .treatment-layout02 .txt {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.treatment-layout02 .flow {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
}

@media (max-width: 800px) {
  .treatment-layout02 .flow {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 50px;
  }
}

.treatment-layout02 .flow-item {
  background: #fff;
  border: 1px solid var(--color_primary);
  border-radius: 10px;
  padding: 40px;
  position: relative;
}

@media (max-width: 800px) {
  .treatment-layout02 .flow-item {
    padding: 35px 20px 25px;
  }
}

.treatment-layout02 .flow .txt02 {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}

.treatment-layout02 .card-sub {
  display: inline-block;
  background: linear-gradient(135deg, #A2D4DC, #7CC0CB);
  border-radius: 40px;
  font-size: 18px;
  font-family: var(--font_base);
  color: #fff;
  line-height: 1.4;
  min-width: 148px;
  min-height: 40px;
  text-align: center;
  padding: 7px 10px;
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
}

.treatment-layout02 .cta {
  background: none;
  margin: 53px 0 0;
  padding: 0;
}

.treatment-layout02 .cta-main {
  grid-template-columns: 1fr 38%;
  padding: 0;
}

.treatment-layout02 .cta-box {
  background: url(../images/sec04_bg.jpg) no-repeat center/cover;
}

@media (max-width: 1024px) {
  .treatment-layout02 .cta-note {
    margin: 16px 0 30px;
  }

  .treatment-layout02 .cta-fig img {
    width: 100%;
  }
}

@media (max-width: 800px) {
  .treatment-layout02 .cta {
    margin: 40px 0 0;
  }

  .treatment-layout02 .cta-main {
    grid-template-columns: 1fr;
  }

  .treatment-layout02 .cta-tel02 {
    font-size: clamp(24px, 6.5vw, 30px);
  }

  .treatment-layout02 .cta-note::after {
    top: auto;
    bottom: 0;
  }
}

.treatment-layout02 .note {
  background: #EFF3F6;
  border-radius: 10px;
  padding: 25px 35px 35px;
  position: relative;
}

@media (max-width: 800px) {
  .treatment-layout02 .note {
    padding: 20px;
  }
}

.price {
  color: var(--color_primary);
  font-size: 28px;
  margin: 0 5px;
  font-family: var(--font_base);
}

.bg-item {
  background-color: var(--color_primary);
  color: #fff;
  display: inline-block;
  margin-right: 10px;
  padding: 5px;
  line-height: 1;
}

.sec13-layout .body .mt0 {
  margin-top: 30px;
}

.img-large {
  width: 100%;
  border: 2px solid #A2D4DC;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(120, 150, 170, 0.2), 0 22px 40px rgba(120, 155, 180, 0.18);
}

.img-large img {
  width: 100%;
}

@media (max-width: 800px) {
  .table-scroll {
    overflow-x: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }

  .table-scroll::before {
    content: "※横にスクロールできます。";
    color: red;
  }

  .table-scroll::-webkit-scrollbar {
    height: 5px;
  }

  .table-scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #f5f6f8;
  }

  .table-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: var(--color_primary);
  }

  .table-scroll table {
    margin-bottom: 10px;
    width: 200%;
  }
}


/* .gallery-slider01 {
  overflow: hidden;
} */

.gallery-slider01 .splide {
  margin: 0 auto;
}

.gallery-slider01 .splide__track {
  overflow: visible;
}

.gallery-slider01 .splide__slide {
  opacity: 0.2;
  transition: opacity 0.5s ease-in-out;
}

.gallery-slider01 .splide__slide.is-active {
  opacity: 1;
}

/* 初期化前に Splide 初期化後と同じ幅・間隔を確保し、初期化時の高さ変化（アンカー位置ずれ）を防ぐ
   behavior.js の設定: fixedWidth 75vw / gap 16（1024px 以上は 800px / gap 40） */
.gallery-slider01 .splide:not(.is-initialized) .splide__track {
  overflow: hidden;
  padding-left: calc((100% - 75vw) / 2);
}

.gallery-slider01 .splide:not(.is-initialized) .splide__slide {
  margin-right: 16px;
  width: 75vw;
}

.gallery-slider01 .splide:not(.is-initialized) .splide__slide:first-child {
  opacity: 1;
}

.gallery-slider01 .splide:not(.is-initialized) .splide__slide img {
  display: block;
  width: 100%;
}

@media (min-width: 1024px) {
  .gallery-slider01 .splide:not(.is-initialized) .splide__track {
    padding-left: calc((100% - 800px) / 2);
  }

  .gallery-slider01 .splide:not(.is-initialized) .splide__slide {
    margin-right: 40px;
    width: 800px;
  }
}

.gallery-slider01 .splide__arrow--prev {
  top: 190px;
  left: calc((100% - 872px) / 2);
}

.gallery-slider01 .splide__arrow--next {
  top: 190px;
  right: calc((100% - 872px) / 2);
}

.gallery-slider01 .item-desc {
  margin-top: 25px;
}

.gallery-slider01 .item-ttl {
  font-size: 1.1875rem;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 5px;
}

@media (max-width: 800px) {
  .gallery-slider01 .splide__arrow--prev {
    top: 50%;
    left: 10px;
    transform: translateY(-50%) scaleX(-1);
  }

  .gallery-slider01 .splide__arrow--next {
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }

  .gallery-slider01 .item-desc {
    margin-top: 15px;
  }

  .gallery-slider01 .item-ttl {
    font-size: 1.125rem;
    line-height: 1.4;
  }

  .gallery-slider01 {
    overflow: hidden;
  }
}

.results-list-wrap {
  background-color: #fff;
  border: 2px solid #A2D4DC;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(120, 150, 170, 0.2), 0 22px 40px rgba(120, 155, 180, 0.18);
  padding: 50px;
}

.results-list {
  display: grid;
  grid-template-columns: repeat(6, auto);
  justify-content: center;
  gap: 18px;
}

@media (max-width: 800px) {
  .results-list-wrap {
    padding: 30px 20px;
  }

  .results-list {
    max-width: 100%;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .results-list img {
    max-height: 140px;
  }
}

/*------------
Footer
--------------*/
.footer-main {
  background: url(../images/share/bg_marble.jpg) center / cover no-repeat;
  padding: 80px 0 40px;
}

.footer-inr {
  display: grid;
  gap: 0 110px;
  grid-template-columns: 37% 1fr;
  margin-bottom: 60px;
}

.f-logo {
  display: block;
  margin-bottom: 26px;
}

.f-logo img {
  display: block;
  height: auto;
}

.f-tel {
  align-items: center;
  color: var(--color_primary);
  display: flex;
  font-size: 34px;
  font-weight: 800;
  gap: 10px;
  letter-spacing: 0.01em;
  line-height: 1.45;
  margin-bottom: 17px;
  text-decoration: none;
}

.f-time {
  color: #46555C;
  font-size: 15px;
  font-weight: bold;
}

.f-navi-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.f-navi-item a {
  background: linear-gradient(to right, var(--color_primary), var(--color_primary)) no-repeat left bottom/0 1px;
  color: #46555C;
  font-size: 16px;
  line-height: 1.95;
  text-decoration: none;
  transition: 0.3s;
}

.f-navi-item a:is(:hover, :focus) {
  background-size: 100% 1px;
}

.f-cashless {
  border-top: 1px solid rgba(70, 85, 92, 0.35);
  padding-top: 32px;
}

.f-cashless-ttl {
  color: #46555C;
  font-size: 12.5px;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-bottom: 19px;
}

.f-cashless-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.f-cashless-list li {
  align-items: center;
  background: #fff;
  border-radius: 7px;
  display: flex;
  height: 40px;
  justify-content: center;
  padding: 6px;
  width: 62px;
}

.f-cashless-list img {
  height: auto;
  max-height: 28px;
  max-width: 50px;
  object-fit: contain;
  width: auto;
}

.footer .copyright {
  color: #46555C;
  font-size: 12px;
  letter-spacing: 0.04em;
  margin-top: 56px;
  text-align: center;
}

@media (max-width: 800px) {
  .footer-main {
    padding: 48px 0 calc(40px + env(safe-area-inset-bottom, 0px));
  }

  .footer-inr {
    display: block;
    margin-bottom: 40px;
    text-align: center;
  }

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

  .f-logo img {
    margin: 0 auto;
    width: 358px;
  }

  .f-tel {
    font-size: 30px;
    justify-content: center;
    margin-bottom: 15px;
  }

  .f-navi-list {
    margin-top: 40px;
    text-align: left;
  }

  .f-navi-item {
    margin-bottom: 0;
  }

  .f-navi-item a {
    letter-spacing: 0;
    white-space: nowrap;
  }

  .f-navi-item a {
    font-size: 12.5px;
    line-height: 2.43;
  }

  .f-cashless {
    padding-top: 30px;
  }

  .f-cashless-ttl {
    text-align: center;
  }

  .f-cashless-list {
    grid-template-columns: repeat(5, 62px);
    justify-content: center;
  }

  .footer .copyright {
    margin-top: 40px;
  }

  /* SP は固定バーぶんの余白を確保する */
  body {
    padding-bottom: 92px;
  }
}

/*-----------------------------------------------------------
投稿
-----------------------------------------------------------*/
/*普通投稿*/
.list-post-type01 .list-item:not(:last-child) {
  margin-bottom: 80px;
}

.list-post-type02 .list-item {
  padding: 50px;
  border: 1px solid var(--color_primary);
}

.list-post-type02 .list-item:not(:last-child) {
  margin-bottom: 50px;
}

.list-post-type02 .list-cont+.list-cont {
  margin-top: 35px;
}

.list-post-type02.single .list-item {
  padding: 0;
  border: none;
}

.list-post-type03 {
  display: flex;
  flex-wrap: wrap;
}

.list-post-type03 .list-item {
  width: 31.25%;
  transition: 0.4s ease-in-out;
}

.list-post-type03 .list-item a:hover .list-img img {
  transform: scale(1.1);
}

.list-post-type03 .list-item:not(:nth-child(3n)) {
  margin-right: 3.125%;
}

.list-post-type03 .list-item:nth-child(n+4) {
  margin-top: 50px;
}

.list-post-type03 .list-img {
  overflow: hidden;
  margin-bottom: 20px;
}

.list-post-type03 .list-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: 0.5s;
}

.list-post-type03 .list-ttl {
  font-size: 18px;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
}

.post-layout {
  display: flex;
}

.post-layout .post-img {
  flex: 1;
  margin-right: 50px;
}

.post-layout .post-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.post-desc {
  flex: 2;
}

.post-desc .l-txt {
  word-break: break-all;
}

/*詳細ページ*/
.l-post-single-img {
  text-align: center;
  margin-bottom: 40px;
}

.l-post-single .l-ttl {
  word-break: break-all;
}

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

.postdata h4 {
  font-size: 18px;
  color: var(--color_primary);
}

.postdata h5 {
  font-size: 17px;
  padding-left: 10px;
  position: relative;
}

.postdata h5:after {
  content: "-";
  color: var(--color_primary);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

.postdata h6 {
  font-size: 16px;
  color: var(--color_primary);
}

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

.post-data {
  line-height: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.post-data time {
  font-size: 14px;
  color: var(--color_primary);
  line-height: 1;
}

.post-data .post-category01,
.post-data .post-category02,
.post-data .list-cat {
  margin-left: 15px;
}

.post-ttl {
  word-break: break-all;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.post-category01 {
  line-height: 1;
  display: inline-block;
}

.post-category01 span {
  font-size: 15px;
  background: linear-gradient(transparent 60%, #FFF2B2 60%);
  padding-bottom: 3px;
}

.post-category01 span:not(:last-child) {
  margin-right: 5px;
}

.post-category02 {
  line-height: 1;
  margin-left: -2px;
}

.post-category02 span {
  display: inline-block;
  font-size: 12px;
  border: 1px solid var(--color_primary);
  color: var(--color_primary);
  padding: 5px 10px;
  margin: 2px;
}

/*セレクト式カテゴリー*/
.select-area {
  margin-bottom: 50px;
}

.select-area .select-box {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 24px;
}

.select-ttl {
  color: var(--color_text);
  flex-shrink: 0;
  font-size: 15px;
  letter-spacing: 0.04em;
  margin: 0;
}

.select-wrap {
  min-width: 220px;
  position: relative;
}

.select-wrap::after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid var(--color_text);
  content: "";
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}

.select-area .select-category {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--color_text);
  border-radius: 0;
  color: var(--color_text);
  cursor: pointer;
  font-family: inherit;
  font-size: 15px;
  height: 40px;
  outline: none;
  padding: 4px 28px 4px 0;
  text-indent: 0.01px;
  text-overflow: "";
  vertical-align: middle;
  width: 100%;
}

.select-area .select-category::-ms-expand {
  display: none;
}

.select-btn {
  appearance: none;
  background: #fff;
  border: 1px solid #8696A0;
  border-radius: 999px;
  color: var(--color_text);
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  letter-spacing: 0.04em;
  min-width: 88px;
  padding: 8px 24px;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

@media (any-hover: hover) {
  .select-btn:hover {
    background: var(--color_primary);
    border-color: var(--color_text);
    color: #fff;
  }
}

/*一覧用ページャー*/
.post-number {
  margin-top: 100px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  border-bottom: 1px solid #d3d3d3;
  font-family: var(--font_en);
  font-weight: 500;
}

.post-number a {
  color: #a5a5a5;
  display: inline-block;
  padding: 0 10px 15px;
}

.post-number a:hover {
  color: var(--color_primary);
}

.post-number .current {
  color: var(--color_primary);
  display: inline-block;
  padding: 0 10px 15px;
  position: relative;
}

.post-number .current::after {
  content: "";
  border-bottom: 2px solid var(--color_primary);
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
}

/*詳細用ページャー*/
.post-number-single {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #d3d3d3;
  font-family: var(--font_en_sans);
  font-weight: 500;
}

.post-number-single a {
  display: inline-block;
  color: var(--color_primary);
}

.post-number-single a.next {
  margin-top: 4px;
}

.post-number-single a.next::before {
  content: "";
  background: url(../images/share/icon_arrow_post_left.svg) no-repeat center/contain;
  display: inline-block;
  margin-right: 15px;
  width: 24px;
  height: 24px;
}

.post-number-single a.prev {
  margin-top: 4px;
}

.post-number-single a.prev::after {
  content: "";
  background: url(../images/share/icon_arrow_post_right.svg) no-repeat center/contain;
  display: inline-block;
  margin-left: 15px;
  width: 24px;
  height: 24px;
}

.post-number-single a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 800px) and (min-width: 0px) {

  /*普通投稿*/
  .list-post-type01 .list-item:not(:last-child) {
    margin-bottom: 60px;
  }

  .list-post-type02 .list-item {
    padding: 25px 20px;
  }

  .list-post-type02 .list-item:not(:last-child) {
    margin-bottom: 20px;
  }

  .list-post-type02 .list-cont+.list-cont {
    margin-top: 20px;
  }

  .list-post-type03 {
    display: block;
  }

  .list-post-type03 .list-item {
    width: 100%;
  }

  .list-post-type03 .list-item:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .list-post-type03 .list-item:nth-child(n+2) {
    margin-top: 30px;
  }

  .list-post-type03 .list-img {
    margin-bottom: 15px;
  }

  .list-post-type03 .list-img img {
    height: 60vw;
  }

  .list-post-type03 .list-ttl {
    font-size: 16px;
  }

  .post-layout {
    display: block;
  }

  .post-layout .post-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .post-layout .post-desc {
    width: 100%;
  }

  /*詳細ページ*/
  .post-single-img {
    margin-bottom: 30px;
  }

  .postdata h4 {
    font-size: 17px;
  }

  .postdata h5 {
    font-size: 16px;
  }

  .postdata h6 {
    font-size: 15px;
  }

  .post-data {
    margin-bottom: 10px;
  }

  .post-data time {
    line-height: 2;
  }

  .post-data .post-category01 {
    margin-left: 15px;
  }

  .post-data .post-category02 {
    margin-left: 15px;
  }

  /*詳細ページ*/
  /*セレクト式カテゴリー*/
  .select-area {
    margin-bottom: 36px;
  }

  .select-area .select-box {
    gap: 12px 16px;
  }

  .select-wrap {
    flex: 1 1 123px;
    min-width: 0;
  }

  /*一覧用ページャー*/
  .post-number {
    margin-top: 60px;
  }

  .post-number-single a.prev,
  .post-number-single a.next {
    margin-top: 1px;
  }
}

.comic-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
  column-gap: 20px;
}

.comic-item {
  width: calc(25% - 15px);
}

.comic-item a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.comic-img img {
  width: 100%;
  height: auto;
  display: block;
  height: 310px;
}

.comic-title {
  font-size: 18px;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
  margin-top: 20px;
  font-weight: bold;
}

.comic-section+.comic-section {
  margin-top: 80px;
}

/* SP */
@media (max-width: 768px) {
  .comic-item {
    width: calc(50% - 15px);
  }

  .comic-section+.comic-section {
    margin-top: 50px;
  }
}

.comic-tab-area .tab {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

@media (max-width: 800px) {
  .comic-tab-area .tab {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
}

.comic-tab-area .tab .tab-item {
  width: 100%;
  border-radius: 10px 10px 0 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #C7C7C7;
  color: #fff;
  cursor: pointer;
  line-height: 1.5;
}

@media (min-width: 800px) {
  .comic-tab-area .tab .tab-item {
    height: 77px;
    font-size: 18px;
  }
}

@media (max-width: 800px) {
  .comic-tab-area .tab .tab-item {
    padding: 5px 0;
    font-size: 14px;
  }
}

.comic-tab-area .tab .tab-item.is-active {
  background-color: var(--color_primary);
}

.comic-tab-area .tab-content {
  display: none;
}

.comic-tab-area .tab-content.is-active {
  display: block;
  border: 3px solid var(--color_primary);
  padding: 48px 81px;
}

@media (max-width: 800px) {
  .comic-tab-area .tab-content.is-active {
    padding: 20px;
  }
}

.comic-tab-area .tab-content .comic-splide .splide__slide>a {
  display: block;
}

.comic-tab-area .tab-content .comic-splide .splide__slide img {
  width: 100%;
  height: 342px;
  object-fit: cover;
  margin-bottom: 7px;
}

.comic-tab-area .tab-content .comic-splide .splide__slide p {
  font-family: var(--font_base);
  text-align: center;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1;
  word-break: break-all;
  font-size: 15px;
}

@media (max-width: 800px) {
  .comic-tab-area .tab-content .comic-splide .splide__slide p {
    font-size: 12px;
  }
}

.comic-tab-area .tab-content .comic-splide .splide__arrow svg {
  display: none;
}

.comic-tab-area .tab-content .comic-splide .splide__arrow--prev {
  background: url(../images/share/icon_arrow.svg) 0 0 / 100% no-repeat;
  width: 25px;
  height: 25px;
  left: -50px;
  transform: rotate(180deg);
}

.comic-tab-area .tab-content .comic-splide .splide__arrow--next {
  background: url(../images/share/icon_arrow.svg) 0 0 / 100% no-repeat;
  width: 25px;
  height: 25px;
  right: -50px;
}

@media (max-width: 800px) {
  .comic-tab-area .tab-content .comic-splide .splide__arrow--prev {
    left: -34px;
  }

  .comic-tab-area .tab-content .comic-splide .splide__arrow--next {
    right: -34px;
  }
}

.sec17-layout02.-under {
  min-height: initial;
  overflow: visible;
  gap: 30px 10px;
}

@media (max-width: 800px) {
  .sec17-layout02.-under>*:nth-child(n+5) {
    display: block !important;
  }
}

.sec17-layout02.-under .item {
  max-height: initial;
}

.sec17-layout02.-under .txt {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1;
  font-weight: bold;
}

/*------------
sidebar-layout
--------------*/
.sidebar-layout {
  display: flex;
  justify-content: space-between;
  padding: 100px 0;
  margin: 0 auto;
  max-width: 1400px;
}

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

.side-contents {
  padding: 0 40px;
  width: 220px;
}

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

.side-contents-ttl {
  border-bottom: 1px solid #e8ecf0;
  font-size: 15px;
  padding-bottom: 15px;
  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 {
  padding-left: 20px;
  position: relative;
  font-size: 14px;
}

.side-area-links li::before {
  content: "";
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 7px;
  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%;
    padding: 0;
    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;
  }
}

/*-----------------------------------------------------------
ボタン
-----------------------------------------------------------*/
.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.btn-wrap.center {
  justify-content: center;
  margin-left: 0;
}

@media (max-width: 800px) {

  .btn-icon,
  .btn-line {
    width: 100%;
  }

  .btn-wrap {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    text-align: center;
  }

  .btn-wrap a {
    margin: 0;
  }

  .btn-wrap a:not(:last-child) {
    margin-bottom: 15px;
  }
}

/*-----------------------------------------------------------
Common
-----------------------------------------------------------*/
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

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

.fade {
  transition: opacity 0.5s;
}

.fade:hover {
  opacity: 0.7;
}

.fs11 {
  font-size: 11px;
}

.fs18 {
  font-size: 18px;
}

.txt-large {
  font-size: 20px;
}

.fo-blue {
  color: var(--color_primary);
}

.bold,
strong {
  font-weight: bold;
  font-family: var(--font_base);
}

.underline {
  text-decoration: underline;
}

.marker {
  background: linear-gradient(transparent 60%, rgba(132, 196, 207, 0.4) 60%);
  padding-bottom: 3px;
}

.marker .large {
  font-size: 20px;
}

@media (max-width: 800px) {
  .marker .large {
    font-size: 18px !important;
  }

  .fs18 {
    font-size: 16px;
  }
}

.marker .small {
  font-size: 20px;
}

.marker .catch {
  font-family: var(--font_base);
  font-size: 20px;
}

.img-round img {
  border-radius: 16px;
}

.link {
  text-decoration: underline;
  word-break: break-all;
  position: relative;
}

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

.link:is(:hover, :focus) {
  text-decoration: none;
}

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

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

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

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

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

@media (max-width: 800px) {
  .txt-large {
    font-size: 18px;
  }

  .marker .large {
    font-size: 24px;
  }

  .marker .small {
    font-size: 18px;
  }

  .marker .catch {
    font-size: 18px;
  }

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

/*診療カレンダー*/
:root {
  --event01: #333333;
  --event02: #EF866B;
}

.business-calendar-hidden {
  display: none;
}

.business-calendar-box-wrap {
  margin-bottom: 11px;
}

.business-calendar-box-wrap .business-calendar {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 0 !important;
  table-layout: fixed;
}

.business-calendar-box-wrap .business-calendar caption {
  font-size: 20px;
  padding-bottom: 5px;
  position: relative;
}

.business-calendar-box-wrap .business-calendar-past,
.business-calendar-box-wrap .business-calendar-future {
  position: absolute;
  color: var(--color_primary);
}

.business-calendar-box-wrap .business-calendar-past {
  left: 0;
}

.business-calendar-box-wrap .business-calendar-future {
  right: 0;
}

.business-calendar-box-wrap .business-calendar th {
  border: 1px solid #E6EDEE;
  font-size: 13px;
  font-weight: bold;
  padding: 8px 5px;
  text-align: center;
  vertical-align: middle;
  background-color: #F3F9FA;
}

.business-calendar-box-wrap .business-calendar th:nth-child(1) {
  color: #D88C76;
}

.business-calendar-box-wrap .business-calendar th:nth-child(7) {
  color: #5AA6C0;
}

.business-calendar-box-wrap .business-calendar td {
  border: 1px solid #E6EDEE;
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
  padding: 1px 5px 20px;
  position: relative;
  z-index: 0;
}

.business-calendar-box-wrap .business-calendar td::after {
  content: " ";
  display: block;
  font-size: 10px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3px;
}

.business-calendar-box-wrap .sunday {
  color: #FFFFFF !important;
  background-color: #EF866B;
}

.business-calendar-box-wrap .monday,
.business-calendar-box-wrap .tuesday,
.business-calendar-box-wrap .wednesday,
.business-calendar-box-wrap .thursday,
.business-calendar-box-wrap .friday {
  background-color: #FFFFFF;
}

.business-calendar-box-wrap .saturday {
  color: #FFFFFF !important;
  background-color: #A2D4DC;
}

.business-calendar-box-wrap .business-calendar .attr0 {
  color: #FFFFFF !important;
  background-color: #EEAA92;
}

.business-calendar-box-wrap .business-calendar .attr0:after {
  content: "休診";
}

.business-calendar-box-wrap .business-calendar .attr1 {
  color: var(--color_primary);
}

.business-calendar-box-wrap .business-calendar .attr1:after {
  content: "空";
}

.business-calendar-box-wrap .business-calendar .attr2 {
  color: #EF866B;
}

.business-calendar-box-wrap .business-calendar .attr2:after {
  content: "満";
}

.list-event {
  display: flex;
}

@media (max-width: 800px) {
  .business-calendar-box-wrap .business-calendar td::after {
    font-size: 8px;
  }

  .list-event {
    gap: 10px;
  }
}

.list-event li {
  line-height: 1;
}

@media (min-width: 800px) {
  .list-event li {
    font-size: 13px;
    margin-top: 11px;
  }
}

@media (max-width: 800px) {
  .list-event li {
    font-size: 12px;
  }
}

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

/*診療時間*/
.time-table {
  overflow: hidden;
  border: 1px solid var(--color_primary);
  border-radius: 10px;
  font-family: var(--font_base);
  text-align: center;
  margin-bottom: 15px;
}

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

@media (min-width: 800px) {
  .time-table-head {
    font-size: 14px;
  }
}

@media (max-width: 800px) {
  .time-table-head {
    font-size: 12px;
  }
}

.time-table-head .item {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 800px) {
  .time-table-head .item {
    padding: 5px 0;
  }
}

.time-table-body {
  background-color: #FFFFFF;
}

.time-table-body:not(:last-child) {
  background-image: linear-gradient(to right, var(--color_primary) 1px, transparent 3px);
  background-size: 3px 1px;
  background-position: 0 100%;
  background-repeat: repeat-x;
}

.time-table-body:last-child {
  border-radius: 0 0 10px 10px;
  background-color: #E6F6FF;
}

.time-table-body .item {
  font-family: var(--font_base);
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.time-table-body .item:not(:last-child) {
  background-image: linear-gradient(to bottom, var(--color_primary) 1px, transparent 3px);
  background-size: 1px 3px;
  background-position: 100% 0;
  background-repeat: repeat-y;
}

@media (min-width: 800px) {
  .time-table-body .item {
    height: 47px;
    font-size: 12px;
  }
}

@media (max-width: 800px) {
  .time-table-body .item {
    padding: 5px 0;
    font-size: 12px;
  }
}

.time-table-head,
.time-table-body {
  display: grid;
}

@media (min-width: 800px) {

  .time-table-head,
  .time-table-body {
    grid-template-columns: 162px repeat(7, 1fr);
  }
}

@media (max-width: 800px) {

  .time-table-head,
  .time-table-body {
    grid-template-columns: 70px repeat(7, 1fr);
  }
}

.time-table .color01 {
  color: var(--color_primary);
}

.time-table-txt {
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}

@media (min-width: 800px) {
  .time-table-txt {
    font-size: 14px;
  }
}

@media (max-width: 800px) {
  .time-table-txt {
    font-size: 12px;
    margin-top: 10px;
  }
}

.map {
  position: relative;
  width: 100%;
  height: 500px;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tel {
  display: inline-block;
  font-size: 28px;
  font-family: var(--font_en);
  color: var(--color_primary);
  line-height: 1;
  padding-left: 25px;
  position: relative;
}

.tel:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../images/share/icon_tel_w.svg) no-repeat;
  background-size: contain;
  width: 17px;
  height: 17px;
}

@media (max-width: 800px) {
  .map {
    height: 300px;
  }

  .tel {
    font-size: 24px;
    padding-left: 25px;
  }

  .tel:before {
    width: 20px;
    height: 25px;
  }
}

.cta-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 800px) {
  .cta-body {
    flex: 1;
  }
}

.cta-ttl02 {
  padding: 0 8px;
  letter-spacing: 0.1em;
  text-align: center;
  display: inline-block;
  margin: 0 auto 20px;
  background: linear-gradient(transparent 60%, #EF866B 60%);
}

@media (min-width: 800px) {
  .cta-ttl02 {
    font-size: 20px;
  }
}

@media (max-width: 800px) {
  .cta-ttl02 {
    font-size: 14px;
    text-align: center;
  }
}

.cta-layout {
  display: flex;
}

@media (min-width: 800px) {
  .cta-layout {
    justify-content: center;
    gap: 50px;
  }
}

@media (max-width: 800px) {
  .cta-layout {
    width: 100%;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
  }
}

.cta-btn {
  border-radius: 10px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--color_primary);
}

@media (min-width: 800px) {
  .cta-btn {
    width: 251px;
    height: 89px;
    margin-bottom: 20px;
  }
}

@media (max-width: 800px) {
  .cta-btn {
    width: 100%;
    height: 70px;
  }
}

.cta-btn-title {
  min-height: 21px;
  line-height: 1;
  font-size: 16px;
  letter-spacing: 0.05em;
  display: block;
  margin-bottom: 3px;
}

.cta-btn-num {
  min-height: 31px;
  line-height: 1;
  font-size: 23px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.cta-btn-num:before {
  width: 17px;
  height: 22px;
  content: "";
  display: block;
  background: url(../images/share/icon_tel_w.svg) 0 0/100% no-repeat;
}

.cta-time {
  letter-spacing: 0.05em;
}

@media (min-width: 800px) {
  .cta-time {
    font-size: 16px;
    text-align: center;
  }
}

@media (max-width: 800px) {
  .cta-time {
    font-size: 14px;
    text-align: center;
  }
}

/*------------
splide-core.min.css　※※※編集禁止※※※
-------------*/
@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>.splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

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

.splide--rtl {
  direction: rtl;
}

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

.splide__container {
  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 {
  -ms-flex-align: center;
  align-items: center;
  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;
  pointer-events: auto;
}

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

.splide__progress__bar {
  width: 0;
}

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

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

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

/*-----------------------------------------------------------
  splide
-----------------------------------------------------------*/
/* 各種色設定 */
:root {
  --splide-arrow-color: var(--color_primary);
  /* 矢印 */
  --splide-focus-color: var(--color_primary);
  /* タブ移動によるフォーカス時のアウトライン */
  --splide-pagination-color: var(--color_primary);
  /* アクティブ時のページネーション */
  --splide-progress-color: var(--color_primary);
  /* プログレスバー */
  --splide-toggle-color: var(--color_primary);
  /* 再生ボタン */
  --splide-track-color: var(--color_primary);
  /* サムネイルの枠 */
}

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

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

.splide.is-focus-in .splide__arrow:focus,
.splide.is-focus-in .splide__pagination__page:focus,
.splide.is-focus-in .splide__slide:focus,
.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid var(--splide-focus-color);
  outline-offset: 3px;
}

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

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

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

.splide__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

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

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

.splide__progress {
  background: #ddd;
  margin-top: 10px;
}

.splide__progress__bar {
  width: 0;
  background: var(--splide-progress-color);
  height: 3px;
}

.splide__slide {
  box-sizing: border-box;
  flex-shrink: 0;
  list-style: none !important;
  margin: 0;
  position: relative;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

.splide__arrow {
  background: none;
  border: none;
  cursor: pointer;
  width: 35px;
  height: 35px;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: 0.2s;
}

.splide__arrow svg {
  width: 100%;
  height: 100%;
  fill: var(--color_primary);
}

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

.splide__arrow--prev {
  left: 20px;
  transform: translateY(-50%) scaleX(-1);
}

.splide__arrow--next {
  right: 20px;
}

.splide__pagination__page {
  background: transparent;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 5px;
  opacity: 1;
  width: 8px;
  transition: transform 0.2s linear;
}

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

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

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

@media (max-width: 800px) {
  .splide__arrow {
    width: 25px;
    height: 25px;
  }

  .splide__arrow--prev {
    left: 10px;
  }

  .splide__arrow--next {
    right: 10px;
  }
}

/*------------
Loading
-------------*/
#loading {
  width: 100vw;
  height: 100vh;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}

#loading_barWrap {
  width: 30vw;
  height: calc(1rem + 5px);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#loading_bar {
  width: 0;
  height: 5px;
  background: #fff;
  transition-duration: 1s;
}

.text {
  text-align: center;
  color: #fff;
}

.loadingNone {
  animation: loadingAnime 1s forwards;
}

@keyframes loadingAnime {
  0% {
    opacity: 1;
  }

  99% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    display: none;
  }
}

.cash-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(50px, 1fr));
  gap: 10px;
}

.cash-list li {
  background: #fff;
  border: 1px solid #f5f5f5;
  border-radius: 2px;
  display: grid;
  place-items: center;
  padding: 5px;
}

.cash-list img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 30px;
}

.mb10 {
  margin-bottom: 10px;
}

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

.card-layout01 {
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(3, 1fr);
}

.card-layout01-item {
  background: #fff;
  border: 2px solid #A2D4DC;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(120, 150, 170, 0.2), 0 22px 40px rgba(120, 155, 180, 0.18);
  padding: 34px 25px 32px;
}

.card-layout01-num {
  align-items: baseline;
  color: var(--color_primary);
  display: flex;
  font-size: 48px;
  font-style: italic;
  font-weight: 300;
  gap: 8px;
  line-height: 1;
  margin-bottom: 2px;
}

.card-layout01-num span {
  font-size: 24px;
  font-style: italic;
  letter-spacing: -0.01em;
}

.card-layout01-ttl {
  border-bottom: 1px solid #C5E6EA;
  color: #56A8B6;
  display: flex;
  align-items: center;
  font-size: 19px;
  font-weight: bold;
  gap: 12px;
  margin-bottom: 18px;
  padding-bottom: 14px;
}

.card-layout01-icon {
  align-items: center;
  background: #EAF4F6;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 72px;
  justify-content: center;
  width: 72px;
}

.card-layout01-txt {
  color: #8696A0;
  font-size: 16px;
  line-height: 1.95;
  text-align: justify;
}

@media (max-width: 1024px) {
  .card-layout01 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 800px) {
  .card-layout01 {
    gap: 18px;
    grid-template-columns: 1fr;
  }

  .card-layout01-item {
    padding: 24px 20px;
  }

  .card-layout01-ttl {
    font-size: 22px;
  }

  .card-layout01-num {
    font-size: 42px;
  }

  .card-layout01-num span {
    font-size: 21px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0
}
