@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.28vw;
  }
}
@media (min-width: 1250px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #1B1B1B;
}

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

/*****************************
* 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 {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

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

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

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

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

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

/* 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;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-area {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .l-area {
    padding-top: 3.6875rem;
    padding-bottom: 1.4375rem;
  }
}

.l-cars {
  padding-top: 1.875rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-cars {
    padding-top: 2.5625rem;
    padding-bottom: 7.1875rem;
  }
}

.l-case {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .l-case {
    padding-top: 3.5rem;
    padding-bottom: 6.25rem;
  }
}

.l-contact {
  padding-top: 1.875rem;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-contact {
    padding-top: 9.875rem;
    padding-bottom: 2.5rem;
  }
}

.l-flow {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-flow {
    padding-top: 4.3125rem;
    padding-bottom: 5rem;
  }
}

.l-footer {
  padding-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding-top: 2.5rem;
  }
}

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

.l-message {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .l-message {
    padding-top: 6.5rem;
    padding-bottom: 4.4375rem;
    overflow: hidden;
  }
}

.l-news {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .l-news {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.l-others {
  padding-top: 1.875rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-others {
    padding-top: 3.9375rem;
    padding-bottom: 7.4375rem;
  }
}

@media screen and (min-width: 768px) {
  .l-service {
    padding-top: 5.625rem;
    margin-bottom: 6rem;
  }
}

.l-staff {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .l-staff {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.l-strength {
  padding-top: 0.5625rem;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .l-strength {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.c-accordion {
  background-color: #FFFFFF;
}

.c-accordion__question-title {
  position: relative;
  font-size: 1rem;
  line-height: 160%;
  letter-spacing: 0.05em;
  background-color: #85C473;
  padding: 1rem 3.5rem;
  border-radius: 12px 12px 0 0;
}
@media screen and (min-width: 768px) {
  .c-accordion__question-title {
    font-size: 1.1875rem;
  }
}

.c-accordion__question-title::before {
  position: absolute;
  content: "q";
  font-size: 0.9375rem;
  font-weight: bold;
  text-transform: capitalize;
  background-color: #FFFFFF;
  border-radius: 50%;
  left: 1rem;
  padding: 0 0.5625rem;
}
@media screen and (min-width: 768px) {
  .c-accordion__question-title::before {
    left: 0.9375rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.c-accordion__icon {
  position: absolute;
  display: block;
  width: 1rem;
  height: 1rem;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-accordion__icon span {
  position: absolute;
  background-color: #469A70;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-accordion__icon span:nth-of-type(1) {
  width: 1rem;
  height: 0.125rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-accordion__icon span:nth-of-type(2) {
  width: 0.125rem;
  height: 1rem;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-accordion__icon.is-active span:nth-of-type(2) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.c-accordion__content {
  display: none;
}

.c-accordion__answer {
  position: relative;
  font-size: 0.875rem;
  font-weight: medium;
  border-radius: 4px;
  padding: 1rem 3.5rem;
}
@media screen and (min-width: 768px) {
  .c-accordion__answer {
    font-size: 1rem;
  }
}

.c-accordion__answer::before {
  position: absolute;
  content: "a";
  font-size: 0.9375rem;
  font-weight: bold;
  color: #FFFFFF;
  text-transform: capitalize;
  background-color: #469A70;
  border-radius: 50%;
  left: 1rem;
  padding: 0.3125rem 0.6875rem;
}
@media screen and (min-width: 768px) {
  .c-accordion__answer::before {
    left: 0.9375rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.c-card1 {
  background-color: #469A70;
  height: 100%;
}

.c-card1__img {
  max-width: 37.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-card1__img {
    max-width: 22.5rem;
  }
}

.c-card1__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 360/239;
}

.c-card1__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.25rem 1.25rem 1.875rem;
  background-color: #469A70;
}

.c-card1__title {
  font-size: 1rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 180%;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-card1__title {
    font-size: 1.1875rem;
  }
}

.c-card1__subTitle {
  font-size: 0.75rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 180%;
  margin-top: 0.3125rem;
  text-align: center;
}

.c-card1__text {
  font-size: 0.875rem;
  color: #FFFFFF;
  line-height: 180%;
  margin-top: 1.25rem;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .c-card1__text {
    font-size: 1.125rem;
  }
}

.c-card1__btn {
  display: block;
  text-align: center;
  margin-top: 1.875rem;
}

.c-card1__link {
  position: relative;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #469A70;
  line-height: 180%;
  text-align: center;
  padding: 0.5rem 4.6875rem 0.4375rem;
  border-radius: 3.125rem;
  border: solid 1px #FFFFFF;
}

.c-card1__link::before {
  position: absolute;
  content: "";
  width: 1.875rem;
  height: 1.875rem;
  background: url(../images/arrow-case.png) no-repeat center center/contain;
  top: 50%;
  left: 0.3125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-card2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #EBE8C7;
  height: 100%;
}

.c-card2__img {
  max-width: 37.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-card2__img {
    max-width: 20rem;
  }
}

.c-card2__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 320/200;
}

.c-card2__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.625rem 1.25rem 1.1875rem;
}

.c-card2__name {
  font-size: 1.125rem;
  font-weight: bold;
  color: #469A70;
  line-height: 180%;
  letter-spacing: 0.1em;
  text-align: center;
}

.c-card2__text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.05em;
  margin-top: 0.5625rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.c-card3 {
  display: block;
}

.c-card3__img {
  max-width: 5rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-card3__img {
    max-width: 6.25rem;
  }
}

.c-card3__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 80/80;
}
@media screen and (min-width: 768px) {
  .c-card3__img img {
    aspect-ratio: 100/100;
  }
}

.c-card3__title {
  font-size: 1rem;
  font-weight: bold;
  line-height: 160%;
  text-align: center;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-card3__title {
    margin-top: 0.25rem;
  }
}

.c-card3__text {
  font-size: 0.875rem;
  line-height: 180%;
  letter-spacing: 0.05em;
}

.c-card4 {
  display: block;
}

.c-card4__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-card4__date {
  font-size: 0.875rem;
  line-height: 180%;
}

.c-card4__category {
  margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-card4__category {
    margin-left: 1.25rem;
  }
}

.c-card4__category_link {
  font-size: 0.75rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  letter-spacing: 0.05em;
  background-color: #469A70;
  padding: 0.375rem 0.625rem;
}

.c-card4__title {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.05em;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-card4__title {
    font-size: 1rem;
    margin-top: 0.3125rem;
  }
}

.c-card5 {
  display: block;
  padding: 0.75rem;
}

.c-card5:hover .c-card5__date {
  color: #469A70;
}
.c-card5:hover .c-card5__title {
  color: #469A70;
}

.c-card5__date {
  font-size: 0.9375rem;
  color: #1B1B1B;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-card5__date {
    font-size: 1rem;
  }
}

.c-card5__title {
  font-size: 1rem;
  font-weight: bold;
  color: #1B1B1B;
  line-height: 1;
  padding-left: 1rem;
  margin-top: 0.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-card5__title {
    display: inline-block;
    font-size: 1.125rem;
  }
}

.c-contact-btn {
  position: relative;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  min-width: 15rem;
  background-color: #85C473;
  padding: 0.9375rem 1.4375rem 0.9375rem 2.75rem;
}
@media screen and (min-width: 768px) {
  .c-contact-btn {
    min-width: 21.25rem;
    font-size: 1.25rem;
    padding: 1.125rem 2.9375rem 1.125rem 5.8125rem;
  }
}

.c-contact-btn::before {
  position: absolute;
  content: "";
  width: 1.3125rem;
  height: 1.3125rem;
  background: url(../../assets/images/mail-icon.svg) no-repeat center center/contain;
  top: 50%;
  left: 1.9375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c-contact-btn::before {
    width: 1.625rem;
    height: 1.625rem;
    left: 2.9375rem;
  }
}

.c-contact__form {
  background-color: #fff;
  max-width: 55rem;
  width: 100%;
  padding: 1.25rem;
  margin: 5rem auto 0;
}
@media screen and (min-width: 768px) {
  .c-contact__form {
    padding: 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .c-contact__form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-contact__form-row:not(:first-child) {
  margin-top: 3.75rem;
}

.c-contact__form-label {
  width: 13.5625rem;
}

.c-contact__form-label label {
  font-weight: bold;
}

.is-required {
  display: inline-block;
  position: relative;
}

.is-required::after {
  position: absolute;
  content: "必須";
  width: 2.1875rem;
  top: 50%;
  left: calc(100% + 2px);
  font-size: 0.75rem;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #B92F31;
  text-align: center;
  border-radius: 0.25rem;
  padding: 0.1875rem 0.25rem;
  line-height: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-contact__form-input {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-contact__form-input {
    margin-top: 0;
    width: calc(100% - 217px);
  }
}

.c-contact__form-input [type=text] {
  border: 1px solid #707070;
  background-color: #FFFFFF;
  padding: 0.625rem 1rem;
  font-size: 0.875rem;
  width: 100%;
}

.c-contact__form-input [type=email] {
  border: 1px solid #707070;
  background-color: #FFFFFF;
  padding: 0.625rem 1rem;
  font-size: 0.875rem;
  width: 100%;
}

.c-contact__form-input textarea {
  height: 15rem;
  border: 1px solid #707070;
  background-color: #FFFFFF;
  padding: 0.625rem 1rem;
  font-size: 0.875rem;
  width: 100%;
  resize: none;
}

.c-contact__form-btn {
  text-align: center;
  margin-top: 1.875rem;
}

.c-contact__form-btn [type=submit] {
  display: inline-block;
  max-width: 19rem;
  width: 100%;
  margin: auto;
  color: #FFFFFF;
  background-color: #85C473;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  padding: 1.25rem 0;
  border-radius: 0.5rem;
}

.wpcf7-form-control.wpcf7-tel.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-tel {
  width: 100%;
  border: 1px solid #707070;
  background-color: #FFFFFF;
  padding: 0.625rem 1rem;
  font-size: 0.875rem;
}

.c-flow-btn {
  position: relative;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: bold;
  color: #cec572;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  padding-left: 1.875rem;
}

.c-flow-btn::before {
  position: absolute;
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background: url(../../assets/images/arrow-right.png) no-repeat center center/contain;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-hamburger {
  display: block;
  position: relative;
  cursor: pointer;
  width: 1.25rem;
  height: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .c-hamburger {
    display: none;
  }
}

.c-hamburger span {
  display: inline-block;
  position: absolute;
  background-color: #469A70;
  width: 1.25rem;
  height: 0.125rem;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c-hamburger span:nth-of-type(1) {
  top: 0;
}

.c-hamburger span:nth-of-type(2) {
  top: 0.3125rem;
}

.c-hamburger span:nth-of-type(3) {
  top: 0.625rem;
}

.c-hamburger.is-active span:nth-child(1) {
  background-color: #FFFFFF;
  top: 0.3125rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

.c-hamburger.is-active span:nth-child(3) {
  background-color: #FFFFFF;
  top: 0.3125rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-logo {
  display: block;
  width: 5.625rem;
}
@media screen and (min-width: 768px) {
  .c-logo {
    width: 12.5rem;
  }
}

.c-logo__link {
  display: inline-block;
}

.c-logo__link {
  max-width: 5.625rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-logo__link {
    max-width: 12.5rem;
  }
}

.c-logo__link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 90/20.21;
}
@media screen and (min-width: 768px) {
  .c-logo__link img {
    aspect-ratio: 200/44.92;
  }
}

.c-logo.p-drawer__logo {
  width: 8.8125rem;
}

.c-logo__link.p-drawer__logo-link {
  max-width: 8.8125rem;
}

.c-logo__link.p-drawer__logo-link img {
  aspect-ratio: 141/32.5;
}

.c-title2 {
  display: block;
  text-align: center;
}

.c-title2-en {
  display: block;
  font-size: 1.625rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-title2-en {
    font-size: 3.75rem;
    margin-top: 0.5625rem;
  }
}

.c-title2-en::first-letter {
  color: #85C473;
}

.c-title2-ja {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 0.5rem;
}

.c-title2-ja span {
  color: #85C473;
}

.c-title3 {
  display: block;
  font-size: 1.0625rem;
  font-weight: bold;
  color: #469A70;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-title3 {
    font-size: 1.125rem;
    font-size: 2.25rem;
    line-height: 0.6;
  }
}

.c-title3 span {
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  color: #cec572;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .c-title3 span {
    font-size: 2.5rem;
  }
}

.c-title4 {
  display: block;
  text-align: center;
}

.c-title4-en {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .c-title4-en {
    font-size: 3.75rem;
  }
}

.c-title4-en::first-letter {
  color: #469A70;
}

.c-title4-ja {
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .c-title4-ja {
    font-size: 1rem;
  }
}

.p-about {
  width: 100%;
  height: 100%;
}

.p-about__fv {
  position: relative;
  width: 100%;
  height: 6.25rem;
  background-color: #469A70;
}
@media screen and (min-width: 768px) {
  .p-about__fv {
    height: 14.375rem;
  }
}

.p-about__fv-title {
  position: absolute;
  top: 67%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.125rem;
  font-weight: bold;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .p-about__fv-title {
    font-size: 1.875rem;
  }
}

.p-about__inner.l-inner {
  max-width: 37.5rem;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-about__inner.l-inner {
    max-width: 64.375rem;
  }
}

.p-about__breadcrumb {
  margin-top: 0.625rem;
}

.p-about__title {
  margin-top: 3.75rem;
}

.p-about__sectionTitle {
  font-size: 1.3125rem;
  font-weight: bold;
  color: #FFFFFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  text-align: center;
  background-color: #469A70;
  padding: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-about__sectionTitle {
    font-size: 1.5rem;
    padding: 1.75rem;
  }
}

.p-about__content {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-about__content {
    display: grid;
    grid-template-columns: 20.3125rem 1fr;
    gap: 1.25rem;
  }
}

.p-about__profile-img {
  max-width: 19.0625rem;
  width: 100%;
}

.p-about__profile-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 305/385;
}

.p-about__profile-name {
  font-size: 1rem;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  padding-bottom: 0.9375rem;
  border-bottom: solid 2px #1B1B1B;
  margin-top: 2.6875rem;
}

.p-about__profile-text {
  font-size: 1rem;
  font-weight: 500;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 2;
}

.p-about__message {
  font-size: 0.75rem;
  font-weight: 500;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 2.6666666667;
}

.p-about__section-img {
  width: 100vw;
  margin-top: 2.5rem;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.p-about__section-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 375/105;
}
@media screen and (min-width: 768px) {
  .p-about__section-img img {
    aspect-ratio: 1440/238;
  }
}

.p-about__sectionTitle {
  margin-top: 3.75rem;
}

.p-about__table dl {
  padding: 0.9375rem 0;
  border-top: solid 1px #1B1B1B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-about__table dt {
  font-size: 0.8125rem;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.6;
  width: 4.6875rem;
}
@media screen and (min-width: 768px) {
  .p-about__table dt {
    font-size: 0.9375rem;
  }
}

.p-about__table dd {
  font-size: 0.8125rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.6;
  margin-left: 3.5625rem;
}
@media screen and (min-width: 768px) {
  .p-about__table dd {
    font-size: 0.9375rem;
    margin-left: 9.375rem;
  }
}

.p-about__map {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-about__map {
    margin-top: 3.4375rem;
  }
}

.p-about__map iframe {
  width: 21.5625rem;
  max-width: 100%;
  height: auto;
  aspect-ratio: 345/194;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .p-about__map iframe {
    width: 62.5rem;
    aspect-ratio: 1000/450;
  }
}

.p-area {
  display: block;
  background: url(../images/area-bg.png) no-repeat center center/cover;
}

.p-area__inner {
  padding: 0 1.25rem;
  max-width: 37.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-area__inner {
    max-width: 90rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-area__content {
    width: 46.1805555556%;
    margin-top: -2.6875rem;
  }
}

.p-area__title {
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .p-area__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .p-area__title::before {
    content: "";
    height: 0.25rem;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background-color: #FFFFFF;
  }
}

.p-area__title-en {
  font-size: 1.625rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-area__title-en {
    font-size: 3.1875rem;
    margin-left: 1.25rem;
  }
}

.p-area__title-en::first-letter {
  color: #cec572;
}

.p-area__title-ja {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: bold;
  margin-left: 0.5rem;
  margin-top: 0.375rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-area__title-ja {
    font-size: 1rem;
    margin-left: 1.375rem;
    margin-top: 1.0625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-area__box {
    padding-left: 13.375rem;
  }
}

.p-area__text1 {
  font-size: 1rem;
  font-weight: bold;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  line-height: 200%;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-area__text1 {
    font-size: 1.25rem;
  }
}

.p-area__text2 {
  font-size: 1rem;
  font-weight: bold;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .p-area__text2 {
    font-size: 1.375rem;
  }
}

.p-area__text2 span {
  font-size: 1.3125rem;
  letter-spacing: 0.05em;
  line-height: 200%;
}
@media screen and (min-width: 768px) {
  .p-area__text2 span {
    font-size: 1.875rem;
  }
}

.p-area__note {
  color: #FFFFFF;
  line-height: 180%;
  margin-top: 1rem;
}

.p-area__img {
  max-width: 20.9375rem;
  width: 100%;
  margin-top: 1.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-area__img {
    max-width: 36.1111111111%;
    margin-top: 0;
    margin-left: 2.75rem;
  }
}

.p-area__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 520/520;
}

.p-cars {
  background-color: #EBE8C7;
}

@media screen and (min-width: 768px) {
  .p-cars__inner.l-inner {
    max-width: 84.1875rem;
  }
}

.p-cars__title-en::first-letter {
  color: #85C473;
}

.p-cars__items {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-cars__items {
    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-top: 4.25rem;
  }
}

.p-cars__item1 {
  max-width: 26.5rem;
  width: 100%;
  margin-inline: auto;
}

.p-cars__item1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 424/290;
}

.p-cars__item2 {
  max-width: 27.125rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-cars__item2 {
    margin-left: 1rem;
  }
}

.p-cars__item2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 434/290;
}

.p-cars__item3 {
  max-width: 25.25rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-cars__item3 {
    margin-left: 1.25rem;
  }
}

.p-cars__item3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 404/290;
}

@media screen and (min-width: 768px) {
  .p-case {
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .p-case::before {
    position: absolute;
    display: block;
    content: "";
    background: url(../images/case-bg.png) no-repeat center center/contain;
    width: 45rem;
    height: 53.1875rem;
    top: 0;
    left: 0;
  }
}

.p-case__inner.l-inner {
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .p-case__inner.l-inner {
    max-width: 85.625rem;
  }
}

.p-case__swiper {
  margin-top: 1.875rem;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-case__swiper {
    margin-top: 4.8125rem;
    padding-right: 5.375rem;
    padding-left: 5.375rem;
  }
}

.p-case__prev,
.p-case__next {
  width: 2.1875rem;
  height: 2.1875rem;
  margin-top: -4.4375rem;
}
@media screen and (min-width: 768px) {
  .p-case__prev,
  .p-case__next {
    width: 3.625rem;
    height: 3.625rem;
    margin-top: -3.125rem;
  }
}

.p-case__prev {
  left: 0;
  background: url(../images/arrow-left.png) no-repeat center center/contain;
}

.p-case__next {
  right: 0;
  background: url(../images/arrow-right.png) no-repeat center center/contain;
}

.swiper-slide.p-case__slide {
  max-width: 37.5rem;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .swiper-slide.p-case__slide {
    width: 22.5rem;
    margin-right: 2.0625rem;
  }
}

.swiper-slide-duplicate {
  display: none;
}

.p-complete {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.p-complete__inner {
  margin-top: 8.125rem;
  margin-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-complete__inner {
    margin-top: 12.5rem;
    margin-bottom: 9.375rem;
  }
}

.p-complete__title,
.p-complete__sub-title {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.45;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-complete__title,
  .p-complete__sub-title {
    font-size: 1.875rem;
    line-height: 0.8571428571;
  }
}

.p-complete__sub-title {
  margin-top: 2.5rem;
}

.p-complete__btn {
  margin-top: 2.5rem;
  text-align: center;
  text-transform: uppercase;
}

.p-complete__btn-link {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: bold;
  color: #FFFFFF;
  letter-spacing: 0.2em;
  line-height: 1;
  background-color: #85C473;
  text-align: center;
  border: 1px solid #FFFFFF;
  padding: 0.875rem 5rem 0.875rem 5rem;
  min-width: 20.9375rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-complete__btn-link {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1;
    padding: 1.3125rem 6.3125rem;
    min-width: 22.5rem;
  }
}

.p-contact {
  position: relative;
  background: url(../../assets/images/contact-bg.png) no-repeat center center/cover;
}

.p-contact::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(98, 98, 98, .8);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.p-contact__content {
  position: relative;
  max-width: 37.5rem;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 1;
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-contact__content {
    padding-top: 3.5625rem;
    padding-bottom: 2.25rem;
    max-width: 60rem;
    margin-inline: auto;
  }
}

.p-contact__title-en.c-title4-en::first-letter {
  color: #85C473;
}

.p-contact__text {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-contact__text {
    font-size: 1rem;
    margin-top: 2.875rem;
  }
}

.p-contact__mail,
.p-contact__tel {
  font-size: 1rem;
  color: #469A70;
}
@media screen and (min-width: 768px) {
  .p-contact__mail,
  .p-contact__tel {
    font-size: 1.25rem;
  }
}

.p-contact__message {
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-contact__message {
    line-height: 200%;
  }
}

.p-contact__btn {
  display: block;
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-contact__btn {
    margin-top: 0.8125rem;
  }
}

.p-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 75.7306666667%;
  height: 100vh;
  background-color: rgba(130, 182, 100, .95);
  z-index: 300;
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-drawer {
    display: none;
  }
}

.p-drawer__content {
  margin-top: 6.25rem;
  margin-left: 3.3125rem;
}

.p-drawer__list {
  width: 100%;
  height: inherit;
  overflow: scroll;
  padding-top: 2rem;
}

.p-drawer__item {
  display: block;
}

.p-drawer__item:not(:first-child) {
  margin-top: 2rem;
}

.p-drawer__item a {
  display: inline-block;
  font-size: 0.875rem;
  color: #FFFFFF;
  letter-spacing: 0.01em;
  line-height: 140%;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.p-drawer__item.p-drawer__item-contact a {
  position: relative;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.01em;
  background-color: #469A70;
  min-width: 10.625rem;
  padding: 1.375rem 1.875rem 1.3125rem 3.8125rem;
}

.p-drawer__item.p-drawer__item-contact a::before {
  position: absolute;
  content: "";
  display: block;
  width: 1.25rem;
  height: 1rem;
  color: #FFFFFF;
  background: url(../images/mail-icon.svg) no-repeat center center/contain;
  top: 50%;
  left: 1.875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-drawer.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-flow {
  background-color: #469A70;
}

.p-flow__inner.l-inner {
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .p-flow__inner.l-inner {
    max-width: 77.875rem;
  }
}

.p-flow__title.c-title4 {
  color: #FFFFFF;
}

.p-flow__title-en.c-title4-en::first-letter {
  color: #cec572;
}

.p-flow__head {
  display: block;
  text-align: center;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-flow__head {
    margin-top: 2.4375rem;
  }
}

.p-flow__message {
  display: inline-block;
  font-size: 1.0625rem;
  font-weight: bold;
  color: #469A70;
  line-height: 200%;
  letter-spacing: 0.1em;
  background-color: #FFFFFF;
  border-radius: 0.625rem 0.625rem 0 0;
  padding: 0.3125rem 1.6875rem 0.3125rem 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-flow__message {
    font-size: 1.25rem;
  }
}

.p-flow__text {
  font-size: 1.25rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-flow__text {
    font-size: 1.875rem;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 200%;
    letter-spacing: 0.1em;
    margin-top: 0;
  }
}

.p-flow__text-accent {
  position: relative;
  padding-top: 0.375rem;
}

.p-flow__text-accent::before {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-color: #cec572;
  border-radius: 50%;
  top: 0;
  left: 0.8125rem;
}

.p-flow__text-accent::after {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-color: #cec572;
  border-radius: 50%;
  top: 0;
  right: 0.8125rem;
}

.p-flow__text-small {
  font-size: 1rem;
  font-weight: bold;
  color: #E5DD96;
  line-height: 200%;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-flow__text-small {
    font-size: 1.25rem;
  }
}

.p-flow__content {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-flow__content {
    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-top: 2.4375rem;
  }
}

.p-flow__block {
  position: relative;
  background-color: #FFFFFF;
  padding: 3rem 1.1875rem 1.0625rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-flow__block {
    max-width: 41.875rem;
    padding: 3rem 1.1875rem 1.5rem 1.25rem;
  }
}

.p-flow__block::before {
  position: absolute;
  content: "";
  background: url(../../assets/images/arrow-big.png) no-repeat center center/cover;
  width: 20.9375rem;
  height: 2.0625rem;
  top: -0.9375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-flow__block::before {
    width: 42rem;
    height: 3.75rem;
    top: -2rem;
  }
}

.p-flow__block::after {
  position: absolute;
  content: "";
  background: url(../../assets/images/flow-arrow.svg) no-repeat center center/contain;
  width: 4.1875rem;
  height: 3.75rem;
  bottom: -3.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}
@media screen and (min-width: 768px) {
  .p-flow__block::after {
    top: 48%;
    right: -3.875rem;
    left: auto;
    left: initial;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (min-width: 768px) {
  .p-flow__block-items {
    display: grid;
    gap: 1.875rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-flow__block-item.c-card3:not(:first-child) {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-flow__block-item.c-card3:not(:first-child) {
    margin-top: 0;
  }
}

.p-flow__box {
  position: relative;
  max-width: 37.5rem;
  width: 100%;
  background-color: #FFFFFF;
  border: solid 5px #cec572;
  padding: 3rem 1.25rem 1.0625rem;
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-flow__box {
    max-width: 28.125rem;
    margin-left: 5rem;
    margin-top: -0.4375rem;
    padding: 2.75rem 0.875rem 2.625rem;
  }
}

.p-flow__box::before {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-flow__box::before {
    position: absolute;
    display: block;
    content: "";
    width: 14.4375rem;
    height: 13.5rem;
    background: url(../../assets/images/flow-img.png) no-repeat center center/contain;
    top: -13.8125rem;
    left: 55%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (min-width: 768px) {
  .p-flow__box-items {
    display: grid;
    gap: 1.875rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-flow__box-item.c-card3:not(:first-child) {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-flow__box-item.c-card3:not(:first-child) {
    margin-top: 0;
  }
}

.p-footer {
  display: block;
}

.p-footer__logo {
  display: block;
  max-width: 12.5rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    max-width: 12.5rem;
  }
}

.p-footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 200/44;
}

.p-footer__logo-link {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.p-footer__list {
  max-width: 24.125rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 1.125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__list {
    margin-top: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-footer__copyright {
  font-size: 0.75rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  background-color: #469A70;
  margin-top: 2.125rem;
  text-align: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright {
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-top: 1.5rem;
    letter-spacing: 0.08em;
  }
}

.p-footer__item:not(:first-child) {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-footer__item:not(:first-child) {
    margin-top: 0;
    margin-left: 3.125rem;
  }
}

.p-footer__item-link {
  font-size: 0.9375rem;
  font-weight: bold;
  color: #469A70;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-footer__item-link {
    line-height: 2.4;
  }
}

.p-fv {
  display: block;
  position: relative;
  background: url(../images/fv-sp.png) no-repeat center center/contain;
  width: 100%;
  height: 31.6875rem;
}
@media screen and (min-width: 768px) {
  .p-fv {
    background: url(../images/fv.png) no-repeat center center/contain;
    height: 42.5rem;
  }
}

.p-fv::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../images/fv-deco.png) no-repeat center center/contain;
  width: 17.5rem;
  height: 5.625rem;
  bottom: -1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-fv::before {
    width: 35rem;
    height: 11.25rem;
    bottom: -2.5625rem;
  }
}

.p-fv::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(18.23%, rgba(201, 211, 204, .5)), color-stop(65.1%, rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(201, 211, 204, .5) 18.23%, rgba(255, 255, 255, 0) 65.1%);
  top: 0;
  left: 0;
}

.p-fv__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-fv__title {
  position: relative;
  top: 49%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 15.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-fv__title {
    max-width: 51.5rem;
    top: 46%;
  }
}

.p-fv__title img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 244/106;
}
@media screen and (min-width: 768px) {
  .p-fv__title img {
    aspect-ratio: 824/154;
  }
}

.p-header {
  position: fixed;
  width: 94.6666666667%;
  height: 2.5rem;
  top: 0;
  left: 50%;
  background-color: #FFFFFF;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2);
  z-index: 300;
}
@media screen and (min-width: 768px) {
  .p-header {
    width: 83.3333333333%;
    height: 5rem;
  }
}

.p-header__inner {
  width: 100%;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 1.25rem;
  padding-left: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    padding-right: 0;
    padding-left: 2.375rem;
  }
}

.p-header__logo {
  z-index: 0;
}

.p-header__nav {
  height: inherit;
}

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

.p-header__item {
  height: inherit;
}

@media screen and (min-width: 768px) {
  .p-header__item:not(:first-child) {
    margin-left: 2.1875rem;
  }
}

.p-header__item a {
  font-size: 1rem;
  line-height: 1;
  height: inherit;
  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;
}

.p-header__item.p-header__item-contact a {
  position: relative;
  color: #FFFFFF;
  background-color: #85C473;
  letter-spacing: 0.08em;
  padding-right: 2.5rem;
  padding-left: 5.0625rem;
  letter-spacing: 0.08em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-header__item.p-header__item-contact a::before {
  position: absolute;
  content: "";
  display: block;
  width: 1.625rem;
  height: 1.625rem;
  color: #FFFFFF;
  background: url(../images/mail-icon.svg) no-repeat center center/contain;
  top: 50%;
  left: 2.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-header__icon {
  position: fixed;
  z-index: 9999;
  right: 1.4375rem;
  top: 0.875rem;
}

.p-home {
  width: 100%;
  height: 100%;
}

.p-home__fv {
  position: relative;
  width: 100%;
  height: 6.25rem;
  background-color: #469A70;
}
@media screen and (min-width: 768px) {
  .p-home__fv {
    height: 14.375rem;
  }
}

.p-home__fv-title {
  position: absolute;
  top: 67%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.125rem;
  font-weight: bold;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .p-home__fv-title {
    font-size: 1.875rem;
  }
}

.p-home__inner.l-inner {
  max-width: 37.5rem;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-home__inner.l-inner {
    max-width: 84.375rem;
  }
}

.p-home__breadcrumb {
  margin-top: 0.625rem;
}

.p-home__title {
  margin-top: 3.75rem;
}

.p-home__list {
  max-width: 37.5rem;
  width: 100%;
  margin-top: 2.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-home__list {
    max-width: 54.0625rem;
  }
}

.p-home__item {
  border-bottom: solid 1px #469A70;
}

/* homeのpagenavi */
.p-home__pagenavi {
  margin-top: 36px;
}

.nav-links {
  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: 0.75rem;
}

.pagination__arrow {
  display: inline-block;
  width: 0.6875rem;
  height: 1.125rem;
}

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
  color: #469A70;
  border: 1px solid #469A70;
  text-decoration: none;
}

.page-numbers.current {
  color: #fff;
  background-color: #469A70;
}

.page-numbers.dots,
.page-numbers.prev,
.page-numbers.next {
  border: none;
}

.page-numbers.next,
.page-numbers.prev {
  width: 2.1875rem;
}

.p-massage {
  position: relative;
  display: block;
}

@media screen and (min-width: 768px) {
  .p-massage::before {
    position: absolute;
    content: "";
    background-color: #F6F6F6;
    width: 31.5625rem;
    height: 69.5rem;
    top: -5.375rem;
    right: calc(50% - 499px);
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
    z-index: -1;
  }
}

.p-message__inner {
  max-width: 37.5rem;
  width: 100%;
  margin-inline: auto;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-message__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 90rem;
    padding: 0;
  }
}

.p-message__img {
  max-width: 22.1875rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-message__img {
    max-width: 45.1388888889%;
  }
}

.p-message__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 355/255;
}
@media screen and (min-width: 768px) {
  .p-message__img img {
    aspect-ratio: 650/420;
  }
}

.p-message__content {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-message__content {
    width: 50%;
    margin-top: 0;
    margin-left: 4.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-message__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .p-message__title::after {
    content: "";
    height: 0.25rem;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background-color: #85C473;
    margin-left: 0.75rem;
    margin-top: 0.6875rem;
  }
}

.p-message__title-en {
  font-size: 1.625rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-message__title-en {
    font-size: 3.75rem;
  }
}

.p-message__title-en::first-letter {
  color: #85C473;
}

.p-message__title-ja {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: bold;
  margin-left: 0.5rem;
  margin-top: 0.375rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-message__title-ja {
    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;
    font-size: 1rem;
    margin-left: 1.375rem;
    margin-top: 1.0625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-message__title-ja::after {
    content: "";
    height: 4px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background-color: #469A70;
    margin-right: 0.9375rem;
  }
}

.p-message__box {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-message__box {
    padding-right: 7.3125rem;
    margin-top: 2.0625rem;
  }
}

.p-message__box-title {
  font-size: 1.125rem;
  font-weight: bold;
  color: #85C473;
  line-height: 140%;
}
@media screen and (min-width: 768px) {
  .p-message__box-title {
    font-size: 1.625rem;
    line-height: 157%;
  }
}

.p-message__box-text {
  font-size: 0.875rem;
  line-height: 180%;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-message__box-text {
    font-size: 1.125rem;
  }
}

.p-news__inner.l-inner {
  max-width: 37.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-news__inner.l-inner {
    max-width: 78.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-news__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-news__title-en.c-title4-en {
  color: #1B1B1B;
}

.p-news__title-en.c-title4-en::first-letter {
  color: #85C473;
}

.p-news__title-ja.c-title4-ja {
  color: #1B1B1B;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-news__title-ja.c-title4-ja {
    margin-top: 0.625rem;
  }
}

.p-news__btn {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-news__btn {
    margin-top: 7.6875rem;
    margin-right: 2.3125rem;
    text-align: center;
  }
}

.p-news__items {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-news__items {
    border-left: solid 1px #1B1B1B;
    margin-top: 0;
    padding-left: 6.5rem;
    margin-left: 7.0625rem;
  }
}

.p-news__item:not(:first-child) {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-news__item:not(:first-child) {
    margin-top: 1.875rem;
  }
}

.p-others {
  background: url(../../assets/images/others-bg.png) no-repeat center center/cover;
}

.p-others__inner.l-inner {
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .p-others__inner.l-inner {
    max-width: 75.1875rem;
  }
}

.p-others__title-en::first-letter {
  color: #cec572;
}

.p-others__title-ja.c-title4-ja {
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .p-others__title-ja.c-title4-ja {
    margin-top: 1.125rem;
  }
}

.p-others__items {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-others__items {
    gap: 2.1875rem 3.1875rem;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 2.25rem;
  }
}

.p-others__item {
  max-width: 15.625rem;
  width: 100%;
}

.p-others__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 250/167;
}

.p-qa {
  width: 100%;
  height: 100%;
}

.p-qa__fv {
  position: relative;
  width: 100%;
  height: 6.25rem;
  background-color: #469A70;
}
@media screen and (min-width: 768px) {
  .p-qa__fv {
    height: 14.375rem;
  }
}

.p-qa__fv-title {
  position: absolute;
  top: 67%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.125rem;
  font-weight: bold;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .p-qa__fv-title {
    font-size: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-qa__inner.l-inner {
    max-width: 84.375rem;
  }
}

.p-qa__breadcrumb {
  margin-top: 0.625rem;
}

.p-qa__title {
  margin-top: 3.75rem;
}

.p-qa__items {
  margin-top: 2.6875rem;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-qa__items {
    max-width: 52.1875rem;
    width: 100%;
    margin-inline: auto;
    margin-top: 4.125rem;
  }
}

.p-qa__accordion:not(:first-child) {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-qa__accordion:not(:first-child) {
    margin-top: 1.9375rem;
  }
}

.p-service__inner.l-inner {
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .p-service__inner.l-inner {
    max-width: 78.125rem;
  }
}

.p-service__head {
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-service__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 4.1875rem;
    width: 100%;
  }
}

.p-service__title-wrapper {
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-service__title-wrapper {
    width: 40.625%;
    margin-left: calc(50% - 50vw);
    padding: 0;
  }
}

.p-service__title {
  color: #85C473;
}
@media screen and (min-width: 768px) {
  .p-service__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .p-service__title::before {
    content: "";
    height: 0.25rem;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background-color: #85C473;
  }
}

.p-service__title-en {
  font-size: 1.625rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-service__title-en {
    font-size: 3.1875rem;
    margin-left: 1.25rem;
  }
}

.p-service__title-en::first-letter {
  color: #cec572;
}

.p-service__title-ja {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: bold;
  margin-left: 0.5rem;
  margin-top: 0.375rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-service__title-ja {
    font-size: 1rem;
    margin-left: 1.375rem;
    margin-top: 1.0625rem;
  }
}

.p-service__content {
  position: relative;
  padding: 0.9375rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-service__content {
    max-width: 35.625rem;
    width: 100%;
    margin-top: 0;
    margin-left: 5.125rem;
    padding: 1.875rem 3.75rem 2.5rem 5.625rem;
  }
}

.p-service__content::before {
  position: absolute;
  content: "";
  width: 7.5rem;
  height: 0.0625rem;
  background-color: #469A70;
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-service__content::before {
    width: 30rem;
  }
}

.p-service__content::after {
  position: absolute;
  content: "";
  width: 7.5rem;
  height: 0.0625rem;
  background-color: #469A70;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-service__content::after {
    width: 30rem;
  }
}

.p-service__content-title {
  font-size: 1rem;
  font-weight: bold;
  color: #469A70;
  line-height: 180%;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-service__content-title {
    font-size: 1.375rem;
  }
}

.p-service__content-text {
  font-size: 0.875rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-service__content-text {
    font-size: 1rem;
  }
}

.p-service__item {
  background-color: #F1F1F1;
  padding: 1.875rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-service__item {
    padding: 1.125rem 7.5rem 3.75rem;
  }
}

.p-service__item:nth-child(2) {
  background: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .p-service__item:nth-child(2) {
    margin-top: 1.0625rem;
    margin-bottom: 1.3125rem;
  }
}

.p-service__box {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-service__box {
    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-top: 4.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-service__block {
    max-width: 34.9375rem;
    width: 100%;
  }
}

.p-service__recommend {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  letter-spacing: 0.15em;
  background-color: #cec572;
  padding: 0.9375rem 1.9375rem 0.9375rem 0.9375rem;
  border-radius: 0 30px 0 0;
}
@media screen and (min-width: 768px) {
  .p-service__recommend {
    padding: 0.8125rem 1.1875rem 1rem 1.625rem;
  }
}

.p-service__list {
  background-color: rgba(206, 197, 114, .3);
  padding: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-service__list {
    padding: 0.9375rem 1.1875rem 0.9375rem 1.25rem;
  }
}

.p-service__list-item {
  font-size: 0.875rem;
  line-height: 160%;
  letter-spacing: 0.05em;
}

.p-service__list-item:not(:first-child) {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-service__list-item:not(:first-child) {
    margin-top: 0;
  }
}

.p-service__salary {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 180%;
  color: #469A70;
  padding: 0 4.375rem;
  margin-top: 1.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-service__salary {
    margin-top: 0.625rem;
    padding: 0 6.875rem;
  }
}

.p-service__salary::before {
  position: absolute;
  content: "";
  width: 3.125rem;
  height: 0.0625rem;
  background-color: #469A70;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-service__salary::before {
    width: 6.25rem;
  }
}

.p-service__salary::after {
  position: absolute;
  content: "";
  width: 3.125rem;
  height: 0.0625rem;
  background-color: #469A70;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-service__salary::after {
    width: 6.25rem;
  }
}

.p-service__salary-block {
  margin-top: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-service__salary-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
  }
}

.p-service__salary-box1,
.p-service__salary-box2 {
  display: inline-block;
  background-color: #FFFFFF;
  border: solid 3px #cec572;
}

.p-service__salary-box1 {
  padding: 0.5625rem 2.9375rem;
}
@media screen and (min-width: 768px) {
  .p-service__salary-box1 {
    padding: 0.5625rem 2.25rem;
  }
}

.p-service__salary-box2 {
  padding: 0.5625rem 2.9375rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-service__salary-box2 {
    padding: 0.5625rem 2.1875rem 0.875rem;
    margin-top: 0;
    margin-left: 2.4375rem;
  }
}

.p-service__salary-btn {
  display: block;
  margin-top: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-service__salary-btn {
    margin-top: 0.75rem;
  }
}

.p-service__salary-link {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  background-color: #85C473;
  padding: 0.9375rem 3.75rem 0.9375rem 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-service__salary-link {
    font-size: 1.125rem;
    padding: 1.9375rem 10.125rem;
  }
}

.p-service__salary-link::after {
  position: absolute;
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background: url(../images/arrow.svg) no-repeat center center/contain;
  top: 50%;
  right: 0.9375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-service__salary-link::after {
    width: 1.875rem;
    height: 1.875rem;
    right: 1.75rem;
  }
}

.p-service__salary-title1,
.p-service__salary-title2 {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 180%;
  letter-spacing: 0.1em;
  text-align: center;
}

.p-service__salary-title1 {
  color: #469A70;
}

.p-service__salary-title2 {
  color: #85C473;
}

.p-service__salary-text1,
.p-service__salary-text2 {
  font-weight: bold;
  line-height: 180%;
  letter-spacing: 0.05em;
}

.p-service__salary-text1 {
  font-size: 1.125rem;
  color: #469A70;
}

.p-service__salary-text1 span {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-service__salary-text1 span {
    font-size: 1.5rem;
  }
}

.p-service__salary-text2 {
  font-size: 1rem;
  color: #85C473;
}
@media screen and (min-width: 768px) {
  .p-service__salary-text2 {
    font-size: 1.0625rem;
  }
}

.p-service__img {
  max-width: 19.4375rem;
  width: 100%;
  margin-top: 1.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-service__img {
    margin-top: 0;
    margin-left: 5.5625rem;
  }
}

.p-service__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 311/287;
}

.p-service__under {
  background: #FFFFFF;
  border: solid 2px #cec572;
  padding: 1.25rem;
  margin-top: 1.125rem;
  margin-inline: auto;
}

.p-service__under-text {
  font-size: 1rem;
  line-height: 180%;
}
@media screen and (min-width: 768px) {
  .p-service__under-text {
    font-size: 0.9375rem;
  }
}

.p-single {
  width: 100%;
  height: 100%;
}

.p-single__inner.l-inner {
  max-width: 37.5rem;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-single__inner.l-inner {
    max-width: 84.375rem;
  }
}

.p-single__breadcrumb {
  margin-top: 0.625rem;
}

.p-single__wrapper {
  max-width: 37.5rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-single__wrapper {
    max-width: 53.125rem;
  }
}

.p-single__title {
  text-align: center;
  margin-top: 3.75rem;
}

.p-single__date {
  margin-top: 1.25rem;
}

.p-single__content h2 {
  border-bottom: solid 2px #abbf00;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 3rem;
  margin-bottom: 0;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-single__content h2 {
    font-size: 1.5rem;
  }
}

.p-single__content h3 {
  border-left: solid 3px #abbf00;
  font-size: 1.125rem;
  font-weight: bold;
  margin-top: 2.625rem;
  padding: 0 0.5rem 0.25rem;
}

.p-single__content h4 {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 2.625rem;
}

.p-single__content h5 {
  font-size: 0.875rem;
  font-weight: bold;
  margin-top: 2.625rem;
}

.p-single__content p {
  margin-top: 1.25rem;
}

.p-single__btn {
  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-top: 3rem;
  gap: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .p-single__btn {
    margin-top: 2.5rem;
  }
}

.p-single__btn-prev a,
.p-single__btn-next a {
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  padding-bottom: 0.25rem;
  line-height: 1;
  text-decoration: none;
  border-bottom: solid 2px #abbf00;
}

.p-single__btn-all {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  background-color: #abbf00;
  padding: 0.5rem 0.8125rem;
}

.p-staff__inner.l-inner {
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .p-staff__inner.l-inner {
    max-width: 77.8125rem;
  }
}

.p-staff__title-en.c-title4-en::first-letter {
  color: #85C473;
}

.p-staff__text {
  font-size: 1rem;
  font-weight: bold;
  line-height: 180%;
  letter-spacing: 0.05em;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-staff__text {
    font-size: 1.125rem;
    text-align: center;
    margin-top: 4.4375rem;
  }
}

.p-staff__swiper {
  margin-top: 1.875rem;
  max-width: 37.5rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-staff__swiper {
    max-width: 77.5rem;
    margin-top: 4.4375rem;
    padding-right: 6.1875rem;
    padding-left: 6.1875rem;
  }
}

.p-staff__prev,
.p-staff__next {
  width: 2.5rem;
  height: 2.5rem;
  margin-top: -5rem;
}
@media screen and (min-width: 768px) {
  .p-staff__prev,
  .p-staff__next {
    width: 3.75rem;
    height: 3.75rem;
    margin-top: -2.5625rem;
  }
}

.p-staff__prev {
  left: 0;
  background: url(../images/arrow-left.png) no-repeat center center/contain;
}

.p-staff__next {
  right: 0;
  background: url(../images/arrow-right.png) no-repeat center center/contain;
}

.swiper-slide.p-staff__slide {
  width: 20rem;
  margin-right: 1.375rem;
  height: auto;
}

.p-strength {
  display: block;
}

.p-strength__inner.l-inner {
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .p-strength__inner.l-inner {
    max-width: 90rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }
}

.p-strength__content {
  max-width: 37.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-strength__content {
    margin-left: 4.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-strength__content-title.c-title2 {
    margin-top: -0.625rem;
  }
}

.p-strength__content-title.c-title2 {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-strength__title-ja.c-title2-ja {
    margin-top: 0.6875rem;
  }
}

.p-strength__left,
.p-strength__right {
  max-width: 21.875rem;
  width: 100%;
}

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

.p-strength__left img,
.p-strength__right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 350/844;
}

.p-strength__content-img {
  max-width: 16.5625rem;
  width: 100%;
  margin-top: 1.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-strength__content-img {
    max-width: 22.5rem;
    margin-top: 4.5625rem;
  }
}

.p-strength__content-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 265/205;
}
@media screen and (min-width: 768px) {
  .p-strength__content-img img {
    aspect-ratio: 335/265;
  }
}

.p-strength__title {
  font-size: 1.125rem;
  font-weight: bold;
  color: #85C473;
  letter-spacing: 0.05em;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-strength__title {
    font-size: 1.25rem;
    margin-top: 3.125rem;
    margin-left: 1.5625rem;
    letter-spacing: 0.05em;
  }
}

.p-strength__text {
  font-size: 0.875rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-strength__text {
    text-align: center;
    font-size: 1rem;
  }
}

.p-subContact {
  width: 100%;
  height: 100%;
}

.p-subContact__fv {
  position: relative;
  width: 100%;
  height: 6.25rem;
  background-color: #469A70;
}
@media screen and (min-width: 768px) {
  .p-subContact__fv {
    height: 14.375rem;
  }
}

.p-subContact__fv-title {
  position: absolute;
  top: 67%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.125rem;
  font-weight: bold;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .p-subContact__fv-title {
    font-size: 1.875rem;
  }
}

.p-subContact__block {
  padding: 1.25rem;
  text-align: center;
}

.p-subContact__block-text {
  font-size: 0.875rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-subContact__block-text {
    font-size: 1.0625rem;
  }
}

.p-subContact__block-tel {
  position: relative;
  display: inline-block;
  font-size: 1.875rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-subContact__block-tel {
    font-size: 2.625rem;
  }
}

.p-subContact__block-tel::before {
  position: absolute;
  content: "";
  width: 2.25rem;
  height: 1.875rem;
  background: url(../images/tel-icon.svg) no-repeat center center/contain;
  top: 50%;
  right: calc(100% + 2px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-subContact__block-tel::before {
    width: 2.875rem;
    height: 2.5rem;
    right: calc(100% + 5px);
  }
}

.p-subContact__wrapper {
  padding-top: 0.625rem;
  padding-bottom: 3.75rem;
  background-color: #85C473;
  margin-top: 1.25rem;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-subContact__wrapper {
    padding-top: 2.5rem;
    padding-bottom: 7.5rem;
  }
}

.p-subContact__inner.l-inner {
  max-width: 37.5rem;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-subContact__inner.l-inner {
    max-width: 84.375rem;
  }
}

.p-subContact__breadcrumb {
  margin-top: 0.625rem;
}

.p-subContact__title {
  margin-top: 3.75rem;
}

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

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