/* 追加20240522 */
.philosophy-content__list {
    padding: 40px;
}

.philosophy-content__list>ul {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.philosophy-content__list>ul>li {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 24px;
    border-bottom: 1px solid #DDDDDD;
}

.philosophy-content__list>ul>li:last-child {
    border-bottom: none;
}

.philosophy-content__list>ul>li>h6 {
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    display: flex;
    gap: 8px;
    align-items: center;
}

.philosophy-content__list>ul>li>h6>span {
    font-family: 'Roboto', sans-serif;
    color: #14A83B;
    font-style: italic;
}

.philosophy-content__vision {
    list-style: disc;
    margin-left: 20px;
    font-size: 14px;
}

/* 追加20240617 */

.keieikeikaku,
.action-plan,
.priority-projects,
.stakeholders,
.growth-investment,
.objective,
.attempt,
.return-policy,
.document-download {
    max-width: 1080px;
    margin: 0 auto;
}

.keieikeikaku {
    margin-top: 60px;
}

.keieikeikaku a {
    font-size: 1.4rem;
    font-weight: bold;
    display: block;
    text-align: right;
    color: #14A83B;
    border-bottom: #14A83B;
    text-decoration: underline;
    margin: 2rem 60px;
}

.action-plan-img {
    max-width: 800px;
    margin: 20px auto;
}

.action-plan-img img {
    margin: 40px auto 40px;
}

.action-plan small {
    font-size: 16px;
    max-width: 800px;
    margin: 0 auto;
}

.measures-table-sp {
    display: none;
}

.priority-projects img {
    width: 100%;
    margin: 20px auto 40px;
}

.stakeholders img {
    width: 800px;
    margin: 20px auto 40px;
}

.growth-investment .growth-flex {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 20px 0 0 0;
}

.growth-content {
    width: 200px;
    padding: 24px 1rem;
    background-color: #F7F7F7;
    text-align: center;
}

.growth-content p {
    font-size: 14px;
}

.growth-content .growth-content-title {
    font-size: 18px;
    font-weight: bold;
    color: #14A83B;
    padding-bottom: 5px;
}

.growth-content:nth-child(even) .growth-content-title {
    padding-bottom: 15px;
}

.growth-investment table {
    width: 100%;
    margin: 20px 0 40px 0;
}

.growth-investment table th {
    padding: 15px 0;
    text-align: center;
    background-color: #A9D18E;
    border: #fff 2px solid;
}

.growth-investment table td {
    padding: 15px;
    text-align: left;
    background-color: #E2F0D9;
    border: #fff 2px solid;
    vertical-align: middle;
}

.growth-investment table tr td:first-child,
.growth-investment table tr td:last-child {
    text-align: center;
}

.growth-investment table tr th:first-child,
.growth-investment table tr th:last-child {
    width: 13vw;
}

.growth-investment table td div {
    text-align: left;
}

.objective p span {
    font-size: 1.5rem;
    font-weight: bold;
    padding: 20px 0 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.objective p span::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #14A83B;
    margin-bottom: 3px;
}

.objective table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 40px;
}

.objective table th {
    background-color: #F7F7F7;
    border-top: #CCCCCC 1px solid;
    border-bottom: #CCCCCC 1px solid;
    border-right: #F7F7F7 0px solid;
    border-left: #F7F7F7 0px solid;
    width: 30%;
    font-weight: bold;
    padding: 30px 12px;
    text-align: left;
}

.objective table td {
    border-top: #CCCCCC 1px solid;
    border-bottom: #CCCCCC 1px solid;
    border-right: #fff 0px solid;
    border-left: #fff 0px solid;
    width: 70%;
    font-weight: bold;
    color: #14A83B;
    padding: 30px 12px;
    font-size: 22px;
    letter-spacing: 1px;
}

.attempt table {
    width: 100%;
    margin: 20px 0 40px;
}

.attempt th {
    background-color: #E2F0D9;
    max-width: 100%;
    width: 13vw;
    padding: 15px 20px;
    text-align: center;
    vertical-align: middle;
    border: #fff 2px solid;
}

.attempt td {
    background-color: #E2F0D9;
    padding: 15px 20px;
    vertical-align: middle;
    border: #fff 2px solid;
}

.return-policy {
    margin-bottom: 40px;
}

.return-policy table {
    width: 100%;
    margin: 20px 0 40px;
    display: table;
    table-layout: fixed;
}

.return-policy table br {
    display: none;
}

.return-policy tr {
    display: table-cell;
}

.return-policy th {
    background-color: #A9D18E;
    padding: 15px 20px;
    text-align: center;
    border: #fff 2px solid;
    display: block;
}

.return-policy td {
    background-color: #E2F0D9;
    padding: 15px 20px;
    text-align: center;
    border: #fff 2px solid;
    display: block;
}


.document-download {
    text-align: center;
}

.document-download h2 {
    text-align: left;
}

.document-download h2 br {
    display: none;
}

.document-download a {
    margin: 40px auto 70px;
}

.document-download .green-link-btn.dl-btn {
    width: min(400px, 100%);
}

/* .document-download .green-link-btn i {
    right: 5rem !important;
} */

.page-contact {
    max-width: 1080px;
    width: 80%;
    margin: 80px auto 20px;
    padding: 80px 30px;
    box-shadow: 0 3px 6px;
}

.page-contact .page-contact-flex {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3vw;
}

.page-contact-flex p {
    font-size: 30px;
    font-weight: bold;
}

.page-contact-flex p em {
    font-family: "Roboto", sans-serif;
    font-style: italic;
    font-weight: 900;
    font-size: .4em;
    color: #14AA3B;
    display: block;
    margin: 0 0 10px -10px;
}

.page-contact-flex .flex-border {
    height: 80px;
    width: auto;
    border-left: #AAAAAA 2px solid;
}

.page-contact-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3vw;
}

.page-contact-link .link-tel {
    display: flex;
    align-items: center;
}

.page-contact-link .link-tel img {
    height: 28px;
    margin: 0 5px 15px 0;
}

.page-contact-link .link-tel p {
    width: fit-content;
    font-size: 10px;
    font-weight: bold;
    color: #14AA3B;
}

.page-contact-link .link-tel p em {
    font-family: "Roboto", sans-serif;
    font-style: italic;
    font-weight: 900;
    font-size: 32px;
    display: block;
    margin: 0;
    white-space: nowrap;
}

.page-contact-link .link-tel em img {
    display: inline-block;
    height: 30px;
    vertical-align: middle;
}

.page-contact-link .link-tel span {
    font-family: "Roboto", sans-serif;
    font-style: italic;
    font-weight: bold;
    font-size: 13px;
    padding: 0 3px;
}

.page-contact-link .link-form {
    white-space: nowrap;
    color: #14AA3B;
    font-size: 16px;
    font-weight: bold;
    border: #14AA3B 2px solid;
    width: 100%;
    background: transparent;
    text-align: center;
    padding: 0 2vw;
    line-height: 60px;
    position: relative;
    display: block;
    z-index: 1;
    transition: .2s;
    overflow: hidden;
}

.page-contact-link .link-form::before,
.page-contact-link .link-form::after {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    transition: transform ease .3s;
}

.page-contact-link .link-form::before {
    right: 0px;
    border-right: 60px solid transparent;
    border-bottom: 60px solid #14aa3b;
    transform: translateX(-100%);
}

.page-contact-link .link-form::after {
    left: 0px;
    border-left: 60px solid transparent;
    border-top: 60px solid #14aa3b;
    transform: translateX(100%);
}

.page-contact-link .link-form:hover {
    color: #fff;
    z-index: 2;
}

.page-contact-link .link-form:hover::before {
    transform: translateX(-30%);
}

.page-contact-link .link-form:hover::after {
    transform: translateX(30%);
}

.sp {
    display: none !important;
}

@media screen and (max-width: 767px) {
    .pc {
        display: none;
    }

    .sp {
        display: block !important;
        width: 80%;
        margin: 40px auto;
    }

    .keieikeikaku a {
        font-size: 1.2rem;
        margin: 2rem 0;
        white-space: nowrap;
    }

    .action-plan {
        max-width: fit-content;
    }

    .measures-table {
        display: none;
    }

    .measures-table-sp {
        display: block;
        overflow-x: scroll;
        margin-bottom: 20px;
    }

    .measures-table-sp div {
        width: 600px;
    }

    .growth-investment .growth-flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .growth-investment .growth-flex::after {
        content: "";
        display: block;
        width: 48%;
    }

    .growth-investment table tr th:first-child,
    .growth-investment table tr th:last-child {
        width: fit-content;
    }

    .growth-content {
        width: 48%;
    }

    .table-scroll {
        overflow-x: scroll;
    }

    .growth-investment table {
        width: 180%;
    }

    .objective table th,
    .objective table td {
        display: block;
        width: 100%;
        text-align: left;
        padding: 16px 12px;
    }

    .attempt table th,
    .attempt table td {
        display: block;
        width: 100%;
        text-align: left;
    }

    .attempt table td {
        background-color: #fff;
    }

    .return-policy table br {
        display: block;
    }

    .return-policy table tr {
        display: block;
    }

    .document-download h2 br {
        display: block;
    }

    .page-contact {
        max-width: 1080px;
        width: 80%;
        margin: 80px auto 20px;
        padding: 30px 30px 20px;
        box-shadow: 0 3px 6px;
    }

    .page-contact-flex {
        flex-direction: column;
        justify-content: center;
        gap: 20px;
    }

    .page-contact-flex p {
        font-size: 20px;
        font-weight: bold;
        white-space: nowrap;
    }

    .page-contact-flex p em {
        font-family: "Roboto", sans-serif;
        font-style: italic;
        font-weight: 900;
        font-size: .5em;
        color: #14AA3B;
        display: block;
        margin: 0 0 10px -10px;
    }

    .flex-border {
        display: none;
    }

    .page-contact-link {
        flex-direction: column;
        padding: 0 20px 20px;
    }

    .page-contact-link .link-tel p em {
        font-size: 25px;
    }

    .page-contact-link .link-form {
        padding: 10px 20px;
    }
}

/* 追加20240925 */

.sports-yell-company img {
    height: 288px;
    object-fit: contain;
}

.tdfd-content .shihyo-graph img {
    width: 100%;
}

/* 追加20241205 */
.risk-description__flex {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .risk-description__flex {
        flex-direction: column;
        gap: 16px;
    }
}

sub {
    font-size: 12px;
    display: inline-block;
    position: relative;
    transform: translateY(-2px);
}

.mask-w::before {
    bottom: -1px;
}

.gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 1rem;
}
.img1 { grid-area: 1 / 1 / 2 / 2; }
.img2 { grid-area: 1 / 2 / 2 / 3; }
.caption1 { grid-area: 2 / 1 / 3 / 3; }
.img3 { grid-area: 1 / 3 / 2 / 4; }
.caption2 { grid-area: 2 / 3 / 3 / 4; }
.gallery img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}
.gallery figcaption {
    text-align: center;
}
@media (max-width: 768px) {
    .gallery {
	    grid-template-columns: 1fr;
	    grid-template-rows: repeat(5, auto);
    }
    .img1 { grid-area: 1 / 1; }
    .img2 { grid-area: 2 / 1; }
    .caption1 { grid-area: 3 / 1; }
    .img3 { grid-area: 4 / 1; }
    .caption2 { grid-area: 5 / 1; }
}
.content__flex {
	display: flex;
	justify-content: end;
	align-items: center;
}
@media screen and (max-width: 767px) {
    .content__flex {
        display: block;
    }
}



/* ---------------------------------
  追加20251120
----------------------------------*/

/* TOP */
@media screen and (max-width: 767px) {
  .top-mv,
  .top-service-pc
  {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .top-mv-sp,
  .top-service-sp {
    display: none !important;
  }
}


/* フォーム */

.form-button input[disabled] {
  opacity: 0.5;
  cursor: not-allowed !important;
}


.not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
}

.confirm .form-area__block {
    display: flex;
    align-items: center;
}


.confirm .form-button.return-btn input {
    width: 18rem;
    padding: 2rem 4.8rem;
    border: 2px solid #999;
    color: #999;
    transition: .3s ease;
    display: inline-block;
    font-weight: 700;
    text-align: center;
    background: url(../images/common/link-icon-g.svg) no-repeat 1.6rem center / 2rem;
    position: relative;
    z-index: 1;
    cursor: pointer;
    text-decoration: none;
}

.confirm .form-button.return-btn input:hover {
    opacity: 0.7;
}



.confirm .form-button.return-btn::after, .confirm .form-button.return-btn::before {
    display: none;
}

@media screen and (min-width: 768px) {
  .recruit-tel__wrap{
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;

  }
}


/* ---------------------------------
  追加20251203
----------------------------------*/

/* 技術紹介TOP・施工実績TOP */

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px 1px;
}
@media screen and (max-width: 767px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 1px;
  }
}
.gallery-grid__image {
  overflow: hidden;
  display: block;
}
.gallery-grid__image img {
  width: 100%;
  height: auto;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.gallery-grid__link {
  display: block;
  text-decoration: none;
}
@media (any-hover: hover) {
  .gallery-grid__link:hover img {
    opacity: 0.5;
    transform: scale(1.1);
  }
  .gallery-grid__link:hover .gallery-grid__caption span {
    color: #14aa3b;
  }
}
.gallery-grid__caption {
  padding-block: 0.65em 0.75em;
  padding-inline: 0.4em;
}
.gallery-grid__caption span {
  text-decoration: none;
  color: #333;
  transition: color 0.4s ease;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .gallery-grid__caption span {
    font-size: 14px;
    line-height: 1.4285714286;
  }
}
.gallery-grid__caption .link-arrow--right {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  background: url("../images/common/link-icon.svg") no-repeat center center;
}
@media screen and (max-width: 767px) {
  .gallery-grid__caption .link-arrow--right {
    margin-left: 6px;
  }
}

.anchor-links {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 60px;
}
@media screen and (max-width: 1200px) {
  .anchor-links {
    width: 1200px;
  }
}
@media screen and (max-width: 1023px) {
  .anchor-links {
    width: 100vw;
  }
}
@media screen and (max-width: 767px) {
  .anchor-links {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 4.8rem;
    transform: none;
    left: auto;
    margin-inline: -16px;
  }
}
.anchor-links__item {
  display: block;
  overflow: hidden;
}
.anchor-links__item:hover .anchor-links__image {
  transform: scale(1.2);
  opacity: 0.8;
}
.anchor-links__figure {
  margin: 0;
  position: relative;
}
.anchor-links__figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.55), rgba(255, 255, 255, 0));
  z-index: 0;
}
.anchor-links__image {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.anchor-links__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-inline: 15px;
  padding-bottom: 12px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .anchor-links__caption {
    padding-inline: 10px;
    padding-bottom: 8px;
  }
}
.anchor-links__caption .link-arrow--down {
  position: relative;
  vertical-align: bottom;
}
.anchor-links__caption .link-arrow--down::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/common/link-icon-b.svg") no-repeat center bottom;
}
.anchor-links__label {
  display: flex;
  flex-direction: column;
}
.anchor-links__en {
  font-size: 10px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .anchor-links__en {
    font-size: 8px;
  }
}
.anchor-links__ja {
  -webkit-margin-before: 0.3em;
          margin-block-start: 0.3em;
  font-size: 16px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .anchor-links__ja {
    font-size: 14px;
  }
}

/* 施工実績仕様 */
.case-index__inner {
  max-width: 100%;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .case-index__inner {
    padding-inline: 16px;
  }
}
.case-index__inner .category-list__ttl {
  padding-bottom: 0;
  border: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .case-index__inner .category-list__ttl {
    padding-bottom: 0;
    border: none;
  }
}
.case-index__inner .gallery-grid {
  gap: 15px 0;
}
@media screen and (max-width: 767px) {
  .case-index__inner .gallery-grid {
    gap: 16px 0;
  }
}

.list-more-btn {
      margin-top: 4.8rem;
      text-align: center;
}
@media screen and (max-width: 767px) {
  .list-more-btn {
    margin: 2rem auto 0;
  }
}



/* IRカレンダー */

.calender-list .news-list {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.calender-list .news-list.show {
  opacity: 1;
}


/***
header styles 2025-12.23
***/
.megamenu {
  z-index: auto;
}
@media screen and (max-width: 767px) {
  .hamburger {
    z-index: auto;
    margin-inline: -16px;
    box-shadow: inset 0 6px 6px -3px rgba(0, 0, 0, .16);
  }
}


/* wp-block-table */
.wp-block-table{overflow-x:auto}.wp-block-table table{border-collapse:collapse;width:100%}.wp-block-table thead{border-bottom:3px solid}.wp-block-table tfoot{border-top:3px solid}.wp-block-table td,.wp-block-table th{border:1px solid;padding:.5em}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{background-color:initial;border-collapse:inherit;border-spacing:0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:#0000}.wp-block-table.is-style-stripes{border-bottom:1px solid #f0f0f0}.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>*{border-color:inherit}.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th{border-top-color:inherit}.wp-block-table table[style*=border-top-color] tr:not(:first-child){border-top-color:initial}.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>*{border-right-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th{border-bottom-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:not(:last-child){border-bottom-color:initial}.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>*{border-left-color:inherit}.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]>*{border-style:inherit}.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>*{border-style:inherit;border-width:inherit}


/* wp-block-library-inline-css */
:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}

/* 追加20260313 DX */
@charset "UTF-8";
/* DXへの取り組み（dx-initiative） */

/* 人材育成表 */
.table-t5 {
    display:grid;
  grid-template-columns: 160px 1fr 1fr 1fr;
  gap: 0.3rem;
}

.table-t5__block {
  display:contents;
}

.table-t5__td,.table-t5__th {
    min-height: 4.8rem;
    padding: .4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center
}

.table-t5__td.--left,.table-t5__th.--left {
    padding: 1rem;
    align-items: start;
    text-align: left;
        justify-content: flex-start;
    
}

.table-t5__th {
    background-color: #a9d18e
}

.table-t5__td {
    background-color: #e2f0d9;
}

.table-t5__td li {
    margin-bottom: 8px;
    padding-left: 1.6rem;
    position: relative;
}

.table-t5__td li:before {
    content: "";
    display: block;
    width: .8rem;
    height: .8rem;
    background-color: #14aa3b;
    position: absolute;
    top: .6rem;
    left: 0;
    border-radius: 50%;
}

.table-t5__td li:last-child {
    margin-bottom: 0;
}

.table-t5__block small {
    font-size: 1.2rem
}