@import url(global.css);
@import url(master-parts.css);

/* sub mv start */
/* .sub-mv {
  padding: 0 3%;
}

.sub-mv .inner {
  height: 100%;
}

.sub-mv .sub-mv_inner {
  position: relative;
  padding: 75px 3% 110px;
}

.sub-mv .sub-mv__textbox {
  background-color: #dfeef6;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding: 0 3%;
  width: 50%;
}

.sub-mv .sub-mv__textbox h1 {
  font-size: 45px;
}

.sub-mv .sub-mv__textbox h2 {
  font-size: 30px;
}

.sub-mv .sub-mv_inner::before {
  content: "";
  background-color: #dfeef6;
  width: 60%;
  height: 94%;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: -99;
}

.sub-mv .sub-mv__imgbox {
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
}

.sub-mv .sub-mv__imgbox img {
  width: 100%;
  height: 100%;
}

.sub-mv .sub-mv__text {
  font-family: var(--font-family-3);
} */

.sub_mv {
  position: relative;
  padding-left: 32px;
    padding-bottom: 110px;
  background: linear-gradient(90deg, rgba(223, 238, 246, 1) 60%, rgba(255, 255, 255, 1) 50%);
  max-width: 1000px;
  margin: 0 3% auto 0;
}

.sub_mv > img {
  position: absolute;
  top: -20px;
  right: 0;
  max-width: 506px;
  max-width: calc(100% - 425px);
}

.sub_mv h2,
.sub_mv h1 {
  font-family: var(--font-family-3);
}

.sub_mv h2 {
  display: table;
  padding-top: 100px;
  margin-top: 0;
}

.sub_mv h1 {
  display: table;
  font-size: 40px;
}

.sub_mv .img {
  display: table;
}

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

/* sub mv end */

/* breadcrumb start */
.breadcrumb {
  padding: 30px 3% 0;
  margin-bottom: 30px;
}

ul.breadcrumb__list.flex {
  display: flex;
  flex-direction: row;
  padding-bottom: 0;
}

.sub-news-details ul.breadcrumb__list.flex {
  flex-wrap: wrap;
}

a.home.hv {
  text-decoration: none;
  color: black;
}

a.home.hv:after {
  content: ">";
  padding-right: 10px;
  padding-left: 10px;
}
/* breadcrumb end */

/* company start*/
.sub-company__message h3 {
  font-size: 16px;
  font-weight: 500;
}

.sub-company__message h3 span {
  font-size: 25px;
}

.sub-company__message .inner {
  display: flex;
  max-width: 1500px;
}

.sub-company__message .img_box,
.sub-company__message .txt_box {
  width: 50%;
}

.sub-company__message .txt_box {
  padding-left: 3%;
}

.sub-company__message .img_box img {
  width: 100%;
}

.sub-company__management .img_box {
  margin-bottom: 30px;
}

.sub-company__management .img_box img {
  width: 100%;
}

.sub-company__management .txt_box ul li {
  display: flex;
  margin-bottom: 20px;
  justify-content: center;
}

.sub-company__management .txt_box ul li .number {
  width: 50px;
}

.sub-company__profile {
  padding-left: 3%;
  padding-right: 3%;
}

.sub-company__profile dd {
  margin-left: 20%;
  background-color: #fff;
}

.sub-company__profile dd.flex {
  display: flex;
}

.sub-company__profile dd span {
  width: 70px;
}

.sub-company__profile .ie7 dt {
  padding-bottom: 10px;
  clear: both;
}

.sub-company__profile .ie7 dd {
  margin-left: 20%;
  overflow: hidden;
}

.sub-company__profile dd:after {
  content: "";
  display: block;
  clear: both;
}
/* company end */

/* recruit start */
.sub-recruit_about .inner {
  max-width: 1500px;
}

.sub-recruit_about-inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.sub-recruit_about-inner .txt_box,
.sub-recruit_about-inner .img_box {
  display: flex;
  width: 48%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.sub-recruit_about-inner .img_box img {
  width: 100%;
}

.sub-recruit_application .inner {
  display: flex;
  border-bottom: solid 1px;
  margin-bottom: 30px;
  padding-bottom: 50px;
}

.sub-recruit_application .sub-recruit-list {
  width: 60%;
}

.sub-recruit_application .section__ttlbox {
  width: 40%;
  padding: 20px;
}

.sub-recruit_application dl {
  display: flex;
  margin-bottom: 30px;
}

.sub-recruit_application dt {
  width: 150px;
  margin-right: 100px;
}

.sub-recruit_interview .inner {
  margin-bottom: 100px;
}

.sub-recruit_interview-imgbox {
  display: flex;
  max-width: 1500px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.sub-recruit_interview-imgbox .img_box,
.sub-recruit_interview-imgbox .txt_box {
  width: 50%;
}

.sub-recruit_interview-imgbox .img_box img {
  width: 100%;
}

.sub-recruit_interview-imgbox .txt_box .blue-bg {
  background-color: var(--main-bg-color);
  color: #fff;
  padding: 20px 20px 20px 100px;
  margin-bottom: 20px;
  margin-left: -100px;
}

.sub-recruit_interview-imgbox .txt_box {
  padding-top: 50px;
  padding-left: 3%;
}

.sub-recruit_interview-imgbox .txt_box h2 {
  width: 100%;
  max-width: 600px;
}

.sub-recruit_interview-imgbox .txt_box h3 {
  width: 100%;
  max-width: 450px;
}

.sub-recruit_interview-imgbox .txt_box p {
  margin-left: 50px;
}

.sub-recruit_interview-inner {
  padding-left: 6%;
  position: relative;
  margin-bottom: 30px;
}

.sub-recruit_interview-inner::after {
  content: "";
  background-color: var(--main-bg-color);
  position: absolute;
  top: 12px;
  left: 15px;
  height: 5px;
  width: 35px;
}

.sub-recruit_interview-inner h2 {
  margin-bottom: 20px;
}

/* recruit end */

/* contact start */

form#mailformpro {
  padding-top: 0;
}

.sub-contact__desc {
  text-align: center;
  margin-bottom: 60px;
}

.contact-form__item {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 30px;
}

.contact-form__item dt {
  display: flex;
  align-content: center;
  align-items: center;
}

.contact-form__item input,
.contact-form__item textarea {
  border: 1px solid #000;
  border-radius: 0;
  padding: 8px;
  width: 100%;
  height: 100%;
  padding-top: 3%;
  padding-bottom: 3%;
  font-family: inherit;
}

.contact-form__item textarea {
  height: 200px;
}

.contact-form__desc {
  text-align: center;
  margin-bottom: 40px;
}

.contact-form__desc a {
  text-decoration: underline #c7c7c7;
}

.contact-form__check,
.contact-form__submit {
  display: flex;
  justify-content: center;
}

.contact-form__check {
  margin-bottom: 50px;
}

.contact-form__check label input {
  vertical-align: baseline;
  margin: 0 2px;
}

.contact-form__submit input {
  /* border-style: none; */
  /* background: var(--main-bg-color); */
  /* padding: 12px; */
  /* color: #fff; */
  font-size: 18px;
  font-weight: 700;
  padding: 15px;
}
/* contact end */

/* news start */
.sub-news .cards .card a .date,
.sub-news .cards .card a .ttl {
  font-size: 18px;
}

.sub-news .news-item {
  margin-bottom: 60px;
}

.sub-news .ttl {
  font-weight: 700;
  display: flex;
  justify-content: space-between;
}

.sub-news .ttl::after {
  content: "＞";
}

.sub-news .cards .card a span {
  font-weight: 500;
  width: fit-content;
  padding: 4px 8px;
  background-color: var(--main-bg-color);
  color: #fff;
  margin-bottom: 16px;
}

.sub-news .lower-news-details .news-detail__image {
  width: 100%;
  margin-bottom: 30px;
}

.sub-news .lower-news-details .news-detail__image img {
  width: 100%;
  height: 100%;
}

.sub-news .lower-news-details .news-detail__date {
  font-weight: 700;
  margin-bottom: 16px;
  font-size: 20px;
}

.sub-news .lower-news-details .news-detail__date span {
  color: #fff;
  padding: 4px;
  background-color: var(--main-bg-color);
  margin-left: 20px;
  text-align: center;
}

.sub-news .lower-news-details .news-detail__ttl {
  font-size: 22px;
  margin-bottom: 16px;
}

.sub-news .lower-news-details .text-wrapper {
  width: 100%;
  font-weight: 700;
}

.sub-news .news__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 30px;
}

.sub-news .news__pagination a:where([aria-current]) {
  font-weight: 700;
  color: var(--main-bg-color);
}

.sub-news-details .prev-next__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 60px;
}

.sub-news-details .prev-next__wrapper .prev,
.sub-news-details .prev-next__wrapper .next,
.sub-news-details .prev-next__wrapper .top {
  padding: 2px;
}

.sub-news-details .prev-next__wrapper .top {
  border-bottom: 1px solid #000;
}

/* news end */

/* privacy start */
.lower-privacy .inner {
  max-width: 1000px;
  margin: 0 auto;
}

.lower-privacy span {
  display: block;
}
/* privacy end */

/* voice start */
.sub-voice .wrapper {
  margin-bottom: 60px;
  position: relative;
}

.sub-voice .wrapper .textbox {
  padding-left: 10%;
}

.sub-voice .wrapper .textbox .ttl {
  padding: 30px 30px 10px 30px;
  border-bottom: 6px solid var(--main-bg-color);
  font-size: 20px;
}

.sub-voice .wrapper .textbox .ttl img {
  width: 10.5%;
  min-width: 105px;
  position: absolute;
  top: 0;
  left: 0.5%;
}

.sub-voice .wrapper .textbox .desc {
  padding: 30px;
}
/* voice end */

/* question start */

.sub-question .wrapper {
  margin-bottom: 60px;
}

.sub-question .wrapper .question {
  background: var(--main-bg-color);
  color: #fff;
  padding: 12px;
  display: flex;
  font-size: 18px;
}

.sub-question .wrapper .question span {
  display: inline-block;
}

.sub-question .wrapper .answer {
  padding: 30px 15px 15px 45px;
}
/* question end */

/* service start */
.sub-service_inner .inner {
  display: flex;
  max-width: unset;
}

.sub-service_inner .img_box,
.sub-service_inner .txt_box {
  width: 50%;
}

.sub-service_inner .pd-left {
  padding-left: 16%;
  padding-right: 2%;
}

.sub-service_inner .pd-right {
  padding-left: 3%;
}

.sub-service_inner .img_box img {
  width: 100%;
}

.sub-service_slider {
  margin-bottom: 50px;
}

.sub-service_slider .slick-track .slick-slide img {
  width: 100%;
}

.sub-service_slider .slick-track {
  display: flex;
  gap: 10px;
}
/* service end */

/* attempt start*/
.sub-attempt_inner {
  margin-bottom: 80px;
}

.sub-attempt_inner .img_box img {
  width: 100%;
}

.sub-attempt_inner .txt_box {
  margin-top: -35px;
  z-index: 1;
  position: relative;
}

.sub-attempt_inner .txt_box .blue-bg {
  background-color: var(--main-bg-color);
  color: #fff;
  padding: 20px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 700px;
}

.sub-attempt_inner .txt_box p {
  padding: 30px 3% 0;
}
/* attempt end */

@media (max-width: 1250px) {
  .sub-recruit_interview-imgbox .txt_box .blue-bg {
    padding: 20px;
  }

  .sub_mv {
    padding-bottom: 40px;
  }

  .sub_mv > img {
    max-width: 600px;
  }

  .sub_mv h2 {
    font-size: 20px;
    margin-bottom: 0;
    padding-top: 350px;
  }
}

@media (max-width: 1000px) {
  .sub-recruit_interview-imgbox .txt_box .blue-bg {
    padding: 15px;
  }

  .sub-recruit_interview-inner {
    padding-left: 10%;
  }

  .sub-recruit_about-inner {
    flex-direction: column;
    gap: 30px;
  }

  .sub-recruit_about-inner:nth-child(3) {
    flex-direction: column-reverse;
  }

  .sub-recruit_about-inner .txt_box,
  .sub-recruit_about-inner .img_box {
    width: 100%;
  }

  .sub-recruit_application .inner {
    flex-direction: column;
  }

  .sub-recruit_application .section__ttlbox.sp {
    display: none;
  }

  .sub-service .txt_box .section__ttl {
    font-size: 25px;
    line-height: 35px;
  }

  .sub-voice .wrapper .textbox {
    padding-left: 0;
  }

  .sub-voice .wrapper .textbox .ttl {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 0 20px;
  }

  .sub-voice .wrapper .textbox .ttl img {
    position: static;
    width: 20%;
    min-width: 100px;
  }

  .sub-voice .wrapper .textbox .ttl p {
    width: 80%;
  }

  .sub-voice .wrapper .textbox .desc {
    padding: 30px 0;
  }

  .sub-recruit_application .sub-recruit-list {
    width: 100%;
  }

  .sub-recruit_application .section__ttlbox {
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 991px) {
  .sub_mv {
    padding-bottom: 30px;
    content: " ";
    display: table;
    background: linear-gradient(90deg, rgba(223, 238, 246, 1) 95%, rgba(255, 255, 255, 1) 50%);
  }

  .sub_mv {
    width: calc(100% - 15px);
  }

  .sub_mv > img {
    width: 100%;
    max-width: 600px;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
    float: right;
  }

  .sub_mv h1 {
    font-size: 25px;
    clear: both;
  }

  .sub_mv h2 {
    padding-top: 20px;
    clear: both;
  }
}

@media (max-width: 768px) {
  .sub-recruit_interview-imgbox {
    flex-direction: column;
  }

  .sub-recruit_interview-imgbox .img_box,
  .sub-recruit_interview-imgbox .txt_box {
    width: 100%;
  }

  .sub-recruit_interview-imgbox .txt_box .blue-bg {
    margin-left: 0;
  }

  .sub-recruit_interview-imgbox .txt_box {
    padding-top: 30px;
    padding-left: 0;
  }

  .sub-recruit_interview-imgbox .txt_box p {
    margin-left: 0;
  }

  .sub-recruit_interview-inner {
    padding-left: 0;
    padding-top: 30px;
  }

  .sub-recruit_interview-inner::after {
    top: 12px;
    left: 0;
  }

  .sub-service_inner .inner {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .sub-service_inner .img_box,
  .sub-service_inner .txt_box {
    width: 100%;
  }

  .sub-service_inner .txt_box {
    padding: 0;
  }

  .sub-attempt_inner .txt_box .blue-bg {
    padding: 10px;
    max-width: 550px;
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .sub-recruit_application .section__ttlbox {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
  }

  .sub-recruit_application dl {
    width: 100%;
    flex-direction: column;
  }

  .sub-attempt .sub-mv {
    background-position: right 25% top;
  }

  .sub-attempt .section__ttl {
    font-size: 25px;
  }

  .sub-recruit_interview-inner h2 {
    font-size: 20px;
  }
}

@media (max-width: 425px) {
  .sub-news-details .prev-next__wrapper .prev span,
  .sub-news-details .prev-next__wrapper .next span {
    display: none;
  }
}

td.l_cell {
  padding-bottom: 5%;
  width: 230px;
}

.gaiyou.right_box img {
  width: 500px;
  padding-bottom: 50px;
  max-width: 90vw;
}

td.r_cell {
  padding-bottom: 25px;
}
