@charset "UTF-8";
/*----------------------------------
カラーetc
-----------------------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

ol {
  list-style-position: inside;
}

ul {
  list-style: none;
}

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

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

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

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

@media screen and (max-width: 1059px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1060 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}
@media (min-width: 768px) {
  html {
    scroll-behavior: smooth;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
  background-color: #F9F9F9;
}
@media (min-width: 768px) {
  body {
    font-size: 1.125rem;
  }
}

hr {
  height: 1px;
  background-color: #000;
  margin-block: 30px;
}

.c-button {
  display: block;
  margin-inline: auto;
  position: relative;
  padding: 1.25rem 1rem 1.25rem 1.5rem;
  width: 12.5rem;
  border-radius: 100px;
  font-size: 1rem;
  font-weight: 700;
  color: #005a66;
  border: 1px solid #005a66;
  font-weight: 700;
  background: #fff;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
  line-height: 100%; /* 16px */
}
.c-button.c-button--large {
  width: 15.625rem;
}
@media (min-width: 768px) {
  .c-button.c-button--large {
    width: 250px;
  }
}
@media (min-width: 768px) {
  .c-button {
    width: 200px;
    padding: 20px 16px 20px 24px;
    font-size: 16px;
  }
}
.c-button::before {
  content: "";
  position: absolute;
  width: 1.5625rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, color-stop(17.31%, #005a66), to(#0098a3));
  background: linear-gradient(90deg, #005a66 17.31%, #0098a3 100%);
  right: 1rem;
  top: 50%;
  translate: 0 -50%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (min-width: 768px) {
  .c-button::before {
    width: 25px;
    right: 16px;
  }
}
.c-button::after {
  content: "";
  position: absolute;
  width: 0.75rem;
  height: 0.3125rem;
  right: 1.3125rem;
  top: 50%;
  translate: 0 -50%;
  background: url(.././../assets/img/icon_button-arrow.svg) no-repeat calc(100% - 0.125rem) center/contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (min-width: 768px) {
  .c-button::after {
    width: 12px;
    height: 5px;
    right: 21px;
    background: url(.././../assets/img/icon_button-arrow.svg) no-repeat calc(100% - 2px) center/contain;
  }
}
.c-button:hover, .c-button:active {
  background: linear-gradient(87deg, #0098a3 4.72%, #cee7e6 96.33%);
  color: #fff;
}
.c-button:hover::before, .c-button:active::before {
  background: #fff;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.c-button:hover::after, .c-button:active::after {
  position: absolute;
  background: url(../../assets/img/icon_button-arrow-green.svg) no-repeat calc(100% - 2px) center/contain;
  -webkit-transform: scale(2);
          transform: scale(2);
}

.c-button.c-button--white {
  border: 1px solid #f9f9f9;
  color: #f9f9f9;
  background: transparent;
}
.c-button.c-button--white::before {
  background: #f9f9f9;
}
.c-button.c-button--white::after {
  background: url(../../assets/img/icon_button-arrow-green.svg) no-repeat calc(100% - 2px) center/contain;
}
.c-button.c-button--white:hover, .c-button.c-button--white:active {
  border: 1px solid #005a66;
  color: #005a66;
  background: #f9f9f9;
}
.c-button.c-button--white:hover::before, .c-button.c-button--white:active::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(17.31%, #005a66), to(#0098a3));
  background: linear-gradient(90deg, #005a66 17.31%, #0098a3 100%);
}
.c-button.c-button--white:hover::after, .c-button.c-button--white:active::after {
  background: url(.././../assets/img/icon_button-arrow.svg) no-repeat calc(100% - 2px) center/contain;
}

.test-bg {
  padding-block: 20px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 152, 163, 0.8)), to(rgba(198, 228, 227, 0.8)));
  background: linear-gradient(90deg, rgba(0, 152, 163, 0.8) 0%, rgba(198, 228, 227, 0.8) 100%);
}

.c-head {
  position: relative;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.56px;
  color: #005a66;
  padding-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .c-head {
    font-size: 2.375rem;
  }
}
.c-head::before {
  content: "";
  position: absolute;
  border-radius: 10px;
  width: 3.75rem;
  height: 0.25rem;
  background: -webkit-gradient(linear, left top, right top, from(#c6e4e3), color-stop(60%, #c6e4e3), color-stop(60%, #eb970f), to(#eb970f));
  background: linear-gradient(90deg, #c6e4e3 0%, #c6e4e3 60%, #eb970f 60%, #eb970f 100%);
  bottom: 0;
  left: 0;
}
.c-head--page {
  margin-top: 3.75rem;
}
@media (min-width: 768px) {
  .c-head--page {
    margin-top: 2.75rem;
  }
}

.c-fix-button {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
  gap: 0.3125rem;
  background-color: transparent;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  opacity: 0;
  -webkit-transform: translateY(102%);
          transform: translateY(102%);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
  pointer-events: none;
}

.c-fix-button.js-show-fix {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}

.c-fix-button__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding: 0.3125rem 1.25rem;
  background: rgba(0, 152, 163, 0.8);
  color: #f9f9f9;
  font-weight: 700;
  line-height: 162.5%; /* 162.5% */
}

.c-tag {
  display: inline-block;
  padding: 0.25rem 0.625rem;
  color: #f9f9f9;
  background-color: #0098a3;
  border-radius: 4px;
  font-size: 0.875rem;
}
.c-tag--large {
  padding-inline: 1.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 150%;
}

@media (min-width: 768px) {
  .c-breadcrumbs {
    margin-top: 1.875rem;
  }
}

span[property=itemListElement] {
  /* スタイル */
  color: #7d8c91;
  font-size: 0.875rem;
  padding-block: 0.5rem;
  padding-right: 0.5rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  span[property=itemListElement] {
    font-size: 0.875rem;
  }
}
span[property=itemListElement]:nth-child(n+2) {
  margin-left: 0.5rem;
}
span[property=itemListElement] .current-item {
  color: #333333;
}

.post-page {
  margin-left: 0.5rem;
  color: #333333;
}

.c-required {
  padding-inline: 0.625rem;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 241.667%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #F9F9F9;
  background-color: #EB970F;
  border-radius: 100px;
  height: 1.25rem;
}

.c-contact__button {
  margin-top: 1.5rem;
  display: inline-block;
  position: relative;
  border-radius: 1.875rem;
  padding: 0.625rem 3.75rem 0.625rem 1.5rem;
  font-weight: 700;
  color: #005a66;
  border: 1px solid #005a66;
  font-weight: 700;
  background: #fff;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}
.c-contact__button::before {
  content: "";
  position: absolute;
  width: 1.5625rem;
  height: 1.5625rem;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, color-stop(17.31%, #005a66), to(#0098a3));
  background: linear-gradient(90deg, #005a66 17.31%, #0098a3 100%);
  right: 1rem;
  top: 50%;
  translate: 0 -50%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.c-contact__button::after {
  content: "";
  position: absolute;
  width: 0.75rem;
  height: 0.3125rem;
  right: 1.3125rem;
  top: 50%;
  translate: 0 -50%;
  background: url(.././../assets/img/icon_button-arrow.svg) no-repeat calc(100% - 2px) center/contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.c-contact__button:hover, .c-contact__button:active {
  background: linear-gradient(87deg, #0098a3 4.72%, #cee7e6 96.33%);
  color: #fff;
}
.c-contact__button:hover::before, .c-contact__button:active::before {
  background: #fff;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.c-contact__button:hover::after, .c-contact__button:active::after {
  position: absolute;
  background: url(../../assets/img/icon_button-arrow-green.svg) no-repeat calc(100% - 2px) center/contain;
  -webkit-transform: scale(2);
          transform: scale(2);
}
@media (min-width: 768px) {
  .c-contact__button {
    margin-top: 1.5rem;
  }
}

.c-notice {
  margin-top: 1.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .c-notice {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.75rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-notice__label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  padding-inline: 0.625rem 0.375rem;
  font-weight: 700;
  background-color: #EB970F;
  border-radius: 4px;
}
.c-notice__label span {
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.6px;
}
.c-notice__text {
  color: #EB970F;
  font-weight: 700;
  font-size: 1rem;
}

body.is-drawer-open {
  overflow: hidden;
}

.p-top-bg-container {
  position: relative;
  overflow: hidden;
  background-color: rgba(249, 249, 249, 0.8);
}

.decor {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 99;
}

.decor1 {
  background-image: url(../../assets/img/bg_fv-decor1.png);
  width: 10rem;
  height: 5.625rem;
  top: 0.625rem;
  right: -4.375rem;
  -webkit-transform: rotate(145.065deg);
          transform: rotate(145.065deg);
}
@media (min-width: 768px) {
  .decor1 {
    -webkit-transform: rotate(43deg);
            transform: rotate(43deg);
    width: 475px;
    height: 267.5px;
    right: -259px;
    top: 10px;
  }
}
@media (min-width: 1200px) {
  .decor1 {
    -webkit-transform: rotate(145.065deg);
            transform: rotate(145.065deg);
  }
}

.decor2 {
  background-image: url(../../assets/img/bg_fv-line.png);
  width: 10.25rem;
  height: 1.90625rem;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 20.25rem;
  left: -4.8125rem;
}
@media (min-width: 768px) {
  .decor2 {
    width: 16.8125rem;
    height: 50px;
    left: -17.75px;
    top: 34px;
  }
}

.decor3 {
  background-image: url(../../assets/img/bg_fv-line.png);
  width: 8.625rem;
  height: 1.6rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: calc(100% - 6.25rem);
  right: -2.9375rem;
}
@media (min-width: 768px) {
  .decor3 {
    display: none;
  }
}

.p-header {
  position: fixed;
  width: 100%;
  z-index: 150;
}

.p-header__container {
  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: 50%;
  background: rgba(249, 249, 249, 0.8);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 90, 102, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(0, 90, 102, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  width: 60px;
  height: 60px;
  margin-left: auto;
}
@media (min-width: 768px) {
  .p-header__container {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    border-radius: 100px;
  }
}
.p-header__container.is-transparent {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}

.p-drawer__icon {
  position: relative;
  z-index: 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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 9px;
  width: 30px;
  height: 24px;
}
@media (min-width: 768px) {
  .p-drawer__icon {
    display: none;
  }
}

.p-drawer__icon--bar {
  height: 2px;
  width: 100%;
  border-radius: 100px;
  background-color: #0098a3;
  -webkit-transition: rotate 0.3s ease, -webkit-transform 0.3s ease;
  transition: rotate 0.3s ease, -webkit-transform 0.3s ease;
  transition: rotate 0.3s ease, transform 0.3s ease;
  transition: rotate 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  -webkit-transform: translateY(7.5px);
          transform: translateY(7.5px);
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(2) {
  display: none;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(3) {
  rotate: -45deg;
  -webkit-transform: translateY(-7.5px);
          transform: translateY(-7.5px);
}

.p-header__nav {
  display: none;
}
@media (min-width: 768px) {
  .p-header__nav {
    display: block;
    padding-inline: 40px;
    height: 60px;
  }
}

.p-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  gap: 40px;
}

.p-header__item {
  color: #7d8c91;
  font-size: 16px;
  position: relative;
  padding-block: 18px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.p-header__item:hover, .p-header__item:active {
  color: #0098a3;
}
.p-header__item:hover::before, .p-header__item:active::before {
  width: 100%;
  height: 3px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.p-header__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  background-origin: padding-box;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  -webkit-transition: width 0.3s ease, height 0.3s ease;
  transition: width 0.3s ease, height 0.3s ease;
  background: -webkit-gradient(linear, left top, right top, color-stop(17.31%, #2e7f89), to(#80d4da));
  background: linear-gradient(90deg, #2e7f89 17.31%, #80d4da 100%);
}

.p-drawer {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  top: 0;
  right: 0;
  height: 100vh;
  height: 100svh;
  z-index: -1;
  overflow-y: scroll;
  background-color: #F9F9F9;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-drawer.js-show {
  opacity: 1;
  visibility: visible;
}

.p-drawer__body {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 7rem;
  padding-bottom: 40px;
}

.p-drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-drawer__item {
  color: #0098a3;
  font-weight: 500;
  line-height: 175%;
}

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

.p-drawer__follow-text {
  margin-bottom: 0.5rem;
}

.p-drawer__follow--image {
  width: 1.875rem;
  margin-inline: auto;
}

.p-top-fv {
  position: relative;
  overflow: hidden;
  padding-top: 8.125rem;
  padding-bottom: 5.375rem;
  background-color: rgba(249, 249, 249, 0.8);
}
@media (min-width: 768px) {
  .p-top-fv {
    padding-top: 253px;
    padding-bottom: 141px;
  }
}

.p-top-fv__image {
  position: absolute;
  z-index: 101;
  opacity: 0;
}
.p-top-fv__image--small {
  bottom: calc(100% - 7.4375rem);
  left: 14.05vw;
  width: 1.5rem;
}
@media (min-width: 768px) {
  .p-top-fv__image--small {
    width: 60px;
    left: max(2vw, 50vw - 540px);
    bottom: 69px;
  }
}
.p-top-fv__image--middle {
  width: 9.07vw;
  right: 5.33vw;
  top: calc(100% - 11.875rem);
}
@media (min-width: 768px) {
  .p-top-fv__image--middle {
    width: 81px;
    top: 114px;
    right: max(20vw, 50vw - 417px);
  }
}
.p-top-fv__image--large {
  width: 10.67vw;
  left: 11.73vw;
  bottom: 28px;
}
@media (min-width: 768px) {
  .p-top-fv__image--large {
    width: 40px;
    bottom: 0;
    left: auto;
    right: max(5vw, 50vw - 600px);
  }
}
@media (min-width: 1200px) {
  .p-top-fv__image--large {
    width: 98px;
  }
}

.p-top-fv__content {
  position: relative;
  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.5625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .p-top-fv__content {
    -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; /* 右寄せ */
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-top__circle-wrapper {
  opacity: 0;
}
@media (min-width: 768px) {
  .p-top__circle-wrapper {
    position: absolute;
  }
}

.p-top__main-circle {
  position: relative;
  width: 65.62vw;
  aspect-ratio: 1;
}
@media (min-width: 768px) {
  .p-top__main-circle {
    width: 440px;
  }
}

.p-top__main-ball {
  position: absolute;
  top: 0.1vw;
  right: -4.69vw;
  width: 24.66vw;
  aspect-ratio: 1;
}
@media (min-width: 768px) {
  .p-top__main-ball {
    top: -19px;
    right: -2px;
    width: 160px;
  }
}

.p-top-fv__heading {
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .p-top-fv__heading {
    width: 523px;
  }
}

.p-top-fv__title {
  text-align: center;
  font-size: 1.75rem;
  line-height: 142.857%;
  letter-spacing: 0.28px;
  visibility: hidden;
}
.p-top-fv__title .char {
  font-weight: 700;
  opacity: 0;
}
@media (min-width: 768px) {
  .p-top-fv__title {
    text-align: left;
    font-size: 52px;
    line-height: 66px; /* 126.923% */
    letter-spacing: 0.26px;
  }
}

.p-top-fv__btnWrap {
  display: none;
}
@media (min-width: 768px) {
  .p-top-fv__btnWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-top: 15px;
  }
}
.p-top-fv__btnWrap--pc {
  margin-top: 40px;
  width: 100%;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-top-fv__btnLabel {
  font-size: 14px;
  text-align: center;
  margin-bottom: 8px;
}

.animated__fadeIn {
  opacity: 0;
  translate: 0 40px;
  -webkit-transition: opacity 1.8s ease, translate 1.8s ease;
  transition: opacity 1.8s ease, translate 1.8s ease;
}
.animated__fadeIn.js-show {
  opacity: 1;
  translate: 0 0;
}

.p-top-approach {
  padding-top: 20px;
  position: relative;
  background: radial-gradient(40.64% 20.02% at 49.97% 59.36%, rgba(198, 228, 227, 0.8) 0%, rgba(249, 249, 249, 0) 100%);
}
@media (min-width: 768px) {
  .p-top-approach {
    padding-top: 10rem;
    background: radial-gradient(150px 150px at 50% 60%, rgba(198, 228, 227, 0.8) 0%, rgba(249, 249, 249, 0) 100%);
  }
}

.decor4 {
  position: absolute;
  display: none;
}
@media (min-width: 768px) {
  .decor4 {
    display: block;
    background-image: url(../../assets/img/bg_fv-line.png);
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    width: 16.8125rem;
    height: 50px;
    right: calc(50% - 26.3125rem);
    top: -36px;
  }
}

.p-top-approach__title {
  color: #0098a3;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 141.667%;
  letter-spacing: 0.48px;
}
@media (min-width: 768px) {
  .p-top-approach__title {
    font-size: 28px;
  }
}

.p-top-approach__description {
  margin-top: 40px;
  text-align: center;
}
.p-top-approach__description span {
  font-weight: 700;
}
@media (min-width: 768px) {
  .p-top-approach__description {
    font-size: max(1rem, 12.8px);
  }
}

.fv__scrolldown {
  padding-top: 80px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
}

.fv__scrolldown-text {
  color: #0098a3;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.56px;
  font-family: "Montserrat", sans-serif;
}

.fv__scrolldown-bar {
  position: relative;
}
.fv__scrolldown-bar span {
  display: inline-block;
}
.fv__scrolldown-bar .bar {
  width: 1px;
  height: 60px;
  background-color: #0098a3;
}
.fv__scrolldown-bar .circle {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 10px;
  height: auto;
  aspect-ratio: 1;
  background-color: #0098a3;
  border-radius: 50%;
  -webkit-animation: 2s ease-in-out backwards infinite scrollDown;
          animation: 2s ease-in-out backwards infinite scrollDown;
}
@-webkit-keyframes scrollDown {
  0% {
    top: 0;
  }
  80% {
    top: 50px;
  }
  100% {
    top: 50px;
  }
}
@keyframes scrollDown {
  0% {
    top: 0;
  }
  80% {
    top: 50px;
  }
  100% {
    top: 50px;
  }
}

.p-top-work {
  position: relative;
  overflow: hidden;
  padding-block: 5rem;
}
@media (min-width: 768px) {
  .p-top-work {
    padding-block: 100px;
  }
}

.p-top-work__deco-top {
  position: absolute;
  width: 4.6875rem;
  top: 33px;
  right: 9.87%;
}
@media (min-width: 768px) {
  .p-top-work__deco-top {
    width: 100px;
    top: 0;
    left: max(2.29vw, 50vw - 687px);
  }
}

.p-top-work__deco-bottom {
  position: absolute;
  bottom: 77px;
  left: 4.8%;
  width: 3.8125rem;
}
@media (min-width: 768px) {
  .p-top-work__deco-bottom {
    width: 81px;
    top: 87px;
    left: auto;
    right: max(6.04vw, 50vw - 632px);
  }
}

.p-top-work__deco-line {
  position: absolute;
  width: 12.625rem;
  height: 2.34375rem;
  background: url(../../assets/img/bg_work-line.png) no-repeat center center/contain;
  top: 34.86%;
  left: -22.13%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 768px) {
  .p-top-work__deco-line {
    width: 270px;
    height: 50px;
    left: -78px;
    top: 420px;
  }
}

.p-top-work__deco-circle {
  position: absolute;
  width: 11.1875rem;
  aspect-ratio: 1;
  bottom: 27px;
  right: -90px;
  background: url(../../assets/img/bg_work-circle.png) no-repeat center center/contain;
}
@media (min-width: 768px) {
  .p-top-work__deco-circle {
    width: 14.9375rem;
  }
}

.p-top-work__text {
  margin-top: 2.5rem;
}

.work__swiper-container {
  margin-top: 3.75rem;
}
@media (min-width: 768px) {
  .work__swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 5%;
  }
}

@media (min-width: 768px) {
  .work__swiper-slide {
    width: 30%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}

.p-top-work__image {
  aspect-ratio: 280/457;
}
@media (min-width: 768px) {
  .p-top-work__image {
    overflow: hidden;
    aspect-ratio: 300/490;
  }
}
.p-top-work__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-top-work__image img:hover, .p-top-work__image img:active {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.c-tag--work {
  margin-top: 20px;
}

.p-top-work__client {
  margin-top: 4px;
}

.p-top-work__button {
  margin-top: 60px;
}

.p-footer {
  background: #005a66;
  padding-top: 3.75rem;
  padding-bottom: 4.5rem;
}
@media (min-width: 768px) {
  .p-footer {
    padding-bottom: 3.75rem;
  }
}

@media (min-width: 768px) {
  .p-footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 60px;
  }
}

.p-footer__follow {
  text-align: center;
  color: #fff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-footer__follow:hover, .p-footer__follow:active {
  opacity: 0.7;
}

.p-footer__twitter-link {
  text-align: center;
}

.p-footer__follow-text {
  margin-bottom: 8px;
}

.p-footer__follow--image {
  margin-inline: auto;
  width: 1.875rem;
}
.p-footer__item {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .p-footer__item {
    font-size: 1rem;
    -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;
    gap: 2.5rem;
  }
}

.p-footer__list {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-footer__list:hover, .p-footer__list:active {
  opacity: 0.7;
}

.p-footer__bottom {
  padding-top: 2.5rem;
  border-top: 1px solid #f9f9f9;
  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;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .p-footer__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-footer__privacy {
  font-size: 0.875rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-footer__privacy:hover, .p-footer__privacy:active {
  opacity: 0.7;
}

.p-footer__copy {
  font-size: 0.875rem;
}

.p-top-service {
  background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), color-stop(52.86%, #dfefee), to(#f9f9f9));
  background: linear-gradient(180deg, #f9f9f9 0%, #dfefee 52.86%, #f9f9f9 100%);
  padding-top: 60px;
}
@media (min-width: 768px) {
  .p-top-service {
    padding-top: 100px;
  }
}

.p-top-service__text {
  margin-top: 40px;
  font-weight: 400;
  line-height: 187.5%;
}
.p-top-service__text span {
  font-weight: 700;
}

.p-top-service__plans {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  .p-top-service__plans {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 768px) {
  .p-plan {
    width: 48%;
  }
}

.p-plan__head {
  text-align: center;
  font-weight: 700;
}
@media (min-width: 768px) {
  .p-plan__head {
    font-size: 1.25rem;
  }
}
.p-plan__head span {
  font-size: 1.25rem;
  font-weight: 700;
  background: var(--CTA, linear-gradient(90deg, #005a66 17.31%, #0098a3 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  .p-plan__head span {
    font-size: 1.5rem;
  }
}

.p-plan__details {
  margin-top: 20px;
  border: 2px solid #c6e4e3;
  border-radius: 10px;
  background-color: #F9F9F9;
}

.p-plan__summary {
  padding-top: 1.4375rem;
}
@media (min-width: 768px) {
  .p-plan__summary {
    padding-top: 1.875rem;
  }
}

.p-plan__summary-title {
  text-align: center;
  font-weight: 700;
  color: #0098a3;
}
@media (min-width: 768px) {
  .p-plan__summary-title {
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 1px;
  }
}

.p-plan__summary-icon {
  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;
  min-height: 5rem;
}
.p-plan__summary-icon img {
  width: 3.5625rem;
}
@media (min-width: 768px) {
  .p-plan__summary-icon img {
    width: 4.75rem;
  }
}
@media (min-width: 768px) {
  .p-plan__summary-icon {
    min-height: 100px;
  }
}

.p-plan__summary-icon--plan img {
  width: 2.875rem;
}
@media (min-width: 768px) {
  .p-plan__summary-icon--plan img {
    width: 3.75rem;
  }
}

.p-plan__info {
  border-top: 1px solid #c6e4e3;
  padding-inline: 0.625rem;
  padding-block: 1.25rem;
}
@media (min-width: 768px) {
  .p-plan__info {
    padding-inline: 2.9375rem;
  }
}

@media (min-width: 768px) {
  .p-plan__info--narrow {
    padding-inline: 0.9375rem;
  }
}

.p-plan__info-recommend {
  text-align: center;
  font-weight: 700;
}
@media (min-width: 768px) {
  .p-plan__info-recommend {
    font-size: 1.25rem;
  }
}

.p-plan__info-lists {
  margin-top: 0.625rem;
  list-style: disc inside;
}
.p-plan__info-lists li {
  margin-left: 0.4375rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 185.714%;
}
@media (min-width: 768px) {
  .p-plan__info-lists li {
    font-size: 1rem;
  }
}

.p-plan__content {
  display: none;
}
.p-plan__content.js-open {
  display: block;
}

.p-plan__info-note {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .p-plan__info-note {
    font-size: 1rem;
  }
}

.p-plan__info-label {
  text-align: center;
  font-weight: 700;
}
@media (min-width: 768px) {
  .p-plan__info-label {
    font-size: 1.25rem;
  }
}

.p-plan__info-value {
  margin-top: 0.75rem;
  text-align: center;
  font-size: 0.875rem;
}
.p-plan__info-value span {
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .p-plan__info-value {
    font-size: 1rem;
  }
}

.c_del {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#EB970F), to(#EB970F));
  background-image: linear-gradient(#EB970F, #EB970F);
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  text-decoration: none;
  padding: 0 2px;
}

.p-plan__icon {
  margin-top: 20px;
  display: block;
  margin-inline: auto;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.p-plan__icon.js-accordion {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.p-plan__icon:hover, .p-plan__icon:active {
  opacity: 0.7;
}
.p-plan__info-price {
  display: block;
  text-align: center;
  margin-top: 0.75rem;
  color: #EB970F;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 1.4px;
}
.p-plan__info-price span:nth-of-type(1) {
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 2.2px;
  margin-left: 0.25rem;
  vertical-align: top;
}
.p-plan__info-price span:nth-of-type(2) {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 2.2px;
}

.p-plan__info-note {
  margin-top: 0.75rem;
  display: block;
  text-align: center;
}

.p-top-service__note {
  display: block;
  margin-top: 3.75rem;
}
@media (min-width: 768px) {
  .p-top-service__note {
    font-size: 1rem;
  }
}

.p-flow__steps {
  list-style: none;
}

.p-top-service__flow {
  position: relative;
  margin-top: 3.75rem;
}
.p-top-service__flow::before {
  display: none;
  content: "";
  position: absolute;
}
@media (min-width: 768px) {
  .p-top-service__flow::before {
    display: block;
    top: 63%;
    width: 100%;
    height: 2px;
    background-image: radial-gradient(circle, #c6e4e3 1px, transparent 1px);
    background-repeat: repeat-x;
    background-size: 6px 2px;
  }
}

.p-flow {
  border-radius: 10px;
  border: 2px solid #c6e4e3;
  background: #F9F9F9;
}

.p-flow__inner {
  padding: 3.75rem 0.625rem;
}
@media (min-width: 768px) {
  .p-flow__inner {
    padding: 5rem 2.4375rem;
  }
}

.p-flow__title {
  text-align: center;
  color: #005a66;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 141.667%;
  letter-spacing: 0.48px;
}
@media (min-width: 768px) {
  .p-flow__title {
    font-size: 1.75rem;
    letter-spacing: 1.4px;
  }
}

.p-flow__lead {
  margin-top: 1.875rem;
  text-align: center;
  line-height: 181.25%;
}
@media (min-width: 768px) {
  .p-flow__lead {
    margin-top: 2.5rem;
    font-size: 1rem;
  }
}

.p-flow__steps {
  position: relative;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .p-flow__steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.875rem;
    margin-top: 3.75rem;
  }
}

.p-flow__step {
  text-align: center;
}
.p-flow__step:nth-of-type(n + 2) {
  margin-top: 2.625rem;
}
@media (min-width: 768px) {
  .p-flow__step:nth-of-type(n + 2) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .p-flow__step {
    width: 30.37%;
  }
}

.p-flow__icon {
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44.44%;
  aspect-ratio: 1;
  background-color: #c6e4e3;
}
@media (min-width: 768px) {
  .p-flow__icon {
    margin: 0;
    width: 67.31%;
  }
}
.p-flow__icon img {
  width: 44.29%;
}

.p-flow__number {
  position: relative;
  margin-inline: auto;
  width: 15.24%;
  aspect-ratio: 1;
  border-radius: 50%;
  margin-top: 1.25rem;
  font-size: 1.5rem;
  color: #0098a3;
  font-weight: 700;
  background-color: #c6e4e3;
  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 (min-width: 768px) {
  .p-flow__number {
    margin: 0;
    width: 23.08%;
    margin-top: 1.96875rem;
  }
}
.p-flow__number::before {
  content: "";
  position: absolute;
  width: 0.125rem;
  height: 1.375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 100%;
  background-color: #c6e4e3;
}
@media (min-width: 768px) {
  .p-flow__number::before {
    height: 2.0625rem;
  }
}

.p-flow__step-title {
  margin-top: 1.25rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 125%;
}
@media (min-width: 768px) {
  .p-flow__step-title {
    text-align: left;
    margin-top: 1.96875rem;
  }
}

.p-flow__desc {
  text-align: center;
  margin-top: 0.75rem;
  line-height: 181.25%;
}
@media (min-width: 768px) {
  .p-flow__desc {
    text-align: left;
  }
}

.p-top-about {
  position: relative;
  padding-top: 6.25rem;
  padding-bottom: 10rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-top-about {
    padding-top: 8.75rem;
  }
}

.p-top-about__line {
  position: absolute;
  width: 12.61875rem;
  height: 2.34375rem;
  bottom: 6%;
  right: -5rem;
  background: url(../../assets/img/bg_about-line.png) no-repeat center center/contain;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 768px) {
  .p-top-about__line {
    display: none;
  }
}
@media (min-width: 1200px) {
  .p-top-about__line {
    display: block;
    width: 269.203px;
    height: 50px;
    right: -91px;
    bottom: 25%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

.p-top-about__circle {
  display: none;
  position: absolute;
}
@media (min-width: 1200px) {
  .p-top-about__circle {
    display: block;
    width: 475px;
    height: 267.5px;
    background: url(../../assets/img/bg_about-circle.png) no-repeat center center/contain;
    -webkit-transform: rotate(151.848deg);
            transform: rotate(151.848deg);
    top: 179px;
    left: -234px;
  }
}

.p-top-about__bg-large {
  position: absolute;
  width: 5.625rem;
  top: 15%;
  right: 11%;
}
@media (min-width: 768px) {
  .p-top-about__bg-large {
    top: 25%;
    width: 90px;
    right: max(2.99vw, 50vw - 676px);
  }
}

.p-top-about__bg-middle {
  position: absolute;
  display: none;
}
@media (min-width: 768px) {
  .p-top-about__bg-middle {
    display: block;
    width: 70px;
    height: 70px;
    bottom: 14%;
    right: max(34.65vw, 50vw - 220px);
  }
}

.p-top-about__bg-small {
  position: absolute;
  width: 3.75rem;
  bottom: 6%;
  left: 5%;
}
@media (min-width: 768px) {
  .p-top-about__bg-small {
    width: 60px;
    height: 60px;
    left: max(9.1vw, 50vw - 589px);
  }
}

.p-top-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;
  gap: 3.125rem;
}
@media (min-width: 768px) {
  .p-top-about__body {
    margin-top: 3.75rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-top-about__lead {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 170%;
}

.p-top-about__texts {
  margin-top: 2.5rem;
}

@media (min-width: 768px) {
  .p-top-about__text {
    font-size: 1rem;
  }
}
.p-top-about__text span {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #0098a3;
}
.p-top-about__text + .p-top-about__text {
  margin-top: 20px;
}

.p-top-about__image-block {
  margin-top: 2.5rem;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-top-about__image-block {
    margin-top: 0;
  }
}
.p-top-about__image-block img {
  width: 100%;
}

.p-cta {
  padding-block: 5rem;
  background: linear-gradient(75deg, rgba(0, 152, 163, 0.8) 17.07%, rgba(198, 228, 227, 0.8) 102.99%);
}
@media (min-width: 768px) {
  .p-cta {
    padding-block: 6.25rem;
  }
}

.p-cta__list {
  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.5rem;
}
@media (min-width: 768px) {
  .p-cta__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-cta__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2.5rem 0.625rem;
  background-color: #F9F9F9;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .p-cta__item {
    padding: 2.5rem 1.875rem;
    width: 46%;
  }
}

.c-card__heading {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 141.667%;
  letter-spacing: 0.48px;
  color: #0098a3;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-card__text {
  text-align: center;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-cta__item-button {
  margin-top: auto;
}

.p-privacy-policy__items {
  margin-top: 2.5rem;
  padding-block: 2.5rem;
}
@media (min-width: 768px) {
  .p-privacy-policy__items {
    margin-top: 3.75rem;
    padding: 3.75rem;
  }
}

.p-privacy-policy__item:nth-of-type(n + 2) {
  margin-top: 1.875rem;
}
.p-privacy-policy__item .p-privacy-policy__item-title {
  font-weight: 700;
}
@media (min-width: 768px) {
  .p-privacy-policy__item {
    font-size: 1rem;
  }
}

.p-privacy-policy__item-lists {
  list-style: none;
  padding-left: 1em;
}

.p-privacy-policy__item-lists li::before {
  content: "•";
  display: inline-block;
  width: 0.6em;
  margin-left: -0.6em;
  color: #333;
}

.p-privacy-policy-link {
  color: #7d8c91;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-underline-offset: 2px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-privacy-policy-link:hover, .p-privacy-policy-link:active {
  opacity: 0.7;
}

.p-page__button {
  margin-top: 3.75rem;
}
@media (min-width: 768px) {
  .p-page__button {
    margin-top: 3.75rem;
  }
}
.p-page__button--contact {
  margin-top: 1.5rem;
}

.p-page__content {
  border-radius: 10px;
  background: #c6e4e3;
  margin-top: 3.75rem;
  padding-block: 3.75rem;
  padding-inline: 1.25rem;
}
@media (min-width: 768px) {
  .p-page__content {
    padding: 3.75rem 4.375rem;
  }
}
.p-page__content--privacy {
  margin-top: 2.5rem;
  padding-block: 2.5rem;
}
@media (min-width: 768px) {
  .p-page__content--privacy {
    padding: 3.75rem;
  }
}

.p-page__lead {
  margin-top: 3.75rem;
}
@media (min-width: 768px) {
  .p-page__lead {
    font-size: 16px;
    margin-top: 2.75rem;
  }
}
.p-page__lead--work {
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .p-page__lead--work {
    margin-top: 2.5rem;
  }
}

.p-page__inner {
  padding-inline: 0;
}
@media (min-width: 768px) {
  .p-page__inner {
    max-width: 1060px;
    padding-inline: 30px;
    margin-inline: auto;
  }
}

.p-thanks {
  position: relative;
  overflow: hidden;
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
  .p-thanks {
    padding-bottom: 6.25rem;
  }
}

.p-thanks__bg-line {
  position: absolute;
  display: none;
}
@media (min-width: 768px) {
  .p-thanks__bg-line {
    display: block;
    background: url(../../assets/img/bg_work-line.png) no-repeat center center/contain;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    width: 268.174px;
    height: 49.809px;
    bottom: 10%;
    left: -90px;
  }
}

.p-thanks__bg-circle {
  position: absolute;
  display: none;
  aspect-ratio: 1;
}
@media (min-width: 768px) {
  .p-thanks__bg-circle {
    display: block;
    background: url(../../assets/img/bg_work-circle.png) no-repeat center center/contain;
    width: 237.247px;
    height: 237.247px;
    right: min(7.01vw, 50vw - 591px);
    top: 7%;
  }
}

.p-thanks__bg-large {
  display: none;
}
@media (min-width: 768px) {
  .p-thanks__bg-large {
    position: absolute;
    display: block;
    width: 99px;
    aspect-ratio: 1;
    top: 17%;
    left: max(6.53vw, 50vw - 680px);
  }
}

.p-thanks__bg-small {
  display: none;
}
@media (min-width: 768px) {
  .p-thanks__bg-small {
    display: block;
    position: absolute;
    bottom: 10%;
    width: 80px;
    aspect-ratio: 1;
    right: max(0vw, 50vw - 720px);
  }
}

.p-thanks__content {
  text-align: center;
  position: relative;
  z-index: 10;
}

.p-thanks__title {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 1.4px;
  color: #0098a3;
  line-height: 1.4;
}

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

.p-thanks__text + .p-thanks__text {
  margin-top: 1.875rem;
}

.p-notfound__title {
  color: #005a66;
  text-align: center;
  margin-block: 3.75rem;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.56px;
}
@media (min-width: 768px) {
  .p-notfound__title {
    font-size: 2.375rem;
    margin-block: 3.75rem;
  }
}

.p-notfound__text {
  text-align: center;
}
@media (min-width: 768px) {
  .p-notfound__text {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .p-contact__content {
    padding-inline: 4.375rem;
  }
}

.p-contact__gradation {
  padding-bottom: 6.25rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), color-stop(52.86%, #dfefee), to(#f9f9f9));
  background: linear-gradient(180deg, #f9f9f9 0%, #dfefee 52.86%, #f9f9f9 100%);
}
@media (min-width: 768px) {
  .p-contact__gradation {
    padding-bottom: 10rem;
  }
}

.p-contact__title {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .p-contact__title {
    font-size: 1.25rem;
    width: 11.4375rem;
  }
}

.p-contact__lead {
  margin-top: 3.75rem;
}
@media (min-width: 768px) {
  .p-contact__lead {
    margin-top: 2.75rem;
  }
}

.p-contact__lead-title {
  font-weight: 700;
}
@media (min-width: 768px) {
  .p-contact__lead-title {
    font-size: 1.25rem;
  }
}

.p-contact__lead-text {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .p-contact__lead-text {
    font-size: 1rem;
  }
}

.p-contact__lead-note {
  font-size: 0.8125rem;
  margin-top: 1.25rem;
}
.p-contact__lead-note a {
  color: #7d8c91;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-underline-offset: 2px;
}
@media (min-width: 768px) {
  .p-contact__lead-note {
    font-size: 0.875rem;
    margin-top: 1.25rem;
  }
}

.p-contact__section:nth-of-type(2) {
  margin-top: 3.75rem;
}
@media (min-width: 768px) {
  .p-contact__section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4rem;
  }
}

.p-contact__fields {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .p-contact__fields {
    margin-top: 0;
    gap: 1.5rem;
  }
}

.p-contact__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-contact__label {
  font-weight: 700;
}
@media (min-width: 768px) {
  .p-contact__label {
    font-size: 1rem;
  }
}

.p-contact__input {
  margin-top: 0.5rem;
}

.wpcf7-text,
.wpcf7-textarea,
.wpcf7-select {
  width: 100%;
  border: none;
  padding: 0.90625rem 1.5rem;
  border-radius: 10px;
  background-color: #F9F9F9;
}

.wpcf7-textarea {
  aspect-ratio: 335/160;
}
@media (min-width: 768px) {
  .wpcf7-textarea {
    aspect-ratio: 650/160;
  }
}

input::-webkit-input-placeholder {
  color: #7d8c91;
}

input::-moz-placeholder {
  color: #7d8c91;
}

input:-ms-input-placeholder {
  color: #7d8c91;
}

input::-ms-input-placeholder {
  color: #7d8c91;
}

input::placeholder,
.input__select {
  color: #7d8c91;
}

.input__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #F9F9F9 url(../../assets/img/icon_contact-select.svg) no-repeat right 0.75rem center/0.8125rem 0.8125rem;
}
@media (min-width: 768px) {
  .input__select {
    background: #F9F9F9 url(../../assets/img/icon_contact-select.svg) no-repeat right 0.9375rem center/0.8125rem 0.8125rem;
  }
}

.p-contact__privacy {
  margin-top: 2.5rem;
  text-align: center;
}

.input__checkbox {
  width: 1px;
  height: 1px;
  position: absolute;
  -webkit-clip-path: inset(0 100% 100% 0);
          clip-path: inset(0 100% 100% 0);
  overflow: hidden;
}
.input__checkbox:checked + .wpcf7-list-item-label .p-contact__privacy-text::after {
  opacity: 1;
}

.p-contact__privacy-text {
  position: relative;
  padding-left: 1.875rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-contact__privacy-text {
    font-size: 1rem;
  }
}
.p-contact__privacy-text a {
  text-decoration: underline;
  font-weight: inherit;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-contact__privacy-text a:hover, .p-contact__privacy-text a:active {
  opacity: 0.6;
}
.p-contact__privacy-text::before, .p-contact__privacy-text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
.p-contact__privacy-text::before {
  width: 0.875rem;
  height: 0.875rem;
  border: 1px solid #333333;
}
.p-contact__privacy-text::after {
  width: 20px;
  height: 10px;
  left: -2px;
  margin-top: -4px;
  border-left: 3px solid #005a66;
  border-bottom: 3px solid #005a66;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
}

input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border: none;
}

span.wpcf7-spinner {
  display: none;
}

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

.wpcf7-response-output {
  margin-inline: 1.25rem;
}
@media (min-width: 768px) {
  .wpcf7-response-output {
    max-width: 1000px;
    margin-inline: auto !important;
  }
}

.p-work {
  position: relative;
  overflow: hidden;
  padding-bottom: 3.75rem;
}
@media (min-width: 768px) {
  .p-work {
    padding-bottom: 6.25rem;
  }
}

.p-work__line {
  position: absolute;
  z-index: -1;
  display: none;
}
@media (min-width: 768px) {
  .p-work__line {
    display: block;
    background: url(../../assets/img/bg_work-line.png) no-repeat center center/contain;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    width: 270px;
    height: 50px;
    left: -78px;
    top: 60%;
  }
}

.p-work__circle {
  position: absolute;
  z-index: -1;
  display: none;
  aspect-ratio: 1;
  bottom: 27px;
  right: -90px;
  background: url(../../assets/img/bg_work-circle.png) no-repeat center center/contain;
}
@media (min-width: 768px) {
  .p-work__circle {
    display: block;
    width: 14.9375rem;
  }
}

.p-work__bg-large {
  position: absolute;
  width: 4.6875rem;
  aspect-ratio: 1;
  top: 31%;
  right: 9.6%;
  z-index: -1;
}
@media (min-width: 768px) {
  .p-work__bg-large {
    width: 6.25rem;
    top: 14%;
    right: auto;
    left: max(2.29vw, 50vw - 687px);
  }
}

.p-work__bg-small {
  position: absolute;
  width: 3.796875rem;
  aspect-ratio: 1;
  bottom: 2%;
  left: 5.33%;
  z-index: -1;
}
@media (min-width: 768px) {
  .p-work__bg-small {
    top: 20%;
    bottom: auto;
    left: auto;
    width: 5.0625rem;
    right: max(6.04vw, 50vw - 632px);
  }
}

.p-workLower__swiperContainer {
  margin-left: 1.25rem;
  margin-top: 3.75rem;
}
@media (min-width: 768px) {
  .p-workLower__swiperContainer {
    max-width: 1060px;
    padding-inline: 30px;
    margin-inline: auto;
    margin-top: 3.25rem;
    padding-top: 6.25rem;
  }
}

.p-workLower__swiper {
  padding-bottom: 3.75rem;
}
@media (min-width: 768px) {
  .p-workLower__swiper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    -webkit-column-gap: 3.125rem;
       -moz-column-gap: 3.125rem;
            column-gap: 3.125rem;
    row-gap: 3.75rem;
  }
}

@media (min-width: 768px) {
  .p-workLower__wrapper {
    display: contents;
  }
}

.p-workLower__image {
  border-radius: 5px;
  aspect-ratio: 3/2;
  width: 100%;
  overflow: hidden;
}
.p-workLower__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-workLower__image img:hover, .p-workLower__image img:active {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

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

.p-workLower__client {
  margin-top: 0.25rem;
}
@media (min-width: 768px) {
  .p-workLower__client {
    font-size: 1rem;
  }
}

.p-lower__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
@media (min-width: 768px) {
  .p-lower__pagination {
    display: none;
  }
}
.p-lower__pagination .swiper-pagination-bullet {
  width: 0.875rem;
  height: 0.875rem;
  margin-inline: 0 !important;
  opacity: 1;
  background-color: #F9F9F9;
  border: 1px solid #7d8c91;
}
.p-lower__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0098a3;
  border: 1px solid #0098a3;
}

.p-work-detail__content {
  margin-top: 3.75rem;
}

.p-work-detail__image {
  border-radius: 10px;
  margin-top: 2.5rem;
  aspect-ratio: 167/81;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-work-detail__image {
    margin-top: 2.5rem;
    aspect-ratio: 500/243;
  }
}
.p-work-detail__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  display: block;
}

.p-work-detail__tag {
  text-align: center;
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .p-work-detail__tag {
    margin-top: 1.25rem;
  }
}

.p-works-detail__info {
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .p-works-detail__info {
    max-width: 600px;
    margin-inline: auto;
  }
}

.p-works-detail__item {
  padding-block: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
  border-bottom: 1px solid #333333;
}
.p-works-detail__item--top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-works-detail__term {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 6rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .p-works-detail__term {
    width: 7.8125rem;
  }
}

.p-works-detail__desc {
  font-size: 0.875rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.p-works-detail__desc a {
  color: #0098a3;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-works-detail__desc a:hover {
  opacity: 0.6;
}

.p-works-detail__visual {
  margin-top: 5rem;
}
@media (min-width: 768px) {
  .p-works-detail__visual {
    margin-top: 6.25rem;
  }
}

.p-works-detail__visual-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 125%;
}
@media (min-width: 768px) {
  .p-works-detail__visual-title {
    font-size: 1.5rem;
  }
}

.p-works-detail__visual-image {
  margin-top: 2.5rem;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 90, 102, 0.4);
          box-shadow: 0px 0px 10px 0px rgba(0, 90, 102, 0.4);
}
@media (min-width: 768px) {
  .p-works-detail__visual-image {
    margin-top: 2.5rem;
  }
}
.p-works-detail__visual-image img {
  width: 100%;
}

.p-works-detail__button {
  margin-top: 3.75rem;
}
@media (min-width: 768px) {
  .p-works-detail__button {
    margin-top: 5rem;
  }
}

body {
  position: relative;
  width: 100%;
  height: 100vh;
  font-family: "Montserrat", sans-serif;
}

.p-loadingWrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  z-index: 160;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s ease, visibility 1s ease;
  transition: opacity 1s ease, visibility 1s ease;
  background-color: #F9F9F9;
}
.p-loadingWrap.is-show {
  opacity: 1;
  visibility: visible;
}
.p-loadingWrap.js-loading-end {
  opacity: 0;
  visibility: hidden;
}

.p-loading__text {
  color: #333333;
  display: inline-block;
  margin-left: 5px;
}

.p-p-loading__bounceball {
  position: relative;
  display: inline-block;
  height: 37px;
  width: 15px;
}
.p-p-loading__bounceball:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #EB970F;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: bounce 500ms alternate infinite ease;
          animation: bounce 500ms alternate infinite ease;
}

@-webkit-keyframes bounce {
  0% {
    top: 30px;
    height: 5px;
    border-radius: 60px 60px 20px 20px;
    -webkit-transform: scaleX(2);
            transform: scaleX(2);
  }
  35% {
    height: 15px;
    border-radius: 50%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    top: 0;
  }
}

@keyframes bounce {
  0% {
    top: 30px;
    height: 5px;
    border-radius: 60px 60px 20px 20px;
    -webkit-transform: scaleX(2);
            transform: scaleX(2);
  }
  35% {
    height: 15px;
    border-radius: 50%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    top: 0;
  }
}
.l-inner {
  padding-inline: 1.25rem;
}
@media (min-width: 768px) {
  .l-inner {
    max-width: 1060px;
    padding-inline: 30px;
    margin-inline: auto;
  }
}

.l-page__inner {
  padding-top: 100px;
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
  .l-page__inner {
    padding-top: 110px;
    padding-bottom: 6.25rem;
  }
}

.l-header__inner {
  padding: 20px;
}
@media (min-width: 768px) {
  .l-header__inner {
    padding-top: 30px;
    padding-bottom: 20px;
    padding-inline: 30px;
    max-width: 1060px;
  }
}

.l-contact__block {
  padding-top: 100px;
}
@media (min-width: 768px) {
  .l-contact__block {
    padding-top: 110px;
  }
}

.l-thanks__block {
  padding-top: 100px;
}
@media (min-width: 768px) {
  .l-thanks__block {
    padding-top: 110px;
  }
}

.l-works__block {
  padding-top: 100px;
}
@media (min-width: 768px) {
  .l-works__block {
    padding-top: 110px;
  }
}

@media (min-width: 768px) {
  .hidden-tab {
    display: none;
  }
}

.hidden-sp {
  display: none;
}
@media (min-width: 768px) {
  .hidden-sp {
    display: block;
  }
}