:root {
  --color-01: #27ae60;
  --txt-white: #fff;
  --txt-lh: 1.7;
  --fs-custom1: 30px;
  --fs-custom2: 34px;
  --fs-custom3: 36px;
  --window-py: 100px;
  --window-px: 25px;
  --gap-pb: 100px;
  --gap-pt: 80px;
  --inner-box: 1400px;
  --inner-box2: 1200px;
}

a.anchor {
  width: 0;
  height: 0;
  opacity: 0;
  appearance: none;
  visibility: hidden;
  position: relative;
  top: -80px;
}

.cbg1 {
  background-color: var(--color-01);
}

.tw {
  color: var(--txt-white);
}

.pd-px {
  padding-left: var(--window-px);
  padding-right: var(--window-px);
}

.pd-py {
  padding-top: var(--window-py);
  padding-bottom: var(--window-py);
}

.pd-pb {
  padding-bottom: var(--gap-pb);
}

.pd-pt {
  padding-top: var(--gap-pt);
}

.mini-py {
  padding-top: 40px;
  padding-bottom: 40px;
}

.sub .inner {
  max-width: var(--inner-box);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.inner-md {
  max-width: var(--inner-box2);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}

.inner-fw {
  max-width: 100%;
  width: 100%;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.full-w {
  width: 100%;
}

.full-h {
  height: 100%;
}

.full-vh {
  height: 100vh;
}

.fit-w {
  max-width: fit-content;
  width: 100%;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.start-x {
  justify-content: flex-start;
}

.center-x {
  justify-content: center;
}

.between-x {
  justify-content: space-between;
}

.around-x {
  justify-content: space-around;
}

.even-x {
  justify-content: space-evenly;
}

.end-x {
  justify-content: flex-end;
}

.stretch-x {
  justify-content: stretch;
}

.start-y {
  align-items: flex-start;
}

.center-y {
  align-items: center;
}

.end-y {
  align-items: flex-end;
}

.stretch-y {
  align-items: stretch;
}

.f-wrap {
  flex-wrap: wrap;
}

.f-nwrap {
  flex-wrap: nowrap;
}

.gpx10 {
  column-gap: 10px;
}

.gpx20 {
  column-gap: 20px;
}

.gpx30 {
  column-gap: 30px;
}

.gpx40 {
  column-gap: 40px;
}

.w {
  column-gap: 50px;
}

.gpy10 {
  row-gap: 10px;
}

.gpy20 {
  row-gap: 20px;
}

.gpy30 {
  row-gap: 30px;
}

.gpy40 {
  row-gap: 40px;
}

.gpy50 {
  row-gap: 50px;
}

.gpy60 {
  row-gap: 60px;
}

.gpxy10 {
  gap: 10px;
}

.gpxy20 {
  gap: 20px;
}

.gpxy30 {
  gap: 30px;
}

.gpxy40 {
  gap: 40px;
}

.gpxy50 {
  gap: 50px;
}

.sub {
  margin-top: 80px;
}

.lower-mv {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 0;
  max-width: 1200px;
  margin: 0 auto;
  height: 550px;
  min-height: 550px;
}

.lower-mv .inner {
  position: relative;
  height: 100%;
  margin-top: 150px;
}

.lower-mv .mv-box {
  line-height: 1.5;
  position: absolute;
  bottom: 20px;
  left: -35px;
}

.lower-mv h1 {
  font-size: 100px;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  top: -45px;
  font-weight: 500;
  width: 100%;
  text-align: center;
}

.lower-mv h2 {
  font-size: 36px;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 0 10px;
  width: fit-content;
}

.lower-mv h3 {
  font-size: 24px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 0 10px;
  width: fit-content;
}

.lower-mv .breadcrumb {
  position: absolute;
  left: 0;
  bottom: -30px;
}

.lower-mv .breadcrumb ul,
.lower-mv .breadcrumb ul a {
  color: #fff;
}

.contactbnr {
  width: 100%;
  height: 425px;
  padding: 30px 25px;
  background: url(../img/contactbnr01.png) no-repeat;
  background-size: cover;
  color: #fff;
}

.contactbnr .inner {
  max-width: 1000px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contactbnr h2 {
  display: flex;
  flex-wrap: wrap;
  font-size: 70px;
  gap: 10px;
}

.contactbnr h2 span:nth-of-type(3) {
  display: block;
  width: 100%;
}

.contactbnr .btn-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contactbnr .btn-box a {
  width: 250px;
  height: 50px;
  background-color: var(--color-01);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 50vw;
  font-weight: bold;
  transition: 0.5s ease;
}

.contactbnr .btn-box a.recruit {
  background-color: #fff;
  color: #000;
}

.contactbnr .btn-box a span {
  position: absolute;
  right: 12px;
}

.contactbnr .btn-box a.recruit span img {
  filter: brightness(0);
}

.contactbnr .btn-box a:hover {
  opacity: 0.7;
}

.subttl {
  font-size: 36px;
  text-align: center;
  margin-bottom: 50px;
}

.sub-maps iframe {
  max-width: 100%;
  width: 100%;
}

/* news-start */
#news .news-item {
  padding: 20px 60px;
  line-height: 1.7;
  background: #fff;
  border-radius: 100vh;
  margin-bottom: 20px;
}

#news .news-item a {
  color: #000;
  font-weight: 400;
}

#news .news__pagination {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

#news .news__pagination li a {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

#news .news__pagination li a:where([aria-current]) {
  background-color: #27ae60;
  color: #fff;
}

#news .news__pagination li a:active {
  color: unset;
}

/* privacy */

.sub-privacy p a:active {
  color: #000080;
}

.sub-privacy p.tel a {
  color: #000;
}

.sub-privacy {
  line-height: 1.7;
}

.sub-privacy p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #fff;
}

.sub-privacy p .sp-none {
  display: none;
}

.sub-privacy .subttl {
  color: var(--color-01);
}

/* contact-start */
.sub-thanks {
  text-align: center;
}

.sub-contact p {
  line-height: 1.7;
}

span.must {
  display: block;
  background-color: white;
  border: none;
  text-shadow: none;
  padding: revert;
  font-size: 10px;
  color: #cd0808;
  float: none;
  margin: 0px 0px;
  border-radius: unset;
  box-shadow: none;
  background-image: none;
  background-size: 100% 100%;
  font-weight: bold;
  font-size: 16px;
}

p.mb99 a {
  text-decoration: none;
  color: black;
  font-weight: bold;
}

.right_flex_box {
  width: 50%;
}

.left_flex_box {
  width: 50%;
}

.font-w {
  font-weight: bold;
}

dl.contact__form--item.flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.center.mb70 {
  text-align: center;
  padding-bottom: var(--half-padding);
}

.sub-contact .c-red {
  color: #cd0808;
  font-weight: 600;
}

.sub-contact .section__ttl {
  color: #000;
}

.contact__form .submit_wap label a {
  color: var(--main-bg-color);
  text-decoration: underline;
}

.contact__form .submit_wap .btn01 {
  background-color: var(--main-bg-color);
  font-weight: 600;
  padding: 20px 0;
  color: #fff;
  border: unset;
}

.contact__form {
  display: flex;
  justify-content: center;
}

dl.contact__form--item.flex {
  display: flex;
  justify-content: space-between;
}

dl.contact__form--item.flex dt {
  display: flex;
}

p {
  line-height: var(--def-line-height);
}

.defalt_lineheight {
  line-height: var(--def-line-height);
}

.font-w {
  padding-top: var(--quarter-padding);
  padding-bottom: var(--quarter-padding);
}

dl.contact__form--item.flex .text2 {
  height: 100%;
  width: 100%;
  padding: 12px;
}

dl.contact__form--item.flex .text3 {
  height: 100%;
  width: 100%;
  padding: 12px;
}

textarea.textarea {
  height: 100%;
  width: 100%;
  padding: 12px;
  min-height: 200px;
}

form#mailformpro {
  width: 1000px;
}

form#mailformpro dl dt,
form#mailformpro dl dd {
  width: 100%;
}

form#mailformpro dl dd {
  height: 100%;
}

form#mailformpro dl dt {
  display: flex;
  align-content: center;
  align-items: center;
  width: 300px;
}

.lower-mv__text--box {
  display: flex;
  justify-content: center;
  width: 100%;
}

.submit_wap {
  display: flex;
  justify-content: center;
  margin-top: var(--half-padding);
}

.sub-news {
  max-width: var(--inner-box2);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}

.sub-news p {
  line-height: 2;
}

/* faq-start */

.faq-head {
  padding-bottom: 50px;
}

.sub-faq .inner {
  max-width: 1200px;
  width: 100%;
}

.faq-head .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-head .txt-box {
  width: 50%;
  line-height: 1.7;
  color: #fff;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.faq-head .img-box {
  width: 50%;
}

.faq-head img {
  width: 100%;
}

.faq-head h2 {
  font-size: 24px;
  font-weight: 600;
}

.faq-head p {
  font-size: 18px;
  font-weight: 400;
}

.sub-faq .nav-box .inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.sub-faq .nav-box a {
  width: calc(100% / 3 - 15px);
  color: #fff;
  border-bottom: 2px solid #fff;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  padding-bottom: 15px;
}

.sub-faq .nav-box a p {
  font-size: 16px;
  font-weight: bold;
}

.sub-faq .nav-box a h4 {
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accordion-wrap .inner {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}

.accordion-wrap .faq-item {
  color: #fff;
}

.accordion-wrap h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
}

.accordion-wrap .item {
  width: 100%;
  background-color: #fff;
  color: #000;
  padding: 15px 25px;
  border-radius: 30px;
  margin-bottom: 15px;
  transition: 0.5s ease;
  display: flex;
  flex-direction: column;
}

.accordion-wrap .item p {
  font-size: 18px;
  font-weight: 600;
  transition: 0.5s ease;
  position: relative;
}

.accordion-wrap .faqtoggle {
  transition: all 0.5s ease;
}

.accordion-wrap .faqtoggle .question {
  width: 100%;
  position: relative;
  height: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* .accordion-wrap .item p .float {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 20px;
  height: 30px;
  background-color: #000080;
}

.accordion-wrap .item p .float span {
  width: 1px;
  height: 10px;
  background-color: red;
  display: block;
} */

.accordion-wrap .faqtoggle .question::after {
  content: "＋";
  font-size: 26px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease;
}

.accordion-wrap .faqtoggle .answer {
  height: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 0;
  appearance: none;
  visibility: hidden;
  transition: all 0.5s ease;
}

.accordion-wrap .faqtoggle.active .answer {
  height: 50px;
  opacity: 1;
  appearance: unset;
  visibility: visible;
}

.accordion-wrap .faqtoggle.active p::after {
  content: "－";
}

/* company */
.sub-company ul li {
  display: flex;
}

.sub-company ul li .label {
  width: 200px;
  display: flex;
  padding: 30px;
  background: #27ae60;
  color: #fff;
  font-weight: 600;
  border-bottom: solid 1px;
}

.sub-company ul li .details {
  background: #fff;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 30px;
  line-height: 25px;
}

.sub-company ul li:nth-last-child(1) .label {
  border-bottom: 0;
}

.sub-company.access iframe {
  width: 100%;
}

.sub-company.access .inner-md {
  max-width: unset;
}
/* company */

/* interview */
.sub-interview .wrap {
  display: flex;
  margin-bottom: 50px;
}

.sub-interview .wrap .txt_box {
  width: 100%;
  color: #fff;
  line-height: 30px;
  padding-right: 25px;
}

.sub-interview .wrap .txt_box h3 {
  font-size: 25px;
  margin-bottom: 20px;
}

.sub-interview .wrap .txt_box p {
  margin-bottom: 50px;
  max-width: 515px;
  width: 100%;
}

.sub-interview .wrap .img_box {
  width: 100%;
}

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

.sub-interview .name_box {
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

.sub-interview .name_box h2 {
  font-size: 30px;
}

.sub-interview .name_box h2 span {
  font-size: 14px;
}

.sub-interview .name_box h2 span:nth-child(1) {
  position: relative;
  bottom: 5px;
  margin-left: 10px;
}

.sub-interview .wrap02 {
  margin-bottom: 30px;
  line-height: 30px;
  color: #fff;
}

.sub-interview .wrap02:nth-child(4) {
  margin-bottom: 50px;
}

.sub-interview .wrap02 img {
  width: 100%;
  margin-bottom: 30px;
}

.sub-interview .wrap02 h2 {
  font-size: 30px;
  margin-bottom: 30px;
}

.sub-interview .wrap02 p {
  margin-bottom: 30px;
}

.sub-interview .timesched {
  display: flex;
  max-width: 800px;
  margin: 0 auto;
}

.sub-interview .timesched .left {
  width: 50%;
  background: #27ae60;
  padding: 30px;
  color: #fff;
}

.sub-interview .timesched .left h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  font-size: 20px;
}

.sub-interview .timesched .left h2 img {
  width: 100%;
  max-width: 40px;
}

.sub-interview .timesched .left ul li {
  display: flex;
  padding: 14px 0;
  border-top: solid 2px;
}

.sub-interview .timesched .left ul li .time {
  width: 100px;
}

.sub-interview .timesched .left ul li .namesched {
  width: 100%;
}

.sub-interview .timesched .right {
  width: 100%;
  padding: 30px;
  background: #fff;
}

.sub-interview .timesched .right p br {
  display: none;
}

.sub-interview .timesched .right .img_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

.sub-interview .timesched .right .img_box img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  max-width: 220px;
}

.sub-interview .timesched .right .txt_box {
  line-height: 30px;
}
/* interview */

/* welfare */

.sub-welfare .inner {
  max-width: 1200px;
  width: 100%;
}

.sub-welfare .welfare-points p {
  color: #fff;
}

.sub-welfare .welfare-points .inner {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}

.sub-welfare .welfare-points .box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  row-gap: 25px;
  font-size: 24px;
}

.sub-welfare .welfare-points .box .white-bg {
  background-color: #fff;
  padding: 25px 15px;
  border-radius: 30px;
  color: #000;
  font-size: 18px;
  width: 100%;
}

.sub-welfare .welfare-points .flex-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 15px;
}

.sub-welfare .welfare-points .flex-box p {
  width: calc(100% / 3 - 15px);
  font-size: 18px;
  padding: 15px;
  border-bottom: 1px solid #ffffff;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  font-weight: 600;
  color: #ffffff;
}

.sub-welfare .case-box .box {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin-bottom: 30px;
}

.sub-welfare .case-box .box h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}

.sub-welfare .case-box .box p {
  font-size: 16px;
  line-height: 1.7;
  color: #fff;
}

.sub-welfare .welfare-points .flex-box span {
  font-size: 14px;
}

.sub-welfare .case-box .flex-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.sub-welfare .case-box .flex-box .item {
  width: calc(100% / 3 - 20px);
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  color: #fff;
}

.sub-welfare .case-box .flex-box .item .img-box {
  width: 100%;
  position: relative;
}

.sub-welfare .case-box .flex-box .item .img-box img {
  width: 100%;
}

.sub-welfare .case-box .flex-box .item .img-box span {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}

.sub-welfare .case-box .flex-box .item .txt-box {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  line-height: 1.7;
  font-size: 16px;
}

.sub-welfare .case-box .flex-box .item .txt-box p:nth-child(3):after {
  display: none;
}

.sub-welfare .case-box .flex-box .item .txt-box p {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}

.sub-welfare .case-box .flex-box .item .txt-box p::after {
  content: "";
  width: 65px;
  height: 32px;
  background: url(../img/welfare/arrow.png) no-repeat;
  display: block;
}

.sub-welfare .item-box .inner {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}

.sub-welfare .item-box .flex-box {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.sub-welfare .item-box .flex-box .txt-box {
  width: 45%;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  line-height: 1.7;
}

.sub-welfare .item-box .flex-box .txt-box h2 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

.sub-welfare .item-box .flex-box .txt-box h3 {
  color: #000;
  background-color: #fff;
  font-size: 24px;
  max-width: fit-content;
  padding: 0px 15px;
}

.sub-welfare .item-box .flex-box .txt-box p {
  font-size: 16px;
  color: #fff;
}

.sub-welfare .item-box .flex-box .txt-box table {
  border-collapse: collapse;
}

.sub-welfare .item-box .flex-box .txt-box table td,
.sub-welfare .item-box .flex-box .txt-box table th {
  border: 1px solid #fff;
  padding: 10px 20px;
  text-align: left;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}

.sub-welfare .item-box .flex-box .txt-box table th {
  background-color: #ffffff25;
}

.sub-welfare .item-box .flex-box .img-box {
  width: 55%;
}

.sub-welfare .item-box .img-box img {
  width: 100%;
}

.sub-welfare .circle-box .inner {
  max-width: 1000px;
  width: 100%;
}

.sub-welfare .circle-box .flex-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}

.sub-welfare .circle-box .flex-box img {
  width: 200px;
}

.sub-welfare .circle-box .flex-box .items {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 15px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.7;
}

.sub-welfare .circle-box .flex-box .items h2 {
  font-size: 24px;
}

.sub-welfare .detail-box .inner {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}

.sub-welfare .detail-box h2 {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  max-width: fit-content;
  margin: auto;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
  line-height: normal;
}

.sub-welfare .detail-box .flex-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 20px;
}

.sub-welfare .detail-box .flex-box .item {
  width: calc(100% / 2 - 30px);
  padding: 20px;
  border-radius: 15px 15px 15px 0px;
  color: #000;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.7;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

.sub-welfare .detail-box .flex-box .item h3 {
  font-size: 24px;
  font-weight: 600;
}
/* csr */
.sub-csr .wrap {
  display: flex;
  gap: 30px;
  margin-bottom: 50px;
}

.sub-csr .wrap .txt_box {
  width: 100%;
  color: #fff;
}

.sub-csr .wrap .txt_box small {
  font-size: 16px;
}

.sub-csr .wrap .txt_box h2 {
  font-size: 30px;
  margin-bottom: 30px;
  line-height: 40px;
  margin-top: 20px;
}

.sub-csr .wrap .txt_box p {
  margin-bottom: 30px;
  line-height: 30px;
  font-size: 20px;
}

.sub-csr .wrap .img_box {
  width: 100%;
}

.sub-csr .wrap .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/* csr */

/* personnel */

.sub-personnel .inner {
  max-width: 1200px;
  width: 100%;
}

.sub-personnel .head-box .inner {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}

.sub-personnel .head-box .nv-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}

.sub-personnel .head-box .nv-box a {
  width: 100%;
  color: #fff;
  display: flex;
  align-items: stretch;
  gap: 10px;
  border-bottom: 1px solid #fff;
  position: relative;
  /* padding: 10px 0; */
  transition: 0.5s ease;
  padding: 10px 15px;
}

.sub-personnel .head-box .nv-box a.active {
  background-color: #27ae60;
  border: none;
  padding: 10px 15px;
}

.sub-personnel .head-box .nv-box a::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../img/personnel/arrow.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

/* .sub-personnel .head-box .nv-box a.active::after {
  right: 15px;
} */

.sub-personnel .head-box .nv-box a:hover {
  background-color: #27ae60;
  border: none;
}

.sub-personnel .head-box .nv-box a:hover::after {
  right: 15px;
}

.sub-personnel .head-box .nv-box a img {
  width: 50px;
}

.sub-personnel .head-box .nv-box a p {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  row-gap: 7px;
}

.sub-personnel .head-box .nv-box a p span {
  font-size: 18px;
}

.sub-personnel .head-box .green-bg {
  background-color: #27ae60;
  padding: 25px;
  border-radius: 50vw;
  color: #fff;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sub-personnel .head-box .flex-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}

.sub-personnel .head-box .flex-box .item {
  width: 100%;
  border-radius: 20px;
  border-bottom-left-radius: 0;
  background-color: #fff;
  min-height: 400px;
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.7;
  row-gap: 10px;
  font-size: 14px;
}

.sub-personnel .head-box .flex-box .item .hd-box {
  max-width: 160px;
  width: 100%;
  border-bottom: 1px solid #7f7f7f;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
}

.sub-personnel .head-box .center {
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 1.7;
}

.sub-personnel .txtfront-box .inner {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.sub-personnel .txtfront-box .white-bg {
  background-color: #fff;
  padding: 25px;
  border-radius: 50vw;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sub-personnel .txtfront-box .left {
  font-size: 18px;
  color: #fff;
  line-height: 1.7;
}

.sub-personnel .txtfront-box dl {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 15px 15px;
  font-size: 16px;
  line-height: 1.7;
}

.sub-personnel .txtfront-box dl dt {
  width: 250px;
}

.sub-personnel .txtfront-box dl dd {
  border-left: 1px solid #000;
  padding-left: 25px;
}

.sub-personnel .txtfront-box ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 30px;
  column-gap: 30px;
}

.sub-personnel .txtfront-box ul li {
  width: calc(100% / 2 - 30px);
  background-color: #ffffffa9;
  text-align: center;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  border-bottom-left-radius: 0;
  line-height: 1.7;
}
/* business */
.sub-business {
  position: relative;
}

.sub-business::after {
  content: "";
  position: absolute;
  right: 0;
  top: -200px;
  width: 34%;
  height: 35%;
  background: url(../img/business/business-bg.png) no-repeat;
  background-size: 100%;
  z-index: -3;
}

.sub-business .wrap .txt_box {
  color: #fff;
  margin-bottom: 60px;
}

.sub-business .wrap .txt_box:nth-last-child(1) {
  margin-bottom: 0;
}

.sub-business .wrap .txt_box p {
  line-height: 25px;
}

.sub-business .wrap .txt_box img {
  width: 100%;
}

.sub-business .wrap .btn {
  width: 100%;
}

.sub-business .wrap .btn a {
  display: flex;
  width: 100%;
  background: #fff;
  padding: 30px;
  border-radius: 100vh;
  color: #000;
  font-weight: 600;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 50px;
}
/* business */

/* history */

.sub-history .inner {
  max-width: 1200px;
  width: 100%;
}

.sub-history .history-box .flex-box {
  display: flex;
  align-items: stretch;
  color: #fff;
  line-height: 1.7;
  font-size: 16px;
}

/* .sub-history .history-box .flex-box.al-center {
  align-items: center;
} */

.sub-history .history-box .flex-box .year {
  width: 300px;
  min-width: 300px;
  font-size: 45px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 30px;
}

.sub-history .history-box .flex-box .year::after {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #cd0808;
  border-radius: 50vw;
  position: absolute;
  right: 100px;
  top: 35px;
}

.sub-history .history-box .flex-box .year::before {
  content: "";
  width: 5px;
  height: 100%;
  background-color: #ffffffc9;
  position: absolute;
  right: 105px;
  top: 0;
}

.sub-history .history-box .flex-box .year span {
  font-size: 16px;
}

.sub-history .history-box .flex-box .img-box {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 18px;
  font-weight: 600;
}

.sub-history .history-box .flex-box .img-box p {
  display: flex;
  gap: 7px;
}

.sub-history .history-box .flex-box .img-box p::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50vw;
  display: block;
  margin-top: 10px;
}

.sub-history .ophide span {
  opacity: 0;
}

/* entry */
.sub-entry h2 {
  color: #fff;
  text-align: center;
  font-size: 25px;
  margin-bottom: 30px;
  line-height: 35px;
}

.sub-entry .entry_inner {
  height: 100%;
  min-height: 900px;
  background: url(../img/entry/map-bg.png) no-repeat;
  background-position: right;
  background-size: 80%;
  position: relative;
}

.sub-entry .entry_inner-sp {
  display: none;
}

.sub-entry .entry_inner .wrap01,
.sub-entry .entry_inner .wrap02,
.sub-entry .entry_inner .wrap03 {
  position: absolute;
  width: 100%;
  max-width: 265px;
}

.sub-entry .entry_inner .wrap01 {
  left: 0;
  top: 0;
}

.sub-entry .entry_inner .wrap02 {
  right: 0;
  top: 0;
}

.sub-entry .entry_inner .wrap03 {
  right: 0;
  bottom: 50px;
}

.sub-entry .entry_inner .label {
  text-align: center;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  color: #fff;
  background-color: #2762ae91;
  font-weight: 600;
}

.sub-entry .entry_inner .branches {
  display: flex;
  height: 60px;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 20px;
}

.sub-entry .entry_inner .branches a {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #27ae607a;
  font-size: 12px;
  position: relative;
  font-weight: 600;
}

.sub-entry .entry_inner .branches a::after {
  content: "1";
  position: absolute;
  left: -10px;
  top: -10px;
  background-color: #27ae60;
  border: 2px solid;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  border-radius: 100vh;
  font-size: 11px;
}

.sub-entry .entry_inner .branches .a02::after {
  content: "2";
}

.sub-entry .entry_inner .branches .a03::after {
  content: "3";
}

.sub-entry .entry_inner .branches .a04::after {
  content: "4";
}

.sub-entry .entry_inner .branches .a05::after {
  content: "5";
}

.sub-entry .entry_inner .branches .a06::after {
  content: "6";
}

.sub-entry .entry_inner .branches .a07::after {
  content: "7";
}

.sub-entry .entry_inner .branches .a08::after {
  content: "8";
}

.sub-entry .entry_inner .branches .a09::after {
  content: "9";
}

.sub-entry .entry_inner .branches .a10::after {
  content: "10";
}

.sub-entry .entry_inner .branches .a11::after {
  content: "11";
}

.sub-entry .entry_inner .branches .a12::after {
  content: "12";
}

.sub-entry .entry_inner .branches .a13::after {
  content: "13";
}

.sub-entry .entry_inner .branches .a14::after {
  content: "14";
}

.sub-entry .entry_inner .branches .a15::after {
  content: "15";
}

.sub-entry .entry_inner .branches .a16::after {
  content: "16";
}

.sub-entry .entry_inner .branches .a17::after {
  content: "17";
}

.sub-entry .entry_inner .branches .a18::after {
  content: "18";
}

.sub-entry .entry_inner .branches .a19::after {
  content: "19";
}

.sub-entry .entry_inner .branches .a20::after {
  content: "20";
}

.sub-entry .entry_inner .branches .a21::after {
  content: "21";
}

.sub-entry .entry_inner .branches .a22::after {
  content: "22";
}

.sub-entry .entry_inner .branches .a23::after {
  content: "23";
}

.sub-entry .entry_inner .branches .a24::after {
  content: "24";
}

.sub-entry .entry_inner .branches .a25::after {
  content: "25";
}

.sub-entry .entry_inner .branches a.hidden {
  opacity: 0;
}
/* entry */

/* infograph */

.sub-infograph .inner {
  max-width: 1000px;
  width: 100%;
}

.sub-infograph .info-box .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  column-gap: 30px;
  row-gap: 30px;
}

.sub-infograph .info-box .glass-box img {
  max-width: fit-content;
  width: 100%;
}

.sub-infograph .info-box .flex-box {
  display: flex;
  align-items: flex-start;
  column-gap: 30px;
  row-gap: 30px;
  width: 100%;
}

.sub-infograph .info-box .glass-box,
.sub-infograph .info-box .glass-flex {
  background-color: #ffffff46;
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 1.7;
  position: relative;
  width: 100%;
  min-height: 310px;
}

.sub-infograph .info-box .flex-box .glass-box {
  width: 50%;
  height: 325px;
}

.sub-infograph .info-box .glass-box .float {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  /* max-width: 300px; */
}

.sub-infograph .info-box .glass-box.item02 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sub-infograph .info-box .glass-flex .flex-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sub-infograph .info-box .glass-flex p {
  display: flex;
  flex-direction: column;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.sub-infograph .info-box .glass-flex p span {
  width: 100%;
  text-align: right;
  font-size: 12px;
}

.sub-infograph .info-box .glass-flex {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.sub-infograph .info-box .glass-flex .flex-box .img-box {
  max-width: calc(100% / 3);
  width: 100%;
  display: flex;
  justify-self: center;
}

.sub-infograph .info-box .glass-flex .flex-box .img-box img {
  width: 100%;
}

.sub-infograph .info-box .glass-box.lg {
  width: calc((100% - 15px) - 30%);
  height: 300px;
}

.sub-infograph .info-box .glass-box.sm {
  width: calc((100% - 15px) - 70%);
  height: 300px;
}

/* message */
.message {
  color: #fff;
}

.message .name_ttl {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  font-size: 40px;
  gap: 20px;
  align-items: center;
}

.message .name_ttl span {
  font-size: 20px;
}

.message .name_ttl2 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 20px;
}

.message .ttl3 {
  font-size: 25px;
}

.message .mb30 {
  margin-bottom: 30px;
}

.message .mb50 {
  margin-bottom: 50px;
}

.message p {
  line-height: 25px;
  font-weight: 600;
}

.message .wrap_flex {
  display: flex;
  margin-bottom: 50px;
}

.message .wrap_flex .img_box {
  width: 100%;
  padding: 50px;
}

.message .wrap_flex .img_box img {
  width: 100%;
}

.message .wrap_flex .txt_box {
  width: 100%;
}

.message .wrap_flex .txt_box h2 {
  font-size: 25px;
  margin-bottom: 30px;
}

.message .wrap_img-box {
  margin-bottom: 50px;
  text-align: center;
}

.message .wrap_img-box img {
  width: 100%;
  max-width: 1000px;
  margin: 0 0 40px;
}

.message .wrap_img-box h2 {
  font-size: 25px;
  margin-bottom: 30px;
  text-align: start;
}

.message .wrap_img-box p {
  text-align: start;
}

.message .wrap_lower {
  display: flex;
  max-width: 700px;
  margin: 0 auto;
  background-color: #fff;
  padding: 50px;
  color: #000;
  gap: 50px;
  align-items: center;
}

.message .wrap_lower .img_box {
  width: 50%;
}

.message .wrap_lower .img_box img {
  width: 100%;
}

.message .wrap_lower .txt_box {
  width: 100%;
}

.message .wrap_lower .txt_box h3 {
  font-size: 16px;
  margin-bottom: 30px;
}

.message .wrap_lower .txt_box h2 {
  font-size: 22px;
  margin-bottom: 30px;
}
/* message end */

@media screen and (max-width: 1400px) {
  .inner-md {
    max-width: 1000px;
  }

  .contactbnr {
    height: 250px;
  }

  .contactbnr .inner {
    max-width: 1100px;
  }

  .contactbnr h2 {
    font-size: 75px;
  }

  .lower-mv .inner {
    margin-top: 130px;
  }

  .lower-mv {
    height: 500px;
    min-height: 500px;
    margin: 0 auto;
    max-width: 1000px;
  }

  .sub-interview .wrap .txt_box p,
  .sub-interview .wrap02 p {
    font-size: 14px;
  }

  .sub-welfare .inner {
    max-width: 1000px;
  }

  .sub-welfare .detail-box .flex-box .item {
    width: calc(100% / 2 - 10px);
  }

  .sub-welfare .detail-box .flex-box .item h3 {
    font-size: 20px;
  }
  .sub-csr .wrap .txt_box p {
    font-size: 16px;
  }

  .sub-csr .wrap .txt_box h2 {
    font-size: 25px;
    margin-bottom: 20px;
    line-height: 30px;
    margin-top: 10px;
  }

  .sub-csr .wrap .txt_box p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .sub-business::after {
    width: 45%;
    height: 50%;
  }

  .sub-history .inner {
    max-width: 1000px;
  }

  .message .wrap_flex .txt_box h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .message p {
    font-size: 14px;
  }
}

@media screen and (max-width: 1100px) {
  .lower-mv .mv-box {
    bottom: 30px;
    left: -15px;
  }

  .sub-csr .wrap {
    flex-direction: column-reverse;
  }

  .sub-entry .entry_inner-pc {
    display: none;
  }

  .sub-entry .entry_inner-sp {
    display: block;
  }

  .sub-entry .entry_inner {
    background: unset;
  }

  .sub-entry .entry_inner .wrap01,
  .sub-entry .entry_inner .wrap02,
  .sub-entry .entry_inner .wrap03 {
    position: unset;
    max-width: 100%;
  }

  .sub-entry .entry_inner .img_box {
    text-align: center;
  }

  .sub-entry .entry_inner .branches a {
    font-size: 16px;
  }

  .message .wrap_lower {
    padding: 30px 3%;
    gap: 30px;
    flex-direction: column;
  }
}

@media screen and (max-width: 1000px) {
  .contactbnr h2 {
    font-size: 55px;
  }

  .lower-mv {
    margin: 0 25px;
  }

  .faq-head .inner {
    align-items: flex-start;
  }

  .sub-welfare .inner {
    max-width: 608px;
  }

  .sub-welfare .welfare-points .box p {
    line-height: 1.7;
    text-align: left;
    font-size: 16px;
  }

  .sub-welfare .welfare-points .box .white-bg {
    font-size: 16px;
    padding: 10px 20px;
  }

  .sub-welfare .welfare-points .flex-box {
    row-gap: 10px;
  }

  .sub-welfare .welfare-points .flex-box p {
    width: 100%;
    padding: 10px 0;
  }

  .sub-welfare .case-box .inner {
    max-width: 450px;
  }

  .sub-welfare .case-box .flex-box {
    flex-wrap: wrap;
  }

  .sub-welfare .case-box .flex-box .item {
    width: 100%;
  }

  .sub-welfare .case-box .flex-box .item .txt-box {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .sub-welfare .case-box .flex-box .item .txt-box p {
    align-items: center;
    justify-content: center;
  }

  .sub-welfare .case-box .flex-box .item .txt-box p:nth-child(3) {
    margin-bottom: 10px;
  }

  .sub-welfare .item-box .flex-box {
    flex-direction: column-reverse;
  }

  .sub-welfare .item-box .flex-box .txt-box {
    width: 100%;
  }

  .sub-welfare .item-box .flex-box .img-box {
    width: 100%;
  }

  .sub-welfare .circle-box .flex-box {
    flex-wrap: wrap;
  }

  .sub-welfare .circle-box .flex-box .items {
    width: 100%;
  }

  .sub-welfare .detail-box .flex-box .item {
    width: 100%;
  }

  .sub-personnel .head-box .flex-box {
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 0;
    row-gap: 20px;
  }

  .sub-personnel .head-box .flex-box .item {
    width: calc(100% / 2 - 10px);
  }

  .sub-history .history-box .flex-box {
    flex-direction: column;
    padding-left: 50px;
    position: relative;
  }

  .sub-history .history-box .flex-box::after {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #cd0808;
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: 50vw;
  }

  .sub-history .history-box .flex-box::before {
    content: "";
    width: 5px;
    height: 100%;
    background-color: #ffffffc9;
    position: absolute;
    left: 5px;
    top: 0;
  }

  .sub-history .history-box .flex-box .year {
    min-width: 150px;
    width: 150px;
    font-size: 26px;
    line-height: 1.3;
    padding-bottom: 15px;
  }

  .sub-history .history-box .flex-box .year::after,
  .sub-history .history-box .flex-box .year::before {
    display: none;
  }

  .sub-history .history-box .flex-box .year span {
    font-size: 14px;
  }

  .sub-history .history-box .flex-box .img-box {
    padding-bottom: 15px;
    font-size: 14px;
    flex-direction: column;
    row-gap: 10px;
    padding-top: 0;
  }

  .sub-history .history-box .flex-box .img-box img {
    max-width: 250px;
    min-width: 150px;
  }

  body {
    background-size: cover;
  }

  .message p br {
    display: none;
  }

  .message .wrap_flex {
    margin-bottom: 50px;
  }

  .message .wrap_flex .img_box {
    padding: 0 3% 0 0;
  }
}

@media screen and (max-width: 980px) {
  .sub-interview .timesched .left {
    padding: 20px;
    min-width: 250px;
  }

  .sub-interview .timesched .right .img_box img {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  :root {
    --window-py: 50px;
    --window-px: 25px;
    --gap-pb: 40px;
    --gap-pt: 40px;
  }

  .contactbnr {
    height: 400px;
    padding: 40px 25px;
  }

  .contactbnr .inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 25px;
  }

  .contactbnr .inner h2 {
    line-height: 1;
    font-size: 42px;
  }

  .contactbnr .inner h2 span {
    width: 100%;
  }

  .subttl {
    font-size: 24px;
  }

  .lower-mv {
    height: 200px;
    padding: 0;
    bottom: unset;
    left: -15px;
    top: 75px;
  }

  .lower-mv .mv-box {
    padding: 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 10px;
    bottom: unset;
    top: 50px;
  }

  .lower-mv h1 {
    font-size: 78px;
    top: -38px;
  }

  .lower-mv .breadcrumb ul li {
    font-size: 12px;
  }

  .lower-mv h2 {
    text-orientation: upright;
    writing-mode: vertical-lr;
    padding: 10px 3px;
    margin: 0;
  }

  .lower-mv h3 {
    text-orientation: mixed;
    writing-mode: vertical-lr;
    font-size: 16px;
    padding: 10px 5px;
  }

  .faq-head h2 {
    font-size: 20px;
  }

  .faq-head p {
    font-size: 16px;
  }

  .faq-head p br {
    display: none;
  }

  .faq-head .inner {
    flex-direction: column-reverse;
    row-gap: 15px;
  }

  .faq-head .img-box {
    width: 100%;
  }

  .faq-head .txt-box {
    row-gap: 15px;
    width: 100%;
  }

  .sub-faq .nav-box .inner {
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .sub-faq .nav-box a {
    width: 100%;
  }

  .accordion-wrap .item p {
    font-size: 11px;
    line-height: 1.7;
    padding-right: 30px;
  }

  .accordion-wrap .faqtoggle.active {
    row-gap: 10px;
  }

  .accordion-wrap .faqtoggle p::after {
    font-size: 19px;
  }

  .sub-company ul li {
    flex-direction: column;
  }

  .sub-company ul li .label {
    width: 100%;
  }

  .sub-interview .wrap .txt_box p {
    max-width: 100%;
    width: 100%;
  }

  .sub-interview .wrap .txt_box p br {
    display: none;
  }

  .sub-interview .wrap02 p br {
    display: none;
  }

  .sub-interview .wrap {
    flex-direction: column-reverse;
    gap: 30px;
  }

  .sub-interview .wrap .txt_box p {
    margin-bottom: 0;
  }

  /* .sub-interview .timesched .right {
    width: 50%;
  } */

  .sub-interview .wrap .txt_box h3 {
    line-height: 40px;
  }

  .sub-interview .wrap02 h2 {
    line-height: 40px;
  }

  .sub-personnel .head-box .nv-box {
    flex-wrap: wrap;
  }

  .sub-interview .wrap .txt_box {
    padding-right: 0;
  }

  .sub-personnel .head-box .nv-box a::after {
    right: 15px;
  }

  .sub-personnel .txtfront-box dl {
    flex-wrap: wrap;
    text-align: center;
  }

  .sub-personnel .txtfront-box dl dt {
    width: 100%;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
  }

  .sub-personnel .txtfront-box dl dd {
    width: 100%;
    border: none;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .sub-personnel .txtfront-box ul li {
    width: 100%;
    line-height: 1.7;
  }
  .sub-business .wrap .btn a {
    padding: 20px 30px;
  }

  .sub-business::after {
    background: url(../img/business/business-sp.png) no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    top: -100px;
  }

  .sub-business .wrap .txt_box {
    margin-bottom: 30px;
  }

  .sub-business .wrap .txt_box img {
    background-color: #ffffff1a;
  }

  .sub-business .wrap .txt_box:nth-child(3) img {
    padding: 10px;
  }

  .sub-infograph .inner {
    max-width: 500px;
  }

  .sub-infograph .info-box .glass-flex {
    min-height: 240px;
  }

  .sub-infograph .info-box .flex-box {
    flex-wrap: wrap;
  }

  .sub-infograph .info-box .flex-box .glass-box {
    width: 100%;
  }

  .sub-infograph .info-box .glass-flex .flex-box .img-box {
    max-width: 300px;
    width: 100%;
  }

  .sub-infograph .info-box .glass-box.lg {
    width: 100%;
    min-height: 240px;
  }

  .sub-infograph .info-box .glass-box.sm {
    width: 100%;
    min-height: 240px;
  }

  .sub-infograph .info-box .glass-flex br {
    display: none;
  }

  .sub-infograph .info-box .glass-box.item04 {
    min-height: 240px;
  }

  .message .wrap_flex {
    flex-direction: column;
    gap: 20px;
  }

  .message .wrap_flex .img_box {
    padding: 0;
  }

  .message .wrap_lower {
    padding: 30px 3%;
  }

  .message .name_ttl {
    margin-bottom: 10px;
    font-size: 30px;
    gap: 10px;
    align-items: center;
    flex-direction: column;
  }

  .message .name_ttl2 {
    font-size: 16px;
  }

  .message .name_ttl span {
    font-size: 16px;
  }

  .message .wrap_lower .img_box {
    width: 100%;
  }

  .message .wrap_img-box h2 {
    line-height: 30px;
  }

  .sub-personnel .head-box .flex-box .item-blank {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .lower-mv {
    height: 350px;
    min-height: 350px;
  }

  .lower-mv .inner {
    margin-top: 125px;
  }

  .lower-mv h1 {
    font-size: 40px;
    top: -20px;
  }

  #contact .lower-mv {
    background-image: url(../img/contact/mv-sp.png) !important;
    background-position: center;
    background-size: cover;
  }

  #privacy .lower-mv {
    background-image: url(../img/privacy/mv-sp.png) !important;
    background-position: center;
    background-size: cover;
  }

  #news .lower-mv {
    background-image: url(../img/news/mv-sp.png) !important;
    background-position: center;
    background-size: cover;
  }

  #faq .lower-mv {
    background-image: url(../img/faq/mv-sp.png) !important;
    background-position: center;
    background-size: cover;
  }

  #company .lower-mv {
    background-image: url(../img/company/mv-sp.png) !important;
    background-position: center;
    background-size: cover;
  }

  #csr .lower-mv {
    background-image: url(../img/csr/mv-sp.png) !important;
    background-position: center;
    background-size: cover;
  }

  #business .lower-mv {
    background-image: url(../img/business/mv-sp.png) !important;
    background-position: center;
    background-size: cover;
  }

  #interview .lower-mv.i01 {
    background-image: url(../img/interview/01/mv-sp.png) !important;
    background-position: center;
    background-size: cover;
  }

  #interview .lower-mv.i02 {
    background-image: url(../img/interview/02/mv-sp.png) !important;
    background-position: center;
    background-size: cover;
  }

  #interview .lower-mv.i03 {
    background-image: url(../img/interview/03/mv-sp.png) !important;
    background-position: center;
    background-size: cover;
  }

  #interview .lower-mv.i04 {
    background-image: url(../img/interview/04/mv-sp.png) !important;
    background-position: center;
    background-size: cover;
  }

  #interview .lower-mv.i05 {
    background-image: url(../img/interview/05/mv-sp.png) !important;
    background-position: center;
    background-size: cover;
  }

  #interview .lower-mv.i06 {
    background-image: url(../img/interview/06/mv-sp.png) !important;
    background-position: center;
    background-size: cover;
  }

  #interview .lower-mv.i07 {
    background-image: url(../img/interview/07/mv-sp.png) !important;
    background-position: center;
    background-size: cover;
  }

  #interview .lower-mv.i08 {
    background-image: url(../img/interview/08/mv-sp.png) !important;
    background-position: center;
    background-size: cover;
  }

  #interview .lower-mv.i09 {
    background-image: url(../img/interview/09/mv-sp.png) !important;
    background-position: center;
    background-size: cover;
  }

  #interview .lower-mv.i010 {
    background-image: url(../img/interview/10/mv-sp.png) !important;
    background-position: center;
    background-size: cover;
  }

  #interview .lower-mv.i011 {
    background-image: url(../img/interview/11/mv-sp.png) !important;
    background-position: center;
    background-size: cover;
  }

  #interview .lower-mv.i012 {
    background-image: url(../img/interview/12/mv-sp.png) !important;
    background-position: center;
    background-size: cover;
  }

  #interview .lower-mv.i013 {
    background-image: url(../img/interview/13/mv-sp.png) !important;
    background-position: center;
    background-size: cover;
  }

  #interview .lower-mv.i014 {
    background-image: url(../img/interview/14/mv-sp.png) !important;
    background-position: center;
    background-size: cover;
  }

  #message .lower-mv {
    background-image: url(../img/message/mv-sp.png) !important;
    background-position: center;
    background-size: cover;
  }

  .lower-mv h2 {
    font-size: 20px;
  }

  .accordion-wrap .item p {
    font-size: 11px;
    line-height: 1.7;
    padding-right: 20px;
  }

  .company-profile dl {
    font-size: 14px;
  }

  .company-profile dl dt {
    padding: 25px 12px;
    width: 110px;
  }

  .company-profile dl dd {
    padding: 25px 12px;
    font-size: 13px;
  }

  .company-profile dd .flex-box span:nth-of-type(1) {
    min-width: 60px;
    width: 60px;
  }
  .sub-news p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .sub-company ul li .label {
    padding: 20px 30px;
  }

  .sub-company ul li .details {
    line-height: 20px;
    font-size: 13px;
  }

  .sub-interview .timesched {
    flex-direction: column;
  }

  .sub-interview .timesched .left {
    width: 100%;
  }

  .sub-interview .timesched .right {
    width: 100%;
    padding: 20px;
  }

  .sub-interview .timesched .right .img_box img {
    width: 45%;
    max-width: unset;
  }

  .sub-interview .wrap .txt_box h3 {
    font-size: 20px;
  }

  .sub-interview .wrap .txt_box p br {
    display: none;
  }

  .sub-interview .wrap02 h2 {
    line-height: 30px;
    font-size: 20px;
  }

  .sub-welfare .case-box .box h2,
  .sub-welfare .item-box .flex-box .txt-box h3,
  .sub-welfare .item-box .flex-box .txt-box h2,
  .sub-welfare .item-box .flex-box .txt-box h3,
  .sub-welfare .item-box .flex-box .txt-box h2,
  .sub-welfare .circle-box .flex-box .items h2,
  .sub-welfare .detail-box h2 {
    font-size: 20px;
    line-height: 1.7;
  }

  .sub-welfare .welfare-points .box .white-bg {
    font-size: 14px;
  }

  .sub-welfare .item-box .flex-box .txt-box p br {
    display: none;
  }

  .sub-welfare .item-box .flex-box .txt-box p br.block {
    display: block;
  }

  .sub-welfare .detail-box .flex-box .item p br {
    display: none;
  }

  .sub-welfare .item-box .flex-box .txt-box table td,
  .sub-welfare .item-box .flex-box .txt-box table th {
    font-size: 14px;
    padding: 5px;
  }
  .sub-csr .wrap .txt_box p br {
    display: none;
  }

  .sub-personnel .head-box .flex-box .item {
    width: 100%;
    min-height: 0;
  }

  .sub-personnel .head-box .flex-box .item p br {
    display: none;
  }

  .sub-personnel .head-box .flex-box .item .hd-box {
    max-width: 100%;
  }

  .sub-personnel .txtfront-box .left,
  .sub-personnel .txtfront-box dl dd {
    font-size: 16px;
  }
  .sub-business .wrap .btn a {
    font-size: 12px;
  }

  .sub-business .wrap .txt_box p br {
    display: none;
  }

  .sub-entry .entry_inner .branches a {
    font-size: 13px;
  }

  .sub-interview .timesched .right .txt_box p br {
    display: none;
  }

  .sub-interview .timesched .right .img_box {
    gap: 15px;
  }

  .sub-personnel .head-box .flex-box .item-blank {
    display: none;
  }
}

@media screen and (max-width: 374px) {
  .sub-interview .timesched .left ul li {
    font-size: 14px;
    line-height: 1.7;
  }

  .sub-interview .timesched .left ul li .time {
    width: 65px;
  }
}
