@charset "UTF-8";

/* ================
      mv
================ */
.mv-wrapper {
	height: 100vh;
	min-height: 630px;
	max-height: 960px;
	position: relative;
	z-index: 0 !important;
}
.mv-wrapper::after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 30vw;
	min-width: 500px;
	height: 4000px;
	background-color: #008cd6;
	transform: rotate(45deg);
	right: 14%;
	top: -90%;
	clip-path: inset(3000px 0);
	animation: bg-slide 3.8s 1s ease-in-out forwards;
}
.mv-text {
	margin-left: 50px;
	font-weight: bold;
	height: 97vh;
	min-height: 400px;
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	z-index: 2;
}
.mv-text01 {
	color: #fff;
	letter-spacing: 0.02em;
}
.mv-text01,
.mv-text02 {
	overflow: hidden;
}
.mv-text01 .intro,
.mv-text02 .intro,
.mv-text01 .ja,
.mv-text02 .ja {
	filter: drop-shadow(1px 1px 6px rgb(0, 0, 0, 0.1));
}
.mv-text .en {
	font-size: 2.2rem;
	font-size: clamp(2.2rem, 1.4vw, 2.7rem);
}
.mv-text .intro {
	font-size: 4.7rem;
	font-size: clamp(4.7rem, 3vw, 6rem);
	padding: 0.12em 0 0.8em;
  width: 40vw;
}
.mv-text .ja {
	width: 40vw;
	line-height: 1.9;
	font-size: 1.7rem;
	font-size: clamp(1.7rem, 1vw, 2rem);
}

@media screen and (max-width: 950px) {
	.mv-wrapper::after {
		right: -30%;
	}
}

/* swipper */
.mv-wrapper.swiper-container {
	overflow: visible !important;
}

.mv .slide-img {
	background-position: center top 5%;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	height: 100%;
}
.mv-bg01 {
	background-image: url(../../../img/mv01.jpg);
}
.mv-bg02 {
	background-image: url(../../../img/mv02.jpg);
}
.mv-bg03 {
	background-image: url(../../../img/mv03.jpg);
}
.mv .swiper-slide {
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: relative;
}
.mv .swiper-slide-active .slide-img,
.mv .swiper-slide-duplicate-active .slide-img,
.mv .swiper-slide-prev .slide-img {
	animation: zoomUp 14s linear 0s normal both;
}
.mv .swiper-slide::before {
	content: "";
	position: absolute;
	display: block;
	width: 800px;
	height: 1180px;
	background-color: #fff;
	transform: rotate(45deg);
	opacity: 0.4;
	top: -500px;
	left: -570px;
	z-index: 1;
}

@keyframes zoomUp {
	10% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.15);
	}
}

.mv .swiper-slide-active .txt_area .en,
.mv .swiper-slide-active .txt_area .intro {
	animation: fade-txt 0.9s ease-out forwards;
	transform: translateX(-100%);
}
.mv .swiper-slide-active .txt_area .en {
	animation-delay: 1.2s;
}
.mv .swiper-slide-active .txt_area .intro {
	animation-delay: 1.5s;
}
.mv .swiper-slide-active .txt_area .ja {
	animation: fade-up-txt 0.9s 2.3s ease-out forwards;
	transform: translateY(100px);
	opacity: 0;
}

@keyframes fade-txt {
	from {
		transform: translateX(-100%);
	}
	to {
		transform: translateX(0);
	}
}
@keyframes fade-up-txt {
	from {
		transform: translateY(100px);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

.mv.swiper-pagination {
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
	padding-right: 4%;
	padding-bottom: 108px;
}
.swiper-pagination-bullet {
	margin: 15px 0 !important;
}

@media screen and (min-width: 767px) {
  .swiper-pagination.sp {
    display: none;
  }
}

.mv-wrapper .twitter {
  position: absolute;
  right: 2%;
  bottom: 2%;
  height: 76%;
  width: 50%;
  overflow: auto;
  z-index: 10;
}


/* news-link */
.news-link {
	width: 82%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 4%;
	z-index: 10;
	height: 74px;
	-webkit-box-shadow: 0 0 5px 2px rgba(32, 32, 32, 0.1);
	box-shadow: 0 0 5px 2px rgba(32, 32, 32, 0.1);
}
.news-link h2 a {
	width: 120px;
	height: 74px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #9a9a9a;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	font-size: 110%;
	letter-spacing: 0.07em;
}
.news-link h2 a:hover {
	color: #63c1f3;
}
.n-wrapper {
	width: calc(100% - 210px);
}
.n-wrapper .swiper-slide:hover {
	opacity: 0.6;
}
.n-wrapper time {
	color: #777;
	font-size: 1.3rem;
}
.n-wrapper time p {
	color: #171717;
	font-size: 1.5rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 95%;
}

/* swiper */
.n-wrapper.swiper-container {
	height: 74%;
}
.n-arrow.swiper-button-prev,
.n-arrow.swiper-button-next {
	width: 17px;
	right: 37px;
}
.n-arrow.swiper-button-prev {
	background: url(../../../img/upper-arrow.png) no-repeat center / contain;
	left: auto;
	top: 21px;
}
.n-arrow.swiper-button-next {
	background: url(../../../img/lower-arrow.png) no-repeat center / contain;
	top: 55px;
}
.n-arrow.swiper-button-prev::after,
.n-arrow.swiper-button-next::after {
	content: "";
}

@media screen and (max-width: 767px) {
	.news-link {
		width: 92%;
	}
	.news-link h2 a {
		width: 70px;
		height: 56px;
		font-size: inherit;
	}
	.n-wrapper {
		width: calc(110% - 150px);
	}
	.n-wrapper time {
		font-size: 1.1rem;
	}
	.n-wrapper time p {
		font-size: 1.2rem;
	}
	.n-arrow {
		padding-right: 12px;
	}
	.n-arrow img {
		width: 12px;
	}
	.n-arrow .upper {
		margin-bottom: 17px;
	}
}

/* scroll */
.scroll {
	display: flex;
	height: 180px;
	position: absolute;
	bottom: 0;
	left: 23px;
	z-index: 10;
}
.scroll img {
	height: 3.5em;
	display: block;
}
.scroll-line {
	margin-left: 3px;
	width: 1px;
	height: 180px;
	background-color: #fff;
	animation: border_anime 3.5s 0.8s infinite ease-in-out;
}

@keyframes border_anime {
	from {
		height: 0;
	}
	80%,
	to {
		height: 180px;
	}
}

/* ================
      company
================ */
.company {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.company .s-contents {
	width: 40vw;
	min-width: 520px;
	padding-right: 6%;
	margin: 62px 0;
	z-index: 1;
	padding-top: 78px;
	padding-bottom: 78px;
}
.company .c-img {
	width: 50vw;
	height: auto;
	min-width: 500px;
	max-width: 750px;
	clip-path: inset(2px 0 0 0);
	overflow: hidden;
	position: relative;
}
.c-img .c-img01 {
	width: 100%;
	height: 100%;
}

@media screen and (min-width: 1500px) {
	.company .s-contents {
		width: 50vw;
	}
}
@media screen and (max-width: 1190px) {
	.company {
		justify-content: left;
	}
}
@media screen and (max-width: 950px) {
	.company .s-contents {
		min-width: 350px;
		margin-top: 0;
		padding-right: 2%;
		margin-left: 2%;
	}
}

/* ================
      business
================ */
.business,
.business .en {
	text-align: center;
	color: #fff;
}
.business {
	height: 27vw;
	min-height: 360px;
	-webkit-max-height: 470px;
	max-height: 470px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.b-contents.fade-in {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

/* ================
      product
================ */
.product {
	background-color: #eeeeee;
	/* overflow-y: hidden;
  position: relative;
  z-index: -1; */
}
/* .product::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 1200px;
  background-color: #73c7f3;
  transform: rotate(-45deg);
  bottom: -60%;
  right: 500px;
  z-index: -1;
} */
.product-wrapper {
	margin: 0 auto;
	max-width: 1300px;
	width: 90%;
	padding-bottom: 70px;
}
.product h2 {
	padding-top: 55px;
	text-align: center;
}
.product-list {
	margin-top: 22px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
}
.p-detail {
	background-color: #fff;
	padding: 19px 19px 12px 19px;
	margin: 20px 8px;
}
.p-detail.fade-in-up {
	transform: translateY(80%);
	opacity: 0;
}
.p-detail.fade-in-up.js-fade {
	transform: translate(0);
	opacity: 1;
}
.p-kinds {
	text-align: center;
	padding: 4px 0;
	background-color: #e2e2e2;
	margin: 12px auto;
	font-weight: bold;
	font-size: 1.8rem;
}
.p-detail table th,
.p-detail table td {
	display: block;
}
.p-detail table td {
	padding-bottom: 5px;
}
.p-detail .r-btn02 {
	text-align: end;
}
.p-detail .btn:hover.btn::after {
	transform: translateX(5px) scale(1.2);
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.product .btn {
	margin-top: 0;
}
.r-btn {
	padding-top: 29px;
	padding-bottom: 52px;
	text-align: right;
}

/* ================
      recruit
================ */
.recruit,
.recruit .en {
	color: #fff;
}
.recruit {
	background-color: #73c7f3;
	position: relative;
	z-index: -10;
	overflow: hidden;
}
.recruit::before {
	content: "";
	position: absolute;
	width: 150%;
	height: 180%;
	background-color: #008cd6;
	transform: rotate(45deg);
	top: -50%;
	right: 12%;
	z-index: -1;
}
.r-bg {
	margin: 0 0 0 auto;
	min-width: 1540px;
	background: url(../../../img/recruit.png) no-repeat center right / contain;
	position: relative;
}
.r-bg::after {
	content: "";
	position: absolute;
	background-color: #008cd6;
	width: 500px;
	height: 200%;
	transform: rotate(-45deg);
	top: -310px;
	right: -90px;
	z-index: -1;
}
.recruit .s-contents {
	width: 460px;
	margin-left: 6%;
	padding-top: 78px;
	padding-bottom: 78px;
}

@media screen and (max-width: 950px) {
	.r-bg {
		min-width: auto;
		background-size: cover;
		background-position: center left -20%;
	}
	.recruit .s-contents {
		margin-left: 3%;
		width: 350px;
		padding-bottom: 100px;
	}
}

/* ================
      notice
================ */
.notice {
	background: url(../../../img/notice.jpg) no-repeat center / cover;
	padding-bottom: 60px;
}
.notice h2,
.notice h2 .en {
	text-align: center;
	color: #fff;
}
.notice h2 {
	padding-top: 68px;
	letter-spacing: 0.07em;
}
.notice-bg {
	max-width: 1200px;
	width: 80%;
	background-color: #fff;
	margin: 20px auto 0 auto;
	padding: 0 85px;
}
.notice .list {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.notice .list.fade-in,
.notice .r-btn.fade-in {
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s;
}
.notice .list.fade-in.js-fade,
.notice .r-btn.js-fade {
	opacity: 1;
}
.notice .list01 {
	width: 480px;
	padding-top: 45px;
}
.notice .list01 p {
	font-weight: bold;
	font-size: 2rem;
	padding-left: 0.5em;
}
.notice .list01 p span {
	font-size: 1.6rem;
	padding-left: 1em;
}
.notice .list01 th {
	padding-left: 0.5em;
	font-weight: normal;
	color: #5b5b5b;
	width: 35%;
	height: 32px;
}
.notice .r-btn {
	padding-bottom: 39px;
}
.notice .r-btn a {
	margin-top: 1px;
}

.notice .btn-grad {
  padding: 0 3%;
}

.notice .btn-grad a {
  width: 450px;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
}

/*
.home .footer-wrapper {
  padding-bottom: 120px;
}

.home .lp-link {
  position: absolute;
}
*/

