/* Generated by less 2.5.1 */
@charset "utf-8";
/* CSS Document */
/*------------------------
共通
--------------------------*/
.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.inner {
  max-width: 1024px;
  margin: 0 auto;
  width: 90%;
  color: #333;
}
.flex {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-align-items: center;
  /* 縦方向中央揃え（Safari用） */
  align-items: center;
  /* 縦方向中央揃え */
}
a {
  opacity: 1;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}
.btn a {
  display: inline-block;
  color: #fff;
  background: #2e2ea4;
  padding: 5px 20px;
  font-size: 0.7em;
  border-radius: 30px;
  /* CSS3草案 */
  -webkit-border-radius: 30px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 30px;
  /* Firefox用 */
  line-height: 1.4em;
}
h2.ttl_a {
  font-size: 1.8em;
}
h2.ttl_a span {
  font-size: 0.5em;
  color: #2e2ea4;
  display: block;
  margin-top: 10px;
}
h3.ttl_b span {
  font-size: 1.6em;
  border-bottom: 2px #2e2ea4 solid;
  display: inline-block;
  line-height: 1.5em;
  margin: 0 0 60px;
}
.sub_ttl {
  border-top: 2px solid #2e2ea4;
  border-bottom: 1px solid #ccc;
  padding: 70px 0 60px;
}
.sub_ttl .inner {
  color: #666;
}
.sub_ttl h2 {
  font-size: 1.8em;
  position: relative;
  letter-spacing: 1px;
  padding-left: 60px;
}
.sub_ttl h2::before {
  content: "";
  position: absolute;
  background: url(../img/sub_ttl_icon.png) no-repeat left;
  top: -5px;
  left: 0;
  width: 41px;
  height: 33px;
}
.sub_ttl h2 span {
  font-size: 0.5em;
  display: block;
  margin-top: 10px;
}
table {
  width: 800px;
  margin: 0 auto;
}
table th {
  color: #2e2ea4;
  border-right: 1px solid #ccc;
  vertical-align: middle;
  width: 20%;
  line-height: 1.4em;
}
table td {
  padding: 20px 0 20px 60px;
  line-height: 1.6em;
}
.cv_btn {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 0;
  box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.3);
}
.cv_btn a {
  width: 48%;
  padding: 0 1%;
  display: inline-block;
  vertical-align: middle;
  font-size: 2em;
}
.cv_btn .sticky_tel {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px;
}
.cv_btn .sticky_tel:before {
  content: "";
  display: inline-block;
  background: url(../img/tel_icon.png) no-repeat center center;
  background-size: contain;
  width: 14.7px;
  height: 18.9px;
  margin-right: 3px;
  margin-bottom: -1px;
}
.cv_btn .sticky_entry_tel_text {
  font-size: 12px;
}
.cv_btn .entry {
  color: #fff;
  background: #ffb55d;
  padding: 10px 1%;
  font-size: 1em;
}
@media screen and (max-width: 480px) {
  .cv_btn .tel_num {
    width: 70%;
  }
  .cv_btn .entry {
    width: 25%;
  }
}
.pagetop {
  display: block;
  background: #f6f6f6;
  margin-top: 100px;
  padding: 15px 0;
}
#header {
  padding: 25px 0;
}
#top #header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
}
#header .logo {
  float: left;
}
#header h1 {
  font-size: 0.8em;
  clear: both;
  margin-bottom: 30px;
}
#header #cnavi {
  float: right;
  margin: 15px 0 10px 0;
}
#header #cnavi li {
  float: left;
  margin-right: 10px;
}
#header #cnavi li:first-child {
  font-size: 2em;
  position: relative;
}
#header #cnavi li:first-child::before {
  content: "";
  position: absolute;
  background: url(../img/tel_icon.png) no-repeat left;
  top: 0;
  left: -30px;
  width: 21px;
  height: 27px;
}
#header #cnavi li:last-child a {
  display: block;
  color: #fff;
  background: #2e2ea4;
  padding: 8px 30px;
  font-size: 0.9em;
  border-radius: 30px;
  /* CSS3草案 */
  -webkit-border-radius: 30px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 30px;
  /* Firefox用 */
  margin-right: 0;
}
#header #gnavi ul {
  width: 100%;
  border-right: 1px solid #999;
}
#header #gnavi ul li {
  float: left;
  border-left: 1px solid #999;
  width: 16.66%;
  font-size: 0.9em;
}
/* Toggle Button */
#header #nav-toggle {
  display: none;
  position: absolute;
  right: 30px;
  top: 40px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 10000;
}
#header #nav-toggle div {
  position: relative;
}
#header #nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #666;
  left: 0;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 11px;
}
#nav-toggle span:nth-child(3) {
  top: 22px;
}
#footer_contact {
  padding: 40px 50px;
  background: #2e2ea4;
}
#footer_contact .inner p a {
  display: block;
  padding: 40px 0;
  border: 2px solid #fff;
  color: #fff;
  font-size: 2em;
  letter-spacing: 3px;
}
#footer_contact .inner p a:hover {
  color: #2e2ea4;
  background: #fff;
  opacity: 1;
}
#footer {
  padding-top: 30px;
  border-top: 2px solid #2e2ea4;
}
#top #footer {
  margin-top: 0;
}
#footer .logo {
  float: left;
}
#footer #fnavi ul {
  float: right;
}
#footer #fnavi ul li {
  float: left;
  margin: 30px 0 0 40px;
}
#footer p:last-child {
  padding: 10px 0;
  clear: both;
  background: #2e2ea4;
  color: #fff;
  margin-top: 30px;
}
/* 17.11.16 add */
.searchCount {
  max-width: 1024px;
  width: 90%;
  text-align: center;
  margin: 30px auto -30px;
  padding: 20px 0;
}
.searchCount strong {
  font-weight: bold;
  color: #2e2ea4;
  font-size: 120%;
}
.page_navi ul {
  display: block;
  text-align: center;
}
.page_navi li {
  float: none !important;
  width: auto !important;
  border: none !important;
  display: inline-block;
  margin: 0 0 5px 0 !important;
}
.page_navi .current span {
  background: #2e2ea4;
  color: #fff;
}
.page_navi a,
.page_navi span {
  display: block;
  background: #f6f6f6;
  font-size: 13px;
  font-weight: bold;
  padding: .9em 1.1em;
  color: #555;
}
/*共通ここまで*/
#top #top_mv {
  /*background: url(../img/main_bg01.jpg) no-repeat center center;*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  /*	height: 60vh;*/
  /*	height: 75vh;*/
  height: 900px;
  position: relative;
}
#top #top_mv .inner {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: none;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
}
#top #top_mv .inner:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 50px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
#top #top_mv .mv_box {
  /*	margin: 90px 30px 0 0;*/
  text-align: center;
  padding: 30px 0;
  max-width: 768px;
  margin: 0 auto;
  position: relative;
}
#top #top_mv .mv_box h2 {
  line-height: 1.4;
  color: #2e2ea4;
  /*	margin-bottom: 30px;*/
  margin-bottom: .2em;
  font-size: 28px;
}
#top #top_mv .mv_box p {
  /*	line-height: 3em;*/
  font-size: 14px;
  line-height: 2;
}
/*
#top #top_mv .mv_box p:last-child {
	position: absolute;
	bottom: 0;
	font-size: 4em;
	color: #2e2ea4;
	line-height: 0;
}
*/
#top #top_news {
  background: linear-gradient(90deg, #99c0dd 0%, #99c0dd 40%, #f6f6f6 20%, #f6f6f6 100%);
}
#top #top_news .inner {
  background: #f6f6f6;
}
#top #top_news .left {
  float: left;
  background: #99c0dd;
  width: 25%;
  padding: 35px 0;
}
#top #top_news .left h2.ttl_a {
  color: #fff;
}
#top #top_news .left h2.ttl_a span {
  display: inline;
  margin: 0;
  color: #fff;
}
#top #top_news .left .btn a {
  color: #2e2ea4;
  background: #fff;
  margin-top: 20px;
}
#top #top_news .right {
  float: right;
  background: #f6f6f6;
  padding: 20px 0;
  width: 70%;
}
#top #top_news .right ul li {
  border-bottom: 1px solid #ddd;
  margin-top: 15px;
  font-size: 0.9em;
  line-height: 1.6em;
}
#top #top_news .right ul li span {
  font-size: 0.8em;
  margin-right: 30px;
}
#top #top_recruit .top_recruit01 {
  position: relative;
  overflow: hidden;
}
#top #top_recruit .top_recruit01:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 300px 1000px;
  border-color: transparent transparent #2e2ea4 transparent;
  z-index: -1;
}
#top #top_recruit .top_recruit01 .inner {
  padding: 50px 0;
  position: relative;
}
#top #top_recruit .top_recruit01 .left {
  width: 50%;
}
#top #top_recruit .top_recruit01 .left p {
  margin: 50px 0;
}
#top #top_recruit .top_recruit01 img {
  position: absolute;
  right: 40px;
  bottom: 0;
}
#top #top_recruit .top_recruit02 {
  padding: 30px 0;
  background: #e7f0f6;
}
#top #top_recruit .top_recruit02 ul {
  display: flex;
  flex-wrap: wrap;
}
#top #top_recruit .top_recruit02 ul li {
  flex: 1 1 23%;
  /*	float: left;*/
  /*	width: 23%;*/
  margin: 0 1%;
  background: #4282c4;
  border-bottom: 40px solid #ee8c8c;
  /*	height: 350px;*/
}
#top #top_recruit .top_recruit02 ul li:nth-child(2) {
  border-bottom: 40px solid #f9c975;
}
#top #top_recruit .top_recruit02 ul li:nth-child(3) {
  border-bottom: 40px solid #b1d19d;
  /*    display: none;*/
}
#top #top_recruit .top_recruit02 ul li:last-child {
  border-bottom: 40px solid #a18ff0;
}
#top #top_recruit .top_recruit02 ul li a {
  display: block;
  color: #fff;
}
#top #top_recruit .top_recruit02 ul li img {
  width: 100%;
  margin-top: -1px;
}
#top #top_recruit .top_recruit02 ul li h3 {
  padding: 20px 10px 5px;
  font-size: 1.1em;
  line-height: 1.2em;
  height: 60px;
}
#top #top_recruit .top_recruit02 ul li p {
  font-size: 0.9em;
  line-height: 1.4em;
  padding: 5px 10px 20px;
}
#top #top_company {
  background: url(../img/top_company_img.jpg) no-repeat left;
  background-size: 50%;
  padding: 30px 0;
}
#top #top_company .right {
  float: right;
  width: 45%;
  padding: 50px 0;
}
#top #top_company .right h3 {
  margin: 50px 0 25px;
  font-size: 1.2em;
}
#top #top_company .right p {
  margin-bottom: 50px;
}
#top #top_works {
  padding: 50px 0;
  background: url(../img/top_works_bg.jpg) no-repeat center center;
  background-size: cover;
}
#top #top_works .inner {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
}
#top #top_works .center {
  border: 1px solid #2e2ea4;
  padding: 40px 15%;
}
#top #top_works .center h3 {
  padding: 40px 0;
  line-height: 1.4em;
}
#top #top_works .center p.h-fsm {
  padding: 0 0 40px;
}
#top #top_iv {
  padding: 50px 0 100px;
  background: #2e2ea4;
  position: relative;
}
#top #top_iv:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 100px 1400px;
  border-color: transparent transparent #fff transparent;
}
#top #top_iv .left {
  float: left;
  width: 45%;
}
#top #top_iv .left ul li {
  float: left;
  width: 31%;
  margin: 0 1% 15px;
}
#top #top_iv .right {
  float: right;
  width: 50%;
  color: #fff;
  padding-top: 30px;
}
#top #top_iv .right h2 span {
  color: #fff;
}
#top #top_iv .right p.h-fsm {
  margin: 50px 0;
}
#top #top_iv .right .btn a {
  color: #2e2ea4;
  background: #fff;
}
#top #top_charm {
  padding: 50px 0;
}
#top #top_charm .left {
  float: left;
  width: 50%;
  padding-top: 30px;
}
#top #top_charm .left p.h-fsm {
  margin: 50px 0;
}
#top #top_charm .right {
  float: right;
  width: 45%;
}
#top #top_charm .right ul li {
  float: left;
  width: 31%;
  margin: 0 1% 15px;
}
.breadcrumb .breadcrunmb_list {
  padding: 10px 0;
}
.breadcrumb .breadcrunmb_list li {
  display: inline;
  margin-right: 5px;
}
#news #news_list {
  padding: 40px 0;
}
#news .news_ttl {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  color: #2e2ea4;
  margin-bottom: .7em;
}
#news .news_ttl .h-fsm {
  color: #444;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 10px !important;
}
.news_txt {
  color: #444 !important;
  font-weight: normal !important;
  font-size: 100% !important;
}
#news #news_list ul li {
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
}
#news #news_list ul li img {
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
  max-width: calc(199px);
}
#news #news_list ul li a {
  display: block;
}
#news #news_list ul li .right {
  padding: 20px;
  line-height: 1.4em;
}
#news #news_list ul li .right p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  color: #2e2ea4;
  margin-bottom: .7em;
}
#news #news_list ul li .right p .h-fsm {
  color: #444;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 10px !important;
}
#news #news_list ul li .right .h-fsm {
  display: block;
  margin-bottom: 20px;
}
#interview #iv_list {
  padding: 40px 0;
}
#interview #iv_list ul {
  display: flex;
  flex-wrap: wrap;
}
#interview #iv_list ul li {
  flex: 0 0 29%;
  margin: 0 2% 40px;
}
#interview #iv_list ul li img {
  width: 100%;
}
#interview #iv_list ul li .iv_ttl {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
  line-height: 1.4em;
  color: #2e2ea4;
}
#interview #iv_list ul li .h-fsm {
  padding: 15px 0 5px;
}
#interview #iv_list ul li .btn {
  float: right;
}
.interview_content .iv_content {
  padding: 40px 0;
}
.interview_content .iv_content .iv_content01 h3 {
  font-size: 2em;
  letter-spacing: 1px;
  line-height: 1.4em;
  color: #2e2ea4;
  float: left;
  margin-top: 100px;
  width: 50%;
}
.interview_content .iv_content .iv_content01 h3 span {
  font-size: 0.4em;
  margin-top: 20px;
  font-weight: normal;
  display: block;
  color: #333;
}
.interview_content .iv_content .iv_content01 figure {
  float: right;
  width: 50%;
  position: relative;
}
.interview_content .iv_content .iv_content01 figure:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, color-stop(40%, rgba(255, 255, 255, 0)), to(#ffffff));
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 40%, #ffffff 100%);
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 40%, #ffffff 100%);
  background: linear-gradient(right, rgba(255, 255, 255, 0) 40%, #ffffff 100%);
}
.interview_content .iv_content .iv_content01 figure img {
  width: 100%;
}
.interview_content .iv_content .iv_content02 li {
  margin: 60px 0;
  display: flex;
  align-items: flex-start;
}
.interview_content .iv_content .iv_content02 li:nth-child(even) {
  flex-direction: row-reverse;
}
.interview_content .iv_content .iv_content02 li .iv_img_wrap {
  margin: 0 60px 0 30px;
  flex: 0 1 326px;
}
.interview_content .iv_content .iv_content02 li .right {
  padding: 30px 0;
  flex: 1 1 590px;
}
.interview_content .iv_content .iv_content02 li:nth-child(even) img {
  margin: 0 30px 0 60px;
}
.interview_content .iv_content .iv_content02 li .right h4 {
  color: #fff;
  padding: 20px;
  margin: auto;
  position: relative;
  display: inline-block;
  line-height: 1.4em;
}
.interview_content .iv_content .iv_content02 li .right h4::before {
  content: '';
  /*ボックス作成*/
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #2e2ea4;
  z-index: -1;
  transform: skew(-15deg);
}
.interview_content .iv_content .iv_content02 li .right p {
  padding: 20px;
  line-height: 1.6em;
}
.interview_content .iv_content .iv_content03 {
  /*    padding: 2%;*/
  padding: 7%;
  background: #f6f6f6;
}
.avater_img {
  position: relative;
  width: 177px;
  height: 177px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin: 0 4% 20px 0;
}
.interview_content .iv_content .iv_content03 img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
}
.interview_content .iv_content .iv_content03 .right h4 {
  border-left: 6px solid #2e2ea4;
  display: inline-block;
  padding: 5px 0 5px 15px;
  color: #2e2ea4;
  margin-bottom: 30px;
}
.interview_content .iv_content .r_btn a {
  color: #fff;
  padding: 20px 0;
  display: block;
  margin: 90px auto 60px;
  background: #2e2ea4;
  width: 70%;
}
.iv_date {
  text-align: right;
  margin-top: 30px;
}
#recruit_search {
  padding: 40px 0;
  background: #2e2ea4;
}
#recruit_search form {
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
}
#recruit_search form input,
#recruit_search form button,
#recruit_search form textarea,
#recruit_search form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-overflow: '';
}
#recruit_search form input::-ms-expand,
#recruit_search form button::-ms-expand,
#recruit_search form textarea::-ms-expand,
#recruit_search form select::-ms-expand {
  display: none;
}
#recruit_search form input::-ms-reveal,
#recruit_search form button::-ms-reveal,
#recruit_search form textarea::-ms-reveal,
#recruit_search form select::-ms-reveal {
  visibility: hidden;
}
#recruit_search form input::-ms-clear,
#recruit_search form button::-ms-clear,
#recruit_search form textarea::-ms-clear,
#recruit_search form select::-ms-clear {
  visibility: hidden;
}
#recruit #recruit_search select {
  padding: 7px 30px 7px 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 1em;
  -moz-border-radius: 5px;
  vertical-align: middle;
  border: 1px solid #ccc;
  appearance: none;
  background: url(../img/select_icon.png) no-repeat #ffffff;
  background-position: right 10px bottom 50%;
  flex: 1 1 20%;
  margin: 5px;
  height: 44px;
}
#recruit #recruit_search input {
  padding: 0 15px 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 1em;
  -moz-border-radius: 5px;
  vertical-align: middle;
  border: 1px solid #ccc;
  flex: 1 1 30%;
  margin: 5px;
  height: 44px;
}
#recruit #recruit_search input.s_btn {
  padding: 8px 25px 5px 35px;
  border: 1px solid #ffb55d;
  background: url(../img/search_icon.png) no-repeat 15px center #ffb55d;
  color: #fff;
  flex: 0 0 auto;
}
#recruit #recruit_list ul li {
  margin: 60px 0;
}
.recruit_content .rr_content {
  margin: 60px 0 0;
}
#recruit #recruit_list ul li p:first-child,
.recruit_content .rr_content p:first-child {
  background: #2e2ea4;
  padding: 5px;
  color: #fff;
}
#recruit #recruit_list ul li h3 a,
.recruit_content .rr_content h3 {
  color: #2e2ea4;
  font-size: 1.4em;
  margin: 20px 0;
  display: block;
  line-height: 1.2em;
}
#recruit #recruit_list ul li .tag span,
.recruit_content .rr_content .tag span {
  background: #f6f6f6;
  display: inline-block;
  margin-right: 10px;
  padding: 5px 10px;
}
#recruit #recruit_list .center,
.recruit_content .rr_content .center {
  border-top: 1px solid #ccc;
  margin-top: 10px;
  padding: 25px 0;
}
#recruit #recruit_list .left,
.recruit_content .rr_content .left {
  display: block;
  float: left;
  margin-right: 30px;
  width: 30%;
}
#recruit #recruit_list .right {
  display: flow-root;
}
#recruit #recruit_list .right table {
  margin: 30px 0;
  width: auto;
}
#recruit #recruit_list .left img,
.recruit_content .rr_content .left img {
  width: 100%;
}
#recruit #recruit_list .right h4,
.recruit_content .rr_content .right h4 {
  border-left: 4px solid #2e2ea4;
  margin-bottom: 15px;
  padding: 10px 0 10px 20px;
  display: inline-block;
  font-size: 1.2em;
  line-height: 1.2em;
}
#recruit #recruit_list .right p,
.recruit_content .rr_content .right p {
  background: #f6f6f6;
  padding: 10px;
  display: -ms-grid;
  display: grid;
}
#recruit #recruit_list .btn_area,
.recruit_content .btn_area {
  /*padding: 0 20%;*/
}
.recruit_content .btn_area {
  margin: 0 0 60px;
}
#recruit #recruit_list .btn_area a,
.recruit_content .btn_area a {
  display: inline-block;
  color: #fff;
  padding: 20px 120px;
  background: #2e2ea4;
  margin-right: 30px;
}
#recruit #recruit_list .btn_area a:last-child,
.recruit_content .btn_area a:last-child {
  background: #ffb55d;
  margin-right: 0;
}
.recruit_content .rr_guide {
  padding: 60px 0;
  background: url(../img/bg_white.png);
}
#company #company_idea {
  background: url(../img/bg_white.png) #2e2ea4;
  padding: 60px 0;
}
#company #company_idea .ttl_b span {
  border-bottom: 2px solid #fff;
  color: #fff;
}
#company #company_idea p {
  color: #fff;
  font-size: 2em;
}
#company #company_idea p span {
  display: block;
  font-size: 0.6em;
  line-height: 2em;
  margin-top: 40px;
}
#company #company_greeting {
  padding: 60px 0;
}
#company #company_greeting .inner {
  /*	padding: 30px 0 0 350px;*/
  /*	background: url(../img/company_greeting_bg.png) no-repeat left top;*/
  /*    display: flex;*/
  /*    align-items: flex-start;*/
  position: relative;
}
.company_greeting_avater {
  /*    position: relative;*/
  /*    flex: 0 0 350px;*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  max-width: 350px;
}
.company_greeting_avater:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 40%;
  height: 100%;
  background: -webkit-linear-gradient(right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.company_greeting_txt {
  /*    flex: 1 1 674px;*/
  position: relative;
  z-index: 1;
  padding: 30px 0 0 330px;
}
#company #company_greeting h4 {
  font-size: 1.2em;
  color: #2e2ea4;
  margin-bottom: 40px;
  line-height: 1.4em;
}
#company #company_greeting p:last-child {
  margin-top: 30px;
}
#company #company_greeting p:last-child span {
  font-size: 1.2em;
}
#company #company_stance {
  padding: 60px 0;
}
#company #company_stance .inner {
  padding: 0 50px;
}
.company_stance_block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 70px;
}
.company_stance_block:nth-of-type(odd) {
  flex-direction: row-reverse;
}
.company_stance_img {
  position: relative;
  flex: 0 1 37%;
}
.company_stance_img:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 10px solid #fff;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
}
.company_stance_img:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  bottom: 0;
}
.company_stance_block:nth-of-type(1) .company_stance_img:after {
  background: url(../img/accent_truck1.png) no-repeat 0 0;
  background-size: contain;
  /*    width: calc(207px * .8);*/
  /*    height: calc(125px * .8);*/
  width: 45%;
  height: 47%;
  left: 0;
  margin: 0 0 -30px -50px;
}
.company_stance_block:nth-of-type(2) .company_stance_img:after {
  background: url(../img/accent_truck2.png) no-repeat 0 0;
  background-size: contain;
  /*    width: calc(208px * .8);*/
  /*    height: calc(125px * .8);*/
  width: 45%;
  height: 47%;
  right: 0;
  margin: 0 -50px -30px 0;
}
.company_stance_img img {
  display: block;
  max-width: calc(370px);
  height: auto;
  -webkit-box-shadow: 10px 10px 0px 0px #2e2ea4;
  -moz-box-shadow: 10px 10px 0px 0px #2e2ea4;
  box-shadow: 10px 10px 0px 0px #2e2ea4;
}
.company_stance_block:nth-of-type(1) .company_stance_img {
  margin-left: 50px;
}
.company_stance_block:nth-of-type(2) .company_stance_img {
  margin-right: 50px;
}
.company_stance_txt {
  /*    background: #ff0;*/
  flex: 0 1 50%;
}
#company #company_stance img {
  /*	margin: 30px 0;*/
  /*	width: 48%;*/
}
#company #company_stance ul {
  /*	float: left;*/
  /*	width: 50%;*/
  /*	margin: 30px 0;*/
}
#company #company_stance ul:last-child {
  /*	float: right;*/
}
#company #company_stance ul li {
  position: relative;
  margin: 10px 0;
  padding: 8px 0 8px 50px;
  line-height: 1.4em;
}
#company #company_stance ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: #2e2ea4;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 2em;
}
.company_stance_block:nth-of-type(1) ul li:before {
  content: "1";
}
.company_stance_block:nth-of-type(1) ul li:nth-child(2):before {
  content: "2";
}
.company_stance_block:nth-of-type(1) ul li:nth-child(3):before {
  content: "3";
}
.company_stance_block:nth-of-type(1) ul li:nth-child(4):before {
  content: "4";
}
.company_stance_block:nth-of-type(1) ul li:nth-child(5):before {
  content: "5";
}
.company_stance_block:nth-of-type(2) ul:last-child li:first-child:before {
  content: "6";
}
.company_stance_block:nth-of-type(2) ul:last-child li:nth-child(2):before {
  content: "7";
}
.company_stance_block:nth-of-type(2) ul:last-child li:nth-child(3):before {
  content: "8";
}
.company_stance_block:nth-of-type(2) ul:last-child li:nth-child(4):before {
  content: "9";
}
.company_stance_block:nth-of-type(2) ul:last-child li:nth-child(5):before {
  content: "10";
}
#company #company_info {
  padding: 60px 0;
}
#company #company_vision {
  padding: 60px 0;
  position: relative;
  background: #f6f6f6;
}
#company #company_vision:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 200px 500px;
  border-color: transparent transparent #2e2ea4 transparent;
  z-index: 1;
}
#company #company_vision img {
  float: right;
  position: relative;
  z-index: 10;
}
#company #company_vision .left {
  float: left;
  position: relative;
  width: 65%;
  z-index: 10;
  margin-top: 20px;
}
#company #company_vision .left:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -60px;
  width: 426px;
  height: 108px;
  background: url(../img/company_bg.png) no-repeat left top;
  background-size: cover;
  z-index: -1;
}
#company #company_vision .left h4 {
  font-size: 1.4em;
  margin-bottom: 40px;
  line-height: 1.2em;
}
#charm #charm_catch p {
  margin: 60px 0 80px;
  font-size: 1.8em;
  line-height: 1.6em;
  position: relative;
  color: #2e2ea4;
}
#charm #charm_catch p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 40px;
  border-bottom: 4px solid #2e2ea4;
}
#charm #charm_list ul li {
  margin: 40px 0;
}
#charm #charm_list ul li h3 {
  border-bottom: 1px solid #2e2ea4;
  margin-bottom: 30px;
  padding: 10px 0;
}
#charm #charm_list ul li h3 span {
  background: #2e2ea4;
  margin-right: 20px;
  padding: 10px 20px;
  color: #fff;
  display: inline-block;
}
#charm #charm_list ul li .left {
  float: left;
  margin: 0 20px 20px 0;
}
#charm #charm_list ul li .left img {
  width: 100%;
}
#works #works_catch {
  background: url(../img/bg_white.png);
  padding: 60px 0;
}
#works #works_catch .inner div {
  background: url(../img/works_bg.jpg?2310) no-repeat center center;
  background-size: cover;
  padding: 100px 0;
}
#works #works_catch .inner h3 {
  background: rgba(255, 255, 255, 0.5);
  background-size: cover;
  padding: 15px 25px;
  font-size: 1.6em;
  line-height: 1.2em;
  display: inline-block;
}
#works #works_catch .inner p {
  background: url(../img/works_bg02.png) no-repeat left top, url(../img/works_img.png) no-repeat right bottom;
  margin: 80px 0 0;
  line-height: 2.2em;
  text-shadow: 0 0 25px #fff,
		0 0 20px #fff,
		0 0 0.40px #fff;
}
#works #works_list {
  padding: 60px 0;
  position: relative;
}
#works #works_list:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 200px 500px 0 0;
  border-color: #2e2ea4 transparent transparent transparent;
}
#works #works_list:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 200px 500px;
  border-color: transparent transparent #2e2ea4 transparent;
}
#works #works_list ul li {
  width: 44%;
  margin: 0 3%;
  float: left;
  height: 550px;
}
#works #works_list ul li img {
  width: 100%;
}
#works #works_list ul li div {
  border-left: 4px solid #2e2ea4;
  margin-top: 40px;
  padding: 10px 0 10px 30px;
}
#works #works_list ul li div h4 {
  font-size: 1.4em;
  line-height: 1.4em;
  margin-bottom: 30px;
}
#top .pagetop,
#works .pagetop {
  margin: 0;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
@media screen and (max-width: 1000px) {
  #top #top_news .left {
    width: 20%;
  }
  #top #top_news .right {
    width: 77%;
  }
}
@media screen and (max-width: 960px) {
  #top #top_news .left {
    width: 18%;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: 90%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  #header {
    padding: 15px 0 10px;
  }
  #top #header {
    position: static;
  }
  #header .logo {
    /*margin-left: 20px;*/
  }
  #header #gnavi {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -610px;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    left: 0;
    text-align: center;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: 1000;
  }
  #header #gnavi ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    border-right: none;
  }
  #header #gnavi ul li {
    float: none;
    position: static;
    width: 100%;
    border-left: none;
    border-bottom: 1px solid #ccc;
  }
  #header #gnavi ul li a,
  #header.fixed #gnavi ul li a {
    width: 100%;
    display: block;
    padding: 20px 0;
  }
  #header #nav-toggle {
    display: block;
  }
  /* #nav-toggle 切り替えアニメーション */
  #header.open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  #header.open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  #header.open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* #gnavi スライドアニメーション */
  #header.open #gnavi {
    /* #gnavi top + #mobile-head height */
    -moz-transform: translateY(610px);
    -webkit-transform: translateY(610px);
    transform: translateY(610px);
  }
  #header h1 {
    margin-bottom: 0;
    line-height: 1.2em;
    text-align: left;
    padding-top: 10px;
  }
  #top #top_mv {
    height: auto;
    padding-top: 67%;
  }
  #top #top_mv .inner {
    /*		padding: 40px 0;*/
  }
  #top #top_mv .mv_box h2 {
    line-height: 1.4;
    font-size: 22.4px;
  }
  #top #top_mv .mv_box {
    width: 100%;
    float: none;
    /*        padding: 50px;*/
    padding: 30px 5%;
    position: static;
    top: 0;
    margin: 0;
  }
  #top #top_mv .mv_box::before,
  #top #top_mv .mv_box::after {
    display: none;
  }
  /*
	#top #top_mv .mv_box p:last-child {
    position: static;
    margin-top: 40px;
	}
	*/
  #top #top_news .inner {
    max-width: 100%;
    width: 100%;
  }
  #top #top_news .left {
    float: none;
    width: 100%;
    text-align: center;
  }
  #top #top_news .right {
    float: none;
    padding: 0 20px 20px;
    width: 100%;
  }
  #top #top_news .right ul li span {
    margin-right: 0;
    display: block;
  }
  #top #top_recruit .top_recruit01 .inner {
    padding: 50px 20px;
  }
  #top #top_recruit .top_recruit01:after {
    right: -300px;
  }
  #top #top_recruit .top_recruit02 ul li {
    flex: 1 1 48%;
    /*    width: 48%;*/
    margin: 0 1% 20px;
    height: 370px;
  }
  #top #top_company {
    padding: 30px 20px;
  }
  #top #top_works .center {
    padding: 40px 5%;
  }
  #top #top_iv {
    padding: 50px 20px 150px;
  }
  #top #top_charm {
    padding: 0 20px 50px;
  }
  #footer {
    margin: 0;
  }
  #footer .inner {
    max-width: 100%;
    width: 100%;
  }
  #footer .logo {
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }
  #footer #fnavi ul {
    float: none;
    border-bottom: 1px solid #ccc;
  }
  #footer #fnavi ul li {
    margin: 0;
    width: 50%;
    text-align: center;
  }
  #footer #fnavi ul li a {
    border-top: 1px solid #ccc;
    display: block;
    padding: 20px 0;
  }
  #footer #fnavi ul li:nth-child(odd) a {
    border-right: 1px solid #ccc;
  }
  .interview_content .iv_content .iv_content01 h3 {
    margin-top: 50px;
    font-size: 1.4em;
  }
  .interview_content .iv_content .iv_content02 li .iv_img_wrap {
    margin: 0;
  }
  .interview_content .iv_content .iv_content02 li .right {
    padding: 20px;
    width: 55%;
    float: right;
  }
  .interview_content .iv_content .iv_content02 li .right p {
    padding: 20px 0;
  }
  .interview_content .iv_content .iv_content02 li:last-child img {
    margin: 0;
  }
  .interview_content .iv_content .iv_content02 li:last-child .right {
    float: left;
  }
  #recruit_search form {
    width: 100%;
    flex-wrap: wrap;
  }
  #recruit #recruit_search select {
    flex-basis: 30%;
  }
  #recruit #recruit_search input {
    width: 60%;
    background: #fff;
    flex-basis: 100%;
  }
  #recruit #recruit_search input.s_btn {
    flex: 1 1 auto;
  }
  #recruit #recruit_list .right h4,
  .recruit_content .rr_content .right h4 {
    margin: 0 0 15px;
  }
  #recruit #recruit_list .btn_area,
  .recruit_content .btn_area {
    padding: 0;
  }
  #recruit #recruit_list .btn_area a,
  .recruit_content .btn_area a {
    margin-right: 2%;
    width: 48%;
  }
  table {
    width: 100%;
  }
  #company #company_greeting .inner {
    /*    padding: 30px 0 0 300px;*/
  }
  #company #company_vision .left {
    width: 55%;
  }
  #company #company_vision .left:after {
    background-size: 50%;
  }
  .company_stance_block {
    display: block;
  }
  .company_stance_block .company_stance_img {
    max-width: 400px;
    margin: 0 auto 60px auto !important;
  }
  #company #company_stance ul {
    float: none;
    width: 100%;
  }
  #company #company_stance img {
    width: 100%;
    max-width: none;
  }
  #works #works_catch .inner p {
    background: none;
  }
  #works #works_catch .inner p br {
    display: none;
  }
  #works #works_list {
    padding: 140px 0;
  }
}
@media screen and (max-width: 480px) {
  #top #top_mv {
    background-size: contain;
  }
  #top #top_mv .inner {
    position: static;
  }
  #top #top_mv .mv_box {
    /*    padding: 40px 20px;*/
    text-align: left;
  }
  #top #top_mv .mv_box h2 {
    /*    line-height: 1.4em;*/
    /*    margin-bottom: 20px;*/
  }
  #top #top_news .left {
    padding: 25px 0;
  }
  #top #top_recruit .top_recruit01 .left {
    width: 100%;
    margin-bottom: 260px;
  }
  #top #top_recruit .top_recruit01 img {
    right: 20px;
  }
  #top #top_recruit .top_recruit02 ul li {
    width: 96%;
    margin: 0 2% 20px;
    height: auto;
  }
  #top #top_company {
    background: url(../img/top_company_img.jpg) no-repeat left 50px;
    background-size: 90%;
  }
  #top #top_company .right {
    float: none;
    width: 100%;
    padding: 380px 0 0;
  }
  #top #top_iv .left {
    float: none;
    width: 100%;
  }
  #top #top_iv .right {
    float: none;
    width: 100%;
    clear: both;
  }
  #top #top_charm .left {
    float: none;
    width: 100%;
    padding-top: 0;
    margin-bottom: 50px;
  }
  #top #top_charm .right {
    float: none;
    width: 100%;
  }
  #recruit #recruit_search select,
  #recruit #recruit_search input {
    flex-basis: 100%;
  }
  #footer_contact {
    padding: 20px;
  }
  #footer_contact .inner p a {
    font-size: 1.6em;
    letter-spacing: 0;
  }
  .sub_ttl {
    padding: 40px 0 30px;
  }
  #news #news_list ul li img {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  #interview #iv_list ul li {
    float: none;
    flex-basis: 100%;
    margin: 0 0 20px;
  }
  .interview_content .iv_content .iv_content01 h3 {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .interview_content .iv_content .iv_content01 figure {
    float: none;
    width: 100%;
  }
  .interview_content .iv_content .iv_content01 figure:after {
    display: none;
  }
  .interview_content .iv_content .iv_content02 li {
    margin: 30px 0;
    display: block;
  }
  .interview_content .iv_content .iv_content02 li img {
    margin: 0;
    width: 100%;
    float: none;
  }
  .interview_content .iv_content .iv_content02 li .right {
    padding: 20px 0;
    width: 100%;
    float: none;
  }
  .interview_content .iv_content .iv_content03 {
    padding: 40px 5%;
  }
  .avater_img {
    float: none;
    margin: 0 auto 20px;
  }
  .interview_content .iv_content .iv_content03 img {
    /*        display: block;*/
  }
  .interview_content .iv_content .iv_content03 .right h4 {
    margin-bottom: 20px;
  }
  .interview_content .iv_content .r_btn a {
    margin: 40px auto 20px;
    width: 100%;
  }
  #recruit #recruit_list .right {
    display: block;
  }
  #recruit #recruit_list .left,
  .recruit_content .rr_content .left {
    width: 100%;
  }
  #recruit #recruit_list .btn_area a,
  .recruit_content .btn_area a {
    padding: 20px;
  }
  #company #company_idea p {
    color: #fff;
    font-size: 1.4em;
  }
  #company #company_greeting .inner {
    /*    padding: 320px 0 0;*/
  }
  .company_greeting_avater {
    position: relative;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .company_greeting_avater:before {
    content: none;
  }
  .company_greeting_txt {
    padding: 30px 0 0 0;
  }
  #company #company_stance .inner {
    padding: 0;
  }
  #company #company_vision {
    padding: 60px 0 180px;
  }
  #company #company_vision img {
    float: none;
    width: 100%;
  }
  .company_stance_block .company_stance_img {
    max-width: 230px;
  }
  #company #company_vision .left {
    width: 100%;
    margin-top: 30px;
    float: none;
  }
  #company #company_vision .left:after {
    bottom: -100px;
  }
  #company #company_vision .left h4 {
    margin-bottom: 20px;
  }
  #charm #charm_list ul li h3 span {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }
  #charm #charm_list ul li img {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
  #works #works_catch .inner p {
    margin: 40px 0 0;
  }
  #works #works_list {
    padding: 100px 0;
  }
  #works #works_list:before {
    border-width: 100px 300px 0 0;
  }
  #works #works_list:after {
    border-width: 0 0 100px 300px;
  }
  #works #works_list ul li {
    width: 100%;
    margin: 0 0 30px;
    float: none;
    height: auto;
  }
  #works #works_list ul li div {
    padding: 10px 0 10px 20px;
  }
  #recruit #recruit_list .left {
    width: 100%;
  }
  #recruit #recruit_list .left img {
    width: 100%;
  }
  #recruit #recruit_list .right h4,
  .recruit_content .rr_content .right h4 {
    margin: 15px 0;
  }
}
@media screen and (max-width: 414px) {
  #top #top_company .right {
    padding: 320px 0 0;
  }
  #footer_contact {
    padding: 20px 40px;
    background: #2e2ea4;
  }
  #footer_contact .inner p a {
    padding: 20px 0;
    font-size: 1.4em;
    letter-spacing: 0;
  }
  .sub_ttl h2 {
    font-size: 1.2em;
  }
  #recruit_search {
    padding: 20px 0;
  }
  table th {
    border-right: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 100%;
    display: block;
    padding: 15px 0;
  }
  table td {
    padding: 20px 0;
    width: 100%;
    display: block;
  }
  #recruit #recruit_list .btn_area a,
  .recruit_content .btn_area a {
    margin-right: 0;
    margin-bottom: 10px;
    width: 90%;
  }
  #works #works_catch .inner div {
    padding: 50px 0;
  }
  #works #works_catch .inner h3 {
    font-size: 1.2em;
  }
  #charm #charm_catch p {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 375px) {
  #header .logo {
    margin-bottom: 15px;
    width: 45%;
  }
  #header #nav-toggle {
    right: 20px;
    top: 30px;
  }
  #top #top_mv .mv_box h2 {
    font-size: 1.2em;
  }
  #top #top_mv .mv_box p {
    font-size: 0.8em;
    line-height: 2.4em;
  }
  /*
	#top #top_mv .mv_box p:last-child {
    font-size: 3em;
	}
	*/
  #footer #fnavi ul li a {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 320px) {
  #header h1 {
    margin: 0 20px;
    line-height: 1.4em;
  }
  #top #top_recruit .top_recruit01 img {
    right: 0;
  }
  #top #top_company .right {
    padding: 270px 0 0;
  }
  #top #top_mv .mv_box p {
    font-size: 0.7em;
  }
}
.footer_ga {
  display: block;
  font-size: 12px;
  padding: 10px;
  text-align: center;
}
.footer_ga .ga-pdf {
  color: #333;
  opacity: .7;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .footer_ga .ga-pdf:hover {
    opacity: .8;
  }
}
