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

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  width: 100%;
  display: block;
  height: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  font-size: 16px;
}
@media screen and (max-width: 1100px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #1F1F1F;
  line-height: 1.5;
  letter-spacing: 0.1em;
  background-color: #FFFFFF;
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: all;
  }
}

html,
body {
  height: 100dvh;
  /* iOSでの高さズレを防ぐ */
}

body {
  overflow-x: hidden;
}

img {
  width: 100%;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

picture {
  vertical-align: middle;
}

a {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: inherit;
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  a:hover {
    opacity: 1;
    -webkit-filter: none;
            filter: none;
    cursor: default;
  }
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

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

h1,
h2,
h3,
h4,
p,
a {
  color: #1F1F1F;
}

img,
a,
span {
  display: inline-block;
}

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

input,
textarea,
select {
  font: inherit;
}

#controller {
  display: none !important;
}

.l-inner {
  width: 1100px;
  max-width: 100%;
  padding-left: 65px;
  padding-right: 65px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.l-sec {
  padding: 3.75rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .l-sec {
    padding: 5rem 0 6.25rem;
  }
}
.l-sec01 {
  padding: 3.5rem 0 6.875rem;
}
@media screen and (max-width: 767px) {
  .l-sec01 {
    padding: 4.5rem 0 5.75rem;
  }
}

.c-bg {
  position: relative;
}
.c-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: -6.25rem;
  width: 100%;
  height: clamp(8rem, -0.03075rem + 0.772vw, 10.625rem);
  background: url("../img/naminami_green.webp") center/contain no-repeat;
  aspect-ratio: 1440/100;
}
@media screen and (max-width: 767px) {
  .c-bg::before {
    top: -1.875rem;
    background: url("../img/naminami_green_sp.webp") center/contain no-repeat;
    aspect-ratio: 375/30;
    height: clamp(4rem, -2.039rem + 9.211vw, 5.625rem);
  }
}
@media screen and (min-width: 1441px) {
  .c-bg::before {
    height: clamp(10.625rem, 10.625rem + (100vw - 90rem) * 0.069, 13.875rem);
  }
}
@media screen and (min-width: 2200px) {
  .c-bg::before {
    height: clamp(13.875rem, 13.875rem + (100vw - 150rem) * 0.042, 16rem);
  }
}
.c-bg--blue::before {
  background: url("../img/naminami_blue.webp") center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .c-bg--blue::before {
    background: url("../img/naminami_blue_sp.webp") center/contain no-repeat;
  }
}
.c-bg--white::before {
  background: url("../img/naminami_white.webp") center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .c-bg--white::before {
    background: url("../img/naminami_white_sp.webp") center/contain no-repeat;
  }
}

.c-bg__under {
  position: relative;
}
.c-bg__under::after {
  content: "";
  position: absolute;
  bottom: -6.25rem;
  left: 0;
  width: 100%;
  height: clamp(8rem, -0.03075rem + 0.772vw, 10.625rem);
  background: url("../img/naminami_blue_under.webp") center/contain no-repeat;
  aspect-ratio: 1440/100;
}
@media screen and (max-width: 767px) {
  .c-bg__under::after {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .c-bg__under::after {
    height: clamp(10.625rem, 10.625rem + (100vw - 90rem) * 0.069, 13.875rem);
  }
}
@media screen and (min-width: 2200px) {
  .c-bg__under::after {
    height: clamp(13.875rem, 13.875rem + (100vw - 150rem) * 0.042, 15rem);
  }
}

.c-bg__all {
  position: relative;
}
.c-bg__all::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12.5rem;
  width: 100%;
  height: clamp(12.5rem, -2.039rem + 9.211vw, 10.625rem);
  background: url("../img/naminami_blue_all.webp") center/contain no-repeat;
  aspect-ratio: 1440/200;
}
@media screen and (max-width: 767px) {
  .c-bg__all::after {
    background: url("../img/naminami_blue_all_sp.webp") center/contain no-repeat;
    aspect-ratio: 375/200;
    height: clamp(12.5rem, -2.039rem + 9.211vw, 10.625rem);
    bottom: 0rem;
  }
}
@media screen and (min-width: 1441px) {
  .c-bg__all::after {
    height: clamp(12.5rem, 12.5rem + (100vw - 90rem) * 0.139, 20.875rem);
  }
}
@media screen and (min-width: 2200px) {
  .c-bg__all::after {
    height: clamp(21.875rem, -17.125rem + 26vw, 30rem);
  }
}

.c-cat {
  min-width: 6.25rem;
  font-size: 0.75rem;
  background-color: #000;
  padding: 0.25rem 0.625rem;
  color: #FFFFFF;
  text-align: center;
  display: inline-block;
}

.c-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  padding: 0.8125rem 0.875rem 0.8125rem 0.875rem;
  border-radius: 6.25rem;
  background-color: #00B59E;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 500;
  white-space: nowrap;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-btn {
    padding: 0.75rem 0.875rem 0.75rem 0.875rem;
    font-size: 0.875rem;
  }
}
.c-btn::after {
  content: "";
  position: absolute;
  background: url("../img/arrow-s.svg") center center/contain no-repeat;
  width: 0.375rem;
  height: 0.6875rem;
  right: 1.1875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-btn::after {
    right: 0.75rem;
  }
}
.c-btn:hover {
  background-color: #167A6D;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #FFFFFF;
  opacity: 0.9;
}
.c-btn--white {
  background-color: #FFFFFF;
  color: #00B59E;
}
.c-btn--white::after {
  content: "";
  position: absolute;
  background: url("../img/arrow-s__green.svg") center center/contain no-repeat;
  width: 1rem;
  height: 1rem;
  right: 0.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-btn--white::after {
    width: 0.75rem;
    height: 0.75rem;
  }
}
.c-btn--white:hover::after {
  background: url("../img/arrow-s.svg") center center/contain no-repeat;
  opacity: 0.9;
}
.c-btn--whiteBig {
  background-color: #FFFFFF;
  color: #00B59E;
  min-width: 22.5rem;
  padding: 1.5rem 2.5rem 1.5rem 2.5rem;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-btn--whiteBig {
    min-width: 17.5rem;
    padding: 1.125rem 1.5rem 1.125rem 1.5rem;
    font-size: 0.875rem;
  }
}
.c-btn--whiteBig::after {
  background: url("../img/arrow.svg") center center/contain no-repeat;
  width: 1rem;
  height: 1.1875rem;
}
@media screen and (max-width: 767px) {
  .c-btn--whiteBig::after {
    background: url("../img/arrow-s__green.svg") center center/contain no-repeat;
    width: 0.75rem;
    height: 0.75rem;
  }
}
.c-btn--whiteBig:hover::after {
  background: url("../img/arrow_white.svg") center center/contain no-repeat;
  opacity: 0.9;
}
@media screen and (max-width: 767px) {
  .c-btn--whiteBig:hover::after {
    background: url("../img/arrow-s.svg") center center/contain no-repeat;
  }
}
.c-btn--afterNone::after {
  display: none;
}

.c-btn__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  padding: 0.75rem 1.875rem;
  border-radius: 6.25rem;
  background-color: #0089C4;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 500;
  white-space: nowrap;
}
.c-btn__icon:hover {
  background-color: #005E94;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 0.9;
}
.c-btn__icon::after {
  content: "";
  background: url("../img/paper-airplane.svg") center center/contain no-repeat;
  width: 1.5rem;
  height: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-btn__icon::after {
    width: 1.125rem;
    height: 1.125rem;
  }
}
.c-btn__icon--blueBig {
  min-width: 16.25rem;
  padding: 1.375rem 3.6875rem 1.375rem 3.6875rem;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-btn__icon--blueBig {
    min-width: 13.75rem;
    padding: 1rem 1rem 1.125rem 1rem;
    font-size: 0.875rem;
  }
}
.c-btn__icon--greenBig {
  min-width: 16.25rem;
  padding: 1.375rem 3.6875rem 1.375rem 3.6875rem;
  font-size: 1.25rem;
  font-weight: 700;
  background-color: #00B59E;
}
@media screen and (max-width: 767px) {
  .c-btn__icon--greenBig {
    min-width: 13.75rem;
    padding: 1rem 1rem 1.125rem 1rem;
    font-size: 0.875rem;
  }
}
.c-btn__icon--greenBig::after {
  content: "";
  background: url("../img/icon_search.svg") center center/contain no-repeat;
  width: 1.5rem;
  height: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-btn__icon--greenBig::after {
    width: 1.125rem;
    height: 1.125rem;
  }
}
.c-btn__icon--greenBig:hover {
  background-color: #167A6D;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #FFFFFF;
  opacity: 0.9;
}

.c-service-section {
  padding-block: 3rem 7.25rem;
}
@media screen and (max-width: 767px) {
  .c-service-section {
    padding-block: 2.5rem 11.75rem;
  }
}
@media screen and (min-width: 1441px) {
  .c-service-section {
    padding-block: 6.25rem 11.75rem;
  }
}
@media screen and (min-width: 2200px) {
  .c-service-section {
    padding-block: 10rem 22.5rem;
  }
}

.c-service-section__inner {
  max-width: calc(1100px + 5rem);
  width: 100%;
  margin-inline: auto;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-service-section__inner {
    max-width: 37.5rem;
  }
}
@media screen and (max-width: 500px) {
  .c-service-section__inner {
    padding-inline: 20px;
  }
}

.c-service-section__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.2777777778vw;
}
@media screen and (max-width: 767px) {
  .c-service-section__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-service-section__intro {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-service-section__intro {
    display: contents;
  }
}

.c-service-section__heading {
  letter-spacing: 0.18em;
}
@media screen and (max-width: 767px) {
  .c-service-section__heading {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}

.c-service-section__lead {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-service-section__lead {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    font-size: 1rem;
  }
}

.c-service-section__visual {
  max-width: 28.75rem;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-service-section__visual img {
  width: 100%;
  height: auto;
  border-radius: 0.625rem;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-service-section__visual video {
  width: 100%;
  height: auto;
  border-radius: 0.625rem;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .c-service-section__visual {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    overflow: hidden;
  }
}

.c-service-section__panel {
  margin-top: 2rem;
  padding: 2.5rem 3.75rem;
  border: 3px solid var(--service-accent, #00B59E);
  border-radius: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
  background-color: var(--service-panel-bg, #FFFFFF);
}
@media screen and (max-width: 767px) {
  .c-service-section__panel {
    margin-top: 1rem;
    padding: 1.875rem 1.5rem 1.25rem 1.5rem;
    gap: 1rem;
    border-radius: 0.625rem;
  }
}

.c-service-section__description p {
  color: #1F1F1F;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-service-section__description p {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}
.c-service-section__description a {
  color: #0089C4;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.1875rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-service-section__description a:hover {
  color: #005E94;
  text-decoration: underline;
  opacity: 0.8;
}
.c-service-section__description p + p {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-service-section__description p + p {
    margin-top: 1rem;
  }
}

.c-service-section__list {
  margin-top: 0.5rem;
  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) {
  .c-service-section__list {
    margin-top: -0.625rem;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.c-service-section__item {
  position: relative;
  padding-left: 1.125rem;
  color: #1F1F1F;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-service-section__item {
    font-size: 0.875rem;
  }
}
.c-service-section__item::before {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: #00B59E;
}

.c-service-section__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .c-service-section__gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}

.c-service-section__thumb {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-service-section__thumb img {
  border-radius: 0.625rem;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .c-service-section__thumb img {
    aspect-ratio: 1/1;
  }
}
.c-service-section__thumb video {
  width: 100%;
  height: auto;
  border-radius: 0.625rem;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .c-service-section__thumb video {
    aspect-ratio: 1/1;
  }
}

.c-service-section__gallery--story .c-service-section__thumb a {
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-service-section__gallery--story .c-service-section__thumb a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.c-service-section__gallery--story .c-service-section__thumb a:hover .gallery__text {
  color: #0089C4;
}
.c-service-section__gallery--story .c-service-section__thumb img,
.c-service-section__gallery--story .c-service-section__thumb video {
  aspect-ratio: 16/9;
}
.c-service-section__gallery--story .c-service-section__thumb .gallery__text {
  margin-top: 0.5rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.gallery__text {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8;
  color: #1F1F1F;
}
@media screen and (max-width: 767px) {
  .gallery__text {
    font-size: 0.75rem;
  }
}

.c-title {
  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;
  color: #00B59E;
}

.c-title__main {
  display: inline-block;
  font-size: 2rem;
  color: #00B59E;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-title__main {
    font-size: 1.375rem;
  }
}
.c-title__main--white {
  color: #FFFFFF;
}
.c-title__main--fz40 {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-title__main--fz40 {
    font-size: 1.5rem;
  }
}

.c-title__sub {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  text-transform: capitalize;
  color: #00B59E;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .c-title__sub {
    font-size: 0.875rem;
  }
}
.c-title__sub--white {
  color: #FFFFFF;
}
.c-title__sub--fz24 {
  font-size: 1.5rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .c-title__sub--fz24 {
    font-size: 1rem;
  }
}

.c-title__text {
  margin-top: 1rem;
  color: #00B59E;
  font-size: 1.125rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.22em;
}
@media screen and (max-width: 767px) {
  .c-title__text {
    margin-top: 0.5rem;
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
}
.c-title__text--white {
  color: #FFFFFF;
}
.c-title__text--fz20 {
  font-size: 1.25rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-title__text--fz20 {
    font-size: 1rem;
  }
}

.c-service-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-service-title {
    gap: 0.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-icon__bullet {
  width: 1.25rem;
  height: 1.25rem;
  background: #00B59E;
  border-radius: 50%;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .c-icon__bullet {
    width: 1rem;
    height: 1rem;
  }
}

.c-service-title__main {
  color: #00B59E;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .c-service-title__main {
    font-size: 1.375rem;
  }
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  height: 5rem;
  z-index: 50;
  background-color: #FFFFFF;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-header {
    z-index: 100;
    height: 4.375rem;
  }
}

.p-header__inner {
  width: 100%;
  margin: 0 auto;
  padding: 1rem 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 1100px) {
  .p-header__inner {
    padding: 1rem 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding: 0.875rem 1.25rem;
  }
}

.p-header__logo {
  font-size: 1.25rem;
  font-weight: 900;
  color: #00B59E;
  line-height: 1.2;
}
@media (any-hover: hover) {
  .p-header__logo:hover {
    opacity: 0.7;
  }
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-header__list > li > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  font-weight: 500;
  color: #1F1F1F;
  position: relative;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.p-header__list > li:not(:first-child):not(:nth-child(3)) > a::after {
  content: "";
  background: url("../img/arrow_down.webp") center/contain no-repeat;
  width: 1.25rem;
  height: 1.25rem;
}

.p-header__list > li {
  position: relative;
}

.p-header__sublist {
  position: absolute;
  top: calc(100% + 11px);
  left: 50%;
  translate: -50%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  background: #FFFFFF;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  border-radius: 0.625rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-header__sublist li a {
  color: #1F1F1F;
  font-size: 0.875rem;
  font-weight: 400;
  white-space: nowrap;
}
.p-header__sublist nav .p-header__sublist a:hover {
  color: #fff;
}

/* ホバーで子メニュー表示 */
nav .p-header__list > li:hover .p-header__sublist {
  opacity: 1;
  visibility: visible;
}

nav li.p-header__list > li:hover .p-header__sublist li a:hover {
  background: #0090aa;
}

.drawer__icon {
  display: none;
  position: fixed;
  z-index: 102;
  top: 0.875rem;
  right: 1.25rem;
  width: 2.625rem;
  height: 2.625rem;
  border: none;
  border-radius: 50%;
  background: #00B59E;
  color: #FFFFFF;
  padding: 0;
  cursor: pointer;
  -webkit-transition: background 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background 0.3s ease, transform 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, transform 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .drawer__icon {
    display: grid;
    place-items: center;
  }
}
.drawer__icon.js-show {
  background: #FFFFFF;
  color: #00B59E;
}

.drawer__icon-bers {
  position: relative;
  width: 1.375rem;
  height: 1.0625rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
}

.drawer__icon-ber {
  display: block;
  height: 0.125rem;
  width: 100%;
  border-radius: 0.1875rem;
  background: currentColor;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.drawer__icon.js-show .drawer__icon-ber {
  background: #00B59E;
}
.drawer__icon.js-show .drawer__icon-ber:nth-child(1) {
  -webkit-transform: translateY(0.46875rem) rotate(45deg);
          transform: translateY(0.46875rem) rotate(45deg);
}
.drawer__icon.js-show .drawer__icon-ber:nth-child(2) {
  opacity: 0;
}
.drawer__icon.js-show .drawer__icon-ber:nth-child(3) {
  -webkit-transform: translateY(-0.46875rem) rotate(-45deg);
          transform: translateY(-0.46875rem) rotate(-45deg);
}

.drawer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  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;
  padding: 1.4375rem 1.25rem;
  background: #00B59E;
  width: 100%;
  height: 100vh;
  height: 100svh;
  overflow-X: scroll;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.drawer.js-show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.drawer__logo {
  display: block;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 900;
  color: #FFFFFF;
  text-align: left;
}
.drawer__logo a {
  color: inherit;
  text-decoration: none;
}

.drawer__body {
  margin-top: 1rem;
  text-align: left;
  width: 100%;
  background: #FFFFFF;
  border-radius: 0.625rem;
  padding: 1.875rem 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 8.75rem);
}

.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: 1.25rem;
}

.drawer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0.5rem;
  position: relative;
}
.drawer__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/line_drawer.webp");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.drawer__item a {
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  color: #1F1F1F;
  line-height: 1.5;
  position: relative;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.drawer__item--has-submenu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 0.375rem;
}
.drawer__item--has-submenu::before {
  height: 0.75rem;
  bottom: 0;
  top: auto;
  background-size: 100% auto;
  background-position: bottom center;
}
.drawer__item--has-submenu > a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 2rem;
  min-width: 0;
}

.drawer__toggle {
  background: none;
  border: none;
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #00B59E;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 10;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.drawer__toggle-icon {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  color: #1F1F1F;
  -webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, color 0.3s ease;
  transition: transform 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
}
.drawer__toggle-icon path {
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}

.drawer__item--open > a {
  color: #00B59E;
}
.drawer__item--open .drawer__toggle-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  color: #00B59E;
}
.drawer__item--open .drawer__sublist {
  margin-top: 1rem;
  margin-bottom: 0.75rem;
}

.drawer__sublist {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}
.drawer__sublist li {
  position: relative;
  padding-left: 1.125rem;
}
.drawer__sublist li a {
  font-size: 1rem;
  font-weight: 500;
  color: #1F1F1F;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.drawer__sublist li a:hover {
  color: #00B59E;
}
.drawer__sublist li::before {
  content: "";
  position: absolute;
  left: 0.5em;
  top: 0.9em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: #00B59E;
}

.drawer__btn {
  -ms-flex-item-align: center;
      align-self: center;
  width: 17.8125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.drawer__policies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.drawer__policies a {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  body.is-drawer-open {
    overflow: hidden;
  }
}
.drawer__policies {
  width: 100%;
  margin-top: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #FFFFFF;
  font-size: 0.8125rem;
  font-weight: 500;
  text-decoration: none;
}
.drawer__policies a {
  color: inherit;
  text-decoration: none;
}

.p-mv {
  position: relative;
  height: 85vh;
  margin-top: 5rem;
  margin-inline: 4rem;
  border-radius: 1.25rem;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  overflow: hidden;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .p-mv {
    margin-top: 4.375rem;
    margin-inline: 1.25rem;
    padding-top: 1.5rem;
    padding-bottom: 2.375rem;
  }
}
@media screen and (max-width: 500px) {
  .p-mv {
    margin-inline: 20px;
  }
}

.p-mv__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  border-radius: 1.25rem;
}
.p-mv__video.u-pc {
  background: url("../img/mv_poster.webp") center center/cover no-repeat;
}
.p-mv__video.u-sp {
  background: url("../img/mv_poster_sp.webp") center center/cover no-repeat;
}
.p-mv__video img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  border-radius: 1.25rem;
}
.p-mv__video img[style*="display: block"] {
  display: block !important;
}

.p-mv__inner {
  position: relative;
  z-index: 20;
  width: 100%;
  height: 100%;
  margin-inline: auto;
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-mv__inner {
    gap: 1.25rem;
  }
}

.p-mv__wrapper {
  position: relative;
  width: 100%;
  max-width: 57.5rem;
  margin-inline: auto;
  z-index: 10;
  margin-top: 0;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .p-mv__wrapper {
    max-width: 25rem;
    padding-inline: 0.75rem;
  }
}

.p-mv__title {
  width: 100%;
  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;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .p-mv__title {
    gap: 0rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.p-mv__title img {
  width: 100%;
  height: auto;
  aspect-ratio: 920/50;
  -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 80, 150, 0.4)) drop-shadow(-1px -1px 2px rgba(0, 80, 150, 0.4)) drop-shadow(1px -1px 2px rgba(0, 80, 150, 0.4)) drop-shadow(-1px 1px 2px rgba(0, 80, 150, 0.4));
          filter: drop-shadow(1px 1px 2px rgba(0, 80, 150, 0.4)) drop-shadow(-1px -1px 2px rgba(0, 80, 150, 0.4)) drop-shadow(1px -1px 2px rgba(0, 80, 150, 0.4)) drop-shadow(-1px 1px 2px rgba(0, 80, 150, 0.4));
}
@media screen and (max-width: 767px) {
  .p-mv__title img {
    aspect-ratio: 285.94/63;
    -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 80, 150, 0.4)) drop-shadow(-1px -1px 2px rgba(0, 80, 150, 0.4)) drop-shadow(1px -1px 2px rgba(0, 80, 150, 0.4)) drop-shadow(-1px 1px 2px rgba(0, 80, 150, 0.4));
            filter: drop-shadow(1px 1px 2px rgba(0, 80, 150, 0.4)) drop-shadow(-1px -1px 2px rgba(0, 80, 150, 0.4)) drop-shadow(1px -1px 2px rgba(0, 80, 150, 0.4)) drop-shadow(-1px 1px 2px rgba(0, 80, 150, 0.4));
  }
}

.p-mv__title-description {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.9;
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  text-shadow: 1px 1px 2px rgba(0, 80, 150, 0.5), -1px -1px 2px rgba(0, 80, 150, 0.5), 1px -1px 2px rgba(0, 80, 150, 0.5), -1px 1px 2px rgba(0, 80, 150, 0.5);
}
@media screen and (max-width: 767px) {
  .p-mv__title-description {
    font-size: 0.875rem;
    line-height: 1.6;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 80, 150, 0.5), -1px -1px 2px rgba(0, 80, 150, 0.5), 1px -1px 2px rgba(0, 80, 150, 0.5), -1px 1px 2px rgba(0, 80, 150, 0.5);
  }
}

.p-mv__link-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  z-index: 10;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .p-mv__link-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}

.p-mv__link-text {
  margin-left: -2.25rem;
}
@media screen and (max-width: 767px) {
  .p-mv__link-text {
    margin-left: -1rem;
  }
}

.p-mission {
  padding-block: 6rem 10rem;
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .p-mission {
    padding-block: 3.375rem 5rem;
  }
}

.p-mission__inner {
  max-width: 1230px;
  padding-inline: 65px;
  width: 100%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-mission__inner {
    padding-inline: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    text-align: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.p-mission__content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  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;
}
@media screen and (max-width: 767px) {
  .p-mission__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .p-mission__text {
    letter-spacing: 0.04em;
  }
}

.p-mission__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 20.5rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 0;
}
@media screen and (max-width: 767px) {
  .p-mission__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 15.625rem;
    height: 13.75rem;
    -ms-flex-item-align: center;
        align-self: center;
    overflow: hidden;
  }
}

.p-mission__img img,
.p-mission__img video {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 767px) {
  .p-mission__img img,
  .p-mission__img video {
    width: auto;
    height: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.p-serviceTop {
  padding-block: 4.6875rem 16rem;
  background: url("../img/blue_bg.webp") left top/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .p-serviceTop {
    background: url("../img/blue_bg_sp.webp") left top/cover no-repeat;
    padding-block: 4.25rem 3rem;
  }
}
@media screen and (min-width: 1800px) {
  .p-serviceTop {
    padding-block: 5rem 16rem;
  }
}
@media screen and (min-width: 2200px) {
  .p-serviceTop {
    padding-block: 10rem 16rem;
  }
}

.p-serviceTop__inner {
  max-width: calc(1100px + 5rem);
  padding-inline: 2.5rem;
  width: 100%;
  margin-inline: auto;
  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: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-serviceTop__inner {
    padding-inline: 2.5rem;
    gap: 2rem;
    max-width: 37.5rem;
  }
}
@media screen and (max-width: 500px) {
  .p-serviceTop__inner {
    gap: 1.5rem;
    padding-inline: 20px;
  }
}

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

.p-serviceTop__body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-serviceTop__body {
    gap: 2.25rem;
  }
}

.p-serviceTop-card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
  padding: 1.875rem 1.625rem 1.875rem 2.25rem;
  border-radius: 0.625rem;
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .p-serviceTop-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0rem;
    padding: 1.875rem 1.5625rem;
  }
}

.p-serviceTop-card--main {
  padding: 1.875rem 2.25rem 1.875rem 2.125rem;
  gap: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-serviceTop-card--main {
    padding: 1.875rem 1.5625rem;
    gap: 0rem;
  }
}

.p-serviceTop-card__img {
  border-radius: 0.625rem;
  width: 12.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
.p-serviceTop-card__img picture {
  width: 100%;
  border-radius: inherit;
}
@media screen and (max-width: 767px) {
  .p-serviceTop-card__img {
    width: 100%;
  }
}
.p-serviceTop-card__img img {
  width: 100%;
  border-radius: inherit;
  aspect-ratio: 200/200;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-serviceTop-card__img img {
    aspect-ratio: 285/180;
  }
}
.p-serviceTop-card__img video {
  width: 100%;
  height: auto;
  border-radius: inherit;
  aspect-ratio: 200/200;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-serviceTop-card__img video {
    aspect-ratio: 285/180;
  }
}

.p-serviceTop-card--main .p-serviceTop-card__img {
  width: 35.125rem;
}
@media screen and (max-width: 767px) {
  .p-serviceTop-card--main .p-serviceTop-card__img {
    width: 100%;
  }
}
.p-serviceTop-card--main .p-serviceTop-card__img img {
  aspect-ratio: 562/320;
}
@media screen and (max-width: 767px) {
  .p-serviceTop-card--main .p-serviceTop-card__img img {
    aspect-ratio: 285/180;
  }
}
.p-serviceTop-card--main .p-serviceTop-card__img video {
  aspect-ratio: 562/320;
}
@media screen and (max-width: 767px) {
  .p-serviceTop-card--main .p-serviceTop-card__img video {
    aspect-ratio: 285/180;
  }
}

.p-serviceTop-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-serviceTop-card__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0.75rem;
  }
}

.p-serviceTop-card__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #00B59E;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-serviceTop-card__title {
    font-size: 1.25rem;
    letter-spacing: 0.1em;
  }
}

.p-serviceTop-card__text {
  margin-top: 0.625rem;
  font-size: 0.9375rem;
  color: #1F1F1F;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-serviceTop-card__text {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}

.p-serviceTop-card__btn {
  width: 12.5rem;
  margin-top: 0.625rem;
}
.p-serviceTop-card__btn--main {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-serviceTop-card__btn {
    max-width: 13.75rem;
    width: 100%;
    margin-top: 1.25rem;
  }
}

.p-serviceTop-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.125rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

/* フォールバック：すべてのブラウザで適用される基本スタイル */
@media screen and (min-width: 768px) {
  .p-serviceTop-card-grid {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    grid-template-rows: auto auto 1fr auto;
  }
  .p-serviceTop-card-grid .p-serviceTop-card {
    display: grid;
    grid-template-columns: 12.5rem 1fr;
    grid-template-rows: auto auto 1fr auto;
    /* フォールバック */
    grid-row: span 3;
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
    row-gap: 0;
  }
  .p-serviceTop-card-grid .p-serviceTop-card__img {
    grid-column: 1;
    grid-row: 1/span 3;
    align-self: center;
  }
  .p-serviceTop-card-grid .p-serviceTop-card__content {
    display: contents;
  }
  .p-serviceTop-card-grid .p-serviceTop-card__title,
  .p-serviceTop-card-grid .p-serviceTop-card__text,
  .p-serviceTop-card-grid .p-serviceTop-card__btn {
    grid-column: 2;
  }
  .p-serviceTop-card-grid .p-serviceTop-card__text,
  .p-serviceTop-card-grid .p-serviceTop-card__btn {
    margin-top: 0;
  }
  .p-serviceTop-card-grid .p-serviceTop-card__btn {
    grid-row: 4;
    justify-self: flex-start;
    margin-top: 0.625rem;
  }
}
/* subgridをサポートしているブラウザのみ、subgridで上書き */
@supports (grid-template-rows: subgrid) {
  @media screen and (min-width: 768px) {
    .p-serviceTop-card-grid .p-serviceTop-card {
      grid-template-rows: subgrid;
      /* subgridで上書き */
    }
  }
}
@media screen and (max-width: 767px) {
  .p-serviceTop-card-grid {
    grid-template-columns: 1fr;
    gap: 2.25rem;
  }
}
.p-example {
  padding-block: 3.75rem 17.5rem;
  background-color: #00B59E;
}
@media screen and (max-width: 767px) {
  .p-example {
    padding-block: 4.5rem 6rem;
  }
}
@media screen and (min-width: 1441px) {
  .p-example {
    padding-block: 7.5rem 11.75rem;
  }
}
@media screen and (min-width: 2200px) {
  .p-example {
    padding-block: 10rem 17.5rem;
  }
}

.p-example__inner {
  max-width: calc(1100px + 5rem);
  width: 100%;
  margin-inline: auto;
  padding-inline: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-example__inner {
    padding-inline: 2.5rem;
    gap: 2.5rem;
  }
}
@media screen and (max-width: 500px) {
  .p-example__inner {
    padding-inline: 20px;
  }
}

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

.p-example__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* 4列から2列に変更 */
  gap: 2.0625rem;
}
@media screen and (max-width: 767px) {
  .p-example__cards {
    gap: 1.25rem;
  }
}
@media screen and (max-width: 600px) {
  .p-example__cards {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.p-example-card {
  position: relative;
  padding: 1rem 1rem 0.75rem;
  background-color: #FFFFFF;
  border-radius: 0.625rem;
  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;
  text-align: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .p-example-card {
    padding: 1.25rem 0.75rem;
    max-width: 37.5rem;
    width: 100%;
    margin-inline: auto;
  }
}

.p-example-card__tag {
  position: absolute;
  top: 1.5rem;
  left: 0%;
  top: -5%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.25rem 0.9375rem;
  border-radius: 3.9375rem;
  background: #BF0;
  color: #00B59E;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-example-card__tag {
    font-size: 0.875rem;
    top: -4%;
  }
}

.p-example-card__icon {
  width: 15rem;
  aspect-ratio: 15/11;
  height: auto;
  border-radius: 0.75rem;
  overflow: hidden;
  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;
}
.p-example-card__icon video,
.p-example-card__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}
@media screen and (max-width: 767px) {
  .p-example-card__icon {
    width: 12.5rem;
    aspect-ratio: 15/11;
    height: auto;
  }
}

.p-example-card__icon video::-webkit-media-controls-enclosure, .p-example-card__icon video::-webkit-media-controls-panel {
  display: none !important;
}

.p-example-card__title {
  margin-top: 1rem;
  font-size: 1.25rem;
  color: #00B59E;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-example-card__title {
    margin-top: 0.625rem;
    font-size: 1rem;
  }
}

.p-example-card__text {
  padding-inline: 0.25rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  color: #1F1F1F;
  font-weight: 500;
  -moz-text-align-last: left;
       text-align-last: left;
}
@media screen and (max-width: 767px) {
  .p-example-card__text {
    margin-top: 0.625rem;
    font-size: 0.875rem;
    padding-bottom: 0rem;
  }
}

.p-achievements {
  padding-block: 3.375rem 14.5rem;
}
@media screen and (max-width: 767px) {
  .p-achievements {
    padding-block: 3.375rem 4.5rem;
  }
}
@media screen and (min-width: 1800px) {
  .p-achievements {
    padding-block: 5rem 17.5rem;
  }
}
@media screen and (min-width: 2200px) {
  .p-achievements {
    padding-block: 10rem 17.5rem;
  }
}

.p-achievements__inner {
  max-width: calc(1100px + 5rem);
  width: 100%;
  margin-inline: auto;
  padding-inline: 2.5rem;
  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: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-achievements__inner {
    padding-inline: 2.5rem;
    gap: 2rem;
    max-width: 37.5rem;
  }
}
@media screen and (max-width: 500px) {
  .p-achievements__inner {
    padding-inline: 20px;
  }
}

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

.p-achievements__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}

.p-achievements-card {
  border-radius: 0.625rem;
  background-color: #00B59E;
  overflow: hidden;
}
.p-achievements-card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 4.0625rem;
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 767px) {
  .p-achievements-card a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0rem;
  }
}

.p-achievements-card__img {
  width: 30rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-achievements-card__img {
    width: 100%;
  }
}
.p-achievements-card__img img {
  border-radius: 0.625rem 0 0 0.625rem;
  overflow: hidden;
  aspect-ratio: 480/260;
}
@media screen and (max-width: 767px) {
  .p-achievements-card__img img {
    aspect-ratio: 335/180;
    border-radius: 0.625rem 0.625rem 0 0;
  }
}

.p-achievements-card__content {
  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;
  padding-block: 0.5rem 0.5rem;
  margin-top: 0rem;
  max-width: 30rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-achievements-card__content {
    margin-top: 0rem;
    padding: 1.25rem 1.5625rem 2rem 1.5625rem;
    max-width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

.p-achievements-card__title {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-achievements-card__title {
    font-size: 1.25rem;
  }
}

.p-achievements-card__description {
  margin-top: 0.875rem;
  font-size: 1rem;
  color: #FFFFFF;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-achievements-card__description {
    font-size: 0.875rem;
    line-height: 1.8;
    margin-top: 0.375rem;
  }
}

.p-achievements-card__btn {
  margin-top: 1.25rem;
  max-width: 12.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-achievements-card__btn {
    max-width: 13.75rem;
    margin-top: 1.25rem;
  }
}

.p-achievements-list-card-section {
  padding-block: 3.75rem 10rem;
}
@media screen and (max-width: 767px) {
  .p-achievements-list-card-section {
    padding-block: 3.75rem 3.75rem;
  }
}
@media screen and (min-width: 1441px) {
  .p-achievements-list-card-section {
    padding-block: 7.5rem 7.5rem;
  }
}
@media screen and (min-width: 2200px) {
  .p-achievements-list-card-section {
    padding-block: 10rem 10rem;
  }
}

.p-achievements-list__inner {
  max-width: calc(1100px + 3.75rem);
  width: 100%;
  margin-inline: auto;
  padding-inline: 1.875rem;
  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: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-achievements-list__inner {
    padding-inline: 2.5rem;
    gap: 2.5rem;
    max-width: 37.5rem;
  }
}
@media screen and (max-width: 500px) {
  .p-achievements-list__inner {
    padding-inline: 20px;
  }
}

.p-achievements-list__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-achievements-list__filter {
    gap: 0.75rem;
  }
}
@media screen and (max-width: 550px) {
  .p-achievements-list__filter {
    gap: 0.75rem;
  }
  .p-achievements-list__filter .p-achievements-list__filter-btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 0.375rem);
            flex: 0 1 calc(50% - 0.375rem);
    max-width: calc(50% - 0.375rem);
  }
}

.p-achievements-list__filter-btn {
  padding: 0.75rem 1.5rem;
  border-radius: 6.25rem;
  border: 2px solid #00B59E;
  background-color: #FFFFFF;
  color: #00B59E;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-achievements-list__filter-btn {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 500px) {
  .p-achievements-list__filter-btn {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 501px) and (max-width: 767px) {
  .p-achievements-list__filter-btn {
    font-size: 14px;
  }
}
.p-achievements-list__filter-btn:hover {
  background-color: #00B59E;
  color: #FFFFFF;
}
.p-achievements-list__filter-btn.is-active {
  background-color: #00B59E;
  color: #FFFFFF;
}

.p-achievements-list__body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-achievements-list__body {
    gap: 1.875rem;
  }
}

.p-achievements-list-card {
  border-radius: 0.625rem;
  background-color: #00B59E;
  overflow: hidden;
}
.p-achievements-list-card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 3.625rem;
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-achievements-list-card a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0rem;
  }
}
.p-achievements-list-card:hover a {
  opacity: 0.9;
  -webkit-transform: translateY(-0.125rem);
          transform: translateY(-0.125rem);
}

.p-achievements-list-card__img {
  width: 27rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-achievements-list-card__img {
    width: 100%;
  }
}
.p-achievements-list-card__img img {
  border-radius: 0.625rem 0 0 0.625rem;
  overflow: hidden;
  aspect-ratio: 480/280;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-achievements-list-card__img img {
    aspect-ratio: 335/180;
    border-radius: 0.625rem 0.625rem 0 0;
  }
}

.p-achievements-list-card__content {
  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;
  padding: 1.25rem 1.25rem 1.875rem 0rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-achievements-list-card__content {
    margin-top: 0rem;
    padding: 1.875rem;
    max-width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

.p-achievements-list-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-achievements-list-card__meta {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0.625rem;
    gap: 0.375rem 0.625rem;
  }
}

.p-achievements-list-card__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.1875rem 0.625rem;
  border-radius: 3.9375rem;
  background: #BF0;
  color: #00B59E;
  font-size: 0.75rem;
  font-weight: 700;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-achievements-list-card__tag {
    font-size: 0.6875rem;
    padding: 0.125rem 0.5rem;
  }
}

.p-achievements-list-card__date {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-achievements-list-card__date {
    font-size: 0.75rem;
  }
}

.p-achievements-list-card__title {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-achievements-list-card__title {
    font-size: 1.25rem;
  }
}

.p-achievements-list-card__description {
  margin-top: 0.875rem;
  font-size: 1rem;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-achievements-list-card__description {
    font-size: 0.875rem;
    margin-top: 0.75rem;
  }
}

.p-achievements-list-card__btn {
  margin-top: 1.25rem;
  max-width: 12.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-achievements-list-card__btn {
    max-width: 13.75rem;
    margin-top: 1.25rem;
  }
}

.p-achievements-list-card {
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-achievements-list-card[data-category] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-achievements-list-card.is-hidden {
  display: none;
}

.p-achievements-list__pagination {
  margin-top: 3.75rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-achievements-list__pagination {
    margin-top: 2.5rem;
  }
}

.p-achievements-list__pagination-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-achievements-list__pagination-list {
    gap: 0.5rem;
  }
}

.p-achievements-list__pagination-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-achievements-list__pagination-btn {
  min-width: 3rem;
  height: 3rem;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  border: 2px solid #00B59E;
  background-color: #FFFFFF;
  color: #00B59E;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  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;
}
@media screen and (max-width: 767px) {
  .p-achievements-list__pagination-btn {
    min-width: 2.5rem;
    height: 2.5rem;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
  }
}
.p-achievements-list__pagination-btn:hover:not(:disabled) {
  background-color: #00B59E;
  color: #FFFFFF;
}
.p-achievements-list__pagination-btn.is-active {
  background-color: #00B59E;
  color: #FFFFFF;
}
.p-achievements-list__pagination-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  border-color: #ccc;
  color: #ccc;
}
.p-achievements-list__pagination-btn--prev, .p-achievements-list__pagination-btn--next {
  min-width: 5rem;
}
@media screen and (max-width: 767px) {
  .p-achievements-list__pagination-btn--prev, .p-achievements-list__pagination-btn--next {
    min-width: 3.75rem;
    font-size: 0.75rem;
  }
}

.p-achievement-detail-hero__meta {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-achievement-detail-hero__meta {
    gap: 0.375rem 0.75rem;
    margin-bottom: 1rem;
  }
}

.p-achievement-detail-hero__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-achievement-detail-hero__tags {
    gap: 0.375rem;
  }
}

.p-achievement-detail-hero__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 0.75rem;
  border-radius: 3.9375rem;
  background: #BF0;
  color: #00B59E;
  font-size: 0.875rem;
  font-weight: 700;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-achievement-detail-hero__tag {
    font-size: 0.75rem;
    padding: 0.1875rem 0.625rem;
  }
}

.p-achievement-detail-hero__date {
  color: #00B59E;
  font-size: 1rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-achievement-detail-hero__date {
    font-size: 0.875rem;
  }
}

.p-achievement-detail-hero__title {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-achievement-detail-hero__title {
    margin-top: 1rem;
  }
}

.p-achievement-detail {
  padding-block: 3.75rem 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-achievement-detail {
    padding-block: 2.5rem 3.75rem;
  }
}
@media screen and (min-width: 1441px) {
  .p-achievement-detail {
    padding-block: 7.5rem 7.5rem;
  }
}
@media screen and (min-width: 2200px) {
  .p-achievement-detail {
    padding-block: 10rem 10rem;
  }
}

.p-achievement-detail__inner {
  max-width: calc(1100px + 3.75rem);
  width: 100%;
  margin-inline: auto;
  padding-inline: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-achievement-detail__inner {
    padding-inline: 2.5rem;
    max-width: 37.5rem;
  }
}
@media screen and (max-width: 500px) {
  .p-achievement-detail__inner {
    padding-inline: 20px;
  }
}

.p-achievement-detail__main {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-achievement-detail__main {
    margin-bottom: 2.5rem;
  }
}

.p-achievement-detail__visual {
  margin-bottom: 3.75rem;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-achievement-detail__visual {
    margin-bottom: 1.875rem;
  }
}
.p-achievement-detail__visual img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.625rem;
}

.p-achievement-detail__content {
  max-width: 50rem;
  margin-inline: auto;
}

.p-achievement-detail__heading {
  color: #00B59E;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.875rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-achievement-detail__heading {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }
}

.p-achievement-detail__text {
  color: #1F1F1F;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-achievement-detail__text {
    font-size: 0.875rem;
  }
}
.p-achievement-detail__text > * {
  margin-bottom: 1.875rem;
}
.p-achievement-detail__text > *:last-child {
  margin-bottom: 0;
}
.p-achievement-detail__text h2 {
  color: #00B59E;
  font-size: 1.75rem;
  font-weight: 700;
  margin-top: 3.75rem;
  margin-bottom: 1.875rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-achievement-detail__text h2 {
    font-size: 1.375rem;
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
  }
}
.p-achievement-detail__text h3 {
  color: #00B59E;
  font-size: 1.375rem;
  font-weight: 700;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  line-height: 1.4;
  padding-left: 1rem;
  border-left: 4px solid #00B59E;
}
@media screen and (max-width: 767px) {
  .p-achievement-detail__text h3 {
    font-size: 1.125rem;
    margin-top: 1.875rem;
    margin-bottom: 1rem;
    padding-left: 0.75rem;
  }
}
.p-achievement-detail__text h4 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 1.875rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-achievement-detail__text h4 {
    font-size: 1rem;
  }
}
.p-achievement-detail__text p {
  margin-bottom: 1.5rem;
}
.p-achievement-detail__text ul {
  list-style: disc;
  padding-left: 1.5em;
  margin-bottom: 1.875rem;
}
.p-achievement-detail__text ul li {
  margin-bottom: 0.5rem;
}
.p-achievement-detail__text ol {
  list-style: decimal;
  padding-left: 1.5em;
  margin-bottom: 1.875rem;
}
.p-achievement-detail__text ol li {
  margin-bottom: 0.5rem;
}
.p-achievement-detail__text figure {
  margin-block: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-achievement-detail__text figure {
    margin-block: 1.875rem;
  }
}
.p-achievement-detail__text figure figcaption {
  font-size: 0.75rem;
  color: #666;
  text-align: center;
  margin-top: 0.5rem;
}
.p-achievement-detail__text img {
  border-radius: 0.625rem;
  max-width: 100%;
  height: auto;
}
.p-achievement-detail__text blockquote {
  padding: 1.25rem;
  background: #f9f9f9;
  border-left: 4px solid #ccc;
  font-style: italic;
  margin-bottom: 1.875rem;
}

.p-achievement-detail__gallery {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-achievement-detail__gallery {
    margin-bottom: 1.25rem;
  }
}
.p-achievement-detail__gallery .p-achievement-detail__heading {
  text-align: center;
}

.p-achievement-detail__gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-achievement-detail__gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    max-width: 31.25rem;
    margin-inline: auto;
  }
}
@media screen and (max-width: 500px) {
  .p-achievement-detail__gallery-grid {
    grid-template-columns: 1fr;
    max-width: 100%;
  }
}

.p-achievement-detail__gallery-item {
  border-radius: 0.625rem;
  overflow: hidden;
}
.p-achievement-detail__gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 400/280;
}

.p-achievement-detail__results-wrapper {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-achievement-detail__results-wrapper {
    margin-bottom: 2.5rem;
  }
}

.p-achievement-detail__results-wrapper .p-achievement-detail__heading {
  text-align: center;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-achievement-detail__results-wrapper .p-achievement-detail__heading {
    margin-bottom: 1.25rem;
  }
}

.p-achievement-detail__results {
  position: relative;
  padding: 2.5rem;
  background-color: rgba(0, 181, 158, 0.05);
  border: 2px solid rgba(0, 181, 158, 0.2);
  border-radius: 0.625rem;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .p-achievement-detail__results {
    padding: 1.875rem 1.25rem;
    overflow: hidden;
  }
}

.p-achievement-detail__results-character {
  position: absolute;
  left: 1.25rem;
  top: -4.1875rem;
  width: 6.25rem;
  height: 6.25rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-achievement-detail__results-character {
    display: none;
  }
}
.p-achievement-detail__results-character img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.p-achievement-detail__results-content {
  max-width: 50rem;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-achievement-detail__results-content {
    margin-inline: 0;
  }
}
.p-achievement-detail__results-content p {
  color: #1F1F1F;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-achievement-detail__results-content p {
    font-size: 0.875rem;
  }
}

.p-achievement-detail__actions {
  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;
  gap: 1.25rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-achievement-detail__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    margin-top: 2.5rem;
  }
}

.p-achievement-detail__back-btn {
  min-width: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-achievement-detail__back-btn {
    width: 100%;
    max-width: 18.75rem;
  }
}

.p-achievement-detail__contact-btn {
  min-width: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-achievement-detail__contact-btn {
    width: 100%;
    max-width: 18.75rem;
  }
}

.wp-block-video video {
  border-radius: 1.25rem;
}

.rtoc-mokuji-content #rtoc-mokuji-title.rtoc_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-contactTop {
  padding-block: 11.625rem 16rem;
  background: url("../img/blue_bg.webp") left top/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .p-contactTop {
    padding-block: 6.5rem 4.75rem;
    background: url("../img/blue_bg_sp.webp") left top/cover no-repeat;
  }
}
@media screen and (min-width: 1800px) {
  .p-contactTop {
    padding-block: 11.25rem 16rem;
  }
}
@media screen and (min-width: 2200px) {
  .p-contactTop {
    padding-block: 15rem 16rem;
  }
}

.p-contactTop__inner {
  max-width: calc(1100px + 5rem);
  width: 100%;
  margin-inline: auto;
  padding-inline: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-contactTop__inner {
    padding-inline: 2.5rem;
  }
}
@media screen and (max-width: 500px) {
  .p-contactTop__inner {
    padding-inline: 20px;
  }
}

.p-contactTop-card {
  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: 1rem;
  background-color: #FFFFFF;
  border-radius: 1.25rem;
  padding: 2.5rem 3.125rem 3.75rem 3.125rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-contactTop-card {
    gap: 0.5rem;
    padding: 1.875rem 1.5rem;
    border-radius: 0.625rem;
  }
}

.p-contactTop-card__visual {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 10rem;
  height: 10rem;
  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;
  margin-top: -7.5rem;
}
@media screen and (max-width: 767px) {
  .p-contactTop-card__visual {
    margin-top: -5.5rem;
    width: 6.25rem;
    height: 6.25rem;
  }
}
.p-contactTop-card__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-contactTop-card__body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contactTop-card__body {
    gap: 1.5rem;
  }
}

.p-contactTop-card__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-contactTop-card__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}

.p-contactTop-card__text {
  margin-top: 0.5rem;
  color: #1F1F1F;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-contactTop-card__text {
    font-size: 0.875rem;
    margin-inline: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-contactTop-card__btn {
    margin-inline: auto;
    width: 100%;
    max-width: 12.5rem;
  }
}

.p-contact-hero {
  padding-block: 11.25rem 7.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#DCFBFF));
  background: linear-gradient(180deg, #FFF 0%, #DCFBFF 100%);
}
@media screen and (max-width: 767px) {
  .p-contact-hero {
    padding-block: 7.5rem 5rem;
  }
}

.p-contact-hero__inner {
  max-width: calc(1100px + 5rem);
  width: 100%;
  margin-inline: auto;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact-hero__inner {
    padding-inline: 2.5rem;
  }
}
@media screen and (max-width: 500px) {
  .p-contact-hero__inner {
    padding-inline: 20px;
  }
}

.p-contact-hero__lead {
  text-align: center;
}

.p-contact-form__inner {
  max-width: 1230px;
  padding-inline: 65px;
  width: 100%;
  margin-inline: auto;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__inner {
    padding-inline: 20px;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.p-contact-form__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 1.25rem;
  background-color: #FFFFFF;
  padding: 2.5rem 3.125rem 5rem 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
    padding: 1.875rem 1.5rem 3.75rem 1.5rem;
  }
}

.wpcf7 {
  width: 100%;
}

.wpcf7-form {
  width: 100%;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  margin-inline: auto;
}

.p-contact-form__form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__form {
    gap: 1.5rem;
  }
}

.p-contact-form__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  max-width: 50rem;
}
.p-contact-form__field .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}
.p-contact-form__field p {
  width: 100%;
}

.p-contact-form__label {
  color: #1F1F1F;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__label {
    font-size: 0.875rem;
  }
}

.p-contact-form__required {
  background-color: #00B59E;
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 0.5rem;
  padding: 0.125rem 0.5rem;
  display: inline-block;
  margin-top: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__required {
    font-size: 0.75rem;
    padding: 0.125rem 0.375rem;
  }
}

.p-contact-form__input {
  padding: 1rem 1.5rem;
  border-radius: 0.625rem;
  border: 1px solid #B6B6B6;
  background-color: #FFFFFF;
  font-size: 1rem;
  color: #1F1F1F;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-contact-form__input {
    font-size: 0.875rem;
    padding: 0.875rem 1.25rem;
  }
}
.p-contact-form__input::-webkit-input-placeholder {
  color: #979797;
}
.p-contact-form__input::-moz-placeholder {
  color: #979797;
}
.p-contact-form__input:-ms-input-placeholder {
  color: #979797;
}
.p-contact-form__input::-ms-input-placeholder {
  color: #979797;
}
.p-contact-form__input::placeholder {
  color: #979797;
}
.p-contact-form__input:focus {
  outline: 0.125rem solid rgba(0, 181, 158, 0.4);
  outline-offset: 0.125rem;
}
.p-contact-form__input--error {
  border-color: #ff4444;
  background-color: #fff5f5;
}
.p-contact-form__input--error:focus {
  outline-color: #ff4444;
}

.p-contact-form__textarea {
  padding: 1rem 1.5rem;
  border-radius: 0.625rem;
  border: 1px solid #B6B6B6;
  background-color: #FFFFFF;
  font-size: 1rem;
  color: #1F1F1F;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  resize: vertical;
  font-family: inherit;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-contact-form__textarea {
    font-size: 0.875rem;
    padding: 0.875rem 1.25rem;
  }
}
.p-contact-form__textarea::-webkit-input-placeholder {
  color: #979797;
}
.p-contact-form__textarea::-moz-placeholder {
  color: #979797;
}
.p-contact-form__textarea:-ms-input-placeholder {
  color: #979797;
}
.p-contact-form__textarea::-ms-input-placeholder {
  color: #979797;
}
.p-contact-form__textarea::placeholder {
  color: #979797;
}
.p-contact-form__textarea:focus {
  outline: 0.125rem solid rgba(0, 181, 158, 0.4);
  outline-offset: 0.125rem;
}
.p-contact-form__textarea.p-contact-form__input--error {
  border-color: #ff4444;
  background-color: #fff5f5;
}
.p-contact-form__textarea.p-contact-form__input--error:focus {
  outline-color: #ff4444;
}

.p-contact-form__checkbox-group .wpcf7-checkbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__checkbox-group .wpcf7-checkbox {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}
.p-contact-form__checkbox-group span.wpcf7-list-item {
  margin: 0;
}
.p-contact-form__checkbox-group label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  cursor: pointer;
  position: relative;
  width: 100%;
}
.p-contact-form__checkbox-group label input[type=checkbox] {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
}
.p-contact-form__checkbox-group label input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: #00B59E;
  border-color: #00B59E;
}
.p-contact-form__checkbox-group label input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  -webkit-transform: rotate(-45deg) scale(1);
          transform: rotate(-45deg) scale(1);
}
.p-contact-form__checkbox-group label input[type=checkbox]:focus-visible + .wpcf7-list-item-label::before {
  outline: 0.125rem solid rgba(0, 181, 158, 0.4);
  outline-offset: 0.125rem;
}
.p-contact-form__checkbox-group label .wpcf7-list-item-label {
  font-size: 1rem;
  color: #1F1F1F;
  font-weight: 500;
  line-height: 1.6;
  padding-left: 2rem;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-contact-form__checkbox-group label .wpcf7-list-item-label {
    font-size: 0.875rem;
  }
}
.p-contact-form__checkbox-group label .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #B6B6B6;
  border-radius: 0.25rem;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-contact-form__checkbox-group label .wpcf7-list-item-label::before {
    width: 1.125rem;
    height: 1.125rem;
  }
}
.p-contact-form__checkbox-group label .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 0.25rem;
  top: calc(50% - 0.3125rem);
  width: 0.75rem;
  height: 0.4375rem;
  border-left: 0.125rem solid #FFFFFF;
  border-bottom: 0.125rem solid #FFFFFF;
  -webkit-transform: rotate(-45deg) scale(0);
          transform: rotate(-45deg) scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-contact-form__checkbox-group label .wpcf7-list-item-label::after {
    left: 0.21875rem;
  }
}

/*
.p-contact-form__checkbox-item {
    display: flex;
    align-items: center;
    gap: rem(12);
}

input.p-contact-form__checkbox {
    // ...
}

.p-contact-form__checkbox-label {
    // ...
}
*/
.p-contact-form__consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__consent {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-inline: auto;
  }
}
.p-contact-form__consent .wpcf7-form-control-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
.p-contact-form__consent span.wpcf7-list-item {
  margin: 0;
}
.p-contact-form__consent label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  cursor: pointer;
  position: relative;
}
.p-contact-form__consent label input[type=checkbox] {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
}
.p-contact-form__consent label input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: #00B59E;
  border-color: #00B59E;
}
.p-contact-form__consent label input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  -webkit-transform: rotate(-45deg) scale(1);
          transform: rotate(-45deg) scale(1);
}
.p-contact-form__consent label .wpcf7-list-item-label {
  font-size: 0.875rem;
  color: #1F1F1F;
  font-weight: 500;
  line-height: 1.6;
  padding-left: 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-contact-form__consent label .wpcf7-list-item-label {
    font-size: 0.8125rem;
  }
}
.p-contact-form__consent label .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #B6B6B6;
  border-radius: 0.25rem;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-contact-form__consent label .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 0.25rem;
  top: calc(50% - 0.3125rem);
  width: 0.75rem;
  height: 0.4375rem;
  border-left: 0.125rem solid #FFFFFF;
  border-bottom: 0.125rem solid #FFFFFF;
  -webkit-transform: rotate(-45deg) scale(0);
          transform: rotate(-45deg) scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
.p-contact-form__consent label .wpcf7-list-item-label a {
  color: #00B59E;
  text-decoration: underline;
  position: relative;
  z-index: 2;
}
.p-contact-form__consent label .wpcf7-list-item-label a:hover {
  opacity: 0.7;
}

.p-contact-form__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.5rem;
  position: relative;
}
.p-contact-form__submit .wpcf7-spinner {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
}

.p-contact-form__button {
  cursor: pointer;
  min-width: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__button {
    min-width: 11.25rem;
  }
}

.p-contact-thanks__title {
  margin-bottom: 1rem;
}

.p-contact-thanks__inner {
  max-width: 1230px;
  padding-inline: 65px;
  width: 100%;
  margin-inline: auto;
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-contact-thanks__inner {
    padding-inline: 20px;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.p-contact-thanks__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 1.25rem;
  background-color: #FFFFFF;
  padding: 2.5rem 3.125rem 5rem 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-contact-thanks__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
    padding: 1.875rem 1.5rem 3.75rem 1.5rem;
  }
}

.p-contact-thanks__message {
  width: 100%;
  max-width: 62.5rem;
}

.p-contact-thanks__text {
  font-size: 1.25rem;
  color: #1F1F1F;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact-thanks__text {
    font-size: 1rem;
    line-height: 1.7;
  }
}

.p-contact-thanks__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 50rem;
}
@media screen and (max-width: 767px) {
  .p-contact-thanks__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}

.p-contact-thanks__button {
  cursor: pointer;
  width: 17.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-contact-thanks__button {
    max-width: 11.25rem;
    width: 100%;
  }
}

.wpcf7-not-valid-tip {
  color: #ff4444;
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 0.25rem;
  line-height: 1.5;
  display: block;
}
@media screen and (max-width: 767px) {
  .wpcf7-not-valid-tip {
    font-size: 0.75rem;
  }
}

.wpcf7-not-valid {
  border-color: #ff4444 !important;
  background-color: #fff5f5 !important;
}

.p-contact-form__error {
  display: none;
  color: #ff4444;
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 0.25rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-contact-form__error {
    font-size: 0.75rem;
  }
}

.p-privacy__inner {
  max-width: 1230px;
  padding-inline: 65px;
  width: 100%;
  margin-inline: auto;
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__inner {
    padding-inline: 20px;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.p-privacy__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 1.25rem;
  background-color: #FFFFFF;
  padding: 2.5rem 3.125rem 5rem 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
    padding: 1.875rem 1.5rem 3.75rem 1.5rem;
  }
}

.p-privacy__body {
  width: 100%;
  max-width: 62.5rem;
}

.p-privacy__text {
  font-size: 1rem;
  color: #1F1F1F;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__text {
    font-size: 0.875rem;
    line-height: 1.7;
    margin-bottom: 1rem;
  }
}
.p-privacy__text:last-child {
  margin-bottom: 0;
}

.p-404__title {
  margin-bottom: 1rem;
}

.p-404__inner {
  max-width: 1230px;
  padding-inline: 65px;
  width: 100%;
  margin-inline: auto;
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-404__inner {
    padding-inline: 20px;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.p-404__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 1.25rem;
  background-color: #FFFFFF;
  padding: 2.5rem 3.125rem 5rem 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-404__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
    padding: 1.875rem 1.5rem 3.75rem 1.5rem;
  }
}

.p-404__message {
  width: 100%;
  max-width: 50rem;
}

.p-404__text {
  font-size: 1.25rem;
  color: #1F1F1F;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-404__text {
    font-size: 1rem;
    line-height: 1.7;
  }
}

.p-404__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 50rem;
}
@media screen and (max-width: 767px) {
  .p-404__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}

.p-404__button {
  cursor: pointer;
  width: 17.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-404__button {
    max-width: 11.25rem;
    width: 100%;
  }
}

.p-404__title {
  font-size: 7.5rem;
  font-weight: 700;
  color: #00B59E;
  line-height: 1;
  display: inline-block;
  letter-spacing: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-404__title {
    font-size: 5rem;
    letter-spacing: 0.75rem;
  }
}

.wpcf7-response-output {
  display: none !important;
}

.wpcf7-spinner {
  display: none !important;
}

.p-footer {
  padding-block: 3.375rem 3.75rem;
  background-color: #00B59E;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding-block: 4.5rem 1.25rem;
  }
}

.p-footer__inner {
  max-width: calc(1100px + 5rem);
  width: 100%;
  margin-inline: auto;
  padding-inline: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    padding-inline: 2.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 500px) {
  .p-footer__inner {
    padding-inline: 20px;
  }
}

.p-footer__character {
  position: absolute;
  top: -14rem;
  right: 2.5rem;
  z-index: 2;
  width: 8rem;
  height: auto;
  aspect-ratio: 128/164;
  pointer-events: none;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-footer__character {
    top: -7.25rem;
    right: 1.25rem;
    width: 4.9375rem;
    height: 6.375rem;
  }
}

.p-footer__logo {
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    font-size: 1.25rem;
  }
}
.p-footer__logo a {
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-footer__logo a:hover {
  opacity: 0.7;
}

.p-footer__body {
  margin-top: 2rem;
  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: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__body {
    margin-top: 1.5rem;
    gap: 1.5rem;
    width: 100%;
  }
}

.p-footer__sns {
  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;
  gap: 1.5rem;
}

.p-footer__sns-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-footer__sns-link {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.p-footer__sns-link:hover {
  opacity: 0.7;
}

.p-footer__simple-nav {
  width: 100%;
}

.p-footer__simple-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem 2.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-footer__simple-list {
    gap: 1rem 1.5rem;
  }
}

.p-footer__simple-item a {
  font-size: 0.875rem;
  color: #FFFFFF;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  white-space: nowrap;
}
.p-footer__simple-item a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-footer__simple-item a {
    font-size: 0.8125rem;
  }
}

.p-footer__bottom {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-footer__bottom {
    margin-top: 2rem;
  }
}

.p-footer__copy {
  font-size: 0.6875rem;
  color: #FFFFFF;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
}

.p-service-hero {
  padding-block: 9.625rem 10rem;
  background: url("../img/hero_bg.webp") center top/cover no-repeat;
  background-position: center top 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-service-hero {
    background: url("../img/hero_bg_sp.webp") center top/cover no-repeat;
    background-position: center top 1.25rem;
    padding-block: 8rem 3rem;
  }
  .p-service-hero--company {
    padding-block: 8rem 6.5rem;
  }
}

.p-service-hero__inner {
  max-width: calc(1100px + 5rem);
  width: 100%;
  margin-inline: auto;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-hero__inner {
    padding-inline: 2.5rem;
  }
}
@media screen and (max-width: 500px) {
  .p-service-hero__inner {
    padding-inline: 20px;
  }
}

.p-service-hero__lead {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service-hero__lead {
    margin-top: 1.5rem;
  }
}

#storytelling,
#marketing {
  padding-top: 23.5rem;
  margin-top: -3rem;
}
@media screen and (max-width: 767px) {
  #storytelling,
  #marketing {
    padding-top: 2.25rem;
    margin-top: -1.25rem;
  }
}
@media screen and (max-width: 500px) {
  #storytelling,
  #marketing {
    margin-top: -3rem;
  }
}

#storytelling {
  padding-bottom: 14.5rem;
}
@media screen and (max-width: 767px) {
  #storytelling {
    padding-bottom: 3.75rem;
  }
}
@media screen and (min-width: 1500px) {
  #storytelling {
    padding-bottom: 11.25rem;
  }
}

.p-message {
  padding-block: 6.25rem 13.5rem;
}
@media screen and (max-width: 767px) {
  .p-message {
    padding-block: 2.5rem 4.5rem;
  }
}
@media screen and (min-width: 1441px) {
  .p-message {
    padding-block: 7.5rem 11.75rem;
  }
}
@media screen and (min-width: 2200px) {
  .p-message {
    padding-block: 10rem 22.5rem;
  }
}

.p-message__inner {
  max-width: 1230px;
  padding-inline: 65px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-message__inner {
    padding-inline: 2.5rem;
  }
}
@media screen and (max-width: 500px) {
  .p-message__inner {
    padding-inline: 20px;
  }
}

.p-message__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 1.25rem;
  border: 3px solid #00B59E;
  padding: 2.5rem 3.75rem 5rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-message__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
    padding: 1.875rem 1.4375rem 3.75rem 1.4375rem;
    border-radius: 0.625rem;
  }
}

.p-message__title {
  color: #00B59E;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-message__title {
    font-size: 1.375rem;
  }
}
.p-message__title::after {
  content: "";
  background: url("../img/line_company.webp") center/cover no-repeat;
  width: 100%;
  height: 0.0625rem;
  position: absolute;
  bottom: -1.25rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-message__title::after {
    background: url("../img/line_company_sp.webp") center/cover no-repeat;
  }
}

.p-message__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-message__box {
    display: contents;
    -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;
  }
}

.p-message__box-img {
  width: 13.75rem;
  aspect-ratio: 220/220;
  -o-object-fit: cover;
     object-fit: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-message__box-img {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    max-width: 13.75rem;
    width: 100%;
  }
}
.p-message__box-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.p-message__box-img--director .p-message__box-img-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
}
.p-message__box-img--director img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -o-object-position: center center;
     object-position: center center;
}
.p-message__box-img p {
  text-align: center;
  color: #1F1F1F;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-message__box-img p {
    font-size: 1rem;
  }
}
.p-message__box-img p span {
  display: inline-block;
  margin-right: 0.5625rem;
  color: #00B59E;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
}

.p-message__box-img-text {
  margin-top: 0.75rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #1F1F1F;
  background: #E8EEEB;
  margin-inline: 0.1rem;
}
@media screen and (max-width: 767px) {
  .p-message__box-img-text {
    margin-top: 0.375rem;
  }
}

.p-message__box-text-lead {
  color: #1F1F1F;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-message__box-text-lead {
    font-size: 1rem;
    line-height: 1.8;
  }
}
.p-message__box-text-lead span {
  color: #00B59E;
  display: inline;
}
@media screen and (max-width: 767px) {
  .p-message__box-text-lead span {
    display: inline;
  }
}

.p-message__box-text-text {
  margin-top: 1.25rem;
  color: #1F1F1F;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-message__box-text-text {
    margin-top: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.8;
  }
}

.p-company {
  padding-block: 3.375rem 13.5rem;
  background: #00B59E;
}
@media screen and (max-width: 767px) {
  .p-company {
    padding-block: 4.5rem 5rem;
  }
}
@media screen and (min-width: 1441px) {
  .p-company {
    padding-block: 7.5rem 11.75rem;
  }
}
@media screen and (min-width: 2200px) {
  .p-company {
    padding-block: 10rem 22.5rem;
  }
}

.p-company__inner {
  max-width: 1230px;
  padding-inline: 65px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-company__inner {
    padding-inline: 2.5rem;
  }
}
@media screen and (max-width: 500px) {
  .p-company__inner {
    padding-inline: 20px;
  }
}

.p-company__card {
  position: relative;
  background: #FFFFFF;
  border-radius: 1.25rem;
  padding: 3.75rem 7.1875rem 3.75rem 7.1875rem;
}
@media screen and (max-width: 767px) {
  .p-company__card {
    padding: 1.875rem 1.5rem 1.875rem 1.5rem;
    border-radius: 0.625rem;
  }
}

.p-company__character {
  position: absolute;
  top: -4.5rem;
  left: 2.75rem;
  width: 7.5rem;
  height: 7.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-company__character {
    display: none;
  }
}
.p-company__character img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-company__content {
  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;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-company__content {
    margin-bottom: 0.125rem;
  }
}

.p-company__title {
  color: #00B59E;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-company__title {
    font-size: 1.375rem;
  }
}

.p-company__body {
  max-width: 51.25rem;
  width: 100%;
  margin-right: auto;
  margin-left: 0;
}

.p-company__table {
  width: 100%;
  position: relative;
  display: block;
}
.p-company__table tbody {
  display: block;
}

.p-company__table tr {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.p-company__table tr:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0.0625rem;
  background: url("../img/line_company02.webp") center/cover no-repeat;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-company__table tr:not(:last-child)::after {
    background: url("../img/line_company02_sp.webp") center/cover no-repeat;
  }
}

.p-company__table th {
  display: block;
  padding: 1.75rem 0.625rem 0.625rem 0rem;
  text-align: left;
  color: #00B59E;
  font-size: 1rem;
  font-weight: 500;
  width: 7.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-company__table th {
    padding: 1rem 0.25rem 0.3125rem 0rem;
    font-size: 0.875rem;
    line-height: 1.8;
    width: 5.75rem;
  }
}

.p-company__table td {
  display: block;
  padding: 1.75rem 0.625rem 0.625rem 0rem;
  color: #1F1F1F;
  font-size: 1rem;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-company__table td {
    padding: 1rem 0.25rem 0.3125rem 0rem;
    font-size: 0.875rem;
  }
}

.p-company__table tr:last-child th,
.p-company__table tr:last-child td {
  vertical-align: top;
}

.p-company__list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-company__list {
    margin-top: 0rem;
  }
}
.p-company__list li {
  position: relative;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .p-company__list li {
    padding-left: 1em;
  }
}
.p-company__list li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #00B59E;
}
.p-company__list li:not(:last-child) {
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-company__list li:not(:last-child) {
    margin-bottom: 0.125rem;
  }
}

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

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

.u-hover {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.u-hover:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.u-font14 {
  font-size: 0.875rem;
}

.u-font16 {
  font-size: 1rem;
}

.u-font18 {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .u-font18 {
    font-size: 1rem;
  }
}

.u-font20 {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .u-font20 {
    font-size: 1rem;
  }
}

.u-font22 {
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .u-font22 {
    font-size: 1.125rem;
  }
}

.u-font24 {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .u-font24 {
    font-size: 1.125rem;
  }
}

.u-font28 {
  font-size: 1.75rem;
}

.u-font32 {
  font-size: 2rem;
}

.u-font40 {
  font-size: 2.5rem;
}/*# sourceMappingURL=style.css.map */