@charset "UTF-8";
/*reset*/
*, *:after, *:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}

html {
  font-size: 100%;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none !important;
  color: inherit;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

dfn {
  font-weight: 400;
  font-style: normal;
}

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

input, select {
  vertical-align: middle;
}

li {
  list-style: none;
}

/*数値の設定
------------------------------------------*/
/*上記数値の設定を呼び出しているmixin
------------------------------------------*/
.contentsRow {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
}
.contentsRow .contentsCol1_2 {
  width: calc(50% - 15px);
}
.contentsRow .contentsCol1_3 {
  width: 33.33%;
  width: calc(33.33% - 20px);
}
.contentsRow .contentsCol1_32 {
  width: calc(33.33% - 15px);
}
.contentsRow .contentsCol2_32 {
  width: calc(66.66% - 15px);
}
.contentsRow .contentsCol1_4 {
  width: calc(25% - 22.5px);
}
.contentsRow .contentsCol1_5 {
  width: calc(20% - 24px);
}

/* visible or hidden
--------------------------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  .visible-pc {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .visible-pctb {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .visible-tbsp {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .visible-sp {
    display: none !important;
  }
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
.visible-tab {
  display: none !important;
}

@media (max-width: 992px) {
  .hidden-tab {
    display: none !important;
  }
  .visible-tab {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
}
.head01 {
  color: #016dd9;
  font-size: 7.8vw;
  font-style: normal;
  font-weight: 700;
  line-height: 95%; /* 114px */
  letter-spacing: -0.005em;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .head01 {
    font-size: 42px;
  }
}

.subhead03 {
  color: #016dd9;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 135%; /* 32.4px */
  letter-spacing: -0.72px;
}

.button01 {
  border-radius: 8px;
  background: linear-gradient(94deg, #0085ff 0%, #022bff 102.18%);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  display: flex;
  width: 180px;
  height: 180px;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .button01 {
    width: 100px;
    height: 100px;
    padding: 8px;
  }
}
.button01 .button01Inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.button01 .button01Inner figure {
  width: 16px;
}
.button01 .button01Inner p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 27.2px */
  letter-spacing: -0.48px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .button01 .button01Inner p {
    text-align: center;
    font-size: 12px;
  }
}

@keyframes fuwafuwa-1 {
  0%, 100% {
    transform: translateY(0) scaleX(1);
  }
  50% {
    transform: translateY(-12px) scaleX(1.001);
  }
}
@keyframes fuwafuwa-2 {
  0%, 100% {
    transform: translateY(-19px) scaleX(1.003);
  }
  50% {
    transform: translateY(0) scaleX(1);
  }
}
@keyframes fuwafuwa-3 {
  0%, 100% {
    transform: translateY(-21px) scaleX(1.002);
  }
  50% {
    transform: translateY(0%) scaleX(1);
  }
}
@keyframes fuwafuwa-4 {
  0%, 100% {
    transform: translateY(-22px) scaleX(1.001);
  }
  50% {
    transform: translateY(0%) scaleX(1);
  }
}
@keyframes fuwafuwa-5 {
  0%, 100% {
    transform: translateY(0) scaleX(1);
  }
  50% {
    transform: translateY(-21px) scaleX(1.001);
  }
}
@keyframes fuwafuwa-6 {
  0%, 100% {
    transform: translateY(0) scaleX(1);
  }
  50% {
    transform: translateY(-24px) scaleX(1.001);
  }
}
@keyframes messageAnm {
  0% {
    transform: translateY(5px) scaleX(1.001);
    opacity: 0;
  }
  4% {
    transform: translateY(0) scaleX(1);
    opacity: 1;
  }
  40% {
    transform: translateY(0) scaleX(1);
    opacity: 1;
  }
  48% {
    transform: translateY(-24px) scaleX(1.001);
    opacity: 0;
  }
  100% {
    transform: translateY(-24px) scaleX(1.001);
    opacity: 0;
  }
}
@keyframes slideImg5-1 {
  0% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  97% {
    opacity: 0;
  }
  98% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideImg5-2 {
  0% {
    opacity: 0;
  }
  17% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  37% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slideImg5-3 {
  0% {
    opacity: 0;
  }
  37% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  57% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slideImg5-4 {
  0% {
    opacity: 0;
  }
  57% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  77% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slideImg5-5 {
  0% {
    opacity: 0;
  }
  77% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  97% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slideImg2-1 {
  0% {
    opacity: 1;
  }
  47% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  98% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideImg2-2 {
  0% {
    opacity: 0;
  }
  47% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideImg3-1 {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  97% {
    opacity: 1;
  }
}
@keyframes slideImg3-2 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  63% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slideImg3-3 {
  0% {
    opacity: 0;
  }
  63% {
    opacity: 0;
  }
  66% {
    opacity: 1;
  }
  97% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes btnArrowAnm {
  0%, 100% {
    transform: translateX(0) scaleX(1);
  }
  48% {
    transform: translateX(12px) scaleX(1.05);
    opacity: 0;
  }
  52% {
    transform: translateX(-12px) scaleX(1.05);
    opacity: 0;
  }
}
@keyframes inviewFV {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0% 0 0);
            clip-path: inset(0 0% 0 0);
  }
}
@keyframes inviewScroll {
  0% {
    opacity: 0;
    transform: scale(1.05) translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0px);
  }
}
@keyframes inviewKV {
  0% {
    -webkit-clip-path: inset(0 0% 0 0);
            clip-path: inset(0 0% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
* {
  backface-visibility: hidden;
}

img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

::-webkit-scrollbar-track {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar {
  width: 3px;
}

::-webkit-scrollbar-thumb {
  background-color: #f5f5f5;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/*全体のフォント指定*/
html {
  /*overflow: hidden;*/
  font-size: 62.5%;
  padding: 0;
  margin: 0;
  width: 100%;
}
html.is-scroll {
  overflow-y: scroll;
}

body {
  position: relative;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.6;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  height: 100%;
  margin: auto;
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  font-variant-ligatures: common-ligatures contextual;
  font-feature-settings: "palt";
}

main {
  position: relative;
  z-index: 2;
}
main * {
  color: #000;
  font-weight: 700;
  color: #000;
}

body * {
  font-family: "Oswald", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-variation-settings: "wght" 700;
}

.sb {
  font-weight: 600;
}

a:hover {
  text-decoration: none;
}

/*数値の設定
------------------------------------------*/
/*上記数値の設定を呼び出しているmixin
------------------------------------------*/
.contentsRow {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
}
.contentsRow .contentsCol1_2 {
  width: calc(50% - 15px);
}
.contentsRow .contentsCol1_3 {
  width: 33.33%;
  width: calc(33.33% - 20px);
}
.contentsRow .contentsCol1_32 {
  width: calc(33.33% - 15px);
}
.contentsRow .contentsCol2_32 {
  width: calc(66.66% - 15px);
}
.contentsRow .contentsCol1_4 {
  width: calc(25% - 22.5px);
}
.contentsRow .contentsCol1_5 {
  width: calc(20% - 24px);
}

/* visible or hidden
--------------------------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  .visible-pc {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .visible-pctb {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .visible-tbsp {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .visible-sp {
    display: none !important;
  }
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
.visible-tab {
  display: none !important;
}

@media (max-width: 992px) {
  .hidden-tab {
    display: none !important;
  }
  .visible-tab {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
}
.head01 {
  color: #016dd9;
  font-size: 7.8vw;
  font-style: normal;
  font-weight: 700;
  line-height: 95%; /* 114px */
  letter-spacing: -0.005em;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .head01 {
    font-size: 42px;
  }
}

.subhead03 {
  color: #016dd9;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 135%; /* 32.4px */
  letter-spacing: -0.72px;
}

.button01 {
  border-radius: 8px;
  background: linear-gradient(94deg, #0085ff 0%, #022bff 102.18%);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  display: flex;
  width: 180px;
  height: 180px;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .button01 {
    width: 100px;
    height: 100px;
    padding: 8px;
  }
}
.button01 .button01Inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.button01 .button01Inner figure {
  width: 16px;
}
.button01 .button01Inner p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 27.2px */
  letter-spacing: -0.48px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .button01 .button01Inner p {
    text-align: center;
    font-size: 12px;
  }
}

.inview-fv {
  animation: inviewFV 0.7s 0.2s 1 forwards;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}

.inview-scroll {
  animation: inviewScroll 0.3s 0.7s 1 forwards;
  transform: scale(1.05);
  opacity: 0;
}

.inview-fv {
  animation: inviewFV 0.7s 0.2s 1 forwards;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}

.inview-kv {
  position: relative;
  display: inline-block;
}

.inview-kvMask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  animation: inviewKV 0.7s 0.3s 1 forwards;
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
  background: linear-gradient(94deg, #0085ff 0%, #022bff 102.18%);
}

header {
  position: fixed;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  padding: 8px 16px;
  width: 800px;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(48px);
  -webkit-backdrop-filter: blur(48px);
  border-radius: 8px;
  border: 1px solid linear-gradient(52deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.6) 100%);
}
@media only screen and (max-width: 991px) {
  header {
    width: calc(100% - 40px);
    border: none;
    padding: 0;
    background: none;
    -webkit-backdrop-filter: none;
    box-shadow: none;
    backdrop-filter: none;
    mix-blend-mode: difference;
  }
}
header .logo {
  width: 112px;
  filter: brightness(0);
}
@media only screen and (max-width: 991px) {
  header .logo {
    width: 90px;
    filter: brightness(1);
  }
}
header .logo.hidden {
  opacity: 0;
  pointer-events: none;
}
header .cta {
  justify-self: end;
  position: relative;
  color: white;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: linear-gradient(94deg, #0085ff 0%, #022bff 102.18%);
  margin: 0;
  padding: 0 16px;
  width: auto;
  line-height: 46px;
  cursor: pointer;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.35s ease;
  border-color: transparent;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  header .cta {
    display: none;
  }
}
header .cta p {
  color: #fff;
  position: relative;
  z-index: 2;
  transition: all 0.35s ease;
  font-size: 14px;
}
header .cta .dots {
  position: relative;
  transition: all 0.5s ease;
  width: 16px;
  height: 16px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  display: inline-block;
}
header .cta .dots::after {
  content: "";
  top: 50%;
  width: 3px;
  height: 3px;
  right: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  position: absolute;
  display: inline-block;
}
header .cta:hover {
  transform: scale(1.05);
}
header .cta:hover p {
  color: #022bff;
  transform: translateX(12px);
}
header .cta:hover .dots {
  transform: scale(20);
  background: #fff;
}
header .nav {
  display: flex;
  justify-content: space-between;
  gap: 0;
}
@media only screen and (max-width: 767px) {
  header .nav {
    display: none;
  }
}
header .nav a {
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #000;
}

.menuBtn {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  display: flex;
  flex-flow: column;
  padding: 2px 10px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: fixed;
  z-index: 15;
  top: 20px;
  right: 20px;
  color: #fff;
  font-weight: 400;
  cursor: pointer;
  display: none;
}
@media only screen and (max-width: 991px) {
  .menuBtn {
    display: block;
  }
}
.menuBtn .textBox {
  position: relative;
}
.menuBtn .textBox p {
  text-align: center;
  color: #000;
  margin-top: 8px;
  transition: 0.4s ease-in-out 0s;
  font-size: 11px;
}
.menuBtn .textBox p.is-close {
  opacity: 0;
  transform: translateY(10px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.menuBtn .bar {
  transition: all 0.4s ease-in-out;
  width: 50px;
  height: 30px;
  position: relative;
}
.menuBtn .bar span {
  display: inline-block;
  transition: all 0.4s ease-in-out;
  position: absolute;
  left: 0px;
  height: 3px;
  border-radius: 2px;
  background: #000;
  width: 100%;
}
.menuBtn .bar span:nth-of-type(1) {
  top: 15px;
}
.menuBtn .bar span:nth-of-type(2) {
  top: 23px;
}
.menuBtn .bar span:nth-of-type(3) {
  top: 31px;
}
.menuBtn.is-close .bar span {
  background: #fff;
  transform: rotate(360deg);
}
.menuBtn.is-close .bar span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
.menuBtn.is-close .bar span:nth-of-type(2) {
  opacity: 0;
}
.menuBtn.is-close .bar span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
.menuBtn.is-close {
  background: #000;
}
.menuBtn.is-close .textBox p.is-default {
  opacity: 0;
  transform: translateY(10px);
}
.menuBtn.is-close .textBox p.is-close {
  opacity: 1;
  color: #fff;
  margin-top: 0px;
  transform: translateX(-50%) translateY(-50%);
}
@media only screen and (min-width: 1025px) {
  .menuBtn:hover {
    background: #000;
  }
  .menuBtn:hover .bar span {
    background: #fff;
  }
  .menuBtn:hover p {
    color: #fff !important;
  }
}

.floatingMenu {
  position: fixed;
  top: 0px;
  left: -20px;
  z-index: 11;
  border-radius: 16px;
  background-image: url(../asset/parts/menuBg.jpg);
  background-size: cover;
  background-position: center;
  width: calc(100% + 40px);
  height: 100svh;
  padding: 106px 60px 60px 60px;
  transition: 0.3s ease-in 0.2s;
  transform: scale(0.9);
  opacity: 0 !important;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .floatingMenu {
    top: 0px;
    width: calc(100% + 40px);
    left: -20px;
    right: auto;
    padding: 60px 30px 30px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
}
.floatingMenu.is-open {
  transform: scale(1);
  opacity: 1 !important;
  border-radius: 0;
  pointer-events: auto;
}
.floatingMenu.transform-01 {
  top: -20px;
}
@media only screen and (max-width: 767px) {
  .floatingMenu.transform-01 {
    top: -20px;
  }
}
.floatingMenu .flexWrap {
  width: calc(100% - 60px);
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
}
.floatingMenu .flexWrap * {
  color: #fff;
}
.floatingMenu .flexWrap h2 {
  font-size: 12px;
  width: 80px;
}
.floatingMenu .menuWrap {
  width: calc(100% - 80px);
  display: flex;
  flex-flow: column;
  gap: 24px;
}
.floatingMenu .menuWrap .nav {
  display: flex;
  gap: 16px;
  flex-flow: column;
}
.floatingMenu .menuWrap .nav a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 2px;
}
.floatingMenu .menuWrap .nav a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.floatingMenu .menuWrap .nav a figure {
  width: 12px;
}
.floatingMenu .menuWrap .cta {
  position: relative;
  color: white;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: linear-gradient(94deg, #0085ff 0%, #022bff 102.18%);
  margin: 0;
  padding: 0 16px;
  width: auto;
  line-height: 46px;
  cursor: pointer;
  justify-content: space-between;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.35s ease;
  border-color: transparent;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
}
.floatingMenu .menuWrap .cta .dots {
  position: relative;
  transition: all 0.5s ease;
  width: 16px;
  height: 16px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  display: inline-block;
}
.floatingMenu .menuWrap .cta .dots::after {
  content: "";
  top: 50%;
  width: 3px;
  height: 3px;
  right: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  position: absolute;
  display: inline-block;
}
.floatingMenu .menuWrap .telBox {
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  flex-flow: column;
  gap: 6px;
}
.floatingMenu .menuWrap .telBox .telHead {
  color: rgba(255, 255, 255, 0.7);
  width: 50px;
  display: inline-block;
}

footer {
  background: #deedfc;
  padding: 200px 100px;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  footer {
    padding: 60px 30px;
  }
}
footer .flexWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
footer .flexWrap .footerLogo {
  width: 200px;
  filter: invert(1);
}
@media only screen and (max-width: 767px) {
  footer .flexWrap .footerLogo {
    width: 80px;
  }
}
footer .flexWrap .siteLinks {
  width: calc(100% - 300px);
  margin-left: 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  footer .flexWrap .siteLinks {
    width: calc(100% - 120px);
    margin-left: 40px;
  }
}
footer .flexWrap .siteLinks .nav {
  margin-right: 100px;
  display: flex;
  flex-flow: column;
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  footer .flexWrap .siteLinks .nav {
    margin-right: 0;
    gap: 16px;
  }
}
footer .flexWrap .siteLinks .nav a .en {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 95%;
  letter-spacing: -0.001em;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  footer .flexWrap .siteLinks .nav a .en {
    font-size: 16px;
  }
}
footer .flexWrap .siteLinks .nav a .jp {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 95%;
  letter-spacing: -0.008em;
  opacity: 0.6;
}
@media only screen and (max-width: 767px) {
  footer .flexWrap .siteLinks .nav a .jp {
    font-size: 13px;
  }
}
footer .flexWrap .siteLinks .contactWrap {
  display: inline-flex;
  flex-flow: column;
  gap: 24px;
}
footer .flexWrap .siteLinks .contactWrap * {
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  footer .flexWrap .siteLinks .contactWrap {
    gap: 16px;
  }
}
footer .flexWrap .siteLinks .contactWrap .corporate,
footer .flexWrap .siteLinks .contactWrap .address,
footer .flexWrap .siteLinks .contactWrap .tel,
footer .flexWrap .siteLinks .contactWrap .fax,
footer .flexWrap .siteLinks .contactWrap .mail {
  font-size: 16px;
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  footer .flexWrap .siteLinks .contactWrap .corporate,
  footer .flexWrap .siteLinks .contactWrap .address,
  footer .flexWrap .siteLinks .contactWrap .tel,
  footer .flexWrap .siteLinks .contactWrap .fax,
  footer .flexWrap .siteLinks .contactWrap .mail {
    font-size: 13px;
  }
}
footer .flexWrap .siteLinks .contactWrap .telHead {
  width: 24px;
  display: inline-block;
}
footer .flexWrap .siteLinks .contactWrap .mail {
  display: flex;
  gap: 4px;
}
footer .flexWrap .siteLinks .contactWrap .contactBtn {
  background: #000;
  border-radius: 12px;
  color: #fff;
  display: inline-block;
  padding: 10px 24px;
  font-size: 24px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  footer .flexWrap .siteLinks .contactWrap .contactBtn {
    font-size: 15px;
    border-radius: 8px;
  }
}
footer .flexWrap .siteLinks .pageTopBtn {
  position: absolute;
  bottom: 147px;
  right: 0;
  border-radius: 8px;
  background: #000;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  footer .flexWrap .siteLinks .pageTopBtn {
    width: 32px;
    height: 32px;
    bottom: 170px;
  }
  footer .flexWrap .siteLinks .pageTopBtn figure {
    width: 12px;
  }
}
footer .flexWrap .siteLinks .copyright {
  margin-top: 64px;
  padding-top: 64px;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  footer .flexWrap .siteLinks .copyright {
    margin-top: 32px;
    padding-top: 32px;
    gap: 16px;
    flex-flow: column-reverse;
  }
}
footer .flexWrap .siteLinks .copyright .privacyCaption {
  font-size: 11px;
  text-decoration: underline;
  opacity: 0.6;
}
@media only screen and (max-width: 767px) {
  footer .flexWrap .siteLinks .copyright .privacyCaption {
    font-size: 11px;
  }
}
footer .flexWrap .siteLinks .copyright p {
  font-size: 12px;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.6);
}

.cookie-consent {
  display: none;
}

.lowerContact {
  position: relative;
  z-index: 2;
  background: #fff;
  overflow: hidden;
}
.lowerContact * {
  transition: 0.3s ease-in-out 0s;
}
.lowerContact.lowerRecruit .container a.contact {
  background-image: url(../asset/parts/recruitBack.jpg);
}
.lowerContact .container {
  display: flex;
  flex-wrap: wrap;
  background-image: url(../asset/parts/transparent.svg);
  background-position: center;
}
.lowerContact .container a {
  width: 100%;
  padding: 200px 100px;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .lowerContact .container a {
    padding: 100px 30px;
    flex-flow: column;
    align-items: flex-start;
    gap: 32px;
  }
}
.lowerContact .container a * {
  transition: 0.3s ease-in-out 0s;
}
.lowerContact .container a:hover .btn {
  background: #fff;
}
.lowerContact .container a:hover .btn figure {
  filter: brightness(0);
  animation: btnArrowAnm 0.3s 0s 2 forwards;
}
.lowerContact .container a:hover .btn p {
  color: #000;
}
.lowerContact .container a.contact {
  background-image: url(../asset/parts/contactImg.jpg);
  background-position: center;
}
.lowerContact .container a .wrap h3 {
  color: #fff;
}
.lowerContact .container a .wrap h3.en {
  font-size: 80px;
  line-height: 130%;
}
@media only screen and (max-width: 767px) {
  .lowerContact .container a .wrap h3.en {
    font-size: 64px;
  }
}
.lowerContact .container a .wrap h3.jp {
  font-size: 21px;
}
@media only screen and (max-width: 767px) {
  .lowerContact .container a .wrap h3.jp {
    font-size: 16px;
  }
}
.lowerContact .container a .wrap p {
  font-size: 16px;
  color: #fff;
  margin-top: 32px;
}
@media only screen and (max-width: 767px) {
  .lowerContact .container a .wrap p {
    font-size: 13px;
    margin-top: 16px;
  }
}
.lowerContact .container a .btn {
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(0, 0, 0, 0.2);
  width: -moz-fit-content;
  width: fit-content;
  padding: 32px 48px;
  gap: 12px;
  border-radius: 8px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .lowerContact .container a .btn {
    padding: 16px 24px;
    background: rgba(0, 0, 0, 0.45);
  }
}
.lowerContact .container a .btn figure {
  width: 20px;
}
@media only screen and (max-width: 1024px) {
  .lowerContact .container a .btn figure {
    width: 15px;
  }
}
.lowerContact .container a .btn figure img {
  transform: translateY(0px);
}
.lowerContact .container a .btn p {
  font-size: 24px;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .lowerContact .container a .btn p {
    font-size: 16px;
  }
}

.sec-next {
  background: #eee;
  position: relative;
  padding: 200px 100px;
  z-index: 3;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .sec-next {
    width: 100%;
    padding: 160px 30px;
  }
}
.sec-next a:hover .wrap::after {
  width: 100%;
}
.sec-next h4 {
  font-size: 16px;
  margin-bottom: 48px;
  width: 100%;
  text-align: center;
  color: #016dd9;
}
@media only screen and (max-width: 767px) {
  .sec-next h4 {
    font-size: 13px;
    margin-bottom: 32px;
  }
}
.sec-next .wrap {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 16px;
  position: relative;
  padding-bottom: 32px;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .sec-next .wrap {
    gap: 8px;
  }
}
.sec-next .wrap::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
}
.sec-next .wrap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: #888;
  transition: 0.3s ease-in-out 0s;
}
.sec-next .wrap h3.en {
  font-size: 80px;
  line-height: 110%;
}
@media only screen and (max-width: 767px) {
  .sec-next .wrap h3.en {
    font-size: 48px;
  }
}
.sec-next .wrap h3.jp {
  font-size: 24px;
  opacity: 0.6;
}
@media only screen and (max-width: 767px) {
  .sec-next .wrap h3.jp {
    font-size: 18px;
  }
}

#cursor {
  position: fixed;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 320px;
  transition: transform 0.15s ease-in 0s, background-image 0.25s ease-in 0s;
  text-align: center;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.3);
  background-size: cover;
  background-image: url("../asset/parts/transparent.svg");
  margin-left: 20%;
}
@media only screen and (max-width: 991px) {
  #cursor {
    display: none !important;
  }
}
#cursor.is-cursor01 {
  transform: translate(-100%, -50%) scale(1);
  background-size: cover;
  opacity: 1;
  transition: transform 0.2s ease-in 0s, background-image 0.25s ease-in 0s;
  background-image: url("../asset/parts/serviceImg.jpg");
  width: 200px;
  height: 320px;
}
@media only screen and (max-width: 991px) {
  #cursor.is-cursor01 {
    display: none;
  }
}

main {
  overflow: hidden;
}

/*reset*/
*, *:after, *:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}

html {
  font-size: 100%;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none !important;
  color: inherit;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

dfn {
  font-weight: 400;
  font-style: normal;
}

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

input, select {
  vertical-align: middle;
}

li {
  list-style: none;
}

/*数値の設定
------------------------------------------*/
/*上記数値の設定を呼び出しているmixin
------------------------------------------*/
.contentsRow {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
}
.contentsRow .contentsCol1_2 {
  width: calc(50% - 15px);
}
.contentsRow .contentsCol1_3 {
  width: 33.33%;
  width: calc(33.33% - 20px);
}
.contentsRow .contentsCol1_32 {
  width: calc(33.33% - 15px);
}
.contentsRow .contentsCol2_32 {
  width: calc(66.66% - 15px);
}
.contentsRow .contentsCol1_4 {
  width: calc(25% - 22.5px);
}
.contentsRow .contentsCol1_5 {
  width: calc(20% - 24px);
}

/* visible or hidden
--------------------------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  .visible-pc {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .visible-pctb {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .visible-tbsp {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .visible-sp {
    display: none !important;
  }
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
.visible-tab {
  display: none !important;
}

@media (max-width: 992px) {
  .hidden-tab {
    display: none !important;
  }
  .visible-tab {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
}
.head01 {
  color: #016dd9;
  font-size: 7.8vw;
  font-style: normal;
  font-weight: 700;
  line-height: 95%; /* 114px */
  letter-spacing: -0.005em;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .head01 {
    font-size: 42px;
  }
}

.subhead03 {
  color: #016dd9;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 135%; /* 32.4px */
  letter-spacing: -0.72px;
}

.button01 {
  border-radius: 8px;
  background: linear-gradient(94deg, #0085ff 0%, #022bff 102.18%);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  display: flex;
  width: 180px;
  height: 180px;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .button01 {
    width: 100px;
    height: 100px;
    padding: 8px;
  }
}
.button01 .button01Inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.button01 .button01Inner figure {
  width: 16px;
}
.button01 .button01Inner p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 27.2px */
  letter-spacing: -0.48px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .button01 .button01Inner p {
    text-align: center;
    font-size: 12px;
  }
}

@keyframes fuwafuwa-1 {
  0%, 100% {
    transform: translateY(0) scaleX(1);
  }
  50% {
    transform: translateY(-12px) scaleX(1.001);
  }
}
@keyframes fuwafuwa-2 {
  0%, 100% {
    transform: translateY(-19px) scaleX(1.003);
  }
  50% {
    transform: translateY(0) scaleX(1);
  }
}
@keyframes fuwafuwa-3 {
  0%, 100% {
    transform: translateY(-21px) scaleX(1.002);
  }
  50% {
    transform: translateY(0%) scaleX(1);
  }
}
@keyframes fuwafuwa-4 {
  0%, 100% {
    transform: translateY(-22px) scaleX(1.001);
  }
  50% {
    transform: translateY(0%) scaleX(1);
  }
}
@keyframes fuwafuwa-5 {
  0%, 100% {
    transform: translateY(0) scaleX(1);
  }
  50% {
    transform: translateY(-21px) scaleX(1.001);
  }
}
@keyframes fuwafuwa-6 {
  0%, 100% {
    transform: translateY(0) scaleX(1);
  }
  50% {
    transform: translateY(-24px) scaleX(1.001);
  }
}
@keyframes messageAnm {
  0% {
    transform: translateY(5px) scaleX(1.001);
    opacity: 0;
  }
  4% {
    transform: translateY(0) scaleX(1);
    opacity: 1;
  }
  40% {
    transform: translateY(0) scaleX(1);
    opacity: 1;
  }
  48% {
    transform: translateY(-24px) scaleX(1.001);
    opacity: 0;
  }
  100% {
    transform: translateY(-24px) scaleX(1.001);
    opacity: 0;
  }
}
@keyframes slideImg5-1 {
  0% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  97% {
    opacity: 0;
  }
  98% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideImg5-2 {
  0% {
    opacity: 0;
  }
  17% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  37% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slideImg5-3 {
  0% {
    opacity: 0;
  }
  37% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  57% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slideImg5-4 {
  0% {
    opacity: 0;
  }
  57% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  77% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slideImg5-5 {
  0% {
    opacity: 0;
  }
  77% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  97% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slideImg2-1 {
  0% {
    opacity: 1;
  }
  47% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  98% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideImg2-2 {
  0% {
    opacity: 0;
  }
  47% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideImg3-1 {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  97% {
    opacity: 1;
  }
}
@keyframes slideImg3-2 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  63% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slideImg3-3 {
  0% {
    opacity: 0;
  }
  63% {
    opacity: 0;
  }
  66% {
    opacity: 1;
  }
  97% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes btnArrowAnm {
  0%, 100% {
    transform: translateX(0) scaleX(1);
  }
  48% {
    transform: translateX(12px) scaleX(1.05);
    opacity: 0;
  }
  52% {
    transform: translateX(-12px) scaleX(1.05);
    opacity: 0;
  }
}
@keyframes inviewFV {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0% 0 0);
            clip-path: inset(0 0% 0 0);
  }
}
@keyframes inviewScroll {
  0% {
    opacity: 0;
    transform: scale(1.05) translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0px);
  }
}
@keyframes inviewKV {
  0% {
    -webkit-clip-path: inset(0 0% 0 0);
            clip-path: inset(0 0% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
* {
  backface-visibility: hidden;
}

img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

::-webkit-scrollbar-track {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar {
  width: 3px;
}

::-webkit-scrollbar-thumb {
  background-color: #f5f5f5;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/*全体のフォント指定*/
html {
  /*overflow: hidden;*/
  font-size: 62.5%;
  padding: 0;
  margin: 0;
  width: 100%;
}
html.is-scroll {
  overflow-y: scroll;
}

body {
  position: relative;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.6;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  height: 100%;
  margin: auto;
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  font-variant-ligatures: common-ligatures contextual;
  font-feature-settings: "palt";
}

main {
  position: relative;
  z-index: 2;
}
main * {
  color: #000;
  font-weight: 700;
  color: #000;
}

body * {
  font-family: "Oswald", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-variation-settings: "wght" 700;
}

.sb {
  font-weight: 600;
}

a:hover {
  text-decoration: none;
}

/*数値の設定
------------------------------------------*/
/*上記数値の設定を呼び出しているmixin
------------------------------------------*/
.contentsRow {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
}
.contentsRow .contentsCol1_2 {
  width: calc(50% - 15px);
}
.contentsRow .contentsCol1_3 {
  width: 33.33%;
  width: calc(33.33% - 20px);
}
.contentsRow .contentsCol1_32 {
  width: calc(33.33% - 15px);
}
.contentsRow .contentsCol2_32 {
  width: calc(66.66% - 15px);
}
.contentsRow .contentsCol1_4 {
  width: calc(25% - 22.5px);
}
.contentsRow .contentsCol1_5 {
  width: calc(20% - 24px);
}

/* visible or hidden
--------------------------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  .visible-pc {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .visible-pctb {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .visible-tbsp {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .visible-sp {
    display: none !important;
  }
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
.visible-tab {
  display: none !important;
}

@media (max-width: 992px) {
  .hidden-tab {
    display: none !important;
  }
  .visible-tab {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
}
.head01 {
  color: #016dd9;
  font-size: 7.8vw;
  font-style: normal;
  font-weight: 700;
  line-height: 95%; /* 114px */
  letter-spacing: -0.005em;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .head01 {
    font-size: 42px;
  }
}

.subhead03 {
  color: #016dd9;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 135%; /* 32.4px */
  letter-spacing: -0.72px;
}

.button01 {
  border-radius: 8px;
  background: linear-gradient(94deg, #0085ff 0%, #022bff 102.18%);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  display: flex;
  width: 180px;
  height: 180px;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .button01 {
    width: 100px;
    height: 100px;
    padding: 8px;
  }
}
.button01 .button01Inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.button01 .button01Inner figure {
  width: 16px;
}
.button01 .button01Inner p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 27.2px */
  letter-spacing: -0.48px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .button01 .button01Inner p {
    text-align: center;
    font-size: 12px;
  }
}

.inview-fv {
  animation: inviewFV 0.7s 0.2s 1 forwards;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}

.inview-scroll {
  animation: inviewScroll 0.3s 0.7s 1 forwards;
  transform: scale(1.05);
  opacity: 0;
}

.inview-fv {
  animation: inviewFV 0.7s 0.2s 1 forwards;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}

.inview-kv {
  position: relative;
  display: inline-block;
}

.inview-kvMask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  animation: inviewKV 0.7s 0.3s 1 forwards;
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
  background: linear-gradient(94deg, #0085ff 0%, #022bff 102.18%);
}

header {
  position: fixed;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  padding: 8px 16px;
  width: 800px;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(48px);
  -webkit-backdrop-filter: blur(48px);
  border-radius: 8px;
  border: 1px solid linear-gradient(52deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.6) 100%);
}
@media only screen and (max-width: 991px) {
  header {
    width: calc(100% - 40px);
    border: none;
    padding: 0;
    background: none;
    -webkit-backdrop-filter: none;
    box-shadow: none;
    backdrop-filter: none;
    mix-blend-mode: difference;
  }
}
header .logo {
  width: 112px;
  filter: brightness(0);
}
@media only screen and (max-width: 991px) {
  header .logo {
    width: 90px;
    filter: brightness(1);
  }
}
header .logo.hidden {
  opacity: 0;
  pointer-events: none;
}
header .cta {
  justify-self: end;
  position: relative;
  color: white;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: linear-gradient(94deg, #0085ff 0%, #022bff 102.18%);
  margin: 0;
  padding: 0 16px;
  width: auto;
  line-height: 46px;
  cursor: pointer;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.35s ease;
  border-color: transparent;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  header .cta {
    display: none;
  }
}
header .cta p {
  color: #fff;
  position: relative;
  z-index: 2;
  transition: all 0.35s ease;
  font-size: 14px;
}
header .cta .dots {
  position: relative;
  transition: all 0.5s ease;
  width: 16px;
  height: 16px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  display: inline-block;
}
header .cta .dots::after {
  content: "";
  top: 50%;
  width: 3px;
  height: 3px;
  right: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  position: absolute;
  display: inline-block;
}
header .cta:hover {
  transform: scale(1.05);
}
header .cta:hover p {
  color: #022bff;
  transform: translateX(12px);
}
header .cta:hover .dots {
  transform: scale(20);
  background: #fff;
}
header .nav {
  display: flex;
  justify-content: space-between;
  gap: 0;
}
@media only screen and (max-width: 767px) {
  header .nav {
    display: none;
  }
}
header .nav a {
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #000;
}

.menuBtn {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  display: flex;
  flex-flow: column;
  padding: 2px 10px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: fixed;
  z-index: 15;
  top: 20px;
  right: 20px;
  color: #fff;
  font-weight: 400;
  cursor: pointer;
  display: none;
}
@media only screen and (max-width: 991px) {
  .menuBtn {
    display: block;
  }
}
.menuBtn .textBox {
  position: relative;
}
.menuBtn .textBox p {
  text-align: center;
  color: #000;
  margin-top: 8px;
  transition: 0.4s ease-in-out 0s;
  font-size: 11px;
}
.menuBtn .textBox p.is-close {
  opacity: 0;
  transform: translateY(10px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.menuBtn .bar {
  transition: all 0.4s ease-in-out;
  width: 50px;
  height: 30px;
  position: relative;
}
.menuBtn .bar span {
  display: inline-block;
  transition: all 0.4s ease-in-out;
  position: absolute;
  left: 0px;
  height: 3px;
  border-radius: 2px;
  background: #000;
  width: 100%;
}
.menuBtn .bar span:nth-of-type(1) {
  top: 15px;
}
.menuBtn .bar span:nth-of-type(2) {
  top: 23px;
}
.menuBtn .bar span:nth-of-type(3) {
  top: 31px;
}
.menuBtn.is-close .bar span {
  background: #fff;
  transform: rotate(360deg);
}
.menuBtn.is-close .bar span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
.menuBtn.is-close .bar span:nth-of-type(2) {
  opacity: 0;
}
.menuBtn.is-close .bar span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
.menuBtn.is-close {
  background: #000;
}
.menuBtn.is-close .textBox p.is-default {
  opacity: 0;
  transform: translateY(10px);
}
.menuBtn.is-close .textBox p.is-close {
  opacity: 1;
  color: #fff;
  margin-top: 0px;
  transform: translateX(-50%) translateY(-50%);
}
@media only screen and (min-width: 1025px) {
  .menuBtn:hover {
    background: #000;
  }
  .menuBtn:hover .bar span {
    background: #fff;
  }
  .menuBtn:hover p {
    color: #fff !important;
  }
}

.floatingMenu {
  position: fixed;
  top: 0px;
  left: -20px;
  z-index: 11;
  border-radius: 16px;
  background-image: url(../asset/parts/menuBg.jpg);
  background-size: cover;
  background-position: center;
  width: calc(100% + 40px);
  height: 100svh;
  padding: 106px 60px 60px 60px;
  transition: 0.3s ease-in 0.2s;
  transform: scale(0.9);
  opacity: 0 !important;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .floatingMenu {
    top: 0px;
    width: calc(100% + 40px);
    left: -20px;
    right: auto;
    padding: 60px 30px 30px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
}
.floatingMenu.is-open {
  transform: scale(1);
  opacity: 1 !important;
  border-radius: 0;
  pointer-events: auto;
}
.floatingMenu.transform-01 {
  top: -20px;
}
@media only screen and (max-width: 767px) {
  .floatingMenu.transform-01 {
    top: -20px;
  }
}
.floatingMenu .flexWrap {
  width: calc(100% - 60px);
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
}
.floatingMenu .flexWrap * {
  color: #fff;
}
.floatingMenu .flexWrap h2 {
  font-size: 12px;
  width: 80px;
}
.floatingMenu .menuWrap {
  width: calc(100% - 80px);
  display: flex;
  flex-flow: column;
  gap: 24px;
}
.floatingMenu .menuWrap .nav {
  display: flex;
  gap: 16px;
  flex-flow: column;
}
.floatingMenu .menuWrap .nav a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 2px;
}
.floatingMenu .menuWrap .nav a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.floatingMenu .menuWrap .nav a figure {
  width: 12px;
}
.floatingMenu .menuWrap .cta {
  position: relative;
  color: white;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: linear-gradient(94deg, #0085ff 0%, #022bff 102.18%);
  margin: 0;
  padding: 0 16px;
  width: auto;
  line-height: 46px;
  cursor: pointer;
  justify-content: space-between;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.35s ease;
  border-color: transparent;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
}
.floatingMenu .menuWrap .cta .dots {
  position: relative;
  transition: all 0.5s ease;
  width: 16px;
  height: 16px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  display: inline-block;
}
.floatingMenu .menuWrap .cta .dots::after {
  content: "";
  top: 50%;
  width: 3px;
  height: 3px;
  right: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  position: absolute;
  display: inline-block;
}
.floatingMenu .menuWrap .telBox {
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  flex-flow: column;
  gap: 6px;
}
.floatingMenu .menuWrap .telBox .telHead {
  color: rgba(255, 255, 255, 0.7);
  width: 50px;
  display: inline-block;
}

footer {
  background: #deedfc;
  padding: 200px 100px;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  footer {
    padding: 60px 30px;
  }
}
footer .flexWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
footer .flexWrap .footerLogo {
  width: 200px;
  filter: invert(1);
}
@media only screen and (max-width: 767px) {
  footer .flexWrap .footerLogo {
    width: 80px;
  }
}
footer .flexWrap .siteLinks {
  width: calc(100% - 300px);
  margin-left: 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  footer .flexWrap .siteLinks {
    width: calc(100% - 120px);
    margin-left: 40px;
  }
}
footer .flexWrap .siteLinks .nav {
  margin-right: 100px;
  display: flex;
  flex-flow: column;
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  footer .flexWrap .siteLinks .nav {
    margin-right: 0;
    gap: 16px;
  }
}
footer .flexWrap .siteLinks .nav a .en {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 95%;
  letter-spacing: -0.001em;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  footer .flexWrap .siteLinks .nav a .en {
    font-size: 16px;
  }
}
footer .flexWrap .siteLinks .nav a .jp {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 95%;
  letter-spacing: -0.008em;
  opacity: 0.6;
}
@media only screen and (max-width: 767px) {
  footer .flexWrap .siteLinks .nav a .jp {
    font-size: 13px;
  }
}
footer .flexWrap .siteLinks .contactWrap {
  display: inline-flex;
  flex-flow: column;
  gap: 24px;
}
footer .flexWrap .siteLinks .contactWrap * {
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  footer .flexWrap .siteLinks .contactWrap {
    gap: 16px;
  }
}
footer .flexWrap .siteLinks .contactWrap .corporate,
footer .flexWrap .siteLinks .contactWrap .address,
footer .flexWrap .siteLinks .contactWrap .tel,
footer .flexWrap .siteLinks .contactWrap .fax,
footer .flexWrap .siteLinks .contactWrap .mail {
  font-size: 16px;
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  footer .flexWrap .siteLinks .contactWrap .corporate,
  footer .flexWrap .siteLinks .contactWrap .address,
  footer .flexWrap .siteLinks .contactWrap .tel,
  footer .flexWrap .siteLinks .contactWrap .fax,
  footer .flexWrap .siteLinks .contactWrap .mail {
    font-size: 13px;
  }
}
footer .flexWrap .siteLinks .contactWrap .telHead {
  width: 24px;
  display: inline-block;
}
footer .flexWrap .siteLinks .contactWrap .mail {
  display: flex;
  gap: 4px;
}
footer .flexWrap .siteLinks .contactWrap .contactBtn {
  background: #000;
  border-radius: 12px;
  color: #fff;
  display: inline-block;
  padding: 10px 24px;
  font-size: 24px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  footer .flexWrap .siteLinks .contactWrap .contactBtn {
    font-size: 15px;
    border-radius: 8px;
  }
}
footer .flexWrap .siteLinks .pageTopBtn {
  position: absolute;
  bottom: 147px;
  right: 0;
  border-radius: 8px;
  background: #000;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  footer .flexWrap .siteLinks .pageTopBtn {
    width: 32px;
    height: 32px;
    bottom: 170px;
  }
  footer .flexWrap .siteLinks .pageTopBtn figure {
    width: 12px;
  }
}
footer .flexWrap .siteLinks .copyright {
  margin-top: 64px;
  padding-top: 64px;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  footer .flexWrap .siteLinks .copyright {
    margin-top: 32px;
    padding-top: 32px;
    gap: 16px;
    flex-flow: column-reverse;
  }
}
footer .flexWrap .siteLinks .copyright .privacyCaption {
  font-size: 11px;
  text-decoration: underline;
  opacity: 0.6;
}
@media only screen and (max-width: 767px) {
  footer .flexWrap .siteLinks .copyright .privacyCaption {
    font-size: 11px;
  }
}
footer .flexWrap .siteLinks .copyright p {
  font-size: 12px;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.6);
}

.cookie-consent {
  display: none;
}

.lowerContact {
  position: relative;
  z-index: 2;
  background: #fff;
  overflow: hidden;
}
.lowerContact * {
  transition: 0.3s ease-in-out 0s;
}
.lowerContact.lowerRecruit .container a.contact {
  background-image: url(../asset/parts/recruitBack.jpg);
}
.lowerContact .container {
  display: flex;
  flex-wrap: wrap;
  background-image: url(../asset/parts/transparent.svg);
  background-position: center;
}
.lowerContact .container a {
  width: 100%;
  padding: 200px 100px;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .lowerContact .container a {
    padding: 100px 30px;
    flex-flow: column;
    align-items: flex-start;
    gap: 32px;
  }
}
.lowerContact .container a * {
  transition: 0.3s ease-in-out 0s;
}
.lowerContact .container a:hover .btn {
  background: #fff;
}
.lowerContact .container a:hover .btn figure {
  filter: brightness(0);
  animation: btnArrowAnm 0.3s 0s 2 forwards;
}
.lowerContact .container a:hover .btn p {
  color: #000;
}
.lowerContact .container a.contact {
  background-image: url(../asset/parts/contactImg.jpg);
  background-position: center;
}
.lowerContact .container a .wrap h3 {
  color: #fff;
}
.lowerContact .container a .wrap h3.en {
  font-size: 80px;
  line-height: 130%;
}
@media only screen and (max-width: 767px) {
  .lowerContact .container a .wrap h3.en {
    font-size: 64px;
  }
}
.lowerContact .container a .wrap h3.jp {
  font-size: 21px;
}
@media only screen and (max-width: 767px) {
  .lowerContact .container a .wrap h3.jp {
    font-size: 16px;
  }
}
.lowerContact .container a .wrap p {
  font-size: 16px;
  color: #fff;
  margin-top: 32px;
}
@media only screen and (max-width: 767px) {
  .lowerContact .container a .wrap p {
    font-size: 13px;
    margin-top: 16px;
  }
}
.lowerContact .container a .btn {
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(0, 0, 0, 0.2);
  width: -moz-fit-content;
  width: fit-content;
  padding: 32px 48px;
  gap: 12px;
  border-radius: 8px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .lowerContact .container a .btn {
    padding: 16px 24px;
    background: rgba(0, 0, 0, 0.45);
  }
}
.lowerContact .container a .btn figure {
  width: 20px;
}
@media only screen and (max-width: 1024px) {
  .lowerContact .container a .btn figure {
    width: 15px;
  }
}
.lowerContact .container a .btn figure img {
  transform: translateY(0px);
}
.lowerContact .container a .btn p {
  font-size: 24px;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .lowerContact .container a .btn p {
    font-size: 16px;
  }
}

.sec-next {
  background: #eee;
  position: relative;
  padding: 200px 100px;
  z-index: 3;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .sec-next {
    width: 100%;
    padding: 160px 30px;
  }
}
.sec-next a:hover .wrap::after {
  width: 100%;
}
.sec-next h4 {
  font-size: 16px;
  margin-bottom: 48px;
  width: 100%;
  text-align: center;
  color: #016dd9;
}
@media only screen and (max-width: 767px) {
  .sec-next h4 {
    font-size: 13px;
    margin-bottom: 32px;
  }
}
.sec-next .wrap {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 16px;
  position: relative;
  padding-bottom: 32px;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .sec-next .wrap {
    gap: 8px;
  }
}
.sec-next .wrap::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
}
.sec-next .wrap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: #888;
  transition: 0.3s ease-in-out 0s;
}
.sec-next .wrap h3.en {
  font-size: 80px;
  line-height: 110%;
}
@media only screen and (max-width: 767px) {
  .sec-next .wrap h3.en {
    font-size: 48px;
  }
}
.sec-next .wrap h3.jp {
  font-size: 24px;
  opacity: 0.6;
}
@media only screen and (max-width: 767px) {
  .sec-next .wrap h3.jp {
    font-size: 18px;
  }
}

#cursor {
  position: fixed;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 320px;
  transition: transform 0.15s ease-in 0s, background-image 0.25s ease-in 0s;
  text-align: center;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.3);
  background-size: cover;
  background-image: url("../asset/parts/transparent.svg");
  margin-left: 20%;
}
@media only screen and (max-width: 991px) {
  #cursor {
    display: none !important;
  }
}
#cursor.is-cursor01 {
  transform: translate(-100%, -50%) scale(1);
  background-size: cover;
  opacity: 1;
  transition: transform 0.2s ease-in 0s, background-image 0.25s ease-in 0s;
  background-image: url("../asset/parts/serviceImg.jpg");
  width: 200px;
  height: 320px;
}
@media only screen and (max-width: 991px) {
  #cursor.is-cursor01 {
    display: none;
  }
}

main {
  overflow: hidden;
}

/*----
cssファイルは直接いじらない。
（先祖返りリスクがあります。）
main.scssファイルで作成しています。
---------*/
main {
  background: #f2f7fc;
  overflow-x: hidden;
}

#cursor {
  display: none !important;
}

.sec-kv {
  background: #fff;
  padding-top: 20vw;
  position: relative;
  overflow: hidden;
}
.sec-kv .bg {
  color: rgba(1, 109, 217, 0.1);
  text-transform: uppercase;
  width: 100%;
  position: absolute;
  font-size: 18.2vw;
  font-style: normal;
  font-weight: 700;
  line-height: 95%; /* 228px */
  letter-spacing: -0.002em;
  left: 20px;
  top: 10vw;
}
.sec-kv .bg img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-kv .text {
  padding: 0 100px;
  margin-bottom: 42px;
}
.sec-kv .text .head {
  margin-bottom: 4px;
}
.sec-kv .text .head .en {
  font-size: 24px;
  color: #016dd9;
  text-transform: uppercase;
  line-height: 120%;
}
.sec-kv .text .head .jp {
  color: #016dd9;
  font-size: 16px;
  opacity: 0.65;
}
.sec-kv .text p.discription {
  font-size: 64px;
}

.sec-service {
  padding: 200px 0 200px 100px;
  display: flex;
}
.sec-service .mainArea {
  width: calc(100% - 79px);
  display: flex;
  flex-flow: column;
  gap: 200px;
}
.sec-service .mainArea .flexWrap {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-flow: column-reverse;
}
.sec-service .mainArea .flexWrap .head {
  width: 100%;
  max-width: 580px;
  padding: 50px;
  position: relative;
  background: #fff;
  z-index: 2;
  margin-top: -60px;
}
.sec-service .mainArea .flexWrap .head .en {
  font-size: 120px;
  color: #016dd9;
  opacity: 0.2;
  line-height: 100%;
  margin-bottom: -40px;
  margin-left: -20px;
}
.sec-service .mainArea .flexWrap .head .jp {
  font-size: 32px;
  margin-bottom: 24px;
}
.sec-service .mainArea .flexWrap .imgWrap {
  width: 100%;
}
.sec-service .sideNav {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 80px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
}
.sec-service .sideNav * {
  transition: 0.2s ease-in 0s;
}
.sec-service .sideNav .wrap {
  opacity: 0.5;
}
.sec-service .sideNav .wrap.nav01 {
  opacity: 1;
}
.sec-service .sideNav p {
  text-align: center;
  font-size: 14px;
}
.sec-service .sideNav p:nth-of-type(1) {
  margin-bottom: 4px;
  color: #016dd9;
}
.sec-service .sideNav .vt {
  -webkit-text-emphasis: center;
          text-emphasis: center;
  display: block;
  writing-mode: vertical-rl;
  white-space: nowrap;
  overflow: hidden;
  height: 0;
}
.sec-service .sideNav .vt.vt01 {
  height: auto;
}

.container980 {
  max-width: 980px;
  width: 980px;
  margin: auto;
}

.sec-fv {
  padding: 200px 100px;
  position: relative;
  z-index: 2;
  background: #eee;
}
@media only screen and (max-width: 767px) {
  .sec-fv {
    padding: 140px 30px 80px;
  }
}
.sec-fv .scroll {
  width: 200px;
  height: 200px;
  display: flex;
  flex-flow: column;
  gap: 12px;
  justify-content: center;
  align-items: center;
  background: #eee;
  z-index: 2;
  position: absolute;
  right: 100px;
  bottom: -100px;
}
@media only screen and (max-width: 767px) {
  .sec-fv .scroll {
    width: 80px;
    height: 80px;
    gap: 4px;
    right: 30px;
    bottom: -40px;
  }
}
.sec-fv .scroll:hover figure {
  transform: rotate(180deg) scale(1.15);
}
.sec-fv .scroll figure {
  transition: 0.2s ease-in 0s;
  transform: rotate(180deg);
  filter: brightness(0);
}
@media only screen and (max-width: 767px) {
  .sec-fv .scroll figure {
    width: 20px;
  }
}
.sec-fv h2.en {
  font-size: 120px;
  line-height: 100%;
}
@media only screen and (max-width: 767px) {
  .sec-fv h2.en {
    font-size: 64px;
  }
}
.sec-fv h2.jp {
  font-size: 48px;
}
@media only screen and (max-width: 767px) {
  .sec-fv h2.jp {
    font-size: 28px;
  }
}

.bgImg {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.bgImg img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

/*----
cssファイルは直接いじらない。
（先祖返りリスクがあります。）
main.scssファイルで作成しています。
---------*/
main {
  overflow: clip !important;
}

.sec-intro {
  padding: 200px 0px;
  margin-top: 400px;
  background: #ddd;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .sec-intro {
    padding: 80px 0;
  }
}
.sec-intro .container {
  padding: 0 100px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  .sec-intro .container {
    padding: 0 30px;
    flex-flow: column;
  }
}
.sec-intro .container h3 {
  font-size: 18px;
  color: #016dd9;
  margin-bottom: 48px;
  width: 200px;
}
@media only screen and (max-width: 1024px) {
  .sec-intro .container h3 {
    width: 100%;
    margin-bottom: 24px;
  }
}
.sec-intro .container .wrap {
  width: calc(100% - 200px);
  display: flex;
  flex-flow: column;
}
@media only screen and (max-width: 1024px) {
  .sec-intro .container .wrap {
    width: 100%;
  }
}
.sec-intro .container .wrap figure {
  margin-bottom: 48px;
}
@media only screen and (max-width: 1024px) {
  .sec-intro .container .wrap figure {
    margin-bottom: 24px;
  }
}
.sec-intro .container .wrap h4 {
  font-size: 60px;
  line-height: 130%;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1024px) {
  .sec-intro .container .wrap h4 {
    font-size: 28px;
  }
}
.sec-intro .container .wrap .captionWrap {
  display: flex;
  flex-flow: row;
  margin-top: 60px;
}
@media only screen and (max-width: 1024px) {
  .sec-intro .container .wrap .captionWrap {
    margin-top: 32px;
    flex-flow: column;
  }
}
.sec-intro .container .wrap .circleWrap {
  position: relative;
  width: 60%;
  max-width: 580px;
}
@media only screen and (max-width: 1024px) {
  .sec-intro .container .wrap .circleWrap {
    width: 100%;
  }
}
.sec-intro .container .wrap .circleWrap .base {
  position: relative;
  opacity: 0;
}
.sec-intro .container .wrap .circleWrap .circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.sec-intro .container .wrap p {
  width: 35%;
  margin-left: 5%;
  position: relative;
  padding-top: 48px;
}
@media only screen and (max-width: 1024px) {
  .sec-intro .container .wrap p {
    width: 100%;
    margin-left: 0;
    padding-top: 8px;
    font-size: 13px;
  }
}
.sec-intro .container .wrap p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 1px;
  background: #999;
}
@media only screen and (max-width: 1024px) {
  .sec-intro .container .wrap p::before {
    display: none;
  }
}

.sec-mvv {
  padding: 200px 0px;
  position: relative;
  z-index: 2;
  min-height: 100vh;
}
@media only screen and (max-width: 1024px) {
  .sec-mvv {
    padding: 80px 0;
  }
}
.sec-mvv .container {
  padding: 0 100px;
  display: flex;
  flex-wrap: wrap;
  max-width: 1120px;
  margin: auto;
  height: auto;
  overflow: visible;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .sec-mvv .container {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-mvv .container {
    padding: 0 20px;
  }
}
.sec-mvv .container .sticky_navi {
  width: 140px;
  background: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-flow: column;
  gap: 8px;
  position: sticky;
  top: 120px;
  height: -moz-fit-content;
  height: fit-content;
  align-self: flex-start;
}
@media only screen and (max-width: 1200px) {
  .sec-mvv .container .sticky_navi {
    width: 80px;
    padding: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-mvv .container .sticky_navi {
    width: 72px;
    gap: 2px;
    top: 80px;
    border-radius: 8px;
  }
}
.sec-mvv .container .sticky_navi a {
  color: #999;
  position: relative;
  padding-left: 20px;
  transition: color 0.3s ease;
}
@media only screen and (max-width: 1200px) {
  .sec-mvv .container .sticky_navi a {
    font-size: 11px;
    padding-left: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-mvv .container .sticky_navi a {
    font-size: 11px;
    padding-left: 0;
  }
}
.sec-mvv .container .sticky_navi a.is-current {
  color: #016dd9;
}
.sec-mvv .container .sticky_navi a.is-current::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #016dd9;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1200px) {
  .sec-mvv .container .sticky_navi a.is-current::before {
    width: 4px;
    height: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-mvv .container .sticky_navi a.is-current::before {
    width: 2px;
    height: 2px;
    left: -4px;
  }
}
.sec-mvv .container .sticky_navi a:hover {
  color: #016dd9;
}
.sec-mvv .container .mvv_container {
  display: flex;
  flex-flow: column;
  gap: 200px;
  width: calc(100% - 160px);
  min-height: 200vh;
}
@media only screen and (max-width: 1200px) {
  .sec-mvv .container .mvv_container {
    width: calc(100% - 100px);
  }
}
@media only screen and (max-width: 767px) {
  .sec-mvv .container .mvv_container {
    width: calc(100% - 80px);
    gap: 80px;
  }
}
.sec-mvv .container .mvv_container .wrap_mvv {
  flex-flow: row;
  display: flex;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  border-radius: 16px;
  padding: 120px 64px;
}
@media only screen and (max-width: 1024px) {
  .sec-mvv .container .mvv_container .wrap_mvv {
    padding: 80px 32px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-mvv .container .mvv_container .wrap_mvv {
    padding: 36px 20px;
    flex-flow: column;
    gap: 16px;
  }
}
.sec-mvv .container .mvv_container .wrap_mvv .text__block {
  display: flex;
  flex-flow: column;
  gap: 12px;
  width: 100%;
}
.sec-mvv .container .mvv_container .wrap_mvv .mission-line {
  font-size: 42px;
  line-height: 1;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .sec-mvv .container .mvv_container .wrap_mvv .mission-line {
    font-size: 28px;
    line-height: 130%;
    margin-bottom: 0;
  }
}
.sec-mvv .container .mvv_container .wrap_mvv .subhead {
  font-size: 140px;
  width: 100%;
  opacity: 0.1;
  color: #016dd9;
  top: 0;
  left: 2rem;
  line-height: 1;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .sec-mvv .container .mvv_container .wrap_mvv .subhead {
    font-size: 48px;
    left: 10px;
    top: 10px;
  }
}
.sec-mvv .container .mvv_container .wrap_mvv .text__block {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .sec-mvv .container .mvv_container .wrap_mvv .text__block {
    width: 100%;
  }
}
.sec-mvv .container .mvv_container .wrap_mvv .text__block .text {
  font-size: 18px;
  line-height: 200%;
  letter-spacing: 0;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .sec-mvv .container .mvv_container .wrap_mvv .text__block .text {
    font-size: 13px;
  }
}
.sec-mvv .container .mvv_container .wrap_mvv .text,
.sec-mvv .container .mvv_container .wrap_mvv .mission-line {
  padding-top: 0;
  width: 100%;
}
.sec-mvv .container .mvv_container .wrap_mvv .text::before,
.sec-mvv .container .mvv_container .wrap_mvv .mission-line::before {
  display: none;
}/*# sourceMappingURL=about.css.map */