@charset "UTF-8";
.bgmovie,
.bgmovie video,
.mvimg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mvimg {
  z-index: 1;
}

.bgmovie {
  z-index: 2;
  mix-blend-mode: screen;
  opacity: 0.8;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

img {
  width: 100%;
}

:root {
  --ns: "Noto Sans", sans-serif;
  --nsjp: "Noto Sans JP", sans-serif;
  --ak: "Akshar", sans-serif;
}

@keyframes fireMove {
  0% {
    background-position: -100 0; /* 左下 */
  }
  100% {
    background-position: 6.9444444444vw -34.7222222222vw; /* 右上方向へ */
  }
}
.-pc {
  display: block;
}

.br__pc {
  display: inline;
}

.-sp,
.br__sp {
  display: none;
}

body {
  font-family: var(--nsjp);
  overflow-x: hidden;
  background: linear-gradient(to right, #02040D 0%, #24313A 100%);
}

.bg__wrap {
  position: relative;
  width: 100vw;
  margin: 0 auto;
  overflow-x: hidden;
}
.bg__wrap::before {
  position: absolute;
  content: "";
  background-image: url(../img/body_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 53.4722222222vw;
  height: 74.2409722222vw;
  top: -7.6388888889vw;
  right: 0px;
  z-index: -1;
}

.bg__wrap-2::before {
  top: 7.0833333333vw;
  right: 0px;
}

.section-ttl {
  width: 100vw;
}
.section-ttl h2 {
  font-size: 6.6666666667vw;
  font-weight: 900;
  background-image: url(../img/title_bg_img3.png);
  background-repeat: repeat;
  background-size: 200vw 100vh;
  background-position: center top;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  will-change: background-position;
  animation: fireMove 80s linear infinite forwards;
  font-family: var(--ns);
  letter-spacing: 0.4rem;
  line-height: 1.2;
  transform: skew(-10deg);
}
.section-ttl h4 {
  font-size: 1.3888888889vw;
  font-family: var(--nsjp);
  font-weight: 700;
  color: #fff;
  margin-left: 4.1666666667vw;
  position: relative;
  margin-bottom: 4.8611111111vw;
}
.section-ttl h4::before {
  position: absolute;
  content: "";
  background: linear-gradient(to left, #00ADD0 0%, #172A88 100%);
  width: 2.7777777778vw;
  height: 0.0694444444vw;
  left: -4.1666666667vw;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 450px) {
  .-sp {
    display: block;
  }
  .br__sp {
    display: inline;
  }
  .-pc,
  .br__pc {
    display: none;
  }
  .-pc__none {
    display: flex;
  }
  @keyframes fireMove {
    0% {
      background-position: 0 0; /* 左下 */
    }
    100% {
      background-position: 66.6666666667vw -141.3333333333vw; /* 右上方向へ */
    }
  }
  body {
    background: linear-gradient(to right, #02040D 0%, #24313A 100%);
  }
  /* メニューオープン中に付与するクラス */
  .no-scroll {
    overflow: hidden;
    height: 100vh; /* iOS対策 */
  }
  .bg__wrap::before {
    position: absolute;
    content: "";
    background-image: url(../img/body_bg_sp.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 175.92vw;
    top: 0vw;
    right: 0px;
    z-index: -1;
  }
  .bg__wrap-2::before {
    background-image: url(../img/body_bg_sp2.png);
    top: auto;
    bottom: 0;
    right: 0px;
  }
  .section-ttl {
    width: 100vw;
  }
  .section-ttl h2 {
    font-size: 12.216vw;
    font-weight: 900;
    background-repeat: repeat;
    background-size: cover;
    background-position: right top;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    will-change: background-position;
    animation: fireMove 80s linear infinite forwards;
    font-family: var(--ns);
    letter-spacing: 0.4rem;
    line-height: 1.2;
    transform: skew(-10deg);
  }
  .section-ttl h4 {
    font-size: 4.2666666667vw;
    font-family: var(--nsjp);
    font-weight: 700;
    color: #fff;
    margin-left: 8.5333333333vw;
    position: relative;
    margin-bottom: 8vw;
  }
  .section-ttl h4::before {
    position: absolute;
    content: "";
    background: linear-gradient(to left, #00ADD0 0%, #172A88 100%);
    width: 5.3333333333vw;
    height: 0.2666666667vw;
    left: -8.5333333333vw;
    top: 60%;
    transform: translateY(-50%);
  }
}
/* ハンバーガー初期非表示 */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 6.6666666667vw;
  height: 4.8vw;
  cursor: pointer;
  margin-right: 6.6666666667vw;
  margin-top: 0.3333333333vw;
  z-index: 999;
}

.hamburger span {
  display: block;
  height: 0.5333333333vw;
  background: #fff;
  border-radius: 0.5333333333vw;
  transition: 0.3s; /* ← 変化をスムーズに */
}

/* ========== open時のアニメーション ========== */
.hamburger.open span:nth-child(1) {
  transform: rotate(45deg) translate(1.7333333333vw, 1.5666666667vw);
}

.hamburger.open span:nth-child(2) {
  opacity: 0; /* 真ん中を消す */
}

.hamburger.open span:nth-child(3) {
  transform: rotate(-45deg) translate(1.3333333333vw, -1.3333333333vw);
}

@media (max-width: 450px) {
  #header .__wrap .hamburger {
    display: flex;
  }
  #header .__wrap .nav {
    position: fixed;
    top: -8vw;
    right: -100%;
    background: #000;
    transition: right 0.3s ease;
    padding: 50vw 5.3333333333vw;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    display: none;
    background: linear-gradient(to right, #02040D 0%, #24313A 100%);
  }
  #header .__wrap .nav ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    align-items: center;
  }
  #header .__wrap .nav.active {
    right: 0;
    transform: translateX(0);
    display: block;
    transition: 0.3s;
  }
}
.-btn__wrap {
  width: 23.9583333333vw;
  height: 3.4722222222vw;
}
.-btn__wrap .-btn {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}
.-btn__wrap .-btn .-value {
  position: absolute;
  z-index: 1;
  color: #fff;
}
@media (min-width: 1441px) {
  .-btn__wrap .-btn .-value {
    font-size: calc(20 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .-btn__wrap .-btn .-value {
    font-size: calc(20 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .-btn__wrap .-btn .-value {
    font-size: calc(15.7 / 375 * 100vw);
  }
}
.-btn__wrap .-btn .-value {
  width: 19.4444444444vw;
  height: 3.4722222222vw;
  background: linear-gradient(to left, #00ADD0 0%, #172A88 100%);
}
@media (min-width: 1441px) {
  .-btn__wrap .-btn .-value {
    border-radius: calc(100 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .-btn__wrap .-btn .-value {
    border-radius: calc(100 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .-btn__wrap .-btn .-value {
    border-radius: calc(100 / 375 * 100vw);
  }
}
.-btn__wrap .-btn .-value {
  text-align: center;
}
@media (min-width: 1441px) {
  .-btn__wrap .-btn .-value {
    padding-top: calc(10.5 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .-btn__wrap .-btn .-value {
    padding-top: calc(10.5 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .-btn__wrap .-btn .-value {
    padding-top: calc(7.875 / 375 * 100vw);
  }
}
.-btn__wrap .-btn .-value {
  transition: 0.3s;
}
.-btn__wrap .-btn .arrow-img__wrap {
  position: absolute;
  right: 0;
  z-index: 10;
  width: 3.4722222222vw;
  height: 3.4722222222vw;
  background: linear-gradient(to left, #00ADD0 0%, #172A88 100%);
  border-radius: 6.9444444444vw;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.-btn__wrap .-btn .arrow-img__wrap .arrow-img {
  transition: 0.5s;
  font-size: 1.9444444444vw;
  color: #fff;
  padding-bottom: 0.1388888889vw;
}
.-btn__wrap .-btn:hover .-value {
  transition: 0.2s;
  width: 23.9583333333vw;
  background: linear-gradient(to left, #00ADD0 0%, #172A88 100%);
  background-size: 200% auto; /* ←横方向に広げて動かす */
  animation: btn-anima 1s linear forwards;
}
.-btn__wrap .-btn:hover .arrow-img__wrap {
  transition: 0.5s;
  background: linear-gradient(to left, #172A88 0%, #00ADD0 100%);
  background-size: 200% auto; /* ←横方向に広げて動かす */
  animation: btn-anima-2 1s linear forwards;
}
.-btn__wrap .-btn:hover .arrow-img__wrap .arrow-img {
  margin-right: 1.3888888889vw;
}

@keyframes btn-anima {
  0% {
    background-position: 100% 0; /* 右端から */
  }
  50% {
    background-position: 0% 0; /* 左端へ */
    border-radius: 6.9444444444vw;
  }
  100% {
    background-position: 100% 0; /* 元に戻る */
  }
}
@keyframes btn-anima-2 {
  0% {
    background-position: 0% 0; /* 右端から */
    opacity: 0.5;
  }
  50% {
    background-position: 0% 0; /* 左端へ */
    opacity: 0;
  }
  90% {
    background-position: 0% 0; /* 左端へ */
    opacity: 0;
    margin-right: 0.6944444444vw;
  }
  99% {
    opacity: 1;
    margin-right: 0vw;
  }
  100% {
    background: transparent; /* ←最後は単色に上書き */
    opacity: 1;
  }
}
@media (max-width: 450px) {
  .-btn__wrap {
    width: 100%;
    padding: 0 0vw;
    height: 13.3333333333vw;
  }
  .-btn__wrap .-btn {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
  }
  .-btn__wrap .-btn .-value {
    position: absolute;
    z-index: 1;
    color: #fff;
    width: 58.4vw;
    height: 10.4vw;
    background: linear-gradient(to left, #00ADD0 0%, #172A88 100%);
  }
  .-btn__wrap .-btn .arrow-img__wrap {
    position: absolute;
    right: 0;
    z-index: 10;
    width: 10.4vw;
    height: 10.4vw;
    background: linear-gradient(to left, #00ADD0 0%, #172A88 100%);
    border-radius: 26.6666666667vw;
    transition: 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .-btn__wrap .-btn .arrow-img__wrap .arrow-img {
    transition: 0.5s;
    font-size: 7.4666666667vw;
    color: #fff;
    padding-bottom: 0.5333333333vw;
  }
  .-btn__wrap .-btn:hover .-value {
    transition: 0.2s;
    width: 100%;
    background: linear-gradient(to left, #00ADD0 0%, #172A88 100%);
    background-size: 200% auto; /* ←横方向に広げて動かす */
    animation: btn-anima 1s linear forwards;
  }
  .-btn__wrap .-btn:hover .arrow-img__wrap {
    transition: 0.5s;
    background: linear-gradient(to left, #172A88 0%, #00ADD0 100%);
    background-size: 200% auto; /* ←横方向に広げて動かす */
    animation: btn-anima-2 1s linear forwards;
  }
  .-btn__wrap .-btn:hover .arrow-img__wrap .arrow-img {
    margin-right: 5.3333333333vw;
  }
  @keyframes btn-anima {
    0% {
      background-position: 100% 0; /* 右端から */
    }
    50% {
      background-position: 0% 0; /* 左端へ */
      border-radius: 26.6666666667vw;
    }
    100% {
      background-position: 100% 0; /* 元に戻る */
    }
  }
  @keyframes btn-anima-2 {
    0% {
      background-position: 0% 0; /* 右端から */
      opacity: 0.5;
    }
    50% {
      background-position: 0% 0; /* 左端へ */
      opacity: 0;
    }
    90% {
      background-position: 0% 0; /* 左端へ */
      opacity: 0;
      margin-right: 2.6666666667vw;
    }
    99% {
      opacity: 1;
      margin-right: 0vw;
    }
    100% {
      background: transparent; /* ←最後は単色に上書き */
      opacity: 1;
    }
  }
}
#header {
  width: 100%;
  position: absolute;
  top: 2.0833333333vw;
  left: 50%;
  transform: translatex(-50%);
  z-index: 999;
  display: flex;
}
#header .__wrap {
  display: flex;
  justify-content: space-between;
  width: 95.8333333333vw;
  margin: 0 auto;
  height: 2.0833333333vw;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
@media (min-width: 1441px) {
  #header .__wrap .header-logo {
    width: calc(158 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  #header .__wrap .header-logo {
    width: calc(158 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  #header .__wrap .header-logo {
    width: calc(100 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  #header .__wrap .header-logo {
    height: calc(30 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  #header .__wrap .header-logo {
    height: calc(30 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  #header .__wrap .header-logo {
    height: calc(18.99 / 375 * 100vw);
  }
}
#header .__wrap .nav {
  width: 34.3055555556vw;
  height: auto;
}
#header .__wrap .nav ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#header .__wrap .nav ul li {
  transition: 0.3s;
}
#header .__wrap .nav ul li a {
  color: #fff;
  font-size: 1.1111111111vw;
  font-weight: 600;
  line-height: 2.0833333333vw;
}
#header .__wrap .nav ul li:hover a {
  color: #00A0D0;
  transition: 0.3s;
}

#header.show .__wrap {
  opacity: 1;
}

@media (max-width: 450px) {
  #header {
    top: 8vw;
    left: 50%;
    transform: translatex(-50%);
  }
  #header .__wrap {
    margin: 0 auto;
    height: 8vw;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
  #header .__wrap .nav {
    width: 100%;
    height: auto;
    padding: 35.7333333333vw 0;
  }
  #header .__wrap .nav ul {
    width: 69.6vw;
    margin: 0 auto;
    height: auto;
  }
  #header .__wrap .nav ul li {
    transition: 0.3s;
    border-bottom: solid 1px #6C6C6C;
    width: 100%;
    text-align: center;
    margin-top: 9.6vw;
    padding-bottom: 9.6vw;
  }
  #header .__wrap .nav ul li a {
    color: #fff;
    font-size: 3.7333333333vw;
    font-weight: 700;
    line-height: 5.3333333333vw;
  }
  #header .__wrap .nav ul li a .menu-en {
    text-align: center;
    font-size: 3.2vw;
    font-weight: 700;
    background: linear-gradient(to bottom, #172A88 0%, #00ADD0 100%);
    background-clip: text;
    color: transparent;
  }
  #header .__wrap .nav ul li:hover a {
    color: #00A0D0;
    transition: 0.3s;
  }
  #header .__wrap .nav ul li:first-child {
    margin-top: 0;
  }
  #header.show .__wrap {
    opacity: 1;
  }
}
#mv {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
	margin-top: calc(-30/1440*100vw);
  --cut-y: 50px;
  --line-y:50px;
}
#mv::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 0.2083333333vw;
  left: 0%;
  bottom: 0;
  z-index: 10;
  background: linear-gradient(to left, rgba(23, 42, 136, 0.5) 0%, #172A88 20%, #00ADD0 80%, rgba(0, 173, 208, 0.5) 100%);
  background-size: 200% auto; /* 横方向に2倍の大きさ */
  animation: gradient-flow 3s linear infinite;
}
@keyframes gradient-flow {
  0% {
    background-position: 0% 0; /* 右端から */
  }
  100% {
    background-position: 200% 0; /* 左端へ */
  }
}
#mv::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 0.2083333333vw;
  right: 0%;
  bottom: 0;
  z-index: 10;
  background: linear-gradient(to left, rgba(0, 173, 208, 0.5) 0%, #00ADD0 20%, #172A88 80%, rgba(23, 42, 136, 0.5) 100%);
  background-size: 200% auto; /* 横方向に2倍の大きさ */
  animation: gradient-flow-right 3s linear infinite -1.5s;
}
@keyframes gradient-flow-right {
  0% {
    background-position: 200% 0; /* 右端から */
  }
  100% {
    background-position: 0% 0; /* 左端へ */
  }
}
#mv .bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; /* 画像の基準 */
}
#mv .-ttl__wrap {
  position: absolute;
  top: calc(var(--seam-y) + 2.0833333333vw);
  left: 50%;
  transform: translate(-50%, -53%);
  will-change: transform;
  z-index: 10;
  text-align: center;
  transition: top 4s ease;
  width: 100%;
  background-image: url(../img/title_bg_img3.png);
  background-repeat: repeat-y;
  background-size: 200vw 100vh;
  background-position: 0 0;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: fireMove 100s linear infinite forwards;
}
#mv .-ttl__wrap h1 {
  display: inline-block;
  font-size: 5.9722222222vw;
  font-family: var(--nsjp);
  font-weight: 900;
  letter-spacing: 0.4861111111vw;
}
#mv .-ttl__wrap h1 .span__font-size {
  font-size: 4.4444444444vw;
}
#mv .-ttl__wrap h3 {
  font-size: 1.6666666667vw;
  font-weight: 900;
  font-family: var(--ns);
  letter-spacing: 0.4861111111vw;
}
#mv .bg--top {
  mask-image: linear-gradient(#000 0 var(--cut-y), transparent 0);
  -webkit-mask-image: linear-gradient(#000 0 var(--cut-y), transparent 0);
}
#mv .bg--bottom {
  mask-image: linear-gradient(transparent 0 var(--cut-y), #000 0);
  -webkit-mask-image: linear-gradient(transparent 0 var(--cut-y), #000 0);
}
#mv .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 1;
  transition: opacity 2s ease-in 2s;
  z-index: 3;
}
#mv .scroll__wrap {
  position: absolute;
  bottom: 2.4305555556vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
#mv .scroll__wrap p {
  font-size: 0.9722222222vw;
  font-weight: 700;
  font-family: var(--ns);
  color: #fff;
  letter-spacing: 0.4rem;
  position: relative;
}
#mv .scroll__wrap p::after {
  position: absolute;
  content: "";
  bottom: -2.2222222222vw;
  left: 50%;
  transform: translateX(-50%);
  width: 0.0694444444vw;
  height: 1.7361111111vw;
  background: linear-gradient(to bottom, rgba(23, 42, 136, 0.5) 0%, #172A88 20%, #00ADD0 80%, rgba(0, 173, 208, 0.5) 100%);
  background-size: 100% 200%; /* 縦に2倍確保 */
  animation: gradient-flow-y 2.5s linear infinite 1s;
}
@keyframes gradient-flow-y {
  0% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

/* 新しいビューポート単位が使える環境では上書き */
@supports (height: 100svh) {
  #mv {
    min-height: calc(100svh - 2px);
  } /* アドレスバー表示時の“見えている”高さ */
}
@supports (height: 100dvh) {
  #mv {
    min-height: calc(100dvh - 2px);
  } /* iOS16+等でアドレスバーの伸縮に追従 */
}
#mv.show .overlay {
  opacity: 0;
  pointer-events: none;
}
#mv.show .-ttl__wrap {
  top: var(--seam-y);
}

@media (max-width: 450px) {
  #mv {
    background-image: url(../img/mv_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
	margin-top: calc(-24/375*100vw);
  }
  #mv::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 0.8vw;
    left: 0%;
    bottom: 0;
    z-index: 10;
    background: linear-gradient(to left, rgba(23, 42, 136, 0.5) 0%, #172A88 20%, #00ADD0 80%, rgba(0, 173, 208, 0.5) 100%);
    background-size: 200% auto; /* 横方向に2倍の大きさ */
    animation: gradient-flow 3s linear infinite;
  }
  @keyframes gradient-flow {
    0% {
      background-position: 0% 0; /* 右端から */
    }
    100% {
      background-position: 200% 0; /* 左端へ */
    }
  }
  #mv::after {
    position: absolute;
    content: "";
    width: 50%;
    height: 0.8vw;
    right: 0%;
    bottom: 0;
    z-index: 10;
    background: linear-gradient(to left, rgba(0, 173, 208, 0.5) 0%, #00ADD0 20%, #172A88 80%, rgba(23, 42, 136, 0.5) 100%);
    background-size: 200% auto; /* 横方向に2倍の大きさ */
    animation: gradient-flow-right 3s linear infinite -1.5s;
  }
  @keyframes gradient-flow-right {
    0% {
      background-position: 200% 0; /* 右端から */
    }
    100% {
      background-position: 0% 0; /* 左端へ */
    }
  }
  #mv .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 1;
    transition: opacity 3s ease-in 2s;
    z-index: 1;
  }
  #mv .-ttl__wrap {
    animation: none;
    margin-top: 14vw;
    transform: translate(-50%, -103%);
    top: calc(var(--seam-y) + 8vw);
  }
  #mv .-ttl__wrap h1 {
    display: inline-block;
    font-size: 9.056vw;
    font-family: var(--nsjp);
    font-weight: 900;
    letter-spacing: 0.736vw;
    margin-bottom: 2.6666666667vw;
  }
  #mv .-ttl__wrap h1 .span__font-size {
    font-size: 6.7386666667vw;
  }
  #mv .-ttl__wrap h3 {
    font-size: 2.528vw;
    font-weight: 900;
    font-family: var(--ns);
    letter-spacing: 0.736vw;
  }
  #mv .scroll__wrap {
    position: absolute;
    bottom: 9.3333333333vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }
  #mv .scroll__wrap p {
    font-size: 3.7333333333vw;
    font-weight: 700;
    font-family: var(--ns);
    color: #fff;
    letter-spacing: 0.4rem;
    position: relative;
  }
  #mv .scroll__wrap p::after {
    position: absolute;
    content: "";
    bottom: -8.5333333333vw;
    left: 50%;
    transform: translateX(-50%);
    width: 0.2666666667vw;
    height: 6.6666666667vw;
    background: linear-gradient(to bottom, rgba(23, 42, 136, 0.5) 0%, #172A88 20%, #00ADD0 80%, rgba(0, 173, 208, 0.5) 100%);
    background-size: 100% 200%; /* 縦に2倍確保 */
    animation: gradient-flow-y 2.5s linear infinite 1s;
  }
  @keyframes gradient-flow-y {
    0% {
      background-position: 0% 100%;
    }
    100% {
      background-position: 0% 0%;
    }
  }
  /* 新しいビューポート単位が使える環境では上書き */
  @supports (height: 100svh) {
    #mv {
      min-height: calc(100svh - 2px);
    } /* アドレスバー表示時の“見えている”高さ */
  }
  @supports (height: 100dvh) {
    #mv {
      min-height: calc(100dvh - 2px);
    } /* iOS16+等でアドレスバーの伸縮に追従 */
  }
  #mv.show .overlay {
    opacity: 0;
    pointer-events: none;
  }
}
#s-about {
  width: 100%;
  padding: 4.8611111111vw 0 0 0;
  position: relative;
}
#s-about .__wrap {
  width: 83.3333333333vw;
  margin: 0 auto;
  display: flex;
}
#s-about .__wrap .-text__wrap {
  width: 38.1944444444vw;
  margin-right: 5.9722222222vw;
}
#s-about .__wrap .-text__wrap .-message__wrap {
  width: 33.3333333333vw;
  margin-bottom: 5.5555555556vw;
  margin-left: 4.1666666667vw;
}
#s-about .__wrap .-text__wrap .-message__wrap p {
  color: #fff;
  font-size: 1.1111111111vw;
  line-height: 2.0833333333vw;
}
#s-about .__wrap .-text__wrap .-btn__wrap {
  margin-left: 4.1666666667vw;
}
#s-about .__wrap .-img__wrap {
  width: 33.8888888889vw;
  height: 48.4027777778vw;
}

@media (max-width: 450px) {
  #s-about {
    width: 100%;
    padding: 14.6666666667vw 0 0 0;
    position: relative;
  }
  #s-about .__wrap {
    width: 100%;
    padding: 0 5.3333333333vw;
    margin: 0 auto;
    display: flex;
  }
  #s-about .__wrap .-text__wrap {
    width: 100%;
    margin-right: 0;
  }
  #s-about .__wrap .-text__wrap .-message__wrap {
    width: 100%;
    margin-bottom: 10.6666666667vw;
    margin-left: 0;
    padding: 0 8.5333333333vw;
  }
  #s-about .__wrap .-text__wrap .-message__wrap p {
    color: #fff;
    font-size: 3.7333333333vw;
    line-height: 8vw;
  }
  #s-about .__wrap .-text__wrap .-btn__wrap {
    margin-left: 0;
    padding: 0 8.5333333333vw;
  }
  #s-about .__wrap .-img__wrap {
    width: 100%;
    height: 0;
  }
}
#s-service {
  width: 100%;
  padding-bottom: 5.5555555556vw;
}
#s-service .__wrap {
  width: 83.3333333333vw;
  margin: 0 auto;
}
#s-service .__wrap .section-ttl h4 {
  margin-bottom: 3.4722222222vw;
}
#s-service .__wrap .container {
  width: 83.3333333333vw;
}
#s-service .__wrap .container .content {
  width: 100%;
  height: 16.9444444444vw;
  height: auto;
  background-color: #fff;
  border-radius: 0.6944444444vw;
  box-shadow: inset 0 0.2777777778vw 0.2777777778vw 0 rgba(0, 0, 0, 0.25);
  padding: 2.0833333333vw 2.0833333333vw 1.0416666667vw;
  margin-bottom: 1.7361111111vw;
}
#s-service .__wrap .container .content .-label__en {
  font-size: 4.4444444444vw;
  font-weight: 600;
  line-height: 4.1666666667vw;
  color: #C7C7C7;
  font-family: var(--ak);
  transform: skew(-10deg);
}
#s-service .__wrap .container .content .-label__ja {
  font-size: 1.6666666667vw;
  color: #000;
  line-height: 2.0833333333vw;
  font-weight: 600;
  border-bottom: solid 0.0694444444vw;
  border-image: linear-gradient(to right, #172A88, #00ADD0) 1;
  padding-bottom: 0.9875vw;
  margin-bottom: 1.7361111111vw;
}
#s-service .__wrap .container .content .-text {
  font-size: 1.1111111111vw;
  line-height: 2.0833333333vw;
}
#s-service .__wrap .container .content .-viewmore {
  font-size: 1.3888888889vw;
  font-family: var(--ak);
  font-weight: 500;
  transform: skew(-10deg);
  color: #C7C7C7;
  display: flex;
  margin-left: auto;
  width: 7.6388888889vw;
  position: relative;
}
#s-service .__wrap .container .content .-viewmore::after {
  position: absolute;
  content: "";
  background-image: url(../img/service_arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  right: 0vw;
  top: 46%;
  transform: translateY(-50%);
  width: 1.4583333333vw;
  height: 0.9722222222vw;
}

@media (max-width: 450px) {
  #s-service {
    width: 100%;
    padding: 10.6666666667vw 0 10.6666666667vw 0;
  }
  #s-service .__wrap {
    width: 100%;
    padding: 0 5.3333333333vw;
    margin: 0 auto;
  }
  #s-service .__wrap .section-ttl h4 {
    margin-bottom: 8vw;
  }
  #s-service .__wrap .container {
    width: 100%;
  }
  #s-service .__wrap .container .content {
    width: 100%;
    height: 65.0666666667vw;
    height: auto;
    background-color: #fff;
    border-radius: 2.6666666667vw;
    box-shadow: inset 0 1.0666666667vw 1.0666666667vw 0 rgba(0, 0, 0, 0.25);
    padding: 8vw 8vw 4vw;
    margin-bottom: 6.6666666667vw;
  }
  #s-service .__wrap .container .content .-label__en {
    font-size: 8.5333333333vw;
    font-weight: 600;
    line-height: 8vw;
    color: #C7C7C7;
    font-family: var(--ak);
    transform: skew(-10deg);
  }
  #s-service .__wrap .container .content .-label__ja {
    font-size: 3.2vw;
    color: #000;
    line-height: 4vw;
    font-weight: 600;
    border-bottom: solid 0.2666666667vw;
    border-image: linear-gradient(to right, #172A88, #00ADD0) 1;
    padding-bottom: 3.792vw;
    margin-bottom: 3.4666666667vw;
  }
  #s-service .__wrap .container .content .-text {
    font-size: 3.7333333333vw;
    line-height: 8vw;
  }
  #s-service .__wrap .container .content .-viewmore {
    font-size: 3.7333333333vw;
    font-family: var(--ak);
    font-weight: 500;
    transform: skew(-10deg);
    color: #C7C7C7;
    display: flex;
    margin-left: auto;
    width: 24vw;
    position: relative;
  }
  #s-service .__wrap .container .content .-viewmore::after {
    position: absolute;
    content: "";
    background-image: url(../img/service_arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
    right: 0vw;
    top: 46%;
    transform: translateY(-50%);
    width: 5.6vw;
    height: 3.7333333333vw;
  }
  #s-service .__wrap .container .content:last-child .-label__en {
    font-size: 8.4333333333vw;
  }
}
#s-news {
  width: 100%;
  overflow-x: hidden;
}
#s-news .__wrap {
  width: 83.3333333333vw;
  margin: 0 auto;
}
#s-news .__wrap .section-ttl h4 {
  margin-bottom: 3.4722222222vw;
}
#s-news .__wrap .-swiper-ig {
  width: 92.3611111111vw;
}
#s-news .__wrap .-swiper-ig .swiper-wrapper {
  box-sizing: border-box;
}
#s-news .__wrap .-swiper-ig .swiper-wrapper .swiper-slide {
  width: 34.7222222222vw;
  height: 20.8333333333vw;
  padding: 1.3888888889vw 1.25vw 1.3888888889vw 1.3888888889vw;
  background-color: #fff;
  border-radius: 0.6944444444vw;
  display: flex;
}
#s-news .__wrap .-swiper-ig .swiper-wrapper .swiper-slide .-card {
  display: flex;
}
#s-news .__wrap .-swiper-ig .swiper-wrapper .swiper-slide .-card .-img__wrap {
  width: 14.7222222222vw;
  height: 18.0555555556vw;
  border-radius: 0.6944444444vw;
  background-color: #D9D9D9;
  margin-right: 1.3888888889vw;
  overflow: hidden;
}
#s-news .__wrap .-swiper-ig .swiper-wrapper .swiper-slide .-card .-img__wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#s-news .__wrap .-swiper-ig .swiper-wrapper .swiper-slide .-card .-text__wrap {
  width: 15.8333333333vw;
  height: 18.0555555556vw;
  padding-top: 1.3888888889vw;
}
#s-news .__wrap .-swiper-ig .swiper-wrapper .swiper-slide .-card .-text__wrap h4 {
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1.3888888889vw;
  color: #000;
  /* 下線は疑似要素で */
  padding-bottom: 0.6944444444vw;
  margin-bottom: 0.6944444444vw;
  position: relative;
}
#s-news .__wrap .-swiper-ig .swiper-wrapper .swiper-slide .-card .-text__wrap h4::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.0694444444vw;
  background: linear-gradient(to right, #172A88, #00ADD0);
}
#s-news .__wrap .-swiper-ig .swiper-wrapper .swiper-slide .-card .-text__wrap p {
  font-size: 0.9027777778vw;
  font-weight: 700;
  line-height: 1.7361111111vw;
  color: #000;
}
#s-news .__wrap .-swiper-ig .swiper-pagination {
  margin-top: 0.8333333333vw;
}

@media (max-width: 450px) {
  #s-news {
    width: 100%;
    overflow-x: hidden;
  }
  #s-news .__wrap {
    width: 100%;
    padding: 0 0 0 5.3333333333vw;
    margin: 0 auto;
  }
  #s-news .__wrap .section-ttl h4 {
    margin-bottom: 8vw;
  }
  #s-news .__wrap {
    /* 透明だがレイアウト上は存在させる（＝IOが反応する） */
  }
  #s-news .__wrap .ig-loader {
    opacity: 0; /* 見えなくする */
    pointer-events: none; /* 触れない */
    max-height: 1px; /* ほぼ高さゼロで邪魔しない */
    overflow: hidden;
  }
  #s-news .__wrap .-swiper-ig {
    width: 100%;
  }
  #s-news .__wrap .-swiper-ig .swiper-wrapper {
    box-sizing: border-box;
  }
  #s-news .__wrap .-swiper-ig .swiper-wrapper .swiper-slide {
    width: 80vw;
    height: auto;
    padding: 2.6666666667vw;
    background-color: #fff;
    border-radius: 2.6666666667vw;
    display: flex;
    flex-direction: column;
  }
  #s-news .__wrap .-swiper-ig .swiper-wrapper .swiper-slide .-card {
    flex-direction: column;
  }
  #s-news .__wrap .-swiper-ig .swiper-wrapper .swiper-slide .-card .-img__wrap {
    width: 100%;
    height: 40vw;
    border-radius: 2.6666666667vw;
    background-color: #D9D9D9;
    margin-right: 5.3333333333vw;
    overflow: hidden;
  }
  #s-news .__wrap .-swiper-ig .swiper-wrapper .swiper-slide .-card .-img__wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  #s-news .__wrap .-swiper-ig .swiper-wrapper .swiper-slide .-card .-text__wrap {
    width: 100%;
    height: auto;
    padding-top: 5.3333333333vw;
  }
  #s-news .__wrap .-swiper-ig .swiper-wrapper .swiper-slide .-card .-text__wrap h4 {
    font-size: 3.7333333333vw;
    font-weight: 700;
    line-height: 2.6666666667vw;
    color: #000;
    /* 下線は疑似要素で */
    padding-bottom: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
    position: relative;
  }
  #s-news .__wrap .-swiper-ig .swiper-wrapper .swiper-slide .-card .-text__wrap h4::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0.2666666667vw;
    background: linear-gradient(to right, #172A88, #00ADD0);
  }
  #s-news .__wrap .-swiper-ig .swiper-wrapper .swiper-slide .-card .-text__wrap p {
    font-size: 2.6666666667vw;
    font-weight: 700;
    line-height: 5.3333333333vw;
  }
  #s-news .__wrap .-swiper-ig .swiper-pagination {
    margin-top: 3.2vw;
  }
}
#s-contact {
  width: 100%;
  overflow-x: hidden;
}
#s-contact .__wrap {
  margin: 0 auto;
  padding: 8.4166666667vw 0;
  position: relative;
}
#s-contact .__wrap .container {
  width: 83.3333333333vw;
  margin: 0 auto;
}
#s-contact .__wrap .container .section-ttl h4 {
  margin-bottom: 4.8611111111vw;
}
#s-contact .__wrap .container .-message__wrap {
  width: 34.7916666667vw;
  margin-bottom: 3.4722222222vw;
}
#s-contact .__wrap .container .-message__wrap p {
  font-size: 1.1111111111vw;
  font-weight: 700;
  line-height: 2.0833333333vw;
  color: #fff;
}

@media (max-width: 450px) {
  #s-contact {
    width: 100%;
    overflow-x: hidden;
  }
  #s-contact .__wrap {
    margin: 0 auto;
    padding: 16vw 0;
    position: relative;
  }
  #s-contact .__wrap .container {
    width: 100%;
    padding: 5.3333333333vw;
    margin: 0 auto;
  }
  #s-contact .__wrap .container .section-ttl h4 {
    margin-bottom: 8vw;
  }
  #s-contact .__wrap .container .-message__wrap {
    width: 100%;
    margin-bottom: 5.3333333333vw;
    padding: 0 8.5333333333vw;
  }
  #s-contact .__wrap .container .-message__wrap p {
    font-size: 3.7333333333vw;
    font-weight: 700;
    line-height: 6.6666666667vw;
    color: #fff;
  }
  #s-contact .__wrap .container .-btn__wrap {
    margin-left: 0;
    padding: 0 8.5333333333vw;
  }
}
#footer {
  width: 100%;
  background-color: #202020;
  margin: 0 auto;
  padding-bottom: 0.6944444444vw;
}
#footer .inner {
  padding: 4.8611111111vw 0 6.25vw;
  position: relative;
  overflow: hidden;
  width: 100VW;
}
#footer .inner::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 0.2083333333vw;
  left: 0%;
  top: 0;
  z-index: 10;
  background: linear-gradient(to left, rgba(23, 42, 136, 0.5) 0%, #172A88 20%, #00ADD0 80%, rgba(0, 173, 208, 0.5) 100%);
  background-size: 200% auto; /* 横方向に2倍の大きさ */
  animation: gradient-flow 3s linear infinite;
}
@keyframes gradient-flow {
  0% {
    background-position: 0% 0; /* 右端から */
  }
  100% {
    background-position: 200% 0; /* 左端へ */
  }
}
#footer .inner::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 0.2083333333vw;
  right: 0%;
  top: 0;
  z-index: 10;
  background: linear-gradient(to left, rgba(0, 173, 208, 0.5) 0%, #00ADD0 20%, #172A88 80%, rgba(23, 42, 136, 0.5) 100%);
  background-size: 200% auto; /* 横方向に2倍の大きさ */
  animation: gradient-flow-right 3s linear infinite -1.5s;
}
@keyframes gradient-flow-right {
  0% {
    background-position: 200% 0; /* 右端から */
  }
  100% {
    background-position: 0% 0; /* 左端へ */
  }
}
#footer .inner .__wrap {
  width: 83.3333333333vw;
  margin: 0 auto;
  display: flex;
}
#footer .inner .__wrap .container {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#footer .inner .__wrap .container .-info__wrap {
  width: 23.6805555556vw;
}
#footer .inner .__wrap .container .-info__wrap .logo__wrap {
  width: 7.0777777778vw;
  height: 6.8875vw;
  margin-bottom: 2.8347222222vw;
}
#footer .inner .__wrap .container .-info__wrap h4 {
  font-size: 1.6666666667vw;
  color: #fff;
  font-weight: 600;
  line-height: 1.3888888889vw;
  letter-spacing: 0.2083333333vw;
  margin-bottom: 0.6944444444vw;
}
#footer .inner .__wrap .container .-info__wrap h4 span {
  font-family: var(--ns);
}
#footer .inner .__wrap .container .-info__wrap p {
  font-size: 1.3888888889vw;
  line-height: 2.0833333333vw;
  letter-spacing: 0.1388888889vw;
  color: #fff;
}
#footer .inner .__wrap .container .nav {
  width: 34.3055555556vw;
  height: auto;
}
#footer .inner .__wrap .container .nav ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#footer .inner .__wrap .container .nav ul li {
  transition: 0.3s;
}
#footer .inner .__wrap .container .nav ul li a {
  color: #fff;
  font-size: 1.1111111111vw;
  font-weight: 600;
  line-height: 2.0833333333vw;
}
#footer .inner .__wrap .container .nav ul li:hover a {
  color: #00A0D0;
  transition: 0.3s;
}
#footer .copyright {
  font-size: 0.6944444444vw;
  color: #fff;
  text-align: center;
}

@media (max-width: 450px) {
  #footer {
    width: 100%;
    background-color: #202020;
    margin: 0 auto;
    padding-bottom: 2.6666666667vw;
  }
  #footer .inner {
    padding: 10.6666666667vw 0 10.6666666667vw;
    position: relative;
    overflow: hidden;
    width: 100vw;
  }
  #footer .inner::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 0.8vw;
    left: 0%;
    top: 0;
    z-index: 10;
    background: linear-gradient(to left, rgba(23, 42, 136, 0.5) 0%, #172A88 20%, #00ADD0 80%, rgba(0, 173, 208, 0.5) 100%);
    background-size: 200% auto; /* 横方向に2倍の大きさ */
    animation: gradient-flow 3s linear infinite;
  }
  @keyframes gradient-flow {
    0% {
      background-position: 0% 0; /* 右端から */
    }
    100% {
      background-position: 200% 0; /* 左端へ */
    }
  }
  #footer .inner::after {
    position: absolute;
    content: "";
    width: 50%;
    height: 0.8vw;
    right: 0%;
    top: 0;
    z-index: 10;
    background: linear-gradient(to left, rgba(0, 173, 208, 0.5) 0%, #00ADD0 20%, #172A88 80%, rgba(23, 42, 136, 0.5) 100%);
    background-size: 200% auto; /* 横方向に2倍の大きさ */
    animation: gradient-flow-right 3s linear infinite -1.5s;
  }
  @keyframes gradient-flow-right {
    0% {
      background-position: 200% 0; /* 右端から */
    }
    100% {
      background-position: 0% 0; /* 左端へ */
    }
  }
  #footer .inner .__wrap {
    width: 100%;
    padding: 0 5.3333333333vw;
    margin: 0 auto;
    display: flex;
  }
  #footer .inner .__wrap .container {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }
  #footer .inner .__wrap .container .-info__wrap {
    order: 2;
    width: 100%;
  }
  #footer .inner .__wrap .container .-info__wrap .logo__wrap {
    width: 13.6vw;
    height: auto;
    margin-bottom: 5.3333333333vw;
    display: none;
  }
  #footer .inner .__wrap .container .-info__wrap h4 {
    font-size: 4.2666666667vw;
    color: #fff;
    font-weight: 600;
    line-height: 2.6666666667vw;
    letter-spacing: 0.8vw;
    margin-bottom: 2.6666666667vw;
  }
  #footer .inner .__wrap .container .-info__wrap h4 span {
    font-family: var(--ns);
  }
  #footer .inner .__wrap .container .-info__wrap p {
    font-size: 3.7333333333vw;
    line-height: 8vw;
    letter-spacing: 0.5333333333vw;
    color: #fff;
  }
  #footer .inner .__wrap .container .nav {
    width: 100%;
    height: auto;
    margin-bottom: 16vw;
  }
  #footer .inner .__wrap .container .nav ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }
  #footer .inner .__wrap .container .nav ul li {
    transition: 0.3s;
  }
  #footer .inner .__wrap .container .nav ul li a {
    color: #fff;
    font-size: 3.2vw;
    font-weight: 600;
    line-height: 8vw;
  }
  #footer .inner .__wrap .container .nav ul li:hover a {
    color: #00A0D0;
    transition: 0.3s;
  }
  #footer .copyright {
    font-size: 2.6666666667vw;
    color: #fff;
    text-align: center;
  }
}
#ser-mv {
  background-image: url(../img/service_mv.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
#ser-mv::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 0.2083333333vw;
  left: 0%;
  bottom: 0;
  z-index: 10;
  background: linear-gradient(to left, rgba(23, 42, 136, 0.5) 0%, #172A88 20%, #00ADD0 80%, rgba(0, 173, 208, 0.5) 100%);
  background-size: 200% auto; /* 横方向に2倍の大きさ */
  animation: gradient-flow 3s linear infinite;
}
@keyframes gradient-flow {
  0% {
    background-position: 0% 0; /* 右端から */
  }
  100% {
    background-position: 200% 0; /* 左端へ */
  }
}
#ser-mv::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 0.2083333333vw;
  right: 0%;
  bottom: 0;
  z-index: 10;
  background: linear-gradient(to left, rgba(0, 173, 208, 0.5) 0%, #00ADD0 20%, #172A88 80%, rgba(23, 42, 136, 0.5) 100%);
  background-size: 200% auto; /* 横方向に2倍の大きさ */
  animation: gradient-flow-right 3s linear infinite -1.5s;
}
@keyframes gradient-flow-right {
  0% {
    background-position: 200% 0; /* 右端から */
  }
  100% {
    background-position: 0% 0; /* 左端へ */
  }
}
#ser-mv .__wrap {
  padding: 13.3333333333vw 0 0 9.0277777778vw;
  position: relative;
  z-index: 2;
}
#ser-mv .__wrap .section-ttl h4 {
  margin-top: 0.3472222222vw;
  margin-bottom: 4.8611111111vw;
  font-size: 1.6666666667vw;
}
#ser-mv .__wrap .section-ttl h4::before {
  background: #fff;
}
#ser-mv .__wrap .-nav__wrap {
  width: 15.2777777778vw;
  margin-left: 4.1666666667vw;
}
#ser-mv .__wrap .-nav__wrap a {
  display: block;
  font-size: 1.6666666667vw;
  font-weight: 600;
  line-height: 2.0833333333vw;
  color: #fff;
  margin-bottom: 2.0833333333vw;
  transition: 0.3s;
}
#ser-mv .__wrap .-nav__wrap a:hover {
  color: #00A0D0;
  transition: 0.3s;
}
#ser-mv .scroll__wrap {
  position: absolute;
  bottom: 2.4305555556vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
#ser-mv .scroll__wrap p {
  font-size: 0.9722222222vw;
  font-weight: 700;
  font-family: var(--ns);
  color: #fff;
  letter-spacing: 0.4rem;
  position: relative;
}
#ser-mv .scroll__wrap p::after {
  position: absolute;
  content: "";
  bottom: -2.2222222222vw;
  left: 50%;
  transform: translateX(-50%);
  width: 0.0694444444vw;
  height: 1.7361111111vw;
  background: linear-gradient(to bottom, rgba(23, 42, 136, 0.5) 0%, #172A88 20%, #00ADD0 80%, rgba(0, 173, 208, 0.5) 100%);
  background-size: 100% 200%; /* 縦に2倍確保 */
  animation: gradient-flow-y 2.5s linear infinite 1s;
}
@keyframes gradient-flow-y {
  0% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

/* 新しいビューポート単位が使える環境では上書き */
@supports (height: 100svh) {
  #ser-mv {
    min-height: calc(100svh - 2px);
  } /* アドレスバー表示時の“見えている”高さ */
}
@supports (height: 100dvh) {
  #ser-mv {
    min-height: calc(100dvh - 2px);
  } /* iOS16+等でアドレスバーの伸縮に追従 */
}
.section-container {
  width: 100%;
  padding: 6.9444444444vw 0 3.4722222222vw 0;
}
.section-container .__wrap {
  width: 83.3333333333vw;
  margin: 0 auto;
}
.section-container .__wrap .-ttl__wrap {
  margin-bottom: 3.4875vw;
}
.section-container .__wrap .-ttl__wrap h2 {
  font-size: 4.4444444444vw;
  font-family: var(--ak);
  font-weight: 600;
  color: #c7c7c7;
  line-height: 4.1666666667vw;
  margin-bottom: 0.6944444444vw;
  transform: skew(-10deg);
}
.section-container .__wrap .-ttl__wrap h4 {
  font-size: 1.6666666667vw;
  font-family: var(--ak);
  font-weight: 600;
  color: #fff;
  line-height: 2.0833333333vw;
  margin-left: 4.1666666667vw;
  position: relative;
  margin-bottom: 4.8611111111vw;
}
.section-container .__wrap .-ttl__wrap h4::before {
  position: absolute;
  content: "";
  background: linear-gradient(to left, #00ADD0 0%, #172A88 100%);
  width: 3.4722222222vw;
  height: 0.0694444444vw;
  left: -4.8611111111vw;
  top: 50%;
  transform: translateY(-50%);
}
.section-container .__wrap .head-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4.8611111111vw;
}
.section-container .__wrap .head-container .-img__wrap {
  width: 39.1666666667vw;
  height: 22.3611111111vw;
  box-shadow: 0 0.2777777778vw 0.2777777778vw 0 rgba(0, 0, 0, 0.25);
}
.section-container .__wrap .head-container .-text__wrap {
  width: 40.3472222222vw;
}
.section-container .__wrap .head-container .-text__wrap p {
  font-size: 1.1111111111vw;
  font-weight: 700;
  color: #fff;
  line-height: 2.0833333333vw;
}
.section-container .__wrap .card-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.section-container .__wrap .card-container .content {
  width: 26.1111111111vw;
  height: 24.3055555556vw;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.7777777778vw 0 2.0833333333vw 0;
  box-shadow: inset 0 0.2777777778vw 0.2777777778vw 0 rgba(0, 0, 0, 0.25);
  border-radius: 0.6944444444vw;
}
.section-container .__wrap .card-container .content h3 {
  font-size: 1.6666666667vw;
  font-weight: 700;
  line-height: 1.7361111111vw;
  font-family: var(--ak);
  background: linear-gradient(to bottom, #172A88 0%, #00ADD0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 3.06875vw;
}
.section-container .__wrap .card-container .content .-img__wrap {
  width: 8.5416666667vw;
  height: 6.6666666667vw;
  margin-bottom: 2.7777777778vw;
}
.section-container .__wrap .card-container .content p {
  font-size: 0.9722222222vw;
  width: 21.5972222222vw;
  text-align: center;
  line-height: 1.7361111111vw;
  font-weight: 600;
  color: #252525;
}
.section-container .__wrap .card-container .content-2 h3 {
  margin-bottom: 2.3743055556vw;
}
.section-container .__wrap .card-container .content-2 .-img__wrap {
  width: 7.9166666667vw;
  height: 7.9166666667vw;
  margin-bottom: 2.2222222222vw;
}
.section-container .__wrap .card-container .content-3 h3 {
  margin-bottom: 2.2354166667vw;
}
.section-container .__wrap .card-container .content-3 .-img__wrap {
  width: 8.2638888889vw;
  height: 8.1944444444vw;
  margin-bottom: 2.0833333333vw;
}

.es-container .__wrap .card-container .content h3 {
  margin-bottom: 3.3486111111vw;
}
.es-container .__wrap .card-container .content .-img__wrap {
  width: 6.7361111111vw;
  height: 6.7361111111vw;
  margin-bottom: 2.0833333333vw;
}
.es-container .__wrap .card-container .content p {
  font-size: 1.1111111111vw;
}
.es-container .__wrap .card-container .content-2 h3 {
  margin-bottom: 2.4458333333vw;
}
.es-container .__wrap .card-container .content-2 .-img__wrap {
  width: 7.6388888889vw;
  height: 7.6388888889vw;
  margin-bottom: 2.0833333333vw;
}
.es-container .__wrap .card-container .content-3 h3 {
  margin-bottom: 3.4875vw;
}
.es-container .__wrap .card-container .content-3 .-img__wrap {
  width: 8.6805555556vw;
  height: 6.5972222222vw;
  margin-bottom: 2.0833333333vw;
}
.es-container .__wrap .card-container .content-3 p {
  font-size: 1.0416666667vw;
}

.ob-container {
  padding-bottom: 6.9444444444vw;
}
.ob-container .__wrap .card-container .content h3 {
  margin-bottom: 2.6541666667vw;
}
.ob-container .__wrap .card-container .content .-img__wrap {
  width: 7.0138888889vw;
  height: 7.0138888889vw;
  margin-bottom: 2.5vw;
}
.ob-container .__wrap .card-container .content p {
  font-size: 1.1111111111vw;
  font-weight: 700;
  line-height: 2.0833333333vw;
}
.ob-container .__wrap .card-container .content-2 h3 {
  margin-bottom: 2.4458333333vw;
}
.ob-container .__wrap .card-container .content-2 .-img__wrap {
  width: 7.3611111111vw;
  height: 7.3611111111vw;
  margin-bottom: 2.3611111111vw;
}
.ob-container .__wrap .card-container .content-3 h3 {
  margin-bottom: 2.2375vw;
}
.ob-container .__wrap .card-container .content-3 .-img__wrap {
  width: 7.7777777778vw;
  height: 7.7791666667vw;
  margin-bottom: 2.1513888889vw;
}

@media (max-width: 450px) {
  #ser-mv {
    background-image: url(../img/service_mv_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 77% center;
    width: 100%;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
  }
  #ser-mv::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 0.8vw;
    left: 0%;
    bottom: 0;
    z-index: 10;
    background: linear-gradient(to left, rgba(23, 42, 136, 0.5) 0%, #172A88 20%, #00ADD0 80%, rgba(0, 173, 208, 0.5) 100%);
    background-size: 200% auto; /* 横方向に2倍の大きさ */
    animation: gradient-flow 3s linear infinite;
  }
  @keyframes gradient-flow {
    0% {
      background-position: 0% 0; /* 右端から */
    }
    100% {
      background-position: 200% 0; /* 左端へ */
    }
  }
  #ser-mv::after {
    position: absolute;
    content: "";
    width: 50%;
    height: 0.8vw;
    right: 0%;
    bottom: 0;
    z-index: 10;
    background: linear-gradient(to left, rgba(0, 173, 208, 0.5) 0%, #00ADD0 20%, #172A88 80%, rgba(23, 42, 136, 0.5) 100%);
    background-size: 200% auto; /* 横方向に2倍の大きさ */
    animation: gradient-flow-right 3s linear infinite -1.5s;
  }
  @keyframes gradient-flow-right {
    0% {
      background-position: 200% 0; /* 右端から */
    }
    100% {
      background-position: 0% 0; /* 左端へ */
    }
  }
  #ser-mv .__wrap {
    padding: 27.2vw 0 0 5.3333333333vw;
    position: relative;
    z-index: 2;
  }
  #ser-mv .__wrap .section-ttl h4 {
    margin-top: 1.3333333333vw;
    margin-bottom: 40vw;
    font-size: 6.4vw;
  }
  #ser-mv .__wrap .-nav__wrap {
    width: 58.6666666667vw;
    margin-left: 0;
  }
  #ser-mv .__wrap .-nav__wrap a {
    display: block;
    font-size: 5.3333333333vw;
    font-weight: 600;
    line-height: 8vw;
    color: #fff;
    margin-bottom: 8vw;
    transition: 0.3s;
  }
  #ser-mv .__wrap .-nav__wrap a:hover {
    color: #00A0D0;
    transition: 0.3s;
  }
  #ser-mv .scroll__wrap {
    position: absolute;
    bottom: 9.3333333333vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }
  #ser-mv .scroll__wrap p {
    font-size: 3.7333333333vw;
    font-weight: 700;
    font-family: var(--ns);
    color: #fff;
    letter-spacing: 0.4rem;
    position: relative;
  }
  #ser-mv .scroll__wrap p::after {
    position: absolute;
    content: "";
    bottom: -8.5333333333vw;
    left: 50%;
    transform: translateX(-50%);
    width: 0.2666666667vw;
    height: 6.6666666667vw;
    background: linear-gradient(to bottom, rgba(23, 42, 136, 0.5) 0%, #172A88 20%, #00ADD0 80%, rgba(0, 173, 208, 0.5) 100%);
    background-size: 100% 200%; /* 縦に2倍確保 */
    animation: gradient-flow-y 2.5s linear infinite 1s;
  }
  @keyframes gradient-flow-y {
    0% {
      background-position: 0% 100%;
    }
    100% {
      background-position: 0% 0%;
    }
  }
  /* 新しいビューポート単位が使える環境では上書き */
  @supports (height: 100svh) {
    #ser-mv {
      min-height: calc(100svh - 2px);
    } /* アドレスバー表示時の“見えている”高さ */
  }
  @supports (height: 100dvh) {
    #ser-mv {
      min-height: calc(100dvh - 2px);
    } /* iOS16+等でアドレスバーの伸縮に追従 */
  }
  .section-container {
    width: 100%;
    padding: 13.3333333333vw 0 0vw 0;
  }
  .section-container .__wrap {
    width: 100%;
    padding: 0 5.3333333333vw;
    margin: 0 auto;
  }
  .section-container .__wrap .-ttl__wrap {
    margin-bottom: 4vw;
  }
  .section-container .__wrap .-ttl__wrap h2 {
    font-size: 9.6vw;
    font-family: var(--ak);
    font-weight: 600;
    color: #c7c7c7;
    line-height: 8vw;
    margin-bottom: 2.6666666667vw;
    transform: skew(-10deg);
  }
  .section-container .__wrap .-ttl__wrap h4 {
    font-size: 4.2666666667vw;
    font-family: var(--nsjp);
    font-weight: 700;
    color: #fff;
    margin-left: 8.5333333333vw;
    position: relative;
    margin-bottom: 8vw;
  }
  .section-container .__wrap .-ttl__wrap h4::before {
    position: absolute;
    content: "";
    background: linear-gradient(to left, #00ADD0 0%, #172A88 100%);
    width: 5.3333333333vw;
    height: 0.2666666667vw;
    left: -8.5333333333vw;
    top: 60%;
    transform: translateY(-50%);
  }
  .section-container .__wrap .head-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10.6666666667vw;
  }
  .section-container .__wrap .head-container .-img__wrap {
    width: 100%;
    height: auto;
    box-shadow: 0 1.0666666667vw 1.0666666667vw 0 rgba(0, 0, 0, 0.25);
  }
  .section-container .__wrap .head-container .-text__wrap {
    width: 100%;
  }
  .section-container .__wrap .head-container .-text__wrap p {
    font-size: 3.7333333333vw;
    font-weight: 700;
    color: #fff;
    line-height: 8vw;
  }
  .section-container .__wrap .card-container {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .section-container .__wrap .card-container .content {
    width: 100%;
    height: 93.3333333333vw;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10.6666666667vw 0 8vw 0;
    box-shadow: inset 0 1.0666666667vw 1.0666666667vw 0 rgba(0, 0, 0, 0.25);
    border-radius: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
  .section-container .__wrap .card-container .content h3 {
    font-size: 6.4vw;
    font-weight: 700;
    line-height: 6.6666666667vw;
    font-family: var(--ak);
    background: linear-gradient(to bottom, #172A88 0%, #00ADD0 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 11.784vw;
  }
  .section-container .__wrap .card-container .content .-img__wrap {
    width: 32.8vw;
    height: 25.6vw;
    margin-bottom: 10.6666666667vw;
  }
  .section-container .__wrap .card-container .content p {
    font-size: 3.7333333333vw;
    width: 82.9333333333vw;
    text-align: center;
    line-height: 6.6666666667vw;
    font-weight: 600;
    color: #252525;
  }
  .section-container .__wrap .card-container .content-2 h3 {
    margin-bottom: 9.1173333333vw;
  }
  .section-container .__wrap .card-container .content-2 .-img__wrap {
    width: 30.4vw;
    height: 30.4vw;
    margin-bottom: 8.5333333333vw;
  }
  .section-container .__wrap .card-container .content-3 h3 {
    margin-bottom: 8.584vw;
  }
  .section-container .__wrap .card-container .content-3 .-img__wrap {
    width: 31.7333333333vw;
    height: 31.4666666667vw;
    margin-bottom: 8vw;
  }
  .es-container .__wrap .card-container .content h3 {
    margin-bottom: 12.8586666667vw;
  }
  .es-container .__wrap .card-container .content .-img__wrap {
    width: 25.8666666667vw;
    height: 25.8666666667vw;
    margin-bottom: 8vw;
  }
  .es-container .__wrap .card-container .content p {
    font-size: 4.2666666667vw;
  }
  .es-container .__wrap .card-container .content-2 h3 {
    margin-bottom: 9.392vw;
  }
  .es-container .__wrap .card-container .content-2 .-img__wrap {
    width: 29.3333333333vw;
    height: 29.3333333333vw;
    margin-bottom: 8vw;
  }
  .es-container .__wrap .card-container .content-3 h3 {
    margin-bottom: 13.392vw;
  }
  .es-container .__wrap .card-container .content-3 .-img__wrap {
    width: 33.3333333333vw;
    height: 25.3333333333vw;
    margin-bottom: 8vw;
  }
  .es-container .__wrap .card-container .content-3 p {
    font-size: 4vw;
  }
  .ob-container {
    padding-bottom: 18.6666666667vw;
  }
  .ob-container .__wrap .card-container .content h3 {
    margin-bottom: 10.192vw;
  }
  .ob-container .__wrap .card-container .content .-img__wrap {
    width: 26.9333333333vw;
    height: 26.9333333333vw;
    margin-bottom: 9.6vw;
  }
  .ob-container .__wrap .card-container .content p {
    font-size: 4.2666666667vw;
    font-weight: 700;
    line-height: 8vw;
  }
  .ob-container .__wrap .card-container .content-2 h3 {
    margin-bottom: 9.392vw;
  }
  .ob-container .__wrap .card-container .content-2 .-img__wrap {
    width: 28.2666666667vw;
    height: 28.2666666667vw;
    margin-bottom: 9.0666666667vw;
  }
  .ob-container .__wrap .card-container .content-3 h3 {
    margin-bottom: 8.592vw;
  }
  .ob-container .__wrap .card-container .content-3 .-img__wrap {
    width: 29.8666666667vw;
    height: 29.872vw;
    margin-bottom: 8.2613333333vw;
  }
}
#com-mv {
  background-image: url(../img/company/company_mv.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
#com-mv::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 0.2083333333vw;
  left: 0%;
  bottom: 0;
  z-index: 10;
  background: linear-gradient(to left, rgba(23, 42, 136, 0.5) 0%, #172A88 20%, #00ADD0 80%, rgba(0, 173, 208, 0.5) 100%);
  background-size: 200% auto; /* 横方向に2倍の大きさ */
  animation: gradient-flow 3s linear infinite;
}
@keyframes gradient-flow {
  0% {
    background-position: 0% 0; /* 右端から */
  }
  100% {
    background-position: 200% 0; /* 左端へ */
  }
}
#com-mv::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 0.2083333333vw;
  right: 0%;
  bottom: 0;
  z-index: 10;
  background: linear-gradient(to left, rgba(0, 173, 208, 0.5) 0%, #00ADD0 20%, #172A88 80%, rgba(23, 42, 136, 0.5) 100%);
  background-size: 200% auto; /* 横方向に2倍の大きさ */
  animation: gradient-flow-right 3s linear infinite -1.5s;
}
@keyframes gradient-flow-right {
  0% {
    background-position: 200% 0; /* 右端から */
  }
  100% {
    background-position: 0% 0; /* 左端へ */
  }
}
#com-mv .__wrap {
  padding: 13.3333333333vw 0 0 9.0277777778vw;
  position: relative;
  z-index: 2;
}
#com-mv .__wrap .section-ttl h4 {
  margin-top: 0.3472222222vw;
  margin-bottom: 4.8611111111vw;
  font-size: 1.6666666667vw;
}
#com-mv .__wrap .section-ttl h4::before {
  background: #fff;
}
#com-mv .__wrap .-nav__wrap {
  width: 15.2777777778vw;
  margin-left: 4.1666666667vw;
}
#com-mv .__wrap .-nav__wrap a {
  display: block;
  font-size: 1.6666666667vw;
  font-weight: 600;
  line-height: 2.0833333333vw;
  color: #fff;
  margin-bottom: 2.0833333333vw;
  transition: 0.3s;
}
#com-mv .__wrap .-nav__wrap a:hover {
  color: #00A0D0;
  transition: 0.3s;
}
#com-mv .scroll__wrap {
  position: absolute;
  bottom: 2.4305555556vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
#com-mv .scroll__wrap p {
  font-size: 0.9722222222vw;
  font-weight: 700;
  font-family: var(--ns);
  color: #fff;
  letter-spacing: 0.4rem;
  position: relative;
}
#com-mv .scroll__wrap p::after {
  position: absolute;
  content: "";
  bottom: -2.2222222222vw;
  left: 50%;
  transform: translateX(-50%);
  width: 0.0694444444vw;
  height: 1.7361111111vw;
  background: linear-gradient(to bottom, rgba(23, 42, 136, 0.5) 0%, #172A88 20%, #00ADD0 80%, rgba(0, 173, 208, 0.5) 100%);
  background-size: 100% 200%; /* 縦に2倍確保 */
  animation: gradient-flow-y 2.5s linear infinite 1s;
}
@keyframes gradient-flow-y {
  0% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

/* 新しいビューポート単位が使える環境では上書き */
@supports (height: 100svh) {
  #com-mv {
    min-height: calc(100svh - 2px);
  } /* アドレスバー表示時の“見えている”高さ */
}
@supports (height: 100dvh) {
  #com-mv {
    min-height: calc(100dvh - 2px);
  } /* iOS16+等でアドレスバーの伸縮に追従 */
}
.member {
  overflow-x: hidden;
  width: 100%;
  padding: 6.9444444444vw 0 3.4722222222vw 0;
}
.member .__wrap {
  width: 100%;
  margin: 0 auto;
}
.member .__wrap .-ttl__wrap {
  width: 83.3333333333vw;
}
@media (min-width: 1441px) {
  .member .__wrap .-ttl__wrap {
    margin: calc(0 / 1440 * 100vw) auto calc(50.22 / 1440 * 100vw) auto;
  }
}
@media (max-width: 1440px) {
  .member .__wrap .-ttl__wrap {
    margin: calc(0 / 1440 * 100vw) auto calc(50.22 / 1440 * 100vw) auto;
  }
}
@media (max-width: 450px) {
  .member .__wrap .-ttl__wrap {
    margin: calc(0 / 375 * 100vw) auto calc(50.22 / 375 * 100vw) auto;
  }
}
@media (min-width: 1441px) {
  .member .__wrap .-ttl__wrap h2 {
    font-size: calc(64 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .member .__wrap .-ttl__wrap h2 {
    font-size: calc(64 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .member .__wrap .-ttl__wrap h2 {
    font-size: calc(32 / 375 * 100vw);
  }
}
.member .__wrap .-ttl__wrap h2 {
  font-family: var(--ak);
  font-weight: 600;
  color: #c7c7c7;
  line-height: 4.1666666667vw;
  margin-bottom: 0.6944444444vw;
  transform: skew(-10deg);
}
.member .__wrap .-ttl__wrap h4 {
  font-size: 1.6666666667vw;
  font-family: var(--ak);
  font-weight: 600;
  color: #fff;
  line-height: 2.0833333333vw;
  margin-left: 4.1666666667vw;
  position: relative;
  margin-bottom: 4.8611111111vw;
}
.member .__wrap .-ttl__wrap h4::before {
  position: absolute;
  content: "";
  background: linear-gradient(to left, #00ADD0 0%, #172A88 100%);
  width: 3.4722222222vw;
  height: 0.0694444444vw;
  left: -4.8611111111vw;
  top: 50%;
  transform: translateY(-50%);
}
.member .container__first {
  overflow: hidden;
}
@media (min-width: 1441px) {
  .member .container__first {
    width: calc(1440 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .member .container__first {
    width: calc(1440 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .member .container__first {
    width: 100%;
  }
}
@media (min-width: 1441px) {
  .member .container__first {
    padding-bottom: calc(95 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .member .container__first {
    padding-bottom: calc(95 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .member .container__first {
    padding-bottom: calc(95 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  .member .container__first .content {
    width: calc(1340 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .member .container__first .content {
    width: calc(1340 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .member .container__first .content {
    width: 100%;
  }
}
@media (min-width: 1441px) {
  .member .container__first .content {
    height: calc(468 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .member .container__first .content {
    height: calc(468 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .member .container__first .content {
    height: calc(468 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  .member .container__first .content {
    padding-top: calc(128 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .member .container__first .content {
    padding-top: calc(128 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .member .container__first .content {
    padding-top: calc(128 / 375 * 100vw);
  }
}
.member .container__first .content {
  position: relative;
  background-image: url(../img/company/member_img_1.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1441px) {
  .member .container__first .content .-name__wrap {
    margin: calc(0 / 1440 * 100vw) calc(0 / 1440 * 100vw) calc(22 / 1440 * 100vw) calc(380 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .member .container__first .content .-name__wrap {
    margin: calc(0 / 1440 * 100vw) calc(0 / 1440 * 100vw) calc(22 / 1440 * 100vw) calc(380 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .member .container__first .content .-name__wrap {
    margin: calc(0 / 375 * 100vw) calc(0 / 375 * 100vw) calc(22 / 375 * 100vw) calc(380 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  .member .container__first .content .-name__wrap .-title {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .member .container__first .content .-name__wrap .-title {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .member .container__first .content .-name__wrap .-title {
    font-size: calc(12 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  .member .container__first .content .-name__wrap .-title {
    line-height: calc(30 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .member .container__first .content .-name__wrap .-title {
    line-height: calc(30 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .member .container__first .content .-name__wrap .-title {
    line-height: calc(20 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  .member .container__first .content .-name__wrap .-title {
    letter-spacing: calc(7 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .member .container__first .content .-name__wrap .-title {
    letter-spacing: calc(7 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .member .container__first .content .-name__wrap .-title {
    letter-spacing: calc(7 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  .member .container__first .content .-name__wrap .-title {
    margin-bottom: calc(10 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .member .container__first .content .-name__wrap .-title {
    margin-bottom: calc(10 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .member .container__first .content .-name__wrap .-title {
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.member .container__first .content .-name__wrap .-title {
  font-weight: 700;
  font-family: var(--ns);
  color: #fff;
}
@media (min-width: 1441px) {
  .member .container__first .content .-name__wrap .-name {
    font-size: calc(32 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .member .container__first .content .-name__wrap .-name {
    font-size: calc(32 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .member .container__first .content .-name__wrap .-name {
    font-size: calc(20 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  .member .container__first .content .-name__wrap .-name {
    line-height: calc(30 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .member .container__first .content .-name__wrap .-name {
    line-height: calc(30 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .member .container__first .content .-name__wrap .-name {
    line-height: calc(20 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  .member .container__first .content .-name__wrap .-name {
    letter-spacing: calc(7 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .member .container__first .content .-name__wrap .-name {
    letter-spacing: calc(7 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .member .container__first .content .-name__wrap .-name {
    letter-spacing: calc(7 / 375 * 100vw);
  }
}
.member .container__first .content .-name__wrap .-name {
  font-weight: 900;
  font-family: var(--ns);
  color: #fff;
}
@media (min-width: 1441px) {
  .member .container__first .content .-text__wrap {
    width: calc(1310 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .member .container__first .content .-text__wrap {
    width: calc(1310 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .member .container__first .content .-text__wrap {
    width: 100%;
  }
}
@media (min-width: 1441px) {
  .member .container__first .content .-text__wrap {
    height: calc(220 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .member .container__first .content .-text__wrap {
    height: calc(220 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .member .container__first .content .-text__wrap {
    height: calc(220 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  .member .container__first .content .-text__wrap {
    padding: calc(50 / 1440 * 100vw) calc(0 / 1440 * 100vw) calc(0 / 1440 * 100vw) calc(380 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .member .container__first .content .-text__wrap {
    padding: calc(50 / 1440 * 100vw) calc(0 / 1440 * 100vw) calc(0 / 1440 * 100vw) calc(380 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .member .container__first .content .-text__wrap {
    padding: calc(50 / 375 * 100vw) calc(0 / 375 * 100vw) calc(0 / 375 * 100vw) calc(380 / 375 * 100vw);
  }
}
.member .container__first .content .-text__wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (min-width: 1441px) {
  .member .container__first .content .-text__wrap .-text {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .member .container__first .content .-text__wrap .-text {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .member .container__first .content .-text__wrap .-text {
    font-size: calc(12 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  .member .container__first .content .-text__wrap .-text {
    line-height: calc(30 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .member .container__first .content .-text__wrap .-text {
    line-height: calc(30 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .member .container__first .content .-text__wrap .-text {
    line-height: calc(20 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  .member .container__first .content .-text__wrap .-text {
    padding-right: calc(229 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .member .container__first .content .-text__wrap .-text {
    padding-right: calc(229 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .member .container__first .content .-text__wrap .-text {
    padding-right: calc(229 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  .member .container__first .content .-text__wrap .-text {
    margin-bottom: calc(42 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .member .container__first .content .-text__wrap .-text {
    margin-bottom: calc(42 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .member .container__first .content .-text__wrap .-text {
    margin-bottom: calc(42 / 375 * 100vw);
  }
}
.member .container__first .content .-text__wrap .-text {
  font-weight: 700;
  color: #fff;
  font-family: var(--ns);
}
@media (min-width: 1441px) {
  .member .container__first .content .-text__wrap .-name__en {
    font-size: calc(20 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .member .container__first .content .-text__wrap .-name__en {
    font-size: calc(20 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .member .container__first .content .-text__wrap .-name__en {
    font-size: calc(16 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  .member .container__first .content .-text__wrap .-name__en {
    line-height: calc(20 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .member .container__first .content .-text__wrap .-name__en {
    line-height: calc(20 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .member .container__first .content .-text__wrap .-name__en {
    line-height: calc(10 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  .member .container__first .content .-text__wrap .-name__en {
    padding-right: calc(230 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .member .container__first .content .-text__wrap .-name__en {
    padding-right: calc(230 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .member .container__first .content .-text__wrap .-name__en {
    padding-right: calc(230 / 375 * 100vw);
  }
}
.member .container__first .content .-text__wrap .-name__en {
  font-weight: 700;
  font-family: var(--ns);
  color: #fff;
  transform: skew(-15deg);
}
@media (min-width: 1441px) {
  .member .container__first .content:nth-child(2) {
    height: calc(454 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .member .container__first .content:nth-child(2) {
    height: calc(454 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .member .container__first .content:nth-child(2) {
    height: calc(454 / 375 * 100vw);
  }
}
.member .container__first .content:nth-child(2) {
  background-image: url(../img/company/member_img_2.png);
  margin-left: auto;
}
@media (min-width: 1441px) {
  .member .container__first .content:nth-child(2) {
    margin-top: calc(-50 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .member .container__first .content:nth-child(2) {
    margin-top: calc(-50 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .member .container__first .content:nth-child(2) {
    margin-top: calc(-50 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  .member .container__first .content:nth-child(2) .-name__wrap {
    margin: calc(0 / 1440 * 100vw) calc(0 / 1440 * 100vw) calc(22 / 1440 * 100vw) calc(830 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .member .container__first .content:nth-child(2) .-name__wrap {
    margin: calc(0 / 1440 * 100vw) calc(0 / 1440 * 100vw) calc(22 / 1440 * 100vw) calc(830 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .member .container__first .content:nth-child(2) .-name__wrap {
    margin: calc(0 / 375 * 100vw) calc(0 / 375 * 100vw) calc(22 / 375 * 100vw) calc(380 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  .member .container__first .content:nth-child(2) .-text__wrap {
    padding: calc(50 / 1440 * 100vw) calc(0 / 1440 * 100vw) calc(0 / 1440 * 100vw) calc(230 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .member .container__first .content:nth-child(2) .-text__wrap {
    padding: calc(50 / 1440 * 100vw) calc(0 / 1440 * 100vw) calc(0 / 1440 * 100vw) calc(230 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .member .container__first .content:nth-child(2) .-text__wrap {
    padding: calc(50 / 375 * 100vw) calc(0 / 375 * 100vw) calc(0 / 375 * 100vw) calc(380 / 375 * 100vw);
  }
}
.member .container__first .content:nth-child(2) .-text__wrap {
  align-items: flex-start;
}
@media (min-width: 1441px) {
  .member .container__first .content:nth-child(2) .-text__wrap .-text {
    margin-bottom: calc(20 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .member .container__first .content:nth-child(2) .-text__wrap .-text {
    margin-bottom: calc(20 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .member .container__first .content:nth-child(2) .-text__wrap .-text {
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  .member .container__first .content:nth-child(2) .-text__wrap .-name__en {
    padding-right: calc(0 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .member .container__first .content:nth-child(2) .-text__wrap .-name__en {
    padding-right: calc(0 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .member .container__first .content:nth-child(2) .-text__wrap .-name__en {
    padding-right: calc(0 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  .member .container__first .content:nth-child(2) .-text__wrap .-name__en {
    margin-left: calc(590 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .member .container__first .content:nth-child(2) .-text__wrap .-name__en {
    margin-left: calc(590 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .member .container__first .content:nth-child(2) .-text__wrap .-name__en {
    margin-left: calc(590 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  .member .container__first .content:nth-child(3) {
    margin-top: calc(20 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .member .container__first .content:nth-child(3) {
    margin-top: calc(20 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .member .container__first .content:nth-child(3) {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.member .container__first .content:nth-child(3) {
  background-image: url(../img/company/member_img_3.png);
}
@media (min-width: 1441px) {
  .member .container__first .content:nth-child(3) {
    height: calc(400 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .member .container__first .content:nth-child(3) {
    height: calc(400 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .member .container__first .content:nth-child(3) {
    height: calc(400 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  .member .container__first .content:nth-child(3) {
    padding-top: calc(80 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .member .container__first .content:nth-child(3) {
    padding-top: calc(80 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .member .container__first .content:nth-child(3) {
    padding-top: calc(80 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  .member .container__first .content:nth-child(3) .-text__wrap {
    padding-top: calc(20 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .member .container__first .content:nth-child(3) .-text__wrap {
    padding-top: calc(20 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .member .container__first .content:nth-child(3) .-text__wrap {
    padding-top: calc(20 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  .member .container__first .content:nth-child(3) .-text__wrap .-text {
    margin-bottom: calc(5 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .member .container__first .content:nth-child(3) .-text__wrap .-text {
    margin-bottom: calc(5 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .member .container__first .content:nth-child(3) .-text__wrap .-text {
    margin-bottom: calc(5 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  .member .container__second {
    width: calc(1040 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .member .container__second {
    width: calc(1040 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .member .container__second {
    width: 100%;
  }
}
.member .container__second {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1441px) {
  .member .container__second .content .-img__wrap {
    width: calc(275 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .member .container__second .content .-img__wrap {
    width: calc(275 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .member .container__second .content .-img__wrap {
    width: calc(264 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  .member .container__second .content .-img__wrap {
    height: calc(284 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .member .container__second .content .-img__wrap {
    height: calc(284 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .member .container__second .content .-img__wrap {
    height: calc(282.9 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  .member .container__second .content .-img__wrap {
    margin-bottom: calc(27 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .member .container__second .content .-img__wrap {
    margin-bottom: calc(27 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .member .container__second .content .-img__wrap {
    margin-bottom: calc(19 / 375 * 100vw);
  }
}
.member .container__second .content .-text__wrap {
  color: #fff;
  font-family: var(--nsjp);
}
@media (min-width: 1441px) {
  .member .container__second .content .-text__wrap {
    width: 100%;
  }
}
@media (max-width: 1440px) {
  .member .container__second .content .-text__wrap {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .member .container__second .content .-text__wrap {
    width: calc(258 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  .member .container__second .content .-text__wrap {
    margin-bottom: calc(0 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .member .container__second .content .-text__wrap {
    margin-bottom: calc(0 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .member .container__second .content .-text__wrap {
    margin-bottom: calc(25 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  .member .container__second .content .-text__wrap .-title {
    font-size: calc(10 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .member .container__second .content .-text__wrap .-title {
    font-size: calc(10 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .member .container__second .content .-text__wrap .-title {
    font-size: calc(10 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  .member .container__second .content .-text__wrap .-title {
    margin-bottom: calc(5 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .member .container__second .content .-text__wrap .-title {
    margin-bottom: calc(5 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .member .container__second .content .-text__wrap .-title {
    margin-bottom: calc(5 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  .member .container__second .content .-text__wrap .-name {
    margin-bottom: calc(5 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .member .container__second .content .-text__wrap .-name {
    margin-bottom: calc(5 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .member .container__second .content .-text__wrap .-name {
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  .member .container__second .content .-text__wrap .-name {
    padding-bottom: calc(0 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .member .container__second .content .-text__wrap .-name {
    padding-bottom: calc(0 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .member .container__second .content .-text__wrap .-name {
    padding-bottom: calc(10 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  .member .container__second .content .-text__wrap .-name {
    font-size: calc(20 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .member .container__second .content .-text__wrap .-name {
    font-size: calc(20 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .member .container__second .content .-text__wrap .-name {
    font-size: calc(20 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  .member .container__second .content .-text__wrap .-name {
    line-height: calc(20 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .member .container__second .content .-text__wrap .-name {
    line-height: calc(20 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .member .container__second .content .-text__wrap .-name {
    line-height: calc(20 / 375 * 100vw);
  }
}
.member .container__second .content .-text__wrap .-name {
  font-weight: 700;
}
@media (min-width: 1441px) {
  .member .container__second .content .-text__wrap .-name__en {
    width: calc(258 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .member .container__second .content .-text__wrap .-name__en {
    width: calc(258 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .member .container__second .content .-text__wrap .-name__en {
    width: calc(258 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  .member .container__second .content .-text__wrap .-name__en {
    font-size: calc(15 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .member .container__second .content .-text__wrap .-name__en {
    font-size: calc(15 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .member .container__second .content .-text__wrap .-name__en {
    font-size: calc(15 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  .member .container__second .content .-text__wrap .-name__en {
    line-height: calc(20 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .member .container__second .content .-text__wrap .-name__en {
    line-height: calc(20 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .member .container__second .content .-text__wrap .-name__en {
    line-height: calc(20 / 375 * 100vw);
  }
}
.member .container__second .content .-text__wrap .-name__en {
  font-weight: 600;
}
@media (min-width: 1441px) {
  .member .container__second .content .-text__wrap .-name__en {
    margin-bottom: calc(10 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .member .container__second .content .-text__wrap .-name__en {
    margin-bottom: calc(10 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .member .container__second .content .-text__wrap .-name__en {
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  .member .container__second .content .-text__wrap .-name__en {
    padding-bottom: calc(5 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .member .container__second .content .-text__wrap .-name__en {
    padding-bottom: calc(5 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .member .container__second .content .-text__wrap .-name__en {
    padding-bottom: calc(5 / 375 * 100vw);
  }
}
.member .container__second .content .-text__wrap .-name__en {
  position: relative;
  border-bottom: solid 0.2666666667vw;
  border-image: linear-gradient(to right, #172A88, #00ADD0) 1;
}
@media (min-width: 1441px) {
  .member .container__second .content .-text__wrap .-text {
    font-size: calc(13 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .member .container__second .content .-text__wrap .-text {
    font-size: calc(13 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .member .container__second .content .-text__wrap .-text {
    font-size: calc(13 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  .member .container__second .content .-text__wrap .-text {
    width: 100%;
  }
}
@media (max-width: 1440px) {
  .member .container__second .content .-text__wrap .-text {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .member .container__second .content .-text__wrap .-text {
    width: calc(260 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  .member .container__second .content .-text__wrap .-text {
    line-height: calc(25 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .member .container__second .content .-text__wrap .-text {
    line-height: calc(25 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .member .container__second .content .-text__wrap .-text {
    line-height: calc(25 / 375 * 100vw);
  }
}
.member .container__second .content .-text__wrap .-text {
  font-weight: 700;
}
@media (min-width: 1441px) {
  .member .container__second .content-top:nth-child(1) .-text__wrap .-text,
  .member .container__second .content-top:nth-child(2) .-text__wrap .-text,
  .member .container__second .content-top:nth-child(3) .-text__wrap .-text {
    font-size: calc(14 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .member .container__second .content-top:nth-child(1) .-text__wrap .-text,
  .member .container__second .content-top:nth-child(2) .-text__wrap .-text,
  .member .container__second .content-top:nth-child(3) .-text__wrap .-text {
    font-size: calc(14 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .member .container__second .content-top:nth-child(1) .-text__wrap .-text,
  .member .container__second .content-top:nth-child(2) .-text__wrap .-text,
  .member .container__second .content-top:nth-child(3) .-text__wrap .-text {
    font-size: calc(14 / 375 * 100vw);
  }
}
.member .-pc__none {
  display: none;
}

.recruit {
  width: 100%;
}
@media (min-width: 1441px) {
  .recruit {
    padding: calc(100 / 1440 * 100vw) calc(0 / 1440 * 100vw) calc(119 / 1440 * 100vw) calc(0 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .recruit {
    padding: calc(100 / 1440 * 100vw) calc(0 / 1440 * 100vw) calc(119 / 1440 * 100vw) calc(0 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .recruit {
    padding: calc(20 / 375 * 100vw) calc(0 / 375 * 100vw) calc(50 / 375 * 100vw) calc(0 / 375 * 100vw);
  }
}
.recruit .__wrap {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1441px) {
  .recruit .__wrap {
    width: calc(1330 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .recruit .__wrap {
    width: calc(1330 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .recruit .__wrap {
    width: 100%;
  }
}
.recruit .__wrap {
  margin: 0 auto 0 0;
}
@media (min-width: 1441px) {
  .recruit .__wrap {
    margin: calc(0 / 1440 * 100vw) auto calc(0 / 1440 * 100vw) calc(0 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .recruit .__wrap {
    margin: calc(0 / 1440 * 100vw) auto calc(0 / 1440 * 100vw) calc(0 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .recruit .__wrap {
    margin: calc(0 / 375 * 100vw) auto;
  }
}
@media (min-width: 1441px) {
  .recruit .__wrap .-img__wrap {
    width: calc(695 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .recruit .__wrap .-img__wrap {
    width: calc(695 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .recruit .__wrap .-img__wrap {
    width: 100%;
  }
}
@media (min-width: 1441px) {
  .recruit .__wrap .-img__wrap {
    height: calc(341 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .recruit .__wrap .-img__wrap {
    height: calc(341 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .recruit .__wrap .-img__wrap {
    height: calc(185 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  .recruit .__wrap .-text__wrap {
    width: calc(563 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .recruit .__wrap .-text__wrap {
    width: calc(563 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .recruit .__wrap .-text__wrap {
    width: calc(563 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  .recruit .__wrap .-text__wrap .-ttl__wrap {
    padding: calc(0 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .recruit .__wrap .-text__wrap .-ttl__wrap {
    padding: calc(0 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .recruit .__wrap .-text__wrap .-ttl__wrap {
    padding: calc(0 / 375 * 100vw) calc(20 / 375 * 100vw) calc(0 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  .recruit .__wrap .-text__wrap .-ttl__wrap {
    margin-bottom: calc(50.22 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .recruit .__wrap .-text__wrap .-ttl__wrap {
    margin-bottom: calc(50.22 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .recruit .__wrap .-text__wrap .-ttl__wrap {
    margin-bottom: calc(20.22 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  .recruit .__wrap .-text__wrap .-ttl__wrap h2 {
    font-size: calc(64 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .recruit .__wrap .-text__wrap .-ttl__wrap h2 {
    font-size: calc(64 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .recruit .__wrap .-text__wrap .-ttl__wrap h2 {
    font-size: calc(36 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  .recruit .__wrap .-text__wrap .-ttl__wrap h2 {
    margin-bottom: calc(0 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .recruit .__wrap .-text__wrap .-ttl__wrap h2 {
    margin-bottom: calc(0 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .recruit .__wrap .-text__wrap .-ttl__wrap h2 {
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  .recruit .__wrap .-text__wrap .-ttl__wrap h2 {
    line-height: calc(60 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .recruit .__wrap .-text__wrap .-ttl__wrap h2 {
    line-height: calc(60 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .recruit .__wrap .-text__wrap .-ttl__wrap h2 {
    line-height: calc(30 / 375 * 100vw);
  }
}
.recruit .__wrap .-text__wrap .-ttl__wrap h2 {
  font-family: var(--ak);
  font-weight: 600;
  color: #c7c7c7;
  transform: skew(-10deg);
}
@media (min-width: 1441px) {
  .recruit .__wrap .-text__wrap .-ttl__wrap h4 {
    font-size: calc(24 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .recruit .__wrap .-text__wrap .-ttl__wrap h4 {
    font-size: calc(24 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .recruit .__wrap .-text__wrap .-ttl__wrap h4 {
    font-size: calc(16 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  .recruit .__wrap .-text__wrap .-ttl__wrap h4 {
    margin: calc(0 / 1440 * 100vw) calc(0 / 1440 * 100vw) calc(-25 / 1440 * 100vw) calc(60 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .recruit .__wrap .-text__wrap .-ttl__wrap h4 {
    margin: calc(0 / 1440 * 100vw) calc(0 / 1440 * 100vw) calc(-25 / 1440 * 100vw) calc(60 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .recruit .__wrap .-text__wrap .-ttl__wrap h4 {
    margin: calc(0 / 375 * 100vw) calc(0 / 375 * 100vw) calc(30 / 375 * 100vw) calc(32 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  .recruit .__wrap .-text__wrap .-ttl__wrap h4 {
    line-height: calc(30 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .recruit .__wrap .-text__wrap .-ttl__wrap h4 {
    line-height: calc(30 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .recruit .__wrap .-text__wrap .-ttl__wrap h4 {
    line-height: calc(30 / 375 * 100vw);
  }
}
.recruit .__wrap .-text__wrap .-ttl__wrap h4 {
  font-family: var(--ak);
  font-weight: 600;
  color: #fff;
  line-height: 2.0833333333vw;
  position: relative;
}
@media (min-width: 1441px) {
  .recruit .__wrap .-text__wrap .-ttl__wrap h4::before {
    width: calc(50 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .recruit .__wrap .-text__wrap .-ttl__wrap h4::before {
    width: calc(50 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .recruit .__wrap .-text__wrap .-ttl__wrap h4::before {
    width: calc(20 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  .recruit .__wrap .-text__wrap .-ttl__wrap h4::before {
    height: calc(1 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .recruit .__wrap .-text__wrap .-ttl__wrap h4::before {
    height: calc(1 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .recruit .__wrap .-text__wrap .-ttl__wrap h4::before {
    height: calc(1 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  .recruit .__wrap .-text__wrap .-ttl__wrap h4::before {
    left: calc(-70 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .recruit .__wrap .-text__wrap .-ttl__wrap h4::before {
    left: calc(-70 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .recruit .__wrap .-text__wrap .-ttl__wrap h4::before {
    left: calc(-32 / 375 * 100vw);
  }
}
.recruit .__wrap .-text__wrap .-ttl__wrap h4::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(to left, #00ADD0 0%, #172A88 100%);
}
@media (min-width: 1441px) {
  .recruit .__wrap .-text__wrap .-text {
    padding: calc(0 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .recruit .__wrap .-text__wrap .-text {
    padding: calc(0 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .recruit .__wrap .-text__wrap .-text {
    padding: calc(0 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  .recruit .__wrap .-text__wrap .-text h3 {
    font-size: calc(24 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .recruit .__wrap .-text__wrap .-text h3 {
    font-size: calc(24 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .recruit .__wrap .-text__wrap .-text h3 {
    font-size: calc(22 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  .recruit .__wrap .-text__wrap .-text h3 {
    line-height: calc(30 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .recruit .__wrap .-text__wrap .-text h3 {
    line-height: calc(30 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .recruit .__wrap .-text__wrap .-text h3 {
    line-height: calc(30 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  .recruit .__wrap .-text__wrap .-text h3 {
    margin: calc(15 / 1440 * 100vw) calc(0 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .recruit .__wrap .-text__wrap .-text h3 {
    margin: calc(15 / 1440 * 100vw) calc(0 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .recruit .__wrap .-text__wrap .-text h3 {
    margin: calc(20.22 / 375 * 100vw) calc(0 / 375 * 100vw);
  }
}
.recruit .__wrap .-text__wrap .-text h3 {
  font-weight: 600;
  font-family: var(--ak);
  color: #C7C7C7;
  transform: skew(-10deg);
}
@media (min-width: 1441px) {
  .recruit .__wrap .-text__wrap .-text p {
    width: calc(563 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .recruit .__wrap .-text__wrap .-text p {
    width: calc(563 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .recruit .__wrap .-text__wrap .-text p {
    width: 100%;
  }
}
@media (min-width: 1441px) {
  .recruit .__wrap .-text__wrap .-text p {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .recruit .__wrap .-text__wrap .-text p {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .recruit .__wrap .-text__wrap .-text p {
    font-size: calc(14 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  .recruit .__wrap .-text__wrap .-text p {
    line-height: calc(30 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .recruit .__wrap .-text__wrap .-text p {
    line-height: calc(30 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .recruit .__wrap .-text__wrap .-text p {
    line-height: calc(25 / 375 * 100vw);
  }
}
.recruit .__wrap .-text__wrap .-text p {
  font-weight: 700;
  color: #fff;
}

.com-profile {
  width: 100%;
}
@media (min-width: 1441px) {
  .com-profile {
    padding-bottom: calc(100 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .com-profile {
    padding-bottom: calc(100 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .com-profile {
    padding-bottom: calc(50 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  .com-profile .__wrap {
    width: calc(1200 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .com-profile .__wrap {
    width: calc(1200 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .com-profile .__wrap {
    width: 100%;
  }
}
@media (min-width: 1441px) {
  .com-profile .__wrap {
    padding: calc(0 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .com-profile .__wrap {
    padding: calc(0 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .com-profile .__wrap {
    padding: calc(0 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
.com-profile .__wrap {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.com-profile .__wrap .-ttl__wrap {
  width: 100%;
}
@media (min-width: 1441px) {
  .com-profile .__wrap .-ttl__wrap h2 {
    font-size: calc(64 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .com-profile .__wrap .-ttl__wrap h2 {
    font-size: calc(64 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .com-profile .__wrap .-ttl__wrap h2 {
    font-size: calc(32 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  .com-profile .__wrap .-ttl__wrap h2 {
    line-height: calc(60 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .com-profile .__wrap .-ttl__wrap h2 {
    line-height: calc(60 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .com-profile .__wrap .-ttl__wrap h2 {
    line-height: calc(30 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  .com-profile .__wrap .-ttl__wrap h2 {
    margin: calc(0 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .com-profile .__wrap .-ttl__wrap h2 {
    margin: calc(0 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .com-profile .__wrap .-ttl__wrap h2 {
    margin: calc(0 / 375 * 100vw);
  }
}
.com-profile .__wrap .-ttl__wrap h2 {
  font-family: var(--ak);
  font-weight: 600;
  color: #c7c7c7;
  transform: skew(-10deg);
}
@media (min-width: 1441px) {
  .com-profile .__wrap .-ttl__wrap h4 {
    font-size: calc(24 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .com-profile .__wrap .-ttl__wrap h4 {
    font-size: calc(24 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .com-profile .__wrap .-ttl__wrap h4 {
    font-size: calc(16 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  .com-profile .__wrap .-ttl__wrap h4 {
    margin: calc(0 / 1440 * 100vw) calc(0 / 1440 * 100vw) calc(70 / 1440 * 100vw) calc(70 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .com-profile .__wrap .-ttl__wrap h4 {
    margin: calc(0 / 1440 * 100vw) calc(0 / 1440 * 100vw) calc(70 / 1440 * 100vw) calc(70 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .com-profile .__wrap .-ttl__wrap h4 {
    margin: calc(0 / 375 * 100vw) calc(0 / 375 * 100vw) calc(30 / 375 * 100vw) calc(32 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  .com-profile .__wrap .-ttl__wrap h4 {
    line-height: calc(30 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .com-profile .__wrap .-ttl__wrap h4 {
    line-height: calc(30 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .com-profile .__wrap .-ttl__wrap h4 {
    line-height: calc(30 / 375 * 100vw);
  }
}
.com-profile .__wrap .-ttl__wrap h4 {
  font-family: var(--ak);
  font-weight: 600;
  color: #fff;
  position: relative;
}
.com-profile .__wrap .-ttl__wrap h4::before {
  position: absolute;
  content: "";
  background: linear-gradient(to left, #00ADD0 0%, #172A88 100%);
}
@media (min-width: 1441px) {
  .com-profile .__wrap .-ttl__wrap h4::before {
    width: calc(50 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .com-profile .__wrap .-ttl__wrap h4::before {
    width: calc(50 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .com-profile .__wrap .-ttl__wrap h4::before {
    width: calc(20 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  .com-profile .__wrap .-ttl__wrap h4::before {
    height: calc(1 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .com-profile .__wrap .-ttl__wrap h4::before {
    height: calc(1 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .com-profile .__wrap .-ttl__wrap h4::before {
    height: calc(1 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  .com-profile .__wrap .-ttl__wrap h4::before {
    left: calc(-70 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .com-profile .__wrap .-ttl__wrap h4::before {
    left: calc(-70 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .com-profile .__wrap .-ttl__wrap h4::before {
    left: calc(-32 / 375 * 100vw);
  }
}
.com-profile .__wrap .-ttl__wrap h4::before {
  top: 50%;
  transform: translateY(-50%);
}
.com-profile .__wrap .container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 1441px) {
  .com-profile .__wrap .container .-logo__wrap {
    width: calc(209 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .com-profile .__wrap .container .-logo__wrap {
    width: calc(209 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .com-profile .__wrap .container .-logo__wrap {
    width: calc(132.34 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  .com-profile .__wrap .container .-logo__wrap {
    height: calc(203.37 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .com-profile .__wrap .container .-logo__wrap {
    height: calc(203.37 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .com-profile .__wrap .container .-logo__wrap {
    height: calc(128.77 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  .com-profile .__wrap .container .-logo__wrap {
    margin: calc(85 / 1440 * 100vw) calc(0 / 1440 * 100vw) calc(0 / 1440 * 100vw) calc(83 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .com-profile .__wrap .container .-logo__wrap {
    margin: calc(85 / 1440 * 100vw) calc(0 / 1440 * 100vw) calc(0 / 1440 * 100vw) calc(83 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .com-profile .__wrap .container .-logo__wrap {
    margin: calc(50 / 375 * 100vw) auto;
  }
}
@media (min-width: 1441px) {
  .com-profile .__wrap .container .profile__wrap {
    width: calc(750 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .com-profile .__wrap .container .profile__wrap {
    width: calc(750 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .com-profile .__wrap .container .profile__wrap {
    width: 100%;
  }
}
@media (min-width: 1441px) {
  .com-profile .__wrap .container .profile__wrap {
    padding: calc(0 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .com-profile .__wrap .container .profile__wrap {
    padding: calc(0 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .com-profile .__wrap .container .profile__wrap {
    padding: calc(0 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  .com-profile .__wrap .container .profile__wrap .-item__wrap {
    margin-bottom: calc(20 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .com-profile .__wrap .container .profile__wrap .-item__wrap {
    margin-bottom: calc(20 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .com-profile .__wrap .container .profile__wrap .-item__wrap {
    margin-bottom: calc(15 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  .com-profile .__wrap .container .profile__wrap .-item__wrap {
    padding-bottom: calc(0 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .com-profile .__wrap .container .profile__wrap .-item__wrap {
    padding-bottom: calc(0 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .com-profile .__wrap .container .profile__wrap .-item__wrap {
    padding-bottom: calc(5 / 375 * 100vw);
  }
}
.com-profile .__wrap .container .profile__wrap .-item__wrap {
  display: flex;
}
@media (min-width: 1441px) {
  .com-profile .__wrap .container .profile__wrap .-item__wrap .-name,
  .com-profile .__wrap .container .profile__wrap .-item__wrap .-text {
    font-size: calc(20 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .com-profile .__wrap .container .profile__wrap .-item__wrap .-name,
  .com-profile .__wrap .container .profile__wrap .-item__wrap .-text {
    font-size: calc(20 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .com-profile .__wrap .container .profile__wrap .-item__wrap .-name,
  .com-profile .__wrap .container .profile__wrap .-item__wrap .-text {
    font-size: calc(17 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  .com-profile .__wrap .container .profile__wrap .-item__wrap .-name,
  .com-profile .__wrap .container .profile__wrap .-item__wrap .-text {
    line-height: calc(30 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .com-profile .__wrap .container .profile__wrap .-item__wrap .-name,
  .com-profile .__wrap .container .profile__wrap .-item__wrap .-text {
    line-height: calc(30 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .com-profile .__wrap .container .profile__wrap .-item__wrap .-name,
  .com-profile .__wrap .container .profile__wrap .-item__wrap .-text {
    line-height: calc(20 / 375 * 100vw);
  }
}
.com-profile .__wrap .container .profile__wrap .-item__wrap .-name,
.com-profile .__wrap .container .profile__wrap .-item__wrap .-text {
  color: #C7C7C7;
  font-family: var(--ak);
  font-weight: 600;
  transform: skew(-10deg);
}
@media (min-width: 1441px) {
  .com-profile .__wrap .container .profile__wrap .-item__wrap .-name {
    font-size: calc(20 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .com-profile .__wrap .container .profile__wrap .-item__wrap .-name {
    font-size: calc(20 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .com-profile .__wrap .container .profile__wrap .-item__wrap .-name {
    font-size: calc(13 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  .com-profile .__wrap .container .profile__wrap .-item__wrap .-name {
    width: calc(80 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .com-profile .__wrap .container .profile__wrap .-item__wrap .-name {
    width: calc(80 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .com-profile .__wrap .container .profile__wrap .-item__wrap .-name {
    width: calc(80 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  .com-profile .__wrap .container .profile__wrap .-item__wrap .-name {
    margin: calc(0 / 1440 * 100vw) calc(63.34 / 1440 * 100vw) calc(0 / 1440 * 100vw) calc(0 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .com-profile .__wrap .container .profile__wrap .-item__wrap .-name {
    margin: calc(0 / 1440 * 100vw) calc(63.34 / 1440 * 100vw) calc(0 / 1440 * 100vw) calc(0 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .com-profile .__wrap .container .profile__wrap .-item__wrap .-name {
    margin: calc(0 / 375 * 100vw) calc(31.34 / 375 * 100vw) calc(10 / 375 * 100vw) calc(0 / 375 * 100vw);
  }
}
@media (min-width: 1441px) {
  .com-profile .__wrap .container .profile__wrap .-item__top {
    margin-top: calc(-20 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) {
  .com-profile .__wrap .container .profile__wrap .-item__top {
    margin-top: calc(-20 / 1440 * 100vw);
  }
}
@media (max-width: 450px) {
  .com-profile .__wrap .container .profile__wrap .-item__top {
    margin-top: calc(-20 / 375 * 100vw);
  }
}

@media (max-width: 450px) {
  #com-mv {
    background-image: url(../img/company/company_mv_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 77% center;
    width: 100%;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
  }
  #com-mv::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 0.8vw;
    left: 0%;
    bottom: 0;
    z-index: 10;
    background: linear-gradient(to left, rgba(23, 42, 136, 0.5) 0%, #172A88 20%, #00ADD0 80%, rgba(0, 173, 208, 0.5) 100%);
    background-size: 200% auto; /* 横方向に2倍の大きさ */
    animation: gradient-flow 3s linear infinite;
  }
  @keyframes gradient-flow {
    0% {
      background-position: 0% 0; /* 右端から */
    }
    100% {
      background-position: 200% 0; /* 左端へ */
    }
  }
  #com-mv::after {
    position: absolute;
    content: "";
    width: 50%;
    height: 0.8vw;
    right: 0%;
    bottom: 0;
    z-index: 10;
    background: linear-gradient(to left, rgba(0, 173, 208, 0.5) 0%, #00ADD0 20%, #172A88 80%, rgba(23, 42, 136, 0.5) 100%);
    background-size: 200% auto; /* 横方向に2倍の大きさ */
    animation: gradient-flow-right 3s linear infinite -1.5s;
  }
  @keyframes gradient-flow-right {
    0% {
      background-position: 200% 0; /* 右端から */
    }
    100% {
      background-position: 0% 0; /* 左端へ */
    }
  }
  #com-mv .__wrap {
    padding: 27.2vw 0 0 5.3333333333vw;
    position: relative;
    z-index: 2;
  }
  #com-mv .__wrap .section-ttl h4 {
    margin-top: 1.3333333333vw;
    margin-bottom: 40vw;
    font-size: 6.4vw;
  }
  #com-mv .__wrap .-nav__wrap {
    width: 58.6666666667vw;
    margin-left: 0;
  }
  #com-mv .__wrap .-nav__wrap a {
    display: block;
    font-size: 5.3333333333vw;
    font-weight: 600;
    line-height: 8vw;
    color: #fff;
    margin-bottom: 8vw;
    transition: 0.3s;
  }
  #com-mv .__wrap .-nav__wrap a:hover {
    color: #00A0D0;
    transition: 0.3s;
  }
  #com-mv .scroll__wrap {
    position: absolute;
    bottom: 9.3333333333vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }
  #com-mv .scroll__wrap p {
    font-size: 3.7333333333vw;
    font-weight: 700;
    font-family: var(--ns);
    color: #fff;
    letter-spacing: 0.4rem;
    position: relative;
  }
  #com-mv .scroll__wrap p::after {
    position: absolute;
    content: "";
    bottom: -8.5333333333vw;
    left: 50%;
    transform: translateX(-50%);
    width: 0.2666666667vw;
    height: 6.6666666667vw;
    background: linear-gradient(to bottom, rgba(23, 42, 136, 0.5) 0%, #172A88 20%, #00ADD0 80%, rgba(0, 173, 208, 0.5) 100%);
    background-size: 100% 200%; /* 縦に2倍確保 */
    animation: gradient-flow-y 2.5s linear infinite 1s;
  }
  @keyframes gradient-flow-y {
    0% {
      background-position: 0% 100%;
    }
    100% {
      background-position: 0% 0%;
    }
  }
  /* 新しいビューポート単位が使える環境では上書き */
  @supports (height: 100svh) {
    #com-mv {
      min-height: calc(100svh - 2px);
    } /* アドレスバー表示時の“見えている”高さ */
  }
  @supports (height: 100dvh) {
    #com-mv {
      min-height: calc(100dvh - 2px);
    } /* iOS16+等でアドレスバーの伸縮に追従 */
  }
  .member {
    overflow-x: hidden;
    width: 100%;
    padding: 13.3333333333vw 0 5.3333333333vw 0;
  }
  .member .__wrap {
    width: 100%;
    padding: 0 5.3333333333vw;
    margin: 0 auto;
  }
  .member .__wrap .-ttl__wrap {
    margin-bottom: 10.9333333333vw;
  }
  .member .__wrap .-ttl__wrap h2 {
    font-size: 8.5333333333vw;
    font-family: var(--ak);
    font-weight: 600;
    color: #c7c7c7;
    line-height: 8vw;
    margin-bottom: 2.6666666667vw;
    transform: skew(-10deg);
  }
  .member .__wrap .-ttl__wrap h4 {
    font-size: 4.2666666667vw;
    font-family: var(--nsjp);
    font-weight: 700;
    color: #fff;
    margin-left: 8.5333333333vw;
    position: relative;
    margin-bottom: 8vw;
  }
  .member .__wrap .-ttl__wrap h4::before {
    position: absolute;
    content: "";
    background: linear-gradient(to left, #00ADD0 0%, #172A88 100%);
    width: 5.3333333333vw;
    height: 0.2666666667vw;
    left: -8.5333333333vw;
    top: 60%;
    transform: translateY(-50%);
  }
  .member .container__second {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .member .container__second .content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .member .container__second .content .-text__wrap .-name {
    border-bottom: solid 0.2666666667vw;
    border-image: linear-gradient(to right, #172A88, #00ADD0) 1;
  }
  .member .container__second .content .-text__wrap .-name__en {
    display: none;
  }
  .com-profile .__wrap .container {
    flex-direction: column;
  }
  .com-profile .__wrap .container .profile__wrap .-item__wrap {
    flex-direction: column;
    border-bottom: solid 1px #606060;
  }
  .com-profile .__wrap .container .profile__wrap .-item__wrap .-text .-pad__left {
    padding-left: 4.6666666667vw;
  }
  .com-profile .__wrap .container .profile__wrap .-item__top {
    border-bottom: none;
  }
  .com-profile .__wrap .container .profile__wrap .-border__none {
    border-bottom: none;
  }
  .com-profile .__wrap .container .profile__wrap .-border__on {
    border-bottom: solid 1px #606060;
  }
}
/* 固定ページ ID=13 のときだけ .s-contact を非表示 */
.page-id-13 .c-contact,
.page-id-13 .s-news {
  display: none !important;
}

.con-mv {
  background-image: url(../img/contact_mv.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
.con-mv::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 0.2083333333vw;
  left: 0%;
  bottom: 0;
  z-index: 10;
  background: linear-gradient(to left, rgba(23, 42, 136, 0.5) 0%, #172A88 20%, #00ADD0 80%, rgba(0, 173, 208, 0.5) 100%);
  background-size: 200% auto; /* 横方向に2倍の大きさ */
  animation: gradient-flow 3s linear infinite;
}
@keyframes gradient-flow {
  0% {
    background-position: 0% 0; /* 右端から */
  }
  100% {
    background-position: 200% 0; /* 左端へ */
  }
}
.con-mv::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 0.2083333333vw;
  right: 0%;
  bottom: 0;
  z-index: 10;
  background: linear-gradient(to left, rgba(0, 173, 208, 0.5) 0%, #00ADD0 20%, #172A88 80%, rgba(23, 42, 136, 0.5) 100%);
  background-size: 200% auto; /* 横方向に2倍の大きさ */
  animation: gradient-flow-right 3s linear infinite -1.5s;
}
@keyframes gradient-flow-right {
  0% {
    background-position: 200% 0; /* 右端から */
  }
  100% {
    background-position: 0% 0; /* 左端へ */
  }
}
.con-mv .__wrap {
  padding: 13.3333333333vw 0 0 9.0277777778vw;
  position: relative;
  z-index: 2;
}
.con-mv .__wrap .section-ttl h4 {
  margin-top: 0.3472222222vw;
  margin-bottom: 4.8611111111vw;
  font-size: 1.6666666667vw;
}
.con-mv .__wrap .section-ttl h4::before {
  background: #fff;
}
.con-mv .__wrap .-nav__wrap {
  width: 15.2777777778vw;
  margin-left: 4.1666666667vw;
}
.con-mv .__wrap .-nav__wrap a {
  display: block;
  font-size: 1.6666666667vw;
  font-weight: 600;
  line-height: 2.0833333333vw;
  color: #fff;
  margin-bottom: 2.0833333333vw;
  transition: 0.3s;
}
.con-mv .__wrap .-nav__wrap a:hover {
  color: #00A0D0;
  transition: 0.3s;
}
.con-mv .scroll__wrap {
  position: absolute;
  bottom: 2.4305555556vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.con-mv .scroll__wrap p {
  font-size: 0.9722222222vw;
  font-weight: 700;
  font-family: var(--ns);
  color: #fff;
  letter-spacing: 0.4rem;
  position: relative;
}
.con-mv .scroll__wrap p::after {
  position: absolute;
  content: "";
  bottom: -2.2222222222vw;
  left: 50%;
  transform: translateX(-50%);
  width: 0.0694444444vw;
  height: 1.7361111111vw;
  background: linear-gradient(to bottom, rgba(23, 42, 136, 0.5) 0%, #172A88 20%, #00ADD0 80%, rgba(0, 173, 208, 0.5) 100%);
  background-size: 100% 200%; /* 縦に2倍確保 */
  animation: gradient-flow-y 2.5s linear infinite 1s;
}
@keyframes gradient-flow-y {
  0% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

/* 新しいビューポート単位が使える環境では上書き */
@supports (height: 100svh) {
  #con-mv {
    min-height: calc(100svh - 2px);
  } /* アドレスバー表示時の“見えている”高さ */
}
@supports (height: 100dvh) {
  #con-mv {
    min-height: calc(100dvh - 2px);
  } /* iOS16+等でアドレスバーの伸縮に追従 */
}
.contact {
  width: 100%;
}
.contact .__wrap {
  width: 100%;
  padding-bottom: 3.4722222222vw !important;
}
.contact .__wrap .container {
  width: 62.5vw;
}
.contact .__wrap .container .cf-ttl__wrap {
  text-align: center;
  transition: top 4s ease;
  width: 100%;
  background-image: url(../img/AdobeStock_539425522\ 4.png);
  background-repeat: repeat-y;
  background-size: 100vw 100vh;
  background-position: 0 0;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: fireMove 100s linear infinite forwards;
  margin-bottom: 2.0833333333vw;
}
.contact .__wrap .container .cf-ttl__wrap h1 {
  display: inline-block;
  font-size: 5.9722222222vw;
  font-family: var(--nsjp);
  font-weight: 900;
  letter-spacing: 0.4861111111vw;
}
.contact .__wrap .container .cf-ttl__wrap h1 .span__font-size {
  font-size: 4.4444444444vw;
}
.contact .__wrap .container .cf-ttl__wrap h3 {
  font-size: 1.6666666667vw;
  font-weight: 900;
  font-family: var(--ns);
  letter-spacing: 0.4861111111vw;
  margin-bottom: 3.4722222222vw;
}
.contact .__wrap .container .cf-ttl__wrap p {
  font-size: 1.1111111111vw;
  font-weight: 700;
  color: #fff;
  line-height: 2.0833333333vw;
  letter-spacing: 0.4861111111vw;
}
.contact .__wrap .container form {
  display: flex;
  flex-direction: column;
  width: 62.5vw;
  margin: 0 auto;
}
.contact .__wrap .container form .input__wrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.9444444444vw;
}
.contact .__wrap .container form .input__wrap p {
  font-size: 0.9722222222vw;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.05rem;
  font-weight: 700;
  margin-bottom: 0.6944444444vw;
}
.contact .__wrap .container form .input__wrap p .span__hissu {
  font-size: 0.7638888889vw;
  background-color: transparent;
  font-weight: 400;
  color: #00A0D0;
  border: solid 1px #00A0D0;
  letter-spacing: 0.03rem;
  margin-right: 0.6944444444vw;
  height: 1.1111111111vw;
  width: 2.5694444444vw;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0.0694444444vw;
}
.contact .__wrap .container form .input__wrap input {
  padding: 1.25vw 1.3888888889vw;
  width: 100%;
  height: 2.7777777778vw;
  border-radius: 0.4166666667vw;
  border: solid 1px #645D5D;
  font-size: 1.3888888889vw;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.contact .__wrap .container form .input__wrap input::placeholder {
  color: #d0d0d0;
  font-size: 0.9722222222vw;
  letter-spacing: 0.03rem;
}
.contact .__wrap .container form .textarea__wrap textarea {
  width: 62.5vw;
  height: 13.8888888889vw;
  font-size: 0.9722222222vw;
  padding: 1.25vw 1.3888888889vw;
  border-radius: 0.4166666667vw;
}
.contact .__wrap .container form .input__wrap:last-child {
  margin-bottom: 4.1666666667vw;
}
.contact .__wrap .container form .input-margin__bottom ul {
  padding-left: 1vw;
}
.contact .__wrap .container form .pp {
  color: #fff;
  width: 62.5vw;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.0833333333vw;
  flex-direction: column;
  border-radius: 0.5555555556vw;
}
.contact .__wrap .container form .pp .pp__wrap {
  width: 19.7916666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact .__wrap .container form .pp .pp__wrap input[type=checkbox] {
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  border: solid 1px #717171;
  border-radius: 0.2083333333vw;
  appearance: none;
  position: relative;
  background-color: #00A0D0;
}
.contact .__wrap .container form .pp .pp__wrap input[type=checkbox]:checked {
  background: #00A0D0;
}
.contact .__wrap .container form .pp .pp__wrap input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  height: 0.5305555556vw;
  width: 0.2555555556vw;
  border-right: 2px solid #051033;
  border-bottom: 2px solid #051033;
  transform: translate(-50%, -50%) rotate(43deg);
  top: 47%;
  left: 50%;
}
.contact .__wrap .container form .pp .pp__wrap p {
  width: 100%;
  display: flex;
  margin-left: 1.1111111111vw;
  letter-spacing: 0.01rem;
  line-height: 2;
  font-size: 1.1111111111vw;
  color: #fff;
}
.contact .__wrap .container form .pp .pp__wrap p a {
  text-decoration: underline;
  color: #00A0D0;
}
.contact .__wrap .container form .pp .pp__wrap p:first-child {
  width: 2vw;
}
.contact .__wrap .container form .pp .pp__wrap:first-child {
  margin-bottom: 0.6944444444vw;
}
.contact .__wrap .container form .wpcf7-submit {
  text-indent: 0.75rem;
  margin: 0 auto;
  width: 15.2777777778vw;
  height: 3.9583333333vw;
  font-size: 1.3888888889vw;
  font-weight: 700;
  background-color: #fff;
  color: #00A0D0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #00A0D0;
  border-radius: 0.3472222222vw;
  letter-spacing: 0.5rem;
  text-align: center;
  border: none;
  cursor: pointer;
}
.contact .__wrap .container form .wpcf7-response-output {
  color: #fff;
  margin: 0;
  text-align: center;
  height: auto;
  padding: 0.6944444444vw;
}

@media (max-width: 450px) {
  .con-mv {
    background-image: url(../img/contact_mv.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    width: 100%;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
  }
  .con-mv::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 0.8vw;
    left: 0%;
    bottom: 0;
    z-index: 10;
    background: linear-gradient(to left, rgba(23, 42, 136, 0.5) 0%, #172A88 20%, #00ADD0 80%, rgba(0, 173, 208, 0.5) 100%);
    background-size: 200% auto; /* 横方向に2倍の大きさ */
    animation: gradient-flow 3s linear infinite;
  }
  @keyframes gradient-flow {
    0% {
      background-position: 0% 0; /* 右端から */
    }
    100% {
      background-position: 200% 0; /* 左端へ */
    }
  }
  .con-mv::after {
    position: absolute;
    content: "";
    width: 50%;
    height: 0.8vw;
    right: 0%;
    bottom: 0;
    z-index: 10;
    background: linear-gradient(to left, rgba(0, 173, 208, 0.5) 0%, #00ADD0 20%, #172A88 80%, rgba(23, 42, 136, 0.5) 100%);
    background-size: 200% auto; /* 横方向に2倍の大きさ */
    animation: gradient-flow-right 3s linear infinite -1.5s;
  }
  @keyframes gradient-flow-right {
    0% {
      background-position: 200% 0; /* 右端から */
    }
    100% {
      background-position: 0% 0; /* 左端へ */
    }
  }
  .con-mv .__wrap {
    padding: 47.2vw 0 0 5.3333333333vw;
    position: relative;
    z-index: 2;
  }
  .con-mv .__wrap .section-ttl h4 {
    margin-top: 1.3333333333vw;
    margin-bottom: 40vw;
    font-size: 6.4vw;
  }
  .con-mv .__wrap .-nav__wrap {
    width: 58.6666666667vw;
    margin-left: 0;
  }
  .con-mv .__wrap .-nav__wrap a {
    display: block;
    font-size: 5.3333333333vw;
    font-weight: 600;
    line-height: 8vw;
    color: #fff;
    margin-bottom: 8vw;
    transition: 0.3s;
  }
  .con-mv .__wrap .-nav__wrap a:hover {
    color: #00A0D0;
    transition: 0.3s;
  }
  .con-mv .scroll__wrap {
    position: absolute;
    bottom: 9.3333333333vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }
  .con-mv .scroll__wrap p {
    font-size: 3.7333333333vw;
    font-weight: 700;
    font-family: var(--ns);
    color: #fff;
    letter-spacing: 0.4rem;
    position: relative;
  }
  .con-mv .scroll__wrap p::after {
    position: absolute;
    content: "";
    bottom: -8.5333333333vw;
    left: 50%;
    transform: translateX(-50%);
    width: 0.2666666667vw;
    height: 6.6666666667vw;
    background: linear-gradient(to bottom, rgba(23, 42, 136, 0.5) 0%, #172A88 20%, #00ADD0 80%, rgba(0, 173, 208, 0.5) 100%);
    background-size: 100% 200%; /* 縦に2倍確保 */
    animation: gradient-flow-y 2.5s linear infinite 1s;
  }
  @keyframes gradient-flow-y {
    0% {
      background-position: 0% 100%;
    }
    100% {
      background-position: 0% 0%;
    }
  }
  /* 新しいビューポート単位が使える環境では上書き */
  @supports (height: 100svh) {
    #con-mv {
      min-height: calc(100svh - 2px);
    } /* アドレスバー表示時の“見えている”高さ */
  }
  @supports (height: 100dvh) {
    #con-mv {
      min-height: calc(100dvh - 2px);
    } /* iOS16+等でアドレスバーの伸縮に追従 */
  }
  .contact {
    width: 100%;
  }
  .contact .__wrap {
    width: 100%;
    padding-bottom: 0 !important;
  }
  .contact .__wrap .container {
    width: 100%;
    padding: 0 5.3333333333vw;
  }
  .contact .__wrap .container .cf-ttl__wrap {
    text-align: center;
    transition: top 4s ease;
    width: 100%;
    background-image: url(../img/AdobeStock_539425522\ 4.png);
    background-repeat: repeat-y;
    background-size: 100vw 100vh;
    background-position: 0 0;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    animation: none;
    margin-bottom: 10.6666666667vw;
  }
  .contact .__wrap .container .cf-ttl__wrap h1 {
    display: inline-block;
    font-size: 9.056vw;
    font-family: var(--nsjp);
    font-weight: 900;
    letter-spacing: 0.5333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  .contact .__wrap .container .cf-ttl__wrap h1 .span__font-size {
    font-size: 6.7386666667vw;
  }
  .contact .__wrap .container .cf-ttl__wrap h3 {
    font-size: 2.528vw;
    font-weight: 900;
    font-family: var(--ns);
    letter-spacing: 0.736vw;
    margin-bottom: 10.6666666667vw;
  }
  .contact .__wrap .container .cf-ttl__wrap p {
    font-size: 3.7333333333vw;
    font-weight: 700;
    color: #fff;
    line-height: 5.3333333333vw;
    letter-spacing: 1.8666666667vw;
  }
  .contact .__wrap .container form {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
  }
  .contact .__wrap .container form .input__wrap {
    display: flex;
    flex-direction: column;
    margin-bottom: 7.4666666667vw;
  }
  .contact .__wrap .container form .input__wrap p {
    font-size: 3.7333333333vw;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.05rem;
    font-weight: 700;
    margin-bottom: 2.6666666667vw;
  }
  .contact .__wrap .container form .input__wrap p .span__hissu {
    font-size: 2.9333333333vw;
    background-color: transparent;
    font-weight: 400;
    color: #00A0D0;
    border: solid 1px #00A0D0;
    letter-spacing: 0.03rem;
    margin-right: 2.6666666667vw;
    height: 4.2666666667vw;
    width: 9.8666666667vw;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0.2666666667vw;
  }
  .contact .__wrap .container form .input__wrap input {
    padding: 4.8vw 5.3333333333vw;
    width: 100%;
    height: 10.6666666667vw;
    border-radius: 1.6vw;
    border: solid 1px #645D5D;
    font-size: 5.3333333333vw;
    background-color: #fff;
    display: flex;
    align-items: center;
  }
  .contact .__wrap .container form .input__wrap input::placeholder {
    color: #d0d0d0;
    font-size: 3.7333333333vw;
    letter-spacing: 0.03rem;
  }
  .contact .__wrap .container form .textarea__wrap textarea {
    width: 100%;
    height: 53.3333333333vw;
    font-size: 3.7333333333vw;
    padding: 4.8vw 5.3333333333vw;
    border-radius: 1.6vw;
  }
  .contact .__wrap .container form .input__wrap:last-child {
    margin-bottom: 16vw;
  }
  .contact .__wrap .container form .input-margin__bottom ul {
    padding-left: 1vw;
  }
  .contact .__wrap .container form .pp {
    width: 100%;
    height: 0;
    margin-bottom: 8vw;
    border-radius: 1.0666666667vw;
  }
  .contact .__wrap .container form .pp .pp__wrap {
    width: 76vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contact .__wrap .container form .pp .pp__wrap input[type=checkbox] {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    border: solid 1px #717171;
    border-radius: 0.8vw;
    appearance: none;
    position: relative;
    background-color: #00A0D0;
  }
  .contact .__wrap .container form .pp .pp__wrap input[type=checkbox]:checked {
    background: #00A0D0;
  }
  .contact .__wrap .container form .pp .pp__wrap input[type=checkbox]:checked::after {
    content: "";
    position: absolute;
    height: 2.0373333333vw;
    width: 0.9813333333vw;
    border-right: 2px solid #051033;
    border-bottom: 2px solid #051033;
    transform: translate(-50%, -50%) rotate(43deg);
    top: 47%;
    left: 50%;
  }
  .contact .__wrap .container form .pp .pp__wrap p {
    width: 65.3333333333vw;
    display: flex;
    margin-left: 4.2666666667vw;
    letter-spacing: 0.01rem;
    line-height: 2;
    font-size: 4.2666666667vw;
    color: #fff;
  }
  .contact .__wrap .container form .pp .pp__wrap p a {
    text-decoration: underline;
    color: #00A0D0;
  }
  .contact .__wrap .container form .pp .pp__wrap p:first-child {
    width: 7.68vw;
  }
  .contact .__wrap .container form .pp .pp__wrap:first-child {
    margin-bottom: 2.6666666667vw;
  }
  .contact .__wrap .container form .wpcf7-submit {
    text-indent: 0.75rem;
    margin: 0 auto;
    width: 58.6666666667vw;
    height: 15.2vw;
    font-size: 5.3333333333vw;
    font-weight: 700;
    background-color: #fff;
    color: #00A0D0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #00A0D0;
    border-radius: 1.3333333333vw;
    letter-spacing: 0.5rem;
    text-align: center;
    border: none;
    cursor: pointer;
    margin-bottom: 0;
  }
  .contact .__wrap .container form .wpcf7-response-output {
    padding: 2.6666666667vw;
  }
}

/*# sourceMappingURL=style.css.map */
