@charset "UTF-8";
.nav-pc > ul > li:nth-child(2) > a::before {
  width: 100%;
}

.nav-sp__ul > li:nth-child(2) > a {
  background: #fce7e7;
}

@media screen and (min-width: 769px) {
  .section-submain__img {
    background: url(/assets/img/company/main-2022.jpg) no-repeat center center;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .section-submain__img {
    background: url(/assets/img/company/main-sp-2022.jpg) no-repeat center center;
    background-size: cover;
  }
}
.section-life__txt02 {
  max-width: 900px;
  margin: 40px auto 0;
  padding: 20px 10px;
}
.section-life__box {
  background: #fef5f5;
  border: 3px solid #cf121b;
  border-radius: 40px;
  max-width: 900px;
  margin: 20px auto;
  padding: 20px 40px;
}
@media screen and (max-width: 480px) {
  .section-life__box {
    padding: 20px;
  }
}
.section-life__box h3 {
  margin-bottom: 10px;
  font-size: 1.25rem;
  color: #cf121b;
}
@media screen and (max-width: 480px) {
  .section-life__box h3 {
    margin-bottom: 15px;
  }
}
.section-life__box li {
  position: relative;
  margin: 16px 0;
  padding-left: 1.5em;
  line-height: 1.4;
}
.section-life__box li::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
}
.section-greeting {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .section-greeting {
    padding: 0;
  }
}
.section-greeting__box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1040px;
  margin: 50px auto 0;
  background: url("../../img/company/greeting-bk.png") no-repeat center;
}
.section-greeting__left {
  width: 100%;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .section-greeting__left {
    width: 100%;
    padding-right: 0;
  }
}
.section-greeting__left h2 {
  text-align: center;
  margin-top: -35px;
  font-size: 1.875rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .section-greeting__left h2 {
    font-size: 1.5rem;
    margin-top: 0;
  }
}
.section-greeting__left .name {
  margin: 20px;
  font-family: "HG行書体";
  text-align: center;
  line-height: 1.4;
  padding-left: 250px;
}
@media screen and (max-width: 768px) {
  .section-greeting__left .name {
    padding-left: 100px;
  }
}
.section-greeting__right {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .section-greeting__right {
    width: 100%;
    margin-top: 20px;
  }
}
.section-greeting__right img {
  max-width: 100%;
}
.section-greeting__txt {
  max-width: 1040px;
  margin: 40px auto 0;
}
.section-overview__box {
  max-width: 1040px;
  margin: 40px auto 0;
}
.section-overview table {
  width: 100%;
}
.section-overview th {
  background: #eeeeee;
  padding: 16px 32px;
  width: 200px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .section-overview th {
    width: 120px;
    padding: 16px 10px;
  }
}
.section-overview td {
  padding: 16px 24px 16px 32px;
  border: 1px solid #f2f2f2;
}
@media screen and (max-width: 480px) {
  .section-overview td {
    padding: 16px 10px;
  }
}
.section-map iframe {
  width: 100%;
  border: 0;
}
.section-sdgs__img {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 20px;
}
.section-sdgs__img img {
  max-width: 50%;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .section-sdgs__img img {
    max-width: 100%;
  }
}
.section-sdgs__box {
  max-width: 1040px;
  margin: 50px auto 0;
}
.section-sdgs__box h3 {
  border-bottom: 2px solid #cf121b;
  font-size: 1.5rem;
  color: #cf121b;
}
@media screen and (max-width: 480px) {
  .section-sdgs__box h3 {
    font-size: 1.125rem;
  }
}
.section-sdgs__mark {
  display: flex;
  justify-content: center;
}
.section-sdgs__mark img {
  margin: 30px 10px 0;
  max-width: 200px;
}
@media screen and (max-width: 480px) {
  .section-sdgs__mark img {
    max-width: 120px;
  }
}
.section-sdgs__mark + p {
  margin-top: 40px;
}
