@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@200;300;400;600&family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  font-size: 0.694vw;
  scroll-behavior: smooth;
  scroll-padding-top: 12rem;
}
@media screen and (max-width: 800px) {
  html {
    font-size: 2.667vw;
    scroll-padding-top: 9rem;
  }
}
@media screen and (min-width: 1440px) {
  html {
    font-size: 10px;
  }
}

body {
  font-size: 1.7rem;
  color: #eff7f7;
  font-family: YakuHanJPs, "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.08em;
  background-color: #a0c0cb;
}
@media screen and (max-width: 800px) {
  body {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
  }
  body.is-fixed {
    overflow: hidden;
  }
}

img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 800px) {
  img {
    max-width: 100%;
  }
}

.inner {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 800px) {
  .inner {
    max-width: 31.3rem;
  }
}

.inner-l {
  max-width: 128rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 800px) {
  .inner-l {
    max-width: 34.3rem;
  }
}

@media screen and (min-width: 801px) {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .pc-only {
    display: none;
  }
}

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

#mktoStyleLoaded {
  /* css load detection, do not remove */
  color: #123456;
}

.mktoForm fieldset {
  border: 1px solid #aeb0b6;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.mktoForm fieldset legend {
  padding: 0 1em;
}

.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm input[type=email],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm input[type=date],
.mktoForm select.mktoField,
.mktoForm textarea.mktoField {
  -webkit-appearance: none;
  background-color: #fff;
  line-height: 1.5em;
  color: #000;
  border: 1px solid #aeb0b6;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  padding: 0.2em 0.3em;
  box-shadow: inset 1px 1px 4px 1px #ddd;
  min-height: 1.9em;
}

.mktoForm input[type=text]:focus,
.mktoForm input[type=url]:focus,
.mktoForm input[type=email]:focus,
.mktoForm input[type=tel]:focus,
.mktoForm input[type=number]:focus,
.mktoForm input[type=date]:focus,
.mktoForm select.mktoField:focus,
.mktoForm textarea.mktoField:focus {
  outline: none;
  border: 1px solid #888;
  color: #000;
}

.mktoForm select.mktoField::-ms-expand {
  display: none;
}

.mktoForm select.mktoField {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  padding: 0.2em 22px 0.2em 0.3em;
  background: #fff url(../images/arrow-down-bk.png) center right no-repeat;
}

.mktoForm.ie9 select.mktoField {
  background: none;
  padding: 0.2em 2.3px 0.2em 0.3em;
}

.mktoForm div.mktoLogicalField {
  border: 1px solid transparent;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.mktoForm input.mktoField.mktoInvalid,
.mktoForm select.mktoField.mktoInvalid,
.mktoForm textarea.mktoField.mktoInvalid,
.mktoForm div.mktoLogicalField.mktoInvalid {
  border: 1px solid #8c0005;
}

.mktoForm .mktoRadioList > label,
.mktoForm .mktoCheckboxList > label {
  margin-bottom: 0.6em;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mktoForm input[type=checkbox],
.mktoForm input[type=radio] {
  width: 1em;
  height: 1em;
  opacity: 0;
}

.mktoForm input[type=checkbox] + label:before,
.mktoForm input[type=radio] + label:before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  margin-left: -1.5em;
  line-height: 1em;
  background-color: #fff;
  box-shadow: inset 1px 1px 4px 1px #ddd;
  font-family: Arial, sans-serif;
  font-size: 13px;
  border: 1px solid #aeb0b6;
}

.mktoForm .mktoLabelToLeft input[type=checkbox] + label:before,
.mktoForm .mktoLabelToLeft input[type=radio] + label:before {
  margin-left: 0;
  right: 0.3em;
}

.mktoForm input[type=checkbox]:checked + label:before,
.mktoForm input[type=radio]:checked + label:before {
  text-align: center;
  color: #000;
}

.mktoForm input[type=checkbox]:focus + label:before,
.mktoForm input[type=radio]:focus + label:before {
  border: 1px solid #888;
}

.mktoForm input[type=checkbox] + label:before {
  border-radius: 2px;
}

.mktoForm input[type=checkbox]:checked + label:before {
  content: "✓";
}

.mktoForm input[type=radio] + label:before {
  border-radius: 1em;
}

.mktoForm input[type=radio]:checked + label:before {
  background-image: url(../images/dot-bk.png);
  background-position: 3px 3px;
  background-repeat: no-repeat;
}

.mktoForm.mktoNoCheckedSupport input[type=checkbox] + label:before,
.mktoForm.mktoNoCheckedSupport input[type=radio] + label:before {
  display: none;
}

.mktoForm.mktoNoCheckedSupport select.mktoField,
.mktoForm.ie7 select.mktoField,
.mktoForm.ie6 select.mktoField {
  background-image: none;
  padding-right: 0.3em;
}

.mktoForm textarea.mktoField {
  resize: none;
}

.l-header {
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  padding-top: 2rem;
  backdrop-filter: blur(20px);
  transition: height 0.5s;
}
@media screen and (max-width: 800px) {
  .l-header {
    padding-top: 0;
    transition: height 0.5s;
    overflow: hidden;
  }
  .l-header.is-active {
    backdrop-filter: blur(40px);
  }
  .l-header.is-active::before {
    opacity: 1;
  }
  .l-header.is-active .l-header__inner {
    border-color: transparent;
  }
  .l-header.is-active .l-header__nav {
    opacity: 1;
    transform: translateY(0);
  }
}
.l-header::before {
  content: "";
  width: calc(100% - 4rem);
  height: calc(100% - 2rem);
  backdrop-filter: blur(40px);
  border-radius: 1.7rem;
  box-shadow: 0 0 8px 0 rgba(38, 58, 77, 0.5);
  background: rgb(20, 35, 49);
  background: linear-gradient(70deg, rgba(20, 35, 49, 0.9) 0%, rgba(20, 35, 49, 0.72) 50%, rgba(20, 35, 49, 0.9) 100%);
  position: absolute;
  z-index: -1;
  left: 2rem;
  top: 2rem;
  opacity: 0;
  transition: opacity 0.4s;
}
@media screen and (max-width: 800px) {
  .l-header::before {
    width: 100%;
    height: 100%;
    background: rgb(1, 34, 65);
    background: linear-gradient(8deg, rgb(1, 34, 65) 0%, rgba(1, 34, 65, 0.5) 50%, rgb(1, 34, 65) 100%);
    left: 0;
    top: 0;
    border-radius: 0;
  }
}
.l-header__inner {
  width: calc(100% - 8rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 2rem 0.8rem 2.1rem;
}
@media screen and (max-width: 800px) {
  .l-header__inner {
    padding-bottom: 1.9rem;
    width: 34.3rem;
    transition: border-color 0.3s;
  }
}
.l-header__logo {
  width: 21.7rem;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .l-header__logo {
    width: 16.7rem;
  }
}
.l-header__logo img {
  width: 11rem;
}
@media screen and (max-width: 800px) {
  .l-header__logo img {
    width: 9.3rem;
  }
}
@media screen and (max-width: 800px) {
  .l-header__nav {
    position: absolute;
    right: 0;
    top: 8rem;
    width: 100%;
    height: calc(100dvh - 8rem);
    overflow-y: scroll;
    opacity: 0;
    transform: translateY(-2rem);
    transition: opacity 0.4s, transform 0.4s;
    padding: 3.6rem 3.1rem;
  }
  .l-header__nav .c-btn-cv {
    height: 8.2rem;
    padding-left: 3.2rem;
  }
}
@media screen and (min-width: 801px) {
  .l-header.is-open::before {
    opacity: 1;
  }
  .l-header.is-open .c-nav-menu__btn {
    color: rgba(239, 247, 247, 0.4);
  }
  .l-header.is-open .c-nav-menu__btn.is-active {
    color: #eff7f7;
  }
  .l-header.is-open .c-nav-menu__btn.is-active::before {
    opacity: 1;
  }
  .l-header.is-open .c-nav-menu__btn.is-active + .c-nav-menu__item {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
  }
  .l-header.is-open .c-nav-menu__btn::after {
    opacity: 0.4;
  }
}
.l-header__ham {
  display: none;
}
@media screen and (max-width: 800px) {
  .l-header__ham {
    display: block;
    width: 3.2rem;
    height: 3.2rem;
    position: relative;
  }
  .l-header__ham__item {
    width: 100%;
    height: 0.2rem;
    background-color: rgba(239, 247, 247, 0.9);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
  }
  .l-header__ham__item:first-child {
    margin-top: -0.6rem;
  }
  .l-header__ham__item:nth-child(3) {
    margin-top: 0.6rem;
  }
}
.l-header.is-active .l-header__ham__item:first-child {
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(26deg);
}
.l-header.is-active .l-header__ham__item:nth-child(2) {
  opacity: 0;
}
.l-header.is-active .l-header__ham__item:nth-child(3) {
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(-26deg);
}
.l-header .l-header__spnav .c-btn-cv .c-btn-arrow {
  right: 2rem;
}

.l-footer {
  position: relative;
  z-index: 10;
}
.l-footer__cv {
  margin-bottom: 16rem;
}
@media screen and (max-width: 800px) {
  .l-footer__cv {
    margin-bottom: 12rem;
  }
}
.l-footer__cv__box {
  border-radius: 1.7rem;
  background: rgb(255, 255, 255);
  background: linear-gradient(-45deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.75) 50%, rgb(255, 255, 255) 100%);
  padding: 12rem 8rem;
  display: flex;
  justify-content: space-between;
  backdrop-filter: blur(4px);
}
@media screen and (max-width: 800px) {
  .l-footer__cv__box {
    border-radius: 1.6rem;
    padding: 8rem 3.1rem;
    flex-direction: column;
    gap: 3.6rem;
  }
}
.l-footer__cv__txt {
  color: #263a4d;
  max-width: 46rem;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .l-footer__cv__txt {
    max-width: unset;
    font-size: 1.4rem;
  }
}
.l-footer__cv__hdg {
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 1em;
  letter-spacing: 0;
}
@media screen and (max-width: 800px) {
  .l-footer__cv__hdg {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 801px) {
  .l-footer__cv .c-list-cv {
    width: 56rem;
  }
}
.l-footer__main {
  padding: 12rem 0 6rem;
  border-radius: 1.7rem 1.7rem 0 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .l-footer__main {
    padding: 8rem 0 3rem;
    border-radius: 2rem 2rem 0 0;
  }
  .l-footer__main .inner-l {
    max-width: 31.3rem;
  }
}
.l-footer__main::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.75;
  background: rgb(1, 34, 65);
  background: linear-gradient(0deg, rgba(1, 34, 65, 0.25) 0%, rgba(1, 34, 65, 0.9) 100%);
}
.l-footer__flex {
  display: flex;
  justify-content: space-between;
  padding-bottom: 12rem;
}
@media screen and (max-width: 800px) {
  .l-footer__flex {
    flex-direction: column;
    gap: 4rem;
    padding-bottom: 8rem;
  }
}
.l-footer__logo img {
  width: 16rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 800px) {
  .l-footer__logo img {
    width: 12.5rem;
    margin-bottom: 2.4rem;
  }
}
.l-footer__add__txt {
  display: flex;
  flex-direction: column;
  gap: 1.3em;
  font-size: 1.4rem;
  letter-spacing: 0;
}
@media screen and (max-width: 800px) {
  .l-footer__add__txt {
    font-size: 1.2rem;
  }
}
.l-footer__nav {
  width: 84rem;
  display: flex;
  flex-direction: column;
  line-height: 1.35;
}
@media screen and (max-width: 800px) {
  .l-footer__nav {
    display: none;
    width: 100%;
    gap: 4.8rem;
  }
}
.l-footer__nav__item {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media screen and (max-width: 800px) {
  .l-footer__nav__item {
    gap: 2.4rem;
  }
}
.l-footer__nav__item:not(:last-child) {
  padding-bottom: 3.2rem;
  margin-bottom: 3.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.l-footer__nav__hdg {
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 800px) {
  .l-footer__nav__hdg {
    font-size: 1.6rem;
  }
}
.l-footer__nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 4rem;
}
.l-footer__nav__list__item {
  letter-spacing: 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 800px) {
  .l-footer__nav__list__item {
    font-size: 1.4rem;
  }
}
.l-footer__nav__product .l-footer__nav__list {
  gap: 1.8rem 4rem;
}
.l-footer__nav__product .l-footer__nav__list:first-of-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-bottom: 2.7rem;
  margin-bottom: 2.7rem;
}
.l-footer__nav__product .l-footer__nav__list__item:first-child {
  width: 100%;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.l-footer__nav__product .l-footer__nav__list__item:not(:first-child) {
  font-size: 1.5rem;
}
.l-footer__copy {
  width: calc(100% - 8rem);
  margin: 0 auto;
  padding-top: 6rem;
  line-height: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.l-footer__copy .inner-l {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 800px) {
  .l-footer__copy .inner-l {
    flex-direction: column;
    align-items: center;
    gap: 4rem;
  }
}
@media screen and (max-width: 800px) {
  .l-footer__copy {
    width: 34.3rem;
    padding-top: 0;
    border-top: none;
  }
}
.l-footer__copy small {
  font-size: 1.2rem;
  font-weight: 400;
}
.l-footer__subnav {
  display: flex;
  gap: 3rem;
  font-size: 1.3rem;
}
@media screen and (max-width: 800px) {
  .l-footer__subnav {
    justify-content: center;
    gap: 2rem;
  }
}

.l-main {
  position: relative;
  z-index: 10;
}
.l-main__sub {
  padding-top: 30.4rem;
}
@media screen and (max-width: 800px) {
  .l-main__sub {
    padding-top: 23.1rem;
  }
}
.l-main__sub .c-hdg1 {
  margin-bottom: 16rem;
}
@media screen and (max-width: 800px) {
  .l-main__sub .c-hdg1 {
    margin-bottom: 12rem;
  }
}

.l-main-breadcrumbs {
  position: absolute;
  right: 12rem;
  top: 14.4rem;
  z-index: 20;
  font-size: 1.4rem;
  letter-spacing: -0.01em;
  line-height: 1.35;
}
@media screen and (max-width: 800px) {
  .l-main-breadcrumbs {
    right: 3.1rem;
    top: 9.6rem;
  }
}
.l-main-breadcrumbs .breadcrumbs > span {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 800px) {
  .l-main-breadcrumbs .breadcrumbs > span {
    gap: 0.6em 0.9rem;
  }
}
.l-main-breadcrumbs .breadcrumbs > span span,
.l-main-breadcrumbs .breadcrumbs > span a {
  max-width: 20em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.l-main-breadcrumbs .breadcrumbs a {
  opacity: 0.5;
}

.c-hdg1 {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .c-hdg1 {
    font-size: 1.2rem;
  }
}
.c-hdg1__en {
  display: block;
  font-size: 8rem;
  font-weight: 300;
  letter-spacing: -0.04em;
  margin-bottom: 2rem;
}
@media screen and (max-width: 800px) {
  .c-hdg1__en {
    font-size: 4.8rem;
    margin-bottom: 1.2rem;
    line-height: 1.25;
  }
}
.c-hdg1--s {
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 800px) {
  .c-hdg1--s {
    margin-bottom: 3.6rem;
  }
}
.c-hdg1--s .c-hdg1__en {
  font-size: 6.4rem;
}
@media screen and (max-width: 800px) {
  .c-hdg1--s .c-hdg1__en {
    font-size: 3.6rem;
  }
}

.c-hdg2 {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}
.c-hdg2__en {
  font-size: 4.8rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-right: 1em;
}
.c-hdg2__logo {
  display: inline-block;
  width: 18rem;
}

.c-hdg3 {
  font-size: 4rem;
  letter-spacing: 0.02em;
  line-height: 1.3;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .c-hdg3 {
    font-size: 2.8rem;
  }
}
.c-hdg3__en {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 2rem;
  opacity: 0.5;
  color: rgba(239, 247, 247, 0.75);
}
@media screen and (max-width: 800px) {
  .c-hdg3__en {
    font-size: 1.4rem;
    margin-bottom: 1em;
  }
}

.c-hdg4 {
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 800px) {
  .c-hdg4 {
    font-size: 2rem;
  }
}
.c-hdg4__min {
  font-size: 1.4rem;
  vertical-align: top;
}

.c-hdg5 {
  font-size: 3.6rem;
  line-height: 1.35;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 800px) {
  .c-hdg5 {
    font-size: 2.4rem;
  }
}
.c-hdg5__en {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  opacity: 0.75;
  line-height: 1;
  margin-bottom: 3.6rem;
}
@media screen and (max-width: 800px) {
  .c-hdg5__en {
    font-size: 1.4rem;
    margin-bottom: 2.4rem;
  }
}
.c-hdg5__num {
  font-weight: 600;
  margin-left: 0.8rem;
}
@media screen and (max-width: 800px) {
  .c-hdg5__num {
    margin-left: 0.7rem;
  }
}

.c-hdg6 {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(239, 247, 247, 0.75);
  display: flex;
  align-items: flex-end;
  gap: 0.8rem 2.4rem;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 800px) {
  .c-hdg6 {
    font-size: 1.2rem;
    flex-wrap: wrap;
  }
}
.c-hdg6__flex {
  font-size: 4.8rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 1.8rem 0.8rem;
  color: #eff7f7;
}
@media screen and (max-width: 800px) {
  .c-hdg6__flex {
    font-size: 3.2rem;
    flex-wrap: wrap;
  }
}
.c-hdg6__logo {
  display: flex;
  align-items: center;
  line-height: 1;
  width: 18rem;
}
@media screen and (max-width: 800px) {
  .c-hdg6__logo {
    width: 12.8rem;
  }
}

.c-btn1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  gap: 1.6rem;
  font-weight: 600;
  height: 9.3rem;
  letter-spacing: 0.02em;
  color: #263a4d;
  position: relative;
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 5rem;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none !important;
}
@media screen and (max-width: 800px) {
  .c-btn1 {
    height: 8.2rem;
    gap: 1.4rem;
    font-size: 1.4rem;
  }
}
.c-btn1::before {
  content: "";
  width: calc(100% - 0.8rem);
  height: calc(100% - 0.8rem);
  border-radius: 5rem;
  background-color: #fff;
  background: radial-gradient(at 50% 50%, rgba(255, 255, 255, 0.9) 0, #fff 100%);
  transition: width 0.3s, height 0.3s;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.c-btn1__txt {
  position: relative;
  z-index: 2;
}
.c-btn1--arrow {
  padding: 0 2.8rem 0 3.6rem;
}
@media screen and (max-width: 800px) {
  .c-btn1--arrow {
    padding: 0 2.5rem 0 3.2rem;
  }
}
.c-btn1--arrow .c-btn1__txt {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
@media screen and (max-width: 800px) {
  .c-btn1--arrow .c-btn1__txt {
    gap: 1.4rem;
  }
}
.c-btn1--arrow .c-btn1__txt::after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(../img/common/icn_arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 800px) {
  .c-btn1--arrow .c-btn1__txt::after {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.c-btn1--s {
  font-size: 1.3rem;
  height: 4.2rem;
  padding: 0 1.3rem 0 2rem;
  background-color: rgba(255, 255, 255, 0.15);
}
.c-btn1--s .c-btn1__txt {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}
.c-btn1--s .c-btn-arrow {
  width: 1.6rem;
  height: 1.6rem;
}
@media screen and (max-width: 800px) {
  .c-btn1--s .c-btn-arrow {
    display: none;
  }
}
.c-btn1--s .c-btn-arrow::before {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 800px) {
  .c-btn1--s {
    font-size: 1.1rem;
    height: 4.1rem;
    padding: 0 2rem;
  }
}
.c-btn1--black {
  color: #eff7f7;
}
.c-btn1--black::before {
  background: #142331;
}
.c-btn1--yellow::before {
  background: #e8c300;
}
.c-btn1--navy {
  color: #eff7f7;
}
.c-btn1--navy::before {
  background: #13335c;
}
.c-btn1:hover {
  opacity: 0.8;
}
.c-btn1:hover::before {
  width: 100%;
  height: 100%;
}

.c-btn-icn {
  display: flex !important;
  align-items: center;
  gap: 1rem;
}
.c-btn-icn::after {
  content: "";
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.c-btn-icn--blank::after {
  background-image: url(../img/common/icn_blank.svg);
}

.c-btn-menu {
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 300;
  display: flex;
  align-items: center;
  gap: 1.4rem;
}
@media screen and (max-width: 800px) {
  .c-btn-menu {
    font-size: 1.6rem;
    letter-spacing: 0;
    background: url(../img/common/icn_arrow-sp.svg) no-repeat right center/1em;
  }
  .c-btn-menu .c-btn-arrow {
    display: none;
  }
}

.c-btn-arrow {
  display: block;
  flex-shrink: 0;
  width: 3.2rem;
  height: 3.2rem;
  position: relative;
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}
.c-btn-arrow::before {
  content: "";
  width: calc(100% - 0.8rem);
  height: calc(100% - 0.8rem);
  border-radius: 5rem;
  background-color: #fff;
  transition: width 0.3s, height 0.3s;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.c-btn-arrow::after {
  content: "";
  width: 1rem;
  height: 1rem;
  background: url(../img/common/icn_arrow.svg) no-repeat center center/100%;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.c-btn-arrow--prev, .c-btn-arrow--next {
  width: 4.8rem;
  height: 4.8rem;
  cursor: pointer;
}
.c-btn-arrow--prev::after, .c-btn-arrow--next::after {
  width: 1.2rem;
  height: 1.2rem;
}
.c-btn-arrow--prev:hover::before, .c-btn-arrow--next:hover::before {
  width: 100%;
  height: 100%;
}
.c-btn-arrow--prev::after {
  background-image: url(../img/common/slider_prev.svg);
}
.c-btn-arrow--next::after {
  background-image: url(../img/common/slider_next.svg);
}
.c-btn-arrow--blank::after {
  background-image: url(../img/common/icn_blank-b.svg);
}
.c-btn-arrow--black::before {
  background-color: #13335c;
}
.c-btn-arrow--black::after {
  background-image: url(../img/common/icn_arrow-w.svg);
}

a:hover .c-btn-arrow::before {
  width: 100%;
  height: 100%;
}

.c-btn-cv {
  display: flex;
  align-items: center;
  padding: 0 7rem;
  width: 100%;
  height: 14rem;
  position: relative;
  background-color: #13335c;
  border-radius: 7rem;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 800px) {
  .c-btn-cv {
    height: 8.8rem;
    border-radius: 5rem;
    padding: 0 2rem 0 4.4rem;
  }
}
.c-btn-cv__txt {
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (max-width: 800px) {
  .c-btn-cv__txt {
    font-size: 1.7rem;
    line-height: 1.3;
  }
}
.c-btn-cv .c-btn-arrow {
  width: 6.4rem;
  height: 6.4rem;
  position: absolute;
  right: 3.8rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  .c-btn-cv .c-btn-arrow {
    width: 4.8rem;
    height: 4.8rem;
    right: 2rem;
  }
}
.c-btn-cv .c-btn-arrow::after {
  width: 2rem;
  height: 2rem;
}
@media screen and (max-width: 800px) {
  .c-btn-cv .c-btn-arrow::after {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.c-btn-cv__num {
  display: block;
  font-size: 3.2rem;
  font-weight: 600;
}
@media screen and (max-width: 800px) {
  .c-btn-cv__num {
    font-size: 2rem;
  }
}
.c-btn-cv--tel {
  background-color: #142331;
}
@media screen and (min-width: 801px) {
  .c-btn-cv--tel {
    pointer-events: none;
  }
}
.c-btn-cv--tel .c-btn-cv__txt {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.4;
}
@media screen and (max-width: 800px) {
  .c-btn-cv--tel .c-btn-cv__txt {
    font-size: 1.4rem;
  }
}
.c-btn-cv--tel .c-btn-arrow::after {
  background-image: url(../img/common/icn_phone.svg);
}

.c-btn2 {
  display: block;
  background-color: #263a4d;
  color: #eff7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  font-size: 1.4rem;
  font-weight: 600;
  height: 4.6rem;
  border-radius: 3rem;
}
@media screen and (max-width: 800px) {
  .c-btn2 {
    font-size: 1.3rem;
    height: 4.3rem;
  }
}
.c-btn2::after {
  content: "";
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.c-btn2--arrow {
  padding-left: 1em;
}
.c-btn2--arrow::after {
  background-image: url(../img/common/icn_arrow-w.svg);
}
.c-btn2--download {
  padding-left: 0.5em;
}
.c-btn2--download::after {
  background-image: url(../img/common/icn_download.svg);
}

.c-btn-tag {
  display: block;
  font-weight: 500;
  line-height: 1;
  padding: 0.5em 1em;
  border-radius: 1em;
  border: 1px solid rgba(239, 247, 247, 0.25);
  cursor: pointer;
  transition: all 0.3s;
}
.c-btn-tag::before {
  content: "＃";
}
.c-btn-tag--all::before, .c-btn-tag.c-btn-product::before {
  content: normal;
}
.c-btn-tag.is-active {
  background-color: #fff;
  color: #263a4d;
  cursor: default;
  pointer-events: none;
}

.c-btn-entry {
  display: block;
  width: 28rem;
  height: 5.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #eff7f7;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  line-height: 1.3;
  background-color: #cf5668;
  font-weight: 600;
  border-radius: 3rem;
  position: sticky;
  bottom: 3rem;
  margin: 0 auto;
  z-index: 999;
}
@media screen and (max-width: 800px) {
  .c-btn-entry {
    width: 25.3rem;
    height: 5.3rem;
    font-size: 1.6rem;
  }
}

.c-nav-list {
  display: flex;
  align-items: center;
  gap: 2.8rem;
}
@media screen and (max-width: 800px) {
  .c-nav-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin-bottom: 3.6rem;
  }
  .c-nav-list__item {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .c-nav-list__item:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
}

.c-nav-sub {
  display: flex;
  gap: 0.6rem;
}

.c-nav-menu__btn {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 800px) {
  .c-nav-menu__btn {
    font-size: 1.6rem;
    line-height: 1.35;
    padding: 2.4rem 0;
    width: 100%;
    font-weight: 500;
    letter-spacing: 0.01em;
  }
  .c-nav-menu__btn a {
    pointer-events: none;
  }
}
@media screen and (max-width: 800px) {
  .c-nav-menu__btn::before, .c-nav-menu__btn::after {
    content: "";
    width: 1.6rem;
    height: 0.2rem;
    background-color: #eff7f7;
    position: absolute;
    right: 0;
    top: 50%;
    transition: transform 0.3s;
  }
}
@media screen and (min-width: 801px) {
  .c-nav-menu__btn::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: 0;
    bottom: calc(-3rem - 1px);
    opacity: 0;
    transition: opacity 0.3s;
  }
}
@media screen and (max-width: 800px) {
  .c-nav-menu__btn::before {
    transform: rotate(-90deg);
  }
}
@media screen and (max-width: 800px) {
  .c-nav-menu__btn::after {
    transform: rotate(-180deg);
  }
}
@media screen and (max-width: 800px) {
  .c-nav-menu__btn.is-active::before, .c-nav-menu__btn.is-active::after {
    transform: rotate(0deg);
  }
}
.c-nav-menu__btn.c-btn-icn {
  gap: 0.7rem;
}
@media screen and (min-width: 801px) {
  .c-nav-menu__item {
    width: 128rem;
    padding: 8rem 0 2rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    margin-top: -2rem;
    transition: opacity 0.4s, visibility 0.4s, margin-top 0.4s;
  }
}
@media screen and (max-width: 800px) {
  .c-nav-menu__item {
    height: 0;
    overflow: hidden;
    transition: height 0.5s;
  }
}
.c-nav-menu__item__inner {
  display: flex;
  gap: 16rem;
}
@media screen and (max-width: 800px) {
  .c-nav-menu__item__inner {
    padding: 1.2rem 0 3.6rem 1.6rem;
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
  }
}
@media screen and (min-width: 801px) {
  .c-nav-menu__main {
    width: 23rem;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 801px) {
  .c-nav-menu__sub {
    width: calc(100% - 38rem);
  }
}
.c-nav-menu__sub__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem 3.2em;
  font-size: 1.6rem;
  line-height: 1.25;
}
@media screen and (max-width: 800px) {
  .c-nav-menu__sub__list {
    gap: 2.4rem;
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 801px) {
  .c-nav-menu__sub__list__item {
    width: calc((100% - 12.8em) / 5);
  }
}
@media screen and (max-width: 800px) {
  .c-nav-menu__sub__list__item {
    width: 100%;
  }
  .c-nav-menu__sub__list__item a {
    display: block;
    background: url(../img/common/icn_arrow-sp.svg) no-repeat right center/1em;
    padding-right: 2em;
  }
}
.c-nav-menu__tab {
  display: flex;
  flex-direction: column;
  gap: 2.7rem;
  line-height: 1;
  margin-top: 4.2rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 800px) {
  .c-nav-menu__tab {
    display: none;
  }
}
.c-nav-menu__tab__item {
  cursor: pointer;
  transition: padding 0.4s, color 0.4s, opacity 0.4s;
  opacity: 0.4;
  position: relative;
}
.c-nav-menu__tab__item::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: width 0.4s;
  position: absolute;
  top: 50%;
  left: 0;
}
.c-nav-menu__tab__item:hover, .c-nav-menu__tab__item.is-active {
  padding-left: 4rem;
  opacity: 1;
}
.c-nav-menu__tab__item:hover::before, .c-nav-menu__tab__item.is-active::before {
  width: 3rem;
}
.c-nav-menu__tab__item.is-active {
  cursor: default;
}
@media screen and (min-width: 801px) {
  .c-nav-menu__tabcont {
    display: none;
  }
  .c-nav-menu__tabcont .c-nav-menu__sub__list {
    gap: 1.6rem 3.2rem;
    opacity: 0;
  }
  .c-nav-menu__tabcont .c-nav-menu__sub__list__item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    width: calc((100% - 6.4rem) / 3);
  }
  .c-nav-menu__tabcont .c-nav-menu__sub__list__item:not(.c-nav-menu__sub__list__item--main) {
    height: 6.8rem;
    display: flex;
    align-items: center;
  }
  .c-nav-menu__tabcont .c-nav-menu__sub__list__item:not(.c-nav-menu__sub__list__item--main) a .c-btn-arrow {
    width: 2rem;
    height: 2rem;
  }
  .c-nav-menu__tabcont .c-nav-menu__sub__list__item:not(.c-nav-menu__sub__list__item--main) a .c-btn-arrow::before {
    width: 100%;
    height: 100%;
  }
  .c-nav-menu__tabcont .c-nav-menu__sub__list__item a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
  }
  .c-nav-menu__tabcont .c-nav-menu__sub__list__item--main {
    width: 100%;
    height: 5.2rem;
    font-size: 2.4rem;
  }
  .c-nav-menu__tabcont .c-nav-menu__sub__list__item--main a {
    width: fit-content;
    gap: 1.2rem;
  }
  .c-nav-menu__tabcont .c-nav-menu__sub__list__item--main a .c-btn-arrow {
    width: 2.8rem;
    height: 2.8rem;
  }
  .c-nav-menu__tabcont.is-active {
    display: block;
  }
  .c-nav-menu__tabcont.is-active .c-nav-menu__sub__list {
    opacity: 1;
    animation: fade 0.4s ease-in-out forwards;
  }
}
@media screen and (max-width: 800px) {
  .c-nav-menu__tabcont:first-of-type {
    padding-bottom: 3.2rem;
    margin-bottom: 3.2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .c-nav-menu__tabcont .c-nav-menu__sub__list {
    gap: 1.6rem;
  }
  .c-nav-menu__tabcont .c-nav-menu__sub__list__item:not(.c-nav-menu__sub__list__item--main) {
    font-size: 1.4rem;
  }
  .c-nav-menu__tabcont .c-nav-menu__sub__list__item--main {
    margin-bottom: 0.8rem;
  }
  .c-nav-menu__tabcont .c-btn-arrow {
    display: none;
  }
}

.c-list-cv {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (max-width: 800px) {
  .c-list-cv {
    gap: 1.6rem;
  }
}

.c-list-check {
  display: flex;
  flex-direction: column;
  gap: 1em;
  line-height: 1.35;
}
.c-list-check__item {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.c-list-check__item::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/common/icn_check.svg) no-repeat center center/100%;
  flex-shrink: 0;
}
@media screen and (max-width: 800px) {
  .c-list-check__item {
    gap: 1rem;
  }
  .c-list-check__item::before {
    width: 2rem;
    height: 2rem;
  }
}
.c-list-check--w .c-list-check__item {
  align-items: flex-start;
}
.c-list-check--w .c-list-check__item::before {
  background-image: url(../img/common/icn_check-w.svg);
  margin-top: -0.1rem;
}
@media screen and (max-width: 800px) {
  .c-list-check--w .c-list-check__item::before {
    margin-top: 0;
  }
}

.c-list-news {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.c-list-news__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.c-list-column3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 4rem;
}
@media screen and (max-width: 800px) {
  .c-list-column3 {
    grid-template-columns: 1fr;
    gap: 3.6rem;
  }
}

.c-list-client {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5rem;
}
@media screen and (max-width: 800px) {
  .c-list-client {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
.c-list-client__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
@media screen and (max-width: 800px) {
  .c-list-client__item {
    width: 14.9rem;
    height: 14.9rem;
  }
}
.c-list-client__item img {
  width: 50%;
}

.c-list-history {
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 800px) {
  .c-list-history {
    gap: 3.1rem;
  }
}
.c-list-history__item {
  width: 56rem;
  flex-shrink: 0;
}
@media screen and (max-width: 800px) {
  .c-list-history__item {
    width: 28.2rem;
  }
}

.c-list-notes {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
@media screen and (max-width: 800px) {
  .c-list-notes {
    gap: 0.5rem;
  }
}
.c-list-notes__item {
  font-size: 1.2rem;
  line-height: 1.35;
  display: flex;
  gap: 0.4rem;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .c-list-notes__item {
    font-size: 1.1rem;
  }
}
.c-list-notes__item::before {
  content: "＊";
  font-weight: bold;
  flex-shrink: 0;
}

.c-list-cate {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 800px) {
  .c-list-cate {
    font-size: 1.4rem;
    gap: 1.1rem;
  }
}

.c-list-navi {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  line-height: 1.5;
}
.c-list-navi__item {
  font-size: 1.2rem;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.c-list-navi__item span {
  font-size: 1.6rem;
  margin-right: 1rem;
}
.c-list-navi__item.is-active {
  opacity: 1;
}

.c-lict-product {
  display: flex;
  flex-direction: column;
  gap: 4.2rem;
}
.c-lict-product__item.is-hide {
  display: none;
}

.c-list-feature {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  counter-reset: number 0;
}
@media screen and (max-width: 800px) {
  .c-list-feature {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.c-list-feature__item {
  counter-increment: number 1;
  border-radius: 0.8rem;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 1.6rem 2.4rem 3.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  .c-list-feature__item {
    padding: 1.4rem 2.1rem 2.8rem;
    font-size: 1.4rem;
  }
}
.c-list-feature__item::before {
  content: "Feature " counter(number, decimal-leading-zero);
  font-size: 1.2rem;
  font-weight: 600;
  font-family: "Be Vietnam Pro", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 800px) {
  .c-list-feature__item::before {
    font-size: 1.1rem;
  }
}

.c-card-top-product {
  border-radius: 1.6rem;
  background: rgb(255, 255, 255);
  background: linear-gradient(-45deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.8) 50%, rgb(255, 255, 255) 100%);
  backdrop-filter: blur(4px);
  color: #263a4d;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  position: relative;
}
@media screen and (max-width: 800px) {
  .c-card-top-product {
    border-radius: 1.5rem;
    font-size: 1.4rem;
    height: 17.4rem;
    overflow: hidden;
    transition: height 0.4s;
  }
  .c-card-top-product::before {
    content: "";
    width: 100%;
    height: 3rem;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
}
.c-card-top-product__inner {
  padding: 6rem 3rem 3rem;
}
@media screen and (max-width: 800px) {
  .c-card-top-product__inner {
    padding: 2.2rem 3.1rem 3rem;
  }
}
@media screen and (min-width: 801px) {
  .c-card-top-product__inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.c-card-top-product__info {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 1em;
}
@media screen and (max-width: 800px) {
  .c-card-top-product__info {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
}
.c-card-top-product__logo {
  margin-bottom: 2.3rem;
}
@media screen and (max-width: 800px) {
  .c-card-top-product__logo {
    margin-bottom: 2rem;
  }
}
.c-card-top-product__desc {
  line-height: 1.6;
  margin-bottom: 3rem;
}
@media screen and (max-width: 800px) {
  .c-card-top-product__desc {
    margin-bottom: 2.4rem;
  }
}
.c-card-top-product .c-list-check {
  margin-bottom: 3rem;
}
@media screen and (max-width: 800px) {
  .c-card-top-product .c-list-check {
    margin-bottom: 2.4rem;
  }
}
.c-card-top-product__open {
  display: none;
}
@media screen and (max-width: 800px) {
  .c-card-top-product__open {
    display: block;
    width: 2.8rem;
    height: 2.8rem;
    background-color: #263a4d;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    right: 0.6rem;
    bottom: 1.3rem;
    transition: opacity 0.3s;
  }
  .c-card-top-product__open::before, .c-card-top-product__open::after {
    content: "";
    width: 10px;
    height: 1px;
    background-color: #eff7f7;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .c-card-top-product__open::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
}
.c-card-top-product__open.is-show {
  opacity: 0;
}

.c-card-news {
  display: block;
  padding: 4rem 9.8rem 4rem 2rem;
  letter-spacing: 0.02em;
  position: relative;
}
@media screen and (max-width: 800px) {
  .c-card-news {
    padding: 2.2rem 6.1rem 2.2rem 0;
  }
}
.c-card-news__date {
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 1.7rem;
  opacity: 0.75;
  display: flex;
  align-items: center;
  gap: 1em;
}
@media screen and (max-width: 800px) {
  .c-card-news__date {
    margin-bottom: 1.5rem;
  }
}
.c-card-news__hdg {
  font-weight: 500;
}
.c-card-news .c-btn-arrow {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 4.8rem;
  height: 4.8rem;
}
@media screen and (max-width: 800px) {
  .c-card-news .c-btn-arrow {
    width: 4rem;
    height: 4rem;
    right: 0;
  }
}
.c-card-news .c-btn-arrow::after {
  width: 1.2rem;
  height: 1.2rem;
}

.c-card-case {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 800px) {
  .c-card-case {
    gap: 1.8rem;
    font-size: 1.4rem;
  }
}
.c-card-case__img {
  border-radius: 1.2rem;
  overflow: hidden;
}
.c-card-case__img img {
  aspect-ratio: 5/3;
  object-fit: cover;
}
.c-card-case__hdg {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.04rem;
  line-height: 1.35;
}
@media screen and (max-width: 800px) {
  .c-card-case__hdg {
    font-size: 1.8rem;
  }
}
.c-card-case__tag {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9em;
  font-size: 1.4rem;
}
@media screen and (max-width: 800px) {
  .c-card-case__tag {
    font-size: 1.2rem;
    gap: 0.6rem;
  }
}

.c-card-webinar__img {
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 800px) {
  .c-card-webinar__img {
    margin-bottom: 1.7rem;
  }
}
.c-card-webinar__hdg {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04m;
  margin-bottom: 1em;
}
@media screen and (max-width: 800px) {
  .c-card-webinar__hdg {
    font-size: 1.7rem;
  }
}
.c-card-webinar__date {
  letter-spacing: 0;
  font-size: 1.6rem;
  font-weight: 600;
  opacity: 0.5;
}
.c-card-webinar__week {
  font-size: 1.4rem;
}
.c-card-webinar__time {
  margin-left: 0.5rem;
  font-size: 1.4rem;
}
.c-card-webinar--active .c-card-label {
  background-color: #cf5668 !important;
  border-color: #cf5668 !important;
  color: #eff7f7 !important;
}
.c-card-webinar--active .c-card-webinar__date {
  opacity: 1;
}
.c-card-webinar.c-card-detail .c-card-webinar__img {
  border-radius: 0;
}
.c-card-webinar.c-card-detail .c-card-detail__txt {
  padding-top: 0;
}
.c-card-webinar.c-card-detail .c-card-label {
  color: #263a4d;
  border-color: #263a4d;
}

.c-card-label {
  width: fit-content;
  border: 1px solid rgba(239, 247, 247, 0.75);
  font-size: 1.4rem;
  line-height: 1;
  border-radius: 0.5em;
  padding: 0.5em 1em;
  letter-spacing: 0.02em;
  margin-bottom: 0.9rem;
  font-weight: 600;
}
@media screen and (max-width: 800px) {
  .c-card-label {
    font-size: 1.2rem;
    border-radius: 0.4rem;
    margin-bottom: 0.8rem;
  }
}

.c-card-num {
  letter-spacing: 0.04em;
}
@media screen and (max-width: 800px) {
  .c-card-num {
    display: flex;
    align-items: flex-end;
    gap: 2.2rem;
  }
}
.c-card-num__hdg {
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 1em;
}
@media screen and (max-width: 800px) {
  .c-card-num__hdg {
    font-size: 1.4rem;
    margin-bottom: 2.1rem;
  }
}
.c-card-num__num {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 800px) {
  .c-card-num__num {
    width: 15.7rem;
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}
.c-card-num__num span {
  font-size: 8rem;
  font-weight: 400;
  letter-spacing: -0.06em;
  display: inline-block;
  line-height: 0.9;
  margin-right: 0.01em;
}
@media screen and (max-width: 800px) {
  .c-card-num__num span {
    font-size: 4.8rem;
  }
}
.c-card-num__txt {
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  .c-card-num__txt {
    font-size: 1.1rem;
    line-height: 1.35;
  }
}

.c-card-feature {
  display: flex;
  align-items: flex-start;
  gap: 12rem;
}
@media screen and (max-width: 800px) {
  .c-card-feature {
    flex-direction: column;
    gap: 4.2rem;
  }
}
.c-card-feature__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52rem;
  height: 52rem;
  border-radius: 6rem;
  flex-shrink: 0;
  background: rgb(1, 34, 65);
  background: linear-gradient(-45deg, rgba(1, 34, 65, 0.25) 0%, rgba(1, 34, 65, 0.125) 50%, rgba(1, 34, 65, 0.25) 100%);
}
@media screen and (max-width: 800px) {
  .c-card-feature__img {
    width: 31.3rem;
    height: 31.3rem;
  }
}
.c-card-feature__img img {
  width: 32rem;
}
@media screen and (max-width: 800px) {
  .c-card-feature__img img {
    width: 23.3rem;
  }
}
.c-card-feature__main {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 800px) {
  .c-card-feature__main {
    font-size: 1.4rem;
  }
}
.c-card-feature__main .c-hdg3 {
  margin-bottom: 2rem;
}
@media screen and (max-width: 800px) {
  .c-card-feature__main .c-hdg3 {
    margin-bottom: 2.2rem;
  }
}
.c-card-feature__list {
  display: flex;
  flex-direction: column;
  gap: 5.6rem;
  margin-top: 8rem;
  counter-reset: number 0;
}
@media screen and (max-width: 800px) {
  .c-card-feature__list {
    gap: 4rem;
    margin-top: 5.6rem;
  }
}
.c-card-feature__list__item {
  counter-increment: number 1;
  position: relative;
  line-height: 2;
}
@media screen and (min-width: 801px) {
  .c-card-feature__list__item {
    padding-left: 8rem;
  }
}
.c-card-feature__list__item::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: rgb(239, 247, 247);
  background: linear-gradient(45deg, rgba(239, 247, 247, 0.1) 0%, rgba(239, 247, 247, 0.7) 100%);
}
@media screen and (min-width: 801px) {
  .c-card-feature__list__item::before {
    position: absolute;
    left: 3.5rem;
    top: 1.6rem;
  }
}
@media screen and (max-width: 800px) {
  .c-card-feature__list__item::before {
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    margin-left: 0.6rem;
    margin-bottom: 2.5rem;
  }
}
.c-card-feature__list__item .c-hdg4 {
  margin-bottom: 2.8rem;
}
.c-card-feature__list__item .notes {
  font-size: 1.2rem;
  margin-top: 0.5em;
}

.c-card-mission {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .c-card-mission {
    flex-direction: column;
    gap: 3.2rem;
  }
}
@media screen and (min-width: 801px) {
  .c-card-mission .c-hdg5 {
    width: 48rem;
  }
  .c-card-mission__txt {
    width: 50%;
  }
}

.c-card-history {
  background: rgb(38, 58, 77);
  background: linear-gradient(-45deg, rgba(38, 58, 77, 0.5) 0%, rgba(38, 58, 77, 0.375) 50%, rgba(38, 58, 77, 0.5) 100%);
  border-radius: 1.7rem;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 800px) {
  .c-card-history {
    font-size: 1.4rem;
  }
}
.c-card-history__hdg {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding: 3.6rem;
}
@media screen and (max-width: 800px) {
  .c-card-history__hdg {
    font-size: 1.6rem;
    padding: 2.4rem;
  }
}
.c-card-history__cont,
.c-card-history .c-card-toggle__inner {
  padding: 0 3.6rem 3.6rem;
}
@media screen and (max-width: 800px) {
  .c-card-history__cont,
  .c-card-history .c-card-toggle__inner {
    padding: 0 2.4rem 2.4rem;
  }
}

.c-card-toggle__btn {
  position: relative;
  cursor: pointer;
  padding-right: 10.4rem;
}
@media screen and (max-width: 800px) {
  .c-card-toggle__btn {
    padding-right: 7.6rem;
  }
}
.c-card-toggle__btn::before, .c-card-toggle__btn::after {
  content: "";
  width: 1.2rem;
  height: 0.15rem;
  background-color: #263a4d;
  position: absolute;
  z-index: 2;
  right: 5rem;
  top: 50%;
  transition: transform 0.4s;
}
@media screen and (max-width: 800px) {
  .c-card-toggle__btn::before, .c-card-toggle__btn::after {
    width: 0.96rem;
    height: 0.12rem;
    right: 34.8rem;
  }
}
.c-card-toggle__btn::before {
  transform: rotate(-90deg);
}
.c-card-toggle__btn::after {
  transform: rotate(-180deg);
}
.c-card-toggle__btn .c-btn-arrow {
  position: absolute;
  right: 3.6rem;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
}
@media screen and (max-width: 800px) {
  .c-card-toggle__btn .c-btn-arrow {
    width: 3.2rem;
    height: 3.2rem;
    right: 2.4rem;
  }
}
.c-card-toggle__btn .c-btn-arrow::after {
  content: normal;
}
.c-card-toggle__btn:hover .c-btn-arrow::before {
  width: 100%;
  height: 100%;
}
.c-card-toggle.is-active .c-card-toggle__btn::before, .c-card-toggle.is-active .c-card-toggle__btn::after {
  transform: rotate(0deg);
}
.c-card-toggle__cont {
  height: 0;
  transition: height 0.4s;
  overflow: hidden;
}

.c-card-detail {
  display: block;
  border-radius: 1.7rem;
  overflow: hidden;
  background: rgb(255, 255, 255);
  background: linear-gradient(45deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.8) 50%, rgb(255, 255, 255) 100%);
  padding-bottom: 9.6rem;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 800px) {
  .c-card-detail {
    padding-bottom: 8rem;
  }
}
.c-card-detail__img img {
  aspect-ratio: 2/1;
  object-fit: cover;
}
.c-card-detail__txt {
  padding: 2rem 3rem 0;
  color: #263a4d;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 800px) {
  .c-card-detail__txt {
    padding: 1.7rem 2rem 0;
    font-size: 1.3rem;
  }
}
.c-card-detail__subhdg {
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 1rem;
}
@media screen and (max-width: 800px) {
  .c-card-detail__subhdg {
    margin-bottom: 0.9rem;
  }
}
.c-card-detail__hdg {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 800px) {
  .c-card-detail__hdg {
    font-size: 1.7rem;
  }
}
.c-card-detail__tag {
  display: flex;
  gap: 0.6rem;
  margin-top: 1rem;
}
.c-card-detail__tag .c-card-tag {
  border-color: #263a4d;
  opacity: 0.9;
}
.c-card-detail .c-btn2 {
  position: absolute;
  width: 31.3rem;
  bottom: 3rem;
  left: 3rem;
}
@media screen and (max-width: 800px) {
  .c-card-detail .c-btn2 {
    width: 27.3rem;
    left: 2rem;
    bottom: 2rem;
  }
}

.c-card-form {
  display: flex;
  justify-content: center;
  border-radius: 1.7rem;
  padding: 6rem 5rem;
  background: rgb(255, 255, 255);
  background: linear-gradient(-45deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.5) 50%, rgb(255, 255, 255) 100%);
}
@media screen and (max-width: 800px) {
  .c-card-form {
    padding: 3rem 2rem;
  }
}
.c-card-form .mktoForm div.mktoButtonRow {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.c-card-form .mktoForm div.mktoButtonRow .mktoButtonWrap {
  margin: 0 !important;
}
.c-card-form .mktoForm div a {
  text-decoration: underline;
}

.c-card-flow {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .c-card-flow {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
}
@media screen and (min-width: 801px) {
  .c-card-flow__hdg {
    width: 2em;
    font-size: 1.6rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    line-height: 1.2;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 800px) {
  .c-card-flow__hdg {
    font-size: 1.4rem;
    line-height: 1.35;
    letter-spacing: 0.02em;
  }
}
.c-card-flow__hdg span {
  font-size: 1.2rem;
  opacity: 0.75;
}
.c-card-flow__list {
  width: 104rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  position: relative;
}
@media screen and (max-width: 800px) {
  .c-card-flow__list {
    width: 100%;
    gap: 1.5rem;
    padding-left: 2.5rem;
  }
}
.c-card-flow__list::before {
  content: "";
  width: 2rem;
  height: 100%;
  border-radius: 1rem 0 0 1rem;
  border: 1px solid #eff7f7;
  border-right: none;
  position: absolute;
  left: -9rem;
  top: 0;
}
@media screen and (max-width: 800px) {
  .c-card-flow__list::before {
    width: 1rem;
    left: 0;
  }
}
.c-card-flow__list__item {
  border-radius: 1rem;
  background-color: rgba(239, 247, 247, 0.25);
  position: relative;
}
@media screen and (min-width: 801px) {
  .c-card-flow__list__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 4rem;
  }
}
.c-card-flow__list__item:not(.c-card-flow__list__item--bottom)::before {
  content: "";
  width: 0.1em;
  height: 2.4rem;
  background-color: rgba(239, 247, 247, 0.25);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateY(100%);
}
@media screen and (max-width: 800px) {
  .c-card-flow__list__item:not(.c-card-flow__list__item--bottom)::before {
    height: 1.5rem;
  }
}
@media screen and (max-width: 800px) {
  .c-card-flow__list__item--long::before {
    height: 5.4rem !important;
  }
}
.c-card-flow__list__hdg, .c-card-flow__list__hdg2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  padding: 1.5rem;
  position: relative;
}
@media screen and (max-width: 800px) {
  .c-card-flow__list__hdg, .c-card-flow__list__hdg2 {
    font-size: 1.7rem;
  }
}
.c-card-flow__list__hdg {
  gap: 1.5rem;
}
@media screen and (max-width: 800px) {
  .c-card-flow__list__hdg {
    gap: 1.3rem;
  }
  .c-card-flow__list__hdg::after {
    content: "";
    width: 1rem;
    height: 0.6rem;
    background-color: #eff7f7;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    position: absolute;
    right: 1.5rem;
    top: 50%;
    margin-top: -0.3rem;
    transition: transform 0.3s, opacity 0.3s;
  }
  .c-card-flow__list__hdg.is-active::after {
    transform: rotate(-180deg);
    opacity: 0.5;
  }
}
.c-card-flow__list__hdg .u-en {
  padding-top: 0.3em;
  font-size: 1.2rem;
  font-weight: 500;
  opacity: 0.75;
  display: inline-block;
}
.c-card-flow__list__hdg2 {
  width: 100%;
  gap: 2rem;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .c-card-flow__list__hdg2 {
    gap: 1.7rem;
  }
}
.c-card-flow__list__hdg2 img {
  width: 2.4rem;
  display: block;
  margin-top: 0.1em;
}
@media screen and (max-width: 800px) {
  .c-card-flow__list__hdg2 img {
    width: 2.1rem;
  }
}
.c-card-flow__list__cont {
  width: 70rem;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  .c-card-flow__list__cont {
    width: 100%;
    font-size: 1.3rem;
    line-height: 1.6;
    height: 0;
    overflow: hidden;
    transition: height 0.3s;
  }
}
.c-card-flow__list__cont ul {
  display: flex;
  gap: 2.8rem;
}
@media screen and (max-width: 800px) {
  .c-card-flow__list__cont ul {
    flex-direction: column;
    gap: 0.4rem;
    padding-left: 3rem;
  }
}
.c-card-flow__list__cont ul li {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.c-card-flow__list__cont ul li::before {
  content: "■";
  font-size: 1.2rem;
}
@media screen and (max-width: 800px) {
  .c-card-flow__list__inner {
    padding: 0 1.5rem 1.5rem;
  }
}

.c-card-product {
  padding: 4rem;
  border-radius: 1.7rem;
  background: rgba(38, 58, 77, 0.5);
  background: linear-gradient(-45deg, rgba(38, 58, 77, 0.5) 0%, rgba(38, 58, 77, 0.35) 50%, rgba(38, 58, 77, 0.5) 100%);
  letter-spacing: 0.04em;
  font-size: 1.6rem;
}
@media screen and (max-width: 800px) {
  .c-card-product {
    padding: 3rem 0;
    background: unset;
  }
}
.c-card-product__info {
  display: flex;
  align-items: center;
  gap: 6rem;
}
@media screen and (max-width: 800px) {
  .c-card-product__info {
    flex-direction: column;
    gap: 2.2rem;
    position: relative;
  }
}
.c-card-product__thumb {
  width: 32rem;
  flex-shrink: 0;
  border-radius: 1rem;
  overflow: hidden;
  background-color: #fff;
}
.c-card-product__thumb img {
  aspect-ratio: 32/20;
  object-fit: contain;
}
@media screen and (max-width: 800px) {
  .c-card-product__thumb {
    width: 100%;
  }
}
.c-card-product__flex {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
}
@media screen and (max-width: 800px) {
  .c-card-product__flex {
    flex-direction: column;
    gap: 2.2rem;
  }
}
.c-card-product__hdg {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
  opacity: 0.5;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 800px) {
  .c-card-product__hdg {
    font-size: 1.3rem;
    margin-bottom: 1.6rem;
  }
}
.c-card-product__cate {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.35;
  margin-bottom: 1em;
}
@media screen and (max-width: 800px) {
  .c-card-product__cate {
    font-size: 2.2rem;
    margin-bottom: 2.7rem;
    padding-right: 5rem;
  }
}
.c-card-product .c-card-case__tag {
  font-size: 1.3rem;
  margin-top: 2.8rem;
}
@media screen and (max-width: 800px) {
  .c-card-product .c-card-case__tag {
    font-size: 1.2rem;
    margin-top: 2.2rem;
  }
}
.c-card-product .c-card-case__tag .c-btn-tag {
  cursor: default;
}
.c-card-product .c-card-case__tag__item::before {
  content: normal;
}
.c-card-product .c-list-feature {
  margin-top: 5.6rem;
}
@media screen and (max-width: 800px) {
  .c-card-product .c-list-feature {
    margin-top: 2.2rem;
  }
}
.c-card-product .c-btn-arrow {
  flex-shrink: 0;
  width: 4.8rem;
  height: 4.8rem;
}
@media screen and (max-width: 800px) {
  .c-card-product .c-btn-arrow {
    position: absolute;
    right: 0;
    top: 24rem;
    width: 4rem;
    height: 4rem;
  }
}
.c-card-product .c-btn-arrow::after {
  width: 1.6rem;
  height: 1.6rem;
}
@media screen and (max-width: 800px) {
  .c-card-product .c-btn-arrow::after {
    width: 1.4rem;
    height: 1.4rem;
  }
}

.c-card-tag {
  display: block;
  width: fit-content;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0.5em 1em;
  border-radius: 1.5em;
  border: 1px solid #fff;
}

.c-anim-bg {
  position: fixed;
  width: 100vw;
  height: 100dvh;
  z-index: 1;
  left: 0;
  top: 0;
}
.c-anim-bg::before, .c-anim-bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.c-anim-bg::before {
  background: url(../img/top/img_noise.png);
  z-index: 1;
}
.c-anim-bg::after {
  background-color: rgba(1, 34, 65, 0.375);
  z-index: 3;
}
.c-anim-bg__tiles {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(3, 1fr);
  pointer-events: none;
}
@media screen and (max-width: 800px) {
  .c-anim-bg__tiles {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(5, 1fr);
  }
}
.c-anim-bg__tiles__item:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(5px);
}
.c-anim-bg__tiles__item:nth-child(odd) {
  background: rgb(0, 0, 0);
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
}
.c-anim-bg__tiles.c-anim-bg-tiles {
  position: absolute;
  z-index: 998;
}
.c-anim-bg__tiles.c-anim-bg-tiles .c-anim-bg__tiles__item {
  backdrop-filter: blur(10px);
  opacity: 0;
}
.c-anim-bg__tiles.c-anim-bg-tiles .c-anim-bg__tiles__item.is-active {
  animation: opacity 1s linear 0.1s forwards;
}
.c-anim-bg__tiles.c-anim-bg-tiles.is-out {
  display: none;
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  0% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.c-anim-bg__tiles__item {
  opacity: 0;
  transition: opacity 0.2s, backdrop-filter 0.5s;
  backdrop-filter: blur(20px);
}
.c-anim-bg__tiles__item:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.04);
}
.c-anim-bg__tiles__item:nth-child(even).is-active {
  backdrop-filter: blur(5px);
}
.c-anim-bg__tiles__item:nth-child(odd) {
  background: rgb(0, 0, 0);
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
}
.c-anim-bg__tiles__item:nth-child(odd).is-active {
  backdrop-filter: blur(0px);
}
.c-anim-bg__tiles__item.is-active {
  opacity: 1;
}

.l-header--top {
  transform: translateY(-2rem);
  opacity: 0;
  transition: opacity 0.4s, transform 0.4s;
  transition-delay: 1.8s;
}
.l-header--top.is-animated {
  transition-delay: 0s;
  transition: height 0.5s;
}

.p-top-fv__catch {
  opacity: 0;
  transition: opacity 0.2s;
  transition-delay: 0.5s;
}

.is-load .l-header--top {
  transform: translateY(0);
  opacity: 1;
}
.is-load .p-top-fv__catch {
  opacity: 1;
}

.p-top-gradation1 {
  background: rgb(1, 34, 65);
  background: linear-gradient(180deg, rgba(1, 34, 65, 0) 0%, rgba(1, 34, 65, 0.5625) 50%, rgba(1, 34, 65, 0.5625) 70%, rgba(1, 34, 65, 0) 100%);
}

.p-top-gradation2 {
  background: rgb(1, 34, 65);
  background: linear-gradient(0deg, rgba(1, 34, 65, 0) 0%, rgba(1, 34, 65, 0.375) 50%, rgba(1, 34, 65, 0.375) 100%);
  border-radius: 1.7rem 1.7rem 0 0;
}

.p-top-fv {
  position: relative;
  overflow: hidden;
}
.p-top-fv__catch {
  padding: 19.8rem 0 0;
  opacity: 0;
}
@media screen and (max-width: 800px) {
  .p-top-fv__catch {
    padding-top: 16rem;
  }
}
.p-top-fv__catch__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 12rem;
}
@media screen and (max-width: 800px) {
  .p-top-fv__catch__inner {
    display: block;
    margin-bottom: 8rem;
  }
}
.p-top-fv__hdg {
  font-size: 6.4rem;
  margin-bottom: 3rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .p-top-fv__hdg {
    font-size: 4rem;
    margin-bottom: 3rem;
  }
}
.p-top-fv__hdg .shuffle-text {
  display: block;
}
.p-top-fv__txt {
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1.75;
  width: 51.4rem;
  min-height: 8.4rem;
}
@media screen and (max-width: 800px) {
  .p-top-fv__txt {
    font-size: 1.4rem;
    width: 100%;
  }
}
.p-top-fv__txt span {
  display: block;
}
.p-top-fv__btns {
  display: flex;
  gap: 0.8rem;
  margin-top: 5.6rem;
}
@media screen and (max-width: 800px) {
  .p-top-fv__btns {
    margin-top: 3.6rem;
  }
  .p-top-fv__btns .c-btn1 {
    font-size: 1.2rem;
    height: 6.4rem;
    padding: 0 1.8rem 0 2.4rem;
  }
  .p-top-fv__btns .c-btn1--arrow .c-btn1__txt {
    gap: 1.2rem;
  }
  .p-top-fv__btns .c-btn1--arrow .c-btn1__txt::after {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.p-top-fv__labels {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 800px) {
  .p-top-fv__labels {
    display: none;
  }
}
.p-top-fv__labels__item {
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  box-shadow: 0 1rem 1rem rgba(38, 58, 77, 0.5);
}
.p-top-fv .p-about-info__num {
  justify-content: center;
}

.p-top-about {
  padding: 24rem 0 16rem;
}
@media screen and (max-width: 800px) {
  .p-top-about {
    padding: 12rem 0 8rem;
  }
}
.p-top-about .c-hdg1 {
  margin-bottom: 8rem;
}
@media screen and (max-width: 800px) {
  .p-top-about .c-hdg1 {
    margin-bottom: 4.8rem;
  }
}
.p-top-about__hdg {
  font-size: 4rem;
  line-height: 1.5;
  margin-bottom: 6rem;
}
@media screen and (max-width: 800px) {
  .p-top-about__hdg {
    font-size: 2.4rem;
    margin-bottom: 3.6rem;
  }
}
@media screen and (min-width: 801px) {
  .p-top-about__desc {
    max-width: 72rem;
    margin: 0 0 0 auto;
  }
}
.p-top-about__txt {
  display: flex;
  flex-direction: column;
  gap: 1.75em;
  margin-bottom: 6rem;
}
@media screen and (max-width: 800px) {
  .p-top-about__txt {
    margin-bottom: 4.8rem;
  }
}

.p-top-product {
  padding: 16rem 0;
  background-color: rgba(20, 35, 49, 0.8);
}
@media screen and (max-width: 800px) {
  .p-top-product {
    padding: 8rem 0;
  }
}
.p-top-product .c-hdg1 {
  margin-bottom: 6rem;
}
.p-top-product__tab {
  display: none;
}
@media screen and (max-width: 800px) {
  .p-top-product__tab {
    margin-top: 6rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-bottom: 1px solid rgba(239, 247, 247, 0.15);
    position: relative;
  }
  .p-top-product__tab::before, .p-top-product__tab::after {
    content: "";
    background-color: rgba(239, 247, 247, 0.25);
    position: absolute;
  }
  .p-top-product__tab::before {
    width: 1px;
    height: calc(100% - 1.2rem);
    left: 50%;
    top: 0;
  }
  .p-top-product__tab::after {
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
  }
  .p-top-product__tab__item {
    opacity: 0.5;
    transition: opacity 0.4s;
  }
  .p-top-product__tab__item__txt {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.04em;
    border-bottom: 1px solid transparent;
    padding-bottom: 1.2rem;
    width: fit-content;
    transition: border-color 0.4s;
  }
  .p-top-product__tab__item__txt .u-en {
    font-size: 2rem;
    font-weight: 300;
    display: block;
    line-height: 1;
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
  }
  .p-top-product__tab__item:nth-child(2) .p-top-product__tab__item__txt {
    margin: 0 0 0 auto;
  }
  .p-top-product__tab__item.is-active {
    opacity: 1;
  }
  .p-top-product__tab__item.is-active .p-top-product__tab__item__txt {
    border-color: #fff;
  }
}
.p-top-product__item {
  padding-top: 12rem;
}
@media screen and (max-width: 800px) {
  .p-top-product__item {
    display: none;
    padding-top: 2rem;
  }
  .p-top-product__item.is-active {
    display: block;
  }
}
.p-top-product__item .c-hdg3 {
  font-weight: normal;
  line-height: 1;
  margin-bottom: 6rem;
}
.p-top-product__list {
  display: flex;
  justify-content: center;
  gap: 6rem;
}
@media screen and (max-width: 800px) {
  .p-top-product__list {
    flex-direction: column;
    gap: 0.8rem;
  }
}
@media screen and (min-width: 801px) {
  .p-top-product__list__item {
    width: calc((100% - 12rem) / 3);
  }
}
.p-top-product .c-btn1 {
  margin: 6rem auto 0;
}
@media screen and (max-width: 800px) {
  .p-top-product .c-btn1 {
    margin-top: 2rem;
  }
}

.p-top-news {
  padding: 16rem 0;
}
@media screen and (max-width: 800px) {
  .p-top-news {
    padding: 8rem 0;
  }
}
.p-top-news .c-btn1 {
  margin: 6.4rem auto 0;
}
@media screen and (max-width: 800px) {
  .p-top-news .c-btn1 {
    margin-top: 3.6rem;
  }
}

.p-top-client {
  padding-top: 16rem;
}
@media screen and (max-width: 800px) {
  .p-top-client {
    padding-top: 8rem;
  }
}
.p-top-client .c-hdg1--s {
  margin-bottom: 4.8rem;
}

.p-top-loopslider {
  padding-top: 8rem;
}
@media screen and (max-width: 800px) {
  .p-top-loopslider {
    padding-top: 4rem;
  }
}
.p-top-loopslider .swiper-wrapper {
  transition-timing-function: linear;
}
.p-top-loopslider__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36rem;
  height: 40rem;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .p-top-loopslider__item {
    width: 18rem;
    height: 20rem;
  }
}
.p-top-loopslider__item::before {
  content: "";
  width: 40rem;
  height: 40rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 800px) {
  .p-top-loopslider__item::before {
    width: 20rem;
    height: 20rem;
  }
}
.p-top-loopslider__item img {
  width: 24rem;
}
@media screen and (max-width: 800px) {
  .p-top-loopslider__item img {
    width: 14rem;
  }
}

.p-top-case {
  padding-top: 12rem;
}
@media screen and (max-width: 800px) {
  .p-top-case {
    padding-top: 6rem;
  }
}
.p-top-case .c-btn1 {
  margin: 6.4rem auto 0;
}
@media screen and (max-width: 800px) {
  .p-top-case .c-btn1 {
    margin-top: 3.6rem;
  }
}

.p-top-webinar {
  padding: 16rem 0 24rem;
}
@media screen and (max-width: 800px) {
  .p-top-webinar {
    padding: 8rem 0 16rem;
  }
}
.p-top-webinar .c-btn1 {
  margin: 6.4rem auto 0;
}
@media screen and (max-width: 800px) {
  .p-top-webinar .c-btn1 {
    margin-top: 3.6rem;
  }
}

.p-subpage-cont {
  padding-bottom: 16rem;
}
@media screen and (max-width: 800px) {
  .p-subpage-cont {
    padding-bottom: 12rem;
  }
}
.p-subpage-cont--bottom {
  padding-bottom: 24rem;
}
@media screen and (max-width: 800px) {
  .p-subpage-cont--bottom {
    padding-bottom: 16rem;
  }
}
.p-subpage-cont .c-hdg3 {
  margin-bottom: 6rem;
}
@media screen and (max-width: 800px) {
  .p-subpage-cont .c-hdg3 {
    margin-bottom: 4.2rem;
  }
}
.p-subpage-cont__catearea {
  margin-bottom: 8rem;
}
@media screen and (max-width: 800px) {
  .p-subpage-cont__catearea {
    margin-bottom: 5.6rem;
  }
}
.p-subpage-cont__catearea--flex {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 800px) {
  .p-subpage-cont__catearea--flex {
    gap: 2.8rem;
  }
}
.p-subpage-cont__catearea__wrap {
  display: flex;
}
@media screen and (max-width: 800px) {
  .p-subpage-cont__catearea__wrap {
    flex-direction: column;
    gap: 2.2rem;
  }
}
.p-subpage-cont__catearea__hdg {
  width: 20.5rem;
  flex-shrink: 0;
  font-weight: 500;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 800px) {
  .p-subpage-cont__catearea__hdg {
    line-height: 1;
  }
}
.p-subpage-cont .c-btn1 {
  margin-left: auto;
  margin-right: auto;
}
.p-subpage-cont--case .c-btn1 {
  margin-top: 6.4rem;
}
@media screen and (max-width: 800px) {
  .p-subpage-cont--case .c-btn1 {
    margin-top: 3.4rem;
  }
}

.wp-pagenavi {
  margin: 8rem auto 0;
  width: 50rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  font-size: 1.6rem;
  font-family: "Be Vietnam Pro", "Noto Sans JP", sans-serif;
  position: relative;
}
@media screen and (max-width: 800px) {
  .wp-pagenavi {
    margin-top: 5.6rem;
    width: 30rem;
    padding-top: 5rem;
  }
}
.wp-pagenavi .page,
.wp-pagenavi span:not(.extend) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  opacity: 0.5;
}
.wp-pagenavi .extend {
  opacity: 0.5;
}
.wp-pagenavi span.current {
  opacity: 1;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  display: block;
  width: 4.8rem;
  height: 4.8rem;
  position: relative;
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    top: 0;
    transform: unset;
  }
}
.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before {
  content: "";
  width: calc(100% - 0.8rem);
  height: calc(100% - 0.8rem);
  border-radius: 5rem;
  background-color: #fff;
  transition: width 0.3s, height 0.3s;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.wp-pagenavi .previouspostslink::after,
.wp-pagenavi .nextpostslink::after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.wp-pagenavi .previouspostslink:hover::before,
.wp-pagenavi .nextpostslink:hover::before {
  width: 100%;
  height: 100%;
}
.wp-pagenavi .previouspostslink {
  left: 0;
}
.wp-pagenavi .previouspostslink::after {
  background-image: url(../img/common/slider_prev.svg);
}
.wp-pagenavi .nextpostslink {
  right: 0;
}
.wp-pagenavi .nextpostslink::after {
  background-image: url(../img/common/slider_next.svg);
}

.p-about .l-main__sub .c-hdg1 {
  margin-bottom: 12rem;
}
@media screen and (max-width: 800px) {
  .p-about .l-main__sub .c-hdg1 {
    margin-bottom: 8rem;
  }
}

.p-about-info__txt {
  line-height: 2;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 16rem;
}
@media screen and (min-width: 801px) {
  .p-about-info__txt {
    width: 80rem;
  }
}
@media screen and (max-width: 800px) {
  .p-about-info__txt {
    margin-bottom: 12rem;
  }
}
@media screen and (min-width: 801px) {
  .p-about-info__num {
    display: flex;
  }
}
@media screen and (min-width: 801px) {
  .p-about-info__num__item {
    width: 28rem;
  }
  .p-about-info__num__item:last-child {
    width: 24rem;
  }
  .p-about-info__num__item:not(:last-child) {
    padding-right: 4rem;
    margin-right: 4rem;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
  }
}
@media screen and (max-width: 800px) {
  .p-about-info__num__item {
    padding: 2.4rem 0.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
}

.p-about-clients {
  padding-top: 16rem;
}
@media screen and (max-width: 800px) {
  .p-about-clients {
    padding-top: 12rem;
  }
}

.p-about-feature {
  padding-top: 24rem;
}
@media screen and (max-width: 800px) {
  .p-about-feature {
    padding-top: 16rem;
  }
}
.p-about-feature__list {
  display: flex;
  flex-direction: column;
  gap: 16rem;
}
@media screen and (max-width: 800px) {
  .p-about-feature__list {
    gap: 12rem;
  }
}

.p-about-mission {
  padding-top: 24rem;
}
@media screen and (max-width: 800px) {
  .p-about-mission {
    padding-top: 12rem;
  }
}
.p-about-mission__list__item:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 6.4rem;
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 800px) {
  .p-about-mission__list__item:not(:last-child) {
    padding-bottom: 5.4rem;
    margin-bottom: 5.4rem;
  }
}

.p-about-history {
  padding: 24rem 0;
  overflow-x: hidden;
}
@media screen and (max-width: 800px) {
  .p-about-history {
    padding: 16rem 0;
  }
}
.p-about-history .inner {
  position: relative;
}
.p-about-history__controller {
  position: absolute;
  right: 0;
  top: 5.3rem;
}
@media screen and (max-width: 800px) {
  .p-about-history__controller {
    top: 0.8rem;
  }
}
.p-about-history__controller__btn {
  display: flex;
  gap: 0.6rem;
}
.p-about-history__year {
  font-size: 6.4rem;
  font-weight: 200;
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 4.7rem;
}
@media screen and (max-width: 800px) {
  .p-about-history__year {
    font-size: 3.2rem;
    margin-bottom: 1.9rem;
  }
}
.p-about-history__slide {
  overflow: unset;
}
.p-about-history__slide__item {
  position: relative;
  width: fit-content;
  padding-right: 4.8rem;
}
@media screen and (max-width: 800px) {
  .p-about-history__slide__item {
    padding-right: 3.1rem;
  }
}
.p-about-history__slide__item::before {
  content: "";
  width: calc(100% - 24.8rem);
  height: 1px;
  background-color: rgba(255, 255, 255, 0.25);
  position: absolute;
  right: 4.8rem;
  top: 3.2rem;
}
@media screen and (max-width: 800px) {
  .p-about-history__slide__item::before {
    width: calc(100% - 12.5rem);
    right: 3.1rem;
    top: 1.6rem;
  }
}

.p-company-info {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
  margin-bottom: 24rem;
}
@media screen and (max-width: 800px) {
  .p-company-info {
    margin-bottom: 16rem;
  }
}
.p-company-info__hdg {
  width: 32rem;
  font-weight: 600;
  opacity: 0.75;
  padding-bottom: 4rem;
  margin-bottom: 4rem;
  border-bottom: 1px solid rgba(239, 247, 247, 0.25);
}
@media screen and (max-width: 800px) {
  .p-company-info__hdg {
    width: 100%;
    padding-bottom: 1em;
    margin-bottom: 0;
    border-bottom: none;
  }
}
.p-company-info__hdg--bottom {
  margin-bottom: 0;
}
.p-company-info__txt {
  width: calc(100% - 32rem);
  padding-bottom: 4rem;
  margin-bottom: 4rem;
  border-bottom: 1px solid rgba(239, 247, 247, 0.25);
}
@media screen and (max-width: 800px) {
  .p-company-info__txt {
    width: 100%;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }
}
.p-company-info__txt--bottom {
  margin-bottom: 0;
}

.p-contact-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 5.6rem 0;
}
@media screen and (max-width: 1199px) {
  .p-contact-info {
    flex-direction: column;
    align-items: center;
  }
}
.p-contact-info__txt {
  width: 55rem;
}
@media screen and (max-width: 800px) {
  .p-contact-info__txt {
    width: 100%;
  }
}
.p-contact-info__txt .c-hdg3 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 800px) {
  .p-contact-info__txt .c-hdg3 {
    margin-bottom: 2.8rem;
  }
}
@media screen and (min-width: 801px) {
  .p-contact-info__form {
    min-width: 52rem;
  }
}

.p-document-detail__subhdg {
  margin-bottom: 2rem;
}
@media screen and (max-width: 800px) {
  .p-document-detail__subhdg {
    margin-bottom: 1.4rem;
  }
}
.p-document-detail__cont {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 6rem 0;
}
@media screen and (max-width: 1199px) {
  .p-document-detail__cont {
    flex-direction: column;
    align-items: center;
  }
}
.p-document-detail__txt {
  width: 56rem;
}
@media screen and (max-width: 800px) {
  .p-document-detail__txt {
    width: 100%;
  }
}
@media screen and (min-width: 801px) {
  .p-document-detail__form {
    min-width: 52rem;
  }
}
.p-document-detail__slider {
  overflow: unset;
  margin-bottom: 3rem;
}
@media screen and (max-width: 800px) {
  .p-document-detail__slider {
    margin-bottom: 2.8rem;
  }
}
.p-document-detail__slider__item {
  border-radius: 1rem;
  overflow: hidden;
}
.p-document-detail__slider__prev, .p-document-detail__slider__next {
  width: 5.6rem;
  height: 5.6rem;
  position: absolute;
  top: calc(50% - 2.5rem);
  transform: translateY(-50%);
  z-index: 3;
  background-color: rgba(38, 58, 77, 0.5);
}
@media screen and (max-width: 800px) {
  .p-document-detail__slider__prev, .p-document-detail__slider__next {
    width: 3.2rem;
    height: 3.2rem;
    top: calc(50% - 1.6rem);
  }
}
.p-document-detail__slider__prev::after, .p-document-detail__slider__next::after {
  width: 1.4rem;
  height: 1.4rem;
}
@media screen and (max-width: 800px) {
  .p-document-detail__slider__prev::after, .p-document-detail__slider__next::after {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.p-document-detail__slider__prev {
  left: -2.1rem;
}
@media screen and (max-width: 800px) {
  .p-document-detail__slider__prev {
    left: -1.2rem;
  }
}
.p-document-detail__slider__next {
  right: -2.1rem;
}
@media screen and (max-width: 800px) {
  .p-document-detail__slider__next {
    right: -1.2rem;
  }
}
.p-document-detail__slider .swiper-button-lock {
  display: none;
}
.p-document-detail__slider .swiper-pagination {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2.1rem auto 0;
  width: 8.3rem;
  height: 2.8rem;
  gap: 1.2rem;
  background-color: rgba(255, 255, 255, 0.25);
  font-family: "Be Vietnam Pro", "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  border-radius: 2rem;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 800px) {
  .p-document-detail__slider .swiper-pagination {
    font-size: 1rem;
    width: 6.4rem;
    height: 2.1rem;
    margin-top: 1.2rem;
    gap: 1rem;
  }
}
.p-document-detail__slider .swiper-pagination span {
  font-size: 1.6rem;
}
@media screen and (max-width: 800px) {
  .p-document-detail__slider .swiper-pagination span {
    font-size: 1.2rem;
  }
}
.p-document-detail__slider .swiper-pagination .swiper-pagination-current {
  color: #fff;
}
.p-document-detail__desc {
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 2;
  margin-bottom: 3rem;
}
@media screen and (max-width: 800px) {
  .p-document-detail__desc {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 2.8rem;
  }
}
.p-document-detail .c-list-check {
  font-size: 1.6rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 800px) {
  .p-document-detail .c-list-check {
    margin-bottom: 2.8rem;
  }
}
.p-document-detail__notes {
  font-size: 1.2rem;
  line-height: 1.5;
}

.p-product-cont__flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 801px) {
  .p-product-cont__side {
    width: 28rem;
  }
  .p-product-cont__side .c-list-navi {
    position: sticky;
    top: 20rem;
  }
}
@media screen and (max-width: 800px) {
  .p-product-cont__side {
    display: none;
  }
}
.p-product-cont__main {
  width: 80rem;
  display: flex;
  flex-direction: column;
  gap: 12rem;
}
@media screen and (max-width: 800px) {
  .p-product-cont__main {
    width: 100%;
    gap: 8rem;
  }
}
.p-product-cont__txt {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  margin-bottom: 7.2rem;
}
@media screen and (max-width: 800px) {
  .p-product-cont__txt {
    line-height: 1.75;
    margin-bottom: 4.8rem;
  }
}
.p-product-cont__list {
  border-radius: 1.7rem;
  background: rgba(38, 58, 77, 0.5);
  background: linear-gradient(-45deg, rgba(38, 58, 77, 0.5) 0%, rgba(38, 58, 77, 0.35) 50%, rgba(38, 58, 77, 0.5) 100%);
  padding: 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem 4rem;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 800px) {
  .p-product-cont__list {
    padding: 2rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 2rem;
    margin-bottom: 3rem;
  }
}
.p-product-cont__list__item {
  border-radius: 0.8rem;
  background-color: #fff;
  overflow: hidden;
}
.p-product-cont__list__item img {
  aspect-ratio: 32/20;
  object-fit: contain;
}
.p-product-cont .c-btn1 {
  margin: 0 auto;
}

.p-news-cont .c-list-news {
  border-top: none;
}
.p-news-cont .c-list-news__item:first-child .c-card-news {
  padding-top: 0;
}

.p-detail__date {
  line-height: 1;
  opacity: 0.75;
  letter-spacing: 0.02em;
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 800px) {
  .p-detail__date {
    font-size: 1.3rem;
    margin-bottom: 2.4rem;
  }
}
.p-detail__hdg {
  font-size: 3.2rem;
  letter-spacing: 0.02em;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 12rem;
}
@media screen and (max-width: 800px) {
  .p-detail__hdg {
    font-size: 2.4rem;
    margin-bottom: 8rem;
  }
}
.p-detail__img.sp-only {
  margin-bottom: 3rem;
}
.p-detail__img.sp-only img {
  border-radius: 1rem;
}
.p-detail__cont {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12rem;
}
@media screen and (max-width: 800px) {
  .p-detail__cont {
    flex-direction: column;
    gap: 3rem;
    margin-bottom: 8rem;
  }
}
.p-detail__index {
  width: 28rem;
}
@media screen and (max-width: 800px) {
  .p-detail__index {
    width: 100%;
  }
}
@media screen and (min-width: 801px) {
  .p-detail__index #ez-toc-container {
    position: sticky;
    top: 20rem;
    background: none;
    border: none;
    font-weight: 500;
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  .p-detail__index #ez-toc-container {
    padding: 3rem;
    border-radius: 1rem;
    background-color: rgba(38, 58, 77, 0.5);
  }
}
.p-detail__index #ez-toc-container .ez-toc-title {
  font-size: 2.4rem;
  font-family: "Be Vietnam Pro", "Noto Sans JP", sans-serif;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 1em;
}
@media screen and (max-width: 800px) {
  .p-detail__index #ez-toc-container .ez-toc-title {
    font-size: 2rem;
  }
}
.p-detail__index #ez-toc-container .ez-toc-list {
  display: flex;
  flex-direction: column;
  gap: 2.1rem;
  line-height: 1.5;
  font-size: 1.4rem;
}
@media screen and (max-width: 800px) {
  .p-detail__index #ez-toc-container .ez-toc-list {
    gap: 1.8rem;
  }
}
.p-detail__index #ez-toc-container .ez-toc-list ul {
  font-size: 1.2rem;
  padding-left: 1em;
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.6em;
}
.p-detail__index #ez-toc-container .ez-toc-list a {
  opacity: 0.5;
}
@media screen and (min-width: 801px) {
  .p-detail__index #ez-toc-container .ez-toc-list a.is-active {
    opacity: 1;
  }
}
.p-detail__main {
  width: 76rem;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.04em;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media screen and (max-width: 800px) {
  .p-detail__main {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.8;
    gap: 3rem;
  }
}
.p-detail__main h2,
.p-detail__main h3,
.p-detail__main h4 {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 800px) {
  .p-detail__main h2,
  .p-detail__main h3,
  .p-detail__main h4 {
    line-height: 1.5;
    font-size: 2.2rem;
  }
}
.p-detail__main h3 {
  font-size: 2.4rem;
}
@media screen and (max-width: 800px) {
  .p-detail__main h3 {
    font-size: 2rem;
  }
}
.p-detail__main h4 {
  font-size: 2.2rem;
}
@media screen and (max-width: 800px) {
  .p-detail__main h4 {
    font-size: 1.8rem;
  }
}
.p-detail__main img {
  border-radius: 1rem;
}
.p-detail__main a:not([class]) {
  text-decoration: underline;
}
.p-detail__main ul,
.p-detail__main ul.wp-block-list:not(.c-list-check),
.p-detail__main ol {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  line-height: 1.6;
}
.p-detail__main ul > li,
.p-detail__main ul.wp-block-list:not(.c-list-check) > li,
.p-detail__main ol > li {
  padding: 0.1rem 0 0 4.6rem;
  position: relative;
}
@media screen and (max-width: 800px) {
  .p-detail__main ul > li,
  .p-detail__main ul.wp-block-list:not(.c-list-check) > li,
  .p-detail__main ol > li {
    padding-left: 3.8rem;
  }
}
@media screen and (max-width: 800px) {
  .p-detail__main ul,
  .p-detail__main ul.wp-block-list:not(.c-list-check) {
    gap: 3rem;
  }
}
.p-detail__main ul > li::before,
.p-detail__main ul.wp-block-list:not(.c-list-check) > li::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  background-color: #eff7f7;
  border-radius: 50%;
  position: absolute;
  left: 1.3rem;
  top: 1.3rem;
}
@media screen and (max-width: 800px) {
  .p-detail__main ul > li::before,
  .p-detail__main ul.wp-block-list:not(.c-list-check) > li::before {
    width: 0.5rem;
    height: 0.5rem;
    left: 1.2rem;
    top: 1.2rem;
  }
}
.p-detail__main ol {
  counter-reset: number 0;
}
@media screen and (max-width: 800px) {
  .p-detail__main ol {
    gap: 2rem;
  }
}
.p-detail__main ol > li {
  counter-increment: number 1;
}
.p-detail__main ol > li::before {
  content: counter(number);
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #263a4d;
  background-color: #eff7f7;
  font-family: "Be Vietnam Pro", "Noto Sans JP", sans-serif;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 800px) {
  .p-detail__main ol > li::before {
    width: 2.8rem;
    height: 2.8rem;
    font-size: 1.4rem;
  }
}
.p-detail__main figcaption {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-top: 1em;
}
@media screen and (max-width: 800px) {
  .p-detail__main figcaption {
    font-size: 1.2rem;
  }
}
.p-detail__main blockquote {
  border-radius: 1.7rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background-color: rgba(255, 255, 255, 0.15);
  background-image: url(../img/common/icn_blockquote-l.svg), url(../img/common/icn_blockquote-r.svg);
  background-repeat: no-repeat;
  background-position: 4rem 4rem, right 4rem bottom 4rem;
  background-size: 3rem;
  padding: 10rem 6rem;
}
@media screen and (max-width: 800px) {
  .p-detail__main blockquote {
    padding: 7rem 3rem;
    font-size: 1.6rem;
    background-position: 3rem 3rem, right 3rem bottom 3rem;
    background-size: 2rem;
  }
}
.p-detail__main blockquote cite {
  display: inline-block;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-top: 2em;
}
@media screen and (max-width: 800px) {
  .p-detail__main blockquote cite {
    font-size: 1.2rem;
  }
}
.p-detail__main blockquote cite a {
  text-decoration: underline;
}
.p-detail-box, .p-detail-box2 {
  border-radius: 1.7rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background-color: rgba(255, 255, 255, 0.15);
  padding: 4rem;
  line-height: 1.6;
}
@media screen and (max-width: 800px) {
  .p-detail-box, .p-detail-box2 {
    padding: 3rem;
  }
}
.p-detail-box .fz22 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 800px) {
  .p-detail-box .fz22 {
    margin-bottom: 2rem;
  }
}
.p-detail-box2 {
  border: none;
  background: rgb(255, 255, 255);
  background: linear-gradient(-45deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.75) 50%, rgb(255, 255, 255) 100%);
  color: #263a4d;
}
.p-detail-blogcard {
  line-height: 1.35;
  font-size: 1.4rem;
  padding: 2rem;
}
@media screen and (max-width: 800px) {
  .p-detail-blogcard {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 801px) {
  .p-detail-blogcard .p-detail-column__txt {
    padding-right: 4rem;
  }
}
@media screen and (max-width: 800px) {
  .p-detail-blogcard .p-detail-column__txt {
    margin-top: 2rem;
  }
}
.p-detail-blogcard__date {
  opacity: 0.75;
  line-height: 1;
  font-size: 1.3rem;
  display: flex;
  letter-spacing: 0.02em;
  gap: 1em;
  font-weight: 500;
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 800px) {
  .p-detail-blogcard__date {
    font-size: 1.2rem;
    margin-bottom: 1.8rem;
  }
}
.p-detail-blogcard__cate {
  font-weight: 600;
}
.p-detail-blogcard__hdg {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 800px) {
  .p-detail-blogcard__hdg {
    font-size: 1.8rem;
    margin-bottom: 1.8rem;
  }
}
.p-detail-blogcard__txt {
  opacity: 0.5;
}
.p-detail-column {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 800px) {
  .p-detail-column {
    flex-direction: column;
  }
}
@media screen and (min-width: 801px) {
  .p-detail-column__img {
    width: 24rem;
  }
}
@media screen and (min-width: 801px) {
  .p-detail-column__txt {
    width: 40rem;
  }
}
.p-detail-columnimg {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.p-detail-columnimg figure {
  width: 36rem;
}
@media screen and (max-width: 800px) {
  .p-detail-columnimg figure {
    width: 14.9rem;
  }
}
.p-detail-columnimg figure figcaption {
  margin-top: 1.2rem;
}
@media screen and (min-width: 801px) {
  .p-detail-interview {
    padding-left: 2rem;
    display: flex;
    align-items: flex-start;
    gap: 2rem;
  }
}
@media screen and (max-width: 800px) {
  .p-detail-interview {
    padding-top: 1rem;
    position: relative;
  }
}
.p-detail-interview__img {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
@media screen and (max-width: 800px) {
  .p-detail-interview__img {
    width: 4rem;
    height: 4rem;
    position: absolute;
    left: 0;
    top: 0;
  }
}
.p-detail-interview__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.p-detail-interview__name {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.02em;
  margin-bottom: 1em;
}
@media screen and (max-width: 800px) {
  .p-detail-interview__name {
    padding-left: 5rem;
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 801px) {
  .p-detail-interview--rev {
    flex-direction: row-reverse;
    padding-left: 0;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 800px) {
  .p-detail-interview--rev .p-detail-interview__img {
    left: unset;
    right: 0;
  }
  .p-detail-interview--rev .p-detail-interview__name {
    padding: 0 5rem 0 0;
    text-align: right;
  }
}
.p-detail-download {
  line-height: 1.5;
  font-size: 1.7rem;
}
@media screen and (max-width: 800px) {
  .p-detail-download {
    font-size: 1.4rem;
  }
}
.p-detail-download .fz22 {
  font-weight: 600;
}
.p-detail-download p {
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 800px) {
  .p-detail-download p {
    margin-bottom: 1.8rem;
  }
}
.p-detail-download:not(.p-detail-column) p {
  text-align: center;
}
.p-detail-download .c-btn1 {
  width: 100%;
  max-width: 40rem;
}
@media screen and (max-width: 800px) {
  .p-detail-download.p-detail-column .p-detail-column__txt {
    margin-top: 1.8rem;
  }
  .p-detail-download.p-detail-column .fz22 {
    text-align: center;
  }
}
.p-detail-guest .fz24 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 800px) {
  .p-detail-guest .fz24 {
    margin-bottom: 3rem;
  }
}
.p-detail-guest__item {
  font-size: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
}
@media screen and (max-width: 800px) {
  .p-detail-guest__item {
    font-size: 1.4rem;
    gap: 2.7rem;
  }
}
.p-detail-guest__item:not(:first-of-type) {
  padding-top: 4rem;
  margin-top: 4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
@media screen and (max-width: 800px) {
  .p-detail-guest__item:not(:first-of-type) {
    padding-top: 3rem;
    margin-top: 3rem;
  }
}
.p-detail-guest__prof {
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 800px) {
  .p-detail-guest__prof {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.7rem;
  }
}
.p-detail-guest__prof__img {
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.p-detail-guest__prof__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.p-detail-guest__prof__txt .fz22 {
  margin-bottom: 1.1rem;
}
.p-detail-guest__prof__job {
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
.p-detail-table {
  line-height: 1.8;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .p-detail-table {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
}
.p-detail-table th,
.p-detail-table td {
  padding: 1em;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
@media screen and (max-width: 800px) {
  .p-detail-table th,
  .p-detail-table td {
    display: block;
  }
}
.p-detail-table th {
  width: 14.6rem;
  background-color: rgba(255, 255, 255, 0.15);
}
@media screen and (max-width: 800px) {
  .p-detail-table th {
    width: 100%;
  }
}
.p-detail-table td {
  width: calc(100% - 14.6rem);
  background-color: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 800px) {
  .p-detail-table td {
    width: 100%;
    border-top: none;
    border-bottom: none;
  }
}
.p-detail-table td ul {
  gap: 0.5em !important;
}
.p-detail-table--case th {
  background-color: rgba(20, 35, 49, 0.25);
}
@media screen and (min-width: 801px) {
  .p-detail-table--case th {
    width: 19rem;
  }
}
@media screen and (min-width: 801px) {
  .p-detail-table--case td {
    width: calc(100% - 19rem);
  }
}
@media screen and (max-width: 800px) {
  .p-detail-prof .p-detail-column__img {
    width: 13.7rem;
    margin-bottom: 3rem;
  }
}
.p-detail .fz22,
.p-detail .fz24 {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .p-detail .fz22,
  .p-detail .fz24 {
    font-size: 1.8rem;
  }
}
.p-detail .fz24 {
  font-size: 2.4rem;
}
@media screen and (max-width: 800px) {
  .p-detail .fz24 {
    font-size: 2rem;
  }
}
.p-detail__form {
  width: fit-content;
  margin: 0 auto;
}
.p-detail .c-btn1__txt {
  display: inline-block !important;
  margin: 0 !important;
}

.p-webinar__date {
  display: flex;
  align-items: center;
  gap: 1.8rem;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 800px) {
  .p-webinar__date {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.4rem;
  }
}
.p-webinar__date .c-card-label {
  margin-bottom: 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 800px) {
  .p-webinar__date .c-card-label {
    font-size: 1.6rem;
  }
}
.p-webinar__date .c-card-webinar__date {
  font-size: 2.4rem;
}
@media screen and (max-width: 800px) {
  .p-webinar__date .c-card-webinar__date {
    font-size: 1.8rem;
  }
}
.p-webinar__date .c-card-webinar__week,
.p-webinar__date .c-card-webinar__time {
  font-size: 2rem;
}
@media screen and (max-width: 800px) {
  .p-webinar__date .c-card-webinar__week,
  .p-webinar__date .c-card-webinar__time {
    font-size: 1.6rem;
  }
}
.p-webinar__date--active .c-card-label {
  background-color: #cf5668 !important;
  border-color: #cf5668 !important;
  color: #eff7f7 !important;
}
.p-webinar__date--active .c-card-webinar__date {
  opacity: 1;
}

.p-case__company {
  line-height: 1.35;
  letter-spacing: 0.04em;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 800px) {
  .p-case__company {
    margin-bottom: 2.4rem;
  }
}
.p-case__thumb {
  border-radius: 1.2rem;
  overflow: hidden;
  margin-bottom: 8rem;
}
@media screen and (max-width: 800px) {
  .p-case__thumb {
    margin-bottom: 3rem;
  }
}
.p-case .p-detail__hdg {
  margin-bottom: 8rem;
}
@media screen and (max-width: 800px) {
  .p-case .p-detail__hdg {
    margin-bottom: 6rem;
  }
}

.p-product-ai-cate .c-hdg3 {
  margin-bottom: 8rem;
}
@media screen and (max-width: 800px) {
  .p-product-ai-cate .c-hdg3 {
    margin-bottom: 5.6rem;
  }
}
.p-product-ai-cont {
  padding-bottom: 12rem;
  margin-bottom: 12rem;
  border-radius: 1.7rem;
  background-color: rgba(20, 35, 49, 0.35);
}
@media screen and (max-width: 800px) {
  .p-product-ai-cont {
    padding-bottom: 8rem;
    margin-bottom: 8rem;
  }
}
.p-product-ai-cont .inner {
  display: flex;
  flex-direction: column;
  gap: 12rem;
}
@media screen and (max-width: 800px) {
  .p-product-ai-cont .inner {
    gap: 8rem;
  }
}
@media screen and (min-width: 801px) {
  .p-product-ai-info {
    padding-top: 12rem;
    max-width: 120rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-product-ai-info:not(.p-product-ai-info--default) {
  display: none;
}
.p-product-ai-info.is-active {
  display: block;
}
.p-product-ai-info .c-hdg3 {
  margin-bottom: 6rem;
}
@media screen and (max-width: 800px) {
  .p-product-ai-info .c-hdg3 {
    margin-bottom: 3.6rem;
  }
}
.p-product-ai-info__flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .p-product-ai-info__flex {
    flex-direction: column;
    gap: 4.8rem;
  }
}
.p-product-ai-info__txt {
  width: 60rem;
}
@media screen and (max-width: 800px) {
  .p-product-ai-info__txt {
    width: 100%;
  }
}
@media screen and (min-width: 801px) {
  .p-product-ai-info:has(> .c-list-check) .p-product-ai-info__txt {
    width: 44rem;
  }
}
.p-product-ai-info .c-list-check {
  width: 48rem;
}
@media screen and (min-width: 801px) {
  .p-product-ai-info .c-list-check.sp-only {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .p-product-ai-info .c-list-check {
    width: 100%;
    max-width: 31.3rem;
    margin: 4.8rem auto 0;
  }
  .p-product-ai-info .c-list-check.pc-only {
    display: none;
  }
}
.p-product-ai-info__box {
  border-radius: 1.7rem;
  padding: 8rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 800px) {
  .p-product-ai-info__box {
    padding: 4.8rem 3.1rem;
  }
}
.p-product-ai-info__box::before, .p-product-ai-info__box::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 1.7rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.p-product-ai-info__box::before {
  background-color: rgba(20, 35, 49, 0.7);
  z-index: 2;
}
.p-product-ai-info__box::after {
  z-index: 2;
  background: rgb(49, 36, 92);
  background: linear-gradient(135deg, rgba(49, 36, 92, 0.1) 0%, rgb(207, 151, 86) 92%, rgb(207, 151, 86) 100%);
  opacity: 0.35;
}
.p-product-ai-info__box__inner {
  position: relative;
  z-index: 3;
}
.p-product-ai-flow {
  padding-top: 12rem;
}
@media screen and (max-width: 800px) {
  .p-product-ai-flow {
    padding-top: 8rem;
  }
}
.p-product-ai-flow .c-hdg2 {
  margin-bottom: 7.2rem;
}
@media screen and (max-width: 800px) {
  .p-product-ai-flow .c-hdg2 {
    margin-bottom: 4.8rem;
  }
}
.p-product-ai-flow__cont {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .p-product-ai-flow__cont {
    gap: 2rem;
  }
}
.p-product-ai-item .c-hdg5 {
  margin-bottom: 5.4rem;
}
@media screen and (max-width: 800px) {
  .p-product-ai-item .c-hdg5 {
    margin-bottom: 1.8rem;
  }
}
.p-product-ai-lineup .c-hdg2 {
  margin-bottom: 7.2rem;
}
@media screen and (max-width: 800px) {
  .p-product-ai-lineup .c-hdg2 {
    margin-bottom: 4.8rem;
  }
}
.p-product-ai-lineup__img {
  max-width: 104rem;
  margin: 0 auto;
}

@media screen and (min-width: 801px) {
  .p-privacy .p-detail__main .p-detail-table th {
    width: 21rem;
  }
}
.p-privacy .p-detail__main .p-detail-table td p:not(:last-child) {
  padding-bottom: 1.8em;
}

.u-en {
  font-family: YakuHanJP, "Be Vietnam Pro", "Noto Sans JP", sans-serif;
}

.u-tac {
  text-align: center;
}/*# sourceMappingURL=style.css.map */