@charset "utf-8";
/* CSS Document */
/*-------------------------------------------------------
					　共通部分
-------------------------------------------------------*/

.hover-shadow {
  display: inline-block;
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hover-shadow:hover {
  transform: translateY(-6px);
  animation-name: hover;
  animation-duration: 1.5s;
  animation-delay: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.hover-shadow:hover:before {
  opacity: .4;
  transform: translateY(6px);
  animation-name: hover-shadow;
  animation-duration: 1.5s;
  animation-delay: .3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
/* リンクボタン　矢印出る */
.effect {
  text-align: center;
  display: inline-block;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;

}
.effect.effect-1 {
  transition: all 0.2s linear 0s;
}
.effect.effect-1:after {
  content: "\f178";
  font-family: FontAwesome;
  font-size: 15px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  right: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 40px;
  transition: all 0.2s linear 0s;
}
.effect.effect-1:hover {
  text-indent: -20px;
}
.effect.effect-1:hover:after {
  opacity: 1;
  text-indent: 0px;
}

/* ふわっと表示 */
.delighter {
      transition: transform .8s ease-out;
      transform: translatey(15%);
      opacity: 0;
   }
/* スタート時のスタイル */
.delighter.started {
      transform: none;
      opacity: 1;
}
/* エンド時のスタイル */
.delighter.started.ended {
    transform: translatey(0%);
}
/*-------------------------------------------------------
					　メインイメージ
-------------------------------------------------------*/
.main_img{
	overflow: hidden;
}
.video_wrap {
    height: 40vw;
}
.video_wrap .video {
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.video_wrap::before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    display: block;
    background-image: url(../img/dotte.png);
    z-index: 9;
	background-repeat: repeat;
}
.video_wrap .box_img{
	position: absolute;
	left:0;
	right:0;
	top: 50%;
	-ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	margin: auto;
	z-index: 9;
}
/*-------------------------------------------------------
				株式会社サンホークについて
-------------------------------------------------------*/
body {
	margin: 0;
	overflow: hidden;
}

canvas {
	position: absolute;
/*    bottom: 0;
    top: 0;
    margin: auto!important;*/
	 top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
    width: 4000px!important;
    height: auto!important;
}

/*#instructions {
	position: absolute;
	color: #fff;
	bottom: 0;
	padding-bottom: 6px;
	font-family: sans-serif;
	width: 100%;
	text-align: center;
	pointer-events: none;
}*/
#three-container{
	position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
	z-index: -1;
}
.about{
	background-color: rgba(34,56,98,0.90);
	position: relative;
	overflow: hidden;
}
.about p:first-of-type{
	line-height: 1.8;
}
body {
	margin: 0;
	overflow: hidden;
}

/*-------------------------------------------------------
				事業内容
-------------------------------------------------------*/
.business{
	padding-top: 90px;
	padding-bottom: 70px;
}
.business .more_read{
	margin-top: 80px;
}
.business figure{
	margin-right: 1%;
}
.business .title_box_wrap{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    width: 95%;
}
/*-------------------------------------------------------
					募集要項
-------------------------------------------------------*/
.apply .box{
	height: 330px;
}
.apply .box figure{
	  overflow: hidden;
}
.apply .box figure img{
	height: 330px;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
.apply .box figure img{
	-webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.apply .box:hover figure img{
	-webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.apply .box_item {
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.15);
}
.apply .box_title{
    width: 100%;
    position: relative;
}
/*-------------------------------------------------------
					その他メニュー
-------------------------------------------------------*/
.other_menu .box{
	height: 330px;
	width: 50%;
}
.other_menu .box figure{
	  overflow: hidden;
}
.other_menu .box figure img{
	height: 330px;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
.other_menu .box figure img{
	-webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.other_menu .box:hover figure img{
	-webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.other_menu .box_item {
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.15);
}
.other_menu .box_title{
    width: 100%;
    position: relative;
}

/*ここからサイズ調整用（1000px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 1000px){
/*-------------------------------------------------------
				株式会社サンホークについて
-------------------------------------------------------*/
canvas {
    width: 2000px!important;
    height: auto!important;
}
}
/*ここからタブレット用（768px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 768px){
.video_wrap {
    height: 42vw;
    margin-top: 75px;
}
/*-------------------------------------------------------
				株式会社サンホークについて
-------------------------------------------------------*/
canvas {
    width: 1500px!important;
    height: auto!important;
}
}
/*ここからスマホ用（667px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 667px){
.contents {
    border-left: 35px solid rgba(18,55,126,0.75);
    border-top: 35px solid transparent;
}
/*-------------------------------------------------------
					メインイメージ
-------------------------------------------------------*/
.video_wrap {
    margin-top: 75px;
}
/*-------------------------------------------------------
				株式会社サンホークについて
-------------------------------------------------------*/
canvas {
    width: 1300px!important;
    height: auto!important;
}
.about p:first-of-type{
	line-height: 1.5;
}
/*-------------------------------------------------------
				事業内容
-------------------------------------------------------*/
.business .title_box{
	margin-right: auto;
}
.business figure {
    margin-right: 0%;
	width:75%;
	margin-top: 65px;
}
.business .more_read {
    margin-top: 65px;
}
.business .title_box_wrap{
	position: static;
    top: 0%;
    left: 0%;
    transform: translateY(0%) translateX(0%);
    -webkit- transform: translateY(0%) translateX(0%);	
}
/*-------------------------------------------------------
					募集要項
-------------------------------------------------------*/
.apply .box{
	height: 220px;
}
.apply .box figure img{
	height: 220px;
}
/*-------------------------------------------------------
					その他メニュー
-------------------------------------------------------*/
.other_menu .box{
	height: 220px;
	width: 100%;
}
.other_menu .box figure img{
	height: 220px;
}
.entry {
    padding-top: 60px;
    padding-bottom: 60px;
}
}