@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cabin:wght@400;600&Sen:wght@500&display=swap");
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
body {
  margin: 0;
}

main {
  display: block;
}

h1,
h2,
h3,
dl,
ol,
ul {
  font-size: 1em;
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
}

/* Grouping content
   ========================================================================== */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

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

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

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

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
details {
  display: block;
}

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
template {
  display: none;
}

[hidden] {
  display: none;
}

/* 色 */
/* フォント */
/* CSS変数（:root） */
:root {
  --color-black: #111111;
  --color-green: #41b196;
  --color-green-01: #41b196;
  --color-green-02: #a1d3c2;
  --color-green-03: #edf7f4;
  --color-green-04: #06c755;
  --color-green-05: #5bb9a1;
  --color-yellow-01: #f3f4ee;
  --color-yellow-02: #eaece2;
  --color-yellow-03: #e0ffdd;
  --color-yellow-04: #ffe34a;
  --color-yellow-05: #d2d8b8;
  --color-blue-01: #274b66;
  --color-red-01: #d06868;
  --color-pink-01: #cf2e92;
  --color-pink-02: #d58e8e;
  --color-black-01: #111111;
  --color-black-02: #242424;
  --color-black-03: #505050;
  --color-gray-01: #c3c3c3;
  --color-gray-02: #696969;
  --color-gray-03: #e0e0e0;
  --color-gray-04: #a4a4a4;
  --color-gray-05: #d0cccc;
  --color-gray-06: #cccccc;
  --color-gray-07: #f0f0f0;
  --box-shadow-01: 0px 1px 6px rgba(0, 0, 0, 0.36);
  --box-shadow-02: 0px 0px 6px rgba(0, 0, 0, 0.24);
  --font-family-base: 游ゴシック体, YuGothic, Yu Gothic, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, sans-serif;
  --font-family-en-01: Sen, Arial;
  --font-family-en-02: Lato, 游ゴシック体, YuGothic, Yu Gothic;
  --font-family-date: Cabin, sans-serif;
  /* ブレークポイント */
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 960px;
  --breakpoint-xl: 1280px;
}

body {
  font-family: var(--font-family-base);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-wrap: break-word;
  word-break: break-all;
  word-wrap: break-word;
  color: var(--color-black);
  letter-spacing: 0.04em;
  font-size: 16px;
}
@media (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

main {
  padding-top: 145px;
}
@media (max-width: 767px) {
  main {
    padding-top: 81px;
  }
}

a {
  text-decoration: none;
  color: var(--color-black);
}

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

input,
textarea,
select {
  border: 1px solid var(--color-green);
  width: 100%;
  border-radius: 3px;
  padding: 10px;
  resize: none;
  -webkit-appearance: none;
  font-size: 14px;
  background: #fff;
  color: #333;
}
@media (min-width: 768px) {
  input,
  textarea,
  select {
    font-size: 16px;
  }
}
input:focus,
textarea:focus,
select:focus {
  box-shadow: 0 0 1px 0 rgb(0, 0, 0);
  outline: 0;
  background: #fff;
}

input[type=checkbox] {
  width: auto;
}

/* placeholder */
input::placeholder,
textarea::placeholder {
  color: var(--color-gray-04);
}

/* IE */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--color-gray-04);
}

/* Edge */
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: var(--color-gray-04);
}

h1,
h2,
h3,
h4 {
  font-weight: 600;
}

@media (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .only-sp {
    display: none !important;
  }
}
/* ---------------------------------------------------------
    z-index
---------------------------------------------------------- */
.p-nav-btn {
  z-index: 10000;
}

.l-header {
  z-index: 1003;
}

.p-nav {
  z-index: 1001;
}

.p-mv__top__txt {
  z-index: 1000;
}

.c-nav-modal {
  z-index: 1000;
}

.c-heading-menu__ttl span {
  z-index: 3;
}

.c-heading-menu__ttl {
  z-index: 1;
}

.c-heading-menu__ttl:before {
  z-index: -1;
}

.l-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: #fff;
}
@media (max-width: 767px) {
  .l-header__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
  }
}
.l-header__ttl {
  font-size: 12px;
  font-weight: 700;
  padding: 4px 0;
  text-align: center;
  background: var(--color-yellow-01);
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .l-header__ttl {
    font-size: 10px;
  }
}
.l-header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .l-header__top {
    padding: 4px 0;
  }
}
.l-header__logo {
  text-align: center;
}
.l-header__logo--desc {
  border-bottom: 2px solid var(--color-green-01);
  font-weight: 700;
  padding-bottom: 2px;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  .l-header__logo--desc {
    font-size: 12px;
  }
}
.l-header__logo--title {
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .l-header__logo--title {
    font-size: 20px;
  }
}
.l-header__contact {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
@media (max-width: 767px) {
  .l-header__contact {
    display: none;
  }
}
.l-header__label {
  width: 148px;
  display: flex;
  flex-direction: column;
  row-gap: 2px;
}
.l-header__label li {
  text-align: center;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  color: #fff;
  font-weight: 700;
  font-size: 0.9em;
}
.l-header__label li.color-pink {
  background: var(--color-pink-02);
}
.l-header__label li.color-green {
  background: var(--color-green-05);
}
.l-header__info--tel {
  display: block;
  width: 283px;
}
.l-header__info--hour {
  width: 283px;
  padding-top: 6px;
  margin-top: 6px;
  border-top: 1px solid var(--color-gray-02);
}
@media (min-width: 768px) {
  .l-header__nav {
    background: var(--color-yellow-01);
  }
}

.l-section {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .l-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.l-section {
  /* Element */
}
.l-section__content:not(:last-child), .l-section__content--yellow-bg:not(:last-child) {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .l-section__content:not(:last-child), .l-section__content--yellow-bg:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.l-section__content--yellow-bg {
  background-color: var(--color-yellow-01);
  padding: 24px;
  margin-top: 84px;
  border-radius: 4px;
}
.l-section__content--yellow-bg .l-section__header {
  margin-top: -46px;
}
.l-section__content--yellow-bg .c-list-grid__item {
  background: #fff;
  border: none;
}
.l-section__content--yellow-bg .c-list-grid__item:before {
  background: #fff !important;
}
.l-section__content--yellow-bg .p-list-circle__link {
  background: #fff;
}
.l-section__content--title {
  margin-bottom: 1rem;
}
.l-section__header {
  margin-bottom: 1rem;
}
.l-section__link {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .l-section__link {
    margin-top: 32px;
  }
}
.l-section {
  /* Modifier */
}
.l-section--border {
  border-bottom: 1px solid var(--color-gray-03);
}

/* トップページ以外 */
.l-section-other {
  margin-top: 108px;
}
@media (max-width: 767px) {
  .l-section-other {
    margin-top: 76px;
  }
}

.l-section-single {
  padding-top: 40px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .l-section-single {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}

/* テンプレート：link.php */
.l-section-link {
  padding: 0 0 24px 0;
}
@media (max-width: 767px) {
  .l-section-link {
    display: none;
  }
}
.l-section-link .l-wrap {
  padding: 8px;
  border-radius: 50px;
  background: var(--color-yellow-01);
}

/* テンプレート：breadcrumb.php */
.l-section-breadcrumb {
  padding: 12px 0;
}
@media (max-width: 767px) {
  .l-section-breadcrumb {
    padding: 8px 0;
  }
}

/* ページ：お知らせ */
@media (min-width: 768px) {
  .l-section-news__wrap {
    display: flex;
  }
}
@media (min-width: 768px) {
  .l-section-news__left {
    width: 300px;
  }
}
@media (min-width: 768px) {
  .l-section-news__right {
    flex: 1;
  }
}
@media (min-width: 768px) {
  .l-section-news .c-heading--primary {
    margin-bottom: 24px;
  }
}
.l-section-news__btn {
  margin-top: 40px;
}

/* ページ：紹介 */
.l-section-introduce {
  height: 600px;
  overflow: hidden;
  white-space: nowrap;
  background: top/cover no-repeat;
}
@supports (background-image: url("assets/images/image_bg-introduce.jpg.webp")) {
  .l-section-introduce {
    background-image: url("assets/images/image_bg-introduce.jpg.webp");
  }
}
.l-section-introduce {
  background-image: url("assets/images/image_bg-introduce.jpg");
}
@media (max-width: 767px) {
  .l-section-introduce {
    height: 400px;
  }
}
.l-section-introduce__container {
  display: flex;
  animation: scrollRight infinite 14s linear;
}
@media (max-width: 767px) {
  .l-section-introduce__container {
    animation: scrollRight infinite 7s linear;
  }
}
.l-section-introduce__container img {
  min-width: 50%;
  margin-right: 120px;
}
@media (max-width: 767px) {
  .l-section-introduce__container img {
    margin-right: 40px;
    min-width: 100%;
  }
}

@keyframes scrollRight {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%); /* 画像1枚分の幅だけ左に移動 */
  }
}
/* CTA */
.l-section-cta {
  position: relative;
  background: url("assets/images/image_bg-cta.jpg") center/cover no-repeat;
  padding: 64px 0;
}
.l-section-cta:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}

/* フッター */
.l-section-footer {
  padding: 80px 0 0;
}

/* お知らせ */
@media (min-width: 768px) {
  .l-section-article {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .l-section-article__left {
    flex: 1;
    padding-right: 60px;
  }
}
@media (min-width: 768px) {
  .l-section-article__right {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .l-section-article__right {
    margin-top: 40px;
  }
}

.l-wrap {
  width: 100%;
}
@media (min-width: 768px) {
  .l-wrap {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .l-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .l-wrap--short {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}

.c-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  transition: 0.25s;
  margin: auto;
  cursor: pointer;
}
.c-btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 14px;
  height: 14px;
  right: 12px;
  transform: translateY(-50%);
  transition: 0.2s;
  background: url("assets/images/icon_arrow-circle_right_white.png") center/contain;
}
.c-btn:hover:after {
  right: 8px;
}
.c-btn {
  /* 通常用 */
}
.c-btn--normal {
  width: 278px;
  height: 63px;
  border-radius: 63px;
  color: #fff;
  background: var(--color-green-01);
  border: 1px solid var(--color-green-01);
}
.c-btn--normal:after {
  background: url("assets/images/icon_arrow_white.png") center/contain;
}
.c-btn--normal-green {
  background: var(--color-green-01);
}
.c-btn--normal-green:after {
  background: url("assets/images/icon_arrow_white.png") center/contain;
}
.c-btn--normal-green:hover {
  color: var(--color-green-01);
  background: #fff;
}
.c-btn--normal-green:hover:after {
  background: url("assets/images/icon_arrow_green.png") center/contain;
}
.c-btn--normal-white {
  background: #fff;
  color: var(--color-green-01);
  border: 2px solid #fff;
}
.c-btn--normal-white:after {
  background: url("assets/images/icon_arrow_green.png") center/contain;
}
.c-btn--normal-white:hover {
  background: var(--color-green-01);
  color: #fff;
}
.c-btn--normal-white:hover:after {
  background: url("assets/images/icon_arrow_green.png") center/contain;
}
.c-btn {
  /* Google map用 */
}
.c-btn--map {
  position: relative;
  display: flex;
  width: 140px;
  align-items: center;
  color: var(--color-blue-01);
  border-radius: 2px;
  font-weight: 700;
  padding: 4px 32px 4px 12px;
  font-size: 14px;
  border: 1px solid var(--color-blue-01);
  transition: transform 0.2s ease;
}
.c-btn--map:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: url("assets/images/icon_arrow_blue.png") center/contain no-repeat;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
}
.c-btn--map:hover:before {
  transform: translate(3px, calc(-50% - 3px));
}
.c-btn.color-green {
  color: #fff;
  background: var(--color-green-01);
  border: 1px solid var(--color-green-01);
}
.c-btn.color-green:hover {
  background: #fff;
  color: var(--color-green-01);
}
.c-btn.color-green:hover:after {
  background: url("assets/images/icon_arrow-circle_right_green.png") center/contain;
}
.c-btn.color-red {
  color: #fff;
  background: var(--color-red-01);
  border: 1px solid var(--color-red-01);
}
.c-btn.color-red:hover {
  background: #fff;
  color: var(--color-red-01);
}
.c-btn.color-red:hover:after {
  background: url("assets/images/icon_arrow-circle_right_red.png") center/contain;
}
.c-btn.size-small {
  width: 220px;
  height: 50px;
  border-radius: 50px;
}
@media (min-width: 768px) {
  .c-btn.size-small {
    font-size: 0.95em;
  }
}
@media (max-width: 767px) {
  .c-btn.size-small {
    width: 278px;
    height: 63px;
    border-radius: 63px;
  }
}
.c-btn.size-medium {
  width: 278px;
  height: 63px;
  border-radius: 63px;
}
.c-btn.size-big {
  width: 100%;
  height: 63px;
  border-radius: 63px;
}
.c-btn.type-shadow {
  box-shadow: var(--box-shadow-01);
}
.c-btn.icon-tel {
  border: 1px solid #fff;
}
.c-btn.icon-tel:before {
  content: "";
  display: inline-block;
  background: url("assets/images/icon_tel_white.png") center/contain;
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.c-btn.icon-tel:hover:before {
  background: url("assets/images/icon_tel_green.png") center/contain;
}
.c-btn.icon-line {
  border: 1px solid #fff;
}
.c-btn.icon-line:before {
  content: "";
  display: inline-block;
  background: url("assets/images/icon_link_white.png") center/contain;
  width: 14px;
  height: 14px;
  margin-right: 8px;
}
.c-btn.icon-line:hover:before {
  background: url("assets/images/icon_link_green.png") center/contain;
}

.c-footer-parent__item {
  margin-bottom: 20px;
}
.c-footer-parent__link {
  font-weight: 700;
}
.c-footer-parent__link:hover {
  text-decoration: underline;
}
.c-footer-child {
  padding-left: 12px;
}
@media (max-width: 767px) {
  .c-footer-child:not(:last-child) {
    margin-bottom: 20px;
  }
}
.c-footer-child__item:not(:last-child) {
  margin-bottom: 20px;
}
.c-footer-child__link {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .c-footer-child__link {
    font-size: 14px;
  }
}
.c-footer-child__link:hover {
  text-decoration: underline;
}
.c-footer-child__link:before {
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
  margin-right: 8px;
  background: url("assets/images/icon_arrow-right_black.png") center/contain no-repeat;
}

.c-heading {
  /* コンポーネント */
  /* 装飾 */
}
.c-heading--mv:after {
  content: "";
  display: block;
  height: 3px;
  width: 53px;
  margin-top: 18px;
  margin-right: auto;
  margin-left: auto;
  background: var(--color-green-01);
}
.c-heading--mv__en {
  color: var(--color-green-01);
  font-family: var(--font-family-en-01);
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 0.3em;
}
.c-heading--mv__ja {
  font-weight: 700;
  font-size: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .c-heading--mv__ja {
    font-size: 30px;
    padding: 0 12px;
  }
}
.c-heading__ads {
  text-align: center;
  color: #fff;
  font-weight: 700;
  width: 100%;
  position: relative;
}
.c-heading__ads ul {
  margin-bottom: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 4px;
}
.c-heading__ads ul li {
  background: var(--color-green-01);
  color: #fff;
  padding: 4px 18px;
  border-radius: 2px;
}
.c-heading__ads p {
  margin-bottom: 8px;
  font-size: 22px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .c-heading__ads p {
    font-size: 18px;
  }
}
.c-heading__ads h1 {
  font-size: 38px;
  white-space: nowrap;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .c-heading__ads h1 {
    font-size: 28px;
  }
}
.c-heading__reviews {
  text-align: center;
  position: relative;
}
.c-heading__reviews img {
  max-width: 320px;
}
@media (min-width: 768px) {
  .c-heading__reviews img {
    width: 380px;
  }
}
.c-heading--primary {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 2rem;
  position: relative;
  text-align: center;
}
.c-heading--primary__en {
  position: relative;
  font-family: var(--font-family-en-01);
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0.5rem;
  letter-spacing: 0.1em;
  color: var(--color-green-01);
}
.c-heading--primary__en:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4px;
  background: url(assets/images/icon_heading_line.png) center/contain no-repeat;
}
.c-heading--primary__big {
  font-size: 1.8em;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .c-heading--primary__big {
    font-size: 1.5em;
  }
}
.c-heading--primary__ja {
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .c-heading--primary__ja {
    font-size: 1.2em;
  }
}
.c-heading--primary__ja.type-reason {
  display: flex;
  align-items: flex-end;
  column-gap: 1rem;
}
@media (max-width: 767px) {
  .c-heading--primary__ja.type-reason {
    column-gap: 8px;
  }
  .c-heading--primary__ja.type-reason:before, .c-heading--primary__ja.type-reason:after {
    width: 18px;
    height: 27px;
  }
}
.c-heading--primary__ja.type-reason:before, .c-heading--primary__ja.type-reason:after {
  content: "";
  display: block;
  width: 27px;
  height: 48px;
}
.c-heading--primary__ja.type-reason:before {
  background: url(assets/images/icon_fukidashi_left.png) center/contain no-repeat;
}
.c-heading--primary__ja.type-reason:after {
  background: url(assets/images/icon_fukidashi_right.png) center/contain no-repeat;
}
.c-heading--primary__desc {
  margin-top: 1rem;
  font-size: 0.95em;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .c-heading--primary__desc {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
}
.c-heading--secondary {
  text-align: center;
}
.c-heading--secondary__ttl {
  font-size: 20px;
  background: linear-gradient(to bottom, transparent 60%, #abdecd 60%);
  display: inline-block;
  padding: 0 4px;
  line-height: 1.5;
}
.c-heading--tertiary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.c-heading--tertiary:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: var(--color-green-01);
  margin-bottom: 12px;
}
.c-heading--tertiary__ttl {
  font-size: 20px;
}
.c-heading--tertiary__desc {
  font-size: 15px;
  font-weight: 400;
  margin-top: 8px;
}
.c-heading--quaternary {
  margin: 1em 0 0.5em;
  font-weight: 700;
  padding-left: 14px;
  position: relative;
  font-size: 20px;
}
.c-heading--quaternary:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color-green-01);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.c-heading--quinary {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.c-heading--quinary__ttl {
  position: relative;
  font-weight: 700;
  font-size: 18px;
}
.c-heading--quinary__ttl:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -5px;
  height: 5px;
  width: 100%;
  background: url("assets/images/icon_underline_green.png") center/contain repeat;
}
.c-heading--quinary__desc {
  margin-top: 10px;
  font-size: 14px;
  color: var(--color-gray-02);
}
.c-heading__strengths {
  text-align: center;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  margin-bottom: 0;
  line-height: 1.4;
  font-weight: 700;
  color: var(--color-black-01);
}
@media (max-width: 767px) {
  .c-heading__strengths {
    font-size: 17px;
    line-height: 1.3;
  }
}
.c-heading__strengths:before, .c-heading__strengths:after {
  content: "";
  display: block;
  height: 100px;
  width: 30px;
}
@media (max-width: 767px) {
  .c-heading__strengths:before, .c-heading__strengths:after {
    height: 80px;
    width: 25px;
  }
}
.c-heading__strengths:before {
  background: url(assets/images/icon_ads_heading_left.png) center/contain no-repeat;
}
.c-heading__strengths:after {
  background: url(assets/images/icon_ads_heading_right.png) center/contain no-repeat;
}

.c-map__name {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 18px;
}
.c-map__address {
  line-height: 1.6;
  margin-bottom: 8px;
}
.c-map__link {
  display: flex;
  justify-content: center;
  width: 150px;
  align-items: center;
  color: var(--color-blue-01);
  border-radius: 4px;
  font-weight: 700;
  padding: 4px 12px;
  font-size: 14px;
  margin-bottom: 24px;
  border: 1px solid var(--color-blue-01);
}
.c-map__link img {
  width: 9px;
  margin-left: 12px;
  transition: transform 0.2s ease;
}
.c-map__link:hover img {
  transform: translate(3px, -3px);
}
.c-map__schedule {
  width: 310px;
}
@media (max-width: 767px) {
  .c-map__schedule {
    width: 100%;
  }
}

.c-vision-position {
  font-weight: 700;
  margin-bottom: 8px;
}
.c-vision-big {
  font-weight: 700;
  font-size: 1.1em;
}
.c-vision-profile th {
  width: 150px;
  font-weight: 700;
  background: var(--color-yellow-01);
}
@media (max-width: 767px) {
  .c-vision-profile th {
    width: 118px;
  }
}
.c-vision-profile th,
.c-vision-profile td {
  padding: 10px;
  line-height: 1.5;
  vertical-align: top;
}
@media (min-width: 768px) {
  .c-vision-profile th,
  .c-vision-profile td {
    font-size: 15px;
  }
}
.c-vision-img__wrap {
  display: flex;
}
@media (min-width: 768px) {
  .c-vision-img__box {
    width: 49%;
  }
}
@media (max-width: 767px) {
  .c-vision-img__box:not(:last-child) {
    margin-bottom: 8px;
  }
}
.c-vision-history {
  padding-left: 8px;
}
.c-vision-history li {
  margin-bottom: 12px;
  padding-bottom: 8px;
  font-size: 15px;
  border-bottom: 2px dashed var(--color-yellow-02);
  line-height: 1.6;
}
@media (min-width: 768px) {
  .c-vision-history li {
    display: flex;
    align-items: center;
  }
}

.c-img, .c-img--square, .c-img--golden-ratio {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-img--golden-ratio {
  padding-top: 61.8%;
}
.c-img--square {
  padding-top: 100%;
}
.c-img img, .c-img--golden-ratio img, .c-img--square img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-list--disc {
  list-style: disc;
  padding-left: 1.5rem;
}

.c-article__desc {
  padding: 24px;
  border-radius: 4px;
  border: 8px solid var(--color-yellow-02);
  background: #fff;
}
@media (max-width: 767px) {
  .c-article__desc {
    padding: 16px;
  }
}
.c-article__desc p {
  line-height: 1.6;
  font-size: 15px;
  margin: 12px 0;
}
.c-article__desc ul {
  list-style: disc;
  padding-left: 24px;
}
.c-article__desc ul li {
  font-size: 15px;
  line-height: 1.6;
}
.c-article__ttl {
  font-weight: 700;
  text-align: center;
  font-size: 17px;
}
.c-article__ttl-deco {
  font-size: 12px;
  display: inline-block;
  border-radius: 2px;
  padding: 4px 10px;
  background: var(--color-green-01);
  color: #fff;
  margin-bottom: 8px;
}
.c-article__box:not(:first-child) {
  padding-top: 24px;
  margin-top: 24px;
  border-top: 4px dashed var(--color-yellow-02);
}
@media (min-width: 768px) {
  .c-article__box-wrap {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .c-article__box-header {
    width: 300px;
  }
}
@media (min-width: 768px) {
  .c-article__box-body {
    flex: 1;
  }
}

.c-news {
  border-radius: 4px;
  padding: 24px;
}
@media (min-width: 768px) {
  .c-news {
    display: flex;
    align-items: center;
    background: var(--color-yellow-01);
  }
}
@media (max-width: 767px) {
  .c-news {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.c-news__item:not(:last-child) {
  margin-bottom: 16px;
}
.c-news__link {
  position: relative;
}
@media (min-width: 768px) {
  .c-news__link {
    display: flex;
    border-bottom: 1px solid var(--color-green-02);
    padding: 1rem 0;
    transition: 0.2s;
  }
}
@media (max-width: 767px) {
  .c-news__link {
    display: block;
    border-bottom: 1px solid var(--color-green-02);
    padding: 12px 24px 12px 0;
  }
}
.c-news__link:hover span {
  color: var(--color-green-01) !important;
}
.c-news__link:hover:after {
  right: 4px; /* 元の位置から3px左に移動 */
  top: calc(50% - 4px); /* 元の位置から3px上に移動 */
  background: url("assets/images/icon_arrow_green.png") center/contain;
}
.c-news__link:after {
  content: "";
  background: url("assets/images/icon_arrow_black.png") center/contain;
  position: absolute;
  width: 10px;
  height: 10px;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
}
@media (max-width: 767px) {
  .c-news__link:after {
    right: 12px;
  }
}
@media (min-width: 768px) {
  .c-news__date {
    margin-right: 16px;
    width: 120px;
  }
}
@media (max-width: 767px) {
  .c-news__date {
    display: block;
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .c-news__ttl {
    flex: 1;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .c-news__ttl {
    display: flex;
  }
}

.c-faq {
  background: var(--color-yellow-02);
  border-radius: 4px;
  padding: 16px;
}
@media (max-width: 767px) {
  .c-faq {
    padding: 8px;
  }
}
.c-faq__item {
  border-radius: 4px;
}
.c-faq__item:not(:last-child) {
  margin-bottom: 8px;
}
.c-faq__content {
  position: relative;
  padding: 16px 16px 16px 50px;
  border-radius: 4px;
  background: #fff;
  font-size: 15px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .c-faq__content {
    padding: 12px 12px 12px 40px;
  }
}
.c-faq__content:before {
  display: block;
  font-weight: 700;
  font-size: 20px;
  position: absolute;
  left: 16px;
  top: 11px;
}
@media (max-width: 767px) {
  .c-faq__content:before {
    left: 12px;
    font-size: 18px;
    top: 8px;
  }
}
.c-faq__content-q {
  margin-bottom: 4px;
}
.c-faq__content-q:before {
  content: "Q";
  color: var(--color-green-01);
}
.c-faq__content-a:before {
  content: "A";
  color: var(--color-red-01);
}
.c-faq__content p:not(:last-child) {
  margin-bottom: 1em;
}

.c-flow {
  counter-reset: itemCounter;
}
.c-flow__item {
  padding-bottom: 56px;
  position: relative;
}
@media (max-width: 767px) {
  .c-flow__item {
    padding-bottom: 40px;
  }
}
.c-flow__item:not(:last-child):before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background: var(--color-green-01);
}
@media (max-width: 767px) {
  .c-flow__item:not(:last-child):before {
    left: 22px;
  }
}
.c-flow__header {
  padding-left: 50px;
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 16px;
  position: relative;
}
@media (max-width: 767px) {
  .c-flow__header {
    padding-left: 60px;
    margin-bottom: 12px;
  }
}
.c-flow__header:before {
  counter-increment: itemCounter;
  content: counter(itemCounter, decimal-leading-zero);
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: var(--color-green-01);
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media (max-width: 767px) {
  .c-flow__header:before {
    font-size: 16px;
    width: 44px;
    height: 44px;
    line-height: 44px;
  }
}
.c-flow__body {
  padding-left: 50px;
}
@media (min-width: 768px) {
  .c-flow__body {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .c-flow__body {
    padding-left: 60px;
  }
}
.c-flow__desc {
  font-size: 14px;
}
@media (min-width: 768px) {
  .c-flow__desc {
    flex: 1;
  }
}
.c-flow__desc p {
  font-size: 15px;
  line-height: 1.6;
  margin: 12px 0;
}
.c-flow__desc ul {
  list-style: disc;
  padding-left: 24px;
}
.c-flow__desc ul li {
  font-size: 15px;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .c-flow__img {
    width: 200px;
    padding-left: 18px;
  }
}
@media (max-width: 767px) {
  .c-flow__img {
    margin-top: 16px;
  }
}

.c-text--desc p {
  line-height: 1.6;
  font-size: 15px;
}
.c-text--desc p:not(:last-child) {
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .c-text--desc p {
    font-size: 14px;
  }
}
.c-text--asterisk {
  line-height: 1.2 !important;
  font-size: 0.9em;
  color: var(--color-black-03);
}

.c-price th,
.c-price td {
  line-height: 1.6;
}
.c-price th {
  background: var(--color-yellow-02);
  width: 150px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .c-price th {
    width: 100px;
  }
}
.c-price td {
  background: #fff;
}
.c-price__gap {
  font-size: 14px;
  color: var(--color-gray-02);
  line-height: 1.2;
  display: inline-block;
}
.c-price--free {
  border-radius: 4px;
  border: 8px solid var(--color-yellow-02);
  background: #fff;
  font-weight: 700;
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-price--free-num {
  font-size: 30px;
}

.c-link--arrow {
  position: relative;
  text-decoration: none;
  display: inline-block;
  padding-left: 18px;
  font-weight: 700;
  transition: 0.2s;
}
.c-link--arrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 9px;
  background: url("assets/images/icon_arrow-right_green.png") no-repeat center center;
  background-size: contain;
  margin-right: 8px;
  transition: 0.2s;
}
.c-link--arrow:hover {
  color: var(--color-green-01);
}
.c-link--arrow:hover:before {
  left: 4px;
}
.c-link--text {
  text-decoration: underline;
  color: var(--color-green-01);
}
.c-link--text:hover {
  text-decoration: none;
}
.c-link--internal {
  display: flex;
  align-items: center;
  column-gap: 12px;
  padding: 0.3rem 0.5rem;
  line-height: 1.4 !important;
  color: var(--color-green-01);
  border-radius: 2px;
  border: 1px solid var(--color-green-01);
}
.c-link--internal:hover {
  text-decoration: none;
}
.c-link--internal:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(assets/images/icon_arrow-double_right_green.png) center/contain no-repeat;
}

.c-banner {
  transition: 0.3s;
}
.c-banner:hover {
  opacity: 0.7;
}
.c-banner__links {
  background: var(--color-green-01);
  display: flex;
}
@media (min-width: 768px) {
  .c-banner__links {
    padding: 20px 0 24px;
    justify-content: center;
    column-gap: 24px;
  }
}
@media (max-width: 767px) {
  .c-banner__links {
    padding: 8px 0 12px;
    flex-direction: column;
    align-items: center;
    row-gap: 12px;
  }
}
.c-banner__links a {
  font-size: 1.2em;
  margin: 0;
}
.c-banner__text {
  margin-top: 8px;
}
.c-banner__text p {
  color: var(--color-gray-02);
  font-size: 14px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .c-banner__text p {
    font-size: 13px;
  }
}

.c-table th {
  width: 150px;
  font-weight: 700;
  background: var(--color-yellow-01);
}
@media (max-width: 767px) {
  .c-table th {
    width: 118px;
  }
}
.c-table th,
.c-table td {
  padding: 14px;
  line-height: 1.5;
  vertical-align: top;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
table thead th {
  background: var(--color-gray-07);
  font-weight: 700;
  text-align: center;
}
table th {
  white-space: nowrap;
}
table th,
table td {
  text-align: left;
  border: 1px solid var(--color-gray-05);
  padding: 0.5rem 0.3rem;
}
@media (max-width: 767px) {
  table th,
  table td {
    padding: 0.3rem 0.1rem;
  }
}
table th ul,
table th ol,
table td ul,
table td ol {
  padding-left: 1.5em;
}
table th ul li,
table th ol li,
table td ul li,
table td ol li {
  line-height: 1.2;
}
table th ul li:not(:last-child),
table th ol li:not(:last-child),
table td ul li:not(:last-child),
table td ol li:not(:last-child) {
  margin-bottom: 8px;
}

.c-license__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.c-license__item a {
  font-size: 0.9em;
  border: 1px solid var(--color-green-01);
  color: var(--color-green-01);
  padding: 2px 6px;
  border-radius: 30px;
}

@media (min-width: 768px) {
  .c-list-grid, .c-list-grid--number {
    display: flex;
    justify-content: center;
    column-gap: 2%;
  }
}
.c-list-grid--number {
  counter-reset: itemCounter;
  margin-top: 56px;
}
.c-list-grid--number .c-list-grid__item {
  position: relative;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .c-list-grid--number .c-list-grid__item:not(:last-child) {
    margin-bottom: 56px;
  }
}
.c-list-grid--number .c-list-grid__item:before {
  counter-increment: itemCounter;
  content: counter(itemCounter, decimal-leading-zero);
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 0px;
  font-size: 20px;
  font-weight: 700;
  font-family: var(--font-family-en-02);
  color: var(--color-green-01);
  background: var(--color-yellow-02);
  transform: translate(-50%, -50%);
}
.c-list-grid__item {
  border-radius: 4px;
  padding: 1rem;
  background: #fff;
  border: 2px solid var(--color-yellow-02);
}
@media (min-width: 768px) {
  .c-list-grid__item {
    width: 32%;
  }
}
@media (max-width: 767px) {
  .c-list-grid__item:not(:last-child) {
    margin-bottom: 8px;
  }
}
.c-list-grid__header {
  margin-bottom: 0.5rem;
  text-align: center;
}
.c-list-grid__ttl {
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .c-list-grid__ttl {
    font-size: 16px;
  }
}
.c-list-grid__img {
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 61.8%;
  border-radius: 4px;
}
.c-list-grid__img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}
.c-list-grid__desc {
  font-size: 14px;
  margin-bottom: 12px;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .c-list-grid__desc {
    height: 90px;
  }
}
.c-list-grid__info {
  line-height: 1.4;
  font-size: 14px;
}
.c-list-grid__link {
  margin-top: 24px;
}

/* 投稿詳細 */
/* ---------------------------------------------
    投稿のプロフィール
--------------------------------------------- */
.c-post-writer {
  border-radius: 4px;
  background: var(--color-yellow-01);
  padding: 24px;
}
@media (min-width: 768px) {
  .c-post-writer {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .c-post-writer {
    padding: 16px;
  }
}
.c-post-writer__thumb {
  border-radius: 4px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .c-post-writer__thumb {
    width: 200px;
  }
}
.c-post-writer__profile {
  background: #fff;
  padding: 12px;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .c-post-writer__profile {
    flex: 1;
    margin-left: 16px;
  }
}
@media (max-width: 767px) {
  .c-post-writer__profile {
    margin-top: 12px;
  }
}
.c-post-writer__profile-position {
  font-weight: 700;
  margin-bottom: 4px;
  font-size: 0.9em;
}
.c-post-writer__profile-name {
  font-weight: 700;
  margin-bottom: 8px;
}
.c-post-writer__profile-license {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.c-post-writer__profile-license li {
  display: inline-block;
  font-size: 0.8em;
  font-weight: 700;
  background: #fff;
  padding: 2px 16px;
  border-radius: 50px;
  border: 1px solid var(--color-green-01);
  color: var(--color-green-01);
}
.c-post-writer__profile-license li:not(:last-child) {
  margin-right: 4px;
}
.c-post-writer__profile-detail {
  font-size: 0.9em;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .p-access__content {
    display: flex;
    justify-content: space-between;
  }
}
.p-access__map {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  height: 300px;
}
@media (min-width: 768px) {
  .p-access__map {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .p-access__map {
    margin-bottom: 24px;
  }
}
.p-access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .p-access__info {
    width: 50%;
    padding-left: 24px;
  }
}
.p-access__info-item {
  display: flex;
  align-items: flex-start;
  column-gap: 14px;
  margin-bottom: 12px;
}
.p-access__info-item:not(:last-child) {
  margin-bottom: 18px;
}
.p-access__info-label {
  background: var(--color-green-01);
  color: #fff;
  padding: 4px 12px;
  width: 76px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  border-radius: 2px;
}
.p-access__info-date {
  line-height: 1.6;
}

.p-access-car__list {
  counter-reset: itemCounter;
}
.p-access-car__item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.p-access-car__item:not(:last-child) {
  margin-bottom: 24px;
}
.p-access-car__item:before {
  counter-increment: itemCounter; /* 各アイテムごとにカウンターをインクリメント */
  content: counter(itemCounter, decimal-leading-zero);
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  border-radius: 50%;
  font-weight: 700;
  color: #fff;
  background: var(--color-green-01);
  text-align: center;
  margin-right: 20px;
}
.p-access-car__txt {
  flex: 1;
  font-weight: 700;
  line-height: 1.6;
  padding-right: 20px;
}
.p-access-car__img {
  width: 240px;
}
@media (max-width: 767px) {
  .p-access-car__img {
    width: 100%;
    margin-top: 12px;
    padding-left: 60px;
  }
}

.aioseo-breadcrumb {
  font-size: 13px;
}
@media (max-width: 767px) {
  .aioseo-breadcrumb {
    font-size: 12px;
  }
}
.aioseo-breadcrumb a {
  color: var(--color-green-01);
  text-decoration: underline;
}

.p-cta-map {
  position: relative;
}
@media (min-width: 768px) {
  .p-cta-map {
    display: flex;
  }
}
@media (min-width: 768px) {
  .p-cta-map__box {
    width: 50%;
  }
}
.p-cta-map__box--txt {
  padding: 32px 40px;
  border-radius: 8px 0 0 8px;
  background: white;
}
@media (max-width: 767px) {
  .p-cta-map__box--txt {
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 16px;
  }
}
.p-cta-map__box--gm {
  position: relative;
  border-radius: 0 8px 8px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-cta-map__box--gm {
    height: 400px;
    border-radius: 8px;
  }
}
.p-cta-map__box--gm iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-cta-links {
  position: relative;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .p-cta-links {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .p-cta-links__item {
    width: 32%;
  }
  .p-cta-links__item:not(:last-child) {
    margin-right: 2%;
  }
}
@media (max-width: 767px) {
  .p-cta-links__item:not(:last-child) {
    margin-bottom: 16px;
  }
}

.p-case__list {
  display: flex;
  flex-wrap: wrap;
}
.p-case__item {
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
  width: 18.5%;
  margin-top: 1.875%;
}
@media (min-width: 768px) {
  .p-case__item:not(:nth-child(5n)) {
    margin-right: 1.875%;
  }
}
@media (max-width: 767px) {
  .p-case__item {
    width: 49%;
  }
  .p-case__item:not(:nth-child(even)) {
    margin-right: 2%;
  }
}
.p-case__link {
  font-weight: 700;
  font-size: 0.95em;
  padding: 0 0.5rem;
  height: 57px;
  background: var(--color-yellow-01);
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.2s;
}
.p-case__link:after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url(assets/images/icon_arrow-circle_right_green.png) center/contain no-repeat;
  transition: 0.2s transform;
}
.p-case__link:hover {
  color: var(--color-green-01);
}
.p-case__link:hover:after {
  transform: translateX(5px);
}

.p-card__wrap {
  display: flex;
}
@media (min-width: 768px) {
  .p-card__wrap {
    align-items: stretch;
  }
}
@media (max-width: 767px) {
  .p-card__wrap {
    flex-direction: column;
    row-gap: 12px;
  }
}
@media (min-width: 768px) {
  .p-card__wrap.column-two {
    flex-wrap: wrap;
    column-gap: 0;
  }
  .p-card__wrap.column-two .p-card__box {
    flex: none;
    width: 49%;
    margin-bottom: 2%;
  }
  .p-card__wrap.column-two .p-card__box:not(:nth-child(2n)) {
    margin-right: 2%;
  }
  .p-card__wrap.column-two .p-card__box:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .p-card__wrap.column-three {
    flex-wrap: wrap;
    column-gap: 0;
  }
  .p-card__wrap.column-three .p-card__box {
    flex: none;
    width: 32%;
    margin-top: 2%;
  }
  .p-card__wrap.column-three .p-card__box:nth-child(-n+3) {
    margin-top: 0;
  }
  .p-card__wrap.column-three .p-card__box:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}
@media (min-width: 768px) {
  .p-card__wrap.column-four {
    flex-wrap: wrap;
  }
  .p-card__wrap.column-four .p-card__box {
    flex: none;
    width: 23.5%;
    border-radius: 4px;
    margin-top: 2%;
  }
  .p-card__wrap.column-four .p-card__box:nth-child(-n+4) {
    margin-top: 0;
  }
  .p-card__wrap.column-four .p-card__box:not(:nth-child(4n)) {
    margin-right: 2%;
  }
}
.p-card__box {
  background: #fff;
}
@media (min-width: 768px) {
  .p-card__box {
    flex: 1;
  }
}

.p-contact__attention {
  padding: 16px;
  border-radius: 2px;
  border: 2px solid var(--color-red-01);
  color: var(--color-red-01);
  font-weight: 700;
  text-align: center;
}
.p-contact__links .c-btn--big-green {
  border: 1px solid var(--color-green-01);
}
.p-contact__links .c-btn--big-line {
  border: 1px solid var(--color-green-01);
}
.p-contact__links .c-btn--big-red {
  border: 1px solid var(--color-red-01);
}
.p-contact__links {
  border-bottom: 1px solid var(--color-gray-03);
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.p-contact__form {
  background: var(--color-yellow-01);
  padding: 40px;
}
@media (max-width: 767px) {
  .p-contact__form {
    padding: 24px;
  }
}
.p-contact__form-heading {
  font-weight: 700;
  text-align: center;
  font-size: 18px;
  margin-bottom: 40px;
}
.p-contact__form-item {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .p-contact__form-item {
    display: flex;
    column-gap: 16px;
  }
}
.p-contact__form-label {
  display: flex;
  align-items: center;
  font-weight: 700;
}
@media (min-width: 768px) {
  .p-contact__form-label {
    width: 200px;
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .p-contact__form-label {
    margin-bottom: 12px;
  }
}
.p-contact__form-label:after {
  display: block;
  width: 49px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  border-radius: 1px;
  color: #fff;
  margin-left: 8px;
}
.p-contact__form-label.type-must:after {
  content: "必須";
  background: var(--color-red-01);
}
.p-contact__form-label.type-any:after {
  content: "任意";
  background: var(--color-gray-02);
}
.p-contact__form-input textarea {
  height: 200px;
}
.p-contact__form-input textarea,
.p-contact__form-input input {
  border: 1px solid var(--color-gray-07);
  padding: 12px;
}
@media (min-width: 768px) {
  .p-contact__form-input {
    flex: 1;
  }
}
.p-contact__form-submit {
  flex-direction: column;
  margin-bottom: 0 !important;
}

/* 大切にしていること */
.p-first__philosophy-sentence {
  line-height: 2;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .p-first__philosophy-sentence {
    margin-bottom: 32px;
  }
}
.p-first__philosophy-sentence p:not(:last-child) {
  margin-bottom: 1em;
}
.p-first__philosophy-list {
  counter-reset: itemCounter;
  border: 1px solid var(--color-gray-03);
  border-radius: 4px;
}
@media (min-width: 768px) {
  .p-first__philosophy-list {
    display: flex;
    justify-content: space-between;
  }
}
.p-first__philosophy-item {
  position: relative;
  padding: 80px 24px 24px;
}
@media (min-width: 768px) {
  .p-first__philosophy-item {
    width: 33.33%;
  }
}
@media (min-width: 768px) {
  .p-first__philosophy-item:not(:last-child) {
    border-right: 1px solid var(--color-gray-03);
  }
}
@media (max-width: 767px) {
  .p-first__philosophy-item:not(:last-child) {
    border-bottom: 1px solid var(--color-gray-03);
  }
}
.p-first__philosophy-item:before {
  counter-increment: itemCounter;
  content: counter(itemCounter, decimal-leading-zero);
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  text-align: center;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 22px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  font-family: var(--font-family-en-02);
  background: var(--color-green-01);
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .p-first__philosophy-txt {
    margin-bottom: 16px;
  }
}
.p-first__philosophy-ttl {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 16px;
  text-align: center;
}
.p-first__philosophy-desc {
  line-height: 1.6;
}
@media (min-width: 768px) {
  .p-first__philosophy-desc {
    font-size: 15px;
    height: 92px;
  }
}
/* 代表の想い */
@media (min-width: 768px) {
  .p-first__vision__box {
    width: 49%;
  }
}
@media (max-width: 767px) {
  .p-first__vision__box:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .p-first__vision__img {
    display: flex;
    justify-content: space-between;
  }
}
.p-first__vision__profile {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .p-first__vision__profile {
    display: flex;
    justify-content: space-between;
  }
}
.p-first__vision__episode {
  margin-top: 40px;
}

.p-footer__logo {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-footer__wrap {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .p-footer__box {
    padding-right: 24px;
    padding-left: 24px;
  }
  .p-footer__box:not(:last-child) {
    margin-bottom: 32px;
  }
}
.p-footer__catchcopy {
  border-top: 1px solid var(--color-gray-01);
  margin-top: 56px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 12px;
  text-align: center;
}

.p-image-gallery__top {
  width: 100%;
  margin-bottom: 6px;
  overflow: hidden;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .p-image-gallery__top {
    margin-bottom: 4px;
  }
}
.p-image-gallery__bottom {
  display: flex;
  justify-content: space-between;
}
.p-image-gallery__item {
  width: 49.5%;
  overflow: hidden;
  border-radius: 4px;
}

.p-concept__wrap {
  display: flex;
}
@media (min-width: 768px) {
  .p-concept__wrap {
    column-gap: 8px;
  }
}
@media (max-width: 767px) {
  .p-concept__wrap {
    flex-direction: column;
    row-gap: 8px;
  }
}
.p-concept__box {
  position: relative;
  flex: 1;
  border-radius: 4px;
  border: 4px solid var(--color-yellow-02);
  padding: 50px 1rem 1rem;
}
.p-concept__box:before {
  content: "";
  display: block;
  width: 41px;
  height: 39px;
  position: absolute;
  left: 1rem;
  top: 1rem;
}
.p-concept__box:nth-child(1):before {
  background: url(assets/images/icon_top-concept_box_01.png) center/contain no-repeat;
}
.p-concept__box:nth-child(2):before {
  background: url(assets/images/icon_top-concept_box_02.png) center/contain no-repeat;
}
.p-concept__box:nth-child(3):before {
  background: url(assets/images/icon_top-concept_box_03.png) center/contain no-repeat;
}
.p-concept__title {
  text-align: center;
  line-height: 1.6;
}
.p-concept__image {
  text-align: center;
  margin: 1rem 0;
}
.p-concept__image img {
  width: 90%;
}
.p-concept__desc {
  line-height: 1.6;
  font-size: 0.9em;
}
.p-concept__button {
  margin-top: 1rem;
  position: relative;
  border-radius: 4px;
  padding: 0.7rem;
  line-height: 1.4;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.32);
  display: block;
  font-size: 0.95em;
  font-weight: 700;
  background: var(--color-green-01);
  color: #fff;
}
.p-concept__button:after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: url(assets/images/icon_arrow-circle_right_white.png) center/contain no-repeat;
}

/*
    なぜ人気なのか
    index.php
*/
@media (min-width: 768px) {
  .p-list-reason__wrap {
    display: flex;
    column-gap: 0.5rem;
  }
}
.p-list-reason__content {
  border-radius: 4px;
  border: 2px solid var(--color-yellow-02);
  background: #fff;
  padding: 24px;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .p-list-reason__content {
    flex: 1;
  }
}
@media (max-width: 767px) {
  .p-list-reason__content {
    border-radius: 2px;
    padding: 24px 16px 0;
  }
}
.p-list-reason__header {
  text-align: center;
  font-size: 1.2em;
  border-bottom: 1px solid var(--color-yellow-02);
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .p-list-reason__header {
    font-size: 18px;
  }
}
.p-list-reason__header-image {
  text-align: center;
}
.p-list-reason__header-image img {
  height: 58px;
  width: auto;
}
@media (max-width: 767px) {
  .p-list-reason__header-image img {
    height: 50px;
  }
}
@media (min-width: 768px) {
  .p-list-reason__body {
    display: flex;
  }
}
.p-list-reason__box {
  padding: 24px;
}
@media (min-width: 768px) {
  .p-list-reason__box {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .p-list-reason__box {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .p-list-reason__box:first-child {
    border-right: 1px solid var(--color-yellow-02);
  }
}
@media (max-width: 767px) {
  .p-list-reason__box:first-child {
    border-bottom: 1px solid var(--color-yellow-02);
  }
}
.p-list-reason__box__header {
  text-align: center;
  font-weight: 700;
  margin-bottom: 16px;
}
.p-list-reason__box__number {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  background: var(--color-green-01);
  color: #fff;
  margin-bottom: 12px;
}
.p-list-reason__box__ttl {
  text-align: center;
  line-height: 1.6;
}
.p-list-reason__box__detail p {
  line-height: 1.6;
  font-size: 15px;
}
@media (max-width: 767px) {
  .p-list-reason__box__detail p {
    font-size: 14px;
  }
}
.p-list-reason__box__detail--highlight {
  text-align: center;
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .p-list-reason__box__detail--highlight {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .p-list-reason__profile-card {
    display: flex;
  }
}
@media (min-width: 768px) {
  .p-list-reason__profile-image {
    width: 163px;
  }
}
@media (max-width: 767px) {
  .p-list-reason__profile-image {
    text-align: center;
    margin-bottom: 24px;
  }
  .p-list-reason__profile-image img {
    width: 240px;
  }
}
@media (min-width: 768px) {
  .p-list-reason__profile-info {
    flex: 1;
    padding-left: 16px;
  }
}
.p-list-reason__profile-belong {
  font-size: 14px;
  margin-bottom: 4px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .p-list-reason__profile-belong {
    font-size: 13px;
    text-align: center;
    margin-bottom: 2px;
  }
}
.p-list-reason__profile-name {
  font-weight: 700;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .p-list-reason__profile-name {
    text-align: center;
  }
}
.p-list-reason__profile-intro {
  font-size: 14px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .p-list-reason__profile-intro {
    font-size: 13px;
  }
}

/* 痛みから探す　*/
.p-list-circle {
  display: flex;
  flex-wrap: wrap;
  row-gap: 50px;
}
@media (min-width: 768px) {
  .p-list-circle {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .p-list-circle {
    row-gap: 24px;
  }
}
.p-list-circle__item {
  width: 16%;
}
@media (min-width: 768px) {
  .p-list-circle__item:not(:nth-child(5n)) {
    margin-right: 5%;
  }
  .p-list-circle__item:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .p-list-circle__item {
    width: 48%;
  }
  .p-list-circle__item:not(:nth-child(2n)) {
    margin-right: 4%;
  }
}
.p-list-circle__link {
  display: block;
  position: relative;
  width: 100%;
  border-radius: 50%;
  background: var(--color-green-03);
  padding: 45px;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .p-list-circle__link {
    padding: 50px;
  }
}
.p-list-circle__text {
  position: absolute;
  font-weight: 700;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  white-space: nowrap;
  transition: 0.2s;
}
.p-list-circle__icon {
  transition: 0.2s;
}

/* サークル */
a.p-list-circle__link:hover .p-list-circle__text {
  color: var(--color-green-01);
}
a.p-list-circle__link:hover .p-list-circle__icon {
  transform: scale(1.1);
}

/* お客様の声 */
.p-list-voice {
  display: flex;
  flex-wrap: wrap;
}
.p-list-voice__item {
  width: 25%;
}
@media (max-width: 767px) {
  .p-list-voice__item {
    width: 50%;
  }
}
.p-list-voice__thumb {
  overflow: hidden;
  width: 100%;
  padding-top: 61.8%;
  position: relative;
}
.p-list-voice__thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.p-list-voice__ttl {
  font-size: 14px;
  color: var(--color-gray-02);
}

/* ビフォーアフター */
.p-list-results {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 24px;
}
.p-list-results__item {
  width: 15%;
}
@media (max-width: 767px) {
  .p-list-results__item {
    width: 48%;
  }
}
.p-list-results__thumb {
  overflow: hidden;
  border-radius: 4px;
  width: 100%;
  padding-top: 178%;
  position: relative;
  border-radius: 4px;
  margin-bottom: 4px;
}
.p-list-results__thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.p-sitemap__items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2%;
}
@media (max-width: 767px) {
  .p-sitemap__items {
    gap: 4px 1%;
  }
}
.p-sitemap__item {
  width: 32%;
}
@media (max-width: 767px) {
  .p-sitemap__item {
    width: 49.5%;
  }
}
.p-sitemap__item a {
  position: relative;
  font-weight: 700;
  display: flex;
  align-items: center;
  height: 70px;
  padding: 8px;
  box-shadow: var(--box-shadow-02);
  background: var(--color-yellow-01);
}
@media (max-width: 767px) {
  .p-sitemap__item a {
    height: 48px;
    padding: 4px;
  }
}
.p-sitemap__item a:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(assets/images/icon_arrow-circle_right_green.png) center/contain no-repeat;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .p-sitemap__item a:after {
    width: 14px;
    height: 14px;
    right: 4px;
  }
}

@media (min-width: 768px) {
  .p-mv-top {
    height: 640px;
    overflow: hidden;
    position: relative;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .p-mv-top img {
    height: 100%;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.p-mv-top__body {
  height: 100%;
  position: relative;
}
.p-mv-top__detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .p-mv-top__detail {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .p-mv-top__detail {
    padding-top: 1rem;
  }
}
.p-mv-top__labels {
  margin-bottom: 1rem;
}
.p-mv-top__label::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.p-mv-top__label:not(:last-child) {
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .p-mv-top__label:not(:last-child) {
    margin-bottom: 2px;
  }
}
.p-mv-top__label-inner {
  border-radius: 1px;
  font-size: 24px;
  display: inline-block;
  font-weight: 700;
  background: var(--color-black-01);
  color: #fff;
  padding: 8px 18px;
}
@media (max-width: 767px) {
  .p-mv-top__label-inner {
    font-size: 16px;
    padding: 8px 12px;
  }
}
.p-mv-top__txt {
  color: var(--color-black-01);
  font-size: 42px;
  line-height: 1.4;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.05);
}
@media (min-width: 768px) {
  .p-mv-top__txt {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .p-mv-top__txt {
    font-size: 28px;
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.6);
  }
}
@media (max-width: 767px) {
  .p-mv-top__google {
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 16px;
    text-align: center;
  }
  .p-mv-top__google img {
    max-width: 331px;
  }
}
.p-mv-top__google img {
  height: auto;
  border-radius: 16px;
  box-shadow: 0 0 12px rgba(0, 100, 99, 0.6);
}
@media (min-width: 768px) {
  .p-mv-top__google img {
    width: 331px;
  }
}
.p-mv-top__schedule {
  position: fixed;
  transition: right 0.3s ease-in-out;
  cursor: pointer;
  z-index: 111;
}
@media (min-width: 768px) {
  .p-mv-top__schedule {
    top: 50%;
    transform: translateY(-50%);
    right: -351px;
  }
  .p-mv-top__schedule img {
    width: 407px;
    border-radius: 16px;
    box-shadow: 0 0 12px rgba(0, 100, 99, 0.2);
  }
  .p-mv-top__schedule.is-show {
    right: 12px;
  }
}
@media (max-width: 767px) {
  .p-mv-top__schedule {
    display: none;
  }
}

.p-mv-other {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 120px 0;
  background: center repeat;
}
@media (min-width: 768px) {
  .p-mv-other {
    background-image: url("assets/images/bg_mv-other_pc.png");
  }
}
@media (max-width: 767px) {
  .p-mv-other {
    padding: 80px 0 80px;
    background-image: url("assets/images/bg_mv-other_sp.jpg");
  }
}

.p-mv-ads {
  position: relative;
  height: 488px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 32px;
}
@media (min-width: 768px) {
  .p-mv-ads {
    background: url(assets/images/bg_mv-ads_pc.jpg) center/cover no-repeat;
  }
}
@media (max-width: 767px) {
  .p-mv-ads {
    height: 520px;
    background: url(assets/images/bg_mv-ads_sp.jpg) center/cover no-repeat;
  }
}
.p-mv-ads:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.78);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.p-map {
  position: relative;
}
@media (min-width: 768px) {
  .p-map {
    display: flex;
  }
}
@media (min-width: 768px) {
  .p-map__box {
    width: 50%;
  }
}
.p-map__box--txt {
  padding: 32px 40px;
  border-radius: 8px 0 0 8px;
  background: white;
}
.p-map__box--gm {
  position: relative;
  border-radius: 0 8px 8px 0;
  overflow: hidden;
}
.p-map__box--gm iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* メニュー一覧 */
.p-menu-list__section:not(:last-child) {
  margin-bottom: 180px;
}
@media (max-width: 767px) {
  .p-menu-list__section:not(:last-child) {
    margin-bottom: 120px;
  }
}
.p-menu-list__wrap {
  position: relative;
  background: var(--color-yellow-01);
  border-radius: 4px;
  padding: 0 40px 40px;
}
@media (max-width: 767px) {
  .p-menu-list__wrap {
    padding: 0 16px 16px;
  }
}
.p-menu-list__heading {
  position: relative;
  text-align: center;
  padding-top: 40px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .p-menu-list__heading {
    padding-top: 32px;
  }
}
.p-menu-list__heading-num {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Lato";
  font-size: 54px;
  font-weight: 700;
  color: var(--color-green-01);
}
@media (max-width: 767px) {
  .p-menu-list__heading-num {
    font-size: 42px;
  }
}
.p-menu-list__heading-ttl {
  display: inline-block;
  position: relative;
  font-weight: 700;
  font-size: 24px;
}
@media (max-width: 767px) {
  .p-menu-list__heading-ttl {
    font-size: 20px;
  }
}
.p-menu-list__heading-ttl:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -3px;
  height: 5px;
  width: 100%;
  background: url("assets/images/icon_underline_green.png") center/contain repeat;
}
.p-menu-list__heading-subttl {
  margin-top: 10px;
  font-size: 14px;
  color: var(--color-gray-02);
}
@media (min-width: 768px) {
  .p-menu-list__detail {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .p-menu-list__imgs {
    width: 49%;
  }
}
.p-menu-list__rec {
  background: #fff;
  border-radius: 4px;
  padding: 36px;
}
@media (min-width: 768px) {
  .p-menu-list__rec {
    width: 49%;
  }
}
@media (max-width: 767px) {
  .p-menu-list__rec {
    margin-top: 4px;
    padding: 24px;
  }
}
.p-menu-list__rec-heading {
  text-align: center;
  margin-bottom: 16px;
  text-align: center;
  font-weight: 800;
}
@media (max-width: 767px) {
  .p-menu-list__rec-heading {
    font-size: 16px;
  }
}
.p-menu-list__rec-heading span {
  position: relative;
  display: inline-block;
}
.p-menu-list__rec-heading span:before, .p-menu-list__rec-heading span:after {
  content: "";
  display: block;
  width: 10px;
  height: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.p-menu-list__rec-heading span:before {
  left: -13px;
  background: url("assets/images/icon_hukidashi-left_black.png") center/contain no-repeat;
}
.p-menu-list__rec-heading span:after {
  right: -13px;
  background: url("assets/images/icon_hukidashi-right_black.png") center/contain no-repeat;
}
.p-menu-list__rec-list li {
  position: relative;
  font-size: 15px;
  line-height: 1.4;
  padding-left: 16px;
}
.p-menu-list__rec-list li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-green-01);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-menu-list__rec-list li:not(:last-child) {
  margin-bottom: 14px;
}

/* メニュー詳細 */
@media (min-width: 768px) {
  .p-menu-detail__warning {
    display: flex;
    flex-wrap: wrap;
    row-gap: 12px;
    justify-content: space-between;
  }
}
.p-menu-detail__warning-item {
  background: #fff;
  border-radius: 50px;
  padding: 12px 12px 12px 40px;
  position: relative;
  font-weight: 700;
}
@media (min-width: 768px) {
  .p-menu-detail__warning-item {
    width: 49.5%;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .p-menu-detail__warning-item:not(:last-child) {
    margin-bottom: 16px;
  }
}
.p-menu-detail__warning-item:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-green-01);
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.p-menu-detail__therapy {
  background: var(--color-yellow-02);
  border-radius: 4px;
  padding: 12px;
}
@media (min-width: 768px) {
  .p-menu-detail__therapy {
    display: flex;
    justify-content: space-between;
  }
}
.p-menu-detail__therapy-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 6px;
}
@media (min-width: 768px) {
  .p-menu-detail__therapy-img {
    width: 39%;
  }
}
.p-menu-detail__therapy-img-item {
  border-radius: 4px;
  overflow: hidden;
  width: 49.5%;
}
.p-menu-detail__therapy-txt {
  background: #fff;
  padding: 24px;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .p-menu-detail__therapy-txt {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .p-menu-detail__therapy-txt {
    margin-top: 4px;
    padding: 12px;
  }
}
.p-menu-detail__therapy-txt p {
  line-height: 1.6;
}
.p-menu-detail__therapy-txt p:not(:last-child) {
  margin-bottom: 1em;
}

@media (max-width: 767px) {
  .p-nav {
    transition: 0.5s ease;
    display: flex;
    flex-direction: column;
    position: fixed;
    width: 100%;
    padding-top: 100px;
    right: -120%;
    height: 100%;
    top: 0;
    background: #fff;
  }
}

/* メニュー開閉 */
.p-nav-modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  transition: opacity 0.5s ease;
}

/* ナビボタン */
@media (min-width: 768px) {
  .p-nav-btn {
    display: none;
  }
}
@media (max-width: 767px) {
  .p-nav-btn {
    position: relative;
  }
}
.p-nav-btn__checkbox {
  display: none;
}
@media (max-width: 767px) {
  .p-nav-btn__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    row-gap: 8px;
    width: 48px;
    height: 48px;
    background: var(--color-green-01);
    border-radius: 2px;
  }
}
.p-nav-btn__line {
  display: block;
  width: 24px;
  height: 3px;
  background: #fff;
  border-radius: 4px;
  transition: 0.5s ease;
}

.p-nav-list {
  display: flex;
}
@media (min-width: 768px) {
  .p-nav-list {
    align-items: center;
    column-gap: 4px;
    justify-content: space-between;
    border-left: 1px solid var(--color-yellow-05);
  }
}
@media (max-width: 767px) {
  .p-nav-list {
    flex-direction: column;
    order: 1;
    padding: 0 40px;
    margin-bottom: 24px;
  }
}
.p-nav-list__item {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .p-nav-list__item {
    flex: 1;
    border-right: 1px solid var(--color-yellow-05);
  }
}
@media (max-width: 767px) {
  .p-nav-list__item {
    border-bottom: 1px solid var(--color-gray-01);
    margin-bottom: 12px;
  }
}
.p-nav-list__link {
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .p-nav-list__link {
    display: block;
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    transition: 0.2s all;
  }
  .p-nav-list__link:hover {
    color: var(--color-green-01);
  }
}
@media (max-width: 767px) {
  .p-nav-list__link {
    display: inline-block;
    font-size: 18px;
    padding: 8px 0;
    color: var(--color-black-01);
  }
}

/* テンプレート：link.php */
.p-nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 4px;
}
.p-nav-links__item {
  width: 19.5%;
}
.p-nav-links__link {
  width: 100%;
  height: 56px;
  border-radius: 30px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  row-gap: 4px;
  font-weight: 700;
  font-size: 14px;
  transition: 0.25s;
}
.p-nav-links__link:hover {
  color: var(--color-green-01);
}
.p-nav-links__link:hover:after {
  transform: translateY(3px);
  background: url("assets/images/icon_triangle-down_green.png") center/contain no-repeat;
}
.p-nav-links__link:after {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  background: url("assets/images/icon_triangle-down_black.png") center/contain no-repeat;
  transition: transform 0.2s ease;
}

.is-active .p-nav-btn__line:nth-child(1) {
  transform: translateY(5px) rotate(-45deg);
}
.is-active .p-nav-btn__line:nth-child(2) {
  display: none;
}
.is-active .p-nav-btn__line:nth-child(3) {
  transform: translateY(-5px) rotate(45deg);
}
.is-active .p-nav {
  transition: 0.5s ease;
  width: 100%;
  right: 0;
  height: 100vh;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 767px) {
  .p-nav-sp__wrap {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 32px;
  }
  .p-nav-sp__banners {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
  }
  .p-nav-sp__banner img {
    box-shadow: var(--box-shadow-01);
  }
  .p-nav-sp__header {
    margin-bottom: 12px;
    background: var(--color-green-01);
    color: #fff;
    height: 44px;
    line-height: 44px;
    border-radius: 30px;
    text-align: center;
    position: relative;
    font-weight: 700;
  }
  .p-nav-sp__header:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -7px;
    transform: translateX(-50%);
    border-top: 8px solid var(--color-green-01);
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
  }
  .p-nav-sp__items {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 1%;
  }
  .p-nav-sp__item {
    width: 49.5%;
  }
  .p-nav-sp__item a {
    position: relative;
    font-weight: 700;
    display: flex;
    align-items: center;
    height: 48px;
    padding: 4px;
    box-shadow: var(--box-shadow-02);
    background: var(--color-yellow-01);
  }
  .p-nav-sp__item a:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: url(assets/images/icon_arrow-circle_right_green.png) center/contain no-repeat;
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.p-appeal__wrap {
  display: flex;
}
@media (min-width: 768px) {
  .p-appeal__wrap {
    column-gap: 12px;
  }
}
@media (max-width: 767px) {
  .p-appeal__wrap {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .p-appeal__box {
    flex: 1;
  }
}

/* ---------------------------------------------
  投稿詳細
--------------------------------------------- */
.p-post-detail__content:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .p-post-detail__content:not(:last-child) {
    margin-bottom: 32px;
  }
}
.p-post-detail__heading {
  font-size: 1.8em;
  font-weight: 700;
  padding-bottom: 0.7rem;
  border-bottom: 4px solid var(--color-blue-01);
  line-height: 1.4;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .p-post-detail__heading {
    border-bottom: 2px solid var(--color-blue-01);
    font-size: 1.6em;
  }
}
.p-post-detail__thumbnail {
  margin-bottom: 1rem;
}
.p-post-detail__thumbnail img {
  margin-top: 0;
  margin-bottom: 0;
}
.p-post-detail__date {
  display: flex;
  justify-content: flex-end;
}
.p-post-detail__date li {
  font-size: 0.9em;
  color: var(--color-gray-02);
}
.p-post-detail__date li:first-child {
  margin-right: 16px;
}
.p-post-detail__body * {
  line-height: 1.6;
  margin: 1.5em 0 1em;
}
.p-post-detail__body > *:first-child {
  margin-top: 0;
}
.p-post-detail__body > *:first-child:not(h2) {
  padding-top: 0;
}
.p-post-detail__body p {
  line-height: 2;
}
.p-post-detail__body h2 {
  font-size: 1.6em;
  border-left: 3px solid var(--color-blue-01);
  background: var(--color-yellow-01);
  padding: 1rem;
}
@media (max-width: 767px) {
  .p-post-detail__body h2 {
    font-size: 1.4em;
    padding: 0.8rem;
  }
}
.p-post-detail__body h3 {
  font-size: 1.4em;
  color: var(--color-blue-01);
  border-bottom: 1px solid var(--color-blue-01);
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .p-post-detail__body h3 {
    font-size: 1.2em;
  }
}
.p-post-detail__body ol,
.p-post-detail__body ul {
  padding-left: 30px;
}
.p-post-detail__body li {
  margin: 0.5rem 0;
}
.p-post-detail__body a {
  text-decoration: underline;
  color: var(--color-green-01);
}
.p-post-detail__body img {
  max-width: 100%;
}
.p-post-detail__body th,
.p-post-detail__body td {
  line-height: 1.4;
}
.p-post-detail__cta {
  border-radius: 4px;
  padding: 40px 120px;
  background: var(--color-yellow-01);
}
@media (max-width: 767px) {
  .p-post-detail__cta {
    padding: 16px;
  }
}
.p-post-detail__cta-ttl {
  font-size: 20px;
  margin-bottom: 24px;
}
.p-post-detail__cta-desc {
  font-size: 14px;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.6;
}

.p-post-list__item {
  border-bottom: 1px solid var(--color-gray-03);
  padding-bottom: 12px;
}
.p-post-list__item:not(:last-child) {
  margin-bottom: 16px;
}
.p-post-list__link {
  display: flex;
  justify-content: space-between;
}
.p-post-list__img {
  width: 150px;
  border-radius: 4px;
  overflow: hidden;
  background: var(--color-gray-07);
  margin-right: 24px;
}
@media (max-width: 767px) {
  .p-post-list__img {
    width: 80px;
    margin-right: 12px;
  }
}
.p-post-list__img--sidebar {
  width: 80px;
  margin-right: 12px;
}
.p-post-list__detail {
  flex: 1;
}
.p-post-list__detail-date {
  margin-bottom: 8px;
}
.p-post-list__detail-ttl {
  font-weight: 700;
  line-height: 1.6;
}

.p-sidebar {
  /* 要素 */
}
.p-sidebar__content:not(:last-child) {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .p-sidebar__content:not(:last-child) {
    margin-bottom: 32px;
  }
}
.p-sidebar__header {
  padding-bottom: 8px;
  margin-bottom: 16px;
  border-bottom: 2px solid var(--color-gray-03);
}
.p-sidebar__header-en {
  color: var(--color-green-01);
  font-size: 14px;
  margin-bottom: 4px;
  font-weight: 700;
}
.p-sidebar__header-ja {
  font-size: 18px;
}
@media (max-width: 767px) {
  .p-sidebar__header-ja {
    font-size: 16px;
  }
}
.p-sidebar__item:not(:last-child) {
  margin-bottom: 16px;
}
.p-sidebar {
  /* バナー */
}
.p-sidebar__banner {
  transition: 0.3s;
}
.p-sidebar__banner:hover {
  opacity: 0.7;
}
.p-sidebar__banner-links {
  background: var(--color-green-01);
  display: flex;
  padding: 8px 0 12px;
  flex-direction: column;
  align-items: center;
  row-gap: 12px;
}
.p-sidebar__banner-links a {
  margin: 0;
}
.p-sidebar__banner-text {
  margin-top: 8px;
}
.p-sidebar__banner-text p {
  font-size: 13px;
  line-height: 1.4;
  color: var(--color-gray-02);
}

.p-sidebar-nav__header {
  background: var(--color-blue-01);
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  color: #fff;
  border-radius: 2px;
  font-size: 1.1em;
}
.p-sidebar-nav__items {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
  background: var(--color-yellow-01);
  padding: 0.8rem;
}
.p-sidebar-nav__item a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0 0.8rem;
  background: var(--color-green-01);
  border-radius: 2px;
  color: #fff;
  font-weight: 700;
}
.p-sidebar-nav__item a:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(assets/images/icon_arrow-circle_right_white.png) center/contain no-repeat;
  position: absolute;
  right: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
}

.p-staff__wrap {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.p-staff__box {
  border-radius: 2px;
  border: 4px solid var(--color-yellow-01);
  padding: 1.5rem;
}
.p-staff__content:not(:last-child) {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 4px solid var(--color-yellow-01);
}
.p-staff__header {
  font-weight: 700;
  font-size: 1.1em;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
.p-staff__header:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: var(--color-green-01);
  border-radius: 50%;
}
@media (min-width: 768px) {
  .p-staff__profile {
    display: flex;
    column-gap: 1rem;
  }
}
.p-staff__profile-thumbnail {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid var(--color-yellow-01);
}
@media (max-width: 767px) {
  .p-staff__profile-thumbnail {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
  }
}
.p-staff__profile-info {
  flex: 1;
}
.p-staff__profile-position {
  font-size: 0.95em;
  color: var(--color-black-02);
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .p-staff__profile-position {
    text-align: center;
  }
}
.p-staff__profile-name {
  margin-bottom: 0.5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .p-staff__profile-name {
    text-align: center;
  }
}
.p-staff__profile-desc {
  font-size: 0.9em;
  line-height: 1.4;
  color: var(--color-black-03);
}
.p-staff__career th,
.p-staff__career td {
  border: 0;
  padding: 0 0 0.5rem;
  font-weight: 400;
  font-size: 0.95em;
  line-height: 1.4;
}
.p-staff__career th {
  width: 70px;
}
@media (max-width: 767px) {
  .p-staff__career th {
    width: 63px;
  }
}
.p-staff__career a {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .p-treatment {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 4px;
  }
}
.p-treatment__item {
  padding: 24px;
  border-radius: 4px;
  background: #fff;
}
@media (min-width: 768px) {
  .p-treatment__item {
    width: 49.8%;
  }
}
@media (max-width: 767px) {
  .p-treatment__item:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .p-treatment__body {
    display: flex;
    justify-content: space-between;
  }
}
.p-treatment__img {
  overflow: hidden;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .p-treatment__img {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .p-treatment__img {
    margin-bottom: 16px;
  }
}
.p-treatment__heading {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .p-treatment__heading {
    margin-bottom: 18px;
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .p-treatment__desc {
    flex: 1;
    padding-left: 16px;
  }
}
.p-treatment__desc p {
  line-height: 1.4;
  font-size: 15px;
}

.wp-pagenavi {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
  border-radius: 2px !important;
  padding: 12px !important;
}

@media (max-width: 767px) {
  .p-how {
    margin-top: 50px;
  }
}
.p-how__wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .p-how__wrap {
    justify-content: space-between;
  }
}
.p-how__wrap:before {
  content: "✖️";
  font-size: 20px;
  font-weight: 700;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-how__box {
  position: relative;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  background: url(assets/images/bg_how_special.png) center/contain no-repeat;
}
@media (min-width: 768px) {
  .p-how__box {
    margin: 0 40px;
    width: 300px;
  }
}
@media (max-width: 767px) {
  .p-how__box {
    width: 45%;
    height: 80px;
  }
}
.p-how__box span {
  display: inline-block;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  white-space: nowrap;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .p-how__box span {
    top: -7px;
    font-size: 13px;
  }
}
.p-how__box p {
  font-size: 24px;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .p-how__box p {
    font-size: 18px;
  }
}

.p-voice {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-voice__box {
  background: #fff;
  border-radius: 4px;
  border: 1px solid var(--color-yellow-02);
  padding: 1rem;
}
@media (min-width: 768px) {
  .p-voice__box {
    display: flex;
    align-items: flex-start;
  }
}
.p-voice__image {
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-voice__image {
    text-align: center;
  }
}
.p-voice__image img {
  width: 180px;
  height: 180px;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .p-voice__info {
    flex: 1;
    display: flex;
  }
}
@media (min-width: 768px) {
  .p-voice__info--box {
    padding: 0 1rem;
    width: 50%;
  }
  .p-voice__info--box:first-child {
    border-right: 1px solid var(--color-gray-03);
  }
}
@media (max-width: 767px) {
  .p-voice__info--box {
    margin-top: 0.7rem;
    padding-top: 0.7rem;
    border-top: 1px solid var(--color-gray-03);
  }
}
.p-voice__info--name {
  font-weight: 700;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.p-voice__info--name:before {
  content: "";
  display: block;
  width: 22px;
  height: 20px;
  background: url(assets/images/icon_talk_green.png) center/contain no-repeat;
}
.p-voice__info--detail {
  font-size: 0.9em;
  color: var(--color-black-02);
  line-height: 1.4;
}
@media (max-width: 767px) {
  .p-voice__info--detail {
    font-size: 0.95em;
  }
}

.p-voice-client__item {
  padding: 24px;
  background: var(--color-yellow-01);
  border-radius: 4px;
}
.p-voice-client__item:not(:last-child) {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .p-voice-client__item {
    display: flex;
  }
  .p-voice-client__item:not(:nth-child(4n)) {
    margin-right: 2%;
  }
}
@media (max-width: 767px) {
  .p-voice-client__item {
    padding: 16px;
  }
}
.p-voice-client__thumb {
  margin-bottom: 8px;
  overflow: hidden;
  border-radius: 2px;
}
@media (min-width: 768px) {
  .p-voice-client__thumb {
    width: 300px;
  }
  .p-voice-client__thumb img {
    height: auto;
  }
}
.p-voice-client__detail {
  padding: 24px;
  background: #fff;
}
@media (min-width: 768px) {
  .p-voice-client__detail {
    margin-left: 24px;
    flex: 1;
  }
}
@media (max-width: 767px) {
  .p-voice-client__detail {
    padding: 16px;
  }
}
.p-voice-client__position {
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 700;
}
.p-voice-client__name {
  font-weight: 700;
}
.p-voice-client__licenses {
  display: flex;
  flex-wrap: wrap;
  column-gap: 4px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.p-voice-client__licenses-item {
  color: var(--color-green-01);
  border-radius: 20px;
  border: 1px solid var(--color-green-01);
  font-size: 13px;
  font-weight: 700;
  padding: 2px 8px;
  margin-bottom: 4px;
}
.p-voice-client__profile {
  line-height: 1.6;
  font-size: 15px;
}
@media (max-width: 767px) {
  .p-voice-client__profile {
    font-size: 14px;
  }
}
.p-voice-client__sns {
  margin-top: 30px;
  display: flex;
  column-gap: 12px;
}
.p-voice-client__sns li img {
  width: auto;
  height: 35px;
}

.p-problem {
  display: flex;
}
@media (min-width: 768px) {
  .p-problem {
    gap: 20px 2%;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .p-problem {
    flex-direction: column;
    row-gap: 12px;
  }
}
.p-problem__box {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.24);
  border-radius: 4px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-problem__box {
    width: 49%;
  }
}
.p-problem__link {
  display: flex;
  gap: 1rem;
  background: var(--color-yellow-01);
  padding: 1rem;
}
@media (min-width: 768px) {
  .p-problem__link:hover .p-problem__text {
    color: var(--color-green-01);
  }
  .p-problem__link:hover .p-problem__image img {
    transform: scale(1.2);
  }
}
@media (max-width: 767px) {
  .p-problem__link {
    padding: 0.5rem;
  }
}
.p-problem__image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-problem__image img {
    transition: 0.5s transform;
  }
}
@media (max-width: 767px) {
  .p-problem__image {
    width: 100px;
    height: 100px;
  }
}
.p-problem__text {
  flex: 1;
  position: relative;
  font-weight: 700;
  line-height: 1.6;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .p-problem__text {
    transition: 0.2s color;
  }
}
.p-problem__click {
  position: absolute;
  right: 0;
  bottom: 0;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: var(--color-green-01);
  gap: 8px;
}
@media (max-width: 767px) {
  .p-problem__click {
    right: -4px;
    bottom: -4px;
  }
}
.p-problem__click:after {
  content: "";
  display: block;
  height: 13px;
  width: 15px;
  background: url(assets/images/icon_arrow-double_right_green.png) center/contain no-repeat;
}

.p-message {
  padding: 1rem;
  border-radius: 4px;
  background: #fff;
}
@media (min-width: 768px) {
  .p-message {
    display: flex;
    column-gap: 1rem;
  }
}
.p-message__image {
  border-radius: 4px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-message__image {
    width: 400px;
  }
}
.p-message__date {
  flex: 1;
}
@media (min-width: 768px) {
  .p-message__date {
    font-size: 0.9em;
  }
}
.p-message__item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px dashed var(--color-gray-03);
}
@media (min-width: 768px) {
  .p-message__item {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .p-message__item {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.p-message__label {
  width: 100px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .p-message__label {
    margin-bottom: 8px;
  }
}
@media (min-width: 768px) {
  .p-message__info {
    flex: 1;
  }
}
.p-message__info .sub {
  color: var(--color-black-02);
  font-size: 0.9em;
}
.p-message__info.type-sentence {
  color: var(--color-black-02);
  line-height: 1.4;
}
@media (min-width: 768px) {
  .p-message__info.type-sentence {
    font-size: 0.95em;
  }
}

/* ページ別 project */
.p-page-hoken__case {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 2%;
  padding-left: 0 !important;
}
@media (max-width: 767px) {
  .p-page-hoken__case {
    gap: 6px 1%;
  }
}
.p-page-hoken__case li {
  width: 32%;
  background: var(--color-yellow-01);
  border-radius: 50px;
  padding: 0 1rem;
  margin: 0;
  height: 50px;
  display: flex;
  align-items: center;
  column-gap: 12px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .p-page-hoken__case li {
    width: 49.5%;
  }
}
.p-page-hoken__case li:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color-green-01);
}

.u-bg-gray {
  background: var(--color-gray-03);
}

.u-bg-yellow {
  background: var(--color-yellow-01);
}

.u-font-date {
  font-family: var(--font-family-date);
  color: var(--color-gray-02);
  font-size: 13px;
}

.u-fs--small {
  font-size: 0.9em;
}

.u-mt-8 {
  margin-top: 8px;
}

.u-mt-16 {
  margin-top: 16px;
}

.u-mt-1em {
  margin-top: 1em;
}

.u-mt-2em {
  margin-top: 2em;
}

.u-box-shadow {
  box-shadow: var(--box-shadow-02);
}

.c-decoration--dotted {
  display: inline-block;
  position: relative;
}
.c-decoration--dotted:before {
  content: "";
  display: block;
  background: var(--color-green-01);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
}
.c-decoration--wavy {
  display: inline-block;
  position: relative;
  line-height: 1;
}
.c-decoration--wavy:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -5px;
  height: 5px;
  width: 100%;
  background: url(assets/images/icon_underline_green.png) center/contain repeat;
}

.u-color--green {
  color: var(--color-green-01);
}
.u-color--yellow {
  color: var(--color-yellow-04);
}

/*# sourceMappingURL=style.css.map */
