@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: 1085px) 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: #f6f6f6;
  overflow-x: hidden;
}

.body {
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
}
.body::-webkit-scrollbar {
  display: none;
}
.body__fixed {
  -ms-touch-action: none;
      touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}
.body__fixed .p-header__logo {
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .body__fixed .p-header__logo {
    visibility: 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;
}

br.sbr {
  display: none;
}
@media screen and (max-width: 767px) {
  br.sbr {
    display: inline;
  }
}

br.pbr {
  display: inline;
}
@media screen and (max-width: 767px) {
  br.pbr {
    display: none;
  }
}

.l-inner {
  width: 100%;
  max-width: 1086px;
  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-inner__article {
  max-width: 53.75rem;
}
@media screen and (max-width: 767px) {
  .l-inner__article {
    max-width: 28.125rem;
  }
}

.l-main {
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 2.625rem;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 100;
  background: #fff;
}

.l-top-mv {
  background: #f6f6f6;
}

.l-top-mv__inner {
  width: 100%;
  height: 100%;
  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;
  padding-bottom: 0.875rem;
  padding-top: 0.875rem;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media screen and (max-width: 767px) {
  .l-top-mv__inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1.5rem;
    padding-bottom: 3.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.l-top-about {
  padding-top: 4.375rem;
  background: #fff;
  position: relative;
  border-radius: 150px 0 0 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-top-about {
    margin-top: -1.875rem;
    background: #fff;
    border-radius: 3.125rem 0 0 0;
    padding-top: 2.1875rem;
  }
}

.l-top-about__inner {
  width: 74.375rem;
  margin: auto;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  padding-bottom: 3.75rem;
  display: grid;
  grid-template-columns: 32.375rem 1fr;
  grid-template-rows: 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .l-top-about__inner {
    padding-top: 1.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    grid-template-columns: 1fr;
    width: 100%;
  }
}

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

.l-top-contact {
  padding: 5.3125rem 0 5rem;
  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: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-top-works {
    padding: 4rem 1.25rem 4rem;
  }
}

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

.l-top-voice {
  background: #f6f6f6;
  overflow: hidden;
}
.l-top-voice__inner {
  padding: 7.25rem 0 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-top-voice__inner {
    padding: 3.25rem 1.25rem 3.25rem;
  }
}

.l-top-information {
  padding-top: 5.3125rem;
  padding-bottom: 6.25rem;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .l-top-information {
    padding-top: 4rem;
    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: #283150;
  padding: 5.3125rem 0 2.3125rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-bottom: 3.125rem;
  }
}

.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: #f6f6f6;
}
@media screen and (max-width: 767px) {
  .l-contact {
    padding: 7.5rem 0 4.625rem;
  }
}

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

.l-faq {
  padding: 4.5rem 0 6.8125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-faq {
    padding: 2.8125rem 0 4.5rem;
  }
}
.l-faq:after {
  position: absolute;
  content: "";
  width: 100vw;
  height: 100%;
  background: #fff;
  border-radius: 150px 0 0 0;
  z-index: 1;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .l-faq:after {
    border-radius: 50px 0 0 0;
  }
}

.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 .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 a {
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.6666666667;
  letter-spacing: 0.0018em;
  font-weight: 700;
  color: #50d08a;
  padding-right: 5.375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-top-link a {
    font-size: 0.875rem;
    line-height: 2.1428571429;
    letter-spacing: 0.0014em;
    font-weight: 700;
    padding-right: 5rem;
  }
}
.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;
  }
}
@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;
  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;
}
@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: #67c3e6;
  font-family: "Poppins", sans-serif;
  margin-right: 1.25rem;
  font-size: 3.5625rem;
  line-height: 1.3333333333;
  letter-spacing: 0em;
  font-weight: 700;
  margin-top: 0;
}
@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 1rem;
  background: #f6f6f6;
  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: 1.5rem 3.375rem 1.5rem 3.375rem;
  text-align: left;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
@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 1.25rem;
  }
}
.accordion-content p span {
  font-size: 3.5625rem;
  line-height: 1.3333333333;
  letter-spacing: 0em;
  font-weight: 700;
  color: #67c3e6;
  font-family: "Poppins", sans-serif;
  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: #67c3e6; /* 線の色 */
  content: "";
  height: 3px; /* 線の太さ */
  position: absolute;
  right: 0rem;
  top: 50%;
  -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: #67c3e6; /* 線の色 */
  content: "";
  height: 3px; /* 線の太さ */
  position: absolute;
  right: 0rem;
  top: 50%;
  -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;
}

.p-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #fff;
}
.p-header__inner {
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  padding: 0.8125rem 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding: 0.875rem 1.25rem;
  }
}
.p-header__wrapper {
  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-header__nav {
  display: block;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}
.p-header__list {
  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;
  margin-right: 2.5rem;
}
.p-header__item {
  margin-right: 3rem;
}
@media screen and (max-width: 767px) {
  .p-header__item {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-header__item:last-child {
    margin-right: 0;
  }
}
.p-header__item a {
  font-weight: bold;
  font-size: 1rem;
}
.p-header__logo {
  position: relative;
  font-size: 1.25rem;
  font-weight: bold;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    font-size: 0.875rem;
  }
}
.p-header__mobile-menu {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  right: -100%;
  visibility: hidden;
  display: block;
  overflow-y: scroll;
  background: #283150;
  -webkit-transition: right 0.6s;
  transition: right 0.6s;
}
.p-header__mobile-menu.visible {
  visibility: visible;
  right: 0;
  -webkit-animation: fade-in cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
          animation: fade-in cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  max-width: 26.1875rem;
}
@media screen and (max-width: 767px) {
  .p-header__mobile-menu.visible {
    max-width: 100%;
  }
}
.p-header__mobile-menu.fade-out {
  -webkit-animation: fade-out cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s forwards;
          animation: fade-out cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s forwards;
  visibility: visible;
}

@-webkit-keyframes fade-in {
  0% {
    visibility: visible;
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fade-in {
  0% {
    visibility: visible;
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fade-out {
  0% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    visibility: visible;
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes fade-out {
  0% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    visibility: visible;
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.c-hamburger__btn {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  width: 4.125rem;
  height: 4.125rem;
  background: #283150;
}
@media screen and (max-width: 767px) {
  .c-hamburger__btn {
    width: 2.625rem;
    height: 2.625rem;
  }
}
.c-hamburger__line {
  position: absolute;
  visibility: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 0.0625rem;
  background: #fff;
  width: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-hamburger__line {
    width: 1.5rem;
  }
}
.c-hamburger__line:before {
  visibility: visible;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  position: absolute;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  top: -0.25rem;
}
.c-hamburger__line:after {
  visibility: visible;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  position: absolute;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  bottom: -0.25rem;
}
.c-hamburger__menu {
  height: 100vh;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-hamburger__menu {
    height: auto;
    margin-top: 3.75rem;
  }
}
.c-hamburger__wrapper {
  margin-left: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .c-hamburger__wrapper {
    margin-left: 1.25rem;
  }
}
.c-hamburger__logo {
  margin-top: 8.125rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-hamburger__logo {
    margin-top: 2.5rem;
  }
}
.c-hamburger__logo a {
  font-size: 1.25rem;
  color: #ffffff;
  font-weight: bold;
}
.c-hamburger__nav {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  gap: 7.8125rem;
}
@media screen and (max-width: 767px) {
  .c-hamburger__nav {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.c-hamburger__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.c-hamburger__item--title {
  display: grid;
  grid-template-columns: 6.875rem 1fr;
  grid-template-rows: 1fr;
  font-weight: bold;
}
.c-hamburger__item--title > a {
  position: relative;
  font-size: 1rem;
  padding-right: 2rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-hamburger__item--title > a {
    font-size: 0.8125rem;
    padding-right: 0;
  }
}
.c-hamburger__list-left {
  gap: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .c-hamburger__list-left {
    gap: 2.1875rem;
  }
}
.c-hamburger__list-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .c-hamburger__list-right {
    margin-top: 2.25rem;
  }
}
.c-hamburger__list-right .c-hamburger__item--title {
  display: block;
  margin-bottom: 3.3125rem;
}
@media screen and (max-width: 767px) {
  .c-hamburger__list-right .c-hamburger__item--title {
    margin-bottom: 3.5rem;
  }
}
.c-hamburger__list-right .c-hamburger__item--title:last-child {
  margin-bottom: 0;
  margin-top: auto;
  height: 4.875rem;
}
.c-hamburger__tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: solid 1px #fff;
  border-left: 0;
  border-right: 0;
  padding: 0.75rem 0 0.875rem;
}
.c-hamburger__tel a {
  padding-right: 0;
}
.c-hamburger__tel-text {
  font-size: 1rem;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  line-height: 1;
}
.c-hamburger__tel-text--lg {
  font-size: 2.1875rem;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  line-height: 1;
}
.c-hamburger__tel-text--sm {
  font-size: 0.8125rem;
  letter-spacing: 0.17em;
  margin-right: -0.17em;
  line-height: 1;
}
.c-hamburger__tel-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .c-hamburger__item-tel {
    margin-top: auto;
  }
}
.c-hamburger__sub-list {
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .c-hamburger__sub-list {
    padding-left: 1.5rem;
  }
}
.c-hamburger__sub-item {
  line-height: 1;
  margin-bottom: 1rem;
}
.c-hamburger__sub-item:last-child {
  margin-bottom: 0;
}
.c-hamburger__sub-item a {
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  color: #fff;
}
.c-hamburger__sns-list {
  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;
  margin-bottom: 4rem;
}
.c-hamburger__sns-list > * + * {
  margin-left: 1.5rem;
}
.c-hamburger__sns-list a {
  display: inline-block;
  width: 1.6875rem;
  height: 1.6875rem;
}
.c-hamburger__sns-list a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-hamburger__item {
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-hamburger__item {
    font-size: 0.875rem;
  }
}
.c-hamburger__text {
  display: block;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .c-hamburger__text {
    margin-bottom: 1.875rem;
  }
}
.c-hamburger__line-link {
  background: #fff;
  display: inline-block;
  font-weight: bold;
  color: #283150;
  margin-top: 2.5rem;
  padding: 0.75rem 1.5rem;
  width: 100%;
  text-align: center;
  border-radius: 9999px;
}

.c-hamburger__btn[aria-expanded=true] .c-hamburger__line {
  background-color: transparent;
}
.c-hamburger__btn[aria-expanded=true] .c-hamburger__line:before {
  top: 0;
  background-color: #fff;
  -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;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.c-hamburger__btn[aria-expanded=true] .c-hamburger__line:after {
  top: 0;
  background-color: #fff;
  -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;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}

.c-button__contact {
  display: inline-block;
  padding: 0.75rem 2.0625rem;
  border-radius: 9999px;
  background: #ff8226;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
}

.p-top-mv__image {
  width: 34.8125rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-top-mv__image {
    width: 90%;
    height: auto;
    margin: 0.9375rem auto auto;
  }
}
.p-top-mv__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-top-mv__titles {
  width: auto;
  height: auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: 1.5rem;
}
.p-top-mv__lead {
  color: #283150;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.45;
  letter-spacing: 0.02em;
  margin-right: -0.02em;
  padding-left: 1.25rem;
  position: relative;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-top-mv__lead {
    margin-bottom: 0;
    font-size: 1rem;
  }
}
.p-top-mv__lead:after {
  left: 0;
  top: 0;
  width: 5px;
  height: 3.625rem;
  background: #67c3e6;
  content: "";
  position: absolute;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-top-mv__lead:after {
    height: 100%;
  }
}
.p-top-mv__sub-title {
  color: #283150;
  font-size: clamp(2.5rem, 0.5736rem + 4.0134vw, 4rem);
  font-weight: 900;
  letter-spacing: 0.02em;
  margin-right: -0.02em;
  line-height: 1.3125;
}
@media screen and (max-width: 767px) {
  .p-top-mv__sub-title {
    font-size: 2.125rem;
  }
}

.p-top-about__head {
  margin-bottom: 3rem;
}
.p-top-about__title {
  color: #283150;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.05;
  letter-spacing: 0.02em;
  margin-right: -0.02em;
}
@media screen and (max-width: 767px) {
  .p-top-about__title {
    font-size: 1.875rem;
  }
}
.p-top-about__title span {
  color: #67c3e6;
}
.p-top-about__sub-title {
  font-size: 1rem;
  font-weight: bold;
  color: #283150;
  margin-top: 0.75rem;
  line-height: 1;
  display: block;
}
.p-top-about__title--sm {
  font-size: 1.5rem;
  color: #283150;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-right: -0.02em;
}
@media screen and (max-width: 767px) {
  .p-top-about__title--sm {
    font-size: 1.125rem;
  }
}
.p-top-about__body {
  margin-bottom: 2rem;
}
.p-top-about__text {
  font-size: 1rem;
  letter-spacing: 0.02em;
  margin-right: -0.02em;
  line-height: 2;
  font-weight: 400;
  color: #283150;
}
@media screen and (max-width: 767px) {
  .p-top-about__text {
    font-size: 0.875rem;
  }
}
.p-top-about__image {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-top-about__image {
    width: 90%;
    margin: 3rem auto auto;
  }
}
.p-top-about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-top-service__heading {
  margin-bottom: 1.625rem;
  text-align: center;
}
.p-top-service__title {
  color: #283150;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.05;
  letter-spacing: 0.02em;
  margin-right: -0.02em;
}
@media screen and (max-width: 767px) {
  .p-top-service__title {
    line-height: 1;
    font-size: 1.875rem;
  }
}
.p-top-service__title span {
  color: #67c3e6;
}
.p-top-service__sub-title {
  font-size: 1rem;
  font-weight: bold;
  color: #283150;
  margin-top: 0.75rem;
  line-height: 1;
  display: block;
}
.p-top-service__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 767px) {
  .p-top-service__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top-service__content:nth-child(1) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__content:nth-child(1) {
    margin-bottom: 2.5rem;
  }
}
.p-top-service__content:nth-child(1) .p-top-service__desc {
  margin-top: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__content:nth-child(1) .p-top-service__desc {
    margin-top: 0;
  }
}
.p-top-service__content:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
  padding-bottom: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__content:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0;
  }
}
.p-top-service__content:nth-child(2):after {
  content: "";
  width: 100vw;
  height: 100%;
  margin: auto calc(50% - 50vw);
  background: #fff;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  border-radius: 150px 0 0 0;
}
@media screen and (max-width: 767px) {
  .p-top-service__content:nth-child(2):after {
    border-radius: 50px 0 0 0;
  }
}
.p-top-service__content:nth-child(2) .p-top-service__desc {
  margin-top: 5.0625rem;
  padding-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__content:nth-child(2) .p-top-service__desc {
    margin-top: 2rem;
    padding-left: 0;
  }
}
.p-top-service__content:nth-child(2) .p-top-service__image {
  margin-top: -2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__content:nth-child(2) .p-top-service__image {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.p-top-service__content:nth-child(3) {
  position: relative;
}
.p-top-service__content:nth-child(3):before {
  content: "";
  width: 100vw;
  height: 100%;
  margin: auto calc(50% - 50vw);
  background: #f6f6f6;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 2;
  border-radius: 0 150px 0 0;
}
@media screen and (max-width: 767px) {
  .p-top-service__content:nth-child(3):before {
    border-radius: 0 50px 0 0;
  }
}
.p-top-service__content:nth-child(3):after {
  content: "";
  width: 100vw;
  height: 100%;
  margin: auto calc(50% - 50vw);
  background: #fff;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}
.p-top-service__content:nth-child(3) .p-top-service__desc {
  margin-top: 5.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__content:nth-child(3) .p-top-service__desc {
    margin-top: 2rem;
  }
}
.p-top-service__content:nth-child(3) .p-top-service__image {
  margin-top: -2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__content:nth-child(3) .p-top-service__image {
    margin-top: 1.5rem;
  }
}
.p-top-service__num {
  font-size: 4rem;
  color: #67c3e6;
  font-weight: bold;
  letter-spacing: 0.03em;
  margin-right: -0.03em;
  line-height: 1.1;
  display: inline-block;
  border-bottom: solid 1.5px #67c3e6;
}
@media screen and (max-width: 767px) {
  .p-top-service__num {
    font-size: 3rem;
  }
}
.p-top-service__desc-title {
  font-size: 2rem;
  font-weight: bold;
  color: #283150;
  letter-spacing: 0.02em;
  margin-right: -0.02em;
  line-height: 1.25;
  margin-bottom: 1.5rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__desc-title {
    font-size: 1.25rem;
    margin-bottom: 1.125rem;
    margin-top: 1.25rem;
  }
}
.p-top-service__text {
  font-size: 1rem;
  letter-spacing: 0.02em;
  margin-right: -0.02em;
  line-height: 2;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-top-service__text {
    font-size: 0.875rem;
  }
}
.p-top-service__desc {
  width: 50%;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-top-service__desc {
    width: 100%;
  }
}
.p-top-service__image {
  width: 50%;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-top-service__image {
    width: 90%;
    margin: 1.5rem auto auto;
  }
}
.p-top-service__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-top-contact__heading {
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-contact__heading {
    margin-bottom: 1.5rem;
  }
}
.p-top-contact__title {
  color: #283150;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.05;
  letter-spacing: 0.02em;
  margin-right: -0.02em;
}
@media screen and (max-width: 767px) {
  .p-top-contact__title {
    line-height: 1;
    font-size: 1.875rem;
  }
}
.p-top-contact__title span {
  color: #67c3e6;
}
.p-top-contact__sub-title {
  font-size: 1rem;
  font-weight: bold;
  color: #283150;
  margin-top: 0.75rem;
  line-height: 1;
  display: block;
}
.p-top-contact__text {
  text-align: center;
  font-size: 1rem;
  color: #283150;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-top-contact__text {
    font-size: 0.875rem;
    margin-bottom: 2.5rem;
  }
}

@-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__heading {
  margin-bottom: 1.625rem;
  text-align: center;
}
.p-top-works__title {
  color: #283150;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.05;
  letter-spacing: 0.02em;
  margin-right: -0.02em;
}
@media screen and (max-width: 767px) {
  .p-top-works__title {
    line-height: 1;
    font-size: 1.875rem;
  }
}
.p-top-works__title span {
  color: #67c3e6;
}
.p-top-works__sub-title {
  font-size: 1rem;
  font-weight: bold;
  color: #283150;
  margin-top: 0.75rem;
  line-height: 1;
  display: block;
}

.p-top-works__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem 1.875rem;
  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;
  color: #283150;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.02em;
  margin-right: -0.02em;
  margin-bottom: 1.4375rem;
}
.p-top-works__item .text {
  font-size: 0.875rem;
  color: #283150;
  line-height: 1.7142857143;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin-right: -0.02em;
}

/*
    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-top-voice__heading {
  margin-bottom: 1.625rem;
  text-align: center;
}
.p-top-voice__title {
  color: #283150;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.05;
  letter-spacing: 0.02em;
  margin-right: -0.02em;
}
@media screen and (max-width: 767px) {
  .p-top-voice__title {
    line-height: 1;
    font-size: 1.875rem;
  }
}
.p-top-voice__title span {
  color: #67c3e6;
}
.p-top-voice__sub-title {
  font-size: 1rem;
  font-weight: bold;
  color: #283150;
  margin-top: 0.75rem;
  line-height: 1;
  display: block;
}
.p-top-voice__wrapper {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-top-voice__wrapper {
    margin-top: 2rem;
  }
}
.p-top-voice__wrapper > * + * {
  margin-top: 2.5rem;
}

.p-voice__item {
  background: #fff;
  grid-template-columns: 12.5rem 1fr;
  gap: 2rem;
  display: grid;
  padding: 1.25rem;
  border-radius: 9999px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-voice__item {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    border-radius: 20px;
    gap: 1.5rem;
    padding: 1.25rem 1.5625rem;
  }
}
.p-voice__item .icon {
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-voice__item .icon {
    width: 12.5rem;
    height: 12.5rem;
    margin: auto;
  }
}
.p-voice__item .icon img {
  width: 100%;
  height: 100%;
}
.p-voice__item .desc {
  padding-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-voice__item .desc {
    padding-right: 0;
  }
}
.p-voice__item .career {
  color: #67c3e6;
  font-weight: bold;
  margin-bottom: 0.875rem;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  margin-right: -0.02em;
}
.p-voice__item .name {
  color: #283150;
  font-weight: bold;
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  margin-right: -0.02em;
}
@media screen and (max-width: 767px) {
  .p-voice__item .name {
    font-size: 1.125rem;
  }
}
.p-voice__item .text {
  font-size: 0.875rem;
  line-height: 1.8571428571;
  font-weight: 400;
  color: #283150;
}

.p-top-information__heading {
  margin-bottom: 1.625rem;
  text-align: center;
}
.p-top-information__title {
  color: #283150;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.05;
  letter-spacing: 0.02em;
  margin-right: -0.02em;
}
@media screen and (max-width: 767px) {
  .p-top-information__title {
    line-height: 1;
    font-size: 1.875rem;
  }
}
.p-top-information__title span {
  color: #67c3e6;
}
.p-top-information__sub-title {
  font-size: 1rem;
  font-weight: bold;
  color: #283150;
  margin-top: 0.75rem;
  line-height: 1;
  display: block;
}

.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: #f6f6f6;
  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: #67c3e6;
}
@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.25rem;
}
.p-top-information__about .p-top-information__table th {
  text-align: left;
  font-size: 1rem;
  font-weight: bold;
  width: 7.5rem;
  color: #67c3e6;
}
.p-top-information__about .p-top-information__table td {
  text-align: left;
  font-size: 1rem;
  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.875rem;
    width: 5.3125rem;
    display: block;
  }
  .p-top-information__about .p-top-information__table td {
    font-size: 0.875rem;
  }
}

.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;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.p-top-blog__item .text p {
  margin-bottom: 0.75rem;
}
.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;
}
@media screen and (max-width: 767px) {
  .p-footer__wrapper {
    display: block;
    margin-left: 0;
    width: 18.75rem;
    max-width: 100%;
    margin: auto;
  }
}

@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: 1.5rem;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-footer__left .logo a {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
}
.p-footer__left .sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  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 {
  display: inline-block;
  background: #fff;
  color: #283150;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  font-weight: bold;
}
.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: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 4.125rem;
     -moz-column-gap: 4.125rem;
          column-gap: 4.125rem;
  margin-left: 0;
  max-width: 100%;
  margin-left: auto;
}
@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;
}
@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: 0rem;
  }
}
@media screen and (max-width: 767px) {
  .p-toTop {
    right: 0.3125rem;
    bottom: 1.25rem;
  }
}
.p-toTop a {
  display: inline-block;
  width: 10.9375rem;
  height: 5rem;
}
@media screen and (max-width: 767px) {
  .p-toTop a {
    width: 10.9375rem;
    height: 4.8125rem;
  }
}
.p-toTop a img {
  width: 100%;
  height: 100%;
}

.p-drawer__logo {
  margin-top: 0rem;
  margin-bottom: 1.4375rem;
}
.p-drawer__logo a {
  font-size: 1.25rem;
  color: #ffffff;
  margin-bottom: 1.4375rem;
  font-weight: bold;
}
@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: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-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-top: 5rem;
    margin-left: 1.25rem;
  }
}
@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 CJK JP";
}
@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;
}
.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 CJK JP";
}
@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;
}
.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 {
  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__form-wrapper {
  padding-top: 4rem;
  padding-bottom: 6.25rem;
  max-width: 45rem;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-contact__form-wrapper {
    padding-top: 3rem;
    padding-bottom: 4rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.p-contact__heading {
  margin-bottom: 3rem;
}
.p-contact__title {
  color: #fff;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.05;
  letter-spacing: 0.02em;
  margin-right: -0.02em;
}
@media screen and (max-width: 767px) {
  .p-contact__title {
    line-height: 1;
    font-size: 1.875rem;
  }
}
.p-contact__title span {
  color: #67c3e6;
}
.p-contact__sub-title {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  margin-top: 0.75rem;
  line-height: 1;
  display: block;
}
.p-contact__textarea {
  margin-bottom: 2.5rem;
}
.p-contact__text {
  color: #ffffff;
  font-weight: 400;
  line-height: 2;
  font-size: 1rem;
  letter-spacing: 0.02em;
  margin-right: -0.02em;
}
@media screen and (max-width: 767px) {
  .p-contact__text {
    font-size: 0.8125rem;
  }
}

.p-contact__form {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 12px;
}
.p-contact__form table {
  width: 100%;
  display: block;
}
.p-contact__form tbody {
  width: 100%;
}
.p-contact__form tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1.5rem;
}
@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;
  min-width: 13.3125rem;
  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: #fb6762;
    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: #fb6762;
  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;
  max-width: 29.0625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-contact__form td {
    max-width: 100%;
  }
}
.p-contact__form td input,
.p-contact__form td textarea {
  width: 100%;
  border: 1px solid #cdd6dd;
  background: #ffffff;
  padding: 1rem 1.25rem 1rem 1.25rem;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 400;
  color: #0f1e27;
  border-radius: 12px;
}
.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: 12.5rem;
  resize: vertical;
}
.p-contact__form .p-contact__button p {
  margin-top: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__form .p-contact__button p {
    margin-top: 1rem;
  }
}
.p-contact__form .wpcf7-submit {
  position: relative;
  z-index: 10;
  padding: 1.375rem 8.4375rem 1.1rem 8.4375rem;
  background: #ff8226;
  border: 1px solid #ff8226;
  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;
    line-height: 1.25;
  }
}
@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__heading {
  margin-bottom: 3rem;
}
.p-price__content-text {
  margin-bottom: 1.5rem;
  line-height: 1.75;
}
.p-price__text--primary {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 3.5rem;
  color: #67c3e6;
}

.z-index {
  z-index: 4;
}

.p-price__text {
  margin: 3rem 0 6.875rem;
  font-size: 1rem;
  font-weight: 500;
  color: #283150;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-price__text {
    font-size: 0.875rem;
    margin-bottom: 3.5625rem;
  }
}

.p-price__contents {
  background: #fff;
  border-radius: 1.25rem;
  padding: 3.75rem 0 2.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-price__contents {
    padding: 3.75rem 0.3125rem 1.875rem;
  }
}
.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: #67c3e6;
  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%;
  font-family: "YuGothic";
  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: 0.0012em;
    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 {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-price__attention {
    font-size: 0.8125rem;
    line-height: 1.8461538462;
    letter-spacing: 0.0013em;
    font-weight: 400;
  }
}

.u-font--base {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font-second {
  font-family: "Poppins", 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;
  font-family: "YuGothic";
}
@media screen and (max-width: 767px) {
  .u-green--big {
    font-size: 1.625rem;
    line-height: 1.1538461538;
    letter-spacing: -0.03em;
    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;
  }
}