/*------------------------------------------- mv*/
.mv {
  z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(../img/top/mv/mv_movie.jpg);
	background-size: cover;
	aspect-ratio: 12 / 5;
	width: 100%;
	height: 100%;
	margin-top: 100px;
}
@media screen and (max-width: 1199px) {
	.mv {
		margin-top: 70px;
	}
}
@media screen and (max-width: 991px) {
	.mv {
		margin-top: 0;
	}
}

.mv_txt {
}
.mv_txt h2 {
	color: #fff;
	font-size: 8.0rem;
	font-weight: bold;
	text-align: center;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
}
.mv_txt p {
	color: #fff;
	font-size: 3.0rem;
	font-weight: bold;
	text-align: center;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
	margin-bottom: 0.4em;
	line-height: 1.4;
}
@media screen and (max-width: 1200px) {
	.mv_txt h2 {
		font-size: 5.0rem;
	}
	.mv_txt p {
		font-size: 2.2rem;
	}
}
@media screen and (max-width: 769px) {
	.mv {
		background-image: url(../img/top/mv/mv_img1.jpg);
		background-size: cover;
		aspect-ratio: 75 / 86;
		width: 100%;
		height: 100%;
	}
	.mv_txt h2 {
		font-size: 3.0rem;
		margin-bottom: 1.0em;
	}
	.mv_txt p {
		font-size: 1.6rem;
		text-align: justify;
		padding: 0 30px;
	}
	.mv_txt p br {
		display: none;
	}
}

.mv--pc {
  display: none;
}

.mv__inner--sp {
  position: relative;
}
.mv__inner--sp video {
  width: 100%;
  max-height: 860px;
}

.mv__slider__item {
  padding-top: 114.66666vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.mv__slider__item.img1 {
  background-image: url(../img/top/mv/mv_img1.jpg);
}
.mv__slider__item.img2 {
  background-image: url(../img/top/mv/mv_img2.jpg);
}
.mv__slider__item.img3 {
  background-image: url(../img/top/mv/mv_img3.jpg);
}

.mv__catch {
  position: absolute;
  left: 0;
  bottom: 26.6666vw;
  padding: 0 20px;
  z-index: 1;
  width: 100%;
}

.mv__title {
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.428;
  margin-bottom: 20px;
}

.mv__line {
  width: 120px;
  height: 2px;
  background-color: #fff;
}
.mv__line > span {
  display: block;
  transform-origin: left;
  height: 2px;
  background-color: #d63435;
}
.mv__line > span[data-slider-line=off] {
  transform: scale3d(0, 1, 1);
  transition: transform 0s 2.5s;
}
.mv__line > span[data-slider-line=on] {
  transform: scale3d(1, 1, 1);
  transition: transform 3s linear;
}

@media screen and (min-width: 768px) {
  .mv {
    background-color: #000;
  }
  .mv--sp {
    display: none;
  }
  .mv--pc {
    display: block;
    position: relative;
  }
  .mv__inner--pc {
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .mv__inner--pc video {
    width: 100%;
    max-height: 800px;
  }
}
/*------------------------------------------- news*/
.content--topNews {
  margin-bottom: 20px;
}

.topNews__body {
  padding: 40px 20px;
  background-color: #fff;
  box-shadow: 0 1px 40px 5px rgba(0, 0, 0, 0.2);
  z-index: 2;
  position: relative;
  top: -40px;
}
.topNews__body .news__list {
  margin-bottom: 20px;
}

.topNews__top .title1 {
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
}
.topNews__top .title1 .title__en {
  font-size: 2.6rem;
  margin: 0 10px -3px 0;
}
.topNews__top .title1 .title__ja {
  font-size: 1.2rem;
}
.topNews__top .button {
  display: none;
}

@media screen and (min-width: 768px) {
  .topNews__body {
    display: flex;
    justify-content: space-between;
  }
  .topNews__body .news__list {
    margin-bottom: 0;
  }
  .topNews__top .title1 {
    margin: 0 20px 20px 0;
  }
  .topNews__top .button {
    display: flex;
    min-width: 200px;
    max-width: 200px;
    margin: 0;
    height: 53px;
    font-size: 1.4rem;
  }
  .topNews__top .button .icon--arrow {
    right: 0;
    transform: translateY(-50%) scale(0.5, 0.5);
  }
  .topNews__bottom {
    width: calc(100% - 220px);
  }
  .topNews__bottom .button {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .topNews__body {
    padding: 40px 60px;
  }
}
@media screen and (min-width: 1200px) {
  .topNews__top .title1 {
    margin: -6px 20px 28px 0;
  }
  .topNews__top .title1 .title__en {
    font-size: 4.5rem;
    margin: 0 15px -3px 0;
  }
  .topNews__top .title1 .title__ja {
    font-size: 1.8rem;
  }
  .topNews__bottom {
    width: calc(100% - 300px);
  }
}
@media screen and (min-width: 1400px) {
  .content--topNews {
    margin-bottom: 30px;
  }
  .topNews__body {
    top: -60px;
    padding: 60px 120px;
  }
}
/*------------------------------------------- business*/
.topBusiness__body > ul {
  margin: -30px 0 0 0;
}
.topBusiness__body > ul > li {
  width: 100%;
  padding: 30px 0 0 0;
}

.menu__img {
  padding-top: 55.2vw;
  position: relative;
  overflow: hidden;
}
.menu__img > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.menu__img.img1 > span {
  background-image: url(../img/top/business/business1_sp.jpg);
}
.menu__img.img2 > span {
  background-image: url(../img/top/business/business2_sp.jpg);
}
.menu__img.img3 > span {
  background-image: url(../img/top/business/business3_sp.jpg);
}

.menu__txt {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2279c2;
  padding: 10px 0;
  position: relative;
}
.menu__txt > p {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 767px) {
	.menu__txt > p {
	  font-size: 1.6rem;
	}
}
.menu__txt .icon--arrow {
  font-size: 1rem;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%) scale(0.65, 0.65);
  color: #fff;
}

@media screen and (min-width: 768px) {
  .topBusiness__body > ul {
    margin: -30px -15px 0;
    justify-content: center;
  }
  .topBusiness__body > ul > li {
    width: 70%;
	  max-width: 1000px;
    padding: 30px 15px 0;
  }
  .menu__link:hover .menu__img > span {
    transform: scale(1.1);
  }
  .menu__link:hover .menu__txt {
    background-color: #111112;
  }
  .menu__img {
    padding-top: 22.1354vw;
  }
  .menu__img > span {
    transition: transform 0.6s;
  }
  .menu__img.img1 > span {
    background-image: url(../img/top/business/business1_pc.jpg);
  }
  .menu__img.img2 > span {
    background-image: url(../img/top/business/business2_pc.jpg);
  }
  .menu__img.img3 > span {
    background-image: url(../img/top/business/business3_pc.jpg);
  }
  .menu__txt {
    transition: background-color 0.6s;
  }
}
@media screen and (min-width: 992px) {
  .content--topBusiness .title1 {
    margin-bottom: 58px;
  }
}
@media screen and (min-width: 1200px) {
  .topBusiness__body > ul {
    margin: -60px -30px 0;
  }
  .topBusiness__body > ul > li {
    padding: 60px 30px 0;
  }
  .menu__txt {
    padding: 18px 0;
  }
  .menu__txt > p {
    font-size: 3rem;
  }
  .menu__txt .icon--arrow {
    right: 30px;
    transform: translateY(-50%) scale(0.9, 0.9);
  }
}
/*------------------------------------------- Achievement*/
.topAchievement__body > ul {
  margin: -20px -10px 0;
}
.topAchievement__body > ul > li {
  width: 50%;
  padding: 20px 10px 0;
}

.topAchievement__box {
  height: 50px;
  background-color: #a9a9a9;
}

@media screen and (min-width: 768px) {
  .topAchievement__body > ul > li {
    width: 25%;
  }
  .topAchievement__box {
    height: 80px;
  }
}
/*------------------------------------------- vision*/
.content--topvision {
  background-image: url(../img/top/vision/vision_bg_sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.topvision__body {
  padding: 40px 20px;
  background-color: #fff;
}
.topvision__body .title1 {
  margin-bottom: 28px;
}
.topvision__body .txtBox p {
	font-weight: bold;
	line-height: 2.2;
	margin-bottom: 1.4em;
}
.topvision__body h3 {
	text-align: right;
	font-size: 1.6rem;
	font-weight: bold;
}
.topvision__body .txtBox br {
	display: none;
}


@media screen and (min-width: 768px) {
  .content--topvision {
    background-image: url(../img/top/vision/vision_bg_pc.jpg);
  }
  .topvision__body {
    max-width: 840px;
    margin: 0 auto;
    padding: 60px 100px;
  }
	.topvision__body .txtBox br {
		display: block;
	}
}
@media screen and (min-width: 992px) {
  .content--topvision {
    background-attachment: fixed;
  }
  .topvision__body {
    padding: 60px 140px 55px;
  }
  .topvision__body .title1 {
    margin-bottom: 35px;
  }
}
/*------------------------------------------- recruit*/
.topRecruit__img__area {
  margin-bottom: 40px;
}

.topRecruit__img {
  padding-top: 55.2vw;
  background-image: url(../img/top/recruit/recruit_sp.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.topRecruit__txt__area .title1 {
  margin-bottom: 30px;
}
.topRecruit__txt__area .title1 .title__en {
  text-align: left;
}
.topRecruit__txt__area .title1 .title__ja {
  text-align: left;
}
.topRecruit__txt__area p.txt {
	margin-bottom: 1.4em;
}

@media screen and (min-width: 768px) {
  .topRecruit__txt__area .button {
    max-width: 360px;
  }
}
@media screen and (min-width: 992px) {
  .topRecruit__body {
    display: flex;
    justify-content: space-between;
  }
  .topRecruit__img__area {
    margin-bottom: 0;
  }
  .topRecruit__img {
    width: 39.06vw;
    padding-top: 24.111vw;
    background-image: url(../img/top/recruit/recruit_pc.jpg);
  }
  .topRecruit__txt__area {
    width: calc(100% - 42.18vw);
  }
  .topRecruit__txt__area .button {
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  .topRecruit__txt__area .title1 {
    margin-bottom: 38px;
  }
}
@media screen and (min-width: 1400px) {
  .topRecruit__body {
    align-items: center;
  }
}



/* environment */
.top_environment {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 560px;
	margin: 0 auto 30px;
}
.top_environment_img {
	width: 150px;
	margin-right: 30px;
}
.environment_btn {
	margin-bottom: 60px;
}
.environment_ttl {
	background-color: #120F6A;
	color: #fff;
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
	max-width: 1100px;
	margin: 0 auto 20px;
	padding: 20px;
}
.environment01 {
	max-width: 1100px;
	margin: 0 auto 80px;
}
.environment01 p {
	margin-top: 14px;
}
.environment02 {
	margin-top: 40px;
}
.environment02 ul {
	display: flex;
	justify-content: space-between;
}
.environment02 li {
	width: 48%;
}
@media screen and (max-width: 769px) {
	.top_environment_img {
		width: 100px;
		margin-right: 20px;
	}
	.environment_btn {
		margin-bottom: 40px;
	}
	.environment_ttl {
		font-size: 1.8rem;
		margin: 0 auto 10px;
		padding: 10px 20px;
		line-height: 1.6;
	}
	.environment01 {
		margin: 0 auto 40px;
	}
	.environment02 {
		margin-top: 30px;
	}
}
