@charset "utf-8";

/* TOP Visual
--------------------------------------------------
-------------------------------------------------- */
#brVisual {
	min-height: calc(30vh - 59px);
	padding: 60px 0 0 0;
	background: #fff;
}

#brVisualInner {
	position: relative;
}

#brVisual figure {
	position: relative;
	width: 100%;
	overflow: hidden;
}

#brVisual img {
	position: relative;
	top: 0;
	display: block;
	width: auto;
	height: 300px;
}

#brVisual figcaption {
	position: absolute;
	right: 10px;
	bottom: 3.4%;
	font-size: 10px;
	line-height: 1.2;
}

#brVisual h1 {
	position: absolute;
	display: flex;
	align-items: center;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0 0 0 9%;
	text-align: left;
	box-sizing: border-box;
}

#brVisual span {
	display: block;
}

#brVisual .bold {
	font-size: 16px;
	line-height: 2.5;
	text-indent: 0.1em;
}

#brVisual .exb {
	color: #fff;
	font-weight: 400;
}

#brVisual .exb span:nth-child(1) {
	font-size: 36px;
	line-height: 1.2;
	margin: 0 0.3em 0 0;
}

#brVisual .exb span:nth-child(2) {
	font-size: 66px;
	line-height: 1.0;
}

/* ▽ 画像により調整 */
#brVisual img {
	left: calc(79.111vw - 889.156px);
	max-width: none;
}

#brVisual h1 {
	height: 200px;
}

@media (min-width: 440px) and (max-width: 770px) {
	#brVisual h1 {
		height: calc(24.242vw + 93.333px);
	}
}

@media (min-width: 771px) {
	#brVisual img {
		left: calc(55.01vw - 704.126px);
	}

	#brVisual h1 {
		height: 93.3%;
	}

	#brVisual figcaption {
		right: calc(21.6vw - 156px);
	}

	#brVisual figcaption br {
		display: none;
	}
/* 画像により調整 △ */

	#brVisual .exb {
		display: flex;
		align-items: end;
	}

	#brVisual .bold {
		line-height: 1.4;
	}

	#brVisual .exb span:nth-child(1) {
		font-size: min(5.21vw, 50px);
	}

	#brVisual .exb span:nth-child(2) {
		font-size: min(6.78vw, 66px);
	}
}

@media (min-width: 960px) {
	#header {
		position: fixed;
	}

	#brVisual,
	#wrapper.up #brVisual,
	#wrapper.upDrop #brVisual {
		padding: 0 0 0 0;
	}

	#brVisual {
		min-height: calc(30vh - 109px);
	}
}

@media (min-width: 1280px) {
	#brVisual img {
		width: 100%;
		height: auto;
		left: 0;
	}

	#brVisual .bold {
		font-size: 1.25vw;
	}

	#brVisual .exb span:nth-child(1) {
		font-size: 3.91vw;
	}

	#brVisual .exb span:nth-child(2) {
		font-size: 5.16vw;
	}
}

@media print {
	#brVisual {
		min-height: 0;
		padding: 70px 0 0 0 !important;
	}

	#brVisual img {
		left: 50%;
		transform:translate(-50%,0);
	}
}

/* header
--------------------------------------------------
-------------------------------------------------- */
#brMenuToggle,
#brMenuButton {
	display: none;
}

#brMenu a {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	color: #222;
	box-sizing: border-box;
	text-decoration: none;
}

.obs-scroll > span {
	position: relative;
	display: block;
}

.obs-scroll > span::after {
	position: absolute;
	content: attr(data-anchor-title);	content:'';
	display: block;
	top: 0;
	left: 0;
	opacity: 0;
	white-space: nowrap;
	font-weight: 500;
	transition: opacity 0.3s ease-in-out 0s;
}

#obs-nav-anchors li:nth-child(1) .obs-scroll > span::after {
	letter-spacing: -0.0124375em;
}
*/
.obs-scroll:hover > span::after,
#obs-nav-anchors .obs-nav-anchor.obs-current > span::after {
	opacity: 1;
}

#obs-nav-anchors .obs-nav-anchor::before {
	background: #1574c1;
}

#obs-nav-anchors li:last-child .obs-nav-anchor::before {
	background: #fff;
}

.obs-nav-exclude::before,
.obs-scroll.obs-nav-exclude > span::after {
	opacity: 0 ;
}

@media (max-width: 959px) {
	#brMenuToggle {
		position: fixed;
		top: 70px;
		right: 0;
		z-index: 130;
		width: 10px;
		height: 10px;
		opacity: 0;
	}

	#brMenuButton {
		position: fixed;
		top: 70px;
		right: 0;
		z-index: 140;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		height: 66px;
		padding: 0 min(3vw, 16px) 0 0;
	}

	#brMenuButton label {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		width: 56px;
		height: 56px;
		cursor: pointer;
	}

	#brMenuButton label::before {
		position: absolute;
		content: '';
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-color: #fff;
		border-radius: 50%;
		box-shadow: 0 1px 5px 0 rgba(0,0,0,0.15);
		transition: background-color 0.2s ease-in-out 0s;
	}

	#brMenuToggle:checked + #brMenuButton label::before {
		background-color: #f1f1f1;
	}

	#brMenuButton span {
		position: relative;
		display: block;
		width: 22px;
		height: 18px;
		margin: 3px 0;
		border-style: solid none solid none;
		border-color: #333;
		border-width: 2px;
		transition: border-width 0.1s ease-in-out 0s;
		box-sizing: border-box;
	}

	#brMenuToggle:checked + #brMenuButton span {
		border-width: 0;
	}

	#brMenuButton span::after,
	#brMenuButton span::before {
		position: absolute;
		content: '';
		width: 100%;
		height: 2px;
		top: calc(50% - 1px);
		left: 0;
		background: #333;
		transition: transform 0.2s ease-in-out 0s;
	}

	#brMenuToggle:checked + #brMenuButton span::after {
		transform: rotate(-135deg);
	}

	#brMenuToggle:checked + #brMenuButton span::before {
		transform: rotate(135deg);
	}

	#brMenuButton img {
		position: relative;
		width: 26px;
		height: auto;
	}

	#brMenu {
		position: fixed;
		top: 60px;
		left: 100%;
		z-index: 100;
		width: 87.5%;
		max-width: 315px;
	}

	#brMenuInner {
		position: relative;
		z-index: 110;
		width: 100%;
		padding: 0 20px;
		background: #fff;
		box-sizing: border-box;
		transform: translate(0,0);
		transition: transform 0.2s ease-in-out 0s;
	}

	#brMenuToggle:checked ~ #brMenu #brMenuInner {
		transform: translate(-100%,0);
		box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
	}

	#brMenu ul {
		padding: 5px 65px 5px 0;
	}

	#brMenu li {
		position: relative;
		display: flex;
		line-height: 1;
		font-weight: 300;
	}

	#brMenu ul li:not(:first-child)::before {
		position: absolute;
		content: '';
		width: 100%;
		height: 1px;
		top: 0;
		left: 0;
		background: #ccc;
	}

	#brMenu ul li:last-child a {
		color: #fff;
		background: #1574c1;
	}

	#brMenu a {
		height: 45px;
		padding: 0 0 0 20px;
		font-size: 15px;
	}

	#obs-nav-anchors .obs-nav-anchor::before {
		position: absolute;
		display: block;
		content: '';
		left: 0;
		top: auto;
		bottom: 0;
		width: 2px;
		height: 0;
		transition: height 0.3s ease-in-out 0s;
	}

	#obs-nav-anchors li:last-child .obs-nav-anchor::before {
		left: 2px;
		width: 1px;
	}

	#obs-nav-anchors .obs-current::before {
		height: 100%;
		top: 0;
		bottom: auto;
	}

	#obs-nav-anchors.obs-nav-back .obs-nav-anchor::before {
		top: 0;
		bottom: auto;
	}

	#obs-nav-anchors.obs-nav-back .obs-current::before {
		top: auto;
		bottom: 0;
	}
}

@media (min-width: 960px) {
	#brMenu {
		position: sticky;
		z-index: 100;
		top: 100px;
		width: 100%;
		height: 70px;
		padding: 0 20px;
		background: #fff;
		box-sizing: border-box;
	}

	#brMenuInner {
		display: flex;
		max-width: 1060px;
		margin: 0 auto;
	}

	#brMenu ul {
		position: relative;
		display: flex;
		justify-content: space-between;
		width: 100%;
	}

	#brMenu ul::before {
		position: absolute;
		display: block;
		content: '';
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background: #e0e0e0;
	}

	#brMenu ul li:last-child {
		flex-grow: 1;
	}

	#brMenu ul li:last-child a {
		width: min(9.4vw, 140px);
		height: 69px;
		margin: 0 0 0 auto;
		color: #fff;
		background: #1574c1;
	}

	#brMenu a {
		justify-content: center;
		height: 70px;
		padding: 0 min(1.4vw, 16px);
	}

	#obs-nav-anchors .obs-nav-anchor::before {
		position: absolute;
		display: block;
		content: '';
		bottom: 0;
		left: auto;
		right: 0;
		width: 0;
		height: 2px;
		transition: width 0.3s ease-in-out 0s;
	}

	#obs-nav-anchors li:last-child .obs-nav-anchor::before {
		bottom: 2px;
		height: 1px;
	}

	#obs-nav-anchors .obs-current::before {
		width: 100%;
		left: 0;
		right: auto;
	}

	#obs-nav-anchors.obs-nav-back .obs-nav-anchor::before {
		left: 0;
		right: auto;
	}

	#obs-nav-anchors.obs-nav-back .obs-current::before {
		left: auto;
		right: 0;
	}
}

@media (min-width: 960px) and (max-width: 1060px) {
	.largeBase #brMenu a {
		padding: 0 calc(6vw - 49px);
	}
}

@media print {
	#brMenu,
	#brMenuButton,
	#brMenuToggle {
		display: none;
	}
}

/* TOP Contents
--------------------------------------------------
-------------------------------------------------- */
#wrap,
#wrapper.up #wrap,
#wrapper.upDrop #wrap {
	padding: 0;
}

@media print {
	body {
		background: #fff;
	}

	#wrap {
		padding: 10px 0 0 0 !important;
	}
}

.prn {
	display: none;
}

@media (min-width: 960px) {
	#brVisualInner .prn {
		display: block;
		position: absolute;
		z-index: 900;
		top: 20px;
		right: 20px;
		width: 110px;
		height: 30px;
		padding: 0;
		background: url('data:image/png;base64,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') 50% 50% no-repeat;
		background-size: 110px 30px;
		border-radius: 3px;
		transition: opacity 200ms;
		cursor: pointer;
	}

	#brVisualInner .prn:hover {
		opacity: 0.7;
	}
}

.brContents a,
.brContents a:link {
	color: #222;
	text-decoration: none;
}

.brContents .obs-anchor-target {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 51vh;
}

.brContents .br-target-inner {
	width: 100%;
	padding: 60px 0 min(calc(5vw - 8px), 30px) 0;
	overflow: visible;
	/* scroll-effect no y limit */
}

.brContents .br-section-title {
	margin: 0 0 1em 0;
	font-size: min(calc(1vw + 24px), 32px);
	line-height: 1.4;
	font-weight: 500;
}

.brContents .br-section-title span {
	display: flex;
	flex-wrap: wrap;
}

.brContents .br-section-read {
	margin: 0 0 3em 0;
	font-size: 15px;
	line-height: 1.7;
}

@media (min-width: 960px) {
	.brContents .br-section-read {
		font-size: 1.6rem;
	}
}

.br-pdf-btn,
.br-pdf-lnk {
	display: inline-flex;
	align-items: center;
	line-height: 1.4;
	box-sizing: border-box;
}

.br-pdf-btn {
	min-height: 56px;
	padding: 5px min(4vw, 28px) 5px min(5vw, 35px);
	border: solid 1px #222;
	transition: color 0.3s ease-in-out 0s, background-color 0.3s ease-in-out 0s, border-color 0.1s ease-in-out 0s;
}

.br-pdf-btn > span {
	display: flex;
	flex-wrap:wrap;
}

.br-pdf-lnk {
	min-height: 48px;
	padding: 5px 0;
	border-bottom: solid 2px #1574c1;
	transition: color 0.3s ease-in-out 0s, border-color 0.3s ease-in-out 0s;
}

.br-pdf-lnk svg,
.br-pdf-btn svg {
	margin: 0 14px 0 0;
	flex-shrink: 0;
}

.br-pdf-lnk path,
.br-pdf-btn path {
	transition: fill 0.3s ease-in-out 0s;
}

@media (any-hover: hover) {
	.brContents .br-pdf-btn:hover {
		color: #fff;
		background-color: #1574c1;
		border-color: #1574c1;
	}

	.brContents .br-pdf-lnk:hover {
		color: #1574c1;
		border-color: #1574c1;
	}

	.br-pdf-btn:hover path {
		fill: #fff;
	}

	.br-pdf-lnk:hover path {
		fill: #1574c1;
	}
}

@media (any-hover: none) {
	.br-pdf-btn,
	.br-pdf-lnk,
	.br-pdf-lnk path,
	.br-pdf-btn path {
		transition: none;
	}

	.brContents .br-pdf-btn:active {
		color: #fff;
		background-color: #1574c1;
		border-color: #1574c1;
	}

	.brContents .br-pdf-lnk:active {
		color: #1574c1;
		border-color: #1574c1;
	}

	.br-pdf-btn:active path {
		fill: #fff;
	}

	.br-pdf-lnk:active path {
		fill: #1574c1;
	}
}

@media (min-width: 960px) {
	.largeBase .br-pdf-btn {
		min-height: 3.5em;
	}
}

.br-panel a {
	display: block;
	height: 100%;
	background: #f9f9f9;
}

.br-panel .img {
	display: block;
	overflow: hidden;
}

.br-panel .img img {
	display: block;
	width: 100%;
	height: auto;
	transition: transform 0.5s ease-in-out 0s;
}

@media (any-hover: hover) {
	.br-panel a:hover .img img {
		transform: scale(1.15);
	}
}

@media (any-hover: none) {
	.br-panel a:active {
		opacity: 0.8;
		box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
	}
}

.br-panel .txt {
	display: block;
	box-sizing: border-box;
}

.br-panel .txt strong {
	display: block;
	width: 100%;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.1;
}

.br-panel .txt i {
	display: block;
	width: 100%;
}

.br-panel .txt b {
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 1.5;
}

.br-panel .txt em {
	display: block;
	font-size: 20px;
	font-weight: 500;
}

.br-panel .br-panel-detail {
	width: 100%;
	display:flex;
	justify-content:flex-end;
	align-items: flex-end;
}

@media (min-width: 960px) {
	.br-panel .txt strong {
		font-size: 2.4rem;
	}

	.br-panel .txt b {
		font-size: 1.4rem;
	}

	.br-panel .txt em {
		font-size: 2.0rem;
	}
}

/* ビジョンと戦略
-------------------------------------------------- */
.section01 .br-pdf-btn {
	margin: 0.5em 0 3.5em 0;
}

.section01 .br-panels {
	max-width: 700px;
	margin: 0 auto;
}

.section01 .br-panels .br-panel:not(:last-child) {
	margin: 0 0 min(8vw, 40px) 0;
}

.section01 .br-panel .img img {
	transform-origin: 50% 25%;
}

.section01 .txt {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 4px min(5.5vw, 24px) 25px min(5.5vw, 32px);
}

.section01 .txt strong {
	margin: 1em 0;
}

.section01 .txt i {
	margin: 0 0 30px 0;
	font-size: 21px;
	line-height: 1.6;
	font-weight: 500;
	/* text-shadow: 0 0 1px rgba(0,0,0,1);*/
}

.section01 .txt em {
	margin: 0.5em 0 0 0;
}

@media (min-width: 530px) and (max-width: 959px) {
	.section01 .br-panel .txt b {
		width: auto;
		margin: 0 0 10px 0;
	}

	.section01 .br-panel-detail {
		width: auto;
	}
}

@media (min-width: 771px) and (max-width: 959px) {
	.section01 .br-panel .img img {
		margin: 0 0 -10% 0;
	}
}

@media (min-width: 960px), print {
	.section01 .br-panels {
		max-width: none;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.section01 .br-panels li:nth-child(1) {
		width: 100%;
		margin: 0 0 35px 0;
	}

	.section01 .br-panels li:nth-child(1) a {
		display: flex;
	}

	.section01 .br-panels li:nth-child(1) .img {
		width: 50%;
	}

	.section01 .br-panels li:nth-child(1) .txt {
		width: 50%;
		padding: 0 min(2.6vw, 32px) 0 min(3.3vw, 44px);
		align-content: center;
	}

	.section01 .br-panels li:nth-child(1) strong {
		margin: 10px 0 1em 0;
	}

	.section01 .br-panels li:nth-child(1) .txt i {
		margin: 0 0 min(calc(22vw - 176px), 60px);
		font-size: 2.2rem;
	}

	.section01 .br-panels li:nth-child(1) .txt b {
		width: auto;
		margin: 0 0 10px 0;
	}

	.section01 .br-panels li:nth-child(1) .br-panel-detail {
		width: auto;
	}

	.section01 .br-panels li.br-panel:nth-child(n+2) {
		width: calc(33.33% - 23px);
		margin: 0;
	}

	.section01 .br-panels li:nth-child(n+2) .br-panel-detail {
		margin: 10px 0 0 0;
	}

	.largeBase .section01 .br-pdf-lnk {
		font-size: 16px;
	}
}

/* マテリアリティ
-------------------------------------------------- */
.section02 figure {
	max-width: 400px;
	margin: 0 auto;
	padding: 0 0 15px 0;
	font-weight: 500;
	text-align: center;
	background: #ddecf0;
}

.section02 figcaption {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 77px;
	padding: 15px 0;
	box-sizing: border-box;
}

.section02 figure h3 {
	font-size: 20px;
	line-height: 1.5;
}

.section02 figure ul {
	padding: 0 min(calc(10vw - 14px), 46px) 22px;
}

.section02 figure li {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 12px 0;
	font-size: 15px;
	line-height: 1.5;
	border-width: 1px;
	box-sizing: border-box;
}

.section02 figure ul:nth-of-type(1) {

}

.section02 figure ul:nth-of-type(1) li {
	min-height: 64px;
	margin: 0 0 -1px 0;
	background: #f5faff;
	border-color: #1574c1;
	border-style: solid none solid none;
}

.section02 figure ul:nth-of-type(2) {
	display: flex;
	justify-content: space-between;
}

.section02 figure ul:nth-of-type(2) li {
	width: calc(33.33% - 11px);
	writing-mode: vertical-rl;
	background: #fffaed;
	border-color: #dbac6b;
	border-style: none solid none solid;
}

.section02 figure ul:nth-of-type(2) li span {
	text-align: left;
}

.section02 .br-pdf-btn {
	margin: 2.8em 0 0 0;
}

@media (min-width: 600px), print {
	.section02 figure {
		max-width: none;
	}

	.section02 figure ul {
		padding: 0 min(calc(20vw - 96px), 58px) 22px;
	}

	.section02 figure ul:nth-of-type(2) li {
		min-height: 68px;
		writing-mode: horizontal-tb;
		border-style: solid none solid none;
	}

	.section02 figure ul:nth-of-type(2) li span {
		text-align: center;
	}
}

@media (min-width: 771px), print {
	.section02 figure ul:nth-of-type(1) br {
		display: none;
	}
}

@media (min-width: 960px), print {
	.section02 figure h3 {
		font-size: 2.0rem;
	}

	.section02 figure li {
		font-size: 1.6rem;
	}

	.largeBase .section02 figure li {
		font-size: 17px;
	}
}

@media (min-width: 1100px) {
	.section02 figure ul:nth-of-type(2) br {
		display: none;
	}

	.largeBase .section02 figure ul {
		padding: 0 30px 22px;
	}
}

/* 価値創造報告 経営基盤の強化
-------------------------------------------------- */
.section03 .br-panels {
	max-width: 700px;
	margin: 0 auto;
}

.section03 .br-panels .br-panel:not(:last-child) {
	margin: 0 0 min(8vw, 40px) 0;
}

.section03:not(.section04) .br-panel .img img {
	transform-origin: 75% 50%;
}

.section04 .br-panels .br-panel:nth-child(1) .img img {
	transform-origin: 50% 100%;
}

.section04 .br-panels .br-panel:nth-child(2) .img img {
	transform-origin: 50% 0;
}

.section03 .txt {
	display: flex;
	flex-direction: column;
	padding: 4px min(5.5vw, 24px) 25px min(5.5vw, 32px);
}

.section03 .txt strong {
	margin: 1em 0;
}

.section03 .txt i {
	font-size: 15px;
	line-height: 1.7;
}

.section03 .locutor {
	margin: 15px 0 0 0;
	display: inline-flex;
	align-items: center;
}

.section03 .locutor b {
	text-align: center;
	white-space: nowrap;
}

.section03 .locutor img {
	flex-shrink: 0;
	opacity: 0.7;
	margin: 0 14px;
}

.section03 .br-panel-detail {
	margin: 20px 0 0 0;
}

@media (min-width: 960px), print {
	.section03 .br-panels {
		max-width: none;
	}

	.section03 .br-panels .br-panel:not(:last-child) {
		margin: 0 0 42px 0;
	}

	.section03 .br-panel a {
		display: flex;
	}

	/* ①上下マージン調整 ▽ *//*
	.section03 .img {
		width: 41.5%;
	}

	.section03 .txt {
		justify-content: space-between;
		width: 58.5%;
		padding: min(calc(8.5vw - 58px), 36px) min(2.6vw, 32px) min(calc(7vw - 48px), 30px) min(3.3vw, 44px);
	}

	.section03 .txt strong {
		margin: 0 0 min(calc(5.6vw - 38px), 24px) 0;
	}

	.section03 .locutor {
		margin: 10px 0 0 0;
	}
	*//* ①上下マージン調整 △ */

	/* ②横幅比率調整 ▽ */
	.section03 .img {
		width: auto;
	}

	.section03 .txt {
		justify-content: space-between;
		width: min(calc(100vw - 480px), 620px);
		flex-shrink: 0;
		padding: 36px min(2.6vw, 32px) 30px min(3.3vw, 44px);
	}

	.section03 .txt strong {
		margin: 0 0 24px 0;
	}

	.section03 .locutor {
		margin: 15px 0 0 0;
	}
	/* ②横幅比率調整 △ */

	.section03 .txt i {
		font-size: 1.6rem;
	}

	.section03 .br-panel-detail {
		margin: 10px 0 0 0;
	}
}

@media (min-width: 960px) and (max-width: 1140px) {
	.largeBase .section03 .txt {
		margin: calc(5.2vw - 60px) 0;
	}

	.largeBase .section03 .txt i {
		font-size: 1.5rem;
	}
}

@media print {
	.section03 .img,
	.section03 .txt {
		width: 50%;
	}
}

/* 特集：ベネッセアートサイト直島
-------------------------------------------------- */
.section05 a {
	position: relative;
	height: auto;
}

.section05 .img {
	position: relative;
	height: min(calc(228px + 20vw) ,380px);
}

.section05 .img img {
	position: absolute;
	width: auto;
	height: 380px;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
}

@media (any-hover: hover) {
	.section05 .br-panel a:hover img {
		transform: translate(-50%,0) scale(1.15);
	}
}

@media (any-hover: none) {
	.section05 .br-panel a:active {
		opacity: 0.8;
		box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
	}
}

.section05 .txt {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-direction: column;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.section05 .txt strong {
	font-size: min(calc(13px + 2.5vw), 32px);
	line-height: 1.7;
	color: #fff;
	font-weight: 400;
}

.section05 .br-pdf-btn {
	margin: 0 2.77vw;
	text-align: left;
	background: #fff;
	border: none;
}

/* PDFダウンロード
-------------------------------------------------- */
.section06 h3 {
	margin: 0 0 1.2em 0;
	font-size: 20px;
	line-height: 1;
	font-weight: 500;
}

.section06 .brPDFbn a {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 360px;
	min-height: 56px;
	margin: 0 auto;
	padding: 5px 0;
	line-height: 1.4;
	font-weight: 500;
	border: solid 1px #222;
	box-sizing: border-box;
	transition: color 0.3s ease-in-out 0s, background-color 0.3s ease-in-out 0s, border-color 0.1s ease-in-out 0s;
}

@media (any-hover: hover) {
	.section06 .brPDFbn a:hover {
		color: #fff;
		background-color: #1574c1;
		border-color: #1574c1;
	}
}

@media (any-hover: none) {
	.section06 .brPDFbn a {
		transition: none;
	}

	.section06 .brPDFbn a:active {
		color: #fff;
		background-color: #1574c1;
		border-color: #1574c1;
	}
}

.section06-1 img {
	width: 200px;
	box-shadow: 0 0 1px 0 rgba(0,0,0,0.6), 1px 4px 4px 0 rgba(0,0,0,0.1);
}

.section06-1 figcaption {
	margin: 18px 0 18px;
	font-size: 10px;
	color: #666;
	text-align: center;
}

.section06-1 .brPDFbn {
	display: none;
	padding: 10px 0 0 0;
}

.section06-2 {
	padding: 0 0 25px 0;
}

.section06-2 .br-pdf-btn {
	display: flex;
	margin: 0 0 20px 0;
	padding: 5px 20px;
}

.section06-3 .br-pdf-lnk {
	display: flex;
	padding: 5px 20px;
	border-bottom: solid 1px #222;
}

.section06-3 .br-pdf-lnk + ul {
	margin: 16px 2em 24px 47px;
	list-style: disc;
	font-size: 14px;
	line-height: 1.5;
}

.section06-3 .br-pdf-lnk + ul li {
	padding: 2px 0;
}

.section06-3 .brPDFbn {
	padding: 50px 0 0 0;
}

@media (min-width: 600px) {
	.section06 {
		display: grid;
		grid-template-columns: repeat(2,auto);
		grid-template-rows: repeat(2,auto);
	}

	.section06-1 {
		grid-area: 1 / 1 / 2 / 2;
	}

	.section06-2 {
		grid-area: 1 / 2 / 2 / 3;
		padding: 0 0 25px 10%;
		display: flex;
		flex-direction: column;
		justify-content: end;
	}

	.section06-3 {
		grid-area: 2 / 1 / 3 / 3;
		padding: 25px 0 0 0;
	}

	.section06-1 img {
		width: calc(32.333vw + 6px);
	}
}

@media (min-width: 771px), print {
	.section06 {
		display: grid;
		grid-template-columns: 35% auto;
		grid-template-rows: repeat(2,auto);
	}

	.section06-1 {
		grid-area: 1 / 1 / 3 / 2;
	}

	.section06-2 {
		grid-area: 1 / 2 / 2 / 3;
		padding: 0 0 25px 12.9%;
		display: block;
	}

	.section06-3 {
		grid-area: 2 / 2 / 3 / 3;
		padding: 0 0 0 12.9%;
	}

	.section06-1 .brPDFbn {
		display: block;
	}

	.section06-1 img {
		width: 100%;
	}

	.section06-3 .brPDFbn {
		display: none;
	}
}

@media (min-width: 960px) {
	.section06 h3 {
		font-size: 2.0rem;
	}

	.section06-3 .br-pdf-lnk + ul {
		font-size: 1.4rem;
	}
}
