:root {
  --text-color: #27292B;
  --white: #fff;
  --blue: #055FB0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src: url("../../fonts/Noto_Sans_JP/NotoSansJP-Light.otf") format("opentype");
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/Noto_Sans_JP/NotoSansJP-Regular.otf") format("opentype");
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../../fonts/Noto_Sans_JP/NotoSansJP-Medium.otf") format("opentype");
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../../fonts/Noto_Sans_JP/NotoSansJP-Bold.otf") format("opentype");
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  src: url("../../fonts/Noto_Sans_JP/NotoSansJP-Black.otf") format("opentype");
}

@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 100 900;
  src: url("../../fonts/Noto_Serif_JP/NotoSerifJP-VariableFont_wght.ttf") format("truetype-variations");
}

@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 200;
  src: url("../../fonts/Noto_Serif_JP/static/NotoSerifJP-ExtraLight.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 300;
  src: url("../../fonts/Noto_Serif_JP/static/NotoSerifJP-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/Noto_Serif_JP/static/NotoSerifJP-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 500;
  src: url("../../fonts/Noto_Serif_JP/static/NotoSerifJP-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 600;
  src: url("../../fonts/Noto_Serif_JP/static/NotoSerifJP-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  src: url("../../fonts/Noto_Serif_JP/static/NotoSerifJP-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 800;
  src: url("../../fonts/Noto_Serif_JP/static/NotoSerifJP-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 900;
  src: url("../../fonts/Noto_Serif_JP/static/NotoSerifJP-Black.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Serif Display";
  font-style: normal;
  font-weight: 100 900;
  src: url("../../fonts/Noto_Serif_Display/NotoSerifDisplay-VariableFont_wdth,wght.ttf") format("truetype-variations");
}

@font-face {
  font-family: "Noto Serif Display";
  font-style: italic;
  font-weight: 100 900;
  src: url("../../fonts/Noto_Serif_Display/NotoSerifDisplay-Italic-VariableFont_wdth,wght.ttf") format("truetype-variations");
}

@font-face {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/Zen_Kaku_Gothic_New/ZenKakuGothicNew-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 700;
  src: url("../../fonts/Zen_Kaku_Gothic_New/ZenKakuGothicNew-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 900;
  src: url("../../fonts/Zen_Kaku_Gothic_New/ZenKakuGothicNew-Black.ttf") format("truetype");
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/Lato/Lato-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("../../fonts/Lato/Lato-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Play";
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/Play/Play-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Play";
  font-style: normal;
  font-weight: 700;
  src: url("../../fonts/Play/Play-Bold.ttf") format("truetype");
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(100vw / var(--vw) * 300);
}

body {
  color: var(--text-color);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
}

body.hidden {
  overflow: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: var(--text-color);
}

main {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 700;
  line-height: 1;
}

section {
  overflow: hidden;
}

.header {
  position: absolute;
  top: calc(100vw / var(--vw) * 30);
  left: 0;
  width: 100%;
  z-index: 10010;
  padding: calc(100vw / var(--vw) * 0) calc(100vw / var(--vw) * 30);
  height: calc(100vw / var(--vw) * 80);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: "Noto Sans JP", sans-serif;
}

.header__logo {
  width: calc(100vw / var(--vw) * 196);
}

.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  gap: calc(100vw / var(--vw) * 48);
  font-size: calc(100vw / var(--vw) * 14);
  font-weight: 700;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__nav li {
  list-style: none;
}

.header__nav li a {
  color: var(--white);
}

.header__nav li a.contact-btn {
  border: 2px solid var(--white);
  width: calc(100vw / var(--vw) * 186);
  height: calc(100vw / var(--vw) * 56);
  border-radius: 9999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: calc(100vw / var(--vw) * 12);
}

.header__nav li a.contact-btn::before {
  content: "";
  display: block;
  width: calc(100vw / var(--vw) * 20);
  height: calc(100vw / var(--vw) * 16);
  background: url("../../images/mail-icon.svg") no-repeat center center/contain;
}

.header__hamburger-menu {
  width: calc(100vw / var(--vw) * 40);
  height: calc(100vw / var(--vw) * 40);
  border: 2px solid var(--white);
  border-radius: 50%;
  position: relative;
}

.header__hamburger-menu.active .header__hamburger-menu-line:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header__hamburger-menu.active .header__hamburger-menu-line:nth-child(2) {
  opacity: 0;
}

.header__hamburger-menu.active .header__hamburger-menu-line:nth-child(3) {
  bottom: auto;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header__hamburger-menu-line {
  position: absolute;
  width: calc(100vw / var(--vw) * 20);
  height: calc(100vw / var(--vw) * 2);
  background: var(--white);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header__hamburger-menu-line:nth-child(1) {
  top: calc(100vw / var(--vw) * 10);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header__hamburger-menu-line:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.header__hamburger-menu-line:nth-child(3) {
  bottom: calc(100vw / var(--vw) * 10);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.drawer-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../images/drawer-menu-bg.webp);
  z-index: 10000;
  padding-top: calc(100vw / var(--vw) * 157);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.drawer-menu.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.drawer-menu ul {
  padding: 0;
  width: calc(100vw / var(--vw) * 263);
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.drawer-menu ul li {
  list-style: none;
  font-size: calc(100vw / var(--vw) * 20);
  margin-top: calc(100vw / var(--vw) * 24);
  text-align: center;
}

.drawer-menu ul li:first-child {
  margin-top: calc(100vw / var(--vw) * 0);
}

.drawer-menu ul li a {
  color: var(--white);
}

.drawer-menu ul li a.contact-btn {
  border: 2px solid var(--white);
  width: 100%;
  height: calc(100vw / var(--vw) * 52);
  border-radius: 9999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: calc(100vw / var(--vw) * 35);
  gap: calc(100vw / var(--vw) * 10);
}

.drawer-menu ul li a.contact-btn::before {
  content: "";
  display: block;
  width: calc(100vw / var(--vw) * 23.33);
  height: calc(100vw / var(--vw) * 18.67);
  background: url("../../images/mail-icon.svg") no-repeat center center/contain;
}

.drawer-menu ul li a.contact-btn::after {
  content: "";
  display: block;
  width: calc(100vw / var(--vw) * 20);
  height: calc(100vw / var(--vw) * 24);
  background: url("../../images/contact-ban-arrow.svg") no-repeat center center/contain;
}

.footer {
  background-image: url(../../images/footer-bg.webp);
  background-size: cover;
  padding-top: calc(100vw / var(--vw) * 92);
  padding-bottom: calc(100vw / var(--vw) * 47.52);
}

.footer__contact-btn {
  border: 2px solid var(--white);
  width: calc(100vw / var(--vw) * 288);
  height: calc(100vw / var(--vw) * 53);
  border-radius: 9999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: calc(100vw / var(--vw) * 39);
  gap: calc(100vw / var(--vw) * 10);
  color: var(--white);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: calc(100vw / var(--vw) * 24);
}

.footer__contact-btn::before {
  content: "";
  display: block;
  width: calc(100vw / var(--vw) * 28);
  height: calc(100vw / var(--vw) * 28);
  background: url("../../images/mail-icon.svg") no-repeat center center/contain;
}

.footer__contact-btn::after {
  content: "";
  display: block;
  width: calc(100vw / var(--vw) * 20);
  height: calc(100vw / var(--vw) * 29);
  background: url("../../images/contact-ban-arrow.svg") no-repeat center center/contain;
}

.footer__bottom-contents-wrapper {
  width: calc(100vw / var(--vw) * 1340);
  margin: 0 auto;
  margin-top: calc(100vw / var(--vw) * 55);
  padding-top: calc(100vw / var(--vw) * 55);
  border-top: 1px solid var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: calc(100vw / var(--vw) * 35);
}

.footer__bottom-contents__logo {
  width: calc(100vw / var(--vw) * 194);
}

.footer__bottom-contents__text-wrapper {
  color: var(--white);
}

.footer__bottom-contents__text-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  gap: calc(100vw / var(--vw) * 32);
  font-family: "Noto Sans JP", sans-serif;
}

.footer__bottom-contents__text-wrapper ul li {
  list-style: none;
  font-size: calc(100vw / var(--vw) * 20);
}

.footer__bottom-contents__text-wrapper ul li a {
  color: var(--white);
}

.footer__bottom-contents__copyright {
  font-size: calc(100vw / var(--vw) * 13);
  margin-top: calc(100vw / var(--vw) * 35);
}

.lower-page-header {
  width: calc(100vw / var(--vw) * 1387);
  height: calc(100vw / var(--vw) * 400);
  margin: 0 auto;
  margin-top: calc(100vw / var(--vw) * 30);
  margin-bottom: calc(100vw / var(--vw) * 30);
  max-width: 100%;
  text-align: center;
}

.lower-page-header__title {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: var(--white);
  font-size: calc(100vw / var(--vw) * 140);
  margin-top: calc(100vw / var(--vw) * 121);
  line-height: 100%;
  letter-spacing: 0%;
}

.lower-page-header__title.privacy-policy {
  font-size: calc(100vw / var(--vw) * 60);
}

.lower-page-header__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: calc(100vw / var(--vw) * 34);
  margin-top: calc(100vw / var(--vw) * 26);
  color: var(--white);
  line-height: 1.5;
  letter-spacing: 0.12em;
}

.lower-page-header.company-profile {
  background: url("../../images/company-lower-page-header-bg.webp") no-repeat center center/cover;
}

.lower-page-header.contact {
  background: url("../../images/contact-lower-page-header-bg.webp") no-repeat center center/cover;
}

.lower-page-header.privacy-policy {
  height: calc(100vw / var(--vw) * 300);
  background: url("../../images/privacy-policy-lower-page-header-bg.webp") no-repeat center center/cover;
}

.section-title {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: var(--blue);
  font-size: calc(100vw / var(--vw) * 160);
}

.section-title.text-white {
  color: var(--white);
  font-size: calc(100vw / var(--vw) * 120);
}

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

.section-subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: calc(100vw / var(--vw) * 20);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: calc(100vw / var(--vw) * 12);
  margin-top: calc(100vw / var(--vw) * 12);
}

.section-subtitle.text-white {
  color: var(--white);
}

.section-subtitle.align-center {
  margin-top: calc(100vw / var(--vw) * 26);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-subtitle::before {
  content: "";
  display: block;
  width: calc(100vw / var(--vw) * 27);
  height: calc(100vw / var(--vw) * 2);
  background: -webkit-gradient(linear, left top, right top, from(#0BD1F3), to(#116EC2));
  background: -webkit-linear-gradient(left, #0BD1F3, #116EC2);
  background: linear-gradient(to right, #0BD1F3, #116EC2);
}

.c-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: calc(100vw / var(--vw) * 36);
  margin: 0 auto;
  margin-top: calc(100vw / var(--vw) * 56);
}

.c-btn--primary {
  background: #034495;
  color: var(--white);
  font-size: calc(100vw / var(--vw) * 16);
  padding-top: calc(100vw / var(--vw) * 16);
  padding-bottom: calc(100vw / var(--vw) * 16);
  padding-left: calc(100vw / var(--vw) * 32) calc(100vw / var(--vw) * 24);
  padding-right: calc(100vw / var(--vw) * 32) calc(100vw / var(--vw) * 24);
  width: calc(100vw / var(--vw) * 220);
}

@-webkit-keyframes fv-text-appear {
  0% {
    opacity: 0;
    -webkit-transform: translateY(24px);
    transform: translateY(24px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fv-text-appear {
  0% {
    opacity: 0;
    -webkit-transform: translateY(24px);
    transform: translateY(24px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fv-image-zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes fv-image-zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.fv {
  position: relative;
  width: 100%;
  padding: calc(100vw / var(--vw) * 24) calc(100vw / var(--vw) * 16);
}

.fv__image-wrapper {
  width: 100%;
  height: calc(100vw / var(--vw) * 747);
  border-radius: calc(100vw / var(--vw) * 10);
  overflow: hidden;
}

.fv__image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: fv-image-zoom 10s ease-out forwards;
  animation: fv-image-zoom 10s ease-out forwards;
}

.fv__text-wrapper {
  position: absolute;
  left: calc(100vw / var(--vw) * 120);
  bottom: calc(100vw / var(--vw) * 77);
  color: var(--white);
}

.fv__title {
  font-size: calc(100vw / var(--vw) * 60);
  opacity: 0;
  -webkit-animation: fv-text-appear 0.8s ease-out forwards;
  animation: fv-text-appear 0.8s ease-out forwards;
}

.fv__subtitle {
  margin-top: calc(100vw / var(--vw) * 20);
  font-size: calc(100vw / var(--vw) * 34);
  line-height: 1.6;
  opacity: 0;
  -webkit-animation: fv-text-appear 0.8s ease-out 0.5s forwards;
  animation: fv-text-appear 0.8s ease-out 0.5s forwards;
}

.concept-section {
  padding-top: calc(100vw / var(--vw) * 92);
  padding-bottom: calc(100vw / var(--vw) * 160);
}

.concept-section__inner {
  width: calc(100vw / var(--vw) * 1338.125);
  margin: 0 auto;
}

.concept-section__title-wrapper {
  padding-left: calc(100vw / var(--vw) * 22.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.concept-section__title-image-wrapper {
  display: block;
  overflow: hidden;
  position: relative;
  font-size: 0;
  font-weight: normal;
}

.concept-section__title-image {
  width: calc(100vw / var(--vw) * 205);
  height: auto;
  vertical-align: top;
}

.concept-section__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: calc(100vw / var(--vw) * 20);
}

.concept-section__content-image {
  width: calc(100vw / var(--vw) * 641);
}

.concept-section__content-text-wrapper {
  width: calc(100vw / var(--vw) * 611);
}

.concept-section__content-title {
  font-size: calc(100vw / var(--vw) * 40);
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.concept-section__content-subtitle {
  margin-top: calc(100vw / var(--vw) * 42);
  font-size: calc(100vw / var(--vw) * 20);
  color: var(--blue);
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.concept-section__content-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: calc(100vw / var(--vw) * 16);
  margin-top: calc(100vw / var(--vw) * 42);
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.service {
  position: relative;
}

.service__content-wrapper {
  background: #19203C;
  padding: calc(100vw / var(--vw) * 94) calc(100vw / var(--vw) * 50) calc(100vw / var(--vw) * 80) calc(100vw / var(--vw) * 50);
}

.service__content-text-wrapper {
  width: calc(100vw / var(--vw) * 611);
}

.service__content-title {
  color: var(--white);
  font-size: calc(100vw / var(--vw) * 45);
  margin-top: calc(100vw / var(--vw) * 38);
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.service__content-text {
  color: var(--white);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: calc(100vw / var(--vw) * 16);
  margin-top: calc(100vw / var(--vw) * 38);
  line-height: 1.8;
}

.service__content-image {
  position: absolute;
  top: calc(100vw / var(--vw) * 604);
  right: calc(100vw / var(--vw) * 166);
  width: calc(100vw / var(--vw) * 532);
  z-index: 100;
}

.service__bottom-contents-wrapper {
  width: calc(100vw / var(--vw) * 1201);
  margin: 0 auto;
  margin-top: calc(100vw / var(--vw) * 126);
  background: var(--white);
  border-radius: calc(100vw / var(--vw) * 10);
  padding: calc(100vw / var(--vw) * 82) calc(100vw / var(--vw) * 0);
  position: relative;
  z-index: 100;
}

.service__bottom-contents-item {
  width: calc(100vw / var(--vw) * 994);
  margin: 0 auto;
  border-bottom: 1px solid var(--blue);
  padding-bottom: calc(100vw / var(--vw) * 57);
  margin-bottom: calc(100vw / var(--vw) * 67);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: calc(100vw / var(--vw) * 69);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service__bottom-contents-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.service__bottom-contents-item-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: calc(100vw / var(--vw) * 24);
}

.service__bottom-contents-item-title-wrapper img {
  width: calc(100vw / var(--vw) * 80);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.service__bottom-contents-item-title {
  font-size: calc(100vw / var(--vw) * 32);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1.6;
}

.service__bottom-contents-item-text {
  width: calc(100vw / var(--vw) * 462);
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: calc(100vw / var(--vw) * 16);
}

.service__bottom-image {
  position: absolute;
  width: calc(100vw / var(--vw) * 2098);
  letter-spacing: calc(100vw / var(--vw) * -250);
  bottom: calc(100vw / var(--vw) * -20);
}

@-webkit-keyframes company-bottom-text-flow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@keyframes company-bottom-text-flow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.company-section {
  padding-top: calc(100vw / var(--vw) * 160);
  overflow-x: hidden;
}

.company-section__title-wrapper {
  text-align: center;
}

.company-section__title-text {
  font-size: calc(100vw / var(--vw) * 16);
  margin-top: calc(100vw / var(--vw) * 41);
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.company-section__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(100vw / var(--vw) * 50);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: calc(100vw / var(--vw) * 74);
}

.company-section__content-item {
  width: calc(100vw / var(--vw) * 413);
}

.company-section__content-item__image-wrapper {
  width: calc(100vw / var(--vw) * 413);
  height: calc(100vw / var(--vw) * 253);
  overflow: hidden;
  border-radius: calc(100vw / var(--vw) * 10);
}

.company-section__content-item__image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.company-section__content-item__text-wrapper {
  margin-top: calc(100vw / var(--vw) * 16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.company-section__content-item__text-wrapper__title-wrapper {
  color: var(--blue);
}

.company-section__content-item__text-wrapper__title-wrapper .title {
  font-family: "Lato", sans-serif;
  font-size: calc(100vw / var(--vw) * 38);
}

.company-section__content-item__text-wrapper__title-wrapper .subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(100vw / var(--vw) * 16);
  line-height: 1.6;
  font-weight: 400;
}

.company-section__content-item__text-wrapper .arrow {
  display: block;
  width: calc(100vw / var(--vw) * 64);
  height: calc(100vw / var(--vw) * 64);
  border: 2px solid var(--blue);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.company-section__content-item__text-wrapper .arrow::before {
  content: "";
  background: url("../../images/right-arrow-blue.svg") no-repeat center center/contain;
  display: block;
  width: calc(100vw / var(--vw) * 20);
  height: calc(100vw / var(--vw) * 20);
}

.company-section__bottom-text-wrapper {
  margin-top: calc(100vw / var(--vw) * 30);
  overflow: hidden;
}

.company-section__bottom-text-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: company-bottom-text-flow 25s linear infinite;
  animation: company-bottom-text-flow 25s linear infinite;
}

.company-section__bottom-text {
  color: #0A2E5D;
  opacity: 0.22;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: calc(100vw / var(--vw) * 200);
  white-space: nowrap;
  line-height: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.company-section__bottom-text:not(:first-child) {
  margin-left: 0.15em;
}

.company-profile-page {
  overflow: hidden;
}

.company-profile-contents {
  position: relative;
  background: url("../../images/company-page-contens-bg.webp") no-repeat center center/cover;
  padding-top: calc(100vw / var(--vw) * 60);
  padding-bottom: calc(100vw / var(--vw) * 80);
  padding-left: calc(100vw / var(--vw) * 120) calc(100vw / var(--vw) * 30);
  padding-right: calc(100vw / var(--vw) * 120) calc(100vw / var(--vw) * 30);
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.company-profile-contents__inner {
  position: relative;
  z-index: 1;
  width: calc(100vw / var(--vw) * 1108);
  margin: 0 auto;
}

.company-profile-contents__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.company-profile-contents__message__catch {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: var(--text-color);
  font-size: calc(100vw / var(--vw) * 32);
  line-height: 150%;
  letter-spacing: 12%;
  padding-top: calc(100vw / var(--vw) * 143);
  height: calc(100vw / var(--vw) * 328);
}

.company-profile-contents__message__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  padding-left: calc(100vw / var(--vw) * 100);
}

.company-profile-contents__message__quote {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: var(--blue);
  font-size: calc(100vw / var(--vw) * 20);
  line-height: 200%;
  letter-spacing: 12%;
  position: relative;
  padding: calc(100vw / var(--vw) * 10) calc(100vw / var(--vw) * 0) calc(100vw / var(--vw) * 10) calc(100vw / var(--vw) * 50);
}

.company-profile-contents__message__quote::before {
  content: "";
  display: block;
  width: calc(100vw / var(--vw) * 40);
  height: calc(100vw / var(--vw) * 40);
  background: url("../../images/company-page-contents-top-image1.webp") no-repeat center center/contain;
  position: absolute;
  top: calc(100vw / var(--vw) * 0);
  left: calc(100vw / var(--vw) * 0);
}

.company-profile-contents__message__text {
  padding-bottom: calc(100vw / var(--vw) * 30);
}

.company-profile-contents__message__text p {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: var(--text-color);
  font-size: calc(100vw / var(--vw) * 16);
  line-height: 200%;
  letter-spacing: 4%;
  margin-top: calc(100vw / var(--vw) * 24);
}

.company-profile-contents__message__text p:first-child {
  margin-top: calc(100vw / var(--vw) * 12);
}

.company-profile-contents__message__text p:last-child {
  margin-bottom: 0;
}

.company-profile-contents__profile-card {
  background: var(--white);
  border-radius: calc(100vw / var(--vw) * 10);
  padding: calc(100vw / var(--vw) * 42) calc(100vw / var(--vw) * 69);
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  max-width: 100%;
}

.company-profile-contents__profile-card__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: var(--text-color);
  font-size: calc(100vw / var(--vw) * 20);
  line-height: 150%;
  letter-spacing: 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: calc(100vw / var(--vw) * 12);
}

.company-profile-contents__profile-card__title::before {
  content: "";
  display: block;
  width: calc(100vw / var(--vw) * 27);
  height: calc(100vw / var(--vw) * 2);
  background: -webkit-gradient(linear, left top, right top, from(#0bd1f3), to(#116ec2));
  background: -webkit-linear-gradient(left, #0bd1f3, #116ec2);
  background: linear-gradient(90deg, #0bd1f3, #116ec2);
}

.company-profile-contents__profile-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(100vw / var(--vw) * 24);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.company-profile-contents__profile-card__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: calc(100vw / var(--vw) * 414);
  height: calc(100vw / var(--vw) * 357);
  border-radius: calc(100vw / var(--vw) * 10);
  overflow: hidden;
  background: var(--bg-gray, #f5f5f5);
}

.company-profile-contents__profile-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.company-profile-contents__profile-card__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}

.company-profile-contents__profile-card__name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: var(--text-color);
  font-size: calc(100vw / var(--vw) * 32);
  line-height: 150%;
  letter-spacing: 0%;
  margin-top: calc(100vw / var(--vw) * 12);
}

.company-profile-contents__profile-card__name-en {
  display: inline-block;
  color: #bfc8d4;
  margin-left: calc(100vw / var(--vw) * 24);
}

.company-profile-contents__profile-card__career {
  padding-top: calc(100vw / var(--vw) * 24);
}

.company-profile-contents__profile-card__career ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.company-profile-contents__profile-card__career li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: var(--text-color);
  font-size: calc(100vw / var(--vw) * 16);
  line-height: 200%;
  letter-spacing: 4%;
}

.company-profile-contents__company-info {
  background: var(--white);
  padding: calc(100vw / var(--vw) * 100) calc(100vw / var(--vw) * 0) calc(100vw / var(--vw) * 0) calc(100vw / var(--vw) * 0);
  max-width: 100%;
}

.company-profile-contents__company-info__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: var(--blue);
  font-size: calc(100vw / var(--vw) * 160);
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

.company-profile-contents__company-info__heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: var(--text-color);
  font-size: calc(100vw / var(--vw) * 20);
  line-height: 150%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: calc(100vw / var(--vw) * 12);
  padding-top: calc(100vw / var(--vw) * 36);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.company-profile-contents__company-info__heading::before {
  content: "";
  display: block;
  width: calc(100vw / var(--vw) * 27);
  height: calc(100vw / var(--vw) * 2);
  background: -webkit-gradient(linear, left top, right top, from(#0bd1f3), to(#116ec2));
  background: -webkit-linear-gradient(left, #0bd1f3, #116ec2);
  background: linear-gradient(90deg, #0bd1f3, #116ec2);
}

.company-profile-contents__company-info__list {
  padding: 0;
  width: calc(100vw / var(--vw) * 800);
  margin: 0 auto;
  padding: calc(100vw / var(--vw) * 41) calc(100vw / var(--vw) * 0);
}

.company-profile-contents__company-info__block {
  width: calc(100vw / var(--vw) * 1108);
  margin: 0 auto;
  background: var(--bg-gray, #f6faff);
}

.company-profile-contents__company-info__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: calc(100vw / var(--vw) * 16) calc(100vw / var(--vw) * 0);
  border-bottom: 1px solid #e5e5e5;
  gap: calc(100vw / var(--vw) * 40);
}

.company-profile-contents__company-info__row:first-child {
  padding-top: 0;
}

.company-profile-contents__company-info__row:last-child {
  border-bottom: none;
}

.company-profile-contents__company-info__term {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: var(--blue);
  font-size: calc(100vw / var(--vw) * 16);
  line-height: 100%;
  letter-spacing: 2%;
  margin: 0;
  width: calc(100vw / var(--vw) * 140);
}

.company-profile-contents__company-info__list--milestones .company-profile-contents__company-info__term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: calc(100vw / var(--vw) * 4);
  width: calc(100vw / var(--vw) * 200);
}

.company-profile-contents__company-info__year {
  color: var(--blue);
  font-weight: 400;
}

.company-profile-contents__company-info__term-label {
  color: var(--blue);
}

.company-profile-contents__company-info__desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: var(--text-color);
  font-size: calc(100vw / var(--vw) * 16);
  line-height: 150%;
  letter-spacing: 4%;
}

.company-profile-contents__company-info__desc a {
  color: var(--text-color);
  text-decoration: none;
}

.company-profile-contents__company-info__desc a:hover {
  color: var(--blue);
  text-decoration: underline;
}

.company-profile-contents__company-info__note {
  display: block;
  margin-top: calc(100vw / var(--vw) * 8);
  font-size: 0.9em;
  color: #666;
}

.l-section {
  padding-top: calc(100vw / var(--vw) * 60);
  padding-bottom: calc(100vw / var(--vw) * 80);
}

.l-container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding-left: calc(100vw / var(--vw) * 40) calc(100vw / var(--vw) * 20);
  padding-right: calc(100vw / var(--vw) * 40) calc(100vw / var(--vw) * 20);
}

.p-contact {
  overflow: hidden;
}

.p-contact-body__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: calc(100vw / var(--vw) * 60);
}

.p-contact-intro {
  text-align: center;
}

.p-contact-intro__text {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: var(--text-color);
  font-size: calc(100vw / var(--vw) * 16);
  line-height: 200%;
  letter-spacing: 4%;
}

.p-contact-intro__text p {
  margin: 0 0 1em;
}

.p-contact-intro__text p:last-child {
  margin-bottom: 0;
}

.p-contact-form {
  width: calc(100vw / var(--vw) * 920);
  background: #fafafa;
  border-radius: 10px;
  padding: calc(100vw / var(--vw) * 80) calc(100vw / var(--vw) * 140);
}

.p-contact-form__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: calc(100vw / var(--vw) * 32);
}

.p-contact-form__field {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: calc(100vw / var(--vw) * 8);
  margin-top: calc(100vw / var(--vw) * 30);
}

.p-contact-form__field:first-of-type {
  margin-top: calc(100vw / var(--vw) * 0);
}

.p-contact-form__label-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: calc(100vw / var(--vw) * 8);
}

.p-contact-form__label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333;
  font-size: calc(100vw / var(--vw) * 16);
  line-height: 150%;
  letter-spacing: 4%;
}

.p-contact-form__required {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #034495;
  color: var(--white);
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(100vw / var(--vw) * 10);
  width: calc(100vw / var(--vw) * 36);
  height: calc(100vw / var(--vw) * 16);
  line-height: 100%;
  padding-top: calc(100vw / var(--vw) * 2) calc(100vw / var(--vw) * 6);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-contact-form__input,
.p-contact-form__textarea {
  width: 100%;
  background: var(--white);
  border: 1px solid #ddd;
  border-radius: 10px;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-size: calc(100vw / var(--vw) * 16);
  margin-top: calc(100vw / var(--vw) * 8);
  letter-spacing: 4%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-contact-form__input {
  height: calc(100vw / var(--vw) * 46);
  padding: calc(100vw / var(--vw) * 0) calc(100vw / var(--vw) * 12);
}

.p-contact-form__textarea {
  height: calc(100vw / var(--vw) * 240);
  padding: calc(100vw / var(--vw) * 12);
  resize: vertical;
}

.p-contact-form__privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: calc(100vw / var(--vw) * 16);
  margin-top: calc(100vw / var(--vw) * 32);
}

.p-contact-form__privacy .wpcf7-list-item {
  margin: 0;
}

.p-contact-form__checkbox {
  width: calc(100vw / var(--vw) * 15);
  height: calc(100vw / var(--vw) * 15);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
}

.p-contact-form__privacy-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #333;
  font-size: calc(100vw / var(--vw) * 14);
  line-height: 150%;
  cursor: pointer;
}

.p-contact-form__privacy-link {
  color: #034495;
  text-decoration: underline;
}

.p-contact-form__submit-wrap {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
}

.p-contact-form__submit-wrap .wpcf7-spinner {
  position: absolute;
  bottom: 0;
  right: calc(100vw / var(--vw) * 20);
}

.p-privacy-policy__contents-wrapper {
  padding-top: calc(100vw / var(--vw) * 58);
  width: calc(100vw / var(--vw) * 876);
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
}

.p-privacy-policy__contents-wrapper p {
  margin-bottom: calc(100vw / var(--vw) * 30);
  font-size: calc(100vw / var(--vw) * 16);
  line-height: 1.8;
}

.p-privacy-policy__contents-wrapper h2 {
  color: var(--blue);
  font-size: calc(100vw / var(--vw) * 16);
  line-height: 1.8;
}

.pc {
  display: block !important;
}

.pc_inline {
  display: inline;
}

.pc_fx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pc_inline_block {
  display: inline-block;
}

.sp {
  display: none !important;
}

.sp_inline {
  display: none !important;
}

.sp_fx {
  display: none !important;
}

.sp_inline_block {
  display: none !important;
}

.relative {
  position: relative;
}

.bg-gray {
  background: var(--bg-gray);
}

.fadeIn {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
  visibility: hidden;
}

.fadeIn.centerX {
  -webkit-transform: translate(-50%, 20px);
  transform: translate(-50%, 20px);
}

.fadeIn.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.fadeIn.visible.centerX {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.mask-bg {
  color: transparent;
  overflow: hidden;
  position: relative;
  -webkit-transition: color 0ms 450ms;
  transition: color 0ms 450ms;
  border-radius: calc(100vw / var(--vw) * 10);
}

.mask-bg::after {
  background: -webkit-gradient(linear, left top, right top, from(#0BD1F3), to(#116EC2));
  background: -webkit-linear-gradient(left, #0BD1F3, #116EC2);
  background: linear-gradient(to right, #0BD1F3, #116EC2);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  z-index: 101;
}

.mask-bg.visible::after {
  -webkit-animation: mask-bg 1.2s cubic-bezier(0.8, 0, 0.17, 1);
  animation: mask-bg 1.2s cubic-bezier(0.8, 0, 0.17, 1);
}

.mask-bg.visible {
  color: #362ae0;
}

@-webkit-keyframes mask-bg {
  0% {
    -webkit-transform: translate(0, 101%);
    transform: translate(0, 101%);
  }

  40%, 60% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }

  100% {
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
}

@keyframes mask-bg {
  0% {
    -webkit-transform: translate(0, 101%);
    transform: translate(0, 101%);
  }

  40%, 60% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }

  100% {
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
}

@media screen and (min-width: 768px) {
  :root {
    --vw: 1440;
  }

  .company-section__content-item:hover .company-section__content-item__image-wrapper img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }

  .company-section__content-item:hover .company-section__content-item__text-wrapper .arrow {
    border-color: var(--white);
    background: var(--blue);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .company-section__content-item:hover .company-section__content-item__text-wrapper .arrow::before {
    background: url("../../images/contact-ban-arrow.svg") no-repeat center center/contain;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}

@media screen and (max-width: 768px) {
  :root {
    --vw: 375;
  }

  .header {
    height: calc(100vw / var(--vw) * 40);
    padding: calc(100vw / var(--vw) * 0) calc(100vw / var(--vw) * 16);
    top: calc(100vw / var(--vw) * 16);
  }

  .header__logo {
    width: calc(100vw / var(--vw) * 132);
  }

  .footer {
    padding-bottom: calc(100vw / var(--vw) * 62.52);
  }

  .footer__contact-btn {
    margin-top: calc(100vw / var(--vw) * 24);
    width: calc(100vw / var(--vw) * 263);
    height: calc(100vw / var(--vw) * 52);
  }

  .footer__bottom-contents-wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__bottom-contents__text-wrapper ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    gap: calc(100vw / var(--vw) * 24);
  }

  .footer__bottom-contents__text-wrapper ul li {
    font-size: calc(100vw / var(--vw) * 16);
  }

  .lower-page-header {
    width: calc(100vw / var(--vw) * 375);
    height: calc(100vw / var(--vw) * 240);
    background-size: 80% 80%;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 0;
    margin-bottom: 0;
  }

  .lower-page-header__title {
    font-size: calc(100vw / var(--vw) * 64);
    margin-top: calc(100vw / var(--vw) * 89);
  }

  .lower-page-header__title.privacy-policy {
    font-size: calc(100vw / var(--vw) * 40);
    margin-top: calc(100vw / var(--vw) * 78);
  }

  .lower-page-header__subtitle {
    font-size: calc(100vw / var(--vw) * 18);
    margin-top: calc(100vw / var(--vw) * 16);
    letter-spacing: 0.12em;
  }

  .lower-page-header.company-profile {
    background: url("../../images/company-lower-page-header-bg-sp.webp") no-repeat center center/cover;
  }

  .lower-page-header.contact {
    background: url("../../images/contact-lower-page-header-bg-sp.webp") no-repeat center center/cover;
  }

  .lower-page-header.privacy-policy {
    height: calc(100vw / var(--vw) * 200);
    background: url("../../images/privacy-policy-lower-page-header-bg-sp.webp") no-repeat center center/cover;
  }

  .section-title {
    font-size: calc(100vw / var(--vw) * 72);
  }

  .section-title.text-white {
    font-size: calc(100vw / var(--vw) * 60);
  }

  .section-subtitle {
    font-size: calc(100vw / var(--vw) * 18);
  }

  .c-btn {
    margin-top: calc(100vw / var(--vw) * 40);
  }

  .fv {
    padding: 0;
  }

  .fv__image-wrapper {
    height: calc(100vw / var(--vw) * 650);
    border-radius: 0;
  }

  .fv__text-wrapper {
    left: calc(100vw / var(--vw) * 30);
    bottom: calc(100vw / var(--vw) * 33);
  }

  .fv__title {
    font-size: calc(100vw / var(--vw) * 40);
    line-height: 1.6;
  }

  .fv__subtitle {
    margin-top: calc(100vw / var(--vw) * 8);
    font-size: calc(100vw / var(--vw) * 20);
    line-height: 1.6;
  }

  .concept-section {
    padding-top: calc(100vw / var(--vw) * 66);
    padding-bottom: calc(100vw / var(--vw) * 80);
  }

  .concept-section__inner {
    width: 100%;
  }

  .concept-section__title-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: calc(100vw / var(--vw) * 4);
  }

  .concept-section__title-image-wrapper {
    margin-left: auto;
  }

  .concept-section__title-image {
    margin-left: auto;
    width: calc(100vw / var(--vw) * 130);
    position: relative;
    z-index: 100;
  }

  .concept-section__content-wrapper {
    margin-top: calc(100vw / var(--vw) * -30);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: calc(100vw / var(--vw) * 23);
  }

  .concept-section__content-image {
    width: calc(100vw / var(--vw) * 319);
    margin-right: auto;
  }

  .concept-section__content-text-wrapper {
    width: 100%;
    padding: calc(100vw / var(--vw) * 0) calc(100vw / var(--vw) * 15);
  }

  .concept-section__content-title {
    font-size: calc(100vw / var(--vw) * 32);
  }

  .concept-section__content-subtitle {
    font-size: calc(100vw / var(--vw) * 18);
    margin-top: calc(100vw / var(--vw) * 24);
  }

  .concept-section__content-text {
    font-size: calc(100vw / var(--vw) * 14);
    margin-top: calc(100vw / var(--vw) * 24);
  }

  .service__content-wrapper {
    padding: calc(100vw / var(--vw) * 184) calc(100vw / var(--vw) * 15) calc(100vw / var(--vw) * 79) calc(100vw / var(--vw) * 15);
  }

  .service__content-text-wrapper {
    width: 100%;
  }

  .service__content-title {
    font-size: calc(100vw / var(--vw) * 32);
    margin-top: calc(100vw / var(--vw) * 24);
  }

  .service__content-text {
    margin-top: calc(100vw / var(--vw) * 24);
  }

  .service__content-image {
    top: calc(100vw / var(--vw) * 320);
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100vw / var(--vw) * 279);
  }

  .service__bottom-contents-wrapper {
    width: 100%;
    margin-top: calc(100vw / var(--vw) * 71);
    padding: calc(100vw / var(--vw) * 42) calc(100vw / var(--vw) * 0);
  }

  .service__bottom-contents-item {
    width: calc(100vw / var(--vw) * 315);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: calc(100vw / var(--vw) * 12);
    padding-right: 0;
    padding-bottom: calc(100vw / var(--vw) * 24);
    margin-bottom: calc(100vw / var(--vw) * 24);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .service__bottom-contents-item-title-wrapper {
    gap: calc(100vw / var(--vw) * 15);
  }

  .service__bottom-contents-item-title-wrapper img {
    width: calc(100vw / var(--vw) * 60);
  }

  .service__bottom-contents-item-title {
    font-size: calc(100vw / var(--vw) * 20);
  }

  .service__bottom-contents-item-text {
    width: 100%;
  }

  .company-section {
    padding-top: calc(100vw / var(--vw) * 80);
  }

  .company-section__title-text {
    width: calc(100vw / var(--vw) * 345);
    margin: 0 auto;
    margin-top: calc(100vw / var(--vw) * 41);
    text-align: left;
  }

  .company-section__content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: calc(100vw / var(--vw) * 32);
  }

  .company-section__content-item {
    width: calc(100vw / var(--vw) * 347);
    margin: 0 auto;
  }

  .company-section__content-item__image-wrapper {
    width: calc(100vw / var(--vw) * 347);
  }

  .company-section__content-item__text-wrapper__title-wrapper .title {
    font-size: calc(100vw / var(--vw) * 32);
  }

  .company-section__content-item__text-wrapper__title-wrapper .subtitle {
    font-size: calc(100vw / var(--vw) * 16);
  }

  .company-section__content-item__text-wrapper .arrow {
    width: calc(100vw / var(--vw) * 44);
    height: calc(100vw / var(--vw) * 44);
  }

  .company-section__content-item__text-wrapper .arrow::before {
    width: calc(100vw / var(--vw) * 13.75);
    height: calc(100vw / var(--vw) * 13.75);
  }

  .company-section__bottom-text-wrapper {
    margin-top: calc(100vw / var(--vw) * 58);
  }

  .company-section__bottom-text {
    font-size: calc(100vw / var(--vw) * 100);
  }

  .company-profile-contents__inner {
    padding: calc(100vw / var(--vw) * 10) calc(100vw / var(--vw) * 15);
    width: 100%;
    margin: 0 auto;
  }

  .company-profile-contents__message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .company-profile-contents__message__catch {
    font-size: calc(100vw / var(--vw) * 26);
    padding-top: calc(100vw / var(--vw) * 24);
    height: auto;
  }

  .company-profile-contents__message__body {
    padding-left: calc(100vw / var(--vw) * 0);
    margin-top: calc(100vw / var(--vw) * 10);
  }

  .company-profile-contents__message__quote {
    padding: calc(100vw / var(--vw) * 10) calc(100vw / var(--vw) * 0) calc(100vw / var(--vw) * 10) calc(100vw / var(--vw) * 29);
    font-size: calc(100vw / var(--vw) * 16);
    line-height: 180%;
    letter-spacing: 4%;
  }

  .company-profile-contents__message__quote::before {
    width: calc(100vw / var(--vw) * 19);
    height: calc(100vw / var(--vw) * 48);
  }

  .company-profile-contents__message__text {
    padding-bottom: calc(100vw / var(--vw) * 0);
  }

  .company-profile-contents__message__text p {
    font-size: calc(100vw / var(--vw) * 16);
    line-height: 180%;
    padding: calc(100vw / var(--vw) * 0) calc(100vw / var(--vw) * 15);
  }

  .company-profile-contents__profile-card {
    margin-top: calc(100vw / var(--vw) * 60);
    padding: calc(100vw / var(--vw) * 42) calc(100vw / var(--vw) * 15);
  }

  .company-profile-contents__profile-card__title {
    font-size: calc(100vw / var(--vw) * 18);
  }

  .company-profile-contents__profile-card__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: calc(100vw / var(--vw) * 16);
  }

  .company-profile-contents__profile-card__image {
    width: calc(100vw / var(--vw) * 314);
    height: calc(100vw / var(--vw) * 268);
    margin: 0 auto;
  }

  .company-profile-contents__profile-card__name {
    font-size: calc(100vw / var(--vw) * 24);
  }

  .company-profile-contents__profile-card__career {
    padding-top: calc(100vw / var(--vw) * 16);
  }

  .company-profile-contents__profile-card__career li {
    line-height: 180%;
  }

  .company-profile-contents__company-info__title {
    font-size: calc(100vw / var(--vw) * 72);
  }

  .company-profile-contents__company-info {
    padding: calc(100vw / var(--vw) * 60) calc(100vw / var(--vw) * 0) calc(100vw / var(--vw) * 0) calc(100vw / var(--vw) * 0);
  }

  .company-profile-contents__company-info__heading {
    font-size: calc(100vw / var(--vw) * 18);
    padding-top: calc(100vw / var(--vw) * 26);
  }

  .company-profile-contents__company-info__list {
    width: calc(100vw / var(--vw) * 345);
    padding: calc(100vw / var(--vw) * 24) calc(100vw / var(--vw) * 0);
  }

  .company-profile-contents__company-info__list.company-profile-contents__company-info__list--milestones {
    width: 100%;
  }

  .company-profile-contents__company-info__block {
    width: calc(100vw / var(--vw) * 345);
    margin-top: calc(100vw / var(--vw) * 20);
    margin-bottom: calc(100vw / var(--vw) * 42);
    padding: calc(100vw / var(--vw) * 24) calc(100vw / var(--vw) * 24);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .company-profile-contents__company-info__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: calc(100vw / var(--vw) * 12);
  }

  .company-profile-contents__company-info__term {
    width: calc(100vw / var(--vw) * 200);
  }

  .l-section {
    padding-bottom: calc(100vw / var(--vw) * 50);
  }

  .p-contact-body__inner {
    gap: calc(100vw / var(--vw) * 40);
  }

  .p-contact-intro__text {
    width: calc(100vw / var(--vw) * 345);
    text-align: left;
  }

  .p-contact-form {
    width: calc(100vw / var(--vw) * 345);
    padding: calc(100vw / var(--vw) * 40) calc(100vw / var(--vw) * 15);
  }

  .p-contact-form__field {
    gap: calc(100vw / var(--vw) * 4);
  }

  .p-contact-form__required {
    font-size: calc(100vw / var(--vw) * 12);
    height: calc(100vw / var(--vw) * 22);
  }

  .p-contact-form__privacy-label {
    white-space: nowrap;
  }

  .p-privacy-policy__contents-wrapper {
    padding-top: calc(100vw / var(--vw) * 60);
    width: calc(100vw / var(--vw) * 345);
  }

  .pc {
    display: none !important;
    margin: 0;
    padding: 0;
  }

  .pc_fx {
    display: none !important;
  }

  .pc_inline {
    display: none !important;
  }

  .pc_inline_block {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .sp_inline {
    display: inline !important;
  }

  .sp_fx {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .sp_inline_block {
    display: inline-block !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*# sourceMappingURL=styles.css.map */
