@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');
/*  style　[  top ]
=================================================================== */




/*----------------------------------------------
   company
---------------------------------------------*/
#company {
	background-color: #c1ab05;
  margin: 0;
  padding: 0;
}

.company-box {
  display: flex;
  flex-wrap: wrap;
  color: #000;
  min-height: 400px;
}
.item-bg,.item-text {
  width: 50%;
}
.item-bg {
  background: url(../images/01.jpg) center center no-repeat;
  background-size: cover;
}
.item-text {
  font-size: 1.2em;
  line-height: 1.7;
  padding: 150px 80px;
  /*max-width: 500px;*/
  margin: 0 auto;
}
.line-w {
  display: inline-block;
  border-bottom: #000 1px solid;
}
.line-w:hover {
  text-decoration: none;
  color: #000;
  border-bottom: #000 1px dashed;
}
/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
	.item-bg,.item-text {
  width: 100%;
}
.item-bg {
  min-height: 250px;
}
.item-text {
  padding: 50px 20px;
  max-width: 400px;
  margin: 0 auto;
  font-size: 1em;
}
}



/*----------------------------------------------
   works
---------------------------------------------*/
#works {
  background: linear-gradient(90deg, #161C56 0%, #161C56 95%, #c1ab05 95%, #c1ab05 100%);
	margin: 0;
	padding: 0 0 100px 0;
	position: relative;
}
.underline-w {
  color: #c1ab05;
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 100px;
  text-align: center;
  line-height:0.95em;
  font-weight:bold;
  
}
.underline-w span {
  border-bottom: #c1ab05 1px solid;
  padding-bottom: 5px;
}
/* sliderはswiper.cssで設定*/

.link-center {
  display: table;
  padding: 10px 30px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #fff;
  margin: 50px auto 0 auto;
}

/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
  #works {
  background: linear-gradient(90deg, #161C56 0%, #161C56 90%, #c1ab05 90%, #c1ab05 100%);
}
.underline-w {
  font-size: 1.3em;
  padding-top: 50px;
}
}

/*----------------------------------------------
   recruit
---------------------------------------------*/

#recruit {
	margin: 0;
	padding: 0;
	position: relative;
	background-color: #161C56;
}

.recruit-box {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}
.recruit-textL {
	width: 15%;
	color: #c1ab05;
	padding: 1em 2em;
	
}
.recruit-textR {
	width: 85%;
	color: #c1ab05;
	padding: 1em 2em;
	background: url(../images/bg-work.jpg) no-repeat center center;
	background-size: cover;
}


.recruit-textL h2 {
	writing-mode: vertical-lr;
	text-align: center;
	display: table;
	margin: 10px auto 10px auto;
	padding: 0 5px;
}


.recruit-bk {
	background-color:rgba(0, 0, 0, 0.7);
	width: 80%;
	margin: 130px auto 100px auto;
	padding: 50px;
}
.en_h3 {
	font-family: "Dancing Script", cursive;
	font-size: 3em;
	text-align: right;
	font-weight: 500;
	margin-bottom: 20px;
}
.text-shadow-w {
	text-shadow    : 
       1px  1px 2px #333,
      -1px  1px 2px #333,
       1px -1px 2px #333,
      -1px -1px 2px #333,
       1px  0px 2px #333,
       0px  1px 2px #333,
      -1px  0px 2px #333,
       0px -1px 2px #333; 
}

/* button detail */
.btn-detail {
	background-color: #161C56;
	/*font-weight: 400;*/
	color: #fff!important;
	/*display: table;*/
	margin: 3em 0 0 0;
	padding:  10px 15px;
	font-size: 1em;
	line-height: 1;
	transition: 0.3s;
	display: inline-block;
}
.btn-detail .bi-caret-right-fill {
	color: #fff;
}

/* button apply */
.btn-apply {
	background-color: #161C56;
	color: #fff!important;
	display: table;
	margin: 0 auto;
	padding:  15px 20px;
	font-size: 1em;
	line-height: 1;
	transition: 0.3s;
	position: absolute;
	top: -25px;
	left: 44%;
	font-size: 1.2em;
}
.btn-apply .bi-caret-right-fill {
	color: #fff;
}

/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
  #recruit {
	border-top: #c1ab05 40px solid;
}
	.recruit-textL {	
		width: 90%;
		padding: 2em 0;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.recruit-textR {	
		width: 100%;
		margin: 0 auto;
    padding: 0;
	}

	.recruit-textL h2 {
    font-size: 1.5em;
		line-height: 1;
	}
	

	.recruit-bk {
		width: 98%;
		margin: 50px auto 50px auto;
		padding: 50px 30px;
	}
	.en_h3 {
		font-size: 1.8em;
		text-align: center;
	}
  .recruit-bk p {
    font-size: 1em;
    line-height: 1.6;
  }

	/* button apply */
.btn-apply {
	left: 25%;
	font-size: 1em;
}

}



/*----------------------------------------------
   free
---------------------------------------------*/
#free {
  margin: 0;
  padding: 0;
  background: linear-gradient(90deg, #161C56 0%, #161C56 90%, #c1ab05 90%, #c1ab05 100%);
}
.free-box {
  flex-wrap: wrap;
}
.free-box-R {
  flex-wrap: wrap;
   flex-direction: row-reverse;
}

.photoArea  {
  width: 50%;
}
.photoArea figure {
  position: relative;
  display: inline-block;
  overflow: hidden;
  max-height: 50vh;
}
.photoArea figure::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #000;
}
@keyframes barAnime{
	0% {
		left: 0;
		width: 0;
	}
	50% {
		left: 0;
		width: 100%;
	}
	51% {
		left: 0;
		width: 100%;
	}
	68% {
		left: 0;
		width: 100%;
	}
	100% {
		left: 100%;
		width: 0;
	}
}

.photoArea figure img {
  opacity: 0;
  transform: scale(1.1);
}


@keyframes photoAnime{
	0% {
    opacity: 0;
    transform: scale(1.1);
  }
	50% {
    opacity: 0;
    transform: scale(1.1);
  }
	100% {
    opacity: 1;
    transform: scale(1);
  }
}
.photoArea.move figure::before {
  animation: barAnime forwards 1.5s 1 ease 0.1s normal;
}
.photoArea.move figure img {
  animation: photoAnime forwards 1.5s 1 ease 0.5s normal;
}



.free-item {
  width: 45%;
  /*position: relative;*/
  height: 40vh;
  background-color: rgba(255, 255, 255, 0.8);
  margin: 5vh auto;
  padding: 20px 0 0 0;
}
.free-text {
  text-align: center;
  font-size: 1.3em;
  font-weight: 500;
  text-shadow    : 
       3px  3px 4px #fff,
      -3px  3px 4px #fff,
       3px -3px 4px #fff,
      -3px -3px 4px #fff,
       3px  0px 4px #fff,
       0px  3px 4px #fff,
      -3px  0px 4px #fff,
       0px -3px 4px #fff; 
}
.free-img {
 margin-top: 50px;
}
/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
.free-box {
  flex-wrap: wrap;
}
.free-box-R {
  flex-wrap: wrap;
   flex-direction: row;
}

.photoArea  {
  width: 100%;
}
.free-item {
  width: 96%;
  /*position: relative;*/
  height: auto;
  background-color: rgba(255, 255, 255, 0.8);
  margin: 20px auto;
  padding: 20px 0 40px  0;
}


}

/*----------------------------------------------
   news
---------------------------------------------*/
#news {
  margin: 0;
  padding: 0 0 150px 0;
  background: linear-gradient(90deg, #161C56 0%, #161C56 90%, #c1ab05 90%, #c1ab05 100%);
}

.news-box {
	background-color: rgba(255, 255, 255, 0.8);
	margin: 50px auto 20px auto;
	padding: 1em;
}

.news-list {
	list-style: none;
}
.news-list li {
	border-bottom: #161C56 1px dashed;
	padding: 10px;
}
.news-list li a {
	display: inline-block;
	padding-left: 1em;
}
/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
	.news-list li a {
	display: block;
	padding-left: 0;
}
}
/*----------------------------------------------
   access
---------------------------------------------*/


#access {
	margin: 0;
	padding: 0;
}
#access iframe {
	width: 100%;
	height: 350px;
	margin: 0;
	padding: 0;
}

/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
	#access iframe {
	height: 250px;
}

}

/*----------------------------------------------
   footer
---------------------------------------------*/

footer {
	margin:  -7px 0 0 0;
}


/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
}

@media screen and (max-width: 480px) {
}