@charset "UTF-8";
/* CSS Document */

@keyframes txtloop {
0% {
transform: translateX(100%);
}
to {
transform: translateX(-100%);
}
}

@keyframes txtloop2 {
0% {
transform: translateX(0);
}
to {
transform: translateX(-200%);
}
}
@keyframes zoomUp {
0% {
transform: scale(1);
}
100% {
transform: scale(1.15); /* 拡大率 */
}
}


@-webkit-keyframes scroll {
0% {
transform: translate3d(0, -100%, 0);
}
/* 15% {
transform: translate3d(0, -98%, 0);
} */
85% {
transform: translate3d(0, 98%, 0);
}
100% {
transform: translate3d(0, 100%, 0);
}
}
@keyframes scroll {
0% {
transform: translate3d(0, -100%, 0);
}
/* 15% {
transform: translate3d(0, -98%, 0);
} */
85% {
transform: translate3d(0, 98%, 0);
}
100% {
transform: translate3d(0, 100%, 0);
}
}


@keyframes flowing {
0% {
transform: translateX(0%);
}
to {
transform: translateX(-200%);
}
}



/*PC*/
@media print, screen and (min-width: 769px) {


/* MV
--------------------------------------------*/
#mv {
position: relative;
margin: 0 auto 120px;
overflow: hidden;
padding-top:280px;
box-sizing: border-box;
}

#mv .read_tit_wrap{
position: absolute;
top: 180px;
left: 5%;
width:90%;
z-index: 5;
text-align: center;
}

#mv .read_tit_wrap .red_tit{
position: relative;
font-size: 5.5rem;
line-height: 1;
font-weight: 600;
letter-spacing: .15rem;
color:#000;
}

#mv .read_tit_wrap .read_txt2 {
font-size: 1.4rem;
font-weight:500;
line-height:1.8;
color: #FFF;
position: relative;
margin:40px 0 0 10px;
white-space: nowrap;
letter-spacing: .2rem;
}

#mv .en_ttl{
position: absolute;
bottom:-2%;
left: 2%;
font-size: 8rem;
font-weight: 500;
line-height: .8;
color: #FFF;
z-index: 5;
}

#mv .move {
overflow: hidden;
position: relative;
width:calc(100% - 40px);
height:100vh;
height:100svh;
min-height: 50vh;
margin: 0 auto;
border-radius: 24px;
}

#mv .move::before{
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,.45);
z-index: 1;
}

#mv .move video {
position: absolute;
top: 50%;
left: 50%;
object-fit: cover;
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
}


/* about
--------------------------------------------*/
#about {
position: relative;
overflow: hidden;
width: 100%;
margin: 0 auto;
}


#about .section_wrap{
width: 90%;
position: relative;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
box-sizing: border-box;
margin:0px auto 0;
}

#about .section_wrap .txt_box{
width: 50%;
box-sizing: border-box;
padding:5% 0;
}


#about .section_wrap .txt_box .ttl,
#about .section_wrap .txt_box .ttl span,
#about .section_wrap .txt_box .s_ttl,
#about .section_wrap .txt_box p{
}

#about .section_wrap .txt_box .txt{
padding:10px;
text-align: center;
font-size: 1.1rem;
font-weight: 700;
color: #FFF;
border: 1px solid #FF0000;
background: rgb(0,0,0,.8);
}


#about .section_wrap .txt_box .btn_list{
margin: 60px 0 0;
}

#about .section_wrap .txt_box .btn_list li{
width:100%;
margin-bottom: 20px;
}

#about .section_wrap .txt_box .btn_list li:last-child{
margin-bottom: 0;
}

#about .section_wrap .txt_box .btn_list li .btn{
margin: 0;
}

#about .section_wrap .mv_slider{
width:40%;
overflow: hidden;
}

#about .section_wrap .mv_slider .swiper1{
height: 960px;
}

#about .section_wrap .mv_slider .swiper1 .swiper-slide{
overflow: hidden;
border-radius:1rem;
}

#about .section_wrap .mv_slider .swiper1 .swiper-slide img{
overflow: hidden;
border-radius:1rem;
}

/* スライドの動き等速 */
#about .section_wrap .mv_slider .swiper-wrapper {
transition-timing-function: linear;
}

#about article{
overflow: hidden;
position: absolute;
bottom: -5%;
left: 0;
}

#about .loop_wrap {
display: flex;
width: 100%;
overflow: hidden;
margin: 0 auto 0;
}

#about .loop_wrap div {
flex: 0 0 auto;
white-space: nowrap;
font-size: 14rem;
font-weight:200;
line-height:1;
overflow: hidden;
color: rgba(0,150,175,.1);
}

#about .loop_wrap div:nth-child(odd) {
animation: txtloop 70s -35s linear infinite;
}

#about .loop_wrap div:nth-child(even) {
animation: txtloop2 70s linear infinite;
}



/* token
--------------------------------------------*/
#token {
width: 96%;
position: relative;
overflow: hidden;
margin: 0 auto 140px;
background: #f0f3f6;
border-radius: 24px;
padding: 70px;
box-sizing: border-box;
}

#token .section_wrap{
}

#token .section_wrap .txt_box{
width: 100%;
margin: 0 auto 60px;
}

#token .section_wrap .txt_box .txt{
margin: 0 0 60px;
}

#token .flex_list{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#token .flex_list li{
width: 32%;
background: #303234;
padding: 15px;
box-sizing:border-box;
border-radius:1.2rem;
}

#token .flex_list li .img{
border-radius: 1rem;
overflow: hidden;
margin: 0 0 20px;
}

#token .flex_list li h3{
color: #FFF;
font-size: .9rem;
text-align: center;
margin: 0 0 15px;
}

#token .flex_list li p{
font-size: .75rem;
color: #FFF;
}


#token .flex_list li .btn_list{
display: block;
}

#token .flex_list li .btn_list li{
width: 100%;
margin-bottom: 15px;
padding: 0;
}

#token .flex_list li .btn_list .btn{
margin: 0;
}

#token .flex_list li .btn_list .btn a{
width:200px;
height: 50px;
font-size: 14px;
margin: auto;
}

#token .slick-slide{
margin:0 10px;
}

/* being
--------------------------------------------*/
#being {
position: relative;
margin: 0 auto;
background:#0a7fd3;
background-size: cover;
padding:100px 0;
box-sizing: border-box;
}


#being .section_wrap{
width: 96%;
position: relative;
margin:0 auto 0;
}


#being .section_wrap .txt_box{
width: 100%;
margin:0;
text-align: center;
}

#being .section_wrap .txt_box .ttl{
color: #FFF;
}

#being .section_wrap .txt_box .ttl span{
margin:0 auto 10px;
}

#being .section_wrap .being_list{
width:100%;
position: relative;
z-index: 5;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#being .section_wrap .being_list li{
width: 32.5%;
position: relative;
background:#FFFFFF;
padding: 10px;
box-sizing: border-box;
margin: 0 0 30px;
border-radius: 20px;
overflow: hidden;
border:2px solid rgba(0,150,185,1);
}

#being .section_wrap .being_list li .txt_box{
width: 100%;
margin: 0;
}


#being .section_wrap .being_list li .being_ttl{
font-size: 1.2rem;
font-weight: 700;
line-height: 2;
margin: 0;
}


#being .section_wrap .being_list li .img .s_txt{
text-align: center;
font-size: .7rem;
margin-top: 10px;
}

#being article{
overflow: hidden;
position: absolute;
bottom: -5%;
left: 0;
}

#being .loop_wrap {
display: flex;
width: 100%;
overflow: hidden;
margin: 0 auto 0;
}

#being .loop_wrap div {
flex: 0 0 auto;
white-space: nowrap;
font-size: 14rem;
font-weight:200;
line-height:1;
overflow: hidden;
color: rgba(0,150,175,.1);
}

#being .loop_wrap div:nth-child(odd) {
animation: txtloop 70s -35s linear infinite;
}

#being .loop_wrap div:nth-child(even) {
animation: txtloop2 70s linear infinite;
}

/* education
--------------------------------------------*/
#education{
width: 90%;
position: relative;
margin: 0 auto;
box-sizing: border-box;
overflow: hidden;
padding: 140px 0;
}

#education .section_wrap{
position: relative;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}

#education .section_wrap .txt_box{
width: 50%;
}


#education .section_wrap .img{
width: 45%;
}

#education .section_wrap .img img{
border-radius: .6rem;
}


/*------------idx_box0809-------------*/
#idx_box0809 {
}
#idx_box0809 .idx_tit_C {
color: #fff;
margin-bottom: 0px;
}
#idx_box0809 .idx_tit_C span.en {
color: #fff;
}
#idx_box08 {
width: 100%;
}
#idx_box09 {
width: 50%;
}
.idx_box0809_box a {
width: 100%;
display: block;
height: 100%;
mix-blend-mode: normal !important;
}
.idx_box0809_box a#cursor.hov_ {
mix-blend-mode: normal !important;
}
.idx_box0809_txtbox {
position: absolute;
z-index: 10;
top: 50%;
left: 0;
right: 0;
margin: auto;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.idx_box0809_s {
position: relative;
overflow: hidden;
height: 25vw;
mix-blend-mode: normal !important;
}
.idx_box0809_s:hover::before {
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
transition: all .3s ease-out;
transform: scale(1.1);
transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) 0s
}
.idx_box08_bg::before {
background: url("../images/index/rrBtn_img02.webp") center center;
background-size: cover;
position: absolute;
top: 0;
left: 0;
width: 100%;
mix-blend-mode: normal !important;
height: 100%;
content: "";
-webkit-transition: -webkit-transform 125ms;
transition: -webkit-transform 125ms;
transition: transform 125ms;
transition: transform 125ms, -webkit-transform 125ms
}
.idx_box08_bg::after {
width: 100%;
height: 100%;
}
.idx_box09_bg::before {
background: url("../images/index/rrBtn_img02.webp") center center;
background-size: cover;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
-webkit-transition: -webkit-transform 125ms;
transition: -webkit-transform 125ms;
transition: transform 125ms;
transition: transform 125ms, -webkit-transform 125ms
}

.entry_box_tit {
font-weight: bold;
text-align: center;
letter-spacing: 0.1em;
color: #fff;
}

.entry_box_tit span.en {
display: block;
font-size: .8rem;
line-height: 1;
margin-bottom: 15px;
}

.entry_box_tit span.jp {
font-size: 2rem;
line-height: 1;
}


}
/*sp*/
@media only screen and (max-width: 768px) {

/* MV
--------------------------------------------*/
#mv {
position: relative;
margin: 0 auto 60px;
overflow: hidden;
padding-top:80px;
box-sizing: border-box;
}

#mv .read_tit_wrap{
position: absolute;
top:30px;
left: 5%;
width:90%;
z-index: 5;
text-align: center;
}

#mv .read_tit_wrap .red_tit{
position: relative;
font-size: 2.6rem;
line-height: 1;
font-weight: 600;
letter-spacing: .15rem;
color:#000;
}

#mv .read_tit_wrap .read_txt2 {
font-size: .9rem;
font-weight:500;
line-height:1.8;
color: #FFF;
position: relative;
margin:20px 0 0 10px;
white-space: nowrap;
letter-spacing: .1rem;
}

#mv .en_ttl{
position: absolute;
bottom:-2%;
left: 2%;
font-size: 4rem;
font-weight: 500;
line-height: .8;
color: #FFF;
z-index: 5;
}

#mv .move {
overflow: hidden;
position: relative;
width:calc(100% - 10px);
height:80vh;
height:80svh;
min-height: 50vh;
margin: 0 auto;
border-radius: 24px;
}

#mv .move::before{
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,.45);
z-index: 1;
}

#mv .move video {
position: absolute;
top: 50%;
left: 50%;
object-fit: cover;
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
}


/* about
--------------------------------------------*/
#about {
position: relative;
overflow: hidden;
width: 100%;
margin: 0 auto;
}


#about .section_wrap{
width: 90%;
position: relative;
box-sizing: border-box;
margin:0px auto 0;
}

#about .section_wrap .txt_box{
width: 100%;
box-sizing: border-box;
padding:5% 0;
}


#about .section_wrap .txt_box .ttl,
#about .section_wrap .txt_box .ttl span,
#about .section_wrap .txt_box .s_ttl,
#about .section_wrap .txt_box p{
}

#about .section_wrap .txt_box .txt{
padding:10px;
text-align: center;
font-size: 1.1rem;
font-weight: 700;
color: #FFF;
border: 1px solid #FF0000;
background: rgb(0,0,0,.8);
}


#about .section_wrap .txt_box .btn_list{
margin: 60px 0 0;
}

#about .section_wrap .txt_box .btn_list li{
width:100%;
margin-bottom: 20px;
}

#about .section_wrap .txt_box .btn_list li:last-child{
margin-bottom: 0;
}

#about .section_wrap .txt_box .btn_list li .btn{
margin: 0;
}

#about .section_wrap .mv_slider{
width:40%;
overflow: hidden;
}

#about .section_wrap .mv_slider .swiper1{
height: 960px;
}

#about .section_wrap .mv_slider .swiper1 .swiper-slide{
overflow: hidden;
border-radius:1rem;
}

#about .section_wrap .mv_slider .swiper1 .swiper-slide img{
overflow: hidden;
border-radius:1rem;
}

/* スライドの動き等速 */
#about .section_wrap .mv_slider .swiper-wrapper {
transition-timing-function: linear;
}

#about article{
overflow: hidden;
position: absolute;
bottom: -5%;
left: 0;
}

#about .loop_wrap {
display: flex;
width: 100%;
overflow: hidden;
margin: 0 auto 0;
}

#about .loop_wrap div {
flex: 0 0 auto;
white-space: nowrap;
font-size: 14rem;
font-weight:200;
line-height:1;
overflow: hidden;
color: rgba(0,150,175,.1);
}

#about .loop_wrap div:nth-child(odd) {
animation: txtloop 70s -35s linear infinite;
}

#about .loop_wrap div:nth-child(even) {
animation: txtloop2 70s linear infinite;
}



/* token
--------------------------------------------*/
#token {
width: 96%;
position: relative;
overflow: hidden;
margin: 0 auto 140px;
background: #f0f3f6;
border-radius: 24px;
padding: 70px;
box-sizing: border-box;
}

#token .section_wrap{
}

#token .section_wrap .txt_box{
width: 100%;
margin: 0 auto 60px;
}

#token .section_wrap .txt_box .txt{
margin: 0 0 60px;
}

#token .flex_list{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#token .flex_list li{
width: 32%;
background: #303234;
padding: 15px;
box-sizing:border-box;
border-radius:1.2rem;
}

#token .flex_list li .img{
border-radius: 1rem;
overflow: hidden;
margin: 0 0 20px;
}

#token .flex_list li h3{
color: #FFF;
font-size: .9rem;
text-align: center;
margin: 0 0 15px;
}

#token .flex_list li p{
font-size: .75rem;
color: #FFF;
}


#token .flex_list li .btn_list{
display: block;
}

#token .flex_list li .btn_list li{
width: 100%;
margin-bottom: 15px;
padding: 0;
}

#token .flex_list li .btn_list .btn{
margin: 0;
}

#token .flex_list li .btn_list .btn a{
width:200px;
height: 50px;
font-size: 14px;
margin: auto;
}

#token .slick-slide{
margin:0 10px;
}

/* being
--------------------------------------------*/
#being {
position: relative;
margin: 0 auto;
background:#0a7fd3;
background-size: cover;
padding:100px 0;
box-sizing: border-box;
}


#being .section_wrap{
width: 96%;
position: relative;
margin:0 auto 0;
}


#being .section_wrap .txt_box{
width: 100%;
margin:0;
text-align: center;
}

#being .section_wrap .txt_box .ttl{
color: #FFF;
}

#being .section_wrap .txt_box .ttl span{
margin:0 auto 10px;
}

#being .section_wrap .being_list{
width:100%;
position: relative;
z-index: 5;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#being .section_wrap .being_list li{
width: 32.5%;
position: relative;
background:#FFFFFF;
padding: 10px;
box-sizing: border-box;
margin: 0 0 30px;
border-radius: 20px;
overflow: hidden;
border:2px solid rgba(0,150,185,1);
}

#being .section_wrap .being_list li .txt_box{
width: 100%;
margin: 0;
}


#being .section_wrap .being_list li .being_ttl{
font-size: 1.2rem;
font-weight: 700;
line-height: 2;
margin: 0;
}


#being .section_wrap .being_list li .img .s_txt{
text-align: center;
font-size: .7rem;
margin-top: 10px;
}

#being article{
overflow: hidden;
position: absolute;
bottom: -5%;
left: 0;
}

#being .loop_wrap {
display: flex;
width: 100%;
overflow: hidden;
margin: 0 auto 0;
}

#being .loop_wrap div {
flex: 0 0 auto;
white-space: nowrap;
font-size: 14rem;
font-weight:200;
line-height:1;
overflow: hidden;
color: rgba(0,150,175,.1);
}

#being .loop_wrap div:nth-child(odd) {
animation: txtloop 70s -35s linear infinite;
}

#being .loop_wrap div:nth-child(even) {
animation: txtloop2 70s linear infinite;
}

/* education
--------------------------------------------*/
#education{
width: 90%;
position: relative;
margin: 0 auto;
box-sizing: border-box;
overflow: hidden;
padding: 140px 0;
}

#education .section_wrap{
position: relative;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}

#education .section_wrap .txt_box{
width: 50%;
}


#education .section_wrap .img{
width: 45%;
}

#education .section_wrap .img img{
border-radius: .6rem;
}


/*------------idx_box0809-------------*/
#idx_box0809 {
}
#idx_box0809 .idx_tit_C {
color: #fff;
margin-bottom: 0px;
}
#idx_box0809 .idx_tit_C span.en {
color: #fff;
}
#idx_box08 {
width: 100%;
}
#idx_box09 {
width: 50%;
}
.idx_box0809_box a {
width: 100%;
display: block;
height: 100%;
mix-blend-mode: normal !important;
}
.idx_box0809_box a#cursor.hov_ {
mix-blend-mode: normal !important;
}
.idx_box0809_txtbox {
position: absolute;
z-index: 10;
top: 50%;
left: 0;
right: 0;
margin: auto;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.idx_box0809_s {
position: relative;
overflow: hidden;
height: 25vw;
mix-blend-mode: normal !important;
}
.idx_box0809_s:hover::before {
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
transition: all .3s ease-out;
transform: scale(1.1);
transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) 0s
}
.idx_box08_bg::before {
background: url("../images/index/rrBtn_img02.webp") center center;
background-size: cover;
position: absolute;
top: 0;
left: 0;
width: 100%;
mix-blend-mode: normal !important;
height: 100%;
content: "";
-webkit-transition: -webkit-transform 125ms;
transition: -webkit-transform 125ms;
transition: transform 125ms;
transition: transform 125ms, -webkit-transform 125ms
}
.idx_box08_bg::after {
width: 100%;
height: 100%;
}
.idx_box09_bg::before {
background: url("../images/index/rrBtn_img02.webp") center center;
background-size: cover;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
-webkit-transition: -webkit-transform 125ms;
transition: -webkit-transform 125ms;
transition: transform 125ms;
transition: transform 125ms, -webkit-transform 125ms
}

.entry_box_tit {
font-weight: bold;
text-align: center;
letter-spacing: 0.1em;
color: #fff;
}

.entry_box_tit span.en {
display: block;
font-size: .8rem;
line-height: 1;
margin-bottom: 15px;
}

.entry_box_tit span.jp {
font-size: 2rem;
line-height: 1;
}


}