@charset "UTF-8";
/*===============================================================*/

/* Foundation */

/*===============================================================*/

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  outline: none;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}

input[type="submit"], input[type="reset"], button, select {
  cursor: pointer;
  -webkit-appearance: none;
  outline: none;
}

img {
  vertical-align: bottom;
  outline: none;
  outline: 0;
}

button {
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
}

/*===============================================================*/

/* base */

/*===============================================================*/

html, body {
  width: 100%;
}

html {
  font-size: 62.5%;
}

body {
  color: #000000;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, "Helvetica", sans-serif;
  -webkit-text-size-adjust: 100%;
  position: relative;
  letter-spacing: .05em;
  background-color: #FFF;
  word-wrap: break-word;
  font-size: 14px;
}

* {
  box-sizing: border-box;
}

a {
  color: inherit;
}

img {
  vertical-align: bottom;
}

/*===============================================================*/

/* main */

/*===============================================================*/

.wrap {
  padding-top: 350px;
}

/*===============================================================*/

/* header */

/*===============================================================*/

.header-outer {
  width: 100%;
  height: auto;
  background-color: #FFF;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #FFF;
  z-index: 100;
}

.header-inner {
  width: 100%;
}

.header_logo {
  width: 560px;
  text-align: center;
  margin: 0 auto;
  padding: 100px 0;
}

.header_logo a {
  transition: all 0.2s ease-out;
}

.header_logo a:hover {
  opacity: 0.7;
}

.header_logo a img {
  width: 140px;
}

.header_gNav {
  background: #000000;
  color: #fff;
  padding: 17px 0;
}

.header_gNav ul {
  width: 560px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.header_gNav .menu {
  width: 256px;
  text-align: center;
}

.header_gNav .menu:first-child {
  text-align: left;
}

.header_gNav .menu:last-child {
  text-align: right;
}

.header_gNav .menu>a {
  font-size: 19px;
  letter-spacing: .05em;
  color: #fff;
  transition: opacity 0.2s ease-out;
}

.header_gNav .menu>a:hover {
  opacity: 0.7;
}

/*===============================================================*/

/* footer */

/*===============================================================*/

.footer_outer {
  background-color: #000000;
}

.footer_inner {
  height: 110px;
}

.footer_contents {
  text-align: center;
  padding-top: 40px;
}

.footer_contents .copy {
  color: #FFF;
}

/*===============================================================*/

/* section common */

/*===============================================================*/

.section_outer {
  padding: 80px 0;
  background-color: #FFF;
  text-align: center;
}

.section_inner header {
  margin-bottom: 40px;
  text-align: center;
}

.section_inner header h2 {
  font-weight: 300;
  width: 560px;
  display: inline-block;
  font-size: 24px;
  letter-spacing: .1em;
  color: #000000;
}

.section_inner header p {
  line-height: 2;
  margin-top: 24px;
}

.about_contents, .contact_contents {
  width: 560px;
  margin: 0 auto;
  padding-top: 65px;
  border-top: 1px dotted #000000;
}

.contact_contents {
  border: none;
  padding: 10px 0;
}

/*===============================================================*/

/* about */

/*===============================================================*/

.about_table {
  display: inline-block;
  line-height: 1.8;
}

.about_table th, .about_table td {
  vertical-align: top;
}

.about_table th {
  text-align: left;
  padding: 20px 0;
  letter-spacing: .25em;
  width: 25%;
}

.about_table td {
  padding: 20px 0 20px 50px;
  text-align: left;
  width: 75%;
  border-left: 1px solid #000000;
}

.about_table .list {
  list-style-type: circle;
  list-style-position: outside;
  margin-left: 20px;
}

.about_table .list li:not(:last-child) {
  margin-bottom: 6px;
}

/*===============================================================*/

/* recruit */

/*===============================================================*/

#recruit {
  background: #f3f3f3;
}

.recruit_wrap {
  width: 1000px;
  margin: 0 auto;
  line-height: 1.8;
  border-top: 1px dotted #000000;
}

.recruit_wrap h3 {
  font-size: 31px;
  line-height: 1.3em;
  letter-spacing: 1px;
  padding: 65px 0 0;
}

.recruit_wrap h3 span
/* ,.recruit_contents h4 span */

  {
  color: #000000;
}

.recruit_contents h4 {
  padding: 8px 0;
  margin: 40px 0 30px 0;
  font-size: 28px;
  color: #fff;
  background: #000000;
}

.recruit_wrap h3 span br, .recruit_contents h4 br {
  display: none;
}

/* description */

.content_box {
  width: 95%;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.left_img_top {
  width: 46.5%;
}

.left_img_top img {
  width: 100%;
}

.right_p {
  width: 50%;
  text-align: justify;
  line-height: 1.8 !important;
  letter-spacing: 0.5px;
}

.interest {
  line-height: 2;
  text-align: justify;
  letter-spacing: 0.5px;
  width: 95%;
  margin: 0 auto;
}

.img_area {
  width: 90%;
  margin: 40px auto;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.img_area img {
  width: 100%;
}

.img_right, .img_left {
  width: 49%;
}

.three_cont_area {
  width: 90%;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.point_cont {
  width: 30%;
}

.point_cont h6 {
  border-bottom: 2px solid #000000;
  padding: 0 0 10px 22%;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  text-align: justify;
}

.point_cont h6:after {
  display: block;
  content: '';
  position: absolute;
  bottom: 45%;
  left: 15px;
  width: 20px;
  height: 10px;
  border-left: 6px solid #000000;
  border-bottom: 6px solid #000000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.point_cont p {
  line-height: 1.8;
  text-align: justify;
  margin-top: 10px;
}

/* Recruit guideline*/

#block01 {
  margin: 100px auto 0;
  width: 95%;
  text-align: justify;
  line-height: 1.8;
}

.title {
  font-size: 28px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: #000000 solid 2px;
}

.title h5 {
  padding-left: 15px;
  border-left: 25px #000000 solid;
}

#block01 table {
  width: 100%;
  margin: 30px 0 0 0;
  border: 2px solid #000000;
  border-collapse: collapse;
}

#block01 table th {
  width: 25%;
  background: #000000;
  text-align: center;
  color: #fff;
  font-weight: bold;
  vertical-align: middle;
  border-bottom: dotted #fff 2px;
}

#block01 table td {
  padding: 30px;
  border-bottom: dotted #000000 2px;
  background: #fff;
}

#block01 table .adjust {
  margin-bottom: 20px;
}

#block01 table li {
  font-size: 14px;
  line-height: 1.7;
}

/* Recruit interview */

#block02, #block03 {
  margin: 100px auto -50px;
  width: 95%;
  text-align: justify;
  line-height: 1.8;
  padding-top: 50px;
}

.left_img {
  width: 30%;
  text-align: right;
}

.right_cont {
  width: 65%;
  padding: 20px;
}

.staff {
  font-size: 18px;
  font-weight: bold;
  border-bottom: dotted 2px #000000;
  margin-bottom: 10px;
  padding-bottom: 8px;
}

.right_img {
  width: 30%;
}

.left_cont {
  width: 65%;
  padding: 20px;
}

.interview_top {
  height: auto;
  width: 95%;
  margin: 55px auto 0;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.interview_bottom {
  height: auto;
  width: 95%;
  margin: 55px auto 70px;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/* arrowbox_right */

.arrow_box_right {
  position: relative;
  background: #fff;
  border: 0px solid #000000;
  border-radius: 15px;
}

.arrow_box_right:after, .arrow_box_right:before {
  left: 98%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box_right:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 30px;
  margin-top: -30px;
}

.arrow_box_right:before {
  border-color: rgba(42, 100, 125, 0);
  border-left-color: rgba(42, 100, 125, 0);
  border-width: 22px;
  margin-top: -22px;
  margin-left: 12px;
}

/* arrowbox_left */

.arrow_box_left {
  position: relative;
  background: #fff;
  border: 0px solid #000000;
  border-radius: 15px;
}

.arrow_box_left:after, .arrow_box_left:before {
  right: 98%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box_left:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 30px;
  margin-top: -30px;
}

.arrow_box_left:before {
  border-color: rgba(42, 100, 125, 0);
  border-right-color: rgba(42, 100, 125, 0);
  border-width: 22px;
  margin-top: -22px;
  margin-right: 12px;
}

/*===============================================================*/

/* contact */

/*===============================================================*/

.tel {
  padding: 20px 30px;
  background: -webkit-linear-gradient(top, #73400e, #000000, #000000);
  background: linear-gradient(to bottom, #ababab, #3f3f3f, #414141);
  color: #fff;
  text-align: center;
  border-radius: 77px;
}

.tel:hover {
  color: rgba(255,255,255,0.9);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: -webkit-linear-gradient(top, #73400e, #000000, #000000);
  background: linear-gradient(to bottom, #ababab, #ababab, #414141)
}

.tel p {
  position: relative;
}

.tel p:before {
  content: "\f098";
  font-family: FontAwesome;
  position: absolute;
  font-size: 50px;
  top: -10px;
  left: 35px;
}

.tel p span {
  font-size: 28px;
  margin-left: 20px;
  vertical-align: middle;
  display: block;
  font-weight: bold;
}

.contact_message {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  padding-bottom: 10px;
}

.contact_message_text {
  font-size: 14px;
  text-align: center;
}

/*===============================================================*/

/* form */

/*===============================================================*/

#block03 .error {
  color: red !important;
}

#block03 .caution-text {
  text-align: center;
  font-size: 14px;
  margin: 40px 0 10px;
}

#block03 .inner-content {
  background-color: #ffffff;
  width: 100%;
  margin: 30px auto 0;
  padding: 30px 0;
}

#block03 .article-content {
  max-width: 100%;
  margin: 0 auto;
  padding: 0px;
}

#block03 .footer-form {
  margin: 0 auto;
  padding: 0;
  text-align: left;
}

#block03 .footer-form textarea, #block03 .footer-form input, #block03 .footer-form select {
  border: 1px solid #000000;
  padding: 10px;
  box-sizing: border-box;
  font-family: inherit;
}

#block03 .footer-form input {
  width: 100%;
  font-size: 16px;
}

#block03 .footer-form input[name="age"] {
  min-width: 130px;
  width: 27%;
  font-size: 16px;
}

#block03 .footer-form textarea {
  width: 100%;
  font-size: 16px;
}

#block03 .footer-form .form_input {
  display: table;
  width: 100%;
  margin: 1.5em 0;
  padding: 0;
  font-size: 16px;
}

#block03 .footer-form dt, #block03 .footer-form dd {
  display: table-cell;
}

#block03 .footer-form dt {
  width: 24%;
  max-width: 200px;
  padding-right: 20px;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  vertical-align: middle;
}

#block03 .footer-form .parsonal {
  display: block;
  margin: 25px 0;
}

#block03 .footer-form .parsonal dt, #block03 .footer-form .parsonal dd {
  display: block;
}

#block03 .footer-form .parsonal dt {
  width: auto;
  margin-bottom: 5px;
  color: #3e3e3e;
  font-weight: 700;
  text-align: left;
}

#block03 .footer-form .parsonal dd {
  margin: 0;
  text-align: center;
}

#block03 .footer-form .parsonal dd:first-of-type {
  max-height: 150px;
  margin-bottom: 10px;
}

#block03 .footer-form .parsonal dd input[type="checkbox"] {
  width: auto;
  border-left: 1px solid #3030AC;
}

#block03 .footer-form .parsonal dd .address dt, #block03 .footer-form .parsonal dd .address dd {
  text-align: left;
}

#block03 .footer-form .parsonal dd .address dl dd:first-of-type {
  border: 0;
  padding: 0;
  overflow: hidden;
}

#block03 .footer-form .parsonal dd * {
  color: #7a7a7a;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
}

#block03 .footer-form .form_button {
  padding: 0;
  text-align: center;
}

#block03 .footer-form .form_button input[type="button"], #block03 .footer-form .form_button button[type="submit"], #block03 .footer-form .form_button button[class="form_before"] {
  max-width: 400px;
  border-radius: 7px;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size:16px;
  background: -webkit-linear-gradient(top, #000000, #000000, #000000);
  background: linear-gradient(to bottom, #ababab, #3f3f3f, #414141);
  border: 1px solid #fff;
}

#block03 .footer-form .form_button input[type="button"]:hover, #block03 .footer-form .form_button button[type="submit"]:hover, #block03 .footer-form .form_button button[class="form_before"]:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: -webkit-linear-gradient(top, #000000, #000000, #000000);
  background: linear-gradient(to bottom, #ababab, #ababab, #414141);
}

#block03 .footer-form .form_button #confirmation {
  width: 290px;
  padding: 10px;
}

#block03 .footer-form .form_button #form_back {
  max-width: 150px;
  background: -webkit-linear-gradient(top, #b8b8b8, #8a8a8a, #8a8a8a);
  background: linear-gradient(to bottom, #b8b8b8, #8a8a8a, #8a8a8a);
  border: 1px solid #fff;

}

#block03 .footer-form .form_button #form_back:hover {
  background: -webkit-linear-gradient(top, #b8b8b8, #b8b8b8, #8a8a8a);
  background: linear-gradient(to bottom, #b8b8b8, #b8b8b8, #8a8a8a);
}

#block03 .footer-form .form_button #send {
  max-width: 230px;
  width: 230px;
  margin: 0 0 0 10px;
  padding: 10px;
  text-shadow: none;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  vertical-align: top;
}
.contact_contents h4 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin: 20px 0 30px;
  color: #ff5858;
}

/*===============================================================*/

/* gNav minimalize */

/*===============================================================*/

#gNav.minify .header_logo {
  padding: 20px 0;
}

#gNav.minify .header_logo a img {
  width: 60px;
}

#gNav .header_logo {
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}

#gNav .header_logo a img {
  transition: all .8s ease-in-out;
  -webkit-transition: all .9s ease-in-out;
  -moz-transition: all .9s ease-in-out;
  -o-transition: all .9s ease-in-out;
}

/*===============================================================*/

/* responsive */

/*===============================================================*/

@media only screen and (max-width: 767px) {
  .wrap {
    min-width: 320px;
    width: 100%;
    /*padding-top: 190px;*/
  }
  .header_logo {
    width: 100%;
  }
  .header_gNav ul {
    width: 75%;
  }
  .header_gNav .menu {
    width: 96px;
    text-align: center;
    padding: 0;
  }
  .header_gNav .menu:last-child {
    text-align: right;
    margin-left: 5%;
  }
  .header_gNav .menu>a {
    font-size: 14px;
  }
  .section_outer {
    padding: 40px 0;
  }
  .section_inner header {
    margin-bottom: 30px;
  }
  .section_inner header h2 {
    font-size: 18px;
    width: 100%;
  }
  .about_contents, .contact_contents {
    width: 95%;
    /* padding-top: 30px;*/
  }
  .contact_contents {
    /*padding-top: 0;*/
  }
  .about_table th {
    text-align: center;
    padding: 20px 0;
    letter-spacing: 1px;
  }
  .about_table td {
    padding: 20px 0 15px 15px;
    border: none;
    letter-spacing: 1px;
  }
  .recruit_wrap {
    width: 95%;
  }
  .recruit_wrap h3 {
    font-size: 18px;
    padding: 30px 0 0;
  }
  .recruit_contents h4 {
    margin: 30px 0 20px 0;
    font-size: 16px;
    padding: 14px 0;
    font-weight: bold;
  }
  .recruit_contents h4 span {
    font-weight: bold;
  }
  .recruit_wrap h3 span br, .recruit_contents h4 br {
    display: block;
  }
  .content_box {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .left_img_top {
    width: 100%;
  }
  .right_p {
    width: 100%;
    margin-top: 15px;
    text-align: justify;
  }
  .img_area {
    width: 95%;
    margin: 15px auto 40px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .three_cont_area {
    width: 95%;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .point_cont {
    width: 100%;
    margin-bottom: 35px;
  }
  .point_cont h6 {
    padding: 0 0 7px 55px;
  }
  .point_cont h6 br {
    display: none;
  }
  #block01 {
    margin: 10px auto 0;
  }
  .title {
    font-size: 18px;
    padding-bottom: 4px;
  }
  .title h5, h5 {
    padding-left: 8px;
    border-left: 15px #000000 solid;
  }
  #block01 table {
    margin: 15px 0 0 0;
  }
  #block01 table tr {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #block01 table th {
    width: 100%;
    padding: 20px 0;
    font-size: 16px;
    border-bottom: none;
  }
  #block01 table td {
    width: 100%;
    border-bottom: none;
  }
  #block02, #block03 {
    margin: 40px auto 0;
    width: 95%;
    text-align: justify;
    line-height: 1.8;
  }
  .interview_top, .interview_bottom {
    width: 100%;
    margin: 20px auto 0;
  }
  .right_cont, .left_cont {
    width: 100%;
    padding: 20px;
  }
  .left_img, .right_img {
    display: none;
  }
  .arrow_box_right:before, .arrow_box_right:after, .arrow_box_left:before, .arrow_box_left:after {
    display: none !important;
  }
  .tel {
    padding: 20px 0px 20px 20px;;
    margin: 4px 10px 15px 10px;
  }
  .tel p span {
    display: block;
    font-size: 18px;
    margin-left: 0;
  }
  .tel p:before {
    font-size: 50px;
    top: -16px;
    left: 14px;
  }
  #block03 .inner-content {
    margin: 15px auto 0;
    padding: 10px 0;
}
  #block03 .footer-form .form_button #confirmation {
    width: 100%;
    padding: 10px;
}
  #block03 .footer-form .form_input {
    margin: 0.8em 0;
  }
  .contact_message {
    font-size: 18px;
  }
  .contact_contents h4 {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin: 20px 0 10px;
    color: #ff5858;
  }
}

@media only screen and (max-width: 670px) {
  #block03 .footer-form .form_button #form_back {
    max-width: 30%;
  }
  #block03 .footer-form .form_button #send {
    max-width: 50%;
  }
  #block03 .caution-text {
    text-align: left;
  }
}

@media only screen and (max-width: 415px) {
  #block03 .article-content {
    padding: 0% 0% 7% 0%;
    max-width: 85%;
    margin: 0px auto;
  }
  #block03 .footer-form .form_input dt, #block03 .footer-form .form_input dd {
    display: block;
  }
  #block03 .footer-form .form_input dt {
    width: 100%;
    padding-right: 0;
    font-size: 14px;
    text-align: left;
  }
  #block03 .footer-form .form_input dd {
    margin-left: 0;
  }
  .contact_message {
    font-size: 16px;
}
  .contact_message_text {
    font-size: 14px;
    text-align: left;
    margin: 0px 8%;
  }
}

@media screen and (min-width:768px) and ( max-width:1024px) {
  .recruit_wrap {
    width: 95%;
  }
  .recruit_wrap h3 {
    font-size: 28px;
  }
  .recruit_contents h4 {
    font-size: 24px;
    font-weight: bold;
  }
  .recruit_contents h4 span {
    font-weight: bold;
  }
  .point_cont {
    width: 32%;
  }
  .point_cont h6 {
    padding: 0px 0 10px 18%;
    font-size: 15px;
  }
  .point_cont h6:after {
    left: 0px;
  }
}

@media screen and (min-width:850px) {
  #block03 .footer-form .form_button {
    margin: 0px auto;
  }
}
