@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto+Condensed&display=swap");
h1 {
    color: #083C5A;
}

#lottie-controls {
    display: none;
}

.lead-text {
    line-height: calc(26 / 14);
    margin-top: 30px;
}

.en-title {
    color: #4CB648;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.4285rem;
}

.en-title+.heading01 {
    margin-top: 12px;
    position: relative;
    z-index: 2;
}

h2 .en-title {
    margin-bottom: 12px;
}

.no-link {
    filter: grayscale(0.7);
    opacity: 0.3;
    pointer-events: none;
}

.hidden {
    overflow: hidden;
}

#container.noNavi {
    width: 100%;
    min-width: 1000px;
}

.wrapper {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.content {
    position: relative;
    font-family: 'Noto Sans JP', sans-serif;
}

.content img {
    max-width: 100%;
    height: auto;
}

.content .object {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 1233px;
}

@media screen and (max-width: 1233px) {
    .content .object {
        width: 100%;
    }
}

.content .text-center {
    text-align: center;
}

.content h2 {
    font-size: 1.5rem;
    color: #083C5A;
    font-weight: 500;
    margin-top: 40px;
}

.content h2.title-bar {
    padding-left: 8px;
    line-height: 1.2;
    border-left: 4px solid #083C5A;
}

.content h2.mt-0 {
    margin-top: 0;
}

.content.mt-40 {
    margin-top: -40px;
    padding-top: 80px;
}

.content.mt-80 {
    margin-top: -80px;
    padding-top: 130px;
}

.content>p {
    line-height: calc(32 / 14);
    margin-top: 2.57rem;
}

.content>p:first-of-type {
    margin-top: 1.4285rem;
}

.content>p.lead {
    font-size: 1.4285rem;
}

.content>ul:first-of-type {
    margin-top: 1.4285rem;
    list-style: disc;
    padding-left: 1rem;
}

.content>ul:first-of-type li {
    margin-top: 1rem;
}

.content>ul:first-of-type li:first-of-type {
    margin-top: 0;
}

.content .terms-title,
.content .product-title {
    color: #083C5A;
    font-weight: 500;
}

.content .terms {
    padding-left: 1.5rem;
    list-style: decimal;
    margin-top: 1.4285rem;
}

.content .terms li {
    margin-top: 1rem;
}

.content .terms li:first-of-type {
    margin-top: 0;
}

.content .notice {
    padding-left: 1.2rem;
    position: relative;
}

.content .notice:before {
    content: "※";
    position: absolute;
    left: 0;
}

.content.one-column {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.content ol.flow {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.content ol.flow li {
    width: calc((100% - 40px) / 5);
    height: 176px;
    border: 1px solid #083C5A;
    position: relative;
    border-radius: 0 10px 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.content ol.flow li .text {
    display: inline-flex;
    line-height: calc(20 / 14);
    height: 40px;
    align-items: center;
    color: #083C5A;
    font-weight: 500;
    margin-top: 12px;
    text-align: center;
}

.content ol.flow li:last-of-type:before {
    content: none;
}

.content ol.flow li:before {
    content: "";
    width: 12px;
    height: 15px;
    display: block;
    background-image: url(/hojin/management/sdgs_sustainable/img/flow-arrow.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -13px;
    top: 50%;
    transform: translate(0, -50%);
}

.content ol.flow li .num {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #4CB648;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.4285rem;
}

.content .merit {
    font-size: calc(20 / 14 * 1rem);
    font-weight: 500;
    color: #083C5A;
}

.content .bg-table {
    padding: 32px 24px;
    border-radius: 0 10px 10px 10px;
    background-color: #F7F9FA;
}

.content .bg-table .date {
    margin-top: 8px;
    color: #4CB648;
    font-weight: 500;
    font-size: 14px;
}

.content .bg-table table {
    margin-top: 24px;
}

.content .bg-table table tr th {
    padding: 30px 10px;
}

.content .bg-table table tr td {
    padding: 30px 0 30px 10px;
}

.content table {
    margin-top: 30px;
    width: 100%;
}

.content table .number li {
    text-indent: -3rem;
    padding-left: 3rem;
    margin-top: 10px;
}

.content table .number li:first-of-type {
    margin-top: 0;
}

.content table.col3-table ul {
    margin-top: 20px;
}

.content table.col3-table ul.mt-0 {
    margin-top: 0;
}

.content ul.default {
    list-style: disc;
    padding-left: 1rem;
}

.content table.col3-table tr:first-of-type {
    position: relative;
}

.content table.col3-table tr:first-of-type:before {
    content: "";
    display: block;
    width: calc(100% - 120px);
    border-top: 1px solid #063B59;
    position: absolute;
    left: initial;
    right: 0;
    top: 0;
}

.content table.col3-table tr:first-of-type th:nth-of-type(2) {
    background: #F6F9FA;
    text-align: center;
    font-size: calc(16 / 14 * 1rem);
    border-left: 1px solid rgba(6, 60, 91, 0.5);
}

.content table.col3-table tr:first-of-type th:nth-of-type(3) {
    background: #EFF3F5;
    text-align: center;
    font-size: calc(16 / 14 * 1rem);
    border-left: 1px solid rgba(6, 60, 91, 0.5);
}

.content table.col3-table tr td,
.content table.col3-table tr th {
    width: calc((100% - 120px) / 2);
}

.content table.col3-table tr td:nth-of-type(1) {
    background: #F6F9FA;
    padding-right: 16px;
    border-left: 1px solid rgba(6, 60, 91, 0.5);
}

.content table.col3-table tr td:nth-of-type(2) {
    background: #EFF3F5;
    padding-right: 16px;
    border-left: 1px solid rgba(6, 60, 91, 0.5);
}

.content table.col3-table tr td.none {
    text-align: center;
    vertical-align: middle;
}

.content table.col3-table tr th:first-of-type {
    width: 120px;
    letter-spacing: 0;
}

.content table.col3-table tr th .caution {
    font-size: 12px;
}

.content table tr {
    position: relative;
}

.content table tr:before {
    content: "";
    display: block;
    width: 100%;
    border-top: 1px dotted #083C5A;
    position: absolute;
    left: 0;
    top: 0;
}

.content table tr:last-of-type:after {
    content: "";
    display: block;
    width: 100%;
    border-top: 1px dotted #083C5A;
    position: absolute;
    left: 0;
    bottom: 0;
}

.content table tr th,
.content table tr td {
    text-align: left;
}

.content table tr th {
    padding: 30px 16px;
    width: 190px;
    letter-spacing: calc(30px / 14);
    color: #083C5A;
    font-weight: 500;
}

.content table tr td {
    padding: 30px 0 30px 16px;
}

.content table tr td ol li {
    color: #083C5A;
    font-weight: 500;
    margin-top: 20px;
}

.content table tr td ol li:first-of-type {
    margin-top: 0;
}

.content table tr td ol li span {
    margin-right: 5px;
}

.content table tr td ol li p {
    font-weight: 400;
    color: #333;
    margin-top: 10px;
}

.content table tr td a {
    color: #083C5A;
    text-decoration: underline;
    transition: .2s;
}

.content table tr td a:hover {
    color: #008F79;
    text-decoration: none;
}

.content table tr td a.blank:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 7px;
    background-image: url(/hojin/management/sdgs_sustainable/img/icon-blank.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 8px;
}

.more {
    margin-top: 30px;
}

.more .btn {
    text-align: center;
}

.content .btn,
.newsList .btn {
    height: 130px;
    max-width: 470px;
    width: 100%;
    display: inline-block;
    text-decoration: none;
    color: #083C5A;
    position: relative;
    margin: 0 10px 10px 0;
    font-size: 1.4285rem;
    font-weight: 500;
    line-height: calc(30 / 20);
    text-decoration: none;
}

.content .btn.blank span:after,
.newsList .btn.blank span:after {
    background-image: url(/hojin/management/sdgs_sustainable/img/blank.png);
}

.content .btn:hover span,
.newsList .btn:hover span {
    transform: translate(9px, 9px);
}

.content .btn:hover:before,
.newsList .btn:hover:before {
    opacity: 0;
}

.content .btn:before,
.newsList .btn:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    border-right: 1px solid #083C5A;
    border-bottom: 1px solid #083C5A;
    position: absolute;
    right: -10px;
    bottom: -10px;
    pointer-events: none;
    border-radius: 0 0 10px 0;
    transition: .3s;
}

.content .btn span,
.newsList .btn span {
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    border-radius: 0 10px 10px 10px;
    border: 1px solid #083C5A;
    transition: .3s;
    background-color: #fff;
}

.content .btn span:after,
.newsList .btn span:after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background-color: #083C5A;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(/hojin/management/sdgs_sustainable/img/arrow.png);
    background-repeat: no-repeat;
    background-size: 20px 14px;
    background-position: center;
}

#container+aside {
    display: none;
}

.tab {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    border-bottom: 1px solid #083C5A;
}

.tab li {
    width: calc((100% - 20px) / 3);
}

.tab li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px 0 16px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #083C5A;
    border-bottom: 0;
    font-size: 1rem;
    font-weight: bold;
    line-height: calc(22 / 14);
    color: #083C5A;
    border-radius: 10px 10px 0 0;
}

.tab li a.current,
.tab li a:hover {
    color: #fff;
    background: #083C5A;
}

.navigationList,
.newsList {
    margin-top: 30px;
    padding: 10px;
    background: #F7F9FA;
    font-family: 'Noto Sans JP', sans-serif;
}

.navigationList+aside,
.newsList+aside {
    display: none;
}

.navigationList h2,
.newsList h2 {
    text-align: center;
    font-size: 2.1428rem;
    display: flex;
    font-weight: 500;
    justify-content: center;
    flex-direction: column;
    color: #083C5A;
    margin-top: 0;
}

.navigationList h2.text-left,
.newsList h2.text-left {
    text-align: left;
}

.navigationList h3,
.newsList h3 {
    text-align: center;
    font-size: 1.8rem;
    display: flex;
    font-weight: 500;
    justify-content: center;
    flex-direction: column;
    color: #083C5A;
    margin-top: 0;
}

.navigationList h3.text-left,
.newsList h3.text-left {
    text-align: left;
}

.navigationList .btn-area,
.newsList .btn-area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2.1428rem;
}

.navigationList .btn-area .btn,
.newsList .btn-area .btn {
    margin-bottom: 34px;
}

.navigationList .project-list,
.newsList .project-list {
    margin-top: 30px;
}

.navigationList .project-list li,
.newsList .project-list li {
    padding: 2px 10px;
    border-top: 1px dotted #083C5A;
    word-break: break-all;
}

.navigationList .project-list li a,
.newsList .project-list li a {
    display: inline-block;
    line-height: calc(30 / 20);
/*    font-size: 1.4285rem;	*/
    font-size: 1.3rem;
    color: #083C5A;
    transition: .2s;
}

.navigationList .project-list li a:hover,
.newsList .project-list li a:hover {
    color: #008F79;
}

.navigationList .project-list li .label,
.newsList .project-list li .label {
    font-size: 1rem;
    color: #4CB648;
    text-decoration: none;
    border: 1px solid #4CB648;
    display: inline-block;
    line-height: 1;
    border-radius: 0 10px 10px 10px;
    padding: 8px 6px;
    margin-left: 20px;
}

.navigationList .project-list li:last-of-type,
.newsList .project-list li:last-of-type {
    border-bottom: 1px dotted #083C5A;
}

#aside {
    margin-top: 26px;
}

#aside .sdgsNavi {
    font-family: 'Noto Sans JP', sans-serif;
}

#aside .sdgsNavi a,
#aside .sdgsNavi span {
    display: inline-block;
    line-height: calc(26 / 14);
    padding: 20px 10px;
    font-weight: 500;
}

#aside .sdgsNavi .sdgsNaviTop a {
    width: 100%;
    background-color: #083C5A;
    color: #fff;
    border-radius: 10px 10px 0 0;
    transition: .2s;
}

#aside .sdgsNavi .sdgsNaviTop a:hover {
    background-color: rgba(8, 60, 90, 0.7);
    text-decoration: none;
}

#aside .sdgsNavi .sdgsNaviList>li {
    border-bottom: 1px dotted #083C5A;
}

#aside .sdgsNavi .sdgsNaviList>li a {
    color: #083C5A;
    text-decoration: underline;
    transition: .2s;
}

#aside .sdgsNavi .sdgsNaviList>li a:hover {
    color: #008F79;
    text-decoration: none;
}

#aside .sdgsNavi .sdgsNaviList>li a.blank:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 7px;
    background-image: url(/hojin/management/sdgs_sustainable/img/icon-blank.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 8px;
}

#aside .sdgsNavi .sdgsNaviList>li ul {
    padding-left: 10px;
    padding-bottom: 20px;
}

#aside .sdgsNavi .sdgsNaviList>li ul li {
    font-size: 0.85rem;
    margin-top: 14px;
    padding-left: 6px;
    position: relative;
}

#aside .sdgsNavi .sdgsNaviList>li ul li:before {
    content: "";
    width: 4px;
    height: 1px;
    display: inline-block;
    background: #083C5A;
    position: absolute;
    left: 0;
    top: 0.78rem;
}

#aside .sdgsNavi .sdgsNaviList>li ul li:first-of-type {
    margin-top: 0;
}

#aside .sdgsNavi .sdgsNaviList>li ul li a {
    padding: 0;
}

.object-01,
.object-02,
.object-03,
.object-04,
.object-05,
.object-06 {
    position: absolute;
    height: auto;
}

.object-01 {
    width: 82px;
    top: 80px;
    left: -30px;
    animation: 1s infinite animation1;
}

.object-02 {
    width: 128px;
    top: 230px;
    left: -110px;
    animation-delay: .3s;
    animation: 1.5s infinite animation4;
}

.object-03 {
    width: 130px;
    bottom: 10px;
    animation: 1s infinite animation2;
    animation-delay: .5s;
}

.object-04 {
    width: 79px;
    right: 350px;
    top: 22px;
    animation: 1s infinite animation2;
    animation-delay: .2s;
}

.object-05 {
    width: 145px;
    top: 110px;
    right: -110px;
    animation: 1.5s infinite animation3;
    transform-origin: top;
}

.object-06 {
    width: 100px;
    right: 0;
    bottom: 0;
    animation: 1s infinite animation1;
}

@keyframes animation1 {
    0% {
        transform: scale(1);
    }
    49% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    99% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes animation2 {
    0% {
        transform: rotate(0);
    }
    49% {
        transform: rotate(0);
    }
    50% {
        transform: rotate(20deg);
    }
    99% {
        transform: rotate(20deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@keyframes animation3 {
    0% {
        transform: translate(10px, 0);
    }
    49% {
        transform: translate(10px, 0);
    }
    50% {
        transform: translate(-10px, 5px);
    }
    99% {
        transform: translate(-10px, 5px);
    }
    100% {
        transform: translate(10px, 0);
    }
}

@keyframes animation4 {
    0% {
        transform: translate(10px, 0);
    }
    49% {
        transform: translate(10px, 0);
    }
    50% {
        transform: translate(20px, 0);
    }
    99% {
        transform: translate(20px, 0);
    }
    100% {
        transform: translate(10px, 0);
    }
}


/*追記*/

.tab01,
.anchorList01 {
    position: relative;
    z-index: 1;
}

.content table tr .table-center {
    text-align: center;
    vertical-align: middle;
}


/* 追記20231020 */
/* btnLink_sdgs */
.btnLink_sdgs a {
	position: relative;
	display: inline-block;
	min-width: 280px;
	background-color: #ffffff;
	border: solid 1px #083C5A;
	border-radius: 5px;
	color: #083C5A;
	text-decoration: none;
	text-align: center;
}
.btnLink_sdgs a:hover {
/*	color: #00bfff;	*/
	background-color: #cce5ff;
	opacity:0.8;
}
.btnLink_sdgs a span {
	position: relative;
	display: block;
	padding: 0.8em 3em 0.8em 3.5em;
}
.btnLink_sdgs a span:after {
	content: ">";
	position: absolute;
/*	top: 50%;	*/
	right: 15px;
	display: inline-block;
	width: 10px;
	height: 14px;
/*	margin-top: -7px;	*/
}
/* accordionBox */
.accordionBox .detailsBox {
	display: none;
}
.accordionBox .detailsBox > *:first-child {
	margin-top: 1em;
}
.accTypeSG01 {
	margin-top: 2em;
}
.accTypeSG01 .btn01 {
	position: relative;
}
.accTypeSG01 .btn01 a {
	display: block;
	padding: 0.8em 3em 0.8em 1em;
	border: solid 1px #dedede;
	border-bottom: solid 3px #083c5a;
	font-weight: bold;
	font-size: 1.286em;
	color: #333333;
	line-height: 1.4;
	text-decoration: none;
}
.accTypeSG01 .btn01 a:after {
	content: "＋";
	position: absolute;
	top: 50%;
	right: 1%;
	display: inline-block;
	margin-top: -0.7em;
	font-weight: bold;
	font-size: 2em;
	color: #083c5a;
}
.accTypeSG01 .btn01 a:hover {
	background-color: #F7F9FA;
}
.accTypeSG01 .btn01.open a {
	border: solid 1px #dedede;
	border-top: solid 3px #083c5a;
}
.accTypeSG01 .btn01.open a:after {
	content: "－";
}


