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

body {
  color: #080808;
  font-family: "tbudgothic-std", sans-serif;
}

/*****************************
* 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,
ol,
li {
  margin: 0;
}

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

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

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

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

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

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

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

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

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
.l-cta {
  margin-top: 5.3125rem;
}

.l-footer {
  margin-top: 11.875rem;
}

.l-header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.l-inner-lg {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.l-inner-general {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.l-section-general {
  margin-bottom: 1.75rem;
}

.l-mv {
  margin-top: 7.5625rem;
}

.l-top-catch {
  margin-top: 4.1875rem;
}

.l-top-contact {
  margin-top: 13.4375rem;
}

.l-top-info {
  margin-top: 9.6875rem;
}

.l-top-service {
  margin-top: 11.8125rem;
}

.l-privacy-policy .l-header {
  position: relative;
}

.l-privacy-policy h2 {
  margin-bottom: 1.5rem;
}

.l-privacy-policy h3 {
  margin-bottom: 1.25rem;
}

.l-privacy-policy h4 {
  margin-top: 1rem;
}

.l-signature {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.c-btn {
  display: inline-block;
  min-width: 18.125rem;
  padding: 0.5625rem 1.1875rem;
  border-radius: 3.125rem;
  background-color: #080808;
  color: #fff;
  font-size: 0.875rem;
  line-height: 2.1764705882;
  text-align: center;
}

.c-btn.c-btn--lg {
  width: 100%;
}

.c-card {
  padding: 1.875rem 2.375rem 2.6875rem;
  border: 0.25rem solid #33CC33;
  border-radius: 1.5625rem;
  background-color: #fff;
}

.c-card__title {
  font-size: 1.75rem;
  line-height: 2.2;
  text-align: center;
  text-transform: uppercase;
}

.c-card__text {
  margin-top: 0.1875rem;
  font-size: 0.875rem;
  line-height: 2.2;
  letter-spacing: -0.017em;
}

.c-contact-btn {
  display: block;
  width: 100%;
  padding: 1.5625rem 2.5rem;
  background: -webkit-gradient(linear, left top, right top, from(#38cc37), color-stop(55%, #89e088), to(#51e5a6));
  background: linear-gradient(90deg, #38cc37 0%, #89e088 55%, #51e5a6 100%);
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.44;
  letter-spacing: 0.1em;
  text-align: center;
}

.c-list__date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-list__date time {
  font-size: 1.0625rem;
  line-height: 1.6;
  text-shadow: 1px 1px 0 #080808;
}

.c-list__title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.c-list__title {
  margin-top: 0.625rem;
}

.c-list__title p {
  font-size: 0.875rem;
  line-height: 1.8333333333;
}

.c-list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.125rem;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: -0.005em;
}

.c-list2__title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 4.75rem;
  -moz-text-align-last: justify;
       text-align-last: justify;
}

.c-list2__text {
  position: relative;
}

.c-list2__text::before {
  position: absolute;
  top: 50%;
  left: -0.75rem;
  width: 0.4375rem;
  height: 0.125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #080808;
  content: "";
}

.c-list2__text.c-list2__text--line-top::before {
  top: 0.625rem;
}

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

.c-title__en {
  font-weight: 700;
  font-size: 3.125rem;
  line-height: 1.2;
  font-family: "brevia", sans-serif;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.c-title--2lines .c-title__en {
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.c-title__jp {
  margin-top: 0.875rem;
  font-size: 1.0625rem;
  line-height: 2.2083333333;
  letter-spacing: 0.1em;
}

.c-title--2lines .c-title__jp {
  margin-top: 0.6875rem;
}

.c-title2 {
  position: relative;
}

.c-title2__main {
  color: #fff;
  font-size: 1.75rem;
  line-height: 2.2857142857;
  letter-spacing: 0.05em;
}

.c-title2__main span {
  padding: 0.875rem 0.625rem 0.875rem 0.6875rem;
  background-color: #080808;
}

.c-title2__text,
.c-title2__text2,
.c-title2__text3,
.c-title2__text4 {
  position: absolute;
  top: -3.5rem;
  left: 4.625rem;
  -webkit-transform: rotate(368deg);
          transform: rotate(368deg);
  color: #33CC33;
  font-size: 4.1875rem;
  line-height: 1.51;
  font-family: "brushland", sans-serif;
  letter-spacing: -0.01em;
  opacity: 0.7;
}

.c-title2__text2 {
  top: -3.25rem;
  left: 1.5rem;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  font-size: 3.125rem;
  line-height: 1.5125;
}

.c-title2__text3 {
  top: -2.375rem;
  left: 1.4375rem;
  -webkit-transform: rotate(9deg);
          transform: rotate(9deg);
  font-size: 3.125rem;
  line-height: 1.5125;
  letter-spacing: -0.02em;
}

.c-title2__text4 {
  top: -4.375rem;
  left: 12.875rem;
  -webkit-transform: rotate(365deg);
          transform: rotate(365deg);
  font-size: 4.0625rem;
}

.p-cards {
  display: grid;
  gap: 3.125rem;
}

.p-cta__inner {
  display: contents;
}

.p-cta__btn {
  position: relative;
  text-align: center;
}

.p-cta__btn::before {
  position: absolute;
  top: 6.875rem;
  left: -1.875rem;
  width: 10.8125rem;
  height: 13.5rem;
  background: url(../images/cta_img.png) no-repeat center/contain;
  content: "";
}

.p-footer__logo {
  display: block;
  width: 10.25rem;
  margin: auto;
}

.p-footer__bg {
  margin-top: 1.3125rem;
  padding: 3.3125rem 0 2.125rem;
  background-color: rgba(242, 255, 252, .8);
}

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

.p-footer__name {
  font-size: 1.375rem;
  line-height: 1;
}

.p-footer__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 2.625rem;
  gap: 1rem;
}

.p-footer__item a {
  font-size: 0.75rem;
  line-height: 1;
}

.p-footer__copy-light {
  padding: 1.875rem;
  background-color: #33CC33;
  text-align: center;
}

.p-footer__copy-light p {
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1;
}

.p-form__content {
  width: 100%;
}

.p-form__input:nth-child(n+2) {
  margin-top: 2.125rem;
}

.p-form__input a {
  text-decoration-line: underline;
}

.p-form__agreement {
  display: flex;
}

.p-form__title {
  font-size: 0.875rem;
  line-height: 2.2083333333;
  line-height: 1;
  letter-spacing: 0.1em;
}

.p-form__title span {
  color: #33CC33;
}

.p-form__select select,
.p-form__input-box input,
.p-form__input-box textarea {
  width: 100%;
  padding: 1rem;
  border: none;
  border-radius: 0.875rem;
  background-color: #fafafa;
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(51, 204, 51, .6);
          box-shadow: 0 0.25rem 0.75rem rgba(51, 204, 51, .6);
}

.p-form__select,
.p-form__input-box {
  position: relative;
  margin-top: 0.5625rem;
}

.p-form__checkbox--agree {
  margin: 0 1rem;
}

.p-form__select::after {
  position: absolute;
  top: 19%;
  right: 1.1875rem;
  width: 0.75rem;
  height: 0.75rem;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: 0.1875rem solid #33CC33;
  border-right: 0.1875rem solid #33CC33;
  content: "";
}

.p-form__select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #080808;
}

.p-form__select select:invalid {
  color: #838383;
  font-size: 0.875rem;
}

.p-form__select option:first-child {
  color: #838383;
  font-size: 0.875rem;
}

.p-form__select option {
  color: #080808;
  font-size: 0.875rem;
}

.p-form__amend {
  margin: 0.75rem 0 0 0.4rem;
  font-size: 0.875rem;
}

.p-form__error {
  margin: 0.75rem 0 0 0.4rem;
  font-size: 0.875rem;
  color: rgb(224,66,66)
}

.p-form__btn {
  margin-top: 3.125rem;
  text-align: center;
}

.p-form__btn button {
  display: inline-block;
  width: 100%;
  padding: 1.1875rem 1.25rem 1.125rem;
  border-radius: 1.75rem;
  background-color: #080808;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1;
}

.p-header {
  padding: 1.3125rem 0 0.625rem;
  background-color: #fff;
}

.p-header__content {
  display: contents;
}

.p-header__wrap {
  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.5rem 0.9375rem 0.5625rem;
  border: 0.09375rem solid #33CC33;
  border-radius: 0.625rem;
  background-color: #fff;
}

.p-header__company a {
  display: block;
  color: #33CC33;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

.p-header__logo {
  width: 4.375rem;
}

.p-header__logo img {
  aspect-ratio: 70/41;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-header__nav {
  margin-top: 0.3125rem;
}

.p-lists__list {
  padding-bottom: 1.4375rem;
  border-bottom: 1px solid #707070;
}

.p-lists__list:nth-child(n+2) {
  margin-top: 1.4375rem;
}

.p-lists2__list:nth-child(n+2) {
  margin-top: 1.375rem;
}

.p-media.p-media--rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.p-media__img {
  margin-left: calc(50% - 50vw);
}

.p-media--rev .p-media__img {
  margin-right: -1.25rem;
  margin-left: 0;
}

.p-media__img img {
  aspect-ratio: 355/248;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-media__body {
  margin-top: 4.5rem;
}

.p-media__body.p-media__body--2 {
  margin-top: 7.3125rem;
}

.p-media__body.p-media__body--3 {
  margin-top: 5.75rem;
}

.p-media__text {
  margin-top: 1.9375rem;
}

.p-media__text p {
  font-size: 0.875rem;
  line-height: 1.9444444444;
  text-align: justify;
}

.p-media__btn {
  margin-top: 3rem;
}

.p-mv__inner {
  display: contents;
}

.p-mv__img {
  width: 100%;
}

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

.p-nav__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;
  gap: 0.25rem;
}

.p-nav__item a {
  display: block;
  min-width: 6.8125rem;
  padding: 0.3125rem 0.375rem;
  border-radius: 0.375rem;
  background-color: #33CC33;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  font-family: "brevia", sans-serif;
  text-align: center;
  text-transform: uppercase;
}

.p-top-about {
  position: relative;
  padding: 17.6875rem 0 6.625rem;
  overflow-x: hidden;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, rgba(241, 245, 244, .6)));
  background: linear-gradient(90deg, transparent 50%, rgba(241, 245, 244, .6) 50%);
}

.p-top-about__cards {
  position: relative;
  margin-top: 3.5625rem;
}

.p-top-about__cards::before,
.p-top-about__cards::after {
  z-index: 2;
  position: absolute;
  width: 8.5rem;
  height: 10.9375rem;
  background: url(../images/icon_line-arrow.svg) no-repeat center/contain;
  content: "";
}

.p-top-about__cards::before {
  top: -6.5625rem;
  left: -2.9375rem;
  -webkit-transform: rotate(278deg);
          transform: rotate(278deg);
}

.p-top-about__cards::after {
  top: 15rem;
  right: -2.875rem;
  -webkit-transform: scale(-1, 1) rotate(278deg);
          transform: scale(-1, 1) rotate(278deg);
}

.p-top-catch {
  position: relative;
}

.p-top-catch::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: -13.75rem;
  right: 0;
  width: 94.6666666667%;
  height: 38.1875rem;
  background-color: #EDFFFA;
  content: "";
}

.p-top-catch__title {
  font-size: 2.625rem;
  line-height: 1.5060240964;
  letter-spacing: 0.08em;
}

.p-top-catch__text {
  margin-top: 2rem;
}

.p-top-catch__text p {
  font-size: 0.875rem;
  line-height: 2.2222222222;
}

.p-top-company {
  position: relative;
  padding-top: 3.4375rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(97%, #f1f5f4), color-stop(97%, transparent));
  background: linear-gradient(#f1f5f4 97%, transparent 97%);
}

.p-top-company__title {
  z-index: 2;
  position: relative;
}

.p-top-company::before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 10.0625rem;
  left: 0;
  width: 100%;
  height: 80%;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, transparent), color-stop(10%, #f2fffc));
  background: linear-gradient(90deg, transparent 10%, #f2fffc 10%);
  content: "";
}

.p-top-company__lists {
  z-index: 2;
  position: relative;
  margin-top: 2.3125rem;
  padding-left: 0.9375rem;
}

.p-top-contact {
  position: relative;
}

.p-top-contact::before,
.p-top-contact::after {
  position: absolute;
  width: 13.125rem;
  height: 12.25rem;
  background: url(../images/icon_line.svg) no-repeat center/contain;
  content: "";
}

.p-top-contact::before {
  top: -10.8125rem;
  left: 0;
  -webkit-transform: rotate(7deg);
          transform: rotate(7deg);
}

.p-top-contact::after {
  right: 0.75rem;
  bottom: -13.625rem;
  -webkit-transform: scale(-1, 1) rotate(7deg);
          transform: scale(-1, 1) rotate(7deg);
}

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

.p-top-info__inner {
  position: relative;
}

.p-top-info__bg {
  position: relative;
  padding: 3.125rem 0 5.6875rem;
  border-radius: 3.125rem;
  background-color: rgba(241, 245, 244, .8);
}

.p-top-info__bg::before,
.p-top-info__bg::after {
  z-index: 1;
  position: absolute;
  width: 16.1875rem;
  height: 12.875rem;
  background: url(../images/icon_line.svg) no-repeat center/contain;
  content: "";
}

.p-top-info__bg::before {
  top: -7.8125rem;
  left: -2.6875rem;
  -webkit-transform: rotate(7deg);
          transform: rotate(7deg);
}

.p-top-info__bg::after {
  right: 0;
  bottom: -10.5625rem;
  height: 14.5625rem;
  -webkit-transform: scale(1, 1) rotate(0deg);
          transform: scale(1, 1) rotate(0deg);
  background: url(../images/icon_line3.svg) no-repeat center/contain;
}

.p-top-info__lists {
  margin-top: 2.625rem;
  padding: 0 1.3125rem;
}

.p-top-info__btn {
  margin-top: 4.5rem;
  text-align: center;
}

.p-top-service__contents {
  margin-top: 4.25rem;
}

.p-top-service__content:nth-child(n+2) {
  margin-top: 6.4375rem;
}

.p-top-service__content.p-top-service__content--rev {
  margin-left: auto;
}

.p-top-service__content.p-top-service__content--rev2 {
  margin-left: auto;
}

.p-top-service__content.p-top-service__content--rev2:nth-child(n+2) {
  margin-top: 7.5rem;
}

.p-privacy-policy h2 {
  font-size: 1.125rem;
}

.p-privacy-policy main ol {
  list-style: decimal;
  padding-left: 2rem;
}

.p-privacy-policy main ul {
  list-style: disc;
  padding-left: 2rem;
}

.p-signature {
  font-size: 1rem;
  font-weight: bold;
}

.p-section-general {
  font-size: 0.875rem;
}

.u-desktop {
  display: none;
}

.u-marker {
  display: inline-block;
  z-index: 1;
  position: relative;
}

.u-marker::before {
  z-index: -1;
  position: absolute;
  bottom: 0.5625rem;
  left: 0;
  width: 100%;
  height: 0.625rem;
  border-radius: 1.25rem;
  background-color: #33CC33;
  content: "";
}

.u-marker.u-marker--line1::before {
  bottom: 0.5rem;
  width: 92.8%;
}

.u-marker.u-marker--line2::before {
  bottom: 0.3125rem;
  width: 103%;
}

.u-tape {
  position: relative;
}

.u-tape::before {
  position: absolute;
  top: -1.3125rem;
  left: 53.9%;
  width: 53.4005037783%;
  height: 2.1875rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: rgba(51, 204, 51, .7);
  content: "";
}

.u-tape.u-tape--bottom::before {
  top: auto;
  top: initial;
  bottom: -0.4375rem;
  left: 42.7%;
}

.u-tape.u-tape--right::before {
  top: 0.9375rem;
  right: -1.75rem;
  left: auto;
  left: initial;
  width: 2.1875rem;
  height: 76.3963963964%;
}

.u-tape.u-tape--top2::before {
  top: -1.0625rem;
  left: 42.4%;
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

@media screen and (min-width: 768px) {
  html {
    font-size: 1.0666666667vw;
  }
  a,
button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
button:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .l-cta {
    margin-top: 15.625rem;
  }
  .l-footer {
    margin-top: 10rem;
  }
  .l-inner-lg {
    max-width: 1759px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
  .l-inner {
    max-width: 1250px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
  .l-mv {
    margin-top: 11.125rem;
  }
  .l-top-catch {
    margin-top: 6.375rem;
  }
  .l-top-contact {
    margin-top: 17.125rem;
  }
  .l-top-info {
    margin-top: 14.125rem;
  }
  .l-top-service {
    margin-top: 11.25rem;
  }
  .l-privacy-policy h2 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
  .l-signature {
    justify-content: right;
    margin: 1rem 2.5rem 0 2.5rem;
  }
  .c-btn {
    min-width: 18.75rem;
    font-size: 1.0625rem;
  }
  .c-btn.c-btn--lg {
    max-width: 23.75rem;
  }
  .c-card {
    padding: 2.25rem 4.0625rem 2.5rem;
  }
  .c-card__title {
    font-size: 3.125rem;
  }
  .c-card__text {
    margin-top: 0.4375rem;
    font-size: 1.125rem;
    line-height: 2;
  }
  .c-contact-btn {
    display: inline-block;
    width: 88.5833333333%;
    max-width: 50rem;
    border-radius: 3.4375rem;
    line-height: 2.2;
  }
  .c-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.125rem;
  }
  .c-list__date time {
    font-size: 1.25rem;
  }
  .c-list__title {
    margin-top: 0;
  }
  .c-list__title p {
    font-size: 1.125rem;
  }
  .c-list2 {
    gap: 2rem;
    font-size: 1.125rem;
    line-height: 2.3333333333;
  }
  .c-list2__title {
    width: 6rem;
  }
  .c-list2__text::before {
    top: 50%;
    left: -1.1875rem;
  }
  .c-list2__text.c-list2__text--line-top::before {
    top: 50%;
  }
  .c-title__en {
    font-size: 5rem;
    line-height: 1.35;
  }
  .c-title--2lines .c-title__en {
    line-height: 1.18;
    letter-spacing: 0.03em;
  }
  .c-title__jp {
    margin-top: 0;
    font-size: 1.5rem;
  }
  .c-title2__main {
    font-size: 2.1875rem;
  }
  .c-title2__main span {
    padding: 1.125rem 0.75rem 1.0625rem 0.6875rem;
  }
  .c-title2__text,
.c-title2__text2,
.c-title2__text3,
.c-title2__text4 {
    top: -5.8125rem;
    left: -3.75rem;
    -webkit-transform: rotate(351deg);
            transform: rotate(351deg);
    font-size: 6.25rem;
  }
  .c-title2__text2 {
    top: -4.875rem;
    left: 2.8125rem;
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
    font-size: 5rem;
  }
  .c-title2__text3 {
    top: -4.25rem;
    left: -1.4375rem;
    font-size: 5rem;
  }
  .c-title2__text4 {
    top: -6rem;
    left: 17.5rem;
    -webkit-transform: rotate(351deg);
            transform: rotate(351deg);
    font-size: 6.25rem;
  }
  .p-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.625rem;
  }
  .p-cta__inner {
    display: block;
  }
  .p-cta__btn::before {
    top: -6.0625rem;
    left: -0.4375rem;
    width: 20.5rem;
    height: 25.625rem;
  }
  .p-footer__logo {
    width: 12.375rem;
  }
  .p-footer__bg {
    padding: 5rem 0 3.625rem;
  }
  .p-footer__name {
    font-size: 1.5625rem;
  }
  .p-footer__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 3.4375rem;
    gap: 5.625rem;
  }
  .p-footer__item a {
    font-size: 1.125rem;
  }
  .p-footer__copy-light p {
    font-size: 1.125rem;
  }
  .p-form__wrap {
    padding: 0 10%;
  }
  .p-form__input:nth-child(n+2) {
    margin-top: 3.75rem;
  }
  .p-form__title {
    font-size: 1.125rem;
  }
  .p-form__select select,
.p-form__input-box input,
.p-form__input-box textarea {
    padding: 1rem 1.5rem;
  }
  .p-form__select,
.p-form__input-box {
    margin-top: 1.625rem;
  }
  .p-form__checkbox--agree {
    margin-left: 1.5rem;
  }
  .p-form__select::after {
    top: 15%;
    right: 2.8125rem;
    width: 1.125rem;
    height: 1.125rem;
  }
  .p-form__select select:invalid {
    font-size: 1rem;
  }
  .p-form__select option:first-child {
    font-size: 1rem;
  }
  .p-form__select option {
    font-size: 1rem;
  }
  .p-form__btn {
    margin-top: 5.125rem;
  }
  .p-form__btn button {
    width: auto;
    min-width: 18.75rem;
  }
  .p-form__amend {
    margin: 1rem 0 0 2rem;
    font-size: 1rem;
  }
  .p-form__error {
    margin: 1rem 0 0 1rem;
    font-size: 1rem;
  }
  .p-header {
    padding: 4.375rem 0 2rem;
  }
  .p-header__content {
    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: 1.625rem 2.9375rem 1.5625rem 3.125rem;
    border: 0.1875rem solid #33CC33;
    border-radius: 1.25rem;
    background-color: #fff;
  }
  .p-header__wrap {
    display: contents;
  }
  .p-header__company a {
    font-size: 1.25rem;
  }
  .p-header__logo {
    position: absolute;
    top: 1.3125rem;
    left: 50%;
    width: 15.1875rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-header__logo::before {
    z-index: -1;
    position: absolute;
    top: 3rem;
    left: 0;
    width: 15.1875rem;
    height: 0.3125rem;
    background-color: #fff;
    content: "";
  }
  .p-header__logo img {
    aspect-ratio: 243/99;
  }
  .p-header__nav {
    margin-top: 0;
  }
  .p-lists__list {
    padding-bottom: 0.9375rem;
  }
  .p-lists__list:nth-child(n+2) {
    margin-top: 1.25rem;
  }
  .p-lists2__list:nth-child(n+2) {
    margin-top: 0;
  }
  .p-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 8.625rem;
  }
  .p-media__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 54.6079779917%;
    margin-left: 0;
  }
  .p-media--rev .p-media__img {
    margin-right: 0;
  }
  .p-media__img img {
    aspect-ratio: 794/555;
  }
  .p-media__body {
    margin-top: 0;
  }
  .p-media__body.p-media__body--2 {
    margin-top: 0;
  }
  .p-media__body.p-media__body--3 {
    margin-top: 0;
  }
  .p-media__text {
    margin-top: 1.375rem;
  }
  .p-media__text p {
    font-size: 1.125rem;
  }
  .p-media__btn {
    margin-top: 3.375rem;
  }
  .p-mv__inner {
    display: block;
  }
  .p-mv__img img {
    aspect-ratio: 1709/804;
  }
  .p-nav__items {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 2.3125rem;
  }
  .p-nav__item a {
    min-width: 0;
    min-width: initial;
    padding: 0;
    border-radius: 0;
    background: none;
    color: #000;
    color: initial;
    font-size: 1.125rem;
    text-align: left;
  }
  .p-top-about {
    padding: 14.875rem 0 12.8125rem;
    overflow-x: visible;
    background: -webkit-gradient(linear, left top, right top, color-stop(55.78%, transparent), color-stop(55.78%, rgba(241, 245, 244, .6)));
    background: linear-gradient(90deg, transparent 55.78%, rgba(241, 245, 244, .6) 55.78%);
  }
  .p-top-about__cards {
    margin-top: 4.6875rem;
    padding: 0 10%;
  }
  .p-top-about__cards::before,
.p-top-about__cards::after {
    width: 13.0625rem;
    height: 10.9375rem;
  }
  .p-top-about__cards::before {
    top: 4.375rem;
    left: -9.3125rem;
    -webkit-transform: rotate(-164deg);
            transform: rotate(-164deg);
  }
  .p-top-about__cards::after {
    top: -4.125rem;
    right: auto;
    right: initial;
    left: calc(50% + 31vw);
    -webkit-transform: scale(-1, 1) rotate(249deg);
            transform: scale(-1, 1) rotate(249deg);
  }
  .p-top-catch__inner {
    padding: 0 10%;
  }
  .p-top-catch::before {
    top: -16.5rem;
    width: 60.7291666667%;
  }
  .p-top-catch__title {
    font-size: 5.1875rem;
  }
  .p-top-catch__text p {
    font-size: 1.125rem;
    line-height: 2;
  }
  .p-top-company {
    padding-top: 5.8125rem;
    padding-bottom: 3.6875rem;
    background: -webkit-gradient(linear, left top, right top, color-stop(5.6%, transparent), color-stop(5.6%, #f1f5f4));
    background: linear-gradient(90deg, transparent 5.6%, #f1f5f4 5.6%);
  }
  .p-top-company__inner {
    overflow: hidden;
  }
  .p-top-company::before {
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(24.2%, transparent), color-stop(24.2%, #f2fffc));
    background: linear-gradient(90deg, transparent 24.2%, #f2fffc 24.2%);
  }
  .p-top-company__lists {
    max-width: 47.625rem;
    margin-top: 4.0625rem;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
  }
  .p-top-contact::before,
.p-top-contact::after {
    width: 24.875rem;
    height: 19.75rem;
  }
  .p-top-contact::before {
    top: -6.25rem;
    left: 7.75rem;
  }
  .p-top-contact::after {
    right: 7.625rem;
    bottom: -17.5rem;
  }
  .p-top-contact__form {
    margin-top: 4.4375rem;
  }
  .p-top-info__inner {
    padding: 0 10%;
  }
  .p-top-info__bg {
    padding: 4.75rem 5rem 4.75rem;
  }
  .p-top-info__bg::before,
.p-top-info__bg::after {
    width: 24.875rem;
    height: 19.75rem;
  }
  .p-top-info__bg::before {
    top: -4.25rem;
    left: calc(50% - 43.7vw);
  }
  .p-top-info__bg::after {
    right: auto;
    right: initial;
    bottom: -15.125rem;
    left: calc(50% + 15vw);
    height: 19.75rem;
    -webkit-transform: scale(-1, 1) rotate(7deg);
            transform: scale(-1, 1) rotate(7deg);
    background: url(../images/icon_line.svg) no-repeat center/contain;
  }
  .p-top-info__lists {
    margin-top: 2.4375rem;
  }
  .p-top-info__btn {
    margin-top: 2.5rem;
    text-align: right;
  }
  .p-top-service__contents {
    margin-top: 8.5rem;
  }
  .p-top-service__content {
    width: 85.0789935635%;
  }
  .p-top-service__content:nth-child(n+2) {
    margin-top: 10rem;
  }
  .p-top-service__content.p-top-service__content--rev2:nth-child(n+2) {
    margin-top: 10rem;
  }
  .p-section-general {
    font-size: 1.125rem;
  }
  .p-privacy-policy h2 {
    font-size: 2rem;
  }
  .u-desktop {
    display: block;
  }
  .u-marker::before {
    bottom: 0.9375rem;
    height: 0.9375rem;
  }
  .u-marker.u-marker--line1::before {
    bottom: 1.25rem;
  }
  .u-marker.u-marker--line2::before {
    bottom: 1rem;
    width: 100%;
  }
  .u-mobile {
    display: none;
  }
  .u-tape::before {
    top: -2.9375rem;
    height: 5rem;
  }
  .u-tape.u-tape--bottom::before {
    bottom: -1.25rem;
  }
  .u-tape.u-tape--right::before {
    top: 3.5625rem;
    right: -3.875rem;
    width: 5rem;
  }
  .u-tape.u-tape--top2::before {
    top: -1.875rem;
    left: 46.4%;
  }
}

@media (min-width: 1500px) {
  html {
    font-size: 100%;
  }
}

@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;
    scroll-behavior: auto !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
  }
}
/*# sourceMappingURL=styles.css.map */
