@charset "UTF-8";
/**
 * Stylesheet for Top Page
 * 
 */

/*------------------------------------------
  Hero area
--------------------------------------------*/
.hero_area .logo .bgLRextend::before{
	animation-delay: 2.5s;
}
.hero_area {
  position: relative;
}

/* .hero_area .movie_wrapper {
	width: 100%;
}
.hero_area video {
	width: 100%;
}
.hero_area .logo {
	position: absolute;
	top: 0.5rem;
	left: 0.5rem;
}
.hero_area .logo .bgLRextend::before{
	animation-delay: 2.5s;
}

.hero_area a {
	display: flex;
}
.hero_area .logo_img {
	width: 80%;
	background-color: rgba(255,255,255,0.3);
}
@media screen and (min-width: 768px){
	.hero_area .logo {
		top: 1rem;
		left: 1rem;
	}
	.hero_area .logo_img {
		width: 100%;
	}
} */

.main_slider {
	position: relative;
}
.list_main_slider li img {
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.progress_bar {
	width: 100%;
	background: #eaeaea;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.progress_bar .bar {
	width: 0%;
	height: 4px;
	background: #0a467d;
}
/* トップスライド効果 */
@keyframes zoomDown {
	0% {
		transform: scale(1.25);
	}
	100% {
		transform: scale(1);
	}
}
.slide_zoom .slick-active img {
	animation: zoomDown 13s linear 0s 1 normal both;  
}

.hero_msg_area {
}
.hero_msg {
	font-family: "BIZ UDPGothic", sans-serif;
	color: #002a54;
	/* color: #000; */
	font-weight: bold;
	text-shadow    :
	    1px  1px 1px #dddddd,
	    -1px  1px 1px #dddddd,
	    1px -1px 1px #dddddd,
	    -1px -1px 1px #dddddd,
	    1px  0px 1px #dddddd,
	    0px  1px 1px #dddddd,
	    -1px  0px 1px #dddddd,
	    0px -1px 1px #dddddd;
}
@keyframes fadeup {
	0% {
	  opacity: 0;
	  transform: translateY(30px);
	}
  
	100% {
	  opacity: 1;
	  transform: translateY(0);
	}
}
.text_typing {
  position: absolute;
  width: 100%;
  left: -1000rem;
  visibility: hidden;
  /* background-color: rgba(255,255,255,0.2); */
  text-align: center;
}
.text_typing.active {
	left: 0% !important;
	transform: translateX(-50%);
	visibility: visible;
	animation: 1s fadeup ease-in-out forwards;
}
.text_typing span {
  display: none;
}
#heroMsg1 .text_typing {
  top: 15%;
  font-size: 130%;
}
#heroMsg2 .text_typing {
  top: 22%;
  font-size: 145%;
}
#heroMsg3 .text_typing {
	top: 30%;
	font-size: 145%;
}
@media screen and (min-width: 768px){
	#heroMsg1 .text_typing {
	  top: 25%;
	  font-size: 200%;
	}
	#heroMsg2 .text_typing {
	  top: 35%;
	  font-size: 300%;
	}
	#heroMsg3 .text_typing {
		top: 45%;
		font-size: 300%;
	  }
  }
@media screen and (min-width: 992px){
	#heroMsg1 .text_typing {
	  top: 25%;
	  font-size: 300%;
	}
	#heroMsg2 .text_typing {
	  top: 35%;
	  font-size: 400%;
	}
	#heroMsg3 .text_typing {
		top: 45%;
		font-size: 400%;
	  }
}

/*------------------------------------------
  Guide
--------------------------------------------*/
.guide_area {
    position: relative;
    text-align: center;
    padding: 5em 0;
}
.guide_arrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--light-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 4em;
    height: 4em;
}
.guide_arrow span {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    width: 1.5em;
    height: 1.5em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
}

/*------------------------------------------
  Vision
--------------------------------------------*/
#vision .bgLRextend::before{
	animation-delay: 2.5s;
}

.vision_area .vision_text {
	text-align: center;
	line-height: 1.7;
	font-size: 95%;
	margin: 0 1rem 1rem;
}
.vision_area .vision_signature {
    text-align: right;
}
@media (max-width: 767px) {
	.vision_area h3 {
		font-size: 150%;
	}
	.vision_area .vision_text {
		font-size: 100%;
	}
}
@media (min-width: 768px) {
	.vision_area h3 {
		font-size: 200%;
	}
	.vision_area .vision_text {
		font-size: 140%;
	}
}

/*------------------------------------------
  About Us
--------------------------------------------*/
.job_item {
    position: relative;
    width: calc( 100% / 2 - 10px);
    background-color: #fff;
    margin-top: 2rem;
}
.job_item:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0.8em;
    left: 0.5em;
    background-color: #eee;
    z-index: -1;
}
.job_item figure {
    background-color: var(--main-color);
    padding: 0.5em;
}
.job_item .job_text {
    display: block;
    background-color: #fff;
    border: 2px solid var(--main-color);
    margin: 0;
	line-height: 1.3;
    padding: 10px;
	font-size: 80%;
}
.job_item .job_text h3 {
    text-align: center;
	font-size: 100%;
}
@media (max-width: 767px) {
	.aboutus_area .desc_wrap {
		width: 95%;
		margin: 1rem auto;
	}
}
@media (min-width: 768px) {
	.aboutus_area .desc_wrap {
		width: 70%;
		margin: 2rem auto;
		line-height: 2;
	}

	.job_item {
		width: calc( 100% / 3 - 3rem);
		margin-top: 3rem;
	}

	.job_item:after {
		top: 1rem;
		left: 1rem;
	}
	.job_item figure {
		padding: 1em;
	}
	.job_item .job_text {
		padding: 14px;
	}
	.job_item .job_text h3 {
		font-size: 120%;
	}
	
}

/*------------------------------------------
  Company
--------------------------------------------*/
.t_company {
	display: flex;
	flex-wrap: wrap;
	margin: 1rem auto;
}
.t_company dt, .t_company dd {
	padding: 10px;
}
.t_company dt {
	font-weight: bold;
}
@media (max-width: 767px) {
	.t_company {
		width: 100%;
	}
	.t_company dt, .t_company dd {
		width: 100%;
	}
	.t_company dt {
		background-color: #eee;
	}
}
@media (min-width: 768px) {
	.t_company {
		width: 85%;
	}
	.t_company dt, .t_company dd {
		padding: 10px;
		border-bottom: 2px solid #ccc;
	}
	.t_company dt {
		width: 25%;
		text-align: right;
		padding-right: 2rem;
	}
	.t_company dd {
		width: 75%;
	}
}

.map_wrap iframe {
	width: 100%;
}

/*------------------------------------------
  Recruit
--------------------------------------------*/
.t_recruit {
	display: flex;
	flex-wrap: wrap;
	margin: 1rem auto;
}
.t_recruit dt, .t_recruit dd {
	padding: 10px;
}
.t_recruit dt {
	font-weight: bold;
}
@media (max-width: 767px) {
	.t_recruit {
		width: 100%;
	}
	.t_recruit dt, .t_recruit dd {
		width: 100%;
	}
	.t_recruit dt {
		background-color: #eee;
	}
}
@media (min-width: 768px) {
	.t_recruit {
		width: 85%;
	}
	.t_recruit dt, .t_recruit dd {
		padding: 10px;
		border-bottom: 2px solid #ccc;
	}
	.t_recruit dt {
		width: 25%;
		text-align: right;
		padding-right: 2rem;
	}
	.t_recruit dd {
		width: 75%;
	}
}

/*------------------------------------------
  Instragram Feeds
--------------------------------------------*/
.insta_area {
/*	background-color: #eff8fc;*/
	background-color: #f3f3f3;
}
.insta_media {
	padding: 5px;
	line-height: 1.2;
}
.insta_media a {
	display: block;
	color: var(--text-color);
	text-decoration: none;
}
.insta_thumbnail {
	display: inline-block;
	height: 45vw;
}
@media (min-width: 992px) {
	.insta_thumbnail {
		display: inline-block;
		height: 265px;
	}
}
.insta_thumbnail img {
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.insta_datetime {
	display: block;
	font-size: 80%;
  margin-top: 1rem;
}
.insta_caption {
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-top: 5px;
}
.insta_meta_area {
	display: block;
	margin-top: 7px;
}
.like_count i {
	margin-right: 5px;
}
.comments_count i {
	margin-left: 10px;
	margin-right: 5px;
}
.insta_btn {
	width: 90%;
	margin: 1.5rem auto 0;
}
.insta_btn, .insta_btn:visited {
	color: var(--dark-color);
}
@media (min-width: 768px) {
	.insta_btn {
		width: 30%;
	}
}

.insta_btn i {
	margin-right: 5px;
}
/*------------------------------------------
  Category
--------------------------------------------*/
.category_area {
}
.category_area .container {
	position: relative;
	z-index: 1;
}
.cat_item {
	position: relative;
	padding: 1rem;
}
.cat_item figure img {
	width: 100%;
}
@media (min-width: 768px) {
	.cat_item {
		padding: 1rem;
		margin: 0 0 250px 0;
	}
	.cat_item:nth-of-type(2n+1) {
		flex-direction: row-reverse;
	}
	.cat_item:last-child {
		margin: 0 0 150px 0;
	}
	.cat_item figure {
		width: 50%;
	}
	.cat_item:after {
		content: '';
		position: absolute;
		width: 70%;
		height: 20em;
		background-color: #f3f3f3;
		top: 20%;
		left: 50%;
		transform: translateX(-50%);
		z-index: -1;
	}
}
@media (min-width: 992px) {
	.cat_item {
		padding: 1rem;
		margin: 0 0 300px 0;
	}
}

.cat_content_box {
	background-color: #fff;
	box-shadow: 0 0 20px #ccc;
	position: relative;
	padding: 1.5rem;
	z-index: 1;
	width: 100%;
}
@media (min-width: 768px) {
	.cat_content_box {
		width: 46%;
		top: 150px;
		padding: 2rem 0.5rem;
	}
}
@media (min-width: 992px) {
	.cat_content_box {
		width: 42%;
		top: 150px;
		padding: 2rem;
	}
}
.cat_title {
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	margin: 0;
	display: block;
	/* padding: 10px 0 10px 20px; */
}
.cat_title span {
	display: block;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
}
.cat_list {
	margin: 1rem 0 1rem 1rem;
}
.cat_content_box .btn {
	width: 90%;
	margin: auto;
}
@media (min-width: 992px) {
	.cat_content_box .btn {
		position: absolute;
		width: 40%;
		bottom: 20px;
		right: 2rem;
		margin: auto;
	}
}
.cat_content_box .btn:visited {
	color: var(--dark-color);
}
.cat_content_box .btn:hover {
	color: #fff !important;
}

/*------------------------------------------
  Contact
--------------------------------------------*/
.form_wrap {
	width: 90%;
	margin: 0 auto;
}
@media (min-width: 992px) {
	.form_wrap {
		width: 80%;
	}

}




