@charset "UTF-8";
html {
    overflow-x: hidden;
    text-align: justify;
}

main {
    max-width: 1070px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 768px) {
    main {
        padding-top: 70px;
    }
}

section>*:first-child {
    margin-top: 0;
}

.section {
    margin-bottom: 75px;
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.crumb {
    padding: 15px 0;
}

.crumb:not(:last-of-type) {
    margin-top: -60px;
}

@media screen and (max-width: 768px) {
    .crumb:not(:last-of-type) {
        margin: -55px 0 20px;
    }
}

.crumb:not(:first-of-type) {
    margin-top: 90px;
    margin-bottom: -80px;
    padding: 0 0 15px;
}

@media screen and (max-width: 768px) {
    .crumb:not(:first-of-type) {
        margin-top: 100px;
        margin-bottom: -40px;
    }
}

.crumbList {
    line-height: 1.5;
    text-align: left;
}

.crumbList__item {
    display: inline;
    color: #008d54;
    font-size: 1.4rem;
}

.crumbList__item:not(:first-child)::before {
    display: inline-block;
    color: #000;
    content: "＞";
}

.crumbList__link {
    color: #000;
    text-decoration: none;
}

.category__title {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-start;
    height: 174px;
    margin-bottom: 45px;
    color: #008d54;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", sans-serif;
    font-size: 4.2rem;
    line-height: 1.4;
}

@media screen and (max-width: 768px) {
    .category__title {
        min-height: 96px;
        height: auto;
        margin-bottom: 40px;
        font-size: 2.8rem;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.category__title::before {
    display: block;
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    background-color: #e5f3ed;
    content: "";
}

.category__title+.buttons {
    margin-top: 0;
}

.title--large {
    margin-top: 32px;
    margin-bottom: 32px;
    font-size: 3rem;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .title--large {
        margin-top: 25px;
        margin-bottom: 16px;
        font-size: 2.4rem;
    }
}

.title--border {
    padding-bottom: 6px;
    border-bottom: 1px solid #00664b;
}

@media screen and (max-width: 768px) {
    .title--border {
        padding-bottom: 8px;
    }
}

.title--small {
    margin-top: 32px;
    margin-bottom: 5px;
    font-size: 2.4rem;
    line-height: 1.75;
}

@media screen and (max-width: 768px) {
    .title--small {
        margin-bottom: 10px;
        font-size: 1.8rem;
    }
}

.title--color--green {
    color: #008d54;
}

@media screen and (max-width: 768px) {
    .title+.anchorList {
        margin-top: -7px;
        border-top: none;
    }
}

.text {
    margin-bottom: 30px;
    font-size: 1.8rem;
    line-height: 1.8;
    word-break: break-all;
    text-align: justify;
}

@media screen and (max-width: 768px) {
    .text {
        margin-bottom: 30px;
        font-size: 1.4rem;
    }
}

.text+.text__notice {
    margin-top: -20px;
}

@media screen and (max-width: 768px) {
    .text+.text__notice {
        margin-top: -10px;
    }
}

.text+.linkCaption {
    margin-top: -10px;
}

@media screen and (max-width: 768px) {
    .text+.linkCaption {
        margin-top: -15px;
    }
}

.text__notice {
    font-size: 1.4rem;
    line-height: 1.7;
}

.text__notice.text--indent {
    padding-left: 1.8rem;
    text-indent: -1.8rem;
}

.text__notice.text--indent-emtpy {
    padding-left: 1.4rem;
    text-indent: -1.6rem;
}

@media screen and (max-width: 768px) {
    .text__notice {
        font-size: 1.2rem;
        line-height: 1.8;
    }
}

.text__link {
    display: inline-block;
    position: relative;
    padding: 0 0 0 20px;
    color: #000;
    font-size: 1.8rem;
    line-height: 1.35;
    text-decoration: none;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .text__link {
        font-size: 1.4rem;
    }
}

.text__link::before {
    display: block;
    position: absolute;
    top: 50%;
    left: -8px;
    width: 12px;
    height: 12px;
    margin-top: -2px;
    transform: rotate(45deg) translateY(-50%);
    border: 1px solid;
    border: thin solid;
    border-color: #008d54 #008d54 transparent transparent;
    content: "";
}

@media screen and (max-width: 768px) {
    .text__link::before {
        width: 11px;
        height: 11px;
    }
}

.text__link[target="_blank"] {
    padding-right: 20px;
}

.text__link[target="_blank"]::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 12px;
    height: 12px;
    margin-left: 8px;
    transform: translateY(-50%);
    background: url(/common/img/blank_icon.png) no-repeat center/contain;
    background-size: contain;
    content: "";
}


.text__link[href*=".pdf"] {
    padding-right: 28px;
}

@media screen and (max-width: 768px) {
    .text__link[href*=".pdf"] {
        padding-right: 20px;
    }
}

.text__link[href*=".pdf"]::after {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 8px;
    background: url(/common/img/pdf_icon.png) no-repeat center/contain;
    content: "";
}

@media screen and (max-width: 768px) {
    .text__link[href*=".pdf"]::after {
        width: 12px;
        height: 12px;
    }
}

.text__link:hover {
    border-color: #008d54;
    color: #008d54;
}

.text__link:hover span {
    border-color: #008d54;
    color: #008d54;
}

.text__link span {
    display: inline-block;
    border-bottom: 1px solid transparent;
    color: #000;
    text-decoration: none;
    transition: 0.3s;
}

.borderBox {
    padding: 3.8475%;
    border: solid 1px #231815;
}

.borderBox>*:first-child {
    margin-top: 0;
}

.borderBox>*:last-child {
    margin-bottom: 0;
}

.card {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
    .card {
        margin-bottom: 40px;
    }
}

.card--col2 .card__item {
    width: 48.07695%;
    margin-right: 3.8461%;
    margin-bottom: 1.92305%;
}

.card .card__item--onlycaption {
    width: 100%;
    margin-top: -20px;
}

.card .card__item--onlycaption .card__caption {
    text-align: center;
}

@media screen and (max-width: 768px) {
    .card--col2 .card__item {
        width: 100%;
        margin-right: 0;
    }
    .card .card__item--onlycaption {
        margin-top: 0 !important;
    }
    .card .card__item--onlycaption .card__caption {
        text-align: left;
        padding-left: 0 !important;
    }
}

.card--col2 .card__item:nth-child(2n) {
    margin-right: 0;
}

.card--col3 .card__item {
    width: 30.76593%;
    margin-right: 3.8461%;
    margin-bottom: 1.92305%;
}

@media screen and (max-width: 768px) {
    .card--col3 .card__item {
        width: 100%;
        margin-right: 0;
    }
}

.card--col3 .card__item:nth-child(3n) {
    margin-right: 0;
}


/* .card--col4 .card__item {
  width: 22.11688%;
  margin-right: 3.8461%;
  margin-bottom: 1.92305%;
}

@media screen and (max-width: 768px) {
  .card--col4 .card__item {
    width: 100%;
    margin-right: 0;
  }
}

.card--col4 .card__item:nth-child(4n) {
  margin-right: 0;
} */

@media screen and (max-width: 768px) {
    .card__item:not(:first-child) {
        margin-top: 20px;
    }
}

.card>*:last-child {
    margin-bottom: 0;
}

.card__img {
    width: 100%;
}

.card__caption {
    display: inline-block;
    width: 100%;
    margin: 12px 0 0;
    color: #000;
    font-size: 1.8rem;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .card__caption {
        margin: 5px 0 0;
        font-size: 1.4rem;
    }
}

.cardFloat {
    display: flex;
    margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
    .cardFloat {
        flex-direction: column;
        margin-bottom: 30px;
    }
}

.cardFloat__item {
    order: 1;
    width: 48.07695%;
    margin-top: -0.5em;
    margin-right: 1.92305%;
}

.cardFloat__item>*:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .cardFloat__item {
        order: 2;
        width: 100%;
        margin: 0;
    }
}

.cardFloat--reverse .cardFloat__item {
    order: 2;
    margin-right: 0;
    margin-left: 1.92305%;
}

@media screen and (max-width: 768px) {
    .cardFloat--reverse .cardFloat__item {
        order: 2;
        margin: 0;
    }
}

.cardFloat--small .cardFloat__item {
    width: calc(100% - 320px - (3.8461% / 2));
}

@media screen and (max-width: 768px) {
    .cardFloat--small .cardFloat__item {
        width: 100%;
    }
}

.cardFloat__text {
    margin-bottom: 40px;
    font-size: 1.8rem;
    line-height: 1.8;
    word-break: break-all;
}

@media screen and (max-width: 768px) {
    .cardFloat__text {
        margin-bottom: 25px;
        font-size: 1.4rem;
    }
}

.cardFloat__media {
    order: 2;
    width: 48.07695%;
    margin-left: 1.92305%;
}

@media screen and (max-width: 768px) {
    .cardFloat__media {
        order: 1;
        width: 100%;
        margin: 0 0 10px;
    }
}

.cardFloat__media figure {
    margin-bottom: 10px;
}

.cardFloat--reverse .cardFloat__media {
    order: 1;
    margin-right: 1.92305%;
    margin-left: 0;
}

@media screen and (max-width: 768px) {
    .cardFloat--reverse .cardFloat__media {
        width: 100%;
        margin: 0 0 10px;
    }
}

.cardFloat--small .cardFloat__media {
    width: 320px;
    margin-right: 1.92305%;
}

@media screen and (max-width: 768px) {
    .cardFloat--small .cardFloat__media {
        width: 100%;
        margin: 0 0 10px;
    }
}

.cardFloat__img {
    width: 100%;
}

.cardFloat__caption {
    display: inline-block;
    width: 100%;
    margin: 0;
    color: #000;
    font-size: 1.4rem;
    line-height: 1.7;
}

@media screen and (max-width: 768px) {
    .cardFloat__caption {
        font-size: 1.4rem;
    }
}

.figure+.figure {
    margin-top: 80px;
}

@media screen and (max-width: 768px) {
    .figure+.figure {
        margin-top: 40px;
    }
}

.figure--center {
    text-align: center;
}

.figure__title {
    margin-bottom: 10px;
    color: #008d54;
    font-size: 2.4rem;
    font-weight: normal;
    line-height: 1.75;
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    .figure__title {
        margin-bottom: 8px;
        font-size: 1.8rem;
        line-height: 1.95;
    }
}

.figure__caption {
    width: 100%;
    margin: 12px 0 0;
    color: #000;
    font-size: 1.4rem;
    line-height: 1.7;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .figure__caption {
        font-size: 1.2rem;
    }
}

.buttons {
    margin-top: 60px;
    margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
    .buttons {
        margin-bottom: 55px;
    }
}

.buttonsList {
    display: flex;
    flex-wrap: wrap;
}


/* @media screen and (max-width: 768px) {
  .buttonsList {
    flex-direction: column;
  }
} */

.buttonsList--col3 {
    margin: 0 -2.692% -26px;
}

@media screen and (max-width: 768px) {
    .buttonsList--col3 {
        margin: 0;
    }
}

.buttonsList--col3 .buttonsList__item {
    width: calc(33.33% - 5.384%);
    margin: 0 2.692% 26px;
}

@media screen and (max-width: 768px) {
    .buttonsList--col3 .buttonsList__item {
        width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    .buttonsList--col3 .buttonsList__item:not(:first-child) {
        margin: 15px 0 0;
    }
}

.buttonsList__link {
    position: relative;
    padding: 0.4444444em 1.5em;
    padding-left: 1em;
    border-radius: 5px;
    background-color: #008d54;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.35;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .buttonsList__link {
        padding: 0.525em 2.143em;
        font-size: 1.4rem;
    }
}

.overseas-buttons .buttonsList__link::after {
    display: inline-block;
    position: absolute;
    top: 50% !important;
    right: 13px !important;
    width: 12px !important;
    height: 12px !important;
    margin-right: 8px !important;
    transform: translateY(-50%) rotate(45deg) !important;
    border: 1px solid;
    border: thin solid;
    border-color: #fff #fff transparent transparent;
    content: "";
}

.buttonsList__link::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 13px;
    width: 12px;
    height: 12px;
    margin-right: 8px;
    transform: translateY(-50%) rotate(45deg);
    border: 1px solid;
    border: thin solid;
    border-color: #fff #fff transparent transparent;
    content: "";
}

@media screen and (max-width: 768px) {
    .buttonsList__link::after {
        right: 6px;
    }
}

.buttonsList__link:hover {
    color: #fff;
    opacity: 0.8;
}

.linkCaption {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 60px;
}

.linkCaption.linkCaption--lh18 a {
    line-height: 1.8;
}

@media screen and (max-width: 768px) {
    .linkCaption {
        margin-top: 15px;
        margin-bottom: 70px;
    }
}

.linkCaption+.card {
    margin-top: 70px;
}

@media screen and (max-width: 768px) {
    .linkCaption__list {
        width: auto;
    }
}

.linkCaption__list--col1 {
    width: 100%;
}

.linkCaption__list--col1 .linkCaption__list {
    margin-left: 0;
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    .linkCaption__list--col1 {
        width: auto;
    }
}

.linkCaption__list--col2 {
    width: 66.66%;
}

@media screen and (max-width: 768px) {
    .linkCaption__list--col2 {
        width: auto;
    }
}

.linkCaption__list--col3 {
    width: 100%;
}

@media screen and (max-width: 768px) {
    /* .linkCaption__list--col3 {
        width: auto;
    } */
}

.linkCaption__text {
    position: relative;
    margin-bottom: 10px;
    padding-right: 18px;
    font-size: 1.4rem;
    line-height: 1.7;
}

@media screen and (max-width: 768px) {
    .linkCaption__text {
        font-size: 1.2rem;
    }
}

.linkCaption__text::after {
    display: block;
    z-index: -1;
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    border-bottom: 1px solid #707070;
    content: "";
}

@media screen and (max-width: 768px) {
    .linkCaption__text::after {
        bottom: 9px;
    }
}

.linkCaption__text span {
    display: inline-block;
    padding-right: 10px;
    background-color: #fff;
}

.linkList {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

@media screen and (max-width: 768px) {
    .linkList {
        flex-direction: column;
        align-items: flex-start;
    }
}

.linkCaption__list--col2 .linkList,
.linkCaption__list--col3 .linkList {
    margin: 0 -2.692% -20px;
}

.linkCaption__list--col1 .linkList {
    margin: 0 0 -20px;
}

@media screen and (max-width: 768px) {
    .linkCaption__list--col1 .linkList,
    .linkCaption__list--col2 .linkList,
    .linkCaption__list--col3 .linkList {
        margin: 0;
    }
}

.linkCaption__list--col1 .linkList__item {
    width: 100%;
    margin: 0 0 20px;
}

.linkCaption__list--col2 .linkList__item {
    width: calc(50% - 5.384%);
    margin: 0 2.692% 20px;
}

@media screen and (max-width: 768px) {
    .linkCaption__list--col2 .linkList__item {
        width: 100%;
        margin: 0;
    }
}

.linkCaption__list--col3 .linkList__item {
    width: calc(33.33% - 5.384%);
    margin: 0 2.692% 20px;
}

@media screen and (max-width: 768px) {
    .linkCaption__list--col3 .linkList__item {
        width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    .linkList__item:not(:first-child) {
        margin-top: 28px;
    }
}

@media screen and (max-width: 768px) {
    .linkList__item br {
        display: none;
    }
}

.anchor {
    margin-top: 60px;
    margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
    .anchor {
        margin-bottom: 50px;
    }
}

.anchor .title {
    margin-bottom: 10px;
}

.anchorList {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: -26px 0 0;
}

@media screen and (max-width: 768px) {
    .anchorList {
        flex-direction: column;
        margin: 0;
        /* border-top: 1px solid #008d54; */
    }
}

.anchorList__item {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 33.33%;
    margin: 26px 0 0;
    padding: 0 1%;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .anchorList__item {
        width: 100%;
        margin: 0;
        padding: 13px 1%;
        border-bottom: 1px solid #008d54;
    }
    .anchorList__item:first-child {
        padding-top: 0;
    }
}

.anchorList__item::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    height: 30px;
    transform: translateY(-50%);
    border-left: 1px solid #008d54;
    content: "";
}

@media screen and (max-width: 768px) {
    .anchorList__item::after {
        display: none;
    }
}

.anchorList__link {
    display: inline-block;
    position: relative;
    padding: 0 28px 0 0;
    color: #000;
    font-size: 1.8rem;
    line-height: 1.35;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .anchorList__link {
        font-size: 1.4rem;
    }
}

.anchorList__link::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    height: 12px;
    transform: rotate(135deg) translateY(100%);
    border: 1px solid;
    border: thin solid;
    border-color: #008d54 #008d54 transparent transparent;
    content: "";
}

@media screen and (max-width: 768px) {
    .anchorList__link::after {
        width: 11px;
        height: 11px;
    }
}

.anchorList__link:hover {
    border-color: #008d54;
    color: #008d54;
}

.anchorList__link:hover span {
    border-color: #008d54;
    color: #008d54;
}

.anchorList__link span {
    display: inline-block;
    border-bottom: 1px solid transparent;
    color: #000;
    text-decoration: none;
    transition: 0.3s;
}

.numberList {
    margin: 30px 0 30px 2rem;
}

@media screen and (max-width: 768px) {
    .numberList {
        margin-bottom: 20px;
    }
}

.numberList__item {
    position: relative;
    font-size: 1.8rem;
    line-height: 1.8;
    list-style-type: decimal;
}

@media screen and (max-width: 768px) {
    .numberList__item {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 768px) {
    .table {
        max-width: 100% !important;
    }
}

.table__header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .table__header {
        flex-direction: column;
        margin-bottom: 5px;
    }
}

.table__title {
    color: #008d54;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.75;
}

@media screen and (max-width: 768px) {
    .table__title {
        margin-bottom: 5px;
        font-size: 1.8rem;
        line-height: 1.75;
    }
}

.table__date {
    font-size: 1.8rem;
    line-height: 1.8;
    word-break: break-all;
}

@media screen and (max-width: 768px) {
    .table__date {
        font-size: 1.4rem;
    }
}

.table__body {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}

@media screen and (max-width: 768px) {
    .table__body {
        margin: 0 -5vw;
        padding: 0 5%;
    }
}

.tables {
    width: 100%;
    border-right: solid 1px #bebebe;
    border-bottom: solid 1px #bebebe;
    border-collapse: collapse;
}

@media screen and (max-width: 768px) {
    .tables {
        min-width: 768px;
    }
}

.tables thead th {
    border: 1px solid #ffffff;
    border: thin solid #ffffff;
    border-bottom: solid 1px #bebebe;
    background-color: #e5e5db;
    font-weight: bold;
    text-align: center;
}

.tables thead th sup {
    font-weight: bold;
}

.tables tbody th,
.tables tbody td {
    border-top: solid 1px #bebebe;
    border-left: solid 1px #bebebe;
    font-weight: normal;
    text-align: left;
}

.tables tbody th {
    background-color: #f6f6f2;
}

.tables th,
.tables td {
    padding: 8px 10px;
    font-size: 1.8rem;
    line-height: 1.8;
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
    .tables th,
    .tables td {
        font-size: 1.4rem;
        line-height: 1.5;
    }
}

.tables sup {
    font-size: 1rem;
    font-weight: normal;
    vertical-align: super;
}

.tables .text--bold {
    font-weight: bold;
}

.tables .text--right {
    text-align: right;
}

.tables .text--center {
    text-align: center;
}

.tables .border--top-none {
    border-top: none;
}

.table+.text__notice {
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    .table+.text__notice {
        margin-top: 10px;
    }
}

.panels {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .panels {
        flex-direction: column;
    }
}

.panels__item {
    margin-right: 15px;
}

@media screen and (max-width: 768px) {
    .panels__item {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

.panels__item:last-child {
    margin-right: 0;
}

.panelsList {
    display: flex;
    justify-content: center;
    height: 100%;
}

.panelsList__item {
    display: flex;
    z-index: -1;
    position: relative;
    flex-direction: column;
    justify-content: center;
    min-width: 162px;
    padding: 16px 8px;
    text-align: center;
}

.panelsList--col2 .panelsList__item {
    width: calc((100% - 15px) / 2);
    margin-right: 15px;
    border: 3px solid #94b428;
}

@media screen and (max-width: 768px) {
    .panelsList--col2 .panelsList__item {
        min-width: auto;
    }
}

.panelsList--col2 .panelsList__item:last-child {
    margin-right: 0;
}

.panelsList__item--green {
    color: #fff;
}

.panelsList__item--green::before {
    display: block;
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #94b428;
    content: "";
}

.panelsList__item--white {
    /* border: 3px solid #94b428; */
    background-color: #fff;
    color: #008d54;
}

.panelsList__item--icon {
    z-index: 1;
}

.panelsList__item--icon::after {
    display: block;
    z-index: -2;
    position: absolute;
    top: 50%;
    right: -24px;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    background-image: url(/information/sustainability/img/icn_panels_arw.svg);
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
    content: "";
}

.panelsList__text {
    font-size: 1.4rem;
    line-height: 1.285;
}

.panelsList__parcent {
    margin-top: 36px;
    font-size: 1.4rem;
    font-weight: bold;
    overflow: hidden;
}

.panelsList__parcent em {
    font-size: 3.2rem;
    font-style: normal;
}

.text__block--sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .text__block--sp {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .text__block--pc {
        display: none;
    }
}

@media screen and (max-width: 1060px) {
    .text__block--1040 {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .block--pc {
        display: block;
    }
}

.bns_colum {
    width: 100%;
    display: table;
    background: #e7f0d0;
}

.bns_colum>div {
    display: table-cell;
}

.bns_colum_icon {
    /* width: 20%;*/
    width: 30%;
    height: 100%;
    padding: 3% 1% 2% 1%;
    background: #94b428;
    vertical-align: middle;
}

.bns_colum_icon img {
    width: 94%;
    vertical-align: top;
}

.bns_colum_innner {
    /*width:74%;	*/
    width: 70%;
}

.bns_colum_innner p {
    margin-bottom: 0px;
}

.bns_colum_text {
    padding: 3% 4%;
}

.bns_colum_text_2 {
    background: #e5e5db;
    padding: 4% 6%;
}

.bns_colum .ttl {
    font-size: 115% !important;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    .bns_colum_text {
        padding: 6% 7%;
    }
    .bns_colum_text_2 {
        padding: 6% 7%;
    }
    .bns_colum_innner {
        width: 70%;
    }
    .bns_colum_icon {
        width: 30%;
    }
}

.bns_colum2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.bns_colum2_icon {
    width: 16%;
}

.bns_colum2_text {
    width: calc(100% - 16% - 50px);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.bns_colum2_text .csrList {
    margin: 0;
}

.bns_colum2_text .csrList:not(:last-child) {
    padding-right: 20px;
}

.bns_colum2_text .card {
    min-width: 200px;
    max-width: 200px;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .bns_colum2_icon {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .bns_colum2_icon img {
        width: 60%;
    }
    .bns_colum2_text {
        width: 100%;
        flex-wrap: wrap;
    }
    .bns_colum2_text .csrList {
        width: 100%;
        margin-bottom: 10px;
    }
    .bns_colum2_text .csrList:not(:last-child) {
        padding-right: 0;
    }
    .bns_colum2_text .card {
        width: 100%;
        min-width: auto;
        max-width: 100%;
        text-align: center;
        justify-content: center;
    }
}

.bns_hr {
    border-top: 4px dotted #00664b !important;
    border-bottom: 4px dotted #fff !important;
    margin-bottom: 30px;
    margin-top: 30px;
}

.allow_box {
    width: 100%;
    margin: 10px 0 10px 0;
}

.allow {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #94b428;
    margin: 0 auto;
}

.csrList,
.csrListApha,
.csrListApha2,
.csrListRoman,
.csrListNumer2,
.csrListKatakana {
    padding-left: 20px;
    margin-bottom: 30px;
}

.csrListApha2,
.csrListKatakana {
    padding-left: 0;
}

.csrList:last-child,
.csrListApha:last-child,
.csrListApha2:last-child,
.csrListRoman:last-child,
.csrListNumer2:last-child,
.csrListKatakana:last-child {
    margin-bottom: 0;
}

.csrList .csrList__item,
.csrListApha .csrListApha__item,
.csrListRoman .csrListRoman__item {
    position: relative;
    font-size: 1.8rem;
    line-height: 1.8;
    list-style-type: disc;
}

.csrListNumer2 .csrListNumer2__item,
.csrListApha2 .csrListApha2__item,
.csrListKatakana .csrListKatakana__item {
    padding-left: 30px;
    position: relative;
    font-size: 1.8rem;
    line-height: 1.8;
}

@media screen and (max-width: 768px) {
    .csrList .csrList__item,
    .csrListApha .csrListApha__item,
    .csrListApha2 .csrListApha2__item,
    .csrListRoman .csrListRoman__item,
    .csrListNumer2 .csrListNumer2__item .csrListKatakana .csrListKatakana__item {
        font-size: 1.4rem;
    }
}

.csrListApha .csrListApha__item {
    list-style-type: lower-alpha;
}

.csrListRoman .csrListRoman__item {
    list-style-type: lower-roman;
}

.csrListNumer2 .csrListNumer2__item::before,
.csrListApha2 .csrListApha2__item::before,
.csrListKatakana .csrListKatakana__item::before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    top: 0;
}

.cardFloat__box {
    order: 2;
    width: 48.07695%;
    margin-left: 1.92305%;
}

.box-bg {
    background: #e5f3ee;
    text-align: center;
    color: #00664b;
    padding: 16px 8px 10px;
    margin-bottom: 10px;
}

.box-bg .box-bg__text {
    font-size: 1.4rem;
    line-height: 1.285;
}

.box-bg .box-bg__parcent {
    margin-top: 36px;
    font-size: 1.4rem;
    font-weight: bold;
}

.box-bg .box-bg__parcent em {
    font-size: 3.2rem;
    font-style: normal;
}

@media screen and (max-width: 768px) {
    .cardFloat__box {
        width: 100%;
        margin: 10px 0;
    }
    .box-bg .box-bg__parcent {
        margin-top: 8px;
    }
}

.cardFloat--small .cardFloat__box {
    width: 320px;
    margin-right: 1.92305%;
}

@media screen and (max-width: 768px) {
    .cardFloat--small .cardFloat__box {
        width: 100%;
        margin: 0 0 10px;
    }
}

.content--1210 {
    max-width: 1240px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (max-width: 768px) {
    .content--sp0padding {
        padding-left: 0;
        padding-right: 0;
    }
}

.content--1080 {
    max-width: 1110px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.content--690 {
    max-width: 690px;
    margin: 0 auto;
}

sup {
    vertical-align: super;
    font-size: 1rem;
}

sub {
    vertical-align: sub;
    font-size: 1rem;
}

figcaption+.cardFloat__img,
.cardFloat__img+.cardFloat__img {
    margin-top: 20px;
}

.bgText {
    background-color: #e7f0d0;
    margin-bottom: 30px;
}

.bgText .bgText__title {
    background-color: #008d54;
    text-align: center;
    font-size: 1.8rem;
    color: #fff;
    padding: 10px 5px;
}

.bgText .bgText__content {
    padding: 25px 70px;
}

.bgText .bgText__content ul.bgText__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -20px;
}

.bgText .bgText__content ul.bgText__list li {
    margin-bottom: 20px;
    font-size: 1.8rem;
    line-height: 36px;
}

.bgText .bgText__content ul.bgText__list--column2 li {
    width: calc((100% - 30px) / 2);
}

.bgText .bgText__content ul.bgText__list--column3 li {
    width: calc((100% - 30px) / 3);
}

.bgText .bgText__content .bgText__number,
.bgText .bgText__content .bgText__unit {
    color: #008d54;
    font-weight: bold;
}

.bgText .bgText__content .bgText__number {
    font-size: 3rem;
}

@media screen and (max-width: 768px) {
    .bgText .bgText__content {
        padding: 15px 30px;
    }
    .bgText .bgText__content ul.bgText__list li {
        width: 100%;
        font-size: 1.4rem;
        line-height: 1.4;
    }
    .bgText .bgText__content .bgText__number {
        font-size: 2.6rem;
    }
}

.mt--0 {
    margin-top: 0 !important;
}

.mt--5 {
    margin-top: 5px !important;
}

.mt--10 {
    margin-top: 10px !important;
}

.mt--20 {
    margin-top: 20px !important;
}

.mt--30 {
    margin-top: 30px !important;
}

.mt--50 {
    margin-top: 50px !important;
}

.mt--60 {
    margin-top: 60px !important;
}

.mt--80 {
    margin-top: 80px !important;
}

.mb--0 {
    margin-bottom: 0 !important;
}

.mb--15 {
    margin-bottom: 15px !important;
}

.mb--20 {
    margin-bottom: 20px !important;
}

.mb--30 {
    margin-bottom: 30px !important;
}

.mb--40 {
    margin-bottom: 40px !important;
}

@media screen and (min-width: 769px) {
    .mtpc--60 {
        margin-top: 60px !important;
    }
    .mbpc--0 {
        margin-bottom: 0 !important;
    }
    .mbpc--80 {
        margin-bottom: 80px !important;
    }
    .mbpc-card--col {
        margin-bottom: 3.8461% !important;
    }
    .mbpc--50 {
        margin-bottom: 50px !important;
    }
    .mlpc---30 {
        margin-left: -30px !important;
    }
    .mrpc---40 {
        margin-right: -40px !important;
    }
    .mrpc---70 {
        margin-left: -70px !important;
    }
}

@media screen and (max-width: 768px) {
    .mtsp--10 {
        margin-top: 10px !important;
    }
    .mbsp--0 {
        margin-bottom: 0 !important;
    }
    .mbsp--30 {
        margin-bottom: 30px !important;
    }
    .mbsp--40 {
        margin-bottom: 40px !important;
    }
}

.px-50 {
    padding-left: 50px;
    padding-right: 50px;
}

.px-110 {
    padding-left: 110px;
    padding-right: 110px;
}

@media screen and (max-width: 768px) {
    .mbsp--20 {
        margin-bottom: 20px !important;
    }
}

h2.title--small+h3.title--small {
    margin-top: 15px;
}

@media screen and (max-width: 768px) {
    h2.title--small+h3.title--small {
        margin-top: 10px;
    }
}

.title--vsmall {
    font-size: 1.8rem;
    line-height: 1.8;
    margin-top: 32px;
    margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
    .title--vsmall {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }
}

.text--center {
    text-align: center;
}

.text--right {
    text-align: right;
}

.text--left {
    text-align: left;
}

.title--bgsmall {
    background-color: #009a63;
    color: #fff;
    padding: 8px 13px;
    min-width: 180px;
    text-align: center;
}

.color--orange {
    color: #f78e00 !important;
}

.color--black {
    color: #000 !important;
}

.fs140 {
    font-size: 140%;
}

.tables tbody .border-top-width-2px th,
.tables tbody .border-top-width-2px td {
    border-top-width: 2px;
}

.title--img {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.box-materiality24 {
    padding: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .box-materiality24 {
        padding: 30px 20px;
    }
}

.box-materiality24__borodertb {
    font-size: 3rem;
    font: bold;
    text-align: center;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding-top: 30px;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .box-materiality24__borodertb {
        font-size: 2.4rem;
        padding-top: 20px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
}

.box-materiality24__borodertb small {
    margin-top: 10px;
    font-size: 1.8rem;
    line-height: 1.8;
    display: block;
}

.box-materiality24__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 768px) {
    .box-materiality24__list {
        flex-direction: column;
    }
}

.box-materiality24__list li {
    position: relative;
    text-align: center;
}

.box-materiality24__list li:not(:last-child) {
    padding-right: 14%;
}

@media screen and (max-width: 870px) {
    .box-materiality24__list li:not(:last-child) {
        padding-right: 13%;
    }
}

@media screen and (max-width: 768px) {
    .box-materiality24__list li:not(:last-child) {
        padding-right: 0;
        padding-bottom: 60px;
    }
}

.box-materiality24__list li:not(:last-child):after {
    content: "";
    background: url("/information/sustainability/management/img/img_x.png") no-repeat center center;
    background-size: 100% 100%;
    width: 33px;
    height: 33px;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 0;
}

@media screen and (max-width: 768px) {
    .box-materiality24__list li:not(:last-child):after {
        width: 20px;
        height: 20px;
        top: auto;
        bottom: 25px;
        transform: translateY(0) translateX(-50%);
        right: auto;
        left: 50%;
    }
}

.box-materiality24__list figcaption {
    margin-top: 10px;
    font-size: 1.8rem;
    line-height: 1.8;
}

.table--vision td>figure img {
    vertical-align: middle;
}

.table--vision td[rowspan]:not(.no--after) {
    position: relative;
}

.table--vision td[rowspan]:not(.no--after)::after {
    content: "";
    background: url("/information/sustainability/management/img/img_x.png") no-repeat center center;
    background-size: 100% 100%;
    width: 10px;
    height: 10px;
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5px;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .title--img {
        justify-content: center;
        flex-direction: row;
        text-align: center;
    }
    .title--img>* {
        margin-top: 10px;
    }
}

.mw--100 {
    max-width: 100% !important;
}

.mw-200px {
    max-width: 200px !important;
}

.w--100 {
    width: 100% !important;
}

img[class*="mwsp-"],
img[class*="mwpc-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto !important;
}

img[class*="mhsp-"],
img[class*="mhpc-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto !important;
}

@media screen and (max-width: 768px) {
    .mwsp-200px {
        max-width: 200px !important;
    }
}

@media screen and (min-width: 769px) {
    .mhpc-230px {
        max-height: 230px !important;
    }
    .mwpc-230px {
        max-width: 230px !important;
    }
}

.mv,
.slider-swiper {
    margin-bottom: 65px;
    position: relative;
}

@media screen and (max-width: 768px) {
    .mv {
        margin-bottom: 30px;
    }
    .mv+.anchortp {
        margin-top: 30px;
    }
}

.mv .mv__img {
    padding-top: 25.97014%;
}

@media screen and (max-width: 768px) {
    .mv .mv__img {
        padding-top: 55%;
    }
}

.mv .mv__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.mv .mv__text {
    position: absolute;
    bottom: 10px;
    left: 50%;
    max-width: 1310px;
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    transform: translateX(-50%);
    color: #fff;
    font-weight: bold;
    letter-spacing: 1.2px;
    text-shadow: 0 0 10px #000;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", sans-serif;
}

.mv__text h1 {
    font-size: 4.2rem;
    line-height: 67px;
}

@media screen and (max-width: 768px) {
    .mv__text h1 {
        font-size: 2.8rem;
        line-height: 1.6;
    }
}

@media screen and (min-width: 769px) {
    .text-nowrap--pc {
        white-space: nowrap;
    }
}

.tables--overall {
    border-right: 0px;
    border-bottom: 0px;
}

.tables--overall tbody th,
.tables--overall tbody td {
    border-top: solid 3px #fff;
    border-left: solid 3px #fff;
}

.balance-box {
    border: 3px solid transparent;
}

.balance-box .balance-box__head {
    color: #fff;
    font-weight: bold;
    font-size: 2.1rem;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
    margin: -3px -3px 0;
}

@media screen and (max-width: 768px) {
    .balance-box .balance-box__head {
        font-size: 1.4rem;
    }
}

.balance-box .balance-box__body {
    padding: 0 10px;
}

@media screen and (max-width: 768px) {
    .balance-box .balance-box__body {
        padding: 0 5px;
    }
}

.balance-box .balance-box__col--border {
    margin-left: -5px;
    margin-right: -5px;
    display: flex;
}

@media screen and (min-width: 769px) {
    .balance-box .balance-box__col--border {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.balance-box .balance-box__col--border li {
    max-width: 50%;
    flex: 0 0 50%;
    padding-left: 5px;
    padding-right: 5px;
}

@media screen and (min-width: 769px) {
    .balance-box .balance-box__col--border li {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (min-width: 769px) {
    .balance-box .balance-box__col--border4 {
        margin-left: -10px;
        margin-right: -10px;
    }
}

.balance-box .balance-box__col--border4 li {
    max-width: 25%;
    flex: 0 0 25%;
    padding-left: 5px;
    padding-right: 5px;
}

.balance-box .balance-box__col--border li:not(:last-child) {
    border-right: 3px solid;
}

.balance-box .balance-box__collist {
    font-size: 1.6rem;
    line-height: 24px;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 0 solid #bebebe;
}

@media screen and (max-width: 768px) {
    .balance-box .balance-box__collist {
        font-size: 0.9rem;
        line-height: 11px;
        padding: 3px;
    }
    .balance-box .balance-box__collist sup,
    .balance-box .balance-box__collist sub {
        font-size: 0.5rem;
    }
}

.balance-box .balance-box__col--border4 .balance-box__collist {
    font-size: 0.7rem;
}

@media screen and (min-width: 769px) {
    .balance-box .balance-box__col--border4 .balance-box__collist {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 768px) {
    .balance-box .balance-box__col--border4 .balance-box__collist sup,
    .balance-box .balance-box__col--border4 .balance-box__collist sub {
        font-size: 0.4rem;
    }
}

.balance-box .balance-box__colgroup {
    padding-top: 5px;
    padding-bottom: 5px;
}

@media screen and (min-width: 769px) {
    .balance-box .balance-box__colgroup {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.balance-box .balance-box__collistg {
    display: flex;
    justify-content: space-between;
}

.balance-box .balance-box__collistg>div:not(.balance-box__collist) {
    width: calc((100% - 10px) / 2);
}

@media screen and (min-width: 769px) {
    .balance-box .balance-box__collistg>div:not(.balance-box__collist) {
        width: calc((100% - 30px) / 2);
    }
}

.balance-box .balance-box__collist--bg {
    color: #fff;
    font-size: 1.8rem;
    line-height: 20px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .balance-box .balance-box__collist--bg {
        font-size: 1rem;
        line-height: 12px;
    }
}

.balance-box .balance-box__collist--bg+.balance-box__collist--bg {
    margin-top: 3px;
}

@media screen and (min-width: 769px) {
    .balance-box .balance-box__collist--bg+.balance-box__collist--bg {
        margin-top: 7px;
    }
}

.balance-box .balance-box__collist span:first-child {
    padding-right: 5px;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .balance-box .balance-box__collist span:first-child {
        padding-right: 2px;
    }
}

.balance-box .balance-box__collist span:last-child {
    text-align: right;
}

.balance-box .balance-box__collist span:last-child img {
    margin-left: 5px;
    position: relative;
    top: 2px;
}

@media screen and (max-width: 768px) {
    .balance-box .balance-box__collist span:last-child img {
        width: 10px;
        margin-left: 2px;
    }
}

@media screen and (min-width: 767px) {
    .balance-box .balance-box__collist--mh82-pc {
        min-height: 82px;
        align-items: center;
    }
}

@media screen and (max-width: 768px) {
    .balance-box .balance-box__collist--mh38-sp {
        min-height: 38px;
        align-items: center;
    }
}

.balance-box .balance-box__collist:not(:last-child) {
    border-bottom-width: 1px;
}

.balance-box--input {
    border-color: #4a70a9;
}

.balance-box--input .balance-box__head {
    background-color: #4a70a9;
}

.balance-box--input .balance-box__col--border li:not(:last-child) {
    border-right-color: #4a70a9;
}

.balance-box--input .balance-box__collist--bg {
    background-color: #4a70a9;
}

.balance-box--output {
    border-color: #008d54;
}

.balance-box--output .balance-box__head {
    background-color: #008d54;
}

.balance-box--output .balance-box__col--border li:not(:last-child) {
    border-right-color: #008d54;
}

.balance-box--output .balance-box__collist--bg {
    background-color: #008d54;
}

.balance-triangle {
    width: 101px;
    height: 18px;
    border-top: solid 20px transparent;
    border-left: solid 50px transparent;
    border-right: solid 50px transparent;
    margin: 15px auto;
}

.balance-triangle--1 {
    border-top-color: #8aa4cb;
}

.balance-triangle--2 {
    border-top-color: #aee288;
}


/* TopPage */

.anchortp .anchorList__link:hover span {
    color: #000;
    border-bottom: 0;
    border-color: transparent;
}

.sectionEffect {
    opacity: 0;
    transform: translateY(30px);
}

.sectionEffect--isScroll {
    opacity: 1;
    transition: opacity 0.6s 0s, transform 1s 0s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
}

.topTitle-border-bottom--small {
    position: relative;
}

.topTitle-border-bottom--small::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 1px;
    display: inline-block;
    background-color: #008d54;
}

.topTitle--small {
    font-size: 3rem;
    line-height: 48px;
    text-align: center;
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    .topTitle--small {
        font-size: 2.2rem;
        line-height: 1.4;
        margin-bottom: 20px;
    }
}

.topLink__content {
    position: relative;
    display: block;
    overflow: hidden;
}

@media screen and (min-width: 769px) {
    .topLink__content:hover .topLink__text {
        display: none;
    }
    .topLink__content:hover .topLink__menu {
        display: flex;
    }
    .topLink__content:hover .topLink__imgWrapper--position img {
        opacity: 0;
        z-index: 0;
    }
    .topLink__content:hover .topLink__imgWrapper img:last-child,
    .topLink__content:hover .topLink__imgWrapper img.topLink__img.text__block--sp {
        display: none;
    }
    .topLink__content:hover .topLink__imgWrapper img:first-child,
    .topLink__content:hover .topLink__imgWrapper img.text__block--pc:last-child {
        display: block;
    }
    .topLink__content:hover .topLink__imgWrapper img+img+img {
        display: none !important;
    }
    .topLink__content:hover .topLink__img {
        opacity: 0.5;
        transform: scale(1.1);
    }
}

@media screen and (max-width: 768px) {
    .topLink__content>a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
    }
}

.topLink__text {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: block;
    z-index: 2;
    text-align: center;
    letter-spacing: 1.8px;
    color: #fff;
    opacity: 1;
    font-size: 3rem;
    line-height: 4rem;
    text-shadow: 0 0 10px #000;
}

@media screen and (max-width: 1240px) {
    .topLink__text {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 992px) {
    .topLink__text {
        font-size: 2rem;
        line-height: 3rem;
    }
}

@media screen and (max-width: 768px) {
    .topLink__text {
        font-size: 2.4rem;
        line-height: 4.2rem;
        min-width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .topLink__text {
        font-size: 2rem;
        line-height: 2.5rem;
    }
}

@media screen and (max-width: 374px) {
    .topLink__text {
        font-size: 1.6rem;
    }
}

.topLink__text small {
    font-size: 2.1rem;
}

@media screen and (max-width: 992px) {
    .topLink__text small {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 768px) {
    .topLink__text small {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 480px) {
    .topLink__text small {
        font-size: 1.2rem;
    }
}

.topLink__text::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    opacity: 0.5;
    transform: scale(0.125, 1);
    transform-origin: center top;
    transition: transform 0.3s;
}

.topLink__menu {
    display: flex;
    justify-content: center;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    display: none;
    z-index: 1;
    padding: 5px;
    margin-top: -3px;
}

@media screen and (max-width: 768px) {
    .topLink__menu {
        transform: translateY(0);
        margin-top: 0;
    }
}

.topLink__menu-col>ul:not(.topLink__menu-small)>li>a {
    color: #fff;
    position: relative;
    font-weight: bold;
    padding-left: 20px;
    opacity: 1;
    font-size: 1.8rem;
    line-height: 30px;
    display: block;
    border-bottom: 1px solid transparent;
}

.topLink__menu-col>ul>li>a:hover {
    color: #008d54;
}

.topLink__menu-col>ul>li>a:hover span {
    border-bottom: 1px solid #008d54;
}

@media screen and (max-width: 992px) {
    .topLink__menu-col>ul:not(.topLink__menu-small)>li>a {
        padding-left: 15px;
    }
}

@media screen and (max-width: 992px) {
    .topLink__menu-col>ul:not(.topLink__menu-small)>li>a {
        font-size: 1.4rem;
    }
}

.topLink__menu-col>ul:not(.topLink__menu-small)>li>a::before {
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    content: "";
    transition: 0.3s;
}

.topLink__menu-col>ul>li>a:hover::before {
    border-color: #008d54 #008d54 transparent transparent;
}

@media screen and (max-width: 992px) {
    .topLink__menu-col>ul:not(.topLink__menu-small)>li>a::before {
        top: 4px;
        width: 8px;
        height: 8px;
    }
}

.topLink__menu-col {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    justify-content: center;
}

@media screen and (max-width: 992px) {
    .topLink__menu-col {
        margin-bottom: -3px;
    }
    .topLink__menu-col>ul>li {
        margin-bottom: 3px;
    }
}

@media screen and (max-width: 992px) and (min-width: 769px) {
    .topLink__menu-col1 {
        width: auto !important;
    }
    .topLink__menu-col2 {
        width: 95% !important;
    }
}

@media screen and (max-width: 768px) {
    .topLink__menu-col {
        margin-bottom: 0;
        justify-content: space-between;
    }
}

.topLink__menu-small {
    z-index: 1;
    width: 100% !important;
    text-align: right;
    margin-top: 5px;
}

.topLink__menu-small li>a {
    font-weight: bold;
    font-size: 1.4rem;
    color: #fff;
    padding-left: 20px;
    position: relative;
}

@media screen and (max-width: 992px) {
    .topLink__menu-small li>a {
        font-size: 1rem;
        padding-left: 15px;
    }
}

.topLink__menu-small li>a::before {
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    border: 1px solid;
    border: thin solid;
    border-color: #fff #fff transparent transparent;
    content: "";
    transition: 0.3s;
}

@media screen and (max-width: 992px) {
    .topLink__menu-small li>a::before {
        top: 3px;
        width: 6px;
        height: 6px;
    }
}

.topLink__menu-col2>ul {
    width: calc((100% - 40px) / 2);
}

@media screen and (max-width: 992px) {
    .topLink__menu-col2>ul {
        width: calc((100% - 20px) / 2);
    }
}

.topLink__imgWrapper--position img {
    position: absolute;
    z-index: 2;
    opacity: 1;
    transition: opacity 0.4s, z-index 1s;
}

.topLink__imgWrapper {
    display: block;
    width: 100%;
    overflow: hidden;
    background-color: #000;
}

.topLink__imgWrapper img:first-child {
    display: none;
}

.topLink__imgWrapper img:last-child {
    display: block;
}

.topLink__img {
    display: block;
    width: 100%;
    opacity: 1;
    transition: transform 0.3s;
}

.topLink__img.text__block--sp {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .topLink__img.text__block--pc {
        display: none !important;
    }
    .topLink__img.text__block--sp {
        display: block !important;
    }
}

.topSlider-swiper {
    overflow: hidden;
    padding: 45px 15px 135px;
    position: relative;
}

@media screen and (max-width: 768px) {
    .topSlider-swiper {
        padding-bottom: 75px;
    }
}

.topSlider-swiper .swiper-slide figure {
    overflow: hidden;
    box-shadow: 0px 0px 36px 6px rgba(0, 0, 0, 0.46);
}

.topSlider-swiper .swiper-slide figure img {
    width: 100%;
    transition-duration: 0.3s;
    vertical-align: top;
}

.topSlider-swiper .swiper-slide figure img:hover {
    transform: scale(1.1);
}

.topSlider-swiper .swiper-wrapper-aciton {
    text-align: center;
    position: absolute;
    bottom: 12%;
    left: 50%;
    transform: translateX(50%);
    transform: translateX(-50%);
    padding: 0 50px;
}

@media screen and (max-width: 768px) {
    .topSlider-swiper .swiper-wrapper-aciton {
        padding: 0 30px;
    }
}

.topSlider-swiper .swiper-container-horizontal .swiper-pagination-bullets,
.topSlider-swiper .swiper-pagination-custom,
.swiper-pagination-fraction {
    position: static;
    display: flex;
}

.topSlider-swiper .swiper-button-next::after,
.topSlider-swiper .swiper-button-prev::after {
    font-size: 2.4rem;
    color: #fff;
}

.topSlider-swiper .swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 9px;
}

.topSlider-swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    background-color: #fff;
    border: 1px solid #707070;
    border: thin solid #707070;
}

.topSlider-swiper .swiper-pagination-bullet-active {
    background-color: #3a3a3a;
    border: 1px solid #707070;
    border: thin solid #707070;
}

section[id^="anctp"] {
    margin-bottom: 60px;
}

#anctp03 {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    background-color: #f2f2f2;
}

@media screen and (max-width: 768px) {
    #anctp03 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 768px) {
    #anctp05 .card__item-spbggray {
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 15px);
        padding: 15px;
        background: #f2f2f2;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

#anctp06>.content--1080>ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#anctp06>.content--1080>ul>li {
    width: calc(100% / 5 - 10px);
}

@media screen and (max-width: 768px) {
    #anctp06>.content--1080>ul>li {
        width: calc(100% / 2 - 10px);
    }
}

#anctp07>.content--1080>ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#anctp07>.content--1080>ul>li {
    width: calc(100% / 4 - 10px);
}

@media screen and (max-width: 768px) {
    #anctp07>.content--1080>ul>li {
        width: calc(100% / 2 - 10px);
    }
}

#anctp07>.content--1080>ul>li>figure {
    text-align: center;
}

#anctp07 .linkCaption__list--col1 .linkList__item {
    margin: 0;
}

@media screen and (max-width: 768px) {
    #anctp07 .linkCaption__list--col1 .linkList__item.text--center {
        text-align: left;
    }
}

#anctp08>.content--1080>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -15px;
}

#anctp08>.content--1080>ul>li {
    width: calc((100% - 35px) / 2);
    background-color: #f2f2f2;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
    #anctp08>.content--1080>ul>li {
        width: 100%;
        padding: 15px;
        padding-top: 25px;
    }
}

#anctp08>.content--1080>ul>li>figure {
    width: 150px;
}

#anctp08>.content--1080>ul>li>div {
    width: calc(100% - 150px - 20px);
}

@media screen and (max-width: 768px) {
    #anctp08>.content--1080>ul>li>figure {
        width: 100%;
        margin-bottom: 25px;
        text-align: center;
    }
    #anctp08>.content--1080>ul>li>div {
        width: 100%;
    }
}

#anctp08>.content--1080>ul>li h3 {
    font-size: 2.4rem;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
    #anctp08>.content--1080>ul>li h3 {
        font-size: 1.8rem;
        line-height: 1.4;
    }
}

#anctp09 {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    background-color: #f2f2f2;
}

@media screen and (max-width: 1140px) {
    #anctp09::before {
        transform: translateX(-18.5px);
    }
}

#anctp09>.content--1080>ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: -15px;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    #anctp09>.content--1080>ul {
        flex-wrap: wrap;
        margin-bottom: -10px;
    }
}

#anctp09>.content--1080>ul+ul {
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
    #anctp09>.content--1080>ul+ul {
        margin-top: 15px;
    }
}

#anctp09>.content--1080>ul>li {
    position: relative;
    margin-bottom: 15px;
}

@media screen and (max-width: 1110px) {
    #anctp09>.content--1080>ul>li {
        min-width: 175px;
    }
}

@media screen and (max-width: 860px) {
    #anctp09>.content--1080>ul>li {
        min-width: 160px;
    }
}

@media screen and (max-width: 768px) {
    #anctp09>.content--1080>ul>li {
        width: 100%;
        border-bottom: 1px solid #008d54;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    #anctp09>.content--1080>ul>li .linkCaption {
        text-align: center;
        display: flex;
        justify-content: center;
    }
    #anctp09>.content--1080>ul>li .linkCaption .text__block--sp {
        display: block;
    }
}

#anctp09>.content--1080>ul>li:not(:first-child) {
    padding-left: 5.25%;
    margin-left: 1.25%;
}

@media screen and (max-width: 1110px) {
    #anctp09>.content--1080>ul>li:not(:first-child) {
        padding-left: 3.25%;
        margin-left: 3.25% !important;
    }
}

@media screen and (max-width: 768px) {
    #anctp09>.content--1080>ul>li:not(:first-child) {
        padding-left: 0 !important;
        margin-left: 0 !important;
    }
}

@media screen and (min-width: 769px) {
    #anctp09>.content--1080>ul>li:not(:first-child)::before {
        content: "";
        width: 1px;
        height: 100%;
        display: inline-block;
        left: 0;
        top: 0;
        background-color: #008d54;
        position: absolute;
    }
}

#anctp09 .linkCaption__list--col1 .linkList__item {
    margin: 0;
}

#anctp09 .linkCaption__list--col1 .linkList {
    margin: 0;
}

#anctp10>.content--1080>ul>li {
    display: flex;
    border-bottom: 1px solid #008d54;
    padding-bottom: 7px;
    flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
    #anctp10>.content--1080>ul>li {
        justify-content: space-between;
    }
}

#anctp10>.content--1080>ul>li:not(:last-child) {
    margin-bottom: 7px;
}

#anctp10>.content--1080>ul>li>p:nth-child(1) {
    width: 160px;
}

#anctp10>.content--1080>ul>li>p:nth-child(2) {
    width: calc(100% - 160px - 20px);
}

@media screen and (max-width: 768px) {
    #anctp10>.content--1080>ul>li>p:nth-child(1) {
        width: 60px;
        margin-bottom: 7px;
    }
    #anctp10>.content--1080>ul>li>p:nth-child(2) {
        width: calc(100% - 60px - 10px);
    }
    #anctp10>.content--1080.news_area>ul>li>p:nth-child(1) {
        width: 62px;
    }
}

.relatedContent {
    padding: 60px 0;
}

@media screen and (max-width: 768px) {
    .relatedContent {
        padding: 0 0 15px;
    }
}

.related {
    max-width: 1080px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .related {
        margin: 0 20px;
    }
}

.related--small {
    display: flex;
    flex-direction: column-reverse;
}

@media screen and (max-width: 768px) {
    .related--small {
        display: block;
    }
}

.related__snsList {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
    padding: 0 20px;
}

@media screen and (max-width: 768px) {
    .related__snsList {
        display: block;
        margin-bottom: 22px;
        padding: 0;
    }
}

.related__snsList--small {
    justify-content: center;
    margin-bottom: 0;
}

.related__snsList--small .related__item {
    flex-grow: 0;
}

.related__item {
    display: flex;
    margin-right: 28px;
    flex-grow: 1;
}

@media screen and (max-width: 768px) {
    .related__item {
        border-bottom: 1px solid #231815;
        margin: 0;
    }
}

.related__item:last-of-type {
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    .related__item:last-of-type {
        border-bottom: none;
    }
}

.related__item--line::after {
    content: "";
    display: inline-block;
    margin-left: 36px;
    width: 1px;
    height: 67px;
    background-color: #008d54;
}

@media screen and (max-width: 768px) {
    .related__item--line::after {
        display: none;
    }
}

.related__item--line:last-of-type::after {
    content: none;
}

@media screen and (max-width: 768px) {
    .related__item--small {
        display: none;
    }
}

.related__link {
    display: flex;
    align-items: center;
    font-size: 1.7rem;
    font-weight: 500;
    text-decoration: none;
    line-height: 1.8;
    color: #000;
}

@media screen and (max-width: 768px) {
    .related__link {
        width: 100%;
        padding: 15px 2.143em;
        font-size: 1.4rem;
    }
}

.related__link:hover::before {
    opacity: 0.6;
}

.related__link::before {
    content: "";
    display: inline-block;
    width: 42px;
    height: 40px;
    margin-right: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.3s;
}

.related__link--line::before {
    background-image: url(/img/line_icon.png);
}

.related__link--youtube::before {
    background-image: url(/img/youtube_icon.png);
}

@media screen and (max-width: 768px) {
    .related__link--youtube::before {
        margin-right: 6.5%;
    }
}

.related__link--instagram::before {
    background-image: url(/img/instagram_icon.png);
}

.relatedBanner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .relatedBanner {
        flex-wrap: wrap;
        margin-bottom: 0;
    }
}

.relatedBanner__item {
    display: block;
    overflow: hidden;
    width: 18.77778%;
}

@media screen and (max-width: 768px) {
    .relatedBanner__item {
        width: 48%;
        margin-bottom: 15px;
    }
}

.relatedBanner__img {
    display: block;
    width: 100%;
}

.relatedBanner__item:hover .relatedBanner__img {
    transform: scale(1.1);
    transition-duration: 0.3s;
}

@media screen and (max-width: 768px) {
    .keyvisual__inner {
        height: 71.615vw;
    }
}

.relatedSection {
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    .relatedSection {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}

.relatedTiles {
    display: flex;
    align-items: flex-start;
    max-width: 1080px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .relatedTiles {
        display: block;
    }
}

.relatedTiles--col3 .relatedTiles__item {
    width: 30%;
    margin-right: 4.62963%;
}

@media screen and (max-width: 768px) {
    .relatedTiles--col3 .relatedTiles__item {
        width: 100%;
    }
}

.relatedTiles--col3 .relatedTiles__item:nth-child(3n) {
    margin-right: 0;
}

.relatedTiles__head {
    display: block;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .relatedTiles__head {
        margin-bottom: 15px;
    }
}

.relatedTiles__item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

@media screen and (max-width: 768px) {
    .relatedTiles__item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 35px;
    }
}

.relatedTiles__imgWrapper {
    display: block;
    width: 100%;
}

.relatedTiles__img {
    width: 100%;
    vertical-align: middle;
}

.relatedTiles__title {
    padding-bottom: 5px;
    border-bottom: 1px solid #008d54;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.75;
}

@media screen and (max-width: 768px) {
    .relatedTiles__title {
        padding-bottom: 3px;
        font-size: 1.8rem;
    }
}

.relatedTiles__list {
    margin-top: 18px;
}

@media screen and (max-width: 768px) {
    .relatedTiles__list {
        margin-top: 6px;
    }
}

.relatedList__item {
    position: relative;
    margin-bottom: 7.7px;
    padding-left: 10px;
    line-height: 1.77778;
}

@media screen and (max-width: 768px) {
    .relatedList__item {
        margin-bottom: 3.1px;
    }
}

.relatedList__item::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 2px;
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #000;
}

@media screen and (max-width: 768px) {
    .relatedList__item::before {
        top: 11px;
    }
}

.relatedList__text {
    font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
    .relatedList__text {
        font-size: 1.4rem;
    }
}

.relatedList__text--blank::after {
    content: "";
    display: inline-block;
    margin-left: 8px;
    width: 12px;
    height: 12px;
    background: url(/common/img/blank_icon.png) no-repeat center/contain;
}

@media screen and (max-width: 768px) {
    .card__item--show .topLink__content {
        display: flex;
        flex-direction: column;
    }
    .card__item--show .topLink__text {
        background-color: #008d54;
        position: static;
        order: 1;
        padding: 7px 5px;
        transform: translateY(0);
        margin-bottom: 10px;
        font-size: 2.4rem;
        line-height: 31px;
    }
    .card__item--show .topLink__text small {
        font-size: 1.6rem;
    }
    .card__item--show .topLink__menu {
        display: block;
        background-color: #fff;
        position: static;
        order: 2;
        padding: 0 15px;
    }
    .card__item--show .topLink__menu-col>ul:not(.topLink__menu-small)>li>a {
        color: #000 !important;
        font-size: 1.6rem;
        font-weight: normal;
        padding-left: 20px;
    }
    .card__item--show .topLink__menu-col>ul:not(.topLink__menu-small)>li>a::before {
        border-color: #008d54 #008d54 transparent transparent;
        top: 10px;
        width: 13px;
        height: 13px;
    }
}


/* End TopPage */


/* TopCommitmentPage */

.topcommitment--cardFloat__imgRight {
    float: right;
    margin-left: 4.5%;
}

.topcommitment--cardFloat__imgLeft {
    float: left;
    margin-right: 4.5%;
}


/* End TopCommitmentPage */


/* SitemapPage */

.sitemap--list {
    margin-bottom: 30px;
}

.sitemap--list .sitemap--list__item {
    border: 1px solid #000;
    border: thin solid #000;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .sitemap--list .sitemap--list__item:last-child {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 769px) {
    .sitemap--list.sitemap--list-col1 .sitemap--list__item:last-child {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 769px) {
    .sitemap--list.sitemap--list-col2 .sitemap--list__item:nth-last-child(1),
    .sitemap--list.sitemap--list-col2 .sitemap--list__item:nth-last-child(2) {
        margin-bottom: 0;
    }
}

.sitemap--list .sitemap--list__item-head h2 {
    background-color: #009a63;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.8;
    word-break: break-all;
}

@media screen and (max-width: 768px) {
    .sitemap--list .sitemap--list__item-head h2 {
        font-size: 1.4rem;
    }
}

.sitemap--list .sitemap--list__item-head h2>a {
    padding: 14px 60px;
    color: #fff;
    display: block;
    position: relative;
}

@media screen and (max-width: 768px) {
    .sitemap--list .sitemap--list__item-head h2>a {
        padding: 7px 20px;
    }
}

.sitemap--list .sitemap--list__item-head h2>a::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 40px;
    width: 12px;
    height: 12px;
    border: 1px solid;
    border: thin solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg) translateY(-50%);
    content: "";
    margin-top: -2px;
}

.sitemap--list .sitemap--list__item-head h2>a[href="javascript:void(0)"] {
    cursor: default;
}

.sitemap--list .sitemap--list__item-head h2>a[href="javascript:void(0)"]::after {
    display: none;
}

@media screen and (max-width: 768px) {
    .sitemap--list .sitemap--list__item-head h2>a::after {
        right: 20px;
    }
}

.sitemap--list .sitemap--list__item-body {
    padding: 40px 40px 40px 60px;
}

@media screen and (max-width: 768px) {
    .sitemap--list .sitemap--list__item-body {
        padding: 20px;
    }
}

.sitemap--list .sitemap--list__item-body>*:not(:last-child) {
    margin-bottom: 20px;
}

.sitemap--list .sitemap--list__item-body h3 {
    font-size: 1.8rem;
    line-height: 1.4;
    word-break: break-all;
}

@media screen and (max-width: 768px) {
    .sitemap--list .sitemap--list__item-body h3 {
        font-size: 1.4rem;
    }
}

.sitemap--list .sitemap--list__item-body h3+.linkCaption {
    margin-left: 20px;
}

@media screen and (max-width: 768px) {
    .sitemap--list .sitemap--list__item-body h3+.linkCaption {
        margin-left: 10px;
    }
}

.sitemap--list .sitemap--list__item-body .linkCaption {
    margin-top: 0;
    margin-bottom: 0;
}

.sitemap--list .sitemap--list__item-body .linkCaption .linkList__item {
    margin-left: 0;
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    .sitemap--list .sitemap--list__item-body .linkCaption .linkList__item {
        margin-top: 0;
    }
}

.sitemap--list .sitemap--list__item-body .linkCaption:last-child .linkList__item:last-child {
    margin-bottom: 0;
}

.sitemap--list .sitemap--list__item-body .linkCaption .linkList {
    margin: 0;
}

.sitemap--list-col2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sitemap--list-col2 .sitemap--list__item {
    width: calc((100% - 40px) / 2);
}

@media screen and (max-width: 768px) {
    .sitemap--list-col2 .sitemap--list__item {
        width: 100%;
    }
}


/* End SitemapPage */


/*
  印刷用
------------------------------------------------------------------------------*/

@media print {
    /* #globalHeader,
    header, */
    /* .crumb,
    .under_side, */
    footer,
    #globalFooter,
    /* .buttons, */
    .resposiveGlobalHeaderSp,
    /* .anchor .anchorList, */
    .text__block--1040 {
        display: none;
    }
    header {
        position: relative!important;
    }
    .globalHeaderPadTop {
        padding-top: 50px!important;
    }
    .page_break {
        page-break-before: always;
    }
    .content {
        margin-top: 0;
        margin-bottom: 0;
    }
    section.anchor {
        margin-bottom: 0;
    }
    .category__title {
        padding-left: 18.75px;
        padding-right: 18.75px;
    }
    .balance-box--output.custom.balance-box .balance-box__collist span {
        font-size: 16px;
    }
}


/*============================
  .global-header
============================*/

.global-header {
    padding: 14px 0 17px;
    background: #fff;
}

.global-header a img {
    width: 103px;
    height: auto;
    margin-left: 20px;
    vertical-align: middle;
}

.global-header__btn {
    position: fixed;
    z-index: 1100;
    top: 14px;
    right: 15px;
    width: 26px;
    height: 20px;
    padding: 10px;
    box-sizing: content-box;
}

.global-header__btn span {
    position: absolute;
    left: 10px;
    display: block;
    width: 26px;
    height: 2px;
    -webkit-transition: top 250ms ease-in, bottom 250ms ease-in, height 250ms ease-in, background-color 250ms ease-in, opacity 250ms ease-in, -webkit-transform 250ms ease-in;
    transition: top 250ms ease-in, bottom 250ms ease-in, height 250ms ease-in, background-color 250ms ease-in, opacity 250ms ease-in, -webkit-transform 250ms ease-in;
    transition: top 250ms ease-in, bottom 250ms ease-in, height 250ms ease-in, background-color 250ms ease-in, transform 250ms ease-in, opacity 250ms ease-in;
    transition: top 250ms ease-in, bottom 250ms ease-in, height 250ms ease-in, background-color 250ms ease-in, transform 250ms ease-in, opacity 250ms ease-in, -webkit-transform 250ms ease-in;
    background: #169965;
}

.global-header__btn span.bar1 {
    top: 10px;
}

.global-header__btn span.bar2 {
    top: 19px;
}

.global-header__btn span.bar3 {
    bottom: 10px;
}

.global-nav.open .global-header__btn span.bar1 {
    top: 19.5px;
    height: 1px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: rgb(0, 102, 75);
}

.global-nav.open .global-header__btn span.bar2 {
    opacity: 0;
}

.global-nav.open .global-header__btn span.bar3 {
    bottom: 19.5px;
    height: 1px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: rgb(0, 102, 75);
}

.global-header .hiddenNav {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: -275px;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 275px;
    height: 100%;
    text-align: left;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transition: right 300ms linear;
    transition: right 300ms linear;
}

.global-header .global-nav.open .hiddenNav {
    right: 0px;
}

.global-header .hiddenNav__list {
    position: relative;
    z-index: 200;
    padding: 67px 0 60px;
}

.global-header .hiddenNav__list>div {
    padding: 0 28px;
}

.global-header .hiddenNav__list>div>ul {
    border-top: 1px solid rgb(0, 102, 75);
}

.global-header .hiddenNav__list>div>ul>.item {
    border-bottom: 1px solid rgb(0, 102, 75);
}

.global-header .hiddenNav__list>div>ul>.item>a,
.global-header .hiddenNav__list>div>ul>.item>p {
    position: relative;
    display: block;
    padding: 20px 2px;
    color: rgb(0, 102, 75);
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.231;
}

.global-header .hiddenNav__list>div>ul>.item>.icon_global {
    background: url(/sp/common/img/icon_global.png) no-repeat;
    background-position: center left;
    background-size: 16px 16px;
    padding-left: 22px;
}

.global-header .hiddenNav__list>div>ul>.item a.iconBlank:after {
    display: inline-block;
    margin-left: 8px;
    content: "";
    background: url(/sp/common/img/icon_link_blank.png) 0 0 no-repeat;
    width: 13px;
    height: 11px;
    background-size: 13px 11px;
    vertical-align: middle;
}

.global-header .hiddenNav__list>div>ul>.item a.iconPC:after {
    display: inline-block;
    margin-left: 8px;
    content: "";
    background: url(/sp/common/img/icon_link_pc.png) 0 0 no-repeat;
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
    vertical-align: middle;
}

.global-header .hiddenNav__list>div>ul>.item>p::after {
    position: absolute;
    top: 50%;
    right: 4.5px;
    display: block;
    width: 10px;
    height: 10px;
    margin-top: -7px;
    content: "";
    -webkit-transition: margin 180ms ease-in, -webkit-transform 180ms ease-in;
    transition: margin 180ms ease-in, -webkit-transform 180ms ease-in;
    transition: transform 180ms ease-in, margin 180ms ease-in;
    transition: transform 180ms ease-in, margin 180ms ease-in, -webkit-transform 180ms ease-in;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 1px solid rgb(0, 102, 75);
    border-bottom: 1px solid rgb(0, 102, 75);
}

.global-header .hiddenNav__list>div>ul>.item>p.open::after {
    margin-top: -3px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.global-header .hiddenNav__list>div>ul>.item>.subBox {
    overflow: hidden;
    height: 0;
}

.global-header .hiddenNav__list>div>ul>.item>.subBox ul {
    padding-bottom: 7px;
}

.global-header .hiddenNav__list>div>ul>.item>.subBox ul li a {
    font-size: 1.4rem;
    position: relative;
    display: block;
    padding: 12px 0 12px 15px;
    color: rgb(0, 102, 75);
    font-weight: bold;
    line-height: 1.231;
}

.global-header .hiddenNav__list>div>ul>.item>.subBox ul li a::before {
    position: absolute;
    top: 50%;
    left: 1px;
    display: block;
    width: 4px;
    height: 4px;
    margin-top: -3px;
    content: "";
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-right: 1px solid rgb(0, 102, 75);
    border-bottom: 1px solid rgb(0, 102, 75);
}

.global-header .hiddenNav__list>div>ul>.item>.subBox ul li:first-child {
    margin-top: -5px;
}

.global-header .hiddenNav__bg {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
}

.global-header .global-nav.open .hiddenNav .hiddenNav__bg {
    display: block;
}


/* add 検索 start*/

.global-header {
    position: fixed;
    top: 0;
    width: 100%;
    /*ヘッダーが最も上にくる(z-indexの最大値)*/
    z-index: 9000;
}

.global-header>a {
    display: inline-block;
    margin-left: 20px;
}

.global-header a img {
    margin-left: 0;
}

.global-header .searchSwitch {
    width: 25px;
    height: 25px;
    padding: 8px 10px;
    position: fixed;
    top: 14px;
    right: 61px;
    cursor: pointer;
}

.global-header .searchSwitch .searchOpenBtn {
    width: 25px;
    height: 25px;
    background-image: url(/sp/common/img/icon_search.png);
    background-size: contain;
    transition: opacity 0.18s ease-in;
}

.global-header .searchSwitch .searchCloseBtn::after,
.global-header .searchSwitch .searchCloseBtn::before {
    position: absolute;
    display: block;
    content: "";
    width: 26px;
    height: 2px;
    background: #169965;
    top: 50%;
    margin-top: -1px;
    opacity: 0;
    transition: opacity 0.2s ease-in;
}

.global-header .searchSwitch .searchCloseBtn::after {
    transform: rotate(-45deg);
}

.global-header .searchSwitch .searchCloseBtn::before {
    transform: rotate(45deg);
}

.global-header .searchSwitch.is-open .searchOpenBtn {
    opacity: 0;
}

.global-header .searchSwitch.is-open .searchCloseBtn::after,
.global-header .searchSwitch.is-open .searchCloseBtn::before {
    opacity: 1;
}

.global-header .searchBody {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    padding: 25px 10px 10px 10px;
    display: none;
    background: rgba(255, 255, 255, 0.9);
}

.global-header .searchBody p {
    display: inline-block;
    position: absolute;
    margin: 0;
}

.global-header .searchBody .searchForm {
    border: solid 2px #006a46;
    height: 31px;
    position: relative;
    background: white;
}

.global-header .searchBody .searchField {
    left: 0;
    width: 100%;
    top: 2px;
    padding-right: 40px;
    padding-left: 8px;
    box-sizing: border-box;
}

.global-header .searchBody .searchSubmit {
    position: absolute;
    right: 0;
}

.global-header .searchBody .searchHeadInp {
    display: block;
    outline: none;
    border: none;
    padding: 0;
    font-size: 22px;
    font-family: Arial;
    width: 100%;
    height: auto;
    background: white;
}

.global-header .searchBody .searchHeadBtn {
    display: block;
    outline: none;
    border: none;
    width: 32px;
    height: 31px;
    background: url(/common/img/module/btn_magnifier_01.gif);
    background-size: contain;
    color: transparent;
    cursor: pointer;
}

.global-header-embedgap {
    padding-top: 65.5px;
}

body.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* add 検索 end*/


/* menuIcon */

.m-icon-E {
    background: #006a46;
    margin-right: 0.5em;
    padding: 2px 5px;
    color: #fff;
}

.m-icon-S {
    background: #245a9e;
    margin-right: 0.5em;
    padding: 2px 5px;
    color: #fff;
}

.m-icon-G {
    background: #8f4889;
    margin-right: 0.5em;
    padding: 2px 5px;
    color: #fff;
}

.buttonsList .buttonsList__link {
    line-height: 20px;
    padding: 5px 0;
}

.linkCaption .text__link {
    font-size: 1.4rem;
    line-height: 1.7;
}

.card__caption {
    font-size: 1.4rem;
    line-height: 1.7;
}

.crumb {
    margin-top: -60px;
}