@CHARSET "UTF-8";
/*
*** basic setting on css/normalize.css ***
*/


/* = common setting
-------------------------------------------------------------- */ 

*{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html{
	overflow-y: scroll;
}
body {
	margin: 0;
	overflow: hidden;
	font-size: 14px;
	font-weight: normal;
	font-family : 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	color: #000;
	line-height: 1.7;
	letter-spacing: 1px;
}
.font_mincyo{
	font-family: "Hiragino Mincho ProN","游明朝",YuMincho,"HG明朝E",Meiryo;
}
.font_en{
	font-family: 'Open Sans', sans-serif;
}
a {
	outline: none;
	color: #000;
	text-decoration: none;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
a:hover {
	color: #000;
}
img{
	max-width: 100%;
	height: auto;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	vertical-align: bottom;
}
iframe{
	max-width: 100%;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
	margin: 0 0 20px;
}
ul,dl,dt,dd{
	margin: 0;
	padding: 0;
	font-weight: normal;
}
li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
p{
	margin: 0 0 20px;
}
.sp_none{
	display: none;
}

.btn_link{
	background: #000;
	border: #000 solid 1px;
	color: #fff;
	display: block;
	padding: 8px 20px;
	width: 100%;
	max-width: 300px;
	margin: 10px auto;
	border-radius: 5px;
	text-align: center;
}
.btn_link:hover{
	background: #fff;
	color: #000;
}

table{
	width: 100%;
	border-collapse: collapse;
  border-spacing: 0;
}
table th{
	padding: 5px 10px;
	display: block;
	background: #faf2db;
	text-align: left;
  border: #ccc solid 1px;
  font-weight: bold;
}
table td{
	padding: 5px 10px 15px;
	display: block;
  border: #ccc solid 1px;
}

.txt_right{
	text-align: right;
}

/* Clearing floats */
.clear:after{
	clear: both;
}
.clear:before,
.clear:after{
	display: table;
	content: "";
}

.accordion dd{
	display: none;
}
/*
.flex-direction-nav a{
  width: 20px;
  height: 20px;
  z-index: 10;
}
.flex-direction-nav a:before{
  content: '' !important;
  width: 20px;
  height: 20px;
  border-top: #000 solid 1px;
  border-left: #000 solid 1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.flex-direction-nav .flex-next{
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  right: -10px;
}
.flex-direction-nav a.flex-prev{
  left: -10px;
}*/

.youtube_wrap{
  position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.youtube_wrap iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#main{
  padding-top: 50px;
}
.wrapper{
	width: 90%;
	max-width: 980px;
	margin: 0 auto;
}


.entry_content{
	padding-bottom: 80px;
}
.entry_content p{
	word-break: break-all;
}
.entry_content img{
	margin-top: 10px;
	margin-bottom: 10px;
}
.nav_single{
	clear: both;
	text-align: center;
	border-top: #00561f dotted 1px;
	padding-top: 30px;
	position: relative;
}
.nav_single .nav_prev{
	position: absolute;
	top: 30px;
	left: 0;
}
.nav_single .nav_next{
	position: absolute;
	top: 30px;
	right: 0;
}



/* =Header
-------------------------------------------------------------- */

#site_header{
  padding: 5px;
  position: fixed;
  background: #fff;
  width: 100%;
  z-index: 99;
  top: 0;
  left: 0;
  border-bottom: #ccc solid 1px;
}
#site_header__left{
  margin: 0 auto 0 0;
  display: flex;
  align-items: center;
}
#header_logo,
#footer_logo{
  display: flex;
  align-items: center;
  position: relative;
}
#header_logo img,
#footer_logo img{
  width: 100px;
}
#header_logo span,
#footer_logo span{
  font-size: 12px;
  white-space: nowrap;
  margin-left: 10px;
  line-height: 1.4;
}
#header__corp_bnr{
  margin-left: 20px;
  display: block;
  width: 120px;
}

#nav_entry{
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #fdd456;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
}

/* =Nav
-------------------------------------------------------------- */

.menu_wrap dt{
	position: fixed;
	top: 0;
	right: 0;
	width: 45px;
	height: 49px;
	background: #fff;
	text-align: center;
	z-index: 9999;
  border-left: #ccc solid 1px;
}
.menu_wrap dt span{
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	position: absolute;
	left: 5px;
}
.menu_wrap dt span.border{
	width: 34px;
	height: 3px;
	background-color: #000;
	border-radius: 3px;
}
.menu_wrap dt span.nav_txt{
  bottom: 3px;
  line-height: 1;
  font-size: 11px;
  
}
.menu_wrap dt span.border:nth-of-type(1) {
	top: 10px;
}
.menu_wrap dt span.border:nth-of-type(2) {
	top: 20px;
	opacity: 1;
}
.menu_wrap dt span.border:nth-of-type(3) {
	top: 30px;
}
.menu_wrap dt.open span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
.menu_wrap dt.open span:nth-of-type(2) {
	opacity: 0;
}
.menu_wrap dt.open span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}
.main_navigation dd{
	width: 100%;
	background: #fff;
	z-index: 999;
	position: fixed;
	top: 50px;
	left: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
  box-shadow: 0 2px 3px rgba(0,0,0,.3);
}
.main_navigation dd ul{
	position: relative;
}
.main_navigation dd ul li a{
	color: #000;
	display: block;
	padding: 15px 10px;
  position: relative;
  border-bottom: #ccc solid 1px;
}
.main_navigation dd ul li a i{
  position: absolute;
  top: 18px;
  right: 10px;
}



/* =Footer
-------------------------------------------------------------- */

#page_top{
  position: fixed;
  bottom: 60px;
  right: 10px;
  z-index: 50;
  width: 30px;
}
#site_footer{
  position: relative;
  margin-top: 80px;
  padding: 30px 10px 60px;
  border-top: #ccc solid 1px;
}
#footer_logo{
  margin-bottom: 30px;
}
#footer_map li a{
  display: block;
  border-bottom: #ccc solid 1px;
  padding: 10px;
}

#footer_links{
	text-align: center;
	display: flex;
  flex-wrap: wrap;
  margin: 30px auto;
  max-width: 850px;
}
#footer_links li{
  width: 33.33%;
  padding: 0 5px;
  margin-bottom: 20px;
}
#footer_links li img{
  width: 100%;
}
#footer_bnr{
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
}
#footer_bnr li{
  width: 50%;
  padding: 0 .5rem;
  margin-bottom: 10px;
}
#footer_bnr li img{
  border: #ccc solid 1px;
}

/* =loopslider
-------------------------------------------------------------- */

.loopSliderWrap {
  top: 0;
  left: 0;
  height: 90vw;
  max-height: 350px;
  overflow: hidden;
  position: absolute;
}
.loopSlider {
  margin: 0 auto;
  width: 100%;
  height: 90vw;
  max-height: 350px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.loopSlider ul {
  height: 90vw;
  max-height: 350px;
  float: left;
  overflow: hidden;
}
.loopSlider ul li {
  width: 90vw;
  max-width: 350px;
  height: 90vw;
  max-height: 350px;
  float: left;
  display: inline;
  overflow: hidden;
}
.loopSlider ul li a{
  display: block;
  padding: 10px;
}
.loopSlider ul li.center{
  width: 90vw;
  max-width: 350px;
}
/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------*/
.loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
} 


.slick-prev{
  left: 700px;
  width: 10px;
  height: 10px;
  z-index: 10;
}
.slick-next{
  right: 700px;
  width: 10px;
  height: 10px;
  z-index: 10;
}
.slick-prev:before, 
.slick-next:before{
  content: '' !important;
  width: 10px;
  height: 10px;
  border-top: #000 solid 1px;
  border-left: #000 solid 1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: block;
}
.slick-next:before{
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.slick-slide:focus{
  outline: 0;
}




/* =TOP
-------------------------------------------------------------- */

#main_slider{
  background: #efefef;
  padding: 20px 0;
}

#main_slider .card{
  display: block;
  padding: 10px;
  width: 300px;
}
.card_wrap{
  /*display: -webkit-flex !important;
  display: flex !important;*/
  width: 300px;
}
#main_slider .card:nth-child(2n){
  display: none;
}
@media screen and (min-width: 768px){
  #main_slider .card{
    width: 400px;
  }
  .card_wrap{
    width: 400px;
  }
  .card_inner{
    position: relative;
    overflow: hidden;
    border-radius: 5px;
  }
  .card_inner::before{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    background: rgba(0,0,0,.1);
    z-index: 5;
    transform: translate(-50%,-50%);
    transition: .3s;
  }
  .card:hover .card_inner::before{
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 1024px){
  #main_slider{
    height: 750px;
  }
  .card_wrap{
    width: 350px !important;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  #main_slider .card{
    width: 100%;
    display: block !important;
  }
  #main_slider .slick-center{
    width: 700px !important;
    /*transform: scale(2);
    transform-origin: top left;
    padding-right: 100%;*/
  }
  #main_slider .slick-center .card:nth-child(2n){
    display: none !important;
  }
}
.interview_box{
  display: block;
  margin-bottom: 10px;
}
.interview_box__photo{
  width: 100%;
  height: 200px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../images/interview/photo01.jpg');
}
#interview_list02 .interview_box__photo{
  background-image: url('../images/interview/photo05.jpg');
}
#interview_list03 .interview_box__photo{
  background-image: url('../images/interview/photo09.jpg');
}
#interview_list04 .interview_box__photo{
  background-image: url('../images/interview/2020/photo01.jpg');
}
#interview_list05 .interview_box__photo{
  background-image: url('../images/interview/2020/photo02.jpg');
}
#interview_list06 .interview_box__photo{
  background-image: url('../images/interview/2020/photo03.jpg');
}
.interview_box__inner{
  padding: 10px 5%;
  color: #fff;
  position: relative;
}
.interview_box__inner h2{
  font-size: 18px;
}
.interview_box__inner h2 br{
  display: none;
}
.interview_box__inner p{
  margin: 0 0 10px;
  text-align: right;
}
.interview_box__inner p span{
  font-size: 20px;
  margin-left: 10px;
}
.interview_box .name_en{
  color: #000;
  position: absolute;
  top: 0px;
  left: 15px;
  padding-left: 60px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transform-origin: bottom left;
}
.interview_box .name_en::before{
  content: '';
  background: #000;
  width: 50px;
  height: 2px;
  left: 0;
  position: absolute;
  top: 6px;
}
#interview_list01,
#interview_list04{
  background: #e4572d;
}
#interview_list02,
#interview_list05{
  background: #34bcb6;
}
#interview_list03,
#interview_list06{
  background: #f7ab00;
}

#front_bnr{
  margin: 50px 0;
}
#front_bnr li a{
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 250px;
  position: relative;
}
#front_bnr li a h2{
  position: absolute;
  width: 150px;
  height: 150px;
  background: #000;
  color: #fff;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 10;
  font-size: 14px;
  padding-top: 60px;
  font-weight: bold;
}
#front_bnr li a h2 span{
  display: block;
  font-size: 11px;
  margin-top: 30px;
}
#front_bnr li#front_bnr01 a{
  background-image: url('../images/top/photo04.jpg');
}
#front_bnr li#front_bnr02 a{
  background-image: url('../images/top/photo05.jpg');
}
#front_bnr li#front_bnr02 a h2{
  background: #fff;
  color: #000;
}
#front_bnr li#front_bnr03 a{
  background-image: url('../images/top/photo06.jpg');
}
#front_bnr li#front_bnr04 a{
  background-image: url('../images/top/photo07.jpg');
}

.btn_entry{
  position: relative;
  max-width: 850px;
  margin: 0 auto 30px;
}
.btn_entry a{ 
  border: #fdd456 solid 2px;
  text-align: center;
  background: #fff;
}
.btn_entry p{
  background: #fdd456;
  padding: 5px 10px;
  font-size: 20px;
  margin: 0;
  font-weight: bold;
}
.btn_entry h2{
  font-size: 16px;
  padding: 5px 0;
  font-weight: bold;
  margin: 0;
}

.hover_shadow{
  box-shadow: 4px 4px #e5e5e5;
  display: block;
}
.hover_shadow:hover{
  box-shadow: none;
  -webkit-transform: translate(4px,4px);
  transform: translate(4px,4px);
}



/* =Message
-------------------------------------------------------------- */

#message_header{
  background: url('../images/message/main_img.jpg') no-repeat center top;
  background-size: cover;
  position: relative;
  height: 250px;
  margin-bottom: 30px;
}
#message_header__inner{
  background: #fff;
  position: absolute;
  width: 60%;
  max-width: 500px;
  padding: 10px;
  bottom: 50px;
  left: 5%;
}
#message_header__inner p{
  font-size: 12px;
  margin: 0;
}
#message_header__inner h1{
  font-size: 12px;
  margin: 0;
}
#message_header__inner h1 span{
  display: block;
  font-size: 20px;
}
#page_message h2{
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
}
.message_section{
  margin-bottom: 50px;
}
.message_section h3{
  font-size: 18px;
  margin: 20px 0;
  font-weight: bold;
}
.message_section__photo{
  position: relative;
  margin-bottom: 30px;
}
.message_section__photo img{
  width: 100%;
}
.message_section__photo::after{
  content: '';
  width: 200px;
  height: 200px;
  position: absolute;
  bottom: -100px;
  left: -50px;
  background: #facd89;
  z-index: -1;
}
.message_section__txt{
  padding: 0 20px;
}
#message02 .message_section__photo::after{
  left: auto;
  right: -50px;
  background: #a0e1de;
  bottom: auto;
  top: -100px;
}
#message02 h3{
  text-align: center;
}
#message02 ul{
  text-align: center;
  border: #cce198 solid 2px;
  padding: 10px;
  margin: 20px 0 30px;
}
#message02 ul li{
  margin: 10px 0;
  font-weight: bold;
}
#message03 .message_section__photo::after{
  background: #cce198;
}





/* =Compnay
-------------------------------------------------------------- */

#company_nav{
  padding: 50px 0 0;
}
#company_nav li{
  margin-bottom: 10px;
}
#company_nav li a{
  display: block;
  width: 100%;
  padding: 15px;
  color: #fff;
  position: relative;
  text-align: center;
  background: #ebbe35;
  letter-spacing: 3px;
}
#company_nav li a i{
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s;
  transition: .3s;
}
#company_nav li a:hover i{
  margin-top: 5px;
}
#company_nav li#company_nav__overview a{
  background: #448ec7;
}
.company_section{
  padding: 80px 0;
}
.page_title{
  text-align: center;
  position: relative;
  padding: 50px 0 20px;
  margin-bottom: 30px;
  font-weight: bold;
}
.page_title::after{
  content: '';
  width: 100px;
  height: 3px;
  background: #ebbe35;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
}
.company_section h2{
  text-align: center;
  color: #00479d;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
#recruit .page_title{
  padding: 0 0 20px;
}
#overview h1::after{
  background: #448ec7;
}
#recruit_photo{
  width: 100%;
  margin-bottom: 50px;
  position: relative;
  z-index: 5;
}
#recruit_photo p{
  padding: 20px;
  margin: 0;
  font-size: 16px;
}
.company_mess{
  padding: 50px 0;
  background: #d8e1e5;
}
#recruit_mess{ 
  background: #faf2db;
}
#recruit_mess h2{
  text-align: center;
  color: #dca601;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
#recruit_mess h2 span{
  color: #000;
  display: inline-block;
  background: -webkit-linear-gradient(transparent 60%,#fff 0%);
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%,#fff 0%);
  padding: 0 20px;
  font-size: 16px;
  margin-bottom: 20px;
}
#recruit_mess__list{
  font-weight: bold;
  margin: 30px 0;
  font-size: 16px;
}
#recruit_mess__list li{ 
  margin-bottom: 5px;
}
.company_section__photo{
  display: -webkit-flex;
  display: flex;
  margin: 50px -10px 0;
}
.company_section__photo li{
  width: 33.33%;
  padding: 0 2px;
}
.company_table{
  padding: 50px 0 0;
}
#overview table th{
  background: #eee;
}





/* =Works
-------------------------------------------------------------- */

#works_intro{
  margin-bottom: 50px;
}
#works_intro ul{
  padding: 20px;
  background: #faf2db;
  font-weight: bold;
}
#works_intro ul li{
  margin-bottom: 5px;
}
.works_box{
  margin-bottom: 20px;
  color: #fff;
  background: #2c8fda;
}
#works02{
  background: #e5a23c;
}
#works03{
  background: #67bd9c;
}
#works04{
  background: #e494c1;
}

.works_box__inner{
  padding: 30px 0;
}
.works_box__txt h2{
  border-bottom: #fff solid 1px;
  font-weight: bold;
}
.works_box__img{
  display: flex;
  justify-content: space-between;
}
.works_box__img li{
  width: 49%;
}
.works_box__img li img{
  width: 100%;
}



/* =Interview
-------------------------------------------------------------- */

.interview_section{
  margin-bottom: 50px;
}
.interview_inner{
  padding: 20px 0;
}
.interview_txt h3{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.education_section{
  margin-bottom: 50px;
}
.education_section h2{
  text-align: center;
}
.education_section ul{
  margin-top: 30px;
}
.education_section ul li{
  padding: 10px;
  text-align: center;
  margin-bottom: 10px;
  border: #000 solid 1px;
}

#women{
  background: #eca486;
  color: #fff;
  padding: 30px 0;
}
#women .page_title::after{
  content: none;
}
#women h2{
  margin-bottom: 30px;
  font-size: 16px;
}
#women h3{
  text-align: center;
  margin: 10px 0 20px;
}
#women h3 span{
  display: inline-block;
  background: #fff;
  padding: 5px 20px;
  border-radius: 20px;
  color: #eca486;
  margin-bottom: 5px;
}




.tub{
  display: flex;
  justify-content: space-between;
}
.tub li{
  width: 49%;
  padding: 10px 5px;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff;
  background: #13bfce;
  cursor: pointer;
  opacity: .7;
}
.tub li:last-child{
  background: #cfa525;
}
.tub li.tab_current{
  opacity: 1;
}
.tub_content{
  display: none;
  padding-top: 20px;
}
.content_current{
  display: block;
}

.recruit_detail__block{
  margin-bottom: 30px;
}
.recruit_detail__block h3{
  background: #eacd76;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

.entry_end{
  border: #13bfce solid 2px;
  margin-bottom: 10px;
  text-align: center;
  padding: 10px;
}
.entry_end p{
  margin: 0;
}

#benefit_silver{
  margin-top: 50px;
  padding-top: 30px;
  border-top: #ccc solid 1px;
  display: flex;
  align-items: center;
}
#benefit_silver figure{
  margin: 0 0 0 20px;
  flex: 0 0 100px;
  padding: 0;
  border: #ccc solid 1px;
}
#benefit_silver p{
  flex: 1;
  margin: 0;
}


/* =entry
-------------------------------------------------------------- */

#contact_form .wrapper{
  max-width: 800px;
}
#contact_form__inner{
  margin-bottom: 50px;
}
.form_box label{
  cursor: pointer;
}
.form_box dt{
  margin-bottom: 10px;
  position: relative;
  font-size: 16px;
  border-bottom: #ccc solid 1px;
  padding-bottom: 5px;
}
.form_box dd{
  margin-bottom: 30px;
}
.form_box dd li{
  margin-bottom: 15px;
}
.form_box dd input[type="radio"],
.form_box dd input[type="checkbox"]{
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
.form_box dt .required{
  color: #fff;
  background: #DD2626;
  margin-left: 5px;
  font-size: 70%;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 5px;
  position: absolute;
  right: 0;
  bottom: 5px;
  font-style: normal;
}
.form_box dd ul li{
  margin-right: 20px;
  margin: 5px 0;
}
.form_box dd p{
  margin: 5px 0;
}
.form_input{
  padding: 10px;
  border: #707070 solid 1px;
  border-radius: 5px;
  line-height: 1.7;
  width: 100%;
}
.form_input__short{
  width: 150px;
  margin: 0 5px;
}

.error_blank{
  color: #ff0000;
  font-weight: 700;
  margin-top: 5px;
  display: block;
}
#agreement .error_check{
  display: none;
  color: #ff0000;
  margin-top: 3px;
  font-weight: 700;
}
.btn_submit{
  border: 0;
  outline: 0;
  transition: .3s;
  cursor: pointer;
  background: #2C8FDB;
  color: #fff;
  font-size: 16px;
  padding: 20px 0;
  border-radius: 0;
}
.btn_submit:hover{
  background: #2C8FDB;
  color: #fff;
}
div.loading-layer {
	width: 100vw;
	height: 100vh;
	background: rgba( 0, 0, 0, 0.7 );
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 10000;
}
span.loading {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top: 5px solid rgba( 255,255,255, 0.2 );
  border-right: 5px solid rgba( 255,255,255, 0.2 );
  border-bottom: 5px solid rgba( 255,255,255, 0.2 );
  border-left: 5px solid #fff;
  -webkit-transform: translateZ( 0 );
  -ms-transform: translateZ( 0 );
  transform: translateZ( 0 );
  -webkit-animation: load-circle 1.0s linear infinite;
  animation: load-circle 1.0s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}

@-webkit-keyframes load-circle {
  0% {
    -webkit-transform: rotate( 0deg );
    transform: rotate( 0deg );
  }
  100% {
    -webkit-transform: rotate( 360deg );
    transform: rotate( 360deg );
  }
}

@keyframes load-circle {
  0% {
    -webkit-transform: rotate( 0deg );
    transform: rotate( 0deg );
  }
  100% {
    -webkit-transform: rotate( 360deg );
    transform: rotate( 360deg );
  }
}
#send_success{
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
#send_success p{
  border: #73B147 solid 2px;
  padding: 1rem 0;
  color: #73B147;
  text-align: center;
}

#agreement {
	margin: 30px 0;
  text-align: center;
}
#agreement input[type="checkbox"] {
	width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
#mail_form #agreement span.error_check {
	display: none;
	color: #ff0000;
	margin-top: 3px;
}

#confirm_field{
	display: none;
  padding-top: 30px;
}
#confirm_submit{
  margin-top: 50px;
}
#confirm_field input#confirm_submit_button {
	margin-top: 30px;
}
#confirm_field input#confirm_cancel_button {
	background: none;
  border: #000 solid 1px;
  width: 80%;
  max-width: 300px;
  color: #000;
  font-size: 12px;
  padding: 15px;
  margin-top: 30px;
  border-radius: 0;
}

.page_header{
  background: #2C8FDB;
  margin-bottom: 30px;
}
.page_header h1{
  padding: 30px 0;
  text-align: center;
  color: #fff;
  margin: 0;
  font-size: 20px;
}
.page_header h1 span{
  font-size: 60%;
  display: block;
}

.form_intro{
  color: #ff0000;
  border: #ff0000 solid 2px;
  text-align: center;
  padding: 20px 10px;
  margin-bottom: 20px;
}
.form_intro p{
  margin: 0;
}

#thanks_message{
  text-align: center;
  margin-bottom: 80px;
}
#thanks_message .btn_link{
  margin-top: 50px;
}









/* =RWD
-------------------------------------------------------------- */

@media screen and (min-width: 768px){
  .pc_none{
		display: none;
	}
	.sp_none{
		display: block;
	}
  table th{
		padding: 20px;
		display: table-cell;
    vertical-align: top;
    width: 250px;
	}
	table td{
		padding: 20px;
		display: table-cell;
	}
  /*
	.flex-direction-nav a{
    width: 40px;
    height: 40px;
    opacity: 1;
  }
 .flex-direction-nav a:before{
    width: 40px;
    height: 40px;
  }
  .flex-direction-nav a.flex-prev{
    left: -20px !important;
  }
  .flex-direction-nav .flex-next{
    right: -20px !important;
  }*/
  .loopSliderWrap {
    top: 0;
    left: 0;
    height: 700px;
    max-height: 700px;
    overflow: hidden;
    position: absolute;
  }
  .loopSlider {
    margin: 0 auto;
    width: 100%;
    height: 700px;
    max-height: 700px;
    text-align: left;
    position: relative;
    overflow: hidden;
  }
  .loopSlider ul {
    height: 700px;
    max-height: 700px;
    float: left;
    overflow: hidden;
  }
  .loopSlider ul li {
    width: 700px;
    max-width: 700px;
    height: 700px;
    max-height: 700px;
    float: left;
    display: inline;
    overflow: hidden;
  }
  .loopSlider ul li a{
    display: block;
    padding: 10px;
  }
  .loopSlider ul li.small_box{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .loopSlider ul li.small_box a{
    width: 50%;
  }
  .loopSlider ul li.center{
    width: 700px;
    max-width: 700px;
  }
  .interview_box{
    display: -webkit-flex;
    display: flex;
    margin: 0;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    position: relative;
  }
  .interview_box::before{
    content: '';
    background: #000;
    width: 51%;
    height: 2px;
    position: absolute;
    bottom: 10px;
    left: 49%;
    z-index: 5;
  }
  .interview_box:nth-child(2n){
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .interview_box:nth-child(2n)::before{
    left: 0;
  }
  .interview_box__photo{
    width: 50%;
    height: 300px;
  }
  .interview_box__inner{
    width: 50%;
    padding: 20px;
  }
  .interview_box__inner h2{
    margin-bottom: 30px;
  }
  .interview_box__inner p{
    text-align: left;
  }
  .interview_box .name_en{
    top: auto;
    bottom: 5px;
    left: -5px;
    padding-left: 160px;
  }
  .interview_box .name_en::before{
    width: 150px;
  }
  #interview_list #interview_list02 .name_en{
    left: auto;
    right: -5px;
    bottom: 193px;
    transform-origin: top right;
  }
  #front_bnr{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #front_bnr li{
    width: 50%;
  }
  #footer_map{
    display: -webkit-flex;
    display: flex;
  }
  #footer_map li{
    margin: 0 15px;
  }
  #footer_map li a{
    display: inline;
    padding: 5px 0;
    border: 0;
    position: relative;
  }
  #footer_map li a::after{
    content: '';
    width: 0;
    height: 2px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: .3s;
    transition: .3s;
  }
  #footer_map li a:hover::after,
  #footer_map li.current a::after{
    width: 100%;
  }
  #footer_links{
    margin: 50px auto;
  }
  #footer_links li{
    padding: 0 20px;
  }
  #footer_bnr{
    margin: 30px 0;
  }
  #footer_bnr li{
    width: 150px;
    padding: 0;
    margin: 0 0 0 10px;
  }
  /*
  #site_footer{
    display: flex;
    justify-content: space-between;
  }*/
  #message_header{
    height: 500px;
    margin-bottom: 50px;
  }
  #message_header__inner{
    padding: 30px 50px;
    display: -webkit-flex;
    dispaly: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  #message_header__inner p{
    width: 40%;
    font-size: 16px;
  }
  #message_header__inner h1{
    width: 60%;
    padding-left: 20px;
    text-align: center;
  }
  #message_header__inner h1 span{
    font-size: 38px;
  }
  #page_message h2{
    font-size: 28px;
    margin-bottom: 50px;
  }
  .message_section{
    margin-bottom: 80px;
  }
  .message_section__txt{
    padding: 0 50px;
    line-height: 2;
  }
  .message_section h3{
    font-size: 24px;
  }
  .message_section p{
    font-size: 16px;
  }
  #message02 ul{
    font-size: 20px;
    max-width: 550px;
    margin: 20px auto 50px;
  }
  #company_nav{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  #company_nav li{
    width: 40%;
    max-width: 400px;
  }
  #company_nav li a{
    font-size: 18px;
  }
  #recruit_photo{
    margin: 0 auto;
  }
  #recruit_photo__inner{
    position: absolute;
    bottom: 30px;
    left: 5%;
    background: rgba(255,255,255,.8);
  }
  
  #recruit_mess{
    text-align: center;
  }
  /*
  #recruit_mess__list{
    text-align: left;
    padding: 0 100px;
  }*/
  #works_intro p{
    text-align: center;
    margin-bottom: 30px;
  }
  #works_intro ul{
    padding: 30px 150px;
  }
  .works_box__inner{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    padding: 50px 0;
  }
  .works_box__img{
    flex: 0 0 30%;
    margin-right: 30px;
    display: block;
  }
  .works_box__img li{
    width: 100%;
    margin-bottom: 5px;
  }
  .works_box__txt{
    flex: 1;
  }
  .works_box__txt p{
    margin: 0;
  }
  .interview_inner{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .interview_inner:nth-child(2n){
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .interview_inner img{
    width: 50%;
  }
  .interview_txt{
    width: 50%;
    padding-right: 40px;
  }
  .interview_inner:nth-child(2n) .interview_txt{
    padding: 0 0 0 40px;
  }
  #page_education #company_nav li{
    width: 30%;
  }
  .education_section ul{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .education_section ul li{
    width: 48%;
  }
  #women h3{
    margin: 20px 0 30px;
    font-size: 20px;
  }
  #women h3 span{
    margin: 0 20px 0 0;
  }
  .page_header{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    margin-bottom: 50px;
  }
  .page_header__img{
    width: 65%;
  }
  .page_header h1{
    width: 35%;
  }
  .form_box dl{
    display: flex;
    flex-wrap: wrap;
  }
  .form_box dt{
    border: 0;
    width: 30%;
    margin: 0;
    padding: 30px 0;
  }
  .form_box dd{
    width: 70%;
    margin: 0;
    padding: 25px;
  }
  .form_box dt .required{
    bottom: auto;
    top: 35px;
  }
  #confirm_field .form_box dd{
    padding: 30px;
  }
  #benefit_silver figure{
    flex: 0 0 150px;
    margin-left: 50px;
  }
  #benefit_silver p{
    text-align: center;
  }
}






@media screen and (min-width: 1024px){
	.accordion dd{
		display: block;
	}
  /*
  .flex-direction-nav a.flex-prev{
    left: -40px !important;
  }
  .flex-direction-nav .flex-next{
    right: -40px !important;
  }*/
  #main{
    padding-top: 125px;
  }
  #site_header{
    padding: 10px 30px;
    border: 0;
  }
  #header_logo img,
  #footer_logo img{
    width: 160px;
  }
  #header_logo span,
  #footer_logo span{
    font-size: 16px;
  }
  #header__corp_bnr{
    width: 160px;
  }
  #header__corp_bnr:hover img{
    opacity: .8;
  }
	.menu_wrap{
		-webkit-transition: .3s;
		transition: .3s;
	}
	.menu_wrap dt{
		display: none;
	}
	.main_navigation dd{
		display: block;
		position: static;
		border: 0;
		background: none;
    box-shadow: none;
	}
  .main_navigation dd ul{
    display: -webkit-flex;
    display: flex;
    padding-top: 20px;
  }
  .main_navigation dd ul li{
    margin-left: 25px;
  }
	.main_navigation dd ul li a{
		border: 0;
    padding: 5px 0;
	}
  .main_navigation dd ul li a::after{
    content: '';
    width: 0;
    height: 2px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .main_navigation dd ul li a:hover::after,
  .main_navigation dd ul li.current a::after{
    width: 100%;
  }
  .main_navigation dd ul li a i{
    display: none;
  }
  #nav_entry{
    top: 0;
    bottom: auto;
    width: 150px;
    height: 83px;
    line-height: 83px;
  }
  .interview_box__photo{
    height: 450px;
  }
  .interview_box__inner{
    padding: 40px 30px;
    max-width: 550px;
  }
  .interview_box:nth-child(2n) .interview_box__inner{
    margin-left: auto;
  }
  .interview_box__inner p{
    font-size: 18px;
  }
  .interview_box__inner p span{
    font-size: 30px;
    display: block;
    margin: 0;
  }
  .interview_box__inner h2{
    font-size: 22px;
    margin-bottom: 50px;
  }
  .interview_box__inner h2 br{
    display: block;
  }
  .interview_box .name_en{
    padding-left: 260px;
  }
  .interview_box .name_en::before{
    width: 250px;
  }
  #interview_list #interview_list02 .name_en{
    left: auto;
    right: -5px;
    bottom: 293px;
    transform-origin: top right;
  }
  #front_bnr li a{
    height: 550px;
  }
  #front_bnr li a h2{
    font-size: 24px;
    width: 300px;
    height: 300px;
    padding-top: 120px;
  }
  #front_bnr li a h2 span{
    font-size: 14px;
    margin-top: 40px;
  }
  .btn_entry{
    margin: 100px auto 30px;
  }
  .btn_entry p{
    padding: 5px;
    font-size: 30px;
  }
  .btn_entry h2{
    font-size: 20px;
    padding: 5px;
  }
  #page_top{
    bottom: 30px;
    right: 30px;
    width: 60px;
  }
  #page_top:hover{
    bottom: 35px;
  }
  #site_footer{
    position: relative;
    margin-top: 80px;
    padding: 30px;  
  }
  #footer_right{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  #footer_bnr {
    margin: 0 0 0 3rem;
  }
  #footer_bnr li a:hover img{
    opacity: .7;
  }
  #message_header{
    margin-bottom: 80px;
    height: 600px;
  }
  #message_header__inner{
    left: 50%;
    margin-left: -500px;
    font-weight: bold;
    bottom: 150px;
  }
  #page_message h2{
    font-size: 36px;
    margin-bottom: 80px;
  }
  #message01 .message_section__photo{
    margin-bottom: 50px;
  }
  .message_section__txt{
    padding: 0 100px;
  }
  .message_section__photo::after{
    left: -130px;
  }
  #message02 .message_section__photo::after{
    right: -80px;
  }
  #company_nav{
    padding: 80px 0 0;
  }
  .company_mess{
    padding: 50px 0;
  }
  #recruit_mess{
    padding: 180px 0 50px;
    margin-top: -100px;
  }
  .company_mess h2{
    font-size: 28px;
    margin-bottom: 50px;
  }
  #recruit_mess h2 span{
    font-size: 24px;
  }
  .company_mess p{
    font-size: 18px;
    line-height: 2;
  }
  #recruit_mess__list{
    padding: 0 250px;
    font-size: 18px;
  }
  .company_section h1{
    font-size: 30px;
  }
  #overview_mess p{
    padding: 0 100px;
  }
  #works_intro p{
    font-size: 18px;
    margin-bottom: 50px;
    line-height: 2;
  }
  #works_intro ul{
    font-size: 18px;
    padding: 50px 200px;
  }
  .works_box__txt{
    padding: 0 30px;
  }
  .works_box__txt h2{
    font-size: 24px;
    padding-bottom: 5px;
    margin-bottom: 30px;
  }
  .works_box__txt p{
    font-size: 16px;
  }
  .interview_section .interview_box{
    margin-bottom: 30px;
  }
  .interview_inner{
    padding: 30px 0;
  }
  .interview_txt h3{
    font-size: 24px;
    margin: 30px 0;
  }
  .interview_txt p{
    font-size: 16px;
    margin-bottom: 0;
  }
  #women{
    padding-bottom: 80px;
  }
  #women h2{
    font-size: 20px;
  }
  #women p{
    padding: 0 120px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 2;
  }
  .tub li{
    font-size: 18px;
  }
  .page_header h1{
    font-size: 30px;
  }
}



@media screen and (min-width: 1300px){
  #main{
    padding-top: 83px;
  }
  #footer_logo{
    margin: 0;
  }
  .main_navigation dd ul{
    position: absolute;
    top: 30px;
    right: 180px;
    z-index: 99;
    padding-top: 0;
  }
}

