@charset "UTF-8";
/* COMPASS
 * ----------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* BASE
 * ----------------------------------------------- */
/* ADDITIONAL RESET
 * ----------------------------------------------- */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
}

body img {
  max-height: none;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  font: inherit;
  line-height: 1;
}

input:focus,
button:focus,
select:focus {
  outline: 0;
}

/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Turn off scroll bars in IE unless needed */
textarea {
  overflow: auto;
  white-space: pre-line;
}

/* PRINTING
 * ----------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
/* GENERAL
 * ----------------------------------------------- */
body {
  color: #000;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  background-color: #e6e6e6;
}
body.page-top {
  background-color: #f0f0f0;
}

.ft-serif {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
}

/* HELPERS
 * ----------------------------------------------- */
.font-tsu {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.font-tsu-bold {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}

a {
  color: #000;
  text-decoration: none;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
  text-justify: distribute;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.bold {
  font-weight: bold;
}

.wrapper {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

img {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.nopadding {
  padding: 0 !important;
}

.d-flex {
  display: flex;
}

.d-md-block {
  display: none !important;
}

.d-lg-block {
  display: none !important;
}

.d-sm-block {
  display: block !important;
}

.main-page {
  min-height: 200px;
}

.wrapper {
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 780px) {
  .d-sm-block {
    display: none !important;
  }

  .d-md-block {
    display: block !important;
  }

  .wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1170px) {
  .container {
    max-width: 100%;
    overflow: hidden;
  }

  .d-md-block {
    display: none !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .wrapper {
    width: 1170px;
  }

  .trans {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: opacity 0.26s ease;
    -o-transition: opacity 0.26s ease;
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
  }
  .trans:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
}
@media (max-width: 779px) {
  .hide-sm {
    display: none !important;
  }
}
/* PARTS
 * ----------------------------------------------- */
/* COMMON HEADER
 * ----------------------------------------------- */
header {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  justify-content: space-between;
  background-color: #ffffff;
  position: relative;
  z-index: 99;
}
header .right-header {
  flex: 146px 0 0;
}
header .logo {
  width: auto;
  padding: 3px 5px 0;
}
header .logo a {
  display: block;
  width: 128px;
}
header .menu img {
  width: 47px;
}

@media (max-width: 779px) {
  header .link-entry img {
    height: 47px;
    width: auto;
  }
}
@media (min-width: 780px) {
  header {
    background-color: #ffffff;
  }
  header .right-header {
    flex: 250px 0 0;
  }
  header .logo {
    width: auto;
    background-color: transparent;
    padding: 0 10px;
  }
  header .logo a {
    width: 225px;
  }
  header .menu img {
    width: 80px;
  }
}
@media (min-width: 1170px) {
  header {
    position: relative;
  }
  header.d-flex {
    display: block;
  }
  header .right-header {
    flex: 250px 0 0;
  }
  header .right-header .d-flex {
    justify-content: flex-end;
  }
  header .logo {
    width: auto;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #00529f;
    padding: 0;
  }
  header .logo a {
    width: 250px;
    padding: 31px 22px;
  }
  header .main-menu ul {
    align-items: center;
    height: 80px;
    margin-right: 20px;
  }
  header .main-menu ul li {
    text-align: center;
    margin: 0 21px;
  }
  header .main-menu ul li a {
    display: block;
  }
  header .main-menu ul li span {
    display: block;
  }
  header .main-menu ul li .en {
    color: #00529f;
    font-size: 18px;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  header .main-menu ul li .jp {
    font-size: 12px;
    font-weight: bold;
  }
  header .link-entry {
    max-width: 170px;
  }
}
/* COMMON FOOTER
 * ----------------------------------------------- */
footer .logo-foo {
  background-color: #fff;
}
footer .wrapper {
  padding: 0;
}
footer .row.d-flex {
  display: block;
}

@media (max-width: 779px) {
  footer .logo-foo {
    display: block;
  }
  footer .logo-foo img {
    width: 320px;
    margin: 0 auto;
  }
  footer .btn-page-top {
    background-color: #00529f;
  }
  footer .btn-page-top img {
    width: 320px;
    margin: 0 auto;
  }
}
@media (min-width: 780px) {
  footer .left-foo {
    flex: 50% 0 0;
  }
  footer .logo-foo {
    margin: 0 auto;
    display: block;
    max-width: 100%;
  }
  footer .logo-foo img {
    margin: 0 auto;
    max-width: 390px;
  }
  footer .right-foo {
    flex: 50% 0 0;
  }
  footer .right-foo .btn-page-top {
    background-color: #00529f;
  }
  footer .right-foo .btn-page-top img {
    width: 390px;
    margin: 0 auto;
  }
  footer .wrapper {
    padding: 0;
  }
  footer .row.d-flex {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1170px) {
  footer {
    background-color: #00529f;
  }
  footer .wrapper {
    width: auto;
    padding-right: 115px;
  }
  footer .menu-foo .d-flex {
    align-items: center;
    min-height: 200px;
    justify-content: flex-end;
  }
  footer .menu-foo ul {
    margin-right: 20px;
    margin-right: 80px;
    margin-top: -10px;
  }
  footer .menu-foo li {
    padding-left: 20px;
    position: relative;
  }
  footer .menu-foo li:before {
    position: absolute;
    left: 0;
    top: 12px;
    width: 4px;
    height: 1px;
    background-color: #fff;
    content: " ";
  }
  footer .menu-foo li a {
    font-size: 12px;
    line-height: 24px;
    text-decoration: underline;
    color: #ffffff;
  }
  footer .menu-foo .list-btn .btn {
    display: block;
    margin: 10px 0;
  }
  footer .left-foo .logo-foo {
    margin-left: 0;
    display: block;
    width: 350px;
  }
}
.has-arrow {
  position: relative;
}
.has-arrow:before {
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  content: " ";
  width: 17px;
  height: 8px;
  background-image: url(/recruit/img/common/arrow.png);
  background-size: 100% auto;
  background-position: center center;
}

.section-foo-recruit-site {
  background-color: #004483;
  color: #ffffff;
  text-align: center;
  padding: 57px 0 66px;
}
.section-foo-recruit-site .title {
  font-size: 18px;
}
.section-foo-recruit-site a.btn {
  border: 2px solid #ffffff;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  padding: 27px 10px;
  display: block;
  max-width: 100%;
  margin: 17px auto 0;
  width: 280px;
}

.breakcrumb {
  background-color: #00529f;
  padding: 0 8px;
}
.breakcrumb ul {
  display: flex;
}
.breakcrumb ul li {
  padding-left: 20px;
  background-image: url(/recruit/img/common/arrow_right.png);
  background-size: 7px auto;
  background-repeat: no-repeat;
  background-position: 10px center;
}
.breakcrumb ul li:first-child {
  padding-left: 0;
  background: none;
}
.breakcrumb ul li a {
  display: block;
  font-size: 11px;
  color: #ffffff;
}
.breakcrumb ul li a span {
  vertical-align: middle;
  padding-left: 5px;
  display: inline-block;
}
.breakcrumb ul li a .icon-home {
  width: 13px;
  position: relative;
  top: -1px;
}

.keyvisual {
  text-align: center;
  min-height: 160px;
  padding: 46px 18px;
  background-size: cover;
  background-position: center center;
}
.keyvisual.key-human-work {
  min-height: 80px;
  background-color: #004483;
  padding: 16px 0 10px;
}
.keyvisual.key-human-work .title-key02 {
  text-align: center;
}
.keyvisual.key-human-work .title-key02 .en {
  background-color: transparent;
  font-size: 32px;
  color: #ffffff;
  display: block;
  line-height: 33.6px;
}
.keyvisual.key-human-work .title-key02 .jp {
  color: #ffffff;
  display: block;
  font-size: 12px;
  font-weight: bold;
}
.keyvisual .title-key {
  font-weight: bold;
}
.keyvisual .title-key .en {
  background-color: #ffffff;
  border-radius: 20px;
  font-size: 20px;
  color: #00529f;
  display: inline-block;
  font-weight: bold;
  padding: 9px 25px;
}
.keyvisual .title-key .jp {
  font-size: 12px;
  color: #00529f;
  padding: 0 19px;
  background-color: #ffffff;
  border-radius: 10px;
  margin-top: 10px;
  display: inline-block;
  line-height: 20px;
  font-weight: bold;
}

@media (min-width: 780px) {
  .has-arrow:before {
    right: 32px;
  }

  .section-foo-recruit-site a.btn {
    width: 370px;
  }

  .breakcrumb .wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .keyvisual {
    min-height: 200px;
    padding: 56px 18px 50px;
  }
  .keyvisual .title-key .en {
    padding: 12px 43px;
    border-radius: 28px;
    font-size: 32px;
    line-height: 1;
  }
  .keyvisual .title-key .jp {
    padding: 2px 15px;
    font-size: 14px;
  }
}
@media (min-width: 1170px) {
  header .main-menu {
    display: block !important;
  }
}
@media (max-width: 1169px) {
  header {
    position: relative;
  }
  header .main-menu {
    position: absolute;
    width: 100%;
    top: 0;
    background-color: #ebebeb;
    left: 0;
    padding: 59px 90px;
    z-index: 999;
    display: none;
  }
  header .main-menu .link-out {
    font-size: 14px;
    text-decoration: underline;
    padding-left: 22px;
    background-image: url(/recruit/img/common/arrow_link.png);
    background-position: left center;
    background-repeat: no-repeat;
    display: inline-block !important;
    margin: 21px 13px 0;
    background-size: 7px auto;
  }
  header .main-menu .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
  }
  header .main-menu ul {
    flex-wrap: wrap;
  }
  header .main-menu ul li {
    flex: 50% 0 0;
  }
  header .main-menu ul li.link-entry a {
    background-color: #fc9a2d;
    color: #ffffff;
  }
  header .main-menu ul li a {
    background-color: #fff;
    display: block;
    margin: 10px;
    padding: 8px 18px;
    font-weight: bold;
  }
  header .main-menu ul li a span {
    display: block;
  }
  header .main-menu ul li a .en {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
  }
  header .main-menu ul li a .jp {
    font-size: 10px;
  }
}
@media (max-width: 779px) {
  header .main-menu {
    padding-left: 10px;
    padding-right: 10px;
  }
  header .main-menu ul {
    display: block;
  }
  header .main-menu ul li {
    flex: none;
  }
  header .main-menu .link-out {
    margin: 17px 13px 0;
  }
}
.btn-common-yellow {
  text-align: center;
  border-radius: 20px;
  position: relative;
  max-width: 250px;
}
.btn-common-yellow:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: -3px;
  background-color: #d78223;
  width: 100%;
  height: 100%;
  z-index: 5;
  border-radius: 20px;
}
.btn-common-yellow:after {
  position: absolute;
  right: 26px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  content: " ";
  width: 13px;
  height: 6px;
  background-image: url(/recruit/img/common/arrow.png);
  background-size: 100% 100%;
  background-position: center center;
  z-index: 20;
}
.btn-common-yellow span {
  padding: 6px 28px;
  line-height: 28.8px;
  border-radius: 20px;
  display: block;
  color: #ffffff;
  position: relative;
  z-index: 9;
  background-color: #fc9a2d;
  min-width: 250px;
}

/* PAGES
 * ----------------------------------------------- */
.section-banner-slider {
  padding: 0;
  background-color: #00529f;
}

.slick-slide {
  max-height: 432px;
}
.slick-slide .text {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #00529f;
  z-index: 9;
  padding: 0 10px;
}
.slick-slide .text p {
  line-height: 33.6px;
  background-color: #ffffff;
  display: inline;
  margin: 2px 0;
  padding: 0 3px;
}
.slick-slide img {
  /* display: inline-block;
  object-fit: contain;
   */

  min-width: 100%;
  height: auto;
  width: auto;
  width: 100%;
  /* position: absolute;
  left: 0;
  top: 0; */
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 780px) {
  .slick-slide {
    max-height: 600px;
    overflow: hidden;
  }
  .slick-slide .text {
    padding: 0 35px;
    font-size: 40px;
    line-height: 64px;
    bottom: 40px;
  }
}
@media (min-width: 1170px) {
  .section-banner-slider {
    padding-left: 250px;
    overflow: hidden;
    height: 600px;
  }
  .section-banner-slider .text {
    font-size: 40px;
    bottom: 82px;
  }
  .section-banner-slider .text p {
    line-height: 57px;
    margin: 2px 0;
  }

  .slick-slide {
    min-height: 600px;
    
  }
  .slick-slide > div, .slick-slide .item {
    min-width: 100%;
    min-height: 600px;
  }
  .slick-slide img {
    min-width: 100%;
    min-height: 600px;
    /* width: auto; */
  }
}

@media (max-width: 600px) {
  .section-banner-slider .text p {
    line-height: 1.4;
    margin: 2px 0;
    font-size:16px;
  }
}

.section-news {
  margin-top: 50px;
}
.section-news .title-news {
  position: relative;
  padding-left: 20px;
  margin-left: 10px;
}
.section-news .title-news:before {
  position: absolute;
  left: 0;
  top: -10px;
  width: 6px;
  height: 78px;
  background-color: #00529f;
  content: " ";
}
.section-news .title-news .en {
  font-size: 40px;
  color: #00529f;
}
.section-news .title-news .jp {
  font-weight: bold;
  padding: 4px;
}
.section-news .content-news {
  background-color: #ffffff;
  padding: 40px 10px;
  margin-top: 11px;
}
.section-news .content-news li {
  border-bottom: 1px dotted #2d2d2d;
  padding: 10px 0 19px;
}
.section-news .content-news li a {
  display: block;
  font-size: 16px;
}
.section-news .content-news li a .date {
  display: inline-block;
  font-weight: bold;
  color: #00529f;
  font-style: italic;
  margin-right: 10px;
}
.section-news .content-news li a .title {
  margin-top: 5px;
  display: block;
}
.section-news .d-flex {
  justify-content: flex-end;
  margin-top: 20px;
}
.section-news .btn-read-more {
  background-color: #00529f;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  padding: 4px 10px;
  display: block;
  border-radius: 15px;
  width: 180px;
}
.section-news .btn-read-more:before {
  right: 20px;
  width: 12px;
  height: 6px;
  background-size: 100% 100%;
}

.section-main-top {
  margin-top: 27px;
  padding-bottom: 52px;
}
.section-main-top .wrapper {
  padding: 0 5px;
}
.section-main-top .item {
  padding: 5px;
  text-align: center;
  font-weight: bold;
}
.section-main-top .item.box-staff a {
  display: flex;
  flex-wrap: nowrap;
}
.section-main-top .item.box-staff a .left {
  flex: 59.33333% 0 0;
}
.section-main-top .item.box-staff a .right {
  width: auto;
  text-align: left;
  position: relative;
  z-index: 5;
  padding: 20px 0 0;
}
.section-main-top .item.box-staff a .right .box-name {
  background-color: #004483;
  margin-left: -20px;
  width: 125px;
  padding: 0 10px 5px;
}
.section-main-top .item.box-staff a .right .box-name span {
  display: block;
}
.section-main-top .item.box-staff a .right .box-name .en {
  font-size: 16px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.section-main-top .item.box-staff a .right .box-name .jp {
  font-size: 12px;
  line-height: 1;
}
.section-main-top .item.box-staff a .right .caption {
  padding: 5px 12px;
}
.section-main-top .item.box-staff a .right .name {
  font-size: 14px;
  margin-top: 13px;
}
.section-main-top .item.box-staff a .right .pos {
  font-size: 12px;
  margin-top: 8px;
}
.section-main-top .item.box-staff a .right .desc {
  display: none;
}
.section-main-top .item.box-staff a .right .read-more {
  display: block;
  margin: 5px 0 0;
  background-color: #004483;
  font-size: 12px;
  text-align: center;
  width: 100px;
  border-radius: 12px;
  margin-top: 18px;
}
.section-main-top .item a {
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.26s ease;
  -o-transition: opacity 0.26s ease;
  -webkit-transition: opacity 0.26s ease;
  transition: opacity 0.26s ease;
}
.section-main-top .item a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.section-main-top .item > * {
  height: 100%;
}
.section-main-top .item .border-white {
  height: 100%;
}
.section-main-top .item .title-box-grid {
  font-size: 20px;
}
.section-main-top .item .title-box-grid.font-small {
  font-size: 17px;
}
.section-main-top .item .desc-box {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
  min-height: 28px;
}
.section-main-top .item .btn {
  display: inline-block;
  width: 80px;
  border-radius: 8px;
  height: 16px;
  margin-top: 16px;
}
.section-main-top .item .btn:before {
  height: 5px;
  width: 10px;
  background-size: 100% 100%;
  left: 0;
  right: 0;
  margin: auto;
}
.section-main-top .item .list-link-outline a {
  padding: 11px 10px 0;
}
.section-main-top .item .list-link-outline .title {
  font-size: 12px;
}
.section-main-top .item .list-link-outline .arrow {
  width: 10px;
  height: 5px;
  background-image: url(/recruit/img/top/arrow_green.png);
  display: inline-block;
  top: -5px;
  position: relative;
  background-size: 100% 100%;
}
.section-main-top .order-lg-1 {
  margin-top: 18px;
}
.section-main-top .order-lg-9 {
  margin-bottom: 8px;
}
.section-main-top .d-flex {
  flex-wrap: wrap;
}
.section-main-top .bg-color-green {
  background-color: #97c40f;
  color: #ffffff;
}
.section-main-top .bg-color-green .btn {
  background-color: #759b04;
}
.section-main-top .border-green {
  border: 6px solid #97c40f;
}
.section-main-top .border-green.bg-color-white {
  color: #97c40f;
}
.section-main-top .border-white {
  border: 2px solid #ffffff;
  height: 100%;
  padding: 21px 0 11px;
}
.section-main-top .bg-color-orange {
  background-color: #fc9a2d;
  color: #ffffff;
}
.section-main-top .bg-color-orange .btn {
  background-color: #d78223;
}
.section-main-top .border-orange {
  border: 6px solid #fc9a2d;
}
.section-main-top .bg-color-blue {
  background-color: #00529f;
  color: #ffffff;
}
.section-main-top .border-blue {
  border: 6px solid #00529f;
  color: #00529f;
}
.section-main-top .border-blue .btn {
  background-color: #00529f;
}
.section-main-top .bg-color-cyan {
  background-color: #2cd4ca;
  color: #ffffff;
}
.section-main-top .bg-color-cyan .btn {
  background-color: #0ea9a0;
}
.section-main-top .border-cyan {
  border: 6px solid #2cd4ca;
  color: #2cd4ca;
}
.section-main-top .bg-color-pink {
  background-color: #ea7fd2;
  color: #ffffff;
}
.section-main-top .bg-color-pink .btn {
  background-color: #ea7fd2;
}
.section-main-top .border-pink {
  border: 6px solid #ea7fd2;
  color: #ea7fd2;
}
.section-main-top .bg-color-cyan-light {
  background-color: #97c4ef;
  color: #ffffff;
}
.section-main-top .bg-color-cyan-light .btn {
  background-color: #97c4ef;
}
.section-main-top .border-cyan-light {
  border: 6px solid #97c4ef;
  color: #97c4ef;
}
.section-main-top .box-size01 {
  width: 50%;
  max-width: 50%;
  flex-basis: 50%;
}
.section-main-top .box-size02 {
  width: 100%;
  max-width: 100%;
  flex-basis: 100%;
}
.section-main-top .bg-color-white {
  background-color: #ffffff;
}

@media (min-width: 780px) {
  .section-news {
    margin-top: 69px;
  }
  .section-news .wrapper {
    padding: 0 14px;
  }
  .section-news .title-news {
    margin-left: 30px;
  }
  .section-news .content-news {
    margin-top: 8px;
    padding: 40px 40px;
  }
  .section-news .content-news li {
    padding: 15px 0 20px;
  }
  .section-news .content-news li a {
    display: flex;
  }
  .section-news .content-news li a .date {
    flex: 130px 0 0;
  }
  .section-news .content-news li a .title {
    width: auto;
    margin: 0;
  }

  .section-main-top {
    margin-top: 42px;
    padding-bottom: 74px;
  }
  .section-main-top .wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
  .section-main-top .border-green,
  .section-main-top .border-orange,
  .section-main-top .border-blue,
  .section-main-top .border-cyan,
  .section-main-top .border-pink,
  .section-main-top .border-cyan-light {
    border-width: 10px;
  }
  .section-main-top .item {
    padding: 10px;
  }
  .section-main-top .item.box-staff a .left {
    flex: 57.35294% 0 0;
  }
  .section-main-top .item.box-staff a .right .box-name {
    width: 240px;
    padding: 11px 0 11px 45px;
    margin-left: -22px;
  }
  .section-main-top .item.box-staff a .right .box-name .en {
    font-size: 24px;
  }
  .section-main-top .item.box-staff a .right .box-name .jp {
    font-size: 14px;
    margin-top: 10px;
  }
  .section-main-top .item.box-staff a .right .caption {
    padding: 5px 22px;
  }
  .section-main-top .item.box-staff a .right .name {
    font-size: 18px;
  }
  .section-main-top .item.box-staff a .right .pos {
    font-size: 14px;
  }
  .section-main-top .item.box-staff a .right .desc {
    display: block;
    font-weight: normal;
    margin-top: 20px;
  }
  .section-main-top .item.box-staff a .right .read-more {
    font-size: 14px;
    width: 246px;
    border-radius: 15px;
    padding: 4px;
    margin-top: 28px;
    max-width: 100%;
  }
  .section-main-top .item .border-white {
    padding: 42px 0 40px;
  }
  .section-main-top .item .title-box-grid {
    font-size: 40px;
    line-height: 1;
  }
  .section-main-top .item .title-box-grid.font-small {
    font-size: 40px;
  }
  .section-main-top .item .desc-box {
    font-size: 14px;
  }
  .section-main-top .item .btn {
    width: 230px;
    height: 30px;
    border-radius: 15px;
    margin-top: 80px;
  }
  .section-main-top .item .btn:before {
    width: 12px;
    height: 6px;
  }
  .section-main-top .item .btn.icon-link:before {
    background-image: url(/recruit/img/top/icon_link.png);
    width: 16px;
    height: 15px;
  }
  .section-main-top .item .list-link-outline a {
    padding: 25px 10px 12px;
  }
  .section-main-top .item .list-link-outline .title {
    font-size: 20px;
    min-height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section-main-top .item .list-link-outline .arrow {
    width: 19px;
    height: 9px;
    margin-top: 24px;
  }
  .section-main-top .order-lg-1 {
    margin: 0;
  }
  .section-main-top .order-lg-9 {
    margin: 0;
  }
}
@media (min-width: 1170px) {
  .section-news .wrapper {
    padding: 0;
  }
  .section-news .content-news {
    padding: 40px 100px;
  }

  .section-main-top {
    margin-top: 62px;
    padding-bottom: 50px;
  }
  .section-main-top .wrapper {
    padding: 0;
    width: auto;
    max-width: 1400px;
  }
  .section-main-top .item.box-staff a {
    overflow: hidden;
  }
  .section-main-top .item.box-staff a .right {
    flex: 42.64706% 0 0;
    flex-basis: 42.64706%;
  }
  .section-main-top .item.box-staff a .right .read-more {
    width: 180px;
    margin-top: 18px;
  }
  .section-main-top .item.box-staff a .left {
    flex: 57.35294% 0 0;
    position: relative;
  }
  .section-main-top .item.box-staff a .left img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: auto;
  }
  .section-main-top .item .title-box-grid.font-small {
    font-size: 35px;
  }
  .section-main-top .item .d-flex .box-size01 {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .section-main-top .box-size01 {
    width: 25%;
    max-width: 25%;
    flex-basis: 25%;
  }
  .section-main-top .box-size02 {
    width: 50%;
    max-width: 50%;
    flex-basis: 50%;
  }
  .section-main-top .order-lg-1 {
    order: 1;
  }
  .section-main-top .order-lg-2 {
    order: 2;
  }
  .section-main-top .order-lg-3 {
    order: 3;
  }
  .section-main-top .order-lg-4 {
    order: 4;
  }
  .section-main-top .order-lg-5 {
    order: 5;
  }
  .section-main-top .order-lg-6 {
    order: 6;
  }
  .section-main-top .order-lg-7 {
    order: 7;
  }
  .section-main-top .order-lg-8 {
    order: 8;
  }
  .section-main-top .order-lg-9 {
    order: 9;
  }
  .section-main-top .order-lg-10 {
    order: 10;
  }
  .section-main-top .order-lg-11 {
    order: 11;
  }
}
@media (min-width: 1300px) {
  .section-main-top .item .title-box-grid.font-small {
    font-size: 40px;
  }
}
@media (min-width: 1400px) {
  .section-main-top .item.box-staff a .right .read-more {
    width: 240px;
    margin-top: 28px;
  }
}
@media (min-width: 1170px) {
  .ie .section-news .btn-read-more {
    padding: 6px 10px 2px;
  }
  .ie .section-main-top .item.box-staff a .right .read-more {
    padding: 5px 4px 3px;
  }
  .ie .section-requirement-system .head .item-btn {
    padding: 9px 0 3px;
  }
  .ie .section-requirement-system .title-head {
    padding: 32px 10px 22px;
  }
}
.page-outline .keyvisual {
  background-image: url(/recruit/img/outline/page_title_sp.png);
}

@media (min-width: 780px) {
  .page-outline .keyvisual {
    background-image: url(/recruit/img/outline/page_title_tb.png);
  }
}
@media (min-width: 1170px) {
  .page-outline .keyvisual {
    background-image: url(/recruit/img/outline/page_title_pc.png);
  }
}
.section-requirement-system {
  margin-top: 30px;
  padding: 0 0 67px;
}
.section-requirement-system .head {
  background-color: #83ae00;
  padding: 0 10px 10px;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}
.section-requirement-system .head .tit {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  padding: 18px 10px 20px;
}
.section-requirement-system .head .tit .span {
  padding-right: 20px;
  background-image: url(/recruit/img/outline/arrow_down.png);
  background-size: 11px auto;
  background-repeat: no-repeat;
  background-position: right center;
  display: inline-block;
}
.section-requirement-system .head .item-btn {
  background-color: #ffffff;
  margin: 10px 0;
  padding: 9px 0;
  text-align: center;
  display: block;
  font-size: 16px;
}
.section-requirement-system .head .item-btn:last-child {
  margin: 0;
}
.section-requirement-system .title-head {
  background-color: #97c40f;
  font-size: 24px;
  text-align: center;
  color: #ffffff;
  padding: 28px 10px;
}
.section-requirement-system .body {
  background-color: #ffffff;
  border: 4px solid #97c40f;
  padding: 19px 16px 20px;
}
.section-requirement-system .body .table-content {
  width: 100%;
}
.section-requirement-system .body .table-content > tbody > tr > th {
  background-color: #e6e6e6;
  padding: 9px 10px;
  font-weight: bold;
}
.section-requirement-system .body .table-content > tbody > tr > td {
  padding: 17px 10px;
  font-weight: bold;
}
.section-requirement-system .body .table-content.ver-mid > tbody > tr > td {
  vertical-align: middle;
}
.section-requirement-system .body .table-content .wrap-table-content {
  overflow: auto;
  padding: 0 0 5px;
}
.section-requirement-system .body .table-content .wrap-table-content .table-info {
  min-width: 350px;
}
.section-requirement-system .body .table-content .wrap-table-content .table-info tr:nth-child(even) {
  background-color: #e6e6e6;
}
.section-requirement-system .body .table-content .wrap-table-content .table-info tr:nth-child(odd) {
  background-color: #f0f0f0;
}
.section-requirement-system .body .table-content .wrap-table-content .table-info tr th {
  padding: 1px 15px 0 42px;
}
.section-requirement-system .body .table-content .wrap-table-content .table-info tr td {
  padding: 4px 9px;
  text-align: center;
}
.section-requirement-system .body .list-text {
  margin-top: 9px;
  margin-left: 5px;
}
.section-requirement-system .body .list-text ul {
  margin-top: 6px;
}
.section-requirement-system .body .list-text ul li {
  padding-left: 15px;
  position: relative;
}
.section-requirement-system .body .list-text ul li:before {
  position: absolute;
  left: 0;
  top: 7px;
  content: " ";
  width: 6px;
  height: 6px;
  background-color: #97c40f;
}
.section-requirement-system .body .tit-text {
  font-weight: bold;
}

@media (max-width: 779px) {
  .section-requirement-system .head .list-btn-toggle.hide {
    display: none;
  }

  .section-requirement-system .body .table-content {
    display: block;
  }
  .section-requirement-system .body .table-content > tbody {
    display: block;
  }
  .section-requirement-system .body .table-content > tbody > tr {
    display: block;
  }
  .section-requirement-system .body .table-content > tbody > tr > th {
    display: block;
  }
  .section-requirement-system .body .table-content > tbody > tr > td {
    display: block;
  }
}
@media (min-width: 780px) {
  .section-requirement-system {
    margin-top: 56px;
  }
  .section-requirement-system .wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .section-requirement-system .bg-shadow {
    position: relative;
  }
  .section-requirement-system .bg-shadow:before {
    width: 100%;
    height: 100%;
    position: absolute;
    right: -6px;
    top: 6px;
    content: " ";
    background-image: url(/recruit/img/outline/bg_shadow.png);
  }
  .section-requirement-system .head {
    background-color: transparent;
    padding: 0 10px;
  }
  .section-requirement-system .head .list-btn-toggle {
    display: flex;
    justify-content: space-between;
    max-width: 728px;
    margin: 0 auto;
  }
  .section-requirement-system .head .tit {
    font-size: 16px;
  }
  .section-requirement-system .head .tit span {
    padding-right: 20px;
  }
  .section-requirement-system .head .item-btn {
    flex-basis: 138px;
    margin: 0 2.5px;
    background-color: #83ae00;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    line-height: 20px;
    font-size: 16px;
    color: #ffffff;
    position: relative;
  }
  .section-requirement-system .head .item-btn:last-child {
    margin: 0 2.5px;
  }
  .section-requirement-system .head .item-btn:before {
    position: absolute;
    content: " ";
    right: -15px;
    bottom: 0;
    width: 15px;
    height: 40px;
    background-image: url(/recruit/img/outline/shadow_icon.png);
  }
  .section-requirement-system .head .item-btn.current {
    background-color: #97c40f;
    top: -5px;
  }
  .section-requirement-system .head .item-btn.current:before {
    display: none;
  }
  .section-requirement-system .head .item-btn.current:after {
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 5px;
    background-color: #97c40f;
    width: 100%;
    content: " ";
  }
  .section-requirement-system .head .item-btn .span {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
  }
  .section-requirement-system .title-head {
    background-color: #97c40f;
    position: relative;
    z-index: 9;
  }
  .section-requirement-system .body {
    background-color: #ffffff;
    position: relative;
    z-index: 9;
    padding: 39px 30px 35px;
  }
  .section-requirement-system .body .table-content {
    width: 100%;
  }
  .section-requirement-system .body .table-content > tbody > tr {
    border-bottom: 4px solid #ffffff;
  }
  .section-requirement-system .body .table-content > tbody > tr > th {
    vertical-align: top;
    width: 200px;
    padding: 20px 20px;
  }
  .section-requirement-system .body .table-content > tbody > tr > td {
    padding: 9px 20px 9px 20px;
    vertical-align: top;
  }
  .section-requirement-system .body .table-content .wrap-table-content .table-info {
    min-width: 100%;
    width: 100%;
  }
  .section-requirement-system .body .table-content .wrap-table-content .table-info tr th {
    padding: 1px 0 1px 42px;
  }
  .section-requirement-system .body .table-content .wrap-table-content .table-info tr td {
    padding: 4px 19px;
  }
}
@media (min-width: 1170px) {
  .section-requirement-system {
    padding: 0 0 70px;
    margin: 66px 0 0;
  }
  .section-requirement-system .wrapper {
    padding: 0;
  }
  .section-requirement-system .head {
    padding: 0 100px;
  }
  .section-requirement-system .head .list-btn-toggle {
    max-width: 100%;
  }
  .section-requirement-system .head .item-btn {
    flex-basis: 170px;
    padding: 6px 0;
  }
  .section-requirement-system .title-head {
    padding: 27px 10px;
  }
  .section-requirement-system .body {
    padding: 39px 195px 53px;
  }
}
.section-requirement-system .entry-method {
  padding: 0 0 39px;
}
.section-requirement-system .entry-method .desc {
  margin-top: 20px;
  font-weight: bold;
}
.section-requirement-system .entry-method .btn-method {
  margin-top: 18px;
}
.section-requirement-system .title-method {
  font-size: 24px;
  color: #97c40f;
}
.section-requirement-system .btn-method {
  max-width: 250px;
  margin: 10px auto 0;
  display: inline-block;
}
.section-requirement-system .hiring-flow {
  background-color: #f0f0f0;
  padding: 40px 20px;
  margin-top: 22px;
}
.section-requirement-system .hiring-flow .item-flow {
  margin-top: 40px;
  position: relative;
}
.section-requirement-system .hiring-flow .item-flow:before {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -25px;
  background-image: url(/recruit/img/outline/arrow_flow.png);
  width: 21px;
  height: 13px;
  content: " ";
  background-size: 100% 100%;
}
.section-requirement-system .hiring-flow .item-flow:first-child {
  margin-top: 0;
}
.section-requirement-system .hiring-flow .item-flow:first-child:before {
  display: none;
}
.section-requirement-system .hiring-flow .item-flow .left {
  background-color: #97c40f;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  padding: 4px 10px;
}
.section-requirement-system .hiring-flow .item-flow .right {
  padding: 19px 13px;
  background-color: #ffffff;
  font-weight: bold;
}
.section-requirement-system .hiring-flow .desc-flow {
  margin-top: 20px;
}
.section-requirement-system .other-detail {
  margin-top: 40px;
}
.section-requirement-system .other-detail .title-method {
  margin-bottom: 20px;
}

@media (min-width: 780px) {
  .section-requirement-system .body.is-schedule {
    padding: 20px 15px 40px;
  }
  .section-requirement-system .entry-method {
    padding: 20px 0 39px;
  }
  .section-requirement-system .entry-method .text-right-md {
    text-align: right;
  }
  .section-requirement-system .entry-method .btn-method {
    margin-top: 21px;
  }
  .section-requirement-system .hiring-flow .item-flow {
    display: table;
    width: 100%;
  }
  .section-requirement-system .hiring-flow .item-flow .left {
    display: table-cell;
    vertical-align: middle;
    width: 70px;
  }
  .section-requirement-system .hiring-flow .item-flow .right {
    display: table-cell;
    vertical-align: middle;
    padding: 19px 25px;
  }
}
@media (min-width: 1170px) {
  .section-requirement-system .body.is-schedule {
    padding: 25px 195px 33px;
  }
  .section-requirement-system .entry-method .btn-method {
    margin-top: 21px;
  }
}
@media (min-width: 1170px) {
  .ie .section-requirement-system .title-head {
    padding: 32px 10px 22px;
  }
  .ie .keyvisual .title-key .en {
    padding: 17px 43px 7px;
  }
  .ie .keyvisual .title-key .jp {
    padding: 4px 15px 0;
  }
}
.page-human-work .keyvisual.has-bg-img {
  background-image: url(/recruit/img/human_work/page_title_sp.png);
}

@media (min-width: 780px) {
  .page-human-work .keyvisual.has-bg-img {
    background-image: url(/recruit/img/human_work/page_title_tb.png);
  }
}
@media (min-width: 1170px) {
  .page-human-work .keyvisual.has-bg-img {
    background-image: url(/recruit/img/human_work/page_title_pc.png);
  }
}
.has-shadow {
  position: relative;
}
.has-shadow.round-shadow:after {
  border-radius: 16px;
}
.has-shadow:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  right: -6px;
  bottom: -6px;
  background-image: url(/recruit/img/outline/bg_shadow.png);
  z-index: 5;
}
.has-shadow .con-shadow {
  position: relative;
  z-index: 9;
}

.block-human {
  margin-top: 40px;
}
.block-human .list .item {
  margin-top: 27px;
  display: block;
}
.block-human .list .item .con-shadow {
  display: flex;
  padding: 4px;
  position: relative;
}
.block-human .list .item .con-shadow:before {
  position: absolute;
  width: 13px;
  height: 8px;
  content: " ";
  right: 14px;
  bottom: 12px;
  background-repeat: no-repeat;
  background-size: 13px auto;
}
.block-human .list .item.style-cyan .con-shadow {
  background-color: #00b7ee;
}
.block-human .list .item.style-cyan .con-shadow:before {
  background-image: url(/recruit/img/human_work/arrow_point_cyan.png);
}
.block-human .list .item.style-cyan .con-shadow .position {
  background-color: #00b7ee;
}
.block-human .list .item.style-pink .con-shadow {
  background-color: #ea7fd2;
}
.block-human .list .item.style-pink .con-shadow:before {
  background-image: url(/recruit/img/human_work/arrow_point_pink.png);
}
.block-human .list .item.style-pink .con-shadow .position {
  background-color: #ea7fd2;
}
.block-human .list .item.style-green .con-shadow {
  background-color: #88d252;
}
.block-human .list .item.style-green .con-shadow:before {
  background-image: url(/recruit/img/human_work/arrow_point_green.png);
}
.block-human .list .item.style-green .con-shadow .position {
  background-color: #88d252;
}
.block-human .list .item.style-yellow .con-shadow {
  background-color: #ffc000;
}
.block-human .list .item.style-yellow .con-shadow:before {
  background-image: url(/recruit/img/human_work/arrow_point_yellow.png);
}
.block-human .list .item.style-yellow .con-shadow .position {
  background-color: #ffc000;
}
.block-human .list .item .position {
  font-size: 20px;
  color: #ffffff;
  padding: 6px 10px;
}
.block-human .list .item .img {
  flex-basis: 50%;
}
.block-human .list .item .caption {
  flex-basis: 50%;
  background-color: #fff;
}
.block-human .list .item .caption .name {
  font-size: 18px;
  font-weight: bold;
  padding: 0 10px;
  margin-top: 10px;
}
.block-human .list .item .caption .date {
  font-size: 12px;
  color: #969696;
  padding: 0 10px;
  font-weight: bold;
}

.employment-message {
  margin-top: 56px;
  text-align: center;
  margin-bottom: 66px;
}
.employment-message .con-shadow {
  background-color: #e6e6e6;
  border: 4px solid #ffffff;
  border-radius: 16px;
  padding: 33px 5px 30px;
}
.employment-message .color-blue {
  color: #00529f;
  font-weight: bold;
}
.employment-message .title {
  font-size: 24px;
  line-height: 28.8px;
}
.employment-message .desc {
  text-align: center;
  margin-top: 5px;
}
.employment-message .bubble-message {
  border-radius: 12px;
  border: 4px solid #ffffff;
  padding: 15px 10px;
  position: relative;
  margin-top: 21px;
}
.employment-message .bubble-message:before {
  position: absolute;
  width: 19px;
  height: 23px;
  content: " ";
  bottom: -23px;
  right: 48px;
  background-image: url(/recruit/img/human_work/arrow_quote.png);
  background-repeat: no-repeat;
}
.employment-message .bubble-message .tit02 {
  font-size: 20px;
}
.employment-message .bubble-message .desc-small {
  font-size: 12px;
  line-height: 14.4px;
  margin-top: 6px;
}
.employment-message .img-movie {
  margin-top: 14px;
  padding: 10px;
  display: block;
}

@media (min-width: 780px) {
  .block-human {
    margin-top: 30px;
  }
  .block-human .wrapper {
    padding: 0 16px;
  }
  .block-human .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .block-human .list .item {
    flex-basis: 47.62955%;
    margin-top: 21px;
  }
  .block-human .list .item .position {
    padding: 7px 18px;
  }
  .block-human .list .item .caption .name,
  .block-human .list .item .caption .date {
    padding: 0 18px;
  }

  .employment-message {
    margin-top: 46px;
  }
  .employment-message .wrapper {
    padding: 0 80px;
  }
  .employment-message .desc {
    margin-top: 14px;
  }
  .employment-message .con-shadow {
    padding: 33px 18px 30px;
  }
  .employment-message .bubble-message:before {
    right: 140px;
  }
  .employment-message .img-movie {
    margin-top: 10px;
    padding: 10px 0;
  }
}
@media (min-width: 1170px) {
  .block-human .wrapper {
    padding: 0;
  }
  .block-human .list {
    flex-wrap: nowrap;
  }
  .block-human .list .item {
    flex-basis: 23.07692%;
  }
  .block-human .list .item .position {
    font-size: 24px;
    text-align: center;
    padding: 12px 10px 21px;
  }
  .block-human .list .item .caption {
    padding: 3px 18px 21px;
  }
  .block-human .list .item .caption .name,
  .block-human .list .item .caption .date {
    padding: 0;
  }
  .block-human .list .item .con-shadow {
    display: block;
  }

  .employment-message {
    margin-top: 100px;
  }
  .employment-message .wrapper {
    width: 770px;
    margin: 0 auto;
    padding: 0;
  }
  .employment-message .con-shadow {
    padding: 33px 100px 30px;
  }
}
.bor-h-cyan {
  border-color: #00b7ee;
}

.bg-h-cyan {
  background-color: #00b7ee;
}

.color-h-cyan {
  color: #00b7ee;
}

.bg-h-cyan-light {
  background-color: #a6e1f3;
}

.bor-h-green {
  border-color: #88d252;
}

.bg-h-green {
  background-color: #88d252;
}

.color-h-green {
  color: #88d252;
}

.bg-h-green-light {
  background-color: #e7f3df;
}

.bor-h-pink {
  border-color: #ea7fd2;
}

.bg-h-pink {
  background-color: #ea7fd2;
}

.color-h-pink {
  color: #ea7fd2;
}

.bg-h-pink-light {
  background-color: #f5d0ed;
}

.bor-h-yellow {
  border-color: #ffc000;
}

.bg-h-yellow {
  background-color: #ffc000;
}

.color-h-yellow {
  color: #eca100;
}

.color-h-yellow02 {
  color: #ffc000;
}

.bg-h-yellow-light {
  background-color: #f7ebc5;
}

.title-has-bor {
  font-size: 20px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  position: relative;
  padding: 22px 10px;
  min-width: 240px;
  display: inline-block;
  margin: 0 auto;
  max-width: 280px;
  line-height: 28px;
}
.title-has-bor .left:before, .title-has-bor .left:after,
.title-has-bor .right:before,
.title-has-bor .right:after {
  width: 27px;
  height: 27px;
  content: " ";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.title-has-bor.color-h-cyan .left:after {
  border-top: 4px solid #00b7ee;
  border-left: 4px solid #00b7ee;
}
.title-has-bor.color-h-cyan .left:before {
  border-left: 4px solid #00b7ee;
  border-bottom: 4px solid #00b7ee;
}
.title-has-bor.color-h-cyan .right:after {
  border-right: 4px solid #00b7ee;
  border-top: 4px solid #00b7ee;
}
.title-has-bor.color-h-cyan .right:before {
  border-right: 4px solid #00b7ee;
  border-bottom: 4px solid #00b7ee;
}
.title-has-bor.color-h-pink .left:after {
  border-top: 4px solid #ea7fd2;
  border-left: 4px solid #ea7fd2;
}
.title-has-bor.color-h-pink .left:before {
  border-left: 4px solid #ea7fd2;
  border-bottom: 4px solid #ea7fd2;
}
.title-has-bor.color-h-pink .right:after {
  border-right: 4px solid #ea7fd2;
  border-top: 4px solid #ea7fd2;
}
.title-has-bor.color-h-pink .right:before {
  border-right: 4px solid #ea7fd2;
  border-bottom: 4px solid #ea7fd2;
}
.title-has-bor.color-h-green .left:after {
  border-top: 4px solid #88d252;
  border-left: 4px solid #88d252;
}
.title-has-bor.color-h-green .left:before {
  border-left: 4px solid #88d252;
  border-bottom: 4px solid #88d252;
}
.title-has-bor.color-h-green .right:after {
  border-right: 4px solid #88d252;
  border-top: 4px solid #88d252;
}
.title-has-bor.color-h-green .right:before {
  border-right: 4px solid #88d252;
  border-bottom: 4px solid #88d252;
}
.title-has-bor.color-h-yellow .left:after {
  border-top: 4px solid #eca100;
  border-left: 4px solid #eca100;
}
.title-has-bor.color-h-yellow .left:before {
  border-left: 4px solid #eca100;
  border-bottom: 4px solid #eca100;
}
.title-has-bor.color-h-yellow .right:after {
  border-right: 4px solid #eca100;
  border-top: 4px solid #eca100;
}
.title-has-bor.color-h-yellow .right:before {
  border-right: 4px solid #eca100;
  border-bottom: 4px solid #eca100;
}
.title-has-bor .left:after {
  top: 0;
  left: 4px;
  border-top-left-radius: 13px;
}
.title-has-bor .left:before {
  border-bottom-left-radius: 13px;
  bottom: 0;
  left: 4px;
}
.title-has-bor .right:after {
  border-top-right-radius: 13px;
  top: 0;
  right: 4px;
}
.title-has-bor .right:before {
  border-bottom-right-radius: 13px;
  bottom: 0;
  right: 4px;
}
.title-has-bor span {
  display: inline-block;
  min-height: 28px;
}

.article-intro {
  margin-top: 20px;
  margin-bottom: 40px;
}
.article-intro .caption {
  padding: 10px 20px;
}
.article-intro .title {
  width: 140px;
}
.article-intro .title span {
  display: block;
  border-radius: 8px;
  color: #ffffff;
  text-align: center;
  padding: 8px 10px;
  font-size: 20px;
}
.article-intro .title:after {
  border-radius: 8px;
  right: -4px;
  bottom: -4px;
}
.article-intro .title-under {
  font-size: 18px;
  position: relative;
  padding: 10px 0;
  margin: 13px 0 0;
}
.article-intro .title-under.color-h-cyan:before {
  background-color: #00b7ee;
}
.article-intro .title-under.color-h-green:before {
  background-color: #88d252;
}
.article-intro .title-under.color-h-pink:before {
  background-color: #ea7fd2;
}
.article-intro .title-under.color-h-yellow:before {
  background-color: #ffc000;
}
.article-intro .title-under:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  content: " ";
  width: 100%;
}
.article-intro .desc {
  margin-top: 17px;
  text-align: justify;
  padding-right: 10px;
  font-weight: bold;
}
.article-intro .img {
  margin-top: 20px;
}

.box-img-text-fixed {
  margin-top: 40px;
  height: 340px;
  position: relative;
  background-image: url(/recruit/img/human_work/sales/img_sm02.jpg);
  background-size: cover;
  background-position: right top;
}
.box-img-text-fixed.img-loan {
  background-image: url(/recruit/img/human_work/loan/img_sm02.jpg);
}
.box-img-text-fixed.img-teller {
  background-image: url(/recruit/img/human_work/teller/img_sm02.jpg);
}
.box-img-text-fixed.img-office-work {
  background-image: url(/recruit/img/human_work/office_work/img_sm02.jpg);
}

.section-staff-job {
  margin-top: 40px;
}
.section-staff-job .wrapper {
  padding: 0 20px;
}
.section-staff-job .content {
  margin-top: 42px;
}
.section-staff-job .content .item {
  margin-top: 20px;
}
.section-staff-job .content .item.round-shadow:after {
  border-radius: 20px;
}
.section-staff-job .content .item .con-shadow {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px 22px;
}
.section-staff-job .content .item .btn-flat {
  border-width: 4px;
  border-style: solid;
  width: 150px;
  padding: 5px;
  text-align: center;
  font-weight: bold;
}
.section-staff-job .content .item .tit {
  font-size: 18.44px;
  line-height: 25.82px;
  font-weight: bold;
  margin-top: 20px;
  margin-right: -10px;
}
.section-staff-job .content .item .desc {
  margin-top: 16px;
  letter-spacing: -0.01em;
  font-weight: bold;
}
.section-staff-job .content .item .img {
  margin-top: 28px;
}
.section-staff-job .content .item .img .img {
  margin-top: 10px;
}

.section-oneday-schedule {
  border: 10px solid #ffffff;
  margin-top: 96px;
}
.section-oneday-schedule .con-one-day {
  padding: 10px 10px 34px;
  font-weight: bold;
}
.section-oneday-schedule .title {
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  position: relative;
  padding: 14px 0;
  width: 240px;
  margin: -50px auto 36px;
}
.section-oneday-schedule .title.bg-h-cyan:before {
  border-top-color: #00b7ee;
}
.section-oneday-schedule .title.bg-h-green:before {
  border-top-color: #88d252;
}
.section-oneday-schedule .title.bg-h-pink:before {
  border-top-color: #ea7fd2;
}
.section-oneday-schedule .title.bg-h-yellow:before {
  border-top-color: #ffc000;
}
.section-oneday-schedule .title:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  border-left-width: 9px;
  border-right-width: 9px;
  border-top-width: 16px;
  border-left-color: transparent;
  border-right-color: transparent;
  content: " ";
  z-index: 9;
  width: 0;
  height: 0;
  margin: auto;
}
.section-oneday-schedule .row {
  padding: 7px 22px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.section-oneday-schedule .row.bg-gray {
  background-color: #f5f5f5;
}
.section-oneday-schedule .row .time {
  font-weight: bold;
}

.section-voice {
  padding: 20px 0;
  margin-top: 60px;
}
.section-voice .caption {
  padding: 20px 20px 17px;
  color: #ffffff;
}
.section-voice .caption .content {
  margin-top: 30px;
}
.section-voice .caption .title {
  width: 135px;
  margin-left: -5px;
  margin-top: -9px;
}
.section-voice .caption .tit-small {
  font-weight: bold;
  font-size: 18px;
  line-height: 25.2px;
  margin-top: 23px;
  padding-bottom: 6px;
}
.section-voice .caption .desc {
  margin-top: 10px;
}

.section-h-message {
  position: relative;
  margin-top: 60px;
  padding: 0 10px;
}
.section-h-message .wrapper {
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  padding: 30px 10px 28px;
}
.section-h-message .wrapper:before {
  position: absolute;
  left: 0;
  right: 0;
  top: -16px;
  border-left-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-width: 9px;
  border-right-width: 9px;
  border-bottom-width: 16px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #ffffff;
  content: " ";
  z-index: 9;
  width: 0;
  height: 0;
  margin: auto;
}
.section-h-message .desc {
  margin-top: 15px;
}
.section-h-message .title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.section-human-work {
  margin-top: 60px;
  background-color: #ffffff;
  padding: 40px 0;
}
.section-human-work .block-human {
  margin-top: 45px;
}
.section-human-work .title {
  color: #00529f;
}
.section-human-work .title .en {
  font-size: 32px;
}
.section-human-work .title .jp {
  font-size: 12px;
  position: relative;
  display: inline-block;
}
.section-human-work .title .jp:before {
  position: absolute;
  width: 100%;
  background-color: #00529f;
  content: " ";
  height: 4px;
  left: 0;
  bottom: -4px;
  border-radius: 2px;
}

@media (min-width: 780px) {
  .title-has-bor {
    font-size: 32px;
    line-height: 38.4px;
    max-width: 100%;
    min-width: 292px;
    padding: 30px 10px;
  }

  .article-intro {
    padding: 16px;
    display: flex;
  }
  .article-intro .caption {
    padding: 23px 30px 0 0;
    text-align: justify;
  }
  .article-intro .title {
    width: 217px;
  }
  .article-intro .title span {
    display: block;
    font-size: 32px;
    padding: 19px 10px;
  }
  .article-intro .title-under {
    font-size: 18px;
  }
  .article-intro .title-under:before {
    position: absolute;
    width: 370px;
    left: 0;
  }
  .article-intro .desc {
    margin-top: 20px;
    padding: 0;
  }
  .article-intro .img {
    flex: 455px 0 0;
    margin-top: 23px;
  }

  .box-img-text-fixed {
    overflow: hidden;
    height: 334px;
    background-size: cover;
    margin-top: 42px;
    background-image: url(/recruit/img/human_work/sales/img02.jpg);
  }
  .box-img-text-fixed.img-loan {
    background-image: url(/recruit/img/human_work/loan/img02.jpg);
  }
  .box-img-text-fixed.img-teller {
    background-image: url(/recruit/img/human_work/teller/img02.jpg);
  }
  .box-img-text-fixed.img-office-work {
    background-image: url(/recruit/img/human_work/office_work/img02.jpg);
  }
  .box-img-text-fixed .text {
    background: rgba(255, 255, 255, 0.85);
    border-radius: 20px;
    width: 410px;
    min-height: 145px;
    position: absolute;
    left: 17px;
    top: 40px;
    font-size: 32px;
    line-height: 44.8px;
    text-align: center;
    padding: 24px 10px;
  }

  .section-staff-job {
    margin-top: 62px;
  }
  .section-staff-job .wrapper {
    padding: 0 80px;
  }
  .section-staff-job .content {
    margin-top: 43px;
  }
  .section-staff-job .content .item {
    margin-top: 30px;
  }
  .section-staff-job .content .item.round-shadow:after {
    border-radius: 20px;
  }
  .section-staff-job .content .item .con-shadow {
    background-color: #ffffff;
    padding: 30px 32px 14px;
  }
  .section-staff-job .content .item .btn-flat {
    border-width: 4px;
  }
  .section-staff-job .content .item .tit {
    margin-top: 20px;
  }
  .section-staff-job .content .item .desc {
    margin-top: 40px;
  }
  .section-staff-job .content .item .img-has-list {
    margin-top: 20px;
  }
  .section-staff-job .content .item .img-has-list.one-row-md {
    display: flex;
    flex-wrap: wrap;
  }
  .section-staff-job .content .item .img-has-list.one-row-md .img {
    margin: 0;
    padding: 1.6%;
    width: 50%;
  }
  .section-staff-job .content .item .img {
    padding: 23px;
    margin-top: 3px;
  }

  .section-oneday-schedule {
    margin: 106px 16px 0;
  }
  .section-oneday-schedule .con-one-day {
    padding: 10px 54px 49px;
  }
  .section-oneday-schedule .title {
    font-size: 32px;
    width: 370px;
    padding: 29px 10px;
    margin: -60px auto 36px;
  }
  .section-oneday-schedule .title.bg-h-cyan:before {
    border-top-color: #00b7ee;
  }
  .section-oneday-schedule .row {
    display: flex;
    padding: 10px 0;
  }
  .section-oneday-schedule .row .time {
    flex: 130px 0 0;
    text-align: center;
  }
  .section-oneday-schedule .row .desc .sm {
    display: none;
  }

  .section-voice {
    padding: 20px 0;
  }
  .section-voice .caption {
    padding: 53px 16px 20px;
  }
  .section-voice .caption .content {
    margin-top: 40px;
  }
  .section-voice .caption .title {
    width: 202px;
    margin-left: 32px;
  }
  .section-voice .caption .tit-small {
    margin-top: 20px;
  }
  .section-voice .caption .desc {
    margin-top: 10px;
    padding: 0 3px;
  }

  .section-h-message {
    position: relative;
    margin-top: 50px;
    padding: 0 16px;
  }
  .section-h-message .wrapper {
    padding: 46px 34px 38px;
  }
  .section-h-message .title {
    font-size: 32px;
  }
  .section-h-message .message-en {
    position: absolute;
    top: 30px;
  }

  .section-human-work .block-human {
    margin-top: 25px;
  }
}
@media (min-width: 1170px) {
  .title-has-bor {
    max-width: 430px;
    width: 430px;
  }

  .article-intro {
    max-width: 970px;
    margin: 36px auto;
    padding: 0;
  }
  .article-intro .caption {
    padding: 46px 30px 0 0;
  }
  .article-intro .title {
    width: 216px;
  }
  .article-intro .title span {
    display: block;
  }
  .article-intro .title-under {
    font-size: 18px;
    margin-top: 15px;
  }
  .article-intro .title-under:before {
    position: absolute;
  }
  .article-intro .desc {
    margin-top: 20px;
  }
  .article-intro .img {
    flex: 670px 0 0;
  }

  .box-img-text-fixed {
    height: 600px;
    margin-top: 60px;
  }
  .box-img-text-fixed .wrapper {
    padding: 0;
  }
  .box-img-text-fixed .text {
    position: static;
    margin-top: 224px;
    font-size: 40px;
    /* width: 669px; */
    width: 580px;
    line-height: 56px;
    padding: 27px 20px;
  }

  .section-staff-job {
    margin-top: 42px;
  }
  .section-staff-job.type3 .content .item {
    float: none;
    width: 100%;
  }
  .section-staff-job.type3 .content .item:nth-child(2) {
    margin-top: 30px;
    float: none;
  }
  .section-staff-job.type3 .content .item.item-two-rows .con-shadow {
    display: flex;
  }
  .section-staff-job.type3 .content .item.item-two-rows .con-shadow > .img {
    flex: 510px 0 0;
  }
  .section-staff-job.type3 .content .item.item-two-rows .con-shadow > .caption {
    padding-right: 80px;
  }
  .section-staff-job.type02 .content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .section-staff-job.type02 .content:after {
    display: none;
  }
  .section-staff-job.type02 .content .item {
    float: none;
  }
  .section-staff-job.type02 .content .item:nth-child(2) {
    margin-top: 44px;
  }
  .section-staff-job .wrapper {
    padding: 0 0;
  }
  .section-staff-job .content:after {
    content: "";
    display: table;
    clear: both;
  }
  .section-staff-job .content .item {
    width: 570px;
    float: left;
  }
  .section-staff-job .content .item .img-has-list {
    overflow: hidden;
    margin-top: 0;
  }
  .section-staff-job .content .item .img-has-list.one-row-md {
    margin-left: -1.35%;
    margin-right: -1.35%;
  }
  .section-staff-job .content .item .img-has-list.one-row-md .img {
    padding: 1.25%;
  }
  .section-staff-job .content .item .img-has-list.one-row-lg {
    flex-wrap: nowrap;
    margin-left: -0.75%;
    margin-right: -0.75%;
  }
  .section-staff-job .content .item .img-has-list.one-row-lg .img {
    padding: 0.75%;
  }
  .section-staff-job .content .item .img-has-list .img {
    width: 510px;
    float: left;
    margin-right: 49px;
    margin-top: 0;
  }
  .section-staff-job .content .item .img-has-list .img:nth-child(2n+2) {
    margin-right: 0;
  }
  .section-staff-job .content .item:nth-child(2n+2) {
    float: right;
  }
  .section-staff-job .content .item:first-child {
    margin-top: 0;
  }
  .section-staff-job .content .item.round-shadow:after {
    border-radius: 20px;
  }
  .section-staff-job .content .item .con-shadow {
    background-color: #ffffff;
    padding: 30px 32px 16px;
  }
  .section-staff-job .content .item .btn-flat {
    border-width: 4px;
  }
  .section-staff-job .content .item .tit {
    margin-top: 20px;
  }
  .section-staff-job .content .item .desc {
    margin-top: 15px;
  }
  .section-staff-job .content .item .img {
    padding: 23px 0;
  }

  .section-oneday-schedule {
    width: 970px;
    margin: 108px auto 0;
  }
  .section-oneday-schedule .con-one-day {
    padding: 8px 90px 50px;
  }
  .section-oneday-schedule .row .time {
    flex: 215px 0 0;
  }
  .section-oneday-schedule .row .desc .sm {
    display: inline;
  }

  .section-voice {
    padding: 20px 0;
    margin: 60px auto 0;
    position: relative;
    background-color: transparent;
  }
  .section-voice:after {
    content: "";
    display: table;
    clear: both;
  }
  .section-voice.bg-h-cyan:before {
    background-color: #00b7ee;
  }
  .section-voice.bg-h-pink:before {
    background-color: #ea7fd2;
  }
  .section-voice.bg-h-green:before {
    background-color: #88d252;
  }
  .section-voice.bg-h-yellow:before {
    background-color: #ffc000;
  }
  .section-voice:before {
    position: absolute;
    left: 100px;
    top: 0;
    content: "";
    width: 3000px;
    height: 100%;
  }
  .section-voice .img {
    position: relative;
    left: -15px;
    width: 50%;
    padding-right: 15px;
    float: left;
    z-index: 9;
    height: 524px;
    background-size: cover;
    background-position: center center;
  }
  .section-voice .img.img-voice-sales {
    background-image: url(/recruit/img/human_work/sales/img07.jpg);
  }
  .section-voice .img.img-voice-teller {
    background-image: url(/recruit/img/human_work/teller/img08.jpg);
  }
  .section-voice .img.img-voice-loan {
    background-image: url(/recruit/img/human_work/loan/img07.jpg);
  }
  .section-voice .img.img-voice-office-work {
    background-image: url(/recruit/img/human_work/office_work/img11.jpg);
  }
  .section-voice .img img {
    display: none !important;
  }
  .section-voice .caption {
    width: 50%;
    padding: 20px 0 0 15px;
    float: left;
    position: relative;
    z-index: 9;
    max-width: 570px;
  }
  .section-voice .caption .content {
    margin-top: 35px;
    padding-bottom: 40px;
  }
  .section-voice .caption .title {
    margin-top: 24px;
    margin-left: 0;
  }
  .section-voice .caption .tit-small {
    margin-top: 30px;
  }
  .section-voice .caption .desc {
    margin-top: 10px;
    padding: 0 3px;
  }

  .section-h-message {
    margin: 80px auto 0;
  }
  .section-h-message .wrapper {
    max-width: 970px;
  }

  .section-human-work {
    padding: 75px 0 87px;
  }
}
@media (min-width: 1170px) {
  .ie .block-human .list .item .position {
    padding: 18px 10px 15px;
  }
  .ie .section-staff-job .content .item .btn-flat {
    padding: 8px 5px 2px;
  }
  .ie .article-intro .title span {
    padding: 24px 10px 14px;
  }
}
.page-faq .keyvisual {
  background-image: url(/recruit/img/faq/page_title_sp.png);
}

@media (min-width: 780px) {
  .page-faq .keyvisual {
    background-image: url(/recruit/img/faq/page_title_tb.png);
  }
}
@media (min-width: 1170px) {
  .page-faq .keyvisual {
    background-image: url(/recruit/img/faq/page_title_pc.png);
  }
}
.section-faq {
  padding: 0 10px;
  margin-top: 40px;
  margin-bottom: 67px;
}
.section-faq .wrapper {
  padding-left: 0;
  padding-right: 0;
}
.section-faq .wrapper .con-shadow {
  background-color: #ffffff;
  border: 4px solid #ea7fd2;
}
.section-faq .content {
  padding: 20px 16px 56px;
}
.section-faq .title {
  font-size: 24px;
  line-height: 28.8px;
  text-align: center;
  background-color: #ea7fd2;
  color: #ffffff;
  padding: 23px 20px;
}
.section-faq .group-faq {
  margin-top: 20px;
}
.section-faq .item {
  display: table;
  width: 100%;
}
.section-faq .item.question .left {
  background-color: #d24eb4;
}
.section-faq .item.question .right {
  background-color: #e6e6e6;
}
.section-faq .item.answer .left {
  background-color: #ea7fd2;
  vertical-align: top;
}
.section-faq .item.answer .left p {
  padding-top: 18px;
}
.section-faq .item.answer .right {
  background-color: #f5f5f5;
  padding: 12px 10px 13px;
}
.section-faq .item .left {
  width: 40px;
  max-width: 40px;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  display: table-cell;
  padding: 3px 10px;
  vertical-align: middle;
}
.section-faq .item .left p {
  height: 100%;
  line-height: 1;
}
.section-faq .item .right {
  display: table-cell;
  padding: 10px 10px;
  font-weight: bold;
}

@media (min-width: 780px) {
  .section-faq {
    margin-top: 60px;
    margin-bottom: 48px;
    padding: 0 16px;
  }
  .section-faq .title {
    padding: 24px 20px;
  }
  .section-faq .content {
    padding: 10px 30px 56px;
  }
  .section-faq .item .right {
    padding: 18px 34px;
  }
  .section-faq .item .left {
    width: 70px;
  }
  .section-faq .item.answer .right {
    padding: 21px 34px;
  }
  .section-faq .item.answer .left {
    vertical-align: middle;
  }
  .section-faq .item.answer .left p {
    padding-top: 0;
  }
}
@media (min-width: 1170px) {
  .section-faq {
    margin-bottom: 67px;
  }
  .section-faq .content {
    padding: 10px 96px 56px;
  }
  .section-faq .item.answer .right {
    padding: 18px 34px;
  }
}
.page-internship .keyvisual {
  background-image: url(/recruit/img/internship/page_title_sp.png?ver=1);
}

@media (min-width: 780px) {
  .page-internship .keyvisual {
    background-image: url(/recruit/img/internship/page_title_tb.png?ver=1);
  }
}
@media (min-width: 1170px) {
  .page-internship .keyvisual {
    background-image: url(/recruit/img/internship/page_title_pc.png?ver=1);
  }
}
.section-faq.internship-style {
  font-weight: bold;
}
.section-faq.internship-style .content {
  padding: 38px 16px 93px;
}
.section-faq.internship-style .title {
  background-color: #2cd4ca;
}
.section-faq.internship-style .wrapper .con-shadow {
  border-color: #2cd4ca;
}
.section-faq.internship-style .tit-common {
  font-size: 24px;
  line-height: 28.8px;
  color: #2cd4ca;
}
.section-faq.internship-style .red {
  color: #dd0000;
}
.section-faq.internship-style .block-lead .desc {
  margin-top: 19px;
}
.section-faq.internship-style .block-lead .desc.red {
  margin-top: 10px;
}
.section-faq.internship-style .block-bubble-message {
  border-radius: 12px;
  border: 4px solid #2cd4ca;
  padding: 18px 10px;
  margin: 73px -10px 0;
  text-align: center;
  position: relative;
}
.section-faq.internship-style .block-bubble-message .text {
  font-size: 24px;
  line-height: 28.8px;
  color: #2cd4ca;
}
.section-faq.internship-style .block-bubble-message:before {
  position: absolute;
  width: 19px;
  height: 24px;
  content: " ";
  bottom: -23px;
  right: 48px;
  background-image: url(/recruit/img/internship/arrow_quote.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.section-faq.internship-style .table-content {
  width: 100%;
  margin: 40px 0 0;
}
.section-faq.internship-style .table-content > tbody > tr > th {
  background-color: #e6e6e6;
  padding: 9px 10px;
  font-weight: bold;
}
.section-faq.internship-style .table-content > tbody > tr > td {
  padding: 17px 10px;
  font-weight: bold;
}
.section-faq.internship-style .table-content.ver-mid > tbody > tr > td {
  vertical-align: middle;
}

.secion-example {
  border: 4px solid #2cd4ca;
  border-radius: 16px;
  margin: 24px -10px;
}
.secion-example .tit {
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  line-height: 28.8px;
  background-color: #2cd4ca;
  padding: 12px 10px 16px;
}
.secion-example .con {
  margin-top: 8px;
  padding: 0 5px 26px;
}
.secion-example .con .row {
  border-bottom: 1px dotted #272727;
  padding: 7px 10px;
}
.secion-example .con .row .desc-gray {
  background-color: #f0f0f0;
  padding: 8px 10px 37px;
  margin: 4px 0 0 0;
}
.secion-example .con .list-img {
  margin-top: 26px;
}
.secion-example .con .list-img .img {
  margin-top: 10px;
}

.block-internship {
  margin-top: 40px;
}
.block-internship .con {
  margin-top: 24px;
}
.block-internship .item {
  margin-top: 6px;
}
.block-internship .item .small-tit {
  padding: 5px 0;
}
.block-internship .item .desc {
  font-weight: normal;
  border-left: 8px solid #f0f0f0;
  padding: 11px 0 10px 14px;
  margin: 6px 0;
}
.block-internship .btn {
  margin: 35px auto 0;
  display: block;
  max-width: 260px;
  line-height: 22.4px;
}
.block-internship .btn:before {
  border-radius: 80px;
}
.block-internship .btn span {
  line-height: 22.4px;
  padding: 18px 28px;
  border-radius: 80px;
}

@media (max-width: 779px) {
  .section-faq.internship-style .table-content {
    display: block;
  }
  .section-faq.internship-style .table-content > tbody {
    display: block;
  }
  .section-faq.internship-style .table-content > tbody > tr {
    display: block;
  }
  .section-faq.internship-style .table-content > tbody > tr > th {
    display: block;
  }
  .section-faq.internship-style .table-content > tbody > tr > td {
    display: block;
  }
}
@media (min-width: 780px) {
  .section-faq.internship-style {
    padding-bottom: 18px;
  }
  .section-faq.internship-style .content {
    padding: 38px 16px 32px;
  }
  .section-faq.internship-style .block-bubble-message {
    width: 570px;
    margin: 8px auto 0;
  }
  .section-faq.internship-style .block-bubble-message:before {
    right: 134px;
  }
  .section-faq.internship-style .table-content {
    width: 100%;
    margin-top: 60px;
  }
  .section-faq.internship-style .table-content > tbody > tr {
    border-bottom: 4px solid #ffffff;
  }
  .section-faq.internship-style .table-content > tbody > tr > th {
    vertical-align: top;
    width: 200px;
    padding: 20px 20px;
  }
  .section-faq.internship-style .table-content > tbody > tr > td {
    padding: 9px 20px 9px 20px;
    vertical-align: middle;
  }
  .section-faq.internship-style .secion-example {
    margin: 50px 3px 40px;
  }
  .section-faq.internship-style .secion-example .con {
    padding: 0 16px 20px;
  }
  .section-faq.internship-style .secion-example .con .row {
    padding: 6px 24px;
  }
  .section-faq.internship-style .secion-example .con .row .desc-gray {
    margin: 7px 0 0 0;
    padding: 8px 18px 37px;
  }
  .section-faq.internship-style .secion-example .con .list-img {
    margin: 7px -10px;
    overflow: hidden;
  }
  .section-faq.internship-style .secion-example .con .list-img .img {
    padding: 10px;
    float: left;
    width: 50%;
    margin: 0;
  }
  .section-faq.internship-style .block-internship .con {
    margin-top: 8px;
  }
  .section-faq.internship-style .block-internship .btn {
    margin: 37px auto 0;
    max-width: 370px;
  }
}
@media (min-width: 1170px) {
  .section-faq.internship-style {
    padding-bottom: 0;
  }
  .section-faq.internship-style .block-lead .desc.red {
    margin-top: 15px;
  }
  .section-faq.internship-style .content {
    padding: 38px 96px 93px;
  }
  .section-faq.internship-style .block-bubble-message {
    width: 570px;
    margin: 40px auto 0;
  }
  .section-faq.internship-style .table-content {
    width: 770px;
    margin: 60px auto 0;
  }
  .section-faq.internship-style .secion-example {
    margin: 37px 0px 40px;
  }
  .section-faq.internship-style .secion-example .con {
    padding: 12px 97px 11px;
  }
  .section-faq.internship-style .secion-example .con .row .desc-gray {
    margin: 7px -5px 0 -4px;
    padding: 8px 18px 16px;
  }
  .section-faq.internship-style .secion-example .con .list-img {
    margin: 20px -5px;
  }
  .section-faq.internship-style .secion-example .con .list-img .img {
    padding: 0 5px;
    width: 33.33333%;
  }
  .section-faq.internship-style .block-internship {
    margin-top: -8px;
  }
  .section-faq.internship-style .block-internship .item {
    margin-top: 10px;
  }
  .section-faq.internship-style .block-internship .btn {
    margin: 24px auto 0;
  }
}

/*# sourceMappingURL=style.css.map */




/* add */

@media (min-width: 780px) {
  .pc-none {
    display: none;
  }
}
@media (max-width: 779px) {
  .tb-none {
    display: none;
  }
}
@media (max-width: 500px) {
  .sp-none {
    display: none;
  }
}

.new{
  font-weight: bold;
  color:#dd0000;
  margin-right: 10px;
  
}

.finised{
  font-weight: bold;
  color:#dd0000;
}

.modaal-content-container .leed {
  text-align: center;
  font-weight: bold;
  color: #004483;
  font-size: 16px;
}

.modaal-content-container .title {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin: 1.5em 1em 1.5em;
}

.modaal-content-container {
  border: 5px solid #004483;
}

.modaal-content-container .text_box p {
  margin-bottom: 0.5em;
}

.modaal-content-container .weight-normal {
  font-weight: normal;
}

.modaal-content-container a {
  text-decoration: underline;
  color: #004483;
}

.modaal-content-container a:hover {
  text-decoration: none;
}

.modaal-content-container .text_box {
  background: #f5f5f5;
  border: 1px solid #ddd;
  padding: 1.5em 1.5em 0.5em;
}
.modaal-content-container .hr {
    display: block;
    margin: 1em 0;
    border: none;
    height: 1px;
    background: #ddd;
}

@media (max-width: 500px) {
  .modaal-content-container{
    padding:20px;
  }
  .modaal-content-container .leed {
    font-size: 12px;
  }

  .modaal-content-container .title {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin: 1.5em 1em 1.5em;
    line-height: 1.5;
  }
  .modaal-content-container .text_box {
    padding: 1em 1em 1em;
  }
  .modaal-content-container .text_box p {
    font-size: 12px;
    line-height:1.4;
  }
  .modaal-content-container .weight-normal {
    font-size: 12px;
  }

}
/* @media (max-width: 1300px) {
  .box-img-text-fixed .text {
    width:380px;
  }
} */

