.p-recruit-table-detail {
  padding: 15px 50px;
}
.p-recruit-table-detail p {
  margin-bottom: 0.5em;
}
.p-recruit-table-detail article {
  margin-bottom: 1.5em;
}

.p-recruit-message-block {
  display: flex;
  width: 100%;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  gap: 50px;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-recruit-message-block {
    flex-direction: column;
    padding-bottom: 0;
    gap: 0;
    padding-top: 50px;
  }
}

.p-recruit-message-image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-recruit-message-image {
    width: 100%;
    margin-bottom: 1em;
  }
}

.p-recruit-btn {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .p-company-message {
    padding-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .recruit-set tr {
    display: flex;
    flex-direction: column;
  }
  .recruit-set .p-company-table-title,
  .recruit-set .p-company-table-detail {
    width: 100%;
  }
}
.recruit-set .p-company-table-title {
  font-weight: bold;
}

.hidden {
  display: none !important;
}

@media screen and (max-width: 1300px) and (min-width: 769px) {
  .u-font-l {
    font-size: 3.2846153846vw;
  }
}

@media (max-width: 767.9px) {
  .p-initiatives section {
    padding-block: 40px;
  }
}
.p-initiatives .c-inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
}
@media (max-width: 767.9px) {
  .p-initiatives .c-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-initiatives img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.p-initiatives .c-ttl_bd__main {
  font-size: 3rem;
  text-align: center;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2rem;
  position: relative;
  color: #005BAB;
}
@media (max-width: 767.9px) {
  .p-initiatives .c-ttl_bd__main {
    font-size: 2.8rem;
  }
}
@media (max-width: 575.9px) {
  .p-initiatives .c-ttl_bd__main {
    font-size: 2.2rem;
  }
}
.p-initiatives .c-ttl_bd__main:before {
  content: "";
  width: 5rem;
  height: 5px;
  background: #005BAB;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 25px;
}
.p-initiatives_sdgs {
  padding-block: 0;
}
.p-initiatives_sdgs__box {
  background: #edf5ff;
  padding: 2.25em;
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
}
@media (max-width: 767.9px) {
  .p-initiatives_sdgs__box {
    padding: 1.5em;
    flex-direction: column;
  }
}
@media (max-width: 575.9px) {
  .p-initiatives_sdgs__box {
    padding: 1rem;
  }
}
.p-initiatives_sdgs__item {
  background: #fff;
  padding: 1.5em;
  width: 50%;
}
@media (max-width: 767.9px) {
  .p-initiatives_sdgs__item {
    padding: 1em;
    width: 100%;
  }
}
@media (max-width: 575.9px) {
  .p-initiatives_sdgs__item {
    padding: 1rem;
  }
}
.p-initiatives_sdgs__itemInner {
  display: flex;
  flex-direction: column-reverse;
  gap: 1rem;
}
.p-initiatives_sdgs__txt {
  width: 100%;
}
.p-initiatives_sdgs__img {
  width: 100%;
}
.p-initiatives_sdgs__img img {
  display: block;
  margin: 0 auto;
}
.p-initiatives_sdgs__ttl {
  line-height: 1;
  margin-bottom: 0.5em;
}
.p-initiatives_sdgs__ttl .main {
  font-size: 3rem;
}
.p-initiatives_sdgs__ttl .main span {
  color: #005BAB;
  font-size: 4rem;
}
.p-initiatives_sdgs__ttl .sub {
  color: #005BAB;
  margin-left: 1em;
  font-weight: bold;
}
@media (max-width: 575.9px) {
  .p-initiatives_sdgs__ttl .main {
    font-size: 2.5rem;
  }
  .p-initiatives_sdgs__ttl .main span {
    font-size: 3.5rem;
  }
  .p-initiatives_sdgs__ttl .sub {
    margin-left: 0;
    margin-top: 1rem;
  }
}
.p-initiatives_sdgs__desc {
  margin-top: 1rem;
}
.p-initiatives_attempt {
  padding-bottom: 0;
}
.p-initiatives_attempt__wrap {
  margin-top: 2rem;
}
.p-initiatives_attempt__item:not(:first-child) {
  margin-top: 2rem;
}
.p-initiatives_attempt__ttl {
  background: #005BAB;
  color: #fff;
  font-size: 2.8rem;
  line-height: 1;
  padding: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 767.9px) {
  .p-initiatives_attempt__ttl {
    font-size: 2.2rem;
    padding: 1.2rem;
  }
}
.p-initiatives_attempt__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-initiatives_attempt__list li {
  width: 48%;
}
.p-initiatives_attempt__list li:nth-child(n+3) {
  margin-top: 3rem;
}
@media (max-width: 767.9px) {
  .p-initiatives_attempt__list li {
    width: 100%;
  }
  .p-initiatives_attempt__list li:not(:first-child) {
    margin-top: 3rem;
  }
}
.p-initiatives_attempt__listWrap {
  display: flex;
}
.p-initiatives_attempt__listTtl {
  color: #005BAB;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  background: #edf5ff;
  text-align: center;
  padding: 0.35rem;
}
@media (max-width: 767.9px) {
  .p-initiatives_attempt__listTtl {
    font-size: 1.4rem;
  }
}
.p-initiatives_attempt__img {
  width: 50%;
  padding-right: 3rem;
}
.p-initiatives_attempt__img img {
  max-height: 150px;
}
@media (max-width: 767.9px) {
  .p-initiatives_attempt__img {
    width: 60%;
  }
}
.p-initiatives_attempt__desc.-end {
  text-align: center;
  font-size: 2.6rem;
  margin-bottom: 2rem;
  color: #005BAB;
  font-weight: 500;
}
.p-initiatives_attempt__cap {
  margin-top: 1em;
}
.p-initiatives_attempt__cap a {
  text-decoration: underline;
}
.p-initiatives_attempt__logo {
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: baseline;
  margin-top: 1rem;
}
.p-initiatives_attempt__logo img {
  max-width: 100px;
  height: auto;
}
@media (max-width: 767.9px) {
  .p-initiatives_attempt__logo {
    width: 40%;
  }
}
@media (max-width: 575.9px) {
  .p-initiatives_attempt__logo {
    width: 100px;
  }
  .p-initiatives_attempt__logo img {
    max-width: 100px;
  }
}
.p-initiatives_attempt__security {
  margin-top: 2rem;
  background: #edf5ff;
  padding: 2.25em;
}
.p-initiatives_attempt__security .inner {
  background: #fff;
  padding: 2.25em;
}
.p-initiatives_attempt__security .ttl {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #005BAB;
}
.p-initiatives_attempt__security .top_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.9px) {
  .p-initiatives_attempt__security .top_wrap {
    flex-direction: column;
  }
}
.p-initiatives_attempt__security .top_wrap .top_img {
  margin: 0 2rem;
}
@media (max-width: 767.9px) {
  .p-initiatives_attempt__security .top_wrap .top_img {
    margin: 0;
    margin-bottom: 1.5rem;
  }
}
.p-initiatives_attempt__security .cnt_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}
.p-initiatives_attempt__security .cnt_wrap .cnt_item {
  width: 48%;
  background: #fff;
}
.p-initiatives_attempt__security .cnt_wrap .cnt_item.cnt_ttl {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 2rem;
  background: #005BAB;
  text-align: center;
  padding: 0.5rem;
}
.p-initiatives_attempt__security .cnt_wrap .cnt_item .cnt_img {
  margin-bottom: 2rem;
  text-align: center;
}
@media (max-width: 767.9px) {
  .p-initiatives_attempt__security .cnt_wrap {
    display: block;
  }
  .p-initiatives_attempt__security .cnt_wrap .cnt_item {
    width: 100%;
  }
  .p-initiatives_attempt__security .cnt_wrap .cnt_item:not(:first-child) {
    margin-top: 3rem;
  }
  .p-initiatives_attempt__security .cnt_wrap .cnt_item.cnt_ttl {
    font-size: 1.8rem;
  }
}
@media (max-width: 991.9px) {
  .p-initiatives_attempt__security {
    padding: 4.25em;
  }
}
@media (max-width: 767.9px) {
  .p-initiatives_attempt__security {
    padding: 2em;
  }
  .p-initiatives_attempt__security .inner {
    padding: 1.5em;
  }
  .p-initiatives_attempt__security .ttl {
    font-size: 1.4rem;
  }
}
@media (max-width: 575.9px) {
  .p-initiatives_attempt__security {
    padding: 2rem;
  }
  .p-initiatives_attempt__security .inner {
    padding: 1.2rem;
  }
}

.security-btn {
  display: block;
  border: 1px solid #000;
  background: #fff;
  padding: 1em 2.5em;
  box-shadow: 0px 0px 2px gray;
}
@media (max-width: 767.9px) {
  .security-btn {
    padding: 1em;
  }
}

:root {
  --margin-100-80: 40px;
}

.p-fv-inner {
  height: 55svh;
}/*# sourceMappingURL=include.css.map */