@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;
}

.v-middle {
  vertical-align: middle !important;
}

.v-bottom {
  vertical-align: bottom !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;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

/* ---------------------------------------------
  フォント設定用
--------------------------------------------- */
.font_ttl_sans {
  /* webフォント指定用 */
}

.font_ttl_serif {
  /* webフォント指定用 */
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/* ---------------------------------------------
  パーツ
--------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #0071BC;
}

/* hover反応するボタン */
.btn {
  transition: .3s;
}

.btn:hover {
  opacity: 0.8;
}

/* ＞つきボタン */
.btn_arrow {
  line-height: 1;
  position: relative;
  padding: 10px 20px 10px 25px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  box-sizing: border-box;
}

.btn_arrow:before {
  content: url("../img/common/icon_arrow.png");
  display: inline-block;
  vertical-align: bottom;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -8px;
}

.section {
  padding: 30px 0;
}

.section:last-child {
  padding-bottom: 40px;
}

.bg_gray {
  background: #F6F6F6;
}

/* ---------------------------------------------
  テキスト
--------------------------------------------- */
.ttl_main {
  font-size: 187.5%;
  font-weight: bold;
  margin-bottom: 15px;
}

.ttl_section {
  font-size: 150%;
  font-weight: bold;
  color: #0071bc;
  margin-bottom: 10px;
}

strong.mark {
  background: linear-gradient(transparent 8px, #e3f390 8px);
}

/* ---------------------------------------------
  下層ページ用パーツ
--------------------------------------------- */
#common_mv {
  position: relative;
}

#common_mv img {
  width: 100%;
}

#common_mv .mv_txt {
  position: absolute;
  bottom: -75px;
  width: 670px;
  background: #165C87;
  color: #fff;
  font-weight: bold;
  padding: 40px 40px 30px;
  line-height: 1.9;
  box-sizing: border-box;
}

#common_mv .mv_txt h1 {
  font-size: 212.5%;
  margin-bottom: 20px;
}

#common_mv+section, #common_mv+div[id] section:first-child {
  padding-top: 120px;
}

#common_mv.mv_career .mv_txt {
  background: #0E8C83;
}

@media (max-width: 767px) {
  #common_mv .container {
    padding: 0;
  }

  #common_mv .mv_txt {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 15px;
    bottom: auto;
  }

  #common_mv .mv_txt h1 {
    font-size: 187.5%;
    margin-bottom: 5px;
  }

  #common_mv+section, #common_mv+div[id] section:first-child {
    padding: 15px 0;
  }

  #common_mv+section:last-child, #common_mv+div[id] section:first-child:last-child {
    padding-bottom: 30px;
  }
}

.visual_wide img {
  width: 100%;
}

.col2 {
  display: flex;
  flex-wrap: wrap;
}

.col2 .col {
  width: 50%;
}

@media (max-width: 767px) {
  .col2 {
    display: block;
  }

  .col2 .col {
    width: 100%;
  }
}

.col2_1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.col2_1 .col {
  width: 40%;
}

.col2_1 .col:nth-child(2n+1) {
  width: 57%;
}

@media (max-width: 767px) {
  .col2_1 {
    display: block;
  }

  .col2_1 .col, .col2_1 .col:nth-child(2n+1) {
    width: 100%;
    margin-top: 10px;
  }
}

.dl_description dt {
  font-weight: bold;
}

.dl_description dd {
  margin-bottom: 2px;
}

.dl_description.list_icon dt:before {
  content: '◆';
}

ul.list_icon li:before {
  content: '◆';
}

.table_detail {
  width: 100%;
  width: calc(100% - 40px);
  border-top: solid 1px #000;
  margin: 0 20px;
}

.table_detail tr {
  border-bottom: solid 1px #000;
}

.table_detail th, .table_detail td {
  padding: 15px;
  text-align: left;
  box-sizing: border-box;
}

.table_detail th {
  font-weight: bold;
  width: 8.5em;
  padding-right: 40px;
}

.table_detail td {
  background: #fff;
}

@media (max-width: 767px) {
  .table_detail {
    display: block;
    width: 100%;
    margin: auto;
  }

  .table_detail tbody, .table_detail tr, .table_detail th, .table_detail td {
    width: 100% !important;
    display: block;
  }

  .table_detail th {
    padding: 5px 2px 3px;
  }

  .table_detail th:before {
    margin-right: 1px;
  }

  .table_detail td {
    padding-top: 5px;
  }
}

/* =================================
　　ベースデザイン
 ================================= */
/* Windows 用 Medium 指定の游ゴシック */
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}

/* font-weight: bold の時は通常どおり Bold 書体を使わせる */
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

#wrap {
  min-width: 1024px;
  margin: auto;
}

@media (max-width: 767px) {
  #wrap {
    width: 100%;
    min-width: auto;
    min-width: initial;
  }
}

.container {
  width: 890px;
  margin: auto;
}

@media (max-width: 767px) {
  .container {
    width: 100%;
    min-width: auto;
    min-width: initial;
    box-sizing: border-box;
    padding: 0 10px;
  }
}

.container_inner {
  width: 790px;
  margin: auto;
}

@media (max-width: 767px) {
  .container_inner {
    width: 100%;
    min-width: auto;
    min-width: initial;
    box-sizing: border-box;
    padding: 0 10px;
  }
}

.container_outer {
  width: 1024px;
  margin: auto;
}

@media (max-width: 767px) {
  .container_outer {
    width: 100%;
    min-width: auto;
    min-width: initial;
    box-sizing: border-box;
    padding: 0 10px;
  }
}

header {
  font-weight: bold;
}

header .header_top .container_outer {
  display: flex;
  justify-content: space-between;
}

header .header_top ul#nav_entry {
  display: flex;
}

header .header_top ul#nav_entry a {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  width: 160px;
  height: 50px;
  text-decoration: none;
  color: #fff;
}

header .header_top ul#nav_entry .flesh a {
  background: #0071BC;
}

header .header_top ul#nav_entry .career a {
  background: #00A99D;
}

@media (max-width: 767px) {
  header .header_top #logo {
    max-width: calc(100% - 45px);
  }

  header .header_top ul#nav_entry {
    display: none;
  }
}

header button#btn_nav {
  display: none;
}

@media (max-width: 767px) {
  header button#btn_nav {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    background: #2B90D9;
    color: #fff;
    border: none;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    padding: 6px;
    z-index: 3;
    cursor: pointer;
  }
}

header .header_bottom {
  background: #7D8997;
}

header nav {
  display: block;
  padding: 7px 0;
  margin: 0 10px;
  letter-spacing: 1px;
}

header nav ul {
  display: flex;
  justify-content: space-between;
  color: #fff;
  min-height: 20px;
}

header nav li {
  text-align: center;
  position: relative;
  width: 18%;
  min-height: 20px;
  border-right: solid 1px #fff;
}

header nav li:first-child {
  border-left: solid 1px #fff;
}

header nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -7px 0 -7px;
  height: calc(100% + 14px);
  z-index: 3;
  position: relative;
  color: inherit;
  text-decoration: none;
  transition: .3s;
}

header nav li a:hover {
  background: rgba(255, 255, 255, 0.2);
}

header nav .subnav {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  background: rgba(125, 137, 151, 0.75);
  padding-top: 7px;
  z-index: 2;
}

header nav .subnav li {
  width: 100%;
  border: 0;
  border-top: solid 1px #fff;
}

header nav .subnav li:first-child {
  border-top: 0;
}

header nav .subnav li a {
  padding: 5px 0;
  margin: auto;
  height: auto;
}

@media (max-width: 767px) {
  header nav {
    display: none;
    padding: 0 0 10px;
  }

  header nav ul {
    display: block;
    padding: 0;
  }

  header nav li {
    display: block;
    border-left: 0;
    padding: 0;
    width: 100% !important;
    border: none;
    border-bottom: solid 1px #fff;
  }

  header nav li:first-child {
    border-left: 0;
  }

  header nav li br {
    display: none;
  }

  header nav li a {
    padding: 10px 0;
    margin: auto;
    height: auto;
  }

  header nav li .subnav {
    position: static;
    padding: 0;
    margin: auto;
    border-top: solid 1px #fff;
  }

  header nav .entry {
    border-bottom: none;
    margin-top: 10px;
  }

  header nav .entry ul {
    display: flex;
    justify-content: space-between;
  }

  header nav .entry li {
    border-bottom: none;
  }

  header nav .entry .flesh a {
    background: #0071BC;
  }

  header nav .entry .career a {
    background: #00A99D;
  }
}

main {
  display: block;
}

footer {
  background: #000;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  font-size: 87.5%;
}

footer .container_outer {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 20px 0 18px;
}

footer .container_outer #totop {
  cursor: pointer;
  position: absolute;
  top: -17px;
  right: 10px;
}

@media (max-width: 767px) {
  footer .container_outer #totop {
    width: 80px;
    top: -11px;
  }
}

footer ul {
  display: flex;
}

footer ul li {
  border-left: solid 1px #fff;
}

footer ul li:first-child {
  border: none;
}

footer a {
  color: inherit;
  text-decoration: none;
  display: block;
  padding: 0 10px;
}

footer a[target]:after {
  content: url("../img/common/icon_newwindow.png");
  margin-left: 10px;
  vertical-align: sub;
}

footer small {
  font-size: 71.42857%;
}

@media (max-width: 767px) {
  footer {
    font-size: 71.42857%;
  }

  footer .container_outer {
    display: block;
    padding-bottom: 10px;
  }

  footer ul {
    justify-content: center;
    margin-bottom: 10px;
  }

  footer a {
    padding: 0 4px;
  }

  footer a[target]:after {
    zoom: 0.7;
    margin-left: 5px;
  }
}

/* =================================
　　ページごと
 ================================= */
/* ---------------------------------------------
  採用トップページ
--------------------------------------------- */
#top_mv img {
  width: 100%;
}

.top_lead_ttl {
  font-weight: bold;
  font-size: 225%;
  color: #0071bc;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .top_lead_ttl {
    font-size: 171.42857%;
  }
}

#top_lead {
  background: url("../img/top/bg_triangle.jpg");
  padding: 50px 0;
  text-align: center;
  line-height: 1.9;
}

#top_lead p {
  margin-bottom: 30px;
}

#top_lead .btn {
  background: #2B90D9;
  border-radius: 5px;
  width: 230px;
  padding: 18px 20px;
  font-size: 87.5%;
}

.top_block {
  background: #F6F6F6;
  margin: 40px 0;
}

.top_block a {
  color: inherit;
  text-decoration: none;
}

.top_block_inner {
  display: flex;
}

.top_block_inner.top_block_left {
  flex-direction: row-reverse;
}

.top_block_inner .txt {
  width: 255px;
  padding: 90px 60px 0;
  font-size: 87.5%;
}

.top_block_inner h2 {
  font-weight: bold;
  color: #0071bc;
  font-size: 142.85714%;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .top_block_inner {
    display: block;
    padding: 30px 0 30px;
  }

  .top_block_inner .txt {
    width: auto;
    padding: 20px 0 20px;
  }
}

#top_entry {
  text-align: center;
  background: #E6E6E6;
  padding: 50px 0 70px;
}

#top_entry ul {
  display: flex;
  justify-content: space-between;
  max-width: 730px;
  margin: 30px auto 0;
}

#top_entry ul li {
  width: 340px;
}

#top_entry ul li a {
  display: block;
  padding: 20px;
}

#top_entry ul .flesh {
  background: #0071BC;
}

#top_entry ul .career {
  background: #00A99D;
}

/* ---------------------------------------------
  メッセージ
--------------------------------------------- */
#message_mv img {
  width: 100%;
}

#message_page {
  background: url("../img/message/bg_triangle.jpg");
  background-size: 100%;
  padding: 40px 0;
}

#message_page .img {
  text-align: center;
}

#message_page .font_ttl_serif {
  color: #000;
  font-weight: bold;
  font-size: 225%;
  text-align: center;
  margin: 0 0 20px;
  padding-top: 20px;
}

@media (max-width: 767px) {
  #message_page .font_ttl_serif {
    font-size: 162.5%;
  }
}

#message_page p {
  margin-bottom: 30px;
}

#message_page p:last-child {
  margin-bottom: 5px;
}

/* ---------------------------------------------
  教育システム
--------------------------------------------- */
.vr-video {
  width: 570px;
  margin: auto auto 60px;
  height: 370px;
  position: relative;
}

.vr-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .vr-video {
    width: 100%;
    height: 0;
    padding-top: 70%;
  }
}

/* ---------------------------------------------
  先輩の声
--------------------------------------------- */
.voice_index_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.voice_index_wrap a {
  color: inherit;
  display: block;
  margin-bottom: 45px;
}

.voice_index_wrap .voice_item {
  position: relative;
  font-weight: bold;
  background: #F6F6F6;
}

.voice_index_wrap .voice_item .txt {
  position: absolute;
  z-index: 1;
  top: 0;
}

.voice_index_wrap .voice_item h2 {
  border-left: solid 4px #6193ad;
  padding-left: 15px;
  line-height: 1;
  margin: 20px 0;
}

.voice_index_wrap .voice_item h2 span {
  font-size: 137.5%;
}

.voice_index_wrap .voice_item p {
  margin-bottom: 10px;
  padding-left: 20px;
}

@media (max-width: 767px) {
  .voice_index_wrap {
    display: block;
    text-align: right;
  }

  .voice_index_wrap a {
    margin-bottom: 20px;
  }

  .voice_index_wrap .txt {
    text-align: left;
  }

  .voice_index_wrap p br {
    display: none;
  }
}

#voice_mv {
  background: #F2F5F5;
  position: relative;
}

#voice_mv h1 {
  position: absolute;
  font-size: 200%;
  width: 440px;
  top: 50px;
  padding: 20px 80px 20px 50vw;
  margin-left: -50vw;
  color: #fff;
  background: rgba(65, 122, 157, 0.8);
}

#voice_mv h1 span {
  text-align: right;
  display: block;
  font-size: 81.25%;
}

#voice_mv .mv_txt {
  width: 670px;
  background: rgba(255, 255, 255, 0.6);
  padding: 20px;
  box-sizing: border-box;
  margin-left: -20px;
  position: absolute;
  bottom: 30px;
}

#voice_mv .mv_txt h2 {
  border-bottom: solid 1px #417A9D;
  color: #4C4C4C;
  font-size: 200%;
  font-weight: bold;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  #voice_mv h1 {
    top: 10px;
    width: 70%;
    font-size: 125%;
    padding: 10px 20px 10px 10vw;
    margin-left: -10vw;
  }

  #voice_mv .mv_txt {
    position: static;
    width: auto;
    margin: auto -10px;
  }

  #voice_mv .mv_txt h2 {
    font-size: 125%;
  }
}

#voice_page {
  padding-bottom: 40px;
}

#voice_page h2 {
  font-size: 137.5%;
  font-weight: bold;
  color: #0071bc;
  padding: 0 28px;
  margin-bottom: 15px;
}

#voice_page h3 {
  background: #8e98b6;
  color: #fff;
  padding: 5px 20px;
  font-weight: bold;
  font-size: 125%;
}

#voice_page .col2 {
  padding: 20px 40px 0;
}

#voice_page .txt {
  padding: 20px;
}

#voice_page .txt_box {
  background: #EFF2F7;
  padding: 13px 28px;
}

#voice_page .txt_box+.img {
  margin-top: 30px;
}

#voice_page .box_message {
  background: #EFF2F7;
  padding: 20px;
  border-radius: 10px;
}

#voice_page .box_message h2 {
  color: #0071bc;
  padding-left: 40px;
  background: url("../img/voice/icon_balloon.png") no-repeat 0 5px;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  #voice_page h2 {
    padding: 10px 10px 0;
  }

  #voice_page .txt_box {
    background: #EFF2F7;
    padding: 13px;
  }

  #voice_page .col2 {
    padding: 0 10px;
  }

  #voice_page .col2 .col+.col {
    margin-top: 20px;
  }

  #voice_page .col2 .txt {
    padding-bottom: 0;
  }

  #voice_page .box_message {
    background: #EFF2F7;
    padding: 20px;
    border-radius: 10px;
  }

  #voice_page .box_message h2 {
    padding-top: 0;
  }
}

/* ---------------------------------------------
 中途採用
--------------------------------------------- */
#career_page {
  /* 扉 */
}

#career_page .bg_gray {
  padding: 60px 0 70px;
}

#career_page .bg_gray .txt_box {
  padding: 20px;
  background: #fff;
}

#career_page h2 {
  font-size: 137.5%;
  font-weight: bold;
  margin-bottom: 15px;
}

#career_page h3 {
  font-weight: bold;
  margin-top: 30px;
}

#career_page .color_green {
  color: #00A99D;
  font-weight: bold;
  font-size: 200%;
  text-align: center;
  letter-spacing: 0.1em;
}

#career_page .index_btn {
  display: flex;
  margin: 30px auto 60px;
}

#career_page .index_btn .btn_career {
  border: solid 1px #00A99D;
  color: #00A99D;
  background: #fff url("../img/career/icon_arrow_green.png") no-repeat 20px center;
  display: block;
  text-decoration: none;
  transition: 0.3s;
  font-weight: bold;
  line-height: 1;
  padding: 20px 20px 20px 45px;
}

#career_page .index_btn .btn_career:hover {
  background: #00A99D url("../img/career/icon_arrow_white.png") no-repeat 20px center;
  color: #fff;
}

#career_page .index_btn.btn_full {
  justify-content: space-between;
}

#career_page .index_btn.btn_full li {
  width: 47%;
}

#career_page ul.disc {
  display: flex;
  flex-wrap: wrap;
}

#career_page ul.disc li {
  width: 10em;
}

#career_page ul.disc li:before {
  content: '・';
}

#career_page ul.disc li:nth-child(3n+2) {
  width: 15em;
}

@media (max-width: 767px) {
  #career_page {
    /* 扉 */
  }

  #career_page .bg_gray {
    padding: 30px 0 40px;
  }

  #career_page .bg_gray .txt_box {
    padding: 10px;
    background: #fff;
  }

  #career_page h2.color_green {
    font-size: 162.5%;
    letter-spacing: 0;
  }

  #career_page .index_btn {
    display: block;
    margin: 20px auto 30px;
  }

  #career_page .index_btn.btn_full li {
    width: 100%;
    margin-bottom: 10px;
  }
}

/* 募集要項 */
#entry_detail .detail_ttl {
  color: #0071bc;
}

#entry_detail .career_detail_ttl {
  color: #0E8C83;
}

#entry_detail .detail_message {
  margin-top: 20px;
}

#entry_detail .detail_message h3 {
  background: #C69C6D;
  color: #fff;
  font-weight: bold;
  padding: 0 10px 0 8px;
  margin-left: 10px;
  display: inline-block;
}

#entry_detail .detail_message .txt {
  background: #FFE8CF;
  padding: 10px;
}

#entry_detail #flow .attention {
  font-weight: bold;
  line-height: 2;
  color: #B30000;
  text-align: center;
  margin-top: 20px;
}

#entry_detail #entry ul {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#entry_detail #entry ul li {
  margin: 20px 30px;
  justify-content: center;
}

#entry_detail #entry ul li:first-child {
  width: 100%;
  margin-top: 30px;
}

#entry_detail #entry .btn {
  text-align: center;
}

#entry_detail #entry .btn {
  background: #0071BC;
  font-weight: bold;
  width: 320px;
  max-width: 80%;
  text-align: center;
  padding: 25px;
}

#entry_detail #entry .btn.career {
  background: #0E8C83;
}

@media (min-width: 768px) {
  #entry_detail #flow .img img {
    width: auto;
    max-width: initial;
  }
}

/*写真3点追加するとき用*/
/* .career_img{
  display: inline-block;
  width:39%;
}
.table_in_img{
  display: inline-block;
  width:55%;
  vertical-align: top;
  border-top: none;
}
.table_in_img tr{
  border-bottom: none;
}
.border{
  border-top: solid 1px #000;
  margin:15px 0;
}
@media(max-width:767px){
  .career_img{
    display: block;
    width:100%;
  }
  .table_in_img{
    width:100%;
  }
} */
/* ---------------------------------------------
  Q＆A
--------------------------------------------- */
.question_wrap {
  border-top: solid 1px #D7D7D7;
  background: #fff;
  position: relative;
  padding-bottom: 10px;
}

.question_wrap:last-child {
  border-bottom: solid 1px #D7D7D7;
}

.question_wrap:after, .question_wrap:before {
  content: '';
  display: block;
  background: #333;
  position: absolute;
}

.question_wrap:after {
  width: 21px;
  height: 3px;
  top: 25px;
  right: 11px;
}

.question_wrap:before {
  width: 3px;
  height: 21px;
  top: 16px;
  right: 20px;
}

.question_wrap.open {
  background: #F8F8F8;
}

.question_wrap.open:before {
  content: none;
}

.question_wrap.open .question_answer {
  display: block;
}

.question_wrap .question_ttl, .question_wrap .question_answer {
  position: relative;
}

.question_wrap .question_ttl:before, .question_wrap .question_answer:before {
  display: inline-block;
  font-weight: bold;
  background: #A7AFB8;
  color: #fff;
  text-align: center;
  width: 35px;
  height: 35px;
  padding: 8px 0;
  line-height: 1;
  box-sizing: border-box;
  position: absolute;
  left: 10px;
  top: 10px;
}

.question_wrap .question_ttl {
  font-weight: bold;
  padding: 13px 40px 10px 60px;
  cursor: pointer;
}

.question_wrap .question_ttl:before {
  content: 'Q';
}

.question_wrap .question_answer {
  padding: 10px 40px 10px 60px;
}

.question_wrap .question_answer:before {
  content: 'A';
  background: #4880C2;
}

@media (max-width: 767px) {
  .question_wrap {
    padding-bottom: 8px;
  }

  .question_wrap .question_ttl, .question_wrap .question_answer {
    padding-left: 45px;
  }

  .question_wrap .question_ttl:before, .question_wrap .question_answer:before {
    width: 30px;
    height: 30px;
    padding: 7px 0;
    line-height: 1;
    box-sizing: border-box;
    position: absolute;
    left: 5px;
    top: 10px;
  }
}

/* =================================
　　フォーム
 ================================= */
/* ---------------------------------------------
 フォーム
--------------------------------------------- */
#form.table_detail th {
  width: 40%;
}

#form.table_detail .msg {
  font-weight: bold;
  color: #EB601E;
}

#form_content {
  background: #F6F6F6;
}

#form_content .box {
  background: #fff;
  padding: 35px 40px;
}

#form_content .required {
  color: #EB601E;
  font-weight: normal;
  font-size: 14px;
  margin-left: 1em;
}

#form_content h2 {
  font-weight: bold;
  margin-bottom: 10px;
}

#form_content h3, #form_content label, #form_content .label {
  font-size: 14px;
}

#form_content h3 {
  margin-top: 10px;
}

@media (max-width: 767px) {
  #form_content {
    padding: 10px;
  }

  #form_content .box {
    padding: 10px;
    margin: auto -10px;
  }
}

.form_body {
  padding: 50px 40px 30px;
}

@media (max-width: 767px) {
  .form_body {
    padding: 20px 10px;
  }
}

.form_body input[type=text], .form_body input[type=email], .form_body input[type=tel], .form_body input[type=nmber], .form_body input[type=date], .form_body textarea {
  width: 100%;
  padding: 1px 8px;
  font-size: 14px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border-radius: 10px;
  border: solid 1px #EEEEEE;
  background: #EEEEEE;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  box-sizing: border-box;
  font-weight: normal;
  color: #333;
}

.form_body input[type=text]:focus, .form_body input[type=email]:focus, .form_body input[type=tel]:focus, .form_body input[type=nmber]:focus, .form_body input[type=date]:focus, .form_body textarea:focus {
  outline: none;
  border: solid 1px #EEEEEE;
  background: #fff;
}

@media (max-width: 767px) {
  .form_body input[type=text], .form_body input[type=email], .form_body input[type=tel], .form_body input[type=nmber], .form_body input[type=date], .form_body textarea {
    font-size: 16px;
  }
}

.form_body textarea {
  width: 100%;
  height: 130px;
}

.form_body select {
  padding: 2px 0 4px 4px;
  border: solid 1px #CCCCCC;
  border-radius: 3px;
  margin-left: 0.5em;
}

.form_body select option {
  padding: 0;
}

.form_body .form_line {
  max-width: 435px;
  margin-bottom: 10px;
}

.form_body .form_line input {
  vertical-align: bottom;
}

.form_body .form_line.line_name {
  display: flex;
  justify-content: space-between;
}

.form_body .form_line.line_name label {
  display: flex;
  width: 45%;
}

.form_body .form_line.line_name input {
  margin-left: 0.5em;
}

.form_body .form_line.line_radio {
  line-height: 1;
}

.form_body .form_line.line_radio label {
  margin-right: 1em;
}

.form_body .form_line.line_year input {
  width: 3em;
  margin: 0 0.2em 0 0.5em;
}

.form_body .form_line.line_year label:first-of-type input {
  width: 7em;
}

@media (max-width: 767px) {
  .form_body .form_line.line_year input {
    width: 2.5em;
    margin: 0 0.1em 0 0.3em;
  }

  .form_body .form_line.line_year label:first-of-type input {
    width: 4.5em;
  }
}

.form_body .form_line.line_zip input {
  width: 16em;
  margin-left: 0.5em;
}

@media (max-width: 767px) {
  .form_body .form_line.line_zip input {
    width: calc(100% - 3em);
    margin: 0;
  }
}

.form_body ul {
  max-width: 435px;
  display: flex;
  flex-wrap: wrap;
}

.form_body ul li {
  width: 50%;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .form_body ul {
    width: 100%;
    display: block;
  }

  .form_body ul li {
    width: 100%;
  }
}

.form_footer {
  text-align: center;
  font-size: 14px;
  margin-top: 25px;
}

.form_footer p {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .form_footer {
    text-align: left;
  }
}

.form_button {
  overflow: hidden;
  padding: 30px 0 80px;
  text-align: center;
}

.form_button input[type=submit], .form_button input[type=button], .form_button button[type=submit] {
  height: 56px;
  width: 260px;
  border: none;
  font-size: 14px;
  font-weight: bold;
  margin: 10px;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s;
  background: #0071BC;
}

.form_button input[type=submit].career, .form_button input[type=button].career, .form_button button[type=submit].career {
  background: #0E8C83;
}

.form_button input[type=submit][disabled], .form_button input[type=button][disabled], .form_button button[type=submit][disabled] {
  background: #999;
}

.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 button[type=button] {
  height: 56px;
  width: 260px;
  border: none;
  font-size: 14px;
  font-weight: bold;
  margin: 10px;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s;
  background: #999;
}


/* 2024.12.18追加 */

.col h3 {
  font-size: 120%;
  font-weight: 700;
}

@media (max-width: 767px) {
  .welfare-logo {
    width: 80%;
  }

  .blank-list {
    display: none;
  }

}

/* 2025.01.31追加
福利厚生ページ */

.support-mark {
  width: 50%;
}

.support-col1 {
  width: 35%;
}

.support-col2 {
  flex: 1;
}

.welfare_logo {
  padding: 30px 0px;
  width: 55%;
}

.welfare-ttl_section {
  font-size: 2.5rem;
  font-weight: bold;
  color: #0071bc;
  margin-bottom: 10px;
  display: block;
  border-bottom: 1.5px solid;
}

.col2_1 {
  align-items: center;
}

.support-col2 ul li {
  font-size: 2rem;
}

.cta-area a {
  text-decoration: none;
}

@media (max-width: 767px) {

  .support-col1 {
    width: inherit;
  }

  .support-col1,
  .support-col2 {
    padding: 10px 10%;
  }

  .welfare-ttl_section {
    font-size: 2rem;
  }

  .support-col2 ul li {
    font-size: 1.5rem;
  }

  .welfare_logo {
    margin: 0px;
    width: 80%;
  }

}