@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "游ゴシック Medium", "-apple-system", "BlinkMacSystemFont", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

@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-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

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

.c-btn1 {
  display: inline-block;
  position: relative;
  color: #fff;
  background-color: #01A0E9;
  border-radius: 3.8rem;
  font-weight: 700;
  font-size: 1.6rem;
  min-width: 30rem;
  text-align: center;
  padding: 2rem 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .c-btn1 {
    font-size: 1.8rem;
  }
}

.c-btn1::after {
  content: "";
  position: absolute;
  background: url(../images/arrow01.svg) no-repeat center/contain;
  top: 40%;
  bottom: 0;
  right: 4.2rem;
  font-size: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  width: 1.4rem;
  height: 1.4rem;
}

.c-btn1:hover {
  color: #fff;
  opacity: 0.7;
}

.c-btn1:hover::after {
  color: #fff;
  right: 3.8rem;
}

.c-btn2 {
  display: inline-block;
  position: relative;
  color: #fff;
  background-color: #8FC21F;
  border-radius: 3.8rem;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  min-width: 30rem;
  text-align: center;
  padding: 2rem 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .c-btn2 {
    font-size: 1.8rem;
  }
}

.c-btn2::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  width: 2.7rem;
  height: 2.1rem;
  background: url(../images/download-arrow.svg) no-repeat center/contain;
  margin-right: 0.5rem;
}

.c-btn2:hover {
  color: #fff;
  opacity: 0.7;
}

.c-btn3 {
  position: relative;
  background-color: #EA6101;
  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;
  border-radius: 1.5rem;
  padding: 1.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6470588235;
  color: #fff;
  min-width: 21.1rem;
}

.c-btn3::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/icon-mail.svg) no-repeat center/contain;
  margin-right: 1.1rem;
}

.c-card1 {
  min-height: 44.1rem;
  padding: 3rem 3.8rem 2rem;
  border-radius: 1.6rem;
  background-color: #fff;
  -webkit-box-shadow: 5px 7px 6.2px rgba(0, 0, 0, .06);
          box-shadow: 5px 7px 6.2px rgba(0, 0, 0, .06);
}

.c-card1__number {
  text-align: center;
  font-size: 4.2rem;
  line-height: 1.5;
  font-weight: 700;
  color: #01A0E9;
}
@media screen and (min-width: 768px) {
  .c-card1__number {
    font-size: 6.4rem;
  }
}

.c-card1__title {
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 0.6rem;
  font-weight: 700;
}

.c-card1__text {
  margin-top: 3.2rem;
  line-height: 2.0625;
}
@media screen and (min-width: 768px) {
  .c-card1__text {
    font-size: 1.7rem;
  }
}

.c-card2 {
  width: 95%;
}

.c-card2:nth-child(n+2) {
  margin-top: 7.5rem;
}
@media screen and (min-width: 768px) {
  .c-card2:nth-child(n+2) {
    margin-top: 15rem;
  }
}

.c-card2__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.7rem;
}
@media screen and (min-width: 768px) {
  .c-card2__flex {
    gap: 3.4rem;
  }
}

.c-card2__number {
  width: 5.4rem;
  height: 5.4rem;
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  background-color: #01A0E9;
  border-radius: 50%;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .c-card2__number {
    width: 8.1rem;
    height: 8.1rem;
    font-size: 4.4rem;
  }
}

.c-card2__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-card2__title {
    font-size: 3.2rem;
  }
}

.c-card2__img {
  margin-top: 2.2rem;
}

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

.c-card2__text {
  margin-top: 3rem;
  font-size: 1.5rem;
  line-height: 2.0625;
}
@media screen and (min-width: 768px) {
  .c-card2__text {
    font-size: 1.7rem;
  }
}

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

.c-card3__img {
  margin-top: 2.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.c-card3__who {
  margin-top: 2rem;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-card3__who {
    margin-top: 4rem;
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-card3__who {
    margin-top: 4rem;
    font-size: 2.4rem;
  }
}

.c-card3__message {
  margin-top: 2.6rem;
  font-size: 2rem;
  line-height: 2.0625;
}
@media screen and (min-width: 768px) {
  .c-card3__message {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-card3__message {
    font-size: 2.2rem;
  }
}

.c-lower-title1 {
  font-size: 2rem;
  position: relative;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "游ゴシック Medium", "-apple-system", "BlinkMacSystemFont", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", "meiryo", sans-serif;
  font-weight: 700;
  z-index: 1;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .c-lower-title1 {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-lower-title1 {
    font-size: 3.2rem;
  }
}

.c-lower-title1::after {
  position: absolute;
  content: attr(data-en);
  top: 3.8rem;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  font-size: 1.8rem;
  color: #8FC21F;
  letter-spacing: 0.2em;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .c-lower-title1::after {
    font-size: 2.2rem;
    top: 3.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-lower-title1::after {
    font-size: 2.4rem;
    top: 6.8rem;
  }
}

.c-lower-title1 span {
  font-size: 4.2rem;
  color: #01A0E9;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .c-lower-title1 span {
    font-size: 6.4rem;
  }
}

.c-lower-common__title2 {
  font-size: 2.6rem;
  position: relative;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "游ゴシック Medium", "-apple-system", "BlinkMacSystemFont", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", "meiryo", sans-serif;
  font-weight: 700;
  z-index: 1;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #000000;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .c-lower-common__title2 {
    font-size: 4rem;
  }
}

.c-lower-common__title2::after {
  margin-top: 0;
  content: attr(data-en);
  font-size: 1.8rem;
  line-height: 1.5;
  color: #8FC21F;
  position: absolute;
  top: 87%;
  left: 0.8%;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .c-lower-common__title2::after {
    margin-top: 2.6rem;
    font-size: 2.4rem;
    top: 100%;
  }
}

.c-lower__title2 {
  font-size: 2.6rem;
  position: relative;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "游ゴシック Medium", "-apple-system", "BlinkMacSystemFont", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", "meiryo", sans-serif;
  font-weight: 700;
  z-index: 1;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .c-lower__title2 {
    font-size: 4rem;
  }
}

.c-lower__title2::after {
  margin-top: 0;
  content: attr(data-en);
  font-size: 1.8rem;
  line-height: 1.5;
  color: #8FC21F;
  position: absolute;
  top: 50%;
  left: 40%;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .c-lower__title2::after {
    margin-top: 2rem;
    font-size: 2.4rem;
    top: 100%;
  }
}

.c-lower-title3 span {
  font-size: 4.2rem;
  color: #01A0E9;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .c-lower-title3 span {
    font-size: 6.4rem;
  }
}

.c-lower-title3 {
  text-align: center;
  font-size: 2.6rem;
  position: relative;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "游ゴシック Medium", "-apple-system", "BlinkMacSystemFont", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", "meiryo", sans-serif;
  font-weight: 700;
  z-index: 1;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .c-lower-title3 {
    font-size: 4rem;
  }
}

.c-lower-title3::after {
  margin-top: 0;
  content: attr(data-en);
  font-size: 1.8rem;
  line-height: 1.5;
  color: #8FC21F;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  text-transform: capitalize;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .c-lower-title3::after {
    margin-top: 2rem;
    font-size: 2.4rem;
    top: 100%;
  }
}

.c-lower-title3--toiawase {
  text-align: center;
  font-size: 2.6rem;
  position: relative;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "游ゴシック Medium", "-apple-system", "BlinkMacSystemFont", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", "meiryo", sans-serif;
  font-weight: 700;
  z-index: 1;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .c-lower-title3--toiawase {
    font-size: 4rem;
  }
}

.c-lower-title3--toiawase::after {
  margin-top: 0;
  content: attr(data-en);
  font-size: 1.8rem;
  line-height: 1.5;
  color: #8FC21F;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .c-lower-title3--toiawase::after {
    margin-top: 2rem;
    font-size: 2.4rem;
    top: 100%;
  }
}

.c-top-title {
  position: relative;
}

.c-top-title span {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4545454545;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  color: #2F2F2F;
}
@media screen and (min-width: 768px) {
  .c-top-title span {
    font-size: 5.5rem;
  }
}

.c-top-title h2 {
  position: absolute;
  top: 6.4rem;
  left: 0;
  letter-spacing: 0.5em;
  display: block;
  color: #000;
  font-size: 1.8rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .c-top-title h2 {
    top: 8rem;
    font-size: 2.4rem;
  }
}

.c-top-title h2::before {
  content: "";
  display: inline-block;
  width: 2.7rem;
  border-top: 1px solid;
  vertical-align: middle;
  margin-right: 1em;
}
@media screen and (min-width: 768px) {
  .c-top-title h2::before {
    width: 4.6rem;
  }
}

.c-top-title.white h2 {
  color: #fff;
}

.c-top-title.white span {
  color: #fff;
}

.p-about-vege {
  margin-top: max(150px, 8%);
  margin-top: 6rem;
  text-align: center;
  margin-bottom: 24.4rem;
}
@media screen and (min-width: 768px) {
  .p-about-vege {
    margin-bottom: 36.5rem;
  }
}

.p-about-vege__inner {
  max-width: 108.2rem;
  margin-inline: auto;
}

.p-about-vege__text {
  line-height: 2.0625;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-about-vege__text {
    font-size: 1.7rem;
  }
}

.p-about-vege__text p {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-about-vege__btn {
  margin-top: 3rem;
}

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

.p-about-vege__title {
  margin-top: max(80px, 8%);
}
@media screen and (min-width: 768px) {
  .p-about-vege__title {
    margin-top: max(150px, 8%);
  }
}

.p-about-vege__title h3 {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-about-vege__title h3 {
    font-size: 3.6rem;
  }
}

.p-about-vege__img img {
  width: 100%;
  aspect-ratio: 522/349;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-about-vege__body {
  text-align: left;
}

.p-about-vege__text {
  line-height: 2.0625;
}

.p-access {
  margin-top: 7.5rem;
  margin-bottom: 24.4rem;
}
@media screen and (min-width: 768px) {
  .p-access {
    margin-top: max(150px, 8%);
    margin-bottom: 32rem;
  }
}

.p-access__map-wrapper {
  max-width: 122.6rem;
  width: 100%;
  margin-top: 10rem;
}

@media (min-width: 768px) {
  .p-access__img {
    position: relative;
    width: 100%;
    height: 50.7rem;
  }
}
@media (max-width: 767px) {
  .p-access__img {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }
}
.p-access__img iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.p-access____box {
  text-align: left;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .p-access__info p {
    font-size: 1.7rem;
    line-height: 2.0625;
  }
}

.p-body__wrapper-business {
  contain: paint;
}

.p-breadcrumb {
  margin-top: 1rem;
  padding-left: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .p-breadcrumb {
    margin-top: 2rem;
    padding-left: 2rem;
    padding-left: 4rem;
  }
}

.p-breadcrumb__list:not(:last-of-type)::after {
  content: ">";
  margin: 0 0.6em;
}

.p-breadcrumb__list span {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .p-breadcrumb__list span {
    font-size: 1.6rem;
  }
}

.p-business {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-business {
    margin-top: max(150px, 8%);
    margin-bottom: max(150px, 8%);
  }
}

.p-business__inner {
  max-width: 155.9rem;
  margin-inline: auto;
  padding-right: 2rem;
  padding-right: 2rem;
}

.p-business__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.8rem;
}
@media screen and (min-width: 1024px) {
  .p-business__wrapper {
    margin-left: calc(50% - 50vw);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5.6rem;
  }
}

.p-business__heading {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-business__heading {
    position: sticky;
    top: 11rem;
    background-color: #fff;
    z-index: 1000;
    height: 100%;
  }
}

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

.p-business__heading-img {
  margin-top: 7rem;
}

.p-business__heading-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 789/641;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-business__main {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-business__main {
    margin-top: -10rem;
  }
}

.p-cards1 {
  display: grid;
  gap: 3.6rem;
  width: 90%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-cards1 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .p-cards1 {
    grid-template-columns: repeat(3, 1fr);
  }
}

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

.p-cards3 {
  margin-top: 3.5rem;
  display: grid;
  gap: 5rem;
}
@media screen and (min-width: 768px) {
  .p-cards3 {
    margin-top: 5rem;
    gap: 7rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .p-cards3 {
    margin-top: 7rem;
    gap: 7rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-commitments {
  position: relative;
  padding-top: max(80px, 8%);
  padding-bottom: max(80px, 8%);
  background-color: #F5F5F5;
}
@media screen and (min-width: 768px) {
  .p-commitments {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}

.p-commitments {
  position: relative;
  padding-top: max(80px, 8%);
  padding-bottom: max(80px, 8%);
  background-color: #F5F5F5;
}
@media screen and (min-width: 768px) {
  .p-commitments {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}

.p-commitments::after {
  content: "";
  display: inline-block;
  background: url(../images/strawberry.svg) no-repeat center/contain;
  height: 11.2rem;
  width: 14.4rem;
  position: absolute;
  top: -1%;
  right: 3%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-commitments::after {
    height: 18rem;
    width: 21rem;
    top: auto;
    top: initial;
    bottom: 8%;
    right: 6%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (min-width: 1024px) {
  .p-commitments::after {
    top: -1%;
    bottom: auto;
    bottom: initial;
    right: 3%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.p-commitments__inner {
  max-width: 141rem;
  margin-inline: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.p-commitments__cards {
  margin-top: max(88px, 6%);
}
@media screen and (min-width: 768px) {
  .p-commitments__cards {
    margin-top: 11.8rem;
  }
}

.p-contact-mail {
  margin-top: max(150px, 8%);
  margin-bottom: max(150px, 8%);
}

.p-contact-mail__box {
  margin-top: 12.6rem;
  padding-top: 6.5rem;
  padding-bottom: 6.3rem;
  background-color: #F5F5F5;
  border-radius: 2.8rem;
}

.p-contact-mail__text {
  margin-top: 8rem;
  text-align: center;
}

.p-contact-mail__text p {
  font-size: 1.8rem;
  line-height: 1.5;
}

.p-contact-phone__link {
  color: #01A0E9;
  text-decoration: underline;
}

.p-contact-phone__tel a {
  margin-top: 2rem;
  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;
  position: relative;
  font-size: 4.8rem;
  line-height: 1.5;
  font-weight: 700;
}

.p-contact-phone__tel a::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  width: 6.6rem;
  height: 6.6rem;
  background: url(../images/footer-tel.svg) no-repeat center/contain;
  margin-right: 1.1rem;
}

.p-contact-phone {
  margin-top: max(80px, 8%);
  margin-bottom: max(80px, 8%);
}
@media screen and (min-width: 768px) {
  .p-contact-phone {
    margin-top: 4.5rem;
    margin-bottom: max(150px, 8%);
  }
}

.p-contact-phone__inner {
  max-width: 106.5rem;
  margin-inline: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.p-contact-phone__box {
  margin-top: 12.6rem;
  padding-top: 6.5rem;
  padding-bottom: 6.3rem;
  background-color: #F5F5F5;
  border-radius: 2.8rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.p-contact-phone__text {
  text-align: center;
}

.p-contact-phone__text p {
  text-align: left;
  display: inline;
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-contact-phone__text p {
    font-size: 1.8rem;
  }
}

.p-cotact-phone__time {
  margin-top: 2rem;
}

.p-contact-phone__link {
  color: #01A0E9;
  text-decoration: underline;
}

.p-contact-phone__tel {
  margin-top: 5.5rem;
}

.p-contact-phone__tel a {
  margin-top: 2rem;
  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;
  position: relative;
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-contact-phone__tel a {
    font-size: 4.8rem;
  }
}

.p-contact-phone__tel a::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  width: 3.3rem;
  height: 3.3rem;
  background: url(../images/footer-tel.svg) no-repeat center/contain;
  margin-right: 1.1rem;
}
@media screen and (min-width: 768px) {
  .p-contact-phone__tel a::before {
    width: 6.6rem;
    height: 6.6rem;
  }
}

.p-cordinate__inner {
  max-width: 123.6rem;
  margin-inline: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.p-cordinate__title h3 {
  font-size: 2.6rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-cordinate__title h3 {
    font-size: 4rem;
  }
}

.p-cordinate__heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.p-cordinate__heading::before,
.p-cordinate__heading::after {
  background-color: #000000;
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
}

.p-cordinate__heading::before {
  margin-right: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-cordinate__heading::before {
    margin-right: 3.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-cordinate__heading::before {
    margin-right: 7.2rem;
  }
}

.p-cordinate__heading::after {
  margin-right: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-cordinate__heading::after {
    margin-right: 3.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-cordinate__heading::after {
    margin-right: 7.2rem;
  }
}

.p-cordinate__text {
  margin-top: 3.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-cordinate__text {
    margin-top: 7.1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-cordinate__text {
    margin-top: 7.1rem;
  }
}

.p-cordinate__marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(0%, #F8F000));
  background: linear-gradient(transparent 40%, #F8F000 0%);
}
.p-cordinate__marker span {
  font-size: 2.2rem;
  line-height: 1.9375;
}
@media screen and (min-width: 768px) {
  .p-cordinate__marker span {
    font-size: 3.2rem;
  }
}

.p-cordinate__text p {
  font-size: 1.7rem;
  line-height: 2.3846153846;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-cordinate__text p {
    font-size: 2.6rem;
  }
}

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

.p-cordinate__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-cordinate__message {
  margin-top: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-cordinate__message {
    margin-top: -8rem;
  }
}

.p-cordinate__message p {
  font-weight: 700;
  line-height: 2.0625;
}
@media screen and (min-width: 768px) {
  .p-cordinate__message p {
    font-size: 1.7rem;
  }
}

.p-cta__box {
  position: relative;
  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;
}

.p-cta-wrapper {
  position: absolute;
  width: 80%;
  background-color: #F5F5F5;
  margin-bottom: -10rem;
  border-radius: 2rem;
  padding-top: 5.2rem;
  padding-bottom: 5.2rem;
  padding-right: 1.4rem;
  padding-left: 1.4rem;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .p-cta-wrapper {
    width: 60%;
  }
}
@media screen and (min-width: 1440px) {
  .p-cta-wrapper {
    width: 80%;
  }
}

.p-cta-wrapper::before {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-cta-wrapper::before {
    content: "";
    position: absolute;
    display: inline-block;
    background: url(../images/footer-deco2.png) no-repeat center/contain;
    width: 16rem;
    height: 10.2rem;
    top: -5.5%;
    left: -18rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-cta-wrapper::after {
    content: "";
    position: absolute;
    display: inline-block;
    background: url(../images/footer-deco1.png) no-repeat center/contain;
    height: 7rem;
    width: 16rem;
    top: 7.2%;
    right: -17.1rem;
  }
}

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

.p-cta__text p {
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "游ゴシック Medium", "-apple-system", "BlinkMacSystemFont", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", "meiryo", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.5em;
  margin-right: -0.8rem;
}
@media screen and (min-width: 768px) {
  .p-cta__text p {
    margin-right: 0;
    line-height: 1.5;
    font-size: 2.4rem;
  }
}

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

.p-cta__body-left {
  margin-top: 4rem;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-cta__body-left {
    margin-top: 6.3rem;
    padding-top: 1rem;
    padding-right: 2rem;
  }
}

.p-cta-item__text {
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-cta-item__text {
    padding-left: 2.4rem;
    line-height: 1.5;
    font-size: 1.7rem;
  }
}

.p-cta-item__tel {
  margin-top: 0.8rem;
  margin-right: 1rem;
  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;
  position: relative;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-cta-item__tel {
    line-height: 1.5;
    margin-right: myrem 0;
    font-size: 2.4rem;
  }
}

.p-cta-item__tel::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  width: 2.1rem;
  height: 2.1rem;
  background: url(../images/footer-tel.svg) no-repeat center/contain;
  margin-right: 1.1rem;
}
@media screen and (min-width: 768px) {
  .p-cta-item__tel::before {
    width: 3rem;
    height: 3rem;
    margin-top: -0.5rem;
  }
}

.p-cta__body-right {
  margin-top: 4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-cta__body-right {
    margin-top: 6.3rem;
    padding-top: 1rem;
    padding-left: 2rem;
    border-left: 1px solid #999999;
  }
}

.p-cta-item__mail {
  margin-top: 0.8rem;
  position: relative;
  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;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-cta-item__mail {
    margin-left: 0;
    font-size: 2.1rem;
    line-height: 1.4761904762;
  }
}

.p-cta-item__mail::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/footer-mail.svg) no-repeat center/contain;
  margin-right: 1.1rem;
}
@media screen and (min-width: 768px) {
  .p-cta-item__mail::before {
    width: 3.2rem;
    height: 3.2rem;
  }
}

.p-cta-item__mail::after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  width: 1rem;
  height: 1rem;
  background: url(../images/footer-arrow1.svg) no-repeat center/contain;
  margin-left: 1rem;
}
@media screen and (min-width: 768px) {
  .p-cta-item__mail::after {
    width: 1.7rem;
    height: 1.7rem;
  }
}

.p-footer {
  position: relative;
  margin-right: 0rem;
  margin-left: 0rem;
  padding-top: 29.6rem;
  background-color: #8FC21F;
}
.p-footer__upper {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
    text-align: initial;
  }
}

.p-footer__logo {
  margin-left: auto;
  margin-right: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
  }
}

.p-footer__logo a {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-footer__logo a {
    font-size: 3.2rem;
  }
}

.p-footer__address {
  margin-top: 1.7rem;
}

.p-footer__address p {
  line-height: 1.5;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-footer__address p {
    font-size: 1.7rem;
  }
}

.p-footer__tel-fax {
  margin-top: 1.1rem;
}

.p-footer__tel-fax p {
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-footer__tel-fax p {
    font-size: 1.7rem;
  }
}

.p-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-footer-nav {
  margin-top: 3.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-footer-nav {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 0;
  }
}

.p-footer-nav__items1 {
  padding: 1rem 0;
  height: inherit;
  color: #fff;
  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;
}
@media screen and (min-width: 768px) {
  .p-footer-nav__items1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
}

.p-footer-nav__items2 {
  height: inherit;
  color: #fff;
  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;
}
@media screen and (min-width: 768px) {
  .p-footer-nav__items2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
}

.p-footer-nav__item {
  height: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: block;
  text-align: center;
  margin-top: 0;
}

.p-footer-nav__item a {
  padding: 1rem 0;
  font-size: 1.5rem;
  line-height: 1.4;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-footer-nav__item a {
    line-height: 2.5;
    font-size: 1.5rem;
    padding: 0 1.5rem;
    padding: 0 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-footer-nav__item a {
    font-size: 1.8rem;
    padding: 0 1.5rem;
  }
}

.p-footer__wrapper {
  background-color: #fff;
}

.p-footer__bottom {
  margin-top: 5.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__bottom {
    margin-top: 3rem;
  }
}

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

.p-footer__copyright small {
  font-size: 1.5rem;
  font-weight: 500;
  color: #2F2F2F;
  line-height: 2.5;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright small {
    font-size: 1.8rem;
  }
}

.p-form {
  margin-bottom: 24.4rem;
}
@media screen and (min-width: 768px) {
  .p-form {
    margin-top: -15.2rem;
    margin-bottom: 21.1rem;
  }
}

.p-form__inner {
  max-width: 94.5rem;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-inline: auto;
}

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

.p-form__row {
  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;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-form__row:not(:first-child) {
  margin-top: 1.4rem;
  padding-top: 1.4rem;
  border-top: 1px solid #e6e6e6;
}

.p-form__row:last-child {
  margin-bottom: 1.4rem;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid #e6e6e6;
}

.p-form__head {
  width: 100%;
  line-height: 1.5;
  position: relative;
  padding-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  .p-form__head {
    width: 40%;
    font-size: 1.7rem;
  }
}

.p-form__head::after {
  content: none;
}
@media screen and (min-width: 768px) {
  .p-form__head::after {
    content: "";
    position: absolute;
    bottom: -2.5rem;
    left: 0;
    width: calc(100% - 3rem);
    height: 2px;
    background-color: #01A0E9;
  }
}

.p-form__head.p-form__head--textarea::after {
  content: "";
  bottom: -12.42rem;
  left: 0;
  width: calc(100% - 3rem);
  height: 2px;
  background-color: #01A0E9;
}

.p-form__body {
  width: 100%;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-form__body {
    width: 78%;
    margin-top: 0;
  }
}

.p-form__required {
  margin-right: 0.8rem;
  padding: 0.3rem 0.8rem;
  color: #EA6101;
  font-size: 1.3rem;
}

.p-form__body input[type=text],
.p-form__body input[type=tel],
.p-form__body input[type=email] {
  border: 1px solid #999999;
  font-size: 1.6rem;
  padding: 1.1rem;
  width: 100%;
}

.p-form__body select {
  border: 1px solid #000000;
  background-color: #F7F7F7;
  padding: 0.5em;
  width: 16.8rem;
  border-radius: 1rem;
}

.p-form__body textarea {
  border: 1px solid #999999;
  font-size: 1.6rem;
  padding: 0.5em;
  width: 100%;
  min-height: 24rem;
}

@media screen and (min-width: 768px) {
  .p-form__radio-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8.8rem;
  }
}

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

.p-form__submit-btn {
  border: none;
  display: inline-block;
  color: #fff;
  background-color: #01A0E9;
  border-radius: 3.8rem;
  font-weight: bold;
  font-size: 1.6rem;
  min-width: 30rem;
  text-align: center;
  padding: 2rem 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-form__submit-btn {
    font-size: 1.8rem;
  }
}

.p-form__submit-btn:hover {
  opacity: 0.7;
}

.p-greeting {
  margin-top: max(80px, 8%);
  margin-bottom: max(80px, 8%);
}
@media screen and (min-width: 768px) {
  .p-greeting {
    margin-top: max(150px, 8%);
    margin-bottom: max(150px, 8%);
  }
}

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

.p-greeting__title {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-greeting__title {
    width: 32%;
  }
}

.p-greeting__text {
  width: 100%;
  margin-top: 5.2rem;
}
@media screen and (min-width: 768px) {
  .p-greeting__text {
    width: 68%;
    margin-top: 0;
    margin-top: initial;
  }
}

.p-greeting__text p {
  color: #000000;
  line-height: 2.0625;
}
@media screen and (min-width: 768px) {
  .p-greeting__text p {
    font-size: 1.7rem;
  }
}

.p-greeting__inner {
  max-width: 158rem;
  margin-inline: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}
@media screen and (min-width: 768px) {
  .p-greeting__inner {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

.p-greeting__sub-wrapper {
  margin-top: max(40px, 6%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .p-greeting__sub-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-greeting__img {
  margin-left: calc(50% - 50vw);
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-greeting__img {
    width: 58.5443037975%;
  }
}

.p-greeting__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 925/632;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-greeting__sub-box {
  width: 100%;
  height: 100%;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-greeting__sub-box {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-greeting__sub-box {
    width: 44.2405063291%;
    border-radius: 1.7rem;
    -webkit-box-shadow: 4px 4px 15px -1px rgba(0, 0, 0, .39);
            box-shadow: 4px 4px 15px -1px rgba(0, 0, 0, .39);
    margin-left: -2rem;
    margin-top: 0;
    padding: 6.6rem;
    background-color: #F5F5F5;
  }
}

.p-greeting__sub-text p {
  color: #000000;
  font-weight: 400;
  line-height: 2.0625;
}
@media screen and (min-width: 768px) {
  .p-greeting__sub-text p {
    font-size: 1.7rem;
  }
}

.p-header {
  position: fixed;
  width: 100%;
  height: 5.3rem;
  background-color: #fff;
  opacity: 0.9;
  padding-left: 1rem;
  padding-right: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-header {
    height: 7rem;
    padding-left: 1rem;
    padding-right: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-header {
    height: 10.3rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.p-header__wrapper {
  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;
}

.p-header__logo {
  width: 16.5rem;
  height: inherit;
  position: relative;
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    width: 28rem;
    height: inherit;
  }
}
@media screen and (min-width: 1024px) {
  .p-header__logo {
    width: 35.5rem;
    height: inherit;
  }
}

.p-header__logo a {
  height: inherit;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1024px) {
  .p-header__logo a {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.p-header__nav-item a.current {
  color: #8FC21F;
}

.p-header__hamburger {
  height: inherit;
  width: 5.5rem;
  padding: 1.5rem 1rem;
  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-pack: distribute;
      justify-content: space-around;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 768px) {
  .p-header__hamburger {
    width: 6.1rem;
    padding: 2.3rem 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-header__hamburger {
    display: none;
  }
}

.p-header__hamburger span {
  width: 100%;
  height: 2px;
  display: inline-block;
  background-color: #000000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header__hamburger.open span:nth-child(1) {
  -webkit-transform: translateY(0.7rem) rotate(45deg);
          transform: translateY(0.7rem) rotate(45deg);
}

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

.p-header__hamburger.open span:nth-child(3) {
  -webkit-transform: translateY(-0.7rem) rotate(-45deg);
          transform: translateY(-0.7rem) rotate(-45deg);
}

.p-header__nav {
  display: none;
  position: fixed;
  height: 100vh;
  width: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  padding-top: 7rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (min-width: 1024px) {
  .p-header__nav {
    display: block;
    position: static;
    height: inherit;
    width: 100%;
    padding: 0;
  }
}

.p-header__nav-inner {
  height: 100%;
  overflow: auto;
}
@media screen and (min-width: 1024px) {
  .p-header__nav-inner {
    overflow: visible;
    overflow: initial;
    height: inherit;
  }
}

.p-header__nav-inner2 {
  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;
  height: inherit;
  min-height: 48rem;
}
@media screen and (min-width: 768px) {
  .p-header__nav-inner2 {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-header__nav-inner2 {
    margin-top: 0;
    min-height: 0;
    min-height: initial;
    height: inherit;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.p-header__nav-list {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    width: initial;
  }
}

@media screen and (min-width: 1024px) {
  .p-header__nav-item {
    height: 100%;
  }
}

.p-header__nav-item a {
  display: block;
  text-align: center;
  padding: 1.7rem 0;
  font-size: 1.6rem;
  color: #2F2F2F;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1024px) {
  .p-header__nav-item a {
    padding: 2.2rem 1.5rem;
    height: inherit;
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-header__nav-item:first-child a {
    padding-left: 0;
  }
}

.p-header__btn-list {
  margin-top: 2rem;
}
@media screen and (min-width: 1024px) {
  .p-header__btn-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
  }
}

.p-header__contact-btn {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-header__contact-btn {
    margin-top: 0;
    margin-left: 3rem;
  }
}

.p-header--shadow {
  -webkit-box-shadow: 0px 2px 12.3px -1px rgba(0, 0, 0, .15);
          box-shadow: 0px 2px 12.3px -1px rgba(0, 0, 0, .15);
}

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

.p-heading::before,
.p-heading::after {
  background-color: #000000;
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
}

.p-heading::before {
  margin-right: 3.6rem;
}
@media screen and (min-width: 768px) {
  .p-heading::before {
    margin-right: 7.2rem;
  }
}

.p-heading::after {
  margin-left: 3.6rem;
}
@media screen and (min-width: 768px) {
  .p-heading::after {
    margin-left: 7.2rem;
  }
}

.p-lower-mv {
  margin-top: 9rem;
}
@media screen and (min-width: 768px) {
  .p-lower-mv {
    margin-top: 11rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-lower-mv {
    margin-top: 20rem;
  }
}

.p-lower-mv__body {
  text-align: center;
  margin-bottom: 7.4rem;
}
@media screen and (min-width: 768px) {
  .p-lower-mv__body {
    margin-bottom: 7.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-lower-mv__body {
    margin-top: 17.4rem;
    margin-bottom: 10.4rem;
  }
}

.p-lower-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 16.5rem;
}
@media screen and (min-width: 1024px) {
  .p-lower-mv__img img {
    min-height: 0;
    min-height: initial;
  }
}

.p-lower-mv__img-about img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 16.5rem;
  -o-object-position: 70%;
     object-position: 70%;
}
@media screen and (min-width: 768px) {
  .p-lower-mv__img-about img {
    -o-object-position: 70%;
       object-position: 70%;
  }
}
@media screen and (min-width: 1024px) {
  .p-lower-mv__img-about img {
    min-height: 0;
    min-height: initial;
    -o-object-position: initial;
       object-position: initial;
  }
}

.p-lower-mv__img-contact img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 20%;
     object-position: 20%;
  min-height: 16.5rem;
}
@media screen and (min-width: 1024px) {
  .p-lower-mv__img-contact img {
    min-height: 0;
    min-height: initial;
  }
}

.p-main {
  overflow: hidden;
}

.p-mv {
  position: relative;
  margin-top: 5.5rem;
}
@media screen and (min-width: 1024px) {
  .p-mv {
    margin-top: 10.5rem;
  }
}

.p-mv__inner {
  max-width: 178rem;
  margin-inline: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

.p-mv__inner:before {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: rgb(143, 194, 31);
  height: 65%;
  width: 97%;
  top: 44%;
  left: 16.3rem;
  border-radius: 0 0 0px 30px;
  z-index: 1; /* 低い z-index に設定 */
}

.p-mv-container {
  position: relative;
  width: 100%;
  height: 50rem;
  max-width: 1782px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-mv-container {
    height: auto;
    height: initial;
    aspect-ratio: 1782/808;
    height: initial;
  }
}

.p-mv-container img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3rem;
  -webkit-transition: opacity 2s ease;
  transition: opacity 2s ease; /* クロスフェード用 */
  z-index: 2; /* 緑の背景より上に表示 */
}

.p-mv-container img.active {
  opacity: 1; /* 表示される画像 */
  z-index: 8; /* 最前面 */
  -webkit-animation: anime 3s linear;
          animation: anime 3s linear;
}

.p-mv-container img.prev {
  z-index: 5; /* 次に表示される画像 */
}

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

@keyframes anime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-mv-container .p-mv__top-text {
  position: absolute;
  width: 43vw;
  height: auto;
  top: 47%;
  left: max(1.25rem, 50% - 77.9rem);
  aspect-ratio: 729/158;
  z-index: 10;
  border-radius: 0;
  border-radius: initial;
}
@media screen and (min-width: 768px) {
  .p-mv-container .p-mv__top-text {
    width: 37.7vw;
    top: 47%;
  }
}

.p-mv::after {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(../images/top-businessman.png) no-repeat center/contain;
  height: 50%;
  pointer-events: none;
  width: 27vh;
  top: 74%;
  right: 0;
  z-index: 9;
}
@media screen and (min-width: 768px) {
  .p-mv::after {
    width: 38vh;
    height: 66%;
    top: 56%;
    right: -10%;
  }
}
@media screen and (min-width: 1024px) {
  .p-mv::after {
    right: 0;
  }
}

.p-body__wrapper {
  overflow: hidden;
}

.p-philosophy {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-philosophy {
    margin-top: max(150px, 8%);
    margin-bottom: max(150px, 8%);
  }
}

.p-philosophy__box {
  margin-top: 3.3rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-rows: 1fr;
  height: auto;
  max-width: 54.7rem;
  margin-inline: auto;
}

.p-philosophy__batsu {
  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;
}

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

.p-philosophy__text {
  margin-top: 5.2rem;
}
@media screen and (min-width: 768px) {
  .p-philosophy__text {
    margin-top: 10.4rem;
  }
}

.p-philosophy__text p {
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .p-philosophy__text p {
    font-size: 2rem;
  }
}

.p-philosophy__img {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-philosophy__img {
    margin-top: 3.3rem;
  }
}

.p-philosophy__img img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-philosophy__goal {
  margin-top: 2.6rem;
}
@media screen and (min-width: 768px) {
  .p-philosophy__goal {
    margin-top: 5.3rem;
  }
}

.p-philosophy__goal p {
  font-size: 2.2rem;
  line-height: 1.375;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-philosophy__goal p {
    font-size: 3.2rem;
  }
}

.p-professional {
  margin-top: 10.5rem;
  margin-bottom: 24.4rem;
}
@media screen and (min-width: 768px) {
  .p-professional {
    margin-top: 21rem;
    margin-bottom: 29rem;
  }
}

.p-professional__inner {
  max-width: 105rem;
  margin-inline: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

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

.p-professional__heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-professional__heading::before,
.p-professional__heading::after {
  background-color: #000000;
  content: "";
  height: 3px;
  width: 61px;
}

.p-professional__heading::before {
  margin-right: 10px;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}

.p-professional__heading::after {
  margin-left: 3px;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}

.p-professional__title p {
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-professional__title p {
    font-size: 2.6rem;
  }
}

.p-profile {
  padding-top: 6.5rem;
  padding-bottom: 7.5rem;
  background-color: #F5F5F5;
}
@media screen and (min-width: 768px) {
  .p-profile {
    padding-top: 13rem;
    padding-bottom: max(150px, 8%);
  }
}

.p-profile__sub-inner {
  max-width: 122.6rem;
  margin-inline: auto;
  padding-right: 2rem;
  padding-left: 2rem;
  background-color: #fff;
}

.p-outline {
  margin-top: 10.8rem;
  margin-bottom: 26.8rem;
}

.p-outline-list {
  margin-top: 10rem;
}
@media screen and (min-width: 768px) {
  .p-outline-list {
    margin-top: 11.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-outline-list-inner {
    max-width: 95.9rem;
    margin-inline: auto;
  }
}

.p-outline-list-system__wrapper {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-outline-list-system__wrapper {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.p-outline-list-system__item {
  padding-bottom: 2rem;
  border-bottom: 1px solid #dddddd;
}
@media screen and (min-width: 768px) {
  .p-outline-list-system__item {
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-outline-list-system__item:nth-child(n+2) {
  padding-top: 2rem;
}

.p-outline-list-system-item__course {
  line-height: 1.1;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding-bottom: 2.2rem;
}
@media screen and (min-width: 768px) {
  .p-outline-list-system-item__course {
    font-size: 1.7rem;
    margin-right: 7rem;
    margin-top: 0.3rem;
    border-bottom: 1px solid #01A0E9;
    width: 20rem;
  }
}

.p-outline-list-system-item__body {
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "游ゴシック Medium", "-apple-system", "BlinkMacSystemFont", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", "meiryo", sans-serif;
  font-weight: 400;
  color: #000000;
  line-height: 1.5;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .p-outline-list-system-item__body {
    font-size: 1.7rem;
  }
}

.p-top-company-btn {
  margin-top: 10rem;
  margin-bottom: 24.4rem;
}
@media screen and (min-width: 768px) {
  .p-top-company-btn {
    margin-top: 20rem;
    margin-bottom: 20.6rem;
  }
}

.p-top-company-btn__box {
  text-align: center;
}

.p-top-company-btn__calender {
  margin-top: 2rem;
  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;
  position: relative;
  font-size: 1.6rem;
  color: #8FC21F;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-top-company-btn__calender {
    font-size: 3.2rem;
  }
}

.p-top-company-btn__calender::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  width: 2rem;
  height: 1.6rem;
  background: url(../images/calender-icon.svg) no-repeat center/contain;
  margin-right: 1.1rem;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-top-company-btn__calender::before {
    width: 4.1rem;
    height: 3.2rem;
    margin-top: 0.8rem;
  }
}

.p-top-company-btn__btn {
  margin-top: 1.8rem;
}

.p-top-company {
  margin-top: 9rem;
}
@media screen and (min-width: 768px) {
  .p-top-company {
    margin-top: max(150px, 8%);
    overflow: hidden;
  }
}

.p-top-company__inner {
  max-width: 139rem;
  margin-inline: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.p-top-company__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8rem;
}
@media screen and (min-width: 768px) {
  .p-top-company__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-right: calc(50% - 50vw);
  }
}

.p-top-company__body {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-company__body {
    width: 50%;
  }
}

.p-top-company__text {
  margin-top: max(88px, 6%);
}
@media screen and (min-width: 768px) {
  .p-top-company__text {
    margin-top: 11.6rem;
  }
}

.p-top-company__text p {
  color: #000000;
  line-height: 1.875;
}
@media screen and (min-width: 768px) {
  .p-top-company__text p {
    font-size: 1.7rem;
  }
}

.p-top-company__btn {
  margin-top: max(88px, 6%);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-company__btn {
    margin-top: 10.4rem;
    text-align: left;
  }
}

.p-top-company__img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-company__img {
    width: 57%;
  }
}

.p-top-company__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 833/529;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-top-company__img img {
    max-width: 83.3rem;
  }
}

.p-top-service {
  overflow: hidden;
}

.p-top-service__upper {
  padding-top: 2.6rem;
  padding-bottom: max(80px, 8%);
  background: url(../images/top-back-service.jpg) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .p-top-service__upper {
    padding-top: 6.6rem;
    padding-bottom: 6.6rem;
  }
}

.p-top-service__inner {
  max-width: 139rem;
  margin-inline: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.p-top-service__wrapper {
  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.2rem;
}
@media screen and (min-width: 768px) {
  .p-top-service__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-top-service__body {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-service__body {
    width: 50%;
  }
}

.p-top-service__title {
  margin-top: max(80px, 8%);
}
@media screen and (min-width: 768px) {
  .p-top-service__title {
    margin-top: 5rem;
  }
}

.p-top-service__text {
  margin-top: max(88px, 6%);
}
@media screen and (min-width: 768px) {
  .p-top-service__text {
    margin-top: 7rem;
  }
}

.p-top-service__text p {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.7777777778;
}
@media screen and (min-width: 768px) {
  .p-top-service__text p {
    font-size: 1.7rem;
  }
}

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

.p-top-service__img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-service__img {
    width: 50%;
  }
}

.p-top-service__img img {
  border-radius: 2.4rem;
  aspect-ratio: 503/442;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-top-service__img img {
    max-width: 50.3rem;
  }
}

.p-top-service__btn {
  text-align: center;
}

.p-top-sinest {
  overflow: hidden;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-sinest {
    padding-top: max(80px, 8%);
    padding-bottom: max(80px, 8%);
  }
}

.p-top-sinest::before {
  content: "";
  position: absolute;
  display: inline-block;
  height: 1039px;
  width: 1279px;
  top: 4.8rem;
  right: 14.4rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-top-sinest::before {
    background: url(../images/top-map.png) no-repeat center/contain;
    height: 103.3rem;
    width: 58%;
    top: -12.2rem;
    right: 0.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-sinest::before {
    background: url(../images/top-map.png) no-repeat center/cover;
    height: 103.9rem;
    width: 127.9rem;
    top: 4.8rem;
    right: 14.4rem;
  }
}

.p-top-sinest__inner {
  max-width: 165rem;
  margin-inline: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.p-top-sinest__wrapper {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
@media screen and (min-width: 768px) {
  .p-top-sinest__wrapper {
    margin-top: 8.1rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: calc(50% - 50vw);
    gap: 5rem;
  }
}

.p-top-sinest__body {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-sinest__body {
    width: 50%;
  }
}

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

.p-top-sinest__title h3 {
  font-size: clamp(20px, 16.60194px + 0.90615vw, 33px);
  line-height: 1.75;
  color: #2F2F2F;
  font-weight: 700;
}

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

.p-top-sinest__text p {
  color: #000000;
  line-height: 1.875;
}
@media screen and (min-width: 768px) {
  .p-top-sinest__text p {
    font-size: 1.7rem;
  }
}

.p-top-sinest__btn {
  margin-top: 5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-sinest__btn {
    margin-top: 10rem;
    text-align: left;
  }
}

.p-top-sinest__img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-sinest__img {
    width: 47%;
  }
}

.p-top-sinest__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 843/731;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
}
@media screen and (min-width: 768px) {
  .p-top-sinest__img img {
    border-radius: 0 2rem 2rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-sinest__img img {
    max-width: 84.3rem;
    border-radius: 0 2rem 2rem 0;
  }
}

#page-top {
  display: none;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 1;
}

#move-page-top {
  color: #fff;
  line-height: 50px;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

#page-top p {
  margin: 0;
  padding: 0;
  text-align: center;
  background: #EA6101;
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100%;
  border: 1px solid #fff;
}

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

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

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

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

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

.u-space {
  margin-top: 1em;
  display: block;
}
/*# sourceMappingURL=styles.css.map */
