@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

summary {
  display: block;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

/* ===============================================
# メディアクエリー
=============================================== */
/* ===============================================
# line-heightの余白削除
=============================================== */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 140px;
}
@media screen and (max-width: 1389px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1390 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(16 / 393 * 100vw);
  }
}

body {
  background-color: #fff;
  color: #000;
  font-family: "Afacad", sans-serif;
  line-height: normal;
  padding-top: 6.5625rem;
  line-break: strict;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 0;
    padding-bottom: 6.625rem;
  }
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (any-hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

[lang=ja] {
  font-family: "Noto Sans JP", sans-serif;
}

[lang=en] {
  font-family: "Inter", sans-serif;
}

img {
  display: block;
}

a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-inner {
  position: relative;
  width: 100%;
  max-width: 1390px;
  height: inherit;
  padding: 0 1.875rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    padding: 0 2.1875rem;
  }
}

.l-inner__narrow {
  max-width: 81.25rem;
}
@media screen and (max-width: 767px) {
  .l-inner__narrow {
    padding: 0 2.1875rem;
    max-width: 600px;
  }
}

.l-inner__out {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  max-width: 1440px;
}

.l-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-left: 1.75rem;
  background: #fff;
  color: #000;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .no-js .l-header {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    -webkit-transition: none !important;
    transition: none !important;
    will-change: transform;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}
.l-header__inner {
  display: grid;
  grid-template-columns: 18.75rem 1fr 23.5625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 6.5625rem;
  max-width: 1440px;
  margin-inline: auto;
  gap: 2.5rem;
}
@media (max-width: 1024px) {
  .l-header__inner {
    grid-template-columns: 15.625rem 1fr 17.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    min-height: 3.75rem;
  }
}

.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .l-header__nav {
    display: none;
  }
}

.l-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.4375rem;
     -moz-column-gap: 1.4375rem;
          column-gap: 1.4375rem;
}

.l-header__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.14em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-header__list li a {
    font-size: 0.875rem;
  }
}
.l-header__list li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  width: 100%;
  height: 1px;
  background: #3B9240;
  scale: 0;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: scale 0.3s ease-in-out;
  transition: scale 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .l-header__list li a:hover {
    color: #3B9240;
  }
  .l-header__list li a:hover::after {
    scale: 1;
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

.l-header__list li a span:first-child {
  font-family: "Noto Sans JP", sans-serif;
}

.l-header__btn {
  height: 100%;
}

.l-header__contact--btn.c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  background: #3B9240;
  color: #fff;
  border: 1px solid #3B9240;
  font-size: max(1.5rem, 19.2px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.14em;
  -webkit-transition: color 0.3s ease 0s, background 0.3s ease 0s;
  transition: color 0.3s ease 0s, background 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .l-header__contact--btn.c-btn {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__contact--btn.c-btn {
    display: none;
  }
}
@media (any-hover: hover) {
  .l-header__contact--btn.c-btn:hover {
    color: #3B9240;
    background: #fff;
  }
}

.l-header__contact--btn--en {
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 767px) {
  .l-header__contact--btn--en {
    font-size: 0.875rem;
  }
}

/* ===============================================
# ドロワーアイコン
=============================================== */
.l-drawer__icon {
  display: none;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-drawer__icon {
    position: fixed;
    z-index: 102;
    top: 1.25rem;
    right: 1.25rem;
    width: 1.5rem;
    height: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
@media (any-hover: hover) {
  .l-drawer__icon:hover {
    opacity: 0.7;
  }
}
.l-drawer__icon::after {
  content: "MENU";
  position: absolute;
  bottom: -0.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  font-size: max(0.5rem, 6.4px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.14em;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-drawer__icon::after {
    font-size: 0.5rem;
  }
}

.l-drawer__icon--bar {
  width: 100%;
  height: 1px;
  background: #000;
}

.l-drawer__icon.js-show .l-drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 0.46875rem;
}
.l-drawer__icon.js-show .l-drawer__icon--bar:nth-of-type(2) {
  display: none;
}
.l-drawer__icon.js-show .l-drawer__icon--bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -0.46875rem;
}

/* ===============================================
# ドロワー
=============================================== */
.l-drawer {
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  width: 17.375rem;
  height: 100vh;
  height: 100svh;
  overflow-y: scroll;
  background: #fff;
}

.l-drawer__body {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-block: 5.5rem 2.5rem;
  padding-left: 2.125rem;
}

.l-drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
  margin-bottom: 2.5rem;
}
.l-drawer__list li a {
  font-size: max(1.125rem, 14.4px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .l-drawer__list li a {
    font-size: 1.125rem;
  }
}

.l-drawer__list li a span:nth-of-type(2) {
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 767px) {
  .l-drawer__list li a span:nth-of-type(2) {
    font-size: 0.875rem;
  }
}

.l-drawer__btn {
  padding-right: 2.125rem;
}

.l-drawer__btn a {
  display: inline-block;
  padding: 0.75rem;
  background: #3B9240;
  text-align: center;
}

.l-drawer__btn a span {
  font-size: max(1.25rem, 16px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-drawer__btn a span {
    font-size: 1.25rem;
  }
}

.l-drawer {
  translate: 101%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}
.l-drawer.js-show {
  translate: 0;
}

.l-drawer__bg {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
}

.l-drawer__bg.js-show {
  opacity: 1;
  visibility: visible;
}

body.no-scroll {
  overflow: hidden;
}

.l-footer {
  width: 100%;
  height: auto;
  padding-left: 1.75rem;
  background: #fff;
  color: #000;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-top: 2rem;
    padding-inline: 35px;
    padding-block: 1rem;
  }
}

.l-footer__inner {
  display: grid;
  grid-template-columns: 18.75rem 1fr 23.5625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 6.5625rem;
  max-width: 1440px;
  margin-inline: auto;
  gap: 2.5rem;
}
@media (max-width: 1024px) {
  .l-footer__inner {
    grid-template-columns: 15.625rem 1fr 17.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.l-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.4375rem;
     -moz-column-gap: 1.4375rem;
          column-gap: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .l-footer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}

.l-footer__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.14em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer__list li a {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__list li a {
    gap: 0.25rem;
  }
}
.l-footer__list li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  width: 100%;
  height: 1px;
  background: #3B9240;
  scale: 0;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: scale 0.3s ease-in-out;
  transition: scale 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .l-footer__list li a:hover {
    color: #3B9240;
  }
  .l-footer__list li a:hover::after {
    scale: 1;
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

.l-footer__list li a span:first-child {
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 767px) {
  .l-footer__list li a span:last-child {
    font-size: max(0.625rem, 8px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.168em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .l-footer__list li a span:last-child {
    font-size: 0.625rem;
  }
}

.l-footer__btn {
  height: 100%;
}

.l-footer__contact--btn.c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  background: #DE020E;
  border: 1px solid #DE020E;
  color: #fff;
  font-size: max(1.5rem, 19.2px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.14em;
  padding: 1rem 1.5rem;
  -webkit-transition: color 0.3s ease 0s, background 0.3s ease 0s, border 0.3s ease 0s;
  transition: color 0.3s ease 0s, background 0.3s ease 0s, border 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .l-footer__contact--btn.c-btn {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__contact--btn.c-btn {
    font-size: max(1.25rem, 16px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.14em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .l-footer__contact--btn.c-btn {
    font-size: 1.25rem;
  }
}
@media (any-hover: hover) {
  .l-footer__contact--btn.c-btn:hover {
    color: #DE020E;
    background: #fff;
    border: 1px solid #DE020E;
  }
}

.l-footer__contact--btn--en {
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 767px) {
  .l-footer__contact--btn--en {
    font-size: 0.875rem;
  }
}

.l-2col__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .l-2col__wrapper {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.l-2col__item {
  padding: 2.4375rem 3.4375rem 4.3125rem;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .l-2col__item {
    padding: 0;
    border: none;
  }
}
@media (any-hover: hover) {
  .l-2col__item:hover {
    opacity: 0.7;
  }
}

.l-2col__item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.625rem;
}
@media screen and (max-width: 767px) {
  .l-2col__item__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
}

.l-2col__item__img {
  margin-top: 3.25rem;
  width: 100%;
  height: auto;
}
.l-2col__item__img img {
  border-radius: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-2col__item__img {
    margin-top: 0.5rem;
    width: 100%;
  }
}

.l-sectionWorks {
  padding-top: 2.125rem;
  padding-bottom: 4.625rem;
}
@media screen and (max-width: 767px) {
  .l-sectionWorks {
    padding-top: 4.0625rem;
    padding-bottom: 3.9375rem;
  }
}

.l-sectionWorks__body {
  margin-top: 7.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .l-sectionWorks__body {
    margin-top: 3.75rem;
  }
}

.l-sectionWorks__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .l-sectionWorks__items {
    grid-template-columns: 1fr;
    margin: 0;
    width: 100%;
    gap: 2.4375rem;
  }
}

.l-sectionWorks__item {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-sectionWorks__item {
    text-align: left;
  }
}

.l-sectionWorks__item__title {
  font-family: "Afacad", sans-serif;
  font-size: max(3rem, 38.4px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .l-sectionWorks__item__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .l-sectionWorks__item__title {
    font-size: max(1.5rem, 19.2px);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .l-sectionWorks__item__title {
    font-size: 1.5rem;
  }
}

.l-sectionWorks__item__text {
  font-family: "Afacad", sans-serif;
  font-size: max(1.5rem, 19.2px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .l-sectionWorks__item__text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-sectionWorks__item__text {
    font-size: max(0.875rem, 11.2px);
    font-weight: 400;
    line-height: 1.4285714286;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .l-sectionWorks__item__text {
    font-size: 0.875rem;
  }
}

.l-sectionWorks__item__img {
  margin-top: 0.75rem;
  height: 21.375rem;
  overflow: hidden;
}
@media (any-hover: hover) {
  .l-sectionWorks__item__img:hover img {
    scale: 1.05;
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .l-sectionWorks__item__img {
    margin-top: 0.75rem;
    height: 11.8125rem;
  }
}
.l-sectionWorks__item__img img {
  -webkit-transition: scale 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: scale 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.l-company {
  font-family: "Noto Sans JP", sans-serif;
  padding: 0.25rem 0;
}
.l-company a {
  color: #E50012;
  text-decoration: underline;
}
.l-company dl {
  width: 100%;
  font-size: max(1.0625rem, 13.6px);
  font-weight: 400;
  line-height: 1.4117647059;
  letter-spacing: 0.0847058824em;
}
@media screen and (max-width: 767px) {
  .l-company dl {
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 767px) {
  .l-company dl {
    font-size: max(0.875rem, 11.2px);
    font-weight: 400;
    line-height: 1.4285714286;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .l-company dl {
    font-size: 0.875rem;
  }
}
.l-company dl dt {
  display: table-cell;
  padding: 20px 20px;
  border-top: 1px solid #888;
  font-weight: 700;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .l-company dl dt {
    padding: 0.625rem 0.625rem;
  }
}
.l-company dl dt span {
  width: 9.375rem;
}
@media screen and (max-width: 767px) {
  .l-company dl dt span {
    width: 6.125rem;
  }
}
.l-company dl dd {
  width: 100%;
  display: table-cell;
  padding: 1.25rem 1.25rem;
  border-top: 1px solid #ddd;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .l-company dl dd {
    padding: 0.625rem 0.625rem;
  }
}

.l-faq summary {
  display: block;
}
.l-faq summary::-webkit-details-marker {
  display: none;
}

.l-faq__item {
  border-bottom: 1px solid #adaaaa;
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.07em;
  padding-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-faq__item {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .l-faq__item {
    font-size: max(0.875rem, 11.2px);
    font-weight: 400;
    line-height: 1.4285714286;
    letter-spacing: 0.08em;
    padding-left: 0.625rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .l-faq__item {
    font-size: 0.875rem;
  }
}

.l-faq__item:first-child {
  border-top: 1px solid #adaaaa;
}

.l-faq__question {
  padding-block: 1.25rem 1.5rem;
  position: relative;
  width: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .l-faq__question {
    padding-block: 1rem 1.25rem;
  }
}
.l-faq__question::before, .l-faq__question::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background: #000;
}
@media screen and (max-width: 767px) {
  .l-faq__question::before, .l-faq__question::after {
    translate: 0 0;
  }
}
.l-faq__question::before {
  right: 1.25rem;
  width: 1.25rem;
  height: 2px;
}
@media screen and (max-width: 767px) {
  .l-faq__question::before {
    right: 0.9375rem;
    width: 0.625rem;
    top: 1.9375rem;
  }
}
.l-faq__question::after {
  right: 1.8125rem;
  width: 2px;
  height: 1.25rem;
  -webkit-transition: rotate 0.3s ease;
  transition: rotate 0.3s ease;
}
@media screen and (max-width: 767px) {
  .l-faq__question::after {
    right: 1.1875rem;
    height: 0.625rem;
    top: 1.6875rem;
  }
}
@media (any-hover: hover) {
  .l-faq__question:hover {
    cursor: pointer;
  }
}

details[open] .l-faq__question::after {
  rotate: 90deg;
}

.l-faq__question-iconBg {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0.625rem;
  width: 2.5rem;
  height: 2.5rem;
  background: #000;
  border-radius: 50%;
  opacity: 0.1;
}
@media screen and (max-width: 767px) {
  .l-faq__question-iconBg {
    right: 0.625rem;
    width: 1.25rem;
    height: 1.25rem;
    top: 1.375rem;
    translate: 0 0;
  }
}

.l-faq__question-text,
.l-faq__answer-text {
  list-style: none;
  position: relative;
  padding-inline: 4.5rem 3.75rem;
  min-height: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .l-faq__question-text,
  .l-faq__answer-text {
    padding-inline: 2.5rem 2.1875rem;
    min-height: 2rem;
  }
}
.l-faq__question-text::before,
.l-faq__answer-text::before {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #D9D9D9;
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0.34375rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .l-faq__question-text::before,
  .l-faq__answer-text::before {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.072em;
    width: 1.5625rem;
    height: 1.5625rem;
    top: 0.21875rem;
  }
}

.l-faq__question-text::before {
  content: "Q";
}

.l-faq__answer-text::before {
  content: "A";
}

.l-faq__answer {
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-faq__answer {
    padding-bottom: 1rem;
  }
}

.l-anchor-btn {
  position: fixed;
  bottom: 10%;
  right: 0;
  z-index: 99;
  width: 100%;
  max-width: 46.875rem;
  height: auto;
  aspect-ratio: 980/261;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
@media (any-hover: hover) {
  .l-anchor-btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .l-anchor-btn {
    bottom: 0;
    -webkit-transform: translateY(150px);
            transform: translateY(150px);
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .l-anchor-btn img {
    -webkit-transition: scale 0.3s ease 0s;
    transition: scale 0.3s ease 0s;
  }
  .l-anchor-btn:hover img {
    scale: 1.05;
  }
}
.c-title {
  font-family: "Afacad", sans-serif;
  font-size: max(4rem, 51.2px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: max(2.5rem, 32px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-title {
    font-size: 2.5rem;
  }
}

.c-title--small {
  font-size: max(2.25rem, 28.8px);
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .c-title--small {
    font-size: 2.25rem;
  }
}

.c-title--mini {
  font-size: max(1.5rem, 19.2px);
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .c-title--mini {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-title--mini {
    font-size: max(0.875rem, 11.2px);
    font-weight: 400;
    line-height: 1.4285714286;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-title--mini {
    font-size: 0.875rem;
  }
}

.c-title--notLimit {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .c-title--notLimit {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.08em;
  }
}

.c-titleSub,
.c-titleArrow {
  font-family: "Afacad", sans-serif;
  font-size: max(2rem, 25.6px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .c-titleSub,
  .c-titleArrow {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-titleSub,
  .c-titleArrow {
    font-size: max(1.5rem, 19.2px);
    font-weight: 700;
    line-height: 1.3333333333;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-titleSub,
  .c-titleArrow {
    font-size: 1.5rem;
  }
}

.c-titleSub--notLimit {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .c-titleSub--notLimit {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3333333333;
    letter-spacing: 0.08em;
  }
}

.c-titleArrow {
  position: relative;
  padding-left: 1.6875rem;
}
.c-titleArrow::before {
  content: "";
  background: url(./../img/arrow-right.png) no-repeat center center/cover;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 1.125rem;
  height: 1.125rem;
}

.p-topFv {
  height: 80vh;
  background: rgb(220, 156, 156);
}

.p-topNews {
  height: 80vh;
  background: rgb(131, 131, 209);
}

.p-topStory {
  height: 80vh;
  background: rgb(170, 236, 170);
}

.p-topService {
  height: 80vh;
  background: rgb(225, 225, 160);
}

/* ===============================================
# p-diagnosis__fv
=============================================== */
.p-diagnosis__fv {
  overflow: hidden;
  height: 65.1388888889vw;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-diagnosis__fv {
    height: 55.0625rem;
  }
}

.p-diagnosis__fv__bg,
.p-diagnosis__fv__water,
.p-diagnosis__fv__title,
.p-diagnosis__fv__circle {
  -webkit-transform-origin: top center;
          transform-origin: top center;
  position: absolute;
}

.p-diagnosis__fv__bg {
  top: 0;
  left: 50%;
  translate: -50%;
  width: 215%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-diagnosis__fv__bg {
    width: 240%;
  }
}

.p-diagnosis__fv__water {
  bottom: -20.75rem;
  left: 35.9027777778vw;
  width: 40.9722222222vw;
  height: 27.8472222222vw;
}
@media screen and (max-width: 767px) {
  .p-diagnosis__fv__water {
    width: 15.875rem;
    height: 10.75rem;
    bottom: 18.9375rem;
    left: 14.875rem;
  }
}

.p-diagnosis__fv__water img {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-diagnosis__fv__title {
  font-size: 4.4444444444vw;
  line-height: 1;
  font-weight: 700;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  top: 12.8472222222vw;
  right: 11.1805555556vw;
}
@media screen and (max-width: 767px) {
  .p-diagnosis__fv__title {
    font-size: max(2.25rem, 28.8px);
    font-weight: 700;
    line-height: 1;
    top: 35.5625rem;
    right: 6.4375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-diagnosis__fv__title {
    font-size: 2.25rem;
  }
}
.p-diagnosis__fv__title p:not(:first-child) {
  margin-top: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-diagnosis__fv__title p:not(:first-child) {
    margin-top: 1rem;
  }
}

.p-diagnosis__fv__title span {
  color: #DE020E;
}

.p-diagnosis__fv__circle {
  width: 40.7638888889vw;
  height: 40.6944444444vw;
  top: 14.375vw;
  right: -11.1111111111vw;
}
@media screen and (max-width: 767px) {
  .p-diagnosis__fv__circle {
    display: none;
  }
}

/* ===============================================
# p-diagnosis__story
=============================================== */
.p-diagnosis__story {
  padding-top: 2rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background: url(./../img/bg_story.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-diagnosis__story {
    padding-bottom: 2.5rem;
    background: url(./../img/bg_story_sp.jpg) no-repeat center center/contain;
    min-height: 46.3125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-diagnosis__story__title .c-title {
    font-size: max(3rem, 38.4px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-diagnosis__story__title .c-title {
    font-size: 3rem;
  }
}

.p-diagnosis__story__text {
  margin-top: 2.5625rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-diagnosis__story__text {
    margin-top: 2.5625rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.08em;
  }
}

.p-diagnosis__story__circle {
  position: absolute;
  top: 8.375rem;
  right: -14.9375rem;
  width: 39.6875rem;
  height: 39.3125rem;
}
@media screen and (max-width: 767px) {
  .p-diagnosis__story__circle {
    display: none;
  }
}

/* ===============================================
# p-diagnosis__diagnosis
=============================================== */
.p-diagnosis__diagnosis {
  margin-top: -8rem;
}

.p-diagnosis__marquee {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  font-size: max(8rem, 102.4px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #71dbff;
}
@media screen and (max-width: 767px) {
  .p-diagnosis__marquee {
    font-size: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-diagnosis__marquee {
    font-size: max(3rem, 38.4px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-diagnosis__marquee {
    font-size: 3rem;
  }
}

.p-diagnosis__marquee__track {
  display: inline-block;
  white-space: nowrap;
  -webkit-animation: marqueeScroll 80s linear infinite;
          animation: marqueeScroll 80s linear infinite;
}

@-webkit-keyframes marqueeScroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes marqueeScroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-diagnosis__marquee__track span {
  display: inline-block;
}

/* ===============================================
# フォーム
=============================================== */
/* 初期化
------------------------------------------------------ */
.p-diagnosis__diagnosis__main {
  text-align: center;
}
.p-diagnosis__diagnosis__main .hidden-fields-container {
  display: none;
}
.p-diagnosis__diagnosis__main .screen-reader-response {
  display: none;
}

.p-diagnosis__diagnosis__main {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background: #71dbff;
}

.p-diagnosis__main__image {
  margin-top: 3.375rem;
  margin-inline: auto;
  max-width: 31.25rem;
}

.p-diagnosis__main__form {
  margin-top: 3.375rem;
}

.p-diagnosis__diagnosis__main .choice {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0.8125rem 1.25rem;
  font-size: max(1.5rem, 19.2px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.0666666667em;
  background-color: #1e73be;
  color: white;
  border: 2px solid #fff;
  border-radius: 1.875rem;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-diagnosis__diagnosis__main .choice {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-diagnosis__diagnosis__main .choice {
    margin: 0.5rem auto;
  }
}
@media (any-hover: hover) {
  .p-diagnosis__diagnosis__main .choice:hover {
    background-color: #fff !important;
  }
}

.p-diagnosis__diagnosis__main .step .choice:nth-of-type(1) {
  background-color: #3B9240;
}
@media (any-hover: hover) {
  .p-diagnosis__diagnosis__main .step .choice:nth-of-type(1):hover {
    color: #3B9240;
  }
}

.p-diagnosis__diagnosis__main .step .choice:nth-of-type(2) {
  background-color: #4e6389;
}
@media (any-hover: hover) {
  .p-diagnosis__diagnosis__main .step .choice:nth-of-type(2):hover {
    color: #4e6389;
  }
}

.p-diagnosis__diagnosis__main .step .choice:nth-of-type(3) {
  background-color: #8a4e89;
}
@media (any-hover: hover) {
  .p-diagnosis__diagnosis__main .step .choice:nth-of-type(3):hover {
    color: #8a4e89;
  }
}

.p-diagnosis__diagnosis__main .step .choice:nth-of-type(4) {
  background-color: #c77827;
}
@media (any-hover: hover) {
  .p-diagnosis__diagnosis__main .step .choice:nth-of-type(4):hover {
    color: #c77827;
  }
}

.p-diagnosis__diagnosis__main .step .choice:nth-of-type(5) {
  background: #2b8c84;
}
@media (any-hover: hover) {
  .p-diagnosis__diagnosis__main .step .choice:nth-of-type(5):hover {
    color: #2b8c84;
  }
}

.p-diagnosis__diagnosis__main .choice:hover {
  background-color: #155c9b;
}
@media (any-hover: hover) {
  .p-diagnosis__diagnosis__main .choice:hover:hover {
    color: #155c9b;
  }
}

.p-diagnosis__diagnosis__main .step {
  display: none;
}

.p-diagnosis__diagnosis__main__title {
  color: #333;
  font-size: max(1.5rem, 19.2px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.0666666667em;
}
@media screen and (max-width: 767px) {
  .p-diagnosis__diagnosis__main__title {
    font-size: 1.5rem;
  }
}

.p-diagnosis__diagnosis__main__wrapper {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  max-width: 800px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-diagnosis__diagnosis__main__wrapper {
    display: block;
  }
}

.p-diagnosis__diagnosis__main__wrapper.p-diagnosis__diagnosis__main__wrapper--3col {
  grid-template-columns: repeat(3, 1fr);
}

.p-diagnosis__item--full {
  grid-column: 1 / -1;
}

.p-diagnosis__diagnosis__main__name {
  margin-top: 2rem;
}

.p-diagnosis__diagnosis__main .step:not(.hidden) {
  display: block;
}

.p-diagnosis__diagnosis__main .step .hidden {
  height: 0;
}

.p-diagnosis__diagnosis__main .step .wpcf7-form-control-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.25rem;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
.p-diagnosis__diagnosis__main .step .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  color: red;
}

@media screen and (max-width: 767px) {
  .p-diagnosis__diagnosis__main input[name=your-name],
  .p-diagnosis__diagnosis__main input[name=contact] {
    width: 100%;
  }
  .p-diagnosis__diagnosis__main input[name=birth-year] {
    width: 80%;
  }
}

.p-diagnosis__diagnosis__main__submit {
  display: block;
  width: 100%;
  max-width: 19.75rem;
  margin-inline: auto;
}
.p-diagnosis__diagnosis__main__submit input {
  width: 100%;
  padding: 0.8125rem 1.25rem;
  font-size: max(1.5rem, 19.2px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.0666666667em;
  color: white;
  background-color: #3b9240;
  border: 2px solid #fff;
  border-radius: 1.875rem;
  cursor: pointer;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-diagnosis__diagnosis__main__submit input {
    font-size: 1.5rem;
  }
}
@media (any-hover: hover) {
  .p-diagnosis__diagnosis__main__submit input:hover {
    background-color: #fff;
    color: #3b9240;
  }
}
@media screen and (max-width: 767px) {
  .p-diagnosis__diagnosis__main__submit {
    margin: 0.5rem auto;
  }
}

/* ===============================================
# p-diagnosis__pickUp
=============================================== */
.p-diagnosis__pickUp {
  padding-top: 2.3125rem;
  background: rgb(249, 245, 237);
  padding-bottom: 8.125rem;
}

.p-diagnosis__pickUp__title .c-title {
  text-transform: none;
}

.p-diagnosis__pickUp__swiper-container {
  margin: 3.125rem calc(50% - 50vw) 0;
  width: 100vw;
  position: relative;
}

.p-diagnosis__pickUp__swiper {
  position: relative;
}

.p-diagnosis__pickUp__swiper-slide {
  width: 47.125rem;
  height: 31.3125rem;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.6s;
  transition: opacity 0.3s, -webkit-transform 0.6s;
  transition: transform 0.6s, opacity 0.3s;
  transition: transform 0.6s, opacity 0.3s, -webkit-transform 0.6s;
}
@media screen and (max-width: 767px) {
  .p-diagnosis__pickUp__swiper-slide {
    width: 20.4375rem;
    height: 13.5rem;
  }
}
.p-diagnosis__pickUp__swiper-slide img {
  border-radius: 1.75rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (any-hover: hover) {
  .p-diagnosis__pickUp__swiper-slide:hover {
    opacity: 0.7;
  }
}

.swiper-slide.p-diagnosis__pickUp__swiper-slide {
  -webkit-transform: scale(0.62);
          transform: scale(0.62);
}

.p-diagnosis__pickUp__swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
}

.p-diagnosis__pickUp__swiper-button-prev,
.p-diagnosis__pickUp__swiper-button-next {
  background: orange;
  color: #fff;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: 10;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-diagnosis__pickUp__swiper-button-prev,
  .p-diagnosis__pickUp__swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.p-diagnosis__pickUp__swiper-button-prev {
  left: 15.625rem;
}
@media (min-width: 1440px) {
  .p-diagnosis__pickUp__swiper-button-prev {
    left: calc(15.625rem + (100vw - 1440px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .p-diagnosis__pickUp__swiper-button-prev {
    left: 0.25rem;
  }
}

.p-diagnosis__pickUp__swiper-button-next {
  right: 15.625rem;
}
@media (min-width: 1440px) {
  .p-diagnosis__pickUp__swiper-button-next {
    right: calc(15.625rem + (100vw - 1440px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .p-diagnosis__pickUp__swiper-button-next {
    right: 0.25rem;
  }
}

/* ===============================================
# p-diagnosis__more
=============================================== */
.p-diagnosis__more .l-sectionWorks__title .c-title {
  text-transform: none;
}

/* ===============================================
# p-diagnosis__data
=============================================== */
.p-diagnosis__data {
  padding-top: 3.625rem;
  padding-bottom: 7.875rem;
  background: #3b9240;
}

.p-diagnosis__data__title {
  color: #fff;
}

.p-diagnosis__data__title--sub .c-titleSub {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-diagnosis__data__title--sub .c-titleSub {
    font-size: max(0.875rem, 11.2px);
    font-weight: 700;
    line-height: 3.4285714286;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-diagnosis__data__title--sub .c-titleSub {
    font-size: 0.875rem;
  }
}

.p-diagnosis__data__img {
  margin-top: 2.875rem;
  width: 100%;
}

.p-diagnosis__data__company {
  margin-top: 2.875rem;
  background: #fff;
}

/* ===============================================
# p-diagnosis__education
=============================================== */
.p-diagnosis__education {
  margin-top: 4.8125rem;
  background: #7eff61;
}
@media screen and (max-width: 767px) {
  .p-diagnosis__education {
    padding-bottom: 4.9375rem;
  }
}

.p-diagnosis__education__inner {
  padding-right: 0;
  max-width: 1440px;
}

.p-diagnosis__education__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-diagnosis__education__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }
}

.p-diagnosis__education__texts {
  margin-top: -1.875rem;
}
@media screen and (max-width: 767px) {
  .p-diagnosis__education__texts {
    padding-right: 2.1875rem;
  }
}

.p-diagnosis__education__title {
  text-wrap: nowrap;
}

.p-diagnosis__education__titleSub {
  margin-top: 1.1875rem;
}
@media screen and (max-width: 767px) {
  .p-diagnosis__education__titleSub {
    margin-top: 0.25rem;
  }
}

.p-diagnosis__education__text {
  position: absolute;
  left: 0;
  top: 6.8125rem;
  width: 100%;
  font-family: "Afacad", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.08em;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-diagnosis__education__text {
    margin-top: 1.5rem;
    position: static;
    font-size: max(1rem, 12.8px);
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-diagnosis__education__text {
    font-size: 1rem;
  }
}

.p-diagnosis__education__imgs {
  position: relative;
  padding-bottom: 2.4375rem;
}
@media screen and (max-width: 767px) {
  .p-diagnosis__education__imgs {
    -ms-flex-item-align: end;
        align-self: flex-end;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.p-diagnosis__education__img {
  max-width: 49rem;
  width: 100%;
  height: 47.5rem;
}
@media screen and (max-width: 767px) {
  .p-diagnosis__education__img {
    justify-self: flex-end;
    width: 18.75rem;
    height: 18.5625rem;
  }
}

.p-diagnosis__education__imgSub {
  position: absolute;
  bottom: 0;
  left: -23rem;
  width: 29.5rem;
  height: 16.625rem;
}
@media screen and (max-width: 767px) {
  .p-diagnosis__education__imgSub {
    width: 11.5625rem;
    height: 6.5rem;
    left: -3.625rem;
  }
}

/* ===============================================
# sectionPerson
=============================================== */
.p-diagnosis__person {
  padding-top: 2.875rem;
  padding-bottom: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-diagnosis__person {
    padding-top: 4.375rem;
  }
}

.p-diagnosis__person__inner {
  padding-right: 0;
  max-width: 1440px;
}
@media screen and (max-width: 767px) {
  .p-diagnosis__person__inner {
    padding: 0 2.1875rem;
  }
}

.p-diagnosis__person__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-diagnosis__person__wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.0625rem;
  }
}

.p-diagnosis__person__texts {
  max-width: 28.5rem;
}

.p-diagnosis__person__title__text {
  margin-top: 3.8125rem;
  font-family: "Afacad", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-diagnosis__person__title__text {
    margin-top: 0.625rem;
    font-size: max(1rem, 12.8px);
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-diagnosis__person__title__text {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-diagnosis__person__title__text span {
    display: inline;
  }
}

.p-diagnosis__person__img {
  max-width: 53.4375rem;
  width: 100%;
  height: 36.5rem;
}
@media screen and (max-width: 767px) {
  .p-diagnosis__person__img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    height: auto;
  }
}

/* ===============================================
# p-diagnosis__hope
=============================================== */
.p-diagnosis__hope {
  padding-top: 2.125rem;
}

.p-diagnosis__hope__title {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-diagnosis__hope__title {
    text-align: left;
  }
}

.p-diagnosis__hope__wrapper {
  margin-top: 1rem;
  max-width: 65.25rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 1.875rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-diagnosis__hope__wrapper {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.p-diagnosis__hope__item {
  display: grid;
  grid-template-rows: auto auto auto;
  gap: 1rem;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 1.5rem;
  padding: 1rem;
}

.p-diagnosis__hope__item__title {
  position: relative;
  padding-inline: 1.75rem;
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 767px) {
  .p-diagnosis__hope__item__title {
    font-size: 1.25rem;
  }
}

.p-diagnosis__hope__item__title span {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}

.p-diagnosis__hope__item__title span:first-child {
  left: 0;
}

.p-diagnosis__hope__item__title span:last-child {
  right: 0;
}

.p-diagnosis__hope__item__img {
  width: 70%;
  margin-inline: auto;
}
.p-diagnosis__hope__item__img img {
  border-radius: 100vmax;
}

.p-diagnosis__hope__item__text {
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .p-diagnosis__hope__item__text {
    font-size: 1rem;
  }
}

.p-diagnosis__hope__btn {
  margin-top: 1rem;
  width: 19.5rem;
  height: 8.0625rem;
  display: block;
  margin-left: auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-diagnosis__hope__btn {
    margin-inline: auto;
  }
}
.p-diagnosis__hope__btn img {
  border-radius: 100vmax;
}
@media (any-hover: hover) {
  .p-diagnosis__hope__btn:hover {
    opacity: 0.7;
  }
}

.p-diagnosis__hope__btn2 {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-diagnosis__hope__btn2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* ===============================================
# p-diagnosis__faq
=============================================== */
.p-diagnosis__faq {
  padding-bottom: 7.125rem;
}
@media screen and (max-width: 767px) {
  .p-diagnosis__faq {
    margin-top: 2.5rem;
  }
}

.p-diagnosis__faq__wrapper {
  margin-top: 3rem;
  max-width: 64.75rem;
  margin-inline: auto;
}

.p-diagnosis__faq__btns {
  margin-top: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-diagnosis__faq__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    background: none;
  }
}

.p-diagnosis__faq__btn {
  padding: 0.5625rem 0.8125rem;
}
@media (any-hover: hover) {
  .p-diagnosis__faq__btn:hover .p-diagnosis__faq__btn__arrow {
    translate: 0.625rem -50%;
  }
}

.p-diagnosis__faq__btn__body {
  background: #3B9240;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 1.5rem;
  width: 25.5rem;
  height: 7.5rem;
  font-size: max(1.5rem, 19.2px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.0666666667em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-diagnosis__faq__btn__body {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-diagnosis__faq__btn__body {
    width: 20.4375rem;
    height: 6.25rem;
  }
}

.p-diagnosis__faq__btn__arrow {
  -webkit-transition: translate 0.3s;
  transition: translate 0.3s;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 1.875rem;
  width: 2.8125rem;
  height: 1.875rem;
  background: #000;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-diagnosis__faq__btn__arrow {
    width: 1.875rem;
    height: 1.25rem;
  }
}
.p-diagnosis__faq__btn__arrow img {
  display: block;
  width: 1rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-diagnosis__faq__btn__arrow img {
    width: 0.875rem;
  }
}

.u-visually-hidden {
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
/*きらっと光る*/
.u-btnShine {
  text-decoration: none;
  outline: none;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.4s ease 0s;
  transition: -webkit-transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
}
.u-btnShine:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.7;
}

/*キラッと光る*/
.u-btnShine::before {
  content: "";
  /*絶対配置でキラッと光るの位置を決める*/
  position: absolute;
  top: 0;
  left: -75%;
  /*キラッと光る形状*/
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}

/*hoverした際の移動のアニメーション*/
.u-btnShine::before {
  -webkit-animation: shine 3s infinite linear;
          animation: shine 3s infinite linear;
}

@-webkit-keyframes shine {
  0% {
    left: -75%;
  }
  23.333% {
    left: 125%;
  }
  100% {
    left: 125%;
  }
}

@keyframes shine {
  0% {
    left: -75%;
  }
  23.333% {
    left: 125%;
  }
  100% {
    left: 125%;
  }
}
@keyframes reflect {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
            transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@-webkit-keyframes reflect {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
            transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .u-is--pc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .u-is--pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .u-is--pcTab {
    display: none;
  }
}

@media (min-width: 768px) {
  .u-is--sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-is--sp {
    display: block;
  }
}

.u-color__white {
  color: #fff;
}

.u-color__black {
  color: #000;
}

.u-wysiwyg h2 {
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 1.3333333333;
}
@media screen and (max-width: 767px) {
  .u-wysiwyg h2 {
    font-size: 1.125rem;
  }
}
.u-wysiwyg h3 {
  font-size: max(0.9375rem, 12px);
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .u-wysiwyg h3 {
    font-size: 0.9375rem;
  }
}
.u-wysiwyg h4 {
  font-size: max(0.9375rem, 12px);
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .u-wysiwyg h4 {
    font-size: 0.9375rem;
  }
}
.u-wysiwyg p {
  font-size: max(0.9375rem, 12px);
  font-weight: 400;
  line-height: 1.8666666667;
}
@media screen and (max-width: 767px) {
  .u-wysiwyg p {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .u-wysiwyg p {
    font-size: max(0.875rem, 11.2px);
    font-weight: 400;
    line-height: 1.6428571429;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .u-wysiwyg p {
    font-size: 0.875rem;
  }
}
.u-wysiwyg a {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .u-wysiwyg a:hover {
    text-decoration: none;
  }
}
.u-wysiwyg ul li {
  list-style: disc;
  list-style-position: inside;
}
.u-wysiwyg ol li {
  list-style: decimal;
  list-style-position: inside;
}
.u-wysiwyg h2 {
  margin-bottom: 15px;
}
.u-wysiwyg h3,
.u-wysiwyg h4 {
  margin-bottom: 10px;
}
.u-wysiwyg p + p {
  margin-top: 10px;
}
.u-wysiwyg figure {
  margin-block: 20px;
}
.u-wysiwyg table {
  margin-block: 20px;
}
.u-wysiwyg p + ul,
.u-wysiwyg p + ol,
.u-wysiwyg ul + p,
.u-wysiwyg ol + p,
.u-wysiwyg ul + ol,
.u-wysiwyg ol + ul {
  margin-top: 10px;
}
.u-wysiwyg p + h2,
.u-wysiwyg ul + h2,
.u-wysiwyg ol + h2,
.u-wysiwyg figure + h2,
.u-wysiwyg table + h2 {
  margin-top: 40px;
}
.u-wysiwyg p + h3,
.u-wysiwyg ul + h3,
.u-wysiwyg ol + h3,
.u-wysiwyg figure + h3,
.u-wysiwyg table + h3 {
  margin-top: 20px;
}
.u-wysiwyg p + h4,
.u-wysiwyg ul + h4,
.u-wysiwyg ol + h4,
.u-wysiwyg figure + h4,
.u-wysiwyg table + h4 {
  margin-top: 10px;
}
.u-wysiwyg table + table {
  margin-top: 20px;
}

.u-wysiwyg--h3 h3 {
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 1.3333333333;
}
@media screen and (max-width: 767px) {
  .u-wysiwyg--h3 h3 {
    font-size: 1.125rem;
  }
}
.u-wysiwyg--h3 h4 {
  font-size: max(0.9375rem, 12px);
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .u-wysiwyg--h3 h4 {
    font-size: 0.9375rem;
  }
}
.u-wysiwyg--h3 h5 {
  font-size: max(0.9375rem, 12px);
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .u-wysiwyg--h3 h5 {
    font-size: 0.9375rem;
  }
}
.u-wysiwyg--h3 p {
  font-size: max(0.9375rem, 12px);
  font-weight: 400;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .u-wysiwyg--h3 p {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .u-wysiwyg--h3 p {
    font-size: max(0.875rem, 11.2px);
    font-weight: 400;
    line-height: 1.6428571429;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .u-wysiwyg--h3 p {
    font-size: 0.875rem;
  }
}
.u-wysiwyg--h3 a {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .u-wysiwyg--h3 a:hover {
    text-decoration: none;
  }
}
.u-wysiwyg--h3 ul li {
  list-style: disc;
  list-style-position: inside;
}
.u-wysiwyg--h3 ol li {
  list-style: decimal;
  list-style-position: inside;
}
.u-wysiwyg--h3 h3 {
  margin-bottom: 10px;
}
.u-wysiwyg--h3 h4,
.u-wysiwyg--h3 h5 {
  margin-bottom: 5px;
}
.u-wysiwyg--h3 p + p {
  margin-top: 5px;
}
.u-wysiwyg--h3 figure {
  margin-block: 10px;
}
.u-wysiwyg--h3 table {
  margin-block: 10px;
}
.u-wysiwyg--h3 p + ul,
.u-wysiwyg--h3 p + ol,
.u-wysiwyg--h3 ul + p,
.u-wysiwyg--h3 ol + p,
.u-wysiwyg--h3 ul + ol,
.u-wysiwyg--h3 ol + ul {
  margin-top: 5px;
}
.u-wysiwyg--h3 p + h3,
.u-wysiwyg--h3 ul + h3,
.u-wysiwyg--h3 ol + h3,
.u-wysiwyg--h3 figure + h3,
.u-wysiwyg--h3 table + h3 {
  margin-top: 25px;
}
.u-wysiwyg--h3 p + h4,
.u-wysiwyg--h3 ul + h4,
.u-wysiwyg--h3 ol + h4,
.u-wysiwyg--h3 figure + h4,
.u-wysiwyg--h3 table + h4 {
  margin-top: 20px;
}
.u-wysiwyg--h3 p + h5,
.u-wysiwyg--h3 ul + h5,
.u-wysiwyg--h3 ol + h5,
.u-wysiwyg--h3 figure + h5,
.u-wysiwyg--h3 table + h5 {
  margin-top: 15px;
}
.u-wysiwyg--h3 table + table {
  margin-top: 15px;
}

.u-wysiwyg--h3-small h3 {
  font-size: max(0.9375rem, 12px);
  font-weight: 700;
  line-height: 1.4666666667;
}
@media screen and (max-width: 767px) {
  .u-wysiwyg--h3-small h3 {
    font-size: 0.9375rem;
  }
}
.u-wysiwyg--h3-small h4 {
  font-size: max(0.9375rem, 12px);
  font-weight: 700;
  line-height: 1.4666666667;
}
@media screen and (max-width: 767px) {
  .u-wysiwyg--h3-small h4 {
    font-size: 0.9375rem;
  }
}
.u-wysiwyg--h3-small h5 {
  font-size: max(0.9375rem, 12px);
  font-weight: 500;
  line-height: 1.4666666667;
}
@media screen and (max-width: 767px) {
  .u-wysiwyg--h3-small h5 {
    font-size: 0.9375rem;
  }
}
.u-wysiwyg--h3-small p {
  font-size: max(0.9375rem, 12px);
  font-weight: 400;
  line-height: 1.4666666667;
}
@media screen and (max-width: 767px) {
  .u-wysiwyg--h3-small p {
    font-size: 0.9375rem;
  }
}
.u-wysiwyg--h3-small a {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .u-wysiwyg--h3-small a:hover {
    text-decoration: none;
  }
}
.u-wysiwyg--h3-small ul li {
  list-style: disc;
  list-style-position: inside;
}
.u-wysiwyg--h3-small ol li {
  list-style: decimal;
  list-style-position: inside;
}
.u-wysiwyg--h3-small h3 {
  margin-bottom: 10px;
}
.u-wysiwyg--h3-small h4,
.u-wysiwyg--h3-small h5 {
  margin-bottom: 5px;
}
.u-wysiwyg--h3-small p + p {
  margin-top: 5px;
}
.u-wysiwyg--h3-small figure {
  margin-block: 10px;
}
.u-wysiwyg--h3-small table {
  margin-block: 10px;
}
.u-wysiwyg--h3-small p + ul,
.u-wysiwyg--h3-small p + ol,
.u-wysiwyg--h3-small ul + p,
.u-wysiwyg--h3-small ol + p,
.u-wysiwyg--h3-small ul + ol,
.u-wysiwyg--h3-small ol + ul {
  margin-top: 5px;
}
.u-wysiwyg--h3-small p + h3,
.u-wysiwyg--h3-small ul + h3,
.u-wysiwyg--h3-small ol + h3,
.u-wysiwyg--h3-small figure + h3,
.u-wysiwyg--h3-small table + h3 {
  margin-top: 25px;
}
.u-wysiwyg--h3-small p + h4,
.u-wysiwyg--h3-small ul + h4,
.u-wysiwyg--h3-small ol + h4,
.u-wysiwyg--h3-small figure + h4,
.u-wysiwyg--h3-small table + h4 {
  margin-top: 20px;
}
.u-wysiwyg--h3-small p + h5,
.u-wysiwyg--h3-small ul + h5,
.u-wysiwyg--h3-small ol + h5,
.u-wysiwyg--h3-small figure + h5,
.u-wysiwyg--h3-small table + h5 {
  margin-top: 15px;
}
.u-wysiwyg--h3-small table + table {
  margin-top: 15px;
}

.u-animation--text span {
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

@media screen and (max-width: 767px) {
  .u-animation--text--pc {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
}
.u-animation--text--pc span {
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
@media screen and (max-width: 767px) {
  .u-animation--text--pc span {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/* ===============================================
# 診断フォーム - Q5入力欄のスタイル
=============================================== */

/* Q5のフォーム内側を300pxまで制限 */
.p-diagnosis__diagnosis__main__form-inner {
  max-width: 300px;
  margin: 2rem auto 0;
}

/* ラベル（お名前、生年月日、メールアドレス）のスタイル */
.p-diagnosis__diagnosis__main__label {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 20px;
  color: #333;
}

.p-diagnosis__diagnosis__main__label:first-of-type {
  margin-top: 0;
}

/* お名前（姓名）の横並び */
.p-diagnosis__diagnosis__main__name-group {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.p-diagnosis__diagnosis__main__name-group input[type="text"] {
  flex: 1;
  width: 100%;
  padding: 12px 15px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 16px;
  transition: all 0.3s ease;
  box-sizing: border-box;
  background: #fff;
}

.p-diagnosis__diagnosis__main__name-group input[type="text"]:focus {
  outline: none;
  border-color: #4CAF50;
  box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.1);
}

.p-diagnosis__diagnosis__main__name-group input[type="text"]:hover {
  border-color: #bdbdbd;
}

.p-diagnosis__diagnosis__main__name-group input.wpcf7-not-valid {
  border-color: #f44336;
}

.p-diagnosis__diagnosis__main__name-group input.wpcf7-not-valid:focus {
  border-color: #f44336;
  box-shadow: 0 0 0 3px rgba(244, 67, 54, 0.1);
}

/* お名前グループ用のエラー表示エリア */
.p-diagnosis__diagnosis__main__name-error {
  margin-top: 5px;
  margin-bottom: 10px;
}

/* input装飾 */
.step6 input[type="text"],
.step6 input[type="number"],
.step6 input[type="email"] {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 16px;
  transition: all 0.3s ease;
  box-sizing: border-box;
  background: #fff;
}

.step6 input[type="text"]:focus,
.step6 input[type="number"]:focus,
.step6 input[type="email"]:focus {
  outline: none;
  border-color: #4CAF50;
  box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.1);
}

.step6 input[type="text"]:hover,
.step6 input[type="number"]:hover,
.step6 input[type="email"]:hover {
  border-color: #bdbdbd;
}

/* エラー時のinput */
.step6 input.wpcf7-not-valid {
  border-color: #f44336;
}

.step6 input.wpcf7-not-valid:focus {
  border-color: #f44336;
  box-shadow: 0 0 0 3px rgba(244, 67, 54, 0.1);
}

/* 生年月日フィールドの横並び */
.p-diagnosis__diagnosis__main__birthday {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.p-diagnosis__diagnosis__main__birthday input[type="number"] {
  width: 70px;
  padding: 12px 10px;
  text-align: center;
}

.p-diagnosis__diagnosis__main__birthday input[type="number"]:first-child {
  width: 90px;
}

/* プライバシーポリシー（横並び） */
.p-diagnosis__diagnosis__main__privacy {
  margin: 25px 0 5px;
  padding: 0;
  background: none;
  border-radius: 0;
  text-align: left;
}

.p-diagnosis__diagnosis__main__privacy .wpcf7-form-control-wrap {
  display: inline;
}

.p-diagnosis__diagnosis__main__privacy label {
  display: inline;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.6;
}

.p-diagnosis__diagnosis__main__privacy input[type="checkbox"] {
  margin-right: 8px;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  cursor: pointer;
  accent-color: #4CAF50;
}

.p-diagnosis__diagnosis__main__privacy a {
  display: inline;
  color: #0066cc;
  text-decoration: underline;
}

.p-diagnosis__diagnosis__main__privacy a:hover {
  text-decoration: none;
}

/* プライバシーポリシーのエラーメッセージは外に出す */
.p-diagnosis__diagnosis__main__privacy-error {
  margin-top: 5px;
  margin-bottom: 15px;
}

/* エラーメッセージ */
.wpcf7-not-valid-tip {
  color: #f44336;
  font-size: 13px;
  display: block;
  text-align: left;
}

/* 送信ボタンの調整 */
.p-diagnosis__diagnosis__main__submit {
  margin-top: 30px;
  text-align: center;
}

.p-diagnosis__diagnosis__main__submit input[type="submit"] {
  padding: 15px 40px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* CF7のレスポンスメッセージ */
.wpcf7-response-output {
  margin: 20px 0;
  padding: 15px;
  border-radius: 8px;
  text-align: left;
}

.wpcf7-validation-errors {
  background: #ffebe8;
  border: 1px solid #f44336;
  color: #f44336;
}

.wpcf7-mail-sent-ok {
  background: #e7f7e7;
  border: 1px solid #4CAF50;
  color: #4CAF50;
}

.wpcf7-mail-sent-ng {
  background: #ffebe8;
  border: 1px solid #f44336;
  color: #f44336;
}

/* レスポンシブ対応 */
@media (max-width: 767px) {
  .p-diagnosis__diagnosis__main__form-inner {
    max-width: 100%;
    padding: 0 20px;
  }

  .p-diagnosis__diagnosis__main__label {
    font-size: 15px;
  }

  .p-diagnosis__diagnosis__main__name-group {
    flex-direction: column;
    gap: 10px;
  }

  .p-diagnosis__diagnosis__main__birthday {
    flex-wrap: wrap;
  }

  .p-diagnosis__diagnosis__main__birthday input[type="number"] {
    width: 60px;
    padding: 10px 8px;
    font-size: 15px;
  }

  .p-diagnosis__diagnosis__main__birthday input[type="number"]:first-child {
    width: 60px;
  }

  .step6 input[type="text"],
  .step6 input[type="number"],
  .step6 input[type="email"] {
    font-size: 15px;
    padding: 10px 12px;
  }

  .p-diagnosis__diagnosis__main__privacy {
    font-size: 13px;
  }
}

/* タブレット対応 */
@media (min-width: 768px) and (max-width: 1024px) {
  .p-diagnosis__diagnosis__main__form-inner {
    max-width: 280px;
  }
}

.wpcf7-list-item {
  margin-left: 0;
}

.p-diagnosis__diagnosis__main__privacy label {
  display: flex;
  flex-wrap: wrap;
}

.p-diagnosis__diagnosis__main__privacy .wpcf7-list-item-label {
  flex: 1;
}