@charset "utf-8";

@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');


/* 変数 */
:root {
	--okm-red: #e60039; 
	--zero-green: #9CCC4A; 

	--okm-shin-go-l: "UDShinGoPro-Light", sans-serif;
	--okm-shin-go-r: "UDShinGoPro-Regular", sans-serif;
	--okm-shin-go-m: "UDShinGoPro-Medium", sans-serif;
	--okm-shin-go-db: "UDShinGoPro-DeBold", sans-serif;
	--okm-shin-go-b: "UDShinGoPro-Bold", sans-serif;
	--okm-shin-go-h: "UDShinGoPro-Heavy", sans-serif;

	--okm-zen-maru-gothic: "Zen Maru Gothic", sans-serif; 



	@media only screen and (min-width: 768px) {
		--okm-red: #e60039; 
	}

	@media only screen and (min-width: 1024px) {
		--okm-red: #e60039; 
	}

}


/* RESET */
/* 
html, body, div, span, applet, object, iframe,
h1, h2, h3,
h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table,
caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details,
embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output,
ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-style: normal;
font-size: 100%;
vertical-align: bottom;
}

iframe {
	filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
	outline: none;
	border: none;
}

h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th {
font-weight: normal;
}

article, aside, details, figcaption, figure, picture,
footer, header, hgroup,
menu, nav, section {
display: block;
}

* {
box-sizing: border-box; 
-o-box-sizing: border-box; 
-ms-box-sizing: border-box; 
-moz-box-sizing: border-box; 
-webkit-box-sizing: border-box; 
}


html {
overflow-y: scroll; 
font-size: 100%; 
line-height: 1.8em; 
-ms-text-size-adjust: 100%; 
-webkit-text-size-adjust: 100%; 
}

input, textarea {
margin: 0;
padding: 0;
}

ul {
list-style: none;
}

ol {
list-style: decimal;
margin: 0 0 0 2em;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

caption, th {
text-align: left;
}
 */

body {
	padding-top: 101px; 
}

body,
#okm--special--contents--wrapper {
	background: #fff;
	color: #333;
	font-family: var(--okm-shin-go-r) , sans-serif;
	
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	padding: 0; 
	margin: 0; 
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}





/* 共通 */
#okm--special--contents--wrapper {
	padding-top: 65px; 
}

.publish--wrapper .section--title {
	font-size:clamp(16px, calc(100vw * 18 / 1200) , 18px); 
	font-weight: bold; 
	display: block; 
	margin-bottom: 30px;
}

.publish--wrapper section {



}

/* タイトル */
.publish--title {
	position: relative;
	aspect-ratio: 1; 

	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.publish--title img {
	width: 100%;
	height: 100% ; 
	object-fit: cover; 
}

.tile {
	position: absolute;
	background-color: rgb(156,204,74);
	background-color: rgb(255,255,255);
	opacity: 0;
}

.publish--title--block {
	position: absolute; 
	z-index: 9; 
	top: 0px; 
	left: 0px; 
	width: 100%; 
	height: 100%; 
	pointer-events: none;

	display: grid;
	place-items: center;

}

.publish--title--text--block {
	background-color: rgba(156,204,74,0.9);
	font-size:clamp(42px, calc(100vw * 90 / 1366) , 90px); 
	line-height: 1.1; 
	padding: 0.2em 0.75em; 
	width: fit-content; 
	position: absolute; 

	display: grid;
	place-items: center;

	backdrop-filter: blur(1px);
	border-radius: 50px;
}

.publish--title--text {
	color: #fff; 
}

.publish--title--text span {
	font-size: inherit; 
	line-height: inherit; 
	display: block; 
	word-break: keep-all; 
	text-shadow: 5px 2px 10px rgba(0,0,0,0.3); 

	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
	transform: translateY(-5%);
}

.publish--title--text span em {
	letter-spacing: -0.15em; 
	font-weight: inherit; 
	font-family: inherit  !important;
}

.publish--title--text span i {
	font-size:clamp(20px, calc(100vw * 60 / 1366) , 60px); 
}


/* ページアンカー */
.title--btn {
	display: none; 
}

.mobile--btn {
	width: 100%; 
}

.mobile--btn .mobile--btn_block {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: center; 
	flex-direction: row; 
	background: #ccc; 
	gap: 1px; 
}

.mobile--btn .mobile--btn_block a {
	flex: 1; 
	display: block; 
	text-align: center; 
	color: var(--zero-green); 
	padding: 0.5em 0; 
	background: #fff; 
	font-size:clamp(14px, calc(100vw * 16 / 1200) , 16px); 
	font-family: var(--okm-shin-go-b);
}

.mobile--btn .mobile--btn_block a:nth-of-type(1) {

}

.mobile--btn .mobile--btn_block a:nth-of-type(2) {

}

.mobile--btn .mobile--btn_block a span {
	display: block; 
}

.mobile--btn .mobile--btn_block a i {
	display: block; 
	height: 20px; 
}

.mobile--btn .mobile--btn_block a i:after {
	content: ""; 
	display: block; 
	width: 10px; 
	height: 10px; 
	border-right: 1px solid var(--zero-green); 
	border-bottom: 1px solid var(--zero-green); 
	margin: auto;
	transform: rotate(45deg); 

}


/* セミナー情報 */
.publish--seminar--section {
	width: 100%;
	margin: 0;
	background: #f5f5f5; 
	padding: 0; 
	padding-top:clamp(40px, calc(100vw * 60 / 1200) , 60px); 
	padding-bottom:clamp(40px, calc(100vw * 60 / 1200) , 60px); 
	margin-bottom: clamp(40px, calc(100vw * 60 / 1200) , 60px); 
}


.publish--seminar {
	width: min(calc(100% - 20px), 1200px); 
	margin: auto;
}

.publish--seminar--block {

}

.publish--seminar--block dl {

	justify-content: flex-start;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch; 
	flex-direction: row; 
	gap: 5px 10px; 

	padding: 15px 0; 
	border-bottom: 1px dotted #ccc;
}

.publish--seminar--block dl:first-of-type {
	border-top: 1px dotted #ccc;
}

.publish--seminar--block dl dt,
.publish--seminar--block dl dd {
	font-size:clamp(12px, calc(100vw * 14 / 1200) , 14px); 
}

.publish--seminar--block dl .title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%; 
}

.publish--seminar--block dl .status {
	font-size:clamp(10px, calc(100vw * 12 / 1200) , 12px); 
	width: 10em; 
}

.publish--seminar--block dl .status span {
	display: block; 
	padding: 0 2em; 
	background: #aaa; 
	border-radius: 30px;
	color: #fff; 
	display: block; 
	text-align: center; 
	font-family: var(--okm-shin-go-m);

}

.publish--seminar--block dl .status span.open {
	background: #e60039; 
	color: #fff; 
}

.publish--seminar--block dl .status span.soon {
	background: #aaa; 
	color: #fff; 
}

.publish--seminar--block dl .date {
	font-size:clamp(12px, calc(100vw * 14 / 1200) , 14px); 
	font-family: var(--okm-shin-go-b);
	text-align: center; 
	width: 8em; 
}

.publish--seminar--block dl .place {
	font-size:clamp(10px, calc(100vw * 12 / 1200) , 12px); 
	text-align: center; 
	border: 1px solid #777;
	background: #fff; 
	width: 8em; 
}

.publish--seminar--block dl .place span {
	padding: 0.5em 1em; 
}


/* いま日本に共創が必要なワケ */
.publish--introduction {
	width: min(calc(100% - 20px), 1200px); 
	margin: auto;
}

.publish--introduction--block {
	justify-content: space-between;
	width: 100%;
	display: flex;
	gap: 20px; 
	flex-direction: row; 
	flex-direction: column; 
	
}

.publish--introduction--block .introduction--text {
	margin-top:clamp(10px, calc(100vw * 60 / 1200) , 60px); 
	width: calc((1200px - 60px) / 2);
	width: 100%; 
}

.introduction--text .introduction--title {
	display: block; 
	font-family: var(--okm-zen-maru-gothic); 
	font-weight: 900; 
	font-size:clamp(22px, calc(100vw * 42 / 1200) , 42px); 
	line-height: 1.2; 
	margin-bottom:clamp(1em, calc(100vw * 60 / 1200) , 60px); 
}

.introduction--lead--text {
	line-height: 2; 
	font-family: var(--okm-zen-maru-gothic); 
	font-weight: 500; 
}

.introduction--lead--text p {
	display: block; 
	font-size:clamp(14px, calc(100vw * 18 / 1200) , 18px); 
	text-align: left; 
	word-break: keep-all; 
	line-height: 36px; 
}

.introduction--lead--text p em {
	font-size:clamp(16px, calc(100vw * 22 / 1200) , 22px); 
	font-weight: 700; 
	display: inline; 
	font-family: inherit  !important;
}

.introduction--lead--text p em i {
	display: inline-block; 
	transform: translateY(-0.125em);
	position: relative; 
}

.introduction--lead--text p em i:after {
	content: ""; 
	position: absolute; 
	z-index: -1; 
	left: 0px; 
	bottom: 0.2em; 
	display: block; 
	height: 7px; 
	width: 100%; 
	background: rgba(156,204,74,0.8); 
}

.publish--introduction--block .introduction--ph {
	flex: 1 1 auto;
	display: block; 
	width: 100%; 
}

.introduction--ph--tile--wrapper {
	width: 100%; 
	display: flex; 
	flex-wrap: nowrap; 
	align-items: stretch; 
	flex-direction: row; 
	gap: 10px; 
}

.introduction--ph--tile {
	flex: 1; 
	width: 100%; 
	display: flex; 
	flex-wrap: wrap;
	align-items: stretch; 
	flex-direction: column; 
	gap: 10px; 
}

.introduction--ph--tile:first-of-type {
	margin-top:clamp(10px, calc(100vw * 60 / 1200) , 60px); 
}

.introduction--ph--tile figure {
	display: block; 
	aspect-ratio: 320 / 240; 
	width: 100%; 
	border-radius: clamp(5px, calc(100vw * 30 / 1200) , 30px); 
	overflow: hidden; 
}

.introduction--ph--tile figure img {
	width: 100%; 
	height: 100%; 
	object-fit: cover; 
}

/* 3つのポイント */
.publish--introduction--point {
	width: min(calc(100% - 20px), 1200px); 
	margin: auto;
}

.publish--introduction--point--block {
	width: 100%; 
	max-width: 1200px; 
	margin: 60px 0;
	padding-bottom: 20px; 
}

.publish--introduction--point--block_grid {
	width: 100%; 
	margin: 0 0;
	display: grid; 
	grid-template-columns: repeat(1, 1fr); 
	gap: 60px; 
}

.publish--introduction--point--block_grid .item {
	position: relative; 
	gap: 0px; 
	display: grid; 
	grid-template-rows: subgrid; 
	grid-row: span 1; 
}

.publish--introduction--point--block_grid .item:before,
.publish--introduction--point--block_grid .item:after {
	content: ""; 
	position: absolute; 
	width: 100%; 
	height: 100%; 
	border-radius: 200px;
	box-sizing: border-box; 
}

.publish--introduction--point--block_grid .item:before {
	border: 5px solid var(--zero-green);
	background: #fff; 
	z-index: 2; 
}

.publish--introduction--point--block_grid .item:after {
	background-color: #CCE5A3; 
	top: 20px; 
	z-index: 1; 
}

.publish--introduction--point--block_grid .item .text {
	display: grid; 
	grid-template-rows: subgrid; 
	grid-row: span 1; 
	z-index: 3; 
	padding: 3em 20px 2em; 
	align-self: center;
}

.publish--introduction--point--block_grid .item .text h3 {
	position: absolute; 
	top: 0px; 
	left: 50%;
	transform: translate(-50%, -50%);
	font-size:clamp(16px, calc(100vw * 20 / 1200) , 20px); 
	font-family: var(--okm-zen-maru-gothic);
	font-weight: 700; 
	color: #fff; 
	padding: 0.25em 30px; 
	background: var(--zero-green); 
	border-radius: 30px;
	white-space: nowrap; 
}

.publish--introduction--point--block_grid .item .text p {
	display: block; 
	font-size:clamp(18px, calc(100vw * 18 / 1200) , 20px); 
	font-family: var(--okm-zen-maru-gothic);
	font-weight: 700; 
	text-align: center; 
}


/* 実践するための設計図 */
.action--plan {
	width: min(calc(100% - 20px), 1200px); 
	margin: auto;
}

.action--plan_lead {
	display: block; 
	text-align: center; 
	font-size:clamp(16px, calc(100vw * 28 / 1200) , 28px); 
	font-family: var(--okm-zen-maru-gothic);
	font-weight: 700; 
}

.action--plan_lead p {
	display: block; 
	line-height: 1.6; 
	word-break: keep-all; 
	text-align: center; 
}

.action--plan_illustration {
	display: block; 
	width: 100%; 
	aspect-ratio: 840 / 400;
	max-width: 840px; 
	margin: 20px auto 0;
	position: relative; 
}

.action--plan_illustration figure {
	max-width: 840px; 
	margin: 0 auto;
}

@keyframes floatUpDown {
	0%   { transform: translateY(0); }
	50%  { transform: translateY(-10px); }
	100% { transform: translateY(0); }
}

.action--plan_illustration [class*="fukidashi"] {
	position: absolute; 
	animation-name: floatUpDown;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}



.action--plan_illustration .fukidashi01 {
	left: calc(82 / 840 * 100%);
	top: calc(129 / 400 * 100%); 
	width: calc(156 / 840 * 100%); 
	height: calc(92 / 400 * 100%); 
	animation-delay: 0s;
	animation-duration: 4s;
}

.action--plan_illustration .fukidashi02 {
	left: calc(195 / 840 * 100%);
	top: calc(20 / 400 * 100%); 
	width: calc(190 / 840 * 100%); 
	height: calc(102.8755 / 400 * 100%); 
	animation-delay: 1s;
	animation-duration: 5s;
}

.action--plan_illustration .fukidashi03 {
	left: calc(455 / 840 * 100%);
	top: calc(20 / 400 * 100%); 
	width: calc(190 / 840 * 100%); 
	height: calc(102.8755 / 400 * 100%); 
	animation-delay: 0.5s;
	animation-duration: 6s;
}

.action--plan_illustration .fukidashi04 {
	left: calc(602 / 840 * 100%);
	top: calc(129 / 400 * 100%); 
	width: calc(156 / 840 * 100%); 
	height: calc(92 / 400 * 100%); 
	animation-delay: 1.5s;
	animation-duration: 4.8s;
}

@keyframes swingLoop {
  0%   { transform: rotate(4deg); }
  50%  { transform: rotate(-4deg); }
  100% { transform: rotate(4deg); }
}

.action--plan_illustration .questionmark {
	position: absolute; 

	left: calc(378.8058 / 840 * 100%);
	top: calc(120 / 400 * 100%); 
	width: calc(66.0135 / 840 * 100%); 
	height: calc(116.3584 / 400 * 100%); 

display: inline-block; /* transform が効くように */
  transform-origin: bottom center;
  animation: swingLoop 3s ease-in-out infinite;

}

.action--plan_answer-title {
	max-width: 840px; 
	margin: auto;
	border: 3px solid var(--zero-green);
	text-align: center; 
	font-size:clamp(20px, calc(100vw * 24 / 1200) , 24px); 
	font-family: var(--okm-zen-maru-gothic);
	font-weight: 700; 
	color: var(--zero-green);
	padding: 0.5em 2em; 
	border-radius: 50px;
}

.action--plan_answer-grid {
	display: grid; 
	grid-template-columns: repeat(1, 1fr); 
	gap:clamp(10px, calc(100vw * 20 / 1200) , 20px); 
	max-width: 840px; 
	margin: 20px auto 0;
}

.action--plan_answer-grid .item {
	background: var(--zero-green); 
	padding: clamp(20px, calc(100vw * 32 / 1200) , 32px); 
	border-radius: 100px;
}

.action--plan_answer-grid .item p {
	display: block; 
	text-align: center; 
	font-size:clamp(20px, calc(100vw * 20 / 1200) , 20px); 
	font-family: var(--okm-zen-maru-gothic);
	font-weight: 700; 
	color: #fff; 


}

/* 書籍情報 */

.book--info {
	width: 100%; 
	margin-top: clamp(40px, calc(100vw * 100 / 1200) , 100px);

	background: #fafafa; 
	padding: 0; 
	padding-top: clamp(30px, calc(100vw * 80 / 1200) , 80px);  
	padding-bottom: clamp(20px, calc(100vw * 60 / 1200) , 60px);  

	overflow-x: hidden; 
}

.book--info_contents {
	width: fit-content; 
	margin: auto;
	padding: 0 20px; 
	display: flex;
	flex-wrap: wrap;
	align-items: stretch; 
	flex-direction: row; 
	gap: clamp(20px, calc(100vw * 60 / 1200) , 60px); 
	max-width: 940px; 
}

/* 表紙 */
.book--info_contents .book--info_cover {
	width: 100%; 
}

.book--info_contents .book--info_cover .cover {
	display: block; 
	width: 100%; 
}

.book--info_contents .book--info_cover .cover img {
	width: 100%; 
	box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
}

.book--info_contents .book--info_cover .cover figcaption {
	display: block; 
	width: fit-content; 
	margin: 20px auto;
	font-size:clamp(16px, calc(100vw * 18 / 768) , 18px); 
	font-family: var(--okm-shin-go-db);
}

.book--info_contents .book--info_cover .cover figcaption p {
	display: block; 
}

.book--info_contents .book--info_cover .cover figcaption p:first-of-type {
	margin-bottom: 10px;
}

/* 本の紹介 */
.book--info_data {
	width: 100%; 
	margin: auto;
}


.book--info_data dl {
	padding: 5px 0; 
	font-size:clamp(10px, calc(100vw * 12 / 768) , 12px); 
	border-top: 1px solid #ccc;

	justify-content: center;
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: center; 
	flex-direction: row; 
	gap: 20px; 
}

.book--info_data dl:last-of-type {
	border-bottom: 1px solid #ccc;
}

.book--info_data dl dt {
	font-family: var(--okm-shin-go-db);
	width: 5em; 
}

.book--info_data dl dd {
	width: 10.5em; 
}

.book--info_contents .book--info_capter {
	flex: 1 1 auto;
	max-width: 600px; 
}

.book--info_capter .book--info_title {
	font-size:clamp(24px, calc(100vw * 40 / 940) , 40px); 
	margin-bottom: clamp(10px, calc(100vw * 20 / 940) , 20px); 
	margin-bottom: 0;
	font-family: var(--okm-shin-go-b);
	color: var(--zero-green); 
	letter-spacing: 0.1em; 
	line-height: 1.8; 
}

.book--info_lead {
	font-size:clamp(14px, calc(100vw * 20 / 940) , 20px); 
	font-family: var(--okm-shin-go-m);
	letter-spacing: 0.1em; 
	margin-bottom: clamp(20px, calc(100vw * 40 / 940) , 40px);
}


.book--info_cover-block {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start; 
	flex-direction: row; 
	gap: 20px; 
}

.book--info_example {
	flex: 1; 
	min-width: 0;
}

.book--info_example figure {
width: 100%; 
max-width: 150px; 
aspect-ratio: 270 / 380;
position: relative; 
}

.book--info_example figure img {
	width: 100%; 
	height: 100%; 
	aspect-ratio: 270 / 380;
	object-fit: cover; 
	position: absolute; 
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	transform-origin: right bottom; 
}

.book--info_example figure img:nth-of-type(1) {
		transform: rotate(5deg);
		z-index: 2; 
}

.book--info_example figure img:nth-of-type(2){
		transform: rotate(18deg);
		z-index: 1; 
}


.book--info_headline-block {
	display: grid; 
	gap: 2px; 
	grid-template-columns: fit-content(150px) 1fr;
}

.book--info_headline-block dl {
	display: grid; 
	grid-template-columns: subgrid; 
	grid-column: span 2; 
	gap: 10px; 

	font-size:clamp(12px, calc(100vw * 14 / 940) , 14px); 
	line-height: 1.6; 
}

.book--info_headline-block dl dt {

}

.book--info_headline-block dl dd {

}

.book--info_headline-block dl dd em {
	font-family: var(--okm-shin-go-r);
	font-weight: normal; 
	display: inline-block; 
	width: 4em; 
}

.book--info_issue--title {
	margin: 40px 0 10px;
	font-family: var(--okm-shin-go-m);
}

/* ストアリンク */
.store--link--block {

	width: min(calc(100% - 20px), 940px); 
	margin: 60px auto;

	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch; 
	flex-direction: row; 
	gap: clamp(10px, calc(100vw * 40 / 940) , 40px);  
}

.store--link--block_btn-wrap  {
	flex: 1; 
	max-width: 400px; 
}

.store--link--block_item a {
	display: block; 
	border: 3px solid #fff; 
	background-color: var(--zero-green); 
	border-radius: 50px;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.15);

	color: #fff; 
	padding: 10px; 
	font-size:clamp(16px, calc(100vw * 18 / 940) , 18px); 
	font-family: var(--okm-shin-go-db);
	transition: all .2s ease;
}

.store--link--block_item a:hover {
	background-color: #fff; 
	border: 3px solid var(--zero-green); 
	color: var(--zero-green); 
}

.store--link--block_item a span {
	display: block; 
	text-align: center; 

}

/* 本の中身 */
.book--info_page {
	margin-right: 10px;
}

.book--info_page:before,
.book--info_page:after {
	content: ""; 
	display: block; 
	width: 100%; 
}

.book--info_page:before {
	aspect-ratio: 1283 / 110;
	background-image: url('../images/book_header.png'); 
	background-repeat: no-repeat;
	background-size:cover; 
}

.book--info_page:after {
	aspect-ratio: 1283 / 130;
	background-image: url('../images/book_footer.png'); 
	background-repeat: no-repeat;
	background-size:cover; 
}

.book--info_page_block {
	background-image: url('../images/book_middle.png'); 
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: right top;
	background-size:contain; 
	position: relative; 
}

.book--info_page_contents {
	display: block; 
	width: calc(100% - 80px); 
	margin: auto;
}

.book--contents {
	justify-content: space-between;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch; 
	flex-direction: column; 
	gap: 40px; 
}

.book--contents:first-of-type {
	margin-bottom: 60px;
}

.book--contents .book--contents_text,
.book--contents .book--contents_chart {
	width: 100%; 
}

.book--contents .book--contents_text h2 {
	font-size:clamp(24px, calc(100vw * 42 / 1200) , 42px); 
	color: var(--zero-green); 
	font-family: var(--okm-zen-maru-gothic);
	font-weight: 700; 
	line-height: 1.4; 
	margin-bottom:clamp(15px, calc(100vw * 30 / 1200) , 30px); 
}

.book--contents .book--contents_text p {
	font-size:clamp(14px, calc(100vw * 18 / 1200) , 18px); 
	display: block; 
	font-family: var(--okm-zen-maru-gothic);
	font-weight: 500; 
	margin: 0;
	line-height: 36px; 
}

.book--contents .book--contents_text ul {
	padding: 0 0 0 1em; 
	font-size:clamp(14px, calc(100vw * 18 / 1200) , 18px); 
	font-family: var(--okm-zen-maru-gothic);
	font-weight: 500; 
}

.book--contents .book--contents_text ul li {
	list-style: disc; 
}

.book--contents .book--contents_text p em,
.book--contents .book--contents_text ul li em {
	font-size:clamp(16px, calc(100vw * 22 / 1200) , 22px); 
	font-weight: 700; 
	display: inline; 
	font-family: inherit  !important;
}

.book--contents .book--contents_text p em i ,
.book--contents .book--contents_text ul li em i {
	display: inline-block; 
	transform: translateY(-0.125em);
	position: relative; 
}

.book--contents .book--contents_text p i:after,
.book--contents .book--contents_text ul li i:after {
	content: ""; 
	position: absolute; 
	z-index: -1; 
	left: 0px; 
	bottom: 0.2em; 
	display: block; 
	height: 7px; 
	width: 100%; 
	background: rgba(156,204,74,0.8); 
}

.book--contents .book--contents_chart figure {
	width: 100%; 
}

.book--contents .book--contents_chart img {
	width: 100%; 
}

/* 著者 */
.book--auther {
	width: min(calc(100% - 20px), 1200px); 
	margin: auto;
	margin-top:clamp(40px, calc(100vw * 60 / 1200) , 60px); 

	justify-content: center;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	gap: 20px; 
}



.book--auther .book--auther_face {
	max-width: 25%; 
}

.book--auther .book--auther_face figure {
	aspect-ratio: 1; 
	border-radius: 50%; 
	overflow: hidden; 
	border: 3px solid var(--zero-green);
}

.book--auther .book--auther_face figure img {
	width: 100%; 
}

.book--auther .book--auther_profile {

}

.book--auther .book--auther_profile h3 {
	font-size:clamp(14px, calc(100vw * 18 / 1200) , 18px); 
	margin-bottom:clamp(20px, calc(100vw * 40 / 1200) , 40px); 
	font-family: var(--okm-shin-go-b);
}

.book--auther .book--auther_profile .name {
	color: var(--zero-green); 
	font-size:clamp(18px, calc(100vw * 28 / 1200) , 28px); 
	font-family: var(--okm-shin-go-db);
	margin-bottom:clamp(25px, calc(100vw * 30 / 1200) , 30px); 
}

.book--auther .book--auther_profile .name i {
	font-size:clamp(12px, calc(100vw * 18 / 1200) , 18px); 
	display: inline-block; 
	margin-left: 0.5em;
	transform: translateY(0.25em);
}

.book--auther .book--auther_profile p {
	line-height: 2; 
	font-size:clamp(12px, calc(100vw * 16 / 1200) , 16px); 
}

.book--auther .book--auther_profile ul {
	margin: 0 0 0 1em;
	font-size:clamp(11px, calc(100vw * 14 / 1200) , 14px); 
}

.book--auther .book--auther_profile ul li {
	list-style: disc; 
}

.book--auther .book--auther_profile .interview {
	display: block; 
	margin-top:clamp(25px, calc(100vw * 30 / 1200) , 30px); 
	display: none; 
}

.book--auther .book--auther_profile .interview a {
	color: var(--zero-green); 
	font-size:clamp(12px, calc(100vw * 16 / 1200) , 16px); 
	font-family: var(--okm-shin-go-b);
}

.book--auther .book--auther_profile .interview a span {
	display: block; 
	padding-right: 20px; 
	position: relative; 
	width: fit-content; 
}

.book--auther .book--auther_profile .interview a span:after {
	content: ""; 
	display: block; 
	position: absolute; 
	width: 8px; 
	height: 8px; 
	top: 50%; 
	right: 0px; 
	border-right: 1px solid var(--zero-green); 
	border-top: 1px solid var(--zero-green); 
	transform: translateY(-50%)  rotate(45deg);
	transform-origin: center; 

}

/* WORKMILLのその他の記事  */
.workmill--articles {
	width: min(calc(100% - 20px), 1200px); 
	margin: auto;
}

.workmill--articles .workmill--articles_block {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(190px, auto));
	justify-content: start;
	gap: clamp(10px, calc(100vw * 60 / 1200) , 60px);
}



.workmill--articles_block .workmill--articles_item {
	padding: 0; 
	border: 1px solid #ddd;
	display: grid !important; 
	grid-template-rows: subgrid; 
	grid-row: span 3; 
	gap: 0; 
	color: #000; 
	position: relative; 
	transition: all .2s ease;
}

.workmill--articles_block .workmill--articles_item:hover {
	box-shadow: 0 0 15px 0px rgba(0,0,0,0.2);
}

.workmill--articles_item .sticker {
	position: absolute; 
	top: 0px; 
	right: 0px; 
	background: var(--zero-green); 
	color: #fff; 
	width: 100px; 
	text-align: center; 
	font-family: var(--okm-shin-go-m);
	font-size:clamp(12px, calc(100vw * 14 / 1200) , 14px); 
}

.workmill--articles_item .thumbnail {
	aspect-ratio: 358 / 226;
	display: block; 
	border-bottom: 1px solid #eee;
}

.workmill--articles_item .thumbnail img {
	width: 100%; 
	height: 100%; 
	object-fit: cover; 
}

.workmill--articles_item .workmill--articles_text {
	display: grid; 
	grid-template-rows: subgrid; 
	grid-row: span 2; 
	gap: clamp(10px, calc(100vw * 30 / 1200) , 30px); 
	padding: clamp(10px, calc(100vw * 30 / 1200) , 30px); 

}

.workmill--articles_text .text,
.workmill--articles_text .annotation {

}

.workmill--articles_text .text {
	font-size:clamp(12px, calc(100vw * 16 / 1200) , 16px); 
}

.workmill--articles_text .annotation {
	font-size:clamp(10px, calc(100vw * 14 / 1200) , 14px); 
	line-height: 1.8; 
	font-family: var(--okm-shin-go-m);
	color: #aaa; 
}

.workmill--articles_text .annotation .auter,
.workmill--articles_text .annotation .date {
	display: block; 
}

/* メールマガジンに登録する */
.workmill--mail--magazine {
	margin-top: 60px;
	padding: 60px 0; 
	background: #f7f7f7; 
	width: 100%; 
}

.workmill--mail--magazine_block {
	width: min(calc(100% - 20px), 1200px); 
	margin: auto;
	text-align: center; 
}

.workmill--mail--magazine_block .magazine_block_text {
	margin-bottom: 40px;
}

.workmill--mail--magazine_block .magazine_block_text p {
	display: block; 
	font-size:clamp(12px, calc(100vw * 16 / 1200) , 16px); 
	word-break: keep-all; 
	margin: 0;
	text-align: center; 
}

.workmill--mail--magazine_block .magazine_block_text_registration {

}

.magazine_block_text_registration a {
	display: block; 
	margin: auto;
	border: 2px solid #000;
	border-radius: 40px;
	background: #fff; 
	padding: 0.75em 1em; 
	max-width: 320px; 
	color: #000; 
	transition: all .2s ease;
	font-size:clamp(14px, calc(100vw * 16 / 1200) , 16px); 
}

.magazine_block_text_registration a:hover {
	box-shadow: 3px 3px 6px rgba(0,0,0,0.15);
	border-color: #e60039; 
	color: #e60039; 
}

/* お問い合わせ */
.office--inquiry {
	padding: 60px 0; 
	width: min(calc(100% - 20px), 1200px); 
	margin: auto;
}

.office--inquiry_block {
	width: fit-content; 
	margin: auto;
	display: flex;
	align-items: center; 
	flex-direction: column; 
	gap: 40px; 
}

.office--inquiry_block {
	font-size:clamp(12px, calc(100vw * 16 / 1200) , 16px); 
}

.inquiry-text {

}

.inquiry-text em {
	display: block; 
	font-size:clamp(14px, calc(100vw * 20 / 1200) , 20px); 
	margin-bottom:clamp(10px, calc(100vw * 20 / 1200) , 20px); 
	font-family: var(--okm-shin-go-db);
	text-align: center; 
}

.inquiry-text p {
	font-family: var(--okm-shin-go-m);
	word-break: keep-all; 
	text-align: center; 
}

.inquiry-btn {

}

.inquiry-btn  a {
	display: block; 
	margin: auto;
	border: 2px solid var(--okm-red);
	border-radius: 40px;
	background: var(--okm-red); 
	padding: 0.75em 3em; 
	max-width: 400px; 
	color: #000; 
	transition: all .2s ease;
	color: #fff; 
	font-family: var(--okm-shin-go-b);
	font-size:clamp(14px, calc(100vw * 16 / 1200) , 16px); 
}

.inquiry-btn  a:hover {
	background: #fff; 
	color: var(--okm-red); 
	box-shadow: 3px 3px 6px rgba(0,0,0,0.15);
}

/* ==================================================
= Media Queries
================================================== */

/* 480px未満 */
@media only screen and (max-width: 479px) {


}

/* 480px以上 */
/* スマホ */
@media only screen and (min-width: 480px) {


}

/* 568px以上 */
/* タブレット */
@media only screen and (min-width: 568px) {

	/* タイトル */
	.publish--title {
		aspect-ratio: 1366 / 550;
	}

}

/* 667px以上 */
/* タブレット */
@media only screen and (min-width: 667px) {


	.book--info_contents .book--info_cover {
		max-width: 200px; 
		width: 100%; 
		flex-shrink: 1;
	}
	
	
	.book--info_contents .book--info_capter {
		flex: 1; 
		min-width: 0; 
	}


}

/* 768px以上 */
/* タブレット */
@media only screen and (min-width: 768px) {


	.publish--title--block {
		display: grid;
		place-items: center;
	}


	.publish--title--text--block {
		top: initial; 
		left: initial; 
		display: grid;
		place-items: center;
	}

	.publish--introduction--point--block_grid {
		grid-template-columns: repeat(3, 1fr); 
		gap:clamp(20px, calc(100vw * 60 / 1200), 60px);
	}


	.publish--seminar--block dl .title {
		width: auto; 
		flex: 1;
	}


	.book--info_example figure img:nth-of-type(1) {
			transform: translate(0, -20%) rotate(0);
	}
	
	.book--info_example figure img:nth-of-type(2){
			transform: translate(55%, 0) rotate(0);
	}


	.action--plan_answer-grid {
		grid-template-columns: repeat(3, 1fr); 
	}


	.store--link--block_item a {
		letter-spacing: 0.1em; 
	}


	/* 本の中身 */
	.book--info_page {
		width: calc(100% - ((100% - 1200px) / 2)); 
		max-width: calc(100% - 10px); 
		margin-left: 0;
		margin-right: auto;
	}

	.book--info_page_contents {
		// width: 100%; 
		width: 80%; 
		max-width: 940px; 
		margin: auto;
		// margin-left: calc((100vw - 940px) / 2); 
	}

	.book--contents {
		flex-direction: row;
		gap:clamp(20px, calc(100vw * 60 / 1200) , 60px); 
	}

	.book--contents .book--contents_text,
	.book--contents .book--contents_chart {
		width: auto; 
		flex: 1; 
	}


	/* 著者 */
	.book--auther {
		flex-wrap: nowrap;
		align-items: flex-start; 
		flex-direction: row; 
		gap:clamp(20px, calc(100vw * 60 / 1200) , 60px); 
	}

	.book--auther .book--auther_face {
		min-width: 250px; 
		max-width: 300px; 
	}

	.book--auther .book--auther_face figure {
		height: 100%; 
		aspect-ratio: 1;
		border: 6px solid var(--zero-green);
	}



}

/* 1024px以上 */
/* PC */
@media only screen and (min-width: 1024px) {
	
	/* 共通 */
	#okm--special--contents--wrapper {
		padding-top: 101px; 
	}
	
	/* ページアンカー */
	.mobile--btn {
		display: none; 
	}

	.title--btn {
		position: absolute; 
		z-index: 2; 
		bottom: 30px; 
		right: 30px; 
		width: fit-content; 
		display: flex;
		flex-wrap: nowrap;
		align-items: flex-end; 
		flex-direction: row; 
		gap: 20px; 
	}
	
	.title--btn_book,
	.title--btn_inquiry {
		flex: 1 1 auto; 
	}
	
	.title--btn a {
		display: block; 
		background: #fff; 
		aspect-ratio: 1/1;
		border-radius: 50%;
		text-align: center; 
		padding: 10px; 
		color: #000; 
		display: grid;
		place-items: center;
		box-shadow: 0 0 10px rgba(0,0,0,0.2);
	}

	.title--btn .title--btn_book a {
		width: 160px; 
	}
	
	.title--btn a i {
		display: block; 
		width: 10px; 
		height: 10px; 
		position: relative; 
		margin: auto;
	}
	
	.title--btn a i:after {
		content: ""; 
		position: absolute; 
		display: block; 
		width: 10px; 
		height: 10px; 
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
		transform: rotate(45deg);
		transform-origin: center; 
	
		box-sizing: border-box;
	
	}
	
	.title--btn_box {

		justify-content: center;
		width: fit-content;
		display: flex;
		flex-wrap: wrap;
		align-items: center; 
		flex-direction: column; 
		gap: 5px; 
		margin: auto;
	}
	
	.title--btn_box span {
		display: block; 
		width: 4em; 
		line-height: 1.2; 
		text-align: center; 
		word-break: keep-all; 
		font-size:clamp(10px, calc(100vw * 12 / 1366) , 12px); 
		font-family: var(--okm-shin-go-db);
	}

	.title--btn_inquiry span {
		font-size:clamp(14px, calc(100vw * 16 / 1366) , 16px); 
	}
	
	.title--btn_box figure {
		height: clamp(60px, calc(100vw * 100 / 1024) , 100px); 
		margin: auto;
	}


	/* いま日本に共創が必要なワケ */
	.publish--introduction {
		width: calc(100% - ((100% - 1200px) / 2)); 
		max-width: calc(100% - 10px); 
		margin-right: 0;
		margin-left: auto;
	}

	.introduction--ph--tile:last-of-type figure {
		border-top-right-radius: 0; 
		border-bottom-right-radius: 0; 
	}

	.publish--introduction--point--block_grid {

	}

	.publish--introduction--block {
		flex-direction: row; 
		gap: 60px; 
	}

	.publish--introduction--block .introduction--text {
		padding-left: 10px; 
	}


/* 
	.book--info_contents {
		flex-direction: row; 
		padding: 0; 
	}

	.book--info_contents .book--info_cover {
		width: 300px; 
		
	}
	
	
	.book--info_contents .book--info_capter {
		width: 600px; 
	}
 */

	.book--info_contents {
		padding: 0; 
	}

	.book--info_contents .book--info_cover {
		max-width: 300px; 
	}


	.book--info_page_contents {
		width: 90%; 
		//margin-left: calc((100vw - 940px) / 2); 
	}


	.office--inquiry_block {
		flex-direction: row; 
		gap: 120px; 
	}


	.inquiry-text em {
		text-align: left; 
	}
	
	.inquiry-text p {
		text-align: left; 
	}


}



/* 1210px以上 */
/* PC */
@media only screen and (min-width: 1210px) {

	.publish--introduction--block .introduction--text {
		padding-left: 0; 
	}

	.book--info_page_contents {
		width: 100%; 
		max-width: 940px; 
		margin-left: calc((100vw - 940px) / 2); 
	}

}