@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@200;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@700&display=swap");

/*----------------------------BASE----------------------------*/
html,
body,
div,
span,
p,
a,
address,
img,
dl,
dt,
dd,
ol,
ul,
li {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	list-style: none;
	border: 0;
}
body {
	color: #000000;
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, arial, sans-serif;
}
* {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
img,
input[type="image"] {
	max-width: 100%;
	width: auto;
	height: auto;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	object-fit: cover;
}
html {
	overflow-x: hidden;
}
main {
	margin: 0;
	padding: 0;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}
.block {
	overflow: hidden;
}

a,
a img {
	transition: 0.3s;
}
a:hover {
	cursor: pointer;
}
a:hover img {
	opacity: 0.8;
}
p {
	font-size: 16px;
	color: #000;
	line-height: 1.86em;
	font-weight: 400;
}
.sp {
	display: none;
}
.pc {
	display: inherit;
}
.inner {
	max-width: 1200px;
	margin: auto;
	position: relative;
	z-index: 2;
}
@media only screen and (max-width: 767px) {
	body {
		font-size: 0.875rem;
	}
	.sp {
		display: inherit;
	}
	.pc {
		display: none;
	}
	.inner {
		max-width: calc(100% - 50px);
		margin: auto;
		padding: 3% 0;
	}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
	.inner {
		max-width: calc(100% - 160px);
	}
}

/*-------------------------- 数字で見る TAKATSU -------------------------- */
#data .infographic-1,
#data .infographic-2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: stretch;
	margin: 1.5em 0;
}
#data .infographic-1 li {
	width: 33%;
	border: 1px solid #bfbfbf;
	border-radius: 10px;
	margin: 0.5em 1em;
	padding: 1.5em;
}
#data .infographic-2 li {
	width: 50%;
	border: 1px solid #bfbfbf;
	border-radius: 10px;
	margin: 0.5em 1em;
	padding: 1.5em;
}
#data .infographic-1 p,
#data .infographic-2 p {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 2rem;
	color: #003a63;
	text-align: center;
}
#data .infographic-1 p small,
#data .infographic-2 p small {
	font-size: 0.9375rem;
	font-weight: normal;
}
#data .infographic-1 li figure,
#data .infographic-2 li figure {
	width: 100%;
	margin: 1em auto;
}

@media only screen and (max-width: 767px) {
	#data .infographic-1,
	#data .infographic-2 {
		flex-wrap: wrap;
		justify-content: center;
	}
	#data .infographic-1 li {
		width: 100%;
		margin: 1em 1em;
		padding: 2em;
	}
	#data .infographic-1 li img {
		width: 65%;
		display: block;
		margin: 1em auto;
		text-align: center;
	}
	#data .infographic-2 li {
		width: 100%;
		margin: 1em 1em;
		padding: 2em;
	}
}

/* -------------------------- TAKATSU のSDGs -------------------------- */
#sdgs .intro h2 {
	color: #e26856;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.67;
	text-align: center;
	letter-spacing: 0.07rem;
	margin: 1.5em auto;
}
#sdgs .intro .hero {
	width: 100%;
	margin: 0 auto;
}

#sdgsDeclaration .inner {
	margin: 5em auto 1em;
}
#sdgsDeclaration h2 {
	position: relative;
	font-family: "Jost", sans-serif;
	font-size: 7.5rem;
	font-weight: 200;
	line-height: 7.5rem;
	text-align: center;
	color: #003a63;
	margin-bottom: 0;
}
#sdgsDeclaration h3 {
	display: inline-block;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	background-color: #003a63;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin: 1.5em auto;
	padding: 0.1em 0.25em;
}
#sdgsDeclaration p {
	color: #003a63;
	font-size: 18px;
	line-height: 2em;
	text-align: center;
	margin-bottom: 1em;
}

#sdgsAbout {
	background-color: #f4f0ef;
	margin: 3em auto;
	padding: 5em 0 3em;
}
#sdgsAbout h2 {
	position: relative;
	font-family: "Jost", sans-serif;
	font-size: 7.5rem;
	font-weight: 200;
	line-height: 7.5rem;
	text-align: center;
	color: #003a63;
	margin-bottom: 0;
}
#sdgsAbout h3 {
	display: inline-block;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	background-color: #003a63;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin: 1.5em auto;
	padding: 0.1em 0.25em;
}
#sdgsAbout figure {
	width: 50%;
	margin: 3em 0 1.5em 0;
}
#sdgsAbout h4 {
	color: #e06856;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.67;
	margin: 1.5em 0 0.5em;
}
#sdgsAbout p {
	font-size: 15px;
	line-height: 1.67;
	color: #003a63;
	margin-bottom: 3em;
}

#sdgsEffort {
	margin: 5em auto 1em;
}
#sdgsEffort h2 {
	position: relative;
	font-family: "Jost", sans-serif;
	font-size: 7.5rem;
	font-weight: 200;
	line-height: 7.5rem;
	text-align: center;
	color: #003a63;
	margin-bottom: 0;
}
#sdgsEffort h3 {
	display: inline-block;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	background-color: #003a63;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin: 1.5em auto;
	padding: 0.1em 0.25em;
}
#sdgsEffort .engagementWrap {
	border: 1px solid #bfbfbf;
	margin: 1.5em auto;
	padding: 2em;
}
#sdgsEffort .engagementWrap ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 1em auto;
}
#sdgsEffort .engagementWrap ul li:first-child {
	width: 40%;
}
#sdgsEffort .engagementWrap ul li:last-child {
	width: 56%;
}
#sdgsEffort .engagementWrap h4 {
	color: #e06856;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.67;
	margin: 1.5em 0 0.5em;
}
#sdgsEffort .engagementWrap .toggle_title {
	margin: 0.5em 0;
	padding: 0 0 15px 10px;
	position: relative;
}
#sdgsEffort .engagementWrap .toggle_btn {
	display: inline-block;
	width: 80px;
	background: url(../images/sdgs/open.svg) no-repeat left top;
	position: absolute;
	top: -30px;
	left: 0;
	cursor: pointer;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 0 2em;
}
#sdgsEffort .engagementWrap .toggle_btn.selected {
	background: url(../images/sdgs/close.svg) no-repeat left top;
}
#sdgsEffort .engagementWrap .toggle_txt {
	display: none;
	font-size: 15px;
	line-height: 1.67;
	color: #003a63;
}

@media only screen and (max-width: 767px) {
	#sdgs .intro h2 {
		font-size: 4.8vw;
	}
	#sdgsDeclaration h2 {
		font-size: 3.75rem;
		line-height: 3.75rem;
	}
	#sdgsDeclaration p {
		font-size: 3.6vw;
		text-align: left;
	}
	#sdgsAbout {
		margin: 1.5em auto 0;
		padding: 2.5em 0 1.5em;
	}
	#sdgsAbout h2 {
		font-size: 3.75rem;
		line-height: 3.75rem;
	}
	#sdgsAbout h4 {
		font-size: 4.8vw;
	}
	#sdgsAbout p {
		font-size: 3.06667vw;
	}
	#sdgsAbout figure {
		width: 100%;
		margin: 1.5em auto 1.5em;
	}
	#sdgsAbout ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 2em 0;
	}
	#sdgsAbout ul li {
		width: 100%;
		margin: 0 auto 2em;
	}
	#sdgsEffort {
		margin: 1.5em auto;
	}
	#sdgsEffort h2 {
		font-size: 3.75rem;
		line-height: 3.75rem;
	}
	#sdgsEffort .engagementWrap {
		margin: 1.5em auto;
		padding: 2em;
	}
	#sdgsEffort .engagementWrap h4 {
		font-size: 4.8vw;
	}
	#sdgsEffort .engagementWrap ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 1em auto;
		flex-direction: column-reverse;
	}
	#sdgsEffort .engagementWrap ul li:first-child {
		width: 100%;
		margin: 0.5em auto 1.5em;
	}
	#sdgsEffort .engagementWrap ul li:last-child {
		width: 100%;
		margin: 0 auto 1.5em;
	}
	#sdgsEffort .engagementWrap .toggle_txt {
		font-size: 3.06667vw;
	}
}

/*-------------------------- TAKATSU のDX -------------------------- */
#dx .intro h2 {
	color: #e26856;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.67;
	text-align: center;
	letter-spacing: 0.07rem;
	margin: 1.5em auto;
}
#dx .intro .hero {
	width: 100%;
	margin: 0 auto;
}

#dxMenu ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 2em 0 1em;
	padding: 0;
}
#dxMenu ul li {
	width: 14%;
	height: 100px;
	border-right: 1px solid #000;
	margin: 1em auto;
	padding: 0;
	text-align: center;
	position: relative;
	display: flex;
	align-items: center;
}
#dxMenu ul li:first-child {
	border-left: 1px solid #000;
}
#dxMenu ul li a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
}
#dxMenu ul li p {
	width: 100%;
	color: #003a63;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.4em;
	margin: 0 auto 0.5em;
	padding: 0;
	text-align: center;
	letter-spacing: -0.1em;
}
#dxMenu ul li .arrow {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	border-top: 12px solid #003a63;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	left: calc(50% - 8px);
}
#dxMenu ul li:hover {
	background-color: #f4f0ef;
	transition: 0.3s;
}

#dxDeclaration {
	margin: 5em auto 3em;
}
#dxDeclaration h2 {
	position: relative;
	font-family: "Jost", sans-serif;
	font-size: 7.5rem;
	font-weight: 200;
	line-height: 7.5rem;
	text-align: center;
	color: #003a63;
	margin-bottom: 0;
}
#dxDeclaration h3 {
	display: inline-block;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	background-color: #003a63;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin: 0.5em auto 1.5em;
	padding: 0.1em 0.25em;
}
#dxDeclaration p {
	color: #003a63;
	font-size: 18px;
	line-height: 2;
	font-weight: 400;
	text-align: center;
	margin: 2em auto;
}

#dxStrategy {
	background-color: #f4f0ef;
	margin: 3em auto;
	padding: 5em 0 3em;
}
#dxStrategy h2 {
	position: relative;
	font-family: "Jost", sans-serif;
	font-size: 7.5rem;
	font-weight: 200;
	line-height: 7.5rem;
	text-align: center;
	color: #003a63;
	margin-bottom: 0;
}
#dxStrategy h3 {
	display: inline-block;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	background-color: #003a63;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin: 1.5em auto 1.5em;
	padding: 0.1em 0.25em;
}
#dxStrategy .inner ul {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	margin: 2.5em 0;
}
#dxStrategy .inner ul p {
	font-size: 15px;
	line-height: 1.67;
	color: #003a63;
}
#dxStrategy .inner ul li:first-child {
	width: 62%;
	margin: 0 1em 0 0;
}
#dxStrategy .inner ul li:last-child {
	width: 35%;
}

#dxOrganization {
	margin: 5em auto 3em;
}
#dxOrganization h2 {
	position: relative;
	font-family: "Jost", sans-serif;
	font-size: 7.5rem;
	font-weight: 200;
	line-height: 7.5rem;
	text-align: center;
	color: #003a63;
	margin-bottom: 0;
}
#dxOrganization h3 {
	display: inline-block;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	background-color: #003a63;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin: 1.5em auto 1.5em;
	padding: 0.1em 0.25em;
}
#dxOrganization .inner p {
	font-size: 15px;
	line-height: 1.67;
	color: #003a63;
	margin: 2em 0;
}
#dxOrganization .inner figure {
	width: 100%;
	margin: 2em auto;
}

#dxExample {
	background-color: #f4f0ef;
	margin: 5em auto;
	padding: 5em 0 3em;
}
#dxExample h2 {
	position: relative;
	font-family: "Jost", sans-serif;
	font-size: 7.5rem;
	font-weight: 200;
	line-height: 7.5rem;
	text-align: center;
	color: #003a63;
	margin-bottom: 0;
}
#dxExample h3 {
	display: inline-block;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	background-color: #003a63;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin: 1.5em auto 1.5em;
	padding: 0.1em 0.25em;
}
#dxExample .inner ul {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	margin: 2.5em 0 0;
}
#dxExample .inner ul li {
	width: 31%;
	margin: 0 0.7em 1.5em;
}
#dxExample .inner ul li:nth-child(4),
#dxExample .inner ul li:nth-child(5) {
	margin: 0 0.7em 0;
}
#dxExample .inner ul li figure {
	width: 100%;
}
#dxExample .inner ul li p {
	color: #e06856;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.67;
	text-align: center;
	margin: 0.5em 0;
}

#dxTarget {
	margin: 5em auto 3em;
}
#dxTarget h2 {
	position: relative;
	font-family: "Jost", sans-serif;
	font-size: 7.5rem;
	font-weight: 200;
	line-height: 7.5rem;
	text-align: center;
	color: #003a63;
	margin-bottom: 0;
}
#dxTarget h3 {
	display: inline-block;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	background-color: #003a63;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin: 1.5em auto 1.5em;
	padding: 0.1em 0.25em;
}
#dxTarget .inner p {
	color: #003a63;
	font-size: 15px;
	line-height: 1.67;
	margin: 1.5em auto;
}
#dxTarget .inner figure {
	width: 100%;
	margin: 1.5em auto 2em;
}

#dxMessage {
	background-color: #f4f0ef;
	margin: 5em auto;
	padding: 5em 0 3em;
}
#dxMessage h2 {
	position: relative;
	font-family: "Jost", sans-serif;
	font-size: 7.5rem;
	font-weight: 200;
	line-height: 7.5rem;
	text-align: center;
	color: #003a63;
	margin-bottom: 0;
}
#dxMessage h3 {
	display: inline-block;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	background-color: #003a63;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin: 1.5em auto 1.5em;
	padding: 0.1em 0.25em;
}
#dxMessage p {
	color: #003a63;
	font-size: 18px;
	line-height: 2;
	text-align: center;
}
#dxMessage figure {
	width: 50%;
	margin: 2em auto 0.5em;
}
#dxMessage .sign {
	width: 30%;
}

#dxSecurity {
	margin: 5em auto 3em;
}
#dxSecurity h2 {
	position: relative;
	font-family: "Jost", sans-serif;
	font-size: 7.5rem;
	font-weight: 200;
	line-height: 7.5rem;
	text-align: center;
	color: #003a63;
	margin-bottom: 0;
}
#dxSecurity h3 {
	display: inline-block;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	background-color: #003a63;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin: 1.5em auto 1.5em;
	padding: 0.1em 0.25em;
}
#dxSecurity .inner p {
	color: #003a63;
	font-size: 15px;
	line-height: 1.67;
	margin: 2em 0;
}
#dxSecurity .inner ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	background-color: #f4f0ef;
	margin: 2.25em 0;
	padding: 2.5em 1.75em;
}
#dxSecurity .inner ul li:first-child {
	width: 4%;
}
#dxSecurity .inner ul li:first-child .circle {
	height: 55px;
	width: 55px;
	border-radius: 50%;
	color: #fff;
	font-family: "Lexend", sans-serif;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 55px;
	text-align: center;
	background-color: #e06856;
}
#dxSecurity .inner ul li:last-child {
	width: 93%;
}
#dxSecurity .inner ul li h4 {
	font-size: 1.2rem;
	font-weight: 700;
	color: #e06856;
	margin-top: 0.3em;
}
#dxSecurity .inner ul li h4 span a {
	font-size: 0.85rem;
	font-weight: 700;
	color: #000;
	position: relative;
	padding: 0.3em 0 0 0.75em;
}
#dxSecurity .inner ul li h4 span a::before {
	content: "";
	position: absolute;
	top: 0.7em;
	left: 0;
	width: 0;
	height: 0;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent transparent #e06856;
}
#dxSecurity .inner ul li h4 span a:hover {
	opacity: 0.7;
}
#dxSecurity .security-txt {
	display: none;
}
#dxSecurity .security-txt p {
	font-size: 15px;
	line-height: 1.67;
}
#dxSecurity .right {
	text-align: right;
}

@media only screen and (max-width: 767px) {
	#dx .intro h2 {
		font-size: 4.8vw;
	}

	#dxMenu ul {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		margin: 2em 0 1em;
		padding: 0;
	}
	#dxMenu ul li {
		width: 100%;
		height: auto;
		border-bottom: 1px solid #000;
		border-right: 0px solid #000;
		margin: 0em auto;
		padding: 1.2em 1em;
		text-align: center;
		position: relative;
		display: flex;
		align-items: center;
	}
	#dxMenu ul li:first-child {
		border-top: 1px solid #000;
		border-left: 0px solid #000;
	}
	#dxMenu ul li a {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 0;
	}
	#dxMenu ul li p {
		letter-spacing: 0;
	}
	#dxMenu ul li .arrow {
		bottom: 5px;
	}

	#dxDeclaration h2 {
		font-size: 3.75rem;
		line-height: 3.75rem;
	}
	#dxDeclaration p {
		font-size: 3.6vw;
		text-align: left;
	}

	#dxStrategy {
		margin: 1.5em auto 0;
		padding: 2.5em 0 1.5em;
	}
	#dxStrategy h2 {
		font-size: 3.75rem;
		line-height: 3.75rem;
	}
	#dxStrategy .inner ul li:first-child {
		width: 100%;
		margin: 0 auto 1.5em;
	}
	#dxStrategy .inner ul li:last-child {
		width: 100%;
	}
	#dxStrategy .inner ul p {
		font-size: 3.06667vw;
	}

	#dxOrganization {
		margin: 1.5em auto;
	}
	#dxOrganization h2 {
		font-size: 3.75rem;
		line-height: 3.75rem;
	}
	#dxOrganization .inner p {
		font-size: 3.06667vw;
	}

	#dxExample {
		margin: 1.5em auto 0;
		padding: 2.5em 0 1.5em;
	}
	#dxExample h2 {
		font-size: 3.75rem;
		line-height: 3.75rem;
	}
	#dxExample .inner ul {
		display: flex;
		justify-content: center;
		align-items: stretch;
		flex-wrap: wrap;
		margin: 2.5em 0;
	}
	#dxExample .inner ul li {
		width: 43%;
		margin: 0 0.7em 1em;
	}
	#dxExample .inner ul li p {
		color: #e06856;
		font-size: 4.8vw;
		font-weight: bold;
		text-align: center;
		margin: 0.5em 0;
	}

	#dxTarget {
		margin: 1.5em auto;
	}
	#dxTarget h2 {
		font-size: 3.75rem;
		line-height: 3.75rem;
	}
	#dxTarget .inner p {
		font-size: 3.06667vw;
	}

	#dxMessage {
		margin: 1.5em auto 0;
		padding: 2.5em 0 1.5em;
	}
	#dxMessage h2 {
		font-size: 3.75rem;
		line-height: 3.75rem;
	}
	#dxMessage p {
		font-size: 3.6vw;
	}
	#dxMessage figure {
		width: 100%;
		margin: 2em auto 0.5em;
	}
	#dxMessage .sign {
		width: 70%;
	}

	#dxSecurity {
		margin: 1.5em auto;
	}
	#dxSecurity h2 {
		font-size: 3.75rem;
		line-height: 3.75rem;
	}
	#dxSecurity .inner p {
		font-size: 3.06667vw;
	}
	#dxSecurity .inner ul {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		margin: 2.5em 0;
		padding: 1.5em;
	}
	#dxSecurity .inner ul li:first-child {
		width: 10%;
	}
	#dxSecurity .inner ul li:first-child .circle {
		height: 30px;
		width: 30px;
		border-radius: 50%;
		color: #fff;
		font-family: "Lexend", sans-serif;
		font-size: 1.275rem;
		font-weight: 700;
		line-height: 30px;
		text-align: center;
		background-color: #e06856;
	}
	#dxSecurity .inner ul li:last-child {
		width: 87%;
	}
	#dxSecurity .security-txt p {
		font-size: 3.06667vw;
	}
}
