@charset "utf-8";

/* ---------------------------------------------------------------------------------------------

　   mainImage

--------------------------------------------------------------------------------------------- */
#mainImage {
	
}
.box_in {
	position: relative;
}
#mainImage .box {
/*<!--	position: relative;-->*/
	width: 100%;
	height: auto;
}
#mainImage .bg {
	padding-top: 110px;
}
#mainImage h1{
	position: absolute;
	color: #fff;
	text-align: center;
	bottom:20%;
	width: 80%;
	z-index: 2;
	left: 10%;
}
#mainImage a {
  position: absolute;
  bottom: 0;
  left: 49%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
	color: #fff;
	padding-top: 50px;
}
#mainImage a span {
  position: absolute;
  top: 20px;
  left: 50%;
	height: 40%;
  width: 40%;
  margin-left: -10px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
#mainImage a span::before {
  position: absolute;
  top: 0px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3.46px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media only screen and ( max-width : 768px ) {
  #mainImage {
	  margin-bottom: 0;
  }
	#mainImage .bg {
	position: relative;
	padding-top: 45px;
	}
	#mainImage a {
		display: none;
}
}
@media print, screen and ( min-width : 769px ) {

}

@media print, screen and ( min-width : 1200px ) {
}

/* ---------------------------------------------------------------------------------------------

　   ABOUT

--------------------------------------------------------------------------------------------- */
#about {
	width: 100%;
	font-family: "century","游明朝","Yu Mincho","YuMincho","Hiragino Mincho ProN","HGS明朝E","メイリオ","Meiryo",serif;
	  font-style: normal;
}
#about .about_txt {
	text-align: center;
	position: relative;
	background: url(../img/about_01.jpg) no-repeat center;
	background-size: cover;
	margin: 0 70px;
	padding: 50px 0;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
#about h2 {
	margin-bottom: 0px;
}
#about h3 {
	text-align: center;
	font-size: 40px;
	letter-spacing: 8px;
	font-family: "century","游明朝","Yu Mincho","YuMincho","Hiragino Mincho ProN","HGS明朝E","メイリオ","Meiryo",serif;
	transition: .3s;
	margin-bottom: 0;
}
#about .parenthesis {
	position: relative;
	width: 80%;
	padding: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #000;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}
#about .parenthesis::before,
#about .parenthesis::after {
  position: absolute;
  content: '';
  width: 40px;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#about .parenthesis::before {
  top: 0;
  left: 0;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}
#about .parenthesis::after {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}
#about .ttl {
	text-align: center;
	margin-bottom: 50px;
	font-weight: bold;
}
#about .img {
	float: left;
	margin-right: 30px;
}
#about .box {
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	
	background-color: #fff;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	position: relative;
}
#about .box_in {
	width: 95%;
	margin: 10px;
	color: #666666;
}
#about .box_text1 {
	font-size: 18px;
	margin-bottom: 20px;
}
#about hr {
	margin-bottom: 20px;
}
#about .box_text2 {
	margin-bottom: 10px;
	font-size: 12px;
}
#about .text_in {
	width: 85%;
}
#about .rigft {
	text-align: right;
	font-size: 13px;
}

#about .read {
	bottom: 20px;
	right: 20px;
	font-weight: bold;
	border: 1px solid #b2b2b2;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	background-color: #fff;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	box-shadow: 2px 2px 2px rgba(178,178,178,0.3);
}

#about .read img {
	-moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
#about .read:hover img {
	-webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

.read p {
	font-size: 12px;
	text-align: center;

}
.fa-angle-down {
	position: absolute;
	bottom: 10%;
	right: 38%;
	color: #b2b2b2;
	font-size: 30px;
	font-weight: normal;
	
}
#about .name_txt .name {
	vertical-align: middle;
}
#about .container {
	padding: 0px;
}
#about .int_top_inner {
	text-align: center;
	font-size: 14px;
}


@media only screen and ( max-width : 960px ) {	
#about h3 {
	font-size: 25px;
}
#about .img {
	float: none;
	text-align: center;
}
#about .box {
	padding: 20px;
}
#about .box_in {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#about .box_text1 {
	margin-bottom: 10px;
	padding-bottom: 8px;
}
#about .box_text2 {
	margin-bottom: 10px;
}
#about .text_in {
	width: 100%;
	margin-bottom: 100px;
}
#about .read {
	bottom: 10px;
	right: 10px;
}
#about .about_txt {
	margin: 0 30px;
}
#about  {
    padding: 0;
	margin-bottom: 60px;
  }
}

@media only screen and ( max-width : 480px ) {
#about .container {
	position: relative;
	z-index: 2;
}
#about:after {
	content: "";
	background: rgba(255,255,255,.6);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#about .box {
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}
#about h3 {
	font-size: 18px;
}
#about .parenthesis {
	width: 80%;
	padding: 10px;
	margin-bottom: 60px;
}
#about .parenthesis::before,
#about .parenthesis::after {
  width: 30px;
  height: 30px;
}
#about .about_txt {
	margin: 0px;
	padding: 40px 0 15px 0;
}
#about .box_text1 {
	font-size: 16px;
	padding-bottom: 10px;
}
#about .rigft {
	text-align: right;
	font-size: 12px;
}
	#about .img {
	float: none;
	margin-right: 0px;
}
}

/* ---------------------------------------------------------------------------------------------

　   INTRO

--------------------------------------------------------------------------------------------- */
#intro {
	background: url(../img/about_bg.jpg) no-repeat center / cover;
	color: #fff;
	font-family: "century","游明朝","Yu Mincho","YuMincho","Hiragino Mincho ProN","HGS明朝E","メイリオ","Meiryo",serif;
}
.intro_box {
	background: rgba(0,22,26,0.7);
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 50px;
	width: 80%;
}
.taC {
}
.taC_text {
	margin-bottom: 80px;
	text-align: center;
	font-size: 16px;
}
.intro_box img {
	position: absolute;
	right: 3%;
	bottom: 5%;
	width: 20vw;
}
@media only screen and ( max-width : 768px ) {
.intro_box {
	background: rgba(0,22,26,0.7);
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 40px;
	width: 90%;
}
.taC_text {
	margin-bottom: 80px;
	font-size: 14px;
}
}

@media only screen and ( max-width : 480px ) {
	.intro_box {
	padding: 40px 10px 10px 10px;
}
	.taC_text {
		font-size: 13px;
		text-align: left;
	}
	.intro_box img {
	width: 40vw;
}
	}

@media print, screen and ( min-width : 769px ) {

}

/* ---------------------------------------------------------------------------------------------

　   WORK STYLE

--------------------------------------------------------------------------------------------- */
#workstyle {
	font-family: "century","游明朝","Yu Mincho","YuMincho","Hiragino Mincho ProN","HGS明朝E","メイリオ","Meiryo",serif;

}
#workstyle .box_in {
	border: 1px solid #fff;
	height: 100%;
	padding: 30px;
}
#workstyle .big {
	font-size: 68px;
	font-style: italic;
}
#workstyle .ttl{
	font-size: 30px;
	font-style: italic;
}
#workstyle h3 {
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-family: "century","游明朝","Yu Mincho","YuMincho","Hiragino Mincho ProN","HGS明朝E","メイリオ","Meiryo",serif;
}
#workstyle img {
	width: 100%;
	height: 100%;
}
#workstyle .flexbox_sp {
	display: none;
}
.img_l {
	float: left;
	width: 50%;
}
.img_r {
	float: right;
	width: 50%;
}

.img_01 {
	background-image: url(../img/interview_01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.img_02 {
	background-image: url(../img/interview_02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.img_03 {
	background-image: url(../img/interview_03.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.img_04 {
	background-image: url(../img/interview_04.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}



.txt_l {
	float: left;
	width: 50%;
	background-color: #2f363b;
	color: #fff;
	padding: 30px;
}
.txt_r {
	float: right;
	width: 50%;
	background-color: #2f363b;
	color: #fff;
	padding: 30px;
}
.flexbox_pc {
	width: 100%;
	overflow: hidden;
}
.delete {
	display: none;
}
@media only screen and ( max-width : 768px ) {
#workstyle .box {
	position: relative;
	}
#workstyle .flexbox_sp {
	display: block;
}
#workstyle .box_in {
	padding: 10px;
}
#workstyle .ttl{
	font-size: 20px;
	font-style: italic;
}
#workstyle .big {
	font-size: 46px;
	font-style: italic;
}
	
.img_l {
	float: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.txt_r {
	float: none;
	width: 100%;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	padding: 10px;
}
.img_r {
	display: none;
}
.txt_l {
	display: none;
}
	.delete {
		display: block;
	}
}

/* ---------------------------------------------------------------------------------------------

　   INT

--------------------------------------------------------------------------------------------- */
#int {
	font-family: "century","游明朝","Yu Mincho","YuMincho","Hiragino Mincho ProN","HGS明朝E","メイリオ","Meiryo",serif;
}
#int .box {
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/int_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 30px;
	box-shadow: 2px 2px 2px rgba(178,178,178,0.3);
}
#int .img {
	text-align: center;
}
#int h3 {
	text-align: center;
	font-size: 14px;
}
#int .name p{
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 2px;
}
#int .lead {
	text-align: center;
	margin-bottom: 30px;
	font-family: "century","游明朝","Yu Mincho","YuMincho","Hiragino Mincho ProN","HGS明朝E","メイリオ","Meiryo",serif;
	font-weight: bold;
}
#int .int_btn_txt {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

#int .box_in {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#int .int_box {
	width: 23%;
	margin-left: auto;
	margin-right: auto;
	margin-left: 15px;
}
#int .min_box {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#int .read {
	bottom: 20px;
	font-weight: bold;
	border: 1px solid #b2b2b2;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#int .read p {
	font-size: 12px;
	text-align: center;
	line-height: 100px;
}
#int .fa-angle-down {
	position: absolute;
	bottom: 0;
	font-size: 30px;
}
#int .container {
	padding: 0px;
}
#int .modalBtn {
	background-color: #fff;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 2px 2px 2px rgba(178,178,178,0.3);
}
#int .modalBtn img {
	-moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
#int .modalBtn:hover img {
	-webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
@media only screen and ( max-width : 1060px ) {
#int .min_box {
	width: 30%;
	margin-left: auto;
	margin-right: 0;
	position: relative;
}
#int h3 {
	margin-top: 30px;
}
#int .name p{
	text-align: center;
	font-size: 36px;
	font-weight: bold;
}
#int .int_box {
	width: 100%;
	margin-left: 0px;
}
#int .modalBtn:nth-child(4) {
	margin-bottom: 0;
}
#int .modalBtn {
	margin-bottom: 30px;
}
#int .img {
		float: left;
	}
#int .container {
	width: 70%;
}
@media only screen and ( max-width : 640px ) {
#int .img {
	float: none;
}
#int .box {
	padding: 20px 0px;
}
#int .min_box {
	width: 100%;
	margin-left: auto;
	margin-right: 0;
	margin-bottom: 20px;
	position: relative;
}
	#int h3 {
	margin-top: 0px;
}
}
@media only screen and ( max-width : 480px ) {
#int .modalBtn {
	margin-bottom: 20px;
}
#int .box {
	padding: 50px 10px 10px 10px;
	box-shadow: 0;
}
#int .container {
	width: 90%;
}
}
/* ---------------------------------------------------------------------------------------------

　   TAB

--------------------------------------------------------------------------------------------- */
	#recruitment .container {
		width: 100%;
	}
.tab_content li a {
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	-js-display: flex;
	display: flex;
	align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ChangeElem_Btn {
	cursor: pointer;
	margin-bottom: 15px;
}
.ChangeElem_Btn_Content {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	-js-display: flex;
	display: flex;
}
.ChangeElem_Btn_Content button {
	border: none;
	background: #fff;
	display: block;
	width: 32%;
	text-align: center;
	position: relative;
	font-size: inherit;
	margin-right: 2%;
	border: 4px solid #ebf5ff;
	color: #0059b3;
	font-family: inherit;
	font-style: italic;
}
.ChangeElem_Btn_Content button i {
	display: block;
	text-align: center;
	margin-bottom: 1em;
}
.ChangeElem_Btn_Content button i img {
	width: 40px;
}
.ChangeElem_Btn_Content button:last-child {
	margin-right: 0;
}
.ChangeElem_Btn_Content button.is-active {
	border: 4px solid #0059b3;
}
.tab_content {
}
.tab_content table {
	border: none;
}
.tab_content th,.tab_content td {
	vertical-align: middle;
}
.tab_content th i {
	display: block;
	text-align: center;
	margin-bottom: 1em;
}
.tab_content th {
	text-align: center;
	border-bottom: 4px solid #fff;
	border-right: 4px solid #fff;
  	background: #0059b3;
  	color: #fff;
}
.tab_content th i img {
	width: 30px;
}
.tab_content td {
}
.icon_list li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
}
.icon_list li:last-child {
	margin-bottom: 0;
}
.icon_list li i {
	position: absolute;
	left: 0;
	top: 0;
}
#recruitment .tab_group {
	background: #fff;
}
@media only screen and ( max-width : 768px ) {
	.tab_content {
	}
	.tab_content li a:before {
		left: 0;
	}
	.ChangeElem_Btn_Content button {
		font-size: 11px;
		padding: 5px;
	}
	.tab_content td ul li {
	}
	.tab_content th {
		width: 120px;
	}
	#recruitment .tab_group {
		padding: 20px;
	}
}

@media only screen and ( max-width : 480px ) {
	#recruitment .tab_group {
		padding: 5px 5px 0 5px;
	}
	.tab_content td ul li {
	}
	.tab_content th i img {
		width: 24px;
	}
}

@media print, screen and ( min-width : 769px ) {
	#recruitment .tab_group {
		padding: 40px;
	}
	.tab_content li a:hover {
		background: #f5f5f5;
	}
	.ChangeElem_Btn_Content button {
		font-size: 17px;
		padding: 20px;
	}
	.tab_content th {
		width: 320px;
	}
	.tab_content th,.tab_content td {
		padding: 30px;
	}
}

/* ---------------------------------------------------------------------------------------------

　   ENTRY

--------------------------------------------------------------------------------------------- */
	#entry .container {
		width: 100%;
	}
@media only screen and ( max-width : 768px ) {
	#entry th,#entry td {
		display: block;
		width: 100%;
	}
	#app {
		padding: 20px;
	}
	#app .txt {
		padding: 20px;
	}
	#app .parenthesis {
		width: 100%;
	}
	#app .img {
		margin-top: -20px;
		text-align: center;
	}
}

@media only screen and ( max-width : 480px ) {
	#app .img {
		margin-top: -30px;
	}
}

@media print, screen and ( min-width : 769px ) {
	#app {
		margin-top: 100px;
		padding: 50px 30px 30px 30px;
	}
	#app .img {
		position: absolute;
		left: 0;
		top: 0;
		left: 30px;
		top: -80px;
		width: 42%;
	}
	#app .txt {
		width: 60%;
		position: relative;
		z-index: 2;
		padding: 130px 30px 30px 60px;
		font-size: 14px;
	}
	#app .txt h3 {
		position: absolute;
		top: -20px;
	}
	#app .parenthesis {
		width: 93%;
	}
	.app_ttl {
		position: absolute;
		right: 0;
		top: -37px;
	}
}

/* ---------------------------------------------------------------------------------------------

　   XXXX

--------------------------------------------------------------------------------------------- */
@media only screen and ( max-width : 768px ) {
}

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

@media print, screen and ( min-width : 769px ) {

}