@charset "UTF-8";
/*
 * 参考
 * https://github.com/Andy-set-studio/modern-css-reset/blob/master/src/reset.css
*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

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

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

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

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

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*****************************************
 * 数値から単位を取り除く
 * 参考
 * https://css-tricks.com/snippets/sass/
******************************************/
/*****************************************
 * px→remの計算
 * 参考
 * https://webdou.net/sass-rem/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
/*****************************************
 * vwの計算
 * 参考
 * https://webdou.net/sass-vw/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
html {
  font-size: 15px;
}
@media (max-width: 1250px) {
  html {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #3E3A39;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

input[type=checkbox] {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.l-inner {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 40rem;
    padding: 0 20px;
  }
}

.c-btn {
  background-color: #007bff;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 1.0666666667rem;
  padding: 0.6666666667rem 1.3333333333rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s;
}

.c-btn:hover {
  background-color: #0056b3;
}

.c-title {
  font-size: 1.6rem;
  color: green;
}
@media screen and (max-width: 1299px) {
  .c-title {
    color: blue;
  }
}
@media screen and (max-width: 999px) {
  .c-title {
    color: red;
  }
}
@media screen and (max-width: 767px) {
  .c-title {
    color: black;
  }
}

.p-case {
  padding-bottom: 11rem;
  background-color: #EFEFEF;
}
@media screen and (max-width: 767px) {
  .p-case {
    padding-bottom: 4rem;
  }
}

.p-case__title {
  padding: 3.6666666667rem 0;
  font-weight: 700;
  font-size: 7.0666666667rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #FFF;
  background-color: #006B61;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-case__title {
    padding: 2.3333333333rem 0;
    font-size: 3.3333333333rem;
  }
}

.p-case__title span {
  display: block;
  margin-top: 1.3333333333rem;
  font-size: 1.6rem;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 767px) {
  .p-case__title span {
    font-size: 0.7333333333rem;
  }
}

.p-case__inner {
  max-width: 83.3333333333rem;
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .p-case__inner {
    max-width: 42.6666666667rem;
    padding: 0 20px;
  }
}

.p-case-list {
  margin-top: 7.6666666667rem;
}
@media screen and (max-width: 767px) {
  .p-case-list {
    margin-top: 1.8666666667rem;
  }
}

.p-case-list__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-case-list__item-flex {
  width: 93.6%;
  margin: 4.6666666667rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-case-list__item-flex {
    margin-top: 1.3333333333rem;
    width: 100%;
    flex-direction: column-reverse;
    gap: 2.5333333333rem;
  }
}

.p-case-list__item-flex-img {
  width: 42.7%;
}
@media screen and (max-width: 767px) {
  .p-case-list__item-flex-img {
    width: 100%;
  }
}

.p-case-list__item-flex-img img {
  width: 100%;
  aspect-ratio: 503/335;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-case-list__item-flex-img img {
    aspect-ratio: 630/420;
  }
}

.p-case-list__item-flex-body {
  width: 51.3%;
}
@media screen and (max-width: 767px) {
  .p-case-list__item-flex-body {
    width: 100%;
  }
}

.p-case-list__item-flex-body h3 {
  font-weight: 700;
  font-size: 1.9333333333rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #595757;
}
@media screen and (max-width: 767px) {
  .p-case-list__item-flex-body h3 {
    font-size: 1rem;
  }
}

.p-case-list__item-flex-body p {
  margin-top: 2.6666666667rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 2.1333333333;
  letter-spacing: 0.2em;
  color: #595757;
}
@media screen and (max-width: 767px) {
  .p-case-list__item-flex-body p {
    margin-top: 1.1333333333rem;
    font-size: 0.8rem;
    line-height: 1.7391304348;
  }
}

.p-company {
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .p-company {
    padding: 2.6666666667rem 0;
  }
}

.p-company__title {
  padding: 1.6rem 0;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.24em;
  color: #FFF;
  background-color: #3E3A39;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-company__title {
    padding: 1rem 0;
    font-size: 1.3333333333rem;
  }
}

.p-company__list {
  max-width: 73.3333333333rem;
  margin: 4.6666666667rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-company__list {
    margin-top: 1.6666666667rem;
  }
}

.p-company__item {
  display: flex;
}

.p-company__item dt,
.p-company__item dd {
  font-weight: 600;
  font-size: 1.9333333333rem;
  line-height: 1.8275862069;
  letter-spacing: 0.26em;
  color: #595757;
}
@media screen and (max-width: 767px) {
  .p-company__item dt,
  .p-company__item dd {
    font-size: 0.8rem;
    line-height: 2.0869565217;
  }
}

.p-company__item dt {
  width: 35.3%;
}

.p-company__item dd {
  width: 64.7%;
}

.p-cv-phone {
  position: fixed;
  top: 26.5333333333rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-cv-phone {
    display: none;
  }
}

.p-cv-phone__img {
  width: 5.3333333333rem;
}

.p-cv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-cv-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-cv-sp {
    position: fixed;
    bottom: 0.6666666667rem;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6666666667rem;
    padding: 0 0.6666666667rem;
    z-index: 5;
  }
}

.p-cv {
  position: fixed;
  top: 2.8666666667rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-cv {
    display: none;
  }
}

.p-cv__img {
  width: 5.3333333333rem;
}

.p-cv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-faq {
  padding: 10rem 0;
  background-color: #EFEFEF;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding: 3.3333333333rem 0;
  }
}

.p-faq__title {
  padding: 1.6666666667rem 0;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.24em;
  color: #FFF;
  text-align: center;
  background-color: #006B61;
}
@media screen and (max-width: 767px) {
  .p-faq__title {
    padding: 0.5333333333rem 0;
    font-size: 1.3333333333rem;
  }
}

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

.p-faq-list__item {
  padding: 1.6666666667rem 3rem;
  background-color: #FFF;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .p-faq-list__item {
    padding: 1rem 1.6666666667rem;
    border-radius: 10px;
  }
}

.p-faq-list__item:not(:first-of-type) {
  margin-top: 2.3333333333rem;
}
@media screen and (max-width: 767px) {
  .p-faq-list__item:not(:first-of-type) {
    margin-top: 1.2666666667rem;
  }
}

.faq-list__item-question {
  font-weight: 600;
  font-size: 1.3333333333rem;
  letter-spacing: 0.26em;
  color: #595757;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .faq-list__item-question {
    font-size: 0.8rem;
  }
}

.faq-list__item-answer {
  display: none;
  margin-top: 1.3333333333rem;
  font-weight: 600;
  font-size: 1.0666666667rem;
  letter-spacing: 0.26em;
  color: #595757;
}
@media screen and (max-width: 767px) {
  .faq-list__item-answer {
    margin-top: 0.8rem;
    font-size: 0.7333333333rem;
  }
}

.p-flow {
  padding-bottom: 10rem;
  background-color: #006B61;
}
@media screen and (max-width: 767px) {
  .p-flow {
    padding-bottom: 4rem;
  }
}

.p-flow__title {
  padding: 3.6666666667rem 0;
  font-weight: 700;
  font-size: 7.0666666667rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #FFF;
  background-color: #231815;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-flow__title {
    padding: 2.3333333333rem 0;
    font-size: 2.8rem;
  }
}

.p-flow__title span {
  margin-top: 1.3333333333rem;
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 767px) {
  .p-flow__title span {
    font-size: 0.8rem;
  }
}

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

.p-flow-list__item {
  height: 23.7333333333rem;
  position: relative;
  padding: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-radius: 190px 70px 70px 190px;
  border: 7px solid #FFF;
  background-color: #EFEFEF;
}
@media screen and (max-width: 767px) {
  .p-flow-list__item {
    height: unset;
    padding: 37.5vw 1.6666666667rem 1.6666666667rem;
    border: 3px solid #FFF;
    border-radius: 40px;
  }
}

.p-flow-list__item:not(:first-of-type) {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-flow-list__item:not(:first-of-type) {
    margin-top: 6rem;
  }
}

.p-flow-list__item-body {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .p-flow-list__item-body {
    width: 100%;
  }
}

.p-flow-list__item-body h3 {
  font-weight: 700;
  font-size: 4.9333333333rem;
  line-height: 1;
  letter-spacing: 0;
  color: #006B61;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-flow-list__item-body h3 {
    font-size: 2.8666666667rem;
    text-align: center;
  }
}

.p-flow-list__item-body h3.small {
  font-size: 3.3333333333rem;
}
@media screen and (max-width: 767px) {
  .p-flow-list__item-body h3.small {
    font-size: 2.1333333333rem;
  }
}

.p-flow-list__item-body p {
  margin-top: 2rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #595757;
}
@media screen and (max-width: 767px) {
  .p-flow-list__item-body p {
    margin-top: 1rem;
    font-size: 0.8666666667rem;
    line-height: 1.64;
  }
}

.p-flow-list__item-img {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .p-flow-list__item-img {
    display: none;
  }
}

.p-flow-list__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-flow-list__item-tag {
  position: absolute;
  top: -0.4666666667rem;
  left: -0.4666666667rem;
  width: 23.7333333333rem;
  height: 23.7333333333rem;
}
@media screen and (max-width: 767px) {
  .p-flow-list__item-tag {
    width: 100%;
    height: auto;
    left: -0.2rem;
    top: -5.0666666667rem;
  }
}

.p-flow-list__item-tag img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-footer {
  padding: 3rem 0;
  background-color: #006B61;
}
@media screen and (max-width: 767px) {
  .p-footer {
    margin-bottom: 5rem;
    padding: 2rem 0;
  }
}

.p-footer__copyright {
  display: block;
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 1;
  letter-spacing: 0.16em;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    font-size: 0.6666666667rem;
  }
}

.p-info {
  padding: 10rem 0;
  background-color: #A1C9B5;
}
@media screen and (max-width: 767px) {
  .p-info {
    padding: 3.3333333333rem 0;
  }
}

.p-info__inner {
  max-width: 91.3333333333rem;
  padding: 0 25px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-info__inner {
    max-width: 42.6666666667rem;
    padding: 0 20px;
  }
}

.p-info__title {
  font-weight: 700;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-info__title {
    font-size: 1.6rem;
    line-height: 1.4375;
  }
}

.p-info-list {
  margin-top: 3.6666666667rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6666666667rem;
}
@media screen and (max-width: 767px) {
  .p-info-list {
    margin-top: 1.1333333333rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 2.3333333333rem;
  }
}

.p-info-list__item {
  padding: 2.3333333333rem 2.3333333333rem 4rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-info-list__item {
    padding: 1.1333333333rem;
  }
}

.p-info-list__item-img img {
  width: 100%;
  aspect-ratio: 347/359;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-info-list__item-img img {
    aspect-ratio: 547/278;
  }
}

.p-info-list__item-text {
  margin-top: 1.6666666667rem;
  font-weight: 700;
  font-size: 2.3333333333rem;
  line-height: 1.4864864865;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 1299px) {
  .p-info-list__item-text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-info-list__item-text {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.2;
  }
}

.p-info-list__item-text span {
  color: #00913A;
}

.p-line {
  padding: 9.3333333333rem 0;
  background-image: url(../images/top/line-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-line {
    padding: 1.6666666667rem 0;
    background-image: url(../images/top/line-bg-sp.png);
  }
}

.p-line__inner {
  max-width: 82.6666666667rem;
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .p-line__inner {
    max-width: 42.6666666667rem;
  }
}

.p-line__btn-wrap {
  margin: 1.6666666667rem auto 0;
  max-width: 74.7333333333rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6666666667rem;
}
@media screen and (max-width: 767px) {
  .p-line__btn-wrap {
    flex-direction: column;
    max-width: 19.3333333333rem;
    gap: 1rem;
  }
}

.p-line__btn {
  display: inline-block;
  cursor: pointer;
}

.p-mv {
  background-image: url(../images/top/mv-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-mv {
    padding: 1.3333333333rem 0;
    background-image: url(../images/top/mv-bg-sp.png);
  }
}

@media screen and (max-width: 767px) {
  .p-mv__inner {
    max-width: 42.6666666667rem;
    margin: 0 auto;
    padding: 0 25px;
  }
}

.p-mv__img {
  width: 90%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-mv__img {
    width: 100%;
    margin: unset;
  }
}

.p-mv__img img {
  width: 100%;
  aspect-ratio: 1446/898;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-mv__img img {
    aspect-ratio: 714/872;
  }
}

.p-point {
  padding: 3rem 0 7.3333333333rem;
  background-image: url(../images/top/point-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-point {
    padding: 1.3333333333rem 0 2rem;
    background-image: url(../images/top/point-bg-sp.png);
  }
}

.p-point__inner {
  max-width: 91.3333333333rem;
  padding: 0 25px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-point__inner {
    max-width: 42.6666666667rem;
    padding: 0 20px;
  }
}

.p-point__title {
  max-width: 75.7333333333rem;
  margin: 0 auto;
}

.p-point-list__item {
  padding: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.6666666667rem;
  background-color: #FFF;
  border: 2px solid #3E3A39;
}
@media screen and (max-width: 767px) {
  .p-point-list__item {
    padding: 1.3333333333rem;
    flex-direction: column;
    gap: 1rem;
    border: 1px solid #3E3A39;
  }
}

.p-point-list__item:not(:first-of-type) {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-point-list__item:not(:first-of-type) {
    margin-top: 1.4666666667rem;
  }
}

.p-point-list__item-body {
  width: 58%;
}
@media screen and (max-width: 767px) {
  .p-point-list__item-body {
    width: 100%;
  }
}

.p-point-list__item-body-tag {
  max-width: 25.2rem;
}
@media screen and (max-width: 767px) {
  .p-point-list__item-body-tag {
    max-width: 11.6rem;
  }
}

.p-point-list__item-body-title {
  margin-top: 3.3333333333rem;
  font-weight: 700;
  font-size: 3.3333333333rem;
  line-height: 1.32;
  letter-spacing: 0.14em;
  color: #3E3A39;
}
@media screen and (max-width: 767px) {
  .p-point-list__item-body-title {
    margin-top: 0.8666666667rem;
    font-size: 1.5333333333rem;
  }
}

.p-point-list__item-body-text {
  margin-top: 1rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 2.1333333333;
  letter-spacing: 0.1em;
  color: #595757;
}
@media screen and (max-width: 767px) {
  .p-point-list__item-body-text {
    font-size: 0.8rem;
    line-height: 2.1739130435;
  }
}

.p-point-list__item-img {
  width: 39.5%;
}
@media screen and (max-width: 767px) {
  .p-point-list__item-img {
    width: 100%;
  }
}

.p-point-list__item-img img {
  width: 100%;
  aspect-ratio: 474/428;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-point-list__item-img img {
    aspect-ratio: 571/306;
  }
}

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

.p-policy {
  margin-top: 6.6666666667rem;
  padding-bottom: 3.3333333333rem;
}

.p-policy__inner {
  max-width: 66.6666666667rem;
  padding: 0 25px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-policy__inner {
    padding: 0 20px;
  }
}

.p-policy__title {
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
}

.p-policy__intro {
  margin-top: 2.3333333333rem;
  font-size: 1.3333333333rem;
}
@media screen and (max-width: 767px) {
  .p-policy__intro {
    margin-top: 1.6666666667rem;
    font-size: 1.0666666667rem;
  }
}

.p-policy__intro span {
  font-weight: 500;
}

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

.p-policy__wrap dt {
  font-weight: 700;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-policy__wrap dt {
    font-size: 1.0666666667rem;
  }
}

.p-policy__wrap dd {
  margin-top: 0.3333333333rem;
}
@media screen and (max-width: 767px) {
  .p-policy__wrap dd {
    font-size: 0.9333333333rem;
  }
}

.p-links {
  margin-top: 3.3333333333rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-links-item a {
  padding: 0 1rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-links-item a {
    padding: 0 0.6666666667rem;
    font-size: 0.8rem;
  }
}

.p-links-item:nth-of-type(2) {
  border-left: 1px solid #3E3A39;
}

.p-price {
  padding: 8.3333333333rem 0;
  background-color: #EFEFEF;
}
@media screen and (max-width: 767px) {
  .p-price {
    padding: 1.3333333333rem 0 2.6666666667rem;
  }
}

.p-price__title {
  padding: 2rem 5rem;
  font-weight: 400;
  font-size: 3.4666666667rem;
  line-height: 1;
  letter-spacing: 0.18em;
  color: #FFF;
  background-color: #3E3A39;
}
@media screen and (max-width: 767px) {
  .p-price__title {
    padding: 0.6666666667rem 0;
    font-size: 1rem;
    text-align: center;
  }
}

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

.p-price-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.6666666667rem;
}
@media screen and (max-width: 767px) {
  .p-price-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}

.p-price-list__item {
  padding: 2rem 1.3333333333rem 4.6666666667rem;
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-price-list__item {
    padding: 1.0666666667rem;
  }
}

.p-price-list__item-title {
  padding: 1.1333333333rem;
  font-weight: 400;
  font-size: 1.9333333333rem;
  line-height: 1;
  letter-spacing: 0.18em;
  color: #FFF;
  background-color: #595757;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-price-list__item-title {
    padding: 0.6rem;
    font-size: 1rem;
  }
}

.p-price-list__item-img {
  max-width: 17rem;
  margin: 2rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-price-list__item-img {
    margin-top: 1.0666666667rem;
    max-width: 9.3333333333rem;
  }
}

.p-price-list__item-img.p-price-list__item-img--center {
  margin-top: 5.3333333333rem;
}
@media screen and (max-width: 767px) {
  .p-price-list__item-img.p-price-list__item-img--center {
    margin-top: 1.0666666667rem;
  }
}

.p-price-list__item-text {
  padding: 0 0.6666666667rem;
  margin-top: 1.3333333333rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #595757;
}
@media screen and (max-width: 767px) {
  .p-price-list__item-text {
    margin-top: 0.6666666667rem;
    font-size: 0.8rem;
    line-height: 1.7391304348;
    letter-spacing: 0.05em;
  }
}

.p-price__other {
  margin-top: 3rem;
  font-weight: 700;
  font-size: 1.9333333333rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #595757;
}
@media screen and (max-width: 767px) {
  .p-price__other {
    margin-top: 2rem;
    font-size: 1rem;
  }
}

.p-price__text {
  margin-top: 2.3333333333rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #595757;
}
@media screen and (max-width: 767px) {
  .p-price__text {
    margin-top: 1.3333333333rem;
    font-size: 0.8rem;
  }
}

.simulator {
  padding: 10rem 0 13.3333333333rem;
  background-color: #fff;
  background-image: url(../images/top/simulator-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .simulator {
    padding: 2rem 0;
    background-image: url(../images/top/simulator-bg-sp.jpg);
  }
}

.simulator.thanks {
  min-height: 100vh;
  overflow: hidden;
}

.simulator__inner {
  position: relative;
  margin: 0 auto;
  max-width: 78.125vw;
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .simulator__inner {
    max-width: 42.6666666667rem;
    padding: 0 20px;
  }
}

.simulator__form {
  position: relative;
  padding: 8vw;
  z-index: 1;
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .simulator__form {
    padding: 2rem 0.6666666667rem;
  }
}

@media screen and (max-width: 767px) {
  .simulator__title {
    max-width: 13.6666666667rem;
    margin: 0 auto;
  }
}

.simulator__top {
  margin-top: 3vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.875vw;
}
@media screen and (max-width: 767px) {
  .simulator__top {
    margin-top: 1rem;
    gap: 0.6666666667rem;
  }
}

.simulator__img {
  width: 9.25vw;
}
@media screen and (max-width: 767px) {
  .simulator__img {
    width: 3.5333333333rem;
  }
}

.simulator__question {
  position: relative;
}

.simulator__question-text {
  font-weight: 700;
  font-size: 2.5vw;
  letter-spacing: 0.12em;
  color: #40220F;
  display: none;
}
@media screen and (max-width: 767px) {
  .simulator__question-text {
    font-size: 1.0666666667rem;
  }
}

.simulator__question-text--4 {
  font-size: 1.5vw;
}
@media screen and (max-width: 767px) {
  .simulator__question-text--4 {
    font-size: 0.6666666667rem;
  }
}

.simulator__question-text.current {
  display: block;
}

.simulator__answers-wrap {
  margin-top: 3vw;
}
@media screen and (max-width: 767px) {
  .simulator__answers-wrap {
    margin-top: 1.2rem;
  }
}

.simulator__answers {
  grid-template-columns: repeat(2, 1fr);
  gap: 2.2vw 2.5vw;
  display: none;
}
@media screen and (max-width: 767px) {
  .simulator__answers {
    width: 75%;
    margin: 0 auto;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.8rem;
  }
}

.simulator__answers.current {
  display: grid;
}

.simulator__answer {
  display: grid;
  place-content: center;
  height: 6.25vw;
  font-weight: 700;
  border-radius: 1vw;
  font-size: 2.5vw;
  letter-spacing: 0.12em;
  text-align: center;
  color: #FFF;
  background-color: #00913A;
  border: 2px solid #231815;
  box-shadow: inset -0.375vw -0.375vw 0px rgba(0, 0, 0, 0.22), 0.375vw 0.375vw 0px #3E3A39;
  cursor: pointer;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .simulator__answer {
    height: 3rem;
    border-radius: 0.4rem;
    font-size: 1.0666666667rem;
    border: 1px solid #231815;
    box-shadow: inset -2px -2px 0px rgba(0, 0, 0, 0.22), 2px 2px 0px #3E3A39;
  }
}

.simulator__answer:hover {
  box-shadow: none;
  transform: translate(0.1666666667vw, 0.1666666667vw);
}

.form {
  padding: 40px 100px;
  background-color: #fefaf6;
  margin: 0 50px;
  border-radius: 30px;
  display: none;
}
@media screen and (max-width: 767px) {
  .form {
    padding: 20px 10px;
    margin: 0;
    border-radius: 10px;
  }
}

.form.current {
  display: block;
}

.form__items {
  display: grid;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .form__items {
    gap: 10px;
  }
}

.form__item {
  display: grid;
  gap: 10px;
}

.form__item-label {
  font-size: 24px;
  color: #102c57;
}
@media screen and (max-width: 767px) {
  .form__item-label {
    font-size: 14px;
  }
}

.form__item-red {
  font-size: 12px;
  color: #930d08;
}
@media screen and (max-width: 767px) {
  .form__item-red {
    font-size: 10px;
  }
}

.form__item-label span {
  margin-left: 20px;
  padding: 3px 10px;
  font-size: 18px;
  line-height: 1;
  background-color: #930d08;
  color: #fff;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .form__item-label span {
    font-size: 11px;
    margin-left: 10px;
    padding: 1px 5px;
  }
}

.form__item-input {
  padding: 10px 20px;
  width: 100%;
  font-size: 24px;
  background-color: #fff;
  border: 2px solid #997748;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .form__item-input {
    font-size: 14px;
    padding: 5px 10px;
  }
}

.form__info {
  margin-top: 10px;
  font-size: 18px;
  color: #102c57;
}
@media screen and (max-width: 767px) {
  .form__info {
    font-size: 12px;
  }
}

.form__info a {
  text-decoration: underline;
}

.form__submit {
  margin: 30px auto 0;
  display: grid;
  width: 450px;
  height: 70px;
  place-content: center;
  font-size: 28px;
  background-color: #00913A;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .form__submit {
    margin-top: 15px;
    font-size: 16px;
    width: 200px;
    height: 40px;
    border-radius: 10px;
  }
}

.form__submit:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1800px) and (min-width: 768px) {
  .simulator__title-top .left {
    font-size: 1.6111111111vw;
  }
  .simulator__title-top .middle {
    font-size: 3.1666666667vw;
  }
  .simulator__title-top .right {
    font-size: 2.0555555556vw;
  }
  .simulator__title-bottom {
    font-size: 3.2222222222vw;
    margin-top: 0.5555555556vw;
  }
  .simulator__accent {
    width: 8.6111111111vw;
    height: 8.6111111111vw;
  }
  .simulator__accent--1 {
    top: -0.1111111111vw;
    left: -0.1111111111vw;
  }
  .simulator__accent--2 {
    top: -0.1111111111vw;
    right: -0.1111111111vw;
  }
  .simulator__accent--3 {
    bottom: -0.1111111111vw;
    left: -0.1111111111vw;
  }
  .simulator__accent--4 {
    bottom: -0.1111111111vw;
    right: -0.1111111111vw;
  }
  .form {
    padding: 2.2222222222vw 5.5555555556vw;
    margin: 0 2.7777777778vw;
    border-radius: 1.6666666667vw;
  }
  .form__items {
    gap: 1.1111111111vw;
  }
  .form__item {
    gap: 0.5555555556vw;
  }
  .form__item-label {
    font-size: 1.3333333333vw;
  }
  .form__item-label span {
    margin-left: 1.1111111111vw;
    font-size: 1vw;
    padding: 0.1666666667vw 0.5555555556vw;
    border-radius: 0.1666666667vw;
    line-height: 0.0555555556vw;
  }
  .form__item-input {
    border: 0.1111111111vw solid #997748;
    font-size: 1.3333333333vw;
    padding: 0.5555555556vw 1.1111111111vw;
    border-radius: 0.1666666667vw;
  }
  .form__info {
    margin-top: 0.5555555556vw;
    font-size: 1vw;
  }
  .form__submit {
    font-size: 1.5555555556vw;
    border-radius: 2.7777777778vw;
    margin: 1.6666666667vw auto 0;
    width: 25vw;
    height: 3.8888888889vw;
  }
}
.p-voice {
  padding: 9.6666666667rem 0 13.3333333333rem;
  background-color: #C9E0C7;
}
@media screen and (max-width: 767px) {
  .p-voice {
    padding: 1.6666666667rem 0;
  }
}

.p-voice__title {
  padding: 1.3333333333rem;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.5740740741;
  letter-spacing: 0.16em;
  color: #FFF;
  text-align: center;
  background-color: #006B61;
}
@media screen and (max-width: 767px) {
  .p-voice__title {
    padding: 0.4rem;
    font-size: 1.2rem;
    line-height: 1.5833333333;
  }
}

.p-voice-list {
  margin-top: 4.6666666667rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.6666666667rem;
}
@media screen and (max-width: 767px) {
  .p-voice-list {
    margin-top: 1.4666666667rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 3.3333333333rem;
  }
}

.p-voice-list__item {
  position: relative;
  padding: 2rem;
  padding-bottom: 4.6666666667rem;
  background: linear-gradient(-135deg, transparent 2.1333333333rem, #fff 2.1333333333rem);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-voice-list__item {
    padding: 1.4666666667rem;
    background: linear-gradient(-135deg, transparent 1.0666666667rem, #fff 1.0666666667rem);
  }
}
.p-voice-list__item::before {
  content: "";
  position: absolute;
  width: 3rem;
  height: 3rem;
  background: #8BC782;
  clip-path: polygon(0 0%, 0% 0%, 100% 100%, 0% 100%);
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-voice-list__item::before {
    width: 1.4666666667rem;
    height: 1.4666666667rem;
  }
}

.p-voice-list__item-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-voice-list__item-img {
  width: 33%;
}

.p-voice-list__item-body {
  width: 67%;
}

.p-voice-list__item-title {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.1621621622;
  letter-spacing: 0.05em;
  color: #006B61;
}
@media screen and (max-width: 767px) {
  .p-voice-list__item-title {
    font-size: 1.2rem;
  }
}

.p-voice-list__item-old {
  margin-top: 1.3333333333rem;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #595757;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-voice-list__item-old {
    font-size: 0.8rem;
  }
}

.p-voice-list__item-text {
  margin-top: 2.6666666667rem;
  font-weight: 500;
  font-size: 1.1333333333rem;
  line-height: 2.1176470588;
  letter-spacing: 0.2em;
  color: #595757;
}
@media screen and (max-width: 767px) {
  .p-voice-list__item-text {
    margin-top: 1.3333333333rem;
    font-size: 0.7333333333rem;
  }
}

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

.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */
