@charset "UTF-8";
/*
Theme Name: Theme name
Author: Author
Author URI:
*/
/* A Modern CSS Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

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

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  scroll-padding: 5rem;
  font-size: calc(100vw / 1280 * 16);
}
@media (1280px < width) {
  html {
    font-size: 16px;
    scroll-padding: 4.375rem;
  }
}
@media (width <= 999px) {
  html {
    font-size: calc(100vw / 375 * 16);
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #3e341e;
  font-weight: 500;
  line-height: 1.6;
}
body.is-menu-open {
  overflow: hidden;
}

a {
  color: #3e341e;
}
a:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

p:not(:last-of-type) {
  margin-bottom: 2em;
}

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

pre {
  white-space: pre;
}

/********************************************
* Form
********************************************/
input[type=email],
input[type=text] {
  width: 500px;
  max-width: 100%;
  padding: 5px;
  height: 35px;
}

textarea {
  width: 500px;
  max-width: 100%;
  height: 250px;
}

input[type=submit] {
  width: 300px;
  height: 35px;
  max-width: 100%;
  border: 1px solid #ccc;
}

/********************************************
* Wordpress
********************************************/
/* Media */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

/* Contact Form */
.wpcf7 .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7 .wpcf7-not-valid {
  background: pink;
}
.wpcf7 .wpcf7-response-output {
  margin: 10px 0 0;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.wpcf7 .wpcf7-validation-errors {
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid #eed3d7;
}
.wpcf7 .wpcf7-mail-sent-ok {
  color: #3a87ad;
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
}

.home .l-container {
  margin-left: initial;
  margin-right: initial;
  padding-left: initial;
  padding-right: initial;
  max-width: initial;
}
.home .l-container .l-article {
  max-width: initial;
}

/* ヘッダーとその中の全要素をリセット */
.cl-header,
.cl-header * {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-family: inherit; /* フォントは後から指定 */
  font-size: 100%;
  font-weight: normal;
  color: inherit; /* 文字色は後から指定 */
  line-height: 1.5;
  text-align: left;
  vertical-align: baseline;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

/* フッターとその中の全要素をリセット */
.cl-footer,
.cl-footer * {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-family: inherit;
  font-size: 100%;
  font-weight: normal;
  color: inherit;
  line-height: 1.5;
  text-align: left;
  vertical-align: baseline;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

/* ===============================================
   フッターのアクセステーブルへの親テーマCSS影響をリセット
   =============================================== */
.cl-footer__access-table,
.cl-footer__access-table tbody,
.cl-footer__access-table tr,
.cl-footer__access-table th,
.cl-footer__access-table td {
  border: none;
  padding: 0;
  background: transparent;
  font-size: 100%;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  width: auto;
}

.cl-footer__access-table {
  width: 100%;
  border-collapse: collapse; /* テーブルの線を結合 */
}

.wp-singular:not(.home) .l-content {
  padding-top: 5.25rem;
}
@media (width <= 999px) {
  .wp-singular:not(.home) .l-content {
    padding-top: 4.375rem;
  }
}
.wp-singular:not(.home) .l-article {
  background: #fff;
  padding: 1.875rem;
}
@media (width <= 999px) {
  .wp-singular:not(.home) .l-article {
    padding: 1.25rem 0.625rem;
  }
}
@media (width <= 999px) {
  .wp-singular:not(.home) h1 {
    font-size: 1.375rem;
  }
}
.wp-singular:not(.home) .c-postContent h2.wp-block-heading {
  border-bottom: double 5px #ffc778;
}
@media (width <= 999px) {
  .wp-singular:not(.home) .c-postContent h2.wp-block-heading {
    font-size: 1.375rem;
  }
}
.wp-singular:not(.home) .c-postContent h3.wp-block-heading {
  padding: 0.25em 0.5em; /*上下 左右の余白*/
  background: transparent; /*背景透明に*/
  border-left: solid 5px #ffc778; /*左線*/
}
@media (width <= 999px) {
  .wp-singular:not(.home) .c-postContent h3.wp-block-heading {
    font-size: 1.125rem;
  }
}

.blog .l-content {
  padding-top: 5.25rem;
}
@media (width <= 999px) {
  .blog .l-content {
    padding-top: 4.375rem;
  }
}

.archive .l-content {
  padding-top: 5.25rem;
}
@media (width <= 999px) {
  .archive .l-content {
    padding-top: 4.375rem;
  }
}
.archive .c-pageTitle__main {
  padding: 0.5em; /*文字周りの余白*/
  background: #fffaf4; /*背景色*/
  border-left: solid 5px #ffaf58; /*左線（実線 太さ 色）*/
}
@media (width <= 999px) {
  .archive .c-pageTitle__main {
    font-size: 1.5rem;
  }
}

.symptom-template-default .c-shareBtns {
  display: none;
}
.symptom-template-default .p-entry__foot {
  display: none;
}
@media (width <= 999px) {
  .symptom-template-default .l-sidebar {
    margin-top: initial;
  }
}
.symptom-template-default .c-pageTitle__main {
  padding: 0.5em; /*文字周りの余白*/
  background: #fffaf4; /*背景色*/
  border-left: solid 5px #ffaf58; /*左線（実線 太さ 色）*/
}
@media (width <= 999px) {
  .symptom-template-default .c-pageTitle__main {
    font-size: 1.5rem;
  }
}

/********************************************
* Layout
********************************************/
/* Header */
.cl-header {
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 1000;
  transition: transform 0.3s ease-in-out;
}
.cl-header.is-hidden {
  transform: translateY(-100%);
}
.cl-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.6875rem 0 0.375rem;
  margin: 0 auto;
  max-width: 80rem;
}
@media (width <= 999px) {
  .cl-header__inner {
    height: 4.375rem;
    max-width: inherit;
    padding: 0.8125rem 1.25rem 0.4375rem;
  }
}
.cl-header__logo {
  width: 22.1875rem;
}
@media (width <= 999px) {
  .cl-header__logo {
    width: 16.25rem;
    position: relative;
    z-index: 1;
  }
}
.cl-header__logo-link {
  text-decoration: none;
}
@media (width <= 999px) {
  .cl-header__nav {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    background-color: #fff;
    padding: 8.75rem 1.25rem 3.75rem;
    overflow-y: scroll;
  }
  .is-menu-open .cl-header__nav {
    left: 0;
  }
}
.cl-header__nav-list {
  display: flex;
  gap: 1.25rem;
  align-items: center;
}
@media (width <= 999px) {
  .cl-header__nav-list {
    flex-direction: column;
  }
}
.cl-header__nav-item--contact {
  background-color: #ffb300;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10.9375rem;
  height: 2.75rem;
  border-radius: 0.1875rem;
}
@media (width <= 999px) {
  .cl-header__nav-item--contact {
    width: 18.125rem;
    font-size: 1.375rem;
    border-radius: 0.625rem;
    height: auto;
  }
}
.cl-header__nav-item--contact .cl-header__nav-link {
  color: #fff;
  font-weight: 700;
}
@media (width <= 999px) {
  .cl-header__nav-item--contact .cl-header__nav-link {
    padding: 0.96875rem 0;
  }
}
.cl-header__nav-item--contact .cl-header__nav-link:after {
  content: inherit;
}
.cl-header__nav-item--contact .cl-header__nav-icon--contact {
  transform: translateY(-0.125rem);
}
.cl-header__nav-link {
  text-decoration: none;
  font-size: 0.9375rem;
  position: relative;
  display: inline-block;
  line-height: 1.4;
  padding-right: 0.625rem;
  font-weight: 500;
}
@media (width <= 999px) {
  .cl-header__nav-link {
    font-size: 1.25rem;
  }
}
.cl-header__nav-link:after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 0.1875rem);
  width: 0.375rem;
  height: 0.375rem;
  border-top: 1px solid #3e341e;
  border-right: 1px solid #3e341e;
  transform: rotate(45deg);
}
@media (width <= 999px) {
  .cl-header__nav-link:after {
    content: inherit;
  }
}
.cl-header__nav-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4375rem;
}

.cl-menu-trigger {
  display: none;
  width: 4.375rem;
  height: 4.375rem;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
@media (width <= 999px) {
  .cl-menu-trigger {
    display: block;
  }
}
.cl-menu-trigger__bar {
  display: block;
  transition: all 0.3s;
  width: 1.65625rem;
  height: 2px;
  position: absolute;
  left: 1.359375rem;
  top: 50%;
  display: inline-block;
  background: #ffb300;
}
.cl-menu-trigger__bar:nth-of-type(1) {
  transform: translateY(-0.625rem);
}
.is-menu-open .cl-menu-trigger__bar:nth-of-type(1) {
  transform: translateY(0rem) rotate(45deg);
}
.is-menu-open .cl-menu-trigger__bar:nth-of-type(2) {
  transform: scaleX(0);
}
.cl-menu-trigger__bar:nth-of-type(3) {
  transform: translateY(0.625rem);
}
.is-menu-open .cl-menu-trigger__bar:nth-of-type(3) {
  transform: translateY(0rem) rotate(-45deg);
}

.cl-article {
  padding-top: 5.25rem;
}
@media (width <= 999px) {
  .cl-article {
    padding-top: 4.375rem;
  }
}

/* Footer */
.cl-footer__access {
  display: flex;
}
@media (width <= 999px) {
  .cl-footer__access {
    flex-direction: column;
  }
}
.cl-footer__access-thumb {
  width: 35.4375rem;
}
@media (width <= 999px) {
  .cl-footer__access-thumb {
    width: 100%;
    order: 2;
  }
}
.cl-footer__access-text {
  width: calc(100% - 35.4375rem);
  padding: 3.75rem 4.375rem 0;
}
@media (width <= 999px) {
  .cl-footer__access-text {
    width: 100%;
    padding: 1.875rem 1.25rem 0.5rem;
    order: 1;
  }
}
.cl-footer__access-title {
  font-size: 2.375rem;
  font-weight: 700;
  margin-bottom: 1.875rem;
}
@media (width <= 999px) {
  .cl-footer__access-title {
    font-size: 2rem;
    margin-bottom: 0.9375rem;
  }
}
.cl-footer__access-table {
  font-size: 1rem;
}
@media (width <= 999px) {
  .cl-footer__access-table {
    font-size: 0.875rem;
  }
}
.cl-footer__access-table th {
  padding: 0.4375rem 0 !important;
  width: 5.3125rem;
  vertical-align: top;
  font-weight: 500;
  text-align: left;
}
@media (width <= 999px) {
  .cl-footer__access-table th {
    display: block;
    padding: 0.625rem 0 0 !important;
  }
}
.cl-footer__access-table td {
  padding: 0.4375rem 0 !important;
}
@media (width <= 999px) {
  .cl-footer__access-table td {
    display: block;
    padding: 0 0 0.625rem !important;
  }
}
.cl-footer__map {
  width: 100%;
  height: 31rem;
  margin-bottom: 4.375rem;
}
@media (width <= 999px) {
  .cl-footer__map {
    height: 17.9375rem;
    margin-bottom: 0;
  }
}
.cl-footer__map iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.cl-footer__bottom {
  display: flex;
  justify-content: space-between;
  max-width: 62.5rem;
  margin: 0 auto 5.625rem;
}
@media (width <= 999px) {
  .cl-footer__bottom {
    flex-direction: column;
    padding: 1.875rem 1.25rem;
    gap: 0.9375rem;
  }
}
.cl-footer__bottom-logo {
  width: 22.5rem;
}
@media (width <= 999px) {
  .cl-footer__bottom-logo {
    width: 16.25rem;
    margin: 0 auto;
  }
}
.cl-footer__nav-list {
  width: 24.0625rem;
  gap: 0.8125rem 3.75rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5rem;
}
@media (width <= 999px) {
  .cl-footer__nav-list {
    width: 100%;
    gap: 0.5rem 0;
  }
}
.cl-footer__nav-item {
  width: 5.5rem;
}
@media (width <= 999px) {
  .cl-footer__nav-item {
    width: 33.3%;
  }
}
.cl-footer__nav-link {
  text-decoration: none;
  font-size: 0.875rem;
}
@media (width <= 999px) {
  .cl-footer__nav-link {
    font-size: 0.75rem;
  }
}
.cl-footer__copyrights {
  font-size: 12px;
  text-align: center;
  margin: 1.5rem 0;
}

/********************************************
* Component
********************************************/
.cl-bg {
  background-color: #fff9ea;
}

.cl-btn {
  background-color: #ff4800;
  color: #fff;
  font-size: 1.625rem;
  padding: 1rem 3.75rem;
  display: inline-block;
  border-radius: 0.625rem;
  text-decoration: none;
  font-weight: 700;
}
@media (width <= 999px) {
  .cl-btn {
    font-size: 1.375rem;
    padding: 1.125rem 0 1rem;
    width: 100%;
  }
}
.cl-btn__icon {
  display: inline-block;
  margin-right: 0.625rem;
  transform: translateY(-0.3125rem);
}
.cl-btn__icon--pc {
  width: 2.25rem;
}

.cl-btn02 {
  display: inline-block;
  border: 0.125rem solid #ffb300;
  color: #ffb300;
  padding: 0.84375rem 2.1875rem;
  text-decoration: none;
  border-radius: 999px;
}
.cl-btn02:after {
  display: inline-block;
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  border-top: 1px solid #ffb300;
  border-right: 1px solid #ffb300;
  transform: rotate(45deg);
  margin-left: 0.625rem;
}

.cl-flex {
  display: flex;
}
.cl-flex--2 .cl-flex__item {
  width: 50%;
  flex-grow: 1;
}

.cl-inner {
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 3.75rem 0;
}
@media (width <= 999px) {
  .cl-inner {
    padding: 2.5rem 0.9375rem;
  }
}

.cl-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cl-list--upper-alphabet {
  list-style: upper-alpha;
}
.cl-list--lower-alphabet {
  list-style: lower-alpha;
}
.cl-list--upper-roman {
  list-style: upper-roman;
}
.cl-list--lower-roman {
  list-style: lower-roman;
}
.cl-list--none {
  list-style: none;
}
.cl-list--circle {
  list-style: circle;
}
.cl-list--square {
  list-style: square;
}
.cl-list--decimal {
  list-style: decimal;
}
.cl-list--decimal-leading-zero {
  list-style: decimal-leading-zero;
}

.cl-logo-text {
  background-color: #ffb300;
  color: #fff;
  font-size: 0.795625rem;
  border-radius: 999px;
  line-height: 1;
  padding: 0.1875rem 0.3125rem;
}
@media (width <= 999px) {
  .cl-logo-text {
    font-size: 0.5725rem;
  }
}

.cl-more {
  border: 0.125rem solid #ffb300;
  color: #ffb300;
  padding: 0.84375rem 1.5625rem;
  text-decoration: none;
  border-radius: 999px;
}
@media (width <= 999px) {
  .cl-more {
    border: 0.125rem solid #ffb300;
    color: #ffb300;
    padding: 0.84375rem 1.5625rem;
    text-decoration: none;
    border-radius: 999px;
  }
}
.cl-more:after {
  content: "";
  display: inline-block;
  margin-left: 0.625rem;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 0.125rem solid #ffb300;
  border-bottom: 0.125rem solid #ffb300;
  transform: rotate(45deg) translateY(-0.25rem);
}

.cl-pagenation {
  margin: 50px 0 0 0;
  text-align: center;
}
.cl-pagenation:after, .cl-pagenation__navul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.cl-pagenation__nav {
  margin: 0;
}
.cl-pagenation__item {
  float: left;
  list-style: none outside none;
  margin-left: 3px;
  margin-bottom: 3px;
}
.cl-pagenation__item:first-child {
  margin-left: 0;
}
.cl-pagenation__item--active {
  background-color: #333;
  border-radius: 3px;
  color: #ffffff;
  cursor: not-allowed;
  padding: 10px 20px;
}
.cl-pagenation__link {
  background: none repeat scroll 0 0 #cccccc;
  border-radius: 3px;
  color: #ffffff;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.cl-pagenation__link:hover {
  background-color: #333;
  color: #ffffff;
  opacity: 0.8;
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: ease;
}

.cl-photo-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8125rem;
}
@media (width <= 999px) {
  .cl-photo-list {
    gap: 0.75rem 0.875rem;
  }
}
.cl-photo-list__item {
  width: 15rem;
  background-color: #fff;
}
@media (width <= 999px) {
  .cl-photo-list__item {
    width: 10rem;
  }
}

.cl-scroll {
  overflow-x: auto;
}
.cl-scroll table {
  min-width: 640px;
  margin: 0 0 40px 0;
}

.cl-scroll-bar {
  overflow-y: scroll;
}
.cl-scroll-bar::-webkit-scrollbar {
  width: 0.15625rem;
}
.cl-scroll-bar::-webkit-scrollbar-thumb {
  background-color: #ffb300;
  border-radius: 999px;
}
.cl-scroll-bar::-webkit-scrollbar-track {
  background-color: #999;
  border-radius: 0.15625rem;
}

.cl-table {
  width: 100%;
  margin-bottom: 40px;
}
.cl-table th {
  text-align: center;
  background: #ededed;
  padding: 10px;
  width: 350px;
  border: 1px solid #d1d1d1;
  vertical-align: middle;
}
@media (width <= 999px) {
  .cl-table th {
    width: 100%;
    display: block;
  }
}
.cl-table td {
  padding: 10px;
  text-align: left;
  border: 1px solid #d1d1d1;
}
@media (width <= 999px) {
  .cl-table td {
    width: 100%;
    display: block;
  }
}

.cl-title {
  font-weight: 700;
}
.cl-title--h2 {
  font-size: 2.375rem;
  text-align: center;
  margin-bottom: 0.9375rem;
}
@media (width <= 999px) {
  .cl-title--h2 {
    font-size: 2rem;
  }
}

.cl-video .cl-inner {
  padding-top: 5rem;
  max-width: 46.875rem;
}
@media (width <= 999px) {
  .cl-video .cl-inner {
    padding: 1.25rem;
  }
}
.cl-video__title {
  margin-bottom: 1.875rem;
}
@media (width <= 999px) {
  .cl-video__title {
    font-size: 1.25rem;
    margin-bottom: 0.625rem;
  }
}

.cl-voice-list {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
}
@media (width <= 999px) {
  .cl-voice-list {
    gap: 1.875rem;
  }
}
.cl-voice-list__item {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
  justify-content: space-between;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.1);
  padding: 1.875rem;
  border-radius: 1.25rem;
}
@media (width <= 999px) {
  .cl-voice-list__item {
    gap: 1.125rem;
    box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.1);
    padding: 1.25rem 0.9375rem;
    border-radius: 1.25rem;
  }
}
.cl-voice-list__title {
  width: 100%;
  font-size: 1.625rem;
  font-weight: 700;
}
@media (width <= 999px) {
  .cl-voice-list__title {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
.cl-voice-list__thumb {
  width: 21.875rem;
  border-radius: 1.25rem;
  overflow: hidden;
}
.cl-voice-list__text {
  width: 30rem;
}
.cl-voice-list__rate {
  font-size: 1.625rem;
  margin-bottom: 0.75rem;
}
@media (width <= 999px) {
  .cl-voice-list__rate {
    font-size: 1.375rem;
    margin-bottom: 0.625rem;
  }
}
.cl-voice-list__stars {
  color: #ffb300;
  margin-left: 1.25rem;
}
@media (width <= 999px) {
  .cl-voice-list__stars {
    font-size: 1.625rem;
  }
}
.cl-voice-list__cat {
  color: #fff;
  font-size: 1.25rem;
  padding: 0.0625rem 0.3125rem;
}
.cl-voice-list__name {
  font-size: 0.9375rem;
}
.cl-voice-list__p {
  margin-top: 1.25rem;
  font-size: 1rem;
  line-height: 1.4375;
}
.cl-voice-list__p:not(:last-of-type) {
  margin-top: 0.1875rem;
  line-height: 1.6;
  margin-bottom: 1.68em;
}

.cl-voice-list--narrow .cl-voice-list__item {
  display: grid;
  grid-template-columns: 12.5rem 1fr;
  grid-template-rows: auto 1fr;
  grid-template-areas: "title title" "thumb text";
  gap: 1.25rem;
  align-items: start;
}
@media (width <= 999px) {
  .cl-voice-list--narrow .cl-voice-list__item {
    display: block;
  }
}
.cl-voice-list--narrow .cl-voice-list__title {
  grid-area: title;
  width: auto;
}
@media (width <= 999px) {
  .cl-voice-list--narrow .cl-voice-list__title {
    margin-bottom: 0.9375rem;
  }
}
.cl-voice-list--narrow .cl-voice-list__thumb {
  grid-area: thumb;
  width: 100%;
}
@media (width <= 999px) {
  .cl-voice-list--narrow .cl-voice-list__thumb {
    width: 21.875rem;
    max-width: 100%;
    margin: 0 auto 1.125rem;
  }
}
.cl-voice-list--narrow .cl-voice-list__text {
  grid-area: text;
  width: auto;
}

.cl-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.cl-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/********************************************
* Project
********************************************/
.p-home__mv {
  background-image: url(../images/home/mv-wide.jpg);
  background-repeat: no-repeat;
  background-position: calc(50vw - 5.9375rem) top;
  background-size: 81.25rem;
  height: 36.6875rem;
  background-color: #fff9ea;
}
@media (width <= 999px) {
  .p-home__mv {
    background-image: url(../images/home/mv-sp.jpg);
    background-position: center bottom;
    background-size: 100%;
    height: 37.3125rem;
  }
}
.p-home__mv .cl-inner {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (width <= 999px) {
  .p-home__mv .cl-inner {
    display: block;
    padding-top: 1.5625rem;
  }
}
.p-home__mv-text {
  width: 33.75rem;
  text-align: center;
  transform: translateX(-6.25rem) translateY(1.25rem);
}
@media (width <= 999px) {
  .p-home__mv-text {
    width: 100%;
    transform: inherit;
  }
}
.p-home__mv-text .u-marker {
  display: inline;
}
.p-home__mv-catch {
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
}
@media (width <= 999px) {
  .p-home__mv-catch {
    font-size: 1.125rem;
    margin-bottom: 0;
    line-height: 1.4;
  }
}
.p-home__mv-catch span {
  margin-right: 0.3125rem;
  color: #fff;
  text-shadow: 0 0.201875rem 0.504375rem rgba(0, 0, 0, 0.15);
}
.p-home__mv-title {
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 0;
}
@media (width <= 999px) {
  .p-home__mv-title {
    font-size: 1.5rem;
  }
}
.p-home__mv-span--01 {
  display: inline-block;
  margin-top: -1.5625rem;
}
@media (width <= 999px) {
  .p-home__mv-span--01 {
    font-size: 2.25rem;
    line-height: 1.4;
    margin-bottom: 0.9375rem;
  }
}
.p-home__mv-icons {
  display: flex;
  gap: 1.875rem;
  justify-content: center;
  transform: translateX(1.875rem);
}
@media (width <= 999px) {
  .p-home__mv-icons {
    gap: 1.0625rem;
    transform: inherit;
  }
}
.p-home__mv-icons-item {
  width: 10rem;
  height: 10rem;
  background-color: #fff;
  border: 1px solid #689b03;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #689b03;
  font-size: 1.208125rem;
  font-weight: 700;
  line-height: 1.132;
}
@media (width <= 999px) {
  .p-home__mv-icons-item {
    width: 6.25rem;
    height: 6.25rem;
    font-size: 0.75rem;
  }
}
.p-home__mv-icons-icon {
  margin-bottom: 0.4375rem;
}
@media (width <= 999px) {
  .p-home__mv-icons-icon {
    margin-bottom: 0.5rem;
    margin-top: -0.625rem;
    display: block;
  }
}
.p-home__mv-icons-icon--tel {
  width: 2.516875rem;
}
@media (width <= 999px) {
  .p-home__mv-icons-icon--tel {
    width: 1.558125rem;
  }
}
.p-home__mv-icons-icon--clock {
  width: 3rem;
}
@media (width <= 999px) {
  .p-home__mv-icons-icon--clock {
    width: 1.773125rem;
  }
}
.p-home__mv-icons-icon--doctor {
  width: 3.171875rem;
}
@media (width <= 999px) {
  .p-home__mv-icons-icon--doctor {
    width: 1.963125rem;
  }
}
.p-home__media {
  padding: 1.375rem 1.25rem 5rem;
}
@media (width <= 999px) {
  .p-home__media {
    padding-bottom: 2.625rem;
  }
}
.p-home__media-img {
  width: 46.875rem;
  margin: 0 auto;
}
@media (width <= 999px) {
  .p-home__media-img {
    width: 100%;
  }
}
.p-home__discount {
  background-image: url(../images/home/sale-bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  text-align: center;
}
.p-home__discount p:not(:last-of-type) {
  margin-bottom: inherit;
}
.p-home__discount .cl-inner {
  padding: 2.1875rem 0;
}
@media (width <= 999px) {
  .p-home__discount .cl-inner {
    padding: 1.5625rem 1.25rem 1.875rem;
  }
}
.p-home__discount-inner {
  background-color: #fff;
  border-radius: 1.25rem;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.125rem 2.5rem;
  padding-bottom: 3rem;
}
@media (width <= 999px) {
  .p-home__discount-inner {
    gap: 0.3125rem;
    padding-bottom: 1.5625rem;
  }
}
.p-home__discount-catch {
  font-size: 1.5rem;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 0.625rem;
}
@media (width <= 999px) {
  .p-home__discount-catch {
    font-size: 1.125rem;
    margin-bottom: 1.0625rem;
  }
}
.p-home__discount-catch-fuki {
  font-size: 1.75rem;
  font-weight: 700;
  display: block;
  padding: 0 1.25rem;
  position: relative;
}
@media (width <= 999px) {
  .p-home__discount-catch-fuki {
    font-size: 1.25rem;
  }
}
.p-home__discount-catch-fuki:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 0.875rem);
  height: 1.875rem;
  width: 0.1875rem;
  background-color: #3e341e;
  transform: rotate(-15deg);
}
.p-home__discount-catch-fuki:after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 0.875rem);
  height: 1.875rem;
  width: 0.1875rem;
  background-color: #3e341e;
  transform: rotate(15deg);
}
.p-home__discount-title {
  width: 100%;
  background-color: #3e341e;
  color: #fff;
  font-size: 2.125rem;
  font-weight: 500;
  padding: 0.3125rem 0.625rem 0.625rem;
}
@media (width <= 999px) {
  .p-home__discount-title {
    font-size: 1.25rem;
    padding: 0.3125rem 0.625rem 0.4375rem;
  }
}
.p-home__discount-title .u-marker {
  font-size: 1.375rem;
  color: #3e341e;
  border-radius: 999px;
  line-height: 1;
  display: inline;
  margin-right: 0.625rem;
}
@media (width <= 999px) {
  .p-home__discount-title .u-marker {
    font-size: 1.125rem;
  }
}
.p-home__discount-text {
  width: 31.8125rem;
  padding-left: 3.75rem;
}
@media (width <= 999px) {
  .p-home__discount-text {
    padding: 0 1.25rem;
  }
}
.p-home__discount-p {
  font-size: 1.5625rem;
}
@media (width <= 999px) {
  .p-home__discount-p {
    font-size: 1.25rem;
    margin-bottom: 0.625rem !important;
  }
}
.p-home__discount-p .u-text--small {
  font-size: 1.25rem;
  font-size: 0.6em;
  position: relative;
  text-decoration: none;
}
@media (width <= 999px) {
  .p-home__discount-p .u-text--small {
    font-size: 1.0625rem;
    display: inline-block;
    transform: translateY(0.125rem);
  }
}
.p-home__discount-p .u-text--small:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  height: 2px;
  background: #ff4800;
  pointer-events: none;
}
.p-home__discount-p .u-text--line-through {
  margin-left: 0.625rem;
}
@media (width <= 999px) {
  .p-home__discount-p .u-text--line-through {
    font-size: 1.08125rem;
    margin-left: 0;
  }
}
.p-home__discount-text-price.u-text--line-through {
  font-size: 1.875rem;
}
@media (width <= 999px) {
  .p-home__discount-text-price.u-text--line-through {
    font-size: 1.61875rem;
    margin-left: 0.625rem;
  }
}
.p-home__discount-triangle {
  width: 3.1875rem;
  margin: 0 auto 1.25rem;
}
@media (width <= 999px) {
  .p-home__discount-triangle {
    margin-bottom: 0.625rem;
  }
}
.p-home__discount-coupon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #ff4800;
  width: 100%;
  justify-content: center;
}
.p-home__discount-coupon-title {
  text-align: left;
  width: 7.4375rem;
  background-color: #ff4800;
  color: #fff;
  font-size: 1.3125rem;
  line-height: 1.3;
  padding: 0.625rem 0 0.625rem 0.625rem;
  clip-path: polygon(0 0, calc(100% - 1.25rem) 0, 100% 50%, calc(100% - 1.25rem) 100%, 0 100%);
}
@media (width <= 999px) {
  .p-home__discount-coupon-title {
    padding: 0.375rem 0 0.5rem 0.625rem;
    font-size: 0.8125rem;
    width: 5rem;
  }
}
.p-home__discount-coupon-text {
  display: flex;
  justify-content: start;
  align-items: end;
  font-weight: 700;
  transform: translateY(-0.625rem);
  line-height: 1;
}
.p-home__discount-coupon-price {
  font-size: 5.6875rem;
  width: 15.625rem;
}
@media (width <= 999px) {
  .p-home__discount-coupon-price {
    font-size: 3.625rem;
    width: 10rem;
    line-height: -0.1em;
    letter-spacing: 0;
    transform: translateX(0.3125rem) translateY(0.3125rem);
  }
}
.p-home__discount-coupon-unit {
  width: 3.125rem;
  display: inline-block;
  font-size: 1.875rem;
  transform: translateY(-0.3125rem) translateX(0rem);
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}
@media (width <= 999px) {
  .p-home__discount-coupon-unit {
    font-size: 1.5rem;
    width: 3.625rem;
    margin-left: -0.625rem;
  }
}
.p-home__discount-coupon-unit .u-text--small {
  font-weight: 700;
  font-size: 0.4em;
  display: block;
}
.p-home__discount-coupon-p {
  width: 100%;
}
.p-home__discount-coupon-notice {
  font-size: 0.875rem;
  color: #3e341e;
  text-align: right;
  width: 100%;
  margin-bottom: 2.5rem;
  margin-top: 0.3125rem;
}
@media (width <= 999px) {
  .p-home__discount-coupon-notice {
    font-size: 0.75rem;
    text-align: left;
    margin-bottom: 0.625rem;
  }
}
.p-home__discount-coupon-limit {
  color: #ff4800;
  font-size: 0.75rem;
  border: 1px solid #ff4800;
  line-height: 1;
  padding: 0.1875rem 0.625rem;
  margin-right: 0.625rem;
}
.p-home__discount-btn-fuki {
  color: #ff4800;
  font-size: 1rem;
  position: relative;
  padding: 0 1.25rem;
  margin-bottom: 0.625rem;
}
.p-home__discount-btn-fuki:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 0.625rem);
  height: 1.25rem;
  width: 0.125rem;
  background-color: #ff4800;
  transform: rotate(-15deg);
}
.p-home__discount-btn-fuki:after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 0.625rem);
  height: 1.25rem;
  width: 0.125rem;
  background-color: #ff4800;
  transform: rotate(15deg);
}
.p-home__discount-thumb {
  width: 24.375rem;
  margin-right: 3.75rem;
  text-align: center;
}
@media (width <= 999px) {
  .p-home__discount-thumb {
    width: 100%;
    margin-right: 0;
    padding: 0 1.25rem;
  }
}
@media (width <= 999px) {
  .p-home__discount-thumb .cl-btn, .p-home__discount-thumb .p-contact-form__submit .wpcf7-submit, .p-contact-form__submit .p-home__discount-thumb .wpcf7-submit {
    width: 100%;
    display: inline-block;
    margin-bottom: 0.625rem;
  }
}
.p-home__discount-img {
  border-radius: 1.25rem;
  margin-bottom: 1.875rem;
}
@media (width <= 999px) {
  .p-home__discount-img {
    margin-bottom: 1.5625rem;
  }
}
.p-home__discount-tel {
  font-size: 2.375rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media (width <= 999px) {
  .p-home__discount-tel {
    font-size: 1.875rem;
  }
}
.p-home__discount-tel a {
  text-decoration: none;
}
.p-home__discount-tel-icon {
  display: inline-block;
  width: 1.625rem;
  transform: translateY(-0.9375rem);
}
@media (width <= 999px) {
  .p-home__discount-tel-icon {
    transform: translateY(-0.625rem);
  }
}
.p-home__discount-time {
  font-size: 0.875rem;
}
@media (width <= 999px) {
  .p-home__discount-time {
    font-size: 0.75rem;
  }
}
.p-home__discount-memo {
  font-size: 0.75rem;
  color: #8f8f8f;
}
.p-home__photos .cl-inner {
  padding: 1.875rem 0;
}
@media (width <= 999px) {
  .p-home__photos .cl-inner {
    padding: 1.25rem;
  }
}
.p-home__voice {
  text-align: center;
}
.p-home__voice .cl-inner {
  padding-top: 3.75rem;
}
@media (width <= 999px) {
  .p-home__voice .cl-inner {
    padding-top: 1.75rem;
  }
}
.p-home__voice .cl-voice-list.cl-list {
  max-width: 57.5rem;
  margin: 0 auto 4.6875rem;
}
@media (width <= 999px) {
  .p-home__voice .cl-voice-list.cl-list {
    margin-bottom: 1.875rem;
  }
}
.p-home__voice-catch {
  font-size: 1.75rem;
  font-weight: 700;
  position: relative;
  padding: 0 1.875rem;
  display: inline-block;
  margin-bottom: 0.625rem;
}
@media (width <= 999px) {
  .p-home__voice-catch {
    font-size: 1rem;
  }
}
.p-home__voice-catch:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 0.875rem);
  height: 1.875rem;
  width: 0.1875rem;
  background-color: #3e341e;
  transform: rotate(-15deg);
}
.p-home__voice-catch:after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 0.875rem);
  height: 1.875rem;
  width: 0.1875rem;
  background-color: #3e341e;
  transform: rotate(15deg);
}
.p-home__voice-title {
  display: inline-block;
  color: #fff;
  font-size: 2.375rem;
  font-weight: 700;
  padding: 0 1.25rem;
  margin-bottom: 4.375rem;
}
@media (width <= 999px) {
  .p-home__voice-title {
    font-size: 1.875rem;
    line-height: 1.2;
    padding-bottom: 0.3125rem;
    margin-bottom: 2.5rem;
  }
}
.p-home__bnr {
  width: 46.875rem;
  margin: 0 auto 5rem;
}
@media (width <= 999px) {
  .p-home__bnr {
    width: 100%;
    padding: 0 1.25rem;
    margin: 0 auto 2.5rem;
  }
}
.p-home__concept {
  position: relative;
  text-align: center;
}
.p-home__concept .cl-inner {
  position: relative;
  z-index: 1;
}
@media (width <= 999px) {
  .p-home__concept .cl-inner {
    padding: 1.25rem 0.9375rem 1.875rem;
  }
}
.p-home__concept-p {
  font-size: 1.125rem;
  line-height: 1.6;
}
@media (width <= 999px) {
  .p-home__concept-p {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.p-home__concept-top-img {
  position: absolute;
  width: 51.375rem;
  left: calc(50% - 25.6875rem);
  z-index: 0;
  top: 0.4375rem;
}
@media (width <= 999px) {
  .p-home__concept-top-img {
    width: 20.9375rem;
    left: calc(50% - 10.46875rem);
    top: 0rem;
  }
}
.p-home__concept-catch {
  font-size: 1.5rem;
  margin-bottom: 0.625rem;
}
@media (width <= 999px) {
  .p-home__concept-catch {
    font-size: 1.125rem;
    line-height: 1.4;
  }
}
.p-home__concept-title {
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 2.1875rem;
}
@media (width <= 999px) {
  .p-home__concept-title {
    font-size: 1.75rem;
    line-height: 1.5;
  }
}
.p-home__concept-title span {
  display: inline;
  padding: 0 0.625rem;
}
.p-home__concept-current {
  display: flex;
  justify-content: space-between;
  margin-left: 1.25rem;
  margin-bottom: 1.875rem;
}
@media (width <= 999px) {
  .p-home__concept-current {
    flex-direction: column;
    margin-left: 0;
  }
}
.p-home__concept-current-thumb {
  width: 21.875rem;
}
@media (width <= 999px) {
  .p-home__concept-current-thumb {
    width: 100%;
  }
}
.p-home__concept-current-notice {
  background-color: #d8d8d8;
  border: 1px solid #000;
  font-size: 1.0625rem;
  padding: 0.3125rem 0.9375rem;
  margin-bottom: 0.625rem;
}
@media (width <= 999px) {
  .p-home__concept-current-notice {
    font-size: 0.875rem;
    width: 18.625rem;
    display: inline-block;
  }
}
.p-home__concept-current-notice img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.625rem;
  width: 1.75rem;
  margin-top: -0.25rem;
}
@media (width <= 999px) {
  .p-home__concept-current-notice img {
    width: 1.5rem;
  }
}
.p-home__concept-current-img {
  border-radius: 1.25rem;
}
@media (width <= 999px) {
  .p-home__concept-current-img {
    margin-bottom: 1.25rem;
  }
}
.p-home__concept-current-text {
  text-align: left;
  width: 35.625rem;
  padding-right: 2.5rem;
}
@media (width <= 999px) {
  .p-home__concept-current-text {
    width: 100%;
    padding-right: 0;
  }
}
.p-home__concept-current-text .u-marker {
  margin-bottom: 0.625rem;
  display: inline-block;
}
@media (width <= 999px) {
  .p-home__concept-current-text .u-marker {
    display: none;
  }
}
.p-home__concept-explain {
  border-radius: 1.25rem;
  background-color: #ffeda7;
  outline: 1px solid #ff8300;
  outline-offset: -0.625rem;
  padding: 1.5625rem 1.5625rem 1.25rem;
  text-align: center;
  margin-bottom: 5.625rem;
}
@media (width <= 999px) {
  .p-home__concept-explain {
    outline-offset: -0.5rem;
    margin-bottom: 3.75rem;
  }
}
.p-home__concept-explain .u-marker {
  margin-bottom: 0.625rem;
}
@media (width <= 999px) {
  .p-home__concept-explain .u-marker {
    font-size: 1.125rem;
  }
}
.p-home__concept-explain-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
}
@media (width <= 999px) {
  .p-home__concept-explain-title {
    line-height: 1.4;
  }
}
.p-home__concept-explain-p {
  font-size: 1.125rem;
  line-height: 1.6;
}
@media (width <= 999px) {
  .p-home__concept-explain-p {
    text-align: left;
  }
}
.p-home__concept-reason {
  background-color: #fff;
  padding: 3.75rem 7.8125rem 1.875rem;
  text-align: center;
  position: relative;
  margin-bottom: 3.75rem;
}
@media (width <= 999px) {
  .p-home__concept-reason {
    padding: 1.875rem 1.25rem 0.8125rem;
    margin-bottom: 2.0625rem;
  }
}
.p-home__concept-reason .u-marker {
  font-size: 1.25rem;
  margin-bottom: 0.1875rem;
}
@media (width <= 999px) {
  .p-home__concept-reason .u-marker {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
  }
}
.p-home__concept-reason .cl-flex {
  gap: 6.0625rem;
  max-width: 35.1875rem;
  margin: 0 auto;
}
@media (width <= 999px) {
  .p-home__concept-reason .cl-flex {
    gap: 1.875rem;
  }
}
.p-home__concept-reason-title.u-fuki02 {
  position: absolute;
  top: -1.875rem;
  left: calc(50% - 13.75rem);
  background-color: #fff;
  border: 1px solid #3e341e;
  border-radius: 999px;
  display: inline-block;
  padding: 0.25rem 1.0625rem;
  font-size: 1.5rem;
}
@media (width <= 999px) {
  .p-home__concept-reason-title.u-fuki02 {
    font-size: 1rem;
    left: calc(50% - 9.625rem);
  }
}
.p-home__concept-reason-title.u-fuki02:after {
  content: "";
  width: 1rem;
  height: 0.75rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #fff;
  bottom: -0.6875rem;
  position: absolute;
  left: calc(50% - 0.5rem);
}
.p-home__concept-reason-title.u-fuki02:before {
  content: "";
  width: 1.125rem;
  height: 0.875rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #3e341e;
  bottom: -0.875rem;
  position: absolute;
  left: calc(50% - 0.5625rem);
}
.p-home__concept-reason-p {
  font-size: 1.125rem;
  line-height: 1.6;
  text-align: left;
  margin-bottom: 2.9375rem;
}
@media (width <= 999px) {
  .p-home__concept-reason-p {
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
  }
}
.p-home__concept-reason-img {
  margin-bottom: 0.25rem;
  border-radius: 1.25rem;
}
@media (width <= 999px) {
  .p-home__concept-reason-img {
    border-radius: 0.625rem;
  }
}
@media (width <= 999px) {
  .p-home__concept-reason-img-title {
    font-size: 0.75rem;
  }
}
.p-home__concept-approach .cl-flex {
  gap: 4.375rem;
  margin-bottom: 2.1875rem;
}
@media (width <= 999px) {
  .p-home__concept-approach .cl-flex {
    gap: 1.75rem;
    flex-direction: column;
    margin-bottom: 1.25rem;
  }
}
.p-home__concept-approach .cl-flex__item {
  width: 100%;
}
.p-home__concept-approach-title {
  font-size: 1.6875rem;
  line-height: 1.6;
  margin-bottom: 2.8125rem;
}
@media (width <= 999px) {
  .p-home__concept-approach-title {
    font-size: 1.375rem;
    margin-bottom: 2.1875rem;
  }
}
.p-home__concept-approach-title .u-marker--lined-orange {
  font-size: 2.125rem;
}
@media (width <= 999px) {
  .p-home__concept-approach-title .u-marker--lined-orange {
    font-size: 1.75rem;
  }
}
.p-home__concept-approach-img {
  border-radius: 1.25rem;
  overflow: hidden;
}
.p-home__concept-approach-img-title {
  font-size: 2.125rem;
  font-weight: 500;
  margin-top: -0.625rem;
}
@media (width <= 999px) {
  .p-home__concept-approach-img-title {
    font-size: 1.5rem;
  }
}
.p-home__concept-approach-check {
  width: 2.125rem;
  margin-right: 0.625rem;
  display: inline-block;
  vertical-align: middle;
  transform: translateY(-0.25rem);
}
@media (width <= 999px) {
  .p-home__concept-approach-check {
    width: 1.5rem;
  }
}
.p-home__concept-approach-result {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 0.3125rem;
}
@media (width <= 999px) {
  .p-home__concept-approach-result {
    line-height: 1.2;
  }
}
.p-home__concept-approach-result .u-fuki {
  font-size: 2.375rem;
  margin-bottom: 0;
}
@media (width <= 999px) {
  .p-home__concept-approach-result .u-fuki {
    font-size: 1.375rem;
  }
}
.p-home__concept-approach-result .u-marker {
  font-size: 2.8125rem;
  line-height: 1;
  padding: 0.625rem 0.625rem;
  display: inline-block;
  margin-right: 0.3125rem;
}
@media (width <= 999px) {
  .p-home__concept-approach-result .u-marker {
    font-size: 1.75rem;
    display: inline;
    line-height: 2;
    padding: 0.1875rem 0.625rem;
  }
}
.p-home__nayami {
  background-image: url(../images/home/nayami-bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  text-align: center;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 3.125rem), calc(50% + 3.125rem) calc(100% - 3.125rem), 50% 100%, calc(50% - 3.125rem) calc(100% - 3.125rem), 0 calc(100% - 3.125rem));
  position: relative;
  z-index: 1;
}
@media (width <= 999px) {
  .p-home__nayami {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 2.5rem), calc(50% + 2.5rem) calc(100% - 2.5rem), 50% 100%, calc(50% - 2.5rem) calc(100% - 2.5rem), 0 calc(100% - 2.5rem));
  }
}
.p-home__nayami .cl-inner {
  padding: 3.125rem 0 8.4375rem;
}
@media (width <= 999px) {
  .p-home__nayami .cl-inner {
    padding: 1.875rem 1.25rem 6.25rem;
  }
}
.p-home__nayami-title {
  line-height: 2;
  color: #8c6e2b;
  font-size: 2.375rem;
  line-height: 1.4;
  display: inline-block;
  margin-bottom: 2.5rem;
}
@media (width <= 999px) {
  .p-home__nayami-title {
    display: inline;
    line-height: 1.6;
    font-size: 2.125rem;
  }
}
.p-home__nayami-title .u-marker {
  display: inline-block;
}
@media (width <= 999px) {
  .p-home__nayami-title .u-marker {
    display: inline;
    padding: 0rem 0.625rem;
    line-height: 1;
  }
}
.p-home__nayami-title .u-text--small {
  font-size: 2.375rem;
}
@media (width <= 999px) {
  .p-home__nayami-title .u-text--small {
    font-size: 1.625rem;
  }
}
.p-home__nayami-list {
  text-align: left;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  max-width: 46.25rem;
  margin: 0 auto;
}
@media (width <= 999px) {
  .p-home__nayami-list {
    margin-top: 1.5625rem;
    gap: 0.75rem;
    padding-left: 0.3125rem;
  }
}
.p-home__nayami-list-item {
  position: relative;
  padding-left: 3.375rem;
  font-size: 1.25rem;
  font-weight: 700;
}
@media (width <= 999px) {
  .p-home__nayami-list-item {
    font-size: 1rem;
    padding-left: 2.5rem;
  }
}
.p-home__nayami-list-item:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 1.75rem;
  height: 1.75rem;
  background-image: url(../images/common/icon-check02.png);
  background-repeat: no-repeat;
  background-size: 1.75rem;
  background-position: left top;
}
@media (width <= 999px) {
  .p-home__nayami-list-item:before {
    top: 0.25rem;
    width: 1.25rem;
    height: 1.25rem;
    background-size: 1.25rem;
  }
}
.p-home__nayami-bottom {
  background-color: #ffb300;
  color: #fff;
  text-align: center;
  margin-top: -3.125rem;
  padding: 3.125rem 0 1.25rem;
  position: relative;
}
@media (width <= 999px) {
  .p-home__nayami-bottom {
    padding-top: 3.5625rem;
    padding-bottom: 0.6875rem;
    padding-left: 9.375rem;
    text-align: left;
  }
}
.p-home__nayami-bottom-img {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 11.625rem;
  left: calc(50% + 16.25rem);
}
@media (width <= 999px) {
  .p-home__nayami-bottom-img {
    left: 1.875rem;
    width: 7.5rem;
  }
}
.p-home__nayami-bottom-title {
  font-size: 2.375rem;
  line-height: 1.45;
}
@media (width <= 999px) {
  .p-home__nayami-bottom-title {
    font-size: 1.5625rem;
    line-height: 1.26;
  }
}
.p-home__nayami-bottom-title .u-text--small {
  font-size: 1.5rem;
  display: block;
}
@media (width <= 999px) {
  .p-home__nayami-bottom-title .u-text--small {
    font-size: 1.125rem;
  }
}
.p-home__nayami-bottom-fuki {
  position: absolute;
  background-color: #fff;
  top: -0.875rem;
  left: calc(50% + 11.6875rem);
  color: #3e341e;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  padding: 0.9375rem 0.5rem;
  border-radius: 0.625rem;
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  z-index: 3;
}
@media (width <= 999px) {
  .p-home__nayami-bottom-fuki {
    left: 0;
    position: static;
    font-size: 0.75rem;
    padding: 0.5625rem 0.3125rem;
    border-radius: 0.3125rem;
    text-align: center;
    width: 13.125rem;
    margin-bottom: 0.3125rem;
  }
}
.p-home__better {
  text-align: center;
}
.p-home__better .cl-inner {
  padding-bottom: 4.6875rem;
}
@media (width <= 999px) {
  .p-home__better .cl-inner {
    padding-bottom: 2.5rem;
  }
}
.p-home__better-title {
  font-size: 1.75rem;
  line-height: 1.3;
  margin-bottom: 1.25rem;
}
@media (width <= 999px) {
  .p-home__better-title {
    font-size: 1.25rem;
  }
}
.p-home__better-title .u-marker {
  font-size: 1.5rem;
  margin-right: 0.3125rem;
}
@media (width <= 999px) {
  .p-home__better-title .u-marker {
    font-size: 1rem;
  }
}
@media (width <= 999px) {
  .p-home__better-title .u-fuki {
    padding: 0rem 0.9375rem;
  }
}
.p-home__better-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.9375rem 5rem;
}
@media (width <= 999px) {
  .p-home__better-list {
    gap: 2.5rem;
  }
}
.p-home__better-item {
  width: 28.6875rem;
}
@media (width <= 999px) {
  .p-home__better-item {
    width: 100%;
  }
}
.p-home__better-item-title {
  background-color: #fff;
  font-size: 0.875rem;
  border: 0.125rem solid #3e341e;
  width: 22.8125rem;
  display: inline-block;
  position: relative;
  margin-bottom: 1.25rem;
  font-weight: 500;
}
@media (width <= 999px) {
  .p-home__better-item-title {
    width: 100%;
  }
}
.p-home__better-item-title:after {
  content: "";
  width: 0.625rem;
  height: 0.375rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #fff;
  bottom: -0.3125rem;
  position: absolute;
  left: calc(50% - 0.3125rem);
}
.p-home__better-item-title:before {
  content: "";
  width: 0.875rem;
  height: 0.4375rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #3e341e;
  bottom: -0.5rem;
  position: absolute;
  left: calc(50% - 0.4375rem);
}
.p-home__better-item-b-a {
  display: inline-block;
  margin-top: 0.625rem;
}
@media (width <= 999px) {
  .p-home__better-item-b-a {
    width: 18.8125rem;
  }
}
.p-home__reason {
  background-image: url(../images/home/reason-bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  text-align: center;
  position: relative;
}
.p-home__reason .cl-inner {
  padding: 5rem 0;
}
@media (width <= 999px) {
  .p-home__reason .cl-inner {
    padding: 5.9375rem 1.25rem 2.5rem;
    position: relative;
  }
}
.p-home__reason-catch {
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}
@media (width <= 999px) {
  .p-home__reason-catch {
    z-index: 2;
    font-size: 1rem;
    line-height: 1.28;
    margin-bottom: 0.3125rem;
  }
}
.p-home__reason-title {
  font-size: 1.5rem;
  margin-bottom: 4.375rem;
}
@media (width <= 999px) {
  .p-home__reason-title {
    font-size: 1rem;
    position: relative;
    margin-bottom: 2.1875rem;
  }
}
.p-home__reason-title .u-marker {
  font-size: 2.375rem;
  line-height: 1;
}
@media (width <= 999px) {
  .p-home__reason-title .u-marker {
    font-size: 2rem;
    padding: 0.3125rem 0.625rem 0.625rem;
  }
}
.p-home__reason-img {
  position: absolute;
  left: calc(50% + 15.3125rem);
  top: 4.375rem;
  width: 16.375rem;
}
@media (width <= 999px) {
  .p-home__reason-img {
    width: 6.25rem;
    left: calc(50% - 3.125rem);
    top: 1.0625rem;
    z-index: 1;
  }
}
.p-home__reason-list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 2.1875rem;
  margin-bottom: 6.8125rem;
}
@media (width <= 999px) {
  .p-home__reason-list {
    gap: 1.875rem;
    margin-bottom: 4.0625rem;
  }
}
.p-home__reason-item {
  background-color: #fff;
  position: relative;
  padding: 2.1875rem 2.5rem 2.8125rem;
  border-radius: 1.25rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left;
}
@media (width <= 999px) {
  .p-home__reason-item {
    border-radius: 0.625rem;
    padding: 1.25rem 0.9375rem;
  }
}
.p-home__reason-num {
  text-align: center;
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 1.875rem;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 0.75rem), 0 100%);
  width: 5.875rem;
  height: 6.25rem;
  border: 1px solid #689b03;
  color: #689b03;
  font-size: 1.125rem;
  line-height: 1.2;
}
@media (width <= 999px) {
  .p-home__reason-num {
    width: 2.8125rem;
    height: 3rem;
    top: 1.4375rem;
    left: 0.6875rem;
    font-size: 0.625rem;
    line-height: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 0.375rem), 0 100%);
  }
}
.p-home__reason-num:after {
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: #689b03;
}
.p-home__reason-num-span {
  display: block;
  font-size: 2.375rem;
}
@media (width <= 999px) {
  .p-home__reason-num-span {
    font-size: 1.125rem;
    line-height: 1;
  }
}
.p-home__reason-num-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  padding-top: 0.625rem;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 0.75rem), 0 100%);
}
@media (width <= 999px) {
  .p-home__reason-num-wrapper {
    padding-top: 0.3125rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 0.375rem), 0 100%);
  }
}
.p-home__reason-item-title {
  font-size: 1.5rem;
  padding-left: 7.5rem;
  margin-bottom: 3.125rem;
}
@media (width <= 999px) {
  .p-home__reason-item-title {
    padding-left: 3.375rem;
    font-size: 1.125rem;
    line-height: 1.4444444444;
    margin-bottom: 1.25rem;
  }
}
.p-home__reason-item-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (width <= 999px) {
  .p-home__reason-item-block {
    flex-direction: column;
  }
}
.p-home__reason-item-thumb {
  width: 25rem;
  height: 16.6875rem;
  background-color: #eee;
  border-radius: 1.25rem;
}
@media (width <= 999px) {
  .p-home__reason-item-thumb {
    width: 100%;
    height: 12.8125rem;
    border-radius: 0.625rem;
    margin-bottom: 1.25rem;
  }
}
.p-home__reason-item-text {
  width: 30rem;
}
@media (width <= 999px) {
  .p-home__reason-item-text {
    width: 100%;
  }
}
@media (width <= 999px) {
  .p-home__reason-item-p {
    font-size: 0.875rem;
  }
  .p-home__reason-item-p:not(:last-of-type) {
    margin-bottom: 1.5em !important;
  }
}
.p-home__reason-top3 {
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 4.375rem 2.5rem 1.875rem;
  position: relative;
  border: 1px solid #ffb300;
}
@media (width <= 999px) {
  .p-home__reason-top3 {
    padding: 3.4375rem 1.75rem 1.875rem;
  }
}
.p-home__reason-top3-title {
  font-size: 1.5rem;
  line-height: 1;
  position: absolute;
  top: -1.5625rem;
  width: 20.5rem;
  left: calc(50% - 10.21875rem);
  padding: 0.625rem !important;
}
@media (width <= 999px) {
  .p-home__reason-top3-title {
    font-size: 1.125rem;
    width: 15.8125rem;
    left: calc(50% - 7.90625rem);
  }
}
.p-home__reason-top3-title .u-text--big {
  font-size: 2.75rem;
}
@media (width <= 999px) {
  .p-home__reason-top3-title .u-text--big {
    font-size: 2.125rem;
  }
}
.p-home__reason-top3-list {
  display: flex;
  justify-content: space-between;
}
@media (width <= 999px) {
  .p-home__reason-top3-list {
    gap: 2.5rem;
    flex-direction: column;
  }
}
.p-home__reason-top3-item {
  width: 17.5rem;
  background-color: #fff9ea;
  border-radius: 1.25rem;
  position: relative;
  padding-top: 2.1875rem;
}
@media (width <= 999px) {
  .p-home__reason-top3-item {
    width: 100%;
  }
}
.p-home__reason-top3-rate {
  position: absolute;
  background-color: #fff;
  width: 2.75rem;
  height: 2.75rem;
  top: -1.375rem;
  left: calc(50% - 1.375rem);
  border-radius: 999px;
  color: #689b03;
  border: 1px solid #689b03;
}
@media (width <= 999px) {
  .p-home__reason-top3-rate {
    width: 2.75rem;
    height: 2.75rem;
    top: -1.25rem;
    left: calc(50% - 1.375rem);
    font-size: 0.875rem;
    line-height: 2;
  }
}
.p-home__reason-top3-item-title {
  font-size: 1.25rem;
  margin-bottom: 0.625rem;
}
.p-home__recommend {
  text-align: center;
}
.p-home__recommend .cl-inner {
  padding: 5rem 0;
}
@media (width <= 999px) {
  .p-home__recommend .cl-inner {
    padding: 2.1875rem 1.75rem;
  }
}
.p-home__recommend-title {
  font-size: 1.5rem;
  margin-bottom: 2.8125rem;
}
@media (width <= 999px) {
  .p-home__recommend-title {
    font-size: 1rem;
    margin-bottom: 0.9375rem;
  }
}
.p-home__recommend-title .u-fuki {
  font-size: 1.75rem;
}
@media (width <= 999px) {
  .p-home__recommend-title .u-fuki {
    font-size: 1.25rem;
  }
}
.p-home__recommend-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.p-home__recommend-item {
  width: 19.99375rem;
  background-color: #fff;
  padding: 1.25rem 1rem 1rem;
}
@media (width <= 999px) {
  .p-home__recommend-item {
    width: 100%;
    padding-bottom: 1.25rem;
  }
}
.p-home__recommend-item-thumb {
  width: 10.5rem;
  height: 10.5rem;
  border-radius: 999px;
  overflow: hidden;
  margin: 0 auto 0.375rem;
}
.p-home__recommend-item-post {
  line-height: 1.3;
  font-size: 0.875rem;
  margin-bottom: 0 !important;
}
.p-home__recommend-item-name {
  font-size: 1.25rem;
  margin-bottom: 0.375rem;
}
.p-home__recommend-item-p {
  text-align: left;
  line-height: 1.4;
}
.p-home__compare {
  background-image: url(../images/home/compare-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.p-home__compare .cl-inner {
  padding: 5rem 0;
}
@media (width <= 999px) {
  .p-home__compare .cl-inner {
    padding: 1.875rem 0.3125rem;
  }
}
.p-home__compare-title {
  margin-bottom: 2.0625rem;
}
.p-home__compare-table {
  width: 100%;
  border-collapse: collapse;
  background-color: transparent;
  border-top: initial;
}
.p-home__compare-table tr:last-of-type .p-home__compare-td--us {
  border-bottom: 0.25rem solid #ffb300 !important;
}
.p-home__compare-th {
  width: 15rem;
  background-color: #d9d9d9;
  padding: 0.875rem 0;
  font-weight: 500;
  border-bottom: 1px slid #d9d9d9;
}
@media (width <= 999px) {
  .p-home__compare-th {
    font-size: 0.75rem;
    width: 6.75rem;
    text-align: left;
    padding: 0.9375rem 0.5rem;
  }
}
.p-home__compare-th--invisible {
  height: 3.0625rem;
  padding: 0.125rem 0;
  vertical-align: initial;
  background-color: transparent;
  border-bottom: initial;
  border-left: initial;
}
.p-home__compare-th--other {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background-color: #b4afa5;
  height: 3.0625rem;
  width: 23.75rem;
  border-radius: 1.25rem 1.25rem 0 0;
  padding: 0.125rem 0;
  vertical-align: initial;
  border-bottom: initial;
  border-left: initial;
}
@media (width <= 999px) {
  .p-home__compare-th--other {
    width: 7.1875rem;
    font-weight: 500;
    font-size: 0.875rem;
  }
}
.p-home__compare-th--us {
  font-size: 1.75rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background-color: #ffb300;
  height: 3.0625rem;
  width: 23.75rem;
  border-radius: 1.25rem 1.25rem 0 0;
  padding: 0.125rem 0;
  border-bottom: initial;
  border-left: initial;
}
@media (width <= 999px) {
  .p-home__compare-th--us {
    width: 7.1875rem;
    font-size: 1.125rem;
  }
}
.p-home__compare-td--other {
  text-align: center;
  border-bottom: 1px solid #d9d9d9;
  background-color: #fff;
}
@media (width <= 999px) {
  .p-home__compare-td--other {
    font-size: 0.83875rem;
    font-weight: 500;
  }
}
.p-home__compare-td--us {
  text-align: center;
  border-left: 0.25rem solid #ffb300;
  border-right: 0.25rem solid #ffb300;
  border-bottom: 1px solid #d9d9d9;
  font-size: 1.25rem;
  padding: initial;
  background-color: #fff;
}
@media (width <= 999px) {
  .p-home__compare-td--us {
    font-weight: 700;
    font-size: 0.97875rem;
  }
}
.p-home__rate {
  text-align: center;
  background-image: url(../images/home/review-bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.p-home__rate .cl-inner {
  padding-bottom: 2.5rem;
}
@media (width <= 999px) {
  .p-home__rate-title {
    font-size: 1.125rem;
  }
}
.p-home__rate-img {
  width: 31.25rem;
  margin: 0 auto 1.25rem;
}
@media (width <= 999px) {
  .p-home__rate-img {
    margin-bottom: 1.875rem;
  }
}
.p-home__rate-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  text-align: left;
  max-width: 46.875rem;
  margin: 0 auto;
}
.p-home__rate-item {
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 1.25rem 1.875rem;
}
@media (width <= 999px) {
  .p-home__rate-item {
    padding: 1.25rem;
  }
}
.p-home__rate-item-title {
  font-size: 1.125rem;
}
.p-home__rate-item-title .u-text--small {
  font-size: 0.875rem;
}
.p-home__rate-item-title .u-marker {
  font-size: 1rem;
  font-weight: 500;
}
@media (width <= 999px) {
  .p-home__rate-item-title .u-marker {
    font-size: 0.875rem;
  }
}
.p-home__rate-item-stars {
  font-size: 1.34375rem;
  color: #ffb300;
  margin-left: 0.625rem;
  margin-right: 0.875rem;
}
@media (width <= 999px) {
  .p-home__rate-item-stars {
    margin-right: 0.3125rem;
  }
}
.p-home__rate-p {
  font-size: 0.875rem;
  line-height: 1.6;
}
.p-home__column {
  text-align: center;
}
.p-home__column .cl-inner {
  padding: 5rem 0;
}
@media (width <= 999px) {
  .p-home__column .cl-inner {
    padding: 2.5rem 1.25rem;
  }
}
.p-home__column-title {
  margin-bottom: 0;
}
@media (width <= 999px) {
  .p-home__column-title {
    font-size: 2rem;
  }
}
.p-home__column-p {
  font-size: 1.0625rem;
  margin-bottom: 2.1875rem;
}
.p-home__column-item-thumb {
  height: 11.0625rem;
  border-radius: 1.25rem;
  overflow: hidden;
  margin-bottom: 0.625rem;
}
@media (width <= 999px) {
  .p-home__column-item-thumb {
    height: 9.5rem;
  }
}
.p-home__column-slider-container {
  position: relative;
  padding-bottom: 2.125rem;
  display: block;
  width: 71.25rem;
  margin-right: -7.5rem;
  margin-bottom: 1.875rem;
}
@media (width <= 999px) {
  .p-home__column-slider-container {
    margin-right: 0;
    width: 100%;
    padding-bottom: 1.0625rem;
    margin-bottom: 1.3125rem;
  }
}
.p-home__column-slider-container .swiper-scrollbar-drag {
  background-color: #ffb300;
}
.p-home__column-item-link {
  text-decoration: none;
}
.p-home__column-item-title {
  text-align: left;
  font-size: 1rem;
}
@media (width <= 999px) {
  .p-home__column-item-title {
    font-size: 0.875rem;
  }
}
.p-home__column-scrollbar {
  background-color: #e9e9e9;
  max-width: 62.5rem;
}
.p-home__flow .cl-inner {
  padding: 5rem 0;
}
@media (width <= 999px) {
  .p-home__flow .cl-inner {
    padding: 2.1875rem 1.25rem;
  }
}
.p-home__flow-title {
  margin-bottom: 3.125rem;
}
@media (width <= 999px) {
  .p-home__flow-title {
    font-size: 2rem;
    margin-bottom: 2.3125rem;
  }
}
.p-home__flow-list {
  display: flex;
  flex-direction: column;
  gap: 3.25rem;
  position: relative;
}
@media (width <= 999px) {
  .p-home__flow-list {
    gap: 2.4375rem;
  }
}
.p-home__flow-list:before {
  position: absolute;
  left: 2.4375rem;
  top: 3.125rem;
  width: 0.125rem;
  height: 61.75rem;
  content: "";
  background-color: #689b03;
  z-index: 0;
}
@media (width <= 999px) {
  .p-home__flow-list:before {
    left: 1.875rem;
    height: 128.75rem;
  }
}
.p-home__flow-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media (width <= 999px) {
  .p-home__flow-item {
    padding-left: 4.375rem;
    flex-direction: column;
    align-items: start;
  }
}
.p-home__flow-step {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  width: 5rem;
  height: 5rem;
  border: 0.125rem solid #689b03;
  border-radius: 999px;
  line-height: 1;
  color: #689b03;
  padding-top: 0.9375rem;
  background-color: #fff;
}
@media (width <= 999px) {
  .p-home__flow-step {
    width: 3.75rem;
    height: 3.75rem;
    position: absolute;
    left: 0;
    font-size: 0.75rem;
    padding-top: 0.5rem;
  }
}
.p-home__flow-step-num {
  font-size: 2rem;
  font-weight: 500;
  display: block;
}
@media (width <= 999px) {
  .p-home__flow-step-num {
    font-size: 1.625rem;
  }
}
.p-home__flow-thumb {
  width: 13.75rem;
  height: 8.875rem;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media (width <= 999px) {
  .p-home__flow-thumb {
    margin-bottom: 0.625rem;
  }
}
.p-home__flow-text {
  min-height: 8.875rem;
  width: 38.625rem;
}
@media (width <= 999px) {
  .p-home__flow-text {
    width: 100%;
    min-height: inherit;
  }
}
.p-home__flow-text-title {
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
}
@media (width <= 999px) {
  .p-home__flow-text-title {
    font-size: 1.25rem;
    margin-bottom: 0.3125rem;
  }
}
@media (width <= 999px) {
  .p-home__flow-text-p {
    font-size: 0.875rem;
  }
}
.p-home__staff .cl-inner {
  padding: 5rem 0;
}
@media (width <= 999px) {
  .p-home__staff .cl-inner {
    padding: 2.1875rem 1.25rem;
  }
}
.p-home__staff-title {
  margin-bottom: 3.75rem;
}
@media (width <= 999px) {
  .p-home__staff-title {
    font-size: 2rem;
    margin-bottom: 1.875rem;
  }
}
.p-home__staff-inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.9375rem;
}
@media (width <= 999px) {
  .p-home__staff-inner {
    flex-direction: column;
    align-items: center;
  }
}
.p-home__staff-thumb {
  width: 21.875rem;
  height: 21.875rem;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media (width <= 999px) {
  .p-home__staff-thumb {
    width: 12.5rem;
    height: 12.5rem;
    margin-bottom: 2.8125rem;
  }
}
.p-home__staff-text {
  width: 37.5rem;
}
@media (width <= 999px) {
  .p-home__staff-text {
    width: 100%;
  }
}
.p-home__staff-name {
  font-size: 1.5rem;
}
@media (width <= 999px) {
  .p-home__staff-name {
    margin-bottom: 0.3125rem;
  }
}
.p-home__staff-eng {
  font-weight: 500;
  font-size: 1rem;
  font-weight: 500;
  margin-left: 0.9375rem;
}
.p-home__staff-p {
  font-size: 0.875rem;
  line-height: 1.58;
}
.p-home__staff-p:not(:last-of-type) {
  margin-bottom: 0rem;
}
.p-home__staff-sub-title {
  margin-top: 2.8125rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
}
@media (width <= 999px) {
  .p-home__staff-sub-title {
    margin-top: 1.25rem;
  }
}
.p-home__staff-message {
  background-color: #fff;
  border: 1px solid #ffb300;
  padding: 2.5rem 3.75rem;
  border-radius: 1.25rem;
  position: relative;
}
@media (width <= 999px) {
  .p-home__staff-message {
    padding: 1.875rem 1.25rem 1.25rem;
  }
}
.p-home__staff-message-title {
  background-color: #fff;
  border: 1px solid #ffb300;
  font-size: 1.125rem;
  line-height: 1.343;
  padding: 0.1875rem 1.875rem;
  border-radius: 999px;
  position: absolute;
  top: -0.9375rem;
  left: calc(50% - 4.6875rem);
  color: #ffb300;
}
.p-home__staff-message-p {
  line-height: 1.7;
}
@media (width <= 999px) {
  .p-home__staff-message-p {
    line-height: 1.8;
  }
}
.p-home__faq .cl-inner {
  padding: 5rem 0;
}
@media (width <= 999px) {
  .p-home__faq .cl-inner {
    padding: 2.1875rem 1.25rem;
  }
}
.p-home__faq-title {
  margin-bottom: 1.5625rem;
}
@media (width <= 999px) {
  .p-home__faq-title {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
}
.p-home__faq-list {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}
@media (width <= 999px) {
  .p-home__faq-list {
    gap: 0.625rem;
  }
}
.p-home__faq-item {
  position: relative;
}
.p-home__faq-item-switch:before {
  content: "";
  width: 0.625rem;
  height: 0.125rem;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  background-color: #fff;
  transform: rotate(90deg);
  z-index: 1;
  transition: 0.3s;
}
@media (width <= 999px) {
  .p-home__faq-item-switch:before {
    right: 0.625rem;
    width: 1rem;
  }
}
.is-faq-active .p-home__faq-item-switch:before {
  transform: rotate(0deg);
}
.p-home__faq-item-switch:after {
  content: "";
  width: 0.625rem;
  height: 0.125rem;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  background-color: #fff;
  z-index: 1;
}
@media (width <= 999px) {
  .p-home__faq-item-switch:after {
    width: 1rem;
    right: 0.625rem;
  }
}
.p-home__faq-item-question {
  cursor: pointer;
  background-color: #ffb300;
  color: #fff;
  border-radius: 0.25rem;
  position: relative;
  padding: 0.9375rem 2.0625rem 0.9375rem 5rem;
  font-size: 1.25rem;
  font-weight: 700;
}
@media (width <= 999px) {
  .p-home__faq-item-question {
    font-size: 1rem;
    line-height: 1.3;
    padding: 0.625rem 2.5rem 0.5625rem 2.625rem;
  }
}
.p-home__faq-item-question:before {
  position: absolute;
  left: 1.25rem;
  line-height: 1;
  content: "Q";
  font-size: 1.875rem;
  font-weight: 500;
}
@media (width <= 999px) {
  .p-home__faq-item-question:before {
    font-size: 1.5rem;
    left: 0.5rem;
  }
}
.p-home__faq-item-answer {
  display: none;
  font-size: 1.125rem;
  padding: 1.875rem 1.875rem 1.25rem;
}
@media (width <= 999px) {
  .p-home__faq-item-answer {
    padding: 0.625rem 0 1.25rem;
    font-size: 1rem;
  }
}
.is-faq-active .p-home__faq-item-answer {
  display: block;
}

.p-symptom-archive__category-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.5rem;
  padding: 2.5rem 0;
  border-bottom: 0.0625rem solid #e0e0e0;
}
.p-symptom-archive__category-group:first-of-type {
  border-top: 0.0625rem solid #e0e0e0;
}
@media (width <= 999px) {
  .p-symptom-archive__category-group {
    flex-direction: column;
    gap: 1.25rem;
    padding: 1.875rem 0;
  }
}
.p-symptom-archive__content {
  width: 100%;
  flex: 1;
  min-width: 0;
}
.p-symptom-archive__figure {
  width: 18.75rem;
  flex-shrink: 0;
}
@media (width <= 999px) {
  .p-symptom-archive__figure {
    width: 100%;
    order: -1;
  }
}
.p-symptom-archive__image {
  border-radius: 0.625rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.p-symptom-archive__category-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  padding-left: 1.2em;
  position: relative;
  color: #3e341e;
}
.p-symptom-archive__category-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background-color: #ffb300;
  border-radius: 0.25rem;
}
@media (width <= 999px) {
  .p-symptom-archive__category-title {
    font-size: 1.25rem;
    margin-bottom: 0.9375rem;
  }
}
.p-symptom-archive__post-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem 2rem;
}
@media (width <= 999px) {
  .p-symptom-archive__post-list {
    display: block;
  }
}
.p-symptom-archive__post-item {
  margin-bottom: 0;
}
@media (width <= 999px) {
  .p-symptom-archive__post-item:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}
.p-symptom-archive__post-title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
  padding-left: 1.375rem;
}
.p-symptom-archive__post-title::before {
  content: "▶";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scale(0.8);
  color: #ffb300;
  font-size: 0.875rem;
}
.p-symptom-archive__post-title a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s;
}
.p-symptom-archive__post-title a:hover {
  color: #ffb300;
}
@media (width <= 999px) {
  .p-symptom-archive__post-title {
    font-size: 0.9375rem;
  }
}

.p-symptom-archive .c-pageTitle {
  margin-bottom: 2.5rem;
}
.p-symptom-archive__category-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.5rem;
  padding: 2.5rem 0;
  border-bottom: 0.0625rem solid #e0e0e0;
}
.p-symptom-archive__category-group:first-of-type {
  border-top: 0.0625rem solid #e0e0e0;
}
@media (width <= 999px) {
  .p-symptom-archive__category-group {
    flex-direction: column;
    gap: 1.25rem;
    padding: 1.875rem 0;
  }
}
.p-symptom-archive__content {
  flex: 1;
  min-width: 0;
}
.p-symptom-archive__figure {
  width: 18.75rem;
  flex-shrink: 0;
}
@media (width <= 999px) {
  .p-symptom-archive__figure {
    width: 100%;
    order: -1;
  }
}
.p-symptom-archive__image {
  border-radius: 0.625rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.p-symptom-archive__category-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  padding-left: 1.2em;
  position: relative;
  color: #3e341e;
}
.p-symptom-archive__category-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background-color: #ffb300;
  border-radius: 0.125rem;
}
@media (width <= 999px) {
  .p-symptom-archive__category-title {
    font-size: 1.25rem;
    margin-bottom: 0.9375rem;
  }
}
.p-symptom-archive__post-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-symptom-archive__post-item:not(:last-child) {
  margin-bottom: 0.75rem;
}
.p-symptom-archive__post-title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
  padding-left: 1.375rem;
}
.p-symptom-archive__post-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.375rem 0 0.375rem 0.5rem;
  border-color: transparent transparent transparent #ffb300;
}
.p-symptom-archive__post-title a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s;
}
.p-symptom-archive__post-title a:hover {
  color: #ffb300;
}
@media (width <= 999px) {
  .p-symptom-archive__post-title {
    font-size: 0.9375rem;
  }
}

.l-sidebar .c-widget:not(:last-child) {
  margin-bottom: 2.5rem;
}

.c-widget .wp-block-heading {
  font-size: 1.25rem;
  font-weight: 700;
  color: #3e341e;
  margin-bottom: 0.9375rem;
  padding-bottom: 0.625rem;
  border-bottom: 0.0625rem solid #e0e0e0;
  position: relative;
  padding-left: 0.9375rem;
}
.c-widget .wp-block-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 42%;
  transform: translateY(-50%);
  width: 0.3125rem;
  height: 1.1em;
  background-color: #ffb300;
  border-radius: 0.0625rem;
}
@media (width <= 999px) {
  .c-widget .wp-block-heading {
    font-size: 1.125rem;
  }
}

.symptom-category-widget-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.symptom-category-widget-list li {
  margin: 0;
  border-bottom: 1px solid #f0f0f0;
}
.symptom-category-widget-list a {
  display: block;
  padding: 0.875rem 2.1875rem 0.875rem 0.625rem;
  text-decoration: none;
  color: #3e341e;
  position: relative;
  transition: background-color 0.2s;
  font-weight: 500;
}
.symptom-category-widget-list a:hover {
  background-color: rgba(62, 52, 30, 0.05);
}
.symptom-category-widget-list a::after {
  content: "›";
  font-family: "serif";
  font-weight: bold;
  font-size: 1.5rem;
  position: absolute;
  right: 0.625rem;
  top: 50%;
  transform: translateY(-50%);
  color: #3e341e;
  opacity: 0.5;
}
@media (width <= 999px) {
  .symptom-category-widget-list a {
    padding: 0.75rem 1.875rem 0.75rem 0.625rem;
    font-size: 0.9375rem;
  }
}

.p-home__discount--narrow {
  background-image: none;
}
.p-home__discount--narrow .cl-inner {
  padding: initial;
}
.p-home__discount--narrow .p-home__discount-inner {
  gap: 1.25rem;
  align-items: center;
  border: 2px solid #ffb300;
}
.p-home__discount--narrow .p-home__discount-title {
  background-color: #ffb300;
}
.p-home__discount--narrow .p-home__discount-text {
  flex: 1 1 58%;
  min-width: 0;
  padding-left: 0.9375rem;
}
.p-home__discount--narrow .p-home__discount-thumb {
  flex: 1 1 38%;
  min-width: 0;
  margin-right: 0;
  padding-right: 0.9375rem;
}
.p-home__discount--narrow .p-home__discount-coupon-price {
  font-size: 4.375rem;
  width: auto;
}
.p-home__discount--narrow .p-home__discount-coupon-unit {
  font-size: 1.5rem;
}
.p-home__discount--narrow .p-home__discount-tel {
  font-size: 1.875rem;
}
.p-home__discount--narrow .p-home__discount-time {
  font-size: 0.75rem;
}
@media (width <= 999px) {
  .p-home__discount--narrow .p-home__discount-inner {
    flex-direction: column;
  }
  .p-home__discount--narrow .p-home__discount-text,
  .p-home__discount--narrow .p-home__discount-thumb {
    width: 100%;
    max-width: 31.25rem;
  }
  .p-home__discount--narrow .p-home__discount-coupon-price {
    font-size: 3.625rem;
  }
  .p-home__discount--narrow .p-home__discount-coupon-unit {
    font-size: 1.5rem;
  }
  .p-home__discount--narrow .p-home__discount-tel {
    font-size: 1.875rem;
  }
  .p-home__discount--narrow .p-home__discount-catch-fuki {
    font-size: 1.125rem;
  }
}

.p-category-filter {
  position: relative;
  margin-bottom: 2.5rem;
}
@media (width <= 999px) {
  .p-category-filter {
    margin-bottom: 1.875rem;
  }
}

.p-category-filter__list {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0.25rem 4.375rem 0.75rem 1.25rem;
  -ms-overflow-style: none; /* IE, Edge */
  scrollbar-width: none; /* Firefox */
}
.p-category-filter__list::-webkit-scrollbar {
  display: none;
}
@media (width <= 999px) {
  .p-category-filter__list {
    gap: 0.5rem;
  }
}

.p-category-filter__item {
  margin: 0;
  flex-shrink: 0;
}

.p-category-filter__link {
  display: block;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  color: #ffb300;
  background-color: #fff;
  border: 1px solid #ffb300;
  border-radius: 999px;
  transition: background-color 0.2s, color 0.2s;
  white-space: nowrap;
}
.p-category-filter__link:hover, .p-category-filter__link.is-active {
  background-color: #ffb300;
  color: #fff;
  opacity: 1;
}
@media (width <= 999px) {
  .p-category-filter__link {
    font-size: 0.8125rem;
    padding: 0.375rem 1rem;
  }
}

.p-category-filter.is-scrollable::after {
  content: "›";
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  font-family: "serif";
  font-size: 1.5rem;
  font-weight: bold;
  color: #ffb300;
  pointer-events: none;
  animation: bounce-horizontal 1.5s infinite;
  z-index: 2;
}

.p-category-filter.is-scrollable::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0.625rem;
  width: 3.75rem;
  background: linear-gradient(to left, #fff9ea 30%, transparent);
  pointer-events: none;
  z-index: 1;
}

@keyframes bounce-horizontal {
  0%, 100% {
    transform: translateY(-50%) translateX(0);
  }
  50% {
    transform: translateY(-50%) translateX(-5px);
  }
}
.c-postThumb {
  border-radius: 1.25rem;
}

.c-filterLayer.-filter-dot:after {
  background-color: #ffe4a6;
  background-image: initial;
  background-size: 2px;
  opacity: 0.5;
}

.ark-block-toc {
  position: relative;
}
.ark-block-toc:not(.is-toc-open) .ark-block-toc__list {
  max-height: 15.625rem;
  overflow: hidden;
}
@media (width <= 999px) {
  .ark-block-toc:not(.is-toc-open) .ark-block-toc__list {
    max-height: 12.5rem;
  }
}
.ark-block-toc.is-collapsible:not(.is-toc-open)::after {
  content: "";
  position: absolute;
  bottom: 3rem;
  left: 0;
  right: 0;
  height: 3.75rem;
  background: linear-gradient(to top, #fff9ea, transparent);
  pointer-events: none;
}
.ark-block-toc .js-toc-toggler {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  margin-top: 0.5rem;
  padding: 0.625rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  color: #ffb300;
  background-color: #fff;
  border: 1px solid #ffb300;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
}
.ark-block-toc .js-toc-toggler:hover {
  background-color: #ffb300;
  color: #fff;
}
.is-toc-open .ark-block-toc .js-toc-toggler::before {
  content: "閉じる";
}
.ark-block-toc .js-toc-toggler:not(.is-toc-open .ark-block-toc .js-toc-toggler)::before {
  content: "もっと見る";
}

.p-contact-form {
  max-width: 43.75rem;
  margin-left: auto;
  margin-right: auto;
}
.p-contact-form__section-title {
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
  padding-bottom: 0.75rem;
  margin-bottom: 2rem;
  border-bottom: 2px solid #3e341e;
}
@media (width <= 999px) {
  .p-contact-form__section-title {
    font-size: 1.25rem;
  }
}
.p-contact-form__item {
  margin-bottom: 1.5rem;
}
.p-contact-form__label {
  display: block;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.p-contact-form__required {
  display: inline-block;
  margin-left: 0.5rem;
  padding: 0.125rem 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  background-color: #ff4800;
  border-radius: 0.25rem;
  line-height: 1;
  vertical-align: middle;
}
.p-contact-form__datetime-group {
  display: flex;
  gap: 1.25rem;
}
@media (width <= 999px) {
  .p-contact-form__datetime-group {
    flex-direction: column;
    gap: 1rem;
  }
}
.p-contact-form__item--half {
  flex: 1;
}
.p-contact-form .p-contact-form__input,
.p-contact-form textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  background-color: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.p-contact-form .p-contact-form__input:focus,
.p-contact-form textarea:focus {
  border-color: #ffb300;
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 179, 0, 0.2);
}
.p-contact-form textarea {
  height: 12.5rem;
  resize: vertical;
}
.p-contact-form__privacy {
  text-align: center;
  margin-top: 2.5rem;
}
.p-contact-form__privacy .wpcf7-list-item-label {
  cursor: pointer;
}
.p-contact-form__submit {
  text-align: center;
  margin-top: 1.5rem;
}
.p-contact-form__submit .wpcf7-submit {
  width: 20rem;
  max-width: 100%;
  border: none;
}
.p-contact-form__submit .wpcf7-submit[disabled] {
  background-color: #ccc;
  cursor: not-allowed;
}
.p-contact-form__submit .wpcf7-submit[disabled]:hover {
  opacity: 1;
}
@media (width <= 999px) {
  .p-contact-form__submit .wpcf7-submit {
    width: 100%;
    font-size: 1.375rem;
    padding: 1.125rem 0 1rem;
  }
}

/* Utilities */
.u-mt0 {
  margin-top: 0px;
}

.u-mb0 {
  margin-bottom: 0px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-mb100 {
  margin-bottom: 100px;
}

.u-pc {
  display: block;
}
@media (width <= 999px) {
  .u-pc {
    display: none;
  }
}
.u-pc--inline {
  display: inline;
}
@media (width <= 999px) {
  .u-pc--inline {
    display: none;
  }
}
.u-pc--iblock {
  display: inline-block;
}
@media (width <= 999px) {
  .u-pc--iblock {
    display: none;
  }
}
.u-pc--table {
  display: table;
}
@media (width <= 999px) {
  .u-pc--table {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media (width <= 999px) {
  .u-sp {
    display: block;
  }
}
.u-sp--inline {
  display: none;
}
@media (width <= 999px) {
  .u-sp--inline {
    display: inline;
  }
}
.u-sp--iblock {
  display: none;
}
@media (width <= 999px) {
  .u-sp--iblock {
    display: inline-block;
  }
}
.u-sp--table {
  display: none;
}
@media (width <= 999px) {
  .u-sp--table {
    display: table;
  }
}

.u-ofit img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.u-pos--absolute {
  position: absolute;
}
.u-pos--fixed {
  position: fixed;
}
.u-pos--relative {
  position: relative;
}

.u-marker {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline-block;
  background-color: #fff;
  padding: 0.1875rem 0.625rem;
}
@media (width <= 999px) {
  .u-marker {
    padding: 0.0625rem 0.4375rem;
  }
}
.u-marker--white {
  background-color: #fff;
}
.u-marker--green {
  background-color: #689b03;
  color: #fff;
}
.u-marker--brown {
  background-color: #8c6e2b;
  color: #fff;
}
.u-marker--orange {
  background-color: #ffb300;
  color: #fff;
}
.u-marker--gradation-orange {
  background: linear-gradient(to right, #ffd900, #ffb300);
  color: #fff;
}
.u-marker--lined-orange {
  border: 1px solid #ffb300;
  padding: 0.0625rem 0.3125rem 0.0625rem 0.3125rem;
  display: inline-block;
  line-height: 1;
}
@media (width <= 999px) {
  .u-marker--lined-orange {
    padding: 0.0625rem 0.1875rem 0.0625rem 0.1875rem;
  }
}

.u-text--default {
  font-family: "Noto Sans JP", sans-serif;
}
.u-text--mincho {
  font-family: "Shippori Mincho", serif;
}
.u-text--center {
  text-align: center;
}
.u-text--left {
  text-align: left;
}
.u-text--right {
  text-align: right;
}
.u-text--thin {
  font-weight: 100;
}
.u-text--extra-light {
  font-weight: 200;
}
.u-text--light {
  font-weight: 300;
}
.u-text--regular {
  font-weight: 400;
}
.u-text--medium {
  font-weight: 500;
}
.u-text--semi-bold {
  font-weight: 600;
}
.u-text--bold {
  font-weight: 700;
}
.u-text--extra-bold {
  font-weight: 800;
}
.u-text--black {
  font-weight: 900;
}
.u-text--big {
  font-size: 1.4em;
}
.u-text--regular {
  font-size: 1em;
}
.u-text--small {
  font-size: 0.8em;
}
.u-text--green {
  color: #689b03;
}
.u-text--orange {
  color: #ffb300;
}
.u-text--red-bold {
  color: #ff4800;
  font-weight: 700;
}
.u-text--brown {
  color: #8c6e2b;
}
.u-text--line-through {
  text-decoration: line-through;
  text-decoration-color: #ff4800;
}

.u-ellipsis {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.u-ellipsis--2 {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.u-ellipsis--3 {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.u-ellipsis--4 {
  -webkit-line-clamp: 4;
  line-clamp: 4;
}
.u-ellipsis--5 {
  -webkit-line-clamp: 5;
  line-clamp: 5;
}

.u-fade-in {
  opacity: 0;
  transform: translateY(1.875rem);
  transition: 0.8s;
}
@media (width <= 999px) {
  .u-fade-in {
    transform: translateY(1.875rem);
  }
}
.u-fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.u-fuki {
  display: inline-block;
  padding: 0 1.25rem;
  margin-bottom: 0.625rem;
  position: relative;
}
.u-fuki:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 0.625rem);
  height: 1em;
  width: 0.125rem;
  background-color: #3e341e;
  transform: rotate(-15deg);
}
.u-fuki:after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 0.625rem);
  height: 1em;
  width: 0.125rem;
  background-color: #3e341e;
  transform: rotate(15deg);
}

.u-fuki02 {
  background-color: #fff;
  border: 1px solid #3e341e;
  border-radius: 999px;
  display: inline-block;
  padding: 0.625rem 1.25rem;
  position: relative;
}
@media (width <= 999px) {
  .u-fuki02 {
    padding: 0.375rem 1.0625rem;
  }
}
.u-fuki02:after {
  content: "";
  width: 1rem;
  height: 0.75rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #fff;
  bottom: -0.6875rem;
  position: absolute;
  left: calc(50% - 0.5rem);
}
.u-fuki02:before {
  content: "";
  width: 1.125rem;
  height: 0.875rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #3e341e;
  bottom: -0.875rem;
  position: absolute;
  left: calc(50% - 0.5625rem);
}/*# sourceMappingURL=style.css.map */