@charset "UTF-8";
/*style.css*/
/*
main sass file
imported files are in "parts" folder	
*/
* {
  box-sizing: border-box; }

.hide {
  display: none; }

.clear {
  clear: both; }

.block {
  display: block; }

.border_box, #header, #wrapper {
  box-sizing: border-box; }

.p_relative {
  position: relative; }

.list_style_none, #h_nav ul {
  list-style: none; }

.img_center {
  margin: 0 auto;
  display: block; }

.center {
  text-align: center; }

a {
  text-decoration: underline;
  color: #333; }

a:hover {
  color: #999; }

img {
  max-width: 100%;
  vertical-align: bottom; }

a img:hover {
  opacity: 0.8; }

.img_border {
  border: 3px solid #333; }

.top10 {
  margin-top: 10px; }

.top30 {
  margin-top: 30px; }

.top50, #otoiawase {
  margin-top: 50px; }

.bottom30 {
  margin-bottom: 30px; }

.bottom50 {
  margin-bottom: 50px; }

.pc {
  display: block !important; }

.sp {
  display: none !important; }

@media screen and (max-width: 767px) {
  .pc {
    display: none !important; }
  .sp {
    display: block !important; } }

table {
  border: 1px solid #b5b5b5;
  width: 100%;
  border-spaceing: 3px; }
  table tr th, table tr td {
    color: #333;
    padding: 20px 10px; }
  table tr th {
    background-color: #b5b5b5; }
  table tr td {
    background-color: #e7e7e7; }

#tab-menu {
  list-style: none;
  padding-left: 0; }

#tab-menu li {
  display: inline-block;
  padding: 10px 25px;
  background: #eee;
  cursor: pointer; }

#tab-menu li.active {
  background: #172385;
  color: #fff; }

/* タブの中身 */
#tab-box {
  position: relative; }

#tab-box div.tab_content {
  opacity: 0;
  visibility: hidden;
  height: 0; }

#tab-box div.tab_content.active {
  transition: all ease-out 0.25s 0.25s;
  opacity: 1;
  visibility: visible;
  width: 100%;
  height: auto; }

#header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0;
  max-width: 1280px;
  margin: 0 auto; }
  #header h1 {
    margin: 0; }
    #header h1 img {
      margin: 18px; }
  #header #head_logo {
    width: 182px; }

#h_nav {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 20px; }
  #h_nav ul {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
    padding: 0; }
    #h_nav ul li {
      margin: 0 20px; }
      #h_nav ul li a {
        color: #333;
        text-decoration: none; }
      #h_nav ul li a:hover {
        color: #999; }

body {
  font-style: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ","ＭＳ Ｐゴシック",Helvetica,Sans-Serif;
  font-size: 16px;
  line-height: 1.5em; }

.sp {
  display: none !important; }

.pc {
  display: block !important; }

#wrapper {
  width: 100%;
  position: relative;
  border-top: 5px solid #172385;
  overflow: hidden; }

svg.icon-textlogo_h {
  fill: #ffffff;
  width: 400px;
  height: 50px; }

#main {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto; }

#otoiawase {
  border: 1px solid #b5b5b5;
  padding: 20px;
  clear: both; }

#top_image {
  background-image: url(../img/top/bgimg_010.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 560px;
  position: relative;
  border-top: 1px solid #ccc; }

#top_msg {
  position: relative;
  padding: 150px 0;
  color: #fff;
  font-size: 35px;
  text-align: center;
  text-shadow: 0 1px 3px #000; }

#top_banner {
  position: relative; }
  #top_banner ul {
    margin: 0;
    padding: 0; }
  #top_banner img {
    display: block;
    margin: 0 auto; }

#top #main h3 {
  color: #393939;
  font-size: 2em;
  font-weight: normal;
  text-align: center; }

#top #main h4 {
  color: #393939;
  font-size: 1.6em;
  font-weight: normal;
  text-align: center;
  margin: 20px 0;
  width: 300px; }
  #top #main h4 a {
    text-decoration: none; }

#top #main .three_box {
  padding: 0 1em;
  margin-top: 50px; }

#top #main #area h3 {
  border-bottom: 1px solid #b5b5b5;
  padding-bottom: 30px; }

#top #main #area p {
  text-align: left; }

#top #main #otoiawase h3 {
  border-bottom: 1px solid #b5b5b5;
  padding-bottom: 25px;
  margin-top: 0;
  margin-bottom: 20px;
  color: #393939;
  font-size: 32px;
  text-align: center; }

#page #page_header {
  height: 125px;
  background-image: url(../img/top/bgimg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative; }
  #page #page_header #page_h2title {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    line-height: 125px;
    color: #fff;
    font-size: 34px;
    font-weight: normal;
    position: relative; }
    #page #page_header #page_h2title .h_line {
      content: '';
      display: block;
      height: 1px;
      width: 0%;
      background-color: #fff;
      position: absolute;
      top: 50%;
      right: 0;
      transition: all 0.5s ease;
      transform: scaleX(0);
      transition-delay: 0.5s; }
    #page #page_header #page_h2title .h_line.active {
      transform: scaleX(1); }

#page #main {
  padding-top: 55px; }
  #page #main h3 {
    color: #172385;
    font-size: 24px;
    font-weight: normal;
    border-bottom: 2px solid #172385;
    padding-bottom: 2px; }
  #page #main h3::before {
    background-image: url("../img/layout/h2_point.png");
    background-size: contain;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    margin-left: 5px;
    display: inline-block;
    content: ''; }
  #page #main #otoiawase h3 {
    border-bottom: 1px solid #b5b5b5;
    padding-bottom: 25px;
    margin-top: 0;
    margin-bottom: 20px;
    color: #393939;
    font-size: 32px;
    text-align: center; }
  #page #main #otoiawase h3::before {
    display: none; }

.after_line {
  position: relative; }

.after_line::after {
  content: '';
  background-color: #b5b5b5;
  height: 100%;
  width: 1px;
  display: block;
  position: absolute;
  top: 0;
  right: 0; }

.grid_menu {
  margin-bottom: 55px; }

.gridmenu_content {
  position: relative;
  border: 1px solid #172385;
  padding: 3px;
  margin-bottom: 30px; }
  .gridmenu_content a {
    display: block; }
    .gridmenu_content a h4 {
      background-color: #172385;
      color: #fff;
      margin: 0 0 3px;
      padding: 8px;
      font-weight: 300; }
    .gridmenu_content a img {
      max-width: 100%;
      height: auto; }
  .gridmenu_content a:hover {
    text-decoration: none; }
  .gridmenu_content p {
    text-align: left; }
  .gridmenu_content .more {
    position: absolute;
    right: 20px;
    bottom: 10px;
    font-size: 0.9em; }

.works_grid .gridmenu_content {
  position: relative; }
  .works_grid .gridmenu_content h4 {
    color: #333;
    font-weight: normal;
    font-size: 22px; }
  .works_grid .gridmenu_content .more {
    position: relative;
    display: block;
    text-align: right;
    right: 40px;
    bottom: 0;
    margin-top: 10px; }

#display_img {
  width: 50%;
  float: left; }
  #display_img img {
    width: 100%;
    transition: all 3s ease; }

#display_thumb {
  list-style-type: none;
  padding: 0 0.75rem;
  margin-top: 5px;
  margin-bottom: 5px; }
  #display_thumb li {
    cursor: pointer;
    padding-right: 0.25rem;
    padding-left: 0.25rem;
    margin-bottom: 0.25rem;
    margin-top: 0.25rem; }
    #display_thumb li img {
      width: 100%; }

#display_detail {
  width: 49%;
  float: right; }
  #display_detail th, #display_detail td {
    width: 33.33333%;
    border-radius: 3px; }
  #display_detail th {
    padding: 8px;
    font-size: 16px;
    background-color: #444;
    color: #fff;
    font-weight: 500; }
  #display_detail td {
    padding: 8px;
    vertical-align: top; }
    #display_detail td ul {
      padding: 0;
      margin: 5px auto;
      list-style-position: inside; }
      #display_detail td ul li {
        line-height: 1.5em; }
    #display_detail td dl {
      margin: 0 auto;
      width: 100%; }
      #display_detail td dl dd, #display_detail td dl dt {
        margin: 0;
        border-bottom: 1px solid #b5b5b5;
        padding: 3px 0; }
      #display_detail td dl dt {
        text-align: right;
        padding-right: 0; }

.recruit_detail tr th, .recruit_detail tr td {
  padding: 20px 10px; }

.recruit_detail tr th {
  width: 30%; }

.recruit_detail tr td ul {
  padding-left: 20px; }

.day_flow table {
  border: none;
  border-spacing: 0;
  border: 1px solid #ccc; }
  .day_flow table tr td:first-of-type {
    border-right: 2px solid #fff; }
  .day_flow table tr td {
    padding: 20px;
    background-color: transparent;
    background-color: #eee;
    border-bottom: 1px dotted #999; }
    .day_flow table tr td ul {
      padding-left: 20px; }
  .day_flow table tr:last-of-type td {
    border-bottom: none; }

.day_flow .workflow_img {
  width: 250px;
  position: relative;
  margin-top: 30px;
  height: auto; }

.day_flow .leftimg .workflow_img:first-of-type {
  margin-top: 0; }

.day_flow .rightimg .workflow_img:first-of-type {
  margin-top: 0; }

#basic_info ul {
  max-width: 50%;
  padding-left: 20px; }
  #basic_info ul li span {
    float: right; }

#enkaku dt {
  float: left;
  padding: 15px;
  font-weight: bold; }

#enkaku dd {
  padding: 15px 15px 15px 200px;
  border-bottom: 1px dotted #333;
  margin: 0; }

#footer {
  background-color: #333333;
  padding: 45px 0 0;
  color: #fff;
  border-top: 1px solid #b5b5b5;
  margin-top: 80px;
  font-size: 0.9em;
  line-height: 1.5em; }
  #footer #footer_box {
    margin: 0 auto;
    width: 1000px;
    max-width: 100%;
    padding: 0;
    position: relative; }
    #footer #footer_box #totop {
      position: absolute;
      top: -80px;
      right: 0;
      display: block;
      width: 115px;
      height: 35px;
      background-color: #333;
      color: #e7e7e7;
      line-height: 35px;
      text-align: center;
      border-radius: 2px 2px 0 0;
      border-top: 1px solid #b5b5b5;
      border-left: 1px solid #b5b5b5;
      border-right: 1px solid #b5b5b5;
      text-decoration: none; }
    #footer #footer_box #totop:hover {
      cursor: pointer;
      border-color: #b5b5b5;
      background-color: #e7e7e7;
      color: #666; }
    #footer #footer_box #footer_main .footer_content:nth-of-type(3) a:hover, #footer #footer_box #footer_main .footer_content:nth-of-type(3) h4:hover {
      text-decoration: none; }
    #footer #footer_box #footer_main .footer_content:nth-of-type(3) a {
      pointer-events: none; }
    #footer #footer_box #footer_main h3 {
      font-weight: normal;
      font-size: 1.4em; }
    #footer #footer_box #footer_main h4 {
      font-weight: normal;
      font-size: 1.1em;
      margin: 10px auto 5px; }
      #footer #footer_box #footer_main h4 a {
        color: #fff;
        text-decoration: none; }
    #footer #footer_box #footer_main ol {
      list-style-position: inside;
      list-style-type: none;
      padding: 0;
      margin: 0; }
    #footer #footer_box #footer_main ul {
      padding: 0;
      list-style-position: inside;
      list-style-type: disc; }
      #footer #footer_box #footer_main ul li a {
        color: #fff;
        text-decoration: none; }
    #footer #footer_box #footer_main ol li a {
      color: #fff;
      text-decoration: none; }
    #footer #footer_box #footer_main ul li a:hover, #footer #footer_box #footer_main ol li a:hover, #footer #footer_box #footer_main h4:hover {
      text-decoration: underline; }
    #footer #footer_box #copyright {
      text-align: center;
      margin-top: 30px;
      padding: 10px 0;
      border-top: 1px solid #666;
      font-size: 12px; }
    #footer #footer_box #foot_logo {
      width: 250px;
      fill: #fff; }

.form input[type="text"], .form input[type="date"], .form input[type="submit"], .form input[type="email"], .form input[type="tel"], .form input.submit {
  -webkit-appearance: none !important;
  width: 100%;
  max-width: 100%;
  height: 34px;
  padding: 6px 8px;
  border-radius: 2px;
  border: 1px solid #ccc; }

.form textarea {
  -webkit-appearance: none !important;
  width: 100%;
  max-width: 100%;
  margin: 10px auto;
  padding: 6px 8px;
  border-radius: 2px;
  border: 1px solid #ccc; }

.form input[type="submit"], .form input.submit {
  background-color: #d4003b;
  color: #fff;
  border: none;
  cursor: pointer;
  margin-bottom: 10px; }

.form input[type="submit"]:hover {
  opacity: 0.8; }

.form input[type="radio"] {
  margin: 10px auto; }

.form .radio_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0; }
  .form .radio_list li {
    list-style-type: none;
    margin: 0 5px; }
    .form .radio_list li input[type="radio"] {
      margin-left: 10px;
      margin-right: 10px; }
    .form .radio_list li label {
      display: inline; }

.form select {
  width: 100%;
  margin: 10px auto;
  padding: 6px 12px; }

.form label {
  width: 100%;
  display: inline-block;
  margin: 10px auto; }

.form input.error {
  border-color: #f00;
  border-width: 2px; }

.form label.error {
  margin: 5px auto 0;
  color: #f00; }

@media screen and (max-width: 767px) {
  table tr th, table tr td {
    padding: 15px 5px; }
  #header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    #header h1 {
      -ms-flex-order: 1;
          order: 1; }
      #header h1 #head_logo {
        width: 98px;
        margin: 10px; }
    #header #h_nav {
      -ms-flex-order: 3;
          order: 3;
      margin: 0 auto 10px;
      width: 100%; }
      #header #h_nav ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
        #header #h_nav ul li {
          margin: 0 5px; }
        #header #h_nav ul li.here {
          border-bottom: 1px solid #999; }
    #header #head_toiawase {
      -ms-flex-order: 2;
          order: 2;
      margin: 10px; }
  body {
    font-size: 0.8em; }
  .sp {
    display: block !important; }
  .pc {
    display: none !important; }
  #top #main, #page #main {
    padding: 0 5px; }
    #top #main #otoiawase, #page #main #otoiawase {
      padding: 10px;
      margin-top: 20px; }
      #top #main #otoiawase h3, #page #main #otoiawase h3 {
        font-size: 1.5em;
        padding-bottom: 15px;
        margin-bottom: 15px; }
  #top #top_image {
    min-height: auto;
    padding-bottom: 15px; }
    #top #top_image #top_msg {
      padding: 40px 10px;
      font-size: 24px;
      line-height: 1.5; }
  #top #main h3 {
    font-size: 1.5em;
    margin: 15px 0; }
  #top #main p {
    font-size: 0.9em; }
  #top #main .three_box {
    margin-top: 20px; }
    #top #main .three_box .box {
      padding: 0 5px; }
      #top #main .three_box .box a {
        max-width: 100%; }
    #top #main .three_box h4 {
      max-width: 100%;
      font-size: 1.2em;
      margin: 10px 0; }
  #top #main #area h3 {
    padding-bottom: 10px; }
  #page #page_header {
    height: 95px; }
    #page #page_header #page_h2title {
      font-size: 24px;
      padding: 0 10px;
      line-height: 95px; }
      #page #page_header #page_h2title .h_text {
        margin-right: 10px; }
      #page #page_header #page_h2title .h_line {
        right: 5px; }
  #page #main h3 {
    font-size: 20px;
    margin: 15px 0 10px; }
  #page #main h3::before {
    width: 16px;
    height: 16px;
    margin: 0 3px; }
  #page #main #enkaku dt {
    padding: 10px;
    clear: left; }
  #page #main #enkaku dd {
    padding: 10px 10px 10px 150px; }
  #page #main #basic_info ul {
    max-width: 100%; }
  #page #main .grid_menu {
    margin: 0 auto 20px;
    max-width: 100%; }
    #page #main .grid_menu .gridmenu_content {
      margin-bottom: 3px; }
    #page #main .grid_menu h4 {
      margin: 0 0 3px; }
      #page #main .grid_menu h4 a {
        width: 100%;
        display: block;
        padding: 10px 0; }
    #page #main .grid_menu .col-xs-6:nth-of-type(2n+1) {
      padding-right: 0.25rem; }
    #page #main .grid_menu .col-xs-6:nth-of-type(2n) {
      padding-left: 0.25rem; }
    #page #main .grid_menu .gridmenu_content p {
      margin: 8px 0; }
    #page #main .grid_menu .gridmenu_content .more {
      position: relative;
      right: 0;
      bottom: 0;
      float: right; }
  #page #main #display_img {
    width: 100%;
    float: none; }
  #page #main #display_thumb {
    padding: 0 0.75rem;
    margin-top: 5px;
    margin-bottom: 5px; }
    #page #main #display_thumb li {
      padding-right: 0.25rem;
      padding-left: 0.25rem; }
  #page #main #display_detail {
    width: 100%;
    float: none; }
    #page #main #display_detail th {
      padding: 5px; }
    #page #main #display_detail td {
      padding: 5px; }
      #page #main #display_detail td p {
        margin: 5px 0; }
  #page #main .day_flow {
    margin-right: -0.25rem;
    margin-left: -0.25rem; }
    #page #main .day_flow div {
      padding-right: 0.25rem;
      padding-left: 0.25rem; }
    #page #main .day_flow .workflow_img:first-of-type {
      margin-top: 0; }
    #page #main .day_flow .workflow_img {
      height: auto;
      margin-top: 0.5rem; }
  #footer {
    margin-top: 50px;
    font-size: 1em;
    padding-top: 25px; }
    #footer #footer_box {
      padding: 0 10px; }
      #footer #footer_box #totop {
        right: 10px;
        top: -60px; }
      #footer #footer_box #footer_main h3 {
        margin: 10px 0; }
      #footer #footer_box #copyright {
        margin-top: 20px;
        padding: 5px 0; } }
