@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 1110px) {
  html {
    font-size: 1.4414414414vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  background-color: #F9F7EB;
  color: #2C2C2C;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "游ゴシック体", "YuGothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  overflow-x: hidden;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  cursor: pointer;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  a:hover,
  button:hover {
    opacity: 1;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

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

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

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

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

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

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

button {
  background-color: transparent;
  background-color: initial;
  border: none;
  padding: 0;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
            transition-duration: 0.01ms !important;
  }
}
.l-header {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 900;
}
@media screen and (max-width: 767px) {
  .l-header {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1110px;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.l-page-top {
  bottom: 187px;
  bottom: 11.6875rem;
  position: fixed;
  right: 30px;
  right: 1.875rem;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .l-page-top {
    bottom: 0.625rem;
    right: 0.625rem;
  }
}

.c-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 30px;
  padding: 40px;
  padding: 2.5rem;
  width: 340px;
  width: 21.25rem;
}
@media screen and (max-width: 767px) {
  .c-card {
    border-radius: 20px;
    padding: 1.25rem 1.25rem 1.25rem 1.375rem;
    width: 17.625rem;
  }
}

.c-card__figure {
  max-width: 164px;
  max-width: 10.25rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-card__figure {
    max-width: 7.625rem;
  }
}

.c-card__caption {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-card__caption {
    white-space: nowrap;
  }
}

@supports (-webkit-touch-callout: none) {
  .c-card__caption {
    white-space: nowrap;
  }
}
_::-webkit-full-page-media, _:future, :root .c-card__caption {
  white-space: nowrap;
}

.c-card__caption > span {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .c-card__caption > span {
    font-size: 0.75rem;
    margin-bottom: 0.375rem;
  }
}

.c-card__role {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.4285714286;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-card__role {
    font-size: 0.75rem;
    height: 3.1875rem;
    letter-spacing: normal;
    line-height: 1.4166666667;
    margin-top: 0.375rem;
  }
}

.c-card__text {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.8666666667;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-card__text {
    font-size: 0.75rem;
    line-height: 1.75;
    margin-top: 0.125rem;
  }
}

.c-contact-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #62A256;
  max-width: 353px;
  max-width: 22.0625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  padding-left: 35px;
  padding-left: 2.1875rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  padding-top: 10px;
  padding-top: 0.625rem;
  width: 100%;
  -webkit-box-shadow: 6px 6px 15px 0px rgba(34, 70, 11, .3019607843);
  border-radius: 3.625rem;
          box-shadow: 6px 6px 15px 0px rgba(34, 70, 11, .3019607843);
  -webkit-transition: ease all 0.2s;
  transition: ease all 0.2s;
}
@media screen and (max-width: 767px) {
  .c-contact-btn {
    max-width: 19.6875rem;
  }
}

.c-contact-btn > span {
  color: #fff;
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .c-contact-btn > span {
    font-size: 1.0625rem;
  }
}

.c-contact-btn__icon {
  height: 55px;
  height: 3.4375rem;
  width: 55px;
  width: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .c-contact-btn__icon {
    height: 2.6875rem;
    width: 2.6875rem;
  }
}

.c-contact-btn__icon > img {
  height: 100%;
  width: 100%;
}

.c-contact-btn.c-contact-btn--small {
  max-width: 285px;
  max-width: 17.8125rem;
}

.c-contact-btn.c-contact-btn--small > span {
  font-size: 15px;
  font-size: 0.9375rem;
}

@media (any-hover: hover) {
  .c-contact-btn:hover {
    opacity: 1;
    -webkit-transform: translateY(5px);
    background-color: #6fb663;
            transform: translateY(5px);
    -webkit-box-shadow: 6px 6px 12px 0px rgba(19, 41, 6, .35);
            box-shadow: 6px 6px 12px 0px rgba(19, 41, 6, .35);
  }
}
.c-open-btn {
  cursor: pointer;
  height: 13px;
  position: relative;
  width: 13px;
}

.c-open-btn span {
  background: #2C2C2C;
  display: block;
  height: 2px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 13px;
  -webkit-transition: 0.4s;
  left: 50%;
  position: absolute;
  transition: 0.4s;
}

.c-open-btn span:nth-of-type(1) {
  -webkit-transform: translateX(-50%) rotate(-90deg);
          transform: translateX(-50%) rotate(-90deg);
}

.c-open-btn span:nth-of-type(2) {
  -webkit-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
}

/*rotate*/
.js-rotate.is-active span:nth-of-type(1) {
  -webkit-transform: translateX(-50%) rotate(-180deg);
          transform: translateX(-50%) rotate(-180deg);
}

.js-rotate.is-active span:nth-of-type(2) {
  -webkit-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
}

.c-page-top {
  background-color: #2C2C2C;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  height: 3.375rem;
  width: 54px;
  width: 3.375rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
}

.c-page-top > img {
  width: 12px;
  width: 0.75rem;
}

.c-ttl {
  margin-inline: auto;
  text-align: center;
  width: 259px;
  width: 16.1875rem;
}

.c-ttl > img {
  width: 100%;
}

.c-ttl::before {
  color: #E39367;
  content: attr(data-en);
  display: block;
  font-family: "Outfit", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "游ゴシック体", "YuGothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  text-align: center;
  text-transform: capitalize;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-ttl::before {
    font-size: 1rem;
    margin-bottom: 0.9375rem;
  }
}

.p-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1110px;
  max-width: 69.375rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  gap: 20px;
  gap: 1.25rem;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-cards {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
    gap: 0.625rem;
            justify-content: flex-start;
  }
}

.p-case {
  overflow: hidden;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
  padding-top: 20px;
  padding-top: 1.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-case {
    padding-bottom: 3.75rem;
    padding-top: 3.125rem;
  }
}

.p-case__bg {
  max-width: 475px;
  max-width: 29.6875rem;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-case__bg {
    max-width: 21.25rem;
  }
}

.p-case__bg-right {
  right: -135px;
  top: 5%;
}
@media screen and (max-width: 767px) {
  .p-case__bg-right {
    right: -9.0625rem;
    top: 10rem;
  }
}

.p-case__bg-left {
  bottom: -157px;
  bottom: -9.8125rem;
  left: -130px;
}
@media screen and (max-width: 767px) {
  .p-case__bg-left {
    bottom: 0;
  }
}

.p-case__inner {
  max-width: 1110px;
  max-width: 69.375rem;
}

.p-case__ttl {
  width: 372px;
  width: 23.25rem;
}
@media screen and (max-width: 767px) {
  .p-case__ttl {
    max-width: 19rem;
    width: 67.7333333333vw;
  }
}

.p-case__list {
  margin: 45px auto 0;
  margin: 2.8125rem auto 0;
  max-width: 1060px;
  max-width: 66.25rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-case__list {
    margin-top: 4.5625rem;
    max-width: 37.5rem;
  }
}

.p-case__item {
  background-color: #fff;
  border: #F3F1E3 solid 3px;
  border: #F3F1E3 solid 0.1875rem;
  border-radius: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  gap: 3.125rem;
  padding: 50px;
  padding: 3.125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-case__item {
    padding: 2.1875rem 1.875rem 1.875rem;
    -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: unset;
  }
}

.p-case__item:nth-child(n+2) {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-case__item:nth-child(n+2) {
    margin-top: 4.25rem;
  }
}

.p-case__item-ttl {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.88;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  .p-case__item-ttl {
    font-size: 1.375rem;
    line-height: 1.4090909091;
  }
}

.p-case__item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-case__item-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5625rem;
    margin-top: 1.25rem;
  }
}

.p-case__item-figure {
  width: 92px;
  width: 5.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-case__item-figure {
    left: 50%;
    position: absolute;
    top: -7rem;
    top: -2.875rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-case__item-wrapper-body {
  margin-top: 25px;
  margin-top: 1.5625rem;
  width: 460px;
  width: 28.75rem;
}
@media screen and (max-width: 767px) {
  .p-case__item-wrapper-body {
    margin-top: 0;
    max-width: 31.25rem;
    width: 100%;
  }
}

.p-case__item-wrapper-type {
  border: currentColor solid 1px;
  border: currentColor solid 0.0625rem;
  border-radius: 0.5rem;
  color: #E39367;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  padding: 4px 7px;
  padding: 0.25rem 0.4375rem;
  position: relative;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media screen and (max-width: 1024px) {
  .p-case__item-wrapper-type {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-case__item-wrapper-type {
    font-size: 1rem;
  }
}

.p-case__item-wrapper-type::after {
  background-color: #E7E2D3;
  content: "";
  height: 1px;
  left: 71px;
  left: 4.4375rem;
  position: absolute;
  top: 50%;
  width: 382px;
  width: 23.875rem;
  -webkit-transform: translateY(-50%);
  display: block;
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-case__item-wrapper-type::after {
    left: 5.0625rem;
    width: 400px;
  }
}
@media screen and (max-width: 600px) {
  .p-case__item-wrapper-type::after {
    left: 5.0625rem;
    width: 350px;
  }
}
@media screen and (max-width: 500px) {
  .p-case__item-wrapper-type::after {
    width: 18.75rem;
  }
}
@media screen and (max-width: 450px) {
  .p-case__item-wrapper-type::after {
    width: 15rem;
  }
}
@media screen and (max-width: 430px) {
  .p-case__item-wrapper-type::after {
    width: 14.375rem;
  }
}
@media screen and (max-width: 400px) {
  .p-case__item-wrapper-type::after {
    width: 13.125rem;
  }
}
@media screen and (max-width: 390px) {
  .p-case__item-wrapper-type::after {
    width: 12.5rem;
  }
}
@media screen and (max-width: 375px) {
  .p-case__item-wrapper-type::after {
    width: 11.75rem;
  }
}

.p-case__item-wrapper-body:nth-of-type(2) .p-case__item-wrapper-type::after {
  left: 103px;
  left: 6.4375rem;
  width: 348px;
  width: 21.75rem;
}
@media screen and (max-width: 767px) {
  .p-case__item-wrapper-body:nth-of-type(2) .p-case__item-wrapper-type::after {
    left: 7.1875rem;
    width: 376px;
  }
}
@media screen and (max-width: 600px) {
  .p-case__item-wrapper-body:nth-of-type(2) .p-case__item-wrapper-type::after {
    width: 320px;
  }
}
@media screen and (max-width: 500px) {
  .p-case__item-wrapper-body:nth-of-type(2) .p-case__item-wrapper-type::after {
    width: 16.875rem;
  }
}
@media screen and (max-width: 450px) {
  .p-case__item-wrapper-body:nth-of-type(2) .p-case__item-wrapper-type::after {
    width: 13.0625rem;
  }
}
@media screen and (max-width: 430px) {
  .p-case__item-wrapper-body:nth-of-type(2) .p-case__item-wrapper-type::after {
    width: 12.4375rem;
  }
}
@media screen and (max-width: 400px) {
  .p-case__item-wrapper-body:nth-of-type(2) .p-case__item-wrapper-type::after {
    width: 11.5rem;
  }
}
@media screen and (max-width: 390px) {
  .p-case__item-wrapper-body:nth-of-type(2) .p-case__item-wrapper-type::after {
    width: 10.875rem;
  }
}
@media screen and (max-width: 375px) {
  .p-case__item-wrapper-body:nth-of-type(2) .p-case__item-wrapper-type::after {
    width: 9.625rem;
  }
}

.p-case__item-wrapper-txt {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.8571428571;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 1024px) {
  .p-case__item-wrapper-txt {
    font-size: 11px;
  }
}

.p-case__item-txt {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 160%;
  margin-top: 27px;
  margin-top: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .p-case__item-txt {
    font-size: 0.8125rem;
    line-height: 180%;
    margin-top: 1.125rem;
    max-width: 31.25rem;
  }
}

.p-case__item__img {
  width: 443px;
  width: 27.6875rem;
}
@media screen and (max-width: 767px) {
  .p-case__item__img {
    margin-top: 1.25rem;
    max-width: 31.25rem;
    width: 100%;
  }
}

.p-company {
  background-color: #F9F7EB;
}
@media screen and (max-width: 767px) {
  .p-company {
    padding-top: 2.5rem;
  }
}

.p-company__outer {
  background-color: #fff;
  border-radius: 6.25rem 6.25rem 0 0;
  padding: 120px 0 129px;
  padding: 7.5rem 0 8.0625rem;
}
@media screen and (max-width: 767px) {
  .p-company__outer {
    border-radius: 1.875rem 1.875rem 0 0;
    padding-bottom: 4.1875rem;
    padding-top: 6.5rem;
  }
}

.p-company__ttl {
  width: 187px;
  width: 11.6875rem;
}
@media screen and (max-width: 767px) {
  .p-company__ttl {
    max-width: 11.125rem;
    position: relative;
    width: 34.1333333333vw;
  }
}

@media screen and (max-width: 767px) {
  .p-company__ttl::before {
    left: 50%;
    position: absolute;
    width: 18.75rem;
    -webkit-transform: translateX(-50%);
    top: -2.8125rem;
            transform: translateX(-50%);
  }
}

.p-company__contaier {
  border-radius: 0.9375rem;
  margin: 0 auto;
  max-width: 710px;
  max-width: 44.375rem;
  padding: 36px 0 0;
  padding: 2.25rem 0 0;
  width: 100%;
}

.p-company__info {
  margin: 0 auto;
  max-width: 710px;
  max-width: 44.375rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-company__info {
    max-width: 31.25rem;
  }
}

.p-company__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E7E2D3;
  padding: 28px 0;
  padding: 1.75rem 0;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-company__field {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.25rem 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-company__field-ttl {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2.1;
  max-width: 200px;
  max-width: 12.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-company__field-ttl {
    font-size: 0.8125rem;
    line-height: 1;
    width: 100%;
  }
}

.p-company__field-txt {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-company__field-txt {
    font-size: 0.8125rem;
    line-height: 1.5384615385;
    margin-top: 0.625rem;
  }
}

.p-company__field-txt > a {
  -webkit-transition: all 0.3s;
  cursor: pointer;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .p-company__field-txt a:hover {
    text-decoration: underline;
    text-underline-offset: 0.3125rem;
  }
}
.p-faq {
  background-color: #F0CFB6;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-faq {
    background-color: #F9F7EB;
  }
}

.p-faq__bg {
  background-color: #F9F7EB;
  height: 200px;
  height: 12.5rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .p-faq__bg {
    display: none;
  }
}

.p-faq__outer {
  background-color: #F1EEDD;
  border-radius: 6.25rem 6.25rem 0 0;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
  padding-top: 117px;
  padding-top: 7.3125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-faq__outer {
    border-radius: 1.875rem 1.875rem 0 0;
    padding-bottom: 4.1875rem;
    padding-top: 3.75rem;
  }
}

.p-faq__ttl {
  width: 302px;
  width: 18.875rem;
}
@media screen and (max-width: 767px) {
  .p-faq__ttl {
    max-width: 16rem;
    width: 54.9333333333vw;
  }
}

.p-faq__container {
  margin: 0 auto;
  margin-top: 44px;
  margin-top: 2.75rem;
  max-width: 790px;
  max-width: 49.375rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-faq__container {
    margin-top: 1.625rem;
    max-width: 37.5rem;
  }
}

.p-faq__item-ttl {
  padding: 20px 0;
  padding: 1.25rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-faq__item-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.8125rem 0;
    width: 100%;
  }
}

.p-faq__item-q {
  background-color: #fff;
  border-radius: 1.375rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.5;
  padding: 20px 25px;
  padding: 1.25rem 1.5625rem;
  padding: 25px 66px 25px 25px;
  padding: 1.5625rem 4.125rem 1.5625rem 1.5625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-faq__item-q {
    border-radius: 0.9375rem;
    font-size: 0.875rem;
    padding: 0.9375rem;
    padding-right: 2.75rem;
    width: 100%;
  }
}

.p-faq__item-q::before {
  content: "Q";
  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: #E39367;
  border-radius: 50%;
  color: #fff;
  font-family: "Outfit", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "游ゴシック体", "YuGothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  height: 34px;
  height: 2.125rem;
  margin-right: 18px;
  margin-right: 1.125rem;
  text-align: center;
  width: 34px;
  width: 2.125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-faq__item-q::before {
    font-size: 0.8125rem;
    margin-right: 0.8125rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 1.5625rem;
    width: 1.5625rem;
  }
}

.p-faq__item-q-txt {
  display: inline-block;
}

.p-faq__btn {
  position: absolute;
  right: 27px;
  right: 1.6875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-faq__btn {
    right: 0.9375rem;
  }
}

/*Safariのみ適用 */
@supports (-webkit-touch-callout: none) {
  .p-faq__btn {
    height: 2.25rem;
  }
}
_::-webkit-full-page-media, _:future, :root .p-faq__btn {
  height: 36px;
  height: 2.25rem;
}

/* Firefox適用 */
@-moz-document url-prefix() {
  .p-faq__btn {
    height: 2.25rem;
  }
}
.p-faq__item-a {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.9;
  padding-bottom: 27px;
  padding-bottom: 1.6875rem;
  padding-top: 12px;
  padding-top: 0.75rem;
}

.p-faq__item-a > a {
  color: #004098;
  display: inline;
  text-decoration: underline;
}

.p-footer {
  background-color: #F9F7EB;
  padding: 60px 25px 24px;
  padding: 3.75rem 1.5625rem 1.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding: 2.5rem 0 1.875rem;
  }
}

.p-footer__btn {
  margin: 0 auto;
  width: 353px;
  width: 22.0625rem;
}
@media screen and (max-width: 767px) {
  .p-footer__btn {
    width: 19.6875rem;
  }
}

.p-footer__copy {
  display: block;
  font-family: "Outfit", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "游ゴシック体", "YuGothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 10px;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__copy {
    margin-top: 1.6875rem;
  }
}

.p-header {
  height: 100px;
  height: 6.25rem;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  background-color: transparent;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media screen and (max-width: 767px) {
  .p-header {
    background-color: #fff;
    height: 3.125rem;
    width: 100%;
  }
}

.p-header.js_hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media screen and (max-width: 767px) {
  .p-header.js_hide {
    left: 50%;
    -webkit-transform: translateY(-125%) translateX(-50%);
            transform: translateY(-125%) translateX(-50%);
  }
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  padding: 0 35px 0 50px;
  padding: 0 2.1875rem 0 3.125rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

.p-header__logo {
  height: inherit;
  max-width: 202px;
  max-width: 12.625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    max-width: 7.375rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-header__logo > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.p-header__nav {
  display: block;
  height: inherit;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
}

.p-header__nav-item {
  height: inherit;
}

.p-header__nav-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  margin: 0 15px;
  margin: 0 0.9375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2c2c2c;
  cursor: pointer;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1;
  position: relative;
  -webkit-transition: 0.3s;
  letter-spacing: 0.035em;
  transition: 0.3s;
}

.p-header__nav-item > a::after {
  background: #62A256;
  bottom: 25%;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media (any-hover: hover) {
  .p-header__nav-item > a:hover {
    color: #62A256;
    opacity: 1;
  }
  .p-header__nav-item > a:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.p-header__hamburger {
  border: none;
  cursor: pointer;
  display: none;
  height: inherit;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  width: 40px;
  width: 2.5rem;
  z-index: 999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-header__hamburger {
    display: block;
  }
}

.p-header__hamburger span {
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
  background: #E39367;
  display: block;
  height: 2px;
          transform: translateX(-50%);
  width: 4.8vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header__hamburger span:nth-of-type(1) {
  top: -1.0666666667vw;
}

.p-header__hamburger span:nth-of-type(2) {
  top: 0;
}

.p-header__hamburger span:nth-of-type(3) {
  top: 1.0666666667vw;
}

.p-header__hamburger.is-open span:nth-of-type(1) {
  top: 2px;
  top: 0.125rem;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.p-header__hamburger.is-open span:nth-of-type(2) {
  opacity: 0;
}

.p-header__hamburger.is-open span:nth-of-type(3) {
  top: -2px;
  top: -0.125rem;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

.p-header__drawer {
  background-color: #fff;
  bottom: 0;
  display: none;
  left: 0;
  min-height: 90dvh;
  overflow-y: scroll;
  padding: 60px 6.6666666667vw 62px;
  padding: 3.75rem 6.6666666667vw 3.875rem;
  position: absolute;
  right: 0;
  scrollbar-width: none;
  top: 50px;
  top: 3.125rem;
  width: 100%;
  z-index: 900;
}

.p-header__drawer::-webkit-scrollbar {
  display: none;
}

.p-header__drawer-item > a {
  border-bottom: #EDEDED solid 1px;
  color: #2C2C2C;
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.3333333333;
  padding: 20px 0;
  padding: 1.25rem 0;
  padding-left: 10px;
  padding-left: 0.625rem;
  position: relative;
}

.p-header__drawer-item > a::after {
  height: 11px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 9px;
  -webkit-transform: translateY(-50%);
  background-image: url(../img/icon_arrow02.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
          transform: translateY(-50%);
}

.p-header__drawer-btn {
  margin: 30px auto 0;
  margin: 1.875rem auto 0;
  max-width: 285px;
  max-width: 17.8125rem;
}

.p-howto {
  background-color: #F9F7EB;
}
@media screen and (max-width: 767px) {
  .p-howto {
    margin-top: -4.3125rem;
  }
}

.p-howto__outer {
  background-color: #F1EEDD;
  border-radius: 6.25rem 6.25rem 0 0;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
  padding-top: 120px;
  padding-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-howto__outer {
    border-radius: 1.875rem 1.875rem 0 0;
    padding-bottom: 4.1875rem;
    padding-top: 3.75rem;
  }
}

.p-howto__inner {
  max-width: 1120px;
  max-width: 70rem;
}

.p-howto_ttl {
  width: 576px;
  width: 36rem;
}
@media screen and (max-width: 767px) {
  .p-howto_ttl {
    max-width: 23.4375rem;
    width: 86.6666666667vw;
  }
}

.p-howto__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  margin-top: 2.8125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  gap: 20px;
  gap: 1.25rem;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-howto__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.8125rem;
    margin-top: 1.75rem;
  }
}

.p-howto__item {
  background-color: #E8E2CF;
  border-radius: 1.875rem;
  height: 343px;
  height: 21.4375rem;
  padding: 18px 25px 18px 15px;
  padding: 1.125rem 1.5625rem 1.125rem 0.9375rem;
  position: relative;
  width: 343px;
  width: 21.4375rem;
}
@media screen and (max-width: 767px) {
  .p-howto__item {
    height: 10.0625rem;
    max-width: 37.5rem;
    padding: 0.9375rem 1.25rem;
    width: 100%;
  }
}

.p-howto__item::after {
  background-image: url(../img/icon_arrow03.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 24px;
  height: 1.5rem;
  position: absolute;
  right: -24px;
  right: -1.5rem;
  top: 46%;
  width: 34px;
  width: 2.125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-howto__item::after {
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    bottom: -1.875rem;
    right: unset;
    top: unset;
            transform: translate(-50%, -50%) rotate(90deg);
    width: 2.25rem;
  }
}

.p-howto__item-num {
  border-bottom: #fff solid 1px;
  font-family: "Outfit", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "游ゴシック体", "YuGothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 149%;
  padding-bottom: 14px;
  padding-bottom: 0.875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-howto__item-num {
    font-size: 1rem;
    padding-bottom: 0.75rem;
  }
}

@media screen and (max-width: 767px) {
  .p-howto__item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 1.125rem auto 0;
  }
}

.p-howto__item-img {
  height: 103px;
  height: 6.4375rem;
}

.p-howto__item-txt {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  margin-top: 50px;
  margin-top: 3.125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-howto__item-txt {
    font-size: 0.875rem;
    margin-left: 1.4375rem;
    margin-top: 0;
    text-align: left;
    width: 10.4375rem;
  }
}

.p-howto__item:nth-child(1) .p-howto__item-img img {
  margin: 52px auto 0;
  margin: 3.25rem auto 0;
  width: 130px;
  width: 8.125rem;
}
@media screen and (max-width: 767px) {
  .p-howto__item:nth-child(1) .p-howto__item-img img {
    margin: 0;
    width: 6.0625rem;
  }
}

.p-howto__item:nth-child(2) .p-howto__item-img img {
  margin: 46px auto 0;
  margin: 2.875rem auto 0;
  width: 98px;
  width: 6.125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-howto__item:nth-child(2) .p-howto__item-img img {
    margin: 0;
    width: 4.5625rem;
  }
}

.p-howto__item:nth-child(3) .p-howto__item-img img {
  margin: 43px auto 0;
  margin: 2.6875rem auto 0;
  width: 153px;
  width: 9.5625rem;
}
@media screen and (max-width: 767px) {
  .p-howto__item:nth-child(3) .p-howto__item-img img {
    margin: 0;
    width: 6.625rem;
  }
}

.p-howto__item:nth-child(2) .p-howto__item-txt {
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-howto__item:nth-child(2) .p-howto__item-txt {
    margin-left: 2.375rem;
    margin-top: 0;
  }
}

.p-howto__item:nth-child(3) .p-howto__item-txt {
  margin-top: 58px;
  margin-top: 3.625rem;
}
@media screen and (max-width: 767px) {
  .p-howto__item:nth-child(3) .p-howto__item-txt {
    margin-left: 1.1875rem;
    margin-top: 0;
  }
}

.p-howto__item:nth-child(3) .p-howto__item-txt > span {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 149%;
}
@media screen and (max-width: 767px) {
  .p-howto__item:nth-child(3) .p-howto__item-txt > span {
    font-size: 0.75rem;
    margin: 0;
    white-space: nowrap;
  }
}

.p-howto__item:nth-child(3)::after {
  display: none;
}

.p-lead {
  position: relative;
}

.p-lead::after {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, transparent), to(#F9F7EB)), url(../img/bg_waves_01.png);
  background: linear-gradient(to bottom, transparent 0%, transparent 80%, #F9F7EB 100%), url(../img/bg_waves_01.png);
  background-color: #F9F7EB;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  height: 1000px;
  height: 62.5rem;
  left: 0;
  position: absolute;
  top: -22%;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-lead::after {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, transparent), to(#F9F7EB)), url(../img/bg_waves_sp.png);
    background: linear-gradient(to bottom, transparent 0%, transparent 80%, #F9F7EB 100%), url(../img/bg_waves_sp.png);
    background-size: 100%;
    height: 27.3125rem;
    top: -14%;
    z-index: -1;
  }
}

.p-lead__container {
  position: relative;
  z-index: 1;
}

.p-lead__container::before,
.p-lead__container::after {
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}

.p-lead__container::before {
  background-image: url(../img/bg_left.png);
  background-position: left;
  height: 1024px;
  height: 64rem;
  left: 0;
  top: 2%;
  width: 423px;
  width: 26.4375rem;
}
@media screen and (max-width: 767px) {
  .p-lead__container::before {
    background-image: url(../img/bg_left_sp.png);
    height: 30.6875rem;
    top: -3%;
    width: 2.625rem;
  }
}

.p-lead__container::after {
  background-image: url(../img/bg_right.png);
  background-position: left;
  content: "";
  height: 710px;
  height: 44.375rem;
  right: 0;
  top: 2.6%;
  width: 415px;
  width: 25.9375rem;
}
@media screen and (max-width: 767px) {
  .p-lead__container::after {
    background-image: url(../img/bg_right_sp.png);
    height: 37.0625rem;
    top: -3%;
    width: 13.625rem;
  }
}

.p-lead__txt-area {
  margin: 168px auto 0;
  margin: 10.5rem auto 0;
  max-width: 577px;
  max-width: 36.0625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-lead__txt-area {
    margin-top: 4.375rem;
    max-width: 25rem;
    width: 70.9333333333vw;
  }
}

.p-lead__txt + .p-lead__txt {
  margin-top: 51px;
  margin-top: 3.1875rem;
}
@media screen and (max-width: 767px) {
  .p-lead__txt + .p-lead__txt {
    margin-top: 2.1875rem;
  }
}

.p-lead__txt {
  width: 478px;
  width: 29.875rem;
}
@media screen and (max-width: 767px) {
  .p-lead__txt {
    max-width: 23.75rem;
    width: 70.9333333333vw;
  }
}

.p-lead__txt:nth-child(2) {
  margin-top: 45px;
  margin-top: 2.8125rem;
  width: 539px;
  width: 33.6875rem;
}
@media screen and (max-width: 767px) {
  .p-lead__txt:nth-child(2) {
    margin-top: 1.125rem;
    max-width: 23.75rem;
    width: 70.9333333333vw;
  }
}

.p-lead__txt:nth-child(3) {
  margin-top: 40px;
  margin-top: 2.5rem;
  width: 537px;
  width: 33.5625rem;
}
@media screen and (max-width: 767px) {
  .p-lead__txt:nth-child(3) {
    margin-top: 1.25rem;
    max-width: 23.75rem;
    width: 70.9333333333vw;
  }
}

.p-lead__txt picture,
.p-lead__txt picture img {
  width: 100%;
}

.p-lead__txt:last-child {
  margin-top: 61px;
  margin-top: 3.8125rem;
  width: 555px;
  width: 34.6875rem;
}
@media screen and (max-width: 767px) {
  .p-lead__txt:last-child {
    margin-top: 1.75rem;
    max-width: 23.75rem;
    width: 70.9333333333vw;
  }
}

.p-lead__img {
  margin: 56px auto 0;
  margin: 3.5rem auto 0;
  max-width: 1256px;
  max-width: 78.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-lead__img {
    margin-top: 0;
    max-width: 31.25rem;
  }
}

.p-leader {
  background-color: #F1EEDD;
}

.p-leader__outer {
  background-color: #F9F7EB;
  border-radius: 6.25rem 6.25rem 0 0;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
  padding-top: 120px;
  padding-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-leader__outer {
    border-radius: 1.875rem 1.875rem 0 0;
    padding-bottom: 4.1875rem;
    padding-top: 3.75rem;
  }
}

.p-leader__inner {
  margin: 0px auto;
  margin: 0rem auto;
  max-width: 1110px;
  max-width: 69.375rem;
}
@media screen and (max-width: 767px) {
  .p-leader__inner {
    padding: 0;
  }
}

.p-leader__ttl {
  width: 476px;
  width: 29.75rem;
}
@media screen and (max-width: 767px) {
  .p-leader__ttl {
    max-width: 23.375rem;
    width: 86.4vw;
  }
}

.p-leader__list {
  margin-top: 52px;
  margin-top: 3.25rem;
}
@media screen and (max-width: 767px) {
  .p-leader__list {
    margin-top: 2.375rem;
  }
}

.p-leader__item {
  height: 662px;
  height: 41.375rem;
}
@media screen and (max-width: 767px) {
  .p-leader__item {
    height: 30.75rem;
  }
}

@media screen and (max-width: 767px) {
  .p-leader__slide.swiper {
    padding: 0 40px 0 25px;
  }
}

.p-leader__list.swiper-wrapper {
  height: 662px;
  height: 41.375rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-leader__list.swiper-wrapper {
    height: 30.75rem;
  }
}

.p-leader__item.swiper-slide {
  height: 662px;
  height: 41.375rem;
  width: 340px !important;
  width: 21.25rem !important;
}
@media screen and (max-width: 767px) {
  .p-leader__item.swiper-slide {
    height: 30.75rem;
    width: 17.625rem !important;
  }
}

.p-member {
  background-color: #F9F7EB;
}

.p-member__outer {
  background-color: #F1EEDD;
  border-radius: 6.25rem 6.25rem 0 0;
  padding-bottom: 93px;
  padding-bottom: 5.8125rem;
  padding-top: 165px;
  padding-top: 10.3125rem;
}
@media screen and (max-width: 767px) {
  .p-member__outer {
    border-radius: 1.875rem 1.875rem 0 0;
    padding-bottom: 1.25rem;
    padding-top: 6.5rem;
  }
}

.p-member__inner {
  max-width: 1110px;
  max-width: 69.375rem;
}
@media screen and (max-width: 767px) {
  .p-member__inner {
    padding: 0;
  }
}

.p-member__ttl {
  position: relative;
  width: 187px;
  width: 11.6875rem;
}
@media screen and (max-width: 767px) {
  .p-member__ttl {
    max-width: 11rem;
    width: 33.6vw;
  }
}

.p-member__ttl::before {
  left: 50%;
  position: absolute;
  top: -45px;
  top: -2.8125rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-member__ttl::before {
    top: -2.8125rem;
    width: 18.75rem;
  }
}

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

.p-member__item {
  height: 635px;
  height: 39.6875rem;
}
@media screen and (max-width: 767px) {
  .p-member__item {
    height: 30.75rem;
  }
}

/*swiperの設定*/
@media screen and (max-width: 767px) {
  .p-member__slide.swiper {
    padding: 0 25px;
  }
}

.p-member__list.swiper-wrapper {
  height: 662px;
  height: 41.375rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-member__list.swiper-wrapper {
    height: 30.75rem;
  }
}

.p-member__item.swiper-slide {
  height: 636px;
  height: 39.75rem;
  width: 340px !important;
  width: 21.25rem !important;
}
@media screen and (max-width: 767px) {
  .p-member__item.swiper-slide {
    height: 30.75rem;
    width: 17.625rem !important;
  }
}

.swiper-button-next {
  display: none;
}
@media screen and (max-width: 767px) {
  .swiper-button-next {
    background-image: url("../img/icon_arrow04.png");
    background-size: contain;
    display: block;
    height: 40px;
    position: absolute;
    right: 21px;
    top: 58%;
    width: 40px;
    -webkit-transform: translateY(-50%);
    cursor: pointer;
            transform: translateY(-50%);
  }
}

.swiper-button-next:after {
  content: "";
}

.p-mv {
  overflow-x: hidden;
  padding-top: 125px;
  padding-top: 7.8125rem;
}
@media screen and (max-width: 767px) {
  .p-mv {
    padding-top: 3.125rem;
  }
}

.p-mv__inner {
  max-width: 1169px;
  max-width: 73.0625rem;
}
@media screen and (max-width: 767px) {
  .p-mv__inner {
    padding: 0;
  }
}

.p-mv__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  gap: 32px;
  gap: 2rem;
          justify-content: center;
  margin-left: 41px;
  margin-left: 2.5625rem;
  width: 1119px;
  width: 69.9375rem;
}
@media screen and (max-width: 767px) {
  .p-mv__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    width: 100%;
  }
}

.p-mv__body {
  margin-top: 42px;
  margin-top: 2.625rem;
  max-width: 433px;
  max-width: 27.0625rem;
  position: relative;
  width: 433px;
  width: 27.0625rem;
}
@media screen and (max-width: 767px) {
  .p-mv__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    max-width: 31.25rem;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-mv__sub-copy {
  margin-left: 10px;
  margin-left: 0.625rem;
  max-width: 368px;
  max-width: 23rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-mv__sub-copy {
    margin: -3.75rem auto 0;
    position: relative;
    width: 75.4666666667vw;
    z-index: 1;
  }
}

.p-mv__copy {
  margin-left: -12px;
  margin-left: -0.75rem;
  margin-top: 29px;
  margin-top: 1.8125rem;
  max-width: 433px;
  max-width: 27.0625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-mv__copy {
    margin: 0.8125rem auto 0;
    max-width: 20rem;
    width: 72vw;
  }
}

.p-mv__img-box {
  position: relative;
  width: 703px;
  width: 43.9375rem;
}
@media screen and (max-width: 767px) {
  .p-mv__img-box {
    max-width: unset;
    overflow: unset;
    width: 100%;
  }
}

.p-mv__img {
  max-width: 703px;
  max-width: 43.9375rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-mv__img {
    max-width: unset;
  }
}

.p-mv__btn {
  margin-left: 19px;
  margin-left: 1.1875rem;
  margin-top: 50px;
  margin-top: 3.125rem;
  max-width: 353px;
  max-width: 22.0625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-mv__btn {
    margin-top: 1.625rem;
    max-width: 19.6875rem;
    padding-bottom: 1.25rem;
  }
}

.p-mv__bg-left {
  left: -112px;
  left: -7rem;
  position: absolute;
  top: 0;
  width: 59px;
  width: 3.6875rem;
}
@media screen and (max-width: 767px) {
  .p-mv__bg-left {
    left: -50%;
    top: -21%;
    width: 18.75rem;
  }
}
@media screen and (max-width: 600px) {
  .p-mv__bg-left {
    left: -40%;
    max-width: 18.75rem;
    top: -21%;
    width: 62.1333333333vw;
  }
}
@media screen and (max-width: 430px) {
  .p-mv__bg-left {
    left: -30%;
    top: -21%;
  }
}

.p-mv__bg-right {
  position: absolute;
  right: -218px;
  right: -13.625rem;
  top: -118px;
  top: -7.375rem;
  width: 335px;
  width: 20.9375rem;
}
@media screen and (max-width: 767px) {
  .p-mv__bg-right {
    display: none;
  }
}

.p-mv__bg-bottom-right {
  bottom: 78px;
  bottom: 4.875rem;
  position: absolute;
  right: -71px;
  right: -4.4375rem;
  width: 14px;
  width: 0.875rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-mv__bg-bottom-right {
    bottom: -20%;
    right: 0%;
    width: 14.5625rem;
  }
}
@media screen and (max-width: 600px) {
  .p-mv__bg-bottom-right {
    bottom: -60%;
    right: -20%;
  }
}

.p-product {
  margin-top: -80px;
  margin-top: -5rem;
  padding-top: 39px;
  padding-top: 2.4375rem;
}
@media screen and (max-width: 767px) {
  .p-product {
    padding-top: 4.375rem;
  }
}

.p-product__inner {
  max-width: 1171px;
  max-width: 73.1875rem;
}
@media screen and (max-width: 767px) {
  .p-product__inner {
    padding: 0;
  }
}

.p-product__wrapper {
  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;
}
@media screen and (max-width: 767px) {
  .p-product__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    max-width: 37.5rem;
    overflow: hidden;
    width: 100%;
  }
}

.p-product__figure {
  width: 100%;
  width: 750px;
  width: 46.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  left: -118px;
  left: -7.375rem;
  position: relative;
  top: 21px;
  top: 1.3125rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-product__figure {
    max-width: 31.4375rem;
    width: 115.7333333333vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
    left: unset;
            order: 2;
    top: unset;
  }
}

.p-product__figure img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-product__figure img {
    margin: 0 auto;
    width: 500px;
  }
}

.p-product__body {
  margin-left: -75px;
  margin-left: -4.6875rem;
  margin-left: -196px;
  margin-left: -12.25rem;
  max-width: 514px;
  max-width: 32.125rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-product__body {
    display: contents;
  }
}

.p-product__ttl {
  max-width: 514px;
  max-width: 32.125rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-product__ttl {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
    margin: 4.375rem auto 0;
    max-width: 23.4375rem;
            order: 1;
    width: 86.6666666667vw;
  }
}

.p-product__ttl::before {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-product__ttl::before {
    margin-bottom: 1.4375rem;
    text-align: center;
  }
}

.p-product__ttl picture {
  width: 100%;
}

.p-product__txt {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 185%;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-product__txt {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
    font-size: 0.8125rem;
    letter-spacing: 0.02em;
    line-height: 180%;
    margin: 1.75rem auto 0;
            order: 3;
    padding: 0 1.5625rem;
  }
}

.p-strengths {
  background-color: #F1EEDD;
}

.p-strengths__outer {
  background-color: #F9F7EB;
  border-radius: 6.25rem 6.25rem 0 0;
  overflow: hidden;
  padding-top: 120px;
  padding-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-strengths__outer {
    border-radius: 1.875rem 1.875rem 0 0;
    padding-top: 3.75rem;
  }
}

.p-strengths__inner {
  max-width: 1122px;
  max-width: 70.125rem;
}

.p-strengths__ttl {
  width: 348px;
  width: 21.75rem;
}
@media screen and (max-width: 767px) {
  .p-strengths__ttl {
    max-width: 18rem;
    width: 63.4666666667vw;
  }
}

.p-strengths__container {
  margin-top: 54px;
  margin-top: 3.375rem;
  max-width: 1072px;
  max-width: 67rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-strengths__container {
    margin: 1.875rem auto 0;
  }
}

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

.p-strengths__item {
  border-radius: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 342px;
  height: 21.375rem;
  max-width: 968px;
  max-width: 60.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  padding: 1.25rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-strengths__item {
    max-width: 37.5rem;
    width: 91.4666666667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    border-radius: 1.5625rem;
            flex-direction: column;
    height: auto;
    padding: 3rem 1.875rem 1.875rem 1.875rem;
  }
}

.p-strengths__item:first-child {
  background-color: #62A256;
}
@media screen and (max-width: 767px) {
  .p-strengths__item:first-child {
    padding-top: 5.5rem;
  }
}

.p-strengths__number {
  color: #fff;
  font-family: "Outfit", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "游ゴシック体", "YuGothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 70px;
  font-size: 4.375rem;
  font-weight: 500;
  left: 28px;
  left: 1.75rem;
  opacity: 0.5;
  position: absolute;
  top: 0px;
  top: 0rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-strengths__number {
    font-size: 3.75rem;
    left: 0.9375rem;
  }
}

.p-strengths__img {
  max-width: 359px;
  max-width: 22.4375rem;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-strengths__img {
    max-width: 20.8125rem;
    width: 75.4666666667vw;
  }
}

.p-strengths__body {
  margin-left: 61px;
  margin-left: 3.8125rem;
  max-width: 402px;
  max-width: 25.125rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-strengths__body {
    margin-left: 0rem;
    max-width: 25rem;
  }
}

.p-strengths__item-ttl {
  margin-top: 4px;
  margin-top: 0.25rem;
  max-width: 346px;
  max-width: 21.625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-strengths__item-ttl {
    margin-top: 1.125rem;
    max-width: 19.375rem;
    width: 69.3333333333vw;
  }
}

.p-strengths__item-ttl > img {
  width: 100%;
}

.p-strengths__item-txt {
  color: white;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 180%;
  margin-top: 27px;
  margin-top: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .p-strengths__item-txt {
    font-size: 0.8125rem;
    margin-top: 1.4375rem;
  }
}

.p-strengths__item-small-txt {
  color: white;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  margin-top: 18px;
  margin-top: 1.125rem;
}
@media screen and (max-width: 1024px) {
  .p-strengths__item-small-txt {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-strengths__item-small-txt {
    margin-top: 0.625rem;
  }
}

.p-strengths__item:nth-child(2) {
  background-color: #D6CB68;
  margin-left: auto;
  margin-top: 27px;
  margin-top: 1.6875rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  gap: 74px;
  gap: 4.625rem;
          justify-content: flex-end;
  padding-left: 72px;
  padding-left: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-strengths__item:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.3125rem;
    margin-top: 0.625rem;
    padding-left: 1.875rem;
  }
}

.p-strengths__item:nth-child(2) .p-strengths__number {
  left: unset;
  right: 37px;
  right: 2.3125rem;
}
@media screen and (max-width: 767px) {
  .p-strengths__item:nth-child(2) .p-strengths__number {
    left: 0.9375rem;
    right: unset;
  }
}

.p-strengths__item:nth-child(2) .p-strengths__img {
  max-width: 274px;
  max-width: 17.125rem;
}
@media screen and (max-width: 767px) {
  .p-strengths__item:nth-child(2) .p-strengths__img {
    max-width: 16.4375rem;
    width: 56.8vw;
  }
}

.p-strengths__item:nth-child(2) .p-strengths__body {
  margin-left: 0;
  margin-right: 12px;
  margin-right: 0.75rem;
  max-width: 429px;
  max-width: 26.8125rem;
  width: 420px;
  width: 26.25rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-strengths__item:nth-child(2) .p-strengths__body {
    margin-right: 0;
    max-width: 25rem;
    width: 100%;
  }
}

.p-strengths__item:nth-child(2) .p-strengths__item-ttl {
  max-width: 420px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-strengths__item:nth-child(2) .p-strengths__item-ttl {
    max-width: 14.75rem;
    width: 49.6vw;
  }
}

.p-strengths__item:nth-child(2) .p-strengths__item-ttl picture,
.p-strengths__item:nth-child(2) .p-strengths__item-ttl img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-strengths__item:nth-child(2) .p-strengths__item-txt {
    margin-top: 1.25rem;
  }
}

.p-strengths__item:nth-child(3) {
  background-color: #E39367;
  gap: 20px;
  gap: 1.25rem;
  margin-top: 27px;
  margin-top: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .p-strengths__item:nth-child(3) {
    gap: 0.4375rem;
    margin-top: 0.625rem;
    padding-top: 5.5625rem;
  }
}

.p-strengths__item:nth-child(3) .p-strengths__img {
  max-width: 416px;
  max-width: 26rem;
}

@media screen and (max-width: 767px) {
  .p-strengths__item:nth-child(3) .p-strengths__item-ttl {
    max-width: 20.8125rem;
    width: 75.4666666667vw;
  }
}

@media screen and (max-width: 767px) {
  .p-strengths__item:nth-child(3) .p-strengths__item-txt {
    margin-top: 1.25rem;
  }
}

.p-strengths__item:nth-child(3) .p-strengths__body {
  margin-left: 35px;
  margin-left: 2.1875rem;
  max-width: 400px;
  max-width: 25rem;
}
@media screen and (max-width: 767px) {
  .p-strengths__item:nth-child(3) .p-strengths__body {
    margin-left: 0;
  }
}

.p-strengths__bottom-img {
  margin-top: 112px;
  margin-top: 7rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-strengths__bottom-img {
    margin-top: 3.1875rem;
    width: 47.9375rem;
  }
}

.p-strengths__bottom-img > img {
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

.p-system {
  background-color: #F9F7EB;
  margin-top: -48px;
  margin-top: -3rem;
  overflow: hidden;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
  padding-top: 39px;
  padding-top: 2.4375rem;
}
@media screen and (max-width: 767px) {
  .p-system {
    margin-top: 0;
    padding-top: 3.0625rem;
  }
}

.p-system__wrapper {
  position: relative;
  z-index: 1;
}

.p-system__bg {
  max-width: 475px;
  max-width: 29.6875rem;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-system__bg {
    max-width: 29.6875rem;
  }
}

.p-system__bg-right {
  right: -14%;
  rotate: 55deg;
  top: 6%;
}
@media screen and (max-width: 767px) {
  .p-system__bg-right {
    right: -28%;
    rotate: 50deg;
    top: 35%;
  }
}

.p-system__bg-left {
  bottom: 4%;
  left: -11%;
}
@media screen and (max-width: 767px) {
  .p-system__bg-left {
    bottom: -2.3%;
  }
}

.p-system__inner {
  max-width: 1110px;
  max-width: 69.375rem;
}
@media screen and (max-width: 767px) {
  .p-system__inner {
    padding: 0 0.625rem;
  }
}

.p-system__ttl {
  width: 259px;
  width: 16.1875rem;
}
@media screen and (max-width: 767px) {
  .p-system__ttl {
    max-width: 14.1875rem;
    width: 47.2vw;
  }
}

.p-system__container {
  background-color: #fff;
  border-radius: 2.5rem;
  margin-top: 53px;
  margin-top: 3.3125rem;
  padding: 60px 25px 35px;
  padding: 3.75rem 1.5625rem 2.1875rem;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-system__container {
    border-radius: 1.25rem;
    margin: 2.1875rem auto 0;
    max-width: 37.5rem;
    padding: 1.875rem 1.5rem;
    text-align: left;
    width: 100%;
  }
}

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

.p-system__heading {
  background-color: #F9F7EB;
  border-radius: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 16px 30px;
  padding: 1rem 1.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
  max-width: 237px;
  max-width: 14.8125rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-system__heading {
    font-size: 0.875rem;
    letter-spacing: normal;
    max-width: 12.5rem;
    padding: 0.59375rem 0.9375rem;
    width: 44vw;
  }
}

.p-system__heading::before {
  background-image: url(../img/icon_system01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 19px;
  height: 1.1875rem;
  margin-right: 5px;
  margin-right: 0.3125rem;
  width: 19px;
  width: 1.1875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-system__heading::before {
    height: 0.9375rem;
    width: 0.9375rem;
  }
}

.p-system__heading.p-system__heading--second {
  max-width: 339px;
  max-width: 21.1875rem;
  padding-right: 26px;
  padding-right: 1.625rem;
  white-space: nowrap;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-system__heading.p-system__heading--second {
    max-width: 18.75rem;
    width: 66.6666666667vw;
  }
}

.p-system__heading.p-system__heading--second::before {
  background-image: url(../img/icon_system02.png);
}

.p-system__info {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 165%;
  margin-top: 23px;
  margin-top: 1.4375rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-system__info {
    font-size: 1rem;
    letter-spacing: -0.03em;
    letter-spacing: normal;
    margin-top: 1.125rem;
    text-align: left;
  }
}

.p-system__figure {
  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;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-system__figure {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1.0625rem;
  }
}

.p-system__img {
  width: 362px;
  width: 22.625rem;
}
@media screen and (max-width: 767px) {
  .p-system__img {
    max-width: 22.625rem;
    width: 65.3333333333vw;
  }
}

.p-system__icon {
  margin-left: 50px;
  margin-left: 3.125rem;
  margin-right: 50px;
  margin-right: 3.125rem;
  width: 50px;
  width: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-system__icon {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0.125rem;
    width: 1.375rem;
  }
}

.p-system__figure-txt {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 160%;
  margin-left: 50px;
  margin-left: 3.125rem;
  width: 154px;
  width: 9.625rem;
}
@media screen and (max-width: 767px) {
  .p-system__figure-txt {
    margin-left: 0;
    margin-top: 0.3125rem;
    text-align: center;
    width: 100%;
  }
}

.p-system__img02 {
  margin-left: 7px;
  margin-left: 0.4375rem;
  width: 126px;
  width: 7.875rem;
}
@media screen and (max-width: 767px) {
  .p-system__img02 {
    margin-left: 0;
    margin-top: 0.5rem;
    max-width: 7.875rem;
    width: 21.3333333333vw;
  }
}

.p-system__figure02 {
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
  max-width: 861px;
  max-width: 53.8125rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-system__figure02 {
    margin-top: 0.875rem;
    max-width: 31.25rem;
    width: 81.3333333333vw;
  }
}

.p-system__figure02 img {
  width: 100%;
}

.p-system__bottom-txt {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 185%;
  margin-top: 36px;
  margin-top: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-system__bottom-txt {
    font-size: 0.8125rem;
    letter-spacing: normal;
    margin-top: 1.0625rem;
  }
}

.p-system__note {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 155%;
  margin-top: 6px;
  margin-top: 0.375rem;
}
@media screen and (max-width: 1024px) {
  .p-system__note {
    font-size: 10px;
    line-height: 180%;
  }
}

.p-system__container + .p-system__container .p-system__note {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-system__container + .p-system__container .p-system__note {
    margin-top: 0.75rem;
  }
}

.p-system__figure03-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 48px auto 0;
  margin: 3rem auto 0;
  width: 676px;
  width: 42.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-system__figure03-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 2.25rem;
    width: 100%;
  }
}

.p-system__figure-box {
  position: relative;
}

.p-system__figure03 {
  left: -115px;
  left: -7.1875rem;
  position: absolute;
  top: -260px;
  top: -16.25rem;
  width: 532px;
  width: 33.25rem;
}
@media screen and (max-width: 767px) {
  .p-system__figure03 {
    max-width: 31.25rem;
    position: static;
    width: 82.1333333333vw;
  }
}

.p-system__figure03-body {
  padding-left: 290px;
  padding-left: 18.125rem;
}
@media screen and (max-width: 767px) {
  .p-system__figure03-body {
    margin-top: 1.625rem;
    max-width: 25rem;
    padding-left: 0;
    width: 100%;
  }
}

.p-system__figure03-ttl {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 165%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-system__figure03-ttl {
    font-size: 1.0625rem;
    text-align: center;
  }
}

.p-system__figure03-ttl > span {
  color: #E39367;
}

.p-system__figure03-ttl:nth-of-type(2) {
  margin-top: 18px;
  margin-top: 1.125rem;
}

.p-system__figure03-list {
  border: #EBE9DC 4px solid;
  border: #EBE9DC 0.25rem solid;
  border-radius: 1.25rem;
  margin-top: 8px;
  margin-top: 0.5rem;
  max-width: 400px;
  max-width: 25rem;
  padding: 25px 29px;
  padding: 1.5625rem 1.8125rem;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-system__figure03-list {
    margin-top: 0.625rem;
    padding: 0.8125rem 0.9375rem;
  }
}

.p-system__figure03-item {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 175%;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-system__figure03-item {
    font-size: 0.75rem;
    letter-spacing: 0.03em;
    padding-left: 1em;
    text-indent: -1.1em;
    white-space: normal;
  }
}

.p-system__figure03-item::before {
  background-color: #E39367;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 6px;
  height: 0.375rem;
  margin-right: 8px;
  margin-right: 0.5rem;
  vertical-align: middle;
  width: 6px;
  width: 0.375rem;
}

.p-system__txt {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 21px;
  margin-top: 1.3125rem;
}
@media screen and (max-width: 1024px) {
  .p-system__txt {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .p-system__txt {
    font-size: 0.8125rem;
    line-height: 160%;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-system__container + .p-system__container .p-system__txt {
    margin-top: 0.625rem;
  }
}

.p-system__btn {
  margin: 27px auto 0;
  margin: 1.6875rem auto 0;
  max-width: 580px;
  max-width: 36.25rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-system__btn {
    margin-top: 1.0625rem;
  }
}

.p-system__download {
  background-color: #2C2C2C;
  border-radius: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 330px;
  max-width: 20.625rem;
  padding: 10px 30px 10px 10px;
  padding: 0.625rem 1.875rem 0.625rem 0.625rem;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-system__download {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 25rem;
    padding: 0.78125rem 1.875rem 0.78125rem 0.625rem;
    text-align: center;
  }
}

.p-system__download > span {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-system__download > span {
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 600px) {
  .p-system__download > span {
    font-size: 0.875rem;
  }
}

.p-system__download::before {
  background-image: url(../img/icon_download.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 44px;
  height: 2.75rem;
  margin-right: 15px;
  margin-right: 0.9375rem;
  width: 44px;
  width: 2.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-system__download::before {
    height: 2.125rem;
    width: 2.125rem;
  }
}

@media (any-hover: hover) {
  .p-system__download:hover {
    background-color: #4d4d4d;
    opacity: 1;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

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