@charset "utf-8";
/* PC */

body {
  font-size: 20px;
}
input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="tel"], textarea, select {
  padding: 10px;
  font-size: 20px;
}
.sp {
  display: none;
}


/* 基本レイアウト---------------- */
#wrapper {
  position: relative;
  width: 100%;
  text-align: center;
}
#container {
  width: 100%;
}
.main {
  width: 90%;
  max-width: 1168px;
  margin: 0 auto;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.flex_st {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  align-self: center;
}


/* オープニングアニメーション---------------- */
.anime {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 1000;
  animation: op_anime 1s ease 2s 1 forwards;
}
.anime img {
  position: fixed;
  display: block;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
@keyframes op_anime {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


/* ヘッダー---------------- */
#head {
  position: fixed;
  width: 100%;
  height: 130px;
  padding: 36px 40px;
  z-index: 100;
}
.head_in {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
#head_logo {
  width: 30%;
  text-align: left;
}
#head_logo img {
  width: 100%;
  max-width: 242px;
  height: auto;
}
#head_navi {
  width: 70%;
  padding-top: 8px;
  text-align: right;
}
#head_navi ul li {
  display: inline;
  padding-left: 5%;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}
#head_navi ul li a {
  display: inline-block;
  color: #fff;
  transition: .3s;
}
#head_navi ul li a:hover {
  filter: drop-shadow(0px 5px 5px rgba(36,36,36,.3));
	transform: translateY(-0.1em);
}
#head_navi ul li:last-child {
  padding-left: 1%;
}
#head_navi ul li:last-child:before {
  display: inline;
  content: "/";
  margin-right: 1%;
}
@media screen and (max-width:1024px) {
  #head_navi ul li {
    font-size: 30px;
  }
}
@media screen and (max-width:900px) {
  #head_navi ul li {
    font-size: 26px;
  }
}

.sp_navi_btn, #sp_navi, #sp_menu {
  display: none;
}


/* フッター----------------- */
#foot {
  padding-top: 88px;
}
.foot1 {
  padding-bottom: 75px;
}
.foot_logo {
  margin-bottom: 15px;
}
.foot_logo img {
  max-width: 100%;
  height: auto;
}
.foot_txt {
  margin-bottom: 30px;
  font-size: 20px;
}
.foot_btn {
  display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
  width: 215px;
  margin: 0 auto;
}
.foot_btn li {
  width: 50px;
  margin-right: 5px;
}
.foot_btn li:last-child {
  margin-right: 0;
}
.foot_btn li a {
  display: inline-block;
  transition: .3s;
}
.foot_btn li a:hover {
  filter: drop-shadow(0px 5px 5px rgba(36,36,36,.3));
	transform: translateY(-0.1em);
}
.foot2 {
  min-height: 65px;
  line-height: 65px;
  color: #fff;
  background: #242424;
}
.copyright small {
  font-size: 20px;
}


/* トップ---------------- */
#top_main {
  position: relative;
  width: 100%;
  height: 80vh;
}
.top_movie {
  position: absolute;
  z-index: -1;
  top: 0;
  right:0;
  left:0;
  bottom:0;
  overflow: hidden;
}
.video1 {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
}
.top_main_logo {
  position: absolute;
  top: calc(80vh - 230px);
  left: 0;
  right: 0;
  width: 98%;
  max-width: 775px;
  margin: 0 auto;
  z-index: 10;
}
.top_main_logo_en {
  position: absolute;
  top: calc(80vh - 220px);
  left: 0;
  right: 0;
  width: 98%;
  max-width: 775px;
  margin: 0 auto;
  z-index: 10;
}
.h1_logo1 img {
  width: 100%;
  height: auto;
}
.top_main_txt {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  width: 100%;
  font-size: 24px;
}
#top_sub {
  position: relative;
  width: 100%;
  height: 20vh;
  background-color: black;
}

#top_wishlist {
  padding: 225px 0 115px;
}
.h2_1 {
  margin-bottom: 40px;
  font-size: 72px;
  color: #4B87CD;
}
.logo_steam {
  width: 98%;
  max-width: 500px;
  margin: 0 auto;
}
.logo_steam a {
  display: block;
  width: 100%;
  height: 130px;
  margin: 0 auto;
  padding: 23px;
  text-align: center;
  background: #fff;
  border: 2px solid #242424;
  border-radius: 10px;
  transition: .3s;
}
.logo_steam img {
  max-width: 100%;
  height: auto;
}
.logo_steam a:hover {
  filter: drop-shadow(0px 5px 5px rgba(36,36,36,.3));
	transform: translateY(-0.1em);
}

#top_slider1 {
  padding: 60px 0 70px;
  background: #EDF3FA;
}
#slider1 {
  position: relative;
}
#slider1 .slick-slide {
  height: 300px;
  margin: 0 20px;
}
li.slick-slide {
  position: relative;
}
li.slick-slide:before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 290px;
  background: rgba(255,255,255,.4);
  border-radius: 10px;
  z-index: 2;
}
li.slick-slide.slick-active:before {
  display: none;
}
.youtube {
  width: 515px;
  height: 290px;
  border-radius: 10px;
  filter: drop-shadow(0px 4px 4px rgba(0,0,0,.25));
}
.slick-slide .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slide_video1 {
  width: 515px;
  height: 290px;
  border-radius: 10px;
  filter: drop-shadow(0px 4px 4px rgba(0,0,0,.25));
}
.slide_img1 {
  border-radius: 10px;
  filter: drop-shadow(0px 4px 4px rgba(0,0,0,.25));
  overflow: hidden;
}
.slick-prev {
  width: 40px;
  height: 40px;
  top: 145px;
  left: 16px;
  background: url("../img/slide_prev.svg") no-repeat;
  transition: .3s;
}
.slick-next {
  width: 40px;
  height: 40px;
  top: 145px;
  right: 16px;
  background: url("../img/slide_next.svg") no-repeat;
  transition: .3s;
}
.slick-prev:before, .slick-next:before {
  content: "";
}
button.slick-prev, button.slick-next {
  z-index: 10;
}
.slick-prev:hover {
  background: url("../img/slide_prev.svg") no-repeat;
  opacity: .7;
  transition: .3s;
}
.slick-next:hover {
  background: url("../img/slide_next.svg") no-repeat;
  opacity: .7;
  transition: .3s;
}
.slick-prev:focus {
  background: url("../img/slide_prev.svg") no-repeat;
}
.slick-next:focus {
  background: url("../img/slide_next.svg") no-repeat;
}
.slick-arrow {
	z-index: 10;
}
#slider1 .slick-dots {
  bottom: -40px;
}
.slick-dots li {
  margin: 0 4px; 
  width: 50px;
  height: 10px;
}
#slider1 .slick-dots li button:before {
  content: "";
  width: 50px;
  height: 10px;
  background: #BBBFC4;
  border-radius: 5px;
  opacity: 1;
}
#slider1 .slick-dots li.slick-active button:before{
  background: #242424;
}

#top_about {
  min-height: 1024px;
  padding: 175px 0 85px;
  background: url("../img/bg_about_na.png") no-repeat;
  background-size: cover;
  background-position: center top;
}
.content1 {
  width: 98%;
  margin: 0 auto;
}
.h2_2 {
  margin-bottom: 60px;
  font-size: 46px;
  color: #4B87CD;
}
.p1 {
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
}
.p2 {
  margin-bottom: 60px;
  font-size: 36px;
  font-weight: 700;
}

#top_slider2 {
  padding: 115px 0 85px;
  color: #fff;
  background: #343D4C;
}
#slider2 {
  position: relative;
}
#slider2 .slick-slide {
  margin: 0 20px;
}
#slider2 .slick-dots {
  bottom: auto;
  top: 310px;
}
#slider2 .slick-dots li button:before {
  content: "";
  width: 50px;
  height: 10px;
  background: #717781;
  border-radius: 5px;
  opacity: 1;
}
#slider2 .slick-dots li.slick-active button:before{
  background: #fff;
}
#slider2 .slick-active .slider2_txt {
  opacity: 1;
  transition: .3s;
}
.slider2_txt {
  opacity: 0;
  width: 100%;
  max-width: 515px;
  margin-top: 70px;
  transition: .3s;
}
.h3_1 {
  margin-bottom: 10px;
  font-size: 36px;
}

#top_spec {
  padding: 115px 0;
  color: #fff;
  background: url("../img/bg_spec_na.png") no-repeat;
  background-size: cover;
  background-position: center top;
}
.h2_3 {
  margin-bottom: 40px;
  font-size: 36px;
}
.p3 {
  margin-bottom: 40px;
}

#top_news {
  padding-top: 115px;
}
.col1 {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
}
.col1_1 {
  width: calc(100%);
  /* margin-right: 8.56%; */
}
.col1_2 {
  width: 248px;
}
.h2_4 {
  margin-bottom: 50px;
  text-align: left;
  font-size: 72px;
  color: #4B87CD;
}
.h2_4_color6 {
  color: #2F9BBD;
}
.dl1 {
  display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
  text-align: left;
  font-size: 24px;
}
.dl1 dt {
  width: 150px;
  margin-right: 50px;
}
.dl1 dd {
  width: calc(100% - 200px);
  margin-bottom: 20px;
}
.link1 a {
	position: relative;
}
.link1 a::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #4B87CD;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
}
.link1 a:hover::after{
	transform: scale(1, 1);
}
.link1_color6 a::after{
	background: #2F9BBD;
}
.link2 {
  text-align: right;
}
.link2 a {
  display: inline-block;
  font-size: 24px;
  color: #4B87CD;
  transition: .3s;
}
.link2 a:before {
  display: inline-block;
  content: "";
  width: 60px;
  height: 1px;
  margin-right: 5px;
  background: #4B87CD;
  vertical-align: middle;
}
.link2 a:hover {
  filter: drop-shadow(0px 5px 5px rgba(36,36,36,.3));
	transform: translateY(-0.1em);
}
.link2_color6 a{
  color: #2F9BBD;
}


/* 下層ページ---------------- */

/* N6 */
#n6_top_slider1 {
  padding: 60px 0 70px;
  background: #000000;
}
#n6_slider1 {
  position: relative;
}
#n6_slider1 .slick-slide {
  height: 300px;
  margin: 0 20px;
}
#n6_slider1 .slick-dots {
  bottom: -40px;
}
#n6_slider1 .slick-dots li button:before {
  content: "";
  width: 50px;
  height: 10px;
  background: #5B5B5B;
  border-radius: 5px;
  opacity: 1;
}
#n6_slider1 .slick-dots li.slick-active button:before{
  background: #FFFFFF;
}
#n6_news {
  padding-top: 115px;
  padding-bottom: 115px;
  background: #EBEBEB;
}
#n6_spec {
  padding: 115px 0;
  color: #fff;
  background: url("../img/bg_spec_n6.png") no-repeat;
  background-size: cover;
  background-position: center top;
}


/* Labo */
#about_main {
  position: relative;
  height: 80vh;
  background: url("../img/bg_labo_main.png") no-repeat;
  background-size: cover;
  background-position: center top;
}
.about_main_logo {
  position: absolute;
  top: calc(80vh - 220px);
  left: 0;
  right: 0;
  width: 98%;
  max-width: 775px;
  margin: 0 auto;
  z-index: 10;
}
.about_main_txt {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  width: 100%;
  font-size: 24px;
}

#about_company {
  padding-top: 210px;
}
.dl2 {
  display: flex;
	flex-wrap: wrap;
	align-items: center;
  text-align: left;
  font-size: 24px;
}
.dl2 dt {
  width: 150px;
  margin: 0 50px 25px 0;
}
.dl2 dd {
  width: calc(100% - 200px);
  margin-bottom: 25px;
}
.ol1 li {
  margin-left: 30px;
  list-style: decimal;
}


/* News */
#news_main {
  position: relative;
  height: 400px;
  background: url("../img/bg_news_main.png") no-repeat;
  background-size: cover;
  background-position: center top;
}
.h1_1 {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  width: 90%;
  max-width: 1168px;
  margin: 0 auto;
  text-align: left;
  font-size: 72px;
  z-index: 10;
}

#news_list {
  padding-top: 110px;
}


/* 汎用スタイル---------------- */
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.clear {
  clear: both;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.img100 img {
  width: 100%;
  height: auto;
}
.img_res img {
  max-width: 100%;
  height: auto;
}
.bold {
  font-weight: 600;
}
