  @charset "UTF-8";

/* =固定ページのみに適用されます
-------------------------------------------------------------- */
.topmessage {
	margin-top: 40px;
	font-size: 2rem;
}

.topmessage-image {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.topmessage-position {
	display: inline-block;
	margin-right: 0.5em;
	font-size: 1.4rem;
}

img+.topmessage-name {
	margin-left: 20px;
}

/* =技術ソリューション
-------------------------------------------------------------- */
.solution-sec-box+.solution-sec-box {
	padding-top: 60px;
	border-top: 1px solid #bbbbbb;
}

.solution-columns {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.solution-label {
	display: inline-block;
	margin-right: 0.5em;
	margin-bottom: 8px;
	padding: 0 8px;
	font-weight: 700;
	font-size: 1.8rem;
	color: #ffffff;
	background: #1953a3;
}

.solution-feature-label {
	margin-bottom: 8px;
	font-weight: 700;
	font-size: 1.8rem;
	color: #1953a3;
}

.solution-text {
	margin-top: 20px;
	padding-bottom: 20px;
	font-size: 1.6rem;
}

.solution-images-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.solution-images-row figure+figure {
	margin-left: 10px;
}

.solution-image {
	text-align: center;
}

.solution-image img {
	width: auto;
}

.solution-image-full {
	margin-top: 20px;
}

.solution-image figcaption {
	text-align: left;
}

.solution-box+.solution-box {
	margin-top: 30px;
}

.solution-mail {
	margin-top: 10px;
}

/* =会社概要
-------------------------------------------------------------- */
.timeline {
	position: relative;
	margin: 0 auto;
}

.timeline::before {
	content: "";
	position: absolute;
	top: 0;
	left: 40px;
	width: 1px;
	height: 100%;
	background-image: -webkit-gradient(linear,
			left top,
			left bottom,
			color-stop(50%, #333333),
			color-stop(0%, rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to bottom,
			#333333 50%,
			rgba(0, 0, 0, 0) 0%);
	background-repeat: repeat-y;
	background-size: 1px 10px;
}

.timeline-group {
	position: relative;
	padding-bottom: 55px;
}

.timeline-group:not(:first-of-type) {
	margin-top: 4rem;
}

.timeline-item {
	position: relative;
	margin-bottom: 1em;
	padding-left: 80px;
}

.timeline-item:not(:last-of-type) {
	margin-bottom: 2em;
}

.timeline .time {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 80px;
	min-height: 80px;
	text-align: center;
	color: #ffffff;
	background-color: #1953a3;
	border-radius: 50%;
}

.timeline .time-year {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	font-weight: 700;
	font-size: 1em;
	letter-spacing: 0.05em;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.timeline-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0 1em;
}

.movie-wrap {
	text-align: center;
}

.company-top-image {
	margin-bottom: 20px;
}

.company-table-profile th {
	width: 130px;
}

.company-table-executive th {
	width: 245px;
}

.company-table-executive td {
	min-width: 130px;
	padding: 10px 20px;
}

.company-table-executive td+td {
	border-left: none;
}

.company-motto dt {
	position: relative;
	vertical-align: top;
	background: #ffffff;
}

.company-motto dt::before {
	content: "";
	position: absolute;
	top: 32px;
	left: 0;
	display: inline-block;
	width: 10px;
	height: 4px;
	background: #1953a3;
}

.company-simbol {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-top: 20px;
}

.company-simbol-color {
	width: 80%;
	margin: 0;
	border: none;
}

.company-simbol-color th,
.company-simbol-color td {
	padding: 4px 10px;
	border: none;
}

.company-simbol-color th {
	text-align: left;
	color: #717171;
	background: #ffffff;
}

.company-simbol-color td strong {
	padding-right: 1em;
	font-size: 2rem;
}

.company-simbol-color tr:nth-child(2) strong {
	color: #00954c;
}

.company-simbol-color tr:nth-child(3) strong {
	color: #1953a3;
}

.company-simbol-color tr:nth-child(4) strong {
	color: #d12c40;
}

.company-simbol-shape {
	margin-top: 20px;
	margin-bottom: 20px;
}

.company-simbol-shape p {
	font-weight: 700;
	color: #717171;
}

.company-simbol-shape dt,
.company-simbol-shape dd {
	padding-right: 0;
	padding-left: 0;
}

.company-simbol-shape dt::before {
	display: none;
}

.table-dl-box .network-table-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.network-tel,
.network-fax {
	display: block;
}

.network-tel::before,
.network-fax::before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-right: 1em;
	background-size: contain;
}

.network-tel::before {
	background: url(/anniversary/images/company/network/icon_tel.png) center no-repeat;
}

.network-fax::before {
	background: url(/anniversary/images/company/network/icon_fax.png) center no-repeat;
}

.network-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -9px;
}

.network-list li {
	max-width: 228px;
	margin: 10px 9px;
}

.network-list li a,
.network-list li span {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.network-list li a:hover,
.network-list li a:active {
	position: relative;
}

.network-list li a:hover::before,
.network-list li a:active::before {
	content: "";
	position: absolute;
	top: -2px;
	left: -2px;
	z-index: -1;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	background: #26a1ff;
}

.network-list li>a {
	display: block;
}

.profile-helth-images {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
	column-gap: 20px;
	row-gap: 20px;
}

.profile-helth-image {
	width: 300px;
	height: auto;
	border: 1px solid #efefef;
}

.profile-helth-image img {
	width: 100%;
	height: auto;
}

.cooperation-link-box {
	z-index: 10;
}

.cooperation-link {
	margin-bottom: 30px;
}

.cooperation-link .btn+.btn {
	margin-left: 30px;
}

.cooperation-box {
	margin-top: -80px;
	padding-top: 80px;
}

@media screen and (max-width: 768px) {
	.profile-helth-images {
		flex-wrap: wrap;
	}
}

/* =CSR
-------------------------------------------------------------- */
.envi-newest {
	margin-bottom: 40px;
}

.envi-newest-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.envi-newest-text {
	margin-left: 30px;
}

/* = cooperation
-------------------------------------------------------------- */
#cooperation #sec-box-08 .subsec-box .box .ttl {
	position: relative;
	font-weight: 500;
	font-size: 2.2rem;
	line-height: 1.2;
	letter-spacing: 0.05em;
}

/* = CONTACT
-------------------------------------------------------------- */
.contact-box {
	padding-bottom: 40px;
}

.wpcf7+p {
	margin-top: 30px;
}

#contact-tel.sec-contact .sec-tel-box .tel-box a {
	font-size: 4.2rem;
}

#contact-form .required {
	float: right;
	padding: 5px 10px;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1;
	color: #ffffff;
	background-color: #d71518;
}

#form-box input[type="text"],
#form-box input[type="tel"],
#form-box input[type="email"],
#form-box input[type="number"],
#form-box input[type="url"],
#form-box input[type="password"],
#form-box textarea,
#form-box select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 5px;
	font-size: 1.5rem;
	line-height: 1.5;
	vertical-align: middle;
	background: #fcfcfc;
	border: 1px solid #dddddd;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#form-box #zip-box {
	display: inline-block;
	width: 320px;
	margin-bottom: 10px;
}

/*consent-box*/
#consent-box {
	margin: 30px 0;
	text-align: center;
}

/*submit-box*/
#submit-box {
	margin: 30px 0 0;
	text-align: center;
}

#submit-box input[type="submit"] {
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 300px;
	margin: 0 auto;
	padding: 12px 80px;
	font-weight: 600;
	font-size: 1.8rem;
	color: #1b1b1b;
	background-color: #ffffff;
	border: 2px solid #1b1b1b;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#submit-box input[type="submit"]:hover {
	color: #ffffff;
	background-color: #1b1b1b;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#submit-box .wpcf7-validation-errors,
#submit-box .wpcf7-acceptance-missing {
	padding: 15px;
	font-weight: 600;
	border: 2px solid #d71518;
}

#submit-box .wpcf7-mail-sent-ok {
	/*完了ページ遷移の際に一瞬表示されるのを防止*/
	display: none !important;
}

#submit-box img.ajax-loader,
.wpcf7-spinner {
	display: block;
	margin: 4px auto !important;
}

@media screen and (max-width: 1000px) {
	/* PC */
}

@media screen and (max-width: 768px) {

	/* SP */
	.top-message-image+.top-message-image {
		margin-top: 30px;
	}

	.profile-helth-image {
		width: 40%;
	}

	.cooperation-link .btn {
		display: block;
	}

	.cooperation-link .btn+.btn {
		margin-top: 20px;
		margin-left: 0;
	}

	.envi-newest-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.envi-newest-text {
		margin-top: 20px;
		margin-left: 0;
	}

	#contact-tel.sec-contact .sec-tel-box .tel-box a {
		font-size: 3.2rem;
	}

	#form-box dl {
		border-bottom: none;
	}

	#form-box dt {
		padding: 20px 0 5px;
		background-color: transparent;
	}

	#form-box dd {
		padding: 5px 0 20px;
	}

	#form-box input[type="text"],
	#form-box input[type="tel"],
	#form-box input[type="email"],
	#form-box input[type="password"],
	#form-box textarea,
	#form-box select {
		font-size: 1.6rem;
	}

	#form-box-form-control-wrap {
		position: relative;
		display: inline-block;
		width: 100%;
	}

	#form-box-submit[type="submit"] {
		width: 240px;
		height: 48px;
		padding: 0;
	}

	#form-box-submit[type="submit"]:hover {
		opacity: 1;
	}
}

@media only screen and (max-width: 768px) {
	.solution-feature-box+.solution-feature-box {
		margin-top: 30px;
	}

	.solution-image {
		margin-top: 20px;
		text-align: center;
	}

	.timeline::before {
		left: 0;
	}

	.timeline-item {
		padding-top: 40px;
		padding-left: 20px;
	}

	.timeline-item::before {
		top: 90px;
	}

	.timeline .time {
		top: 0;
		min-height: 2em;
		border-radius: 0 20px 20px 0;
	}

	.timeline .time-year {
		display: inline-block;
	}

	.timeline-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		font-size: 0.8em;
	}

	.movie-wrap video {
		width: 100%;
	}

	.company-table-profile th,
	.company-table-profile td,
	.company-table-executive th,
	.company-table-executive td {
		display: block;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
	}

	.company-simbol-shape {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.company-simbol-shape dl {
		display: table;
	}

	.company-simbol-shape dt {
		display: table-cell;
		width: 35%;
	}

	.company-simbol-shape dd {
		display: table-cell;
		width: 65%;
	}

	.table-dl-box .network-table-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.network-list {
		margin: 0 -2%;
		padding: 0;
	}

	.network-list li {
		width: 46%;
		margin: 2%;
	}
}

/* -------------------------

anniversary

---------------------------- */
#anniversary .header,
#anniversary .footer {
	display: none;
}

#anniversary #wrapper {
	min-width: 100%;
}

#anniversary #main {
	padding-top: 0;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3",
		"Hiragino Mincho ProN", "source-han-serif-japanese", serif;
}

#anniversary p {
	line-height: 2;
	font-family: noto-sans-cjk-jp, "游ゴシック体", YuGothic, "游ゴシック Medium",
		"Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3",
		"Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, verdana, sans-serif;
}

@keyframes rotate360Y {
	0% {
		transform: rotateY(0);
		opacity: 0;
	}

	100% {
		transform: rotateY(360deg);
		opacity: 1;
	}
}

#loading-container {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100vw;
	height: 100%;
	background: #263288;
	transition: all 1.2s ease;
}

#loading-container .loading-logo-box {
	animation: rotate360Y 3s 1;
}

#loading-container .loading-logo-box img {
	width: 264px;
}

@media screen and (max-width: 767px) {
	#loading-container .loading-logo-box {
		width: 50%;
	}

	#loading-container .loading-logo-box img {
		width: 100%;
	}
}

#anniversary-mv {
	position: relative;
	/* background: url(/anniversary/img/mv_bg.jpg) center / cover no-repeat; */
	height: 100vh;
	min-height: 768px;
	min-height: 600px;
	max-height: 860px;
}

#anniversary-mv::after {
	content: "";
	position: absolute;
	bottom: -527px;
	left: 0;
	z-index: -1;
	display: inline-block;
	width: 100%;
	height: 527px;
	background: #f7f7f7;
}

#anniversary-mv .mv-bg {
	width: 100%;
	height: 100%;
	transform: scaleX(1.1) scaleY(1.1);
	opacity: 0;
	opacity: 0;
	transition: all 1s ease;

	object-fit: cover;
}

#anniversary-mv .logo-box {
	position: absolute;
	top: 30%;
	left: 50%;
	width: 264px;
	transform: translateX(-50%);
	opacity: 0;
	transition: all 1s ease;
}

#anniversary-mv .mv-scroll-down {
	position: absolute;
	right: 0;
	bottom: -50px;
	left: 0;
	display: block;
	width: 2px;
	height: 227px;
	margin: auto;
	background: #ffffff;
	opacity: 0;
	transition: all 1s ease;
}

#anniversary-mv .mv-scroll-down::before {
	content: "";
	position: absolute;
	top: -5px;
	left: -4px;
	width: 10px;
	height: 10px;
	background: #ffffff;
	border-radius: 50px;
}

#anniversary-mv .tagline-box {
	position: absolute;
	bottom: -300px;
	left: 50%;
	box-sizing: border-box;
	width: 904px;
	padding: 75px 0 95px;
	text-align: center;
	background-color: #ffffff;
	transform: translateX(-50%);
	opacity: 0;
	transition: all 1s ease;
}

#anniversary-mv .tagline-box .ttl {
	margin-top: 0;
	margin-bottom: 20px;
}

#anniversary-mv .tagline-box .ttl span {
	position: relative;
	font-size: 3.2rem;
	color: #263288;
}

#anniversary-mv .tagline-box .ttl span::before,
#anniversary-mv .tagline-box .ttl span::after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 35px;
	height: 25px;
	background: url(/anniversary/img/quotation.svg) no-repeat;
	background-size: contain;
}

#anniversary-mv .tagline-box .ttl span::before {
	top: -4px;
	left: -45px;
}

#anniversary-mv .tagline-box .ttl span::after {
	right: -45px;
	bottom: -4px;
	transform: rotate(180deg);
}

#anniversary-mv .tagline-box .txt-box {
	font-size: 1.8rem;
	letter-spacing: 0.12em;
}

#anniversary-mv.is-active .mv-bg,
#anniversary-mv.is-active .logo-box,
#anniversary-mv.is-active .mv-scroll-down,
#anniversary-mv.is-active .tagline-box {
	opacity: 1;
	transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
	#anniversary-mv .logo-box {
		width: 50%;
	}

	#anniversary-mv .mv-scroll-down {
		height: 367px;
	}

	#anniversary-mv .tagline-box .ttl {
		margin-bottom: 40px;
	}

	#anniversary-mv .tagline-box .ttl span::before {
		left: -50px;
	}

	#anniversary-mv .tagline-box .ttl span::after {
		right: -50px;
	}

	#anniversary-mv .tagline-box {
		width: calc(100% - 60px);
		padding: 60px 40px 80px;
	}
}

#anniversary-message {
	position: relative;
	padding-top: 335px;
	padding-bottom: 100px;
}

#anniversary-message::before {
	content: "";
	position: absolute;
	bottom: -40px;
	left: 0;
	z-index: -1;
	display: inline-block;
	width: 560px;
	height: 395px;
	background: url(/anniversary/img/logo_bg.svg) no-repeat;
	background-size: contain;
}

#anniversary-message .img-txt-box {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 60px;
	padding-bottom: 75px;
}

#anniversary-message .img-txt-box::before {
	content: "";
	position: absolute;
	top: 0;
	left: 74%;
	z-index: -1;
	display: inline-block;
	width: 583px;
	height: 100%;
	background: url(/anniversary/img/bg_message.jpg) no-repeat;
	background-size: contain;
}

#anniversary-message .img-txt-box .txt-area {
	width: 65%;
}

#anniversary-message .img-txt-box .txt-area .ttl-box {
	color: #263288;
}

#anniversary-message .img-txt-box .txt-area .sub-ttl {
	font-size: 1.6rem;
}

#anniversary-message .img-txt-box .txt-area .ttl {
	margin-top: 0;
	margin-bottom: 30px;
	font-weight: normal;
	font-size: 3rem;
	line-height: 1.4;
}

#anniversary-message .img-txt-box .txt-area .txt-box {
	font-size: 1.6rem;
	letter-spacing: 0.08em;
}

#anniversary-message .img-txt-box .txt-area .txt-box .name {
	margin-top: 30px;
	font-weight: 700;
	font-size: 1.9rem;
	text-align: right;
}

#anniversary-message .img-txt-box .txt-area .txt-box .name span {
	font-size: 3rem;
}

#anniversary-message .img-txt-box .img-area {
	width: 30%;
}

#anniversary-message .btn-box-center {
	margin-top: 127px;
}

@media screen and (max-width: 767px) {
	#anniversary-message {
		padding-bottom: 210px;
	}

	#anniversary-message::before {
		bottom: -80px;
		left: 20px;
		width: 70%;
		height: 260px;
	}

	#anniversary-message .img-txt-box {
		padding-bottom: 0;
	}

	#anniversary-message .img-txt-box::before {
		left: -30px;
	}

	#anniversary-message .img-txt-box .txt-area {
		width: 100%;
	}

	#anniversary-message .img-txt-box .txt-area .ttl {
		text-align: center;
	}

	#anniversary-message .btn-box {
		margin-top: 60px;
	}

	#anniversary-message .img-txt-box .txt-area {
		width: 100%;
	}

	#anniversary-message .img-txt-box .txt-area .txt-box {
		margin-top: 30px;
	}

	#anniversary-message .btn-box-center {
		margin-top: 60px;
	}
}

#anniversary-footer .footer-inner {
	padding: 50px 0;
}

#anniversary-footer .copyright {
	text-align: center;
}

/* -------------------------

esg-sdgs

---------------------------- */
#esg-sdgs .message-box .message {
	margin: 10px 0 20px;
	font-weight: 500;
	font-size: 2.6rem;
	color: #263288;
}

#esg-sdgs .sec-box {
	margin-top: 60px;
}

#esg-sdgs .table-head {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#esg-sdgs .table-head .head {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0;
	text-align: center;
	color: #ffffff;
	background-color: #16263c;
}

#esg-sdgs .table-head .topics {
	width: 280px;
	text-align: center;
}

#esg-sdgs .table-head .body {
	display: flex;
	width: 700px;
}

#esg-sdgs .table-head .body .materiality {
	width: 210px;
}

#esg-sdgs .table-head .body .action {
	width: calc(100% - 210px);
	border-left: solid 1px #3a5881;
}

#esg-sdgs .table-cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
	font-weight: 500;
}

#esg-sdgs .table-cont .topics {
	position: relative;
	display: flex;
	width: 280px;
	outline: solid 1px #000000;
}

#esg-sdgs .table-cont .topics::before {
	content: "";
	position: absolute;
	top: 0;
	right: -17px;
	bottom: 0;
	display: inline-block;
	width: 0;
	height: 0;
	margin: auto;
	border-width: 8px 0 8px 13px;
	border-style: solid;
	border-color: transparent transparent transparent #007bff;
}

#esg-sdgs .table-cont .topics-head {
	display: flex;
	align-items: center;
}

#esg-sdgs .table-cont .topics-head span {
	display: block;
	font-size: 2.4rem;
	text-align: center;
}

#esg-sdgs .table-cont .topics-head .ja {
	-ms-writing-mode: tb-rl;

	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}

#esg-sdgs .table-cont .topics-cont {
	display: flex;
	align-items: center;
}

#esg-sdgs .table-cont .topics-cont-inner li {
	position: relative;
	padding-left: 30px;
	line-height: 2;
}

#esg-sdgs .table-cont .topics-cont-inner li::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	width: 14px;
	height: 14px;
	margin: auto;
	background-color: #000000;
	border-radius: 50%;
}

#esg-sdgs .table-cont .body {
	display: flex;
	justify-content: space-between;
	width: 700px;
	outline: solid 1px #000000;
}

#esg-sdgs .table-cont .body .action-box dl:nth-child(1) {
	border-top: none;
}

#esg-sdgs .table-cont .body .action-box dl {
	display: flex;
	margin: 0;
	border-top: 1px solid #000000;
}

#esg-sdgs .table-cont .body .action-box dt,
#esg-sdgs .table-cont .body .action-box dd {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	box-sizing: border-box;
	margin: 0;
}

#esg-sdgs .table-cont .body .action-box dt {
	width: 220px;
	padding: 20px 12px;
}

#esg-sdgs .table-cont .body .action-box dt span {
	position: relative;
	padding-left: 14px;
}

#esg-sdgs .table-cont .body .action-box dt span::before {
	content: "";
	position: absolute;
	top: 10%;
	left: 0;
	display: block;
	width: 3px;
	height: 80%;
	background-color: #000000;
}

#esg-sdgs .table-cont .body .action-box dd {
	width: 420px;
	border-left: 1px solid #000000;
}

#esg-sdgs .table-cont .body .action-box dd .txt-box {
	box-sizing: border-box;
	width: 100%;
	width: calc(100% - 24px);
	margin: auto;
	padding: 16px 0;
}

#esg-sdgs .table-cont .body dd .txt-box:nth-child(n + 2) {
	border-top: 1px dotted #000000;
}

#esg-sdgs .table-cont .body .icon-box {
	display: flex;
	align-items: center;
	padding: 8px;
	border-left: 1px solid #000000;
}

#esg-sdgs .table-cont .body .icon-box .img-box+.img-box {
	margin-top: 6px;
}

#esg-sdgs .bnr-txt {
	margin-bottom: 15px;
	color: #0089d2;
}

@media screen and (max-width: 767px) {

	#esg-sdgs .table-cont .topics,
	#esg-sdgs .table-cont .body,
	#esg-sdgs .table-cont .body .action-box,
	#esg-sdgs .table-cont .body .icon-box,
	#esg-sdgs .table-cont .body .action-box dt,
	#esg-sdgs .table-cont .body .action-box dd {
		width: 100%;
	}

	#esg-sdgs .table-head .head,
	#esg-sdgs .table-head .body .head {
		width: 100%;
	}

	#esg-sdgs .table-head .body {
		flex-wrap: wrap;
	}

	#esg-sdgs .table-cont .topics::before {
		top: unset;
		right: 0;
		bottom: -22px;
		left: 0;
		margin: auto;
		transform: rotate(90deg);
	}

	#esg-sdgs .table-cont .topics-cont {
		padding: 30px 0;
	}

	#esg-sdgs .table-cont .body {
		flex-wrap: wrap;
		margin-top: 28px;
	}

	#esg-sdgs .table-cont .body .action-box dl {
		flex-wrap: wrap;
	}

	#esg-sdgs .table-cont .body .action-box dt {
		padding-bottom: 0;
	}

	#esg-sdgs .table-cont .body .action-box dd,
	#esg-sdgs .table-cont .body .icon-box {
		border-left: none;
	}

	#esg-sdgs .table-cont .body .icon-box {
		border-top: 1px solid #000000;
	}

	#esg-sdgs .table-cont .body .icon-box-inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: start;
		width: 100%;
		margin-top: -6px;
		margin-left: -1%;
	}

	#esg-sdgs .table-cont .body .icon-box-inner .img-box {
		width: 24%;
		margin-top: 6px;
		margin-left: 1%;
	}

	#esg-sdgs .table-cont .body .icon-box-inner .img-box+.img-box {
		margin-top: 6px;
	}

	#esg-sdgs .bnr-txt,
	#esg-sdgs .bnr-box {
		text-align: center;
	}
}

/* 各色 */
#esg-sdgs .table-cont:nth-child(1) .topics,
#esg-sdgs .table-cont:nth-child(1) .body {
	background-color: #eaf2d9;
}

#esg-sdgs .table-cont:nth-child(1) .topics-head,
#esg-sdgs .table-cont:nth-child(1) .topics-cont-inner li::before {
	color: #ffffff;
	background-color: #3bbe23;
}

#esg-sdgs .table-cont:nth-child(1) .topics::before {
	border-color: transparent transparent transparent #3bbe23;
}

#esg-sdgs .table-cont:nth-child(1) .topics,
#esg-sdgs .table-cont:nth-child(1) .body,
#esg-sdgs .table-cont:nth-child(1) .body .action-box dl,
#esg-sdgs .table-cont:nth-child(1) .body .action-box dd,
#esg-sdgs .table-cont:nth-child(1) .body dd .txt-box:nth-child(n + 2),
#esg-sdgs .table-cont:nth-child(1) .body .icon-box {
	border-color: #3bbe23;
	outline-color: #3bbe23;
}

#esg-sdgs .table-cont:nth-child(1) .body .action-box dt span::before {
	background-color: #3bbe23;
}

#esg-sdgs .table-cont:nth-child(2) .topics,
#esg-sdgs .table-cont:nth-child(2) .body {
	background-color: #fcf6df;
}

#esg-sdgs .table-cont:nth-child(2) .topics-head,
#esg-sdgs .table-cont:nth-child(2) .topics-cont-inner li::before {
	color: #ffffff;
	background-color: #ebc00c;
}

#esg-sdgs .table-cont:nth-child(2) .topics::before {
	border-color: transparent transparent transparent #ebc00c;
}

#esg-sdgs .table-cont:nth-child(2) .topics,
#esg-sdgs .table-cont:nth-child(2) .body,
#esg-sdgs .table-cont:nth-child(2) .body .action-box dl,
#esg-sdgs .table-cont:nth-child(2) .body .action-box dd,
#esg-sdgs .table-cont:nth-child(2) .body dd .txt-box:nth-child(n + 2),
#esg-sdgs .table-cont:nth-child(2) .body .icon-box {
	border-color: #ebc00c;
	outline-color: #ebc00c;
}

#esg-sdgs .table-cont:nth-child(2) .body .action-box dt span::before {
	background-color: #ebc00c;
}

#esg-sdgs .table-cont:nth-child(3) .topics,
#esg-sdgs .table-cont:nth-child(3) .body {
	background-color: #f7f8fc;
}

#esg-sdgs .table-cont:nth-child(3) .topics-head,
#esg-sdgs .table-cont:nth-child(3) .topics-cont-inner li::before {
	color: #ffffff;
	background-color: #4869d5;
}

#esg-sdgs .table-cont:nth-child(3) .topics::before {
	border-color: transparent transparent transparent #4869d5;
}

#esg-sdgs .table-cont:nth-child(3) .topics,
#esg-sdgs .table-cont:nth-child(3) .body,
#esg-sdgs .table-cont:nth-child(3) .body .action-box dl,
#esg-sdgs .table-cont:nth-child(3) .body .action-box dd,
#esg-sdgs .table-cont:nth-child(3) .body dd .txt-box:nth-child(n + 2),
#esg-sdgs .table-cont:nth-child(3) .body .icon-box {
	border-color: #4869d5;
	outline-color: #4869d5;
}

#esg-sdgs .table-cont:nth-child(3) .body .action-box dt span::before {
	background-color: #4869d5;
}

/* -------------------------

sdgs

---------------------------- */
#sdgs .leading-txt {
	margin-top: 30px;
	margin-bottom: 35px;
	text-align: center;
}

#sdgs .section-wrap-ttl {
	margin-bottom: 30px;
	text-align: center;
}

#sdgs .section-wrap-ttl span {
	position: relative;
	font-size: 3.2rem;
	color: #1953a3;
}

#sdgs .section-wrap-ttl span::before,
#sdgs .section-wrap-ttl span::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 12px;
	height: 12px;
	margin: auto;
	background-color: #1953a3;
	border-radius: 50%;
}

#sdgs .section-wrap-ttl span::before {
	left: -30px;
}

#sdgs .section-wrap-ttl span::after {
	right: -30px;
}

#sdgs .section-wrap {
	position: relative;
	padding-bottom: 124px;
}

#sdgs .section-wrap::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	z-index: -1;
	width: 100vw;
	background-color: #e7ecf7;
	transform: translateX(-50vw);
}

#sdgs .section-wrap .sec-box {
	padding-top: 48px;
}

#sdgs .section-wrap .sec-box+.sec-box {
	margin-top: 0;
}

#sdgs .section-wrap .sec-ttl-box {
	margin-bottom: 32px;
	text-align: center;
}

#sdgs .section-wrap .sec-ttl-box .sec-ttl {
	font-weight: 700;
	color: #1953a3;
}

#sdgs .section-wrap .sdgs-action-box {
	padding: 32px 40px 40px 40px;
	background: #ffffff;
	border-top: 2px solid #1953a3;
}

#sdgs .section-wrap .sdgs-action-box:nth-child(n + 2) {
	margin-top: 22px;
}

#sdgs .section-wrap .sdgs-action-box .icon-area {
	display: flex;
	justify-content: center;
	margin-bottom: 24px;
}

#sdgs .section-wrap .sdgs-action-box .icon-area .img-box+.img-box {
	margin-left: 8px;
}

#sdgs .section-wrap .sdgs-action-box .table-area table {
	margin: 0;
	text-align: left;
}

#sdgs .section-wrap .sdgs-action-box .table-area tr:nth-child(1) {
	border-top: none;
}

#sdgs .section-wrap .sdgs-action-box .table-area thead th {
	padding: 8px 15px;
	font-weight: 500;
	font-size: 1.4rem;
	background-color: #f5f5f5;
}

#sdgs .section-wrap .sdgs-action-box .table-area table,
#sdgs .section-wrap .sdgs-action-box .table-area tr,
#sdgs .section-wrap .sdgs-action-box .table-area th,
#sdgs .section-wrap .sdgs-action-box .table-area td {
	border-color: #d8d8d8;
}

#sdgs .section-wrap .sdgs-action-box .table-area th,
#sdgs .section-wrap .sdgs-action-box .table-area td {
	padding: 17px 19px;
	vertical-align: top;
	background-color: #ffffff;
	border-left: 1px solid #d8d8d8;
}

#sdgs .section-wrap .sdgs-action-box .table-area {
	border-right: 1px solid #d8d8d8;
}

#sdgs .section-wrap .sdgs-action-box .table-area tbody th,
#sdgs .section-wrap .sdgs-action-box .table-area tbody td {
	box-sizing: border-box;
	font-size: 1.6rem;
}

#sdgs .section-wrap .sdgs-action-box .table-area tbody th {
	width: 257px;
	font-weight: 700;
}

#sdgs .section-wrap .sdgs-action-box .table-area tbody th a {
	text-decoration: underline;
}

#sdgs .section-wrap .sdgs-action-box .table-area td li {
	position: relative;
	padding-left: 18px;
}

#sdgs .section-wrap .sdgs-action-box .table-area td li::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 9px;
	height: 9px;
	margin: auto;
	background-color: #26a1ff;
	border-radius: 50%;
}

#sdgs .section-wrap .sdgs-action-box .table-area tbody p+p {
	margin-top: 5px;
}

#sdgs .end-area {
	padding-top: 80px;
}

#sdgs .end-area .img-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#sdgs .end-area .img-wrap .img-box {
	position: relative;
}

#sdgs .end-area .img-wrap .img-box:first-child {
	padding-right: 30px;
}

#sdgs .end-area .img-wrap .img-box:first-child::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 70%;
	background: #000000;
	transform: translateY(-50%);
}

#sdgs .end-area .img-wrap .img-box:last-child {
	padding-left: 30px;
}

#sdgs .end-area .txt {
	margin-top: 30px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	#sdgs .section-wrap .sec-ttl-box .sec-ttl {
		font-size: 2.4rem;
	}

	#sdgs .leading-txt {
		text-align: left;
	}

	#sdgs .section-wrap .sdgs-action-box {
		padding: 30px;
	}

	#sdgs .section-wrap .sdgs-action-box .table-area th,
	#sdgs .section-wrap .sdgs-action-box .table-area td {
		display: block;
	}

	#sdgs .section-wrap .sdgs-action-box .table-area tbody th {
		width: 100%;
	}

	#sdgs .end-area .img-wrap .img-box:first-child {
		padding-right: 0;
	}

	#sdgs .end-area .img-wrap .img-box:first-child::before {
		content: none;
	}

	#sdgs .end-area .img-wrap .img-box:last-child {
		margin-top: 50px;
		padding-left: 0;
	}

	#sdgs .end-area .txt {
		margin-top: 45px;
	}
}

/* -------------------------

medium

---------------------------- */
#medium-term .page-ttl .small {
	font-size: 1.8rem;
}

#medium-term .btn {
	width: 640px;
	letter-spacing: 0;
}

#medium-term .btn-arrow::after {
	width: 22px;
	background: url(/anniversary/images/common/icon_arrow_01.svg) center / contain no-repeat;
}

#medium-term .slogan-cont {
	margin-top: 50px;
}

#medium-term .slogan-ttl-box {
	margin-bottom: 40px;
	font-weight: 500;
	color: #263288;
}

#medium-term .slogan-ttl {
	margin: 0 0 10px;
	font-size: 1.8rem;
}

#medium-term .slogan {
	font-size: 2.8rem;
	line-height: 1.4;
}

#medium-term .ex-mid-term-cont {
	margin-top: 60px;
}

@media screen and (max-width: 767px) {
	#medium-term .btn {
		width: 100%;
	}

	#medium-term .slogan {
		font-size: 2.4rem;
	}
}

#network-message {
	margin-bottom: 120px;
}

#network-message .columns {
	align-items: start;
	width: 920px;
	margin: 120px auto 0;
}

#network-message .columns .column-half:first-child {
	width: 340px;
}

#network-message .columns .column-half:last-child {
	width: 520px;
}

#network-message .columns .column-half .txt {
	font-size: 1.8rem;
}

#network-message .columns .column-half img {
	width: 100%;
}

#network-message .name-box {
	margin-top: 40px;
	text-align: right;
}

#network-message .name-box .post {
	font-size: 1.4rem;
}

#network-message .name-box .name {
	font-size: 2rem;
}

@media screen and (max-width: 767px) {
	#network-message .columns {
		width: 100%;
		margin-top: 20px;
	}

	#network-message .columns .column-half:first-child {
		width: 100%;
	}

	#network-message .columns .column-half:last-child {
		width: 100%;
		margin-top: 20px;
	}
}

/* -------------------------

地域貢献活動

---------------------------- */
#region .subsec-ttl {
	margin-top: 40px;
}