@charset "UTF-8";
.bold {
  font-weight: bold !important;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

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

.flex {
  display: flex;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-24 {
  margin-top: 14.4px !important;
}

@media screen and (min-width: 768px) {
  .mt-24 {
    margin-top: 24px !important;
  }
}
.mt-56 {
  margin-top: 33.6px !important;
}

@media screen and (min-width: 768px) {
  .mt-56 {
    margin-top: 56px !important;
  }
}
.mb-40 {
  margin-bottom: 24px !important;
}

@media screen and (min-width: 768px) {
  .mb-40 {
    margin-bottom: 40px !important;
  }
}
.mb-70 {
  margin-bottom: 42px !important;
}

@media screen and (min-width: 768px) {
  .mb-70 {
    margin-bottom: 70px !important;
  }
}
.pc-only {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .pc-only {
    display: block !important;
  }
}
.p-news-filters {
  display: flex;
  flex-direction: column;
  gap: 22.2px;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .p-news-filters {
    gap: 37px;
  }
}
.p-news-filters__block {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media (min-width: 768px) {
  .p-news-filters__block {
    flex-direction: row;
    gap: 0;
  }
  .p-news-filters__block:last-of-type {
    flex-direction: row;
  }
}
.p-news-filters__block h3 {
  color: #1e52a6;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .p-news-filters__block h3 {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .p-news-filters__block .category,
.p-news-filters__block .keyword {
    margin-right: 56px;
  }
}
@media (min-width: 768px) {
  .p-news-filters__block .year {
    margin-right: 124px;
  }
}
.p-news-filters__block .options {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 39px;
}
.p-news-filters__block .options label {
  display: flex;
  align-items: center;
}
.p-news-filters__block .options label input[type=radio] {
  accent-color: #1e52a6;
}
.p-news-filters__block .options label span {
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .p-news-filters__block .options {
    gap: 13px 48px;
  }
  .p-news-filters__block .options label {
    gap: 10px;
  }
  .p-news-filters__block .options span {
    font-size: 17px;
  }
  .p-news-filters__block .options:nth-of-type(2) {
    gap: 13px 24px;
  }
  .p-news-filters__block .options:nth-of-type(2) label {
    gap: 10px;
  }
  .p-news-filters__block .options:nth-of-type(2) span {
    font-size: 17px;
  }
}
.p-news-filters__block .is-keyword {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 13px;
}
@media (min-width: 768px) {
  .p-news-filters__block .is-keyword {
    flex-direction: row;
    align-items: unset;
    gap: unset;
  }
}
.p-news-filters__year {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 6px;
}
@media (min-width: 768px) {
  .p-news-filters__year {
    flex-direction: row;
    gap: 48px;
  }
}
.p-news-filters input[type=search] {
  background: unset;
  border: none;
  border-bottom: 1px solid #707070 !important;
  border-radius: unset;
  font-size: 14px;
  padding: 0 0 18.5px 0;
  min-width: 300px;
  width: 100%;
}
@media (min-width: 768px) {
  .p-news-filters input[type=search] {
    font-size: 17px;
    margin-right: 48px;
    width: calc(100% - 271px);
  }
}
.p-news-filters button[type=submit] {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1e52a6;
  border: none;
  border-radius: unset;
  color: #fff;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 62px;
  white-space: nowrap;
  width: 100%;
}
@media (min-width: 768px) {
  .p-news-filters button[type=submit] {
    width: 233px;
  }
}
.p-news-filters img {
  margin-right: 15px;
}

.p-news-body .main .list.is-list ul {
  display: grid;
  gap: 30px 24px;
  grid-template-columns: repeat(2, 1fr);
  justify-content: flex-start;
}
@media screen and (max-width: 480px) {
  .p-news-body .main .list.is-list ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 768px) {
  .p-news-body .main .list.is-list ul {
    gap: 50px 24px;
    grid-template-columns: repeat(auto-fit, minmax(0, 282px));
  }
}
.p-news-body .main .list.is-list ul .item dl {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.p-news-body .main .list.is-list ul .item dl .thumb {
  margin-bottom: 6px;
}
.p-news-body .main .list.is-list ul .item dl .thumb a {
  display: block;
}
.p-news-body .main .list.is-list ul .item dl .thumb a img {
  width: 100%;
  height: auto;
}
.p-news-body .main .list.is-list ul .item dl .date {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .p-news-body .main .list.is-list ul .item dl .date {
    font-size: 14px;
  }
}
.p-news-body .main .list.is-list ul .item dl .meta h3 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 20px;
  min-height: 50px;
}
@media (min-width: 768px) {
  .p-news-body .main .list.is-list ul .item dl .meta h3 {
    font-size: 14px;
  }
}
.p-news-body .main .list.is-list ul .item dl .meta h3 a {
  text-decoration: none;
}
.p-news-body .main .list.is-list ul .item dl .meta h3 a:hover {
  text-decoration: underline;
}
.p-news-body .main .list.is-list ul .item dl .meta .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.p-news-body .main .list.is-list ul .item dl .meta .tags .tag {
  background: #1e52a6;
  border-radius: 28px;
  color: #fff;
  font-size: 14px;
  padding: 7px 25px;
}
.p-news-body .pagination {
  margin-top: 68.4px;
}
@media (min-width: 768px) {
  .p-news-body .pagination {
    margin-top: 114px;
  }
}
@media (max-width: 768px) {
  .p-news-body .js-radio-options {
    display: none;
  }
}
@media (max-width: 768px) {
  .p-news-body .js-select-options {
    display: block;
  }
}

.p-news_single {
  position: relative;
}
.p-news_single__bg {
  background: #efefef;
  height: 337.8px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-news_single__bg {
    height: 563px;
  }
}
.p-news_single__title {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: flex-end;
  padding-top: 31.2px;
}
@media screen and (min-width: 768px) {
  .p-news_single__title {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 52px;
  }
}
.p-news_single__title h1 {
  color: #1e52a6;
  font-size: 31.16px;
  font-weight: bold;
  line-height: 1;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-news_single__title h1 {
    font-size: 38px;
    min-width: 62%;
  }
}
.p-news_single__title h1 span {
  color: #333;
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4.8px;
}
@media screen and (min-width: 768px) {
  .p-news_single__title h1 span {
    font-size: 17px;
    margin-bottom: 8px;
  }
}
.p-news_single__title .tags {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
  justify-content: end;
  width: 50%;
}
.p-news_single__title .tags .tag {
  background: #1e52a6;
  border-radius: 28px;
  color: #fff;
  font-size: 14px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-news_single__title .tags .tag {
    font-size: 17px;
    height: 55px;
    line-height: 55px;
  }
}
.p-news_single__content {
  margin: 36px auto 105.9px;
  max-width: 975px;
}
@media screen and (min-width: 768px) {
  .p-news_single__content {
    margin: 60px auto 176.5px;
  }
}
.p-news_single__content--thumb {
  width: 100%;
}
.p-news_single__content .lwptoc {
  margin: 18.86px 0 61.5px;
}
@media screen and (min-width: 768px) {
  .p-news_single__content .lwptoc {
    margin: 23px 0 75px;
  }
}
.p-news_single__content .lwptoc_header {
  background: #1e52a6;
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
  padding: 14.76px 47.56px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-news_single__content .lwptoc_header {
    font-size: 20px;
    padding: 18px 58px;
  }
}
.p-news_single__content .lwptoc_header::before {
  background: #fff;
  border-radius: 1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
}
@media screen and (min-width: 768px) {
  .p-news_single__content .lwptoc_header::before {
    width: 30px;
  }
}
.p-news_single__content .lwptoc_title {
  font-weight: bold;
  margin: 0;
}
.p-news_single__content .lwptoc_itemWrap {
  display: flex;
  flex-direction: column;
  gap: 14.4px;
}
@media screen and (min-width: 768px) {
  .p-news_single__content .lwptoc_itemWrap {
    gap: 24px;
  }
}
.p-news_single__content .lwptoc_items {
  background: #fff;
  margin-top: 12px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-news_single__content .lwptoc_items {
    margin-top: 20px;
  }
}
.p-news_single__content .lwptoc_items > .lwptoc_itemWrap > .lwptoc_item > a,
.p-news_single__content .lwptoc_items > .lwptoc_itemWrap > .lwptoc_item > .lwptoc_itemWrap > .lwptoc_item > a,
.p-news_single__content .lwptoc_items > .lwptoc_itemWrap > .lwptoc_item > .lwptoc_itemWrap > .lwptoc_item > .lwptoc_itemWrap > .lwptoc_item > a {
  color: #333;
  display: block;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-news_single__content .lwptoc_items > .lwptoc_itemWrap > .lwptoc_item > a,
.p-news_single__content .lwptoc_items > .lwptoc_itemWrap > .lwptoc_item > .lwptoc_itemWrap > .lwptoc_item > a,
.p-news_single__content .lwptoc_items > .lwptoc_itemWrap > .lwptoc_item > .lwptoc_itemWrap > .lwptoc_item > .lwptoc_itemWrap > .lwptoc_item > a {
    font-size: 17px;
  }
}
.p-news_single__content .lwptoc_items > .lwptoc_itemWrap > .lwptoc_item > .lwptoc_itemWrap > .lwptoc_item > a::before,
.p-news_single__content .lwptoc_items > .lwptoc_itemWrap > .lwptoc_item > .lwptoc_itemWrap > .lwptoc_item > .lwptoc_itemWrap > .lwptoc_item > a::before {
  background: url("../img/news_single_icon_level.svg") no-repeat center/contain;
  content: "";
  display: inline-block;
  height: 13.94px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10.66px;
}
@media screen and (min-width: 768px) {
  .p-news_single__content .lwptoc_items > .lwptoc_itemWrap > .lwptoc_item > .lwptoc_itemWrap > .lwptoc_item > a::before,
.p-news_single__content .lwptoc_items > .lwptoc_itemWrap > .lwptoc_item > .lwptoc_itemWrap > .lwptoc_item > .lwptoc_itemWrap > .lwptoc_item > a::before {
    height: 17px;
    width: 13px;
  }
}
.p-news_single__content .lwptoc_items > .lwptoc_itemWrap > .lwptoc_item > .lwptoc_itemWrap > .lwptoc_item > a {
  padding-left: 39.36px;
}
@media screen and (min-width: 768px) {
  .p-news_single__content .lwptoc_items > .lwptoc_itemWrap > .lwptoc_item > .lwptoc_itemWrap > .lwptoc_item > a {
    padding-left: 48px;
  }
}
.p-news_single__content .lwptoc_items > .lwptoc_itemWrap > .lwptoc_item > .lwptoc_itemWrap > .lwptoc_item > a::before {
  left: 16.4px;
}
@media screen and (min-width: 768px) {
  .p-news_single__content .lwptoc_items > .lwptoc_itemWrap > .lwptoc_item > .lwptoc_itemWrap > .lwptoc_item > a::before {
    left: 20px;
  }
}
.p-news_single__content .lwptoc_items > .lwptoc_itemWrap > .lwptoc_item > .lwptoc_itemWrap > .lwptoc_item > .lwptoc_itemWrap > .lwptoc_item > a {
  padding-left: 59.04px;
}
@media screen and (min-width: 768px) {
  .p-news_single__content .lwptoc_items > .lwptoc_itemWrap > .lwptoc_item > .lwptoc_itemWrap > .lwptoc_item > .lwptoc_itemWrap > .lwptoc_item > a {
    padding-left: 72px;
  }
}
.p-news_single__content .lwptoc_items > .lwptoc_itemWrap > .lwptoc_item > .lwptoc_itemWrap > .lwptoc_item > .lwptoc_itemWrap > .lwptoc_item > a::before {
  left: 39.36px;
}
@media screen and (min-width: 768px) {
  .p-news_single__content .lwptoc_items > .lwptoc_itemWrap > .lwptoc_item > .lwptoc_itemWrap > .lwptoc_item > .lwptoc_itemWrap > .lwptoc_item > a::before {
    left: 48px;
  }
}
.p-news_single__content .lwptoc_itemWrap:first-child > .lwptoc_item > a {
  color: #1e52a6;
  font-weight: bold;
}
.p-news_single__content .lwptoc_item_label {
  display: block;
}
.p-news_single__content h2 {
  background: #e0eaf9;
  color: #1e52a6;
  font-size: 18.04px;
  font-weight: bold;
  margin-top: 45px;
  padding: 13.94px 13.12px;
}
@media screen and (min-width: 768px) {
  .p-news_single__content h2 {
    font-size: 22px;
    margin-top: 75px;
    padding: 17px 16px;
  }
}
.p-news_single__content h3 {
  border-bottom: 1px solid #1e52a6;
  border-top: 1px solid #1e52a6;
  color: #1e52a6;
  font-size: 18.04px;
  font-weight: bold;
  margin-top: 14.4px;
  padding: 13.12px 0;
}
@media screen and (min-width: 768px) {
  .p-news_single__content h3 {
    font-size: 22px;
    margin-top: 24px;
    padding: 16px 0;
  }
}
.p-news_single__content h4 {
  border-bottom: 1px solid #1e52a6;
  border-left: 10px solid #1e52a6;
  font-size: 14px;
  font-weight: bold;
  margin-top: 42.9px;
  padding: 6.15px 6.56px;
}
@media screen and (min-width: 768px) {
  .p-news_single__content h4 {
    font-size: 17px;
    margin-top: 71.5px;
    padding: 7.5px 8px;
  }
}
.p-news_single__content p {
  font-size: 14px;
  font-weight: 500;
  margin-top: 14.4px;
}
@media screen and (min-width: 768px) {
  .p-news_single__content p {
    font-size: 17px;
    margin-top: 24px;
  }
}
.p-news_single__content img {
  height: auto;
  width: 100%;
}
.p-news_single__related {
  border-bottom: 1px solid #707070;
  margin-bottom: 50.1px;
  padding-bottom: 92.7px;
}
@media screen and (min-width: 768px) {
  .p-news_single__related {
    margin-bottom: 83.5px;
    padding-bottom: 154.5px;
  }
}
.p-news_single__related .is-related__title {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .p-news_single__related .is-related__title {
    margin-bottom: 25px;
  }
}
.p-news_single__related .is-related__title h2 {
  font-size: 26.24px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-news_single__related .is-related__title h2 {
    font-size: 32px;
  }
}
.p-news_single__related .is-related__title p {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-news_single__related .is-related__title p {
    font-size: 17px;
  }
}
.p-news_single__related--list .main .list.is-list ul {
  display: grid;
  gap: 30px 24px;
  grid-template-columns: repeat(2, 1fr);
  justify-content: flex-start;
}
@media screen and (max-width: 480px) {
  .p-news_single__related--list .main .list.is-list ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .p-news_single__related--list .main .list.is-list ul {
    gap: 50px 24px;
    grid-template-columns: repeat(auto-fit, minmax(0, 282px));
  }
}
.p-news_single__related--list .main .list.is-list ul .item dl {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.p-news_single__related--list .main .list.is-list ul .item dl .thumb {
  margin-bottom: 6px;
}
.p-news_single__related--list .main .list.is-list ul .item dl .thumb a {
  display: block;
}
.p-news_single__related--list .main .list.is-list ul .item dl .thumb a img {
  height: auto;
  width: 100%;
}
.p-news_single__related--list .main .list.is-list ul .item dl .date {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .p-news_single__related--list .main .list.is-list ul .item dl .date {
    font-size: 14px;
  }
}
.p-news_single__related--list .main .list.is-list ul .item dl .meta h3 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 20px;
  min-height: 50px;
}
@media screen and (min-width: 768px) {
  .p-news_single__related--list .main .list.is-list ul .item dl .meta h3 {
    font-size: 14px;
  }
}
.p-news_single__related--list .main .list.is-list ul .item dl .meta h3 a {
  text-decoration: none;
}
.p-news_single__related--list .main .list.is-list ul .item dl .meta h3 a:hover {
  text-decoration: underline;
}
.p-news_single__related--list .main .list.is-list ul .item dl .meta .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.p-news_single__related--list .main .list.is-list ul .item dl .meta .tags .tag {
  background: #1e52a6;
  border-radius: 28px;
  color: #fff;
  font-size: 14px;
  padding: 7px 25px;
}
.p-news_single .p-news-filters {
  margin-bottom: 50.1px;
}
@media screen and (min-width: 768px) {
  .p-news_single .p-news-filters {
    margin-bottom: 83.5px;
  }
}

.p-company {
  margin-bottom: 99.6px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-company {
    margin-bottom: 166px;
  }
}
.p-company::before {
  background-color: #1e52a6;
  content: "";
  height: 144px;
  left: 55.76px;
  position: absolute;
  top: 78.6px;
  width: 2px;
}
@media screen and (min-width: 768px) {
  .p-company::before {
    height: 240px;
    left: 68px;
    top: 131px;
  }
}
.p-company__content h3 {
  font-size: 41px;
  font-weight: bold;
  margin: 7.2px 0 9.6px;
}
@media screen and (min-width: 768px) {
  .p-company__content h3 {
    font-size: 50px;
    margin: 12px 0 16px;
  }
}
.p-company__content h3 span {
  color: #1e52a6;
}
.p-company__content p {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-company__content p {
    font-size: 17px;
  }
}
.p-company__content ul:first-of-type {
  flex-wrap: wrap;
  gap: 24px;
  margin: 63px 0 66px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-company__content ul:first-of-type {
    gap: 40px;
    margin: 105px 0 110px;
  }
}
.p-company__content ul:first-of-type li {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-company__content ul:first-of-type li {
    width: calc((100% - 40px) / 2);
  }
}
.p-company__content ul:first-of-type li p {
  font-size: 14px;
  font-weight: 500;
  margin-top: 9.6px;
  min-height: 56px;
}
@media screen and (min-width: 768px) {
  .p-company__content ul:first-of-type li p {
    font-size: 17px;
    margin-top: 16px;
  }
}
.p-company__content ul:first-of-type li a:last-of-type {
  align-items: center;
  color: #333;
  display: inline-flex;
  font-size: 16.4px;
  font-weight: bold;
  gap: 26.076px;
  margin-left: auto;
  margin-top: 9.6px;
  position: relative;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-company__content ul:first-of-type li a:last-of-type {
    font-size: 20px;
    gap: 31.8px;
    margin-top: 16px;
  }
}
.p-company__content ul:first-of-type li a:last-of-type span:first-of-type {
  border-bottom: 1px solid #1e52a6;
  padding-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .p-company__content ul:first-of-type li a:last-of-type span:first-of-type {
    padding-bottom: 10px;
  }
}
.p-company__content ul:first-of-type li a:last-of-type span:last-of-type {
  align-items: center;
  background-color: #1e52a6;
  border-radius: 50%;
  display: inline-flex;
  height: 45.92px;
  justify-content: center;
  width: 45.92px;
}
@media screen and (min-width: 768px) {
  .p-company__content ul:first-of-type li a:last-of-type span:last-of-type {
    height: 56px;
    width: 56px;
  }
}
.p-company__content ul:first-of-type li a:last-of-type span:last-of-type img {
  width: 27px;
  height: auto;
}
.p-company__content ul:last-of-type {
  flex-wrap: wrap;
  gap: 28.8px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-company__content ul:last-of-type {
    gap: 48px;
  }
}
.p-company__content ul:last-of-type li {
  display: flex;
  flex-direction: column;
  width: calc((100% - 28.8px) / 2);
}
@media screen and (min-width: 768px) {
  .p-company__content ul:last-of-type li {
    width: calc((100% - 96px) / 3);
  }
}
.p-company__content ul:last-of-type li a:last-of-type {
  align-items: center;
  display: flex;
  font-size: 16.4px;
  font-weight: bold;
  gap: 9.84px;
  margin-left: auto;
  margin-top: 9.6px;
  padding-bottom: 6px;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-company__content ul:last-of-type li a:last-of-type {
    font-size: 20px;
    gap: 12px;
    margin-top: 16px;
    padding-bottom: 10px;
  }
}
.p-company__content ul:last-of-type li a:last-of-type img {
  width: 18.04px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-company__content ul:last-of-type li a:last-of-type img {
    width: 22px;
  }
}

.p-outline {
  padding-bottom: 138.6px;
  padding-top: 49.8px;
}
@media (min-width: 768px) {
  .p-outline {
    padding-bottom: 231px;
    padding-top: 83px;
  }
}
.p-outline .l-text__h1 {
  padding-bottom: 82.8px;
}
@media screen and (min-width: 768px) {
  .p-outline .l-text__h1 {
    padding-bottom: 138px;
  }
}

.p-outline__container {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .p-outline__container {
    padding: 0;
  }
}
.p-outline__container .section {
  border-bottom: 1px solid #707070;
  display: flex;
  flex-wrap: wrap;
  padding: 21.6px 0;
}
@media (min-width: 768px) {
  .p-outline__container .section {
    flex-direction: row;
    padding: 36px 0;
  }
}
.p-outline__container .section:last-child {
  border-bottom: none;
}
.p-outline__container .section h2 {
  color: #1e52a6;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding-right: 0;
  width: 100%;
  font-size: 16.4px;
}
@media (min-width: 768px) {
  .p-outline__container .section h2 {
    font-size: 20px;
    margin-bottom: 0;
    width: 221px;
  }
}
.p-outline__container .section p,
.p-outline__container .section ul {
  flex: 1;
  font-weight: 500;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 16.4px;
}
@media (min-width: 768px) {
  .p-outline__container .section p,
.p-outline__container .section ul {
    font-size: 20px;
    width: auto;
  }
}
.p-outline__container .section li {
  margin-bottom: 21.6px;
}
.p-outline__container .section li:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .p-outline__container .section li {
    margin-bottom: 36px;
  }
}
.p-outline__container .section .column {
  align-items: flex-end;
}
.p-outline__container .section .column .certifications {
  align-items: center;
  display: flex;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .p-outline__container .section .column .certifications {
    margin-top: -71px;
  }
}
.p-outline__container .section .column .certifications img {
  height: 131.2px;
  margin-right: 41px;
  width: auto;
}
@media (min-width: 768px) {
  .p-outline__container .section .column .certifications img {
    height: 160px;
  }
}
.p-outline__container .section .column .certifications img:last-child {
  margin-right: 0;
}

.tar {
  font-size: 16.4px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .tar {
    font-size: 20px;
  }
}

.p-topmessage {
  padding-bottom: 111px;
  padding-top: 49.8px;
}
@media (min-width: 768px) {
  .p-topmessage {
    padding-bottom: 185px;
    padding-top: 83px;
  }
}
.p-topmessage .l-text__h1 {
  padding-bottom: 49.2px;
}
@media screen and (min-width: 768px) {
  .p-topmessage .l-text__h1 {
    padding-bottom: 82px;
  }
}

.p-topmessage__container img {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .p-topmessage__container img {
    margin-bottom: 40px;
  }
}
.p-topmessage__container p {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-topmessage__container p {
    font-size: 17px;
  }
}
.p-topmessage__container .flex {
  align-items: center;
  gap: 19.68px;
  justify-content: flex-end;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-topmessage__container .flex {
    gap: 24px;
    margin-top: 50px;
  }
}
.p-topmessage__container .flex img {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .p-topmessage__container .flex img {
    margin-bottom: 0;
  }
}

.p-policy {
  padding-bottom: 150px;
  padding-top: 49.8px;
}
@media (min-width: 768px) {
  .p-policy {
    padding-bottom: 250px;
    padding-top: 83px;
  }
}
.p-policy .l-text__h1 {
  padding-bottom: 29.4px;
}
@media screen and (min-width: 768px) {
  .p-policy .l-text__h1 {
    padding-bottom: 49px;
  }
}

.p-policy__container img:first-of-type {
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .p-policy__container img:first-of-type {
    margin-bottom: 80px;
  }
}
.p-policy__container h2 {
  color: #1e52a6;
  font-size: 16.4px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-policy__container h2 {
    font-size: 20px;
  }
}
.p-policy__container h3 {
  font-size: 14px;
  font-weight: 500;
  margin-top: 2.4px;
}
@media screen and (min-width: 768px) {
  .p-policy__container h3 {
    font-size: 17px;
    margin-top: 4px;
  }
}

/* Office Location Directory SCSS */
.p-offices {
  margin-top: 107px;
  padding-bottom: 150px;
}
@media (min-width: 768px) {
  .p-offices {
    margin-top: 83px;
    padding-bottom: 250px;
  }
}
.p-offices .l-text__h1 {
  padding-bottom: 63px;
}
@media (min-width: 768px) {
  .p-offices .l-text__h1 {
    padding-bottom: 105px;
  }
}
.p-offices h2 {
  color: #1e52a6;
  margin-bottom: 14.4px;
  font-size: 16.4px;
}
@media (min-width: 768px) {
  .p-offices h2 {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
.p-offices h3 {
  font-size: 16.4px;
  font-weight: bold;
  margin: 7.2px 0 14.4px;
}
@media (min-width: 768px) {
  .p-offices h3 {
    font-size: 20px;
    margin: 12px 0 24px;
  }
}
.p-offices__sec1 {
  display: flex;
  flex-direction: column;
  gap: 28.8px;
  justify-content: space-between;
  margin-bottom: 49.2px;
}
@media (min-width: 768px) {
  .p-offices__sec1 {
    flex-direction: row;
    margin-bottom: 82px;
  }
}
.p-offices__sec1 .txt {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .p-offices__sec1 .txt {
    max-width: 47%;
  }
}
.p-offices__sec1 .txt p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 14.4px;
}
@media (min-width: 768px) {
  .p-offices__sec1 .txt p {
    font-size: 17px;
    margin-bottom: 24px;
  }
}
.p-offices__sec1 .map {
  width: 100%;
  height: 440px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .p-offices__sec1 .map {
    max-width: 53%;
  }
}
.p-offices__sec1 .map iframe {
  width: 100%;
  height: 100%;
}
.p-offices__sec2 .sub {
  margin-bottom: 28.8px;
}
@media (min-width: 768px) {
  .p-offices__sec2 .sub {
    margin-bottom: 48px;
  }
}
.p-offices__sec2--cards {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 28.8px;
  justify-content: flex-start;
  margin-bottom: 52.8px;
}
@media (min-width: 480px) {
  .p-offices__sec2--cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 28.8px 2.4%;
  }
}
@media (min-width: 999px) {
  .p-offices__sec2--cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 48px 4%;
    margin-bottom: 88px;
  }
}
.p-offices__sec2--cards:last-child {
  margin-bottom: 0;
}
.p-offices__sec2 .is-card {
  width: 100%;
  border: 1px solid #707070;
}
.p-offices__sec2 .is-card_head {
  background: #e0eaf9;
  border-bottom: 1px solid #707070;
  padding: 12px 13.12px;
}
@media (min-width: 768px) {
  .p-offices__sec2 .is-card_head {
    padding: 20px 16px;
  }
}
.p-offices__sec2 .is-card_head h4 {
  color: #1e52a6;
  font-size: 14px;
}
@media (min-width: 768px) {
  .p-offices__sec2 .is-card_head h4 {
    font-size: 17px;
  }
}
.p-offices__sec2 .is-card_body {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 4.8px 13.12px 16.8px;
}
@media (min-width: 768px) {
  .p-offices__sec2 .is-card_body {
    padding: 8px 16px 28px;
  }
}
.p-offices__sec2 .is-card_body p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 14.4px;
}
@media (min-width: 480px) {
  .p-offices__sec2 .is-card_body p {
    min-height: 17vh;
  }
}
@media (min-width: 768px) {
  .p-offices__sec2 .is-card_body p {
    font-size: 17px;
    margin-bottom: 24px;
    min-height: 17vh;
  }
}
.p-offices__sec2 .is-card_body a {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  margin-top: auto;
}
@media (min-width: 768px) {
  .p-offices__sec2 .is-card_body a {
    font-size: 17px;
  }
}
.p-offices__sec2 .is-card_body a::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 9px;
  background-image: url("../img/offices_access_icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

/* モーダル関連 */
.modalOverlay {
  background: rgba(0, 0, 0, 0.7);
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9000;
}

.modalCont {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 80%;
  max-width: 640px;
  max-height: 90vh;
  overflow-y: auto;
  background: #fff;
  transform: translate(-50%, -50%);
  z-index: 9500;
}
.modalCont h3 {
  color: #1e52a6;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 9px;
}
@media (min-width: 768px) {
  .modalCont h3 {
    font-size: 17px;
    margin-bottom: 15px;
  }
}
.modalCont p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .modalCont p {
    font-size: 17px;
    margin-bottom: 10px;
  }
}
.modalCont a {
  font-size: 9.84px;
  color: #1e52a6;
  font-weight: 500;
}
@media (min-width: 768px) {
  .modalCont a {
    font-size: 12px;
  }
}
.modalCont__body {
  padding: 20px;
}
@media (max-width: 767px) {
  .modalCont {
    max-width: 90%;
    width: 90%;
  }
}

.p-factories {
  padding-bottom: 84px;
  padding-top: 49.8px;
}
@media (min-width: 768px) {
  .p-factories {
    padding-bottom: 140px;
    padding-top: 83px;
  }
}
.p-factories .l-text__h1 {
  padding-bottom: 80.4px;
}
@media screen and (min-width: 768px) {
  .p-factories .l-text__h1 {
    padding-bottom: 134px;
  }
}
.p-factories .is-factory {
  display: flex;
  flex-direction: column;
  gap: 28.8px;
  justify-content: space-between;
  margin-bottom: 49.2px;
}
@media (min-width: 768px) {
  .p-factories .is-factory {
    flex-direction: row;
    margin-bottom: 82px;
  }
}
.p-factories .is-factory__left {
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-factories .is-factory__left {
    max-width: 47%;
  }
}
.p-factories .is-factory__left h2 {
  color: #1e52a6;
  font-size: 16.4px;
  margin-bottom: 14.4px;
}
@media screen and (min-width: 768px) {
  .p-factories .is-factory__left h2 {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
.p-factories .is-factory__left .flex:first-of-type {
  align-items: center;
  gap: 47.56px;
}
@media screen and (min-width: 768px) {
  .p-factories .is-factory__left .flex:first-of-type {
    gap: 58px;
  }
}
.p-factories .is-factory__left .flex:first-of-type p:first-of-type {
  width: 220px;
}
.p-factories .is-factory__left .flex:first-of-type p:last-of-type {
  width: calc(100% - 220px);
}
.p-factories .is-factory__left .flex:last-of-type {
  align-items: center;
  gap: 47.56px;
}
@media screen and (min-width: 768px) {
  .p-factories .is-factory__left .flex:last-of-type {
    gap: 58px;
  }
}
.p-factories .is-factory__left .flex:last-of-type p:first-of-type {
  width: 220px;
}
.p-factories .is-factory__left .flex:last-of-type .column {
  display: flex;
  flex-direction: column;
  gap: 14.4px;
  width: calc(100% - 220px);
}
@media screen and (min-width: 768px) {
  .p-factories .is-factory__left .flex:last-of-type .column {
    gap: 24px;
  }
}
.p-factories .is-factory__left p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 14.4px;
}
@media screen and (min-width: 768px) {
  .p-factories .is-factory__left p {
    font-size: 17px;
    margin-bottom: 24px;
  }
}
.p-factories .is-factory__right {
  gap: 33.6px;
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-factories .is-factory__right {
    gap: 56px;
    max-width: 53%;
  }
}
.p-factories .is-factory__right iframe {
  height: 415px;
  width: 100%;
}
.p-factories .is-factory:nth-of-type(3), .p-factories .is-factory:last-of-type {
  border-top: 1px solid #707070;
  padding-top: 48px;
}
@media screen and (min-width: 768px) {
  .p-factories .is-factory:nth-of-type(3), .p-factories .is-factory:last-of-type {
    padding-top: 80px;
  }
}
.p-factories .is-factory__info {
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .p-factories .is-factory__info {
    margin-bottom: 80px;
  }
}
.p-factories .is-factory__info h3 {
  background: #f2f2f2;
  color: #1e52a6;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 4.8px;
  padding: 16.4px;
}
@media screen and (min-width: 768px) {
  .p-factories .is-factory__info h3 {
    font-size: 17px;
    margin-bottom: 8px;
    padding: 24px;
    padding: 20px;
  }
}
.p-factories .is-factory__info p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 21px;
}
@media screen and (min-width: 768px) {
  .p-factories .is-factory__info p {
    font-size: 17px;
    margin-bottom: 35px;
  }
}
.p-factories .is-factory__info .flex:first-of-type, .p-factories .is-factory__info .flex:last-of-type {
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .p-factories .is-factory__info .flex:first-of-type, .p-factories .is-factory__info .flex:last-of-type {
    flex-direction: row;
    gap: 50px;
  }
}
.p-factories .is-factory__info .flex:first-of-type .column, .p-factories .is-factory__info .flex:last-of-type .column {
  gap: 4.8px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-factories .is-factory__info .flex:first-of-type .column, .p-factories .is-factory__info .flex:last-of-type .column {
    gap: 8px;
    width: 365px;
  }
}
.p-factories .is-factory__info .flex:first-of-type .column p, .p-factories .is-factory__info .flex:last-of-type .column p {
  margin-bottom: 0;
}
.p-factories .is-factory__info .flex:nth-of-type(2) {
  margin-top: 23.4px;
}
@media screen and (min-width: 768px) {
  .p-factories .is-factory__info .flex:nth-of-type(2) {
    margin-top: 39px;
  }
}
.p-factories .is-factory__info .flex:nth-of-type(3) {
  margin-bottom: 46.2px;
  margin-top: 34.2px;
}
@media screen and (min-width: 768px) {
  .p-factories .is-factory__info .flex:nth-of-type(3) {
    margin-bottom: 77px;
    margin-top: 57px;
  }
}
.p-factories .is-factory__info .flex:nth-of-type(2), .p-factories .is-factory__info .flex:nth-of-type(3) {
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-factories .is-factory__info .flex:nth-of-type(2), .p-factories .is-factory__info .flex:nth-of-type(3) {
    flex-direction: row;
  }
}
.p-factories .is-factory__info .flex:nth-of-type(2) .txt, .p-factories .is-factory__info .flex:nth-of-type(3) .txt {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-factories .is-factory__info .flex:nth-of-type(2) .txt, .p-factories .is-factory__info .flex:nth-of-type(3) .txt {
    width: 48%;
  }
}
@media screen and (min-width: 999px) {
  .p-factories .is-factory__info .flex:nth-of-type(2) .txt, .p-factories .is-factory__info .flex:nth-of-type(3) .txt {
    width: 38%;
  }
}
.p-factories .is-factory__info .flex:nth-of-type(2) img, .p-factories .is-factory__info .flex:nth-of-type(3) img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-factories .is-factory__info .flex:nth-of-type(2) img, .p-factories .is-factory__info .flex:nth-of-type(3) img {
    width: 48%;
  }
}
@media screen and (min-width: 999px) {
  .p-factories .is-factory__info .flex:nth-of-type(2) img, .p-factories .is-factory__info .flex:nth-of-type(3) img {
    height: 306px;
    margin-right: 8%;
    max-width: 460px;
    width: unset;
  }
}
.p-factories .is-factory__info h4 {
  color: #1e52a6;
  font-size: 19.68px;
  margin-bottom: 9px;
}
@media screen and (min-width: 768px) {
  .p-factories .is-factory__info h4 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

.p-health_management {
  padding-bottom: 148.2px;
  padding-top: 49.8px;
}
@media (min-width: 768px) {
  .p-health_management {
    padding-bottom: 247px;
    padding-top: 83px;
  }
}
.p-health_management .l-text__h1 {
  padding-bottom: 80.4px;
}
@media screen and (min-width: 768px) {
  .p-health_management .l-text__h1 {
    padding-bottom: 134px;
  }
}
.p-health_management .p-health_management__mv p {
  text-align: center;
}
.p-health_management .p-health_management__content {
  margin-top: 33.6px;
}
@media screen and (min-width: 768px) {
  .p-health_management .p-health_management__content {
    margin-top: 56px;
  }
}
.p-health_management .p-health_management__content:first-of-type {
  margin-top: 43.2px;
}
@media screen and (min-width: 768px) {
  .p-health_management .p-health_management__content:first-of-type {
    margin-top: 72px;
  }
}
.p-health_management .p-health_management__content h3 {
  background: #f2f2f2;
  color: #1e52a6;
  font-size: 14px;
  margin-bottom: 9.6px;
  padding: 16.4px;
}
@media screen and (min-width: 768px) {
  .p-health_management .p-health_management__content h3 {
    font-size: 17px;
    margin-bottom: 16px;
    padding: 20px;
  }
}
.p-health_management .p-health_management__content p {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-health_management .p-health_management__content p {
    font-size: 17px;
  }
}
.p-health_management .is-image__wrapper {
  margin: 0 auto;
  max-width: 841px;
}
.p-health_management .is-image__wrapper h5 {
  font-size: 14px;
  margin: 14.4px 0;
  margin-bottom: 4.8px;
}
@media screen and (min-width: 768px) {
  .p-health_management .is-image__wrapper h5 {
    font-size: 17px;
    margin: 24px 0;
  }
}
.p-health_management .rt-tableWrapper {
  margin-top: 21px;
  overflow-x: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-health_management .rt-tableWrapper {
    margin-top: 35px;
  }
}
.p-health_management .rt-tableWrapper table {
  border-collapse: collapse;
  width: 752.76px;
}
@media screen and (min-width: 768px) {
  .p-health_management .rt-tableWrapper table {
    width: 918px;
  }
}
.p-health_management .rt-tableWrapper table th,
.p-health_management .rt-tableWrapper table td {
  border: 1px solid #707070;
  font-size: 14px;
  padding: 18px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-health_management .rt-tableWrapper table th,
.p-health_management .rt-tableWrapper table td {
    font-size: 17px;
    padding: 30px;
  }
}
.p-health_management .rt-tableWrapper table th[scope=row] {
  padding: 18px 10.2px;
  text-align: left;
  width: 295.2px;
}
@media screen and (min-width: 768px) {
  .p-health_management .rt-tableWrapper table th[scope=row] {
    padding: 30px 17px;
    width: 360px;
  }
}
.p-health_management .rt-tableWrapper table .bg01 {
  background-color: #e0eaf9;
  font-weight: bold;
}
.p-health_management .rt-tableWrapper table sup {
  font-size: 12.3px;
}
@media screen and (min-width: 768px) {
  .p-health_management .rt-tableWrapper table sup {
    font-size: 15px;
  }
}
.p-health_management .rt-tableCaption {
  animation: blink 1.5s step-start infinite;
  animation: fadeBlink 2s ease-in-out infinite;
  color: #1e52a6;
  font-size: 13px;
  font-weight: 300;
  margin: 10px 0;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-health_management .rt-tableCaption {
    display: none;
  }
}
@keyframes fadeBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.p-health_management .is-note {
  font-size: 12.3px;
}
@media screen and (min-width: 768px) {
  .p-health_management .is-note {
    font-size: 15px;
  }
}
.p-health_management .sec2_img {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .p-health_management .sec2_img {
    max-width: 846px;
  }
}

.p-history {
  padding-bottom: 96.6px;
  padding-top: 49.8px;
}
@media (min-width: 768px) {
  .p-history {
    padding-bottom: 161px;
    padding-top: 83px;
  }
}
.p-history .l-text__h1 {
  padding-bottom: 52.8px;
}
@media screen and (min-width: 768px) {
  .p-history .l-text__h1 {
    padding-bottom: 88px;
  }
}
.p-history__content .is-tab {
  border: 1px solid #1e52a6;
  display: flex;
  flex-direction: column;
  margin-bottom: 41.4px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-history__content .is-tab {
    flex-direction: row;
    margin-bottom: 69px;
  }
}
.p-history__content .is-tab li {
  border-bottom: #1e52a6 1px solid;
  color: #1e52a6;
  cursor: pointer;
  font-size: 11.48px;
  font-weight: bold;
  padding: 14.76px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-history__content .is-tab li {
    border-bottom: none;
    border-right: 1px solid #1e52a6;
    font-size: 14px;
    padding: 18px;
    width: 25%;
  }
}
.p-history__content .is-tab li:last-child {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .p-history__content .is-tab li:last-child {
    border-right: none;
  }
}
.p-history__content .is-tab li.active {
  background: #1e52a6;
  color: #fff;
}
.p-history__content .is-tab__item ul {
  width: 100%;
}
.p-history__content .is-tab__item ul li {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 500;
  padding: 16.4px;
}
@media screen and (min-width: 768px) {
  .p-history__content .is-tab__item ul li {
    flex-direction: row;
    font-size: 17px;
    padding: 20px;
  }
}
.p-history__content .is-tab__item ul li span {
  display: block;
  flex-shrink: 0;
  width: 173.02px;
}
@media screen and (min-width: 768px) {
  .p-history__content .is-tab__item ul li span {
    width: 211px;
  }
}
.p-history__content .is-tab__item ul li:nth-child(odd) {
  background: #f2f2f2;
}
.p-history__content .is-tab__item ul li p span {
  display: initial;
}
.p-history__content .is-tab__item ul li .flex {
  flex-wrap: wrap;
  gap: 16.4px;
  width: 100%;
}
.p-history__content .is-tab__item ul li img {
  margin-left: auto;
  margin-right: 10%;
}
.p-history .is-tab__item {
  display: none;
}
.p-history .is-tab__item.active {
  display: block;
}

.p-organization {
  padding-bottom: 133.2px;
  padding-top: 49.8px;
}
@media (min-width: 768px) {
  .p-organization {
    padding-bottom: 222px;
    padding-top: 83px;
  }
}
.p-organization .l-text__h1 {
  padding-bottom: 68.4px;
}
@media screen and (min-width: 768px) {
  .p-organization .l-text__h1 {
    padding-bottom: 114px;
  }
}
.p-organization__container {
  text-align: center;
}
.p-organization__container img:first-of-type {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .p-organization__container img:first-of-type {
    max-width: 751px;
  }
}

.p-executivelist {
  padding-bottom: 176.4px;
  padding-top: 49.8px;
}
@media (min-width: 768px) {
  .p-executivelist {
    padding-bottom: 294px;
    padding-top: 83px;
  }
}
.p-executivelist .l-text__h1 {
  padding-bottom: 54px;
}
@media screen and (min-width: 768px) {
  .p-executivelist .l-text__h1 {
    padding-bottom: 90px;
  }
}
.p-executivelist__content ul {
  width: 100%;
}
.p-executivelist__content ul li {
  display: flex;
  font-size: 14px;
  font-weight: 500;
  padding: 16.4px;
}
@media screen and (min-width: 768px) {
  .p-executivelist__content ul li {
    font-size: 17px;
    padding: 20px;
  }
}
.p-executivelist__content ul li span {
  display: block;
  width: 173.02px;
}
@media screen and (min-width: 768px) {
  .p-executivelist__content ul li span {
    width: 211px;
  }
}
.p-executivelist__content ul li:nth-child(odd) {
  background: #f2f2f2;
}

.p-finance {
  padding-bottom: 312px;
  padding-top: 49.8px;
}
@media (min-width: 768px) {
  .p-finance {
    padding-bottom: 520px;
    padding-top: 83px;
  }
}
.p-finance .l-text__h1 {
  padding-top: 50.4px;
}
@media screen and (min-width: 768px) {
  .p-finance .l-text__h1 {
    padding-bottom: 84px;
  }
}
.p-finance__content h2 {
  color: #1e52a6;
  font-size: 16.4px;
  margin-bottom: 9.6px;
}
@media screen and (min-width: 768px) {
  .p-finance__content h2 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.p-finance__content p {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 500;
  gap: 9.6px;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-finance__content p {
    font-size: 17px;
  }
}
.p-finance__content p span {
  border-bottom: 1px solid #1e52a6;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-finance__content p span {
    padding-bottom: 23.3px;
  }
}
.p-finance__content .linkBlock {
  display: grid;
  gap: 38.4px 39.36px;
  grid-template-columns: repeat(auto-fit, minmax(301.76px, 1fr));
  margin-top: 29.4px;
}
@media screen and (min-width: 768px) {
  .p-finance__content .linkBlock {
    gap: 64px 48px;
    grid-template-columns: repeat(auto-fit, minmax(368px, 1fr));
    margin-top: 49px;
  }
}
.p-finance__content .linkBlock__item h3 {
  background: #f2f2f2;
  font-size: 14px;
  margin-bottom: 9px;
  padding: 16.4px;
}
@media screen and (min-width: 768px) {
  .p-finance__content .linkBlock__item h3 {
    font-size: 17px;
    margin-bottom: 15px;
    padding: 20px;
  }
}
.p-finance__content .linkBlock__item li {
  margin-top: 21px;
}
@media screen and (min-width: 768px) {
  .p-finance__content .linkBlock__item li {
    margin-top: 35px;
  }
}
.p-finance__content .linkBlock__item li:first-of-type {
  margin-top: 0;
}
.p-finance__content .linkBlock__item li a {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  gap: 6px;
}
@media screen and (min-width: 768px) {
  .p-finance__content .linkBlock__item li a {
    font-size: 17px;
  }
}
.p-finance__content .linkBlock__item li a img {
  height: 30px;
  width: 30px;
}

.p-forte {
  padding-bottom: 93.6px;
  padding-top: 49.8px;
}
@media (min-width: 768px) {
  .p-forte {
    padding-bottom: 156px;
    padding-top: 83px;
  }
}
.p-forte .l-text__h1 {
  padding-bottom: 55.2px;
}
@media screen and (min-width: 768px) {
  .p-forte .l-text__h1 {
    padding-bottom: 92px;
  }
}
.p-forte__mv {
  margin-top: 50px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 999px) {
  .p-forte__mv {
    margin-top: 100px;
  }
}
.p-forte__mv img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.p-forte__mv::before {
  background-color: #1e52a6;
  content: "";
  height: 240px;
  left: 7.778%;
  position: absolute;
  top: -54px;
  width: 2px;
}
@media screen and (max-width: 767px) {
  .p-forte__mv::before {
    bottom: -42px;
    height: 144px;
  }
}
.p-forte__mv h2 {
  font-size: 41px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-forte__mv h2 {
    font-size: 50px;
  }
}
.p-forte__mv p {
  font-size: 14px;
  font-weight: 500;
  margin-top: 8.4px;
}
@media screen and (min-width: 768px) {
  .p-forte__mv p {
    font-size: 17px;
    margin-top: 14px;
  }
}
.p-forte__container {
  margin: 69.6px auto 0;
}
@media screen and (min-width: 768px) {
  .p-forte__container {
    margin: 116px auto 0;
    margin-top: 116px;
    max-width: 960px;
  }
}
.p-forte__container h3 {
  color: #1e52a6;
  font-size: 26.24px;
  font-weight: bold;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-forte__container h3 {
    font-size: 32px;
  }
}
.p-forte__container--items {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 26.4px;
  margin-top: 14.4px;
}
@media screen and (min-width: 768px) {
  .p-forte__container--items {
    gap: 44px;
  }
}
.p-forte__container--items:last-of-type {
  margin-top: 51px;
}
@media screen and (min-width: 768px) {
  .p-forte__container--items:last-of-type {
    margin-top: 85px;
  }
}
.p-forte__container--item h4 {
  font-size: 22.96px;
  font-weight: 500;
  margin-top: 10.8px;
}
@media screen and (min-width: 768px) {
  .p-forte__container--item h4 {
    font-size: 28px;
    margin-top: 18px;
  }
}
.p-forte__container--item p {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-forte__container--item p {
    font-size: 17px;
    min-height: 62px;
  }
}

.p-sustainability__mv {
  height: 376.8px;
  margin-top: 50px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 999px) {
  .p-sustainability__mv {
    height: 628px;
    margin-top: 100px;
  }
}
.p-sustainability__mv img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.p-sustainability__mv::before {
  background-color: #1e52a6;
  bottom: -70px;
  content: "";
  height: 240px;
  left: 7.778%;
  position: absolute;
  width: 2px;
}
@media screen and (max-width: 767px) {
  .p-sustainability__mv::before {
    bottom: -42px;
    height: 144px;
  }
}

.p-sustainability__head h2 {
  font-size: 41px;
  font-weight: bold;
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .p-sustainability__head h2 {
    font-size: 50px;
    margin-top: 100px;
  }
}
.p-sustainability__head p {
  font-size: 14px;
  margin-top: 9.6px;
}
@media screen and (min-width: 768px) {
  .p-sustainability__head p {
    font-size: 17px;
    margin-top: 16px;
  }
}

.p-sustainability__commitment {
  background: #1e52a6;
  margin-top: 157.8px;
}
@media screen and (min-width: 768px) {
  .p-sustainability__commitment {
    margin-top: 263px;
  }
}
.p-sustainability__commitment .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 37.2px;
}
@media screen and (min-width: 768px) {
  .p-sustainability__commitment .flex {
    flex-wrap: nowrap;
    gap: 62px;
  }
}
.p-sustainability__commitment--left {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-sustainability__commitment--left {
    width: 52%;
  }
}
.p-sustainability__commitment--left img {
  margin-top: -81px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-sustainability__commitment--left img {
    margin-top: -135px;
  }
}
.p-sustainability__commitment--right {
  padding: 30px 0 40px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-sustainability__commitment--right {
    padding: 51px 0 81px;
    width: 43%;
  }
}
.p-sustainability__commitment--right h3 {
  color: #fff;
  font-size: 31.16px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-sustainability__commitment--right h3 {
    font-size: 38px;
  }
}
.p-sustainability__commitment--right p {
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 14.4px;
}
@media screen and (min-width: 768px) {
  .p-sustainability__commitment--right p {
    font-size: 17px;
    margin-top: 24px;
    min-height: 254px;
  }
}

.p-sustainability__list {
  display: grid;
  gap: 28.8px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 70.2px;
  margin-bottom: 127.2px;
}
@media screen and (min-width: 768px) {
  .p-sustainability__list {
    gap: 48px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 117px;
    margin-bottom: 212px;
  }
}
.p-sustainability__list li a p {
  font-size: 14px;
  font-weight: bold;
  margin-top: 9.6px;
}
@media screen and (min-width: 768px) {
  .p-sustainability__list li a p {
    font-size: 17px;
    margin-top: 16px;
  }
}

.p-sustainability__news {
  background: #f2f2f2;
  margin-top: 127.2px;
  padding: 62.4px 0 56.4px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-sustainability__news {
    margin-top: 212px;
    padding: 104px 0 94px;
  }
}
.p-sustainability__news::before {
  background-color: #1e52a6;
  content: "";
  height: 97.8px;
  left: 7.778%;
  position: absolute;
  top: -48.6px;
  width: 2px;
}
@media screen and (min-width: 768px) {
  .p-sustainability__news::before {
    height: 163px;
    top: -81px;
  }
}
.p-sustainability__news h3 {
  font-size: 31.16px;
  font-weight: bold;
  margin-bottom: 36px;
}
@media screen and (min-width: 768px) {
  .p-sustainability__news h3 {
    font-size: 38px;
    margin-bottom: 60px;
  }
}
.p-sustainability__news ul {
  display: flex;
  gap: 24px;
  min-width: max-content;
  padding-bottom: 15px;
}
.p-sustainability__news ul .item {
  flex: 0 0 auto;
  width: 231.24px;
}
@media screen and (min-width: 768px) {
  .p-sustainability__news ul .item {
    width: 282px;
  }
}
.p-sustainability__news ul .item dl {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.p-sustainability__news ul .item dl .thumb {
  margin-bottom: 3.6px;
}
@media screen and (min-width: 768px) {
  .p-sustainability__news ul .item dl .thumb {
    margin-bottom: 6px;
  }
}
.p-sustainability__news ul .item dl .thumb a {
  display: block;
}
.p-sustainability__news ul .item dl .thumb a img {
  height: auto;
  width: 100%;
}
.p-sustainability__news ul .item dl .date {
  font-size: 0.82em;
  font-weight: 500;
  margin-bottom: 4.8px;
}
@media screen and (min-width: 768px) {
  .p-sustainability__news ul .item dl .date {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
.p-sustainability__news ul .item dl .meta h3 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 12px;
  min-height: 50px;
}
@media screen and (min-width: 768px) {
  .p-sustainability__news ul .item dl .meta h3 {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.p-sustainability__news ul .item dl .meta h3 a {
  text-decoration: none;
}
.p-sustainability__news ul .item dl .meta h3 a:hover {
  text-decoration: underline;
}
.p-sustainability__news ul .item dl .meta .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.p-sustainability__news ul .item dl .meta .tags .tag {
  background: #1e52a6;
  border-radius: 28px;
  color: #fff;
  font-size: 0.82em;
  font-weight: 500;
  padding: 6px 21px;
}
@media screen and (min-width: 768px) {
  .p-sustainability__news ul .item dl .meta .tags .tag {
    font-size: 14px;
    padding: 7px 25px;
  }
}
.p-sustainability__news .news-list-btn {
  margin-top: 50.4px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-sustainability__news .news-list-btn {
    margin-top: 84px;
  }
}
.p-sustainability__news .news-list-btn a {
  background: #1e52a6;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.114em;
  margin-left: auto;
  overflow: visible;
  padding: 19.68px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 227.96px;
}
@media screen and (min-width: 768px) {
  .p-sustainability__news .news-list-btn a {
    font-size: 17px;
    letter-spacing: 0.094em;
    padding: 24px 0;
    width: 278px;
  }
}
.p-sustainability__news .news-list-btn a::before {
  background-color: #1e52a6;
  content: "";
  height: 2px;
  left: -24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
.p-sustainability__news .news-list-btn a::after {
  background-color: #fff;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
.p-sustainability__news .simplebar-track.simplebar-horizontal {
  bottom: -25.2px;
  left: 50%;
  right: 15px;
  top: unset;
  transform: translateX(-50%);
  width: 227.96px;
}
@media screen and (min-width: 768px) {
  .p-sustainability__news .simplebar-track.simplebar-horizontal {
    bottom: -40px;
  }
}
@media screen and (min-width: 999px) {
  .p-sustainability__news .simplebar-track.simplebar-horizontal {
    bottom: unset;
    height: 16px;
    left: auto;
    right: 30px;
    top: -100.5px;
    transform: unset;
    width: 31%;
    z-index: 10;
  }
}
.p-sustainability__news .simplebar-scrollbar {
  display: block;
}
.p-sustainability__news .simplebar-scrollbar:before {
  background: #1e52a6;
}
.p-sustainability__news .simplebar-scrollbar.simplebar-visible:before {
  opacity: 1;
  transition: opacity 0s linear;
}
.p-sustainability__news .simplebar-track {
  bottom: -25.2px;
  left: 50%;
  right: 15px;
  top: unset;
  transform: translateX(-50%);
  width: 227.96px;
}
@media screen and (min-width: 768px) {
  .p-sustainability__news .simplebar-track {
    bottom: -40px;
  }
}
@media screen and (min-width: 999px) {
  .p-sustainability__news .simplebar-track {
    bottom: unset;
    left: auto;
    right: 30px;
    top: -100.5px;
    transform: unset;
    width: 31%;
  }
}

.p-csr_message {
  padding-bottom: 178.8px;
  padding-top: 49.8px;
}
@media (min-width: 768px) {
  .p-csr_message {
    padding-bottom: 298px;
    padding-top: 83px;
  }
}
.p-csr_message .l-text__h1 {
  padding-bottom: 80.4px;
}
@media screen and (min-width: 768px) {
  .p-csr_message .l-text__h1 {
    padding-bottom: 134px;
  }
}
.p-csr_message__container p {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-csr_message__container p {
    font-size: 17px;
  }
}
.p-csr_message__container ul {
  display: flex;
  flex-direction: column;
  gap: 9.6px;
  margin-top: 34.8px;
}
@media (min-width: 768px) {
  .p-csr_message__container ul {
    gap: 16px;
    margin-top: 58px;
  }
}
.p-csr_message__container ul li {
  font-size: 18.04px;
  font-weight: bold;
  margin-bottom: 8.4px;
}
@media (min-width: 768px) {
  .p-csr_message__container ul li {
    font-size: 22px;
  }
}
.p-csr_message__container ul li span {
  color: #1e52a6;
}
.p-csr_message__container .flex {
  align-items: center;
  gap: 19.68px;
  justify-content: flex-end;
  margin-top: 19.2px;
}
@media screen and (min-width: 768px) {
  .p-csr_message__container .flex {
    gap: 24px;
    margin-top: 32px;
  }
}
.p-csr_message__container .flex img {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .p-csr_message__container .flex img {
    margin-bottom: 0;
  }
}

.p-csr_governance {
  padding-bottom: 162px;
  padding-top: 49.8px;
}
@media (min-width: 768px) {
  .p-csr_governance {
    padding-bottom: 270px;
    padding-top: 83px;
  }
}
.p-csr_governance .l-text__h1 {
  padding-bottom: 80.4px;
}
@media screen and (min-width: 768px) {
  .p-csr_governance .l-text__h1 {
    padding-bottom: 134px;
  }
}
.p-csr_governance__container h2 {
  color: #1e52a6;
  font-size: 16.4px;
  font-weight: bold;
  margin-bottom: 9.6px;
}
@media screen and (min-width: 768px) {
  .p-csr_governance__container h2 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.p-csr_governance__container h2:not(:first-of-type) {
  margin-top: 43.2px;
}
@media screen and (min-width: 768px) {
  .p-csr_governance__container h2:not(:first-of-type) {
    margin-top: 72px;
  }
}
.p-csr_governance__container h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 9.6px;
}
@media screen and (min-width: 768px) {
  .p-csr_governance__container h3 {
    font-size: 17px;
    margin-bottom: 16px;
  }
}
.p-csr_governance__container p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 9.6px;
}
@media screen and (min-width: 768px) {
  .p-csr_governance__container p {
    font-size: 17px;
    margin-bottom: 16px;
  }
}

.p-partnership {
  padding-bottom: 125.4px;
  padding-top: 49.8px;
}
@media (min-width: 768px) {
  .p-partnership {
    padding-bottom: 209px;
    padding-top: 83px;
  }
}
.p-partnership .l-text__h1 {
  padding-bottom: 22.8px;
}
@media screen and (min-width: 768px) {
  .p-partnership .l-text__h1 {
    padding-bottom: 38px;
  }
}
.p-partnership__container p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 21.6px;
}
@media screen and (min-width: 768px) {
  .p-partnership__container p {
    font-size: 17px;
    margin-bottom: 36px;
  }
}
.p-partnership__container h2 {
  color: #1e52a6;
  font-size: 16.4px;
  font-weight: bold;
  margin-bottom: 9.6px;
}
@media screen and (min-width: 768px) {
  .p-partnership__container h2 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.p-partnership__container h3 {
  background: #f2f2f2;
  color: #1e52a6;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 4.8px;
  padding: 16.4px;
}
@media screen and (min-width: 768px) {
  .p-partnership__container h3 {
    font-size: 17px;
    margin-bottom: 8px;
    padding: 20px;
  }
}
.p-partnership__container ul {
  display: flex;
  flex-direction: column;
  gap: 21.6px;
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .p-partnership__container ul {
    gap: 36px;
    margin-bottom: 80px;
  }
}
.p-partnership__container ul li {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-partnership__container ul li {
    font-size: 17px;
  }
}
.p-partnership__container ul li span {
  font-weight: bold;
  margin-bottom: 9.6px;
}
@media screen and (min-width: 768px) {
  .p-partnership__container ul li span {
    margin-bottom: 16px;
  }
}
.p-partnership__container .flex {
  align-items: center;
  gap: 19.68px;
  justify-content: flex-end;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-partnership__container .flex {
    gap: 24px;
    margin-top: 50px;
  }
}
.p-partnership__container .flex img {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .p-partnership__container .flex img {
    margin-bottom: 0;
  }
}

.p-multistakeholder {
  padding-bottom: 136.2px;
  padding-top: 49.8px;
}
@media (min-width: 768px) {
  .p-multistakeholder {
    padding-bottom: 227px;
    padding-top: 83px;
  }
}
.p-multistakeholder .l-text__h1 {
  padding-bottom: 22.8px;
}
@media screen and (min-width: 768px) {
  .p-multistakeholder .l-text__h1 {
    padding-bottom: 38px;
  }
}
.p-multistakeholder__container p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 21.6px;
}
@media screen and (min-width: 768px) {
  .p-multistakeholder__container p {
    font-size: 17px;
    margin-bottom: 36px;
  }
}
.p-multistakeholder__container h2 {
  background: #f2f2f2;
  color: #1e52a6;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 4.8px;
  padding: 16.4px;
}
@media screen and (min-width: 768px) {
  .p-multistakeholder__container h2 {
    font-size: 17px;
    margin-bottom: 8px;
    padding: 20px;
  }
}
.p-multistakeholder__container .flex {
  align-items: center;
  gap: 19.68px;
  justify-content: flex-end;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-multistakeholder__container .flex {
    gap: 24px;
    margin-top: 50px;
  }
}
.p-multistakeholder__container .flex img {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .p-multistakeholder__container .flex img {
    margin-bottom: 0;
  }
}

.p-customer_harassment {
  padding-bottom: 128.4px;
  padding-top: 49.8px;
}
@media (min-width: 768px) {
  .p-customer_harassment {
    padding-bottom: 214px;
    padding-top: 83px;
  }
}
.p-customer_harassment .l-text__h1 {
  padding-bottom: 22.8px;
}
@media screen and (min-width: 768px) {
  .p-customer_harassment .l-text__h1 {
    padding-bottom: 38px;
  }
}
.p-customer_harassment__container p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 21.6px;
}
@media screen and (min-width: 768px) {
  .p-customer_harassment__container p {
    font-size: 17px;
    margin-bottom: 36px;
  }
}
.p-customer_harassment__container h2 {
  background: #f2f2f2;
  color: #1e52a6;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 4.8px;
  padding: 16.4px;
}
@media screen and (min-width: 768px) {
  .p-customer_harassment__container h2 {
    font-size: 17px;
    margin-bottom: 8px;
    padding: 20px;
  }
}
.p-customer_harassment__container .flex {
  flex-direction: column;
  gap: 14.4px;
}
@media screen and (min-width: 768px) {
  .p-customer_harassment__container .flex {
    gap: 147px;
    flex-direction: row;
  }
}
.p-customer_harassment__container .flex ul li {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 14.4px;
}
@media screen and (min-width: 768px) {
  .p-customer_harassment__container .flex ul li {
    font-size: 17px;
    margin-bottom: 24px;
  }
}
.p-customer_harassment__container .flex ul li:last-of-type {
  margin-bottom: 0;
}
.p-customer_harassment__container .flex ul li span {
  font-weight: bold;
}
