@charset "utf-8";
/* --------------------------------------------
 * About usページ
 * ----------------------------------------- */
 
/* 3つのプリンシプル
---------------------------------------------*/
/* コンテンツタイトル */
section#principle .content-title {
	font-size: 3.0rem;
}
/* 一段目 */
#principle .inner.summary:first-of-type .box {
	margin: 0 auto;
	width: 90%;
}
/* 二段目 */
#principle .inner.summary:nth-of-type(2) {
	margin: 50px auto 0;
	position: relative;
}
#principle .inner.summary:nth-of-type(2) .box {
	position: absolute;
	bottom: 0;
	padding: 45px 5%;
	background-color: rgba(13, 13, 13, 0.75);
	color: #fff;
}

@media (max-width: 960px) {
#principle .inner.summary:nth-of-type(2) .image img {
	width: 100%;
}
}

@media (max-width: 768px) {
#principle .inner.summary:nth-of-type(2) .box {
	position: static;
	bottom: auto;
}
}
/* 三段目 */
#principle .inner-wide .inner {
	margin-top: 100px;
	position: relative;
}
#principle .inner-wide .box {
	width: 60%;
	min-height: 367px;/* 画像の高さ分 */
}
#principle .inner-wide .inner:nth-of-type(2) .box {
	min-height: 338px;
}
#principle .inner-wide .inner:nth-of-type(3) .box {
	min-height: 407px;
}
#principle .inner-wide .image {
	position: absolute;
	top: 0;
	left: 65%;
}
#principle .inner-wide .inner:nth-of-type(even) .box {
	margin-left: 40%;
}
#principle .inner-wide .inner:nth-of-type(even) .image {
	position: absolute;
	left: auto;
	right: 65%;
}

@media (max-width: 768px) {
#principle .inner-wide .box {
	width: 50%;
}
#principle .inner-wide .image {
	left: 55%;
}
#principle .inner-wide .inner:nth-of-type(even) .box {
	margin-left: 50%;
}
#principle .inner-wide .inner:nth-of-type(even) .image {
	right: 55%;
}
}

@media (max-width: 640px) {
#principle .inner-wide .box {
	width: 100%;
	min-height: inherit;
}
#principle .inner-wide .inner:nth-of-type(2) .box, #principle .inner-wide .inner:nth-of-type(3) .box {
	min-height: inherit;
}
#principle .inner-wide .image {
	position: static;
	top: auto;
	left: auto;
	margin: 20px auto 0;
	width: 100%;
	text-align: center;
}
#principle .inner-wide .inner:nth-of-type(even) .box {
	margin-left: 0;
}
#principle .inner-wide .inner:nth-of-type(even) .image {
	position: static;
	left: auto;
	right: auto;
}
}

/* 画像の調整 */
@media (max-width: 526px) {
#principle .inner-wide .inner .image img {
	width: 100%;
}
}

@media (max-width: 563px) {
#principle .inner-wide .inner:nth-of-type(2) .image img, #principle .inner-wide .inner:nth-of-type(3) .image img {
	width: 100%;
}
}
/* 引用文
---------------------------------------------*/
#quote {
	margin-top: 150px;
	padding-top: 100px;
	padding-bottom: 100px;
	background: url("../learning/img/quote.jpg") no-repeat center 60%;
	background-size: cover;
	color: #fff;
}
#quote .honbun, #quote .signature {
	font-family: 'Shippori Mincho B1', serif;
	font-size: 2.4rem;
	font-weight: 600;
}
#quote .signature {
	font-size: 1.8rem;
	text-align: right;
}

@media (max-width: 768px) {
#quote .signature {
	margin-top: 1.875em;
}
}
/* 講演&amp;ワークショップ
---------------------------------------------*/
/* レイアウト：サマリー */
#workshop .inner.summary .box {
	margin: 0 auto;
	width: 80%;
}

@media (max-width: 640px) {
#workshop .inner.summary .box {
	width: 100%;
}
}
/* レイアウト：イベント */
#workshop .inner.event {
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#workshop .inner.event .box {
	width: 30%;
}

@media (max-width: 960px) {
#workshop .inner.event .box .image img {
	width: 100%;
}
}

@media (max-width: 640px) {
#workshop .inner.event .box {
	width: 100%;
}
#workshop .inner.event .box .image {
	margin: 30px auto 0;
	text-align: center;
}
#workshop .inner.event .box .image img {
	width: auto;
}
}
/* 見出し */
#workshop .inner.event .midashi-sub {
	width: 100%;
}
/* 本文 */
#workshop .inner.event .honbun {
	margin-top: 10px;
	font-size: 1.4rem;
	text-align: center;
}
#workshop .inner.event .honbun strong {
	font-size: 1.6rem;
}
/* エントリーボタン
---------------------------------------------*/
.entry .button {
	margin: 50px auto 0;
	width: 40%;
	color: #956666;
	border: 3px solid #956666;
}
.entry .button a {
	color: #956666;
}

@media (max-width: 640px) {
.entry .button {
	width: 80%;
}
}
/* フィールドワーク
---------------------------------------------*/
#fieldwork .inner-wide {
	padding-bottom: 150px;
	background: url("../learning/img/fieldwork_bg.jpg") no-repeat center;
	background-size: cover;
	color: #fff;
}
#fieldwork .content-title {
	padding-top: 150px;
}
#fieldwork .midashi {
	color: #fff;
}
/* レイアウト */
#fieldwork .inner {
	position: relative;
	min-height: 504px;
}
#fieldwork .box {
	width: 70%;
}
#fieldwork .image {
	position: absolute;
	top: 0;
	left: 75%;
}

@media (max-width: 640px) {
#fieldwork .box {
	width: 100%;
}
#fieldwork .image {
	position: static;
	top: auto;
	left: auto;
	margin: 50px auto 0;
	text-align: center;
}
}

/* 画像の調整 */
@media (max-width: 411px) {
#fieldwork .image img {
	width: 100%;
}
}
#fieldwork .image div:nth-of-type(2) {
	margin-top: 10px;
}
/* ボタン */
#fieldwork .entry .button {
	margin: 80px 0 0 auto;
	width: 57.14285714285714%;
	color: #fff;
	border: 3px solid #fff;
}
#fieldwork .entry .button a {
	color: #fff;
}

@media (max-width: 640px) {
#fieldwork .entry .button {
	margin: 50px auto 0;
	width: 80%;
}
}
/* プロジェクト
---------------------------------------------*/
/* 背景 */
#project {
	padding-top: 150px;
	padding-bottom: 150px;
	background: #f5f5f5;
}
/* コンテンツタイトル */
section#project .content-title {
	margin-top: 0;
}
/* レイアウト */
#project .inner.summary {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#project .inner.summary:nth-of-type(2) {
	margin-top: 80px;
	flex-direction: row-reverse;
}
#project .inner.summary .box {
	width: 50%;
}
#project .inner.summary .image {
	width: 45%;
}
#project .inner.summary .image img {
	width: 100%;
}

@media (max-width: 640px) {
#project .inner.summary .box {
	width: 100%;
}
#project .inner.summary .image {
	width: 100%;
	margin-top: 20px;
}
}
/* 画像 */
#project .inner-wide .image {
	margin: 50px auto 0;
	text-align: center;
}

@media (max-width: 1150px) {
#project .inner-wide .image img {
	width: 100%;
}
}
/* リソース
---------------------------------------------*/
/* サマリー */
#resource .inner.summary .box {
	margin: 0 auto;
	width: 80%;
}
#resource .inner.summary .midashi {
	text-align: center;
}
/* リソース：おすすめ書籍
---------------------------------------------*/
/* レイアウト */
#resource .inner.book {
	display: flex;
	flex-wrap: wrap;
}
#resource .inner.book .box {
	margin-top: 50px;
	margin-right: 6.666666666666667%;
	width: 192px;
}
#resource .inner.book .box:nth-of-type(4n) {
	margin-right: 0;
}

@media (max-width: 960px) {
#resource .inner.book {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
#resource .inner.book .box, #resource .inner.book .box:nth-of-type(4n) {
	margin: 50px auto 0;
}
}
/* 本文 */
#resource .inner.book .box .honbun {
	font-size: 1.4rem;
}
#resource .inner.book .box .honbun strong {
	font-size: 1.6rem;
}
/* ボタン */
#resource .entry .honbun {
	text-align: center;
}
/* 画像 */
#resource .image-book img {
	margin-top: 50px;
	margin-bottom: 100px;
	width: 100%;
}
/* リソース：おすすめ動画
---------------------------------------------*/
/* 背景 */
#resource .inner-wide {
	padding-top: 100px;
	padding-bottom: 100px;
	margin-bottom: 100px;
	background: url("../learning/img/movie_bg.jpg") no-repeat center;
	background-size: cover;
}
/* レイアウト */
#resource .inner.movie {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#resource .inner.movie .box {
	margin-top: 50px;
	width: 46.875%;
}
#resource .inner.movie .box iframe {
	width: 100%;
}

@media (max-width: 640px) {
#resource .inner.movie .box {
	width: 100%;
}
}
/* リソース：教育機関 / 団体
---------------------------------------------*/
/* レイアウト */
#resource .inner.edu {
	margin-top: 50px;
	position: relative;
}
#resource .inner.edu .box {
	width: 35%;
}
#resource .inner.edu .image {
	position: absolute;
	top: 0;
	left: 41.25%;
}

@media (max-width: 767px) {
#resource .inner.edu .box {
	width: 100%;
}
#resource .inner.edu .image {
	position: static;
	top: auto;
	left: auto;
	margin: 20px auto 0;
	width: 100%;
}
#resource .inner.edu .image img {
	width: 100%;
}
#resource .inner.edu {
}
}
/* 見出し */
#resource .inner.edu .midashi-sub {
	font-weight: bold;
}
/* 本文 */
#resource .inner.edu .edu-list dt {
	padding-top: 1em;
	font-size: 1.8rem;
}
