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

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

@media screen and (min-width: 751px) {
  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;
  z-index: 900;
  top: 0;
  right: 0;
  left: 0;
}

.l-inner {
  width: 100%;
  padding-right: 3.125rem;
  padding-left: 3.125rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 751px) {
  .l-inner {
    max-width: 1270px;
    padding-right: 2.1875rem;
    padding-left: 2.1875rem;
  }
}

.c-bg-pattern {
  width: 100%;
  height: clamp(3rem, 0rem + 12.8vw, 6rem);
  background-color: white;
  background-image: linear-gradient(135deg, rgba(0, 100, 130, .1) 15%, white 15%, white 35%, rgba(0, 100, 130, .1) 35%, rgba(0, 100, 130, .1) 65%, white 65%, white 85%, rgba(0, 100, 130, .1) 85%);
  background-size: 25px 25px;
}
@media screen and (min-width: 751px) {
  .c-bg-pattern {
    height: 6.25rem;
  }
}

.c-bg-pattern.c-bg-pattern--20 {
  background-image: linear-gradient(135deg, rgba(0, 100, 130, .2) 15%, white 15%, white 35%, rgba(0, 100, 130, .2) 35%, rgba(0, 100, 130, .2) 65%, white 65%, white 85%, rgba(0, 100, 130, .2) 85%);
}

.c-bg-pattern.c-bg-pattern--30 {
  background-image: linear-gradient(135deg, rgba(0, 100, 130, .3) 15%, white 15%, white 35%, rgba(0, 100, 130, .3) 35%, rgba(0, 100, 130, .3) 65%, white 65%, white 85%, rgba(0, 100, 130, .3) 85%);
}

.c-bg-pattern.c-bg-pattern--40 {
  background-image: linear-gradient(135deg, rgba(0, 100, 130, .4) 15%, white 15%, white 35%, rgba(0, 100, 130, .4) 35%, rgba(0, 100, 130, .4) 65%, white 65%, white 85%, rgba(0, 100, 130, .4) 85%);
}

.c-bg-pattern.c-bg-pattern--transparent {
  width: 100%;
  height: clamp(3rem, -0.25rem + 13.8666666667vw, 6.25rem);
  background-color: transparent;
  background-image: linear-gradient(135deg, transparent 15%, rgba(255, 255, 255, .4) 15%, rgba(255, 255, 255, .4) 40%, transparent 40%, transparent 65%, rgba(255, 255, 255, .4) 65%, rgba(255, 255, 255, .4) 90%, transparent 90%);
}

.c-section-title {
  font-size: clamp(0.75rem, -0.25rem + 4.2666666667vw, 1.75rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.24em;
  color: #000;
  margin-top: 0.625rem;
}
@media screen and (min-width: 751px) {
  .c-section-title {
    letter-spacing: 0.26em;
    font-size: 1.125rem;
    margin-top: 0.625rem;
  }
}

.c-section-title__sub {
  display: block;
  font-size: clamp(3rem, 0rem + 12.8vw, 6rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  font-family: "Oswald", sans-serif;
  color: #000;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (min-width: 751px) {
  .c-section-title__sub {
    font-size: clamp(3.125rem, 2.3237179487rem + 1.7094017094vw, 4.375rem);
    letter-spacing: 0;
  }
}

.c-section-title-wrap {
  border-left: 5px solid #006482;
  padding-left: clamp(1.375rem, 0rem + 5.8666666667vw, 2.75rem);
  padding-bottom: clamp(0.3125rem, 0.0625rem + 1.0666666667vw, 0.5625rem);
  padding-right: clamp(1.375rem, 0rem + 5.8666666667vw, 2.75rem);
  padding-top: clamp(1.4375rem, 0rem + 6.1333333333vw, 2.875rem);
}
@media screen and (min-width: 751px) {
  .c-section-title-wrap {
    padding-top: 1.9375rem;
    padding-left: 2.5625rem;
    line-height: 1;
  }
}

.p-about {
  padding-bottom: clamp(3.0625rem, -0.3125rem + 14.4vw, 6.4375rem);
}
@media screen and (min-width: 751px) {
  .p-about {
    max-height: 48.125rem;
    padding-bottom: 6.25rem;
  }
}

.p-about__inner,
.p-service__inner {
  padding-left: clamp(1.875rem, 0rem + 8vw, 3.75rem);
  padding-right: clamp(1.875rem, 0rem + 8vw, 3.75rem);
  margin-inline: auto;
}
@media screen and (min-width: 751px) {
  .p-about__inner,
  .p-service__inner {
    padding-left: 0;
    padding-right: 0;
    max-width: 75rem;
  }
}

.p-about__body {
  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;
}
@media screen and (min-width: 751px) {
  .p-about__body {
    margin-top: 1.875rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-about__image {
  max-height: 43.75rem;
  margin-top: clamp(1.6875rem, -0.0625rem + 7.4666666667vw, 3.4375rem);
  margin-left: calc(50% - 50vw);
}
@media screen and (min-width: 751px) {
  .p-about__image {
    margin-top: 0.3125rem;
    max-width: clamp(46.875rem, 32.8218562874rem + 29.9401197605vw, 68.75rem);
    width: 100%;
    height: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 700/320;
}
@media screen and (min-width: 751px) {
  .p-about__image img {
    aspect-ratio: 1100/500;
  }
}

.p-about__content {
  position: relative;
  z-index: 2;
  margin-top: clamp(1.9375rem, 0rem + 8.2666666667vw, 3.875rem);
}
@media screen and (min-width: 751px) {
  .p-about__content {
    max-width: 37.5rem;
    width: 100%;
    margin-left: -9.5625rem;
    margin-top: 0rem;
  }
}

.p-about__main-text {
  font-size: clamp(1rem, 0rem + 4.2666666667vw, 2rem);
  font-weight: 700;
}
@media screen and (min-width: 751px) {
  .p-about__main-text {
    font-size: clamp(1.25rem, 1.0893926433rem + 0.3421727973vw, 1.5rem);
    line-height: 1.75;
    letter-spacing: 0em;
  }
}

.p-about__sub-text {
  font-size: clamp(0.875rem, 0.0625rem + 3.4666666667vw, 1.6875rem);
  margin-top: clamp(1.125rem, 0rem + 4.8vw, 2.25rem);
  font-weight: 500;
  line-height: 1.7;
  font-family: "Noto Sans JP", serif;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (min-width: 751px) {
  .p-about__sub-text {
    font-size: clamp(1rem, 0.9196963216rem + 0.1710863986vw, 1.125rem);
    line-height: 2.2;
    letter-spacing: 0.01em;
    margin-top: clamp(0.625rem, -0.6197070145rem + 2.6518391788vw, 2.5625rem);
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.p-company {
  padding-bottom: clamp(3.1875rem, 0rem + 13.6vw, 6.375rem);
}
@media screen and (min-width: 751px) {
  .p-company {
    padding-bottom: 5.8125rem;
  }
}

.p-company__inner {
  padding-left: clamp(1.875rem, 0rem + 8vw, 3.75rem);
  padding-right: clamp(1.875rem, 0rem + 8vw, 3.75rem);
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 751px) {
  .p-company__inner {
    max-width: 78.125rem;
    padding: 0 1.5625rem;
  }
}

.p-company__lists {
  margin-top: clamp(2.5rem, 0rem + 10.6666666667vw, 5rem);
}
@media screen and (min-width: 751px) {
  .p-company__lists {
    margin-top: 3.75rem;
  }
}

.p-company__lists-inner {
  max-width: 50rem;
  width: 100%;
  margin-inline: auto;
}

.p-company__list {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.3888888889;
  letter-spacing: 0.01em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  padding-top: clamp(1.25rem, -0.0625rem + 5.6vw, 2.5625rem);
  padding-bottom: clamp(1.25rem, -0.0625rem + 5.6vw, 2.5625rem);
}
@media screen and (min-width: 751px) {
  .p-company__list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 2.3125rem 0;
  }
}

.p-company__list:first-child {
  border-top: 1px solid #000;
}

.p-company__list-label {
  font-size: clamp(0.8125rem, 0rem + 3.4666666667vw, 1.625rem);
  width: clamp(4.9375rem, 0rem + 21.0666666667vw, 9.875rem);
  font-weight: 500;
}
@media screen and (min-width: 751px) {
  .p-company__list-label {
    width: 15.625rem;
    font-size: 1.125rem;
  }
}

.p-company__list-text {
  font-size: clamp(0.8125rem, 0rem + 3.4666666667vw, 1.625rem);
  font-weight: 500;
}
@media screen and (min-width: 751px) {
  .p-company__list-text {
    font-size: 1.125rem;
  }
}

.p-company__map {
  display: none;
}
@media screen and (min-width: 751px) {
  .p-company__map {
    display: block;
    max-width: 75rem;
    width: 100%;
    margin-top: 4.0625rem;
  }
}

.p-company__map iframe {
  max-width: 75rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 2/1;
}

.p-confirm-body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-confirm {
  padding: 7.5rem 0 6.25rem;
}

.p-confirm .c-section-title__sub {
  font-size: clamp(1.9375rem, -1.125rem + 13.0666666667vw, 5rem);
}
@media screen and (min-width: 751px) {
  .p-confirm .c-section-title__sub {
    font-size: clamp(2.5rem, 1.2980769231rem + 2.5641025641vw, 4.375rem);
  }
}

.p-confirm__text {
  font-size: clamp(0.75rem, 0.4375rem + 1.3333333333vw, 1.0625rem);
  line-height: 1.6;
  margin-top: 3.125rem;
}
@media screen and (min-width: 751px) {
  .p-confirm__text {
    text-align: center;
    font-size: 1.125rem;
  }
}

.p-confirm__form-submit {
  position: relative;
  max-width: 18.75rem;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 751px) {
  .p-confirm__form-submit {
    margin-top: 3.125rem;
  }
}

@media screen and (min-width: 751px) {
  .p-confirm__form-submit:hover {
    opacity: 0.8;
  }
}

.p-confirm__form-submit input {
  padding: 1.25rem 0;
  width: 100%;
  position: relative;
  z-index: 2;
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #fff;
  background-color: transparent;
  background-image: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (min-width: 751px) {
  .p-confirm__form-submit input {
    padding: 1.875rem 0;
  }
}

.p-confirm__form-submit input:hover,
.p-confirm__form-submit input:focus {
  outline: none;
}

.p-confirm__form-submit::-moz-foucus-inner {
  padding: 0;
  border: none;
}

.p-confirm__form-submit-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #006482;
}

.p-confirm__form-submit-bg::before,
.p-confirm__form-return-bg::before {
  display: inline-block;
  content: "";
  width: 0.4375rem;
  height: 0.4375rem;
  position: absolute;
  top: 50%;
}

.p-confirm__form-submit-bg::before {
  right: 1.1875rem;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.p-confirm__form-btn-wrap {
  width: 100%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 751px) {
  .p-confirm__form-btn-wrap {
    margin-top: 5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.p-confirm__form-return {
  position: relative;
  max-width: 18.75rem;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 751px) {
  .p-confirm__form-return {
    margin-top: 3.125rem;
  }
}

.p-confirm__form-return input {
  padding: 1.25rem 0;
  width: 100%;
  position: relative;
  z-index: 2;
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #006482;
  background-color: transparent;
  background-image: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (min-width: 751px) {
  .p-confirm__form-return input {
    padding: 1.875rem 0;
  }
}

@media screen and (min-width: 751px) {
  .p-confirm__form-return:hover {
    opacity: 0.8;
  }
}

.p-confirm__form-return input:hover,
.p-confirm__form-return input:focus {
  outline: none;
}

.p-confirm__form-return::-moz-foucus-inner {
  padding: 0;
  border: none;
}

.p-confirm__form-return-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 0.125rem solid #006482;
  background-color: #fff;
}

.p-confirm__form-return-bg::before {
  left: 1.1875rem;
  border-top: solid 1px #006482;
  border-right: solid 1px #006482;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}

.p-confirm__error {
  margin-top: clamp(6.25rem, 3.125rem + 13.3333333333vw, 9.375rem);
  margin-bottom: 9.375rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 751px) {
  .p-confirm__error {
    margin-top: 10rem;
    margin-bottom: 10rem;
    font-size: clamp(1rem, 0.7590889649rem + 0.5132591959vw, 1.375rem);
  }
}

.p-contact__inner {
  max-width: 78.125rem;
  padding-bottom: clamp(3.125rem, 0rem + 13.3333333333vw, 6.25rem);
  padding-left: clamp(1.875rem, 0rem + 8vw, 3.75rem);
  padding-right: clamp(1.875rem, 0rem + 8vw, 3.75rem);
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .p-contact__inner {
    padding: 0 1.5625rem 6.25rem 1.5625rem;
  }
}

.p-contact__text {
  font-size: clamp(0.75rem, 0rem + 3.2vw, 1.5rem);
  font-weight: 500;
  line-height: 1.8125;
  letter-spacing: 0.05em;
  padding-top: clamp(1.1875rem, 0rem + 5.0666666667vw, 2.375rem);
  border-top: 2px solid #000;
}
@media screen and (min-width: 751px) {
  .p-contact__text {
    font-size: 1rem;
    text-align: center;
    padding-top: 2rem;
  }
}

.p-contact__form {
  margin-top: clamp(2.25rem, 0.1875rem + 8.8vw, 4.3125rem);
}
@media screen and (min-width: 751px) {
  .p-contact__form {
    margin-top: 2.4375rem;
  }
}

.p-contact__form-wrap {
  max-width: 50rem;
  width: 100%;
  margin-inline: auto;
  margin-top: clamp(2.625rem, 0rem + 11.2vw, 5.25rem);
}
@media screen and (min-width: 751px) {
  .p-contact__form-wrap {
    margin-top: 4rem;
  }
}

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

.p-footer__logo {
  max-width: clamp(9.375rem, 0rem + 40vw, 18.75rem);
  width: 100%;
  height: auto;
  margin-top: clamp(1.9375rem, 0rem + 8.2666666667vw, 3.875rem);
}
@media screen and (min-width: 751px) {
  .p-footer__logo {
    margin-top: 4.375rem;
    max-width: 12.5rem;
  }
}

.p-footer__logo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 300/120;
}
@media screen and (min-width: 751px) {
  .p-footer__logo img {
    aspect-ratio: 200/80;
  }
}

.p-footer__company-name {
  font-size: clamp(0.875rem, 0rem + 3.7333333333vw, 1.75rem);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
  padding-top: clamp(0.1875rem, 0rem + 0.8vw, 0.375rem);
}
@media screen and (min-width: 751px) {
  .p-footer__company-name {
    font-size: 1.375rem;
    line-height: 0;
    margin-top: 1.8125rem;
  }
}

.p-footer__mail {
  font-size: clamp(1rem, 0rem + 4.2666666667vw, 2rem);
  font-weight: 500;
  line-height: 1.6666666667;
  color: #006482;
  letter-spacing: 0em;
  margin-top: clamp(0.875rem, 0rem + 3.7333333333vw, 1.75rem);
}
@media screen and (min-width: 751px) {
  .p-footer__mail {
    font-size: 1.5rem;
    margin-top: 2.5rem;
  }
}

.p-footer__small {
  font-size: clamp(0.75rem, 0rem + 3.2vw, 1.5rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  background-color: #006482;
  padding-top: clamp(0.5rem, 0rem + 2.1333333333vw, 1rem);
  padding-bottom: clamp(0.5rem, 0rem + 2.1333333333vw, 1rem);
  margin-top: clamp(1.25rem, 0rem + 5.3333333333vw, 2.5rem);
}
@media screen and (min-width: 751px) {
  .p-footer__small {
    font-size: 1rem;
    margin-top: 3.125rem;
    padding: 0.9375rem 0;
  }
}

.p-form-input input,
.p-form-input textarea {
  padding: 0.5rem 0.9375rem;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1;
  border-radius: 4px;
  border: 1px solid #B4B4B4;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  min-height: 3.75rem;
}

.p-form-input .p-form-input__name {
  max-width: 25rem;
  width: 100%;
}

.p-form-input textarea {
  height: clamp(9.375rem, 0rem + 40vw, 18.75rem);
}

.p-form-input input:focus {
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.p-form-input textarea:focus {
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.p-form-input__neme,
.p-form-input__furigana {
  width: 100%;
}
@media screen and (min-width: 751px) {
  .p-form-input__neme,
  .p-form-input__furigana {
    max-width: 25rem;
  }
}

.p-form-input__ .p-form-input__yuubin-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-form-input__yuubin-wrap input {
  width: clamp(8.75rem, 1.875rem + 29.3333333333vw, 15.625rem);
}
@media screen and (min-width: 751px) {
  .p-form-input__yuubin-wrap input {
    max-width: 12.5rem;
  }
}

.p-form-input__yuubin-wrap span {
  font-size: clamp(0.6875rem, 0rem + 2.9333333333vw, 1.375rem);
  font-weight: 500;
}
@media screen and (min-width: 751px) {
  .p-form-input__yuubin-wrap span {
    font-size: 1rem;
  }
}

.p-form__input .p-form-input__address {
  margin-left: clamp(0.125rem, -0.375rem + 2.1333333333vw, 0.625rem);
  margin-right: clamp(0.125rem, -0.375rem + 2.1333333333vw, 0.625rem);
}

.p-form-input__address-wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.p-form__input.p-form-input__address-wrap {
  display: block;
  margin-top: 2.125rem;
  width: 100%;
}

.p-form__wrap.p-form__wrap--address {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-form-input textarea {
  border: 1px solid #B4B4B4;
}
@media screen and (min-width: 751px) {
  .p-form-input textarea {
    height: 16.25rem;
  }
}

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

.p-form__wrap + .p-form__wrap {
  margin-top: clamp(1.25rem, 0rem + 5.3333333333vw, 2.5rem);
}
@media screen and (min-width: 751px) {
  .p-form__wrap + .p-form__wrap {
    margin-top: 1.875rem;
  }
}

.p-form__label {
  font-size: clamp(0.875rem, 0rem + 3.7333333333vw, 1.75rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (min-width: 751px) {
  .p-form__label {
    font-size: 1.25rem;
    max-width: 12.5rem;
    width: 100%;
  }
}

.p-form__label span {
  color: #C1272D;
  font-size: clamp(0.75rem, 0.25rem + 2.1333333333vw, 1.25rem);
  margin-left: 0.625rem;
}
@media screen and (min-width: 751px) {
  .p-form__label span {
    font-size: 1rem;
  }
}

@media screen and (min-width: 751px) {
  .p-form__label--address {
    padding-top: 1.875rem;
  }
}

.p-form__input {
  margin-top: 0.625rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 3.75rem;
}
@media screen and (min-width: 751px) {
  .p-form__input {
    margin-top: 0;
  }
}

.p-form__label .p-form__label--address {
  display: block;
}

.p-form__privacy {
  margin-top: clamp(9.5625rem, -0.3125rem + 42.1333333333vw, 19.4375rem);
}
@media screen and (min-width: 751px) {
  .p-form__privacy {
    margin-top: 17.25rem;
  }
}

.p-form__privacy-title {
  text-align: center;
  font-size: clamp(0.875rem, 0rem + 3.7333333333vw, 1.75rem);
  font-weight: 500;
  letter-spacing: 0;
  margin-top: clamp(2.25rem, 0rem + 9.6vw, 4.5rem);
}
@media screen and (min-width: 751px) {
  .p-form__privacy-title {
    font-size: 1.25rem;
    margin-top: 5rem;
  }
}

.p-form__privacy-content {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  font-size: clamp(0.75rem, 0rem + 3.2vw, 1.5rem);
  font-weight: 200;
  padding-top: clamp(1.4375rem, 0rem + 6.1333333333vw, 2.875rem);
  padding-bottom: clamp(1.4375rem, 0rem + 6.1333333333vw, 2.875rem);
  height: clamp(11.875rem, 0rem + 50.6666666667vw, 23.75rem);
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  overflow-y: auto;
  scrollbar-color: #fff #fff;
  scrollbar-width: thin;
  margin-top: clamp(0.625rem, 0rem + 2.6666666667vw, 1.25rem);
}
@media screen and (min-width: 751px) {
  .p-form__privacy-content {
    font-size: 1rem;
    margin-top: 1.875rem;
    padding: 2.5rem 0 2.5rem 0.3125rem;
    height: 20rem;
  }
}

.p-form__privacy-content.show-scrollbar {
  scrollbar-color: #ccc #fff;
}

.p-form__privacy-content.show-scrollbar::-webkit-scrollbar-button {
  display: none;
  background-color: #fff;
}

.p-form__rpivacy-text {
  font-size: clamp(0.75rem, 0rem + 3.2vw, 1.5rem);
  font-weight: 500;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (min-width: 751px) {
  .p-form__rpivacy-text {
    font-size: 1rem;
  }
}

.p-form__privacy-agree {
  font-size: clamp(0.6875rem, 0rem + 2.9333333333vw, 1.375rem);
  font-weight: 500;
  margin-top: clamp(1.6875rem, 0.0625rem + 6.9333333333vw, 3.3125rem);
  text-align: center;
  letter-spacing: 0;
}
@media screen and (min-width: 751px) {
  .p-form__privacy-agree {
    letter-spacing: 0.05em;
    font-size: 1rem;
    margin-top: 2.75rem;
  }
}

.p-form__check {
  font-size: clamp(0.875rem, 0rem + 3.7333333333vw, 1.75rem);
  margin-top: clamp(0.5rem, 0.0625rem + 1.8666666667vw, 0.9375rem);
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .p-form__check {
    font-size: 1.25rem;
    margin-top: 0.9375rem;
  }
}

.p-formcheckbox {
  display: none;
}

.p-form__input-btn {
  text-align: center;
  margin-top: clamp(1.125rem, -1.25rem + 10.1333333333vw, 3.5rem);
}
@media screen and (min-width: 751px) {
  .p-form__input-btn {
    margin-top: 3.125rem;
  }
}

.p-form__submit-wrap {
  display: inline-block;
  width: clamp(15.625rem, 0rem + 66.6666666667vw, 31.25rem);
  position: relative;
}
@media screen and (min-width: 751px) {
  .p-form__submit-wrap {
    width: 100%;
    max-width: 31.25rem;
  }
}

.p-form__submit-wrap:after {
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  content: "";
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  right: 1.1875rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 751px) {
  .p-form__submit-wrap:after {
    width: 0.75rem;
    height: 0.75rem;
  }
}

.p-form__submit {
  font-size: clamp(1rem, 0rem + 4.2666666667vw, 2rem);
  font-weight: 500;
  padding-top: clamp(0.75rem, 0rem + 3.2vw, 1.5rem);
  padding-bottom: clamp(0.75rem, 0rem + 3.2vw, 1.5rem);
  width: 100%;
  letter-spacing: 0.12em;
  border: none;
  background-color: #006482;
  color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 751px) {
  .p-form__submit {
    font-size: 1.5rem;
    padding: 1.5625rem 0;
  }
}

.p-form__submit:hover {
  opacity: 0.8;
}

.p-formcheckbox--custom {
  display: none;
}

.p-formcheckbox-label {
  position: relative;
  padding-left: clamp(0.9375rem, 0rem + 4vw, 1.875rem);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (min-width: 751px) {
  .p-formcheckbox-label {
    padding-left: 1.25rem;
  }
}

.p-formcheckbox-label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 32%;
  width: clamp(0.625rem, 0rem + 2.6666666667vw, 1.25rem);
  height: clamp(0.625rem, 0rem + 2.6666666667vw, 1.25rem);
  border: 1px solid #000;
  background-color: #fff;
}
@media screen and (min-width: 751px) {
  .p-formcheckbox-label:before {
    width: 0.9375rem;
    height: 0.9375rem;
  }
}

.p-formcheckbox--custom:checked + .p-formcheckbox-label:after {
  content: "";
  position: absolute;
  left: clamp(0.1875rem, 0rem + 0.8vw, 0.375rem);
  top: clamp(0.4375rem, 0rem + 1.8666666667vw, 0.875rem);
  width: clamp(0.375rem, 0.25rem + 0.5333333333vw, 0.5rem);
  height: clamp(0.5rem, 0.125rem + 1.6vw, 0.875rem);
  border: solid #006482;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 751px) {
  .p-formcheckbox--custom:checked + .p-formcheckbox-label:after {
    left: 0.3125rem;
    top: 0.625rem;
    width: 0.4375rem;
    height: 0.75rem;
    border: solid #006482;
    border-width: 0 3px 3px 0;
  }
}

.p-header {
  height: clamp(3.125rem, 0rem + 13.3333333333vw, 6.25rem);
  background-color: rgba(0, 100, 130, .7);
}
@media screen and (min-width: 751px) {
  .p-header {
    height: 6.25rem;
  }
}

.p-header__inner {
  padding: 0 0.625rem 0 1.875rem;
  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;
}
@media screen and (min-width: 751px) {
  .p-header__inner {
    padding: 0 1.5625rem 0 3.125rem;
  }
}

.p-header__logo {
  max-width: clamp(4.6875rem, 0rem + 20vw, 9.375rem);
  width: 100%;
  height: inherit;
}
@media screen and (min-width: 751px) {
  .p-header__logo {
    max-width: 9.375rem;
  }
}

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

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

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

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

.p-header__nav-item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.p-header__nav-item:not(:last-child) span::after {
  content: "";
  display: inline-block;
  height: 1.875rem;
  border-right: 2px solid #fff;
  -webkit-transform: skewX(150deg);
          transform: skewX(150deg);
  position: absolute;
  right: 0;
}

.p-header__nav-item:nth-child(3) span::after {
  display: none;
  content: none;
  border: none;
}

.p-header__nav-item.p-header__nav-item--contact {
  margin-left: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}

.p-header__nav-item.p-header__nav-item--contact img {
  max-width: 1.375rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 22/16;
}

@media screen and (min-width: 751px) {
  .p-header__nav-item a span {
    display: inline-block;
    height: 100%;
    font-size: clamp(1.25rem, 1.0897435897rem + 0.3418803419vw, 1.5rem);
    font-weight: 600;
    line-height: 1.6666666667;
    font-family: "Oswald", sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding: 0 1.875rem;
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-header__nav-item.p-header__nav-item--contact a {
  font-size: clamp(1.25rem, 1.0897435897rem + 0.3418803419vw, 1.5rem);
  font-weight: 600;
  line-height: 1.6666666667;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  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;
  padding: 0 1.5625rem;
  position: relative;
  height: 100%;
  color: #006482;
  background-color: #fff;
}

.p-header__nav-item-text {
  margin-left: 0.625rem;
}

.p-header__hamburger {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  position: relative;
  z-index: 999;
  width: clamp(2.5rem, 0rem + 10.6666666667vw, 5rem);
  height: clamp(2.5rem, 0rem + 10.6666666667vw, 5rem);
  padding-top: clamp(0.4375rem, 0rem + 1.8666666667vw, 0.875rem);
  padding-bottom: clamp(0.4375rem, 0rem + 1.8666666667vw, 0.875rem);
  padding-left: clamp(0.4375rem, -0.125rem + 2.4vw, 1rem);
  padding-right: clamp(0.4375rem, -0.125rem + 2.4vw, 1rem);
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 751px) {
  .p-header__hamburger {
    display: none;
  }
}

.p-header__hamburger.is-open {
  width: clamp(2.5rem, 0rem + 10.6666666667vw, 5rem);
  height: clamp(2.5rem, 0rem + 10.6666666667vw, 5rem);
  background-color: transparent;
  top: clamp(0.5rem, -0.4375rem + 4vw, 1.4375rem);
  right: clamp(0.3125rem, 0rem + 1.3333333333vw, 0.625rem);
}

.p-header__hamburger-line {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 100%;
  height: 2px;
  background-color: #006482;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 3.125rem;
}
@media screen and (min-width: 500px) {
  .p-header__hamburger-line {
    height: 4px;
  }
}

.p-header__hamburger-text {
  display: inline-block;
  font-size: clamp(0.6875rem, 0rem + 2.9333333333vw, 1.375rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #006482;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  margin-top: clamp(0.375rem, -0.5rem + 3.7333333333vw, 1.25rem);
}

.p-header__hamburger .p-header__hamburger-line:nth-of-type(1) {
  top: 0.125rem;
}

.p-header__hamburger .p-header__hamburger-line:nth-of-type(2) {
  top: clamp(0.375rem, 0.0625rem + 1.3333333333vw, 0.6875rem);
}

.p-header__hamburger.is-open .p-header__hamburger-line:nth-of-type(1) {
  top: 0;
  -webkit-transform: translateX(-50%) rotate(30deg);
          transform: translateX(-50%) rotate(30deg);
  background-color: #fff;
}

.p-header__hamburger.is-open .p-header__hamburger-line:nth-of-type(2) {
  top: -0.1875rem;
  -webkit-transform: translateX(-50%) rotate(-30deg);
          transform: translateX(-50%) rotate(-30deg);
  background-color: #fff;
}

.p-header__hamburger.is-open .p-header__hamburger-text {
  color: #fff;
  margin-top: clamp(0.25rem, 0rem + 1.0666666667vw, 0.5rem);
  font-size: clamp(0.625rem, 0rem + 2.6666666667vw, 1.25rem);
}

.p-header__drawer-nav {
  width: 100%;
  height: 100%;
  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-header__drawer {
  display: none;
  position: absolute;
  z-index: 900;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #006482;
  overflow-y: scroll;
}

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

.p-header__drawer-item a {
  display: inline-block;
  padding-top: clamp(0.625rem, 0rem + 2.6666666667vw, 1.25rem);
  padding-bottom: clamp(0.9375rem, 0rem + 4vw, 1.875rem);
}

.p-header__drawer-item-text {
  display: inline-block;
  font-size: clamp(1.875rem, 0rem + 8vw, 3.75rem);
  font-weight: 600;
  line-height: 1;
  color: #fff;
  font-family: "Oswald", sans-serif;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 0.625rem;
  position: relative;
}

.p-header__drawer-item-text:after {
  display: inline-block;
  content: "";
  width: 100%;
  height: clamp(0.125rem, 0rem + 0.5333333333vw, 0.25rem);
  background-color: #fff;
  border-radius: 3.125rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-header__drawer-item .p-header__drawer-item--contact {
  width: clamp(15.625rem, 0rem + 66.6666666667vw, 31.25rem);
  background-color: #fff;
  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;
  padding-top: clamp(0.6875rem, 0rem + 2.9333333333vw, 1.375rem);
  padding-bottom: clamp(0.6875rem, 0rem + 2.9333333333vw, 1.375rem);
  margin-top: clamp(2.6875rem, 0rem + 11.4666666667vw, 5.375rem);
}

.p-header__drawer-item .p-header__drawer-item--contact img {
  max-width: clamp(1.5625rem, 0rem + 6.6666666667vw, 3.125rem);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 50/36;
}

.p-header__drawer-item--contact .p-header__drawer-item-text {
  display: inline-block;
  font-size: clamp(1.875rem, 0rem + 8vw, 3.75rem);
  font-weight: 600;
  line-height: 1;
  color: #006482;
  padding-bottom: 0;
  padding-left: clamp(1.3125rem, 0rem + 5.6vw, 2.625rem);
}

.p-mv {
  position: relative;
  z-index: 1;
  height: 100vh;
}

.p-mv__inner {
  height: inherit;
  min-height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-mv__title {
  display: none;
}
@media screen and (min-width: 751px) {
  .p-mv__title {
    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;
    width: 100%;
    font-size: 2.5rem;
    line-height: 1.2;
    letter-spacing: 0.19em;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    color: #fff;
    position: absolute;
    z-index: 2;
  }
}

.p-mv__swiper,
.p-mv__swiper .swiper-img,
.p-mv__swiper .swiper-img img {
  height: inherit;
  min-height: inherit;
}

.p-mv__swiper .swiper-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-mv__bg-pattern {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: clamp(3rem, 0rem + 12.8vw, 6rem);
}
@media screen and (min-width: 751px) {
  .p-mv__bg-pattern {
    height: 6.25rem;
  }
}

@media screen and (min-width: 751px) {
  .p-service-list__item {
    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: 751px) {
  .p-service-list__item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width: 751px) {
  .p-service-list__item + .p-service-list__item {
    margin-top: -3.75rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-service-list__item + .p-service-list__item {
    margin-top: -5rem;
  }
}

@media screen and (min-width: 751px) {
  .p-service-list__item-img {
    width: 125rem;
    height: auto;
  }
}

.p-service-list__item-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 700/330;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: clamp(1.5625rem, 0rem + 6.6666666667vw, 3.125rem);
}
@media screen and (min-width: 751px) {
  .p-service-list__item-img img {
    aspect-ratio: 1060/500;
    margin-top: 0;
  }
}

.p-service-list__item-img {
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 751px) {
  .p-service-list__item-img {
    width: 100%;
    height: auto;
  }
}

.p-service-list__item:nth-of-type(even) .p-service-list__item-img {
  margin-left: calc(50% - 50vw);
  margin-right: 0;
  position: relative;
  z-index: -2;
}

@media screen and (min-width: 751px) {
  .p-service-list__item-content {
    max-width: 37.8125rem;
    width: 100%;
    padding-bottom: 5rem;
    padding-top: 1.25rem;
  }
}

.p-service-list__item-title {
  font-size: clamp(1.125rem, 0.125rem + 4.2666666667vw, 2.125rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-top: clamp(1.875rem, -0.375rem + 9.6vw, 4.125rem);
}
@media screen and (min-width: 751px) {
  .p-service-list__item-title {
    font-size: clamp(1.375rem, 1.1340889649rem + 0.5132591959vw, 1.75rem);
    margin-top: 0;
  }
}

.p-service-list__item-text {
  margin-top: clamp(1.1875rem, -0.0625rem + 5.3333333333vw, 2.4375rem);
  font-size: clamp(0.8125rem, 0rem + 3.4666666667vw, 1.625rem);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (min-width: 751px) {
  .p-service-list__item-text {
    font-size: clamp(1rem, 0.9196963216rem + 0.1710863986vw, 1.125rem);
    line-height: 2.1;
    margin-top: clamp(0.625rem, -0.5795551754rem + 2.5662959795vw, 2.5rem);
    letter-spacing: 0.01em;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

@media screen and (min-width: 751px) {
  .p-service-list__item:nth-of-type(even) .p-service-list__item-content {
    margin-top: 0rem;
    padding-bottom: 0rem;
    padding-bottom: 1.25rem;
    padding-top: 5rem;
  }
}

@media screen and (min-width: 751px) {
  .p-service-list__item:nth-of-type(even) .p-service-list__item-text {
    line-height: 2.1;
    letter-spacing: 0.01em;
    font-size: clamp(1rem, 0.9196963216rem + 0.1710863986vw, 1.125rem);
  }
}

.p-service-list__item:nth-of-type(even) .p-service-list__item-title {
  margin-top: clamp(2.5rem, -0.1875rem + 11.4666666667vw, 5.1875rem);
}
@media screen and (min-width: 751px) {
  .p-service-list__item:nth-of-type(even) .p-service-list__item-title {
    font-size: clamp(1.375rem, 1.1340889649rem + 0.5132591959vw, 1.75rem);
    margin-top: 0;
  }
}

.p-service-list__item-btn-wrap {
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .p-service-list__item-btn-wrap {
    text-align: left;
  }
}

.p-service-list__item-btn {
  padding: 0.625rem 2.3125rem;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0.3125rem;
}
@media screen and (min-width: 751px) {
  .p-service-list__item-btn {
    padding: 0.875rem 3.4375rem;
    font-size: 0.9375rem;
  }
}

.p-service {
  overflow-x: hidden;
  padding-bottom: clamp(3.6875rem, 0.625rem + 13.0666666667vw, 6.75rem);
}
@media screen and (min-width: 751px) {
  .p-service {
    padding-bottom: 6.25rem;
  }
}

@media screen and (min-width: 751px) {
  .p-service__list {
    margin-top: 0.625rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-service__list {
    margin-top: 0;
  }
}

.p-thanks {
  height: 100lvh;
  background-color: #E5F2FA;
  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;
}
@media screen and (min-width: 751px) {
  .p-thanks {
    padding: 150px 0;
  }
}

.p-thanks__text {
  font-weight: bold;
  font-size: clamp(1.125rem, 0.5rem + 2.6666666667vw, 1.75rem);
  text-align: left;
}
@media screen and (min-width: 751px) {
  .p-thanks__text {
    text-align: center;
    font-size: 22px;
  }
}

.p-thanks__btn {
  display: inline-block;
  max-width: 25rem;
  position: relative;
}
@media screen and (min-width: 751px) {
  .p-thanks__btn {
    max-width: 31.25rem;
    width: 100%;
  }
}

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

.p-thanks__btn {
  font-size: clamp(1rem, 0rem + 4.2666666667vw, 2rem);
  font-weight: 300;
  padding-top: clamp(0.75rem, 0rem + 3.2vw, 1.5rem);
  padding-bottom: clamp(0.75rem, 0rem + 3.2vw, 1.5rem);
  width: 100%;
  letter-spacing: 0.12em;
  border: none;
  background-color: #006482;
  color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
@media screen and (min-width: 751px) {
  .p-thanks__btn {
    font-size: 1.5rem;
    padding: 1.5625rem 0;
  }
}

.p-thanks__btn:after {
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  content: "";
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  right: 1.1875rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 751px) {
  .p-thanks__btn:after {
    width: 0.75rem;
    height: 0.75rem;
  }
}

.u-clip {
  -webkit-clip-path: polygon(0 0, 100% 0, 86% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 86% 100%, 0% 100%);
}

.u-clip--right {
  -webkit-clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}

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

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

.u-top-change {
  display: inline-block;
  color: #006482;
}
/*# sourceMappingURL=styles.css.map */
