@charset "utf-8";

/*============================
共通
============================*/
.title_wrap .en {
  font-size: 1.3rem;
  color: #2272d3;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .title_wrap .en {
    font-size: 0.50rem;
  }
}

.title_wrap .jp {
  font-size: 0.26rem;
  color: #2272d3;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .title_wrap .jp {
    font-size: 0.18rem;
    padding-top: 0.10rem;
  }
}

/*============================
ヘッダー
============================*/
header {
  transition: transform 0.5s 0.3s;
}

@media screen and (max-width: 640px) {
  header {
    /* スマホ用の記述 */
  }
}

/* --------- 以下、必要に応じて有効化 ---------- */

/* ヘッダーが上に消える
header.hide {
	transform: translateY(-1.50rem);
}
 */

/* スクロールで表示された状態
header.scr {
	background-color: rgba(255, 255, 255, 0.85);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}
 */

/*============================
メイン
============================*/
#mv {
  margin-top: 0.15rem;
  z-index: 20;
}
@media screen and (max-width: 640px) {
  #mv {
    margin-top: 0.10rem;
  }
}

#mv .mv_inner {
  width: calc(100% - 0.3rem);
  height: 7.3rem;
  margin: 0 auto;
  background: url(../img/top/mv.jpg) no-repeat center center / cover;
  border-radius: 0.1rem;
  position: relative;
  isolation: isolate;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  #mv .mv_inner {
    height: calc(100svh - 0.2rem);
    width: calc(100% - 0.2rem);
  }
}

#mv .mv_wrap {
  height: 13rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 12.80rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  /* mix-blend-mode: difference;
  color: #FFF; */
  mix-blend-mode: multiply;
  color: #2272d3;
}
@media screen and (max-width: 640px) {
  #mv .mv_wrap {
    height: 185vh;
    left: 0.20rem;
    transform: translateX(0);
    width: calc(100% - 0.20rem);
  }
}

/* #mv .mv_wrap.bottom {
  width: 100%;
  max-width: 12.80rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
} */

#mv .text_wrap {
  padding-top: 11vw;
  position: sticky;
  top: 0;
  z-index: 0;
  z-index: 10;
}
@media screen and (max-width: 640px) { 
  #mv .text_wrap {
    padding-top: 1.5rem;
  }
}

#mv .text_wrap .title {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-size: 0.61rem;
  font-weight: 700;
  margin-bottom: 0.15rem;
  line-height: 1.2;
  /* mix-blend-mode: overlay; */
  position: relative;
  z-index: 9999;
}
@media screen and (max-width: 640px) {
  #mv .text_wrap .title {
    font-size: 12vw;
    line-height: 1.2;
    margin-bottom: 0.05rem;
  }
}

.text {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 0.20rem;
  letter-spacing: 0.075em;
  font-weight: 600;
  line-height: 1.85;
}
@media screen and (max-width: 640px) {
  .text {
    font-size: 0.14rem;
  }
}

#mv .mv_bottom_img {
  max-width: 6.8rem;
  height: 6.09rem;
  margin-left: auto;
  margin-right: 0;
  margin-top: 1.5rem;
  margin-right: -0.5rem;
  border-radius: 3.00rem;
  overflow: hidden;
  z-index: 0;
  position: relative;
}
@media screen and (max-width: 640px) {
  #mv .in {
    height: 100vh;
    position: relative;
  }
  #mv .mv_bottom_img {
    max-width: calc(100% - 0.80rem);
    height: 3.00rem;
    margin: 0;
    border-radius: 1.00rem 0 0 1.00rem;
    position: absolute;
    right: 0;
    top: 2.00rem;
  }
}



/*============================
company
============================*/
#company {
  margin-top: 2.5rem;
}
@media screen and (max-width: 640px) {
  #company {
    margin-top: 1.5rem;
  }
}

#company .cont_wrap {
  position: relative;
  margin-top: 0.6rem;
}
@media screen and (max-width: 640px) {
  #company .cont_wrap {
    margin-top: 0.3rem;
  }
}

#company .ph_wrap {
  max-width: 6.8rem;
  height: 6.09rem;
  border-radius: 3.00rem;
  overflow: hidden;
  position: absolute;
  left: -1.5rem;
  top: 0;
}
@media screen and (max-width: 640px) {
  #company .ph_wrap {
    max-width: 4.00rem;
    height: 3.00rem;
    border-radius: 0 1.00rem 1.00rem 0;
    position: relative;
    left: -0.2rem;
  }
}

#company .text_wrap {
  max-width: 5rem;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  #company .text_wrap {
    max-width: 100%;
    padding-left: 0.10rem;
  }
}

#company .text_wrap .lead {
  font-size: 0.26rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 640px) {
  #company .text_wrap .lead {
    font-size: 0.19rem;
    margin-top: 0.30rem;
    margin-bottom: 0.1rem;
  }
}

#company .text_wrap .text {
  font-size: 0.16rem;
  line-height: 2;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 640px) {
  #company .text_wrap .text {
    font-size: 0.14rem;
    margin-bottom: 0.10rem;
    text-align: justify;
  }
}

#company .list .item {
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 640px) {
  #company .list {
    position: relative;
    padding: 0.20rem;
    padding-left: 0.50rem;
    margin-right: -0.20rem;
  }
  #company .list::before {
    content: "";
    width: calc(100% - 0.20rem);
    height: calc(100% + 1.00rem);
    background-color: #F1F1F1;
    border-radius: 0 0 0 0.30rem;
    position: absolute;
    top: -1.00rem;
    right: 0;
    z-index: -1;
  }
  #company .list .item {
    margin-bottom: 0.15rem;
  }
}

#company .list .item a {
  font-size: 0.16rem;
  line-height: 1.6;
  color: #000;
  position: relative;
  display: flex;
  align-items: center;
}

#company .list .item a:hover {
  color: #2272d3;
}

#company .list .item a::before {
  content: "";
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  background: url(../img/top/btn_arrow_bk.svg) no-repeat center center / contain;
  margin-right: 0.2rem;
  box-sizing: border-box;
  transition: transform 0.3s, opacity 0.3s;
  z-index: 1;
}
#company .list .item a::after {
  content: "";
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  background: url(../img/top/btn_arrow_blue.svg) no-repeat center center / contain;
  margin-right: 0.2rem;
  box-sizing: border-box;
  transition: transform 0.3s, opacity 0.3s;
  z-index: 0;
  position: absolute;
  opacity: 0;
}

#company .list .item a:hover::before {
  /* background: url(../img/top/btn_arrow_blue.svg) no-repeat center center /
    contain; */
  transform: translateX(0.05rem);
  opacity: 0;
}
#company .list .item a:hover::after {
  /* background: url(../img/top/btn_arrow_blue.svg) no-repeat center center /
    contain; */
  transform: translateX(0.05rem);
  opacity: 1;
}

/*============================
business
============================*/
#business {
  margin-top: 2.2rem;
  background: url(../img/top/business_bg.jpg) no-repeat center center / cover;
  padding: 1rem 0;
	position: relative;
	overflow: hidden;
}
@media screen and (max-width: 640px) {
  #business {
    margin-top: 0.8rem;
    padding: 0.5rem 0 0.30rem;
  }
}

#business .title_wrap {
  position: relative;
  z-index: 1;
  padding-left: 0.10rem;
}

#business .title_wrap .en {
  color: #fff;
}

#business .title_wrap .jp {
  color: #fff;
}

#business .icon_wrap {
  position: absolute;
  top: -0.7rem;
  right: -1.5rem;
  width: 6.91rem;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  #business .icon_wrap {
    top: -0.5rem;
    right: -0.5rem;
    width: 3.00rem;
  }
}


#business .list {
  position: relative;
  margin-top: 1.4rem;
}
@media screen and (max-width: 640px) {
  #business .list {
    margin-top: 0.3rem;
  }
}

#business .list .item {
  margin-bottom: 0.3rem;
  display: flex;
  flex-wrap: wrap;
	margin-bottom: 0.1rem;
}
@media screen and (max-width: 640px) {
  #business .list .item {
    display: block;
    margin-bottom: 0.20rem;
  }
}

#business .list .item .ph_wrap {
  width: 2.5rem;
  height: 1.85rem;
  overflow: hidden;
  border-radius: 0.1rem;
}
@media screen and (max-width: 640px) {
  #business .list .item .ph_wrap {
    width: 100%;
    height: 50vw;
  }
}

#business .list .item .ph_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 640px) {
  #business .list .item .ph_wrap img {
    border-radius: 0.1rem 0.1rem 0 0;
  }
}

#business .list .item .text_wrap {
  width: calc(100% - 2.6rem);
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  #business .list .item .text_wrap {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    top: -0.01rem;
  }
}

#business .list .item .text_wrap a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  color: #000;
  position: relative;
  background: #fff;
  padding: 0.2rem;
  border-radius: 0.1rem;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  #business .list .item .text_wrap a {
    display: block;
    border-radius: 0 0 0.1rem 0.1rem;
  }
}

#business .list .item .text_wrap a:hover {
  opacity: 0.9;
}

#business .list .item .text_wrap .list_title {
  display: flex;
  align-items: center;
  width: 35%;
}
@media screen and (max-width: 640px) {
  #business .list .item .text_wrap .list_title {
    width: 100%;
    padding-left: 0.30rem;
    box-sizing: border-box;
  }
}

#business .list .item .text_wrap a .list_title .jp {
  color: #000;
  font-size: 0.26rem;
  font-weight: 700;
  line-height: 1.6;
  padding-right: 0.1rem;
}
@media screen and (max-width: 640px) {
  #business .list .item .text_wrap a .list_title .jp {
    font-size: 0.20rem;
  }
}

#business .list .item .text_wrap a .list_title .en {
  color: #2272d3;
  font-size: 0.13rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  #business .list .item .text_wrap a .list_title .en {
    font-size: 0.10rem;
    position: relative;
    top: -0.01rem;
  }
}

#business .list .item .text_wrap .text {
  font-size: 0.16rem;
  line-height: 2;
  width: 50%;
}
@media screen and (max-width: 640px) {
  #business .list .item .text_wrap .text {
    font-size: 0.14rem;
    line-height: 1.75;
    width: 100%;
    padding-top: 0.05rem;
    text-align: justify;
    box-sizing: border-box;
  }
}

#business .list .item .text_wrap a::after {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  background: url(../img/top/btn_arrow_bk.svg) no-repeat center center / contain;
  position: absolute;
  top: 50%;
  right: 0.35rem;
  transform: translateY(-50%);
  transition: transform 0.3s, opacity 0.3s;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  #business .list .item .text_wrap a::after {
    width: 0.2rem;
    height: 0.2rem;
    top: 0.35rem;
    right: auto;
    left: 0.20rem;
  }
}

#business .list .item .text_wrap a:hover::after {
  background: url(../img/top/btn_arrow_blue.svg) no-repeat center center /
    contain;
  transform: translateY(-50%) translateX(0.05rem);
}


/*============================
investor
============================*/
#investor {
  margin-top: 1.5rem;
}
@media screen and (max-width: 640px) {
  #investor {
    margin-top: 0.5rem;
  }
}

#investor .in {
  position: relative;
  padding: 0 0.24rem;
}

#investor .lead {
  font-size: 0.26rem;
  font-weight: 700;
  line-height: 1.6;
	margin: 0.47rem 0;
}
@media screen and (max-width: 640px) {
  #investor .lead {
    font-size: 0.16rem;
    margin: 0.30rem 0;
  }
}

#investor .list {
  display: flex;
  flex-wrap: wrap;
	/* justify-content: space-between; */
	margin-bottom: 0.5rem;
  gap: 0 0.06rem;
}

#investor .list .item {
  width: 33%;
	margin-bottom: 0.08rem;
}
@media screen and (max-width: 640px) {
  #investor .list .item {
    width: calc(50% - 0.03rem);
    margin-bottom: 0.04rem;
  }
}

#investor .list .item a {
  display: block;
  width: 100%;
  height: 100%;
  background: #2272d3;
	border-radius: 0.1rem;
	padding: 0.35rem;
	box-sizing: border-box;
	font-size: 0.22rem;
	font-weight: bold;
	position: relative;
}
@media screen and (max-width: 640px) {
  #investor .list .item a {
    padding: 0;
    height: 0.70rem;
    border-radius: 0.06rem;
  }
}

#investor .list .item a:hover {
  opacity: 0.7;
}

#investor .list .item a span {
  color: #fff;
}
@media screen and (max-width: 640px) {
  #investor .list .item a span {
    display: block;
    font-size: 0.14rem;
    position: relative;
    left: 0.20rem;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1.45;
  }
}


#investor .list .item a:after {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  background: url(../img/top/btn_arrow_wh.svg) no-repeat center center / contain;
  position: absolute;
  top: 50%;
  right: 0.2rem;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
@media screen and (max-width: 640px) {
  #investor .list .item a:after {
    width: 0.2rem;
    height: 0.2rem;
    right: 0.10rem;
  }
}

#investor .list .item a:hover:after {
  transform: translateY(-50%) translateX(0.05rem);
}


.text-infinity-scroll {
  width: 100%;
  display: flex;
  overflow: hidden;
}
.text-infinity-scroll .first,
.text-infinity-scroll .second {
  flex-shrink: 0;
  width: auto;
  height: auto;
  text-wrap: nowrap;
  word-break: keep-all;
  display: inline;
  font-size: 2.5rem;
  line-height: 1.2;
	font-weight: bold;
	color: #D6E1EE;
}
@media screen and (max-width: 640px) {
  .text-infinity-scroll .first,
  .text-infinity-scroll .second {
    font-size: 0.80rem;
    line-height: 1.2;
  }
}

.text-infinity-scroll .first {
  animation: anim--first 500s infinite linear 0.1s both;
}
.text-infinity-scroll .second {
  animation: anim--second 500s infinite linear 0.1s both;
}

@keyframes anim--first {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes anim--second {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}


.text-infinity-scroll2 {
  width: 100%;
  display: flex;
  overflow: hidden;
  padding-bottom: 0.50rem;
}
@media screen and (max-width: 640px) {
  .text-infinity-scroll2 {
    padding-bottom: 0.20rem;
  }
}
.text-infinity-scroll2 .first,
.text-infinity-scroll2 .second {
  flex-shrink: 0;
  width: auto;
  height: auto;
  text-wrap: nowrap;
  word-break: keep-all;
  display: inline;
  font-size: 2.5rem;
	font-weight: bold;
	color: #D6E1EE;
}
@media screen and (max-width: 640px) {
  .text-infinity-scroll2 .first,
  .text-infinity-scroll2 .second {
    font-size: 0.80rem;
    line-height: 1.2;
  }
}

.text-infinity-scroll2 .first {
  animation: anim--first2 400s infinite linear 0.1s both;
}
.text-infinity-scroll2 .second {
  animation: anim--second2 400s infinite linear 0.1s both;
}

@keyframes anim--first2 {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes anim--second2 {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}

.opening {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 5;
  display: flex;
  flex-direction: column;
  opacity: 1; /* 初期状態で表示 */
}

.opening__screen {
  position: relative;
  width: 100%;
  height: 100%;
}

.opening__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1; /* 初期状態で表示 */
}

.opening__text {
  font-size: clamp(24px, 5vw, 32px); /* レスポンシブなフォントサイズ */
  font-weight: bold;
  color: #13519c;
  transform: translateY(30px);
  opacity: 0;
  white-space: nowrap; /* テキストを1行に */
}