@charset "utf-8";

/*----- 共通部分 -----*/
#wrap {
  position: relative;
}
.entry-area {
  position: absolute;
  top: 35px;
  right: 73px;
}
.entry-area dl {
  width: 222px;
  margin-bottom: 8px;
}
.entry-area dt {
  float: left;
  width: 88px;
  border: 1px solid #c7000b;
  text-align: center;
  color: #c7000b;
}
.entry-area dd {
  float: left;
  width: 134px;
  background: #c7000b;
  border: 1px solid #c7000b;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 799px) {
  .entry-area {
    width: 100%;
    position: fixed;
    top: auto;
    bottom: 0;
    right: auto;
    background-color: rgba(255,255,2551,0.8);
    padding: 22px 10px 10px 10px;
    z-index: 999;
  }
  .entry-area dl {
    float: left;
    width: 36.66%;
    margin-bottom: 0;
    margin-right: 3%;
  }
  .entry-area dt {
    float: none;
    width: 100%;
    border: 1px solid #c7000b;
    text-align: center;
    color: #c7000b;
  }
  .entry-area dd {
    float: none;
    width: 100%;
    background: #c7000b;
    border: 1px solid #c7000b;
    color: #fff;
    text-align: center;
  }
}

/*----- index.html -----*/
.recruit-link {
  background: #08287f;
  margin-bottom: 30px;
}
.recruit-link dl {
  border-bottom: 15px solid #fff;
  color: #fff;
  padding: 30px 135px;
}
.recruit-link dt {
  float: left;
  width: 427px;
}
.recruit-link dd {
  position: relative;
  float: right;
  width: 470px;
}
.recruit-link a:nth-child(2) dl dt {
  float: right;
  width: 470px;
}
.recruit-link a:nth-child(2) dl dd {
  float: left;
  width: 427px;
}
.recruit-link dd h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.recruit-link dd p {
  line-height: 2.0;
}
.recruit-link dd .link {
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 799px) {
  .recruit-link {
    margin-bottom: 0;
  }
  .recruit-link dl {
    border-bottom: 10px solid #fff;
    color: #fff;
    padding: 15px 12.5%;
  }
  .recruit-link dt {
    float: none;
    width: 100%;
  }
  .recruit-link dd {
    float: none;
    width: 100%;
  }
  .recruit-link a:nth-child(2) dl dt {
    float: none;
    width: 100%;
  }
  .recruit-link a:nth-child(2) dl dd {
    float: none;
    width: 100%;
  }
  .recruit-link dd h3 {
    font-size: 12px;
  }
  .recruit-link dd p {
  }
  .recruit-link dd .link {
    position: relative;
    bottom: 0;
    text-align: right;
  }
}

/*----- message/index.html -----*/
.recruit-message {
  margin-bottom: 50px;
}
.recruit-message .c_title03 {
  margin-bottom: 10px;
}
.recruit-message .text01 {
  line-height: 2.0;
  margin: 20px 0;
}
.recruit-message .text02 {
  text-align: right;
  margin: 20px 0;
}
@media only screen and (max-width: 799px) {
  .recruit-message {
    margin-bottom: 0;
  }
  .recruit-message .c_title03 {
    margin-bottom: 10px;
  }
  .recruit-message .text01 {
    line-height: 1.5;
  }
  .recruit-message .text02 {
    text-align: right;
    margin: 10px 0;
  }
}

/*----- person/index.html -----*/

.person-list {
  background: #08287f;
}
.person-list h4 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-top: 20px;
  margin-bottom: 25px;
  color: #fff;
}
.person-list section {
  padding: 0 120px;
  border-bottom: 45px solid #fff;
}
.person-list section a {
  float: left;
  width: 222px;
  margin-right: 147px;
  margin-bottom: 45px;
  color: #fff;
}
.person-list section a:hover {
  text-decoration: none;
}
.person-list section a:nth-child(3n) {
  margin-right: 0;
}
.person-list section dd {
  position: relative;
}
.person-list section dd span {
  font-size: 20px;
  display: block;
}
.person-list section dd .link {
  position: absolute;
  bottom: 0;
  right: 0;
}
.person-list .is-end{
  background: #FFF;
}
.title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-top: 20px;
  margin-bottom: 25px;
}
.person-list section.leftbox {
  float: left;
  width: 409px;
  padding: 0 0 0 120px;
  border-bottom: 45px solid #fff;
  border-right: 27px solid #fff;
  background: #08287f;
}
.person-list section.leftbox h4 {
  padding-right: 38px;
}
.person-list section.centerbox {
  float: left;
  width: 409px;
  padding: 0 80px;
  border-bottom: 45px solid #fff;
  border-right: 27px solid #fff;
  background: #08287f;
}
.person-list section.rightbox {
  float: left;
  padding: 0 0 0 38px;
  background: #FFF;
  display: none;
}
.person-list section.rightbox h4 {
  padding: 20px 120px 0 38px;
}
/*.person-list section.rightbox {
  float: left;
  width: 382px;
  padding: 0 0 0 38px;
  border-bottom: 45px solid #fff;
}
.person-list section.rightbox h4 {
  padding: 20px 120px 0 38px;
}
*/


/*.person-list {
  margin-bottom: 45px;
  background: #08287f;
}
.person-list h4 {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-top: 20px;
  margin-bottom: 25px;
  color: #fff;
}
.person-list .person-box{
  display: flex;
  flex-wrap: wrap;
  max-width: 960px;
  margin: 0 auto;
}

.person-list .person-box a{
  width: 222px;
  margin-right: 145px;
  margin-bottom: 45px;
  color: #fff;
}
.person-list .person-box a:hover {
  text-decoration: none;
}
.person-list .person-box a:nth-of-type(3n){
  margin-right: 0;
}
.person-list .person-box ul{
  display: flex;
  flex-wrap: wrap;
}
.person-list .person-box ul li{
  width: 49.5%;
}
.person-list .person-box ul li:first-child {
  width: 100%;
}
.person-list .person-box ul li:last-child {
  text-align: right;
}



.person-list section {
  padding: 0 120px;
  border-bottom: 45px solid #fff;
}
.person-list section a {
  float: left;
  width: 222px;
  margin-right: 147px;
  margin-bottom: 45px;
  color: #fff;
}
.person-list section a:hover {
  text-decoration: none;
}*/

@media only screen and (max-width: 799px) {
  .person-list h4 {
    font-size: 12px;
    padding-top: 10px;
    margin-bottom: 10px;
  }
  .person-list section {
    padding: 0 4%;
    border-bottom: 10px solid #fff;
  }
  .person-list section a {
    float: left;
    width: 47%;
    margin-right: 6%;
    margin-bottom: 15px;
  }
  .person-list section a:nth-child(3n) {
    margin-right: 6%;
  }
  .person-list section a:nth-child(2n) {
    margin-right: 0;
  }
  .person-list section dd {
    font-size: 10px;
  }
  .person-list section dd span {
    font-size: 12px;
    display: inline-block;
    margin-right: 10px;
  }
  .person-list section dd .link {
    position: relative;
    text-align: right;
  }
  .title {
    font-size: 12px;
    padding-top: 10px;
    margin-bottom: 10px;
  }
  .person-list section.leftbox {
    float: none;
    width: 100%;
    padding: 0 4%;
    border-bottom: 10px solid #fff;
    border-right: none;
  }
  .person-list section.leftbox h4 {
    padding-right: 0;
  }
  .person-list section.centerbox {
    float: none;
    width: 100%;
    padding: 0 4%;
    border-bottom: 10px solid #fff;
    border-right: none;
  }
  .person-list section.rightbox {
    float: none;
    width: 100%;
    padding: 0 4%;
    border-bottom: 10px solid #fff;
  }
  .person-list section.rightbox h4 {
    padding: 10px 0;
  }
}

/*----- person/staff01-12.html -----*/
.staff-top {
  background: #08287f;
  margin-bottom: 40px;
}
.staff-top dl {
  display: table;
  width: 100%;
  table-layout:fixed;
  color: #fff;
}
.staff-top dt {
  position: relative;
  display: table-cell;
  width: 600px;
  vertical-align: middle;
}
.staff-top dd {
  position: relative;
  display: table-cell;
  width: 600px;
  vertical-align: middle;
}
.staff-top h3 {
  font-size: 28px;
  font-weight: bold;
}
.staff-top p {
  position: absolute;
  left: 40px;
  bottom: 40px;
  font-size: 18px;
}
.staff-top p span {
  font-size: 24px;
}

.staff-top.right dt {
  padding: 0 20px 0 40px;
}
.staff-top.right dd {
  line-height: 0;
}
.staff-top.left dt {
  line-height: 0;
}
.staff-top.left dd {
  padding: 0 20px 0 40px;
}
.staff-main .text-area {
  line-height: 2.0;
  margin-bottom: 70px;
  word-wrap: break-word;
}
.staff-main .text-area span {
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 1.6
}
.staff-main .text-area img.left {
  float: left;
  margin: 0 35px 20px 0;
}
.staff-main .text-area img.right {
  float: right;
  margin: 0 0 20px 35px;
}
.staff-main .text-area img.right-down {
  float: right;
  margin: 20px 0 20px 35px;
}
.pc_p {
  display: block;
}
.sp_p {
  display: none;
}
@media only screen and (max-width: 799px) {
  .staff-top {
    margin-bottom: 20px;
  }
  .staff-top dt {
    width: auto;
  }
  .staff-top dd {
    width: auto;
  }
  .staff-top h3 {
    font-size: 12px;
  }
  .staff-top p {
    left: 8%;
    bottom: 10px;
    font-size: 10px;
  }
  .staff-top p span {
    font-size: 12px;
  }

  .staff-top.right dt {
    width: 60%;
    padding: 10px 2% 0 5%;
    vertical-align: top;
  }
  .staff-top.right dd {
    width: 40%;
    line-height: 0;
  }
  .staff-top.left dt {
    width: 41%;
    line-height: 0;
  }
  .staff-top.left dd {
    width: 59%;
    padding: 0 2% 0 5%;
    padding: 10px 2% 0 5%;
    vertical-align: top;
  }
  .staff-main .text-area {
    line-height: 1.5;
    margin-bottom: 0;
  }
  .staff-main .text-area span {
    font-size: 15px;
  }
  .staff-main .text-area img{
    width: 100%;
    margin: 10px auto;
  }
  .staff-main .text-area img.left {
    float: none;
    margin: 0 auto 10px;
  }
  .staff-main .text-area img.sp-left {
    width: 41.25%;
    float: left;
    margin: 0 auto 10px;
  }
  .staff-main .text-area img.right {
    float: none;
    margin: 0 auto 10px;
  }
  .staff-main .text-area img.sp-right {
    width: 41.25%;
    float: right;
    margin: 0 auto 10px;
  }
  .staff-main .text-area img.sp-right-down {
    width: 41.25%;
    float: right;
    margin: 10px 0 10px 10px;
  }
  .pc_p {
    display: none;
  }
  .sp_p {
    display: block;
  }
}

/*----- requirements/index.html -----*/
.freshers-block .title01,
.carrier-block .title01 {
  font-size: 20px;
  font-weight: bold;
  color: #08287f;
  margin-bottom: 20px;
}
.freshers-block dl,
.carrier-block dl {
  line-height: 2.0;
}
.freshers-block dt,
.carrier-block dt {
  float: left;
  width: 130px;
}
.freshers-block dd,
.carrier-block dd {
  float: left;
  width: 830px;
}
.freshers-block .entry-link,
.carrier-block .entry-link {
  width: 888px;
  margin: 40px auto 55px;
}
.freshers-block .entry-link dt,
.carrier-block .entry-link dt {
  float: left;
  width: 355px;
  border: 2px solid #c7000b;
  text-align: center;
  color: #c7000b;
  font-size: 28px;
}
.freshers-block .entry-link dd,
.carrier-block .entry-link dd {
  float: left;
  width: 533px;
  border: 2px solid #c7000b;
  background: #c7000b;
  text-align: center;
  color: #fff;
  font-size: 28px;
}

@media only screen and (max-width: 799px) {
  .freshers-block .title01,
  .carrier-block .title01 {
    font-size: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
  }
  .freshers-block dl,
  .carrier-block dl {
    line-height: 1.5;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
  }
  .freshers-block dt,
  .carrier-block dt {
    float: none;
    width: 100%;
  }
  .freshers-block dd,
  .carrier-block dd {
    float: none;
    width: 96%;
    padding-left: 4%;
  }
  .freshers-block .entry-link,
  .carrier-block .entry-link {
    width: 100%;
    margin: 20px auto 30px;
  }
  .freshers-block .entry-link dl {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .freshers-block .entry-link dt,
  .carrier-block .entry-link dt {
    width: 36%;
    border: 1px solid #c7000b;
    font-size: 12px;
  }
  .freshers-block .entry-link dd,
  .carrier-block .entry-link dd {
    width: 64%;
    padding-left: 0;
    border: 1px solid #c7000b;
    font-size: 12px;
  }
}

/*----- requirements/form -----*/
#form-header {
  height: 120px;
  text-align: center;
}
#form-header .c_logo {
  padding-top: 30px;
}
.point01 {
  padding: 30px 0 10px;
  color: #c7000b;
}
.container.form-block {
  width: 666px;
}
.form-block table {
  width: 100%;
  margin-bottom: 20px;
}
.form-block table thead th {
  background: #08287f;
  color: #fff;
  padding: 10px 15px;
  border: 1px solid #686868;
}
.form-block table thead td {
  padding: 10px 15px;
  border: 1px solid #686868;
}
.form-block table tbody {
  border-left: 1px solid #686868;
  border-right: 1px solid #686868;
}
.form-block table tbody th {
  width: 156px;
  background: #d3edfb;
  padding: 10px 15px;
  border-bottom: 1px solid #686868;
  font-weight: normal;
}
.form-block table tbody td {
  padding: 10px 5px;
  border-bottom: 1px solid #686868;
  vertical-align: middle!important;
}
.form-block table tbody td.textbox {
  border-left: 1px solid #686868;
}
.form-block table tbody th span {
  color: #c7000b;
}
.form-block table tbody th span.mwform-checkbox-field-text {
  color: #000;
}
.form-block input[type=text],
.form-block input[type=email],
.form-block select {
  margin: 2px 5px!important;
  padding: 3px 5px;
}
.form-block table td.hissu input[type=text],
.form-block table td.hissu input[type=email],
.form-block table td.hissu textarea,
.form-block table td.hissu select {
  background: #fdeff5;
  border: 1px solid #9fa0a0;
}
.text_m {
  width: 142px !important;
}
.text_l {
  width: 395px !important;
}
.text_zip {
  width: 95px !important;
}
.mwform-tel-field {
	white-space: nowrap;
}
.text_s {
  width: 73px !important;
}
.text_school {
  width: 340px !important;
}
.text_company {
  width: 439px !important;
}
.school span {
  display: inline-block;
  width: 114px;
  text-align: right;
}
.school select {
  margin: 0;
}
textarea {
  width: 100%;
  height: 120px;
}
.form-block .text02 {
  color: #c7000b;
}
.form-block .text03 {
  margin-bottom: 10px;
}
.form-block .privacy {
  height: 200px;
  overflow-y: scroll;
  border: 1px solid #686868;
  padding: 5px;
}
.form-block .privacy dt {
}
.form-block .privacy dd {
  margin-bottom: 20px;
}
.button-area {
  background: #d3edfb;
  padding: 10px;
  text-align: center;
  margin: 10px 0 50px;
}
.button-entory {
  width: 223px;
  margin: 0 auto;
  text-align: center;
  background: url(../img/recruit/requirements/btn_bg.png) no-repeat 0 0;
  background-size: 223px;
  border: none;
  color: #fff;
	line-height: 2.6;
  font-weight: bold;
}
.mw_wp_form .error{
	width: auto !important;
	text-align: left !important;
	padding: .2em;
	margin: .2em 0;
}

@media only screen and (max-width: 799px) {
  .point01 {
    padding: 15px 0 10px;
  }
  .container.form-block {
    width: 92%;
  }
  .form-block table thead th {
    padding: 5px 10px;
    border: none;
  }
  .form-block table thead td {
    padding: 15px 10px;
    border: none;
  }
  .form-block table tbody {
    border-left: none;
    border-right: none;
  }
  .form-block table tbody th {
    display: block;
    width: 100%;
    background: #d3edfb;
    padding: 5px 10px;
    border-bottom: 5px solid #fff;
    font-weight: normal;
  }
  .form-block table tbody td {
    display: block;
    width: 100%;
    padding: 10px 10px 15px;
    border-bottom: none;
    vertical-align: middle!important;
  }
  .form-block table tbody td.textbox {
    border-left: none;
    display: none;
  }
  .form-block table tbody th span {
    color: #c7000b;
  }
  .form-block input[type=text],
  .form-block select {
    margin: 0 5px;
    padding: 3px 5px;
  }
  .text_m {
    width: 60% !important;
  }
  .text_l {
    width: 80% !important;
  }
  .text_zip {
    width: 50% !important;
  }
  .text_s {
    width: 28% !important;
  }
  .text_school {
    width: 80% !important;
  }
  .text_company {
    width: 80% !important;
  }
  .school span {
    display: inline-block;
    width: 100%;
    text-align: left;
  }
  .school select {
    margin: 0;
  }
  textarea {
    width: 100%;
    height: 120px;
  }
  .form-block .text02 {
    padding-top: 10px;
    font-size: 10px;
  }
  .form-block .text03 {
    margin-bottom: 10px;
  }
  .form-block .privacy {
    height: 500px;
    overflow-y: scroll;
    border: 1px solid #686868;
    padding: 5px;
  }
  .button-area {
    background: #d3edfb;
    padding: 10px;
    text-align: center;
    margin: 10px 0 50px;
  }
  .button-entory {
    width: 223px;
    margin: 0 auto;
    text-align: center;
    background: url(../img/recruit/requirements/btn_bg.png) no-repeat 0 0;
    background-size: 223px;
    border: none;
    color: #fff;
    line-height: 2.6;
    font-weight: bold;
  }

}
