@charset "utf-8";
/* --------------------------------------------
 * About usページ
 * ----------------------------------------- */
 
/* 理念のことば
---------------------------------------------*/
/* コンテンツタイトル */
section#philosophy .content-title {
	font-size: 3.0rem;
}
/* レイアウト */
#philosophy {
	position: relative;
}
#philosophy .box {
	width: 57.5%;
}
#philosophy .image {
	position: absolute;
	top: 0;
	left: 57.5%;
	z-index: 10;
}

@media (max-width: 767px) {
#philosophy .box {
	width: 100%;
}
#philosophy .image {
	position: static;
	top: auto;
	left: auto;
	margin: 0 auto 50px;
	width: 80%;
}
#philosophy .image img {
	width: 100%;
}
}
/* 上段 */
body.about #philosophy .midashi {
	padding-bottom: 50px;
	font-family: 'Shippori Mincho B1', serif;
	font-size: 5.4rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	color: #0d0d0d;
}

@media (max-width: 395px) {
body.about #philosophy .midashi {
	font-size: 4.2rem;
	letter-spacing: 0;
	text-align: center;
}
}
/* 下段 */
#philosophy .inner-wide {
	padding: 50px 0 280px;
	background: #f4f2f1;
}

@media (max-width: 767px) {
#philosophy .inner-wide {
	padding: 50px 0 150px;
}
}
#philosophy .inner-wide .honbun {
	font-family: 'Shippori Mincho B1', serif;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 2;
}

@media (max-width: 399px) {
#philosophy .inner-wide .honbun {
	font-size: 2.2rem;
}
}
/* 設立への想い
---------------------------------------------*/
/* 一段目 */
#omoi .inner:first-of-type .box {
	margin: 0 auto;
	width: 80%;
}
/* 二段目：レイアウト */
#omoi .inner:nth-of-type(2) {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#omoi .inner:nth-of-type(2) .box {
	margin-top: 50px;
	width: 30%;
}

@media (max-width: 960px) {
#omoi .inner:nth-of-type(2) .box {
	width: 32%;
}
}

@media (max-width: 767px) {
#omoi .inner:nth-of-type(2) .box {
	width: 100%;
}
}
#omoi .inner:nth-of-type(2) .box .image img {
	width: 100%;
}
/* 二段目：見出し */
#omoi .midashi {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 1.8rem;
	position: relative;
}
#omoi .midashi span {
	font-size: 3.0rem;
}
#omoi .midashi i {
	position: absolute;
	top: 40%;
	right: 10px;
	font-size: 3.0rem;
}

@media (max-width: 960px) and (min-width: 768px) {
#omoi .midashi {
	font-size: 1.6rem;
}
#omoi .midashi span {
	font-size: 2.4rem;
}
#omoi .midashi i {
	top: 30%;
	right: 0;
}
}
/* 二段目：リンク */
#omoi .inner:nth-of-type(2) a {
	text-decoration: none;
}
#omoi .inner:nth-of-type(2) a:hover .image, #omoi .inner:nth-of-type(2) a:hover .midashi {
	opacity: 0.8;
}
/* メンバー
---------------------------------------------*/
/* コンテンツタイトル */
section#member .content-title {
	padding-top: 150px;
}
/* 背景 */
#member {
	background-color: rgba(120, 169, 170, 0.3);
}
#member .inner-wide:nth-of-type(even) {
	background: #fff;
}
#member .inner-wide {
	padding-top: 100px;
	padding-bottom: 100px;
}
#member .inner-wide:first-of-type {
	padding-top: 0;
}
/* レイアウト */
#member .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#member .inner .box {
	flex: 1;
}
#member .inner .image {
	margin-right: 5%;
	width: 192px;
}

@media (max-width: 640px) {
#member .inner .box {
	flex: auto;
}
#member .inner .image {
	margin: 0 auto 20px;
}
}
/* ボタン */
#member .inner.learn-more .box .button {
	margin: 10px 0 0 auto;
	color: #669593;
	border: 3px solid #669593;
}
/* Learn more部分 */
#member .detail .box {
	margin-top: 1.875em;
}
/* メンバー氏名 */
.member-name {
	font-size: 1.8rem;
	font-weight: bold;
}
.member-name strong {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 3.0rem;
	font-weight: 400;
}
.member-name span {
	letter-spacing: 0.1em;
}
/* Linkedinロゴ */
.linkedin-logo {
	margin: 1em auto 0;
	text-align: center;
}
/* リスト */
#member .honbun +.list {
	margin-top: 1.875em;
}
#member .list +.honbun {
	margin-top: 1.875em;
}
/* 共鳴し合う仲間たち
---------------------------------------------*/
/* 見出し */
#nakama .midashi {
	margin: 100px auto 50px;
	text-align: center;
}
/* レイアウト */
#nakama .inner {
	display: flex;
	flex-wrap: wrap;
}
#nakama .box {
	margin-top: 50px;
	margin-right: 6.666666666666667%;
	width: 192px;
}
#nakama .box:nth-of-type(4n) {
	margin-right: 0;
}

@media (max-width: 960px) {
#nakama .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
#nakama .box, #nakama .box:nth-of-type(4n) {
	margin: 50px auto 0;
}
}
/* メンバー氏名 */
#nakama .nakama-name {
	margin-top: 20px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
#nakama .honbun {
	font-size: 1.4rem;
	text-align: center;
}
/* グローバルネットワーク
---------------------------------------------*/
/* コンテンツタイトル */
#network .content-title {
	padding-top: 150px;
}
/* 背景 */
#network .inner-wide:first-of-type {
	padding-bottom: 100px;
	color: #fff;
	background: url("../about/img/network_bg.jpg") no-repeat center;
	background-size: cover;
}
/* レイアウト */
#network .box {
	width: 60%;
}

@media (max-width: 640px) {
#network .box {
	width: 100%;
}
}
/* テキスト */
#network .midashi {
	color: #fff;
}
#network .link {
	margin-top: 3.75em;
}
#network a {
	color: #fff;
}
/* 画像 */
#network .image {
	margin: 0 auto;
	text-align: center;
}

@media (max-width: 1640px) {
#network .image img {
	width: 100%;
}
}
/* 団体概要
---------------------------------------------*/
/* レイアウト */
#overview .box {
	margin: 0 auto;
	width: 80%;
}

@media (max-width: 640px) {
#overview .box {
	width: 100%;
}
}
#overview dl {
	position: relative;
}
#overview dt {
	position: absolute;
	left: 0;
	width: 7em;
	font-weight: bold;
}
#overview dd {
	margin-left: 7em;
}
body.english #overview dt {
	width: 14em;
}
body.english #overview dd {
	margin-left: 14em;
}
#overview dt, #overview dd {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px dotted #ccc;
}
#overview dt:first-of-type, #overview dd:first-of-type {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

@media (max-width: 425px) {
#overview dt {
	position: static;
	left: auto;
	width: 100%;
}
#overview dd {
	margin-left: 0;
}
#overview dd {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
	margin-left: 1em;
}
body.english #overview dt {
	width: 100%;
}
body.english #overview dd {
	margin-left: 1em;
}
}
/* 画像 */
#overview .image {
	margin: 50px auto 0;
	text-align: center;
}

@media (max-width: 405px) {
#overview .image img {
	width: 100%;
}
}
/* --------------------------------------------
 * Storyページ
 * ----------------------------------------- */


/* Story 共通
---------------------------------------------*/
/* コンテンツタイトル */
.story-title {
	padding-top: 150px;
	padding-bottom: 150px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1.2;
	color: #669593;
}
.story-title strong {
	font-size: 6.0rem;
	display: block;
}
#story03 .story-title {
	color: #fff;
}
/* 見出し */
body.story .midashi {
	font-family: 'Shippori Mincho B1', serif;
	font-size: 4.4rem;
	line-height: 1.2;
}

@media (max-width: 635px) {
body.story .story02-3 .midashi .mob {
	display: block;
}
}

@media (max-width: 440px) {
body.story .story02-3 .midashi br {
	display: none;
}
}

@media (max-width: 425px) {
body.story .story02-2 .midashi, 
body.story .story03-1 .midashi {
	letter-spacing: -0.05em;
}
}

@media (max-width: 375px) {
body.story .story01-1 .midashi, 
body.story .story01-3 .midashi, 
body.story .story02-1 .midashi, 
body.story .story02-4 .midashi {
	letter-spacing: -0.05em;
}
body.story .story02-1 .midashi br, 
body.story .story03-1 .midashi br {
	display: none;
}
}
/* Story01-1
---------------------------------------------*/
/* 一段目 */
.story01-1, .story02-2 .inner, .story02-4 {
	position: relative;
}
.story01-1 .box, .story02-2 .inner .box, .story02-4 .box {
	margin-left: 40%;
	width: 60%;
}
.story01-1 .image, .story02-2 .inner .image, .story02-4 .image {
	position: absolute;
	top: 0;
	right: 70%;
}

@media (max-width: 960px) {
.story01-1 .box, .story02-2 .inner .box, .story02-4 .box {
	margin-left: 0;
	width: 100%;
}
.story01-1 .image, .story02-2 .inner .image, .story02-4 .image {
	position: static;
	top: auto;
	right: auto;
	margin: 50px auto 0;
	text-align: center;
}
}

@media (max-width: 545px) {
.story01-1 .image img, .story02-2 .inner .image img, .story02-4 .image img {
	width: 100%;
}
}
/* 二段目 */
.story01-1-2, .story02-4-2 {
	margin-top: 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.story01-1-2 .box, .story02-4-2 .box {
	width: 60%;
}

@media (max-width: 960px) {
.story01-1-2, .story02-4-2 {
	margin-top: 50px;
	flex-direction: column-reverse;
}
.story01-1-2 .box, .story02-4-2 .box {
	width: 100%;
}
.story01-1-2 .midashi-sub, .story02-4-2 .midashi-sub {
	margin: 50px auto 0;
	text-align: center;
}
}
/* Story01-2
---------------------------------------------*/
/* 背景 */
.story01-2 {
	margin-top: 150px;
	padding: 150px 0;
	background: url("../about/img/story01-2.jpg") no-repeat center bottom;
	background-size: cover;
}
.story01-2 .inner-wide {
	background: url("../about/img/bg_right.png") repeat-y center top;
	background-size: cover;
}
/* レイアウト */
.story01-2 .box {
	margin-left: 40%;
	padding: 100px 0;
	width: 60%;
}

@media (max-width: 768px) {
.story01-2 .inner-wide {
	background: url("../about/img/bg_right.png") repeat-y right top;
	background-size: cover;
}
.story01-2 .box {
	margin-left: 0;
	width: 100%;
}
}
/* Story01-3
---------------------------------------------*/
/* 背景 */
.story01-3 {
	padding: 150px 0;
	background: url("../about/img/story01-3.jpg") no-repeat center top;
	background-size: cover;
}
/* レイアウト */
.story01-3 .box {
	margin-top: 1.875em;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.story01-3 .box2 {
	width: 60%;
}

@media (max-width: 960px) {
.story01-3 .box {
	flex-direction: column-reverse;
}
.story01-3 .box2 {
	width: 100%;
}
.story01-3 .midashi-sub {
	margin: 50px auto 0;
	text-align: center;
}
}
/* Story02-1
---------------------------------------------*/
.story02-1 {
	padding-bottom: 150px;
	position: relative;
}
.story02-1 .box {
	margin-top: 1.875em;
	width: 60%;
}
.story02-1 .image {
	position: absolute;
	left: 55%;
	bottom: 80px;
	z-index: -100;
}

@media (max-width: 767px) {
.story02-1 .box {
	width: 100%;
}
.story02-1 .image {
	position: static;
	left: auto;
	bottom: auto;
	z-index: auto;
	margin: 50px auto 0;
	text-align: center;
}
}

@media (max-width: 705px) {
.story02-1 .image img {
	width: 100%;
}
}
/* Story02-2
---------------------------------------------*/
.story02-2 {
	padding: 150px 0;
	background: url("../about/img/story02-2bg.jpg") no-repeat center top;
	background-size: cover;
}
.story02-2 .inner {/* .story01-1に集約 */
}
/* Story02-3
---------------------------------------------*/
.story02-3 {
	margin-top: 150px;
	position: relative;
	min-height: 656px;
}
.story02-3 .box {
	width: 60%;
}
.story02-3 .image {
	position: absolute;
	top: 0;
	left: 70%;
}

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

@media (max-width: 545px) {
.story02-3 .image img {
	width: 100%;
}
}
/* Story02-4
---------------------------------------------*/
.story02-4 {
	margin-top: 150px;/* .story01-1に集約 */
}
.story02-4-2 {/* .story01-1-2に集約 */
}
#story02 .bg {
	background: url("../about/img/story02-5.png") no-repeat left 25% bottom 30px;
}

@media (max-width: 960px) {
#story02 .bg {
	background: none;
}
}
/* Story03-1
---------------------------------------------*/
.story03-0 {
	margin-top: 150px;
	padding-bottom: 150px;
	background: url("../about/img/story03-1.jpg") no-repeat center;
	background-size: cover;
}
.story03-1 .inner-wide {
	background: url("../about/img/bg_right80.png") repeat-y center top;
	background-size: cover;
}
/* レイアウト */
.story03-1 .box {
	margin-left: 40%;
	padding: 100px 0;
	width: 60%;
}

@media (max-width: 768px) {
.story03-1 .inner-wide {
	background: url("../about/img/bg_right80.png") repeat-y right top;
	background-size: cover;
}
.story03-1 .box {
	margin-left: 0;
	width: 100%;
}
}
/* Story03-2
---------------------------------------------*/
.story03-2 {
	padding-top: 150px;
	padding-bottom: 150px;
	background: url("../about/img/story03-2.jpg") no-repeat center;
	background-size: cover;
}
.story03-2 .box {
	width: 60%;
}
.story03-2 .image {
	display: none;
}

@media (max-width: 767px) {
.story03-2 {
	padding-bottom: 0;
	background: none;
}
.story03-2 .box {
	width: 100%;
}
.story03-2 .image {
	display: block;
	margin: 50px auto 0;
	text-align: center;
}
.story03-2 .image img {
	width: 100%;
}
}
/* Story03-3
---------------------------------------------*/
.story03-3 {
	margin: 150px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.story03-3 .box {
	width: 60%;
}

@media (max-width: 960px) {
.story03-3 .box {
	width: 100%;
}
.story03-3 .midashi-sub {
	margin: 0 auto 50px;
	text-align: center;
}
}
