@charset "UTF-8";
.page_mv {
  position: relative;
}
.page_mv .img-wrapper picture img {
  width: 100%;
  height: auto;
}
.page_mv .sec_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.page_mv .sec_inner h2 {
  color: #FFFFFF;
  font-size: 18px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.37);
}

.BtnArea .sec_inner {
  padding: 24px 30px 45px;
  text-align: center;
}
.BtnArea .sec_inner a {
  display: inline-block;
  margin-bottom: 60px;
  width: 100%;
}
.BtnArea .sec_inner a img {
  transition: .3s;
  width: 100%;
  height: auto;
}
.BtnArea .sec_inner a:hover img {
  filter: brightness(110%);
}

._bg_gray {
  background-color: #F7F7F7;
}

.page_top {
  padding-top: 55px;
}
.page_top .sec_inner {
  padding: 0 30px;
  text-align: center;
}
.page_top .sec_inner h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: .05em;
  padding-bottom: 18px;
  position: relative;
}
.page_top .sec_inner h2::after {
  content: '';
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: #FA9A3B;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.page_top .sec_inner .heading_sub {
  font-size: 16px;
  font-weight: bold;
  line-height: 2.6;
  letter-spacing: .05em;
  color: #333333;
  padding-bottom: 33.5px;
  background-color: #FA9A3B;
  border-radius: 7px;
  padding: 0 1em;
  text-align: center;
  display: inline-block;
  margin-bottom: 15px;
}

.page_sec {
  padding: 40px 0;
}
.page_sec .sec_inner {
  padding: 0 30px;
}
.page_sec .sec_inner ul.dec_list > li {
  border-radius: 5px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.14);
  margin-bottom: 15px;
}
.page_sec .sec_inner ul.dec_list > li .jobTitle {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  gap: 0 30px;
  background-color: #FFFFFF;
  border-radius: 5px;
  position: relative;
}
.page_sec .sec_inner ul.dec_list > li .jobTitle:hover {
  cursor: pointer;
}
.page_sec .sec_inner ul.dec_list > li .jobTitle::after {
  content: url("../../asset/img/application/shinsotsu/toggleArrow.svg");
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.page_sec .sec_inner ul.dec_list > li .jobTitle.dec_open {
  border-bottom: solid 1px rgba(62, 60, 55, 0.3);
}
.page_sec .sec_inner ul.dec_list > li .jobTitle.dec_open::after {
  transform: rotate(180deg);
  top: calc(50% - 9px);
}
.page_sec .sec_inner ul.dec_list > li .jobTitle span {
  margin-right: 30px;
}
.page_sec .sec_inner ul.dec_list > li .jobTitle span._icon {
  max-width: 40px;
  height: auto;
}
.page_sec .sec_inner ul.dec_list > li .jobTitle.cad::after {
  content: url("../../asset/img/application/shinsotsu/toggleArrow_green.svg");
}
.page_sec .sec_inner ul.dec_list > li .inner_box {
  display: none;
  padding: 0 20px 20px;
  background-color: #FFFFFF;
}
.page_sec .sec_inner ul.dec_list > li .inner_box h5 {
  margin-top: 30px;
  padding-top: 30px;
  border-top: solid 1px rgba(112, 112, 112, 0.3);
  font-size: 14px;
  font-weight: 500;
}
.page_sec .sec_inner ul.dec_list > li .inner_box h5:first-child {
  margin-top: 0;
  border-top: 0;
}
.page_sec .sec_inner ul.dec_list > li .inner_box p {
  margin-top: 15px;
  font-size: 14px;
  line-height: 2;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.page_sec .sec_inner ul.dec_list > li .inner_box > ul {
  margin-top: 10px;
}
.page_sec .sec_inner ul.dec_list > li .inner_box > ul li {
  font-size: 14px;
  margin-top: 5px;
  margin-left: 1.2em;
  text-indent: -1.2em;
}
.page_sec .sec_inner ul.dec_list > li .inner_box > ul li::before {
  content: '・';
}
.page_sec .sec_inner ul.dec_list > li .inner_box table {
  background-color: rgba(62, 60, 55, 0.3);
  border-collapse: separate;
  border-spacing: 1px;
  width: 100%;
  font-size: 12px;
}
.page_sec .sec_inner ul.dec_list > li .inner_box table thead {
  text-align: center;
}
.page_sec .sec_inner ul.dec_list > li .inner_box table thead td {
  text-align: center;
}
.page_sec .sec_inner ul.dec_list > li .inner_box table th {
  background-color: #F2F1EF;
  vertical-align: middle;
  font-weight: 300;
  padding: 6px 10px;
}
.page_sec .sec_inner ul.dec_list > li .inner_box table td {
  background-color: #FFFFFF;
  vertical-align: middle;
  text-align: right;
  padding: 6px 10px;
}

.sec_flow {
  border-top: solid 1px #C4C4C4;
  padding: 48px 0;
}
.sec_flow .sec_inner {
  padding: 0 30px;
}
.sec_flow .sec_title {
  text-align: center;
}
.sec_flow .sec_title p.heading_upper {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  display: inline-block;
  background-color: #FA9A3B;
  border-radius: 7px;
  padding: .5em 1.2em;
  margin-bottom: 20px;
}
.sec_flow .sec_title p.heading_upper.outfit {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .06em;
  color: #FA9A3B;
  background-color: unset;
  padding: 0;
  margin-bottom: 6px;
}
.sec_flow .sec_title h2 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 20px;
  line-height: 1.6;
  position: relative;
}
.sec_flow .sec_title h2::after {
  content: '';
  width: 40px;
  height: 2.72px;
  background-color: #FA9A3B;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.sec_flow .sec_title.off h2 {
  padding-bottom: 0;
}
.sec_flow .sec_title.off h2::after {
  display: none;
}
.sec_flow .flow {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px 0;
  position: relative;
}
.sec_flow .flow .flow_box {
  background-color: #FFFFFF;
  border-radius: 5px;
  width: 100%;
  margin: 0;
  padding: 16px 18px 18px;
  display: flex;
  align-items: center;
  gap: 0 20px;
  position: relative;
  z-index: 0;
}
.sec_flow .flow .flow_box::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 20px;
  background-color: #FA9A3B;
  position: absolute;
  bottom: calc(100% + 1px);
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.sec_flow .flow .flow_box:first-child::before {
  display: none;
}
.sec_flow .flow .flow_box .flow_box_icon {
  width: 63px;
  height: 63px;
}
.sec_flow .flow .flow_box .flow_box_inner .num {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .05em;
  display: inline-block;
  margin-right: 9px;
  color: #FA9A3B;
}
.sec_flow .flow .flow_box .flow_box_inner .ttl {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -.1px;
}
.sec_flow .flow .flow_box .flow_box_inner p {
  font-size: 12px;
  line-height: 1.66;
}
.sec_flow .flow .flow_box .flow_box_inner ul {
  margin-top: 0;
  text-align: left;
  font-size: 12px;
}
.sec_flow .flow .flow_box .flow_box_inner ul li {
  padding-left: 1.5em;
  line-height: 1.5;
  position: relative;
}
.sec_flow .flow .flow_box .flow_box_inner ul li::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}
.sec_flow .flow .flow_box:nth-child(4) {
  padding: 25px;
}
.sec_flow .flow .flow_box:nth-child(4) .ttl {
  margin-top: 0;
}

.BtnArea.bottom {
  margin-top: 50px;
}
.BtnArea.bottom .btn_row {
  margin: 5px auto 50px;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.BtnArea.bottom .btn_row > a img {
  max-width: 100%;
  transition: .3s;
}

.BtnArea_mikeiken .sec_inner {
  padding: 50px 30px;
}
.BtnArea_mikeiken a._entry {
  max-width: 342px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.BtnArea_mikeiken a._entry img {
  width: 100%;
  height: auto;
  transition: .3s;
}
.BtnArea_mikeiken .btn_row {
  padding: 30px;
  background: url("data:image/svg+xml;charset=utf-8,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 67 67' preserveAspectRatio='none'%3e%3cg transform='matrix(0 1-1 0 67 0)'%3e%3cpath fill='%23f7f7f7' d='M-33.5-33.5v134h134v-134z'/%3e%3cpath fill='%23EFEFEF' fill-rule='evenodd' d='M33.5 23.5a10 10 0 0 1 0 20a10 10 0 0 1 0-20'/%3e%3c/g%3e%3c/svg%3e");
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.BtnArea_mikeiken .btn_row > a img {
  transition: .3s;
}

.associate_area {
  padding: 20px 25px 28px;
  background: url("data:image/svg+xml;charset=utf-8,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 67 67' preserveAspectRatio='none'%3e%3cg transform='matrix(0 1-1 0 67 0)'%3e%3cpath fill='%23f7f7f7' d='M-33.5-33.5v134h134v-134z'/%3e%3cpath fill='%23EFEFEF' fill-rule='evenodd' d='M33.5 23.5a10 10 0 0 1 0 20a10 10 0 0 1 0-20'/%3e%3c/g%3e%3c/svg%3e");
  border-radius: 5px;
}
.associate_area p {
  font-size: 13px;
  font-weight: 500;
}
.associate_area p.area_ttl {
  color: #FFFFFF;
  background-color: #3CBDF4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .5em 1em;
}
.associate_area p.area_ttl span.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 8px solid #ffffff;
  border-bottom: 0;
}
.associate_area .associate_wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.associate_area .associate_wrap a {
  width: 100%;
  height: auto;
  margin: 24px auto 0;
  background: none;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
.associate_area .associate_wrap a img {
  width: 100%;
  height: auto;
}
.associate_area .associate_wrap a p {
  line-height: 1.2;
  margin-bottom: 14px;
  color: #373E3B;
  transition: .3s;
}
.associate_area .associate_wrap a:hover p {
  color: #FA9A3B;
}
.associate_area .associate_wrap > div {
  width: 100%;
}

.page_mv.subV {
  word-break: keep-all;
}
.page_mv.subV p.heading_upper.outfit {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .06em;
  text-align: center;
  color: #FA9A3B;
}
.page_mv.subV .heading {
  font-weight: bold;
}

.sec_message {
  margin-top: 45px;
}
.sec_message .sec_inner {
  padding: 0 30px;
}
.sec_message .sec_inner h2 {
  padding-left: 26px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
.sec_message .sec_inner h2::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 24px;
  background-color: #FA9A3B;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
}
.sec_message .sec_inner p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 2;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

#application_sal .page_sec .sec_inner ul.dec_list > li {
  box-shadow: none;
  border-radius: 0px;
  border: 1px solid #3E3C374D;
}
#application_sal .page_sec .sec_inner ul.dec_list > li .inner_box {
  display: block;
}
#application_sal .page_sec .sec_inner ul.dec_list > li .inner_box p {
  margin-top: 8px;
}

@media screen and (min-width: 768px) {
  .page_mv img {
    filter: brightness(0.8);
  }
  .page_mv .sec_inner h2 {
    font-size: 28px;
  }

  .BtnArea .sec_inner {
    padding: 0 30px 70px;
    max-width: 726px;
    margin: 0 auto;
  }
  .BtnArea .sec_inner a._entry {
    max-width: 342px;
  }
  .BtnArea .sec_inner a._entry img {
    border-radius: 50px;
  }

  .page_top {
    padding-top: 70px;
  }
  .page_top .sec_inner {
    padding: 0 30px;
    max-width: 684px;
    margin: 0 auto;
  }
  .page_top .sec_inner h2 {
    font-size: 28px;
    line-height: 1.82;
  }
  .page_top .sec_inner .heading_sub {
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
  }

  .page_sec {
    padding: 56px 0 130px;
  }
  .page_sec .sec_inner {
    max-width: 684px;
    margin: 0 auto;
  }
  .page_sec .sec_inner ul.dec_list > li {
    margin-bottom: 20px;
  }
  .page_sec .sec_inner ul.dec_list > li .jobTitle {
    font-size: 18px;
  }

  .sec_flow {
    padding: 74px 0 93px;
  }
  .sec_flow .sec_inner {
    padding: 0 30px;
    margin: 0 auto;
  }
  .sec_flow .sec_title p.heading_upper {
    font-size: 17px;
    margin-bottom: 30px;
  }
  .sec_flow .sec_title p.heading_upper.outfit {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .sec_flow .sec_title h2 {
    font-size: 27px;
    padding-bottom: 20px;
  }
  .sec_flow .sec_title h2::after {
    content: '';
    width: 67px;
    height: 2.5px;
  }
  .sec_flow h2 {
    padding-bottom: 30px;
  }
  .sec_flow .flow {
    margin-top: 74px;
    flex-direction: row;
    justify-content: center;
    gap: 28px 28px;
    flex-wrap: wrap;
  }
  .sec_flow .flow .flow_box {
    max-width: 220px;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding: 20px;
  }
  .sec_flow .flow .flow_box::before {
    width: 28px;
    height: 4px;
    bottom: 50%;
    left: -29px;
    transform: translateX(0);
  }
  .sec_flow .flow .flow_box:not(:first-child) {
    margin-top: 0;
  }
  .sec_flow .flow .flow_box:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sec_flow .flow .flow_box .flow_box_inner .ttl {
    text-align: center;
    line-height: 1.6;
  }
  .sec_flow .flow .flow_box .flow_box_inner p {
    text-align: center;
  }
  .sec_flow .flow .arrow {
    display: flex;
    align-items: center;
  }

  .BtnArea.bottom {
    margin-top: 120px;
  }
  .BtnArea.bottom .btn_row {
    margin: 5px auto 90px;
    flex-direction: row;
    justify-content: center;
    gap: 27px;
  }
  .BtnArea.bottom .btn_row > a:hover img {
    border-radius: 50px;
    box-shadow: 0px 3px 6px #00000029;
    transform: translateY(-5%);
  }

  .BtnArea_mikeiken .sec_inner {
    padding: 80px 30px;
  }
  .BtnArea_mikeiken a._entry {
    max-width: 342px;
  }
  .BtnArea_mikeiken a._entry:hover img {
    filter: brightness(1.1);
  }
  .BtnArea_mikeiken .btn_row {
    padding: 80px 30px 90px;
    flex-direction: row;
    justify-content: center;
    gap: 27px;
  }
  .BtnArea_mikeiken .btn_row > a:hover img {
    border-radius: 50px;
    box-shadow: 0px 3px 6px #00000029;
    transform: translateY(-5%);
  }

  .associate_area {
    padding: 20px;
  }
  .associate_area .associate_wrap {
    flex-direction: row;
  }
  .associate_area .associate_wrap a {
    width: 285px;
  }
  .associate_area .associate_wrap > div {
    width: 50%;
  }

  .sec_message {
    margin-top: 97px;
  }
  .sec_message .sec_inner {
    max-width: 1060px;
    margin: 0 auto;
  }
  .sec_message .sec_inner h2 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: .01em;
  }
  .sec_message .sec_inner h2::after {
    top: 2px;
    left: 0;
    height: 32px;
  }
  .sec_message .sec_inner p {
    margin-top: 30px;
    font-size: 16px;
    line-height: 2.25;
  }
}
/*--- 新卒採用 ---*/
application_sal .page_top, #application_shi .page_top {
  padding-top: 60px;
}

@media screen and (min-width: 768px) {
  application_sal .page_top, #application_shi .page_top {
    padding-top: 160px;
  }
}
.associate_area .associate_wrap div.center a img {
  border: solid 10px #fff;
  width: calc(100% - 20px);
}

.BtnArea .sec_inner a:hover img {
  filter: brightness(110%);
}

/*--- 勤務地表記追加 20240411 ---*/
.page_sec .sec_inner ul.dec_list > li .inner_box table.tbl_location td {
  text-align: inherit;
  display: block;
}
.page_sec .sec_inner ul.dec_list > li .inner_box table.tbl_location td:first-child {
  border-bottom: solid 1px rgba(62, 60, 55, 0.3);
  background-color: #F2F1EF;
}

@media screen and (min-width: 768px) {
  .page_sec .sec_inner ul.dec_list > li .inner_box table.tbl_location td {
    display: table-cell;
  }
  .page_sec .sec_inner ul.dec_list > li .inner_box table.tbl_location td:first-child {
    border-bottom: 0;
  }
}
/*--- 新規KV ---*/
.kv_wrapper img {
  width: 100%;
}
.kv_wrapper .kv .kv_img {
  aspect-ratio: unset;
}
.kv_wrapper .kv .kv_title span {
  color: #FA9A3B;
}
.kv_wrapper .inner > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
.kv_wrapper .inner > div p {
  margin-right: 0;
}
.kv_wrapper .inner > div .kv_inner_img {
  width: 100%;
  margin-top: 30px;
}
.kv_wrapper .inner > div .kv_inner_img img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .kv_wrapper {
    width: 100vw;
  }
  .kv_wrapper .kv_img img {
    object-fit: cover;
    min-height: 380px;
    max-height: 45vh;
  }
  .kv_wrapper .kv .kv_img {
    aspect-ratio: 4 / 1;
  }
  .kv_wrapper .kv .kv_title::before {
    content: '';
    display: inline-block;
    width: 8vw;
    height: 100%;
    background: white;
    position: absolute;
    top: 0;
    left: -8vw;
  }
  .kv_wrapper .inner > div {
    flex-direction: row;
  }
  .kv_wrapper .inner > div p {
    width: 60%;
  }
  .kv_wrapper .inner > div .kv_inner_img {
    width: 32%;
    height: auto;
    margin-top: 0;
  }
}

/*# sourceMappingURL=mid_career.css.map */

