.header__nav li {
  border-color: #fff !important;
}
.header__nav a {
  color: #fff;
}

.page__fv.company__fv {
  background: url(../img/page/company-bg.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
.page__fv.recruit__fv {
  background: url(../img/page/recruit-bg.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
.page__fv.media__fv {
  background: url(../img/page/media-bg.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
.page__fv--inner {
  padding: 220px 40px 165px;
  max-width: 1024px;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page__fv--inner {
    padding: 26.6666666667vw 5.3333333333vw;
  }
}
.page__fv--title {
  font-family: "Josefin Sans", sans-serif;
  color: #fff;
  font-size: 35px;
  letter-spacing: 0.1em;
  text-align: center;
}
.page__fv--title span {
  display: block;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .page__fv--title {
    font-size: 7.4666666667vw;
  }
}
.page__fv--subTitle {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .page__fv--subTitle {
    font-size: 3.4666666667vw;
  }
}
.page__fv .breadcrumb {
  position: absolute;
  bottom: 20px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .page__fv .breadcrumb {
    bottom: 20px;
    left: 20px;
  }
}
.page__fv .breadcrumb__lists {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .page__fv .breadcrumb__lists {
    gap: 12px;
  }
}
.page__fv .breadcrumb__lists li {
  font-size: 12px;
  color: #fff;
}
.page__fv .breadcrumb__lists a,
.page__fv .breadcrumb__lists span {
  color: #fff;
  font-size: 12px;
}

.company {
  padding: 75px 40px;
}
@media screen and (max-width: 768px) {
  .company {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.company__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.company__table {
  width: 100%;
  border-top: 1px solid #c4c4c4;
}
@media screen and (max-width: 768px) {
  .company__table {
    border: 0;
  }
}
.company__table tr {
  border-bottom: 1px solid #c4c4c4;
}
@media screen and (max-width: 768px) {
  .company__table tr {
    display: flex;
    flex-direction: column;
    border: 0;
  }
}
.company__table th {
  background: #f5f5f5;
  box-sizing: border-box;
  text-align: left;
  padding: 30px 20px 30px 100px;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .company__table th {
    padding: 20px;
    width: 100%;
  }
}
.company__table td {
  text-align: left;
  padding: 30px 20px 30px 100px;
  font-size: 15px;
  box-sizing: border-box;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .company__table td {
    padding: 20px;
    width: 100%;
  }
}

.message {
  padding: 75px 40px 50px;
  background: url(../img/page/message-bg.webp) no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .message {
    padding: 13.3333333333vw 4vw;
  }
}
.message__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.message__title {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .message__title {
    margin-bottom: 8vw;
  }
}
.message__text {
  font-size: 19px;
  text-align: center;
  line-height: 2.2;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .message__text {
    font-size: 4.2666666667vw;
  }
}
.message .name {
  text-align: right;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .message .name img {
    width: 170px;
  }
}

.contact {
  padding: 90px 40px;
  background: url(../img/top/bg-about.webp) no-repeat;
  background-size: cover;
  background-position: 80%;
}
.contact__title {
  color: #fff;
}
.contact .section__subTitle {
  color: #fff;
}
.contact__text {
  margin-top: 60px;
  text-align: center;
  font-size: 25px;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 42px;
}
@media screen and (max-width: 768px) {
  .contact__text {
    font-size: 4.8vw;
    margin-top: 8vw;
  }
}

.btn {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 440px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-weight: bold;
  color: #007ec8;
  font-size: 17px;
  background-color: #fff;
  border-radius: 10px;
  transition: 0.3s ease;
  background-image: url(../img/common/icon_mail_blue.webp), url(../img/common/icon_arrow_right_blue.webp);
  background-position: 6%, 94%;
  background-repeat: no-repeat;
  background-size: 25px, 50px;
}
@media screen and (max-width: 768px) {
  .btn {
    height: 60px;
    line-height: 60px;
    font-size: 3.7333333333vw;
    background-size: 20px, 42px;
  }
}
.btn:hover {
  color: #fff;
  background-color: #007ec8;
  background-image: url(../img/common/icon_mail.webp), url(../img/common/icon_arrow_right.webp);
  background-size: 25px, 50px;
}
@media screen and (max-width: 768px) {
  .btn:hover {
    background-size: 20px, 42px;
  }
}

.recruit {
  padding: 120px 40px;
}
@media screen and (max-width: 768px) {
  .recruit {
    padding: 18.6666666667vw 5.3333333333vw;
  }
}
.recruit__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.recruit h2 {
  margin-bottom: 120px;
  text-align: center;
  font-size: 25px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .recruit h2 {
    font-size: 5.3333333333vw;
    margin-bottom: 18.6666666667vw;
  }
}
.recruit__detail h3 {
  margin-bottom: 20px;
  font-size: 21px;
}
@media screen and (max-width: 768px) {
  .recruit__detail h3 {
    font-size: 4.8vw;
  }
}
.recruit__detail table {
  width: 100%;
  border-top: 1px solid #c4c4c4;
}
@media screen and (max-width: 768px) {
  .recruit__detail table {
    border: none;
  }
}
.recruit__detail table tr {
  border-bottom: 1px solid #c4c4c4;
}
@media screen and (max-width: 768px) {
  .recruit__detail table tr {
    border: none;
    display: flex;
    flex-direction: column;
  }
}
.recruit__detail table th {
  background: #f5f5f5;
  box-sizing: border-box;
  text-align: left;
  padding: 30px 20px 30px 64px;
  font-size: 17px;
  font-weight: 500;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .recruit__detail table th {
    width: 100%;
    padding: 20px;
    font-size: 15px;
  }
}
.recruit__detail table td {
  text-align: left;
  padding: 30px 20px 30px 65px;
  font-size: 17px;
  box-sizing: border-box;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .recruit__detail table td {
    padding: 20px;
    font-size: 15px;
  }
}

.media {
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .media {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.media__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.media__lists {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.media__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .media__list {
    display: block;
  }
}
.media__list--img {
  width: 40%;
}
.media__list--img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .media__list--img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.media__list--contents {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .media__list--contents {
    width: 100%;
  }
}
.media__list--contents h3 {
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .media__list--contents h3 {
    font-size: 4.8vw;
  }
}
.media__list--contents p {
  font-size: 15px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .media__list--contents p {
    font-size: 3.7333333333vw;
  }
}

.header .off {
  display: none !important;
}
.header .on {
  display: block !important;
}/*# sourceMappingURL=page.css.map */