@charset "UTF-8";
html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 84px;
  }
}
body {
  line-height: 2;
  color: #333;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
body.is-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
a {
  text-decoration: none;
  transition: 0.5s;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}
.main {
  overflow: clip;
}
.mv {
  position: relative;
  z-index: 0;
}
.mv-inner {
  position: absolute;
  right: 40px;
  bottom: 96px;
  left: 40px;
}
.mv-ttl {
  max-width: 1224px;
  line-height: 1;
  margin: 0 auto;
}
.mv-ttl-en {
  display: block;
  margin: 0 0 25px;
  color: #c80000;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.mv-ttl-ja img {
  filter: drop-shadow(0 4px 4px rgba(0,0,0,0.25));
}
.mv-img img {
  width: 100%;
}
.breadcrumb-list {
  position: relative;
  max-width: 1224px;
  margin: 0 auto 88px;
  padding: 132px 0 14px;
  font-size: 12px;
  z-index: 1;
}
.main:has(.mv) .breadcrumb-list {
  padding-top: 40px;
}
.breadcrumb-item {
  display: inline;
  color: #b8b8b8;
}
.breadcrumb-item + .breadcrumb-item:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 9px 10px 0 5px;
  vertical-align: top;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
}
.breadcrumb-item a {
  color: #333;
}
@media (hover: hover) {
  .breadcrumb-item a:hover {
    color: #c80000;
    text-decoration: underline;
  }
}
.wrap {
  max-width: 1224px;
  margin: 0 auto;
}
.lead {
  margin: 0 0 56px;
}
.ttl1 {
  line-height: 1;
  margin: 160px 0 64px;
}
.info-nav + .ttl1,
.lead + .ttl1 {
  margin-top: 80px;
}
.ttl1:first-child {
  margin-top: 0;
}
.ttl1-en {
  display: block;
  margin: 0 0 27px;
  color: #c80000;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.ttl1-en:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 12px;
  vertical-align: top;
  margin: 1px 8px 0 0;
  mask: url("../images/icon_logo.svg") no-repeat 0 0/100% 100%;
  background: #c80000;
}
.btn-back {
  text-align: right;
}
.btn-back a {
  display: inline-flex;
  align-items: center;
  gap: 0 16px;
  font-size: 14px;
  z-index: 10;
}
@media (hover: hover) {
  .btn-back a:hover {
    color: #c80000;
  }
}
.entry-area {
  margin: 160px 0 0;
  padding: 102px 40px;
  background: #fff1f1;
}
.top-inner .entry-area {
  margin: 0;
}
.entry-area-inner {
  max-width: 1224px;
  margin: 0 auto;
}
.entry-area-ttl {
  line-height: 1;
  margin: 0 0 50px;
}
.entry-area-ttl-en {
  display: block;
  margin: 0 0 27px;
  color: #c80000;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.entry-area-ttl-en:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 12px;
  vertical-align: top;
  margin: 1px 8px 0 0;
  background: url("../images/icon_logo.svg") no-repeat 0 0/100% 100%;
}
.entry-area-nav {
  display: flex;
  overflow: hidden;
  border-radius: 8px;
}
.entry-area-mid,
.entry-area-new,
.entry-area-intern {
  flex: 1;
}
.entry-area-mid a {
  background: #de9591;
}
.entry-area-new a {
  background: #d0675f;
}
.entry-area-intern a {
  background: #c43d2e;
}
.entry-area-mid a,
.entry-area-new a,
.entry-area-intern a {
  display: block;
  padding: 48px 0 36px;
  color: #fff;
  text-align: center;
}
.entry-area-mid a .icon-arrow-right,
.entry-area-new a .icon-arrow-right,
.entry-area-intern a .icon-arrow-right {
  border-color: #fff;
}
@media (hover: hover) {
  .entry-area-mid a:hover .icon-arrow-right,
  .entry-area-new a:hover .icon-arrow-right,
  .entry-area-intern a:hover .icon-arrow-right {
    border-color: #c80000;
  }
}
.entry-area-nav-en {
  display: block;
  font-size: 10px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
}
.entry-area-nav-ja {
  display: block;
  margin: 0 0 17px;
  font-size: 24px;
  font-weight: 700;
}
.footer {
  padding: 80px 40px;
  background: #f2f2f2;
}
.footer-inner {
  max-width: 1224px;
  margin: 0 auto;
}
.footer-logo {
  display: flex;
  align-items: flex-end;
  gap: 0 16px;
  line-height: 1;
  margin: 0 0 56px;
  font-size: 12px;
  font-family: "Lato", sans-serif;
}
.footer-logo img {
  transform: translateY(3px)
}
.footer-nav {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  margin: 0 0 32px;
}
.footer-nav-wrap {
  flex: 1;
  display: flex;
  gap: 32px;
}
.footer-nav-col {
  flex: 1;
}
.footer-nav-ttl {
  margin: 0 0 16px;
  color: #c80000;
  font-size: 24px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
}
.footer-nav-list {
  margin: 0 0 48px;
}
.footer-nav-list:last-child {
  margin: 0;
}
.footer-nav-list li + li {
  margin: 16px 0 0;
}
.footer-nav-list li a {
  display: inline-block;
  font-weight: 500;
}
.footer-nav-list li a[target="_blank"]:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: top;
  margin: 12px 0 0 8px;
  background: url("../images/icon_external.svg") no-repeat 0 0/100% 100%;
}
@media (hover: hover) {
  .footer-nav-list li a:hover {
    color: #c80000;
    text-decoration: underline;
  }
}
.footer-bottom {
  display: flex;
  align-items: center;
}
.footer-utility {
  display: flex;
  align-items: center;
  gap: 40px;
}
.footer-utility li a {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
}
.footer-utility li a[target="_blank"]:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: top;
  margin: 8px 0 0 8px;
  background: url("../images/icon_external.svg") no-repeat 0 0/100% 100%;
}
@media (hover: hover) {
  .footer-utility li a:hover {
    color: #c80000;
    text-decoration: underline;
  }
}
.footer-copyright {
  margin: 0 0 0 auto;
  font-size: 12px;
  font-family: "Lato", sans-serif;
}
.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
}
.header-inner {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 1440px;
  height: 120px;
  margin: 0 auto;
  padding: 0 40px;
}
.header-logo {
  display: flex;
  align-items: flex-end;
  gap: 0 16px;
  line-height: 1;
  font-size: 12px;
  font-family: "Lato", sans-serif;
}
.header-logo a {
  transform: translateY(3px);
}
.header-nav-btn {
  position: absolute;
  top: 32px;
  right: 40px;
  width: 56px;
  height: 56px;
  border: 2px solid #c80000;
  border-radius: 100%;
  background: #fff;
  transition: 0.5s;
  z-index: 1000;
  cursor: pointer;
}
.header-nav-btn span {
  display: block;
  position: absolute;
  left: 50%;
  width: 24px;
  height: 2px;
  border-radius: 2px;
  background: #c80000;
  transform: translateX(-50%);
  transition: 0.5s;
}
.header-nav-btn span:nth-child(1) {
  top: 17px;
}
.header-nav-btn span:nth-child(2) {
  top: 25px;
}
.header-nav-btn span:nth-child(3) {
  top: 33px;
}
.header-nav-btn.is-open span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.header-nav-btn.is-open span:nth-child(2) {
  opacity: 0;
}
.header-nav-btn.is-open span:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (hover: hover) {
  .header-nav-btn:hover {
    background: #c80000;
  }
  .header-nav-btn:hover span {
    background: #fff;
  }
}
.header-nav {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100vh;
  padding: 128px 40px 0;
  background: rgba(255,241,241,0.96);
  transform: translateX(100%);
  transition: 0.5s;
}
.header-nav.is-open {
  transform: translateX(0);
}
.header-nav-inner {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  max-width: 1220px;
  margin: 0 auto;
}
.header-nav-wrap {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.header-nav-wrap:nth-child(1) {
  width: 392px;
}
.header-nav-wrap:nth-child(2) {
  flex: 1;
}
.header-nav-col {
  flex: 1;
}
.header-nav-ttl {
  margin: 0 0 28px;
  color: #c80000;
  font-size: 40px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
}
.header-nav-list {
  margin: -16px 0 32px;
}
.header-nav-list:last-child {
  margin-bottom: 0;
}
.header-nav-list li + li {
  margin: 16px 0 0;
}
.header-nav-list li a {
  display: inline-block;
  font-weight: 500;
  text-decoration: none;
}
.header-nav-list li a[target="_blank"]:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: top;
  margin: 12px 0 0 8px;
  background: url("../images/icon_external.svg") no-repeat 0 0/100% 100%;
}
@media (hover: hover) {
  .header-nav-list li a:hover {
    color: #c80000;
    text-decoration: underline;
  }
}
.header-nav-list-external {
  margin-top: 32px;
}
.benefits-subttl {
  margin: 0 0 46px;
}
.benefits-row + .benefits-subttl {
  margin-top: 96px;
}
.benefits-row {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  gap: 0 24px;
  margin: 0 0 40px;
}
.benefits-row.benefits-row-reverse {
  flex-direction: row;
}
.benefits-contents {
  flex: 1;
}
.benefits-contents-ttl {
  line-height: 1;
  margin: 40px 0 22px;
}
.benefits-contents-ttl:first-child {
  margin-top: 0;
}
.benefits-contents-subttl {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 700;
}
.benefits-contents-txt {
  margin: 0 0 22px;
}
.benefits-contents-txt:last-child {
  margin: 0;
}
.benefits-contents-txt li {
  padding-left: 1em;
  text-indent: -1em;
}
.benefits-img {
  width: 600px;
}
.benefits-img img {
  border-radius: 8px;
}
.benefits-flow {
  display: grid;
  grid-template-columns: 200px 360px minmax(0, 1fr);
  gap: 0 120px;
  margin: 0 0 80px;
  padding: 36px 40px;
  border-radius: 8px;
  background: #fff1f1;
}
.benefits-flow-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  position: relative;
}
.benefits-flow-item + .benefits-flow-item:before {
  content: "";
  position: absolute;
  top: 186px;
  left: -110px;
  width: 100px;
  height: 52px;
  background: url("../images/benefits/img_21.png") no-repeat 0 0/100% 100%;
}
.benefits-flow-item:nth-child(1) .benefits-flow-item-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.benefits-flow-item:nth-child(2) .benefits-flow-item-inner img {
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
}
.benefits-flow-item-ttl {
  line-height: 1;
  margin: 0 0 26px;
}
.benefits-flow-item-inner {
  position: relative;
  padding: 16px 20px;
  border-radius: 8px;
  background: #fff;
}
.benefits-system {
  position: relative;
  margin: 120px 0 76px;
  padding: 168px 0 160px;
  background: #f4f4f4;
}
.benefits-system:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 125px;
  background: url("../images/top/message_01.png") no-repeat 0 0/100% 100%;
}
.benefits-system:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 125px;
  background: url("../images/top/message_02.png") no-repeat 0 0/100% 100%;
}
.benefits-system-lead {
  margin: 0 0 40px;
}
.benefits-system-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin: 0 0 56px;
  padding: 24px;
  border-radius: 8px;
  background: #fff;
}
.benefits-system-item {
  padding: 36px 24px 24px;
  border-radius: 8px;
  background: #fff1f1;
}
.benefits-system-item-img {
  float: right;
  margin: 0 0 0 24px;
}
.benefits-system-item-ttl {
  line-height: 1;
  margin: 0 0 26px;
}
.benefits-environment {
  margin: 0 0 80px;
  text-align: center;
}
.benefits-policy dt {
  line-height: 1;
  margin: 0 0 32px;
}
.benefits-policy dd {
  padding: 24px;
  border-radius: 8px;
  background: #fff;
}
.history {
  display: flex;
  align-items: flex-start;
  gap: 0 44px;
  margin: 0 0 80px;
}
.history-img {
  width: 560px;
}
.history-img img {
  display: block;
}
.history-img img + img {
  margin: 24px 0 0;
}
.history-list {
  flex: 1;
  position: relative;
  padding: 38px 0 0 69px;
}
.history-list:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 9px;
  width: 1px;
  background: #ebebeb;
}
.history-item + .history-item {
  margin: 50px 0 0;
}
.history-item-year {
  position: relative;
  line-height: 1;
  margin: 0 0 16px;
  padding: 0 0 23px;
  border-bottom: 1px solid #ebebeb;
  color: #c80000;
  font-size: 20px;
  font-weight: 500;
}
.history-item-year span {
  font-size: 40px;
  font-weight: 900;
  font-family: "Lato", sans-serif;
}
.history-item-year:before {
  content: "";
  position: absolute;
  top: 13px;
  left: -69px;
  width: 19px;
  height: 19px;
  border-radius: 100%;
  background: #c80000;
}
.history-item-txt {
  font-size: 14px;
}
.number-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.number-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 0;
  border-radius: 8px;
  background: #fff1f1;
}
.number-item-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.number-item-wrap .number-item {
  flex: 1;
}
.number-item-label {
  line-height: 1;
  margin: 0 0 18px;
  padding: 7px 16px 7px calc(16px + 0.15em);
  border-radius: 4px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.15em;
  background: #fff;
}
.number-item-label span {
  font-size: 12px;
}
.number-item-num {
  line-height: 1;
  font-size: 20px;
  font-weight: 700;
}
.number-item-num span {
  display: inline-block;
  margin: 0 4px 0 0;
  color: #c80000;
  font-size: 48px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  text-align: right;
  white-space: nowrap;
  transform: translateY(2px);
}
.number-item-num-notes {
  line-height: 1.3;
  font-size: 12px;
}
.number-item-img {
  margin: 28px 0 0;
}
.number-list-notes {
  line-height: 1.3;
  margin: 16px 0 0;
  font-size: 12px;
  text-align: right;
}
.number-item1 {
  width: 444px;
}
.number-item2 {
  width: 444px;
}
.number-item3 {
  width: 288px;
}
.number-item3 .number-item-num-wrap {
  width: 100%;
  padding: 0 24px;
}
.number-item3 .number-item-num {
  display: flex;
  align-items: baseline;
}
.number-item3 .number-item-num span {
  margin-left: auto;
}
.number-item3 .number-item-num-notes {
  text-align: right;
}
.number-item4 {
  width: 600px;
}
.number-item4 .number-item-num-wrap {
  display: flex;
  align-items: flex-end;
  gap: 0 8px;
}
.number-item4 .number-item-img-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0 32px;
  margin: 28px 0 0;
}
.number-item4 .number-item-img-wrap .number-item-img {
  margin: 0;
}
.number-item4 .number-item-fc {
  width: 296px;
  line-height: 1.4;
  padding: 10px 16px;
  border-radius: 4px;
  font-size: 12px;
  background: #fff;
}
.number-item4 .number-item-fc dl {
  display: flex;
  align-items: flex-start;
}
.number-item4 .number-item-fc dt {
  font-weight: normal;
}
.number-item4 .number-item-fc dd {
  flex: 1;
}
.number-item5 {
  width: 288px;
}
.number-item5 .number-item-num-wrap {
  display: flex;
  align-items: flex-end;
  gap: 0 8px;
}
.number-item8 {
  width: 288px;
}
.number-item9 {
  width: 288px;
}
.number-item9 .number-item-num-wrap {
  width: 100%;
  padding: 0 24px;
}
.number-item-num-wrap + .number-item-num-wrap {
  margin: 16px 0 0;
}
.number-item9 .number-item-num {
  display: flex;
  align-items: baseline;
}
.number-item9 .number-item-num span {
  width: 130px;
  margin-left: auto;
}
.number-item10 {
  flex: 1;
}
.number-item10 .number-item-group {
  width: calc(100% - 48px);
  margin: 20px 0 0;
  padding: 10px;
  border-radius: 4px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  background: #fff;
}
.job-dept {
  margin: 0 0 40px;
}
.btn-back + .job-dept {
  margin-top: 80px;
}
.job-dept-head {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 450px;
  margin: 0 0 24px;
  padding: 0 0 12px 624px;
}
.job-dept-img {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 8px;
}
.job-dept-copy {
  margin: auto 0 20px;
  font-size: 32px;
  font-weight: 500;
}
.job-dept-data {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  padding: 24px;
  border-radius: 8px;
  background: #fff1f1;
}
.job-dept-data-inner {
  padding: 24px;
  border-radius: 8px;
  background: #fff;
}
.job-dept-data-ttl {
  margin: 0 0 15px;
}
.job-dept-data-list li {
  position: relative;
  padding-left: 1em;
}
.job-dept-data-list li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.job-dept-reverse .job-dept-head {
  padding: 0 624px 12px 0;
}
.job-dept-reverse .job-dept-img {
  right: 0;
  left: auto;
}
.job-btn-back {
  margin: 80px 0 0;
  text-align: center;
}
.info-nav {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin: 0 auto 44px;
}
.info-nav-item {
  flex: 1;
  max-width: 328px;
}
.info-nav-item a {
  display: block;
  position: relative;
  line-height: 1;
  padding: 22px 0;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  text-align: center;
}
.info-nav-item a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #c80000;
  border-bottom: 2px solid #c80000;
  transform: translateY(-50%) rotate(45deg);
}
@media (hover: hover) {
  .info-nav-item a:hover {
    background: #fff1f1;
  }
}
.info-subttl {
  margin: 50px 0 24px;
  font-size: 32px;
  font-weight: 700;
}
.info-inner {
  max-width: 1016px;
  margin: 0 auto 64px;
}
.info-flow-item {
  position: relative;
  margin: 0 0 40px;
  padding: 51px 24px 19px 112px;
  border-radius: 8px;
  background: #fff1f1;
}
.info-flow-item + .info-flow-item:before {
  content: "";
  position: absolute;
  top: -26px;
  left: 50%;
  width: 22px;
  height: 12px;
  background: #c80000;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: translateX(-50%);
  opacity: 0.5;
}
.info-flow-item-step {
  position: absolute;
  top: 24px;
  left: 22px;
  text-align: center;
}
.info-flow-item-step img {
  display: block;
  margin: 2px 0 0;
}
.info-flow-item-ttl {
  margin: 0 0 2px;
  font-size: 20px;
  font-weight: 700;
}
.info-flow-item-txt a {
  text-decoration: underline;
}
@media (hover: hover) {
  .info-flow-item-txt a:hover {
    text-decoration: none;
  }
}
.info-history-data {
  width: 100%;
  table-layout: fixed;
}
.info-history-data th {
  padding: 27px 0;
  border: 1px solid #ebebeb;
  border-left: none;
  text-align: center;
  background: #f6f6f6;
}
.info-history-data th:last-child {
  border-right: none;
}
.info-history-data td {
  padding: 27px 0;
  border: 1px solid #ebebeb;
  border-left: none;
  text-align: center;
  background: #fff;
}
.info-history-data td:last-child {
  border-right: none;
}
.info-history-date {
  margin: 14px 0 0;
  font-size: 14px;
  text-align: right;
}
.info-women-txt {
  margin: 0 0 40px;
}
.info-women-pdf {
  margin: 14px 0 0;
}
.info-women-plan-period {
  margin: 0 0 16px;
  font-weight: 700;
}
.info-women-plan {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.info-women-plan-item {
  padding: 24px;
  border-radius: 8px;
  background: #fff1f1;
}
.info-women-plan-item-ttl {
  font-weight: 700;
}
.info-women-plan-item-txt li {
  padding-left: 1em;
  text-indent: -1em;
}
.message-body {
  max-width: 1016px;
  margin: 0 auto 160px;
}
.message-body h2 {
  margin: 80px 0 24px;
  font-size: 32px;
}
.message-body h2:first-child {
  margin-top: 0;
}
.message-body p {
  margin: 0 0 24px;
}
.message-body-img {
  margin: 80px 0;
  text-align: center;
}
.message-body-name {
  margin: 40px 0 0;
  font-size: 14px;
  text-align: right;
}
.message-body-name img {
  display: block;
  margin: 16px 0 0 auto;
}
.message-sub-ttl {
  line-height: 1;
  margin: 0 0 80px;
}
.message-sub-ttl-en {
  display: block;
  margin: 0 0 14px;
  color: #c80000;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.message-sub-ttl-en:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 12px;
  vertical-align: top;
  margin: 1px 8px 0 0;
  background: url("../images/icon_logo.svg") no-repeat 0 0/100% 100%;
}
.message-ideal {
  position: relative;
  margin: 0 0 144px;
  padding: 305px 40px;
  background: #f4f4f4;
}
.message-ideal:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 125px;
  background: url("../images/message/ideal_01.png") no-repeat 0 0/100% 100%;
}
.message-ideal:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 125px;
  background: url("../images/message/ideal_02.png") no-repeat 0 0/100% 100%;
}
.message-ideal-img {
  display: flex;
  justify-content: space-between;
  margin: 0 0 80px;
}
.message-ideal-circle {
  margin: -120px 0 0;
}
.message-shines {
  display: flex;
  gap: 0 40px;
}
.message-shines-img {
  width: 600px;
}
.message-shines-img img {
  border-radius: 8px;
}
.message-shines-inner {
  flex: 1;
}
.message-shines-ttl {
  line-height: 1.5;
  margin: 0 0 24px;
  font-size: 32px;
}
.message-shines-txt {
  margin: 0 0 40px;
}
.message-shines-name {
  font-size: 14px;
  text-align: right;
}
.message-philosophy {
  display: flex;
  justify-content: space-between;
}
.message-philosophy-inner {
  width: 584px;
}
.message-philosophy-img {
  width: 429px;
}
.message-philosophy-ttl {
  margin: 0 0 24px;
}
.message-philosophy-txt {
  margin: 0 0 48px;
  padding: 0 0 48px;
  border-bottom: 1px solid #ebebeb;
  font-size: 14px;
}
.message-philosophy-txt:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.news-list {
  max-width: 1016px;
  margin: 0 auto 160px;
}
.news-item {
  display: flex;
  align-items: flex-start;
  margin: 0 0 28px;
  padding: 0 0 28px 31px;
  border-bottom: 1px solid #ebebeb;
}
.news-item-date {
  flex-shrink: 0;
  margin: 0 32px 0 0;
  padding: 2px 0 0;
  color: #b8b8b8;
  font-size: 14px;
  font-family: "Lato", sans-serif;
}
@media (hover: hover) {
  .news-item-txt a:hover {
    color: #c80000;
    text-decoration: underline;
  }
}
.news-detail {
  max-width: 1016px;
  margin: 0 auto 160px;
}
.news-detail-head {
  display: flex;
  align-items: center;
  line-height: 1.2;
  margin: 0 0 25px;
}
.news-detail-date {
  color: #b8b8b8;
  font-size: 14px;
  font-family: "Lato", sans-serif;
}
.news-detail-cat {
  margin: 0 0 0 16px;
  padding: 0 0 0 16px;
  border-left: 1px solid #ebebeb;
  font-size: 14px;
  font-weight: 500;
}
.news-detail-ttl {
  line-height: 1.6;
  margin: 0 0 40px;
  font-size: 40px;
}
.detail-body {
  margin: 0 0 40px;
}
.detail-body h2 {
  margin: 112px 0 18px;
  padding: 0 0 19px;
  border-bottom: 1px solid #ebebeb;
  font-size: 24px;
}
.detail-body h2:first-child {
  margin-top: 0;
}
.detail-body h3 {
  margin: 40px 0 18px;
  font-size: 20px;
}
.detail-body h3:first-child {
  margin-top: 0;
}
.detail-body p {
  margin: 0 0 24px;
}
.detail-body ul {
  margin: 0 0 24px;
}
.detail-body ul li {
  position: relative;
  padding-left: 24px;
}
.detail-body ul li + li {
  margin-top: 10px;
}
.detail-body ul li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #0d0d0d;
}
.detail-body ol {
  counter-reset: number;
  margin: 0 0 24px;
}
.detail-body ol li {
  position: relative;
  padding-left: 24px;
}
.detail-body ol li + li {
  margin-top: 10px;
}
.detail-body ol li:before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
}
.detail-body table {
  width: 100%;
  margin: 0 0 24px;
}
.detail-body table th {
  padding: 32px 40px;
  border-bottom: 1px solid #ebebeb;
  background: #f6f6f6;
}
.detail-body table td {
  padding: 32px 40px;
  border-bottom: 1px solid #ebebeb;
}
.detail-body table tr:last-child th,
.detail-body table tr:last-child td {
  border-bottom: none;
}
.detail-body a {
  color: #004899;
}
@media (hover: hover) {
  .detail-body a:hover {
    text-decoration: underline;
  }
}
.youtube {
  max-width: 744px;
  margin: 37px auto 56px;
}
.youtube iframe {
  width: 100%;
  vertical-align: top;
  aspect-ratio: 16/9;
}
.row {
  display: flex;
  gap: 24px;
  max-width: 744px;
  margin: 37px auto 48px;
}
.col {
  flex: 1;
}
.col figure figcaption {
  margin: 10px 0 0;
  font-size: 14px;
  font-weight: 500;
}
.text-red {
  color: #c80000;
}
.text-note {
  font-size: 14px;
}
.link-text,
.link-blank,
.link-pdf {
  color: #004899;
}
.link-text:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 6px;
  vertical-align: top;
  margin: 14px 0 0 10px;
  background: url("../images/news/icon_arrow.png") no-repeat 0 0/100% 100%;
}
.link-blank:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: top;
  margin: 4px 0 0 10px;
  background: url("../images/news/icon_blank.png") no-repeat 0 0/100% 100%;
}
.link-pdf:after {
  content: "";
  display: inline-block;
  width: 37px;
  height: 16px;
  vertical-align: top;
  margin: 9px 0 0 10px;
  background: url("../images/news/icon_pdf.png") no-repeat 0 0/100% 100%;
}
.people-cat {
  margin: 0 0 80px;
}
.people-cat-ttl {
  line-height: 1;
  margin: 0 0 42px;
}
.people-cat-ttl-en {
  display: block;
  margin: 0 0 14px;
  color: #c80000;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.people-cat-ttl-en:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 12px;
  vertical-align: top;
  margin: 1px 8px 0 0;
  background: url("../images/icon_logo.svg") no-repeat 0 0/100% 100%;
}
@media screen and (min-width: 768px) {
  .people-list .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 24px;
  }
}
.people-item a {
  display: block;
}
@media (hover: hover) {
  .people-item a:hover .people-item-img img {
    transform: scale(1.1);
  }
}
.people-item-img {
  overflow: hidden;
  margin: 0 0 14px;
  border-radius: 8px;
}
.people-item-img img {
  transition: 0.5s;
}
.people-item-position {
  margin: 0 16px 7px;
  font-size: 14px;
  font-weight: 500;
}
.people-item-message {
  line-height: 1.6;
  margin: 0 16px 8px;
  font-size: 20px;
  font-weight: 700;
}
.people-item-date {
  margin: 0 16px;
  color: #b8b8b8;
  font-size: 12px;
}
.people-mv {
  position: relative;
  margin: 0 0 88px;
  padding: 0 0 144px;
  z-index: 0;
}
.people-mv:before {
  content: "";
  position: absolute;
  top: -100vh;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fae6e6;
  z-index: -1;
}
.people-mv:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 130px;
  background: url("../images/people/detail_03.png") no-repeat 0 0/100% 100%;
}
.people-mv-inner {
  position: relative;
  max-width: 1224px;
  margin: 0 auto;
  padding: 0 680px 0 0;
  z-index: 1;
}
.people-mv-ttl {
  margin: 0 0 18px;
  color: #c80000;
  font-size: 24px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.people-mv-copy {
  line-height: 1.6;
  margin: 0 0 56px;
  font-size: 40px;
  font-weight: 700;
}
.people-mv-position {
  line-height: 1.6;
  font-size: 24px;
  font-weight: 500;
}
.people-mv-name {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
}
.people-mv-name span {
  display: inline-block;
  margin: 0 0 0 16px;
  font-size: 14px;
  font-weight: 400;
}
.people-mv-img {
  position: absolute;
  top: 0;
  right: 0;
}
.people-mv-img img {
  border-radius: 8px;
}
.people-detail {
  max-width: 1016px;
  margin: 0 auto;
}
.people-flow {
  position: relative;
  margin: 240px 0 288px;
  padding: 96px 0;
  background: #f4f4f4;
}
.people-flow:before {
  content: "";
  position: absolute;
  top: -129px;
  right: 0;
  left: 0;
  height: 130px;
  background: url("../images/people/detail_04.png") no-repeat 0 0/100% 100%;
}
.people-flow:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -129px;
  left: 0;
  height: 130px;
  background: url("../images/people/detail_05.png") no-repeat 0 0/100% 100%;
}
.people-flow-inner {
  max-width: 1224px;
  margin: 0 auto;
}
.people-flow-ttl {
  line-height: 1;
  margin: 0 0 52px;
}
.people-flow-ttl-en {
  display: block;
  margin: 0 0 14px;
  color: #c80000;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.people-flow-ttl-en:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 12px;
  vertical-align: top;
  margin: 1px 8px 0 0;
  background: url("../images/icon_logo.svg") no-repeat 0 0/100% 100%;
}
.people-flow-list {
  margin: 0 0 40px;
}
.people-flow-item {
  width: 288px;
  padding: 35px 40px;
  border-radius: 8px;
  background: #fff;
}
.people-flow-item-time {
  margin: 0 0 8px;
  color: #c80000;
  font-size: 24px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.people-flow-item-txt {
  font-size: 14px;
}
.top-mv {
  position: sticky;
  top: 0;
  z-index: -1;
}
.top-mv .swiper-slide-active img,
.top-mv .swiper-slide-duplicate-active img,
.top-mv .swiper-slide-prev img {
  animation: zoomUp 7s linear 0s normal both;
}
.top-copy {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  line-height: 1;
  padding: 0 40px;
}
.top-copy-inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 25.9vw 0 0;
}
.top-copy-en {
  margin: 0 0 54px;
  color: #c80000;
  font-size: 24px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.top-copy-ja img {
  filter: drop-shadow(0 4px 4px rgba(0,0,0,0.25));
}
.icon-arrow-right {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
  border: 1px solid #c80000;
  border-radius: 100%;
  background: #fff;
  transition: 0.5s;
}
.icon-arrow-right:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 14px;
  mask: url("../images/icon_arrow.svg") no-repeat 0 0/100% 100%;
  background: #c80000;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
@media (hover: hover) {
  a:hover .icon-arrow-right {
    background: #c80000;
  }
  a:hover .icon-arrow-right:after {
    margin-left: 3px;
    background: #fff;
  }
}
.top-info {
  display: flex;
  align-items: center;
  max-width: 1224px;
  margin: -44px auto 0;
  padding: 20px 36px;
  border-radius: 8px;
  background: #fff;
}
.top-info-ttl {
  flex-shrink: 0;
  height: 16px;
  line-height: 1;
  padding: 0 40px 0 0;
  margin: 0 40px 0 0;
  border-right: 1px solid #ebebeb;
}
.top-info-date {
  flex-shrink: 0;
  margin: 0 32px 0 0;
  color: #b8b8b8;
  font-size: 14px;
  font-family: "Lato", sans-serif;
}
.top-info-txt {
  margin: 0 32px 0 0;
}
@media (hover: hover) {
  .top-info-txt a:hover {
    color: #c80000;
    text-decoration: underline;
  }
}
.top-info-btn {
  flex-shrink: 0;
  margin: 0 0 0 auto;
}
.top-info-btn a {
  display: inline-flex;
  align-items: center;
  gap: 0 16px;
  font-size: 14px;
  z-index: 10;
}
@media (hover: hover) {
  .top-info-btn a:hover {
    color: #c80000;
  }
}
.top-intro {
  padding: 270px 0 196px;
  text-align: center;
  background: linear-gradient(0deg, #fff 0%, #fff 40%, rgba(255,255,255,0) 100%);
}
.top-intro-ttl {
  line-height: 1;
  margin: 0 0 64px;
}
.top-intro-txt {
  line-height: 2.65;
  font-size: 18px;
}
.top-intro-txt p {
  margin-bottom: 2.65em;
}
.top-inner {
  background: #fff;
}
.top-message {
  position: relative;
  margin: 0 0 76px;
  padding: 205px 40px 186px;
  background: #f4f4f4;
}
.top-message:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 125px;
  background: url("../images/top/message_01.png") no-repeat 0 0/100% 100%;
}
.top-message:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 125px;
  background: url("../images/top/message_02.png") no-repeat 0 0/100% 100%;
}
.top-message-inner {
  display: flex;
  align-items: flex-start;
  gap: 0 96px;
  max-width: 1224px;
  margin: 0 auto;
}
.top-message-img {
  flex: 1;
  position: relative;
}
.top-message-img img {
  position: absolute;
  top: 0;
  right: 0;
  width: 708px;
  max-width: inherit;
  max-inline-size: none;
  border-radius: 4px;
}
.top-message-main {
  width: 528px;
}
.top-message-nav li {
  border-bottom: 1px solid #ebebeb;
}
.top-message-nav li a {
  display: block;
  position: relative;
  padding: 28px 0;
}
.top-message-nav li a .icon-arrow-right {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.top-message-nav-en {
  display: block;
  margin: 0 0 1px;
  color: #b8b8b8;
  font-size: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.top-work {
  max-width: 1224px;
  margin: 0 auto 80px;
  padding: 0 40px;
  box-sizing: content-box;
}
.top-work-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 48px;
}
.top-work-item a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.top-work-item a:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 92px;
  background: linear-gradient(180deg, rgba(20,20,20,0) 0%, rgba(31,31,31,0.8) 100%);
  z-index: 1;
}
@media (hover: hover) {
  .top-work-item a:hover .top-work-item-img img {
    transform: scale(1.1);
  }
  .top-work-item a:hover .icon-arrow-right {
    border-color: #c80000;
  }
}
.top-work-item a .icon-arrow-right {
  position: absolute;
  right: 24px;
  bottom: 13px;
  border-color: #fff;
  z-index: 2;
}
.top-work-item-img img {
  transition: 0.5s;
}
.top-work-item-ttl {
  position: absolute;
  right: 24px;
  bottom: 17px;
  left: 24px;
  line-height: 1;
  color: #fff;
  z-index: 2;
}
.top-work-item-ttl-en {
  display: block;
  margin: 0 0 12px;
  font-size: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.top-people {
  position: relative;
  margin: 0 0 150px;
  padding: 185px 40px 118px;
  background: #c80000;
}
.top-people:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 125px;
  background: url("../images/top/people_01.png") no-repeat 0 0/100% 100%;
}
.top-people:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 125px;
  background: url("../images/top/people_02.png") no-repeat 0 0/100% 100%;
}
.top-people-inner {
  position: relative;
  max-width: 1224px;
  margin: 0 auto;
}
.top-people-inner .ttl1 {
  width: 290px;
  margin: 0 0 0 auto;
}
.top-people-inner .ttl1-en {
  color: #fff;
}
.top-people-inner .ttl1-en:before {
  background: #fff;
}
.top-people-slide {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 330px 0 0;
  box-sizing: content-box;
}
.top-people-slide .swiper-slide {
  width: 286px;
}
.top-people-slide .swiper-slide a {
  display: block;
  direction: ltr;
}
@media (hover: hover) {
  .top-people-slide .swiper-slide a:hover .top-people-slide-img img {
    transform: scale(1.1);
  }
}
.top-people-slide .top-people-slide-img {
  position: relative;
  overflow: hidden;
  margin: 0 0 14px;
  text-align: center;
}
.top-people-slide .top-people-slide-img img {
  border-radius: 8px;
  transition: 0.5s;
}
.top-people-slide .top-people-slide-img span {
  position: absolute;
  top: 16px;
  left: 16px;
  line-height: 1;
  padding: 6px 16px;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background: #c80000;
}
.top-people-slide .top-people-slide-position {
  margin: 0 16px 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.top-people-slide .top-people-slide-message {
  line-height: 1.6;
  margin: 0 16px 8px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.top-people-slide .top-people-slide-date {
  margin: 0 16px;
  color: #b8b8b8;
  font-size: 12px;
}
.top-people-slide .swiper-pagination {
  display: flex;
  position: absolute;
  top: 383px;
  right: 0;
  bottom: auto;
  left: auto;
  width: 290px;
  transform: none;
  transition: none;
}
.top-people-slide .swiper-pagination .swiper-pagination-bullet {
  flex: 1;
  display: block;
  width: auto;
  height: 1px;
  margin: 0;
  border-radius: 0;
  background: #e5e5e5;
  opacity: 1;
  transition: 0.5s;
}
.top-people-slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0d0d0d;
}
.top-people-slide .swiper-button-prev,
.top-people-slide .swiper-button-next {
  position: absolute;
  top: 294px;
  right: 0;
  left: auto;
  width: 48px;
  height: 48px;
  margin: 0;
  border-radius: 100%;
  color: #fff;
  background: rgba(255,255,255,0.5);
  transition: 0.5s;
}
.top-people-slide .swiper-button-prev:after,
.top-people-slide .swiper-button-next:after {
  font-size: 14px;
  font-weight: bold;
  transition: 0.5s;
}
@media (hover: hover) {
  .top-people-slide .swiper-button-prev:hover,
  .top-people-slide .swiper-button-next:hover {
    background: #fff;
  }
  .top-people-slide .swiper-button-prev:hover:after,
  .top-people-slide .swiper-button-next:hover:after {
    color: #c80000;
  }
}
.top-people-slide .swiper-button-prev {
  right: 242px;
}
.top-people-btn {
  margin: 316px 0 0;
  text-align: right;
}
.top-people-btn a {
  display: inline-flex;
  align-items: center;
  gap: 0 16px;
  position: relative;
  color: #fff;
  font-size: 14px;
  z-index: 10;
}
.top-people-btn a .icon-arrow-right {
  border-color: #fff;
}
.top-number {
  max-width: 1224px;
  margin: 0 auto 96px;
  padding: 0 40px;
  box-sizing: content-box;
}
.top-number-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin: 0 0 40px;
}
.top-number-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 0;
  border-radius: 8px;
  background: #fff1f1;
}
.top-number-item-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.top-number-item-wrap .top-number-item {
  flex: 1;
}
.top-number-item-label {
  line-height: 1;
  margin: 0 0 18px;
  padding: 7px 16px 7px calc(16px + 0.15em);
  border-radius: 4px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.15em;
  background: #fff;
}
.top-number-item-label span {
  font-size: 12px;
}
.top-number-item-num {
  line-height: 1;
  font-size: 20px;
  font-weight: 700;
}
.top-number-item-num span {
  display: inline-block;
  margin: 0 4px 0 0;
  color: #c80000;
  font-size: 48px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  text-align: right;
  white-space: nowrap;
  transform: translateY(2px);
}
.top-number-item-num-notes {
  line-height: 1.3;
  font-size: 12px;
}
.top-number-item-img {
  margin: 28px 0 0;
}
.top-number-item-notes {
  position: absolute;
  right: 8px;
  bottom: 8px;
  font-size: 12px;
}
.top-number-item3 .top-number-item-num-wrap {
  width: 100%;
  padding: 0 24px;
}
.top-number-item3 .top-number-item-num {
  display: flex;
  align-items: baseline;
}
.top-number-item3 .top-number-item-num span {
  margin-left: auto;
}
.top-number-item3 .top-number-item-num-notes {
  text-align: right;
}
.top-number-item5 .top-number-item-num-wrap {
  display: flex;
  align-items: flex-end;
  gap: 0 8px;
}
.top-number-item9 .top-number-item-num-wrap {
  width: 100%;
  padding: 0 24px;
}
.top-number-item-num-wrap + .top-number-item-num-wrap {
  margin: 16px 0 0;
}
.top-number-item9 .top-number-item-num {
  display: flex;
  align-items: baseline;
}
.top-number-item9 .top-number-item-num span {
  width: 130px;
  margin-left: auto;
}
.top-number-btn {
  text-align: right;
}
.top-number-btn a {
  display: inline-flex;
  align-items: center;
  gap: 0 16px;
  font-size: 14px;
}
@media (hover: hover) {
  .top-number-btn a:hover {
    color: #c80000;
  }
}
.top-benefits {
  padding: 102px 40px 0;
  background: #fff1f1;
}
.top-benefits a {
  display: block;
  position: relative;
  max-width: 1224px;
  height: 378px;
  margin: 0 auto;
  background: url(/recruit/assets/images/top/benefits_01.jpg) no-repeat 50% 50% / cover;
}
.top-benefits .ttl1 {
  position: absolute;
  bottom: 44px;
  left: 44px;
  margin: 0;
}
.top-benefits .ttl1-ja img {
  filter: drop-shadow(0 4px 4px rgba(0,0,0,0.25));
}
.top-benefits-btn {
  display: inline-flex;
  align-items: center;
  gap: 0 16px;
  position: absolute;
  right: 40px;
  bottom: 34px;
  font-size: 14px;
  color: #fff;
}
.top-digitalbook {
  margin: 90px 0;
  padding: 0 40px;
  text-align: center;
}
@-moz-keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.13);
  }
}
@-webkit-keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.13);
  }
}
@-o-keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.13);
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.13);
  }
}
@media screen and (max-width: 767px) {
  .mv-inner {
    right: 15px;
    bottom: 56px;
    left: 15px;
  }
  .mv-ttl-en {
    margin: 0 0 16px;
    font-size: 16px;
  }
  .mv-ttl-ja {
    display: block;
  }
  .mv-ttl-ja img {
    width: 100%;
  }
  .breadcrumb-list {
    margin: 0 0 40px;
    padding: 104px 15px 14px;
  }
  .main:has(.mv) .breadcrumb-list {
    padding-top: 12px;
  }
  .wrap {
    margin: 0 15px;
  }
  .lead {
    margin: 0 0 56px;
  }
  .ttl1 {
    margin: 0 0 40px;
  }
  .info-nav + .ttl1,
  .lead + .ttl1 {
    margin-top: 0;
  }
  .ttl1-en {
    margin: 0 0 10px;
  }
  .ttl1-ja img {
    width: var(--sp-w, auto);
    height: var(--sp-h, auto);
  }
  .entry-area {
    margin: 80px 0 0;
    padding: 85px 15px;
  }
  .entry-area-ttl {
    margin: 0 0 40px;
  }
  .entry-area-ttl-en {
    margin: 0 0 16px;
  }
  .entry-area-ttl-ja img {
    width: 262px;
  }
  .entry-area-nav {
    display: block;
    overflow: visible;
  }
  .entry-area-mid,
  .entry-area-new,
  .entry-area-intern {
    margin: 25px 0 0;
  }
  .entry-area-mid a,
  .entry-area-new a,
  .entry-area-intern a {
    padding: 20px 0 21px;
    border-radius: 8px;
  }
  .entry-area-nav-en {
    margin: 0 0 2px;
  }
  .entry-area-nav-ja {
    margin: 0 0 6px;
    font-size: 20px;
  }
  .footer {
    padding: 80px 15px;
  }
  .footer-nav {
    gap: 16px;
    margin: 0 0 58px;
  }
  .footer-nav-wrap {
    display: block;
  }
  .footer-nav-col {
    margin: 0 0 32px;
  }
  .footer-nav-col:last-child {
    margin: 0;
  }
  .footer-nav-ttl {
    margin: 0 0 12px;
    font-size: 20px;
  }
  .footer-nav-list {
    margin: 0 0 32px;
  }
  .footer-nav-list li + li {
    margin: 12px 0 0;
  }
  .footer-nav-list li a[target="_blank"]:after {
    margin: 10px 0 0 8px;
  }
  .footer-bottom {
    display: block;
  }
  .footer-utility {
    margin: 0 0 8px;
  }
  .header-inner {
    height: 84px;
    padding: 0 15px;
  }
  .header-logo img {
    width: 122px;
    height: auto;
  }
  .header-nav-btn {
    top: 15px;
    right: 15px;
  }
  .header-nav {
    height: 100vh;
    overflow: auto;
    padding: 96px 15px 64px;
  }
  .header-nav-inner {
    gap: 16px;
  }
  .header-nav-wrap {
    display: block;
  }
  .header-nav-wrap:nth-child(1) {
    flex: 1;
    width: auto;
  }
  .header-nav-col + .header-nav-col {
    margin: 36px 0 0;
  }
  .header-nav-ttl {
    line-height: 1.6;
    margin: 0 0 20px;
    font-size: 20px;
  }
  .header-nav-list {
    margin: 0 0 36px;
  }
  .header-nav-list li + li {
    margin: 12px 0 0;
  }
  .header-nav-list li a[target="_blank"]:after {
    margin: 10px 0 0 8px;
  }
  .header-nav-list-external {
    margin-top: 32px;
  }
  .benefits-subttl {
    margin: 0 0 24px;
  }
  .benefits-row + .benefits-subttl {
    margin-top: 40px;
  }
  .benefits-row {
    display: block;
    margin: 0 0 40px;
  }
  .benefits-contents {
    margin: 0 0 24px;
  }
  .benefits-contents-ttl {
    margin: 40px 0 24px;
  }
  .benefits-contents-ttl:first-child {
    margin-top: 0;
  }
  .benefits-contents-ttl img {
    width: auto;
    height: 32px;
  }
  .benefits-contents-txt,
  .benefits-contents-subttl {
    margin: 0 0 8px;
    font-size: 16px;
    margin: 0 0 16px;
  }
  .benefits-img {
    width: auto;
  }
  .benefits-flow {
    display: block;
    margin: 0 0 40px;
    padding: 24px 16px;
  }
  .benefits-flow-item {
    display: block;
  }
  .benefits-flow-item + .benefits-flow-item {
    margin: 72px 0 0;
  }
  .benefits-flow-item + .benefits-flow-item:before {
    top: -62px;
    left: 50%;
    width: 27px;
    height: 52px;
    background-image: url("../images/benefits/img_21_sp.png");
    transform: translateX(-50%);
  }
  .benefits-flow-item:nth-child(1) .benefits-flow-item-inner img {
    width: 80px;
  }
  .benefits-flow-item:nth-child(2) .benefits-flow-item-inner img {
    right: 16px;
    width: 80px;
  }
  .benefits-flow-item-ttl {
    margin: 0 0 24px;
  }
  .benefits-flow-item-ttl img {
    width: auto;
    max-width: 220px;
  }
  .benefits-flow-item-inner {
    padding: 16px;
  }
  .benefits-system {
    margin: 0 0 82px;
    padding: 80px 0 55px;
  }
  .benefits-system:before {
    height: 34px;
  }
  .benefits-system:after {
    height: 34px;
  }
  .benefits-system-list {
    display: block;
    margin: 0 0 40px;
    padding: 16px;
  }
  .benefits-system-item {
    display: flex;
    flex-direction: column;
    padding: 24px 16px;
  }
  .benefits-system-item + .benefits-system-item {
    margin: 16px 0 0;
  }
  .benefits-system-item-img {
    order: 3;
    float: none;
    margin: 0;
    text-align: center;
  }
  .benefits-system-item-img img {
    width: auto;
    max-width: 120px;
    max-height: 120px;
  }
  .benefits-system-item-ttl {
    order: 1;
    margin: 0 0 16px;
  }
  .benefits-system-item-ttl img {
    width: auto;
    height: 24px;
  }
  .benefits-system-item-txt {
    order: 2;
    margin: 0 0 16px;
  }
  .benefits-environment {
    margin: 0 0 64px;
  }
  .benefits-environment img {
    width: 100%;
    max-width: 240px;
  }
  .benefits-policy dt {
    margin: 0 0 24px;
  }
  .benefits-policy dt img {
    width: auto;
    height: 24px;
  }
  .benefits-policy dd {
    padding: 16px;
  }
  .history {
    display: block;
  }
  .history-img {
    display: none;
  }
  .history-list {
    padding: 0 0 0 43px;
  }
  .history-list:before {
    top: 5px;
  }
  .history-item + .history-item {
    margin: 48px 0 0;
  }
  .history-item-year {
    margin: 0 0 8px;
    padding: 0 0 13px;
    font-size: 16px;
  }
  .history-item-year span {
    font-size: 32px;
  }
  .history-item-year:before {
    top: 5px;
    left: -43px;
  }
  .history-item-img {
    margin: 16px 0 0;
  }
  .number-list {
    display: block;
  }
  .number-item {
    margin: 0 0 16px;
    padding: 16px;
  }
  .number-item-wrap {
    display: block;
  }
  .number-item-label {
    margin: 0 0 11px;
  }
  .number-item-img {
    margin: 16px 0 0;
  }
  .number-item1 {
    width: auto;
  }
  .number-item2 {
    width: auto;
  }
  .number-item3 {
    width: auto;
  }
  .number-item3 .number-item-num-wrap {
    width: 90%;
    padding: 0;
  }
  .number-item4 {
    width: auto;
  }
  .number-item4 .number-item-img-wrap {
    display: block;
    margin: 16px 0 0;
  }
  .number-item4 .number-item-img img {
    width: auto;
  }
  .number-item4 .number-item-fc {
    width: auto;
    margin: 16px 0 0;
    padding: 16px;
  }
  .number-item5 {
    width: auto;
  }
  .number-item8 {
    width: auto;
  }
  .number-item9 {
    width: auto;
  }
  .number-item9 .number-item-num-wrap {
    width: 90%;
    padding: 0;
  }
  .number-item9 .number-item-num span {
    width: auto;
  }
  .number-item10 {
    flex: 1;
  }
  .number-item10 .number-item-group {
    width: 100%;
    text-align: left;
  }
  .job-dept-head {
    display: block;
    min-height: auto;
    padding: 0;
  }
  .job-dept-img {
    position: static;
    margin: 0 0 24px;
  }
  .job-dept-copy {
    font-size: 20px;
  }
  .job-dept-data {
    display: block;
    padding: 15px;
  }
  .job-dept-data-inner {
    padding: 15px;
  }
  .job-dept-data-inner + .job-dept-data-inner {
    margin: 15px 0 0;
  }
  .job-dept-data-ttl img {
    width: auto;
    height: 40px;
  }
  .job-dept-reverse .job-dept-head {
    padding: 0;
  }
  .info-nav {
    display: block;
    margin: 0 0 56px;
  }
  .info-nav-item {
    max-width: inherit;
    margin: 0 0 8px;
  }
  .info-nav-item a {
    padding: 16px 0;
  }
  .info-subttl {
    line-height: 1.6;
    margin: 40px 0 24px;
    font-size: 20px;
  }
  .info-inner {
    margin: 0 0 40px;
  }
  .info-flow-item {
    padding: 40px 16px 16px 80px;
  }
  .info-flow-item-step {
    top: 16px;
    left: 16px;
    font-size: 12px;
  }
  .info-flow-item-step img {
    width: 40px;
  }
  .info-flow-item-ttl {
    line-height: 1.6;
    font-size: 16px;
  }
  .info-history-data th {
    padding: 16px 8px;
  }
  .info-history-data td {
    padding: 16px 8px;
  }
  .info-history-date {
    font-size: 12px;
  }
  .info-women-txt {
    margin: 0 0 24px;
  }
  .info-women-plan {
    display: block;
  }
  .info-women-plan-item {
    margin: 0 0 16px;
    padding: 16px;
  }
  .message-body {
    margin: 0 0 80px;
  }
  .message-body h2 {
    margin: 40px 0 18px;
    font-size: 18px;
  }
  .message-body-img {
    margin: 40px 0;
  }
  .message-body-name img {
    width: 180px;
  }
  .message-sub-ttl {
    margin: 0 0 80px;
  }
  .message-sub-ttl-en {
    margin: 0 0 10px;
  }
  .message-sub-ttl-ja img {
    width: var(--sp-w, auto);
    height: var(--sp-h, auto);
  }
  .message-ideal {
    margin: 0 0 80px;
    padding: 80px 0;
  }
  .message-ideal:before {
    height: 34px;
  }
  .message-ideal:after {
    height: 34px;
  }
  .message-ideal-img {
    display: block;
    margin: 0 0 40px;
  }
  .message-ideal-txt {
    margin: 0 0 40px;
  }
  .message-ideal-circle {
    margin: 0;
  }
  .message-shines {
    display: block;
  }
  .message-shines-img {
    width: auto;
    margin: 0 0 16px;
  }
  .message-shines-ttl {
    font-size: 24px;
  }
  .message-shines-txt {
    margin: 0 0 40px;
  }
  .message-philosophy {
    display: block;
  }
  .message-philosophy-inner {
    width: auto;
    margin: 0 0 40px;
  }
  .message-philosophy-img {
    width: auto;
    text-align: center;
  }
  .message-philosophy-img img {
    width: 200px;
  }
  .message-philosophy-ttl {
    margin: 0 0 16px;
  }
  .message-philosophy-txt {
    margin: 0 0 32px;
    padding: 0 0 32px;
    font-size: inherit;
  }
  .news-list {
    margin: 0 15px 80px;
  }
  .news-item {
    display: block;
    margin: 0 0 21px;
    padding: 0 0 21px;
  }
  .news-item-date {
    margin: 0;
    padding: 0;
  }
  .news-detail {
    margin: 0 15px 80px;
  }
  .news-detail-date {
    font-size: 12px;
  }
  .news-detail-cat {
    font-size: 12px;
  }
  .news-detail-ttl {
    line-height: 1.65;
    margin: 0 0 33px;
    font-size: 24px;
  }
  .detail-body h2 {
    line-height: 1.85;
    margin: 40px 0 18px;
    padding: 0 0 15px;
    font-size: 18px;
  }
  .detail-body h3 {
    line-height: 1.85;
    margin: 32px 0 18px;
    font-size: 16px;
  }
  .detail-body ul li:before {
    top: 10px;
  }
  .detail-body table {
    display: block;
  }
  .detail-body table tbody {
    display: block;
  }
  .detail-body table tr {
    display: block;
  }
  .detail-body table th {
    display: block;
    width: auto;
    margin: 0 0 20px;
    padding: 18px 24px;
    border-bottom: none;
  }
  .detail-body table td {
    display: block;
    width: auto;
    margin: 0 0 24px;
    padding: 0 24px;
    border-bottom: none;
  }
  .youtube {
    margin: 40px auto;
  }
  .row {
    display: block;
    margin: 40px auto;
  }
  .col {
    margin: 0 0 40px;
  }
  .col figure figcaption {
    margin: 12px 0 0;
    font-size: 12px;
  }
  .text-note {
    font-size: 12px;
  }
  .link-text:after {
    margin: 12px 0 0 10px;
  }
  .link-blank:after {
    margin: 2px 0 0 10px;
  }
  .link-pdf:after {
    margin: 7px 0 0 10px;
  }
  .people-cat {
    margin: 0 0 64px;
  }
  .people-cat-ttl {
    margin: 0 0 45px;
  }
  .people-cat-ttl-en {
    margin: 0 0 10px;
  }
  .people-cat-ttl-ja img {
    width: auto;
    height: 24px;
  }
  .people-item {
    width: 279px;
  }
  .people-mv {
    margin: 0 0 36px;
    padding: 0 15px 22px;
  }
  .people-mv:after {
    height: 44px;
  }
  .people-mv-inner {
    padding: 0;
  }
  .people-mv-ttl {
    font-size: 16px;
  }
  .people-mv-copy {
    line-height: 1.65;
    margin: 0 0 28px;
    font-size: 24px;
  }
  .people-mv-position {
    margin: 0 0 4px;
    font-size: 18px;
  }
  .people-mv-name {
    font-size: 24px;
  }
  .people-mv-name span {
    font-size: 14px;
  }
  .people-mv-img {
    position: static;
    max-width: 295px;
    margin: 36px auto 0;
  }
  .people-mv-img img {
    height: 272px;
    object-fit: cover;
  }
  .people-detail {
    margin: 0 15px;
  }
  .people-flow {
    margin: 115px 0 128px;
    padding: 58px 15px 32px;
  }
  .people-flow:before {
    top: -43px;
    height: 44px;
  }
  .people-flow:after {
    bottom: -43px;
    height: 44px;
  }
  .people-flow-ttl-en {
    margin: 0 0 10px;
  }
  .people-flow-ttl-ja img {
    width: auto;
    height: 24px;
  }
  .people-flow-item {
    width: 279px;
    padding: 34px 35px;
  }
  .top-mv {
    height: 100vh;
    overflow: hidden;
  }
  .top-copy {
    padding: 0 15px;
  }
  .top-copy-inner {
    padding: 63.6vh 0 0;
  }
  .top-copy-en {
    margin: 0 0 32px;
    font-size: 24px;
  }
  .top-copy-ja img {
    width: 284px;
  }
  .top-info {
    display: none;
  }
  .top-intro {
    padding: 178px 15px 162px;
  }
  .top-intro-ttl {
    margin: 0 0 76px;
  }
  .top-intro-ttl img {
    width: 302px;
  }
  .top-intro-txt {
    line-height: 2.5;
    font-size: 16px;
  }
  .top-intro-txt p {
    margin-bottom: 2.5em;
  }
  .top-message {
    margin: 0 0 82px;
    padding: 80px 15px 55px;
  }
  .top-message:before {
    height: 34px;
  }
  .top-message:after {
    height: 34px;
  }
  .top-message-inner {
    display: block;
  }
  .top-message-img {
    margin: 0 0 29px;
  }
  .top-message-img img {
    width: 100%;
    position: static;
  }
  .top-message-main {
    width: auto;
  }
  .top-message-nav li:last-child {
    border: none;
  }
  .top-message-nav li a {
    padding: 23px 0;
  }
  .top-message-nav-en {
    margin: 0 0 15px;
  }
  .top-work {
    padding: 0 15px;
  }
  .top-work-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 15px;
  }
  .top-work-item a:before {
    height: 48px;
  }
  .top-work-item a .icon-arrow-right {
    right: 10px;
    bottom: 17px;
    width: 24px;
    height: 24px;
  }
  .top-work-item a .icon-arrow-right:after {
    width: 10px;
    height: 11px;
  }
  .top-work-item-ttl {
    right: 12px;
    bottom: 14px;
    left: 12px;
  }
  .top-work-item-ttl-en {
    margin: 0 0 5px;
    font-size: 8px;
  }
  .top-work-item-ttl-ja img {
    width: auto;
    height: 18px;
  }
  .top-people {
    margin: 0 0 82px;
    padding: 80px 15px 55px;
  }
  .top-people:before {
    height: 34px;
  }
  .top-people:after {
    height: 34px;
  }
  .top-people-inner .ttl1 {
    width: auto;
    margin: 0 0 40px;
  }
  .top-people-slide {
    position: static;
    margin: 0 -15px;
    padding: 0;
  }
  .top-people-slide .swiper-slide {
    width: auto;
  }
  .top-people-slide .swiper-pagination {
    position: static;
    margin: 40px auto 0;
  }
  .top-people-slide .swiper-button-prev,
  .top-people-slide .swiper-button-next {
    top: 50%;
    color: #fff;
    background: rgba(123,132,134,0.5);
    transform: translateY(-50%);
  }
  .top-people-slide .swiper-button-prev:after,
  .top-people-slide .swiper-button-next:after {
    font-size: 14px;
    font-weight: bold;
    transition: 0.5s;
  }
  .top-people-slide .swiper-button-prev {
    right: auto;
    left: 0;
  }
  .top-people-btn {
    margin: 40px 0 0;
  }
  .top-number {
    margin: 0 0 80px;
    padding: 0 15px;
  }
  .top-number-list {
    display: block;
  }
  .top-number-item {
    margin: 0 0 16px;
    padding: 16px;
  }
  .top-number-item-wrap {
    display: block;
  }
  .top-number-item-label {
    margin: 0 0 11px;
  }
  .top-number-item-img {
    margin: 16px 0 0;
  }
  .top-number-item-notes {
    position: static;
    width: 100%;
    margin: 8px 0 0;
    text-align: right;
  }
  .top-number-item3 .top-number-item-num-wrap {
    width: 90%;
    padding: 0;
  }
  .top-number-item5 {
    width: auto;
  }
  .top-number-item9 .top-number-item-num-wrap {
    width: 90%;
    padding: 0;
  }
  .top-number-item9 .top-number-item-num span {
    width: auto;
  }
  .top-benefits {
    padding: 85px 15px 0;
  }
  .top-benefits a {
    height: 240px;
  }
  .top-benefits .ttl1 {
    bottom: 24px;
    left: 24px;
  }
  .top-benefits-btn {
    display: block;
    right: 16px;
    bottom: 16px;
    width: 48px;
    height: 48px;
    overflow: hidden;
    border-radius: 100%;
  }
  .top-benefits-btn .icon-arrow-right {
    position: absolute;
    top: 0;
    left: 0;
  }
  .top-digitalbook {
    margin: 80px 0;
    padding: 0 15px;
  }
}
