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

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

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

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

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

@media screen and (max-width: 1279px) and (min-width: 768px) {
  html {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 375px) {
  html {
    font-size: 4.3vw;
  }
}

body {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  background: #3CB473;
  overflow-x: hidden;
}

.preload {
  opacity: 0;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000000;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

.cover {
  overflow-x: hidden;
}

.l-inner {
  width: 100%;
  max-width: 1280px;
  padding: 0 1.875rem;
  margin: 0 auto;
  position: relative;
  height: inherit;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    max-width: 31.25rem;
    padding: 0 1.25rem;
  }
}

.l-inner__price {
  width: 71.25rem;
  max-width: 100%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .l-inner__price {
    width: 33.75rem;
    max-width: 100%;
  }
}

.l-top-service__inner {
  width: 74.375rem;
  margin: auto;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
@media screen and (max-width: 767px) {
  .l-top-service__inner {
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.l-inner__article {
  max-width: 53.75rem;
}
@media screen and (max-width: 767px) {
  .l-inner__article {
    max-width: 28.125rem;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 100;
  background: #2EAA67;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 3.125rem;
  }
}

.l-top-mv {
  background: #3CB473;
  position: relative;
  z-index: -2;
  height: 56.25rem;
  margin: auto;
  max-width: 80rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-top-mv {
    background: #02BA58;
    max-width: 100%;
    height: auto;
  }
}

.l-top-mv__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-right: 1.875rem;
}
@media screen and (max-width: 767px) {
  .l-top-mv__inner {
    display: block;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-top-mv__inner {
    max-width: 100%;
    width: 31.25rem;
    padding: 0 1.25rem;
  }
}

.l-top-service {
  padding-top: 6.875rem;
  background: #fff;
  position: relative;
  border-radius: 9.9375rem 0 0 0;
  z-index: -2;
  margin-top: -5rem;
}
@media screen and (max-width: 767px) {
  .l-top-service {
    margin-top: -1.875rem;
    background: #fff;
    border-radius: 3.125rem 0 0 0;
    padding-top: 2.1875rem;
  }
}

.l-top-service__bottom-contents {
  margin-top: 6.5625rem;
  top: calc(100% + 8.125rem);
  width: 100%;
  padding: 6.25rem 0 18.75rem 3.9375rem;
  background: #B6C0BF;
  background-size: cover;
  background-position: left bottom;
}
@media screen and (max-width: 767px) {
  .l-top-service__bottom-contents {
    margin-top: 5.625rem;
    top: calc(100% + 3.125rem);
    padding: 3.625rem 0 12.5rem;
  }
  .l-top-service__bottom-contents::before {
    width: 1.25rem;
  }
}

.l-top-value {
  padding: 5rem 0 0;
  background: #3CB473;
  border-radius: 0 9.9375rem 0 0;
  margin-top: -12.5rem;
}
@media screen and (max-width: 767px) {
  .l-top-value {
    margin-top: -8.125rem;
    padding: 4.375rem 0 0;
    border-radius: 0 3.125rem 0 0;
  }
}

.l-top-contact {
  padding: 4.1875rem 0 3.125rem;
  background: url(../img/top-contact-bg.png) no-repeat center center/cover;
  position: relative;
  z-index: 1;
  min-height: 20.75rem;
}
@media screen and (max-width: 767px) {
  .l-top-contact {
    padding: 2.75rem 0 3.4375rem;
    background: url(../img/top-contact-sp.png) no-repeat center center/cover;
    min-height: 17.9375rem;
  }
}

.l-top-works {
  padding: 5.375rem 0 7.375rem;
  background: #F0F0F0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-top-works {
    padding: 5.3125rem 0 4.375rem;
  }
}

.l-top-works__inner {
  max-width: 100%;
}

.l-voice {
  padding: 3.375rem 0 10.3125rem;
  background: #87C3AB;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-voice {
    padding: 3.5625rem 0 3.4375rem;
  }
}

.l-top-information {
  padding-top: 3.125rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .l-top-information {
    padding-top: 4.375rem;
    padding-bottom: 5rem;
  }
}

.l-top-blog {
  padding-top: 3.4375rem;
  padding-bottom: 5.375rem;
  background: #F0F0F0;
}
@media screen and (max-width: 767px) {
  .l-top-blog {
    padding-bottom: 3.9375rem;
    padding-top: 2.8125rem;
  }
}

.l-footer {
  background: #3CB473;
  padding: 5.3125rem 0 2.3125rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-bottom: 3.125rem;
  }
}

.l-drawer {
  position: fixed;
  z-index: 99;
  top: 0;
  right: -27.1875rem;
  width: 27.1875rem;
  height: 100%;
  background: #2EAA67;
  padding: 0 3.125rem;
  padding-top: 11.4375rem;
  padding-left: 6.875rem;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (max-width: 767px) {
  .l-drawer {
    width: 100%;
    right: -100%;
    padding-top: 5.3125rem;
    padding-right: 0rem;
    padding-left: 0;
  }
}
.l-drawer.js-open {
  right: 0;
}

.l-blog-archive {
  padding: 9.0625rem 0 6.875rem;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .l-blog-archive {
    padding: 7.625rem 0 9.75rem;
  }
}

.l-blog-single {
  padding: 11rem 0 10.6875rem;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .l-blog-single {
    padding: 7.5rem 0 4.6875rem;
  }
}

.l-blog-single__other {
  padding-top: 5rem;
  padding-bottom: 5.4375rem;
  background: #F0F0F0;
  margin-top: -0.0625rem;
}

.l-contact {
  padding: 8.3125rem 0 7.1875rem;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .l-contact {
    padding: 7.5rem 0 4.625rem;
  }
}

.l-price {
  padding: 5.0625rem 0 4.75rem;
  margin-top: 3.625rem;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .l-price {
    margin-top: 2.5rem;
  }
}

.l-faq {
  background: #F0F0F0;
  padding: 4.5rem 0 6.8125rem;
}
@media screen and (max-width: 767px) {
  .l-faq {
    padding: 2.8125rem 0 4.5rem;
  }
}

.c-title {
  display: inline-block;
  position: relative;
}
.c-title h3 {
  font-family: "YuGothic", "Noto Sans JP", sans-serif;
  font-size: 4.375rem;
  line-height: 1.3428571429;
  letter-spacing: 0.105em;
  font-weight: 700;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-title h3 {
    font-size: 2.625rem;
    line-height: 1.1904761905;
    letter-spacing: 0.1em;
    font-weight: 700;
    text-align: center;
  }
  .c-title h3.information {
    font-size: 2.625rem;
    line-height: 1.1904761905;
    letter-spacing: 0.04em;
    font-weight: 700;
  }
}
.c-title .lead {
  margin-top: 0.3125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-title .lead {
    display: block;
  }
}
.c-title p {
  margin: auto;
  font-size: 0.875rem;
  line-height: 1.2142857143;
  letter-spacing: 0.15em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-title p {
    font-size: 0.75rem;
    line-height: 1.1666666667;
    letter-spacing: 0.15em;
    font-weight: 700;
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
}
.c-title.white {
  color: #ffffff;
}
.c-title.white .dashed {
  background-image: url(../img/dot-white.svg);
  background-size: auto;
  background-position: left center;
  background-repeat: repeat-x;
}
@media screen and (max-width: 767px) {
  .c-title.white .dashed {
    background-image: url(../img/dot-white-sp.svg);
  }
}

.c-title__bg {
  position: absolute;
  z-index: -1;
  font-size: 11.25rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 700;
  right: -4.375rem;
  overflow: hidden;
}
.c-title__bg span {
  margin-right: -0.15em;
}
@media screen and (max-width: 767px) {
  .c-title__bg {
    font-size: 6.25rem;
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-weight: 700;
    right: 0;
  }
}
.c-title__bg.top-service {
  color: rgba(174, 180, 196, 0.3);
  top: calc(100% - 2.5rem);
}
@media screen and (max-width: 1280px) {
  .c-title__bg.top-service {
    right: calc((100vw - 72.5rem) / 2 * -1);
  }
}
@media screen and (max-width: 767px) {
  .c-title__bg.top-service {
    left: 0;
    right: 0;
  }
}
.c-title__bg.top-value {
  top: calc(100% - 2.5rem);
  color: #EAEAEA;
  right: -6.25rem;
}
@media screen and (max-width: 1280px) {
  .c-title__bg.top-value {
    right: calc((100vw - 68.75rem) / 2 * -1);
  }
}
@media screen and (max-width: 767px) {
  .c-title__bg.top-value {
    right: 0;
    left: 0;
    top: 10rem;
    width: calc(100% + 1.25rem);
    text-align: center;
  }
}
.c-title__bg.top-works {
  top: -3.125rem;
  color: rgba(174, 180, 196, 0.3);
}
@media screen and (max-width: 1280px) {
  .c-title__bg.top-works {
    right: calc((100vw - 72.5rem) / 2 * -1);
  }
}
@media screen and (max-width: 767px) {
  .c-title__bg.top-works {
    top: 29.375rem;
    right: 0;
    left: 0rem;
    width: 100%;
  }
}
.c-title__bg.top-voice {
  top: 0;
  left: calc(50% + 2.5rem);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #EAEAEA;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .c-title__bg.top-voice {
    left: 1.25rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    top: 3.4375rem;
  }
}

.c-top-link {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
.c-top-link a {
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #50D08A;
  padding-right: 5.375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-top-link a {
    font-size: 1rem;
    line-height: 1.875;
    letter-spacing: 0.1em;
    font-weight: 700;
    white-space: nowrap;
    padding-right: 4.0625rem;
  }
}
.c-top-link a img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.875rem;
  width: 2.9375rem;
  height: auto;
  aspect-ratio: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-top-link a img {
    width: 2.25rem;
    right: 1.25rem;
  }
}
@media (hover: hover) {
  .c-top-link a:hover {
    opacity: 0.7;
  }
  .c-top-link a:hover img {
    opacity: 0.7;
    -webkit-transform: translate(0.375rem, -50%);
            transform: translate(0.375rem, -50%);
  }
}
.c-top-link.more, .c-top-link.close {
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding: 0.625rem 0;
  padding-right: 4.75rem;
}
.c-top-link.more.works, .c-top-link.close.works {
  z-index: 1;
  color: #02BA58;
  top: calc(100% + 3.125rem);
}
.c-top-link.more.voice, .c-top-link.close.voice {
  z-index: 1;
  color: #ffffff;
  top: calc(100% + 6.25rem);
}
@media screen and (max-width: 767px) {
  .c-top-link.more.voice, .c-top-link.close.voice {
    top: calc(100% + 20rem);
  }
}
.c-top-link.more img, .c-top-link.close img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.875rem;
  width: 2.25rem;
  height: auto;
  aspect-ratio: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .c-top-link.more:hover, .c-top-link.close:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .c-top-link.more:hover img, .c-top-link.close:hover img {
    opacity: 0.7;
    -webkit-transform: translate(0.375rem, -50%);
            transform: translate(0.375rem, -50%);
  }
}
.c-top-link.more.js-close {
  display: none;
}
.c-top-link.close.js-open {
  display: block;
}
.c-top-link.contact a {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .c-top-link {
    top: calc(100% + 1.25rem);
  }
}

.accordion {
  margin: 3.75rem auto 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .accordion {
    width: 100%;
    margin-top: 2.1875rem;
  }
}

.accordion-item {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .accordion-item:not(:first-child) {
    margin-top: 1.25rem;
  }
}

.accordion-title {
  cursor: pointer;
  padding: 0.625rem 0rem 0.625rem 0rem;
  font-size: 1.25rem;
  line-height: 1.35;
  letter-spacing: 0em;
  font-weight: 700;
  text-align: left;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .accordion-title {
    padding: 0.625rem 1.5625rem 1.25rem 1.875rem;
    font-size: 0.8125rem;
    line-height: 1.8461538462;
    letter-spacing: 0.1em;
    font-weight: 700;
    position: relative;
  }
  .accordion-title.lh1 {
    padding-top: 1.25rem;
  }
}
.accordion-title span {
  color: #02BA58;
  margin-right: 1.25rem;
  font-size: 3.5625rem;
  line-height: 1.3333333333;
  letter-spacing: 0em;
  font-weight: 700;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .accordion-title span {
    margin-right: 0.625rem;
    font-size: 1.875rem;
    line-height: 1.3333333333;
    letter-spacing: 0em;
    font-weight: 700;
    position: absolute;
    top: 0rem;
    left: -1%;
  }
}

.accordion-content {
  display: none;
  padding: 0 0 0.3125rem 2.5rem;
  background: #ffffff;
  border-radius: 0.5rem;
  margin-left: 4.375rem;
}
@media screen and (max-width: 767px) {
  .accordion-content {
    padding: 0 0.3125rem 0.625rem 0.9375rem;
    margin-left: 0;
  }
}

.accordion-content p {
  font-size: 1rem;
  line-height: 1.6875;
  letter-spacing: 0.1em;
  font-weight: 400;
  position: relative;
  padding: 0.9375rem 3.375rem 0.9375rem 3.75rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .accordion-content p {
    font-size: 0.8125rem;
    line-height: 1.8461538462;
    letter-spacing: 0.1em;
    font-weight: 400;
    padding: 1.25rem 1.25rem 0.3125rem 0.625rem;
  }
}
.accordion-content p span {
  font-size: 3.5625rem;
  line-height: 1.3333333333;
  letter-spacing: 0em;
  font-weight: 700;
  color: #02BA58;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .accordion-content p span {
    display: none;
  }
}

.accordion-title {
  position: relative;
}

/* 縦線 */
.accordion-title::before {
  background: #02BA58; /* 線の色 */
  content: "";
  height: 3px; /* 線の太さ */
  position: absolute;
  right: 0rem;
  top: calc(50% + 0.625rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); /* 線を縦に */
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  width: 1.5625rem; /* 線の幅 */
}
@media screen and (max-width: 767px) {
  .accordion-title::before {
    top: 40%;
    right: 0rem;
    width: min(5vw, 1.25rem);
  }
}

/* 横線 */
.accordion-title::after {
  background: #02BA58; /* 線の色 */
  content: "";
  height: 3px; /* 線の太さ */
  position: absolute;
  right: 0rem;
  top: calc(50% + 0.625rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  width: 1.5625rem; /* 線の幅 */
}
@media screen and (max-width: 767px) {
  .accordion-title::after {
    right: 0rem;
    top: 40%;
    width: min(5vw, 1.25rem);
  }
}

/* 縦線(クリック後) */
.accordion-title.open::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* 横線(クリック後) */
.accordion-title.open::after {
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .lh1.accordion-title::before {
    top: calc(40% + 0.3125rem);
  }
}
@media screen and (max-width: 767px) {
  .lh1.accordion-title::after {
    top: calc(40% + 0.375rem);
  }
}

.p-header__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-header__wrapper {
    height: 3.125rem;
  }
}

.p-header__logo {
  margin-left: 1.0625rem;
}
.p-header__logo a {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    margin-left: 0.625rem;
  }
  .p-header__logo a {
    font-size: 1.25rem;
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-header__logo.js-open a {
    color: #2EAA67;
  }
}

.p-header__icon {
  background: #3CB473;
  height: 3.625rem;
  width: 4.9375rem;
  padding-top: 1.375rem;
  padding-left: 1.25rem;
}
.p-header__icon.js-open {
  background: #2EAA67;
}
@media screen and (max-width: 767px) {
  .p-header__icon {
    height: 3.125rem;
    width: 2.5rem;
    padding-left: 0.5625rem;
    padding-top: 1.25rem;
  }
}
@media (hover: hover) {
  .p-header__icon:hover {
    cursor: pointer;
  }
}
.p-header__icon .bar {
  width: 2.25rem;
  height: 0.125rem;
  background: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-header__icon .bar1 {
  margin-bottom: 0.625rem;
}
.p-header__icon.js-open .bar1 {
  background: #ffffff;
  -webkit-transform: translateY(0.3125rem) rotate(-25deg);
          transform: translateY(0.3125rem) rotate(-25deg);
}
.p-header__icon.js-open .bar2 {
  background: #ffffff;
  -webkit-transform: translateY(-0.5rem) rotate(25deg);
          transform: translateY(-0.5rem) rotate(25deg);
}
@media screen and (max-width: 767px) {
  .p-header__icon.js-open .bar1 {
    background: #ffffff;
    -webkit-transform: translateY(0.3125rem) rotate(-25deg);
            transform: translateY(0.3125rem) rotate(-25deg);
    margin-bottom: 0.625rem;
  }
  .p-header__icon.js-open .bar2 {
    background: #ffffff;
    -webkit-transform: translateY(-0.4375rem) rotate(25deg);
            transform: translateY(-0.4375rem) rotate(25deg);
  }
}
@media screen and (max-width: 767px) {
  .p-header__icon .bar {
    width: 1.3125rem;
    height: 0.125rem;
  }
  .p-header__icon .bar1 {
    margin-bottom: 0.375rem;
  }
}

.p-top-mv__content {
  margin-top: 7.5rem;
  margin-right: 1.875rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-top-mv__content {
    margin-right: 0;
    margin-top: 3.75rem;
  }
}

.p-top-mv-icons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.625rem 2.125rem;
  margin-bottom: 3.125rem;
  width: 47.625rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-mv-icons {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem 0.6875rem;
    margin-bottom: 0;
  }
}

.p-top-mv-icon__img {
  aspect-ratio: 1/1;
}
.p-top-mv-icon__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-mv__phone {
  width: 40%;
  aspect-ratio: 437/626;
  margin-top: 7.5rem;
  margin-left: -3.75rem;
  max-width: 100%;
  position: absolute;
  left: 1%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-mv__phone {
    width: 18.75rem;
    aspect-ratio: 243/330;
    margin: 3.125rem auto 1.25rem;
    left: 0;
    position: relative;
  }
}
.p-top-mv__phone img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-mv__titles {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .p-top-mv__titles {
    width: 17.5rem;
    margin-top: 1.25rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: relative;
  }
}

.p-top-mv__lead {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.016em;
  font-weight: 700;
  margin-bottom: 0.625rem;
  padding-left: 1.25rem;
  position: relative;
  display: inline-block;
  color: #ffffff;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-mv__lead {
    font-size: 0.8125rem;
    line-height: 2.1538461538;
    letter-spacing: 0.0013em;
    font-weight: 700;
    text-align: left;
    margin: 0 auto 0.625rem;
    width: 17.5rem;
  }
}
.p-top-mv__lead::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.4375rem;
  height: 100%;
  background: #ffffff;
  border-radius: 0.625rem;
}

.p-top-mv__sub-title {
  color: #3CB473;
  background: #fff;
  padding: 0.5rem 2.375rem 0.5rem 1.1875rem;
  font-size: 1.25rem;
  line-height: 1.7;
  letter-spacing: 0.002em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-top-mv__sub-title {
    padding: 0 2.5rem 0 1.875rem;
    font-size: 1rem;
    line-height: 2.125;
    letter-spacing: 0.0016em;
    font-weight: 700;
  }
}

.p-top-mv__title {
  font-size: 8.75rem;
  line-height: 1;
  letter-spacing: 0.07em;
  font-weight: 700;
  color: #fff;
  text-align: right;
  position: absolute;
  right: 9%;
}
.p-top-mv__title span {
  font-size: 9.375rem;
  line-height: 0.9333333333;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #E7FAF0;
}
@media screen and (max-width: 767px) {
  .p-top-mv__title span {
    font-size: 6.25rem;
    line-height: 0.84;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__title {
    text-align: center;
    font-size: 5.625rem;
    line-height: 0.9333333333;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin-top: 0.9375rem;
    left: 3%;
    position: relative;
  }
}

.p-top-service__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-top-service__contents .text-wrapper {
  max-width: 100%;
}
.p-top-service__contents .head-text {
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.001em;
  font-weight: 700;
  margin-bottom: 2.5rem;
  margin-top: 3.9375rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__contents .head-text {
    white-space: nowrap;
    font-size: 1.125rem;
    line-height: 2.2222222222;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.p-top-service__contents .lead-text {
  font-size: 0.875rem;
  line-height: 2.5714285714;
  letter-spacing: 0em;
  font-weight: 400;
}
.p-top-service__contents .img {
  width: 37.3125rem;
  height: auto;
  aspect-ratio: 597/547;
}
.p-top-service__contents .img img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-service__contents {
    display: block;
  }
  .p-top-service__contents .text-wrapper {
    margin: 2.1875rem auto 0;
    width: 20.9375rem;
  }
  .p-top-service__contents .head-text {
    font-size: 1.0625rem;
    line-height: 2.3529411765;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin-bottom: 1.25rem;
    margin-top: 1.875rem;
  }
  .p-top-service__contents .lead-text {
    font-size: 0.8125rem;
    line-height: 1.8461538462;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
  .p-top-service__contents .img {
    width: 100%;
    max-width: 25rem;
    margin: 3.125rem auto;
    height: auto;
    aspect-ratio: 335/307;
  }
  .p-top-service__contents .img img {
    width: 100%;
    height: 100%;
  }
}

.p-top-service__bottom-contents-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 6.375rem;
     -moz-column-gap: 6.375rem;
          column-gap: 6.375rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-top-service__bottom-contents-wrapper {
    display: block;
    width: 19.5625rem;
    margin: auto;
  }
}
.p-top-service__bottom-contents-wrapper .first-contents {
  padding: 2.5rem 3.125rem;
  background: #F0F0F0;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 850px) {
  .p-top-service__bottom-contents-wrapper .first-contents {
    padding: 2.5rem 2.5rem;
  }
}
.p-top-service__bottom-contents-wrapper .first-contents::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(100% + 2.5rem);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.3125rem 0 2.3125rem 1.4375rem;
  border-color: transparent transparent transparent #F0F0F0;
}
@media screen and (max-width: 767px) {
  .p-top-service__bottom-contents-wrapper .first-contents::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__bottom-contents-wrapper .first-contents {
    padding: 1.6875rem 1.5625rem 1.8125rem 1.25rem;
    margin-bottom: 4.375rem;
  }
  .p-top-service__bottom-contents-wrapper .first-contents::before {
    content: "";
    position: absolute;
    top: calc(100% + 1.78125rem);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.0625rem 1.71875rem 0 1.71875rem;
    border-color: #F0F0F0 transparent transparent transparent;
  }
}
.p-top-service__bottom-contents-wrapper .first-contents .head {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__bottom-contents-wrapper .first-contents .head {
    font-size: 1rem;
    line-height: 1.875;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-bottom: 1.25rem;
  }
}
.p-top-service__bottom-contents-wrapper .first-contents li {
  padding-left: 1.5625rem;
  position: relative;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #707070;
}
.p-top-service__bottom-contents-wrapper .first-contents li:first-of-type {
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__bottom-contents-wrapper .first-contents li {
    font-size: 0.75rem;
    line-height: 1.75;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
  .p-top-service__bottom-contents-wrapper .first-contents li:first-of-type {
    margin-bottom: 0.625rem;
  }
}
.p-top-service__bottom-contents-wrapper .first-contents li::after {
  content: "";
  position: absolute;
  top: 0.3125rem;
  left: 0;
  width: 1rem;
  height: auto;
  aspect-ratio: 1;
  background: url(../img/check-icon-gray.svg) no-repeat center center/100% 100%;
}
.p-top-service__bottom-contents-wrapper .second-contents {
  padding: 1.875rem 4.375rem 3.125rem 3.125rem;
  padding-top: 1.875rem;
  background: #F0F0F0;
  border-radius: 1.25rem;
  margin-right: 10rem;
  position: relative;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  white-space: nowrap;
}
@media screen and (max-width: 850px) {
  .p-top-service__bottom-contents-wrapper .second-contents {
    padding: 1.875rem 3.125rem 3.125rem 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__bottom-contents-wrapper .second-contents {
    padding: 1rem 2.0625rem 1.5rem 1.5rem;
    margin-right: 0;
  }
}
.p-top-service__bottom-contents-wrapper .second-contents .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: absolute;
  top: -1.25rem;
  right: -2.5rem;
  width: 6.9375rem;
  height: 6.9375rem;
  background: #1B678D;
  border-radius: 50%;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0em;
  font-weight: 700;
  color: #ffffff;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .p-top-service__bottom-contents-wrapper .second-contents .icon {
    top: -2.5rem;
    right: -0.9375rem;
    width: 5.9375rem;
    height: 5.9375rem;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.p-top-service__bottom-contents-wrapper .second-contents .head {
  text-align: center;
  font-size: 1.625rem;
  line-height: 1.1538461538;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 1.25rem;
  color: #02BA58;
}
@media screen and (max-width: 767px) {
  .p-top-service__bottom-contents-wrapper .second-contents .head {
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.p-top-service__bottom-contents-wrapper .second-contents .head span {
  font-size: 3.125rem;
  line-height: 0.6;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-top-service__bottom-contents-wrapper .second-contents .head span {
    font-size: 2.5rem;
    line-height: 0.75;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.p-top-service__bottom-contents-wrapper .second-contents li {
  padding-left: 1.5625rem;
  position: relative;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-top-service__bottom-contents-wrapper .second-contents li {
    font-size: 0.75rem;
    line-height: 1.75;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.p-top-service__bottom-contents-wrapper .second-contents li:first-of-type {
  margin-bottom: 0.625rem;
}
.p-top-service__bottom-contents-wrapper .second-contents li::after {
  content: "";
  position: absolute;
  top: 0.3125rem;
  left: 0;
  width: 1rem;
  height: auto;
  aspect-ratio: 1;
  background: url(../img/check-icon-black.svg) no-repeat center center/100% 100%;
}

.p-top-value__head-contents {
  margin-top: 6.4375rem;
  margin-bottom: 5.5rem;
  position: relative;
}
.p-top-value__head-contents::before {
  position: absolute;
  content: "";
  background: #3CB473;
  border-radius: 0 9.9375rem 0 0;
  width: 100%;
  height: auto;
}
.p-top-value__head-contents .head {
  margin-bottom: 3.625rem;
}
.p-top-value__head-contents .lead {
  font-size: 1.5rem;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-top-value__head-contents {
    margin-top: 4.0625rem;
    margin-bottom: 3.125rem;
  }
  .p-top-value__head-contents .head {
    font-size: 1.5rem;
    line-height: 1.6666666667;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin-bottom: 3.125rem;
  }
  .p-top-value__head-contents .lead {
    font-size: 1rem;
    line-height: 2.25;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}

.p-top-value__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .p-top-value__inner {
    display: block;
  }
}

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

.p-top-value__contents {
  position: relative;
  color: #fff;
}
.p-top-value__contents.contents1 {
  margin-bottom: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-top-value__contents.contents1 {
    margin-bottom: 2.5rem;
  }
}
.p-top-value__contents.contents1 .p-value__img {
  width: 30.125rem;
  height: auto;
  aspect-ratio: 482/382;
}
@media screen and (max-width: 767px) {
  .p-top-value__contents.contents1 .p-value__img {
    width: 18.6875rem;
    aspect-ratio: 299/237;
    margin: auto;
    margin-top: 1.5625rem;
  }
}
.p-top-value__contents.contents1 .p-value__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-value__contents.contents1 .text-contents {
  text-align: center;
  padding: 3.5625rem 3.9375rem 5.1875rem;
  background: #E6E6E6;
  position: relative;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .p-top-value__contents.contents1 .text-contents {
    padding: 2.5rem 1.5625rem;
  }
}
.p-top-value__contents.contents1 .text-wrapper {
  margin-top: 5rem;
}
.p-top-value__contents.contents1 .head {
  margin-bottom: 1.875rem;
  position: relative;
  margin-top: -1.25rem;
  width: 4.5625rem;
  font-size: 3.75rem;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-top-value__contents.contents1 .head {
    font-size: 1.875rem;
    line-height: 1.3333333333;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
.p-top-value__contents.contents1 .head img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top-value__contents.contents1 .head {
    margin-bottom: 1.25rem;
    width: 2.25rem;
  }
}
.p-top-value__contents.contents1 .head::after {
  content: "";
  position: absolute;
  width: 2.375rem;
  height: 0.1875rem;
  background: #ffffff;
  bottom: -0.25rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-top-value__contents.contents1 .head::after {
    width: 1.5625rem;
    height: 0.125rem;
    bottom: -0.625rem;
  }
}
.p-top-value__contents.contents1 .lead {
  font-size: 1.875rem;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .p-top-value__contents.contents1 .lead {
    font-size: 1.25rem;
    line-height: 1.7;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin-bottom: 0.9375rem;
  }
}
.p-top-value__contents.contents1 .text {
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-top-value__contents.contents1 .text {
    font-size: 0.8125rem;
    line-height: 1.8461538462;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
}
.p-top-value__contents.contents1 .list {
  display: inline-block;
}
.p-top-value__contents.contents1 .item {
  text-align: left;
  padding-left: 1.25rem;
  font-size: 1rem;
  line-height: 2.25;
  letter-spacing: 0.05em;
  font-weight: 400;
  position: relative;
}
.p-top-value__contents.contents1 .item::after {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
  line-height: 2.25;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-top-value__contents.contents1 .item {
    font-size: 0.8125rem;
    line-height: 2.1538461538;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
  .p-top-value__contents.contents1 .item::after {
    font-size: 0.8125rem;
    line-height: 2.1538461538;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
.p-top-value__contents.contents2 {
  background: #87C3AB;
  border-radius: 9.9375rem 0 0 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8.3125rem;
  padding-top: 5rem;
  padding-bottom: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-value__contents.contents2 {
    margin-bottom: 4.375rem;
    border-radius: 3.125rem 0 0 0;
    padding-top: 3.75rem;
  }
}
.p-top-value__contents.contents2 .p-top-value__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-top-value__contents.contents2 .head {
  margin-bottom: 1.25rem;
  position: relative;
  width: 4.5625rem;
  font-size: 3.75rem;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-top-value__contents.contents2 .head {
    font-size: 1.875rem;
    line-height: 1.3333333333;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
.p-top-value__contents.contents2 .head img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top-value__contents.contents2 .head {
    margin-bottom: 1.25rem;
    width: 2.25rem;
  }
}
.p-top-value__contents.contents2 .head::after {
  content: "";
  position: absolute;
  width: 2.375rem;
  height: 0.1875rem;
  background: #ffffff;
  bottom: -0.25rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-top-value__contents.contents2 .head::after {
    width: 1.5625rem;
    height: 0.125rem;
    bottom: -0.625rem;
  }
}
.p-top-value__contents.contents2 .lead {
  font-size: 1.875rem;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-top-value__contents.contents2 .lead {
    font-size: 1.25rem;
    line-height: 1.7;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin-bottom: 0.9375rem;
  }
}
.p-top-value__contents.contents2 .text {
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-top-value__contents.contents2 .text {
    font-size: 0.8125rem;
    line-height: 1.8461538462;
    letter-spacing: 0.1em;
    font-weight: 400;
    margin-bottom: 1.875rem;
  }
}
.p-top-value__contents.contents2 .p-value__img {
  width: 32.125rem;
  height: auto;
  aspect-ratio: 514/530;
  margin-top: -10rem;
}
@media screen and (max-width: 767px) {
  .p-top-value__contents.contents2 .p-value__img {
    width: 18.4375rem;
    margin-top: 0;
    aspect-ratio: 295/304;
    margin: auto;
  }
}
.p-top-value__contents.contents2 .p-value__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-value__contents.contents3, .p-top-value__contents.contents4 {
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
.p-top-value__contents.contents3 .head, .p-top-value__contents.contents4 .head {
  margin-bottom: 1.875rem;
  position: relative;
  margin-top: -1.25rem;
  width: 4.5625rem;
  font-size: 3.75rem;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-top-value__contents.contents3 .head, .p-top-value__contents.contents4 .head {
    font-size: 1.875rem;
    line-height: 1.3333333333;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
.p-top-value__contents.contents3 .head img, .p-top-value__contents.contents4 .head img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top-value__contents.contents3 .head, .p-top-value__contents.contents4 .head {
    width: 2.25rem;
    margin-bottom: 1.25rem;
    margin-top: 0;
  }
}
.p-top-value__contents.contents3 .head::after, .p-top-value__contents.contents4 .head::after {
  content: "";
  position: absolute;
  width: 2.375rem;
  height: 0.1875rem;
  background: #ffffff;
  bottom: -0.25rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-top-value__contents.contents3 .head::after, .p-top-value__contents.contents4 .head::after {
    width: 1.5625rem;
    height: 0.125rem;
    bottom: -0.625rem;
  }
}
.p-top-value__contents.contents3 .lead, .p-top-value__contents.contents4 .lead {
  font-size: 1.875rem;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .p-top-value__contents.contents3 .lead, .p-top-value__contents.contents4 .lead {
    font-size: 1.25rem;
    line-height: 1.7;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin-bottom: 0.9375rem;
  }
}
.p-top-value__contents.contents3 .text, .p-top-value__contents.contents4 .text {
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-top-value__contents.contents3 .text, .p-top-value__contents.contents4 .text {
    font-size: 0.8125rem;
    line-height: 2.3076923077;
    letter-spacing: 0.05em;
    font-weight: 400;
    margin-bottom: 6.25rem;
  }
}
.p-top-value__contents.contents3 .p-value__img, .p-top-value__contents.contents4 .p-value__img {
  width: 35.375rem;
  height: auto;
  aspect-ratio: 566/434;
  margin-top: -1.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-value__contents.contents3 .p-value__img, .p-top-value__contents.contents4 .p-value__img {
    width: 19.6875rem;
    aspect-ratio: 315/284;
    margin: auto;
  }
}
.p-top-value__contents.contents3 .p-value__img img, .p-top-value__contents.contents4 .p-value__img img {
  width: 100%;
  height: 100%;
}
.p-top-value__contents.contents3 {
  background: #3CB473;
  border-radius: 0 9.9375rem 0 0;
  margin-bottom: 20.25rem;
  margin-top: -18.75rem;
  padding-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-top-value__contents.contents3 {
    display: block;
    margin-bottom: 3.125rem;
    border-radius: 0 3.125rem 0 0;
    margin-top: -14.375rem;
    padding-top: 3.125rem;
  }
}
.p-top-value__contents.contents3 .head {
  margin-bottom: 1.875rem;
  position: relative;
  width: 4.5625rem;
  font-size: 3.75rem;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-top-value__contents.contents3 .head {
    font-size: 1.875rem;
    line-height: 1.3333333333;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
.p-top-value__contents.contents3 .head img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top-value__contents.contents3 .head {
    width: 2.25rem;
    margin-bottom: 1.25rem;
  }
}
.p-top-value__contents.contents3 .head::after {
  content: "";
  position: absolute;
  width: 2.375rem;
  height: 0.1875rem;
  background: #ffffff;
  bottom: -0.25rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-top-value__contents.contents3 .head::after {
    width: 1.5625rem;
    height: 0.125rem;
    bottom: -0.625rem;
  }
}
.p-top-value__contents.contents3 .lead {
  font-size: 1.875rem;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-top-value__contents.contents3 .lead {
    font-size: 1.25rem;
    line-height: 1.7;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin-bottom: 0.9375rem;
  }
}
.p-top-value__contents.contents3 .text {
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-top-value__contents.contents3 .text {
    font-size: 0.8125rem;
    line-height: 1.8461538462;
    letter-spacing: 0.1em;
    font-weight: 400;
    margin-bottom: 1.875rem;
  }
}
.p-top-value__contents.contents4 {
  background: #87C3AB;
  border-radius: 9.9375rem 0 0 0;
  margin-bottom: 7.75rem;
  margin-top: -20rem;
  padding-top: 5rem;
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-top-value__contents.contents4 {
    margin-top: 0;
    margin-bottom: 4.375rem;
    border-radius: 3.125rem 0 0 0;
    padding-top: 4.375rem;
    padding-bottom: 18.75rem;
  }
}
.p-top-value__contents.contents4 .p-top-value__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.p-top-value__contents.contents4 .head {
  margin-bottom: 2.5rem;
  position: relative;
  width: 4.5625rem;
  font-size: 3.75rem;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-top-value__contents.contents4 .head {
    font-size: 1.875rem;
    line-height: 1.3333333333;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
.p-top-value__contents.contents4 .head img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top-value__contents.contents4 .head {
    width: 2.25rem;
    margin-bottom: 1.25rem;
  }
}
.p-top-value__contents.contents4 .head::after {
  content: "";
  position: absolute;
  width: 2.375rem;
  height: 0.1875rem;
  background: #ffffff;
  bottom: -0.25rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-top-value__contents.contents4 .head::after {
    width: 1.5625rem;
    height: 0.125rem;
    bottom: -0.625rem;
  }
}
.p-top-value__contents.contents4 .lead {
  font-size: 1.875rem;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .p-top-value__contents.contents4 .lead {
    font-size: 1.25rem;
    line-height: 1.7;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin-bottom: 0.9375rem;
  }
}
.p-top-value__contents.contents4 .text {
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-bottom: 2.9375rem;
}
@media screen and (max-width: 767px) {
  .p-top-value__contents.contents4 .text {
    font-size: 0.8125rem;
    line-height: 1.8461538462;
    letter-spacing: 0.1em;
    font-weight: 400;
    margin-bottom: 2.5rem;
    white-space: nowrap;
  }
}
.p-top-value__contents.contents4 .p-value__img {
  width: 28.125rem;
  height: auto;
  aspect-ratio: 457/565;
  margin-top: -6.25rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-top-value__contents.contents4 .p-value__img {
    margin: 0 auto;
    width: 18.4375rem;
    aspect-ratio: 295/366;
  }
}
.p-top-value__contents.contents4 .p-value__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-top-value__contents.contents5 {
  background: #3CB473;
  border-radius: 0 9.9375rem 0 0;
  margin-top: -21.25rem;
  padding-top: 9.375rem;
  position: relative;
  z-index: 1;
  padding-bottom: 1.875rem;
}
.p-top-value__contents.contents5 .p-top-value__inner {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-top-value__contents.contents5 .text-wrapper {
  margin-left: 1.25rem;
  margin-top: -1.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-value__contents.contents5 .text-wrapper {
    margin-left: 0;
    margin-top: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-value__contents.contents5 {
    border-radius: 0 3.125rem 0 0;
    margin-top: -20rem;
    padding-top: 3.125rem;
    padding-bottom: 2.5rem;
  }
}
.p-top-value__contents.contents5 .head {
  margin-bottom: 1.25rem;
  position: relative;
  margin-top: -1.25rem;
  width: 4.5625rem;
  font-size: 3.75rem;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-top-value__contents.contents5 .head {
    font-size: 1.875rem;
    line-height: 1.3333333333;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
.p-top-value__contents.contents5 .head img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top-value__contents.contents5 .head {
    width: 2.25rem;
    margin-bottom: 1.25rem;
  }
}
.p-top-value__contents.contents5 .head::after {
  content: "";
  position: absolute;
  width: 2.375rem;
  height: 0.1875rem;
  background: #ffffff;
  bottom: -0.25rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-top-value__contents.contents5 .head::after {
    width: 1.5625rem;
    height: 0.125rem;
    bottom: -0.625rem;
  }
}
.p-top-value__contents.contents5 .lead {
  font-size: 1.875rem;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .p-top-value__contents.contents5 .lead {
    font-size: 1.25rem;
    line-height: 1.7;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin-bottom: 0.9375rem;
  }
}
.p-top-value__contents.contents5 .text {
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-bottom: 2.9375rem;
}
@media screen and (max-width: 767px) {
  .p-top-value__contents.contents5 .text {
    font-size: 0.8125rem;
    line-height: 1.8461538462;
    letter-spacing: 0.1em;
    font-weight: 400;
    margin-bottom: 2.5rem;
  }
}
.p-top-value__contents.contents5 .p-value__img {
  width: 31.25rem;
  height: auto;
  aspect-ratio: 495/504;
  margin-top: -11.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-value__contents.contents5 .p-value__img {
    width: 19.875rem;
    margin: 0 auto;
    aspect-ratio: 318/324;
    margin-top: 0;
  }
}
.p-top-value__contents.contents5 .p-value__img img {
  width: 100%;
  height: 100%;
}
.p-top-value__contents.contents6 {
  background: #87C3AB;
  border-radius: 9.9375rem 0 0 0;
  padding-bottom: 3.75rem;
  padding-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-value__contents.contents6 {
    border-radius: 3.125rem 0 0 0;
    padding-top: 5.625rem;
    padding-bottom: 3.125rem;
  }
}
.p-top-value__contents.contents6 .p-top-value__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin-left: -0.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-value__contents.contents6 .p-top-value__inner {
    margin: auto;
  }
}
.p-top-value__contents.contents6 .head {
  margin-bottom: 1.25rem;
  position: relative;
  margin-top: -1.25rem;
  width: 4.5625rem;
  font-size: 3.75rem;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-top-value__contents.contents6 .head {
    font-size: 1.875rem;
    line-height: 1.3333333333;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
.p-top-value__contents.contents6 .head img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top-value__contents.contents6 .head {
    margin-bottom: 1.25rem;
    width: 2.25rem;
  }
}
.p-top-value__contents.contents6 .head::after {
  content: "";
  position: absolute;
  width: 2.375rem;
  height: 0.1875rem;
  background: #ffffff;
  bottom: -0.25rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-top-value__contents.contents6 .head::after {
    width: 1.5625rem;
    height: 0.125rem;
    bottom: -0.625rem;
  }
}
.p-top-value__contents.contents6 .lead {
  font-size: 1.875rem;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .p-top-value__contents.contents6 .lead {
    font-size: 1.25rem;
    line-height: 1.7;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin-bottom: 0.9375rem;
  }
}
.p-top-value__contents.contents6 .text {
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-bottom: 2.9375rem;
}
@media screen and (max-width: 767px) {
  .p-top-value__contents.contents6 .text {
    font-size: 0.8125rem;
    line-height: 1.8461538462;
    letter-spacing: 0.1em;
    font-weight: 400;
    margin-bottom: 4.1875rem;
  }
}
.p-top-value__contents.contents6 .p-value__img {
  width: 34.375rem;
  height: auto;
  aspect-ratio: 540/388;
  margin-top: -5rem;
}
@media screen and (max-width: 767px) {
  .p-top-value__contents.contents6 .p-value__img {
    width: 20.875rem;
    margin: 0 auto;
    aspect-ratio: 334/240;
    margin-top: -1.25rem;
  }
}
.p-top-value__contents.contents6 .p-value__img img {
  width: 100%;
  height: 100%;
}

.p-top-contact__text {
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.0018em;
  font-weight: 400;
  margin-top: 1.875rem;
  color: #ffffff;
  text-align: center;
  width: 18.75rem;
  max-width: 100%;
  margin-left: 2.1875rem;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-top-contact__text {
    margin: 1.25rem auto 0;
    font-size: 0.875rem;
    line-height: 1.8571428571;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
}

@-webkit-keyframes slideDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-6.25rem);
            transform: translateY(-6.25rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
  }
}

@keyframes slideDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-6.25rem);
            transform: translateY(-6.25rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
  }
}
@-webkit-keyframes slideUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(6.25rem);
            transform: translateY(6.25rem);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
  }
}
@keyframes slideUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(6.25rem);
            transform: translateY(6.25rem);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
  }
}
.p-top-works__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 3.75rem;
     -moz-column-gap: 3.75rem;
          column-gap: 3.75rem;
  row-gap: 5.625rem;
  max-width: 67.5rem;
  margin: auto;
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-top-works__wrapper {
    display: block;
    width: 33.75rem;
    max-width: 100%;
    margin: auto;
    margin-top: 3.9375rem;
  }
}
.p-top-works__wrapper.first, .p-top-works__wrapper.more {
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-top-works__item:not(:last-of-type) {
    margin-bottom: 3.4375rem;
  }
}
.p-top-works__item .icatch {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 510/338;
  margin-bottom: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .p-top-works__item .icatch {
    aspect-ratio: 335/221;
    margin-bottom: 1.25rem;
  }
}
.p-top-works__item .icatch .bg {
  width: 100%;
  height: 100%;
}
.p-top-works__item .icatch .phone {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  width: 12.9375rem;
  height: auto;
  aspect-ratio: 207/308;
}
@media screen and (max-width: 767px) {
  .p-top-works__item .icatch .phone {
    top: 0.875rem;
    left: 0.75rem;
    width: 8.5rem;
    height: auto;
    aspect-ratio: 136/202;
  }
}
.p-top-works__item .icatch .iconWrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 4.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-works__item .icatch .iconWrap {
    right: 3.25rem;
  }
}
.p-top-works__item .icatch .icon {
  width: 7.5rem;
  height: auto;
  aspect-ratio: 1;
  margin: auto;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-top-works__item .icatch .icon {
    width: 4.875rem;
    height: auto;
    aspect-ratio: 1;
    margin-bottom: 0.625rem;
  }
}
.p-top-works__item .icatch .register {
  font-size: 0.875rem;
  line-height: 2.5;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #ffffff;
  background: #06C755;
  border-radius: 0.875rem;
  padding: 0rem 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-top-works__item .icatch .register {
    font-size: 0.625rem;
    line-height: 2.6;
    letter-spacing: 0.05em;
    font-weight: 700;
    padding: 0rem 0.75rem;
  }
}
.p-top-works__item .title {
  font-size: 1.5rem;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 1.375rem;
  color: #02BA58;
}
@media screen and (max-width: 767px) {
  .p-top-works__item .title {
    font-size: 1.125rem;
    line-height: 2;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin-bottom: 0;
  }
}
.p-top-works__item .text {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-top-works__item .text {
    font-size: 0.75rem;
    line-height: 1.6666666667;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}

/*
    pagination
----------------------------------------------*/
.p-works__pagination {
  margin-top: 2.5rem;
  text-align: center;
}
.p-works__pagination .pagination {
  display: inline-block;
}
.p-works__pagination .page-numbers {
  font-size: 1.125rem;
  line-height: 1.6666666667;
  letter-spacing: 0em;
  font-weight: 400;
  color: #3CB473;
  margin-right: 1.4375rem;
}
.p-works__pagination .page-numbers.current {
  font-weight: bold;
}
.p-works__pagination .prev .pagination-arrow--left {
  display: inline-block;
  width: 2.25rem;
  height: auto;
  aspect-ratio: 1;
  background: #3CB473;
  border-radius: 50%;
  text-align: center;
}
.p-works__pagination .prev .pagination-arrow--left i {
  font-size: 1rem;
  line-height: 2.25;
  letter-spacing: 0em;
  font-weight: 600;
  color: #ffffff;
}
.p-works__pagination .next .pagination-arrow--right {
  display: inline-block;
  width: 2.25rem;
  height: auto;
  aspect-ratio: 1;
  background: #3CB473;
  border-radius: 50%;
  text-align: center;
}
.p-works__pagination .next .pagination-arrow--right i {
  font-size: 1rem;
  line-height: 2.25;
  letter-spacing: 0em;
  font-weight: 600;
  color: #ffffff;
}

.p-voice__wrapper {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-voice__wrapper {
    margin-top: 3.75rem;
  }
}
.p-voice__wrapper.more {
  margin-top: 0rem;
  padding-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-voice__wrapper.more {
    padding-top: 1.875rem;
  }
}

.p-voice__item {
  background: #F0F0F0;
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
  padding-left: 15rem;
}
.p-voice__item:not(:first-of-type) {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-voice__item {
    margin-top: 0;
    margin-bottom: 15.625rem;
  }
  .p-voice__item:not(:last-of-type) {
    margin-bottom: 17.75rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  .p-voice__item {
    margin-bottom: 18.75rem;
  }
  .p-voice__item:not(:last-of-type) {
    margin-bottom: 18.75rem;
  }
}
.p-voice__item .career {
  font-size: 0.875rem;
  line-height: 1.2142857143;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #3CB473;
  margin-bottom: 0.5rem;
  width: 34.0625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-voice__item .career {
    width: 100%;
    font-size: 0.75rem;
    line-height: 1.75;
    letter-spacing: 0.0012em;
    font-weight: 700;
    color: #ffffff;
  }
}
.p-voice__item .name {
  width: 34.0625rem;
  font-size: 1.5rem;
  line-height: 1.2083333333;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-voice__item .name {
    width: 65%;
    font-size: 1.125rem;
    line-height: 1.2222222222;
    letter-spacing: 0.0018em;
    font-weight: 700;
    margin-bottom: 0.625rem;
    color: #ffffff;
  }
}
.p-voice__item .text {
  width: 34.0625rem;
  font-size: 0.875rem;
  line-height: 1.8571428571;
  letter-spacing: 0.0007em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-voice__item .text {
    width: 100%;
    font-size: 0.75rem;
    line-height: 1.75;
    letter-spacing: 0.0006em;
    font-weight: 400;
  }
}
.p-voice__item.odd {
  border-radius: 7.5rem 0 0 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-voice__item.odd {
    height: 6.25rem;
    border-radius: 12.5rem 0 0 12.5rem;
  }
}
.p-voice__item.odd .icon {
  position: absolute;
  left: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 11.25rem;
  height: auto;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .p-voice__item.odd .icon {
    width: 5.4375rem;
  }
}
.p-voice__item.odd .phone {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14.8125rem;
  height: auto;
  aspect-ratio: 237/351;
}
@media screen and (max-width: 767px) {
  .p-voice__item.odd .phone {
    width: 8.75rem;
    top: calc(50% + 1.25rem);
  }
}
.p-voice__item.odd .text-wrapper {
  position: absolute;
  width: 100%;
  top: calc(100% + 1.25rem);
  left: 0;
}
.p-voice__item.odd::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: calc((100vw - 67.625rem) / 2);
  height: 100%;
  background: #F0F0F0;
}
@media screen and (max-width: 1140px) {
  .p-voice__item.odd::after {
    width: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__item.odd::after {
    width: 18.75rem;
  }
}
.p-voice__item.even {
  border-radius: 0 7.5rem 7.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-voice__item.even {
    height: 6.25rem;
    border-radius: 0 12.5rem 12.5rem 0;
  }
}
.p-voice__item.even .career {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-voice__item.even .career {
    padding-left: 50%;
  }
}
.p-voice__item.even .name {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-voice__item.even .name {
    width: 100%;
    padding-left: 50%;
  }
}
.p-voice__item.even .icon {
  position: absolute;
  right: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 11.25rem;
  height: auto;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .p-voice__item.even .icon {
    width: 5.4375rem;
  }
}
.p-voice__item.even .phone {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14.8125rem;
  height: auto;
  aspect-ratio: 237/351;
}
@media screen and (max-width: 767px) {
  .p-voice__item.even .phone {
    width: 8.75rem;
    top: calc(50% + 1.25rem);
  }
}
.p-voice__item.even .text-wrapper {
  position: absolute;
  width: 100%;
  top: calc(100% + 1.25rem);
  left: 0;
}
.p-voice__item.even::after {
  content: "";
  position: absolute;
  top: 0;
  right: 99%;
  width: calc((100vw - 67.625rem) / 2);
  height: 100%;
  background: #F0F0F0;
}
@media screen and (max-width: 1140px) {
  .p-voice__item.even::after {
    width: 18.75rem;
  }
}
.p-voice__item img {
  width: 100%;
  height: 100%;
}
.p-voice__item.more {
  display: none;
}

.p-top-information__contents {
  padding-top: 3.75rem;
  width: 67.5rem;
  max-width: 100%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-top-information__contents {
    width: 100%;
    padding-top: 1.875rem;
  }
}

.p-top-information__ceo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5.4375rem;
}
@media screen and (max-width: 767px) {
  .p-top-information__ceo {
    margin-bottom: 2.5rem;
    width: 100%;
  }
}
.p-top-information__ceo .img {
  width: 10.625rem;
  height: auto;
  aspect-ratio: 170/205;
}
@media screen and (max-width: 767px) {
  .p-top-information__ceo .img {
    width: 22%;
    height: auto;
    aspect-ratio: 77/92;
  }
}
.p-top-information__ceo .img img {
  width: 100%;
}
.p-top-information__ceo .text-wrapper {
  width: 71%;
}
.p-top-information__ceo .director {
  font-size: 0.875rem;
  line-height: 1.2142857143;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #707070;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-top-information__ceo .director {
    font-size: 0.75rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin-bottom: 1.0625rem;
  }
}
.p-top-information__ceo .name {
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-top-information__ceo .name {
    font-size: 1.125rem;
    line-height: 1.2222222222;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin-bottom: 0.9375rem;
  }
}
.p-top-information__ceo .name span {
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #707070;
}
@media screen and (max-width: 767px) {
  .p-top-information__ceo .name span {
    font-size: 1.125rem;
    line-height: 1.2222222222;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
.p-top-information__ceo .description {
  width: 33.625rem;
  font-size: 0.875rem;
  line-height: 2.1428571429;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-top-information__ceo .description {
    width: 100%;
    font-size: 0.75rem;
    line-height: 1.6666666667;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}

.p-top-information__about {
  padding: 3rem 13.125rem 4.25rem;
  background: #F0F0F0;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-information__about {
    padding: 2rem 1.25rem 2.1875rem;
  }
}
.p-top-information__about .title {
  font-size: 1.875rem;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: relative;
  text-align: center;
  color: #3CB473;
}
@media screen and (max-width: 767px) {
  .p-top-information__about .title {
    font-size: 1rem;
    line-height: 1.1875;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
  .p-top-information__about .title::after {
    width: 2rem;
    height: 0.125rem;
    bottom: -1.25rem;
  }
}
.p-top-information__about .p-top-information__table {
  margin-top: 3.125rem;
  width: 100%;
}
.p-top-information__about .p-top-information__table tr {
  display: block;
}
.p-top-information__about .p-top-information__table tr:not(:last-of-type) {
  margin-bottom: 1.125rem;
}
.p-top-information__about .p-top-information__table th {
  text-align: left;
  font-size: 0.8125rem;
  line-height: 1.8461538462;
  letter-spacing: 0.1em;
  font-weight: 700;
  width: 7.5rem;
  color: #3CB473;
}
.p-top-information__about .p-top-information__table td {
  text-align: left;
  font-size: 0.8125rem;
  line-height: 1.8461538462;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-top-information__about .p-top-information__table {
    margin-top: 2.1875rem;
  }
  .p-top-information__about .p-top-information__table tr:not(:last-of-type) {
    margin-bottom: 0.9375rem;
  }
  .p-top-information__about .p-top-information__table th {
    font-size: 0.75rem;
    line-height: 2;
    letter-spacing: 0.1em;
    font-weight: 700;
    width: 5.3125rem;
    display: block;
  }
  .p-top-information__about .p-top-information__table td {
    font-size: 0.75rem;
    line-height: 2;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
}

.p-top-blog__head {
  margin-top: 1.875rem;
  position: relative;
}
.p-top-blog__head .text {
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.0016em;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-blog__head {
    margin-top: 1.875rem;
  }
  .p-top-blog__head .text {
    font-size: 0.875rem;
    line-height: 1.8571428571;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
}

.p-top-blog__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 1.125rem;
     -moz-column-gap: 1.125rem;
          column-gap: 1.125rem;
  width: 67.5rem;
  max-width: 100%;
  margin: 3.5rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-top-blog__wrapper {
    display: block;
    margin-top: 5.375rem;
  }
}

.p-top-blog__item {
  display: block;
  width: 100%;
}
.p-top-blog__item .link {
  display: block;
}
@media (hover: hover) {
  .p-top-blog__item .link:hover {
    opacity: 1;
  }
  .p-top-blog__item .link:hover .icatch {
    opacity: 0.7;
  }
}
.p-top-blog__item .icatch {
  width: 100%;
  height: auto;
  aspect-ratio: 346/192;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-top-blog__item .icatch img {
  width: 100%;
  height: 100%;
}
.p-top-blog__item .text-wrapper {
  padding: 1.4375rem 1.875rem 0.625rem;
  height: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-top-blog__item .text-wrapper {
    padding: 0.9375rem 1.875rem 0.75rem 1.25rem;
    height: 8.125rem;
  }
}
.p-top-blog__item .title {
  font-size: 1.125rem;
  line-height: 1.6666666667;
  letter-spacing: 0em;
  font-weight: 700;
  margin-bottom: 0.375rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-top-blog__item .title {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.625;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.p-top-blog__item .text {
  font-size: 0.75rem;
  line-height: 1.6666666667;
  letter-spacing: 0em;
  font-weight: 400;
}
.p-top-blog__item .text p {
  margin-bottom: 0.75rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.p-top-blog__item .meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1.875rem;
}
@media screen and (max-width: 1000px) {
  .p-top-blog__item .meta {
    margin-top: 0.75rem;
    padding: 0 1.25rem;
  }
}
.p-top-blog__item .date {
  font-size: 0.75rem;
  line-height: 1.6666666667;
  letter-spacing: 0em;
  font-weight: 400;
  color: #02BA58;
}
.p-top-blog__item .sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top-blog__item .sns .icon {
  display: inline;
}
.p-top-blog__item .sns .icon:not(:last-of-type) {
  margin-right: 1.25rem;
}
.p-top-blog__item .sns .icon img {
  width: 1rem;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: fill;
     object-fit: fill;
}

.u-green .date {
  color: #3CB473;
}

.p-top-blog__item:not(:last-of-type) {
  margin-bottom: 1.5625rem;
}
.p-top-blog__item.page {
  margin-bottom: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-top-blog__item.page {
    margin-bottom: 3.125rem;
  }
}

.p-footer__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-footer__wrapper {
    display: block;
    margin-left: 0;
    width: 18.75rem;
    max-width: 100%;
    margin: auto;
  }
}

.p-footer__left {
  width: 11.875rem;
}
.p-footer__left .logo {
  margin-top: -1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-footer__left {
    margin: 0 auto;
  }
  .p-footer__left .logo {
    text-align: center;
  }
}
.p-footer__left .logo a {
  display: inline-block;
  font-size: 3.125rem;
  line-height: 1.34;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-footer__left .logo a {
    font-size: 2.5rem;
    line-height: 1.325;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin-bottom: 1.25rem;
  }
}
.p-footer__left .sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-column-gap: 2.1875rem;
     -moz-column-gap: 2.1875rem;
          column-gap: 2.1875rem;
  margin-left: 0rem;
}
@media screen and (max-width: 767px) {
  .p-footer__left .sns {
    margin-bottom: 5rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0;
    -webkit-column-gap: 1.5625rem;
       -moz-column-gap: 1.5625rem;
            column-gap: 1.5625rem;
  }
  .p-footer__left .sns a:not(:first-child) {
    margin-left: 1.6875rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-footer__left .sns a:not(:first-child) {
    margin-left: 0;
  }
}
.p-footer__left .sns i {
  font-size: 1rem;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-footer__left .sns i {
    font-size: 1.25rem;
  }
}
.p-footer__left .sns img {
  width: 1.6875rem;
  height: auto;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .p-footer__left .sns img {
    width: 1.25rem;
  }
}

.p-footer__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-column-gap: 4.125rem;
     -moz-column-gap: 4.125rem;
          column-gap: 4.125rem;
  width: 41.875rem;
  margin-left: 0;
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  .p-footer__right {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__right {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
    margin-right: 0;
    margin-left: 0;
  }
}

.p-footer__nav .head {
  margin-bottom: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav .head {
    margin-bottom: 1.25rem;
  }
}
.p-footer__nav .head a {
  font-size: 1rem;
  line-height: 1.1875;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-footer__nav .head a {
    font-size: 0.875rem;
    line-height: 1.2142857143;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
.p-footer__nav .lead a {
  font-size: 0.875rem;
  line-height: 2.2857142857;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-footer__nav .lead a {
    font-size: 0.75rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__nav .lead {
    margin-bottom: 0.625rem;
  }
}
.p-footer__nav.nav1 {
  grid-column: 1/2;
  grid-row: 1/3;
}
.p-footer__nav.nav2 {
  grid-column: 2/3;
  grid-row: 1/2;
  margin-bottom: 2.1875rem;
  margin-right: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav.nav2 {
    margin-right: 0;
  }
}
.p-footer__nav.nav3 {
  grid-column: 2/3;
  grid-row: 2/3;
  margin-right: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav.nav3 {
    margin-right: 0;
    margin-bottom: 2.1875rem;
  }
}
.p-footer__nav.nav4 {
  grid-column: 2/3;
  grid-row: 3/3;
}

.p-footer__copyright {
  margin-top: 6.25rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.3571428571;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    margin-top: 1.875rem;
  }
}

.p-toTop {
  position: fixed;
  bottom: 2.5rem;
  right: 0.625rem;
  z-index: 50;
}
@media screen and (max-width: 1140px) {
  .p-toTop {
    right: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-toTop {
    right: 0.5rem;
    bottom: 1.25rem;
  }
}
.p-toTop a {
  display: inline-block;
  width: 10.9375rem;
  height: 5rem;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  border-radius: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-toTop a {
    width: 8.125rem;
    height: 4.0625rem;
  }
}
.p-toTop a img {
  width: 100%;
  height: 100%;
}

.p-drawer__logo {
  margin-top: 0rem;
  margin-bottom: 1.4375rem;
}
.p-drawer__logo a {
  font-size: 2.25rem;
  line-height: 1.1944444444;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .p-drawer__logo {
    text-align: center;
    margin-top: 0rem;
    margin-bottom: 1.625rem;
  }
}

.p-drawer__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: 10.625rem;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
}
.p-drawer__sns a {
  display: block;
}
.p-drawer__sns img {
  width: 1.25rem;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: fill;
     object-fit: fill;
}
@media screen and (max-width: 767px) {
  .p-drawer__sns {
    -webkit-column-gap: 1.5625rem;
       -moz-column-gap: 1.5625rem;
            column-gap: 1.5625rem;
    margin: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-drawer__nav {
  margin-top: 5.9375rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-drawer__nav {
    margin: auto;
    margin-top: 5rem;
    max-width: 25rem;
    padding-left: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-drawer__nav tbody {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
}
.p-drawer__nav tr {
  display: block;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-drawer__nav tr.column1 {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .p-drawer__nav tr.column2 {
    grid-column: 2/3;
    grid-row: 1/2;
    margin-bottom: 2.8125rem;
  }
  .p-drawer__nav tr.column3 {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .p-drawer__nav tr.column4 {
    grid-column: 2/3;
    grid-row: 3/3;
  }
}
.p-drawer__nav th {
  text-align: left;
  width: 100px;
}
@media screen and (max-width: 767px) {
  .p-drawer__nav th {
    display: block;
    width: 100%;
    margin-bottom: 1.25rem;
  }
}
.p-drawer__nav th a {
  display: block;
  font-size: 1rem;
  line-height: 1.1875;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-drawer__nav td {
    display: block;
    width: 100%;
  }
}
.p-drawer__nav td a {
  display: block;
  font-size: 0.875rem;
  line-height: 2.2857142857;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
}

.p-blog-archive__text {
  margin-top: 4.0625rem;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-blog-archive__text {
    margin-top: 3.625rem;
    font-size: 0.875rem;
    line-height: 1.8571428571;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
}

.p-blog__wrapper {
  margin-top: 4.5625rem;
}

@media screen and (max-width: 767px) {
  .p-blog__item .text-wrapper {
    padding-top: 1.25rem !important;
    height: 8.75rem;
  }
  .p-blog__item .title {
    font-size: 1.125rem;
    line-height: 1.6666666667;
    letter-spacing: 0em;
    font-weight: 700;
  }
}

.p-blog-single__title {
  font-size: 2.25rem;
  line-height: 1.6666666667;
  letter-spacing: 0em;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-blog-single__title {
    font-size: 1.375rem;
    line-height: 1.9090909091;
    letter-spacing: 0em;
    font-weight: 700;
    margin-bottom: 1.5625rem;
  }
}

.p-blog-single__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.0625rem;
}
.p-blog-single__meta .date {
  font-size: 0.75rem;
  line-height: 1.6666666667;
  letter-spacing: 0em;
  font-weight: 400;
  color: #3CB473;
}
.p-blog-single__meta .sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-blog-single__meta .sns .icon {
  margin-left: 1.25rem;
}
.p-blog-single__meta .sns img {
  width: 1rem;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: fill;
     object-fit: fill;
}

.p-blog-single__icatch img {
  width: 100%;
  height: auto;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-blog-single__icatch img {
    margin-bottom: 2.5rem;
  }
}

.p-blog-single__contents {
  margin-bottom: 6.25rem;
}
.p-blog-single__contents h2 {
  font-size: 1.6875rem;
  line-height: 1.4074074074;
  letter-spacing: 0em;
  font-weight: 700;
  position: relative;
  margin-bottom: 5.625rem;
}
.p-blog-single__contents h2::after {
  content: "";
  position: absolute;
  bottom: -2.5rem;
  left: 0;
  width: 3.75rem;
  height: 0.125rem;
  background: #CDD6DD;
}
@media screen and (max-width: 767px) {
  .p-blog-single__contents h2 {
    font-size: 1.25rem;
    line-height: 1.9;
    letter-spacing: 0em;
    font-weight: 700;
    margin-bottom: 4.625rem;
  }
  .p-blog-single__contents h2::after {
    bottom: -1.5rem;
  }
}
.p-blog-single__contents h3 {
  margin-bottom: 3.125rem;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-blog-single__contents h3 {
    font-size: 1.125rem;
    line-height: 1.7777777778;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.p-blog-single__contents p {
  font-size: 1rem;
  line-height: 2.125;
  letter-spacing: 0em;
  font-weight: 400;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-blog-single__contents p {
    font-size: 0.8125rem;
    line-height: 2.3076923077;
    letter-spacing: 0em;
    font-weight: 400;
    margin-bottom: 3.125rem;
  }
}
.p-blog-single__contents a {
  color: #135C11;
  text-decoration: underline;
}
.p-blog-single__contents strong {
  font-weight: 700;
}
.p-blog-single__contents figure.wp-block-image {
  width: 37.5rem;
  max-width: 100%;
  height: auto;
  margin: 0 auto 5rem;
}
.p-blog-single__contents figure.wp-block-image figcaption {
  font-size: 0.75rem;
  line-height: 1.6666666667;
  letter-spacing: 0em;
  font-weight: 400;
  color: #6E866D;
}
@media screen and (max-width: 767px) {
  .p-blog-single__contents figure.wp-block-image {
    margin-bottom: 4.6875rem;
  }
}
.p-blog-single__contents img {
  width: 100%;
  margin-bottom: 1rem;
}
.p-blog-single__contents ul {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-blog-single__contents ul {
    margin-bottom: 4.6875rem;
  }
}
.p-blog-single__contents ul li {
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0em;
  font-weight: 400;
  padding-left: 0.9375rem;
  position: relative;
  color: #072E06;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-blog-single__contents ul li {
    font-size: 0.8125rem;
    line-height: 1.8461538462;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
.p-blog-single__contents ul li::after {
  content: "";
  position: absolute;
  top: 0.6875rem;
  left: 0;
  width: 0.5rem;
  height: auto;
  aspect-ratio: 1;
  background: #072E06;
  border-radius: 50%;
}
.p-blog-single__contents ol {
  margin-left: 1.25rem;
  margin-bottom: 5rem;
  font-family: "Noto Sans JP", sans-serif;
}
.p-blog-single__contents ol li {
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0em;
  font-weight: 400;
  list-style: decimal;
  color: #072E06;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-blog-single__contents ol li {
    font-size: 0.8125rem;
    line-height: 1.8461538462;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
.p-blog-single__contents figure.wp-block-table {
  padding-bottom: 2.5rem;
  margin-bottom: 5rem;
  width: 100%;
  overflow-x: scroll;
}
.p-blog-single__contents figure.wp-block-table::-webkit-scrollbar {
  width: 22.5rem;
  border-radius: 0.3125rem;
}
.p-blog-single__contents figure.wp-block-table::-webkit-scrollbar-track {
  background-color: #F0F0F0;
}
.p-blog-single__contents figure.wp-block-table::-webkit-scrollbar-thumb {
  background-color: #87C3AB;
  border-radius: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-blog-single__contents figure.wp-block-table {
    margin-bottom: 4.375rem;
  }
}
.p-blog-single__contents figure.wp-block-table thead {
  border-bottom: none;
}
.p-blog-single__contents figure.wp-block-table th {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 700;
  background: #3CB473;
  border: 1px solid #ffffff;
  padding: 1.25rem 2.5rem 1.25rem 2.0625rem;
  white-space: nowrap;
  color: #ffffff;
}
.p-blog-single__contents figure.wp-block-table td {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 400;
  background: #DEDEDE;
  border: 1px solid #ffffff;
  padding: 1.25rem 0 1.25rem 2.0625rem;
}
.p-blog-single__contents .wp-block-quote {
  width: 100%;
  margin-left: 0;
  padding: 1.625rem 2.8125rem 1.125rem 1.5rem;
  border: 1px solid #DEDEDE;
  text-align: right;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-blog-single__contents .wp-block-quote {
    text-align: left;
    padding: 3.75rem 1.5rem 1.3125rem;
    margin-bottom: 4.375rem;
  }
}
.p-blog-single__contents .wp-block-quote p {
  text-align: left;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 400;
  margin-bottom: 1.25rem;
  position: relative;
  padding-left: 4.5rem;
}
.p-blog-single__contents .wp-block-quote p::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/quote-icon.svg) no-repeat center center/100% 100%;
  width: 2.75rem;
  height: auto;
  aspect-ratio: 44/34;
}
@media screen and (max-width: 767px) {
  .p-blog-single__contents .wp-block-quote p {
    font-size: 0.8125rem;
    line-height: 1.6153846154;
    letter-spacing: 0em;
    font-weight: 400;
    padding-left: 0;
    margin-bottom: 0.625rem;
  }
  .p-blog-single__contents .wp-block-quote p::after {
    top: -2.25rem;
    left: -0.3125rem;
    width: 1.875rem;
    height: auto;
    aspect-ratio: 30/23;
  }
}
.p-blog-single__contents .wp-block-quote cite {
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 400;
  color: #A2A2A2;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .p-blog-single__contents .wp-block-quote cite {
    font-size: 0.75rem;
    line-height: 1.6666666667;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
.p-blog-single__contents .wp-block-quote cite a {
  display: inline-block;
  color: #A2A2A2;
  text-decoration: none;
  font-style: italic;
  margin-right: 0.625rem;
}
.p-blog-single__contents .wp-block-buttons {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-blog-single__contents .wp-block-buttons .wp-block-button {
    width: 100%;
    max-width: 21.875rem;
  }
}
.p-blog-single__contents .wp-block-buttons .wp-block-button a {
  display: inline-block;
  padding: 1.125rem 4.6875rem;
  border-radius: 3.75rem;
  background: #3CB473;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-family: "Noto Sans JP";
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.16em;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-blog-single__contents .wp-block-buttons .wp-block-button a {
    width: 100%;
    padding: 1.25rem;
    font-size: 0.875rem;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 100;
  }
}

#ez-toc-container {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  padding: 2.375rem 3.125rem 2.875rem 2.5rem;
  background: #EAEAEA;
  border: none;
  margin-bottom: 5rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  #ez-toc-container {
    padding: 1.875rem 0.8125rem 2.9375rem;
    margin-bottom: 4.6875rem;
  }
}
#ez-toc-container .ez-toc-title-container {
  text-align: center;
  font-size: 1.25rem;
  line-height: 2.1;
  letter-spacing: 0em;
  font-weight: 700;
  margin-bottom: 2.25rem;
}
@media screen and (max-width: 767px) {
  #ez-toc-container .ez-toc-title-container {
    font-size: 0.875rem;
    line-height: 2.1428571429;
    letter-spacing: 0em;
    font-weight: 700;
    margin-bottom: 1.875rem;
  }
}
#ez-toc-container .ez-toc-page-1::after {
  display: none;
}
#ez-toc-container .ez-toc-page-1:not(:last-of-type) {
  margin-bottom: 1.25rem;
}
#ez-toc-container .ez-toc-page-1 > a {
  list-style: decimal;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0em;
  font-weight: 700;
  color: #0F1E27;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  #ez-toc-container .ez-toc-page-1 > a {
    font-size: 0.875rem;
    line-height: 1.8571428571;
    letter-spacing: 0em;
    font-weight: 700;
    margin-bottom: 0.5rem;
  }
}
#ez-toc-container .ez-toc-list-level-3::after {
  display: none;
}
@media screen and (max-width: 767px) {
  #ez-toc-container .ez-toc-list-level-3 {
    margin-left: 0;
  }
}
#ez-toc-container .ez-toc-heading-level-3::after {
  display: none;
}
#ez-toc-container .ez-toc-list-level-3 a {
  list-style: decimal;
  font-size: 0.875rem;
  line-height: 2.1428571429;
  letter-spacing: 0em;
  font-weight: 400;
  color: #A2A2A2;
  margin-bottom: 0rem;
}
@media screen and (max-width: 767px) {
  #ez-toc-container .ez-toc-list-level-3 a {
    font-size: 0.75rem;
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

.p-blog-single__share {
  margin-bottom: 5.4375rem;
}
@media screen and (max-width: 767px) {
  .p-blog-single__share {
    margin-bottom: 4.6875rem;
  }
}
.p-blog-single__share .head {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  margin-bottom: 2.3125rem;
}
@media screen and (max-width: 767px) {
  .p-blog-single__share .head {
    font-size: 1.125rem;
    line-height: 1.7777777778;
    letter-spacing: 0em;
    font-weight: 700;
    margin-bottom: 1.25rem;
  }
}
.p-blog-single__share .sns:not(:first-child) {
  margin-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-blog-single__share .sns:not(:first-child) {
    margin-left: 0;
  }
}
.p-blog-single__share .sns a:not(:last-of-type) {
  margin-right: 2rem;
}
.p-blog-single__share .sns img {
  width: 1.6875rem;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: fill;
     object-fit: fill;
}

.p-blog-single__author .head {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 700;
  margin-bottom: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-blog-single__author .head {
    font-size: 1.125rem;
    line-height: 1.7777777778;
    letter-spacing: 0em;
    font-weight: 700;
    margin-bottom: 4.5625rem;
  }
}
.p-blog-single__author .contents {
  padding: 3rem 3.25rem 2.9375rem 3rem;
  background: #EAEAEA;
  display: grid;
  grid-template-columns: 6.25rem auto;
  -webkit-column-gap: 3.375rem;
     -moz-column-gap: 3.375rem;
          column-gap: 3.375rem;
}
@media screen and (max-width: 767px) {
  .p-blog-single__author .contents {
    grid-template-columns: 4.125rem auto;
    -webkit-column-gap: 1.375rem;
       -moz-column-gap: 1.375rem;
            column-gap: 1.375rem;
    padding: 1.625rem 0.75rem 2.125rem 0.9375rem;
  }
}
.p-blog-single__author .img {
  grid-column: 1/2;
  grid-row: 1/5;
  width: 6.25rem;
  height: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-blog-single__author .img {
    grid-column: 1/2;
    grid-row: 1/3;
    width: 4.125rem;
    height: 4.125rem;
  }
}
.p-blog-single__author .img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.p-blog-single__author .name {
  grid-column: 2/3;
  grid-row: 1/2;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-blog-single__author .name {
    grid-column: 2/3;
    grid-row: 1/2;
    font-size: 1.125rem;
    line-height: 1.7777777778;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.p-blog-single__author .director {
  grid-column: 2/3;
  grid-row: 2/3;
  font-size: 0.875rem;
  line-height: 1.2142857143;
  letter-spacing: 0em;
  font-weight: 400;
  color: #707F89;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-blog-single__author .director {
    grid-column: 2/3;
    grid-row: 2/3;
    font-size: 0.75rem;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
.p-blog-single__author .career {
  grid-column: 2/3;
  grid-row: 3/4;
  font-size: 0.75rem;
  line-height: 2;
  letter-spacing: 0em;
  font-weight: 400;
  margin-bottom: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-blog-single__author .career {
    grid-column: 1/3;
    grid-row: 3/4;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
  }
}
.p-blog-single__author .sns {
  margin-top: 0.625rem;
  grid-column: 2/3;
  grid-row: 4/5;
}
@media screen and (max-width: 767px) {
  .p-blog-single__author .sns {
    grid-column: 1/3;
    grid-row: 4/5;
  }
}
.p-blog-single__author .sns a {
  margin-right: 1.25rem;
}
.p-blog-single__author .sns img {
  width: 1rem;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: fill;
     object-fit: fill;
}

.p-blog-bottom__wrapper {
  width: 67.5rem;
  max-width: 100%;
  margin: 5rem auto 0;
}

.p-contact__text {
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0em;
  font-weight: 500;
  margin-top: 1.5625rem;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact__text {
    font-size: 0.875rem;
    line-height: 1.8571428571;
    letter-spacing: 0em;
    font-weight: 400;
    margin-top: 1.75rem;
    margin-bottom: 3.75rem;
  }
}

.p-contact__form {
  width: 100%;
  max-width: 39.375rem;
  margin: 0 auto;
}
.p-contact__form table {
  width: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-contact__form tbody {
    display: block;
    width: 100%;
  }
}
.p-contact__form tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-contact__form tr {
    display: block;
  }
  .p-contact__form tr:not(:last-of-type) {
    padding-bottom: 2.75rem;
  }
}
.p-contact__form th {
  display: block;
  text-align: left;
  position: relative;
  width: 12.5rem;
  margin-right: 2.1875rem;
  font-size: 1.125rem;
  line-height: 2.7777777778;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-contact__form th {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
    margin-bottom: 1.25rem;
  }
  .p-contact__form th span.must::after {
    content: "必須";
    position: absolute;
    display: inline-block;
    top: 0rem;
    padding: 0rem 0.625rem;
    background: #87C3AB;
    font-size: 0.75rem;
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: 400;
    color: #ffffff;
    white-space: nowrap;
    margin-left: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form th span {
    padding-right: 0.625rem;
    display: block;
  }
}
.p-contact__form th.must::after {
  content: "必須";
  position: absolute;
  top: 0.875rem;
  right: 0;
  padding: 0.3125rem 0.625rem;
  background: #87C3AB;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-contact__form th.must::after {
    display: none;
    margin-left: 1.5625rem;
  }
}
.p-contact__form td {
  display: block;
  width: 25rem;
}
@media screen and (max-width: 767px) {
  .p-contact__form td {
    width: 100%;
  }
}
.p-contact__form td input, .p-contact__form td textarea {
  width: 100%;
  border: 1px solid #CDD6DD;
  background: #ffffff;
  padding: 1rem 0 1rem 1.25rem;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 400;
  color: #0F1E27;
}
.p-contact__form td input::-webkit-input-placeholder, .p-contact__form td textarea::-webkit-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  color: #CDD6DD;
}
.p-contact__form td input::-moz-placeholder, .p-contact__form td textarea::-moz-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  color: #CDD6DD;
}
.p-contact__form td input:-ms-input-placeholder, .p-contact__form td textarea:-ms-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  color: #CDD6DD;
}
.p-contact__form td input::-ms-input-placeholder, .p-contact__form td textarea::-ms-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  color: #CDD6DD;
}
.p-contact__form td input::placeholder, .p-contact__form td textarea::placeholder {
  font-family: "Noto Sans JP", sans-serif;
  color: #CDD6DD;
}
.p-contact__form td input:focus, .p-contact__form td textarea:focus {
  outline: none;
  border: 1px solid #707070;
}
.p-contact__form td textarea {
  height: 22.8125rem;
  resize: vertical;
}
.p-contact__form .p-contact__button p {
  margin-top: 4.375rem;
  text-align: center;
}
.p-contact__form .wpcf7-submit {
  position: relative;
  z-index: 10;
  padding: 1.375rem 8.4375rem;
  background: #3CB473;
  border: 1px solid #3CB473;
  color: #ffffff;
  border-radius: 1.875rem;
  outline: none;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-contact__form .wpcf7-submit {
    width: 100%;
    padding: 1.375rem 0;
    font-size: 0.875rem;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media (hover: hover) {
  .p-contact__form .wpcf7-submit:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
.p-contact__form .wpcf7-spinner {
  display: none;
}
.p-contact__form .wpcf7-not-valid-tip {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 0.625rem;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 400;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-contact__form .wpcf7-not-valid-tip {
    margin-top: 0.3125rem;
    font-size: 0.875rem;
    line-height: 1.7142857143;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
.p-contact__form .wpcf7-response-output {
  text-align: center;
  padding: 0.625rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 400;
  margin: auto;
  font-family: "Noto Sans JP", sans-serif;
}
.p-contact__form .wpcf7 form.invalid .wpcf7-response-output, .p-contact__form .wpcf7 form.unaccepted .wpcf7-response-output, .p-contact__form .wpcf7 form.payment-required .wpcf7-response-output {
  border: 1px solid #000000;
}
.p-contact__form .wpcf7 form.sent .wpcf7-response-output {
  border: 1px solid #000000;
}

input[type=submit],
input[type=button] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

.p-price__text {
  margin: 1.875rem 0 4.375rem;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-price__text {
    font-size: 0.8125rem;
    line-height: 1.8461538462;
    letter-spacing: 0.05em;
    font-weight: 400;
    margin-bottom: 3.5625rem;
  }
}

.p-price__contents {
  background: #F0F0F0;
  border-radius: 1.25rem;
  padding: 5.25rem 0 1.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-price__contents {
    padding: 3.25rem 0.3125rem 1.25rem;
  }
}
.p-price__contents:not(:first-child) {
  margin-top: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-price__contents:not(:first-child) {
    margin-top: 3.125rem;
  }
}

.p-price__title {
  background: #02BA58;
  font-size: 1.25rem;
  line-height: 1.35;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #fff;
  padding: 0.875rem 4.875rem;
  display: inline-block;
  border-radius: 3.125rem;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  width: 23.1875rem;
}
@media screen and (max-width: 767px) {
  .p-price__title {
    font-size: 1rem;
    line-height: 1.3125;
    letter-spacing: 0em;
    font-weight: 700;
    padding: 0.625rem 2.5625rem;
    width: 18.4375rem;
  }
}

.p-price__content {
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-price__content {
    font-size: 0.75rem;
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 700;
  }
}

.u-bold {
  font-size: 2.5rem;
  line-height: 0.75;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .u-bold {
    font-size: 1.5rem;
    line-height: 1.25;
    letter-spacing: 0em;
    font-weight: 700;
  }
}

.p-price__attention {
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
  font-weight: 400;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-price__attention {
    font-size: 0.8125rem;
    line-height: 1.8461538462;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}

.u-font--base {
  font-family: "Noto Sans JP", sans-serif;
}

.u-flex-direction--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.u-textalign-left {
  text-align: left;
}
@media (min-width: 768px) {
  .u-textalign-left--pc {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .u-textalign-left--sp {
    text-align: left;
  }
}

.u-textalign-right {
  text-align: right;
}
@media (min-width: 768px) {
  .u-textalign-right--pc {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .u-textalign-right--sp {
    text-align: right;
  }
}

.u-textalign-center {
  text-align: center;
}
@media (min-width: 768px) {
  .u-textalign-center--pc {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .u-textalign-center--sp {
    text-align: center;
  }
}

.mr30 {
  margin-left: -1.875rem;
}
@media screen and (max-width: 767px) {
  .mr30 {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .u-textalinge--sp {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .center {
    right: 50%;
    -webkit-transform: translateX(55%);
            transform: translateX(55%);
  }
}

.min {
  padding: 4.375rem 0 4.375rem;
}
@media screen and (max-width: 767px) {
  .min {
    padding: 3.75rem 0 2.5rem;
  }
}

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

.u-text-large {
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .u-text-large--sp {
    text-transform: uppercase;
  }
}
@media (min-width: 768px) {
  .u-text-large--pc {
    text-transform: uppercase;
  }
}

.u-text-transform-capita {
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .u-text-transform-capita--sp {
    text-transform: capitalize;
  }
}
@media (min-width: 768px) {
  .u-text-transform-capita--pc {
    text-transform: capitalize;
  }
}

.u-green h3 {
  color: #02BA58;
}

.u-green p {
  color: #02BA58;
}

.u-green--big {
  font-size: 3.4375rem;
  line-height: 0.5454545455;
  letter-spacing: 0em;
  font-weight: 700;
  color: #02BA58;
}
@media screen and (max-width: 767px) {
  .u-green--big {
    font-size: 1.625rem;
    line-height: 1.1538461538;
    letter-spacing: 0em;
    font-weight: 700;
  }
}

.p-blog-single__meta .date {
  color: #707070;
}

.black p {
  color: #000000;
}

.u-underline {
  position: relative;
  padding: 0 0.1875rem 0.1875rem 0.1875rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(60, 180, 115, 0.5)));
  background: -webkit-linear-gradient(transparent 60%, rgba(60, 180, 115, 0.5) 60%);
  background: linear-gradient(transparent 60%, rgba(60, 180, 115, 0.5) 60%);
}

.u-animation__fadeInUp {
  opacity: 0;
}

.u-animation__fadeInLeft {
  opacity: 0;
}

.u-animation__fadeInRight {
  opacity: 0;
}

.u-animation__fadeInLeftBig {
  opacity: 0;
}

.u-animation__fadeInRightBig {
  opacity: 0;
}

@-webkit-keyframes fadeInUpContents {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1.25rem);
            transform: translateY(1.25rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUpContents {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1.25rem);
            transform: translateY(1.25rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeftContents {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1.25rem);
            transform: translateX(-1.25rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInLeftContents {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1.25rem);
            transform: translateX(-1.25rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRightContents {
  0% {
    opacity: 0;
    -webkit-transform: translateX(1.25rem);
            transform: translateX(1.25rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInRightContents {
  0% {
    opacity: 0;
    -webkit-transform: translateX(1.25rem);
            transform: translateX(1.25rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeInLeftBigContents {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-62.5rem);
            transform: translateX(-62.5rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInLeftBigContents {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-62.5rem);
            transform: translateX(-62.5rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRightBigContents {
  0% {
    opacity: 0;
    -webkit-transform: translateX(62.5rem);
            transform: translateX(62.5rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInRightBigContents {
  0% {
    opacity: 0;
    -webkit-transform: translateX(62.5rem);
            transform: translateX(62.5rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* フェードイン時に入るクラス */
.js-fadeInUp {
  -webkit-animation-name: fadeInUpContents;
          animation-name: fadeInUpContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.js-fadeInUp__delay--1s {
  -webkit-animation-name: fadeInUpContents;
          animation-name: fadeInUpContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (min-width: 768px) {
  .js-fadeInUp__delay--1s {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
}

.js-fadeInUp__delay--2s {
  -webkit-animation-name: fadeInUpContents;
          animation-name: fadeInUpContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (min-width: 768px) {
  .js-fadeInUp__delay--2s {
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
}

.js-fadeInUp__delay--3s {
  -webkit-animation-name: fadeInUpContents;
          animation-name: fadeInUpContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (min-width: 768px) {
  .js-fadeInUp__delay--3s {
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
  }
}

.js-fadeInUp__delay--4s {
  -webkit-animation-name: fadeInUpContents;
          animation-name: fadeInUpContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (min-width: 768px) {
  .js-fadeInUp__delay--4s {
    -webkit-animation-delay: 4s;
            animation-delay: 4s;
  }
}

.js-fadeInLeft {
  -webkit-animation-name: fadeInLeftContents;
          animation-name: fadeInLeftContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media screen and (max-width: 767px) {
  .js-fadeInLeft {
    -webkit-animation-name: fadeInUpContents;
            animation-name: fadeInUpContents;
  }
}

.js-fadeInLeft__delay--1s {
  -webkit-animation-name: fadeInLeftContents;
          animation-name: fadeInLeftContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (min-width: 768px) {
  .js-fadeInLeft__delay--1s {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
}
@media screen and (max-width: 767px) {
  .js-fadeInLeft__delay--1s {
    -webkit-animation-name: fadeInUpContents;
            animation-name: fadeInUpContents;
  }
}

.js-fadeInLeft__delay--2s {
  -webkit-animation-name: fadeInLeftContents;
          animation-name: fadeInLeftContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (min-width: 768px) {
  .js-fadeInLeft__delay--2s {
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
}
@media screen and (max-width: 767px) {
  .js-fadeInLeft__delay--2s {
    -webkit-animation-name: fadeInUpContents;
            animation-name: fadeInUpContents;
  }
}

.js-fadeInLeft__delay--3s {
  -webkit-animation-name: fadeInLeftContents;
          animation-name: fadeInLeftContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (min-width: 768px) {
  .js-fadeInLeft__delay--3s {
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
  }
}
@media screen and (max-width: 767px) {
  .js-fadeInLeft__delay--3s {
    -webkit-animation-name: fadeInUpContents;
            animation-name: fadeInUpContents;
  }
}

.js-fadeInLeft__delay--4s {
  -webkit-animation-name: fadeInLeftContents;
          animation-name: fadeInLeftContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (min-width: 768px) {
  .js-fadeInLeft__delay--4s {
    -webkit-animation-delay: 4s;
            animation-delay: 4s;
  }
}
@media screen and (max-width: 767px) {
  .js-fadeInLeft__delay--4s {
    -webkit-animation-name: fadeInUpContents;
            animation-name: fadeInUpContents;
  }
}

.js-fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBigContents;
          animation-name: fadeInLeftBigContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media screen and (max-width: 767px) {
  .js-fadeInLeftBig {
    -webkit-animation-name: fadeInUpContents;
            animation-name: fadeInUpContents;
  }
}

.js-fadeInLeftBig__delay--1s {
  -webkit-animation-name: fadeInLeftBigContents;
          animation-name: fadeInLeftBigContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (min-width: 768px) {
  .js-fadeInLeftBig__delay--1s {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
}
@media screen and (max-width: 767px) {
  .js-fadeInLeftBig__delay--1s {
    -webkit-animation-name: fadeInUpContents;
            animation-name: fadeInUpContents;
  }
}

.js-fadeInLeftBig__delay--2s {
  -webkit-animation-name: fadeInLeftBigContents;
          animation-name: fadeInLeftBigContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (min-width: 768px) {
  .js-fadeInLeftBig__delay--2s {
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
}
@media screen and (max-width: 767px) {
  .js-fadeInLeftBig__delay--2s {
    -webkit-animation-name: fadeInUpContents;
            animation-name: fadeInUpContents;
  }
}

.js-fadeInLeftBig__delay--3s {
  -webkit-animation-name: fadeInLeftBigContents;
          animation-name: fadeInLeftBigContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (min-width: 768px) {
  .js-fadeInLeftBig__delay--3s {
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
  }
}
@media screen and (max-width: 767px) {
  .js-fadeInLeftBig__delay--3s {
    -webkit-animation-name: fadeInUpContents;
            animation-name: fadeInUpContents;
  }
}

.js-fadeInLeftBig__delay--4s {
  -webkit-animation-name: fadeInLeftBigContents;
          animation-name: fadeInLeftBigContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (min-width: 768px) {
  .js-fadeInLeftBig__delay--4s {
    -webkit-animation-delay: 4s;
            animation-delay: 4s;
  }
}
@media screen and (max-width: 767px) {
  .js-fadeInLeftBig__delay--4s {
    -webkit-animation-name: fadeInUpContents;
            animation-name: fadeInUpContents;
  }
}

.js-fadeInRight {
  -webkit-animation-name: fadeInRightContents;
          animation-name: fadeInRightContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media screen and (max-width: 767px) {
  .js-fadeInRight {
    -webkit-animation-name: fadeInUpContents;
            animation-name: fadeInUpContents;
  }
}

.js-fadeInRight__delay--1s {
  -webkit-animation-name: fadeInRightContents;
          animation-name: fadeInRightContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (min-width: 768px) {
  .js-fadeInRight__delay--1s {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
}
@media screen and (max-width: 767px) {
  .js-fadeInRight__delay--1s {
    -webkit-animation-name: fadeInUpContents;
            animation-name: fadeInUpContents;
  }
}

.js-fadeInRight__delay--2s {
  -webkit-animation-name: fadeInRightContents;
          animation-name: fadeInRightContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (min-width: 768px) {
  .js-fadeInRight__delay--2s {
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
}
@media screen and (max-width: 767px) {
  .js-fadeInRight__delay--2s {
    -webkit-animation-name: fadeInUpContents;
            animation-name: fadeInUpContents;
  }
}

.js-fadeInRight__delay--3s {
  -webkit-animation-name: fadeInRightContents;
          animation-name: fadeInRightContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (min-width: 768px) {
  .js-fadeInRight__delay--3s {
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
  }
}
@media screen and (max-width: 767px) {
  .js-fadeInRight__delay--3s {
    -webkit-animation-name: fadeInUpContents;
            animation-name: fadeInUpContents;
  }
}

.js-fadeInRight__delay--4s {
  -webkit-animation-name: fadeInRightContents;
          animation-name: fadeInRightContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (min-width: 768px) {
  .js-fadeInRight__delay--4s {
    -webkit-animation-delay: 4s;
            animation-delay: 4s;
  }
}
@media screen and (max-width: 767px) {
  .js-fadeInRight__delay--4s {
    -webkit-animation-name: fadeInUpContents;
            animation-name: fadeInUpContents;
  }
}

.js-fadeInRightBig {
  -webkit-animation-name: fadeInRightBigContents;
          animation-name: fadeInRightBigContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media screen and (max-width: 767px) {
  .js-fadeInRightBig {
    -webkit-animation-name: fadeInUpContents;
            animation-name: fadeInUpContents;
  }
}

.js-fadeInRightBig__delay--1s {
  -webkit-animation-name: fadeInRightBigContents;
          animation-name: fadeInRightBigContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (min-width: 768px) {
  .js-fadeInRightBig__delay--1s {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
}
@media screen and (max-width: 767px) {
  .js-fadeInRightBig__delay--1s {
    -webkit-animation-name: fadeInUpContents;
            animation-name: fadeInUpContents;
  }
}

.js-fadeInRightBig__delay--2s {
  -webkit-animation-name: fadeInRightBigContents;
          animation-name: fadeInRightBigContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (min-width: 768px) {
  .js-fadeInRightBig__delay--2s {
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
}
@media screen and (max-width: 767px) {
  .js-fadeInRightBig__delay--2s {
    -webkit-animation-name: fadeInUpContents;
            animation-name: fadeInUpContents;
  }
}

.js-fadeInRightBig__delay--3s {
  -webkit-animation-name: fadeInRightBigContents;
          animation-name: fadeInRightBigContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (min-width: 768px) {
  .js-fadeInRightBig__delay--3s {
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
  }
}
@media screen and (max-width: 767px) {
  .js-fadeInRightBig__delay--3s {
    -webkit-animation-name: fadeInUpContents;
            animation-name: fadeInUpContents;
  }
}

.js-fadeInRightBig__delay--4s {
  -webkit-animation-name: fadeInRightBigContents;
          animation-name: fadeInRightBigContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (min-width: 768px) {
  .js-fadeInRightBig__delay--4s {
    -webkit-animation-delay: 4s;
            animation-delay: 4s;
  }
}
@media screen and (max-width: 767px) {
  .js-fadeInRightBig__delay--4s {
    -webkit-animation-name: fadeInUpContents;
            animation-name: fadeInUpContents;
  }
}