@charset "UTF-8";
@font-face {
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  font-family: "NotoSansJP";
  src: url("../../dist/fonts/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-weight: 500;
  font-style: normal;
  font-family: "NotoSansJP";
  src: url("../../dist/fonts/NotoSansJP-Medium.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  font-family: "NotoSansJP";
  src: url("../../dist/fonts/NotoSansJP-Bold.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-weight: 900;
  font-style: normal;
  font-family: "NotoSansJP";
  src: url("../../dist/fonts/NotoSansJP-Black.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-weight: 900;
  font-style: normal;
  font-family: "MPLUS1";
  src: url("../../dist/fonts/MPLUS1-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  font-family: "Roboto Condensed";
  src: url("../../dist/fonts/RobotoCondensed-Bold.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-weight: 700;
  font-style: italic;
  font-family: "Roboto Condensed";
  src: url("../../dist/fonts/RobotoCondensed-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  font-family: "Lato";
  src: url("../../dist/fonts/Lato-Bold.ttf") format("truetype");
}
/* http://meyerweb.com/eric/tools/css/reset/ 
  v2.0 | 20110126
  License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 2.5641025641vw;
}
@media (min-width: 390px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 0.9541984733vw;
  }
}
@media (min-width: 1048px) {
  html {
    font-size: 62.5%;
  }
}

body {
  position: relative;
  font-family: "NotoSansJP", sans-serif;
  line-height: 1.5;
  font-weight: 500;
  font-size: 1.6rem;
  color: #222222;
}

a {
  text-decoration: none;
  color: #222222;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

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

iframe {
  vertical-align: bottom;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  outline: none;
  font: inherit;
  padding: 0;
  margin: 0;
}

::marker {
  font-size: 1rem;
}

.l-header {
  z-index: 1000;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  margin-inline: auto;
  background-color: #fff;
}

.l-header__inner {
  padding: 0 1.6rem 0 1.6rem;
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    padding: 0 4rem;
  }
}

.l-header__body {
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.2rem;
     -moz-column-gap: 1.2rem;
          column-gap: 1.2rem;
}
@media screen and (min-width: 768px) {
  .l-header__body {
    height: 8rem;
  }
}

.l-header__logoLink img {
  width: 24.6rem;
}
@media screen and (min-width: 768px) {
  .l-header__logoLink img {
    width: 31rem;
  }
}

.l-header__nav {
  margin-top: 6rem;
  display: none;
  z-index: 10;
  position: fixed;
  inset: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-header__nav {
    margin-top: 8rem;
  }
}
@media screen and (min-width: 1280px) {
  .l-header__nav {
    margin-top: 0;
    display: block;
    position: relative;
    width: auto;
    width: initial;
    height: auto;
    height: initial;
  }
}

.l-header__list {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 2.4rem;
}
@media screen and (min-width: 1280px) {
  .l-header__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: auto;
    height: initial;
    gap: 0 1.6rem;
  }
}
@media screen and (min-width: 1340px) {
  .l-header__list {
    gap: 0 2.4rem;
  }
}

.l-header__item {
  width: 100%;
  border-bottom: 1px solid #0F8910;
}
.l-header__item:first-child {
  border-top: 1px solid #0F8910;
}
@media screen and (min-width: 1280px) {
  .l-header__item {
    width: auto;
    width: initial;
    border-bottom: none;
  }
  .l-header__item:first-child {
    border-top: none;
  }
}

.l-header__itemLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 7.4rem;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  font-size: 1.8rem;
  color: #0F8910;
}
.l-header__itemLink:hover {
  color: #fff;
  background-color: #0F8910;
}
@media screen and (min-width: 1280px) {
  .l-header__itemLink {
    display: block;
    height: auto;
    height: initial;
    line-height: 1.45;
    font-size: 1.4rem;
  }
  .l-header__itemLink:hover {
    color: #0F8910;
    background-color: #fff;
  }
}

.l-footer {
  background-color: #8E8E93;
  padding: 4rem 0 14rem;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding: 1.2rem 0;
  }
}

.l-footer__inner {
  max-width: 124.8rem !important;
}

.l-footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  row-gap: 1.6rem;
}
@media screen and (min-width: 768px) {
  .l-footer__body {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.l-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem 4rem;
}
@media screen and (min-width: 768px) {
  .l-footer__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.l-footer__item a {
  color: #fff;
  text-decoration: underline;
  font-weight: 500;
  font-size: 1.2rem;
}
.l-footer__item a:hover {
  opacity: 0.6;
}

.l-footer__copy {
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
}
.l-footer__copy._demo {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-footer__copy._demo {
    display: block;
    visibility: hidden;
    opacity: 0;
  }
}

.l-inner {
  max-width: 104.8rem;
  padding: 0 2.4rem;
  margin-inline: auto;
}

.l-max-inner {
  max-width: 115.2rem;
  padding: 0 2.4rem;
  margin-inline: auto;
}

.c-btn__text {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
}

.c-btn__btn {
  margin-top: 0.8rem;
}

.c-btn__btnLink {
  width: 34.2rem;
  margin-inline: auto;
  height: 6.5rem;
  border-radius: 0.8rem;
  background-color: #06C755;
  -webkit-box-shadow: 0rem 0.6rem 0 #007b32;
          box-shadow: 0rem 0.6rem 0 #007b32;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .c-btn__btnLink {
    width: 40rem;
    height: 7.2rem;
    -webkit-column-gap: 1.6rem;
       -moz-column-gap: 1.6rem;
            column-gap: 1.6rem;
  }
}
.c-btn__btnLink::after {
  content: "";
  display: inline-block;
  width: 3.2rem;
  height: 3.2rem;
  background-image: url(../../dist/img/icon_lineArrow.png);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.c-btn__btnLink:hover {
  opacity: 0.7;
}

.c-btn__btnText {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-btn__btnText {
    font-size: 2.4rem;
  }
}

.c-hamburger {
  z-index: 11;
  width: 3.2rem;
  height: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media screen and (min-width: 1280px) {
  .c-hamburger {
    display: none;
  }
}

.c-hamburger__lines {
  width: 2.4rem;
  height: 1.8rem;
  position: relative;
}
.c-hamburger__lines span {
  position: absolute;
  display: block;
  width: 100%;
  height: 0.2rem;
  background-color: #222222;
  border-radius: 0.1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-hamburger__lines span:first-child {
  top: 0;
}
.c-hamburger__lines span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-hamburger__lines span:last-child {
  bottom: 0;
}
.c-hamburger__lines.is-active span {
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-hamburger__lines.is-active span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-hamburger__lines.is-active span:nth-child(2) {
  opacity: 0;
}
.c-hamburger__lines.is-active span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.is-op {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.is-op:hover {
  opacity: 0.7;
}

.c-title {
  text-align: center;
}

.c-title__en {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  text-transform: capitalize;
  font-size: 3.2rem;
  font-weight: 700;
  font-style: italic;
  color: #0F8910;
}
@media screen and (min-width: 768px) {
  .c-title__en {
    font-size: 4rem;
  }
}

.c-title__ja {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (min-width: 768px) {
  .c-title__ja {
    margin-top: 1.6rem;
    font-size: 3.2rem;
  }
}

.p-about {
  padding-top: 6rem;
  margin-top: -6rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-about {
    padding-top: 8rem;
    margin-top: -8rem;
    padding-bottom: 6.4rem;
  }
}

.p-about__body {
  margin-top: 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-about__body {
    margin-top: 3.2rem;
  }
}

.p-about__box {
  width: 30rem;
  margin-inline: auto;
  padding: 2.4rem 2.1rem;
  background-color: #FFF2DD;
  border: 0.1rem solid #FF513A;
  border-radius: 0.8rem;
  -webkit-box-shadow: 0.4rem 0.4rem 0 rgba(255, 81, 58, .25);
          box-shadow: 0.4rem 0.4rem 0 rgba(255, 81, 58, .25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-about__box {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 2.3rem 4rem;
  }
}

.p-about__boxStress {
  background-color: #FF513A;
  border-radius: 0.4rem;
  padding: 0.5rem 1.2rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-about__boxStress {
    padding: 0.8rem 1.2rem;
  }
}

.p-about__boxText {
  text-align: center;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1.3;
  letter-spacing: -0.05em;
}

.p-about__boxTextColor {
  font-weight: 900;
  color: #FF513A;
}

.p-about__text {
  margin-top: 4rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  word-break: keep-all;
}

.p-about__video {
  margin-top: 2.3rem;
}
@media screen and (min-width: 768px) {
  .p-about__video {
    margin-top: 4rem;
  }
}

.p-about__videoDesc {
  width: 27.2rem;
  margin-inline: auto;
}

.p-about__videoFigure {
  margin-top: 0.38rem;
  width: 30rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-about__videoFigure {
    margin-top: 0.8rem;
    width: 50rem;
  }
}
.p-about__videoFigure iframe {
  aspect-ratio: 300/168;
}

.p-about__videoList {
  margin-top: 2.4rem;
  width: 30rem;
  margin-inline: auto;
  list-style: disc;
}
@media screen and (min-width: 768px) {
  .p-about__videoList {
    width: 53.6rem;
  }
}

.p-about__videoItem {
  margin-left: 1rem;
  font-size: 1.6rem;
  font-weight: 400;
}
.p-about__videoItem span {
  font-weight: 900;
  color: #FF2D55;
}
.p-about__videoItem:not(:first-child) {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-about__videoItem {
    line-height: 1.7;
  }
  .p-about__videoItem:not(:first-child) {
    margin-top: 0;
  }
}

.p-about__example {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-about__example {
    margin-top: 8rem;
  }
}

.p-about__exampleTitle {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
}
@media screen and (min-width: 768px) {
  .p-about__exampleTitle {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    font-size: 2.4rem;
  }
}
.p-about__exampleTitle::before, .p-about__exampleTitle::after {
  content: "";
  width: 10.6rem;
  height: 0.1rem;
  background-color: #222222;
}
@media screen and (min-width: 768px) {
  .p-about__exampleTitle::before, .p-about__exampleTitle::after {
    width: 30rem;
  }
}

.p-about__exampleList {
  margin-top: 3.6rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #222222;
  width: 28.8rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.6rem 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-about__exampleList {
    width: 71rem;
    padding-inline: 2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.4rem;
  }
}

.p-about__exampleItem {
  width: 21.6rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
}
@media screen and (min-width: 768px) {
  .p-about__exampleItem {
    width: auto;
    width: initial;
    margin-inline: initial;
  }
  .p-about__exampleItem:nth-child(odd) {
    width: calc(56.5% - 1.356rem);
  }
  .p-about__exampleItem:nth-child(even) {
    width: calc(43.5% - 1.044rem);
  }
}
.p-about__exampleItem img {
  width: 4.8rem;
  height: 4.8rem;
}

.p-about__exampleItemText {
  word-break: keep-all;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-about__exampleItemText {
    word-break: initial;
  }
}

.p-article:not(:first-child) {
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .p-article:not(:first-child) {
    margin-top: 12rem;
  }
}

.p-article__title {
  max-width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .p-article__title {
    font-size: 2.4rem;
  }
}

.p-article__column {
  overflow: hidden;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-article__column:nth-child(odd) .p-article__figure {
    float: right;
    margin-right: 0;
    margin-left: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .p-article__figure {
    float: left; /* 右側に浮かせる（テキストを左に回り込ませる） */
    width: 40%; /* 画像の幅を調整 */
    margin-right: 4rem; /* テキストとの間に余白を作る */
    margin-bottom: 1rem; /* 画像の下にテキストが来た時の余白 */
  }
}
.p-article__figure img {
  width: 100%;
  height: auto;
}
.p-article__figure figcaption {
  text-align: center;
  margin-top: 0.8rem;
  font-weight: 700;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .p-article__figure figcaption {
    text-align: left;
    font-size: 1.4rem;
  }
}

.p-article__desc {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-article__desc {
    margin-top: 0;
  }
}

.p-article__descTitle {
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .p-article__descTitle {
    text-align: left;
    font-size: 2.4rem;
  }
}

.p-article__descQuestion {
  margin-top: 2.4rem;
  font-weight: 700;
}

.p-article__descAnswer {
  margin-top: 2.4rem;
  font-weight: 400;
}

.p-article__btn {
  margin-top: 2.8rem;
}
@media screen and (min-width: 768px) {
  .p-article__btn {
    margin-top: 4.8rem;
  }
}

.p-article__btnLink {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
  padding: 1.2rem 2.4rem;
  border-bottom: 0.1rem #222222 dotted;
  font-weight: 400;
}
.p-article__btnLink::after {
  content: "";
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-image: url(../../dist/img/icon_arrow_line_black.png);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-client {
  padding: 4rem 0;
}
@media screen and (min-width: 768px) {
  .p-client {
    padding: 6.4rem 0;
  }
}

.p-client__inner {
  padding: 0;
  max-width: 100rem;
}

.p-client__body {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-client__body {
    margin-top: 6.4rem;
  }
}

.p-client__slider + .p-client__slider {
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-client__slider + .p-client__slider {
    margin-top: 4rem;
  }
}
.p-client__slider .splide__slide img {
  width: auto;
  height: 100%;
}

.p-client__text {
  margin-top: 2.4rem;
  padding: 0 2.4rem;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-client__text {
    margin-top: 6.4rem;
    padding: 0;
  }
}

.p-company {
  margin-top: -6rem;
  padding: 10rem 0 4rem;
}
@media screen and (min-width: 768px) {
  .p-company {
    margin-top: -8rem;
    padding: 14.4rem 0 8rem;
  }
}

.p-company__body {
  margin-top: 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-company__body {
    margin-top: 4rem;
  }
}

.p-company__logo {
  width: 24rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-company__logo {
    width: 30rem;
  }
}

.p-company__area {
  margin-top: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-company__area {
    margin-top: 4rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-company__info {
  width: min(38.2rem, 100%);
}

.p-company__row {
  padding: 1.6rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #222222;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.45;
}
.p-company__row dt {
  width: 35%;
  text-align: right;
  padding-right: 2.4rem;
}
.p-company__row dd {
  width: 65%;
  text-align: left;
}

.p-company__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.4rem 0rem;
}
@media screen and (min-width: 768px) {
  .p-company__profile {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-company__ceo {
  width: 14rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-company__ceo {
    width: 20rem;
  }
}

.p-company__ceoFigure {
  width: 100%;
}

.p-company__ceoname {
  margin-top: 0.8rem;
  font-weight: 400;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-company__ceoname {
    margin-top: 1.6rem;
  }
}

@media screen and (min-width: 768px) {
  .p-company__proof {
    margin-left: 4rem;
  }
}

.p-company__history {
  list-style: disc;
}

.p-company__historyItem {
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: 400;
}

.p-company__certification {
  margin-top: 2rem;
}
.p-company__certification img {
  width: 100%;
  max-width: 28.8rem;
  height: auto;
}

.p-compare {
  padding-top: 6rem;
  margin-top: -6rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-compare {
    padding: 14.4rem 0 6.4rem;
    margin-top: -8rem;
  }
}

.p-compare__body {
  margin-top: 4rem;
  overflow: auto;
  margin-right: -2.4rem;
  padding-right: 2.4rem;
  padding-bottom: 2.4rem;
}

.p-compare__table {
  width: 71.5rem;
  margin-inline: auto;
  line-height: 1.5;
}
.p-compare__table thead th {
  font-weight: 700;
  color: #fff;
}
.p-compare__table thead th:not(:nth-of-type(1)) {
  vertical-align: middle;
  width: 18.8rem;
  height: 8.6rem;
  background-color: #99999F;
  border-right: 0.1rem solid #fff;
  font-size: 2rem;
  line-height: 1.2;
}
.p-compare__table thead th:nth-of-type(2) {
  background-color: #FF513A;
  font-size: 2.8rem;
}
.p-compare__table thead th:nth-of-type(2) img {
  width: 7rem;
  height: 6.2rem;
}
.p-compare__table thead th:last-of-type {
  font-size: 1.6rem;
  border-right: none;
}
.p-compare__table tbody th {
  width: 15.1rem;
  vertical-align: middle;
  background-color: #0F8910;
  font-weight: 700;
  font-size: 2rem;
  color: #fff;
  border-bottom: 0.1rem solid #fff;
}
.p-compare__table tbody td {
  padding: 1.2rem 0 1rem;
  vertical-align: middle;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
  color: #99999F;
  background-color: rgba(153, 153, 159, .2);
  border-right: 0.1rem solid #fff;
  border-bottom: 0.1rem solid #fff;
}
.p-compare__table tbody td img {
  display: inline-block;
  width: 3.2rem;
  height: 3.2rem;
  margin-bottom: 0.4rem;
}
.p-compare__table tbody td img._triangle {
  width: 3.7rem;
}
.p-compare__table tbody td:nth-of-type(1) {
  color: #222222;
  background-color: #FFF2DD;
  border-bottom: 0.1rem solid #E7E4DF;
}
.p-compare__table tbody td:last-of-type {
  border-right: none;
}
.p-compare__table tbody tr:last-of-type td {
  border-bottom: none;
}
.p-compare__table tbody tr:last-of-type td:first-of-type {
  -webkit-box-shadow: 0 1rem 2rem -1rem rgba(0, 0, 0, .25);
          box-shadow: 0 1rem 2rem -1rem rgba(0, 0, 0, .25);
}

.p-contact {
  padding-top: 6rem;
  margin-top: -6rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-contact {
    padding-top: 8rem;
    margin-top: -8rem;
    padding-bottom: 12rem;
  }
}

.p-contact__body {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-contact__body {
    margin-top: 8rem;
  }
}

.p-contact__subtitle {
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .p-contact__subtitle {
    font-size: 2.4rem;
  }
}

.p-contact__area {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
@media screen and (min-width: 768px) {
  .p-contact__area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-contact__areaTitle {
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  padding: 0 1.6rem 1.2rem;
  border-bottom: 1px dotted #222222;
}

.p-contact__areaList {
  margin-top: 2.4rem;
  padding-left: 2.4rem;
  list-style-type: disc;
}

.p-contact__areaItem {
  font-weight: 400;
}

.p-contact__areaFigure {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-contact__form {
  margin-top: 8rem;
}

.p-cta {
  background-color: #E2FCEA;
  padding: 4rem 0;
}
@media screen and (min-width: 768px) {
  .p-cta {
    padding: 5.6rem 0 7.2rem;
  }
}

.c-fixedCta {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 100;
  display: none;
  position: fixed;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 2.4rem;
}
.c-fixedCta .c-cta__comment {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .c-fixedCta {
    margin: 0;
    margin: initial;
    left: auto;
    left: initial;
    right: 4.8rem;
    bottom: 4.8rem;
  }
}

.p-example {
  padding-top: 10rem;
  margin-top: -6rem;
}
@media screen and (min-width: 768px) {
  .p-example {
    padding-top: 14.4rem;
    margin-top: -8rem;
  }
}

.p-example__body {
  margin-top: 4rem;
}

.p-example__desc {
  position: relative;
  width: 32rem;
  margin-inline: auto;
  padding: 2.4rem 0;
  border: 1px solid #222222;
  border-radius: 0.4rem;
  line-height: 1.7;
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-example__desc {
    width: 40rem;
    font-size: 1.6rem;
  }
}
.p-example__desc::before, .p-example__desc::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.p-example__desc::before {
  bottom: -2.7rem;
  width: 2.2rem;
  height: 2.7rem;
  background-color: #222222;
}
.p-example__desc::after {
  bottom: -2.4rem;
  width: 2.8rem;
  height: 3.5rem;
  background-color: #fff;
}

.p-example__figure {
  margin-top: 3.4rem;
  width: 19.7rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-example__figure {
    width: 27rem;
  }
}

.p-example__list {
  margin-top: 1.1rem;
  max-width: 68rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.6rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-example__list {
    margin-top: 2.4rem;
    padding-bottom: 6.4rem;
  }
}

.p-example__item {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background-color: #0F8910;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-weight: 900;
  line-height: 1.45;
  font-size: 1.4rem;
  color: #fff;
  -webkit-box-shadow: 0.4rem 0.4rem 0.4rem 0 rgba(0, 0, 0, .25);
          box-shadow: 0.4rem 0.4rem 0.4rem 0 rgba(0, 0, 0, .25);
}
.p-example__item._small {
  font-size: 1.2rem;
}

.p-example__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8rem 4rem;
  background-color: #FFF2DD;
  padding: 4rem 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-example__bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0;
    padding: 6.4rem 2.4rem;
  }
}

.p-example__area {
  width: min(34.2rem, 100%);
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 4rem;
}
@media screen and (min-width: 768px) {
  .p-example__area {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
    margin-inline: initial;
    row-gap: 2.4rem;
  }
}


.p-example__areaCompany {
  margin-top: 1.6rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
}

.p-example__areaComment {
  margin-top: 1.6rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
}
.p-example__areaComment span {
  font-size: 2.4rem;
  color: #FF513A;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #FFFF00));
  background: linear-gradient(transparent 60%, #FFFF00 40%);
}

.p-example__box {
  position: relative;
  padding: 2.4rem 1.6rem;
  min-height: 36.3rem;
  border: 1px solid #FF513A;
  border-radius: 0.8rem;
  background-color: #fff;
  -webkit-box-shadow: 0.4rem 0.4rem 0.4rem 0 rgba(255, 81, 58, .25);
          box-shadow: 0.4rem 0.4rem 0.4rem 0 rgba(255, 81, 58, .25);
}
.p-example__box::before {
  content: "";
  position: absolute;
  top: 2.4rem;
  right: 2.1rem;
  width: 8.8rem;
  height: 8.9rem;
  background-image: url(../../dist/img/example_icon_01.png);
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-example__box._second::before {
  width: 7.7rem;
  height: 8.4rem;
  background-image: url(../../dist/img/example_icon_02.png);
}

.p-example__boxTitle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 0 5.2rem 1.6rem;
  border-bottom: 1px solid #FF513A;
  font-size: 2.4rem;
  font-weight: 900;
  color: #FF513A;
}

.p-example__boxList {
  margin-top: 2.4rem;
  margin-left: 2.8rem;
  line-height: 2;
  list-style: disc;
}

.p-example__boxItem {
  font-size: 2rem;
  font-weight: 400;
}

.p-example__areaHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  padding: 1.6rem;
  background-color: #fff;
  border-radius: 0.8rem;
  border: 2px solid #FF513A;
}

.p-example__areaHead img {
  width: 7.2rem;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-example__areaMeta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4rem;
}

.p-example__areaTitle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.4rem;
  padding: 0.2rem 1.2rem;
  background-color: #FF513A;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}

.p-example__areaHeadTitle {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
}

@media screen and (min-width: 768px) {
  .p-example__areaHead img {
    width: 8.8rem;
  }
  .p-example__areaHeadTitle {
    font-size: 2rem;
  }
}

.p-example__flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
}

.p-example__flowItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.2rem;
  padding: 1.6rem;
  border-radius: 0.8rem;
  background-color: #fff;
  border: 1px solid #e8e8e8;
}

.p-example__flowLabel {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0.3rem 1.2rem;
  border-radius: 0.4rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.8;
}

.p-example__flowItem._kadai .p-example__flowLabel {
  background-color: #FF513A;
}

.p-example__flowItem._taiou .p-example__flowLabel {
  background-color: #555;
}

.p-example__flowItem._seika .p-example__flowLabel {
  background-color: #0F8910;
}

.p-example__flowText {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
}

.p-faq {
  margin-top: -6rem;
  padding: 10rem 0 4rem;
}
@media screen and (min-width: 768px) {
  .p-faq {
    margin-top: -8rem;
    padding: 14.4rem 0 6.4rem;
  }
}

.p-faq__inner {
  max-width: 84.8rem;
}

.p-faq__body {
  margin-top: 4rem;
}

.p-faq__area:not(:first-child) {
  margin-top: 4rem;
}

.p-faq__areaHead {
  text-align: center;
  letter-spacing: 0.03em;
  font-size: 2rem;
  font-weight: 700;
}

.p-faq__box {
  margin-top: 2.4rem;
}
.p-faq__box:not(:first-of-type) {
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-faq__box:not(:first-of-type) {
    margin-top: 2.4rem;
  }
}

.p-faq__question {
  width: 100%;
  padding: 2rem 1.6rem 2rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
  cursor: pointer;
  background-color: #0F8910;
}
@media screen and (min-width: 768px) {
  .p-faq__question {
    padding: 1.6rem 3.2rem 1.6rem 4rem;
  }
}

.p-faq__questionText {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.7;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .p-faq__questionText {
    font-size: 1.8rem;
  }
}

.p-faq__questionMark {
  width: 2.8rem;
  height: 2.8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.is-active .p-faq__questionMark {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.p-faq__answer {
  background-color: #F5F5F5;
  padding: 2rem;
  display: none;
}
@media screen and (min-width: 768px) {
  .p-faq__answer {
    padding: 2.4rem 4rem;
  }
}
.p-faq__answer._first {
  display: block;
}

.p-faq__answerText {
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.03em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-faq__answerText {
    font-size: 1.6rem;
  }
}

.p-fv {
  position: relative;
  margin-top: 6rem;
  background-color: #EAF7EA;
  padding: 1.6rem 0 3.2rem;
}
@media screen and (min-width: 768px) {
  .p-fv {
    margin-top: 8rem;
    padding: 1.1rem 0 4.4rem;
  }
}

.p-fv__inner {
  position: relative;
  z-index: 10;
}

.p-fv__title {
  width: 32.1rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-fv__title {
    width: 69rem;
  }
}
.p-fv__title img {
  display: block;
  margin-left: 0.6rem;
}
@media screen and (min-width: 768px) {
  .p-fv__title img {
    margin-left: 0;
  }
}

.p-fv__desc {
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-fv__desc {
    margin-top: -0.8rem;
  }
}

.p-fv__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.4rem;
     -moz-column-gap: 0.4rem;
          column-gap: 0.4rem;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-fv__text {
    font-size: 2.8rem;
  }
}

.p-fv__textStress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FF513A;
  color: #fff;
  padding: 0 0.8rem;
  border-radius: 0.4rem;
  letter-spacing: 0;
  font-family: "MPLUS1", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-fv__textStress {
    padding: 0.2rem 1.6rem;
  }
}

.p-fv__textLogo {
  margin-top: 0.8rem;
  width: 35.4rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-fv__textLogo {
    margin-top: 1.5rem;
    width: 88.3rem;
  }
}

.p-fv__bottom {
  margin-top: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.2rem 0.6rem;
}
@media screen and (min-width: 768px) {
  .p-fv__bottom {
    margin-top: 0;
    margin-right: 4rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-fv__figure {
  margin-inline: auto;
  width: 34.2rem;
}
@media screen and (min-width: 768px) {
  .p-fv__figure {
    margin-inline: initial;
    width: min(56.15%, 54.3rem);
  }
}

@media screen and (min-width: 768px) {
  .p-fv__num {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    row-gap: 0.8rem;
    width: min(43.85%, 41.8rem);
  }
}

.p-fv__figureNum {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-fv__figureNum {
    display: block;
  }
}

.p-fv__btn {
  margin-inline: auto;
  padding: 0 2.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-fv__btn {
    margin-inline: initial;
    padding: 0;
  }
}

.p-fv__bg {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 39rem;
  height: 100%;
  z-index: 9;
}
@media screen and (min-width: 768px) {
  .p-fv__bg {
    width: 100%;
  }
}

.p-fv__bgText {
  position: absolute;
  color: #fff;
  font-family: "MPLUS1", sans-serif;
  font-size: 3.2rem;
  font-weight: 900;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-fv__bgText {
    font-size: 4.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-fv__bgText {
    font-size: 6.4rem;
  }
}
.p-fv__bgText._text1 {
  top: 2.4rem;
  left: 0.4rem;
}
@media screen and (min-width: 768px) {
  .p-fv__bgText._text1 {
    top: 10.2rem;
    left: 7.8rem;
  }
}
.p-fv__bgText._text2 {
  top: 1.2rem;
  right: 3.1rem;
}
@media screen and (min-width: 768px) {
  .p-fv__bgText._text2 {
    top: auto;
    top: initial;
    right: auto;
    right: initial;
    bottom: 3.9rem;
    left: 10.6rem;
  }
}
.p-fv__bgText._text3 {
  top: 9.4rem;
  left: 3.7rem;
}
@media screen and (min-width: 768px) {
  .p-fv__bgText._text3 {
    top: 30rem;
    left: 3.6rem;
  }
}
.p-fv__bgText._text4 {
  top: 21.4rem;
  right: 1.1rem;
}
@media screen and (min-width: 768px) {
  .p-fv__bgText._text4 {
    top: 32.3rem;
    right: 3.7rem;
  }
}
.p-fv__bgText._text5 {
  top: 24.7rem;
  left: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-fv__bgText._text5 {
    top: auto;
    top: initial;
    left: auto;
    left: initial;
    bottom: 3.2rem;
    right: 11.5rem;
  }
}
.p-fv__bgText._text6 {
  top: 41.9rem;
  left: -0.4rem;
}
@media screen and (min-width: 768px) {
  .p-fv__bgText._text6 {
    left: auto;
    left: initial;
    top: 11.9rem;
    right: 6.5rem;
  }
}
.p-fv__bgText._text7 {
  top: 43.6rem;
  right: 2.3rem;
}
@media screen and (min-width: 768px) {
  .p-fv__bgText._text7 {
    top: 31.5rem;
    right: 0;
    left: 0;
    text-align: center;
    margin: auto;
  }
}
.p-fv__bgText._first {
  -webkit-animation: fade 0.4s ease-in-out 1s 1 normal forwards;
          animation: fade 0.4s ease-in-out 1s 1 normal forwards;
}
.p-fv__bgText._second {
  -webkit-animation: fade 0.4s ease-in-out 2s 1 normal forwards;
          animation: fade 0.4s ease-in-out 2s 1 normal forwards;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-interview {
  margin-top: -6rem;
  padding: 10rem 0 4rem;
}
@media screen and (min-width: 768px) {
  .p-interview {
    margin-top: -8rem;
    padding: 14.4rem 0 8rem;
  }
}

.p-interview__body {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-interview__body {
    margin-top: 8rem;
  }
}

.p-media {
  margin-top: -6rem;
  padding: 10rem 0 8rem;
}
@media screen and (min-width: 768px) {
  .p-media {
    margin-top: -8rem;
    padding: 14.4rem 0 8rem;
  }
}

.p-media__note {
  margin-top: 0.8rem;
  font-size: 1.2rem;
  color: #888;
  text-align: center;
}

.p-media__body {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-media__body {
    margin-top: 6.4rem;
  }
}

.p-media__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
}

.p-media__item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-media__item {
    width: calc(33.33333% - 2.66667rem);
  }
}
.p-media__item.is-hidden {
  display: none;
}

.p-media__itemLink {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #E0E1DF;
  border-radius: 0.8rem;
  overflow: hidden;
}
.p-media__itemLink:hover .p-media__itemFigure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.p-media__itemFigure {
  overflow: hidden;
}
.p-media__itemFigure img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.p-media__itemDesc {
  padding: 1.6rem 2.4rem 2.4rem;
}

.p-media__itemName {
  line-height: 1.2;
  font-size: 1.2rem;
  color: #222222;
}

.p-media__itemCat {
  margin-top: 0.8rem;
  line-height: 1.2;
  font-size: 1.2rem;
  color: #222222;
}

.p-media__itemTitle {
  margin-top: 1.6rem;
  line-height: 1.7;
  font-size: 1.4rem;
  color: #333333;
}

.p-media__btn {
  margin-top: 2.8rem;
}
@media screen and (min-width: 768px) {
  .p-media__btn {
    margin-top: 4.8rem;
  }
}
.p-media__btn.is-hidden {
  display: none;
}

.p-media__btnLink {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
  padding: 1.2rem 2.4rem;
  border-bottom: 0.1rem #222222 dotted;
  font-weight: 400;
}
.p-media__btnLink:hover {
  cursor: pointer;
}

.p-performance {
  background-color: #F4FBF4;
  padding: 4rem 0;
}
@media screen and (min-width: 768px) {
  .p-performance {
    padding: 6.4rem 0;
  }
}

.p-performance__body {
  margin-top: 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-performance__body {
    margin-top: 1.6rem;
  }
}

.p-performance__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.4rem;
     -moz-column-gap: 0.4rem;
          column-gap: 0.4rem;
}
@media screen and (min-width: 768px) {
  .p-performance__desc {
    -webkit-column-gap: 0.8rem;
       -moz-column-gap: 0.8rem;
            column-gap: 0.8rem;
  }
}
.p-performance__desc::before, .p-performance__desc::after {
  content: "";
  display: inline-block;
  width: 3.2rem;
  height: 8.3rem;
  background-image: url(../../dist/img/performance_title_deco.png);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-performance__desc::before, .p-performance__desc::after {
    width: 4.2rem;
    height: 11rem;
  }
}
.p-performance__desc::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.p-performance__text {
  line-height: 1.45;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-performance__text {
    font-size: 2.4rem;
  }
}
.p-performance__text span {
  color: #0F8910;
  font-weight: 900;
}

.p-performance__list {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem 4rem;
}
@media screen and (min-width: 768px) {
  .p-performance__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-performance__item {
  position: relative;
  padding: 2.1rem 2.8rem 2.4rem;
  border: 0.1rem solid #0F8910;
  border-radius: 0.8rem;
  background-color: #fff;
  -webkit-box-shadow: 0.4rem 0.4rem 0 rgba(0, 114, 197, .25);
          box-shadow: 0.4rem 0.4rem 0 rgba(0, 114, 197, .25);
}
@media screen and (min-width: 768px) {
  .p-performance__item {
    padding: 2.4rem;
    width: calc(33.33333% - 2.66667rem);
  }
}
.p-performance__item::before {
  content: "";
  position: absolute;
  top: 2.1rem;
  left: 4.8rem;
  display: inline-block;
  width: 4.8rem;
  height: 4.8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-performance__item:nth-child(1)::before {
  background-image: url(../../dist/img/performance_icon_01.png);
}
.p-performance__item:nth-child(2)::before {
  background-image: url(../../dist/img/performance_icon_02.png);
}
.p-performance__item:nth-child(3)::before {
  background-image: url(../../dist/img/performance_icon_03.png);
}

.p-performance__itemTitle {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 900;
  color: #0F8910;
  line-height: 1.3;
}

.p-performance__itemList {
  margin-top: 2.4rem;
  margin-left: 2.4rem;
  list-style-type: disc;
}
@media screen and (min-width: 768px) {
  .p-performance__itemList {
    margin-top: 1.8rem;
  }
}

.p-performance__itemText {
  font-weight: 400;
  line-height: 2;
}
.p-performance__itemText span {
  margin-left: 0.2rem;
  font-size: 1.2rem;
}

.p-performance__attention {
  text-align: right;
  margin-top: 2.4rem;
  line-height: 1.75;
  font-size: 1.2rem;
  font-weight: 400;
  word-break: keep-all;
}
@media screen and (min-width: 768px) {
  .p-performance__attention br {
    display: none;
  }
}

.p-plan__wrapper {
  padding-top: 6rem;
  margin-top: -6rem;
}
@media screen and (min-width: 768px) {
  .p-plan__wrapper {
    padding-top: 8rem;
    margin-top: -8rem;
  }
}

.p-plan {
  background-color: #F4FBF4;
  padding: 4rem 0 4rem;
}
@media screen and (min-width: 768px) {
  .p-plan {
    padding: 6.4rem 0 6.4rem;
  }
}

.p-plan__inner {
  max-width: 92rem;
}

.p-plan__body {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-plan__body {
    margin-top: 1.6rem;
  }
}

.p-plan__text {
  text-align: center;
  word-break: keep-all;
  font-weight: 400;
}

/* ===== New Plan Layout ===== */

.p-plan__newStep1 {
  margin-top: 4rem;
  border: 2px solid #0F8910;
  border-radius: 1.2rem;
  background-color: #f0f9f0;
  overflow: hidden;
}

.p-plan__newStep1Top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  padding: 1.4rem 2.4rem;
  background-color: #0F8910;
}

.p-plan__newStepLabel {
  display: inline-block;
  padding: 0.3rem 1.2rem;
  border-radius: 2rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #0F8910;
  background-color: #fff;
}

.p-plan__newStepLabel._s2 {
  color: #555;
}

.p-plan__newStep1Start {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
}

.p-plan__newStep1Body {
  padding: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
}

@media screen and (min-width: 768px) {
  .p-plan__newStep1Body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 4rem;
    padding: 3.2rem;
  }
}

.p-plan__newStep1Left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-plan__newStep1Name {
  font-size: 2.4rem;
  font-weight: 900;
  color: #0F8910;
}

@media screen and (min-width: 768px) {
  .p-plan__newStep1Name {
    font-size: 3.2rem;
  }
}

.p-plan__newStep1Price {
  margin-top: 0.8rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}

.p-plan__newNum {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 5.6rem;
  font-weight: 700;
  color: #0F8910;
  letter-spacing: -0.05em;
  display: inline-block;
  -webkit-transform: translate(-2px, 8px);
          transform: translate(-2px, 8px);
}

.p-plan__newNum._s2 {
  font-size: 3.6rem;
  color: #333;
}

.p-plan__newUnit {
  font-size: 1.8rem;
}

.p-plan__newTax {
  font-size: 1.2rem;
  font-weight: 400;
  color: #666;
  margin-left: 0.2rem;
}

.p-plan__newStep1Desc {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  line-height: 1.9;
  color: #333;
}

.p-plan__newStep1Tags {
  margin-top: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8rem;
}

.p-plan__newStep1Tags li {
  padding: 0.4rem 1.4rem;
  border-radius: 2rem;
  background-color: #0F8910;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}

.p-plan__newStep1Right {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-plan__newStep1Right {
    width: 28rem;
  }
}

.p-plan__newDl {
  border: 1px solid #c0ddc0;
  border-radius: 0.8rem;
  overflow: hidden;
}

.p-plan__newDlItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #d8ead8;
}

.p-plan__newDlItem:last-child {
  border-bottom: none;
}

.p-plan__newDlItem dt {
  width: 55%;
  padding: 1rem 1.2rem;
  font-size: 1.4rem;
  font-weight: 700;
  background-color: #e0f0e0;
}

.p-plan__newDlItem dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1rem 0.8rem;
  font-size: 1.5rem;
  text-align: center;
}

.p-plan__newDlItem dd._green {
  color: #0F8910;
  font-weight: 700;
}

.p-plan__newDl._s2 .p-plan__newDlItem dt {
  background-color: #f4f4f4;
}

.p-plan__newDl._s2 .p-plan__newDlItem {
  border-bottom-color: #eee;
}

/* STEP2 */
.p-plan__newStep2 {
  margin-top: 3.2rem;
}

.p-plan__newStep2Head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  margin-bottom: 1.6rem;
}

.p-plan__newStep2Title {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
}

.p-plan__newStep2Grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}

@media screen and (min-width: 768px) {
  .p-plan__newStep2Grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
  }
}

.p-plan__newStep2Item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #ccc;
  border-radius: 1rem;
  overflow: hidden;
  background-color: #fff;
}

.p-plan__newStep2ItemHead {
  padding: 1.2rem;
  background-color: #555;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

.p-plan__newStep2Price {
  padding: 1.6rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  border-bottom: 1px solid #eee;
  line-height: 1.2;
}

.p-plan__newStep2Price._inquiry {
  font-size: 2.8rem;
  color: #555;
  padding: 2rem 1.6rem;
}

/* ===== End New Plan Layout ===== */

.p-plan__spList {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-plan__spList {
    display: none;
  }
}

.p-plan__item {
  padding: 2.4rem 0;
  border-radius: 0.4rem;
  background-color: #fff;
  text-align: center;
}
.p-plan__item:not(:first-child) {
  margin-top: 2.4rem;
}
.p-plan__item:nth-child(2) {
  border: 1px solid #0F8910;
}

.p-plan__itemRecommend {
  margin-bottom: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.4rem;
     -moz-column-gap: 0.4rem;
          column-gap: 0.4rem;
  font-size: 2rem;
  font-weight: 700;
}
.p-plan__itemRecommend::before, .p-plan__itemRecommend::after {
  content: "";
  display: inline-block;
  width: 3.2rem;
  height: 3.2rem;
  background-image: url(../../dist/img/icon_crown.png);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-plan__itemName {
  font-size: 2rem;
  font-weight: 700;
}
.p-plan__itemName._brand {
  color: #0F8910;
}

.p-plan__itemPrice {
  font-size: 2rem;
  font-weight: 400;
}
.p-plan__itemPrice ._num {
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: -0.05em;
  font-size: 4.8rem;
  font-weight: 700;
  display: inline-block;
  -webkit-transform: translate(-7px, 8px);
          transform: translate(-7px, 8px);
}
.p-plan__itemPrice ._tax {
  margin-left: 0.4rem;
  font-size: 1rem;
}

.p-plan__spArea {
  position: relative;
  margin-top: 9.6rem;
}
@media screen and (min-width: 768px) {
  .p-plan__spArea {
    display: none;
  }
}
.p-plan__spArea::before {
  content: "";
  position: absolute;
  top: -5.6rem;
  left: calc(100% / 6);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  width: 9.2rem;
  height: 5.2rem;
  background-image: url(../../dist/img/plan_recommend.png);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-plan__table {
  width: 100%;
  border-radius: 0.4rem 0.4rem 0 0;
}
.p-plan__table thead th {
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background-color: #0F8910;
  font-size: 1.4rem;
  width: 33.3333333333%;
  height: 4.8rem;
}
.p-plan__table thead th:not(:first-child) {
  border-left: 1px solid #F2F2F7;
}
.p-plan__table tbody tr:nth-child(odd) {
  background-color: #F5F5F5;
}
.p-plan__table tbody tr:nth-child(odd) td {
  padding-left: 2.4rem;
}
.p-plan__table tbody tr:nth-child(even) {
  background-color: #fff;
  text-align: center;
}
.p-plan__table tbody td {
  vertical-align: middle;
  width: 33.3333333333%;
  height: 4.8rem;
  font-size: 1.4rem;
  font-weight: 700;
}
.p-plan__table tbody td._brand {
  color: #0F8910;
}
.p-plan__table tbody td._small {
  font-size: 1.2rem;
}

.p-plan__pcArea {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-plan__pcArea {
    margin-top: 8rem;
    display: block;
  }
}

.p-plan__pcList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.4rem;
     -moz-column-gap: 2.4rem;
          column-gap: 2.4rem;
}

.p-plan__pcItem {
  position: relative;
  width: 100%;
  max-width: calc(25% - 1.8rem);
}
.p-plan__pcItem:nth-child(2),
.p-plan__pcItem:nth-child(3),
.p-plan__pcItem:nth-child(4) {
  border: 1px solid #0F8910;
}

.p-plan__pcComment {
  position: absolute;
  top: -4rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.4rem;
     -moz-column-gap: 0.4rem;
          column-gap: 0.4rem;
}
.p-plan__pcComment::before, .p-plan__pcComment::after {
  content: "";
  display: inline-block;
  width: 3.2rem;
  height: 3.2rem;
  background-image: url(../../dist/img/icon_crown.png);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-plan__pcBox {
  height: 5.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  color: #222222;
}
.p-plan__pcBox:nth-child(odd) {
  background-color: #F5F5F5;
}
.p-plan__pcBox:nth-child(1) {
  height: 4.8rem;
  background-color: #0F8910;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}
.p-plan__pcItem:nth-child(1) .p-plan__pcBox:nth-child(1) {
  background-color: #fff;
  border: 1px solid #8E8E93;
  color: #8E8E93;
}
.p-plan__pcBox:nth-child(2) {
  height: 9.2rem;
  font-weight: 400;
}
.p-plan__pcBox:nth-child(2) ._num {
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: -0.05em;
  font-size: 4rem;
  font-weight: 700;
  display: inline-block;
  -webkit-transform: translate(-5px, 0);
          transform: translate(-5px, 0);
}
.p-plan__pcBox:nth-child(2) ._tax {
  margin-left: 0.4rem;
  font-size: 1rem;
}
.p-plan__pcItem:nth-child(1) .p-plan__pcBox:nth-child(2) {
  font-weight: 700;
}
.p-plan__pcItem:not(:first-child) .p-plan__pcBox:nth-child(4), .p-plan__pcItem:not(:first-child) .p-plan__pcBox:nth-child(6), .p-plan__pcItem:not(:first-child) .p-plan__pcBox:nth-child(7) {
  color: #0F8910;
}
.p-plan__pcItem:nth-child(1) .p-plan__pcBox:not(:nth-child(1)):not(:nth-child(2)) {
  font-size: 1.4rem;
}

.p-point {
  padding: 13rem 0 4rem;
  margin-top: -6rem;
}
@media screen and (min-width: 768px) {
  .p-point {
    padding: 14.4rem 0 6.4rem;
    margin-top: -8rem;
  }
}

.p-point__inner {
  max-width: 77.2rem;
}

.p-point__head {
  text-align: center;
}

.p-point__titleJa {
  margin-top: 0.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.4rem;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-point__titleJa {
    margin-top: 1.9rem;
    font-size: 3.2rem;
  }
}
.p-point__titleJa img {
  width: 25rem;
}
.p-point__titleJa picture {
  margin-right: -4.5rem;
}
@media screen and (min-width: 768px) {
  .p-point__titleJa img {
    width: 29.4rem;
  }
  .p-point__titleJa picture {
    margin-right: -5.3rem;
  }
}

.p-point__titleJaText {
  background-color: #FF513A;
  border-radius: 0.4rem;
  padding: 0.4rem 1.6rem;
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-point__titleJaText {
    margin-left: 0.8rem;
    padding: 0.8rem 2.4rem;
    font-size: 3.2rem;
  }
}

.p-point__body {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-point__body {
    margin-top: 6.4rem;
  }
}

.p-point__area + .p-point__area {
  margin-top: 8rem;
}

.p-point__areaNum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
.p-point__areaNum::before, .p-point__areaNum::after {
  content: "";
  width: 8.2rem;
  height: 0.1rem;
  background-color: #FF513A;
}
.p-point__areaNum span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 0.1rem solid #FF513A;
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #FF513A;
}

.p-point__areaTitle {
  font-size: 2rem;
  margin-top: 1.6rem;
  text-align: center;
  word-break: keep-all;
}
@media screen and (min-width: 768px) {
  .p-point__areaTitle {
    font-size: 2.4rem;
    margin-top: 2.4rem;
  }
}
.p-point__areaTitle span {
  color: #FF513A;
  font-weight: 900;
}

.p-point__boxes {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
@media screen and (min-width: 768px) {
  .p-point__boxes {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-point__box {
  padding: 1.6rem;
  border: 1px solid #AEAEB2;
  border-radius: 0.8rem;
  background-color: #E5E5EA;
  -webkit-box-shadow: 0.4rem 0.4rem 0.4rem rgba(0, 0, 0, .25);
          box-shadow: 0.4rem 0.4rem 0.4rem rgba(0, 0, 0, .25);
}
.p-point__box._after {
  border: 1px solid #FF513A;
  background-color: #FFF2DD;
  -webkit-box-shadow: 0.4rem 0.4rem 0 rgba(255, 81, 58, .25);
          box-shadow: 0.4rem 0.4rem 0 rgba(255, 81, 58, .25);
}
.p-point__box._only {
  border: 1px solid #FF513A;
  background-color: #fff;
  -webkit-box-shadow: 0.4rem 0.4rem 0.4rem 0 rgba(255, 81, 58, .25);
          box-shadow: 0.4rem 0.4rem 0.4rem 0 rgba(255, 81, 58, .25);
  padding: 2.4rem 2rem 2.4rem;
}

.p-point__boxTitle {
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: capitalize;
  font-size: 3.2rem;
  font-weight: 700;
  font-style: italic;
  color: #8E8E93;
}
._after .p-point__boxTitle, ._only .p-point__boxTitle {
  color: #FF513A;
}

.p-point__boxText {
  line-height: 1.45;
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
}
.p-point__boxText span {
  color: #0F8910;
  font-weight: 900;
}
._after .p-point__boxText span, ._only .p-point__boxText span {
  color: #FF513A;
}

.p-point__boxFigure {
  margin-top: 2.4rem;
}
.p-point__boxFigure img {
  border-radius: 0.8rem;
}
._only .p-point__boxFigure {
  margin-top: 4rem;
  width: 27.8rem;
  margin-inline: auto;
}
._only .p-point__boxFigure img {
  display: block;
  margin-left: auto;
  width: 25.9rem;
}

.p-point__boxFigureComment {
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 0.8rem;
  margin-left: 2.2rem;
}

.p-problem {
  padding: 4rem 0;
  background-color: #F5F5F5;
}
@media screen and (min-width: 768px) {
  .p-problem {
    padding: 6.4rem 0;
  }
}

.p-problem__title {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  padding: 0 4rem;
  word-break: keep-all;
}
@media screen and (min-width: 768px) {
  .p-problem__title {
    font-size: 3.2rem;
  }
}
.p-problem__title span {
  font-weight: 900;
}

.p-problem__body {
  margin-top: 4rem;
}

.p-problem__comments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 32.3rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-problem__comments {
    margin-right: 2.7rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    width: initial;
  }
}

.p-problem__comment:nth-of-type(2) {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-problem__comment:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 5.8rem;
  }
  .p-problem__comment:nth-of-type(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 1.3rem;
    margin-left: 2.7rem;
  }
  .p-problem__comment:nth-of-type(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-problem__comment img {
  width: 23rem;
}

.p-problem__illust {
  margin-top: 1.2rem;
  margin-inline: auto;
  width: 24.6rem;
}
@media screen and (min-width: 768px) {
  .p-problem__illust {
    margin-top: -4.3rem;
    width: 34.3rem;
  }
}

.p-solution {
  position: relative;
  background-color: #FFF2DD;
  padding-top: 7.7rem;
}
@media screen and (min-width: 768px) {
  .p-solution {
    padding: 6.4rem 0;
  }
}
.p-solution::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin-inline: auto;
  background-color: #F5F5F5;
  width: 8.66rem;
  height: 3.6rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (min-width: 768px) {
  .p-solution::before {
    display: none;
  }
}

.p-solution__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
  line-height: 1.3;
  text-align: center;
  font-weight: 500;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .p-solution__title {
    font-size: 3.2rem;
  }
}
.p-solution__title span {
  font-weight: 900;
  color: #FF513A;
}
.p-solution__title::before, .p-solution__title::after {
  content: "";
  position: absolute;
  top: 0;
  display: inline-block;
  width: 4.8rem;
  height: 4.8rem;
  background-image: url(../../dist/img/solution_title_icon.png);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-solution__title::before, .p-solution__title::after {
    width: 6.4rem;
    height: 6.4rem;
  }
}
.p-solution__title::before {
  left: -5.2rem;
}
.p-solution__title::after {
  right: -5.2rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (min-width: 768px) {
  .p-solution__title::before {
    left: -7.2rem;
  }
  .p-solution__title::after {
    right: -7.2rem;
  }
}

.p-solution__body {
  margin-top: 4rem;
}

.p-solution__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem 4rem;
}
@media screen and (min-width: 768px) {
  .p-solution__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-solution__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem 0.8rem;
  background-color: #fff;
  padding: 2.1rem 2.4rem;
  border: 0.1rem solid #FF513A;
  border-radius: 0.8rem;
  -webkit-box-shadow: 0.4rem 0.4rem 0 rgba(255, 81, 58, .25);
          box-shadow: 0.4rem 0.4rem 0 rgba(255, 81, 58, .25);
}
@media screen and (min-width: 768px) {
  .p-solution__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 2.4rem 2.4rem;
  }
}
.p-solution__item img {
  width: 5.6rem;
  height: 5.6rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-solution__item:nth-child(3) img {
  width: 4.4rem;
  height: 4.4rem;
}
@media screen and (min-width: 768px) {
  .p-solution__item img {
    width: 6.4rem;
    height: 6.4rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.p-solution__itemText {
  line-height: 1.3;
  font-weight: 900;
  color: #FF513A;
  font-size: 2rem;
  word-break: keep-all;
}
@media screen and (min-width: 768px) {
  .p-solution__itemText {
    text-align: center;
    font-size: 2.4rem;
  }
}

.p-solution__illust {
  margin-top: 2.4rem;
  width: 27.6rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-solution__illust {
    display: none;
  }
}

.p-step {
  padding: 10rem 0 4rem;
  margin-top: -6rem;
}
@media screen and (min-width: 768px) {
  .p-step {
    padding: 14.4rem 0 6.4rem;
    margin-top: -8rem;
  }
}

.p-step__inner {
  padding: 0 4rem;
}
@media screen and (min-width: 768px) {
  .p-step__inner {
    max-width: 112.6rem;
    padding: 0 2.4rem;
  }
}

.p-step__body {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-step__body {
    margin-top: 6rem;
  }
}

.p-step__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.8rem 8rem;
  margin-left: 0.4rem;
  counter-reset: number 0;
}
@media screen and (min-width: 768px) {
  .p-step__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: 0;
  }
}

.p-step__item {
  position: relative;
  width: 100%;
  border: 2px solid #0F8910;
  border-radius: 0.4rem;
  background-color: #fff;
  padding: 2.3rem 3.2rem;
}
@media screen and (min-width: 768px) {
  .p-step__item {
    padding: 2.2rem 2.9rem;
    width: calc(33.33333% - 5.33333rem);
  }
}
.p-step__item::before {
  counter-increment: number 1;
  content: "0" counter(number);
  position: absolute;
  left: -2rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #0F8910;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-step__item::before {
    top: -2rem;
    bottom: auto;
    bottom: initial;
    left: 0;
    right: 0;
  }
}
.p-step__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -4rem;
  width: 7.8rem;
  height: 2.4rem;
  background-color: #0F8910;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (min-width: 768px) {
  .p-step__item:not(:last-child)::after {
    right: -5.6rem;
    left: auto;
    left: initial;
    top: 0;
    bottom: 0;
    width: 2.4rem;
    height: 7.7rem;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
            clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
}

.p-step__itemHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.4rem;
     -moz-column-gap: 0.4rem;
          column-gap: 0.4rem;
}
.p-step__itemHead img {
  width: 3.2rem;
  height: 3.2rem;
}
@media screen and (min-width: 768px) {
  .p-step__itemHead img {
    width: 4rem;
    height: 4rem;
  }
}

.p-step__itemTitle {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .p-step__itemTitle {
    font-size: 2rem;
  }
}

.p-step__itemText {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-step__itemText {
    font-size: 1.6rem;
  }
}
.p-step__itemText a {
  text-decoration: underline;
  color: #1A0DAB;
}

.p-voice {
  background-color: #F4FBF4;
  padding: 4rem 0 6.9rem;
}
@media screen and (min-width: 768px) {
  .p-voice {
    padding: 6.4rem 0;
  }
}

.p-voice__inner {
  padding: 0 3.9rem;
  max-width: 109.4rem;
}

.p-voice__body {
  margin-top: 4rem;
}

@media screen and (min-width: 768px) {
  .p-voice__slider .splide__list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 4rem;
  }
}
.p-voice__slider .splide__slide {
  position: relative;
  padding: 2rem 2.4rem;
  background-color: #fff;
  border: 1px solid #222222;
}
@media screen and (min-width: 768px) {
  .p-voice__slider .splide__slide {
    width: calc(33.33333% - 2.66667rem);
  }
}
.p-voice__slider .splide__slideHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
}
.p-voice__slider .splide__slideIcon {
  width: 4.3rem;
  height: 5.1rem;
}
.p-voice__slider .splide__slideCat {
  font-weight: 400;
}
.p-voice__slider .splide__slideText {
  margin-top: 1rem;
  line-height: 1.7;
  font-weight: 400;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-voice__slider .splide__slideText {
    margin-top: 1.6rem;
  }
}
.p-voice__slider .splide__arrows {
  position: absolute;
  width: 100%;
  height: 100%;
}
.p-voice__slider .splide__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
}
.p-voice__slider .splide__arrow svg {
  width: 2.4rem !important;
  height: 2.4rem !important;
}
.p-voice__slider .splide__arrow--prev {
  left: -2.6rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-voice__slider .splide__arrow--next {
  right: -2.6rem;
}
.p-voice__slider .splide__pagination {
  z-index: 10;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -3rem;
  width: 100%;
}
.p-voice__slider .splide__pagination__page {
  margin: 0 0.6rem;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  background-color: #D9D9D9;
}
.p-voice__slider .splide__pagination__page.is-active {
  background-color: #6E6E6E;
}

.u-red {
  color: #F84F65;
}

.u-link {
  color: #1F73B7;
}

.u-pc {
  display: none;
}
@media screen and (min-width: 1025px) {
  .u-pc {
    display: block;
  }
}

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

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

@media screen and (min-width: 1025px) {
  .u-underTab {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */
