.iv li#slide1 {
  z-index: 13;
}
.iv li#slide1 .iv_img .post {
  background-color: #6fd100;
}

.iv li#slide2 {
  z-index: 12;
}
.iv li#slide2 .iv_img .post {
  background-color: #f4bf00;
}

.iv li#slide3 {
  z-index: 11;
}
.iv li#slide3 .iv_img .post {
  background-color: #6fd100;
}

.iv li#slide4 {
  z-index: 10;
}
.iv li#slide4 .iv_img .post {
  background-color: #f4bf00;
}

.iv li#slide5 {
  z-index: 9;
}
.iv li#slide5 .iv_img .post {
  background-color: #6fd100;
}

.iv li#slide6 {
  z-index: 8;
}
.iv li#slide6 .iv_img .post {
  background-color: #008eff;
}

.iv li#slide7 {
  z-index: 7;
}
.iv li#slide7 .iv_img .post {
  background-color: #40baff;
}

.iv li#slide8 {
  z-index: 6;
}
.iv li#slide8 .iv_img .post {
  background-color: #f270ba;
}

.iv li#slide9 {
  z-index: 5;
}
.iv li#slide9 .iv_img .post {
  background-color: #f74241;
}

.iv li#slide10 {
  z-index: 4;
}
.iv li#slide10 .iv_img .post {
  background-color: #ff7326;
}

.iv li#slide11 {
  z-index: 3;
}
.iv li#slide11 .iv_img .post {
  background-color: #8871cd;
}

.iv li#slide12 {
  z-index: 2;
}
.iv li#slide12 .iv_img .post {
  background-color: #059e23;
}

.iv li#slide13 {
  z-index: 1;
}
.iv li#slide13 .iv_img .post {
  background-color: #f79174;
}

.iv li#slide14 {
  z-index: 0;
}
.iv li#slide14 .iv_img .post {
  background-color: #38e2ca;
}

@-webkit-keyframes blur_in {
  0% {
    filter: blur(10px);
  }
  100% {
    filter: blur(0);
  }
}

@keyframes blur_in {
  0% {
    filter: blur(10px);
  }
  100% {
    filter: blur(0);
  }
}
/* ++++++++++++++++++++++++++++++++++++++++++++++    PC    ++++++++++++++++++++++++++++++++++++++++++++++  */
/* 768px ~ */
@media screen and (min-width: 769px), print {
  .com .sec_img {
    position: relative;
  }
  .com .sec_img:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 10;
  }
  .com .sec_img::after {
    content: "coming soon";
    display: block;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    letter-spacing: 0.2em;
    font-family: "Poppins", sans-serif;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: white;
    z-index: 12;
  }
  .contents {
    position: relative;
  }
  .mainimg {
    position: relative;
  }
  .mainimg #mainimg_video {
    background-size: cover;
  }
  .mainimg #mainimg_video video {
    width: 100%;
  }
  .mainimg #mainimg_video .stopbtn_m {
    border: none;
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 100;
    background: #6ac9ff;
    width: 50px;
    height: 50px;
    line-height: 1;
    border-radius: 25px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  .mainimg #mainimg_video .stopbtn_m::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #6ac9ff;
    border-radius: 25px;
    transition: 0.4s;
    z-index: -1;
  }
  .mainimg #mainimg_video .stopbtn_m:hover::after {
    transform: scale(1.15);
  }
  .mainimg #mainimg_video .stopbtn_m.stop:before {
    content: "STOP";
  }
  .mainimg #mainimg_video .stopbtn_m.start:before {
    content: "PLAY";
  }
  .mainimg.on .main_tit {
    opacity: 1;
    transform: translateY(0);
  }
  .mainimg.on .main_tit img + img:not(:last-child) {
    opacity: 1;
    filter: blur(0);
  }
  .mainimg .main_tit {
    position: absolute;
    top: 8%;
    left: 5%;
    opacity: 0;
    transform: translateY(15px);
    transition: 1.2s 0.4s;
  }
  .mainimg .main_tit img:first-child {
    width: 450px;
  }
  .mainimg .main_tit img + img:not(:last-child) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .mainimg .main_tit img:nth-child(2) {
    transition: 1s 1.2s;
  }
  .mainimg .main_tit img:nth-child(3) {
    filter: blur(30px);
    transition: 2s 1.8s;
  }
  .mainimg .main_tit img:last-child {
    width: 51px;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  .mainimg .news {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 600px;
    background-color: #fff;
    padding: 20px 40px;
  }
  .mainimg .news_blo {
    display: flex;
  }
  .mainimg .news_blo h3 {
    color: #6ac9ff;
    margin-right: 40px;
    font-size: 15px;
    line-height: 1.8;
  }
  .mainimg .news_blo_box {
    display: flex;
    width: 100%;
    font-size: 13px;
    margin-top: 1px;
  }
  .mainimg .news_blo_box p.en {
    width: 100px;
  }
  .mainimg .news_blo_box p.txt {
    width: calc(100% - 100px);
  }
  .mainimg .main_btn {
    position: absolute;
    bottom: -40px;
    right: 20px;
    text-align: center;
  }
  .mainimg .main_btn a {
    color: #fff;
    font-size: 20px;
    line-height: 1;
    display: block;
    position: relative;
    width: 182px;
    height: 182px;
    z-index: 1;
    padding-top: 60px;
    box-sizing: border-box;
  }
  .mainimg .main_btn a::before {
    position: absolute;
    content: "";
    background-image: url(../img/mainimg_btn.png);
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    transition: 0.5s;
  }
  .mainimg .main_btn a:hover::before {
    transform: scale(1.05);
  }
  .mainimg .main_btn a::after {
    position: absolute;
    content: "";
    bottom: 55px;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 6px;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    transform: skew(45deg);
  }
  .mainimg .main_btn a p span {
    font-size: 70%;
  }
  .lead {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    left: 0;
    right: 0;
    z-index: 1;
    margin: -780px auto 0;
    text-align: center;
    box-sizing: border-box;
    padding: 90px 40px;
    color: #fff;
    font-weight: 500;
    z-index: 0;
    transition: 0.5s;
    /*&::before{
    	position: absolute;
    	z-index: -1;
    	content: "";
    	top: 0;
    	left: 0;
    	right: 0;
    	margin: auto;
    	background-image: url(../img/lead_img.png);
    	background-size: cover;
    	width: 100%;
    	height: 100%;
    	opacity: 0;
    	transform: scale(0.98);
    	transition: 1.2s 0.5s;
    }*/
    /*.lead_img{
    	position: absolute;
    	bottom: -40px;
    	right: 70px;
    	opacity: 0;
    	transform: scale(0.5);
    	transition: 1.5s 0.8s;
    }*/
  }
  .lead.active {
    opacity: 0;
  }
  .lead.on::before, .lead.on .lead_img {
    opacity: 1;
    transform: translateY(-20px);
    transform: scale(1);
  }
  .lead.on .sec_img {
    opacity: 1;
  }
  .lead .lead_logo {
    max-width: 112px;
    width: 11.2vh;
    margin: auto;
    transition-delay: 0.6s;
  }
  .lead .lead_tit {
    font-size: 50px;
    font-size: min(5vh, 50px);
    margin-top: 30px;
    margin-top: 3vh;
    letter-spacing: 8px;
    transition-delay: 0.6s;
  }
  .lead .lead_txt {
    font-size: 18px;
    font-size: min(1.8vh, 18px);
    margin-top: 35px;
    margin-top: 3.5vh;
    line-height: 2.2;
    letter-spacing: 2px;
    transition-delay: 0.6s;
  }
  .lead_img01 {
    min-height: 780px;
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    left: 0;
    right: 0;
  }
  .lead_img01.off {
    opacity: 0;
  }
  .lead_img01.on div {
    opacity: 1;
    transform: translateY(0);
  }
  .lead_img01.active div {
    opacity: 0.2;
  }
  .lead_img01 div {
    max-width: 780px;
    max-height: 780px;
    width: calc(100vh - 150px);
    min-width: 540px;
    margin: 150px auto 0;
    opacity: 0;
    transform: translateY(20px);
    transition: 2s 0s;
  }
  section {
    margin-top: 140px;
    padding-top: 60px;
  }
  section h3 {
    text-align: center;
  }
  section h3 span {
    display: block;
    font-weight: 500;
  }
  section h3 .en {
    font-size: 80px;
    color: #6ac9ff;
    letter-spacing: 6px;
  }
  section h3 .jp {
    margin-top: 10px;
    font-size: 20px;
    letter-spacing: 4px;
  }
  section .sec_titarea h4 .sub_tit {
    font-size: 15px;
    color: #fff;
    display: inline-block;
  }
  section .sec_titarea h4 .sec_tit {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  section .sec_titarea h4 .sec_tit .inline {
    background-color: #fff;
    display: inline-block;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 6px;
    padding: 0 4px 0 8px;
  }
  section .sec_titarea h4 .sec_tit .inline .col_1 {
    font-weight: 600;
  }
  section .sec_titarea h4 .sec_tit .inline + .inline {
    margin-top: 5px;
  }
  section .sec_titarea .sec_tit_txt {
    margin-top: 35px;
    line-height: 2;
    font-size: 15px;
    letter-spacing: 2px;
  }
  section .more {
    font-size: 10px;
    line-height: 1;
    margin-top: 25px;
  }
  section .more span {
    display: inline-block;
    position: relative;
    padding-right: 55px;
  }
  section .more span::before {
    position: absolute;
    content: "";
    bottom: 3px;
    right: 5px;
    margin: auto;
    width: 40px;
    height: 6px;
    border-right: solid 1px #222;
    border-bottom: solid 1px #222;
    transform: skew(45deg);
  }
  #about {
    position: relative;
    overflow: hidden;
    margin-top: 1000px;
  }
  #about .sec_area {
    margin-top: 140px;
  }
  #about .sec_area li {
    position: relative;
    z-index: 1;
  }
  #about .sec_area li::before, #about .sec_area li::after {
    position: absolute;
    content: "";
    width: 80%;
    max-width: 1200px;
    height: 100%;
    z-index: -1;
  }
  #about .sec_area li::before {
    top: -50px;
    background-color: #6ac9ff;
  }
  #about .sec_area li:nth-child(odd)::before {
    right: 0;
  }
  #about .sec_area li:nth-child(even)::before {
    left: 0;
  }
  #about .sec_area li::after {
    top: -50px;
    background-size: cover;
    width: 660px;
  }
  #about .sec_area li:nth-child(odd)::after {
    right: 0;
    background-image: url(../img/about01_bg.png);
  }
  #about .sec_area li:nth-child(even)::after {
    left: 0;
    background-image: url(../img/about02_bg.png);
  }
  #about .sec_area li + li {
    margin-top: 150px;
  }
  #about .sec_area li a {
    display: flex;
    justify-content: space-between;
  }
  #about .sec_area li a:hover .sec_img img {
    transform: scale(1.05);
  }
  #about .sec_area li a .sec_img {
    width: 660px;
    overflow: hidden;
  }
  #about .sec_area li a .sec_img:nth-child(odd) {
    margin-left: -50px;
  }
  #about .sec_area li a .sec_img:nth-child(even) {
    margin-right: -50px;
  }
  #about .sec_area li a .sec_img img {
    opacity: 1 !important;
    transition: 0.8s;
  }
  #about .sec_area li a .sec_img img:hover {
    transform: scale(1.05);
  }
  #about .sec_area li a .sec_box .sec_titarea .sec_tit_txt {
    color: #fff;
    font-weight: 500;
  }
  #wp {
    position: relative;
    z-index: 2;
  }
  #wp::before {
    position: absolute;
    top: 104px;
    left: 0;
    content: "";
    width: 100%;
    height: 80%;
    background-color: #f1f1f1;
    z-index: -1;
  }
  #wp::after {
    position: absolute;
    top: 104px;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -2;
  }
  #wp .sec_area {
    margin-top: 80px;
  }
  #wp .sec_area .job {
    overflow: hidden;
  }
  #wp .sec_area .job a {
    position: relative;
    padding: 6.2vw 0;
    display: block;
    z-index: 1;
  }
  #wp .sec_area .job a::before, #wp .sec_area .job a::after {
    position: absolute;
    content: "";
    background-size: cover;
  }
  #wp .sec_area .job a::after {
    background-image: url(../img/wp01_bg.png);
    top: -80px;
    right: -20px;
    width: 270px;
    height: 280px;
  }
  #wp .sec_area .job a::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-image: url(../img/wp01_img.jpg);
    z-index: -1;
    transition: 0.7s;
  }
  #wp .sec_area .job a:hover::before {
    transform: scale(1.05);
  }
  #wp .iv {
    margin-top: 80px;
  }
  #wp .iv .sec_box {
    text-align: center;
  }
  #wp .iv .sec_box h4 .sub_tit {
    color: #6ac9ff;
  }
  #wp .iv .sec_box h4 .sec_tit {
    align-items: center;
  }
  #wp .iv .swiper-container {
    margin-top: 40px;
  }
  #wp .iv .swiper-container .swiper-slide a {
    display: block;
  }
  #wp .iv .swiper-container .swiper-slide a:hover .iv_img img {
    transform: scale(1.05);
  }
  #wp .iv .swiper-container .swiper-slide a .iv_img {
    overflow: hidden;
    position: relative;
  }
  #wp .iv .swiper-container .swiper-slide a .iv_img img {
    transition: 0.5s;
    opacity: 1 !important;
  }
  #wp .iv .swiper-container .swiper-slide a .iv_img .post {
    position: absolute;
    left: 0;
    bottom: 0;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    padding: 3px 10px;
  }
  #wp .iv .swiper-container .swiper-slide a .prof {
    margin-top: 20px;
  }
  #wp .iv .swiper-container .swiper-slide a .prof .name {
    font-size: 20px;
  }
  #wp .iv .swiper-container .swiper-slide a .prof .name span {
    font-size: 12px;
    display: block;
    color: #6ac9ff;
  }
  #wp .iv .swiper-container .swiper-slide a .prof .dep {
    margin-top: 5px;
    line-height: 1.6;
  }
  #wp .iv .stopbtn {
    border: none;
    cursor: pointer;
    position: absolute;
    top: 40px;
    right: 30px;
    z-index: 100;
    width: 50px;
    height: 50px;
    line-height: 1;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
  }
  #wp .iv .stopbtn::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #6ac9ff;
    border-radius: 25px;
    transition: 0.4s;
    z-index: -1;
  }
  #wp .iv .stopbtn:hover::after {
    transform: scale(1.15);
  }
  #wp .iv .stopbtn.stop:before {
    content: "STOP";
  }
  #wp .iv .stopbtn.start:before {
    content: "PLAY";
  }
  #career {
    position: relative;
  }
  #career .sec_area {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
  }
  #career .sec_area li {
    overflow: hidden;
    background-color: #b8e5fc;
    width: 100%;
    padding: 80px 0;
    position: relative;
  }
  #career .sec_area li + li {
    margin-top: 60px;
  }
  #career .sec_area li .sec_img {
    display: flex;
    gap: 60px;
    width: 980px;
    margin: auto;
    overflow: visible;
  }
  #career .sec_area li .sec_img .img-box {
    width: 200px;
  }
  #career .sec_area li .deco {
    position: absolute;
    z-index: -1;
  }
  #career .sec_area li .deco.deco01 {
    width: 150px;
    right: 3%;
    top: 0;
  }
  #career .sec_area li .deco.deco02 {
    width: 325px;
    bottom: -100px;
    left: 5%;
  }
  #career .sec_area li a {
    display: block;
  }
  #career .sec_area li a:hover .sec_img img {
    transform: scale(1.05);
  }
  #career .sec_area li a .sec_img img {
    transition: 0.5s;
    opacity: 1 !important;
  }
  #career .sec_area li a .sec_box {
    text-align: center;
    position: relative;
    margin-top: 40px;
  }
  #career .sec_area li a .sec_box h4 .sec_tit {
    align-items: center;
  }
  #career .sec_area li .deco {
    position: absolute;
    z-index: -1;
  }
  #career .sec_area li .deco.deco01 {
    width: 150px;
    right: 3%;
    top: 0;
  }
  #career .sec_area li .deco.deco02 {
    width: 325px;
    bottom: -100px;
    left: 5%;
  }
  #spe {
    position: relative;
  }
  #spe .spe_list {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #spe .spe_list .talk {
    width: calc(50% - 0.5px);
  }
  #spe .spe_list .talk + .talk {
    margin-top: 80px;
  }
  #spe .spe_list .talk a {
    display: block;
  }
  #spe .spe_list .talk a:hover .sec_img img {
    transform: scale(1.05);
  }
  #spe .spe_list .talk a .sec_img {
    overflow: hidden;
  }
  #spe .spe_list .talk a .sec_img img {
    transition: 0.5s;
    opacity: 1 !important;
  }
  #spe .spe_list .talk a .sec_box {
    text-align: center;
    position: relative;
    margin-top: -60px;
  }
  #spe .spe_list .talk a .sec_box::before {
    content: none;
  }
  #spe .spe_list .talk a .sec_box h4 .sec_tit {
    align-items: center;
  }
  #spe .spe_list .sec_box {
    margin: 80px auto 120px;
    text-align: center;
    position: relative;
    width: 100%;
  }
  #spe .spe_list .sec_box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #ceedff;
    width: 100%;
    height: 100%;
  }
  #spe .spe_list .sec_box a {
    position: relative;
    z-index: 1;
    padding: 60px 0 220px;
    display: block;
    overflow: hidden;
  }
  #spe .spe_list .sec_box a:hover .sec_bg img {
    transform: scale(1.05);
  }
  #spe .spe_list .sec_box a .sec_titarea h4 .sub_tit .jp {
    font-size: 30px;
    font-weight: 500;
    display: block;
    margin-top: 12px;
  }
  #spe .spe_list .sec_box a .sec_titarea h4 .sec_tit {
    align-items: center;
    margin-top: 25px;
  }
  #spe .spe_list .sec_box a .sec_titarea h4 .sec_tit .inline {
    color: #fff;
    font-size: 57px;
    font-weight: 500;
    background-color: transparent;
  }
  #spe .spe_list .sec_box a .sec_titarea h4 .sec_tit .inline .col {
    color: #ede09f;
  }
  #spe .spe_list .sec_box a .sec_titarea .sec_tit_txt {
    margin-top: 25px;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
  }
  #spe .spe_list .sec_box a .sec_logo {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 190px;
    margin: auto;
  }
  #spe .spe_list .sec_box a .sec_logo img {
    opacity: 1 !important;
  }
  #spe .spe_list .sec_box a .sec_bg img {
    z-index: -1;
    position: absolute;
    margin: auto;
    transition: 0.5s;
  }
  #spe .spe_list .sec_box a .sec_bg img:nth-child(1) {
    top: 0;
    left: 0;
    right: 0;
    max-width: 1170px;
    width: 80%;
  }
  #spe .spe_list .sec_box a .sec_bg img:nth-child(2) {
    bottom: 100px;
    right: 38%;
    width: 50px;
  }
  #spe .spe_list .item {
    width: 476px;
    margin: 0 auto;
  }
  #spe .spe_list .item#item01 {
    margin-left: calc((100% - 1040px) / 2);
  }
  #spe .spe_list .item#item02 {
    margin-right: calc((100% - 1040px) / 2);
    margin-top: 120px;
  }
  #spe .spe_list .item#item03 {
    margin-left: calc((100% - 1040px) / 2);
  }
  #spe .spe_list .item#item04 {
    margin-top: 120px;
    margin-right: calc((100% - 1040px) / 2);
  }
  #spe .spe_list .item#item04 .sec_img {
    border: solid 10px #d5f0ff;
  }
  #spe .spe_list .item#item04 .sec_tit {
    padding-bottom: 1em;
    position: relative;
  }
  #spe .spe_list .item#item04 .sec_tit .sml {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 70%;
  }
  #spe .spe_list .item .sub_tit {
    color: #6ac9ff;
  }
  #spe .spe_list .item a {
    display: block;
  }
  #spe .spe_list .item a:hover .sec_img img {
    transform: scale(1.04);
  }
  #spe .spe_list .item .sec_img {
    margin-top: 15px;
    overflow: hidden;
    box-sizing: border-box;
    display: block;
  }
  #spe .spe_list .item .sec_img img {
    transition: 0.4s;
    opacity: 1 !important;
  }
  #spe .spe_list .item .sec_tit {
    margin-top: 25px;
    position: relative;
  }
  #spe .spe_list .item .sec_tit .more {
    position: absolute;
    bottom: 5px;
    right: 0;
    margin-top: 0;
    display: inline-block;
  }
  #be {
    position: relative;
    z-index: 1;
  }
  #be::before {
    position: absolute;
    z-index: -1;
    content: "";
    background-color: #f1f1f1;
    top: 22px;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #be h3 .en {
    font-size: 44px;
  }
  #be ul {
    display: flex;
    justify-content: space-between;
    padding: 70px 0;
  }
  #be ul li {
    box-sizing: border-box;
    padding: 15px;
    font-size: 27px;
    letter-spacing: 6px;
    font-weight: 500;
    text-align: center;
    width: 500px;
    background-color: #fff;
    border: solid 10px #d5f0ff;
  }
  #be ul li + li {
    transition-delay: 0.5s;
  }
  #be ul li h4 {
    line-height: 1.8;
  }
  #be ul li h4 .txt_s {
    font-size: 70%;
  }
  .ft_entry {
    margin-top: 140px;
  }
  .ft_entry a {
    display: block;
    text-align: center;
    padding: 20px;
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 4px;
    background-color: #6ac9ff;
    box-sizing: border-box;
  }
  .ft_entry a .sml {
    font-size: 40%;
    display: block;
    line-height: 1;
    letter-spacing: 1px;
  }
  .ri {
    margin-top: 40px;
    padding-top: 60px;
    text-align: center;
  }
  .ri h3 {
    color: #6ac9ff;
    font-size: 18px;
    letter-spacing: 4px;
  }
  .ri ul {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
  }
  .ri ul li {
    width: 30%;
  }
  .ri ul li + li {
    transition-delay: 0.5s;
  }
  .ri ul li + li + li {
    transition-delay: 0.8s;
  }
  .ri ul li a {
    display: block;
    padding: 30px 10px;
    background-color: #c2e9ff;
  }
  .ri ul li a span {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 4px;
  }
}
/* ++++++++++++++++++++++++++++++++++++++++++++++    sp    ++++++++++++++++++++++++++++++++++++++++++++++  */
/* ~ 768px */
@media only screen and (max-width: 768px) {
  .com .sec_img {
    position: relative;
  }
  .com .sec_img:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 10;
  }
  .com .sec_img::after {
    content: "coming soon";
    display: block;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    letter-spacing: 0.2em;
    font-family: "Poppins", sans-serif;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: white;
    z-index: 12;
  }
  .contents {
    position: relative;
  }
  .mainimg {
    position: relative;
  }
  .mainimg #mainimg_video {
    height: 60vh;
    overflow: hidden;
    background-size: cover;
    background-position: 55% 50%;
    position: relative;
  }
  .mainimg #mainimg_video video {
    height: 100%;
    position: absolute;
    left: -250px;
  }
  .mainimg #mainimg_video .stopbtn_m {
    border: none;
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 100;
    background: #6ac9ff;
    width: 56px;
    height: 56px;
    line-height: 1;
    border-radius: 56px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 0;
    padding-inline: 0;
    padding-block: 0;
    box-sizing: border-box;
  }
  .mainimg #mainimg_video .stopbtn_m::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #6ac9ff;
    border-radius: 25px;
    z-index: -1;
  }
  .mainimg #mainimg_video .stopbtn_m.stop:before {
    content: "STOP";
  }
  .mainimg #mainimg_video .stopbtn_m.start:before {
    content: "PLAY";
  }
  .mainimg .main_tit {
    position: absolute;
    top: 3%;
    left: 4%;
    opacity: 0;
    transform: translateY(15px);
    transition: 1.2s 0.4s;
  }
  .mainimg .main_tit img:first-child {
    width: 220px;
  }
  .mainimg .main_tit img + img:not(:last-child) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .mainimg .main_tit img:nth-child(2) {
    transition: 1s 1.2s;
  }
  .mainimg .main_tit img:nth-child(3) {
    filter: blur(30px);
    transition: 1.2s 1.8s;
  }
  .mainimg .main_tit img:last-child {
    width: 25px;
    position: absolute;
    bottom: 5px;
    right: 5px;
  }
  .mainimg.on .main_tit {
    opacity: 1;
    transform: translateY(0);
  }
  .mainimg.on .main_tit img + img:not(:last-child) {
    opacity: 1;
    filter: blur(0);
  }
  .mainimg .news {
    background-color: #fff;
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
  }
  .mainimg .news_blo {
    display: flex;
  }
  .mainimg .news_blo h3 {
    color: #6ac9ff;
    margin-right: 20px;
    font-size: 15px;
    line-height: 1.8;
  }
  .mainimg .news_blo_box {
    width: 100%;
    font-size: 13px;
    margin-top: 1px;
  }
  .mainimg .news_blo_box p.txt {
    margin-top: 3px;
  }
  .mainimg .main_btn {
    position: absolute;
    top: 45vh;
    right: 10px;
    text-align: center;
  }
  .mainimg .main_btn a {
    color: #fff;
    font-size: 14px;
    line-height: 1;
    display: block;
    position: relative;
    width: 120px;
    height: 120px;
    z-index: 1;
    padding-top: 40px;
    box-sizing: border-box;
  }
  .mainimg .main_btn a::before {
    position: absolute;
    content: "";
    background-image: url(../img/mainimg_btn.png);
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    transition: 0.5s;
  }
  .mainimg .main_btn a::after {
    position: absolute;
    content: "";
    bottom: 32px;
    left: 0;
    right: 0;
    margin: auto;
    width: 30px;
    height: 4px;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    transform: skew(45deg);
  }
  .mainimg .main_btn a p span {
    font-size: 70%;
  }
  .lead {
    position: -webkit-sticky;
    position: sticky;
    top: 44.6vw;
    left: 0;
    right: 0;
    z-index: 1;
    margin: -112vw auto 0;
    text-align: center;
    box-sizing: border-box;
    padding: 0px 10px;
    color: #fff;
    font-weight: 500;
    z-index: 0;
    transition: 0.5s;
  }
  .lead.active {
    opacity: 0;
  }
  .lead.on::before, .lead.on .lead_img {
    opacity: 1;
    transform: translateY(-20px);
    transform: scale(1);
  }
  .lead.on .sec_img {
    opacity: 1;
  }
  .lead .lead_logo {
    max-width: 112px;
    width: 18vw;
    margin: auto;
    padding-right: 20px;
    transition-delay: 0.6s;
  }
  .lead .lead_tit {
    font-size: 50px;
    font-size: clamp(26px, 7vw, 36px);
    margin-top: 30px;
    margin-top: 4vw;
    letter-spacing: 3px;
    transition-delay: 0.6s;
  }
  .lead .lead_txt {
    font-size: 18px;
    font-size: clamp(13px, 3vw, 20px);
    margin-top: 35px;
    margin-top: 4vw;
    line-height: 2;
    letter-spacing: 2px;
    transition-delay: 0.6s;
  }
  .lead_img01 {
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  .lead_img01.off {
    opacity: 0;
  }
  .lead_img01.on div {
    opacity: 1;
    transform: translateY(0);
  }
  .lead_img01.active div {
    opacity: 0.2;
  }
  .lead_img01 div {
    max-width: 780px;
    max-height: 780px;
    width: 130vw;
    margin: 60px auto 0;
    opacity: 0;
    transform: translateY(-15px);
    transition: 2s 0s;
  }
  .lead_img01 div img {
    transform: translateX(-15vw);
  }
  section {
    margin-top: 40px;
    padding-top: 80px;
  }
  section h3 {
    text-align: center;
  }
  section h3 span {
    display: block;
    font-weight: 500;
  }
  section h3 .en {
    font-size: 38px;
    color: #6ac9ff;
    letter-spacing: 4px;
  }
  section h3 .jp {
    margin-top: 10px;
    font-size: 16px;
    letter-spacing: 4px;
  }
  section .sec_titarea h4 .sub_tit {
    font-size: 12px;
    color: #fff;
    display: inline-block;
  }
  section .sec_titarea h4 .sec_tit {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  section .sec_titarea h4 .sec_tit .inline {
    background-color: #fff;
    display: inline-block;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 4px;
    padding: 0 4px 0 7px;
  }
  section .sec_titarea h4 .sec_tit .inline .col_1 {
    font-weight: 600;
  }
  section .sec_titarea h4 .sec_tit .inline + .inline {
    margin-top: 5px;
  }
  section .sec_titarea .sec_tit_txt {
    margin-top: 25px;
    line-height: 2;
    font-size: 14px;
    letter-spacing: 2px;
  }
  section .more {
    font-size: 10px;
    line-height: 1;
    margin-top: 25px;
  }
  section .more span {
    display: inline-block;
    position: relative;
    padding-right: 55px;
  }
  section .more span::before {
    position: absolute;
    content: "";
    bottom: 3px;
    right: 5px;
    margin: auto;
    width: 40px;
    height: 6px;
    border-right: solid 1px #222;
    border-bottom: solid 1px #222;
    transform: skew(45deg);
  }
  #about {
    position: relative;
    margin-top: 523px;
    padding-bottom: 30px;
    overflow: hidden;
  }
  #about .sec_area {
    margin-top: 70px;
  }
  #about .sec_area li {
    position: relative;
    z-index: 1;
  }
  #about .sec_area li::before, #about .sec_area li::after {
    position: absolute;
    content: "";
    z-index: -1;
  }
  #about .sec_area li::before {
    width: 90%;
    height: calc(100% + 30px);
    background-color: #6ac9ff;
  }
  #about .sec_area li:nth-child(odd)::before {
    top: -30px;
    right: 0;
  }
  #about .sec_area li:nth-child(even)::before {
    top: 0px;
    left: 0;
  }
  #about .sec_area li::after {
    width: 220px;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #about .sec_area li:nth-child(odd)::after {
    bottom: 0px;
    right: 0;
    background-image: url(../img/about01_bg.png);
  }
  #about .sec_area li:nth-child(even)::after {
    left: 0;
    bottom: -30px;
    background-image: url(../img/about02_bg.png);
  }
  #about .sec_area li + li {
    margin-top: 60px;
  }
  #about .sec_area li a {
    display: block;
    padding: 0;
  }
  #about .sec_area li a .sec_img {
    width: 90%;
  }
  #about .sec_area li a .sec_img:nth-child(even) {
    margin-left: 10%;
  }
  #about .sec_area li a .sec_img img {
    opacity: 1 !important;
    transition: 0.8s;
  }
  #about .sec_area li a .sec_box {
    margin-left: 10%;
  }
  #about .sec_area li a .sec_box .sec_titarea .sec_tit_txt {
    color: #fff;
    font-weight: 500;
  }
  #about .sec_area li:nth-child(odd) a .sec_box {
    padding: 20px 10% 30px 20px;
  }
  #about .sec_area li:nth-child(even) a .sec_box {
    padding: 30px 20px 30px 0;
  }
  #wp {
    position: relative;
    z-index: 2;
  }
  #wp::before {
    position: absolute;
    top: 100px;
    left: 0;
    content: "";
    width: 100%;
    height: 75%;
    background-color: #f1f1f1;
    z-index: -1;
  }
  #wp::after {
    position: absolute;
    top: 100px;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -2;
  }
  #wp .sec_area {
    margin-top: 40px;
  }
  #wp .sec_area .job {
    overflow: hidden;
  }
  #wp .sec_area .job a {
    position: relative;
    padding: 6.2vw 0;
    display: block;
    z-index: 1;
  }
  #wp .sec_area .job a::before, #wp .sec_area .job a::after {
    position: absolute;
    content: "";
    background-size: cover;
  }
  #wp .sec_area .job a::after {
    background-image: url(../img/wp01_bg.png);
    top: -80px;
    right: -20px;
    width: 270px;
    height: 280px;
    z-index: -1;
  }
  #wp .sec_area .job a::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-image: url(../img/wp01_img.jpg);
    background-position: 50% 0;
    z-index: -1;
    transition: 0.7s;
  }
  #wp .iv {
    margin-top: 80px;
  }
  #wp .iv .sec_box {
    text-align: center;
  }
  #wp .iv .sec_box h4 .sub_tit {
    color: #6ac9ff;
  }
  #wp .iv .sec_box h4 .sec_tit {
    align-items: center;
  }
  #wp .iv .stopbtn {
    border: none;
    cursor: pointer;
    position: absolute;
    top: 60px;
    right: 10px;
    z-index: 100;
    background: #6ac9ff;
    width: 56px;
    height: 56px;
    line-height: 1;
    font-size: 12px;
    font-weight: 500;
    border-radius: 56px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
    padding: 0;
    padding-inline: 0;
    padding-block: 0;
    box-sizing: border-box;
  }
  #wp .iv .stopbtn.stop:before {
    content: "STOP";
  }
  #wp .iv .stopbtn.start:before {
    content: "PLAY";
  }
  #wp .iv .swiper-container {
    margin-top: 40px;
  }
  #wp .iv .swiper-container .swiper-slide a {
    display: block;
  }
  #wp .iv .swiper-container .swiper-slide a .iv_img {
    overflow: hidden;
    position: relative;
  }
  #wp .iv .swiper-container .swiper-slide a .iv_img img {
    transition: 0.5s;
    opacity: 1 !important;
  }
  #wp .iv .swiper-container .swiper-slide a .iv_img .post {
    position: absolute;
    left: 0;
    bottom: 0;
    font-weight: 500;
    color: #fff;
    padding: 3px 10px;
  }
  #wp .iv .swiper-container .swiper-slide a .prof {
    margin-top: 20px;
  }
  #wp .iv .swiper-container .swiper-slide a .prof .name {
    font-size: 20px;
  }
  #wp .iv .swiper-container .swiper-slide a .prof .name span {
    font-size: 12px;
    display: block;
    color: #6ac9ff;
  }
  #wp .iv .swiper-container .swiper-slide a .prof .dep {
    margin-top: 5px;
    line-height: 1.6;
  }
  #career {
    position: relative;
  }
  #career .sec_area {
    margin-top: 60px;
    padding: 32px 5%;
    overflow: hidden;
    background-color: #b8e5fc;
  }
  #career .sec_area li + li {
    margin-top: 60px;
  }
  #career .sec_area li .sec_img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    overflow: visible;
  }
  #career .sec_area li .sec_img .img-box {
    width: 20%;
  }
  #career .sec_area li .deco {
    position: absolute;
    z-index: -1;
  }
  #career .sec_area li .deco.deco01 {
    width: 40px;
    right: -4%;
    top: -34px;
  }
  #career .sec_area li .deco.deco02 {
    width: 208px;
    bottom: -100px;
    left: -10%;
  }
  #career .sec_area li a {
    display: block;
  }
  #career .sec_area li a .sec_img {
    overflow: hidden;
  }
  #career .sec_area li a .sec_img img {
    transition: 0.5s;
    opacity: 1 !important;
  }
  #career .sec_area li a .sec_box {
    text-align: center;
    position: relative;
    margin-top: 24px;
  }
  #career .sec_area li a .sec_box h4 .sec_tit {
    align-items: center;
  }
  #spe {
    position: relative;
  }
  #spe .talk {
    margin-top: 60px;
    padding: 0 5%;
  }
  #spe .talk + .talk {
    margin-top: 32px;
  }
  #spe .talk a {
    display: block;
  }
  #spe .talk a .sec_img img {
    opacity: 1 !important;
  }
  #spe .talk a .sec_box {
    text-align: center;
    position: relative;
    margin-top: -44px;
  }
  #spe .talk a .sec_box::before {
    content: none;
  }
  #spe .talk a .sec_box h4 .sec_tit {
    align-items: center;
  }
  #spe .sec_box {
    margin-top: 60px;
    text-align: center;
    position: relative;
    width: 100%;
  }
  #spe .sec_box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #ceedff;
    width: 100%;
    height: 100%;
  }
  #spe .sec_box a {
    position: relative;
    z-index: 1;
    padding: 30px 0 110px;
    display: block;
    overflow: hidden;
  }
  #spe .sec_box a .sec_titarea h4 .sub_tit .jp {
    font-size: 24px;
    font-weight: 500;
    display: block;
    margin-top: 12px;
  }
  #spe .sec_box a .sec_titarea h4 .sec_tit {
    align-items: center;
    margin-top: 20px;
  }
  #spe .sec_box a .sec_titarea h4 .sec_tit .inline {
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    background-color: transparent;
  }
  #spe .sec_box a .sec_titarea h4 .sec_tit .inline .col {
    color: #ede09f;
  }
  #spe .sec_box a .sec_titarea .sec_tit_txt {
    margin-top: 15px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
  }
  #spe .sec_box a .sec_logo {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 90px;
    margin: auto;
  }
  #spe .sec_box a .sec_logo img {
    opacity: 1 !important;
  }
  #spe .sec_box a .sec_bg img {
    z-index: -1;
    position: absolute;
    margin: auto;
    transition: 0.5s;
  }
  #spe .sec_box a .sec_bg img:nth-child(1) {
    top: 0;
    left: -55%;
    right: 0;
    max-width: 1170px;
    width: 210%;
  }
  #spe .sec_box a .sec_bg img:nth-child(2) {
    top: 78vw;
    right: 25%;
    width: 35px;
  }
  #spe .item {
    margin: 60px 5% 0;
  }
  #spe .item#item04 .sec_img {
    border: solid 10px #d5f0ff;
  }
  #spe .item#item04 .sec_tit .sml {
    font-size: 70%;
  }
  #spe .item .sub_tit {
    color: #6ac9ff;
  }
  #spe .item a {
    display: block;
  }
  #spe .item .sec_img {
    margin-top: 15px;
    overflow: hidden;
    box-sizing: border-box;
    display: block;
  }
  #spe .item .sec_img img {
    transition: 0.4s;
    opacity: 1 !important;
  }
  #spe .item .sec_tit {
    margin-top: 25px;
    position: relative;
  }
  #spe .item .sec_tit .more {
    margin-top: 15px;
    display: inline-block;
  }
  #be {
    position: relative;
    z-index: 1;
  }
  #be::before {
    position: absolute;
    z-index: -1;
    content: "";
    background-color: #f1f1f1;
    top: 12px;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #be h3 .en {
    font-size: 26px;
    letter-spacing: 2px;
  }
  #be ul {
    justify-content: space-between;
    padding: 35px 5%;
  }
  #be ul li {
    box-sizing: border-box;
    padding: 10px;
    font-size: 20px;
    letter-spacing: 4px;
    font-weight: 500;
    text-align: center;
    background-color: #fff;
    border: solid 6px #d5f0ff;
  }
  #be ul li + li {
    margin-top: 10px;
    transition-delay: 0.5s;
  }
  #be ul li .txt_s {
    font-size: 70%;
  }
  .ft_entry {
    margin: 80px 5% 0;
  }
  .ft_entry a {
    display: block;
    text-align: center;
    padding: 15px;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 2px;
    background-color: #6ac9ff;
  }
  .ft_entry a .sml {
    font-size: 50%;
    display: block;
    line-height: 1;
    letter-spacing: 1px;
  }
  .ri {
    margin-top: 0;
    padding-top: 80px;
    text-align: center;
  }
  .ri h3 {
    color: #6ac9ff;
    font-size: 16px;
    letter-spacing: 2px;
  }
  .ri ul {
    margin-top: 30px;
  }
  .ri ul li + li {
    margin-top: 10px;
    transition-delay: 0.5s;
  }
  .ri ul li + li + li {
    transition-delay: 0.8s;
  }
  .ri ul li a {
    display: block;
    background-color: #c2e9ff;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 10px;
  }
  .ri ul li a span {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
  }
}
/*# sourceMappingURL=style.css.map */