@charset "UTF-8";
@media (min-width: 768px) {
  .hidden-pc {
    display: none; } }

@media (max-width: 767px) {
  .hidden-sp {
    display: none; } }

.txtL {
  text-align: left !important; }

.txtC {
  text-align: center !important; }

.txtR {
  text-align: right !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.cf::after, .clearfix::after {
  content: "";
  display: table;
  clear: both; }

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

.ttl_main_yellow,
.ttl_main_blue {
  background: no-repeat 0 0;
  border-bottom: solid 2px #175184;
  padding: 0 0 15px 40px;
  margin-bottom: 40px;
  min-height: 90px;
  box-sizing: border-box;
  line-height: 1.2;
  font-size: 2.5rem;
  font-weight: bold;
  color: #175184;
  display: flex;
  align-items: center; }
  @media (max-width: 767px) {
    .ttl_main_yellow,
    .ttl_main_blue {
      font-size: 1.8rem; } }

.ttl_main_yellow {
  background-image: url("../img/common/icon_h2_yellow.svg"); }

.ttl_main_blue {
  background-image: url("../img/common/icon_h2_blue.svg"); }

.bg_beige {
  background: #F3F1E6;
  padding: 100px 0 140px; }
  @media (max-width: 767px) {
    .bg_beige {
      padding: 50px 0; } }

.section {
  padding-top: 1px;
  padding-bottom: 100px;
  padding-bottom: 50px; }

.last_section {
  padding-bottom: 140px; }
  @media (max-width: 767px) {
    .last_section {
      padding-bottom: 80px; } }

#eyecatch {
  background: url("../img/common/bg_eyecatch.jpg") no-repeat center center;
  background-size: cover;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  padding: 55px 0;
  font-size: 4.0rem;
  margin-bottom: 70px; }
  #eyecatch span {
    display: block;
    font-size: 3.0rem;
    color: #FFDF5A;
    font-family: "Open Sans Condensed", Condensed Bold, sans-serif; }
  @media (max-width: 767px) {
    #eyecatch {
      font-size: 2.5rem;
      padding: 25px 0;
      margin-bottom: 35px; }
      #eyecatch span {
        font-size: 2.0rem; }
      #eyecatch img {
        width: 100%; } }

#breadcrumbs {
  background: #dfeeff;
  padding: 5px 0; }
  #breadcrumbs ol li {
    display: inline-block;
    line-height: 1;
    margin-right: 5px; }
    #breadcrumbs ol li:before {
      content: "＞";
      display: inline-block;
      vertical-align: top;
      margin-right: 2px; }
    #breadcrumbs ol li:first-child:before {
      content: normal; }
  @media (max-width: 767px) {
    #breadcrumbs ol li {
      margin-right: 3px; }
      #breadcrumbs ol li:before {
        margin-right: 2px; } }

.pagination:empty {
  display: none; }

.pagination {
  background: #dfeeff;
  padding: 10px; }
  .pagination .page-numbers {
    display: inline-block !important;
    border: solid 1px #4a6e92;
    border-radius: 5px;
    font-size: 1.5rem;
    font-weight: bold;
    background: #fff;
    width: 2em;
    padding: 6px 0;
    line-height: 1;
    text-align: center;
    letter-spacing: -1px; }
    .pagination .page-numbers.current {
      background: #b2d6ff; }

table {
  width: 100%; }
  table th, table td {
    padding: 15px;
    text-align: left;
    border: solid 1px #c2d9e9;
    box-sizing: border-box; }
  table th {
    background: #e7f3fb;
    color: #345372;
    font-weight: bold; }
  table td {
    background: #fff; }
  @media (max-width: 767px) {
    table {
      display: block; }
      table tbody, table tr, table th, table td {
        width: 100% !important;
        display: block; }
      table th {
        padding: 5px 2px 3px; }
        table th:before {
          margin-right: 1px; }
      table td {
        padding-top: 5px; } }

.table_custom {
  margin-bottom: 90px; }
  .table_custom th, .table_custom td {
    text-align: center;
    border: solid 1px #fff;
    width: 332px; }
  .table_custom th {
    background: #175184;
    color: #fff; }
  .table_custom td {
    padding: 15px 15px 15px 30px;
    text-align: left; }
  .table_custom tbody tr {
    border-bottom: solid 2px #175184; }

.table_custom_02 tr {
  border: none; }
  .table_custom_02 tr:last-child td {
    border: none; }

.table_custom_02 th {
  width: 300px;
  border-bottom: 2px solid #fff; }

.table_custom_02 td {
  border-bottom: solid 2px #175184;
  width: auto; }

@media (max-width: 767px) {
  .table_custom_02 {
    margin-bottom: 50px; }
    .table_custom_02 th {
      border: transparent; } }

.col_2 {
  display: flex;
  justify-content: space-between; }
  .col_2 .txt {
    width: 530px; }
  @media (max-width: 767px) {
    .col_2 {
      display: block; }
      .col_2 .txt {
        width: auto;
        margin-bottom: 20px; }
      .col_2 .img {
        text-align: center; } }

.num {
  font-family: "Open Sans Condensed", sans-serif;
  font-style: italic;
  font-size: 7.0rem;
  color: #ACDBDF;
  font-weight: normal; }
  @media (max-width: 767px) {
    .num {
      font-size: 5.0rem; } }

.btn_contact {
  background: url(../img/common/btn_icon_mail.png) no-repeat 218px center, #175184;
  padding: 10px 0 10px 273px;
  box-sizing: border-box;
  border-radius: 8px;
  color: #fff;
  font-size: 2.0rem;
  font-weight: bold;
  text-decoration: none;
  display: block;
  margin: 20px 0; }
  @media (max-width: 767px) {
    .btn_contact {
      background-position: 10px center;
      padding: 10px 0 10px 53px;
      font-size: 1.6rem;
      background-size: 35px; } }

.contact_box {
  background: #175184;
  color: #fff;
  padding: 45px 50px;
  margin-top: 80px;
  border-radius: 8px; }
  .contact_box .block {
    width: 450px; }
    .contact_box .block .tel_inner {
      padding-left: 30px;
      display: inline-block;
      text-align: center; }
  .contact_box .btn_contact {
    background-color: #fff;
    color: #175184;
    display: block;
    padding: 17px 0 17px 70px;
    background-position: 61px;
    text-align: center; }
  @media (max-width: 767px) {
    .contact_box {
      text-align: center;
      padding: 20px 10px; }
      .contact_box .block {
        width: 100%; }
        .contact_box .block .tel_inner {
          padding-left: 0px; }
      .contact_box .btn_contact {
        background-color: #fff;
        color: #175184;
        max-width: 320px;
        display: block;
        padding-left: 40px;
        background-position: 10px;
        font-size: 1.5rem;
        margin: 10px auto; } }

.access {
  /* googlemapやyoutube */ }
  .access ul {
    background: #fff;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px; }
    .access ul li {
      width: 500px;
      background: url(../img/recruit/icon_01.png) no-repeat 40px 45px;
      padding: 40px 40px 40px 62px;
      font-size: 1.8rem;
      font-weight: bold; }
      .access ul li span {
        font-size: 1.6rem;
        font-weight: normal;
        display: block; }
  .access .iframe_wrap {
    position: relative;
    height: 350px;
    overflow: hidden;
    margin-bottom: 20px; }
    .access .iframe_wrap iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important; }
  .access p {
    color: #175184;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: right; }
  @media (max-width: 767px) {
    .access ul {
      display: block; }
      .access ul li {
        width: auto;
        padding: 10px 10px 10px 30px;
        font-size: 1.6rem;
        background-position: 15px 15px; }
        .access ul li span {
          font-size: 1.4rem; }
    .access p {
      font-size: 1.5rem; } }

html {
  font-size: 62.5%; }

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-size: 1.6em;
  line-height: 1.6;
  color: #222; }
  @media (max-width: 767px) {
    body {
      font-size: 1.5em; } }

.bold, #top_mv .mv_lead {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-weight: bold; }

#wrap {
  min-width: 1100px;
  margin: auto; }
  @media (max-width: 767px) {
    #wrap {
      width: 100%;
      min-width: auto;
      min-width: initial; } }

.container {
  width: 1000px;
  margin: auto; }
  @media (max-width: 767px) {
    .container {
      width: 100%;
      box-sizing: border-box;
      padding: 0 10px; } }

button#btn_nav {
  display: none; }
  @media (max-width: 767px) {
    button#btn_nav {
      display: block;
      position: absolute;
      top: 10px;
      right: 10px;
      background: #f3f1e6;
      border: none;
      width: 44px;
      height: 44px;
      cursor: pointer;
      z-index: 9; }
      button#btn_nav span {
        display: block;
        width: 80%;
        background: #6ab5bb;
        height: 5px;
        border-radius: 5px;
        margin: 5px;
        left: 4px; } }

header h1 {
  background: #000;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 5px; }

header .header_middle {
  background: linear-gradient(-45deg, #F3F1E6 59.9%, #ACDBDF 60%);
  padding: 28px 0; }
  header .header_middle .container {
    justify-content: space-between;
    display: flex; }
  header .header_middle .tel_inner {
    width: 548px;
    display: flex;
    align-items: flex-end;
    flex-direction: row-reverse;
    justify-content: space-between; }

header #gnav .container {
  display: flex; }

header #gnav ul {
  width: 684px;
  margin: auto;
  display: flex;
  justify-content: space-between; }

header #gnav li a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #175184;
  font-weight: bold;
  transition-duration: 0.5s; }

header #gnav li a:hover {
  color: #659dce; }

@media (max-width: 767px) {
  header h1 {
    font-size: 1.0rem;
    padding: 5px 1px;
    display: none; }
  header .header_middle {
    padding: 15px;
    text-align: center; }
    header .header_middle .container {
      display: block; }
    header .header_middle .tel_inner {
      display: none; }
  header #gnav {
    display: none;
    padding: 0; }
    header #gnav .container {
      background: linear-gradient(-45deg, #ACDBDF 47.9%, #F3F1E6 48%); }
    header #gnav ul {
      width: auto;
      display: block;
      padding: 10px 0; }
    header #gnav li {
      display: block;
      border-left: 0;
      padding: 0;
      width: 100% !important; }
      header #gnav li:first-child {
        border-top: 0; }
      header #gnav li br {
        display: none; }
      header #gnav li a {
        padding: 10px 0;
        display: block; }
      header #gnav li img {
        width: 180px; } }

main {
  display: block; }

#totop {
  bottom: 10px;
  right: 10px;
  cursor: pointer; }
  @media (max-width: 767px) {
    #totop {
      width: 44px;
      height: 44px; } }

footer {
  background: #ACDBDF; }
  footer .footer_totop {
    text-align: center; }
    footer .footer_totop img {
      margin-top: -30px; }
  footer .footer_top {
    padding: 0px 0 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  footer .footer_address h2 {
    margin-bottom: 20px; }
  footer .footer_sitemap {
    font-size: 1.5rem;
    display: flex; }
    footer .footer_sitemap ul {
      margin-left: 50px; }
    footer .footer_sitemap li {
      margin-bottom: 15px; }
    footer .footer_sitemap a {
      display: inline-block;
      background: url("../img/common/icon_link.svg") no-repeat 0 6px;
      padding-left: 10px;
      text-decoration: none;
      color: inherit; }
  footer .footer_bottom {
    font-size: 1.4rem;
    background: #fff;
    text-align: center;
    line-height: 1;
    padding: 10px; }
  @media (max-width: 767px) {
    footer .footer_top {
      padding: 20px 10px;
      display: block; }
    footer .footer_address {
      text-align: center; }
      footer .footer_address h2 {
        margin-bottom: 10px; }
    footer .footer_sitemap {
      justify-content: center; }
      footer .footer_sitemap ul {
        margin: 15px; }
      footer .footer_sitemap li {
        margin-bottom: 0; } }

.top_ttl {
  font-size: 4.0rem;
  font-weight: bold;
  margin-bottom: 15px; }
  .top_ttl span {
    font-size: 3.0rem;
    color: #FFDF5A;
    display: block;
    font-family: "Open Sans Condensed", Condensed Bold, sans-serif; }
  @media (max-width: 767px) {
    .top_ttl {
      font-size: 2.3rem; }
      .top_ttl span {
        font-size: 2.0rem; } }

#gnav.top_gnav .logo {
  position: relative;
  z-index: 5;
  margin: -185px 0 -140px -110px; }

#gnav.top_gnav ul {
  width: calc(100% - 280px); }

#gnav.top_gnav .link {
  padding: 15px 23px;
  transform: skew(40deg); }

#gnav.top_gnav li {
  transform: skew(-40deg); }
  #gnav.top_gnav li:nth-child(even) {
    background: #F1F3F3; }

@media (max-width: 767px) {
  #gnav.top_gnav .logo {
    display: none; }
  #gnav.top_gnav ul {
    width: auto; }
  #gnav.top_gnav li {
    display: block;
    border-left: 0;
    padding: 0;
    width: 100% !important; }
    #gnav.top_gnav li:nth-child(even) {
      background: transparent; }
    #gnav.top_gnav li:first-child {
      border-top: 0; }
    #gnav.top_gnav li br {
      display: none; }
    #gnav.top_gnav li a {
      padding: 10px 0;
      display: block; }
    #gnav.top_gnav li img {
      width: 180px; } }

@media (max-width: 767px) {
  #top_wrap {
    display: flex;
    flex-direction: column-reverse; } }

#top_mv {
  background: #175184;
  padding: 15px 0;
  position: relative; }
  #top_mv .mv_inner {
    max-width: 1300px;
    margin: auto;
    position: relative; }
  #top_mv .img {
    z-index: 3;
    position: relative; }
  #top_mv .mv_lead {
    position: absolute;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    top: 65px;
    right: 0;
    left: 0;
    text-align: right;
    z-index: 3; }
    #top_mv .mv_lead em {
      color: #FFDF5A; }
    #top_mv .mv_lead p {
      position: relative;
      text-shadow: 0 0 15px #175184; }
    #top_mv .mv_lead .logo {
      width: 250px; }
  #top_mv .mv_obi {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 35px;
    text-align: right;
    background: #ACDBDF;
    z-index: 1; }
    #top_mv .mv_obi p {
      margin-top: -20px;
      padding-bottom: 20px; }
  @media (max-width: 767px) {
    #top_mv {
      text-align: center; }
      #top_mv .mv_inner {
        max-width: 100%;
        margin: auto;
        position: relative; }
      #top_mv .img {
        z-index: 0;
        position: relative; }
      #top_mv .mv_lead {
        font-size: 2.8rem;
        top: 20px;
        line-height: 1.2; }
      #top_mv .mv_obi {
        position: static;
        margin-top: 20px; }
        #top_mv .mv_obi p {
          margin: auto;
          padding-bottom: 10px; }
          #top_mv .mv_obi p img {
            margin-top: -10px;
            width: 125px; } }

#top_first {
  background: #F3F1E6;
  padding: 25px 0 100px;
  position: relative; }
  #top_first .tel {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 80px; }
  #top_first .tel_inner {
    padding-left: 25px; }
    #top_first .tel_inner .time {
      padding-left: 50px; }
  #top_first .top_first_inner {
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 60px; }
    #top_first .top_first_inner .img_wrap {
      width: 1000px;
      /*width: 100%;*/
      margin: auto -150px auto -150px; }
  #top_first .container {
    position: relative; }
  #top_first .first_description {
    background: #fff;
    display: flex;
    justify-content: space-between; }
    #top_first .first_description .txt {
      width: 570px;
      padding: 40px;
      box-sizing: border-box; }
      #top_first .first_description .txt li {
        background: url("../img/common/icon_blue.png") no-repeat 0 center;
        margin-bottom: 10px;
        padding-left: 20px;
        font-size: 1.8rem;
        font-weight: bold; }
        #top_first .first_description .txt li:last-child {
          margin-bottom: 0; }
        #top_first .first_description .txt li span {
          font-size: 1.6rem;
          font-weight: normal; }
  #top_first .top_map {
    position: absolute;
    right: 0;
    bottom: -150px; }
  @media (max-width: 767px) {
    #top_first .tel {
      display: none; }
    #top_first .top_first_inner .img_wrap {
      display: none; }
    #top_first .first_description {
      display: block;
      padding: 20px; }
      #top_first .first_description .img {
        text-align: center; }
      #top_first .first_description .txt {
        width: auto;
        padding: 20px 0 0 0; }
        #top_first .first_description .txt li {
          background-position: 0 7px;
          margin-bottom: 10px;
          padding-left: 20px;
          font-size: 1.6rem;
          font-weight: bold; }
          #top_first .first_description .txt li:last-child {
            margin-bottom: 0; }
          #top_first .first_description .txt li span {
            font-size: 1.6rem;
            font-weight: normal; }
    #top_first .top_map {
      max-width: 290px;
      right: 10px; } }

#top_about {
  padding-top: 100px; }
  #top_about .about_top {
    position: relative; }
    #top_about .about_top .txt {
      width: 620px;
      position: absolute;
      right: 0;
      top: 0; }
  #top_about .about_bottom {
    position: relative; }
    #top_about .about_bottom .txt {
      background: #175184;
      color: #fff;
      font-size: 1.8rem;
      font-weight: bold;
      padding: 30px;
      margin: 50px 0; }
    #top_about .about_bottom img {
      position: absolute;
      bottom: 0;
      right: 40px; }
  @media (max-width: 767px) {
    #top_about {
      padding-top: 50px; }
      #top_about .about_top {
        position: relative; }
        #top_about .about_top img {
          margin: auto;
          display: block; }
        #top_about .about_top .txt {
          margin-top: 20px;
          width: auto;
          position: static; }
      #top_about .about_bottom {
        text-align: center; }
        #top_about .about_bottom img {
          position: static; }
        #top_about .about_bottom .txt {
          margin-top: 0;
          padding: 10px;
          font-size: 1.4rem;
          text-align: left; } }

.top_company {
  background: url(../img/top/top_company_img.png) no-repeat center center;
  height: 200px; }

#top_faq {
  background: url(../img/top/top_pattern.png) repeat, #F3F1E6; }
  #top_faq .top_ttl {
    text-align: center;
    color: #175184; }
  #top_faq .faq_item h3 {
    font-size: 2.0rem;
    font-weight: bold;
    text-indent: -6.6em;
    padding-left: 8em;
    margin-bottom: 10px;
    line-height: 1.5; }
  #top_faq .faq_item .num {
    padding-right: 10px;
    color: #175184; }
  #top_faq .faq_item:nth-child(even) .num {
    padding-right: 10px;
    background: url(../img/common/icon_h2_blue.svg) no-repeat 25px 55px;
    background-size: 42px; }
  #top_faq .faq_item:nth-child(odd) .num {
    background: url(../img/common/icon_h2_yellow.svg) no-repeat 75px 55px;
    background-size: 42px;
    padding-left: 50px; }
  #top_faq .faq_item .txt_box {
    background: #fff;
    width: 800px;
    margin-right: 0;
    margin-left: auto;
    padding: 30px 45px;
    box-sizing: border-box;
    position: relative; }
    #top_faq .faq_item .txt_box:before {
      position: absolute;
      content: '';
      width: 90px;
      height: 4px;
      background: #ACDBDF;
      top: 50%;
      left: -65px;
      transform: translate(0, -50%); }
  #top_faq .faq_item img {
    position: absolute;
    bottom: 15px;
    right: 5px; }
  @media (max-width: 767px) {
    #top_faq .faq_item {
      margin-bottom: 20px; }
      #top_faq .faq_item h3 {
        font-size: 1.8rem;
        line-height: 1.4;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        text-indent: 0;
        padding-left: 0; }
      #top_faq .faq_item .num {
        text-align: center; }
      #top_faq .faq_item:nth-child(even) .num, #top_faq .faq_item:nth-child(odd) .num {
        padding: 0 10px 0 5px;
        background-position: calc(50% - 20px) 45px;
        background-size: 20px; }
      #top_faq .faq_item .txt_box {
        width: auto;
        padding: 25px; }
        #top_faq .faq_item .txt_box:before {
          content: none; }
      #top_faq .faq_item img {
        bottom: -15px;
        width: 60px; } }

.flow_box_wrap {
  /* フローの囲み */
  background-size: 4px 80%;
  /* フロー間をつなぐ線の幅　線の縦の長さ */ }

.flow_box {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
  align-items: end;
  background: linear-gradient(-90deg, #ffffff 75%, #175184 25.1%);
  /* フローのタイトル */ }
  .flow_box h3 {
    display: flex;
    align-items: center;
    padding-left: 30px; }
  .flow_box .ttl {
    color: #fff;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
    box-sizing: border-box; }
  .flow_box:last-child {
    background: linear-gradient(-90deg, #ffffff 75%, #acdbdf 25.1%); }
    .flow_box:last-child .ttl {
      color: #175184;
      background: none;
      margin: auto; }
    .flow_box:last-child:before {
      content: none; }
  .flow_box .txt {
    /* フローの説明文 */
    width: calc(100% - 250px);
    padding: 40px 30px;
    box-sizing: border-box; }
  .flow_box .btn_common {
    margin: 30px 0;
    display: block;
    text-decoration: none; }
  .flow_box .col_2 {
    justify-content: space-evenly; }
  .flow_box .tel {
    width: 218px; }
  .flow_box p span {
    font-weight: bold; }
  @media (max-width: 767px) {
    .flow_box {
      display: block;
      border: none;
      background: #fff; }
      .flow_box h3 {
        background-color: #175184; }
      .flow_box .ttl {
        font-size: 1.8rem;
        padding: 10px 0;
        width: auto;
        background-size: 35px !important;
        text-align: center; }
      .flow_box:last-child {
        background: #fff; }
        .flow_box:last-child .ttl {
          background: #acdbdf;
          display: block; }
        .flow_box:last-child:before {
          content: none; }
      .flow_box .txt {
        /* フローの説明文 */
        width: auto;
        padding: 10px;
        border-bottom: solid 1px; }
      .flow_box .btn_common {
        max-width: 280px;
        margin: 12px 0; } }

.flow_box:before {
  position: absolute;
  content: '';
  bottom: -14px;
  left: 108px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 14px 0 14px;
  border-color: #175184 transparent transparent transparent; }

@media (max-width: 767px) {
  .flow_box:before {
    bottom: -13px;
    left: 50%;
    transform: translate(-50%, 0); } }

.flow_voice {
  position: relative;
  margin-top: 150px;
  border-bottom: 1px solid;
  padding-bottom: 60px; }
  .flow_voice .img {
    position: absolute;
    bottom: 0px;
    left: 50px; }
  .flow_voice .txt {
    background: #fff;
    padding: 30px 0;
    width: 700px;
    margin-left: auto;
    margin-right: 48px;
    text-align: center;
    border-radius: 11px; }
  @media (max-width: 767px) {
    .flow_voice {
      margin-top: 50px;
      padding-bottom: 0px; }
      .flow_voice .img {
        position: static;
        text-align: center; }
      .flow_voice .txt {
        background: #fff;
        padding: 20px 0;
        width: auto;
        margin-right: 0;
        text-align: center;
        border-radius: 11px; } }

.table01 td {
  text-align: center; }

@media (max-width: 767px) {
  .table01 thead {
    display: none; }
  .table01 tbody th, .table01 tbody td {
    display: block; }
  .table01 tbody td {
    border: none;
    text-align: left;
    padding: 1px 0;
    display: flex;
    align-items: center; }
    .table01 tbody td p {
      padding-left: 6em; }
  .table01 tbody td::before {
    content: attr(label);
    font-weight: bold;
    width: 60px;
    padding: 5px;
    color: #fff;
    background: #175184;
    display: block;
    text-align: center;
    margin-right: 10px; } }

.recruit_ttl {
  color: #175184;
  font-size: 4.0rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px; }
  .recruit_ttl span {
    font-family: "Open Sans Condensed", Condensed Bold, sans-serif;
    color: #ACDBDF;
    font-size: 3.0rem;
    display: block; }
  @media (max-width: 767px) {
    .recruit_ttl {
      font-size: 2.8rem; }
      .recruit_ttl span {
        font-size: 1.8rem; } }

.president_voice .col_2 .txt {
  width: 610px; }

@media (max-width: 767px) {
  .president_voice .col_2 .txt {
    margin-top: 20px;
    width: auto; } }

.kigyou_img {
  margin-bottom: 40px; }

.feature_wrap {
  margin-bottom: 100px; }
  .feature_wrap .features_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .feature_wrap .features_block li img {
      border-radius: 8px; }
  .feature_wrap small {
    text-align: center;
    display: block;
    margin-top: 30px; }
  @media (max-width: 767px) {
    .feature_wrap {
      margin-bottom: 50px; }
      .feature_wrap .features_block {
        max-width: 500px;
        margin: auto; }
        .feature_wrap .features_block li {
          margin: 0 auto 20px; }
          .feature_wrap .features_block li:last-child {
            margin-bottom: 0; } }

.good_points_wrap .good_points_list {
  width: 472px; }
  .good_points_wrap .good_points_list li {
    background: url(../img/recruit/icon_01.png) no-repeat 0 8px;
    padding-left: 20px;
    margin-bottom: 20px;
    font-size: 1.8rem;
    font-weight: bold; }
    .good_points_wrap .good_points_list li:last-child {
      margin-bottom: 0; }

@media (max-width: 767px) {
  .good_points_wrap .good_points_list {
    width: auto;
    margin-bottom: 10px; }
    .good_points_wrap .good_points_list li {
      font-size: 1.6rem;
      margin-bottom: 10px; } }

.recruit_points {
  padding: 100px 0; }
  @media (max-width: 767px) {
    .recruit_points {
      padding: 50px 10px; }
      .recruit_points .col_2 .img_04 {
        margin-top: 20px; } }

.company_aim .ttl {
  font-size: 3.5rem;
  color: #175184;
  border-bottom: solid 2px #175184;
  margin-bottom: 40px;
  box-sizing: border-box;
  text-align: center; }
  .company_aim .ttl span {
    font-weight: bold;
    background: linear-gradient(0deg, transparent 5%, #FFDF59 5%, #FFDF59 40%, transparent 39.9%); }

.company_aim p {
  text-align: center;
  margin-bottom: 40px; }

.company_aim .signature {
  font-size: 1.8rem;
  color: #175184;
  border-top: solid 2px #175184;
  margin-bottom: 50px;
  padding-top: 30px;
  box-sizing: border-box;
  text-align: right; }
  .company_aim .signature span {
    font-size: 3.0rem;
    font-weight: bold; }

@media (max-width: 767px) {
  .company_aim .ttl {
    font-size: 2.0rem;
    margin-bottom: 12px; }
  .company_aim p {
    text-align: center;
    margin-bottom: 20px; }
  .company_aim .signature {
    font-size: 1.6rem;
    margin-bottom: 25px; }
    .company_aim .signature span {
      font-size: 2.0rem; } }

.company_history {
  padding: 100px 0 140px; }
  @media (max-width: 767px) {
    .company_history {
      padding: 50px 0; } }

.history_box_wrap {
  background: url(../img/company/pattern.png) repeat-y 20.5px; }
  .history_box_wrap .history_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    align-items: baseline; }
    .history_box_wrap .history_box:last-child {
      background: #fff;
      margin-bottom: 0px; }
    .history_box_wrap .history_box h3 {
      background: url(../img/company/icon_history.png) no-repeat 0 0;
      padding: 0 0 10px 65px;
      color: #175184;
      font-size: 2.0rem;
      font-weight: bold; }
      .history_box_wrap .history_box h3 span {
        font-size: 1.5rem;
        font-weight: normal; }
    .history_box_wrap .history_box .txt {
      width: 675px; }
  @media (max-width: 767px) {
    .history_box_wrap {
      background-position: 16.5px; }
      .history_box_wrap .history_box {
        display: block;
        margin-bottom: 30px; }
        .history_box_wrap .history_box h3 {
          padding-left: 40px;
          font-size: 1.8rem;
          background-size: 35px; }
        .history_box_wrap .history_box .txt {
          width: auto;
          padding-left: 40px; } }

#loading {
  display: none; }

.thanks {
  font-size: 2.5rem;
  font-weight: bold;
  color: #175184;
  text-align: center; }

.table_form {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
  margin-top: 30px; }
  .table_form td {
    vertical-align: middle;
    padding: 10px;
    border: none; }
    @media (max-width: 767px) {
      .table_form td {
        padding: 10px 5px; } }
  .table_form th {
    width: 225px;
    text-align: left;
    vertical-align: top;
    position: relative;
    background-clip: padding-box !important;
    font-weight: bold;
    background: none;
    border: none; }
    @media (max-width: 767px) {
      .table_form th {
        padding: 5px; } }
    .table_form th:after {
      position: absolute;
      right: 15px;
      top: 17px;
      font-size: 65%;
      padding: 4px 5px;
      line-height: 1;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      font-weight: normal; }
      @media (max-width: 767px) {
        .table_form th:after {
          top: 5px;
          right: 10px; } }
    .table_form th.required:after {
      content: "必須";
      color: #fff;
      background: #c90000; }
    .table_form th.option:after {
      content: "任意";
      color: #fff;
      background: #999999; }

.table_form input[type=text], .table_form input[type=email], .table_form input[type=tel], .table_form input[type=nmber], .table_form input[type=date], .table_form textarea {
  width: 100%;
  padding: 8px;
  font-size: 16px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border-radius: 3px;
  border: transparent;
  background: #F3F1E6;
  box-shadow: none;
  box-sizing: border-box;
  font-weight: normal;
  color: #333; }
  .table_form input[type=text]:focus, .table_form input[type=email]:focus, .table_form input[type=tel]:focus, .table_form input[type=nmber]:focus, .table_form input[type=date]:focus, .table_form textarea:focus {
    outline: none;
    border: solid 1px #e6edf2;
    background: #fff; }

.table_form input[type="checkbox"]:checked + span, .table_form input[type="radio"]:checked + span {
  font-weight: bold; }

.table_form textarea {
  width: 100%;
  height: 130px; }

.table_form select {
  padding: 2px 0 4px 4px;
  border: solid 1px #345372;
  border-radius: 3px;
  margin-right: 2px; }
  .table_form select option {
    padding: 0; }

.table_form .mwform-tel-field input[type="text"], .table_form .mwform-zip-field input[type="text"] {
  width: 5em; }

.table_form .horizontal-item {
  width: 49%;
  display: inline-block; }
  .table_form .horizontal-item + .horizontal-item {
    margin-left: 0;
    margin-left: 0 !important; }
  @media (max-width: 767px) {
    .table_form .horizontal-item {
      width: auto;
      display: block; } }

.table_form .mwform-radio-field {
  width: auto;
  display: inline-block; }
  .table_form .mwform-radio-field + .horizontal-item {
    margin-left: 10px !important; }

.form_button {
  overflow: hidden;
  margin-top: 30px;
  text-align: center; }
  .form_button input[type=submit], .form_button input[type=button], .form_button button[type=submit] {
    height: 50px;
    width: 250px;
    border: none;
    font-weight: bold;
    margin: 10px;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    transition: 0.3s;
    color: #175184;
    font-size: 1.8rem;
    border-radius: 6px;
    -webkit-appearance: none; }
    .form_button input[type=submit]:hover, .form_button input[type=button]:hover, .form_button button[type=submit]:hover {
      opacity: 0.8; }
    @media (max-width: 767px) {
      .form_button input[type=submit], .form_button input[type=button], .form_button button[type=submit] {
        max-width: 80%; } }
    .form_button input[type=submit].confirm, .form_button input[type=submit].submit, .form_button input[type=button].confirm, .form_button input[type=button].submit, .form_button button[type=submit].confirm, .form_button button[type=submit].submit {
      background: #FFDF5A;
      background-size: 25px, auto;
      border-bottom: 3px solid #175184; }
    .form_button input[type=submit].back, .form_button input[type=button].back, .form_button button[type=submit].back {
      border-bottom: 3px solid #0e3e61; }

.frm.danger {
  display: block;
  background: #c90000;
  padding: 5px 10px;
  position: relative;
  margin-top: 12px;
  clear: both;
  color: #fff !important;
  font-size: 1.2rem; }
  .frm.danger:before {
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    top: -20px;
    border: 10px solid #c90000;
    border-color: transparent;
    border-bottom-color: #c90000; }

.contact_desc {
  border-bottom: solid 2px #175184;
  margin-bottom: 40px;
  box-sizing: border-box;
  font-size: 1.8rem;
  font-weight: bold;
  color: #175184;
  text-align: center; }
  @media (max-width: 767px) {
    .contact_desc {
      font-size: 1.6rem; } }

.contact_bottom {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 100px 0;
  border: 2px solid #ACDBDF;
  padding: 20px 0; }
  .contact_bottom .txt, .contact_bottom .tel_inner {
    width: 48.5%; }
  .contact_bottom .txt {
    padding-left: 40px;
    box-sizing: border-box; }
    .contact_bottom .txt p {
      font-weight: bold; }
  .contact_bottom .tel_inner {
    display: flex;
    align-items: center;
    justify-content: space-around; }
    .contact_bottom .tel_inner a {
      width: 50%; }
  @media (max-width: 767px) {
    .contact_bottom {
      margin: 50px 0;
      padding: 10px 0;
      display: block; }
      .contact_bottom .txt, .contact_bottom .tel_inner {
        padding: 10px;
        width: auto; }
      .contact_bottom .tel_inner {
        text-align: center;
        display: block; }
        .contact_bottom .tel_inner p {
          margin-top: 15px; } }
