@charset "UTF-8";

/*
CSS Document
Copyright (C) GLOBAL ASSET MOTIONS CO., LTD All Rights Reserved.
URL:www.glam.ne.jp
*/



@import url("common.css");
@import url("others.css");



/* --------------------------------------------------
   HEADER AREA
-------------------------------------------------- */


/* ----------------------------------------------------------
   MAIN VISUAL AREA
---------------------------------------------------------- */
.second_top{
	margin: 100px 0 0 0;
	padding: 0 10% 0 0;
	width: 100%;
	height: 300px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

h2.second_title{
	padding: 2.7% 0;
	width: 320px;
	border: 1px solid #fff;
	font-size: 2rem;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 0.1rem;
	text-align: center;
	line-height: 2.7rem;
}

h2.second_title span{
	display: block;
	font-size: 1.2rem;
	font-weight: normal;
	color: #9bdaf7;
	font-family: 'Boogaloo', cursive;
}

.bg_introduction{
	background-image: url("../introduction/img/img_top.jpg");
	background-size: cover;
	background-position: 0 30%;
}

.bg_message{
	background-image: url("../message/img/img_03.jpg");
	background-size: cover;
	background-position: 0 50%;
}

.bg_company{
	background-image: url("../company/img/img_top_02.jpg");
	background-size: cover;
	background-position: 50%;
}

.bg_recruit{
	background-image: url("../recruit/img/img_top.jpg");
	background-size: cover;
	background-position: 50%;
}

.bg_business{
	background-image: url("../business/img/img_top.jpg");
	background-size: cover;
	background-position: 50%;
}

.bg_information{
	background-image: url("../information/img/img_top.jpg");
	background-size: cover;
	background-position: 50%;
}

.bg_contact{
	background-image: url("../contact/img/img_top.jpg");
	background-size: cover;
	background-position: 50%;
}

.bg_privacy{
	background-image: url("../privacy/img/img_top.jpg");
	background-size: cover;
	background-position: 50%;
}


/* ----------------------------------------------------------
   BREADCRUMBS AREA
---------------------------------------------------------- */



/* ------------------------------------- breadcrumb list  */



/* ----------------------------------------------------------
   GENERAL PARTS
---------------------------------------------------------- */

/* ------------------------------  ct title */





/* ------------------------------------------ text + image */

 
/* ------------------ position ctl */





/* ----------------------------------------------------------
   CONTENTS AREA
---------------------------------------------------------- */
/*--------------------------------------------message*/
.message_top{
	width: 100%;
	height: 400px;
	position: relative;
}

.message_top img{
	width: 85%;
	height: 400px;
	object-fit: cover;
	object-position: bottom 60% left 0%;
}

.message_top p.message_top_com,
.message_top p.message_top_com02{
	padding: 2rem 3rem;
	color: #fff;
	background-color: rgba(0,146,215,0.85);
	letter-spacing: 0.1em;
}
.message_top p.message_top_com{
	position: absolute;
	bottom: 10%;
	right: -2%;
	font-size: 1.5rem;
}

.message_top p.message_top_com02{
	position: absolute;
	top: 55%;
	left: 65%;
	font-size: 1.3rem;
}

p.ceo{
	margin-top: 2em;
	font-size: 1.2rem;
	color: #005bac;
	font-weight: 500;
}


.cp_timeline02 {
	position: relative;
	margin: 3em auto;
	overflow: auto;
}
.cp_timeline02:before {
	position: absolute;
	left: 0%;
	width: 2px;
	height: 100%;
	content: '';
	background: #ccc;
}
.cp_timeline02 h4 {
	position: relative;
	clear: both;
	max-width: 10em;
	margin: 6% 0 2% 2%;
	padding: 0.5em 1em;
	text-align: center;
	background: rgba(0,146,215,1);
	border-radius: 8px;
	font-size: 1.2em;
	color: #fff;
}
.cp_timeline02 ul {
	width: 80%;
	margin: 0;
	padding: 0 0 0 2em;
	list-style: none;
}
.cp_timeline02 li {
	position: relative;
	margin-bottom: 1em;
	padding: 1.3em;
	background: #e5f3f9;
	width: 100%;
	border-radius: 8px;
	border: solid 1px rgba(0,146,215,1);
}
.cp_timeline02 li:before {
	position: absolute;
	top: 12px;
	left: -14px;
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 15px 10px 0;
	border-color: transparent #e5f3f9 transparent transparent;
	z-index: 0;
}
.cp_timeline02 li:after {
	position: absolute;
	top: 12px;
	left: -16px;
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 15px 10px 0;
	border-color: transparent #0092d7 transparent transparent;
 	z-index: -1;
}
.cp_timeline02 li:nth-child(even) {
	margin-top: 2em;
}
.cp_timeline02 li:nth-child(odd) {
	
}
.cp_timeline02 li:nth-child(odd):before {
		right: auto;
		left: -14px;
		border-width: 10px 15px 10px 0;
		border-color: transparent #e5f3f9 transparent transparent;
}
.cp_timeline02 li:nth-child(odd):after {
	position: absolute;
		right: auto;
		left: -16px;
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
		border-width: 10px 15px 10px 0;
		border-color: transparent #0092d7 transparent transparent;
	z-index: -1;
}

.cp_timeline02 li:nth-of-type(2n+1) {
	clear: both;
}
.cp_timeline02 li .flag {
	font-size: 1.1em;
	padding: 0;
	margin-bottom: 2%;
	font-weight: bold;
}
.cp_timeline02 li .desc {
	font-size: 1em;
	line-height: 1.5em;
}
.cp_timeline02 li .time {
	font-size: 0.6em;
	color: #00838F;
	font-weight: bold;
}
@media only screen and (max-width: 767px) {
	.cp_timeline02:before {
		left: 0;
	}
	.cp_timeline02 ul {
		z-index: 1;
		padding: 0 0 0 1.5em;
	}
	.cp_timeline02 li {
		width: 100%;
	}
	.cp_timeline02 li:nth-child(even),
	.cp_timeline02 li:nth-child(odd) {
		float: none;
	}
	.cp_timeline02 li:nth-child(odd):before {
		right: auto;
		left: -14px;
		border-width: 10px 15px 10px 0;
		border-color: transparent #e5f3f9 transparent transparent;
	}
	.cp_timeline02 li:nth-child(odd)::after {
		right: auto;
		left: -16px;
		border-width: 10px 15px 10px 0;
		border-color: transparent #0092d7 transparent transparent;
	}
}

/*-------------------------------------------------company*/

.company_img{
	margin: 0;
	padding: 0 0 2% 0;
	width: 100%;
}


.company_img img{
	width: 100%;
	height: auto;

}

.map{
	margin: 0 0 2% 0;
	width: 100%;
	height: 400px;
}

.office{
	padding: 3% 0 0 0;
}

h4.text_title{
	margin: 1rem 0 1.5rem 0;
	padding: 0 0 0 1rem;
	border-left: solid 3px #005bac;
	font-size: 1.3rem;
	font-weight: bold;
}

p.office_address{
	padding: 0 0 0 1rem;
	line-height: 1.5rem;
}

.image_box{
	margin-top: 10%;
	width: 100%;
	height: auto;
}



/*----------------------------------------------business*/

.bg_town{
	background-image: url("../business/img/img02.png");
	background-size: cover;
	background-position: 60%;
}

.town_cath_en{
    margin: 2% auto 2% auto;
    text-align: center;
    line-height: 1em;
    letter-spacing: 0.1em;
    font-size:19px;
    color: #03608c;
    font-family: 'Dancing Script', cursive;
    font-weight: 600;
}

.town_cath{
    margin: 0 auto 8% auto;
    text-align: center;
    background: -webkit-linear-gradient(0deg, #0092d7, #036492);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
}

.town_cath span{
    background: -webkit-linear-gradient(0deg, #4ac0f8, #0470b6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-size: 35px;

}

.pt{
	padding: 8rem 0 0 0;
}

h3.business_text{
	position: relative;
	padding: 0 0 2rem 0;
	font-size: 1.4rem;
	font-weight: bold;
}

h3.business_text:before{
	content: attr(data_nam);
	display: block;
	color: #9bdaf7;
	font-size: 2rem;
	margin-bottom: 0.3em;
}

p.text_lh21{
	line-height: 2.1em;
}

/* --------------------------------------------------
   blur
-------------------------------------------------- */


.blur{
	animation-name:blurAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
}

@keyframes blurAnime{
  from {
	filter: blur(10px);
	transform: scale(1.02);
	opacity: 0;
  }

  to {
	filter: blur(0);
	transform: scale(1);
	opacity: 1;
  }
}
 
.blurTrigger{
    opacity: 0;
}




/*------------------------------------------introduction*/
.interview_top{
	margin: 0 auto;
	width: 100%;
	height: 460px;
	position: relative;
}

.interview_top img{
	width: 100%;
	height: 460px;
	object-fit: cover;
	/*object-position: left 0 top 20%;*/
}


.img_position_top{
	object-position: left 20% top 20%;
}


.interview_top_text{
	padding: 1.5rem 1rem;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 40%;
	height: auto;
	background-color: rgba(0, 146, 215, 0.7);
}

.interview_top_text p{
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.6em;
	color: #FFFFFF;
	letter-spacing: 0.1rem;
}

.interview_top_text p span{
	font-size: 0.6em;
	font-weight: normal;
	line-height: 1em;
	letter-spacing: 0.1em;
}

.interview_top_text p.name{
	font-size: 1.2rem;
	font-family: 'Boogaloo', cursive;
	color: #9bdaf7;
}

.wrapper_text{
	margin: 0 0 8% 0;
	height: auto;
}

.interview_content{
	padding: 0 15%;
    width: 100%;
    height: auto;
}

.bg_rightblue{
	background-color: rgba(0, 146, 215, 0.1)
}
	


p.question{
	margin: 0 0 1.5rem 0;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.5rem;
	letter-spacing: 0.1rem;
	color: #0092d7;
}

p.answer{
	margin: 0 0 3rem 0;
	line-height: 2em;
}

p.answer02{
	margin: 0;
	line-height: 2em;
}

.introduction_area{
	margin: 8% 0 0 0;
	width: 100%;
	background-color: #0092d7;
}

.introduction_inner{
	margin: 3% auto 0;
	padding: 3% 4%;
	width: 80%;
	height: auto;
	border: solid 1px #0092d7;
	background-color: #FFFFFF;
}

.introduction_text{
	margin: 0 0 1rem 0;
}

p.introducer{
	padding: 2% 0;
	text-align: center;
	
}

p.introducer_com{
	font-size: 0.9rem;
	line-height: 1.2rem;
}

ul.other_interview{
	margin: 4% 0 0% 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}

ul.other_interview li{
	width: 30%;
	height: 400px;
	position: relative;
}


ul.other_interview li img{
	width: 100%;
	height: 400px;
	object-fit: cover;
}

ul.other_interview li img.position_left{
	object-position: top 0 left 20%;
}

ul.other_interview li img.position_right{
	object-position: top 0 right 20%;
}


ul.other_interview::after{
  content:"";
  display: block;
  width:30%;
}

ul.other_interview li:nth-child(n+4){
	margin: 2rem 0 0 0;
}

@media only screen and (max-width: 1100px){
	.interview_top_text{
		padding: 0.7rem;
		width: 100%;
}
	
	.interview_content{
		padding: 0 7%;
		width: 100%;
		height: auto;
	}
	
	.bg_rightblue{
		background-color: rgba(0, 146, 215, 0.1)
	}
	
	p.answer,
	p.answer02{
		margin: 0 0 3rem 0;
	line-height: 2em;
	}
	
	.introduction_img{
		flex-wrap: wrap;
	}

	.introduction_img_img{
		margin: 1rem auto;
		width: 30%;
	}

	p.introduction_img_com{
		width: 100%;
	}
	
	ul.other_interview{
		flex-wrap: wrap;

	}

	ul.other_interview li{
		width: 48%;
	}
	
	ul.other_interview li:nth-child(n+3){
	margin: 1rem 0 0 0;
}

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


p.recruit_top_massege{
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 2rem;
	letter-spacing: 0.1rem;
}

/*ul.youtube_innner{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
}

ul.youtube_innner li{
	width: 50%;
	height: auto;
	
}

ul.youtube li iframe{
}*/


ul.youtube_innner{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
}

ul.youtube_innner li{
	 position: relative;
	  width: 47%;
	  padding-top: 26.438%;
}

ul.youtube_innner li.three_box{
	 position: relative;
	  width: 30%;
	  padding-top: 16.875%;
}

ul.youtube_innner li iframe{
	  position: absolute;
	  top: 0;
	  right: 0;
	  width: 100%;
	  height: 100%;	
}	


/* ----------------------------------- button */

.btn_box{
    width: 100%;
    margin: 3% auto 0 auto;
    text-align:center;
    letter-spacing: 0.1em;
}

.btn_std{
  position: relative;
  background:#64b6ea;
  padding: 30px 80px;
  display: inline-block;
  text-align: center;
  color:#fff;
  text-decoration: none;
	font-size: 1.25em;
	border: 1px solid #fff;
	font-weight: bold;
	letter-spacing: 0.2em;
}

.btn_std:hover{
  transition: all .2s linear;
  background:#2780d7;
	border: 1px solid #fff;
}




/*-----------------------------------information*/
ul.information_text a{
	color: #014260;
}

ul.information_text a:hover{
	color: rgba(1, 66, 96, 0.7);
}


ul.information_text li{
	padding: 2rem 1em;
	display: flex;
	justify-content: space-between;
}

ul.information_text li p.data{
	width: 20%;
	color: #005bac;
}

ul.information_text li p.data span{
	margin: 0 0 0 2rem;
	padding: 6px 8px;
	font-size: 0.8em;
	background-color: #0092d7;
	color: #fff;
}

ul.information_text li p.title{
	width: 80%;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
}

.info_image{
    display: block;
    margin-top: 3%;
}

.info_image img{
    width: 50%;
    height: auto;
}



/* ------------------------------- essentials  */

.essentials_box{
    position: relative;
    padding: 0% 0% 0% 0%;
    width: 100%;
    height: 390px;
}
    
.essentials_right{
    position: absolute;
    top: 25%;
    right: 0;
}

.essentials_right  img{ 
    float: right;
    width: 60%;
    height: auto;
}

.essentials_left{
    position: absolute;
    top: 25%;
    left: 0;
}

.essentials_left  img{ 
    float: left;
    width: 60%;
    height: auto;
}

.essentials_inner_box{
    width: 40%;
    height: auto;
position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


.essentials_title{
    margin: 0 auto 8% auto;
    padding: 0% 0% 0% 0%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 1.85em;
    font-weight: 300;
	
}

.essentials_title span{
    font-size: 27px;
    letter-spacing: 0.1em;
	font-weight: bold;
}

    

/*--------------------------------------privacy*/

p.text{
	margin: 3% 0 7% 0;
	line-height: 1.7rem;
}

p.text a:link,
p.text a:visited,
p.text a:active,
p.text a:hover {
    text-decoration:underline;
}

p.text a:link,
p.text a:visited,
p.text a:active {
    color: #333;
}

p.text a:hover {
    color:#AEAEAE;
}



/*----------------------------------------------------contact*/

.contact_box{
	margin-top: 4%;
	display: flex;
	justify-content: space-between;
}


.namber_box{
	width: 48%;
	height: auto;
	margin: 0% 0%;
	padding: 2%;
	background-color: rgba(0, 146, 215, 0.1);
}

h4.namber{
	font-size: 1.7rem;
	font-weight: bold;
	letter-spacing: 0.2rem;
	padding: 0;
	display: inline-flex;
align-items: center;
}

h4.namber::before {
    font-family: 'Material Symbols Outlined';
    content: '\e0b0';
    font-size: 55px;
    font-weight: 200;
    line-height: 1em;
vertical-align: 20px;
	color: #0092d7;
}

h4.namber_fax::before {
    font-family: 'Material Symbols Outlined';
    content: '\ead8';
    font-size: 55px;
    font-weight: 200;
    line-height: 1em;
vertical-align: 20px;
	margin-right: 10px;
	color: #0092d7;
}



.bg_blue_100{
	background-color: #0092d7;
}

.bg_color02 {
    background:linear-gradient(#92cef4, #1271d2);
}











/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++

    TABLET

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



@media only screen and (max-width: 1100px){



/* ----------------------------------------------------------
   MAIN VISUAL AREA - TA
---------------------------------------------------------- */




/* ----------------------------------------------------------
   BREADCRUMBS AREA - TA
---------------------------------------------------------- */


/* ------------------------------------- breadcrumb list  */



/* ----------------------------------------------------------
   GENERAL PARTS - TA
---------------------------------------------------------- */

/* ------------------------------  ct title */


/* ------------------------------------------ text + image */




/* ----------------------------------------------------------
   CONTENTS AREA - TA
---------------------------------------------------------- */
/*------------------------------------------------recruit*/


ul.youtube_innner li{
	 position: relative;
	  width: 100%!important;
	  padding-top: 56.25%!important;
}


ul.youtube_innner li:nth-child(n+2){
	margin: 2rem 0 0 0;
}
	
	

/*-------------------------------------------business*/

.town_cath_en{
	margin-top: 4%;
	margin-bottom: 4%;
    font-size:19px;
}

.town_cath{
    margin: 0 auto 9% auto;
    font-size: 20px;
}

.town_cath span{
    font-size: 25px;
}
		
h3.business_text{
	font-size: 1.3rem;
}
	

p.text{
	padding: 0 0 2rem 0;
	line-height: 2em;
}

/*----------------------------------------------------contact*/

.contact_box{
	margin-top: 4%;
	flex-wrap: wrap;
}

.namber_box{
	width: 100%;
	height: auto;
}
	
.namber_box:nth-child(n+2){
	width: 100%;
	height: auto;
	margin: 2% 0% 0% 0%;
}

h4.namber{
	font-size: 1.6rem;
}

h4.namber::before {
    font-size: 55px;
vertical-align: 20px;
}

h4.namber_fax::before {
    font-size: 55px;
vertical-align: 20px;
	margin-right: 10px;
}

	
	
ul.information_text li p.data{
	width: 35%;
}


ul.information_text li p.title{
	width: 65%;
}

.introduction_area{
	margin: 0;
}
	


}/*** TA END ***/









/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++

    SMART PHONE

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



@media only screen and (max-width: 599px) {



/* --------------------------------------------------
   HEADER AREA
-------------------------------------------------- */





/* ----------------------------------------------------------
   MAIN VISUAL AREA - SP
---------------------------------------------------------- */
.second_top{
	padding: 0;
	margin: 70px 0 0 0;
	height: 240px;
	align-items: flex-end;
	/*justify-content: center;*/
}
	

	
h2.second_title{
	margin: 0 5% 5% 0;
	padding: 3.5% 0;
	width: 200px;
	font-size: 1.3rem;
	line-height: 1.7rem;
}
/*--------------------------------------------business*/
h3.business_text{
	padding: 0 0 1rem 0;
	font-size: 1.2rem;
}
	
.pt{
	padding: 1.5rem 0 0 0;
}
	
.bg_town{
	background-repeat: no-repeat;
}
	

/*--------------------------------------------message*/
.message_top{
	width: 100%;
	height:auto;
}

.message_top img{
	width: 100%;
	height: 200px;
	object-fit: cover;
	object-fit: top 0 left 0;
	/*object-position: bottom 0% left 0%;*/
}

.message_top p.message_top_com,
.message_top p.message_top_com02{
	padding: 1em 1em;
}
.message_top p.message_top_com{
	position: absolute;
	bottom: -10%;
	right: -5%;
	font-size: 1.3em;
	width: 95%;
	height: auto;
}

.message_top p.message_top_com02{
	position: absolute;
	top: 55%;
	left: 65%;
	font-size: 1.3rem;
}
	
	
	
/*-----------------------------------------------------introduction*/

ul.other_interview li{
	width: 100%;
	height: 200px;
}


ul.other_interview li img{
	width: 100%;
	height: 200px;
}

ul.other_interview li img.position_left{
/*	object-position: top 0 left 20%;*/
}

ul.other_interview li img.position_right{
/*	object-position: top 0 right 20%;*/
}


ul.other_interview::after{
/*  content:"";
  display: block;
  width:30%;*/
}

ul.other_interview li:nth-child(n+4){
/*	margin: 2rem 0 0 0;*/
}
	
ul.other_interview li:nth-child(n+3){
	/*margin: 1rem 0 0 0;*/
	}
	
	ul.other_interview li:nth-child(n+2){
		margin: 1rem 0 0 0;
	}
	
	p.question{
	margin: 0 0 1.2rem 0;
	font-size: 1.1rem;
}
	
	
/*------------------------------------------recruit*/
	
p.recruit_top_massege{
	font-size: 1.1rem;
	letter-spacing: normal;
	padding: 0;
	line-height: 1.8rem;
}
    
.essentials_inner_box{
    width: 80%;
    height: auto;
}
	
/*----------------------------------------------------contact*/

.contact_box{
	margin-top: 4%;

}
	
.namber_box:nth-child(n+2){
	width: 100%;
	height: auto;
	margin: 2% 0% 0% 0%;
}

h4.namber{
	font-size: 1.2rem;
}

h4.namber::before {
    font-size: 35px;
vertical-align: 15px;
}

h4.namber_fax::before {
    font-size: 35px;
vertical-align: 15px;
	margin-right: 7px;
}

	
/*-----------------------------------information*/

ul.information_text li{
	padding: 1.5em 1em;
	flex-wrap: wrap;
}

ul.information_text li p.data{
	width: 100%;
	margin-bottom: 4%;
}

ul.information_text li p.data span{
	margin: 0 0 0 1em;
	padding: 6px 8px;
	font-size: 0.8em;
	background-color: #0092d7;
	color: #fff;
}

ul.information_text li p.title{
	width: 100%;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
}
	
.info_image img{
    width: 90%;
    height: auto;
}    

	
.essentials_box{
    width: 100%;
    height: 250px;
}
    
.essentials_right{
    position: absolute;
    top: 53%;
    right: 0;
}

.essentials_right  img{ 
    float: right;
    width: 45%!important;
    height: auto;
}

.essentials_left{
    position: absolute;
    top: 53%;
    left: 0;
}

.essentials_left  img{ 
    float: left;
    width: 45%!important;
    height: auto;
}

    
.essentials_title{
    margin: 0 auto;
    padding: 1% 0% 0% 0%;
    font-size: 14px;
    line-height: 2em;
}

.essentials_title span{
    padding: 0% 0% 0% 0%;
    font-size: 15px;
}
	
	
.btn_std{
  padding: 15px 40px;
}	

}
	
