@charset "UTF-8";
:root {
  --digital: #1570BF;
  --education: #F64A4A;
  --medical: #ED6A02;
  --area: #D7A700;
  --environment: #28A838;
  --management: #003067;
}

.c-inner {
  max-width: 1264px;
  padding: 0 32px;
  margin: 0 auto;
}

.c-section-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 38% 4% 58%;
  grid-template-columns: 38% 58%;
  gap: 4%;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .c-section-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 40px;
  }
}

.c-section-content--wide {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .c-section-content--wide {
    margin-top: 40px;
  }
}

.c-section-content--wide-divercity {
  margin-top: 140px;
}
@media (max-width: 768px) {
  .c-section-content--wide-divercity {
    margin-top: 50px;
  }
}

.c-section-content__lead {
  font-size: 17px;
}

h3 + .c-section-content__lead {
  margin-top: 20px;
}

.c-section-content__box {
  margin-top: 50px;
  border-radius: 16px;
  overflow: hidden;
  background-color: #fff;
}
@media (max-width: 768px) {
  .c-section-content__box {
    margin-top: 30px;
  }
}

.c-section-content__box-title {
  display: -ms-grid;
  display: grid;
  place-items: center;
  height: 64px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  background-color: #1570BF;
}
@media (max-width: 768px) {
  .c-section-content__box-title {
    font-size: 15px;
  }
}

.c-section-content__box-contents {
  display: -ms-grid;
  display: grid;
  place-items: center;
  margin: 0 auto;
  padding: 20px 32px 32px;
}

.c-section-content__box-text {
  max-width: 288px;
  font-size: 24px;
}
@media (max-width: 768px) {
  .c-section-content__box-text {
    font-size: 20px;
  }
}

.c-section-content__box-text--wide {
  max-width: 350px;
}

.c-section-content__box-lead {
  margin-top: 5px;
  font-weight: 600;
}
.c-section-content__box-lead .p-action-top__large-letter {
  font-size: 32px;
}
@media (max-width: 768px) {
  .c-section-content__box-lead .p-action-top__large-letter {
    font-size: 26px;
  }
}

.c-action-section {
  padding: 80px 0 160px;
}
@media (max-width: 768px) {
  .c-action-section {
    padding: 74px 0 86px;
  }
}

.c-action-section__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  font-size: 40px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .c-action-section__title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .c-action-section__title-text {
    margin-top: 0.25em;
  }
}

.c-action-section__title-icon {
  display: -ms-grid;
  display: grid;
  place-items: center;
  min-width: 70px;
  height: 70px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #fff;
}
.c-action-section__title-icon img {
  max-width: 70%;
}
@media (max-width: 768px) {
  .c-action-section__title-icon {
    min-width: 40px;
    height: 40px;
  }
}

.c-action-section__main-title {
  margin-right: 24px;
}
@media (max-width: 768px) {
  .c-action-section__main-title {
    margin-right: 10px;
  }
}

.c-action-section__sub-title {
  display: inline-block;
  padding: 0 14px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  border-radius: 9999px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .c-action-section__sub-title {
    font-size: 13px;
    padding: 2px 12px;
  }
}

.c-action-section__case-lists {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 56px 1fr 56px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
  margin-top: 26px;
}
@media (max-width: 768px) {
  .c-action-section__case-lists {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.c-action-section__case-lists .c-action-section__case-lists-lead {
  margin-top: 26px;
  color: #000;
}
@media (max-width: 768px) {
  .c-action-section__case-lists .c-action-section__case-lists-lead {
    margin-top: 20px;
  }
}

.c-action-section__case-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  margin-top: 24px;
}

.c-action-section__case-lists-title {
  font-size: 20px;
  font-weight: 600;
  color: #0C0D6A;
}
@media (max-width: 768px) {
  .c-action-section__case-lists-title {
    font-size: 17px;
  }
}

.c-action-section__case-lists-lead {
  margin-top: 7px;
  font-size: 17px;
}

.c-action-section__case-icon {
  max-width: 30px;
}

.c-action-section__case {
  margin-top: 78px;
}
@media (max-width: 768px) {
  .c-action-section__case {
    margin-top: 55px;
  }
}

.c-action-section__case-title {
  font-size: 28px;
  font-weight: 600;
  color: #0C0D6A;
}
@media (max-width: 768px) {
  .c-action-section__case-title {
    font-size: 20px;
  }
}

.c-section-bg {
  max-width: 1200px;
  margin: 40px auto 0;
  padding: 60px 32px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .c-section-bg {
    padding: 40px 32px;
  }
}
.c-section-bg--environment {
  background-image: url(../img/action-environment-bg.webp);
}
@media (max-width: 768px) {
  .c-section-bg--environment {
    background-position: left 20% center;
  }
}
.c-section-bg--management01 {
  background-image: url(../img/action-management-bg01.webp);
}
@media (max-width: 768px) {
  .c-section-bg--management01 {
    background-position: left 65% center;
  }
}
.c-section-bg--management02 {
  background-image: url(../img/action-management-bg02.webp);
}

.c-section-bg--double {
  margin-top: 72px;
}
@media (max-width: 768px) {
  .c-section-bg--double {
    margin-top: 64px;
  }
}

.c-section-bg__title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 768px) {
  .c-section-bg__title {
    font-size: 18px;
  }
}
.c-section-bg__title br {
  display: none;
}
@media (max-width: 768px) {
  .c-section-bg__title br {
    display: block;
  }
}

.c-section-bg__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .c-section-bg__lists {
    margin-top: 16px;
    gap: 16px;
  }
}

.c-section-bg__lists-item {
  max-width: 370px;
  width: 100%;
  padding: 34px 20px;
  color: #2E3192;
  font-weight: 600;
  border-radius: 14px;
  background-color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .c-section-bg__lists-item {
    border-radius: 12px;
  }
}

.c-section-bg__list-title {
  font-size: 20px;
}
@media (max-width: 768px) {
  .c-section-bg__list-title {
    font-size: 17px;
  }
}

.c-section-bg__list-subtitle {
  margin-top: 15px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .c-section-bg__list-subtitle {
    margin-top: 10px;
    font-size: 13px;
  }
}

.c-section-bg__list-text {
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .c-section-bg__list-text {
    font-size: 20px;
  }
}

.c-section-bg__list-text--large {
  margin-right: 5px;
  font-family: "Montserrat", sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 768px) {
  .c-section-bg__list-text--large {
    font-size: 52px;
  }
}

.c-case-link {
  position: relative;
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 100%;
  height: 85px;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  border-radius: 6px;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (min-width: 769px) {
  .c-case-link:hover {
    background-color: #fff;
  }
}
.c-case-link--environment {
  border: 2px solid var(--environment);
  background-color: var(--environment);
}
@media (min-width: 769px) {
  .c-case-link--environment:hover {
    color: var(--environment);
  }
  .c-case-link--environment:hover::before, .c-case-link--environment:hover::after {
    background-color: var(--environment);
  }
}
.c-case-link--management {
  border: 2px solid var(--management);
  background-color: var(--management);
}
@media (min-width: 769px) {
  .c-case-link--management:hover {
    color: var(--management);
  }
  .c-case-link--management:hover::before, .c-case-link--management:hover::after {
    background-color: var(--management);
  }
}

@media (max-width: 768px) {
  .c-case-link {
    width: 100%;
    height: 64px;
    font-size: 12px;
  }
}
.c-case-link::before,
.c-case-link::after {
  content: "";
  width: 10px;
  height: 1px;
  display: inline-block;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  right: 28px;
}

.c-case-link::before {
  top: calc(50% - 4px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-case-link::after {
  bottom: calc(50% - 4px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-action {
  line-height: 1.5;
}
.p-action img {
  width: 100%;
}
.p-action a {
  text-decoration: none !important;
}

.p-action-top {
  padding-bottom: 100px;
}

.p-action-top__lead {
  margin-top: 70px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .p-action-top__lead {
    margin-top: 50px;
    font-size: 16px;
    text-align: left;
  }
}

.p-action-top__contents {
  margin-top: 54px;
}

.p-action-top__item {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.p-action-top__item + .p-action-top__item {
  margin-top: 5px;
}
.p-action-top__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
}
@media (max-width: 768px) {
  .p-action-top__item::before {
    width: 100%;
    height: 3px;
  }
}
@media (max-width: 768px) {
  .p-action-top__item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.p-action-top__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
  height: 100%;
  padding: 24px 38px;
  border-right: 1px solid #fff;
}
.p-action-top__item-title img {
  width: 50px;
}
@media (max-width: 768px) {
  .p-action-top__item-title img {
    width: 32px;
  }
}
.p-action-top__item-title p {
  font-size: 18px;
}
@media (max-width: 768px) {
  .p-action-top__item-title p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-action-top__item-title {
    gap: 18px;
    padding: 14px 20px;
    border-bottom: 1px solid #fff;
    border-right: none;
  }
}

.p-action-top__item-contents {
  position: relative;
  padding: 24px 38px;
}
@media (max-width: 768px) {
  .p-action-top__item-contents p:not(.p-action-top__large-letter) {
    font-size: 13px;
    text-align: center;
  }
}
.p-action-top__item-contents p + p {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .p-action-top__item-contents p + p {
    margin-top: 13px;
  }
}
.p-action-top__item-contents p span + * {
  margin-left: 6px;
}
.p-action-top__item-contents::before, .p-action-top__item-contents::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 32px;
  width: 1px;
  height: 10px;
  display: inline-block;
  border-radius: 2px;
  background: #000;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
@media (max-width: 768px) {
  .p-action-top__item-contents::before, .p-action-top__item-contents::after {
    top: inherit;
    right: inherit;
    left: 50%;
    bottom: 12px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-action-top__item-contents::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.p-action-top__item-contents::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media (max-width: 768px) {
  .p-action-top__item-contents {
    padding: 17px 14px 35px;
  }
}

@media (max-width: 768px) {
  .p-action-top__item-contents-left {
    width: 80%;
    margin: 0 auto;
    text-align: left !important;
  }
}

.p-action-top__large-letter {
  font-size: 28px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .p-action-top__large-letter {
    font-size: 21px;
    text-align: center;
  }
}

span + .p-action-top__large-letter {
  margin-left: 6px;
}

.p-action-top__small {
  margin-left: 6px;
  font-size: 11px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-action-top__small {
    margin-left: 3px;
    font-size: 12px;
  }
}

.p-action-top__small-letter {
  font-size: 17px;
  color: var(--management);
  margin-left: 4px;
}
@media (max-width: 768px) {
  .p-action-top__small-letter {
    font-size: 11px;
  }
}

.p-action-top__item--digital {
  background-color: #ECF5F7;
}
.p-action-top__item--digital::before {
  background-color: var(--digital);
}
.p-action-top__item--digital .p-action-top__large-letter,
.p-action-top__item--digital .c-action-section__title {
  color: var(--digital);
}
.p-action-top__item--digital .c-action-section__sub-title,
.p-action-top__item--digital .c-section-content__box-title {
  background-color: var(--digital);
}

.p-action-top__item--education {
  background-color: #FAEFEF;
}
.p-action-top__item--education::before {
  background-color: var(--education);
}
.p-action-top__item--education .p-action-top__large-letter,
.p-action-top__item--education .c-action-section__title {
  color: var(--education);
}
.p-action-top__item--education .c-action-section__sub-title,
.p-action-top__item--education .c-section-content__box-title {
  background-color: var(--education);
}

.p-action-top__item--medical {
  background-color: #FCF1E9;
}
.p-action-top__item--medical::before {
  background-color: var(--medical);
}
.p-action-top__item--medical .p-action-top__large-letter,
.p-action-top__item--medical .c-action-section__title {
  color: var(--medical);
}
.p-action-top__item--medical .c-action-section__sub-title,
.p-action-top__item--medical .c-section-content__box-title {
  background-color: var(--medical);
}

.p-action-top__item--area {
  background-color: #FFFDF1;
}
.p-action-top__item--area::before {
  background-color: var(--area);
}
.p-action-top__item--area .p-action-top__large-letter,
.p-action-top__item--area .c-action-section__title {
  color: var(--area);
}
.p-action-top__item--area .c-action-section__sub-title,
.p-action-top__item--area .c-section-content__box-title {
  background-color: var(--area);
}

.p-action-top__item--environment {
  background-color: #F3FBF2;
}
.p-action-top__item--environment::before {
  background-color: var(--environment);
}
.p-action-top__item--environment .p-action-top__large-letter,
.p-action-top__item--environment .c-action-section__title {
  color: var(--environment);
}
.p-action-top__item--environment .c-action-section__sub-title,
.p-action-top__item--environment .c-section-content__box-title {
  background-color: var(--environment);
}

.p-action-top__item--management {
  background-color: #F5F5F8;
}
.p-action-top__item--management::before {
  background-color: var(--management);
}
.p-action-top__item--management .p-action-top__large-letter,
.p-action-top__item--management .c-action-section__title {
  color: var(--management);
}
.p-action-top__item--management .c-action-section__sub-title,
.p-action-top__item--management .c-section-content__box-title {
  background-color: var(--management);
}
@media (max-width: 768px) {
  .p-action-top__item--management .p-action-top__item-contents p {
    text-align: left;
  }
}

.p-action-management {
  margin-top: 130px;
}
@media (max-width: 768px) {
  .p-action-management {
    margin-top: 50px;
  }
}

.p-action-management__box-lead {
  display: block;
}
@media (max-width: 768px) {
  .p-action-management__box-lead {
    display: inline-block;
  }
}

.p-action-management-case {
  margin: 58px auto 0;
  padding: 0 20px;
}

.p-action-management-case__inner {
  padding: 56px 32px;
  border-radius: 6px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .p-action-management-case__inner {
    padding: 40px 22px;
  }
}

.p-action-management-case__title {
  color: var(--management);
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 768px) {
  .p-action-management-case__title {
    font-size: 18px;
  }
}

.p-action-management-case__lists {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 16px auto 16px auto;
  grid-template-rows: repeat(3, auto); /* ← 行の数を決める！ */
  grid-auto-flow: column; /* 縦→横の順で配置 */
  -ms-grid-columns: auto 40px auto;
  grid-template-columns: auto auto; /* （なくても自動で生成される） */
  gap: 16px 40px;
  max-width: 950px;
  margin: 32px auto 0;
}

.p-action-management-case__lists > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-action-management-case__lists > *:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.p-action-management-case__lists > *:nth-child(3) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.p-action-management-case__lists > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.p-action-management-case__lists > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.p-action-management-case__lists > *:nth-child(6) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
@media (max-width: 768px) {
  .p-action-management-case__lists {
    margin-top: 20px;
    -ms-grid-rows: none;
    grid-template-rows: none;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }
  .p-action-management-case__lists > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}

.p-action-management-case__item {
  padding-left: 1em;
  text-indent: -0.8em;
  font-size: 17px;
}
.p-action-management-case__item::before {
  content: "";
  display: inline-block;
  min-width: 6px;
  height: 6px;
  margin-right: 0.5em;
  border-radius: 50%;
  vertical-align: middle;
  background-color: var(--management);
}
@media (max-width: 768px) {
  .p-action-management-case__item {
    font-size: 16px;
  }
}
.p-action-management-case__item a {
  color: #000;
  text-decoration: underline !important;
  text-underline-offset: 8px;
}

.p-action-management-case__note {
  margin-top: 32px;
}
@media (max-width: 768px) {
  .p-action-management-case__note {
    margin-top: 20px;
    font-size: 13px;
  }
}