@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  tab-size: 4;
  word-break: normal;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

/* font family
====================================== */
/* colors 色管理
====================================== */
/* breakpoint ブレイクポイント
====================================== */
@media screen and (min-width: 835px) {
  html {
    scroll-behavior: smooth;
  }
}

body {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  color: #3c3c3c;
  box-sizing: border-box;
  line-height: 1;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  position: relative;
  z-index: -2;
  background-color: #fff;
  overflow-x: hidden;
}
@media screen and (min-width: 835px) {
  body {
    font-size: 16px;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  object-fit: cover;
}

a {
  color: #333;
  text-decoration: none;
  transition: opacity 0.6s ease;
}

ul,
ol {
  list-style: none;
}

.wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 5%;
}

.sec-bottom {
  margin-bottom: 84px;
  margin-top: -200px;
  padding-top: 200px;
}
@media screen and (min-width: 431px) {
  .sec-bottom {
    margin-bottom: 200px;
  }
}

iframe {
  display: block;
  width: 100%;
  border: none;
  aspect-ratio: 16/9;
  overflow: hidden;
  background-color: #f7f7f7;
}

.title-block {
  margin-bottom: 20px;
}

.l-header {
  position: sticky;
  top: 0px;
  z-index: 10;
  background: #ffffff;
  transition: transform 0.4s ease;
}
@media screen and (min-width: 835px) {
  .l-header {
    padding-bottom: 16px;
  }
}

.l-header.is-hide {
  transform: translateY(-100%);
}

.c-header__01 .head-container__top {
  padding: 9px 0;
  border-bottom: 1px solid #e7e7e7;
  z-index: 100;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 835px) {
  .c-header__01 .head-container__top {
    padding: 16px 0;
    margin-bottom: 18px;
  }
}
.c-header__01 .head-container__top .top-flex {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 835px) {
  .c-header__01 .head-container__top .top-flex {
    justify-content: space-between;
  }
}
.c-header__01 .head-container__top .top-flex a {
  display: block;
  width: 130px;
}
@media screen and (min-width: 835px) {
  .c-header__01 .head-container__top .top-flex a {
    width: 200px;
  }
}
.c-header__01 .head-container__top .top-flex .add-cont {
  display: none;
  font-size: 14px;
  color: #23c960;
}
@media screen and (min-width: 835px) {
  .c-header__01 .head-container__top .top-flex .add-cont {
    display: block;
  }
}
.c-header__01 .head-container__top .top-flex .add-cont .tel {
  margin-bottom: 8px;
}
.c-header__01 .head-container__top .top-flex .add-cont .tel span {
  font-size: 18px;
  font-weight: bold;
}
.c-header__01 .head-container__top .top-flex .add-cont .time {
  text-align: end;
}
.c-header__01 .nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  padding: 80px 5%;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
  pointer-events: none;
}
@media screen and (min-width: 835px) {
  .c-header__01 .nav {
    width: auto;
    height: auto;
    padding: 0 5%;
    max-width: 1440px;
    margin: 0 auto;
    position: static;
    background: none;
    opacity: 1;
    transform: none;
    transition: none;
    pointer-events: auto;
  }
}
.c-header__01 .nav .nav-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  width: 100%;
  font-size: 14px;
}
@media screen and (min-width: 835px) {
  .c-header__01 .nav .nav-list {
    flex-direction: row;
    gap: 46px;
  }
}
.c-header__01 .nav .nav-list li {
  width: 100%;
}
@media screen and (min-width: 835px) {
  .c-header__01 .nav .nav-list li {
    width: auto;
  }
}
.c-header__01 .nav .nav-list li .nav-item {
  cursor: pointer;
  display: flex;
  justify-content: end;
  flex-direction: column;
  position: relative;
  letter-spacing: 0.05em;
  z-index: 2;
  transition: transform 0.3s ease, color 0.3s ease;
}
@media screen and (min-width: 835px) {
  .c-header__01 .nav .nav-list li .nav-item {
    align-items: center;
  }
}
.c-header__01 .nav .nav-list li .nav-item:hover {
  transform: translateY(-4px);
}
.c-header__01 .nav .nav-list li.has-child {
  position: relative;
}
.c-header__01 .nav .nav-list li.has-child::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  top: 0;
  right: 2px;
  transform: rotate(45deg);
  cursor: pointer;
}
@media screen and (min-width: 835px) {
  .c-header__01 .nav .nav-list li.has-child::after {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
}
.c-header__01 .nav .nav-list li.has-child.open .child-list {
  display: block;
  opacity: 1;
  max-height: 500px;
}
@media screen and (min-width: 835px) {
  .c-header__01 .nav .nav-list li.has-child:hover .child-list {
    opacity: 1;
    pointer-events: auto;
  }
}
.c-header__01 .nav .nav-list li.has-child .nav-item {
  padding-right: 20px;
}
.c-header__01 .nav .nav-list li.has-child .child-list {
  display: none;
  padding-top: 24px;
  width: 100%;
  opacity: 1;
  pointer-events: auto;
  transition: none;
  position: static;
}
@media screen and (min-width: 835px) {
  .c-header__01 .nav .nav-list li.has-child .child-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: auto;
    min-width: 300px;
    border-radius: 1rem;
    background-color: #f4f4f4;
    padding: 10px;
    opacity: 0;
    pointer-events: none;
    display: block;
    transition: opacity 0.4s ease, transform 0.4s ease;
  }
}
.c-header__01 .nav .nav-list li.has-child .child-list .child-item a {
  font-size: 12px;
  padding: 8px 8px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: transform 0.3s ease, color 0.3s ease;
}
@media screen and (min-width: 835px) {
  .c-header__01 .nav .nav-list li.has-child .child-list .child-item a {
    line-height: 1;
    padding: 10px 26px;
  }
}
.c-header__01 .nav .nav-list li.has-child .child-list .child-item a:hover {
  transform: translateY(-4px);
}
.c-header__01 .nav.active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
}
.c-header__01 .burger {
  display: block;
  cursor: pointer;
  width: 26px;
  height: 25px;
  position: fixed;
  top: 8px;
  right: 18px;
  z-index: 100;
}
@media screen and (min-width: 835px) {
  .c-header__01 .burger {
    display: none;
  }
}
.c-header__01 .burger span {
  display: block;
  height: 2px;
  background: #333;
  margin: 6px 0;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .c-header__01 .burger {
    display: none;
  }
}
.c-header__01 .burger.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.c-header__01 .burger.active span:nth-child(2) {
  opacity: 0;
}
.c-header__01 .burger.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.c-header__02 {
  position: sticky;
  top: 0px;
  z-index: 10;
  background: #ffffff;
  transition: transform 0.4s ease;
}
.c-header__02 .head-container__top {
  padding: 9px 0;
  z-index: 100;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 835px) {
  .c-header__02 .head-container__top {
    padding: 16px 0 0;
    margin-bottom: 0;
    border: none;
  }
}
.c-header__02 .head-container__top .top-flex {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 835px) {
  .c-header__02 .head-container__top .top-flex {
    justify-content: space-between;
  }
}
.c-header__02 .head-container__top .top-flex a {
  display: block;
  width: 130px;
}
@media screen and (min-width: 835px) {
  .c-header__02 .head-container__top .top-flex a {
    width: fit-content;
  }
}
.c-header__02 .head-container__top .top-flex .add-cont {
  display: none;
}
@media screen and (min-width: 835px) {
  .c-header__02 .head-container__top .top-flex .add-cont {
    display: block;
    text-align: end;
    font-size: 12px;
    margin-bottom: 16px;
    color: #000;
  }
}
.c-header__02 .head-container__top .top-flex .add-cont .tel {
  margin-bottom: 8px;
}
.c-header__02 .head-container__top .top-flex .add-cont .tel span {
  font-size: 18px;
  font-weight: bold;
}
.c-header__02 .head-right {
  flex: 1;
}
.c-header__02 .nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  padding: 80px 5%;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
  pointer-events: none;
}
@media screen and (min-width: 835px) {
  .c-header__02 .nav {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: static;
    background: none;
    opacity: 1;
    transform: none;
    transition: none;
    pointer-events: auto;
  }
}
.c-header__02 .nav .nav-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  width: 100%;
  font-size: 14px;
}
@media screen and (min-width: 835px) {
  .c-header__02 .nav .nav-list {
    flex-direction: row;
    gap: 46px;
    justify-content: end;
  }
}
.c-header__02 .nav .nav-list li {
  width: 100%;
}
@media screen and (min-width: 835px) {
  .c-header__02 .nav .nav-list li {
    width: auto;
  }
}
.c-header__02 .nav .nav-list li .nav-item {
  cursor: pointer;
  display: flex;
  justify-content: end;
  flex-direction: column;
  position: relative;
  letter-spacing: 0.05em;
  z-index: 2;
  transition: transform 0.3s ease, color 0.3s ease;
}
@media screen and (min-width: 835px) {
  .c-header__02 .nav .nav-list li .nav-item {
    align-items: center;
  }
}
.c-header__02 .nav .nav-list li .nav-item:hover {
  transform: translateY(-4px);
}
.c-header__02 .nav .nav-list li.has-child {
  position: relative;
}
.c-header__02 .nav .nav-list li.has-child::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  top: 0;
  right: 2px;
  transform: rotate(45deg);
  cursor: pointer;
}
@media screen and (min-width: 835px) {
  .c-header__02 .nav .nav-list li.has-child::after {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
}
.c-header__02 .nav .nav-list li.has-child.open .child-list {
  display: block;
  opacity: 1;
  max-height: 500px;
}
@media screen and (min-width: 835px) {
  .c-header__02 .nav .nav-list li.has-child:hover .child-list {
    opacity: 1;
    pointer-events: auto;
  }
}
.c-header__02 .nav .nav-list li.has-child .nav-item {
  padding-right: 20px;
}
.c-header__02 .nav .nav-list li.has-child .child-list {
  display: none;
  padding-top: 24px;
  width: 100%;
  opacity: 1;
  pointer-events: auto;
  transition: none;
  position: static;
}
@media screen and (min-width: 835px) {
  .c-header__02 .nav .nav-list li.has-child .child-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: auto;
    min-width: 166px;
    border-radius: 1rem;
    background-color: #fcfcfc;
    padding: 10px;
    opacity: 0;
    pointer-events: none;
    display: block;
    transition: opacity 0.4s ease, transform 0.4s ease;
  }
}
.c-header__02 .nav .nav-list li.has-child .child-list .child-item a {
  font-size: 12px;
  padding: 8px 8px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: transform 0.3s ease, color 0.3s ease;
}
@media screen and (min-width: 835px) {
  .c-header__02 .nav .nav-list li.has-child .child-list .child-item a {
    line-height: 1;
    padding: 10px 26px;
  }
}
.c-header__02 .nav .nav-list li.has-child .child-list .child-item a:hover {
  transform: translateY(-4px);
}
.c-header__02 .nav.active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
}
.c-header__02 .burger {
  display: block;
  cursor: pointer;
  width: 26px;
  height: 25px;
  position: fixed;
  top: 8px;
  right: 18px;
  z-index: 100;
}
@media screen and (min-width: 835px) {
  .c-header__02 .burger {
    display: none;
  }
}
.c-header__02 .burger span {
  display: block;
  height: 2px;
  background: #333;
  margin: 6px 0;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .c-header__02 .burger {
    display: none;
  }
}
.c-header__02 .burger.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.c-header__02 .burger.active span:nth-child(2) {
  opacity: 0;
}
.c-header__02 .burger.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mv {
  position: relative;
  width: 100%;
  height: 60svh;
  min-height: 400px;
  background-image: url("../images/mv.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 835px) {
  .mv {
    height: 70svh;
    min-height: 500px;
  }
}
.mv::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(116, 115, 115, 0.35);
}
.mv .hero {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  z-index: 1;
}
.mv .hero .hero__content {
  padding: 0 5% 20px;
  color: #fff;
}
@media screen and (min-width: 835px) {
  .mv .hero .hero__content {
    padding: 0 8% 40px;
  }
}
.mv .hero .hero__content h1 {
  font-size: clamp(24px, 4vw, 48px);
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.l-footer {
  margin-top: 84px;
}
.l-footer .s-footer__01 .main-desc {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
@media screen and (min-width: 835px) {
  .l-footer .s-footer__01 .main-desc {
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 40px;
  }
}
.l-footer .s-footer__01 .main-desc .cont-l a {
  display: block;
  width: 130px;
  margin-bottom: 20px;
}
@media screen and (min-width: 835px) {
  .l-footer .s-footer__01 .main-desc .cont-l a {
    width: 200px;
  }
}
.l-footer .s-footer__01 .main-desc .cont-r .grid-desc {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media screen and (min-width: 835px) {
  .l-footer .s-footer__01 .main-desc .cont-r .grid-desc {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
.l-footer .s-footer__01 .main-desc .cont-r .grid-desc .grid-item {
  display: grid;
  grid-template-columns: minmax(32px, max-content) 1fr;
  row-gap: 24px;
  column-gap: 16px;
}
@media screen and (min-width: 835px) {
  .l-footer .s-footer__01 .main-desc .cont-r .grid-desc .grid-item {
    display: block;
  }
}
.l-footer .s-footer__01 .main-desc .cont-r .grid-desc .grid-item .lists {
  grid-column: 2;
}
.l-footer .s-footer__01 .main-desc .cont-r .grid-desc .grid-item .lists::after {
  position: relative;
  display: block;
  content: "";
  grid-column: 2;
  block-size: 1px;
  background: #23c960;
  margin-block-start: 16px;
  margin-inline-end: -20px;
  margin-inline-start: 14px;
}
@media screen and (min-width: 835px) {
  .l-footer .s-footer__01 .main-desc .cont-r .grid-desc .grid-item .lists::after {
    display: none;
  }
}
.l-footer .s-footer__01 .main-desc .cont-r .grid-desc .grid-item .lists .more-menu-title {
  font-weight: bold;
  line-height: 2;
  padding: 8px 16px;
}
.l-footer .s-footer__01 .main-desc .cont-r .grid-desc .grid-item .lists li a {
  padding: 8px 16px;
  display: inline-block;
  line-height: 2;
  font-weight: bold;
  border-radius: 5px;
  transition: background 0.3s ease, color 0.3s ease;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.l-footer .s-footer__01 .main-desc .cont-r .grid-desc .grid-item .lists li a:hover {
  background: #23c960;
  color: #fff;
}
@media screen and (min-width: 835px) {
  .l-footer .s-footer__01 .main-desc .cont-r .grid-desc .grid-item .lists li a {
    width: fit-content;
  }
}
@media screen and (min-width: 835px) {
  .l-footer .s-footer__01 .main-desc .cont-r .grid-desc .grid-item .lists li a .toggle {
    display: none;
  }
}
.l-footer .s-footer__01 .main-desc .cont-r .grid-desc .grid-item .lists li .more-menu__child {
  font-weight: normal;
}
.l-footer .s-footer__01 .copy-wrap {
  text-align: center;
  padding: 20px;
  font-size: 12px;
  background: #23c960;
  color: #fff;
  line-height: 1.6;
}
.l-footer .s-footer__02 .main-desc {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
@media screen and (min-width: 835px) {
  .l-footer .s-footer__02 .main-desc {
    justify-content: space-between;
    margin-bottom: 20px;
  }
}
.l-footer .s-footer__02 .main-desc .cont-l a {
  display: block;
  width: 130px;
  margin-bottom: 20px;
}
@media screen and (min-width: 835px) {
  .l-footer .s-footer__02 .main-desc .cont-l a {
    width: 200px;
    margin: 0 auto;
  }
}
.l-footer .s-footer__02 .main-desc .cont-r .grid-desc {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
.l-footer .s-footer__02 .main-desc .cont-r .grid-desc .grid-item {
  display: grid;
  grid-template-columns: minmax(32px, max-content) 1fr;
  row-gap: 24px;
  column-gap: 16px;
}
@media screen and (min-width: 835px) {
  .l-footer .s-footer__02 .main-desc .cont-r .grid-desc .grid-item {
    display: block;
  }
}
.l-footer .s-footer__02 .main-desc .cont-r .grid-desc .grid-item .lists {
  grid-column: 2;
}
.l-footer .s-footer__02 .main-desc .cont-r .grid-desc .grid-item .lists::after {
  position: relative;
  display: block;
  content: "";
  grid-column: 2;
  block-size: 1px;
  background: #23c960;
  margin-block-start: 16px;
  margin-inline-end: -20px;
  margin-inline-start: 14px;
}
@media screen and (min-width: 835px) {
  .l-footer .s-footer__02 .main-desc .cont-r .grid-desc .grid-item .lists {
    display: flex;
    justify-content: center;
    font-size: 14px;
    gap: 20px;
  }
  .l-footer .s-footer__02 .main-desc .cont-r .grid-desc .grid-item .lists::after {
    display: none;
  }
}
.l-footer .s-footer__02 .main-desc .cont-r .grid-desc .grid-item .lists .more-menu-title {
  font-weight: bold;
  padding: 8px 16px;
}
@media screen and (min-width: 835px) {
  .l-footer .s-footer__02 .main-desc .cont-r .grid-desc .grid-item .lists .more-menu-title {
    text-align: center;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 6px;
  }
}
.l-footer .s-footer__02 .main-desc .cont-r .grid-desc .grid-item .lists li a {
  padding: 8px 16px;
  display: inline-block;
  line-height: 2;
  font-weight: bold;
  border-radius: 5px;
  transition: background 0.3s ease, color 0.3s ease;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.l-footer .s-footer__02 .main-desc .cont-r .grid-desc .grid-item .lists li a:hover {
  background: #23c960;
  color: #fff;
}
@media screen and (min-width: 835px) {
  .l-footer .s-footer__02 .main-desc .cont-r .grid-desc .grid-item .lists li a {
    width: fit-content;
    padding: 0;
  }
}
@media screen and (min-width: 835px) {
  .l-footer .s-footer__02 .main-desc .cont-r .grid-desc .grid-item .lists li a .toggle {
    display: none;
  }
}
.l-footer .s-footer__02 .main-desc .cont-r .grid-desc .grid-item .lists li .more-menu__child {
  font-weight: normal;
}
.l-footer .s-footer__02 .copy-wrap {
  text-align: center;
  padding: 10px;
  font-size: 10px;
  background: #23c960;
  color: #fff;
  line-height: 1.6;
}

.sec-title {
  position: relative;
  margin-bottom: 48px;
  padding-left: 16px;
}
@media screen and (min-width: 835px) {
  .sec-title {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}
.sec-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 4px;
  height: 1.6em;
  background: #23c960;
  border-radius: 2px;
}
.sec-title h2 {
  font-size: clamp(18px, 4vw, 28px);
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.4;
}
.sec-title .sub {
  font-size: clamp(16px, 3vw, 20px);
}
.sec-title .en {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #23c960;
  opacity: 0.8;
  text-transform: uppercase;
  margin-top: 10px;
}
@media screen and (min-width: 835px) {
  .sec-title .en {
    margin-top: 0;
  }
}

.page-title {
  position: relative;
  height: 240px;
  margin-bottom: 80px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 835px) {
  .page-title {
    height: 440px;
  }
}
.page-title.__price {
  background-image: url("../images/title-img-price.jpg");
}
.page-title.__staff {
  background-image: url("../images/title-img-staff.jpg");
}
.page-title.__about {
  background-image: url("../images/title-img-about.jpg");
}
.page-title.__menu_01 {
  background-image: url("../images/title-img-menu_01.jpg");
}
.page-title .totle-desc {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background: rgba(232, 255, 240, 0.7);
  padding: 10px 0;
}
.page-title .totle-desc .title-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
}
.page-title .totle-desc .title-head h2 {
  font-size: clamp(16px, 3.5vw, 40px);
  letter-spacing: 0.2em;
  align-items: center;
  display: flex;
  line-height: 1.4;
}
.page-title .totle-desc .title-head .titlesub-cont {
  display: flex;
  align-items: center;
  color: #23c960;
  font-weight: bold;
}
.page-title .totle-desc .title-head .titlesub-cont .title_icon {
  background: #23c960;
  border-radius: 5px;
  width: 9px;
  height: 31px;
  margin: 0 8px 0px;
}
@media screen and (min-width: 835px) {
  .page-title .totle-desc .title-head .titlesub-cont .title_icon {
    margin: 0 20px 0px;
  }
}
.page-title .totle-desc .title-head .titlesub-cont .title_en {
  font-size: 12px;
}
.page-title .totle-desc .sec-lead {
  line-height: 1.8;
  letter-spacing: 0.16em;
}

.page-header {
  width: 100%;
  position: relative;
}
.page-header__bg {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 450px;
  max-height: 450px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 835px) {
  .page-header__bg {
    min-height: 350px;
    max-height: 500px;
  }
}
.page-header__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}
.page-header__whiteningbg {
  background-image: url("../images/whitening-bg.jpg");
}
.page-header__implantbg {
  background-image: url("../images/implant-bg.png");
}
.page-header__diseasebg {
  background-image: url("../images/disease-bg.jpg");
}
.page-header__orthodonticbg {
  background-image: url("../images/orthodontic-bg.jpg");
}
.page-header__dentalbg {
  background-image: url("../images/dental-bg.png");
}
.page-header__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
  padding: 8px 16px;
  z-index: 2;
  width: 100%;
  line-height: 1.8;
  opacity: 0.9;
  text-align: left;
}
.page-header__content .page-header__title {
  font-size: clamp(28px, 8vw, 64px);
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.2;
  opacity: 1;
  text-align: center;
}
.page-header__content .page-header__subtitle {
  font-size: clamp(16px, 5vw, 28px);
  margin-bottom: 12px;
}
@media screen and (min-width: 835px) {
  .page-header__content {
    padding: 0 32px;
    text-align: center;
  }
  .page-header__content .page-header__title {
    font-size: clamp(48px, 5vw, 64px);
  }
  .page-header__content .page-header__subtitle {
    font-size: clamp(24px, 3vw, 32px);
  }
}

.a-btn__06 .btn {
  display: flex;
  align-items: center;
  font-weight: bold;
  width: 250px;
  position: relative;
}
.a-btn__06 .btn:hover .circle {
  width: 100%;
}
.a-btn__06 .btn:hover .btn-txt {
  color: #fff;
}
.a-btn__06 .btn .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 2.5rem;
  height: 2.5rem;
  background: #23c960;
  border-radius: 10px;
}
@media screen and (min-width: 835px) {
  .a-btn__06 .btn .circle {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.a-btn__06 .btn .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
.a-btn__06 .btn .circle .icon::before {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.15rem solid #fff;
  border-right: 0.15rem solid #fff;
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
  left: 12px;
}
@media screen and (min-width: 835px) {
  .a-btn__06 .btn .circle .icon::before {
    left: 18px;
  }
}
.a-btn__06 .btn .btn-txt {
  position: absolute;
  top: 50%;
  left: 68px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

.nav-btn .price-nav {
  margin-bottom: 80px;
}
.nav-btn .price-nav ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 835px) {
  .nav-btn .price-nav ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}
.nav-btn .price-nav a {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 12px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  background: #e8fff0;
  border-radius: 6px;
  color: #333;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
@media screen and (min-width: 835px) {
  .nav-btn .price-nav a {
    font-size: 15px;
    padding: 14px;
  }
}
.nav-btn .price-nav a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(216, 255, 210, 0.9) 0%, rgba(216, 255, 210, 0.9) 100%);
  transform: translateX(-100%);
  transition: transform 0.35s ease;
  z-index: 0;
}
.nav-btn .price-nav a span, .nav-btn .price-nav a {
  position: relative;
  z-index: 1;
}
.nav-btn .price-nav a:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
  color: #333;
}
.nav-btn .price-nav a:hover::before {
  transform: translateX(0);
}

.c-faq__01 .inrto {
  line-height: 1.8;
  margin-bottom: 24px;
}
.c-faq__01 .title h2 {
  font-size: clamp(30px, 3.5vw, 60px);
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .c-faq__01 .title h2 {
    display: flex;
  }
}
.c-faq__01 .title h2 .title-sub {
  display: block;
  font-size: 14px;
  border-radius: 5px;
  padding: 5px 20px;
  margin-top: 12px;
}
@media screen and (min-width: 835px) {
  .c-faq__01 .title h2 .title-sub {
    border: 1px solid #000;
    margin: auto 0 auto 30px;
  }
}
.c-faq__01 .accordion {
  list-style: none;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #e5e5e5;
  display: grid;
  grid-template-columns: 1fr;
  background: #f0fdf4;
}
@media screen and (min-width: 835px) {
  .c-faq__01 .accordion {
    grid-template-columns: 1fr 1fr;
    padding: 20px 40px;
  }
}
.c-faq__01 .accordion .accordion-item {
  overflow: hidden;
  padding: 20px 10px;
}
.c-faq__01 .accordion .accordion-item .accordion-header {
  text-align: left;
  cursor: pointer;
  width: 100%;
  border: none;
  outline: none;
  color: #000;
}
.c-faq__01 .accordion .accordion-item .accordion-header .title-wrap {
  line-height: 1.8;
  padding: 10px 0 10px 50px;
  position: relative;
}
.c-faq__01 .accordion .accordion-item .accordion-header .title-wrap::before, .c-faq__01 .accordion .accordion-item .accordion-header .title-wrap::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 2px;
  background-color: #333;
  top: 20px;
  left: 15px;
  transition: transform 0.3s ease;
}
.c-faq__01 .accordion .accordion-item .accordion-header .title-wrap::before {
  transform: rotate(0deg);
}
.c-faq__01 .accordion .accordion-item .accordion-header .title-wrap::after {
  transform: rotate(90deg);
}
.c-faq__01 .accordion .accordion-item .accordion-header .title-wrap .title {
  letter-spacing: 0.2em;
}
.c-faq__01 .accordion .accordion-item .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.c-faq__01 .accordion .accordion-item .accordion-content .answer-wrap {
  line-height: 1.6;
  padding: 20px 20px 20px;
  margin: 0px 10px 20px 20px;
  background: white;
}
@media screen and (min-width: 835px) {
  .c-faq__01 .accordion .accordion-item .accordion-content .answer-wrap {
    margin: 0 20px 20px 0;
  }
}
.c-faq__01 .accordion .accordion-item.active .accordion-content {
  max-height: 1000px;
}
.c-faq__01 .accordion .accordion-item.open .title-wrap::before {
  transform: rotate(45deg);
}
.c-faq__01 .accordion .accordion-item.open .title-wrap::after {
  transform: rotate(-45deg);
}

.price-table--01 {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 60px;
}
@media screen and (min-width: 835px) {
  .price-table--01 {
    text-align: center;
  }
}
.price-table--01 th,
.price-table--01 td {
  border: 1px solid #ccc;
  padding: 12px 8px;
  line-height: 1.6;
}
.price-table--01 thead {
  background: #f5f7f8;
}
.price-table--01 thead th {
  font-weight: bold;
}
.price-table--01 tbody td:first-child {
  background: #f5f7f8;
  font-weight: bold;
}
.price-table--02 {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
}
@media screen and (min-width: 835px) {
  .price-table--02 {
    width: 80%;
    text-align: center;
  }
}
.price-table--02 th,
.price-table--02 td {
  border: 1px solid #ccc;
  padding: 12px 8px;
  line-height: 1.6;
}
.price-table--02 thead th {
  background-color: #f5f7f8;
  font-weight: bold;
}
.price-table--02 thead tr:first-child th {
  background: rgba(255, 245, 235, 0.6);
  text-align: center;
}
.price-table--02 tbody td.row-title {
  background: rgba(255, 245, 235, 0.6);
  font-weight: bold;
}
.price-table--02 td {
  vertical-align: middle;
}
.price-table--03 {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
.price-table--03 th,
.price-table--03 td {
  padding: 16px 20px;
  border: 1px solid #ccc;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.price-table--03 th {
  width: 70%;
  font-weight: 500;
  text-align: left;
  background: #fafafa;
}
.price-table--03 td {
  width: 30%;
  text-align: right;
  font-weight: 600;
  white-space: nowrap;
}
@media screen and (min-width: 835px) {
  .price-table--03 {
    width: 80%;
  }
  .price-table--03 th,
  .price-table--03 td {
    font-size: 15px;
    padding: 18px 24px;
  }
}
.price-table--04 {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
}
.price-table--04 th,
.price-table--04 td {
  padding: 12px 8px;
  line-height: 1.6;
  font-size: 14px;
  color: #333;
}
.price-table--04 th {
  font-weight: bold;
  text-align: left;
  background: #f5f7f8;
}
.price-table--04 td {
  background: #fff;
}
.price-table--04 tbody tr {
  display: block;
  margin-bottom: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}
.price-table--04 tbody th,
.price-table--04 tbody td {
  display: block;
  width: 100%;
  border: none;
}
.price-table--04 tbody th {
  background: #f5f7f8;
}
.price-table--04 tbody td {
  padding-top: 8px;
}
.price-table--04 {
  /* ===== tablet / pc ===== */
}
@media screen and (min-width: 835px) {
  .price-table--04 {
    text-align: center;
  }
  .price-table--04 tbody tr {
    display: table-row;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
  }
  .price-table--04 tbody th,
  .price-table--04 tbody td {
    display: table-cell;
    border: 1px solid #ccc;
  }
  .price-table--04 tbody th {
    width: 30%;
    background: #f5f7f8;
    text-align: left;
  }
  .price-table--04 tbody td {
    text-align: center;
  }
}

.treatment {
  width: 100%;
  padding: 24px;
  background-color: #f9fafa;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}
@media screen and (min-width: 835px) {
  .treatment {
    width: 80%;
  }
}
.treatment__title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 16px;
  color: #c0392b;
}
.treatment__description {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 24px;
}
.treatment__subtitle {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: #c0392b;
}
.treatment__flow {
  list-style: none;
  padding-left: 0;
  counter-reset: flow;
}
.treatment__flow li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 16px;
  font-size: 1rem;
  line-height: 1.8;
}
.treatment__flow li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #c0392b;
  border-radius: 50%;
}
.treatment__flow .flow-step {
  font-weight: 700;
  margin-right: 8px;
  color: #c0392b;
}

.only-text {
  line-height: 1.8;
}

.common-list li {
  margin-bottom: 60px;
}
.common-list li:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}
@media screen and (min-width: 835px) {
  .common-list li {
    display: flex;
    align-items: center;
  }
}
.common-list li.reverse {
  flex-direction: row-reverse;
}
.common-list li .point {
  font-weight: bold;
  width: fit-content;
  background: linear-gradient(to right, #d1e7d9 0%, #ffffff 100%);
  padding: 0 8px;
  margin-bottom: 12px;
}
.common-list li .point--sp {
  margin-bottom: 12px;
}
@media screen and (min-width: 835px) {
  .common-list li .point--sp {
    display: none;
  }
}
.common-list li .point--pc {
  display: none;
}
@media screen and (min-width: 835px) {
  .common-list li .point--pc {
    display: block;
  }
}
.common-list li .point .num {
  font-size: 20px;
  color: #23c960;
}
.common-list li .img {
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 835px) {
  .common-list li .img {
    width: 40%;
  }
}
.common-list li .img img {
  width: 100%;
  height: 100%;
}
.common-list li .cont-desc {
  padding: 0 5%;
  line-height: 1.8;
}
@media screen and (min-width: 835px) {
  .common-list li .cont-desc {
    flex: 1;
  }
}
.common-list li .cont-desc h3 {
  margin: 6px 0 30px;
  line-height: 1.8;
}
@media screen and (min-width: 835px) {
  .common-list li .cont-desc h3 {
    font-size: 24px;
  }
}

.meritdemerit-list {
  margin-bottom: 40px;
}
.meritdemerit-list h3 {
  color: #23c960;
  margin-bottom: 10px;
}
.meritdemerit-list h3.red {
  color: #c0392b;
}
.meritdemerit-list .text-top {
  line-height: 1.6;
  margin-bottom: 24px;
}
.meritdemerit-list .accordion {
  margin-top: 40px;
  list-style: none;
  width: 100%;
  border: 1px solid #000;
  background: #fff;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 835px) {
  .meritdemerit-list .accordion {
    grid-template-columns: 1fr 1fr;
    padding: 10px 40px;
  }
}
@media screen and (min-width: 835px) {
  .meritdemerit-list .accordion--whitening {
    grid-template-columns: 1fr;
  }
}
.meritdemerit-list .accordion .accordion-item {
  overflow: hidden;
  padding: 20px 10px;
}
.meritdemerit-list .accordion .accordion-item .accordion-header {
  text-align: left;
  cursor: pointer;
  width: 100%;
  border: none;
  outline: none;
  color: #000;
}
.meritdemerit-list .accordion .accordion-item .accordion-header .title-wrap {
  line-height: 1.8;
  padding: 10px 0 10px 50px;
  position: relative;
}
.meritdemerit-list .accordion .accordion-item .accordion-header .title-wrap::before, .meritdemerit-list .accordion .accordion-item .accordion-header .title-wrap::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 2px;
  background-color: #333;
  top: 24px;
  left: 15px;
  transition: transform 0.3s ease;
}
.meritdemerit-list .accordion .accordion-item .accordion-header .title-wrap::before {
  transform: rotate(0deg);
}
.meritdemerit-list .accordion .accordion-item .accordion-header .title-wrap::after {
  transform: rotate(90deg);
}
.meritdemerit-list .accordion .accordion-item .accordion-header .title-wrap .title {
  letter-spacing: 0.2em;
}
.meritdemerit-list .accordion .accordion-item .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background-color: #f4f7f8;
}
.meritdemerit-list .accordion .accordion-item .accordion-content .answer-wrap {
  line-height: 1.6;
  padding: 20px;
  margin: 0px 10px 20px 10px;
}
@media screen and (min-width: 835px) {
  .meritdemerit-list .accordion .accordion-item .accordion-content .answer-wrap {
    padding: 20px 0px 20px 50px;
    background: none;
    margin: 0;
  }
}
.meritdemerit-list .accordion .accordion-item .accordion-content .answer-wrap li {
  list-style: disc;
}
.meritdemerit-list .accordion .accordion-item .accordion-content .answer-wrap--whitening {
  padding: 20px;
}
.meritdemerit-list .accordion .accordion-item .accordion-content .answer-add {
  padding: 20px;
}
.meritdemerit-list .accordion .accordion-item.active .accordion-content {
  max-height: 1000px;
}
.meritdemerit-list .accordion .accordion-item.open .title-wrap::before {
  transform: rotate(45deg);
}
.meritdemerit-list .accordion .accordion-item.open .title-wrap::after {
  transform: rotate(-45deg);
}

.s-step {
  position: relative;
}
.s-step .sec-title {
  margin-bottom: 12px;
}
.s-step .title-lead {
  margin-bottom: 40px;
}
@media screen and (min-width: 835px) {
  .s-step .title-block {
    position: sticky;
    top: 30px;
  }
}
.s-step .card-body {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.s-step .card-item {
  border-top: 1px solid #ccc;
  background: #fff;
  margin-bottom: 60px;
  /* ===== PC：sticky ===== */
}
.s-step .card-item__01 {
  top: 200px;
}
.s-step .card-item__02 {
  top: 260px;
}
.s-step .card-item__03 {
  top: 320px;
}
.s-step .card-item__04 {
  top: 380px;
}
.s-step .card-item__05 {
  top: auto;
}
.s-step .card-item .title-sub {
  padding: 20px 0;
  letter-spacing: 0.2em;
}
.s-step .card-item .title-sub span {
  margin-right: 6px;
  letter-spacing: 0.01em;
  font-size: 32px;
  color: #23c960;
}
@media screen and (min-width: 1025px) {
  .s-step .card-item .card-desc {
    display: flex;
    gap: 96px;
    align-items: center;
  }
}
.s-step .card-item .card-desc .img {
  width: 100%;
  aspect-ratio: 335/203;
}
@media screen and (min-width: 1025px) {
  .s-step .card-item .card-desc .img {
    width: 470px;
    flex-shrink: 0;
  }
}
.s-step .card-item .card-desc .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s-step .card-item .card-desc .text-desc {
  flex: 1;
}
.s-step .card-item .card-desc .text-desc .text {
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.s-step .card-item .card-desc .text-desc .text span {
  color: #23c960;
  font-weight: bold;
  font-size: 20px;
  display: block;
  margin: 20px 0;
}
@media screen and (min-width: 1025px) {
  .s-step .card-item .card-desc .text-desc .text span {
    margin-top: 0;
    letter-spacing: 0.1em;
  }
}

.common-cont {
  background: #fafafa;
  border-left: 3px solid #c0392b;
  padding: 16px;
  margin-top: 20px;
}
@media screen and (min-width: 835px) {
  .common-cont {
    padding: 20px 24px;
  }
}
.common-cont--blue {
  border-left: 3px solid #1f7185;
}
.common-cont .risc-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #c0392b;
}
@media screen and (min-width: 835px) {
  .common-cont .risc-title {
    font-size: 16px;
  }
}
.common-cont .risc-title--blue {
  color: #1f7185;
}
.common-cont p {
  font-size: 13px;
  line-height: 1.7;
  margin: 0;
}
@media screen and (min-width: 835px) {
  .common-cont p {
    font-size: 14px;
  }
}

.pagination {
  margin: 60px 0;
}
.pagination .nav-links {
  display: flex;
  justify-content: center;
}
.pagination .page-numbers {
  display: block;
  margin: 0 10px;
  padding: 10px 8px;
  text-decoration: none;
  color: #3a3a3a;
  transition: all 0.3s ease;
  border: 1px solid #000;
}
.pagination .page-numbers:hover {
  background-color: #3a3a3a;
  color: #fff;
  border-color: #3a3a3a;
}
.pagination .page-numbers.current {
  pointer-events: none;
  background-color: #3a3a3a;
  color: #fff;
}
.pagination .page-numbers.dots {
  pointer-events: none;
  border: none;
  color: #999;
  background: transparent;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  border: none;
}

.content-body {
  margin-top: 32px;
}
.content-body p {
  line-height: 1.8;
  margin-bottom: 24px;
}
.content-body p:last-child {
  margin-bottom: 48px;
}
.content-body .wp-block-column .wp-block-heading {
  font-size: 24px;
  line-height: 1.4;
}
.content-body .wp-block-column h3.wp-block-heading,
.content-body .wp-block-column h4.wp-block-heading {
  margin-bottom: 12px;
}
.content-body .wp-block-column p {
  font-size: 14px;
}
.content-body .wp-block-column p a {
  text-decoration: underline;
}
.content-body .wp-block-column .wp-block-image {
  aspect-ratio: 1/1;
}
.content-body .wp-block-column .wp-block-image img {
  width: 100%;
  height: 100%;
}
.content-body ul,
.content-body ol {
  list-style: auto;
  line-height: 1.6;
}

.breadcrumb {
  font-size: 10px;
  margin: 120px 0 0;
}
.breadcrumb .breadcrumb__list {
  display: flex;
  gap: 8px;
  line-height: 1.6;
  letter-spacing: 0.2em;
  text-align: justify;
  padding: 10px 0;
}
.breadcrumb .breadcrumb__list .current-item {
  color: #0da0a0;
}

.s-contact__01 {
  color: #000;
  font-size: clamp(14px, 2vw, 16px);
  text-align: left;
  line-height: 1.6;
}
.s-contact__01 .sec-ttl {
  font-weight: 700;
  margin-bottom: clamp(30px, 5vw, 60px);
}
.s-contact__01 .sec-ttl h2 {
  font-size: clamp(30px, 5vw, 48px);
}
.s-contact__01 .sec-ttl h2 span {
  font-size: clamp(12px, 2vw, 16px);
  display: block;
  margin-top: 8px;
}
.s-contact__01 .sec-ttl p {
  color: #747474;
  font-size: clamp(12px, 2vw, 16px);
  margin-top: 5px;
}
.s-contact__01 .content-ttl {
  padding: 80px 0;
  border-bottom: 1px solid #000;
  margin-bottom: 80px;
}
.s-contact__01 .content-ttl:first-of-type {
  padding-top: 0;
}
.s-contact__01 .content-ttl:last-of-type {
  margin-bottom: 0;
}
.s-contact__01 .content-form,
.s-contact__01 .content-policy {
  margin-bottom: 80px;
}
.s-contact__01 .content-form:last-of-type,
.s-contact__01 .content-policy:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 835px) {
  .s-contact__01 .container-form form .form-container {
    padding-bottom: 45px;
    display: flex;
  }
}
.s-contact__01 .container-form form table {
  width: 100%;
  border-collapse: collapse;
}
.s-contact__01 .container-form form table th,
.s-contact__01 .container-form form table td {
  display: block;
  width: 100%;
}
.s-contact__01 .container-form form table td {
  margin-bottom: 20px;
}
@media screen and (min-width: 835px) {
  .s-contact__01 .container-form form table td {
    padding: 0 0 65px;
    width: calc(100% - 290px);
  }
}
.s-contact__01 .container-form form table .form-ttl {
  font-size: clamp(14px, 2vw, 16px);
  font-weight: bold;
  text-align: left;
}
@media screen and (min-width: 835px) {
  .s-contact__01 .container-form form table .form-ttl {
    vertical-align: top;
    width: 290px;
  }
}
.s-contact__01 .container-form form table .form-ttl span {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 8px;
  border-radius: 2px;
  margin-right: 20px;
}
@media screen and (min-width: 431px) {
  .s-contact__01 .container-form form table .form-ttl span {
    padding: 6px;
    margin-right: 10px;
    font-size: 10px;
  }
}
.s-contact__01 .container-form form table .form-ttl span.required {
  color: #a6a6a6;
}
.s-contact__01 .container-form form table .form-ttl span:not(.required) {
  background: #525252;
}
.s-contact__01 .container-form form .select-container {
  position: relative;
}
.s-contact__01 .container-form form .select-container::after {
  position: absolute;
  top: 50%;
  right: 2em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid rgba(79, 70, 70, 0.8);
  pointer-events: none;
}
.s-contact__01 .container-form form input[type=text],
.s-contact__01 .container-form form input[type=email],
.s-contact__01 .container-form form textarea,
.s-contact__01 .container-form form select {
  padding: 18px 20px;
  background: #e8eaec;
  border-radius: 2px;
  width: 100%;
  margin-top: -13px;
}
.s-contact__01 .container-form form input::placeholder,
.s-contact__01 .container-form form textarea::placeholder,
.s-contact__01 .container-form form option {
  color: #21121e;
  font-size: clamp(14px, 2vw, 16px);
}
.s-contact__01 .container-form form input[type=submit] {
  width: 50%;
  font-size: clamp(14px, 2vw, 16px);
  text-align: center;
  background: #d9d9d9;
  border: 1px solid #00114d;
  padding: 10px 0;
  margin-top: 10px;
  max-width: 400px;
  display: block;
}
.s-contact__01 .content-policy .list {
  margin-bottom: 40px;
}
.s-contact__01 .content-policy .list .ttl {
  margin-bottom: 20px;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #eff8f6;
  text-align: center;
  display: flex;
  gap: 10px;
  margin-top: 46px;
  align-items: center;
  padding: 10px;
  border-color: transparent;
}
.wpcf7 form.sent .wpcf7-response-output::before {
  content: "";
  width: 24px;
  height: 24px;
  background-color: #000000;
  mask-image: url("../images/icon-check.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("../images/icon-check.svg"); /* Safari対応 */
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: transparent;
  background: rgb(250, 234, 240);
}

.thank-you {
  text-align: center;
  line-height: 1.6;
  margin: 60px 0;
}

.s-info {
  background: #fafafa;
}
.s-info .mv-info img {
  min-height: 200px;
  height: 100%;
}
@media screen and (min-width: 835px) {
  .s-info .container {
    display: flex;
  }
}
.s-info .container .cont-l,
.s-info .container .cont-r {
  padding: 40px 0px;
  transition: background-color 0.5s ease, flex-basis 0.3s ease;
  flex-basis: 50%;
}
@media screen and (min-width: 835px) {
  .s-info .container .cont-l,
  .s-info .container .cont-r {
    padding: 40px 20px;
    display: flex;
    text-align: left;
  }
}
.s-info .container .cont-l img {
  width: 100%;
  object-fit: unset;
}
.s-info .container .cont-r .items {
  width: 100%;
}
.s-info .container .cont-r .items .table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding: 0;
}
.s-info .container .cont-r .items .time-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  text-align: center;
  font-size: 14px;
}
@media screen and (min-width: 835px) {
  .s-info .container .cont-r .items .time-table {
    min-width: auto;
    max-width: 720px;
    margin: 0 auto;
    font-size: 15px;
  }
}
.s-info .container .cont-r .items .time-table th,
.s-info .container .cont-r .items .time-table td {
  border: 1px solid #ddd;
  padding: 10px 6px;
}
@media screen and (min-width: 835px) {
  .s-info .container .cont-r .items .time-table th,
  .s-info .container .cont-r .items .time-table td {
    padding: 12px;
  }
}
.s-info .container .cont-r .items .time-table thead {
  background: #f5f7f8;
}
.s-info .container .cont-r .items .time-table thead th {
  font-weight: 700;
}
.s-info .container .cont-r .items .time-table tbody th,
.s-info .container .cont-r .items .time-table tbody td {
  background: #ffffff;
}
.s-info .container .cont-r .items .time-table tbody th {
  font-weight: 600;
  white-space: nowrap;
}
.s-info .container .cont-r .items .time-table .ok {
  color: #4caf50;
  font-weight: 700;
  font-size: 16px;
}
.s-info .container .cont-r .items .time-table .ng {
  color: #e57373;
  font-weight: 700;
  font-size: 16px;
}
.s-info .container .cont-r .items .table-text {
  margin-top: 8px;
  text-align: end;
  font-size: 12px;
}
.s-info .container .cont-r .items .add-cont {
  color: #23c960;
  margin: 24px 0;
}
.s-info .container .cont-r .items .add-cont .tel {
  margin-bottom: 16px;
}
.s-info .container .cont-r .items .add-cont .tel span {
  font-size: 20px;
  font-weight: bold;
}
.s-info .container .cont-r .items .text {
  line-height: 2;
  margin-bottom: 20px;
}
@media screen and (min-width: 835px) {
  .s-info .container .cont-r .items .btn-wrap {
    display: flex;
    justify-content: space-between;
  }
}
.s-info .container .cont-r .items .btn-wrap .a-btn__06 {
  margin-bottom: 12px;
}

.m-payment {
  background-color: #f4f7f8;
  padding: 48px 16px;
  font-family: "Noto Sans JP", sans-serif;
}
.m-payment__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.m-payment__item {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.m-payment__method {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #333;
}
.m-payment__description {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555;
}
.m-payment .m-payment__method {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
@media screen and (min-width: 835px) {
  .m-payment .m-payment__method {
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }
}
.m-payment .m-payment__method .m-payment__icon {
  width: 100%;
  max-width: 248px;
  height: auto;
  margin-top: 8px;
}

body.home .s-about {
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 0;
}
body.home .s-about .content-body .grid-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: grid;
  grid-template-rows: repeat(1, minmax(0, 1fr));
  grid-template-columns: repeat(12, minmax(0, 1fr));
  width: 100%;
}
@media screen and (min-width: 835px) {
  body.home .s-about .content-body .grid-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
body.home .s-about .content-body .grid-wrap .cont-l {
  grid-column: auto/span 12;
}
@media screen and (min-width: 835px) {
  body.home .s-about .content-body .grid-wrap .cont-l {
    grid-column: auto;
  }
}
body.home .s-about .content-body .grid-wrap .cont-l h3 {
  font-size: clamp(24px, 4.5vw, 48px);
  line-height: 1.8;
}
body.home .s-about .content-body .grid-wrap .cont-l h3 span {
  font-size: clamp(18px, 4.5vw, 28px);
}
body.home .s-about .content-body .grid-wrap .cont-l .text-desc {
  margin-top: 60px;
}
body.home .s-about .content-body .grid-wrap .cont-l .text-desc p {
  line-height: 2.3;
}
body.home .s-about .content-body .grid-wrap .cont-l .a-btn__10 {
  margin-top: 50px;
}
body.home .s-about .content-body .grid-wrap .cont-r {
  grid-column: auto/span 12;
  margin-top: 75px;
}
@media screen and (min-width: 835px) {
  body.home .s-about .content-body .grid-wrap .cont-r {
    grid-column: auto;
    padding-left: 8.33%;
  }
}
body.home .s-about .content-body .grid-wrap .cont-r {
  position: relative;
}
body.home .s-about .content-body .grid-wrap .cont-r .top-img {
  border-radius: 20px;
  overflow: hidden;
  width: 66.64%;
  margin: 0 auto;
  margin-left: auto;
  aspect-ratio: 400/487;
}
@media screen and (min-width: 835px) {
  body.home .s-about .content-body .grid-wrap .cont-r .top-img {
    width: 80%;
  }
}
body.home .s-about .content-body .grid-wrap .cont-r .top-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
body.home .s-about .content-body .grid-wrap .cont-r .bottom-img {
  border-radius: 20px;
  overflow: hidden;
  position: absolute;
  top: -20%;
  right: 0;
  left: auto;
  width: 33.332%;
  aspect-ratio: 240/340;
}
@media screen and (min-width: 835px) {
  body.home .s-about .content-body .grid-wrap .cont-r .bottom-img {
    top: 60%;
    left: 0;
    width: 50%;
    margin-left: auto;
  }
}
body.home .s-about .content-body .grid-wrap .cont-r .bottom-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 835px) {
  body.home .s-cardlink .card-container {
    display: flex;
  }
}
body.home .s-cardlink .card-container .cont-l,
body.home .s-cardlink .card-container .cont-r {
  transition: background-color 0.5s ease, flex-basis 0.3s ease, color 0.3s ease;
  flex-basis: 50%;
  color: #fff;
  padding: 24px;
}
@media screen and (min-width: 835px) {
  body.home .s-cardlink .card-container .cont-l,
  body.home .s-cardlink .card-container .cont-r {
    display: flex;
    text-align: left;
  }
}
body.home .s-cardlink .card-container .cont-l a,
body.home .s-cardlink .card-container .cont-r a {
  padding: 24px;
}
@media screen and (min-width: 835px) {
  body.home .s-cardlink .card-container .cont-l a,
  body.home .s-cardlink .card-container .cont-r a {
    padding: 60px;
  }
}
body.home .s-cardlink .card-container .cont-l:hover,
body.home .s-cardlink .card-container .cont-r:hover {
  flex-basis: 70%;
  color: #23c960;
}
body.home .s-cardlink .card-container .cont-l:hover .btn .circle,
body.home .s-cardlink .card-container .cont-r:hover .btn .circle {
  width: 100%;
}
body.home .s-cardlink .card-container .cont-l:hover .btn .btn-txt,
body.home .s-cardlink .card-container .cont-r:hover .btn .btn-txt {
  color: #fff;
}
body.home .s-cardlink .card-container .cont-l {
  background-image: url("../images/cardlink-l.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body.home .s-cardlink .card-container .cont-r {
  background-image: url("../images/cardlink-r.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body.home .s-cardlink .card-container .items .title-wrapper {
  padding-bottom: 120px;
}
body.home .s-cardlink .card-container .items .title-wrapper .title {
  font-size: clamp(40px, 5vw, 60px);
}
body.home .s-cardlink .card-container .items .title-wrapper .sub-title {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
}
body.home .s-news .news-wrap .news-list {
  padding: clamp(18px, 4vw, 40px);
  border-radius: 20px;
  border: 4px solid #e6ffef;
}
body.home .s-news .news-wrap .news-list li {
  line-height: 1.6;
  margin-bottom: 20px;
}
body.home .s-news .news-wrap .news-list li:last-child {
  margin-bottom: 0;
}
body.home .s-news .news-wrap .news-list li span {
  display: block;
}
@media screen and (min-width: 835px) {
  body.home .s-news .news-wrap .news-list li span {
    display: inline-block;
  }
}
body.home .s-news .news-wrap .news-list li .title {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 835px) {
  body.home .s-news .news-wrap .news-list li .title {
    margin-left: 16px;
  }
}
body.home .s-news .news-wrap .news-list li .date {
  font-weight: 700;
  color: #23c960;
}
body.home .s-news .news-wrap .news-list li p {
  margin-top: 8px;
}

body.single .s-single .inner {
  max-width: 744px;
  margin: 32px auto 98px;
  padding: 10px;
}
body.single .s-single .inner .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin: 8px 0 24px;
}
body.single .s-single .inner .title-sub {
  font-weight: 700;
  margin-bottom: 24px;
}
body.single .s-single .inner .img {
  max-width: 744px;
}
body.single .s-single .inner .content-body {
  margin-top: 32px;
}
body.single .s-single .inner .content-body p {
  line-height: 1.8;
  margin-bottom: 24px;
}
body.single .s-single .inner .content-body p:last-child {
  margin-bottom: 48px;
}
body.single .s-single .inner .cards time {
  font-size: 14px;
}
body.single .s-single .inner .cards .title {
  font-size: 16px;
}
body.single .s-single .single-nav {
  margin-bottom: 40px;
}
body.single .s-single .single-nav .nav-links {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 10px 16px;
  border-radius: 5px;
}
body.single .s-single .single-nav .nav-links a {
  padding: 0 16px;
  position: relative;
}
body.single .s-single .single-nav .nav-links .prev-link a::before,
body.single .s-single .single-nav .nav-links .next-link a::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}
body.single .s-single .single-nav .nav-links .prev-link a::before {
  content: "<";
  left: 0;
}
body.single .s-single .single-nav .nav-links .next-link a::after {
  content: ">";
  right: 0;
}

body.page-id-20 .s-greeting .flex-box,
body.page-id-12 .s-greeting .flex-box {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 835px) {
  body.page-id-20 .s-greeting .flex-box,
  body.page-id-12 .s-greeting .flex-box {
    flex-direction: row;
  }
}
body.page-id-20 .s-greeting .flex-box .img,
body.page-id-12 .s-greeting .flex-box .img {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 835px) {
  body.page-id-20 .s-greeting .flex-box .img,
  body.page-id-12 .s-greeting .flex-box .img {
    width: 460px;
  }
}
body.page-id-20 .s-greeting .flex-box .img img,
body.page-id-12 .s-greeting .flex-box .img img {
  width: 100%;
  height: 100%;
}
body.page-id-20 .s-greeting .flex-box .text,
body.page-id-12 .s-greeting .flex-box .text {
  flex: 1;
  line-height: 1.75;
}
body.page-id-20 .s-greeting .flex-box .text span,
body.page-id-12 .s-greeting .flex-box .text span {
  display: block;
  text-align: end;
  width: fit-content;
  margin-left: auto;
  margin-top: 10px;
}
body.page-id-20 .s-facilities .card-wrap .cards,
body.page-id-12 .s-facilities .card-wrap .cards {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 24px;
}
@media screen and (min-width: 835px) {
  body.page-id-20 .s-facilities .card-wrap .cards,
  body.page-id-12 .s-facilities .card-wrap .cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    row-gap: 56px;
  }
}
body.page-id-20 .s-facilities .card-wrap .cards li a,
body.page-id-12 .s-facilities .card-wrap .cards li a {
  line-height: 1.8;
}
body.page-id-20 .s-facilities .card-wrap .cards li a .img,
body.page-id-12 .s-facilities .card-wrap .cards li a .img {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 12px;
  aspect-ratio: 380/218;
}
body.page-id-20 .s-facilities .card-wrap .cards li a .img img,
body.page-id-12 .s-facilities .card-wrap .cards li a .img img {
  width: 100%;
}
body.page-id-20 .s-facilities .card-wrap .cards li a h3,
body.page-id-12 .s-facilities .card-wrap .cards li a h3 {
  margin-bottom: 12px;
  font-weight: bold;
  background: linear-gradient(to right, #d1e7d9 0%, #ffffff 100%);
  padding: 0 8px;
  border-radius: 0.2em;
}
body.page-id-20 .s-medical_info .company-table,
body.page-id-12 .s-medical_info .company-table {
  width: 100%;
  border-collapse: collapse;
  max-width: 864px;
  margin: 0 auto;
}
body.page-id-20 .s-medical_info .company-table th,
body.page-id-20 .s-medical_info .company-table td,
body.page-id-12 .s-medical_info .company-table th,
body.page-id-12 .s-medical_info .company-table td {
  padding: 20px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.6);
  text-align: left;
  line-height: 1.8;
  vertical-align: top;
}
@media screen and (min-width: 1025px) {
  body.page-id-20 .s-medical_info .company-table th,
  body.page-id-20 .s-medical_info .company-table td,
  body.page-id-12 .s-medical_info .company-table th,
  body.page-id-12 .s-medical_info .company-table td {
    padding: 28px;
  }
}
body.page-id-20 .s-medical_info .company-table th,
body.page-id-12 .s-medical_info .company-table th {
  width: 100px;
  font-weight: normal;
}
@media screen and (min-width: 835px) {
  body.page-id-20 .s-medical_info .company-table th,
  body.page-id-12 .s-medical_info .company-table th {
    width: 25%;
  }
}

body.page-id-18 .s-staff .staff-body,
body.page-id-10 .s-staff .staff-body {
  margin-bottom: 80px;
}
body.page-id-18 .s-staff .staff-body .grid-items,
body.page-id-10 .s-staff .staff-body .grid-items {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
}
@media screen and (min-width: 835px) {
  body.page-id-18 .s-staff .staff-body .grid-items,
  body.page-id-10 .s-staff .staff-body .grid-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
body.page-id-18 .s-staff .staff-body .grid-items .item .img-wrap,
body.page-id-10 .s-staff .staff-body .grid-items .item .img-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
@media screen and (min-width: 835px) {
  body.page-id-18 .s-staff .staff-body .grid-items .item .img-wrap,
  body.page-id-10 .s-staff .staff-body .grid-items .item .img-wrap {
    width: 80%;
    margin: 0 auto;
  }
}
body.page-id-18 .s-staff .staff-body .grid-items .item .img-wrap .img img,
body.page-id-10 .s-staff .staff-body .grid-items .item .img-wrap .img img {
  width: 100%;
  height: auto;
  display: block;
}
body.page-id-18 .s-staff .staff-body .grid-items .item .img-wrap .category,
body.page-id-10 .s-staff .staff-body .grid-items .item .img-wrap .category {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  padding: 4px 18px;
  font-size: 14px;
  background: #f6f4bb;
  color: #484848;
  border-radius: 20px;
}
body.page-id-18 .s-staff .staff-body .grid-items .item .name,
body.page-id-10 .s-staff .staff-body .grid-items .item .name {
  text-align: center;
  padding: 20px 0 40px;
  font-size: 20px;
  font-weight: bold;
}
body.page-id-18 .s-staff .staff-body .grid-items .item .name .positions,
body.page-id-10 .s-staff .staff-body .grid-items .item .name .positions {
  font-size: 16px;
}
body.page-id-18 .s-staff .staff-body .grid-items .item .info-desc,
body.page-id-10 .s-staff .staff-body .grid-items .item .info-desc {
  padding: 20px;
  background: #faf7f9;
  border-radius: 0.5em;
}
body.page-id-18 .s-staff .staff-body .grid-items .item .info-desc .skill,
body.page-id-10 .s-staff .staff-body .grid-items .item .info-desc .skill {
  margin-bottom: 32px;
}
body.page-id-18 .s-staff .staff-body .grid-items .item .info-desc .skill .skill-title,
body.page-id-10 .s-staff .staff-body .grid-items .item .info-desc .skill .skill-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #969696;
  font-weight: bold;
  margin-bottom: 12px;
}
body.page-id-18 .s-staff .staff-body .grid-items .item .info-desc .skill ul,
body.page-id-10 .s-staff .staff-body .grid-items .item .info-desc .skill ul {
  padding-left: 1.2em;
}
body.page-id-18 .s-staff .staff-body .grid-items .item .info-desc .skill ul li,
body.page-id-10 .s-staff .staff-body .grid-items .item .info-desc .skill ul li {
  list-style: disc;
  margin-bottom: 8px;
}
body.page-id-18 .s-staff .staff-body .grid-items .item .info-desc .skill ul li::marker,
body.page-id-10 .s-staff .staff-body .grid-items .item .info-desc .skill ul li::marker {
  color: #23c960;
}
body.page-id-18 .s-staff .staff-body .grid-items .item .info-desc .experience,
body.page-id-10 .s-staff .staff-body .grid-items .item .info-desc .experience {
  text-align: 1.8;
}
body.page-id-18 .s-staff .staff-body .grid-items .item .info-desc .experience .experience-title,
body.page-id-10 .s-staff .staff-body .grid-items .item .info-desc .experience .experience-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #969696;
  font-weight: bold;
  margin-bottom: 12px;
}
body.page-id-18 .s-staff .staff-body .grid-items .item .info-desc .experience p,
body.page-id-10 .s-staff .staff-body .grid-items .item .info-desc .experience p {
  line-height: 1.8;
}

body.page-id-16 .s-price .container-item,
body.page-id-15 .s-price .container-item {
  max-width: 100%;
  margin: 0 auto 80px;
}
body.page-id-16 .s-price .container-item:last-child,
body.page-id-15 .s-price .container-item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 835px) {
  body.page-id-16 .s-price .container-item,
  body.page-id-15 .s-price .container-item {
    max-width: 960px;
  }
}
body.page-id-16 .s-price,
body.page-id-15 .s-price {
  /* ===== title ===== */
}
body.page-id-16 .s-price .list-title,
body.page-id-15 .s-price .list-title {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 28px;
  letter-spacing: 0.04em;
}
body.page-id-16 .s-price .list-title::after,
body.page-id-15 .s-price .list-title::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  background: #c0392b;
  margin: 12px auto 0;
}
@media screen and (min-width: 835px) {
  body.page-id-16 .s-price .list-title,
  body.page-id-15 .s-price .list-title {
    font-size: 26px;
    margin-bottom: 32px;
  }
  body.page-id-16 .s-price .list-title::after,
  body.page-id-15 .s-price .list-title::after {
    width: 64px;
  }
}
body.page-id-16 .s-price,
body.page-id-15 .s-price {
  /* ===== list ===== */
}
body.page-id-16 .s-price .lists,
body.page-id-15 .s-price .lists {
  list-style: none;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 20px;
}
@media screen and (min-width: 835px) {
  body.page-id-16 .s-price .lists,
  body.page-id-15 .s-price .lists {
    padding: 32px;
  }
}
body.page-id-16 .s-price .lists li,
body.page-id-15 .s-price .lists li {
  margin-bottom: 60px;
}
body.page-id-16 .s-price .lists li:last-child,
body.page-id-15 .s-price .lists li:last-child {
  margin-bottom: 0;
}
body.page-id-16 .s-price .lists li h4,
body.page-id-15 .s-price .lists li h4 {
  font-size: 17px;
  margin-bottom: 16px;
}
@media screen and (min-width: 835px) {
  body.page-id-16 .s-price .lists li h4,
  body.page-id-15 .s-price .lists li h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
body.page-id-16 .s-price .lists li,
body.page-id-15 .s-price .lists li {
  /* ===== table ===== */
}
body.page-id-16 .s-price .lists li .price-table,
body.page-id-15 .s-price .lists li .price-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  font-size: 12px;
  text-align: center;
}
body.page-id-16 .s-price .lists li .price-table th,
body.page-id-16 .s-price .lists li .price-table td,
body.page-id-15 .s-price .lists li .price-table th,
body.page-id-15 .s-price .lists li .price-table td {
  padding: 10px 6px;
  border: 1px solid #ddd;
  line-height: 1.4;
}
body.page-id-16 .s-price .lists li .price-table thead,
body.page-id-15 .s-price .lists li .price-table thead {
  background: #f7f7f7;
}
body.page-id-16 .s-price .lists li .price-table thead th,
body.page-id-15 .s-price .lists li .price-table thead th {
  font-weight: 600;
}
body.page-id-16 .s-price .lists li .price-table tbody td,
body.page-id-15 .s-price .lists li .price-table tbody td {
  font-weight: 500;
  font-size: 12px;
}
@media screen and (min-width: 835px) {
  body.page-id-16 .s-price .lists li .price-table tbody td,
  body.page-id-15 .s-price .lists li .price-table tbody td {
    font-size: 16px;
  }
}
body.page-id-16 .s-price .lists li .price-table tbody td:first-child,
body.page-id-15 .s-price .lists li .price-table tbody td:first-child {
  font-size: 16px;
}
@media screen and (min-width: 835px) {
  body.page-id-16 .s-price .lists li .price-table,
  body.page-id-15 .s-price .lists li .price-table {
    font-size: 15px;
  }
  body.page-id-16 .s-price .lists li .price-table th,
  body.page-id-16 .s-price .lists li .price-table td,
  body.page-id-15 .s-price .lists li .price-table th,
  body.page-id-15 .s-price .lists li .price-table td {
    padding: 16px 12px;
  }
}

body.page-id-22 .s-menu_about .about-menu_01,
body.page-id-8 .s-menu_about .about-menu_01 {
  margin-bottom: 60px;
}
body.page-id-22 .s-menu_about .about-menu_01:last-child,
body.page-id-8 .s-menu_about .about-menu_01:last-child {
  margin-bottom: 0;
}
body.page-id-22 .s-menu_about .about-menu_01__lead,
body.page-id-8 .s-menu_about .about-menu_01__lead {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.06em;
  margin-bottom: 32px;
}
@media screen and (min-width: 835px) {
  body.page-id-22 .s-menu_about .about-menu_01__lead,
  body.page-id-8 .s-menu_about .about-menu_01__lead {
    font-size: 16px;
  }
}
body.page-id-22 .s-menu_about .about-menu_01__text,
body.page-id-8 .s-menu_about .about-menu_01__text {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}
@media screen and (min-width: 835px) {
  body.page-id-22 .s-menu_about .about-menu_01__text,
  body.page-id-8 .s-menu_about .about-menu_01__text {
    font-size: 15px;
  }
}
body.page-id-22 .s-menu_about .about-menu_01__note,
body.page-id-8 .s-menu_about .about-menu_01__note {
  font-size: 13px;
  color: #666;
  margin-bottom: 32px;
  letter-spacing: 0.04em;
}
body.page-id-22 .s-menu_about .about-menu_01__img,
body.page-id-8 .s-menu_about .about-menu_01__img {
  margin-bottom: 24px;
}
body.page-id-22 .s-menu_about .about-menu_01 .emphasis,
body.page-id-8 .s-menu_about .about-menu_01 .emphasis {
  font-weight: 500;
  margin-top: 40px;
  border-left: 3px solid #000;
  padding-left: 16px;
}
body.page-id-22 .s-menu_flow,
body.page-id-8 .s-menu_flow {
  position: relative;
}
body.page-id-22 .s-menu_flow .sec-title,
body.page-id-8 .s-menu_flow .sec-title {
  margin-bottom: 12px;
}
body.page-id-22 .s-menu_flow .title-lead,
body.page-id-8 .s-menu_flow .title-lead {
  margin-bottom: 40px;
  line-height: 1.6;
}
@media screen and (min-width: 835px) {
  body.page-id-22 .s-menu_flow .title-block,
  body.page-id-8 .s-menu_flow .title-block {
    position: sticky;
    top: 30px;
  }
}
body.page-id-22 .s-menu_flow .card-body,
body.page-id-8 .s-menu_flow .card-body {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
body.page-id-22 .s-menu_flow .card-item,
body.page-id-8 .s-menu_flow .card-item {
  border-top: 1px solid #ccc;
  background: #fff;
  margin-bottom: 60px;
  /* ===== PC：sticky ===== */
}
body.page-id-22 .s-menu_flow .card-item__01,
body.page-id-8 .s-menu_flow .card-item__01 {
  top: 200px;
}
body.page-id-22 .s-menu_flow .card-item__02,
body.page-id-8 .s-menu_flow .card-item__02 {
  top: 260px;
}
body.page-id-22 .s-menu_flow .card-item__03,
body.page-id-8 .s-menu_flow .card-item__03 {
  top: 320px;
}
body.page-id-22 .s-menu_flow .card-item__04,
body.page-id-8 .s-menu_flow .card-item__04 {
  top: 380px;
}
body.page-id-22 .s-menu_flow .card-item__05,
body.page-id-8 .s-menu_flow .card-item__05 {
  top: auto;
}
body.page-id-22 .s-menu_flow .card-item .title-sub,
body.page-id-8 .s-menu_flow .card-item .title-sub {
  padding: 20px 0;
  letter-spacing: 0.2em;
}
body.page-id-22 .s-menu_flow .card-item .title-sub span,
body.page-id-8 .s-menu_flow .card-item .title-sub span {
  margin-right: 6px;
  letter-spacing: 0.01em;
  font-size: 32px;
  color: #23c960;
}
@media screen and (min-width: 1025px) {
  body.page-id-22 .s-menu_flow .card-item .card-desc,
  body.page-id-8 .s-menu_flow .card-item .card-desc {
    display: flex;
    gap: 96px;
    align-items: center;
  }
}
body.page-id-22 .s-menu_flow .card-item .card-desc .img,
body.page-id-8 .s-menu_flow .card-item .card-desc .img {
  width: 100%;
  aspect-ratio: 335/203;
}
@media screen and (min-width: 1025px) {
  body.page-id-22 .s-menu_flow .card-item .card-desc .img,
  body.page-id-8 .s-menu_flow .card-item .card-desc .img {
    width: 470px;
    flex-shrink: 0;
  }
}
body.page-id-22 .s-menu_flow .card-item .card-desc .img img,
body.page-id-8 .s-menu_flow .card-item .card-desc .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.page-id-22 .s-menu_flow .card-item .card-desc .text-desc,
body.page-id-8 .s-menu_flow .card-item .card-desc .text-desc {
  flex: 1;
}
body.page-id-22 .s-menu_flow .card-item .card-desc .text-desc .text,
body.page-id-8 .s-menu_flow .card-item .card-desc .text-desc .text {
  line-height: 1.8;
  letter-spacing: 0.08em;
}
body.page-id-22 .s-menu_flow .card-item .card-desc .text-desc .text span,
body.page-id-8 .s-menu_flow .card-item .card-desc .text-desc .text span {
  color: #23c960;
  font-weight: bold;
  font-size: 20px;
  display: block;
  margin: 20px 0;
}
@media screen and (min-width: 1025px) {
  body.page-id-22 .s-menu_flow .card-item .card-desc .text-desc .text span,
  body.page-id-8 .s-menu_flow .card-item .card-desc .text-desc .text span {
    margin-top: 0;
    letter-spacing: 0.1em;
  }
}
body.page-id-22 .s-menu_qa .inrto,
body.page-id-8 .s-menu_qa .inrto {
  line-height: 1.8;
  margin-bottom: 24px;
}
body.page-id-22 .s-menu_qa .title h2,
body.page-id-8 .s-menu_qa .title h2 {
  font-size: clamp(30px, 3.5vw, 60px);
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 835px) {
  body.page-id-22 .s-menu_qa .title h2,
  body.page-id-8 .s-menu_qa .title h2 {
    display: flex;
  }
}
body.page-id-22 .s-menu_qa .title h2 .title-sub,
body.page-id-8 .s-menu_qa .title h2 .title-sub {
  display: block;
  font-size: 14px;
  border-radius: 5px;
  padding: 5px 20px;
  margin-top: 12px;
}
@media screen and (min-width: 835px) {
  body.page-id-22 .s-menu_qa .title h2 .title-sub,
  body.page-id-8 .s-menu_qa .title h2 .title-sub {
    border: 1px solid #000;
    margin: auto 0 auto 30px;
  }
}
body.page-id-22 .s-menu_qa .accordion,
body.page-id-8 .s-menu_qa .accordion {
  list-style: none;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #e5e5e5;
  display: grid;
  grid-template-columns: 1fr;
  background: #f0fdf4;
}
@media screen and (min-width: 835px) {
  body.page-id-22 .s-menu_qa .accordion,
  body.page-id-8 .s-menu_qa .accordion {
    grid-template-columns: 1fr 1fr;
    padding: 20px 40px;
  }
}
body.page-id-22 .s-menu_qa .accordion .accordion-item,
body.page-id-8 .s-menu_qa .accordion .accordion-item {
  overflow: hidden;
  padding: 20px 10px;
}
body.page-id-22 .s-menu_qa .accordion .accordion-item .accordion-header,
body.page-id-8 .s-menu_qa .accordion .accordion-item .accordion-header {
  text-align: left;
  cursor: pointer;
  width: 100%;
  border: none;
  outline: none;
  color: #000;
}
body.page-id-22 .s-menu_qa .accordion .accordion-item .accordion-header .title-wrap,
body.page-id-8 .s-menu_qa .accordion .accordion-item .accordion-header .title-wrap {
  line-height: 1.8;
  padding: 10px 0 10px 50px;
  position: relative;
}
body.page-id-22 .s-menu_qa .accordion .accordion-item .accordion-header .title-wrap::before, body.page-id-22 .s-menu_qa .accordion .accordion-item .accordion-header .title-wrap::after,
body.page-id-8 .s-menu_qa .accordion .accordion-item .accordion-header .title-wrap::before,
body.page-id-8 .s-menu_qa .accordion .accordion-item .accordion-header .title-wrap::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 2px;
  background-color: #333;
  top: 20px;
  left: 15px;
  transition: transform 0.3s ease;
}
body.page-id-22 .s-menu_qa .accordion .accordion-item .accordion-header .title-wrap::before,
body.page-id-8 .s-menu_qa .accordion .accordion-item .accordion-header .title-wrap::before {
  transform: rotate(0deg);
}
body.page-id-22 .s-menu_qa .accordion .accordion-item .accordion-header .title-wrap::after,
body.page-id-8 .s-menu_qa .accordion .accordion-item .accordion-header .title-wrap::after {
  transform: rotate(90deg);
}
body.page-id-22 .s-menu_qa .accordion .accordion-item .accordion-header .title-wrap .title,
body.page-id-8 .s-menu_qa .accordion .accordion-item .accordion-header .title-wrap .title {
  letter-spacing: 0.2em;
}
body.page-id-22 .s-menu_qa .accordion .accordion-item .accordion-content,
body.page-id-8 .s-menu_qa .accordion .accordion-item .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
body.page-id-22 .s-menu_qa .accordion .accordion-item .accordion-content .answer-wrap,
body.page-id-8 .s-menu_qa .accordion .accordion-item .accordion-content .answer-wrap {
  line-height: 1.6;
  padding: 20px 20px 20px;
  margin: 0px 10px 20px 20px;
  background: white;
}
@media screen and (min-width: 835px) {
  body.page-id-22 .s-menu_qa .accordion .accordion-item .accordion-content .answer-wrap,
  body.page-id-8 .s-menu_qa .accordion .accordion-item .accordion-content .answer-wrap {
    margin: 0 20px 20px 0;
  }
}
body.page-id-22 .s-menu_qa .accordion .accordion-item.active .accordion-content,
body.page-id-8 .s-menu_qa .accordion .accordion-item.active .accordion-content {
  max-height: 1000px;
}
body.page-id-22 .s-menu_qa .accordion .accordion-item.open .title-wrap::before,
body.page-id-8 .s-menu_qa .accordion .accordion-item.open .title-wrap::before {
  transform: rotate(45deg);
}
body.page-id-22 .s-menu_qa .accordion .accordion-item.open .title-wrap::after,
body.page-id-8 .s-menu_qa .accordion .accordion-item.open .title-wrap::after {
  transform: rotate(-45deg);
}/*# sourceMappingURL=style.css.map */