@charset "UTF-8";
body {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0em;
  color: #000;
  font-size: 16px;
  line-height: 27px;
  min-width: 1200px;
  /*スマホで勝手に文字が大きくなる対策*/
  -webkit-text-size-adjust: 100%;
}
/*------------------------------------------------------------*/
/* < レイアウト全体 > */
/*------------------------------------------------------------*/

.content_box {
}
.content_box article {
  width: 1200px;
  padding: 0 0;
  margin: 0 auto;
  box-sizing: border-box;
}

.content_box h2 {
  float: right;
  font-size: 12px;
  height: 25px;
  line-height: 24px;
  margin: 4px 10px;
}

.body-container {
}

.home-container {
  background: #e6e6e6;
}
.home-container .content_box {
  background: url(../img/common/common_bg.png) center top repeat-y;
}

.leftColumn {
  float: left;
  width: 260px;
  padding-top: 0px;
  padding-left: 0px;
}

.rightColumn {
  float: right;
  width: 915px;
  padding-right: 0px;
}

.rightColumn2 {
  padding-right: 19px !important;
}
/*------------------------------------------------------------*/
/* < ヘッダー > */
/*------------------------------------------------------------*/
header {
  height: 100px;
  overflow: hidden;
}
header .box {
  width: 1200px;
  height: 100px;
  margin: 0 auto;
  position: relative;
}

header h1 {
  font-size: 12px;
  padding-left: 0px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  color: #000;
}
header .logo {
  display: block;
  position: absolute;
  top: 25px;
  left: 0;
}
header .about {
  display: block;
  position: absolute;
  top: 24px;
  right: 192px;
}
header .form {
  display: block;
  position: absolute;
  top: 24px;
  right: 0px;
}

.gnav {
  position: relative;
  z-index: 15;
  background: #00233f;
  z-index: 100;
}
.gnav img {
  vertical-align: top;
}
.gnav>ul {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.gnav>ul>li {
  display: block;
  float: left;
  cursor: pointer;
  padding-bottom: 1px;
}
.gnav>ul>li:nth-child(1) {
  width: 199px;
}
.gnav>ul>li:nth-child(3) {
  width: 200px;
}
.gnav>ul>li:nth-child(3) {
  width: 200px;
}
.gnav>ul>li:nth-child(4) {
  width: 200px;
}
.gnav>ul>li:nth-child(5) {
  width: 200px;
}
.gnav>ul>li:nth-child(6) {
  width: 201px;
}
.gnav li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  text-decoration: underline;
}


.head_img {
  height: 506px;
  background: #e6e6e6;
  position: relative;
  text-align: center;
}
.head_img:after {
  content: '';
  width: 100%;
  height: 7px;
  background: url(../img/recruit/header_bg.png) repeat-x;
  position: absolute;
  top: 0;
  left: 0;
}
.head_img img {
  border: solid 1px #fff;
}

.head_lead {
  text-align: center;
}
.head_lead img {
  vertical-align: top;
}


/*------------------------------------------------------------*/
/* < フッター > */
/*------------------------------------------------------------*/

body .fbuttons {
  background: url(../img/recruit/fbuttons.png) 50% 0 no-repeat;
  padding: 40px 0 30px 0;
  width: 1100px;
  margin: 0 auto;
}
body .fbuttons ul {
  display: flex;
  display:-webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body .fbuttons a {
  display: block;
  text-align: center;
  cursor: pointer;
}
body .fbuttons a:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}


body .fcontact a {
  display: block;
  text-align: center;
}

body .fcontact a:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

body .fcontact {
  padding: 10px 0 30px 0;
  width: 1200px;
  margin: 0 auto;
}
body .fcontact a {
  display: block;
  text-align: center;
}

body .fcontact a:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

#footer-container {
  background: #fff;
  border-top: solid 5px #00233f;
}

#footer-container .links {
  background-color: #00233f;
  padding: 25px 0;
}
#footer-container .links .inner {
  width: 1200px;
  margin: 0 auto;
  border-top: solid 1px #35536c;
  border-bottom: solid 1px #35536c;
  box-sizing: border-box;
  padding: 20px 55px 10px 55px;
  display: flex;
  display:-webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#footer-container .links .link ul li {
  margin-bottom: 10px;
}
#footer-container .links .link h4 {
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}
#footer-container .links .link a {
  color: #a6c5f3;
  font-size: 14px;
  text-decoration: none;
}
#footer-container .links .link a:hover {
  text-decoration: underline;
}
#footer-container .links .image {
  overflow: hidden;
}
#footer-container .links .image li {
  float: left;
  margin-left: 25px;
}

#footer-container .box2 {
  width: 1200px;
  margin: 0 auto;
  padding: 10px 0 16px;
}
#footer-container .left {
  float: left;
}
#footer-container .left .logo {
  display: block;
  margin: 10px 0 0 60px;
  float: left;
}
#footer-container .left p {
  display: block;
  float: left;
  font-size: 12px;
  color: #4d4d4d;
  margin: 10px 20px;
  line-height: 1.4em;
}

#footer-container .right {
  float: right;
  margin: 0 60px 0 0;
  padding: 8px 0 0 0;
  text-align: right;
  line-height: 1em;
}
#footer-container .right p {
  font-size: 12px;
  margin-bottom: 5px;
}
#footer-container .right ul {
  overflow: hidden;
  margin: 0 15px;
}
#footer-container .right ul li {
  color: #4d4d4d;
  display: inline;
  font-size: 12px;
}

.copyright {
  background-color: #00233f;
  color: #fff;
  text-align: center;
  padding: 2px 0;
  font-size: 12px;
}

body article p,
body article li {
  box-sizing: border-box;
}
/*------------------------------------------------------------*/
/* < トップ > */
/*------------------------------------------------------------*/

.slider-block {
  margin-bottom: 42px;
}
.slider-block .slider-pager {
  width: 1100px;
  margin: 0 auto;
  padding: 20px 0 0px 0;
  overflow: hidden;
}
.slider-block .slider-pager div {
  margin-right: -13px;
}
.slider-block .slider-pager a {
  width: 358px;
  height: 63px;
  display: block;
  text-indent: -9999px;
  float: left;
  margin-right: 13px;
  overflow: hidden;
}
.slider-block .slider-pager .a1 {
  background: url(../img/recruit/slider_button_01.png) center top no-repeat;
}
.slider-block .slider-pager .a2 {
  background: url(../img/recruit/slider_button_02.png) center top no-repeat;
}
.slider-block .slider-pager .a3 {
  background: url(../img/recruit/slider_button_03.png) center top no-repeat;
}
.slider-block .slider-pager a.active,.slider-block .slider-pager a:hover {
  background-position: center bottom;
  opacity: 1.0;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
}

.slider-block .bx-wrapper .bx-controls-direction a {
  width: 48px;
  height: 50px;
}
.slider-block .bx-wrapper .bx-next {
  right: -15px;
  background: url(../img/recruit/slider_button_next.png) left top no-repeat;
}
.slider-block .bx-wrapper .bx-prev {
  left: -15px;
  background: url(../img/recruit/slider_button_prev.png) left top no-repeat;
}

.slider-block {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #e6e6e6;
  padding-top: 124px;
  padding-bottom: 30px;
}
.slider-block>img {
  position: absolute;
  top: 0;
  left: calc(50% - (1900px / 2));
}
.slider-block:before,
.slider-block:after {
  content: '';
  background: url(../img/recruit/slider_bg.png) left top no-repeat;
  position: absolute;
  top: 147px;
  width: 1100px;
  height: 590px;
  z-index: 10000;
}
.slider-block:before {
  left: calc(50% - 1699px);
}
.slider-block:after {
  right: calc(50% - 1699px);
}
.slider-block .slider-wrapper {
  width: 1150px;
  margin: 0 auto;
  overflow: unset;
  padding: 20px 0 0 0;
}
.slider-block .bx-viewport {
  overflow: unset !important;
}
.slider-block .slider li {
  display: block;
  width: 1150px;
  height: 590px;
}
.slider-block .slider li.item01 {
  background: url(../img/recruit/slider_01.png) center top no-repeat;
}
.slider-block .slider li.item02 {
  background: url(../img/recruit/slider_02.png) center top no-repeat;
}
.slider-block .slider li.item03 {
  background: url(../img/recruit/slider_03.png) center top no-repeat;
}

.slider-block .slider li p {
  float: left;
  padding: 460px 0px 0px 42px;
}
.slider-block .slider li p:nth-child(1) {
  width: 502px;
}
.slider-block .slider li p:nth-child(2) {
}



.slider2-block {
  margin: 30px 0;
}
.slider2-block .slider2-pager {
  width: 1000px;
  margin: 0 auto;
  padding: 15px 0 0px 0;
  overflow: hidden;
}
.slider2-block .slider2-pager div {
  margin-right: -13px;
}
.slider2-block .slider2-pager a {
  width: 130px;
  height: 96px;
  display: block;
  text-indent: -9999px;
  float: left;
  margin-right: 14px;
  overflow: hidden;
}
.slider2-block .slider2-pager .a1 {
  background: url(../img/recruit/slider2_button_01.png) center top no-repeat;
}
.slider2-block .slider2-pager .a2 {
  background: url(../img/recruit/slider2_button_02.png) center top no-repeat;
}
.slider2-block .slider2-pager .a3 {
  background: url(../img/recruit/slider2_button_03.png) center top no-repeat;
}
.slider2-block .slider2-pager .a4 {
  background: url(../img/recruit/slider2_button_04.png) center top no-repeat;
}
.slider2-block .slider2-pager .a5 {
  background: url(../img/recruit/slider2_button_05.png) center top no-repeat;
}
.slider2-block .slider2-pager .a6 {
  background: url(../img/recruit/slider2_button_06.png) center top no-repeat;
}
.slider2-block .slider2-pager .a7 {
  background: url(../img/recruit/slider2_button_07.png) center top no-repeat;
}
.slider2-block .slider2-pager a.active,.slider2-block .slider2-pager a:hover {
  background-position: center bottom;
  opacity: 1.0;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
}

.slider2-block .bx-wrapper .bx-controls-direction a {
  width: 49px;
  height: 50px;
}
.slider2-block .bx-wrapper .bx-next {
  right: -25px;
  background: url(../img/recruit/slider2_button_next.png) left top no-repeat;
}
.slider2-block .bx-wrapper .bx-prev {
  left: -25px;
  background: url(../img/recruit/slider2_button_prev.png) left top no-repeat;
}

.slider2-block {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 100px;
  padding-bottom: 40px;
}
.slider2-block>img {
  position: absolute;
  top: 0;
  left: calc(50% - (974px / 2));
}
.slider2-block .slider2-wrapper {
  width: 970px;
  margin: 0 auto;
  overflow: unset;
  padding: 20px 0 0 0;
}
.slider2-block .bx-viewport {
  overflow: unset !important;
}
.slider2-block .slider2 li {
  display: block;
  width: 1150px;
  height: 556px;
  text-align: center;
}
.slider2-block .slider2 li img {
  display: block;
  margin: 0 auto;
}



body.recruit article {
  box-sizing: border-box;
}

body.recruit .cont01 {
  background: url(../img/recruit/cont01.jpg) center top no-repeat;
  margin-bottom: 15px;
  height: 370px;
  padding: 100px 0px 0px 35px;
  margin-top: 30px;
}

body.recruit .cont02 {
  background: url(../img/recruit/cont02.jpg) center top no-repeat;
  margin-bottom: 30px;
  height: 420px;
}
body.recruit .cont02 ul {
  padding: 163px 0px 0px 27px;
  overflow: hidden;
}
body.recruit .cont02 ul li {
  box-sizing: border-box;
  float: left;
  width: 271px;
  height: 245px;
  margin-right: 22px;
  margin-bottom: 0px;
  padding: 85px 0 0 10px;
  letter-spacing: -0.00em;
}

body.recruit .cont03 {
  background: url(../img/recruit/cont03.jpg) center top no-repeat;
  padding-bottom: 20px;
}
body.recruit .cont03 ul {
  padding: 121px 0px 0px 25px;
  overflow: hidden;
}
body.recruit .cont03 ul li {
  box-sizing: border-box;
  float: left;
  width: 370px;
  height: 330px;
  margin-right: 20px;
  margin-top: 104px;
  padding: 230px 0 0 10px;
  letter-spacing: -0.00em;
}

body.recruit .cont04 {
  background: url(../img/recruit/cont04.jpg) center top no-repeat;
  margin-bottom: 50px;
  padding: 350px 0px 0px 25px;
}
body.recruit .cont04 ul {
  overflow: hidden;
  padding: 472px 0px 0px 0px;
}
body.recruit .cont04 ul li {
  float: left;
  margin-right: 17px;
}
body.recruit .cont04 p {
  margin: 50px 0 0 0;
  text-align: center;
}

body.recruit .cont05 {
  background: url(../img/recruit/cont05.jpg) center top no-repeat;
  margin-bottom: 20px;
  height: 459px;
  width: 100%;
}
body.recruit .cont05 p {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 402px 0px 0px 56px;
}

body.recruit .cont06 {
  background: url(../img/recruit/cont06.jpg) center top no-repeat;
  margin-bottom: 30px;
  height: 347px;
  padding: 0px 0px 0px 0px;
}
body.recruit .cont06 ul {
  padding: 70px 0px 0px 45px;
  overflow: hidden;
}
body.recruit .cont06 ul li {
  box-sizing: border-box;
  float: left;
  width: 170px;
  margin-right: 18px;
  padding: 118px 0 0 10px;
}

body.recruit .cont07 {
  background: url(../img/recruit/cont07.jpg) center top no-repeat;
  margin-bottom: 40px;
  height: 888px;
  padding: 0px 0px 0px 0px;
}
body.recruit .cont07 ul {
  padding: 73px 0px 0px 50px;
  overflow: hidden;
  height: 788px;
}
body.recruit .cont07 ul li {
  box-sizing: border-box;
  float: left;
  width: 540px;
  height: 683px;
  margin-right: 20px;
  margin-bottom: 20px;
}
body.recruit .cont07 ul li p:nth-child(1) {
  padding: 161px 0 0 210px;
  box-sizing: border-box;
  height: 222px;
}
body.recruit .cont07 ul li p:nth-child(2) {
  padding: 150px 9px 0 30px;
  width: 550px;
}

body.recruit .cont08 {
  background: url(../img/recruit/cont08.jpg) center top no-repeat;
  margin-bottom: 20px;
  height: 399px;
  width: 100%;
}
body.recruit .cont08 p {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 342px 0px 0px 56px;
}

body.recruit .cont09 {
  background: url(../img/recruit/cont09.jpg) center top no-repeat;
  margin-bottom: 30px;
  height: 347px;
  padding: 0px 0px 0px 0px;
}
body.recruit .cont09 ul {
  padding: 70px 0px 0px 45px;
  overflow: hidden;
}
body.recruit .cont09 ul li {
  box-sizing: border-box;
  float: left;
  width: 170px;
  margin-right: 18px;
  padding: 118px 0 0 10px;
}

body.recruit .cont10 {
  background: url(../img/recruit/cont10.jpg) center top no-repeat;
  margin-bottom: 20px;
  height: 1486px;
  padding: 0px 0px 0px 0px;
}
body.recruit .cont10 ul {
  padding: 73px 0px 0px 50px;
  overflow: hidden;
}
body.recruit .cont10 ul li {
  box-sizing: border-box;
  float: left;
  width: 540px;
  height: 683px;
  margin-right: 20px;
  margin-bottom: 20px;
}
body.recruit .cont10 ul li p:nth-child(1) {
  padding: 161px 0 0 210px;
  box-sizing: border-box;
  height: 222px;
}
body.recruit .cont10 ul li p:nth-child(2) {
    padding: 150px 9px 0 30px;
    width: 550px;
}
body.recruit .cont10 ul li p.secl{padding-top: 115px !important;}

body.recruit .cont11 {
  background: url(../img/recruit/cont11.jpg) center top no-repeat;
  margin-bottom: 30px;
  height: 423px;
  width: 100%;
}
body.recruit .cont11 p {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 230px 0px 0px 80px;
}

body.recruit .cont12 {
  background: url(../img/recruit/cont12.jpg) center top no-repeat;
  margin-bottom: 30px;
  height: 330px;
  padding: 0px 0px 0px 0px;
}
body.recruit .cont12 ul {
  padding: 56px 0px 0px 50px;
  overflow: hidden;
}
body.recruit .cont12 ul li {
  box-sizing: border-box;
  float: left;
  width: 354px;
  margin-right: 19px;
  padding: 62px 0 0 20px;
}

body.recruit .cont13 {
  background: url(../img/recruit/cont13.jpg) center top no-repeat;
  margin-bottom: 30px;
  height: 850px;
  padding: 0px 0px 0px 0px;
}

body.recruit .cont14 {
  background: url(../img/recruit/cont14.jpg) center top no-repeat;
  margin-bottom: 30px;
  padding: 70px 0px 0px 0px;
}
body.recruit .cont14 .tab {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
body.recruit .cont14 .tab li:nth-child(1) {
  float: left;
}
body.recruit .cont14 .tab li:nth-child(2) {
  float: right;
}
body.recruit .cont14 .tab li a {
  display: block;
}
body.recruit .cont14 .tab li.on a img,
body.recruit .cont14 .tab li a:hover img {
  opacity: 0;
}
body.recruit .cont14 .tab li:nth-child(1) a {
  background: url(../img/recruit/cont14_button_01_on.png) no-repeat;
}
body.recruit .cont14 .tab li:nth-child(2) a {
  background: url(../img/recruit/cont14_button_02_on.png) no-repeat;
}
body.recruit .cont14 .content {
  display: none;
}
body.recruit .cont14 .content.on {
  display: block;
}
body.recruit .cont14 .content>p {
  text-align: center;
  margin: 40px 0 20px 0;
}
body.recruit .cont14 .content dl {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 900px;
  margin: 0 auto;
}
body.recruit .cont14 .content dt {
  width: 200px;
  box-sizing: border-box;
  background: #dfecf2;
  padding: 15px 5px 15px 25px;
  margin-bottom: 5px;
}
body.recruit .cont14 .content dd {
  width: 700px;
  box-sizing: border-box;
  background: #f7f7f7;
  padding: 15px 5px 15px 25px;
  margin-bottom: 5px;
}

body.recruit .cont15 {
  background: url(../img/recruit/cont15.jpg) center top no-repeat;
  margin-bottom: 45px;
  height: 450px;
}
body.recruit .cont15 .gmap {
  width: 350px;
  height: 216px;
  padding: 240px 0 0 0;
  margin-left: 170px;
  float: left;
}
body.recruit .cont15 .gmap iframe {
  width: 100%;
  height: 100%;
}
body.recruit .cont15 p:nth-child(2) {
  padding: 296px 0px 0px 0px;
  margin-left: 650px;
  box-sizing: border-box;
  height: 326px;
}
body.recruit .cont15 p:nth-child(3) {
  padding: 10px 0px 0px 0;
  margin-left: 545px;
}

body.recruit .cont16 {
  background: url(../img/recruit/cont16.jpg) center top no-repeat;
  margin-bottom: 30px;
  padding: 60px 0px 0px 0px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  border: solid 1px #adadad;
  padding: 5px;
}

.form-block {
  width: 800px;
  margin: 0 auto;
}
.form-block .input-block {
  display: flex;
  display:-webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.form-block .input-block:first-child {
  border-top: solid 1px #c8c5c4;
  margin-bottom: 0;;
}
.form-block .input-block .caption {
  width: 30%;
  background: #f2f2f2;
  box-sizing: border-box;
  padding: 18px;
  border-bottom: solid 1px #c8c5c4;
  border-left: solid 1px #c8c5c4;
  margin-bottom: 0;;
}
.form-block .input-block .input,
.form-block .input-block .textarea {
  display: block;
  width: 70%;
  box-sizing: border-box;
  padding: 18px;
  border-bottom: solid 1px #c8c5c4;
  border-left: solid 1px #c8c5c4;
  border-right: solid 1px #c8c5c4;
}
.form-block .input-block .input input[type=text],
.form-block .input-block .input input[type=email],
.form-block .input-block .input input[type=tel] {
  width: 520px;
  height: 100%;
  box-sizing: border-box;
}
.form-block .input-block textarea {
  width: 520px;
  height: 300px;
  box-sizing: border-box;
}
.form-block .input-block .input input.size-s {
  width: 200px;
}

.form-block .input-block .group .wpcf7-list-item {
  display: block;
  box-sizing: border-box;
}
.form-block .input-block .group .wpcf7-list-item input[type=text] {
  margin-right: 5px;
  vertical-align: middle;
}
.form-block .input-block .group .wpcf7-list-item.last {
  width: 80%;
}
.form-block .input-block .group .wpcf7-list-item.last input[type=text] {
  width: 180px;
}
.wpcf7-form-control-wrap {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
.wpcf7-form-control-wrap:last-child {
  margin-bottom: 0;
}
.form-block .required {
  color: #d62229;
  margin-left: 10px;
}
.form-block .button input {
  width: 351px;
  height: 58px;
  display: block;
  background: url(../img/recruit/send.jpg) center top no-repeat;
  border: none;
  cursor: pointer;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin: 20px auto;
}
.form-block .button input:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  text-decoration: underline;
}
.content_box article.movie {
  width: 1180px;
  height: 488px;
  background: url(../img/recruit/movie.jpg) center top no-repeat;
  padding: 125px 0 0 310px;
}