@charset "UTF-8";
html {
  scroll-behavior: smooth;
  font-size: 62.5% !important;
  scroll-padding-top: 120px;
}

body {
  letter-spacing: 0.2em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif !important;
  color: #333333;
  background-color: #F8F8F8;
}

img {
  width: -webkit-fill-available;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  /* Safari, Chrome */
  image-rendering: optimizeQuality;
  width: -moz-available;
  pointer-events: none;
  width: 100%;
}

a {
  display: block;
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
}

a:hover,
.contactpage__inBtn:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.en-monserat {
  font-family: "Montserrat", "游ゴシック体";
}

.en-prompt {
  font-family: "Prompt", "游ゴシック体";
}

.en-lexend {
  font-family: "Lexend Exa", "游ゴシック体";
}

.ttl--ll {
  position: relative;
  font-size: 6.6rem;
  font-weight: 500;
  color: #006EC9;
}

.ttl--l {
  position: relative;
  font-size: 3.6rem;
  font-weight: 500;
  padding-left: 17px;
  color: #006EC9;
  font-weight: 600;
}

.ttl--l::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #006EC9;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(45deg);
}

.ttl--m {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0;
}

.ttl--s {
  font-size: 2rem;
  font-weight: bold;
  padding-left: 17px;
  margin-top: 12px;
  line-height: 1.5;
  color: #006EC9;
}

.txt--m {
  font-size: 2.6rem;
  color: #FFF;
  z-index: 2;
  font-weight: bold;
  line-height: 1.5;
}

.txt--s {
  font-size: 1.6rem;
  line-height: 1.6;
}

.annotation {
  text-align: right;
  margin-top: 10px;
}

/* .under-line {
  position: relative;
}

.under-line::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 6px;
  background-color: #006EC9;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
} */
.blur-img {
  position: relative;
  --blur-img-url: none;
  /* 初期値 */
  overflow: visible;
}
.blur-img img {
  position: relative;
  z-index: 2;
}

.blur-img::after {
  content: "";
  position: absolute;
  top: 1%;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--blur-img-url) center/cover no-repeat;
  filter: blur(2.9vw);
  z-index: 0;
  pointer-events: none;
}

.readmore-link {
  position: relative;
  background-color: #D8F0FF;
  border-radius: 150px;
  z-index: 2;
}
.readmore-link .readmore-link-text,
.readmore-link a {
  position: relative;
  padding: 15px 40px;
  color: #006EC9;
}

.readmore-link.comming-soon2 a {
  color: #FFF;
  cursor: unset;
}

.readmore-link.comming-soon2::before {
  content: none;
}

.readmore-link .readmore-link-text::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #006EC9;
  top: 50%;
  left: 23px;
  transform: translateY(-50%) rotate(45deg);
}

.arrowWrapper {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: #FFF;
  position: relative;
  z-index: 3;
}

.arrow {
  position: absolute;
  display: inline-block;
  width: 23px;
  height: 4px;
  border-radius: 9999px;
  background-color: #006EC9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 15px;
  height: 4px;
  border-radius: 9999px;
  background-color: #006EC9;
  transform-origin: calc(100% - 1.5px) 50%;
}

.arrow::before {
  transform: rotate(45deg);
}

.arrow::after {
  transform: rotate(-45deg);
}

.side-arrow {
  position: relative;
  font-size: 2.3rem;
  line-height: 1.5;
  font-weight: bold;
  color: #006EC9;
  padding-left: 32px;
}

.side-arrow::before {
  position: absolute;
  content: "";
  width: 23px;
  height: 5px;
  background-color: #006EC9;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.link-tree {
  display: none;
}

.no-link a {
  color: #808080 !important;
  cursor: unset;
}
.no-link a:hover {
  opacity: 1;
}
.no-link a::after {
  background-color: #808080 !important;
}
.no-link p::after {
  background-color: #808080 !important;
}

.comming-soon {
  position: relative;
}

a.comming-soon {
  opacity: 1;
  cursor: unset;
}

.comming-soon2 {
  background-color: #717171;
}
.comming-soon2 a:hover {
  opacity: 1;
}

.comming-soon::after {
  position: absolute;
  content: "COMING SOON";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(75, 75, 75, 0.78);
  z-index: 3;
  border-radius: 3vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
  color: #FFF;
}

.cta__item .comming-soon::after {
  border-radius: 25px;
}

.header {
  position: fixed;
  z-index: 5;
  width: 100%;
}
.header__content {
  position: absolute;
  padding: 10px;
  background-color: #fff;
  border-radius: 150px;
  margin: 20px auto 0;
  width: 90%;
  max-width: 480px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.header__content.is-active {
  background-color: transparent;
}
.header__content.is-active .header__logo {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: 0.3s;
}
.header__ttl {
  text-align: center;
  font-size: 7rem;
  font-weight: bold;
  text-shadow: 1px 2px 3px #808080;
}
.header__logo {
  width: 54.023%;
  transition: 0.3s;
}
.header__logo span {
  display: none;
}
.header__pcList {
  display: none;
}

.menu {
  position: absolute;
  right: 5%;
  display: flex;
  align-items: end;
  justify-content: center;
  flex-direction: column;
  width: 50px;
  height: 50px;
  transition: transform 250ms ease;
  cursor: pointer;
  z-index: 200;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.menu span {
  position: relative;
  display: block;
  width: 70%;
  height: 3.5px;
  background-color: #006EC9;
  border-radius: 10px;
  float: left;
  transform-origin: center center;
  transition: transform 250ms ease;
  z-index: 200;
}
.menu span:nth-of-type(1) {
  top: -6px;
}
.menu span:nth-of-type(2) {
  top: 0px;
}
.menu span:nth-of-type(3) {
  top: 6px;
}

#menu {
  display: none;
}
#menu:checked ~ .menu {
  background-color: transparent;
  transform: rotate(360deg);
  transition: transform 250ms ease;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#menu:checked ~ .menu span {
  background-color: #FFF;
  transition: transform 250ms ease;
}
#menu:checked ~ .menu span:nth-of-type(1) {
  top: 2px;
  transform: rotate(45deg);
}
#menu:checked ~ .menu span:nth-of-type(2) {
  display: none;
}
#menu:checked ~ .menu span:nth-of-type(3) {
  top: -1px;
  transform: rotate(135deg);
}
#menu:checked ~ main {
  transform: translateX(250px);
  transition: transform 0.5s ease;
}

.nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  background: rgb(255, 255, 255);
  transition: right 0.5s ease;
  z-index: -1;
  background-image: url(../common/img/nav-bg.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* iOS対策 */
}
.nav__header {
  position: absolute;
  width: 58%;
  top: 3%;
  left: 3%;
}
.nav ul {
  position: relative;
  list-style-type: none;
  margin: 35% auto 0;
  padding: 0;
  width: 90%;
  max-width: 480px;
}
.nav ul li {
  position: relative;
  display: block;
  padding: 9% 0 5%;
  border-bottom: 1px solid #EFEFEF;
}
.nav ul li a {
  position: relative;
  display: flex;
  align-items: end;
  margin: 0;
  text-decoration: none;
  gap: 6%;
}
.nav ul li a:after {
  content: "";
  width: 15px;
  height: 15px;
  border: 0;
  border-top: solid 3px #FFF;
  border-right: solid 3px #FFF;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 3%;
  bottom: 0;
  margin: auto;
}
.nav ul li a:hover:before {
  width: 100%;
  height: 100%;
  background-color: white;
  transition: width 250ms ease;
}
.nav ul li li:first-child {
  padding-top: 0;
}
.nav ul .no-link a::after {
  background-color: transparent !important;
  border-top: solid 3px #808080;
  border-right: solid 3px #808080;
}
.nav__link {
  background-image: linear-gradient(180deg, rgb(255, 26, 0), rgb(255, 128, 0));
  width: 90%;
  max-width: 480px;
  margin: 11.026% auto 0;
  border-radius: 150px;
}
.nav__link a {
  padding: 15px 0;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: end;
}
.nav__link span {
  width: 20px;
}
.nav__copy {
  text-align: center;
  color: #FFF;
  margin-top: 22.565%;
  line-height: 1.5;
}
.nav .en-monserat {
  font-size: 2.3rem;
  width: 48%;
  letter-spacing: -0.01em;
}
.nav .en-prompt {
  font-size: 2.4rem;
}
.nav .jp {
  font-size: 1.5rem;
  font-weight: bold;
  width: 48%;
}
.nav.is-active {
  right: 0;
  transition: right 0.5s ease;
}

.footer {
  background-color: #0F2950;
  padding: 4% 0;
  color: #fff;
}
.footer__inner {
  width: 90%;
  max-width: 480px;
  margin: 0 auto;
  font-weight: bold;
}
.footer__logo {
  width: 55%;
}
.footer__logoTxt {
  font-size: 1.8rem;
  line-height: 1.8;
}
.footer__list {
  font-size: 1.6rem;
  margin-top: 29%;
}
.footer__item a {
  display: flex;
  align-items: center;
}
.footer__item span {
  width: 17px;
  margin-left: 10px;
}
.footer__item:nth-child(n+2) {
  margin-top: 7.408%;
}
.footer__nav {
  display: none;
}
.footer__copy {
  margin-top: 29%;
  line-height: 1.5;
  font-weight: normal;
}

.page-fv {
  padding: 108px 0 40px;
  background-image: linear-gradient(180deg, rgb(0, 58, 149), rgb(0, 147, 217));
  letter-spacing: 0;
}
.page-fv__inner {
  width: 90%;
  max-width: 480px;
  margin: 0 auto;
  position: relative;
}
.page-fv__ttl {
  position: absolute;
  background-color: #006EC9;
  padding: 11px 14px;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.pcBr {
  display: none;
}

@media screen and (min-width: 768px) {
  .menu span {
    width: 100%;
    height: 5px;
  }
  .menu span:nth-of-type(1) {
    top: -8px;
  }
  .menu span:nth-of-type(2) {
    top: 0;
  }
  .menu span:nth-of-type(3) {
    top: 8px;
  }
  #menu:checked ~ .menu {
    top: 27%;
  }
  #menu:checked ~ .menu span:nth-of-type(1) {
    top: 4px;
    transform: rotate(45deg);
  }
}
@media screen and (min-width: 768px) {
  .ttl--ll {
    font-size: clamp(0.1rem, 6.51vw, 12.5rem);
  }
  .ttl--l {
    font-size: clamp(0.1rem, 4.427vw, 8.5rem);
    padding-left: 2vw;
  }
  .ttl--l::before {
    width: 1.042vw;
    max-width: 20px;
    height: 1.042vw;
    max-height: 20px;
  }
  .ttl--m {
    font-size: clamp(0.1rem, 3.023vw, 5.9rem);
  }
  .ttl--s {
    font-size: clamp(0.1rem, 1.875vw, 3.6rem);
    padding-left: 2vw;
  }
  .txt--m {
    font-size: clamp(0.1rem, 3.125vw, 6rem);
  }
  /* .under-line::after {
    width: 3.4096%;
    height: 0.5vw;
    max-width: 45px;
    height: 0.3646vw;
    max-height: 10px;
    bottom: -30%;
  } */
  .txt--s {
    font-size: clamp(0.1rem, 1.0416vw, 2rem);
  }
  .annotation {
    font-size: 12px;
  }
  .blur-img::after {
    top: 1%;
    filter: blur(1vw);
  }
  .arrowWrapper {
    width: 2.6045vw;
    max-width: 50px;
    height: 2.6045vw;
    max-height: 50px;
  }
  .arrow {
    width: 1.3vw;
    max-width: 21px;
    height: 0.2vw;
    max-height: 4px;
  }
  .arrow::before,
  .arrow::after {
    top: -2%;
    right: 0;
    width: 0.65vw;
    max-width: 14px;
    height: 0.2vw;
    max-height: 4px;
    transform-origin: calc(100% - 1px) 50%;
  }
  .side-arrow {
    font-size: clamp(0.1rem, 2.1875vw, 4.2rem);
    padding-left: 3%;
  }
  .side-arrow::before {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .readmore-link {
    font-size: clamp(0.1rem, 1.5104vw, 2.9rem);
    width: 26.894%;
    max-width: 355px;
    display: flex;
    justify-content: center;
  }
  .readmore-link .readmore-link-text,
  .readmore-link a {
    padding: 8% 0;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
  }
  .readmore-link .readmore-link-text::before {
    left: -11%;
  }
  .link-tree {
    display: flex;
    font-size: clamp(0.1rem, 1.0416vw, 2rem);
    font-weight: bold;
    color: #FFF;
    margin: 1.5626% auto 0;
    width: 92.34375%;
    max-width: 1770px;
    justify-content: flex-end;
  }
  .odd {
    flex-direction: row-reverse;
  }
  .comming-soon::after {
    border-radius: 16px;
  }
  .cta__item .comming-soon::after {
    border-radius: 25px;
  }
  .header {
    z-index: 10;
    width: 100%;
    background-color: #263062;
    position: fixed;
    padding: 0;
  }
  .header__content {
    padding: 10px 20px;
    margin-top: 2.6%;
    width: 93.5%;
    max-width: 1795px;
  }
  .header__inner {
    display: flex;
    justify-content: space-between;
  }
  .header__logo {
    width: 22%;
    max-width: 395px;
    font-size: clamp(0.1rem, 1.04166vw, 2rem);
    display: flex;
    align-items: center;
    gap: 3%;
    font-weight: bold;
    color: #006EC9;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: -0.0001em;
  }
  .header__logo span {
    display: block;
  }
  .header__pcList {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(0.1rem, 1.0416vw, 2rem);
    font-weight: bold;
  }
  .header__pcItem {
    padding: 0 13px;
    transition: padding 0.6s ease;
  }
  .header__pcItem:nth-child(5) {
    padding-right: 26px;
  }
  .header__pcItem:last-child {
    padding: 0;
    background-color: #FF2500;
    border-radius: 150px;
  }
  .header__pcItem a {
    color: #006EC9;
    position: relative;
  }
  .header__pcItem:last-child a {
    padding: 9.578% 20px 9.578% 40px;
    color: #FFF;
  }
  .header__pcItem a::after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background-color: #006EC9;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    border-radius: 50%;
  }
  .header__pcItem:last-child a::after {
    content: "";
    position: absolute;
    background-image: url(../common/img/header-icon.png);
    display: inline-block;
    width: 13.89%;
    height: 50%;
    background-size: 100% 100%;
    vertical-align: middle;
    background-repeat: no-repeat;
    top: 50%;
    left: 21px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-color: transparent;
  }
  .menu {
    display: none;
  }
  .ttl {
    font-size: 2.1875vw;
  }
  .ttl::after {
    max-width: 100px;
  }
  .footer {
    padding: 4.167% 0 1.3024%;
  }
  .footer__inner {
    width: 85%;
    max-width: 480px;
    margin: 0 auto;
    max-width: 1570px;
  }
  .footer__innerContent {
    display: block;
    justify-content: space-between;
  }
  .footer__content {
    width: 100%;
  }
  .footer__logo {
    margin: 0;
    width: 16.429%;
  }
  .footer__txt {
    font-size: clamp(0.1rem, 1.04166vw, 2rem);
  }
  .footer__list {
    font-size: clamp(0.1rem, 1.04166vw, 2rem);
    margin-top: 4.883%;
    display: flex;
    gap: 3%;
  }
  .footer__item:nth-child(n+2) {
    margin-top: 0;
  }
  .footer__companyContent {
    width: 42%;
  }
  .footer__img {
    width: 19.8576%;
  }
  .footer__nav {
    width: 65%;
    margin-top: 3%;
    display: flex;
    justify-content: space-between;
    font-size: clamp(0.1rem, 1.04166vw, 2rem);
  }
  .footer__navList {
    width: 26%;
  }
  .footer__navList:nth-child(2) {
    width: 42%;
  }
  .footer__navItem p {
    position: relative;
    width: -moz-max-content;
    width: max-content;
  }
  .footer__navItem p::after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background-color: #FFF;
    right: -10px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .footer__navItem:nth-child(n+2) {
    margin-top: 20%;
  }
  .footer__navMenuItem {
    width: -moz-max-content;
    width: max-content;
    margin-top: 15px;
    font-weight: 400;
  }
  .footer__navMenuItem a {
    color: #C5D7F0;
  }
  .footer__copy {
    text-align: center;
    font-size: clamp(0.1rem, 0.8333333vw, 1.6rem);
    margin-top: 15.6%;
  }
  .page-fv {
    padding: 9.896% 0 4.6878%;
  }
  .page-fv__ttl {
    padding: 1.916% 3.165%;
    line-height: 1;
  }
  .page-fv__inner {
    width: 92.34375%;
    max-width: 1770px;
  }
  .spBr {
    display: none;
  }
  .pcBr {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .header__logo {
    width: 29.5%;
    max-width: 395px;
  }
  .header__content {
    padding: 10px 20px;
  }
  .header__pcItem {
    padding: 0px 17px;
  }
  .header__pcItem:nth-child(5) {
    padding-right: 30px;
  }
  .header__pcItem:last-child a {
    padding: 9.578% 30px 9.578% 50px;
  }
  .header__pcItem a::after {
    width: 10px;
    height: 10px;
    right: -14px;
  }
  .header__pcItem:last-child a::after {
    left: 25px;
  }
  .footer__innerContent {
    display: flex;
  }
  .footer__content {
    width: 50%;
  }
  .footer__nav {
    width: 43%;
    margin-top: 0;
  }
  .footer__navItem p::after {
    width: 13px;
    height: 13px;
    right: -20px;
  }
}/*# sourceMappingURL=common.css.map */