@charset "UTF-8";

/* --- all --------------------------------------- */
body p img{
	margin: 0;
	padding: 0;
}
body {
	margin : 0 auto;
	width: 100%;
	overflow-x:hidden;
	font-family: 'Heebo', sans-serif;
}
.clear {
	clear: both;
}
.lightbox { display: none; }
/* --- recruit --------------------------------------- */
.top_cont {
	position: relative;
	margin-bottom: -50px;
}
.top_img {
	width: 100vw;
}
.toggle, .global_nav {
	display: none;
}
.toggle {
	text-align: center;
}
.global_nav {
	width: 100vw;
}
.global_nav a {
	text-decoration: none;
}
.nav {
	position: absolute;
	top: 3%;
	right: 3%;
	text-align: center;
}
.nav_btn {
	width: 180px;
	font-size: x-large;
	float: left;
	letter-spacing: 5px;
	font-weight: bold;
}
.nav_ja {
	font-size: small;
	letter-spacing: 0px;
	margin-top: -5px;
}
.nav_btn a {
	text-decoration: none;
	color: black;
	position: relative;
	display: block;
}
.nav_btn a::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #333;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
}
.nav_btn a:hover::after {
	transform: scale(1, 1);
}
/* --- title word --------------------------------------- */
.title_word {
	text-align: center;
	font-weight: bold;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	
}
.title_word_01 {
	font-size: 2.25vw;
	font-weight: 500;
	letter-spacing: 0.25vw;
}
.title_word_02 {
	margin-top: -5vw;
	font-size: 8vw;
	letter-spacing: 0.25vw;
}
.font_big {
	font-size: 12vw;
}
.title_word_03 {
	font-size: 2vw;
	margin-top: -2.5vw;
	font-weight: 600;
	letter-spacing: 0.5vw;
}

/* --- scroll mark --------------------------------------- */
.scroll_mark {
	position: absolute;
	bottom:5%;
	left: 50%;
	-webkit-transform: translate(-50%,-5%);
	-moz-transform: translate(-50%,-5%);
	-ms-transform: translate(-50%,-9%);
	-o-transform: translate(-50%,-5%);
	transform: translate(-50%,-5%);
	text-align: center;
}
.scroll_mark a span {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 2vw;
  height: 2vw;
  margin: -1.5vw 0 0 -1vw;
  border-left: 0.05vw solid #000;
  border-bottom: 0.05vw solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
animation: sdb 2s infinite;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    -webkit-transform: rotate(-45deg) translate(-1vw, 1vw);
  }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    transform: rotate(-45deg) translate(-1vw, 1vw);
  }
  40% {
    transform: rotate(-45deg) translate(0, 0);
  }
}
.scroll_mark a {
	text-decoration: none;
	color: #000;
	padding-top: -100px;
}
.scroll_mark p {
	margin-top: 10vw;
	font-size: 2vw;
}
/* --- main --------------------------------------- */
.main {
	width: 980px;
	margin: 0 auto;
	text-align: center;
}
.cont_head {
	font-weight: bold;
	font-size: 30px;
	margin-top: 100px;
}
.cont_title {
	line-height: 35px;
}
.cont_subtitle {
	margin-top: 30px;
	line-height: 50px;
}
.cont_subtitle span {
	border-bottom: solid 2px #036eb6;
}
.main p {
	margin-top: 30px;
	line-height: 30px;
}
.main img {
	width: 100%;
}
#message img {
	width: 980px;
}
.mgb img {
	cursor: pointer;
}
#point h3 {
	text-align: center;
	letter-spacing: 0.5vw;
	font-size: 30px;
}
.rep_msg {
	line-height: 50px;
	font-size: 20px;
	padding-bottom: 2px;
	width: 95%;
	margin: 0 auto;
	margin-bottom: 10px;
}
.rep_name {
	text-align: right;
}
.r_name {
	font-weight: 400;
	font-size: 30px;
	line-height: 30px;
	margin-top: -5px;
}
.rep_name .roma {
	font-weight: 200;
	font-size: 20px;
}
/* --- people --------------------------------------- */
.people_1d {
	margin-bottom: 50px;
	float: left;
	width: 980px;
}
.people_2d {
	width: 980px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	left: 150px;
}
.people_cont {
	float: left;
	text-align: left;
	margin-left: 25px;
	width: 300px;
}

.people_cont p {
	margin: 0;
	padding: 0;
	position: relative;
}
.people_cont img {
	margin-bottom: 20px;
	width: 300px;
	float: left;
	z-index: 9999;
}
.people_cont_left {
	width: 280px;
	position: relative;
	top: -50%;
}
.name {
	font-size: 30px;
}
.ruby {
	font-size: 20px;
	color: #036eb6;
}
.affi {
}
.resp {
	border: solid 1px #036eb6;
	/*width: 80px;*/
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	float: right;
}
.people_cont .lightbox {
	position: relative;
}
.lightbox img {
	width: 80vw;
}
.lightbox .name {
	position: absolute;
	top: 10vw;
	left: 5vw;
	font-size: 5vw;
}
.lightbox .ruby {
	position: absolute;
	top: 18vw;
	left: 5.5vw;
	font-size: 3vw;
}
.lightbox .affi {
	position: absolute;
	top: 30vw;
	left: 5.5vw;
	font-size: 1.5vw;
}
.lightbox .hobby {
	position: absolute;
	top: 32vw;
	left: 5.5vw;
	font-size: 1.5vw;
}
.interview {
	width: 75vw;
	margin: 0 auto;
	position: relative;
}
.interview .q {
	font-size: 25px;
	color: #036eb6;
	margin-bottom: -10px;
}
.question {
	float: left;
	width: 33vw;
	margin: 0 2vw;
	position: relative;
	left: 23%;
	-webkit-transform: translate(-50%,0%);
	-moz-transform: translate(-50%,0%);
	-ms-transform: translate(-50%,0%);
	-o-transform: translate(-50%,0%);
	transform: translate(-50%,0%);
}

/* --- about us --------------------------------------- */
.about_img {
	position:relative;
	overflow: hidden;
	padding-top: 60px;
	margin-top: -80px;
}
.about_cont {
	float: left;
	margin-left: 25px;
	margin-top: 300px;
}
.ratio {
	width: 200px;
	position:absolute;
	bottom:0;
}
.age {
	width:200px;
	position:absolute;
	bottom: 0;
	left: 45%;
	-webkit-transform: translate(-50%,0%);
	-moz-transform: translate(-50%,0%);
	-ms-transform: translate(-50%,0%);
	-o-transform: translate(-50%,0%);
	transform: translate(-50%,0%);
}
.org {
	width: 350px;
	position:absolute;
	bottom:0;
	right: 0;
}
.about_cont p {
	font-size: 25px;
	font-weight: bold;
}
.more {
}
.toggle-link {
	padding: 0 100px;
	width: 200px;
	border: solid 2px #036eb6;
	text-decoration: none;
	color: #036eb6;
	font-size: 30px;
}
.toggle_box {
	margin: 10px;
	padding: 10px;
	display: none;
}
.slider {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
/*左右の矢印の色を変える*/
 .slick-prev:before,
 .slick-next:before {
   color: #036eb6;
 }

/* --- recruit info --------------------------------------- */
#recruit {
	width: 980px;
	margin: 0 auto;
}
.new_cont_box {
	display: none;
}
.new, .mid {
	width: 200px;
	background-color: #036eb6;
	color: #fff;
	padding: 50px 100px;
	margin-top: 30px;
}
.new p, .mid p {
	line-height: 5px;
}
.new {
	float: left;
	margin-left: 60px;
}
.mid {
	float: right;
	margin-right: 60px;
}
.btn_title {
	font-size: 30px;
}
.flow {
	font-size: 30px;
	font-weight: bold;
}
.process {
	margin-top: 70px;
}
.process p{
	line-height: 1px;
}

#new_cont h3, #mid_cont h3 {
	font-size: 40px;
	margin-bottom: -50px;
}
#new_cont h4, #mid_cont h4 {
	text-align: left;
	position: relative;
	padding: 5px 5px 5px 42px;
	background: #036eb6;
	color: white;
	margin-left: -33px;
	line-height: 1.3;
	z-index:-1;
	font-size: 30px;
	font-weight: 300;
	margin-top: 50px;
	margin-bottom: 20px;
}
#new_cont h4:before, #mid_cont h4:before {
	position: absolute;
	content: '';
	left: -2px;
	top: -2px;
	border: none;
	border-left: solid 40px white;
	border-bottom: solid 79px transparent;
	z-index:-2
}
#recruit table {
	margin-bottom: 30px;
	text-align: left;
	/*white-space: nowrap;*/
	border-collapse: collapse;
	border: solid 2px #036eb6;
	width: 980px;
}
#recruit th {
	/*padding: 20px 20px;*/
	background-color: #036eb6;
	color: #fff;
	font-weight: 300;
	text-align: center;
	border-bottom: dashed 1px #fff;
	width: 150px;
	padding: 10px 0;  
}
#recruit td {
	border-bottom: dashed 1px #036eb6;
	padding-left: 5px;
}

/* --- footer --------------------------------------- */
footer {
	background-color: #036eb6;
	color: #fff;
	width: 100vw;
	margin: 0 auto;
	text-align: center;
	margin-top: 30px;
	padding-bottom: 10px;
}
.foot_wrap {
	width: 800px;
	margin: 0 auto;
}
.contact {
	padding-top: 40px;
	line-height: 5px;
	font-size: 20px;
	font-weight: lighter;
}
.min_right {
	text-align: center;
	font-weight: 100;
	font-size: 15px;
	margin-top: -10px;
}
.foot_menu {
	text-align: center;
	margin: 30px 0;
	margin-bottom: 50px;
}
.foot_menu_link {
	position: relative;
	left: 0%;
	-webkit-transform: translate(50%,0%);
	-moz-transform: translate(50%,0%);
	-ms-transform: translate(50%,0%);
	-o-transform: translate(50%,0%);
	transform: translate(50%,0%);
	float: left;
	width: 130px;
	margin: 0 20px;
	margin-bottom: 10px;
}
.foot_menu_link a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
.foot_link_ja {
	font-weight: lighter;
}
.br_sp {
	display: none;
}

/* --- page top --------------------------------------- */
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

/* タブレット */
@media (max-width: 1020px) and (min-width: 768px) {
	.nav {
		display: none;
	}
	.global_nav {
		display: block;
	}
	.toggle {
		display: block;
		position: fixed; /* bodyに対しての絶対位置指定 */
		right: 13px;
		top: 13px;
		width: 45px;
		height: 50px;
		cursor: pointer;
		z-index: 3;
		background: #036eb6;
		color: #fff;
	}
	.toggle span {
		display: block;
		position: absolute; /* .toggleに対して */
		width: 70%;
		border-bottom: solid 3px #fff;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
		padding-top: 5px;
		right: 7px;
	}
	.toggle span:nth-child(1) {
		top: 3px;
	}
	.toggle span:nth-child(2) {
		top: 13px;
	}
	.toggle span:nth-child(3) {
		top: 23px;
	}
	.toggle span:nth-child(4) {
		border: none;
		top: 28px;
		left: 5px;
		font-size: 12px;
		font-weight: bold;
	}
	/* 最初のspanをマイナス45度に */
.toggle.active span:nth-child(1) {
    top: 15px;
    left: 4px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.toggle.active span:nth-child(2),
.toggle.active span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
	/* .global_nav */
.global_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-100%);
    z-index: 2;
    padding-top: 50px;
    text-align: center;
    color: #fff;
    background: #036eb6;
    transition: all 0.8s;  
}
.global_nav .nav_li {
    width: 100%;
    padding: 10px;
    list-style-type: none;
}
.global_nav .nav_li a {
    display: block;
    color: #fff;
}
	/* .global_navに.activeが追加 */
.global_nav.active {
    transform: translateY(0%);
}
	.main {
		width: 95%;
		margin: 0 auto;
	}
	#message img {
		width: 90vw;
	}
	.people_cont {
		float: left;
		position: static;
		margin: 0;
		margin: 0 auto;
		margin-top: 30px;
	}
	.people_1d, .people_2d {
		width: 300px;
		position: relative;
		left: 50%;
		margin: 0;
		padding: 0;
		-webkit-transform: translate(-50%,0%);
		-moz-transform: translate(-50%,0%);
		-ms-transform: translate(-50%,0%);
		-o-transform: translate(-50%,0%);
		transform: translate(-50%,0%);
	}
	.about_cont {
		margin-top: 35vw;
	}
	.ratio, .age {
		width: 20vw;
	}
	.org {
		width: 30vw;
	}
	#recruit {
		width: 100%;
	}
	#new_cont {
		width: 100%;
	}
	.new, .mid {
		width: 40vw;
		padding: 20px 0;
	}
	.new {
		margin-left: 3vw;
	}
	.mid {
		margin-right: 3vw;
	}
		#new_cont h4, #mid_cont h4,
	#new_cont h4:before, #mid_cont h4:before {
		width: 100%;
	}
	#new_cont h4, #mid_cont h4 {
	text-align: left;
	position: static;
}
	#new_cont h4:before, #mid_cont h4:before {
	position: static;
	border: none;
}
	
		#recruit table, #recruit tr, 
	#recruit th, #recruit td {
		width: 95%;
		border: none;
	}
	.mark {
		width: 100vw;
		border: dotted 1px #036eb6;
		margin-top: -30px;
		margin-bottom: 20px;
	}
	#recruit th, #recruit td {
		width: 100%;
		display: block;
	}
	#recruit th {
		width: 150px;
		padding: 0;
		background-color: #ffffff;
		border: solid 1px #036eb6;
		color: #036eb6;
	}
	#recruit td {
		margin-bottom: 20px;
		margin-left: 10px;
	}
}

/* スマホ */
@media (max-width: 767px) {
	.nav {
		display: none;
	}
	.global_nav {
		display: block;
	}
	.toggle {
		display: block;
		position: fixed; /* bodyに対しての絶対位置指定 */
		right: 13px;
		top: 13px;
		width: 45px;
		height: 50px;
		cursor: pointer;
		z-index: 3;
		background: #036eb6;
		color: #fff;
	}
	.toggle span {
		display: block;
		position: absolute; /* .toggleに対して */
		width: 70%;
		border-bottom: solid 3px #fff;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
		padding-top: 5px;
		right: 7px;
	}
	.toggle span:nth-child(1) {
		top: 3px;
	}
	.toggle span:nth-child(2) {
		top: 13px;
	}
	.toggle span:nth-child(3) {
		top: 23px;
	}
	.toggle span:nth-child(4) {
		border: none;
		top: 28px;
		left: 5px;
		font-size: 12px;
		font-weight: bold;
	}
	/* 最初のspanをマイナス45度に */
.toggle.active span:nth-child(1) {
    top: 15px;
    left: 4px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.toggle.active span:nth-child(2),
.toggle.active span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
	/* .global_nav */
.global_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-100%);
    z-index: 2;
    padding-top: 50px;
    text-align: center;
    color: #fff;
    background: #036eb6;
    transition: all 0.8s;  
}
.global_nav .nav_li {
    width: 100%;
    padding: 10px;
    list-style-type: none;
}
.global_nav .nav_li a {
    display: block;
    color: #fff;
}
	/* .global_navに.activeが追加 */
.global_nav.active {
    transform: translateY(0%);
}
	
	.main {
		width: 95%;
		margin: 0 auto;
	}
	#message img {
		width: 90vw;
	}
	.people_cont {
		float: left;
		position: static;
		margin: 0;
		margin: 0 auto;
		margin-top: 30px;
	}
	.people_1d, .people_2d {
		width: 300px;
		position: relative;
		left: 50%;
		margin: 0;
		padding: 0;
		-webkit-transform: translate(-50%,0%);
		-moz-transform: translate(-50%,0%);
		-ms-transform: translate(-50%,0%);
		-o-transform: translate(-50%,0%);
		transform: translate(-50%,0%);
	}
	.question {
		clear: left;
		position: static;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		width: 75vw;
	}
	.about_img {
		margin: 0;
		padding: 0;
		position: static;
		overflow: auto;
		margin-top: -20px;
	}
	.about_cont {
		margin: 0;
		float: none;
		margin-bottom: 50px;
	}
	.ratio, .age, .org {
		position: static;
		padding: 0;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		margin: 0 auto;
	}
	
	#recruit {
		width: 100%;
	}
	#new_cont {
		width: 100%;
	}
	.new, .mid {
		width: 49%;
		margin: 0 auto;
		padding: 0;
		margin-top: 30px;
	}
	#new_cont h4, #mid_cont h4,
	#new_cont h4:before, #mid_cont h4:before {
		width: 100%;
	}
	#new_cont h4, #mid_cont h4 {
	text-align: left;
	position: static;
}
	#new_cont h4:before, #mid_cont h4:before {
	position: static;
	border: none;
}
	#recruit table, #recruit tr, 
	#recruit th, #recruit td {
		width: 95%;
		border: none;
	}
	.mark {
		width: 100vw;
		border: dotted 1px #036eb6;
		margin-top: -30px;
		margin-bottom: 20px;
	}
	#recruit th, #recruit td {
		width: 100%;
		display: block;
	}
	#recruit th {
		width: 150px;
		padding: 0;
		background-color: #ffffff;
		border: solid 1px #036eb6;
		color: #036eb6;
	}
	#recruit td {
		margin-bottom: 20px;
		margin-left: 10px;
	}
	.process {
		margin-bottom: 50px;
		margin-top: -20px;
	}
	footer {
		width: 100vw;
		margin-top: -20px;
	}
	.foot_wrap {
		width: 80%;
	}
	.foot_menu {
		display: none;
	}
	.contact {
		line-height: 25px;
	}
	.br_sp {
	display: block;
}
}