@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&display=swap");
@import url(https://fonts.googleapis.com/css2?family=Material+Symbols+Sharp:opsz,wght,FILL,GRAD@48,300,0,-25);
@import url(https://fonts.googleapis.com/css2?family=Material+Symbols+Sharp:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200);
:root {
  interpolate-size: allow-keywords;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.0625em;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
@supports not (min-block-size: 100vh) {
  :where(html) {
    block-size: 100%;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  overflow-x: clip;
  line-height: 1.75;
  font-family: "Poppins", "Noto Sans JP", "dashicons", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

summary {
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(button) {
  border: none;
  background: none;
  cursor: pointer;
  display: inline-block;
  outline: none;
}

:where(a) {
  text-decoration: none;
  outline: none;
  color: #0087e7;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

iframe {
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
}

th, td {
  vertical-align: top;
  border: solid 0px;
  font-weight: normal;
  text-align: left;
}

:where(img, picture, svg) {
  width: 100%;
  block-size: auto;
  image-rendering: -webkit-optimize-contrast;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  font-size: 1rem;
  font-weight: normal;
}

:where(h1, h2, h3) {
  font-size: 1rem;
  font-weight: normal;
}

:where(hr) {
  border: none;
  -webkit-border-before: 1px solid;
          border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
  margin: 0;
  padding: 0;
}

:where(:focus-visible) {
  outline: 2px solid var(#0087e7, Highlight);
  outline-offset: 2px;
}

:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

::-webkit-input-placeholder {
  font-family: "Poppins", "Noto Sans JP", "dashicons", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #000;
  font-size: 0.8rem;
}

:-ms-input-placeholder {
  font-family: "Poppins", "Noto Sans JP", "dashicons", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #000;
  font-size: 0.8rem;
}

::-moz-placeholder {
  font-family: "Poppins", "Noto Sans JP", "dashicons", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #000;
  font-size: 0.8rem;
}

::-moz-selection {
  background: #0087e7; /* 選択色 */
  color: #fff; /*文字色*/
}

::selection {
  background: #0087e7; /* 選択色 */
  color: #fff; /*文字色*/
}

::-moz-selection {
  background: #0087e7; /* 選択色 */
  color: #fff; /*文字色*/
}

input[type=text],
input[type=email],
input[type=number],
input[type=tel],
input[type=submit],
textarea, select {
  width: 100%;
  line-height: 1.75;
  letter-spacing: 1px;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: bottom;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

select::-ms-expand {
  display: none;
}

.grecaptcha-badge {
  display: none !important;
  pointer-events: none !important;
}

@view-transition {
  navigation: auto;
}
::view-transition-old(*) {
  height: 100%;
  -o-object-fit: none;
     object-fit: none;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

::view-transition-new(*) {
  height: 100%;
  -o-object-fit: none;
     object-fit: none;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

::view-transition-group(*) {
  -webkit-animation-duration: 0.35s;
          animation-duration: 0.35s;
}

footer {
  position: relative;
  z-index: 10;
}

.l-main-root-wrap {
  width: 100%;
  overflow: clip;
}

.l-grid-system {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 1rem;
}

.l-grid-system > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.l-grid-system > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.l-grid-system > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.l-grid-system > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
@media only screen and (max-width: 1100px) {
  .l-grid-system {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.l-grid-system:has(:not(.l-grid-system-item:nth-child(2))) {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  -ms-grid-rows: (1fr)[1];
  grid-template-rows: repeat(1, 1fr);
}
.l-grid-system:has(:not(.l-grid-system-item:nth-child(2))) > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media only screen and (max-width: 1100px) {
  .l-grid-system:has(:not(.l-grid-system-item:nth-child(2))) {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.l-grid-system:has(.l-grid-system-item:nth-child(2)) {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: (1fr)[1];
  grid-template-rows: repeat(1, 1fr);
}
.l-grid-system:has(.l-grid-system-item:nth-child(2)) > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.l-grid-system:has(.l-grid-system-item:nth-child(2)) > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
@media only screen and (max-width: 1100px) {
  .l-grid-system:has(.l-grid-system-item:nth-child(2)) {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.l-grid-system:has(.l-grid-system-item:nth-child(3)) {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: (1fr)[1];
  grid-template-rows: repeat(1, 1fr);
}
.l-grid-system:has(.l-grid-system-item:nth-child(3)) > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.l-grid-system:has(.l-grid-system-item:nth-child(3)) > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.l-grid-system:has(.l-grid-system-item:nth-child(3)) > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media only screen and (max-width: 1100px) {
  .l-grid-system:has(.l-grid-system-item:nth-child(3)) {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.l-grid-system:has(.l-grid-system-item:nth-child(4)) {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: (1fr)[1];
  grid-template-rows: repeat(1, 1fr);
}
.l-grid-system:has(.l-grid-system-item:nth-child(4)) > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.l-grid-system:has(.l-grid-system-item:nth-child(4)) > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.l-grid-system:has(.l-grid-system-item:nth-child(4)) > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.l-grid-system:has(.l-grid-system-item:nth-child(4)) > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
@media only screen and (max-width: 1100px) {
  .l-grid-system:has(.l-grid-system-item:nth-child(4)) {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.c-btn-link {
  background: -webkit-gradient(linear, left top, right top, from(#008EFF), to(#00E8C5));
  background: linear-gradient(90deg, #008EFF 0%, #00E8C5 100%);
  border-radius: 50px;
  font-weight: 700;
  text-align: center;
  position: relative;
  display: inline-block;
}
.c-btn-link-body {
  width: 100%;
  display: inline-block;
  border-radius: 50px;
  font-size: 1.25rem;
  padding: 1.25rem 3rem;
  color: #fff;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 1300px) {
  .c-btn-link-body {
    padding: 1.25rem 1.5rem;
  }
}
@media only screen and (max-width: 1100px) {
  .c-btn-link-body {
    padding: 1.25rem 1.25rem;
  }
}
@media only screen and (max-width: 1580px) {
  .c-btn-link-body {
    font-size: 1rem;
  }
}
.c-btn-link .c-icon {
  translate: 0 -5%;
  display: inline-block;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
.c-btn-link._secondary .c-btn-link-body {
  color: #0087e7;
}
.c-btn-link._secondary::after {
  width: calc(100% - 0.5rem);
  height: calc(100% - 0.5rem);
  border-radius: 50px;
  background: #fff;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.c-btn-link._tertiary {
  background: none;
}
.c-btn-link._tertiary .c-btn-link-body {
  color: #0087e7;
  background: rgba(255, 255, 255, 0.5);
}
.c-btn-link._tertiary::after {
  display: none;
}
.c-btn-link._submit {
  width: 70%;
}
.c-btn-link._submit .c-btn-link-text {
  font-size: 1.5rem;
}
.c-btn-link._submit .c-icon {
  translate: 0 -20%;
}
.c-btn-link._submit:hover .c-icon {
  translate: 0.5rem -20%;
}
.c-btn-link:hover .c-icon {
  translate: 0.5rem -5%;
}

input[type=text],
input[type=email],
input[type=number],
input[type=tel],
button, textarea, select {
  color: #0087e7;
}

input[type=submit] {
  color: #0087e7;
}

.c-heading-section {
  position: relative;
  z-index: 10;
  width: min(1500px, 100%);
  margin: auto;
  margin-bottom: 4rem;
  color: #355697;
}
@media only screen and (max-width: 1100px) {
  .c-heading-section {
    width: min(768px, 100%);
  }
}
.c-heading-section-main {
  font-weight: 700;
  font-size: clamp(3rem, 8vw, 7rem);
  line-height: 1;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1580px) {
  .c-heading-section-main {
    font-size: clamp(3rem, 6vw, 5rem);
  }
}
.c-heading-section-sub {
  font-size: 2rem;
  font-weight: 700;
  color: #355697;
}
@media only screen and (max-width: 1580px) {
  .c-heading-section-sub {
    font-size: 1.5rem;
  }
}
.c-heading-section-paragraph {
  width: min(960px, 100%);
  margin: auto;
  margin: auto;
  text-align: left;
  font-weight: 700;
  font-size: 1.25rem;
  margin-top: 2rem;
}
.c-heading-section._color-white {
  color: #fff;
}
.c-heading-section._color-white .c-heading-section-sub {
  color: #fff;
}
.c-heading-section._center {
  text-align: center;
}
.c-heading-section._center .c-heading-section-paragraph {
  text-align: center;
}
@media only screen and (max-width: 1100px) {
  .c-heading-section._center .c-heading-section-paragraph {
    text-align: left;
  }
}

.c-list-number {
  counter-reset: number 0;
}
.c-list-number-item {
  counter-increment: number 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.25rem;
  font-weight: 700;
  color: #355697;
  gap: 1rem;
}
.c-list-number-item-number::before {
  content: counter(number) ".";
}
.c-list-number-item-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-list-number-item + .c-list-number-item {
  border-top: 1px solid hsl(206, 45%, 90%);
  padding-top: 1rem;
  margin-top: 1rem;
}

.c-list-common {
  width: 100%;
}
.c-list-common-item {
  width: 100%;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid hsl(206, 45%, 90%);
}
.c-list-common-item:last-child {
  margin-bottom: 0;
}

.c-list-name {
  width: 100%;
}
.c-list-name-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid hsl(206, 45%, 90%);
}
.c-list-name-item:last-child {
  margin-bottom: 0;
}
.c-list-name-title {
  width: 180px;
  color: #000;
}
@media only screen and (max-width: 850px) {
  .c-list-name-title {
    width: 100%;
    font-size: 0.9rem;
  }
}
.c-list-name-detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 850px) {
  .c-list-name-detail {
    width: 100%;
  }
}

.c-list-sns-share .item {
  cursor: pointer;
  margin-right: 1rem;
}

.l-main-root-wrap {
  opacity: 1;
}
.l-main-root-wrap.is-loading {
  opacity: 0;
}

.c-loading {
  width: 100%;
  height: 100svh;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 999999;
  pointer-events: none;
}

.c-loading.is-loaded {
  opacity: 0;
  pointer-events: none;
}

.c-md-text-annotation {
  color: #77a4c5;
}
.c-md-text-annotation::before {
  content: "※";
}

.c-md-video {
  aspect-ratio: 1280/720;
  position: relative;
  width: min(1500px, 100%);
  margin: auto;
}
@media only screen and (max-width: 1100px) {
  .c-md-video {
    width: min(768px, 100%);
  }
}
.c-md-video video {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.c-md-item-elm {
  width: min(6vw, 6rem);
  aspect-ratio: 10/10;
  margin: auto;
  position: absolute;
  z-index: 20;
}
@media only screen and (max-width: 1100px) {
  .c-md-item-elm {
    width: min(12vw, 6rem);
  }
}
.c-md-item-elm:not(._hero) {
  opacity: 0;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
.c-md-item-elm:not(._hero)._no01 {
  translate: 30px 0;
}
.c-md-item-elm:not(._hero)._no02 {
  translate: -30px 0;
}
.c-md-item-elm img {
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-name: kfYoYo;
          animation-name: kfYoYo;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes kfYoYo {
  0% {
    translate: 0 0;
  }
  50% {
    translate: 0 30%;
  }
  100% {
    translate: 0 0;
  }
}
@keyframes kfYoYo {
  0% {
    translate: 0 0;
  }
  50% {
    translate: 0 30%;
  }
  100% {
    translate: 0 0;
  }
}

.c-md-item-elm._no01 {
  top: 0rem;
  right: 5%;
  z-index: 50;
}
@media only screen and (max-width: 1100px) {
  .c-md-item-elm._no01 {
    top: -6rem;
    right: 2%;
  }
}
.c-md-item-elm._no01.is-on {
  translate: 0 0;
  opacity: 1;
}
.c-md-item-elm._no01 img {
  rotate: 20deg;
}

.c-md-item-elm._no02 {
  top: 4rem;
  left: 5%;
  z-index: 50;
}
.c-md-item-elm._no02.is-on {
  translate: 0 0;
  opacity: 1;
}
.c-md-item-elm._no02 img {
  rotate: -20deg;
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}

.c-md-pp-name {
  text-align: right;
  font-weight: 700;
  color: #355697;
  margin-bottom: 4rem;
}

.c-md-pp-heading {
  font-size: 1.5rem;
  font-weight: 700;
  color: #355697;
  margin-bottom: 2rem;
}

.c-md-pp-meta {
  color: #77a4c5;
  font-weight: 700;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin-bottom: 4rem;
}
.section-title p {
  line-height: 1.2;
  text-transform: uppercase;
}
.section-title span {
  font-size: 1rem;
  letter-spacing: 15px;
  padding-left: 12px;
}
.section-title.white * {
  color: #fff;
}
.section-title .box p {
  font-size: 1rem;
  margin-top: 2rem;
  line-height: 1.75;
}
@media only screen and (max-width: 520px) {
  .section-title .box p {
    text-align: left;
  }
  .section-title .box p br {
    display: none;
  }
}

/*================================================================================================

* SELECTION *

================================================================================================*/
::-moz-selection {
  background: #0087e7;
  /* Safari */
  color: #fff;
  /*文字色*/
}
::selection {
  background: #0087e7;
  /* Safari */
  color: #fff;
  /*文字色*/
}

::-moz-selection {
  background: #0087e7;
  /* Safari */
  color: #fff;
  /*文字色*/
}

::-webkit-input-placeholder {
  font-size: 0.8rem;
  color: rgba(53, 86, 151, 0.5);
}

:-ms-input-placeholder {
  font-size: 0.8rem;
  color: rgba(53, 86, 151, 0.5);
}

::-moz-placeholder {
  font-size: 0.8rem;
  color: rgba(53, 86, 151, 0.5);
}

.hamburger-btn {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #fff;
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 10000;
  cursor: pointer;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
.hamburger-btn span {
  width: 40%;
  height: 3px;
  background: #0087e7;
  content: "";
  border-radius: 50px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.hamburger-btn span:nth-child(1) {
  top: -14px;
  -webkit-transition: 0.35s ease 0.35s;
  transition: 0.35s ease 0.35s;
}
.hamburger-btn span:nth-child(2), .hamburger-btn span:nth-child(3) {
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
.hamburger-btn span:nth-child(4) {
  top: 15px;
  -webkit-transition: 0.35s ease 0.35s;
  transition: 0.35s ease 0.35s;
}
.hamburger-btn.on {
  background: #e8f5ff;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
.hamburger-btn.on span:nth-child(1) {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  opacity: 0;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
.hamburger-btn.on span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.35s ease 0.35s;
  transition: 0.35s ease 0.35s;
}
.hamburger-btn.on span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.35s ease 0.35s;
  transition: 0.35s ease 0.35s;
}
.hamburger-btn.on span:nth-child(4) {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  opacity: 0;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}

.drawer-menu {
  width: 80%;
  max-width: 380px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  background: #fff;
  -webkit-box-shadow: 0px 45px 45px -15px rgba(10, 10, 10, 0.25);
          box-shadow: 0px 45px 45px -15px rgba(10, 10, 10, 0.25);
  -webkit-transform: translateX(110%);
          transform: translateX(110%);
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
.drawer-menu ul {
  width: 100%;
  padding: 4rem 2rem 0rem 2rem;
}
.drawer-menu ul li {
  width: 100%;
}
.drawer-menu ul li a {
  display: inline-block;
  padding: 1rem;
  font-weight: 700;
  color: #0087e7;
  font-size: 1.25rem;
}

.hamburger-btn.on + .drawer-menu {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}

.drawer-menu-bg {
  width: 100%;
  height: 100vh;
  z-index: 9998;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}

.hamburger-btn.on + .drawer-menu + .drawer-menu-bg {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}

.wave {
  width: 130%;
  content: "";
  z-index: 1;
  pointer-events: none;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-name: waveAni;
          animation-name: waveAni;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.wave svg {
  vertical-align: bottom;
}

@-webkit-keyframes waveAni {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes waveAni {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.wave180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin: auto;
  position: absolute;
  right: 0;
  bottom: 0px;
  left: 0;
}

section.firstview {
  width: 100%;
  height: 100vh;
  padding: 4rem 1rem;
  position: relative;
  background: url(../../img/firstview2.webp) no-repeat center/cover;
}
section.firstview > .inner {
  width: 100%;
  max-width: 480px;
  -webkit-transform: translateY(-80%);
          transform: translateY(-80%);
  position: relative;
  z-index: 10;
}
section.firstview > .inner img {
  margin-bottom: 2rem;
}
section.firstview > .inner p {
  text-align: center;
}
section.firstview .wave path {
  fill: #fff;
}
@media only screen and (max-width: 768px) {
  section.firstview .wave {
    bottom: 78px;
  }
}
@media only screen and (max-width: 768px) {
  section.firstview::after {
    height: 80px;
    background: #fff;
    content: "";
    margin: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media only screen and (max-width: 520px) {
  section.firstview br.sp {
    display: none;
  }
  section.firstview > .inner p {
    text-align: left;
    text-align: justify;
    word-break: break-all;
  }
}

section.overview {
  width: 100%;
  padding: 4rem 1.5rem 12rem 1.5rem;
  position: relative;
  z-index: 500;
}
section.overview .p768 {
  position: relative;
  z-index: 10;
}
section.overview .item-wrap {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  section.overview .item-wrap {
    max-width: 380px;
    margin: 0 auto;
  }
}
section.overview .item-wrap .img {
  width: 40%;
  padding-right: 3rem;
}
@media only screen and (max-width: 768px) {
  section.overview .item-wrap .img {
    width: 100%;
    padding-right: 0rem;
  }
}
@media only screen and (max-width: 768px) {
  section.overview .item-wrap .img {
    max-width: 180px;
    margin: 0 auto;
  }
}
section.overview .item-wrap .text {
  width: 60%;
}
section.overview .item-wrap .text h3 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
section.overview .item-wrap .text p {
  text-align: justify;
}
@media only screen and (max-width: 768px) {
  section.overview .item-wrap .text {
    width: 100%;
  }
  section.overview .item-wrap .text h3 {
    margin-top: 2rem;
    text-align: center;
  }
}
section.overview .wave path {
  fill: #0087e7;
}

section.point {
  background: #0087e7;
  padding: 3rem 1.5rem 4rem 1.5rem;
  position: relative;
}
section.point .p960 {
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  section.point .p960 {
    max-width: 580px;
  }
}
section.point .card {
  width: calc(100% - 0px);
  padding: 4rem 1rem;
  margin-bottom: 3rem;
  background: #fff;
  -webkit-box-shadow: 0px 3px 4px -1px rgba(10, 10, 10, 0.1);
          box-shadow: 0px 3px 4px -1px rgba(10, 10, 10, 0.1);
  border-radius: 8px;
}
section.point .card .inner {
  max-width: 768px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  section.point .card .inner {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
section.point .card .img {
  width: 35%;
}
@media only screen and (max-width: 768px) {
  section.point .card .img {
    width: 100%;
    max-width: 180px;
    margin: 0 auto;
    margin-bottom: 2rem;
  }
}
section.point .card .detail {
  padding-left: 3rem;
  width: 65%;
}
@media only screen and (max-width: 768px) {
  section.point .card .detail {
    width: 100%;
    padding-left: 0rem;
    max-width: 280px;
    margin: 0 auto;
  }
}
section.point .card .detail h3 {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  section.point .card .detail h3 {
    text-align: center;
  }
}
section.point .card .detail img {
  display: block;
  max-width: 180px;
  margin: 0 auto;
  margin-bottom: 2rem;
}
section.point .card .detail p.sup {
  font-size: 0.8rem;
  opacity: 0.7;
}
section.point .wave path {
  fill: #0087e7;
}

section.image {
  width: 100%;
  padding: 4rem 1.5rem 4rem 1.5rem;
  z-index: 10;
  background: #e8f5ff;
  position: relative;
}
section.image img {
  max-width: 1200px;
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
section.image img.on {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
section.image .p1240 {
  position: relative;
  z-index: 10;
}
section.image .bg {
  width: 100%;
  height: 40%;
  content: "";
  background: #0087e7;
  margin: auto;
  position: absolute;
  top: -2px;
  right: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  section.image .bg {
    height: 60%;
  }
}
section.image .bg .wave path {
  fill: #0087e7;
}

section.step {
  width: 100%;
  padding: 8rem 1.5rem 4rem 1.5rem;
  background: #e8f5ff;
}
@media only screen and (max-width: 520px) {
  section.step {
    padding: 4rem 1.5rem 4rem 1.5rem;
  }
}
section.step .item-wrap {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  section.step .item-wrap {
    max-width: 380px;
    margin: 0 auto;
  }
}
section.step .item-wrap .item {
  width: 100%;
  margin-bottom: 4rem;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  section.step .item-wrap .item {
    margin-bottom: 2rem;
  }
}
section.step .item-wrap .img-wrap {
  width: 280px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  section.step .item-wrap .img-wrap {
    margin: 0 auto;
    margin-bottom: 2rem;
  }
}
section.step .item-wrap .img-wrap .img {
  width: 100%;
  height: 280px;
  background: #cbdfee;
  border-radius: 100%;
  position: relative;
}
section.step .item-wrap .img-wrap .img img {
  width: 65%;
  opacity: 0;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
section.step .item-wrap .detail {
  width: calc(100% - 280px);
  padding-left: 3rem;
  opacity: 0;
}
section.step .item-wrap .detail h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
section.step .item-wrap .detail h3 p:nth-child(1) {
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  section.step .item-wrap .detail h3 {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  section.step .item-wrap .detail {
    padding-left: 0rem;
    width: calc(100% - 0px);
    -webkit-transform: translateY(0rem) translateX(50px);
            transform: translateY(0rem) translateX(50px);
  }
}
section.step .item-wrap .item.ai .img {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
section.step .item-wrap .item.ai .detail {
  padding-left: 1rem;
}
section.step .item-wrap .item.ai .detail h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
section.step .item-wrap .item.ai .detail h3 p:nth-child(1) {
  line-height: 1.75;
  color: #0087e7;
}
@media only screen and (max-width: 768px) {
  section.step .item-wrap .item.ai .detail {
    padding-left: 0rem;
  }
}
section.step .item-wrap .item.ai .ai-detail {
  padding: 2rem 2rem;
  background: #0087e7;
  color: #fff;
  border-radius: 5px;
  position: relative;
}
section.step .item-wrap .item.ai .ai-detail h3 {
  font-size: 1.5rem;
}
section.step .item-wrap .item.ai .ai-detail span {
  opacity: 0.7;
}
section.step .item-wrap .item.ai .ai-detail::after {
  border-style: solid;
  border-color: transparent #0087e7 transparent transparent;
  border-width: 15px 15px 15px 0;
  display: inline-block;
  height: 0;
  width: 0;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
}
@media only screen and (max-width: 768px) {
  section.step .item-wrap .item.ai .ai-detail::after {
    display: none;
  }
}
section.step .item-wrap .bar {
  width: 10px;
  height: 90%;
  background: #cbdfee;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 140px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  section.step .item-wrap .bar {
    height: 75%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
  }
}
section.step .item-wrap .bar::after {
  content: "";
  height: 100%;
  background: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
}
section.step .item.no01 .img-wrap .img {
  background: #fff;
}
section.step .item.no01 .img-wrap .img img {
  opacity: 1;
}
section.step .item.no01 .detail {
  opacity: 1;
  -webkit-transform: translateY(-1rem) translateX(0px);
          transform: translateY(-1rem) translateX(0px);
}
@media only screen and (max-width: 768px) {
  section.step .item.no01 .detail {
    -webkit-transform: translateY(0rem) translateX(0px);
            transform: translateY(0rem) translateX(0px);
  }
}
section.step .item-wrap.on .bar::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: 4s ease;
  transition: 4s ease;
}
section.step .item-wrap.on .item.no02 *,
section.step .item-wrap.on .item.no03 * {
  -webkit-transition: 0.35s ease 1s;
  transition: 0.35s ease 1s;
}
@media only screen and (max-width: 768px) {
  section.step .item-wrap.on .item.no02 *,
  section.step .item-wrap.on .item.no03 * {
    -webkit-transition: 0.35s ease 0.7s;
    transition: 0.35s ease 0.7s;
  }
}
section.step .item-wrap.on .item.no02 .img,
section.step .item-wrap.on .item.no03 .img {
  background: #fff;
}
section.step .item-wrap.on .item.no02 .img img,
section.step .item-wrap.on .item.no03 .img img {
  opacity: 1;
}
section.step .item-wrap.on .item.no02 .detail,
section.step .item-wrap.on .item.no03 .detail {
  opacity: 1;
  -webkit-transform: translateY(-1rem) translateX(0px);
          transform: translateY(-1rem) translateX(0px);
}
@media only screen and (max-width: 768px) {
  section.step .item-wrap.on .item.no02 .detail,
  section.step .item-wrap.on .item.no03 .detail {
    -webkit-transform: translateY(0rem) translateX(0px);
            transform: translateY(0rem) translateX(0px);
  }
}
section.step .item-wrap.on .item.no03 * {
  -webkit-transition: 0.35s ease 1.7s;
  transition: 0.35s ease 1.7s;
}
@media only screen and (max-width: 768px) {
  section.step .item-wrap.on .item.no03 * {
    -webkit-transition: 0.35s ease 2.1s;
    transition: 0.35s ease 2.1s;
  }
}
@media only screen and (max-width: 768px) {
  section.step .item-wrap .item.no02 .detail {
    -webkit-transform: translateY(-3rem) translateX(20px);
            transform: translateY(-3rem) translateX(20px);
  }
  section.step .item-wrap.on .item.no02 .detail {
    -webkit-transform: translateY(-3rem) translateX(0px);
            transform: translateY(-3rem) translateX(0px);
  }
}

section.price {
  position: relative;
  width: 100%;
  padding: 4rem 1.5rem 8rem 1.5rem;
}
@media only screen and (max-width: 768px) {
  section.price {
    padding: 4rem 1.5rem 4rem 1.5rem;
  }
}
section.price .p1240,
section.price .section-title {
  z-index: 10;
  position: relative;
}
@media only screen and (max-width: 768px) {
  section.price .p1240 {
    max-width: 380px;
  }
}
section.price .card {
  width: calc(25% - 1rem);
  background: #fff;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 7px 15px -3px rgba(10, 10, 10, 0.1);
          box-shadow: 0px 7px 15px -3px rgba(10, 10, 10, 0.1);
  border-radius: 5px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  section.price .card {
    width: calc(100% - 0rem);
    margin-bottom: 4rem;
  }
}
section.price .card .detail {
  padding: 2rem;
}
section.price .card .row {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #dee0eb;
}
section.price .card .row > div:nth-child(1) {
  color: rgb(128, 151, 196);
  font-size: 0.8rem;
  font-weight: 700;
}
section.price .card .row > div:nth-child(2) {
  text-align: right;
}
section.price .card .row:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
section.price .card .row span.pre {
  font-weight: 700;
  color: #ffb52c;
}
section.price .card .row span:not(.pre) {
  font-size: 1.5rem;
  padding-right: 0.25rem;
  font-weight: 700;
  color: #0087e7;
}
section.price .card h3 {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 700;
  color: #fff;
  background: #0087e7;
  padding: 1.5rem 1rem;
}
section.price .card ul.sub {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
section.price .card ul.sub li {
  display: list-item;
}
section.price .bg {
  width: 100%;
  height: 50%;
  content: "";
  background: #e8f5ff;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  section.price .bg {
    height: 85%;
  }
}
section.price .bg .wave180 path {
  fill: #e8f5ff;
}
section.price .card.free h3 {
  background: rgba(0, 135, 231, 0.6);
}
section.price .card.lite h3 {
  background: rgba(0, 135, 231, 0.8);
}
section.price .card.basic {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  z-index: 5;
  position: relative;
}
section.price .card.basic h3 {
  background: #0087e7;
}
section.price .card.basic::after {
  width: 50px;
  height: 50px;
  background: #ffe340;
  content: "";
  margin: auto;
  position: absolute;
  top: -25px;
  left: -25px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
section.price .card.premium h3 {
  background: #ffb52c;
}
section.price .card.premium span:not(.pre) {
  color: #ffb52c;
}

.p-top-case-study {
  padding: 4rem 1.5rem 12rem 1.5rem;
  position: relative;
}
.p-top-case-study::after {
  width: 60%;
  height: 40%;
  content: "";
  background: #e8f5ff;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: 4rem;
  left: 0;
}
.p-top-case-study._sub-page {
  background: #d4e9f8;
  padding: 4rem 3rem 6rem 3rem;
}
.p-top-case-study._sub-page::after {
  display: none;
}

section.contact {
  width: 100%;
  padding: 4rem 1.5rem 12rem 1.5rem;
  position: relative;
}
section.contact > .inner {
  max-width: 580px;
  margin: 0 auto;
}
section.contact .wave path {
  fill: #0087e7;
}

.form-item .row {
  margin-bottom: 2rem;
  position: relative;
}
.form-item .row .input {
  position: relative;
}
.form-item .row .input::after {
  font-size: 28px;
  content: "account_balance";
  margin: auto;
  position: absolute;
  top: 5px;
  left: 1rem;
  font-family: "Material Icons Outlined";
}
.form-item .row.company .input::after {
  content: "home";
}
.form-item .row.name .input::after {
  content: "person";
}
.form-item .row.name2 .input::after {
  content: "person_search";
}
.form-item .row.number .input::after {
  content: "phone";
}
.form-item .row.mail .input::after {
  content: "email";
}
.form-item .row .input._select1::after {
  content: "chat";
}
.form-item .row .input._select2::after {
  content: "contact_support";
}
.form-item input[type=text],
.form-item input[type=email],
.form-item select,
.form-item textarea {
  padding: 1rem;
  background: rgba(232, 245, 255, 0.4);
  border: 1px solid #cbdfee;
  border-radius: 5px;
  color: #296c9b;
  font-weight: 700;
  padding-left: 4rem;
}
.form-item textarea {
  padding-left: 1rem;
}
.form-item option {
  font-weight: 700;
}
.form-item label {
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  display: inline-block;
}
.form-item button[type=submit] {
  width: 100%;
  cursor: pointer;
  padding: 1.5rem 1rem;
  background: #0087e7;
  color: #fff;
  font-size: 1.25rem;
  border-radius: 10px;
  margin-top: 2rem;
  border-bottom: 5px solid #296c9b;
}
.form-item .required {
  background-color: #fb4b4e;
  border-radius: 10px;
  display: inline-block;
  padding: 2px 10px 0;
  color: #fff;
  margin-left: 2rem;
}

.contact .input:has(select)::before {
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid #296c9b;
  border-bottom: 2px solid #296c9b;
  margin: auto;
  position: absolute;
  top: 50%;
  right: 1rem;
  translate: 0 -50%;
  content: "";
  rotate: 45deg;
}

footer {
  padding: 2rem 1rem;
  background: #0087e7;
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.c-modal-wrap {
  width: 100%;
  height: 100vh;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 10001;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  overflow-y: scroll;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  -webkit-overscroll-behavior: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
  backdrop-filter: blur(2px);
}
.c-modal-wrap::-webkit-scrollbar {
  display: none;
}
.c-modal-wrap-inner {
  min-height: 100vh;
  position: relative;
  padding: 8rem 2rem;
}
.c-modal-wrap.is-open {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.c-modal-body {
  width: min(960px, 100%);
  margin: auto;
  margin: auto;
  padding: 2rem;
  background: #fff;
  z-index: 20;
  position: relative;
  border-radius: 0.5rem;
}
.c-modal-body-inner {
  width: min(800px, 100%);
  margin: auto;
}
.c-modal-heading {
  font-size: 1.5rem;
  font-weight: 700;
  color: #355697;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid hsl(206, 45%, 90%);
}
.c-modal-close-ovl {
  cursor: pointer;
  margin: auto;
  position: absolute;
  inset: 0;
  z-index: 10;
  background: linear-gradient(130deg, #355697 0%, #0090e8 100%);
  opacity: 0.5;
}

.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-pagination-btn[href=""] {
  opacity: 0;
  pointer-events: none;
}
.c-pagination .c-form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-icon {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1;
  vertical-align: middle;
  font-family: "Material Symbols Sharp";
  font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 50;
}
.c-icon-body {
  display: block;
  margin: 0 auto;
  translate: 4% 0%;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.p-top-hero {
  font-size: 1.25rem;
  padding-left: 2rem;
  padding-right: 2rem;
  height: 100vh;
  background: #d4e9f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .p-top-hero {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media only screen and (max-width: 1580px) {
  .p-top-hero {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 1100px) {
  .p-top-hero {
    height: auto;
    padding-top: 4rem;
  }
}
.p-top-hero-body {
  width: min(1500px, 100%);
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 10;
  gap: 2rem;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .p-top-hero-body {
    width: min(768px, 100%);
  }
}
.p-top-hero-detail {
  width: 50%;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 1100px) {
  .p-top-hero-detail {
    display: contents;
  }
}
.p-top-hero-logo {
  width: 86%;
}
@media only screen and (max-width: 1300px) {
  .p-top-hero-logo {
    width: 75%;
  }
}
@media only screen and (max-width: 1100px) {
  .p-top-hero-logo {
    width: 80%;
    margin: auto;
    text-align: center;
  }
}
.p-top-hero-logo-item._wasuluck svg {
  width: 78%;
}
@media only screen and (max-width: 1100px) {
  .p-top-hero-logo-item._wasuluck svg {
    margin: auto;
  }
}
.p-top-hero-logo-item._lid {
  margin-top: 1rem;
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1100px) {
  .p-top-hero-logo-item._lid {
    margin: auto;
  }
}
.p-top-hero-logo-item._lid span {
  font-size: 1rem;
  font-weight: 700;
  color: #77a4c5;
}
.p-top-hero-logo-item._lid img {
  max-width: 180px;
}
.p-top-hero-logo-item-copy {
  width: 100%;
  font-weight: 700;
  color: #77a4c5;
  margin-bottom: 0.25rem;
  display: inline-block;
}
.p-top-hero-logo-elm {
  width: 2rem;
  height: 2rem;
  position: relative;
  margin: 0.5rem 0 1.5rem;
  margin-left: 40%;
}
@media only screen and (max-width: 1100px) {
  .p-top-hero-logo-elm {
    margin-left: auto;
    margin-right: auto;
  }
}
.p-top-hero-logo-elm::before, .p-top-hero-logo-elm::after {
  height: 0.25rem;
  width: 100%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0087e7;
  rotate: 45deg;
}
.p-top-hero-logo-elm::after {
  rotate: -45deg;
}
.p-top-hero-description {
  width: 100%;
  margin-top: 3rem;
  padding: 1.5rem 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  border: 0.25rem solid #355697;
  background: #fff;
  position: relative;
  z-index: 10;
  border-radius: 0.5rem;
}
@media only screen and (max-width: 1100px) {
  .p-top-hero-description {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media only screen and (max-width: 1100px) {
  .p-top-hero-description {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 0;
  }
}
.p-top-hero-description-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #355697;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1580px) {
  .p-top-hero-description-heading {
    font-size: 1.5rem;
  }
}
.p-top-hero-description-paragraph {
  font-size: 1.25rem;
}
@media only screen and (max-width: 1580px) {
  .p-top-hero-description-paragraph {
    font-size: 1rem;
  }
}
.p-top-hero-image {
  width: 52%;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.p-top-hero-image-body {
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 1100px) {
  .p-top-hero-image {
    width: 100%;
    position: relative;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-top-hero-image .c-md-item-elm:nth-of-type(2) {
  top: 20%;
  right: -2%;
}
.p-top-hero-image .c-md-item-elm:nth-of-type(2) img {
  rotate: 20deg;
}
.p-top-hero-image .c-md-item-elm:nth-of-type(3) {
  top: 35%;
  left: -10%;
}
.p-top-hero-image .c-md-item-elm:nth-of-type(3) img {
  rotate: -20deg;
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}
.p-top-hero-background {
  width: 71%;
  height: 45vh;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: 4rem;
  border: 0.25rem solid #355697;
  z-index: 0;
  translate: 13% 0;
}
.p-top-hero-background._sp {
  display: none;
}
@media only screen and (max-width: 1580px) {
  .p-top-hero-background {
    bottom: 4rem;
  }
}
@media only screen and (max-width: 1100px) {
  .p-top-hero-background._pc {
    display: none;
  }
  .p-top-hero-background._sp {
    width: 110%;
    height: 50%;
    display: block;
    z-index: 0;
  }
}
.p-top-hero-background img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-hero-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.p-top-solutions {
  padding: 8rem 0 0;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
  background: #d4e9f8;
}
@media only screen and (max-width: 1100px) {
  .p-top-solutions {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.p-top-solutions .c-heading-section-sub {
  color: #fff;
}
.p-top-solutions-body {
  width: min(1500px, 100%);
  margin: auto;
  position: relative;
  z-index: 10;
  gap: 4rem;
}
@media only screen and (max-width: 1100px) {
  .p-top-solutions-body {
    width: min(768px, 100%);
  }
}
.p-top-solutions-background {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: -55%;
}
@media only screen and (max-width: 1580px) {
  .p-top-solutions-background {
    top: -35%;
  }
}
.p-top-solutions-background-top {
  translate: 0 0.5rem;
}
.p-top-solutions-background-middle {
  height: 50vh;
  background: #0087e7;
}
@media only screen and (max-width: 1580px) {
  .p-top-solutions-background-middle {
    height: 85vh;
  }
}
@media only screen and (max-width: 1100px) {
  .p-top-solutions-background-middle {
    height: 300vh;
  }
}
.p-top-solutions-background-bottom {
  translate: 0 -0.5rem;
}
.p-top-solutions-card-heading {
  text-align: center;
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.p-top-solutions-card-heading-text {
  font-size: 3rem;
  font-weight: 700;
  color: #194467;
}
.p-top-solutions-card-heading-text-sub {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 700;
  color: #194467;
  display: inline-block;
}
.p-top-solutions-card-list {
  background: #fff;
  padding: 2rem;
  font-size: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: 3rem;
  border-radius: 0.5rem;
  position: relative;
  opacity: 0;
  translate: 0 4rem;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
@media only screen and (max-width: 1100px) {
  .p-top-solutions-card-list {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media only screen and (max-width: 1580px) {
  .p-top-solutions-card-list {
    font-size: 1.25rem;
  }
}
.p-top-solutions-card-list::after {
  width: 2rem;
  height: 2rem;
  background: #fff;
  content: "";
  margin: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  rotate: 45deg;
  translate: 0 48%;
}
.p-top-solutions-card-list-item {
  font-weight: 700;
  color: #355697;
}
.p-top-solutions-card-list-item + .p-top-solutions-card-list-item {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid hsl(206, 45%, 85%);
}
.p-top-solutions-card-list-item::before {
  font-size: 1.5rem;
  line-height: 1;
  vertical-align: sub;
  font-family: "Material Symbols Sharp";
  font-variation-settings: "FILL" 0, "wght" 900, "GRAD" 0, "opsz" 50;
  content: "check_circle";
  color: #00cfb0;
}
.p-top-solutions-card-list.is-on {
  opacity: 1;
  translate: 0 0;
}
.p-top-solutions .l-grid-system-item:nth-child(2) .p-top-solutions-card-list.is-on {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.p-top-solutions-card-character {
  width: 45%;
  margin: auto;
}
@media only screen and (max-width: 1100px) {
  .p-top-solutions-card-character {
    width: 55%;
  }
}

.p-top-integration {
  background: #d4e9f8;
}
.p-top-integration-section {
  padding: 12rem 0 8rem;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .p-top-integration-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.p-top-integration-section-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(1500px, 100%);
  margin: auto;
  gap: 4rem;
}
@media only screen and (max-width: 1100px) {
  .p-top-integration-section-body {
    width: min(768px, 100%);
  }
}
@media only screen and (max-width: 1100px) {
  .p-top-integration-section-body {
    gap: 0;
  }
}
.p-top-integration-section-detail {
  width: 50%;
  color: #355697;
}
@media only screen and (max-width: 1100px) {
  .p-top-integration-section-detail {
    display: contents;
  }
}
.p-top-integration-section-detail-heading {
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 1100px) {
  .p-top-integration-section-detail-heading {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-top-integration-section-detail-paragraph {
  margin-top: 2rem;
  font-size: 1.25rem;
  font-weight: 700;
}
@media only screen and (max-width: 1100px) {
  .p-top-integration-section-detail-paragraph {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-top-integration-section-detail .p-top-hero-logo-item {
  margin-top: 2rem;
}
@media only screen and (max-width: 1100px) {
  .p-top-integration ._wasuluck {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media only screen and (max-width: 1100px) {
  .p-top-integration ._lid {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.p-top-integration .c-btn-link {
  width: 100%;
  margin: auto;
  margin-top: 2rem;
}
@media only screen and (max-width: 1100px) {
  .p-top-integration .c-btn-link {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}

.p-top-integration-item {
  margin: auto;
  width: 40%;
  aspect-ratio: 10/10;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .p-top-integration-item {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.p-top-integration-item-elm {
  width: 35%;
  margin: auto;
  position: absolute;
  z-index: 10;
  aspect-ratio: 10/10;
}
.p-top-integration-item-elm-body {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #e8f5ff;
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top-integration-item-elm::after {
  content: "";
  background: #0087e7;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-name: kfIntegrationFlash;
          animation-name: kfIntegrationFlash;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.p-top-integration-item-elm:nth-child(1) {
  top: 0%;
  left: 0;
}
.p-top-integration-item-elm:nth-child(1) img {
  width: 75%;
}
.p-top-integration-item-elm:nth-child(1)::after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.p-top-integration-item-elm:nth-child(2) {
  top: 0%;
  right: 0;
}
.p-top-integration-item-elm:nth-child(2)::after {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}
.p-top-integration-item-elm:nth-child(3) {
  bottom: 0%;
  left: 0;
}
.p-top-integration-item-elm:nth-child(3)::after {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.p-top-integration-item-elm:nth-child(3) svg {
  width: 75%;
}
.p-top-integration-item-elm:nth-child(3) svg path {
  fill: #355697;
}
.p-top-integration-item-elm:nth-child(4) {
  bottom: 0%;
  right: 0;
}
.p-top-integration-item-elm:nth-child(4)::after {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.p-top-integration-item-background-circle {
  width: 100%;
  aspect-ratio: 10/10;
  border: 1rem solid #e8f5ff;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 100%;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-name: kfIntegrationRotate;
          animation-name: kfIntegrationRotate;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.p-top-integration-item-background-circle-item {
  width: 25%;
  aspect-ratio: 10/10;
  border-radius: 100%;
  content: "";
  margin: auto;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  translate: 0 calc(-50% - 0rem);
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-name: kfIntegrationRotateR;
          animation-name: kfIntegrationRotateR;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.p-top-integration-item-background-circle-item::after {
  width: 100%;
  aspect-ratio: 10/10;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: #0087e7;
  border-radius: 100%;
  scale: 1.25;
}
.p-top-integration-item-background-circle-item p {
  color: #fff;
  font-weight: 700;
  text-align: center;
  position: relative;
  z-index: 100;
  line-height: 1.2;
  margin-top: 0.25rem;
}
.p-top-integration-item-background-circle-item svg {
  position: relative;
  z-index: 100;
}
.p-top-integration-item-background-circle-item svg path,
.p-top-integration-item-background-circle-item svg rect {
  stroke-width: 12px;
}
@-webkit-keyframes kfIntegrationRotate {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: -360deg;
  }
}
@keyframes kfIntegrationRotate {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: -360deg;
  }
}
@-webkit-keyframes kfIntegrationRotateR {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}
@keyframes kfIntegrationRotateR {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}
@-webkit-keyframes kfIntegrationFlash {
  0% {
    opacity: 0;
    scale: 1;
  }
  5% {
    opacity: 30%;
  }
  10% {
    opacity: 0;
    scale: 1.5;
  }
  100% {
    opacity: 0;
    scale: 0.3;
  }
}
@keyframes kfIntegrationFlash {
  0% {
    opacity: 0;
    scale: 1;
  }
  5% {
    opacity: 30%;
  }
  10% {
    opacity: 0;
    scale: 1.5;
  }
  100% {
    opacity: 0;
    scale: 0.3;
  }
}

.p-top-features {
  padding: 8rem;
  background: #d4e9f8;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media only screen and (max-width: 1100px) {
  .p-top-features {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.p-top-features .c-md-video {
  margin-top: 4rem;
  background: #e8f5ff;
}
.p-top-features .c-md-text-annotation {
  width: min(1500px, 100%);
  margin: auto;
  font-size: 1.25rem;
  text-align: right;
  margin-top: 1rem;
  color: #355697;
}
@media only screen and (max-width: 1100px) {
  .p-top-features .c-md-text-annotation {
    width: min(768px, 100%);
  }
}

.p-top-features-contents {
  width: min(1500px, 100%);
  margin: auto;
  gap: 4rem;
}
@media only screen and (max-width: 1100px) {
  .p-top-features-contents {
    width: min(768px, 100%);
  }
}
@media only screen and (max-width: 1580px) {
  .p-top-features-contents {
    gap: 2rem;
  }
}
.p-top-features-contents-item {
  padding: 2rem;
  background: #fff;
  border-radius: 0.5rem;
  opacity: 0;
  translate: 0 2rem;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.p-top-features-contents-item.is-on {
  opacity: 1;
  translate: 0 0;
}
.p-top-features-contents-item.is-on:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media only screen and (max-width: 850px) {
  .p-top-features-contents-item.is-on:nth-child(2) {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
.p-top-features-contents-item.is-on:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
@media only screen and (max-width: 850px) {
  .p-top-features-contents-item.is-on:nth-child(3) {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
.p-top-features-contents-item-heading {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #355697;
}
.p-top-features-contents-item-image {
  width: 70%;
  margin: auto;
  margin-bottom: 4rem;
}
.p-top-features-contents-item-paragraph {
  font-size: 1.25rem;
  font-weight: 700;
  color: #355697;
  margin-bottom: 1rem;
}

.p-top-features-graph {
  width: min(960px, 100%);
  margin: auto;
  margin-top: 8rem;
}

.p-top-features-graph-item-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #0087e7;
}
.p-top-features-graph-item-heading img {
  max-width: 230px;
  margin-bottom: 0.5rem;
}
.p-top-features-graph-item-bar {
  padding: 1rem;
  background: #0087e7;
  font-size: 2rem;
  font-weight: 700;
  background: #e8f5ff;
  position: relative;
  overflow: clip;
}
.p-top-features-graph-item-bar::after {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: #0087e7;
  scale: 0 1;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.is-on .p-top-features-graph-item-bar::after {
  scale: 1 1;
}
.p-top-features-graph-item-number {
  position: relative;
  z-index: 10;
  color: #fff;
  opacity: 0;
  translate: -2rem 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  text-align: center;
}
.is-on .p-top-features-graph-item-number {
  opacity: 1;
  translate: 0 0;
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
.p-top-features-graph-item._after {
  margin-bottom: 4rem;
}
.p-top-features-graph-item._after .p-top-features-graph-item-heading {
  color: #77a4c5;
}
.p-top-features-graph-item._after .p-top-features-graph-item-bar {
  font-size: 1.5rem;
}
.p-top-features-graph-item._after .p-top-features-graph-item-bar::after {
  width: 20%;
  background: #77a4c5;
}
.p-top-features-graph-item._after .p-top-features-graph-item-number {
  color: #194467;
  text-align: left;
}

.p-top-features-graph-item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
}
.p-top-features-graph-item-list-item {
  padding: 0.5rem 1rem;
  background: #fff;
  border-radius: 50px;
  font-weight: 700;
  color: #355697;
}
.p-top-features-graph-item-list-item:last-child {
  background: none;
}

.p-top-features-function {
  width: min(1500px, 100%);
  margin: auto;
  margin-top: 12rem;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .p-top-features-function {
    width: min(768px, 100%);
  }
}
.p-top-features-function .c-heading-section-paragraph {
  text-align: center;
}
.p-top-features-function .p-top-features-contents-item-image {
  width: 100%;
}
.p-top-features-function-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-top-features-function-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4rem;
}
@media only screen and (max-width: 1100px) {
  .p-top-features-function-contents {
    gap: 2rem;
  }
}
.p-top-features-function-contents + .p-top-features-function-contents {
  margin-top: 8rem;
}
.p-top-features-function-contents-image {
  width: 40%;
}
@media only screen and (max-width: 1100px) {
  .p-top-features-function-contents-image {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-top-features-function-contents-image img + img {
  margin-top: 2rem;
}
.p-top-features-function-contents-detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 2rem;
  color: #355697;
  position: sticky;
  top: 0;
}
@media only screen and (max-width: 1100px) {
  .p-top-features-function-contents-detail {
    position: relative;
  }
}
.p-top-features-function-contents-detail-body {
  padding: 2rem;
  background: #fff;
  border-radius: 0.5rem;
}
.p-top-features-function-contents-heading {
  margin-bottom: 2rem;
}
.p-top-features-function-contents-heading .en {
  font-size: 3rem;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 0;
}
.p-top-features-function-contents-heading .jp {
  font-size: 1.5rem;
  font-weight: 700;
  color: #77a4c5;
}
.p-top-features-function-contents-paragraph {
  font-size: 1.5rem;
  font-weight: 700;
}
.p-top-features-function-contents-paragraph + .p-top-features-function-contents-paragraph {
  margin-top: 1rem;
}
.p-top-features-function-contents:nth-child(odd) .p-top-features-function-contents-detail {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.p-top-features-function-contents:nth-child(odd) .p-top-features-function-contents-image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.p-top-features-flow {
  margin-top: 12rem;
  position: relative;
}
.p-top-features-flow .c-heading-section-paragraph {
  text-align: center;
}

.p-top-merit {
  padding: 8rem;
  background: #e8f5ff;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 0;
}
@media only screen and (max-width: 1100px) {
  .p-top-merit {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.p-top-merit .l-grid-system {
  gap: 2rem;
  width: min(1500px, 100%);
  margin: auto;
}
@media only screen and (max-width: 1100px) {
  .p-top-merit .l-grid-system {
    width: min(768px, 100%);
  }
}
.p-top-merit .l-grid-system-item {
  background: #fff;
  padding: 2rem;
  border-radius: 0.5rem;
}
.p-top-merit .l-grid-system + .l-grid-system {
  margin-top: 2rem;
}
.p-top-merit .p-top-merit-item-heading {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0087e7;
  margin-bottom: 1rem;
  text-align: center;
}
.p-top-merit .p-top-merit-item-paragraph {
  font-size: 1.25rem;
  font-weight: 700;
  color: #355697;
}

.p-top-merit-elm {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: clip;
}
.p-top-merit-elm-item {
  width: calc((100% - 0rem) / 7);
  translate: 0 100%;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
.is-on .p-top-merit-elm-item {
  translate: 0 0%;
}
.is-on .p-top-merit-elm-item:nth-child(2) {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}
.is-on .p-top-merit-elm-item:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.is-on .p-top-merit-elm-item:nth-child(4) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.is-on .p-top-merit-elm-item:nth-child(5) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.is-on .p-top-merit-elm-item:nth-child(6) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.p-top-plan-wrap {
  background: linear-gradient(130deg, #355697 0%, #0090e8 100%);
  position: relative;
}
.p-top-plan-wrap .p-top-cta {
  background: none;
}

.p-top-plan {
  padding: 8rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media only screen and (max-width: 1100px) {
  .p-top-plan {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.p-top-plan-intro {
  margin-bottom: 2rem;
  text-align: center;
  color: #fff;
  letter-spacing: 0;
}
.p-top-plan-intro .unit {
  font-size: 10rem;
  font-weight: 700;
  line-height: 1;
}
.p-top-plan-intro .unit span {
  font-size: 3rem;
}
.p-top-plan-intro .c-md-text-annotation {
  color: #fff;
  font-weight: 700;
}

.p-top-plan-list {
  width: min(960px, 100%);
  margin: auto;
  padding: 2rem;
  background: #fff;
  border-radius: 0.5rem;
}

.p-top-plan-list-item + .p-top-plan-list-item {
  border-top: 1px solid #d4e9f8;
  padding-top: 2rem;
  margin-top: 2rem;
}
.p-top-plan-list-item-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top-plan-list-item-heading-text {
  font-size: 2rem;
  font-weight: 700;
  color: #355697;
}
.p-top-plan-list-item-heading-unit {
  font-size: 2rem;
  font-weight: 700;
  color: #0087e7;
}
.p-top-plan-list-item-heading-dot {
  height: 0.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 0.5rem dotted #a8b7d7;
}
.p-top-plan-list-item-paragraph {
  font-size: 1.25rem;
  font-weight: 700;
  color: #77a4c5;
  margin-top: 1rem;
}
.p-top-plan-list-item .heading {
  font-weight: 700;
  color: #355697;
  margin-top: 1rem;
}
.p-top-plan-list-item .p-top-features-graph-item-list {
  margin-top: 0;
}
.p-top-plan-list-item .p-top-features-graph-item-list-item {
  background: #e8f5ff;
}

.p-top-cta {
  padding: 4rem;
  background: linear-gradient(130deg, #355697 0%, #0090e8 100%);
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .p-top-cta {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media only screen and (max-width: 1100px) {
  .p-top-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
    text-align: center;
  }
}
.p-top-cta::after {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: #d4e9f8;
  scale: 0 1;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
.p-top-cta.is-on::after {
  scale: 1 1;
}
.p-top-cta-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: min(1500px, 100%);
  margin: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 1100px) {
  .p-top-cta-body {
    width: min(768px, 100%);
  }
}
@media only screen and (max-width: 1100px) {
  .p-top-cta-body {
    width: 100%;
  }
}
.p-top-cta-image {
  width: 75%;
  height: 162%;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  overflow: clip;
}
@media only screen and (max-width: 1580px) {
  .p-top-cta-image {
    height: 150%;
  }
}
@media only screen and (max-width: 1300px) {
  .p-top-cta-image {
    height: 120%;
  }
}
@media only screen and (max-width: 1100px) {
  .p-top-cta-image {
    width: 100%;
    height: auto;
    position: relative;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-top-cta-image img {
  translate: -20% 35%;
}
@media only screen and (max-width: 1100px) {
  .p-top-cta-image img {
    translate: 0 0;
  }
}
.p-top-cta-detail {
  width: 50%;
  margin-left: auto;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media only screen and (max-width: 1100px) {
  .p-top-cta-detail {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.is-on .p-top-cta-detail {
  opacity: 1;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.p-top-cta-detail-heading {
  font-size: 3rem;
  font-weight: 700;
  color: #0087e7;
}
.p-top-cta-detail-paragraph {
  font-size: 1.25rem;
  font-weight: 700;
  color: #355697;
  margin-top: 2rem;
}
.p-top-cta-detail-description {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 2rem;
  color: #0087e7;
  text-align: center;
}
.p-top-cta .p-top-cta-detail-link {
  margin-top: 2rem;
  text-align: center;
}

.p-case-study {
  padding: 8rem;
  padding-left: 2rem;
  padding-right: 2rem;
  background: #e8f5ff;
}
@media only screen and (max-width: 1100px) {
  .p-case-study {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.p-case-study .c-heading-section-paragraph {
  text-align: center;
}

.c-card-case-study {
  gap: 2rem;
  width: min(1500px, 100%);
  margin: auto;
}
@media only screen and (max-width: 1100px) {
  .c-card-case-study {
    width: min(768px, 100%);
  }
}

.c-card-case-study-item-image {
  aspect-ratio: 10/7;
  position: relative;
  overflow: clip;
  background: #d4e9f8;
}
.c-card-case-study-item-image::after {
  content: "";
  background: #ffe340;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  clip-path: circle(0% at 50% 50%);
  opacity: 0.8;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
.c-card-case-study-item-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card-case-study-item-detail {
  padding: 0 2rem;
  position: relative;
  margin-top: -4rem;
}
.c-card-case-study-item-detail-body {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 10;
}
.c-card-case-study-item-detail-body::after {
  content: "";
  background: #355697;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: 100% 50% 0;
          transform-origin: 100% 50% 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  will-change: transform;
}
.c-card-case-study-item-detail-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 2rem;
  position: relative;
  z-index: 10;
}
.c-card-case-study-item-detail-text .main {
  font-size: 1.5rem;
  font-weight: 700;
  color: #355697;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
.c-card-case-study-item-detail-text .sub {
  font-weight: 700;
  color: #77a4c5;
}
.c-card-case-study-item-detail-chevron {
  padding-right: 2rem;
  position: relative;
  z-index: 10;
}
.c-card-case-study-item-detail-chevron::before {
  color: #355697;
  font-size: 1.5rem;
  line-height: 1;
  vertical-align: sub;
  font-family: "Material Symbols Sharp";
  font-variation-settings: "FILL" 0, "wght" 900, "GRAD" 0, "opsz" 50;
  content: "chevron_forward";
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
.c-card-case-study-item:hover .c-card-case-study-item-image::after {
  opacity: 0.25;
  clip-path: circle(50% at 50% 50%);
}
.c-card-case-study-item:hover .c-card-case-study-item-detail-text .main,
.c-card-case-study-item:hover .c-card-case-study-item-detail-chevron::before {
  color: #fff;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.c-card-case-study-item:hover .c-card-case-study-item-detail-body::after {
  -webkit-transform-origin: 0 50% 0;
          transform-origin: 0 50% 0;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.c-card-case-study-item._soon {
  pointer-events: none;
  position: relative;
}
.c-card-case-study-item._soon::before {
  content: "Coming Soon";
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -150%;
  z-index: 10;
  font-weight: 700;
  color: #355697;
  font-size: 2rem;
}
.c-card-case-study-item._soon .c-card-case-study-item-image img {
  display: none;
}

.p-top-contact {
  padding: 8rem;
  padding-left: 2rem;
  padding-right: 2rem;
  background: #d4e9f8;
}
@media only screen and (max-width: 1100px) {
  .p-top-contact {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.p-top-contact .l-grid-system {
  gap: 2rem;
  width: min(960px, 100%);
  margin: auto;
}
.p-top-contact .l-grid-system + .l-grid-system {
  margin-top: 4rem;
}
.p-top-contact .form-separator {
  height: 1px;
  width: min(960px, 100%);
  margin: auto;
  margin: 4rem auto 3rem;
  background: rgba(255, 255, 255, 0.5);
}
.p-top-contact textarea,
.p-top-contact select,
.p-top-contact input {
  padding: 1rem;
  background: #fff;
  border-radius: 0.5rem;
  border: 1px solid #77a4c5;
  font-size: 1.25rem;
  font-weight: 700;
  color: #355697;
  padding-left: 4rem;
}
.p-top-contact textarea option,
.p-top-contact select option,
.p-top-contact input option {
  font-weight: 700;
}
.p-top-contact textarea {
  min-height: 300px;
  field-sizing: content;
  padding: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media only screen and (max-width: 1100px) {
  .p-top-contact textarea {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.p-top-contact .form-item-lp {
  position: relative;
}
.p-top-contact .form-item-lp._hidden {
  margin-top: 3rem;
  display: none;
}
.p-top-contact .form-item-lp._hidden.is-show {
  display: block;
}
.p-top-contact .form-item-lp-input {
  position: relative;
}
.p-top-contact .form-item-lp-label {
  color: #355697;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  gap: 1rem;
}
.p-top-contact .form-item-lp-label._req {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top-contact .form-item-lp-label._req span:nth-child(2)::after {
  content: "必須";
  font-size: 0.8rem;
  padding: 0.25rem 1rem 0.1rem 1rem;
  background: #fb4b4e;
  color: #fff;
  border-radius: 0.5rem;
  font-weight: 700;
  display: inline-block;
  translate: 0 -10%;
}
.p-top-contact .form-item-lp-icon {
  color: #355697;
  font-size: 2rem;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 1rem;
  line-height: 1;
  vertical-align: sub;
  translate: 0 -50%;
  pointer-events: none;
  font-family: "Material Symbols Sharp";
  font-variation-settings: "FILL" 0, "wght" 900, "GRAD" 0, "opsz" 50;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
.p-top-contact .form-item-lp-icon._select {
  left: auto;
  right: 1rem;
}
.p-top-contact .form-item-lp-placeholder {
  margin: auto;
  position: absolute;
  top: 0.75rem;
  left: 0;
  line-height: 1;
  font-size: 1rem;
  font-weight: 700;
  color: #a8b7d7;
  pointer-events: none;
  padding: 1rem;
  padding-left: 4rem;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
.p-top-contact .form-item-lp-input-error {
  background: #fb4b4e;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  color: #fff;
  font-weight: 700;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  translate: 0 100%;
}
.p-top-contact .form-item-lp-input-error::after {
  width: 0.75rem;
  height: 0.75rem;
  background: #fb4b4e;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 1.65rem;
  rotate: 45deg;
  translate: 0 -45%;
}
.p-top-contact textarea ~ .form-item-lp-placeholder {
  top: 1.75rem;
  padding-left: 2rem;
  padding-right: 2rem;
  translate: 0 0;
}
@media only screen and (max-width: 1100px) {
  .p-top-contact textarea ~ .form-item-lp-placeholder {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.p-top-contact textarea:not(:-moz-placeholder-shown) ~ .form-item-lp-placeholder, .p-top-contact input:not(:-moz-placeholder-shown) ~ .form-item-lp-placeholder {
  translate: 0 5px;
  opacity: 0;
}
.p-top-contact textarea:not(:-ms-input-placeholder) ~ .form-item-lp-placeholder, .p-top-contact input:not(:-ms-input-placeholder) ~ .form-item-lp-placeholder {
  translate: 0 5px;
  opacity: 0;
}
.p-top-contact textarea:not(:placeholder-shown) ~ .form-item-lp-placeholder,
.p-top-contact input:not(:placeholder-shown) ~ .form-item-lp-placeholder {
  translate: 0 5px;
  opacity: 0;
}
.p-top-contact select:focus ~ .form-item-lp-icon,
.p-top-contact input:focus ~ .form-item-lp-icon {
  color: #0087e7;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
.p-top-contact .form-pp {
  width: min(960px, 100%);
  margin: auto;
  text-align: center;
}
.p-top-contact .form-pp .form-item-lp {
  margin: 2rem 0;
}
.p-top-contact .form-item-lp:has(.form-item-lp-checkbox-elm) {
  display: inline-block;
  vertical-align: bottom;
}
.p-top-contact .form-item-lp-label:has(.form-item-lp-checkbox-elm) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
.p-top-contact .form-item-lp-checkbox-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
.p-top-contact .form-item-lp-checkbox-elm {
  width: 2rem;
  height: 2rem;
  border: 1px solid #77a4c5;
  display: inline-block;
  background: #fff;
  border-radius: 0.5rem;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  position: relative;
}
.p-top-contact .form-item-lp-checkbox-elm::after {
  width: 0.75rem;
  height: 1rem;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  rotate: 45deg;
  translate: 0 -0.15rem;
}
.p-top-contact input[type=checkbox]:checked ~ .form-item-lp-checkbox-elm {
  border: 1px solid #0087e7;
  background: #0087e7;
}
.p-top-contact .c-btn-link {
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
.p-top-contact .c-btn-link:has(button[type=submit]:disabled) {
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}

.p-single-contents {
  width: 100%;
  margin: auto;
}

.p-single-contents-page-title {
  font-size: 2rem;
  color: #000;
}

.p-single-contents-date {
  color: #000;
  margin-bottom: 4rem;
  display: block;
}

.p-single-table-of-contents {
  margin: 8rem 0;
}
.p-single-table-of-contents-list-item {
  counter-increment: number 1;
}
.p-single-table-of-contents-list-item-link .number {
  width: 45px;
  display: inline-block;
}
.p-single-table-of-contents-list-item-link .number::after {
  content: counter(number, decimal-leading-zero) ".";
}
.p-single-table-of-contents-list-item-link .text {
  display: inline-block;
}

.p-single-accent {
  color: #fff;
  background: #000;
}

.p-single-bold {
  font-weight: 700;
}

.p-single-size-l {
  font-size: 1.25rem;
}

.p-single-size-s {
  font-size: 0.9rem;
}

.p-single-contents .p-single-se-list,
.p-single-contents .p-single-se-table,
.p-single-contents .p-single-se-youtube,
.p-single-contents .p-single-se-link-button,
.p-single-contents .p-single-se-file {
  margin-bottom: 4rem;
}

.p-single-se-grid {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 4rem;
  gap: 4rem;
}
@media only screen and (max-width: 850px) {
  .p-single-se-grid {
    margin-bottom: 0;
  }
}
.p-single-se-grid .grid {
  width: 100%;
}
.p-single-se-grid._2col .grid {
  width: calc((100% - 4rem * 1) / 2);
}
@media only screen and (max-width: 850px) {
  .p-single-se-grid._2col .grid {
    width: 100%;
  }
}
.p-single-se-grid._3col .grid {
  width: calc((100% - 4rem * 2) / 3);
}
@media only screen and (max-width: 850px) {
  .p-single-se-grid._3col .grid {
    width: 100%;
  }
}

.p-single-se-page-title {
  font-size: 2rem;
}

.p-single-se-heading-big {
  font-size: 2rem;
  margin-bottom: 2rem;
  font-weight: normal;
}

.p-single-se-heading-small {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  font-weight: normal;
}

.p-single-se-grid-img-wrap + .p-single-se-grid-text {
  margin-top: 1rem;
}

.p-single-se-grid-caption {
  text-align: justify;
  word-break: break-all;
  font-size: 0.9rem;
  font-style: italic;
  color: #aaa;
}

.p-single-se-grid-text {
  text-align: justify;
  word-break: break-all;
}

.p-single-se-link-text {
  color: #000;
  margin: 0 0.25rem;
}
.p-single-se-link-text::after {
  font-family: "Material Symbols Sharp";
  content: "\e89e";
  vertical-align: bottom;
  margin-left: 0.15rem;
}

.p-single-se-youtube {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.p-single-se-youtube iframe {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  inset: 0 auto auto 0;
}

.p-single-se-table table {
  width: 100%;
  border-bottom: 1px solid hsl(206, 45%, 85%);
}
@media only screen and (max-width: 1300px) {
  .p-single-se-table table {
    overflow-x: scroll;
  }
}
.p-single-se-table table th {
  padding: 1rem;
  background: #aaa;
  border-right: 1px solid hsl(206, 45%, 85%);
  color: #fff;
}
.p-single-se-table table tr {
  padding: 1rem;
  border-top: 1px solid hsl(206, 45%, 85%);
  border-left: 1px solid hsl(206, 45%, 85%);
}
.p-single-se-table table td {
  max-width: 200px;
  padding: 1rem;
  border-right: 1px solid hsl(206, 45%, 85%);
}

.p-single-se-file,
.p-single-se-link-button {
  text-align: center;
}