@charset "utf-8";
/*  style　[  top ]
=================================================================== */


/* wrap */

.hero {
	position: relative;
  }
  
  /* video */
  
  .video-box {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	z-index: -100;
  }
  .youtube-video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	min-width: 1920px;
	min-height: 100%;
	transform: translate(-50%, -50%);
	z-index: -100;
  }
  
  /* overlay */
  
  .overlay::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(0, 97, 175, .4);
  }


  .catch-copy {
	position: absolute;
	font-family: "Zen Old Mincho", serif!important;
	text-align: center;
	color: #fff;
	right: 0;
	left: 0;
	bottom: 45%;
	margin: auto;
	font-size: 2rem;
	z-index: 3;
	text-shadow: 1px 1px 2px rgba(0, 97, 175, 1);
  }

  .catch-copy span {
	display: block;
  }

  .catch-copy span.en {
	font-size: 2.7rem;
	font-family: "Markazi Text", serif;
  }
  .catch-copy span.jp {
	font-family: "Zen Old Mincho", serif!important;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
  }
  /* ～767px(xs) ____________________________________________________ */
  @media screen and (max-width: 767px) {
	
	  .catch-copy span.en {
		font-size: 4.5rem;
		line-height: 1.8;
	  }

	  .catch-copy span.jp {
		font-size: 2.5rem;
	  }
}


.youtube-link {
	position: absolute;
	right: 15px;
	bottom: 20px;
	background-color: rgba(255, 255, 255, .4);
	padding: 5px 10px;
}
.bi-play-btn-fill {
	color: #f75065;
}

/*----------------------------------------------
   見出し
---------------------------------------------*/

.top-h2 {
	font-size: 3.5rem;
	display: block;
	font-family: "Markazi Text", serif;
	margin-bottom: 0.5rem;
	text-shadow: 1px 1px 2px #fff;
}

/*----------------------------------------------
   top共通
---------------------------------------------*/
.top-box {
	padding: 10rem 0;
}

.top-text {
	font-weight: 600;
	font-size: 1.3rem;
	text-shadow: 1px 1px 2px #fff;
}


/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
	.top-text {
		font-size: 2rem;
	}
}



/*------------------------------------------+-
  btn
  -------------------------------------------*/
.btn-gray {
	display: table;
	vertical-align: middle;
	padding: 0.5rem 2rem 0.5rem 2rem;
	background: rgba(62, 78, 87, .4);
	color: #fff!important;
	border-radius: 5px;
	font-family: "Markazi Text", serif;
	font-size: 1.3rem;
	line-height: 1;
	margin: 1rem auto;
}

.btn-gray:hover {
	background: rgba(62, 78, 87, 1);
	transition: .3s;
	text-decoration: none;
}


/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
	.btn-gray {
		font-size: 2rem;
	}
}

/*----------------------------------------------
   obama style
---------------------------------------------*/

#style {
    text-align: center;
	background-image: url(../images/bg_02.jpg) ;
	background-image: image-set(
	url("../images/bg_02.webp") type("image/webp"),
	url("../images/bg_02.jpg") type("image/jpeg")
  );
  background-position: center center;
  background-repeat: no-repeat;
	background-size: cover;
    
}


/*----------------------------------------------
   three-arrows
---------------------------------------------*/
#three-arrows {
	text-align: center;
	background-image: url(../images/bg_01.jpg);
	background-image: image-set(
	url("../images/bg_01.webp") type("image/webp"),
	url("../images/bg_01.jpg") type("image/jpeg")
  );
  background-position: center center;
  background-repeat: no-repeat;
	background-size: cover;
}



/*----------------------------------------------
   company
---------------------------------------------*/
#company {
	text-align: center;
	background-image: url(../images/bg_03.jpg) ;
	background-image: image-set(
	url("../images/bg_03.webp") type("image/webp"),
	url("../images/bg_03.jpg") type("image/jpeg")
  );
  background-position: center center;
  background-repeat: no-repeat;
	background-size: cover;
}

/*----------------------------------------------
   news
---------------------------------------------*/

/* 詳細はswiper.cssにて定義 */
#news {
	padding: 80px 0;
	background-color: #fff;
}
/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
	#news {
		padding: 50px 0 ;
	}
}

.newMark {
	color: #f75065;
	margin: -3px 0 0 0.5em;
	padding-right: 0.5em;
	font-size: 23px!important;
	transform: rotate(-7deg);
	border-bottom: #f75065 1px solid;
	line-height: 1;
	display: inline-block;
}
.exclamation {
	font-size: 18px;
	margin-left: 3px;
}





/*----------------------------------------------
   recruit
---------------------------------------------*/
#recruit {
	text-align: center;
	background-image: url(../images/bg_04.jpg) no-repeat;
	background-image: image-set(
	url("../images/bg_04.webp") type("image/webp"),
	url("../images/bg_04.jpg") type("image/jpeg")
  );
  background-position: center center;
  background-repeat: no-repeat;
	background-size: cover;
}

.bg-fff {
	background-color: rgba(255, 255, 255, .4);
}



  



