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

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

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

ol,
ul {
  list-style: none;
}

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

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

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  margin: auto;
}

@media (min-width: 768px) {
  .hidden-md {
    display: none;
  }
}
@media (min-width: 960px) {
  .hidden-lg {
    display: none;
  }
}
@media (min-width: 1230px) {
  .hidden-xl {
    display: none;
  }
}
@media (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}
.l-inner {
  padding-inline: 6.4%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    padding-inline: 50px;
  }
}
@media screen and (min-width: 1230px) {
  .l-inner {
    padding-inline: 12.5%;
    max-width: 1280px;
  }
}

.l-inner__solutions {
  padding-inline: 6.4%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-inner__solutions {
    padding-inline: 50px;
  }
}
@media screen and (min-width: 1230px) {
  .l-inner__solutions {
    padding-inline: 240px;
    max-width: 1280px;
  }
}

.l-inner__worries {
  padding-inline: 6.4%;
  margin: 0 auto;
}
@media screen and (min-width: 1230px) {
  .l-inner__worries {
    padding-inline: 0;
    max-width: 1200px;
  }
}

.l-inner__slider {
  padding-inline: 6.4%;
  margin: 0 auto;
}
@media screen and (min-width: 1230px) {
  .l-inner__slider {
    padding-inline: 10.546875%;
  }
}

.l-inner__voice,
.l-inner__faq {
  padding-inline: 12.5333333333%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-inner__voice,
  .l-inner__faq {
    padding-inline: 50px;
  }
}
@media screen and (min-width: 1230px) {
  .l-inner__voice,
  .l-inner__faq {
    padding-inline: 220px;
    max-width: 1280px;
  }
}

.l-footer {
  padding-top: clamp(2.5rem, -0.3488rem + 12.1547vw, 9.375rem);
  padding-bottom: calc(clamp(2.5rem, 1.5898rem + 3.8835vw, 6.25rem) + 70px);
  background: #C7EBAB;
}

.l-footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-footer__logo {
  width: 70%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-footer__logo {
    width: 50%;
    max-width: 799px;
  }
}
@media screen and (min-width: 1230px) {
  .l-footer__logo {
    width: 60%;
  }
}

.l-footer__list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #FFF;
  text-shadow: 2px 4px 4px rgba(51, 51, 51, 0.1);
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(0.875rem, 0.7233rem + 0.6472vw, 1.5rem);
  font-weight: 700;
  line-height: normal;
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .l-footer__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 157px;
  }
}

.l-footer__copyRights {
  margin-top: clamp(3.5625rem, -0.5893rem + 17.7143vw, 9.375rem);
  color: #FFF;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(0.875rem, 0.7233rem + 0.6472vw, 1.5rem);
  font-weight: 700;
  line-height: normal;
  text-shadow: 2px 4px 4px rgba(51, 51, 51, 0.1);
}

.c-button__hover-opacity {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (hover: hover) {
  .c-button__hover-opacity:hover {
    opacity: 0.64;
    cursor: pointer;
  }
}

.c-button__hover-color {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (hover: hover) {
  .c-button__hover-color:hover {
    opacity: 1;
    color: #85C8AF;
    cursor: pointer;
  }
}

.c-button__header-nav {
  color: #F7F5F2;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.28px;
  border-radius: 999px;
  background: #EDA185;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(60, 86, 52, 0.25);
          box-shadow: 0px 2px 4px 0px rgba(60, 86, 52, 0.25);
  margin: 0 auto;
  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;
  gap: 8px;
  padding: 5px 15px;
  width: 209px;
  height: 48px;
}
.c-button__header-nav img {
  width: 16px;
  height: 12px;
  margin: 0;
}

.c-button__line,
.c-button__details {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 460px;
  color: #FFF;
  text-align: center;
  margin: 0 auto;
  border-radius: 8px;
  padding: 25px;
  font-weight: 700;
  line-height: normal;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-size: clamp(1.125rem, 0.866rem + 1.105vw, 1.75rem);
}
@media screen and (min-width: 960px) {
  .c-button__line,
  .c-button__details {
    max-width: 500px;
    padding: 30px;
  }
}
.c-button__line::after,
.c-button__details::after {
  content: "";
  position: absolute;
  background: url(../img/icon-doubleArrow.webp) no-repeat center center/contain;
  width: clamp(1.875rem, 1.5716rem + 1.2945vw, 3.125rem);
  height: clamp(1.875rem, 1.5716rem + 1.2945vw, 3.125rem);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: clamp(0.625rem, 0.4733rem + 0.6472vw, 1.25rem);
}

.c-button__line {
  font-style: normal;
  background: #02C755;
}
.c-button__line::before {
  content: "";
  position: absolute;
  background: url(../img/icon-line.webp) no-repeat center center/contain;
  width: clamp(2.8125rem, 2.1299rem + 2.9126vw, 5.625rem);
  height: clamp(2.8125rem, 2.1299rem + 2.9126vw, 5.625rem);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10px;
}

.c-button__details {
  background: #EDA185;
  position: relative;
  z-index: 5;
}

.c-yureru-j {
  -webkit-animation: c-yureru-j 4s infinite;
          animation: c-yureru-j 4s infinite;
}

@-webkit-keyframes c-yureru-j {
  0% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  5% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  10% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  15% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  20% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  25% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  30% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@keyframes c-yureru-j {
  0% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  5% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  10% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  15% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  20% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  25% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  30% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
.c-title__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.c-title__box.features {
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .c-title__box {
    gap: 3px;
  }
}

.c-title__main {
  color: #EDA185;
  text-align: center;
  font-size: clamp(1.875rem, 1.4088rem + 1.989vw, 3rem);
  font-weight: 600;
  line-height: normal;
}
.c-title__main.features {
  font-size: clamp(1.875rem, 1.616rem + 1.105vw, 2.5rem);
}
@media screen and (min-width: 768px) {
  .c-title__main.features {
    text-align: left;
  }
}
.c-title__main.member {
  font-size: clamp(1.5rem, 0.8785rem + 2.6519vw, 3rem);
}

.c-tile__sub {
  color: #EDA185;
  text-align: center;
  font-size: clamp(1rem, 0.8964rem + 0.442vw, 1.25rem);
  font-weight: 600;
  line-height: normal;
}
.c-tile__sub.features {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-tile__sub.features {
    text-align: left;
  }
}

.c-title__solutions {
  position: relative;
  color: #FFF;
  text-shadow: 2px 4px 4px rgba(51, 51, 51, 0.1);
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1.25rem, 0.4731rem + 3.3149vw, 3.125rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: clamp(1.25rem, 0.0364rem + 5.178vw, 6.25rem);
  border-bottom: clamp(0.1875rem, 0.142rem + 0.1942vw, 0.375rem) solid #FFF;
}
.c-title__solutions::before {
  content: "";
  position: absolute;
  top: 100%;
  right: 49%;
  -webkit-transform: skew(-45deg);
          transform: skew(-45deg);
  height: clamp(1.25rem, 0.4157rem + 3.5599vw, 4.6875rem);
  width: clamp(1.875rem, 0.8131rem + 4.5307vw, 6.25rem);
  border-right: clamp(0.25rem, 0.2197rem + 0.1294vw, 0.375rem) solid #FFF;
  border-top: clamp(0.1875rem, 0.142rem + 0.1942vw, 0.375rem) solid #C7EBAB;
  background-color: translate;
}

.p-qa {
  position: relative;
}

.p-faq__container {
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 27px;
  max-width: 1100px;
}

.p-faq__box {
  width: 100%;
}
.p-faq-box__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.9090909091%;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: clamp(1.25rem, 0.7949rem + 1.9417vw, 3.125rem);
  border-bottom: clamp(0.125rem, 0.1098rem + 0.0647vw, 0.1875rem) solid #EDA185;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 960px) {
  .p-faq-box__head {
    padding-inline: 40px;
  }
}
@media (hover: hover) {
  .p-faq-box__head:hover {
    opacity: 0.56;
  }
}
.p-faq-box__head .qa-icon {
  width: clamp(1.875rem, 1.7455rem + 0.5525vw, 2.1875rem);
  min-width: clamp(1.875rem, 1.7455rem + 0.5525vw, 2.1875rem);
  max-width: clamp(1.875rem, 1.7455rem + 0.5525vw, 2.1875rem);
}
.p-faq-box__head .question {
  color: #EDA185;
  width: 100%;
  letter-spacing: 0.62px;
  text-align: left;
  font-size: clamp(0.875rem, 0.6678rem + 0.884vw, 1.375rem);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.p-faq-box__head .click-icon {
  position: relative;
  width: 24px;
  height: 24px;
}
.p-faq-box__head .click-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: clamp(1.25rem, 0.8615rem + 1.6575vw, 2.1875rem);
  width: 3px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #EDA185;
}
.p-faq-box__head .click-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 3px;
  width: clamp(1.25rem, 0.8615rem + 1.6575vw, 2.1875rem);
  background: #EDA185;
}
.is-open .p-faq-box__head .click-icon {
  position: relative;
  width: 24px;
  height: 24px;
}
.is-open .p-faq-box__head .click-icon::before {
  height: 2px;
  width: 16px;
  background: gold;
}

.p-faq-box__body {
  padding-block: clamp(1.25rem, 0.7949rem + 1.9417vw, 3.125rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.9090909091%;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 960px) {
  .p-faq-box__body {
    padding-inline: 22px 6.6666666667%;
  }
}
.p-faq-box__body .qa-icon {
  width: clamp(1.875rem, 1.7455rem + 0.5525vw, 2.1875rem);
  min-width: clamp(1.875rem, 1.7455rem + 0.5525vw, 2.1875rem);
  max-width: clamp(1.875rem, 1.7455rem + 0.5525vw, 2.1875rem);
}
.p-faq-box__body .answer {
  color: #EDA185;
  font-size: clamp(0.75rem, 0.5428rem + 0.884vw, 1.25rem);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.p-faq__deco {
  position: absolute;
  width: 10.6666666667%;
  top: -13px;
  left: 72%;
}
@media screen and (min-width: 768px) {
  .p-faq__deco {
    width: 4.84375%;
    max-width: 93px;
    top: 0;
    left: 60%;
  }
}

.p-voice {
  position: relative;
  background: #F7F5F2;
}
@media screen and (min-width: 768px) {
  .p-voice {
    background: transparent;
  }
}

.p-voice__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 960px) {
  .p-voice__boxes {
    display: grid;
    max-width: 1330px;
    margin: 50px auto 0;
    grid-template-columns: repeat(3, 1fr);
    gap: 100px 30px;
  }
}

.p-voice__box {
  border-radius: 20px;
  border: 3px solid #EDA185;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1rem, 0.9545rem + 0.1942vw, 1.1875rem);
  padding: 21px 22px 34px 25px;
}
@media screen and (min-width: 768px) {
  .p-voice__box {
    margin: 0 auto;
    width: 69.2708333333%;
    border: 6px solid #EDA185;
    padding-block: 5.25% 8.75%;
    padding-inline: 8.3969465649%;
  }
}
@media screen and (min-width: 960px) {
  .p-voice__box {
    width: auto;
  }
}
.p-voice__box .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 6px;
}
.p-voice__box .head .icon {
  width: 50px;
}
@media screen and (min-width: 768px) {
  .p-voice__box .head .icon {
    width: 40px;
  }
}
.p-voice__box .head .customer {
  color: #EDA185;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}
.p-voice__box .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7.08px;
}
.p-voice__box .body .main {
  color: #EDA185;
  font-size: clamp(0.75rem, 0.6982rem + 0.221vw, 0.875rem);
  font-weight: 700;
  line-height: normal;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
}
.p-voice__box .body .sub {
  color: #333333;
  font-size: clamp(0.75rem, 0.6982rem + 0.221vw, 0.875rem);
  font-weight: 700;
  line-height: normal;
  white-space: pre-wrap;
}

.p-voice__deco-rightTree {
  position: absolute;
  width: 17.8666666667%;
  max-width: 414px;
  top: -50px;
  left: 82%;
}
@media screen and (min-width: 960px) {
  .p-voice__deco-rightTree {
    top: -200px;
    left: 76%;
    width: 21.5625%;
  }
}
@media screen and (min-width: 1230px) {
  .p-voice__deco-rightTree {
    top: -330px;
  }
}

.p-voice__deco-bg {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-voice__deco-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    display: block;
  }
}

.p-job {
  background: #fff;
  position: relative;
}

.p-job__box {
  border-radius: 20px;
  border: clamp(0.1875rem, 0.142rem + 0.1942vw, 0.375rem) solid #EDA185;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 17px;
  overflow: hidden;
}
.p-job__box.type-blue {
  border-color: #ABDCE9;
}
.p-job__box.type-blue .head {
  background: #ABDCE9;
}
.p-job__box.type-blue .body .textarea .appeal {
  color: #ABDCE9;
}
.p-job__box.type-green {
  border-color: #C7E1B8;
}
.p-job__box.type-green .head {
  background: #C7E1B8;
}
.p-job__box.type-green .body .textarea .appeal {
  color: #C7E1B8;
}
.p-job__box .head {
  padding: 9px 17px;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.75rem, 0.232rem + 2.2099vw, 2rem);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 15px 0px 20px 0;
  background: #EDA185;
  max-width: 92.3076923077%;
}
@media screen and (min-width: 768px) {
  .p-job__box .head {
    padding: 12px 16px;
    max-width: 95.2380952381%;
  }
}
.p-job__box .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-job__box .body .img {
  width: 43.0769230769%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 追加 */
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; /* 追加 */
}
.p-job__box .body .img img {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-job__box .body .img {
    width: 38.59375%;
  }
}
.p-job__box .body .textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  margin-block: auto;
  padding-inline: 14px 5px;
  gap: clamp(1.125rem, 0.9955rem + 0.5525vw, 1.4375rem);
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .p-job__box .body .textarea {
    padding-left: 5.3571428571%;
    padding-bottom: 17px;
  }
}
.p-job__box .body .textarea .appeal .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #FCF671));
  background: linear-gradient(transparent 80%, #FCF671 80%);
  color: #EDA185;
  font-size: clamp(0.75rem, 0.232rem + 2.2099vw, 2rem);
  font-weight: 600;
  line-height: normal;
}
.p-job__box .body .textarea .text {
  color: #333333;
  font-size: clamp(0.75rem, 0.4392rem + 1.326vw, 1.5rem);
  font-weight: 600;
  line-height: normal;
  white-space: pre-wrap;
}

.job-prev {
  display: none;
}
@media screen and (min-width: 768px) {
  .job-prev {
    display: block;
  }
  .job-prev::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    background: url(../img/swiper-leftJob.webp) no-repeat center center/cover;
  }
}

.job-next {
  display: none;
}
@media screen and (min-width: 768px) {
  .job-next {
    display: block;
  }
  .job-next::after {
    position: absolute;
    right: 0;
    content: "";
    width: 60px;
    height: 60px;
    background: url(../img/swiper-rightJob.webp) no-repeat center center/cover;
  }
}

.swiper-paginationJob .swiper-pagination-bullet,
.swiper-pagination-member .swiper-pagination-bullet {
  opacity: 1;
  background: #D9D9D9;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .swiper-paginationJob .swiper-pagination-bullet,
  .swiper-pagination-member .swiper-pagination-bullet {
    display: none;
  }
}
.swiper-paginationJob .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-paginationJob .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-member .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-member .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}
.swiper-paginationJob .swiper-horizontal > .swiper-pagination-bullets, .swiper-paginationJob .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-paginationJob .swiper-pagination-custom, .swiper-paginationJob .swiper-pagination-fraction,
.swiper-pagination-member .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-member .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-member .swiper-pagination-custom,
.swiper-pagination-member .swiper-pagination-fraction {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
}

.swiper-paginationJob .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #EDA185;
}

.swiper-pagination-member .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ABDCE9;
}

.p-job__deco-job-deco {
  position: absolute;
  width: 26.09375%;
  max-width: 501px;
  right: 75%;
  bottom: 0;
}

.p-job__deco-sun {
  position: absolute;
  width: 29.3333333333%;
  max-width: 110px;
  display: inline-block;
  top: -90px;
  left: 70%;
  z-index: 1;
}
@media screen and (min-width: 1230px) {
  .p-job__deco-sun {
    top: -200px;
    width: 25%;
    max-width: 564px;
  }
}

.p-member {
  position: relative;
  background: #F7F5F2;
}

.swiper-container {
  margin: 0 auto;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .swiper-container {
    max-width: 1010px;
    padding-inline: 10.396039604%;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1230px) {
  .swiper-container {
    padding-inline: 105px;
  }
}

.swiper-slide {
  margin: 0 auto;
}

.p-member__box {
  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;
  border-radius: 20px;
  border: clamp(0.1875rem, 0.142rem + 0.1942vw, 0.375rem) solid #EDA185;
  background: #FFF;
  padding: 29px 5.9375%;
  margin: auto 0;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .p-member__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-member__box .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 36.9230769231%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-member__box .img {
    width: 38.0952380952%;
    max-height: 288px;
  }
}
.p-member__box .textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-member__box .textarea {
    padding-left: 5.9523809524%;
  }
}
.p-member__box .textarea .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.p-member__box .textarea .head .main {
  color: #EDA185;
  text-align: center;
  font-size: clamp(1rem, 0.5856rem + 1.768vw, 2rem);
  font-weight: 700;
  line-height: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-member__box .textarea .head .main .active {
  color: #333333;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.75rem, 0.568rem + 0.7767vw, 1.5rem);
  font-weight: 600;
  line-height: normal;
  letter-spacing: clamp(0.15rem, 0.0878rem + 0.2652vw, 0.3rem);
}
.p-member__box .textarea .head .sub {
  color: #333333;
  text-align: center;
  font-size: clamp(0.75rem, 0.568rem + 0.7767vw, 1.5rem);
  font-style: normal;
  line-height: normal;
  font-weight: 600;
}
.p-member__box .textarea .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.p-member__box .textarea .body .main {
  color: #EDA185;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.p-member__box .textarea .body .sub {
  font-size: clamp(0.75rem, 0.6982rem + 0.221vw, 0.875rem);
  font-weight: 600;
  line-height: clamp(1.125rem, 0.9696rem + 0.663vw, 1.5rem);
  white-space: pre-wrap;
}
@media screen and (min-width: 768px) {
  .p-member__box .textarea .body .sub {
    padding-left: 20px;
  }
}

.swiper-container {
  position: relative;
}

.swiper {
  position: relative;
}

.swiper-wrapper {
  position: relative;
}

.member-prev {
  display: none;
}
@media screen and (min-width: 768px) {
  .member-prev {
    display: block;
  }
  .member-prev::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    background: url(../img/swiper-left.webp) no-repeat center center/cover;
  }
}

.member-next {
  display: none;
}
@media screen and (min-width: 768px) {
  .member-next {
    display: block;
  }
  .member-next::after {
    position: absolute;
    content: "";
    right: 0;
    width: 60px;
    height: 60px;
    background: url(../img/swiper-right.webp) no-repeat center center/cover;
  }
}

.p-member__deco {
  position: absolute;
  width: 12%;
  -webkit-transform: rotate(-2.628deg);
          transform: rotate(-2.628deg);
  top: 0;
  left: 85%;
}
@media screen and (min-width: 768px) {
  .p-member__deco {
    width: 8.5027083333%;
    left: 70%;
    top: 50px;
  }
}

.p-cta {
  position: relative;
  z-index: 999;
}

.p-cta__buttonBox {
  margin-top: clamp(1.25rem, 0.7949rem + 1.9417vw, 3.125rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1.25rem, 1.0983rem + 0.6472vw, 1.875rem);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
  z-index: 999;
}

.p-cta__line,
.p-cta__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0.625rem, 0.534rem + 0.3883vw, 1rem);
}
.p-cta__line .text,
.p-cta__details .text {
  color: #333333;
  font-size: clamp(0.75rem, 0.6286rem + 0.5178vw, 1.25rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

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

.p-cta__deco--bgBottom {
  position: absolute;
  width: 100%;
  max-width: 1603px;
  display: inline-block;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-cta__deco--bgBottom {
    bottom: 0;
  }
}

.p-cta__deco-mokumoku {
  position: absolute;
  width: 16.1979166667%;
  max-width: 311px;
  top: -20px;
  right: 81%;
}
@media screen and (min-width: 768px) {
  .p-cta__deco-mokumoku {
    top: -163px;
  }
}

.p-cta__deco--leftTree {
  position: absolute;
  width: 17.6041666667%;
  max-width: 338px;
  top: -50px;
  right: 81%;
}
@media screen and (min-width: 960px) {
  .p-cta__deco--leftTree {
    top: -143px;
  }
}

.p-solutions {
  background: #C7EBAB;
}

.p-solutions__title {
  padding-top: 33px;
  margin: 0 auto;
}
.p-solutions__title img {
  width: 70%;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 768px) {
  .p-solutions__title img {
    width: 87.3228346457%;
  }
}

.p-solution__cards {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-solution__cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 7.1428571429%;
    margin-top: 55px;
  }
}

.p-solution__card {
  border-radius: 20px;
  border: clamp(0.1875rem, 0.142rem + 0.1942vw, 0.375rem) solid #EDA185;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  width: 225px;
  margin: 0 auto;
  height: 197px;
  -webkit-transition: 1.2s ease;
  transition: 1.2s ease;
}
@media screen and (min-width: 768px) {
  .p-solution__card {
    gap: 0;
    height: 230px;
    width: auto;
    width: 30.8333333333%;
    max-width: 335px;
    padding-top: 15px;
  }
}
@media screen and (min-width: 960px) {
  .p-solution__card {
    padding-top: 5px;
  }
}
@media screen and (min-width: 1230px) {
  .p-solution__card {
    gap: 0;
    height: 191px;
    max-width: 230px;
    padding-top: 0;
  }
}
@media (hover: hover) {
  .p-solution__card:hover .text::before {
    bottom: -34px;
  }
}
@media screen and (hover: hover) and (min-width: 768px) {
  .p-solution__card:hover .text::before {
    bottom: -55px;
  }
}
@media screen and (hover: hover) and (min-width: 1230px) {
  .p-solution__card:hover .text::before {
    bottom: -35px;
  }
}
.p-solution__card .number {
  color: #EDA185;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: clamp(2.5rem, 2.2928rem + 0.884vw, 3rem);
  font-weight: 500;
  line-height: normal;
}
.p-solution__card .text {
  color: #EDA185;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-solution__card .text::before {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -25px;
  background: url(../img/icon-arrowSolutions.png) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .p-solution__card .text::before {
    bottom: -40px;
  }
}
@media screen and (min-width: 1230px) {
  .p-solution__card .text::before {
    bottom: -30px;
  }
}

.p-solution__message {
  margin-top: clamp(2.5rem, 0.5577rem + 8.2873vw, 7.1875rem);
  color: #333333;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(0.75rem, 0.5428rem + 0.884vw, 1.25rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.p-features {
  position: relative;
  padding-top: clamp(5rem, 3.1872rem + 7.7348vw, 9.375rem);
  padding-bottom: clamp(2.5rem, 1.4641rem + 4.4199vw, 5rem);
}
@media screen and (min-width: 768px) {
  .p-features {
    padding-bottom: 0;
  }
}

.p-features__cards {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(2.5rem, 0.0728rem + 10.356vw, 12.5rem);
}
@media screen and (min-width: 768px) {
  .p-features__cards {
    margin-top: 0;
    gap: 0;
  }
}

.p-features__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  border-radius: 20px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-features__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-block: 30px 70px;
    padding-inline: 6.25%;
    background-color: #FFF;
    max-width: 900px;
  }
}
.p-features__card .textArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  gap: 16px;
}
.p-features__card .textArea .number {
  width: clamp(5rem, 4.7928rem + 0.884vw, 5.5rem);
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-features__card .textArea .number {
    margin: 0;
  }
}
.p-features__card .textArea .text {
  margin-top: 8px;
  color: #333333;
  font-size: clamp(0.875rem, 0.8232rem + 0.221vw, 1rem);
  font-weight: 600;
  line-height: normal;
  line-height: 25px; /* 178.571% */
}
@media screen and (min-width: 768px) {
  .p-features__card .textArea .text {
    font-weight: 700;
    line-height: 32px; /* 200% */
  }
}
.p-features__card .img {
  width: 73.3333333333%;
}
@media screen and (min-width: 768px) {
  .p-features__card .img {
    width: 35.4166666667%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-features__card.type2 {
    margin-left: 9.375%;
    margin-top: 120px;
  }
}
.p-features__card.type2 .img {
  width: 38.6666666667%;
}
@media screen and (min-width: 768px) {
  .p-features__card.type2 .img {
    width: 24.1538461538%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-features__card.type2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 12.8472222222%;
  }
}
@media screen and (min-width: 768px) {
  .p-features__card.type3 {
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) {
  .p-features__card.type3 .textArea .text {
    text-align: right;
  }
}

.p-features__deco--bgTop {
  position: absolute;
  width: 83.4895833333%;
  max-width: 1603px;
  display: inline-block;
  top: 0;
  left: 0;
  z-index: 1;
}

.p-features__deco-sougen {
  position: absolute;
  width: 33.75%;
  max-width: 648px;
  display: inline-block;
  top: 0;
  left: 66%;
}

.p-features__deco-rightTree {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-features__deco-rightTree {
    top: 508px;
    z-index: 10;
    position: absolute;
    width: 16.6666666667%;
    max-width: 320px;
    display: inline-block;
    left: 82%;
  }
}

.p-features__deco-leftTree {
  position: absolute;
  width: 17.6041666667%;
  max-width: 338px;
  display: inline-block;
  bottom: -50px;
  right: 83%;
}
@media screen and (min-width: 768px) {
  .p-features__deco-leftTree {
    bottom: -200px;
  }
}

.p-worries {
  position: relative;
}

.p-worries__title {
  padding-top: clamp(5rem, 3.1796rem + 7.767vw, 12.5rem);
  font-family: "Zen Maru Gothic", sans-serif;
  color: #EDA185;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 700;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-worries__title {
    padding-top: 0;
  }
}
.p-worries__title .sub {
  font-size: clamp(0.875rem, 0.4806rem + 1.6828vw, 2.5rem);
  font-weight: 700;
  line-height: normal;
}
.p-worries__title .main {
  font-size: clamp(1.5rem, 0.6505rem + 3.6246vw, 5rem);
  font-weight: 700;
  line-height: normal;
}

.p-worries__imgSP {
  position: relative;
  margin-top: 20px;
  height: 720px;
}
.p-worries__imgSP .worry1,
.p-worries__imgSP .worry2,
.p-worries__imgSP .worry3,
.p-worries__imgSP .worry4 {
  width: 195px;
  height: 130px;
  position: absolute;
}
.p-worries__imgSP .worry1 {
  top: 0;
  right: calc(50% - 25px);
}
.p-worries__imgSP .worry2 {
  top: 95px;
  left: calc(50% - 25px);
}
.p-worries__imgSP .worry3 {
  top: 205px;
  right: calc(50% - 25px);
}
.p-worries__imgSP .worry4 {
  top: 304px;
  left: calc(50% - 25px);
}
.p-worries__imgSP .worry-woman {
  position: absolute;
  top: 440px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 375px;
  height: 273px;
}

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

.p-worries__deco {
  position: absolute;
  width: 28.9583333333%;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.p-fv {
  position: relative;
}

.p-fv__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  height: 70px;
  position: fixed;
  bottom: 0;
  z-index: 1000;
}
@media screen and (min-width: 1230px) {
  .p-fv__button {
    width: auto;
    height: auto;
    margin-right: 0;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 58px;
    right: 0;
  }
}

.p-fv__link--line,
.p-fv__link--contact {
  color: #F7F5F2;
  padding: 20px;
  font-size: 14px;
  width: 50%;
  text-align: center;
  position: relative;
}
.p-fv__link--line::before,
.p-fv__link--contact::before {
  content: "";
  position: absolute;
  background: url(../img/icon-arrowSP.png) no-repeat center center/cover;
  width: 15px;
  height: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 10px;
}
@media screen and (min-width: 1230px) {
  .p-fv__link--line::before,
  .p-fv__link--contact::before {
    display: none;
  }
}
@media screen and (min-width: 1230px) {
  .p-fv__link--line,
  .p-fv__link--contact {
    font-size: 18px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    border-radius: 8px;
    text-align: center;
    font-size: 16px;
    padding: 10px;
    font-weight: 500;
    line-height: 22px; /* 110% */
  }
}
@media screen and (min-width: 1230px) {
  .p-fv__link--line,
  .p-fv__link--contact {
    width: 60px;
    max-height: 250px;
    padding: 18px 23px;
  }
}

.p-fv__link--line {
  background: #02C755;
}
.p-fv__link--line .line {
  text-orientation: upright;
}

.p-fv__link--contact {
  background: #EDA185;
}

.p-fv__deco {
  position: absolute;
  max-width: 220px;
  width: 17.1875%;
  bottom: -100px;
  left: 82.8125%;
  display: inline-block;
}
@media screen and (min-width: 1230px) {
  .p-fv__deco {
    bottom: -150px;
  }
}

.u-padding__sectionBlock {
  padding-block: clamp(2.5rem, 1.4641rem + 4.4199vw, 5rem);
}

.u-padding__solutions {
  padding-top: clamp(5rem, 3.5756rem + 6.0773vw, 8.4375rem);
  padding-bottom: clamp(2.9375rem, 1.6944rem + 5.3039vw, 5.9375rem);
}

.u-padding__solutionsTitle {
  padding-top: clamp(2.125rem, -0.1657rem + 9.7735vw, 11.5625rem);
}

.u-padding__cta {
  padding-top: clamp(2.5rem, 1.4641rem + 4.4199vw, 5rem);
  padding-bottom: clamp(4.0625rem, 3.674rem + 1.6575vw, 5rem);
}

.u-margin__sectionBlock {
  margin-block: clamp(6.25rem, 2.0833rem + 8.6806vw, 12.5rem);
}

.u-margin__sectionTop {
  margin-top: clamp(6.25rem, 2.0833rem + 8.6806vw, 12.5rem);
}

.u-margin__boxTop {
  margin-top: clamp(1.3125rem, 0.8726rem + 1.877vw, 3.125rem);
}