@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

* {
	padding: 0px;
	margin: 0px;
	-webkit-text-size-adjust: 100%;
	line-height: 1.6em;
}

body {
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
	color: #111;
}

.set {
	margin: 0px;
	padding: 0px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
}

img {
	border: 0
}

.alpha:hover {
	filter: alpha(opacity=0);
	opacity: 0.8;
}


/*clearfix*/
.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.cf {
	min-height: 1px;
}

* html .cf {
	height: 1px;
	/*¥*/
	/*/
  height: auto;
  overflow: hidden;
  /**/
}

ul {
	list-style-type: none;
}

.bg_black {
	background: #000439;
}

/* PC */
@media print,
screen and (min-width: 751px) {
	.pc_none {
		display: none;
	}

	/*
header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
	height: 120px;
	background: #FFF;
}
#header_inner {
	height: 70px;
}
header h1 {
	font-size: 12px;
	font-weight: 400;
	position: absolute;
	top: 45px;
	right: 10px;
}
header .logo {
	height: 45px;
	position: absolute;
	top: 15px;
	left: 15px;
}
header .logo img {
	height: 45px;
	display: block;
}
*/
	nav {
		/*background: #101118;*/
	}

	#global_nav {
		width: 100%;
		height: 50px;
	}

	#global_nav li {
		width: 20%;
		float: left;
		font-size: 14px;
		line-height: 30px;
		text-align: center;
		position: relative;
	}
	
	#global_nav > li {
		height: 50px;
	}

	#global_nav li span {
		font-family: 'Open Sans Condensed', sans-serif;
		letter-spacing: 0.03em;
		width: 100%;
		height: 100%;
		display: block;
	}

	#global_nav li a {
		color: #FFF;
		text-decoration: none;
		padding: 9px;
		box-sizing: border-box;
		-ms-box-sizing: border-box;
		display: block;
		background: #3239cb;
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#global_nav li a:hover {
		/*background: #ff346e;*/
		background: #ff346e;
	}

	.sub_nav {
		position: absolute;
		top: 0;
		right: 10px;
	}

	.sub_nav ul {}

	.sub_nav ul li {
		margin: 0 0 0 5px;
	}

	.sub_nav ul li a {
		/*background: #101118;*/
		padding: 5px 10px;
		display: block;
		text-decoration: none;
		color: #FFF;
		font-size: 15px;
		font-family: 'Open Sans Condensed', sans-serif;
		letter-spacing: 0.03em;
	}

	.sub_nav ul li a:hover {
		background: #ff346e;
	}

	#mv {
		width: 100%;
		z-index: 99;
		position: relative;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		max-height: 600px;
		height: 600px;
		margin-top: 120px;
	}

	#mv p {
		position: absolute;
		top: 68%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		/* Safari用 */
		transform: translate(-50%, -50%);
		font-family: 'Open Sans Condensed', sans-serif;
		font-size: 22px;
	}

	#mv img {
		position: absolute;
		top: 45%;
		left: 30px;
		-webkit-transform: translateY(-50%);
		/* Safari用 */
		transform: translateY(-50%);
		max-width: 400px;
		width: 45%;
		height: auto;
	}

	.btn-circle-flat {
		display: inline-block;
		text-decoration: none;
		background: #ff346e;
		color: #FFF;
		width: 100px;
		height: 100px;
		line-height: 100px;
		border-radius: 50%;
		text-align: center;
		overflow: hidden;
		transition: .4s;
	}

	.btn-circle-flat:hover {
		background: #000;
	}

	.contents-wrapper {
		max-width: 1000px;
		margin: 0 auto;
		padding: 80px 20px;
	}

	.main_ttl {
		text-align: center;
		margin: 0 0 10px 0;
	}

	.main_ttl span {
		position: relative;
		display: inline-block;
		margin-bottom: 1em;
		font-size: 20px;
		font-weight: 700;
	}

	.main_ttl span.white {
		color: #FFF;
	}

	.main_ttl span.alphabet {
		font-family: 'Open Sans Condensed', sans-serif;
		letter-spacing: 0.05em;
		font-size: 24px;
	}

	.main_ttl span:before {
		content: '';
		position: absolute;
		bottom: -10px;
		display: inline-block;
		width: 60px;
		height: 3px;
		left: 50%;
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		background: #ff346e;
		border-radius: 2px;
	}

	.main_ttl span a {
		text-decoration: none;
	}

	.marker {
		background: linear-gradient(transparent 70%, #ffe117 30%);
		padding: 0 3px;
	}

	.marker_pink {
		background: linear-gradient(transparent 70%, rgba(238, 203, 72, 0.6) 30%);
		padding: 0 3px;
	}

	s#index .preface {}

	#index .preface .txt {
		font-size: 15px;
		font-weight: 400;
	}

	#index .preface ul {
		margin: 20px 0 30px 0;
	}

	#index .preface ul li {
		width: 32%;
		float: left;
		margin: 0 2% 0 0;
	}

	#index .preface ul li:nth-child(3n) {
		margin-right: 0;
	}

	#index .preface ul li img {
		width: 100%;
		display: block;
	}

	#index .preface ul li a {
		text-decoration: none;
	}

	#index .preface ul li a .caption {
		font-size: 15px;
		font-weight: 400;
	}

	#index .preface ul li a .caption span {
		font-size: 15px;
		font-weight: 400;
		font-family: 'Open Sans Condensed', sans-serif;
		letter-spacing: 0.03em;
		color: #ff346e;
		margin: 0 0 0 10px;
	}

	#index .activities {}

	#index .activities ul {}

	#index .activities ul li {
		width: 32%;
		margin: 0 2% 30px 0;
		float: left;
		text-align: center;
	}

	#index .activities ul li:nth-child(3n) {
		margin-right: 0;
	}

	#index .activities ul li img {
		width: 60%;
		margin: 0 auto 5px auto;
		display: block;
	}

	.rotation {
		transition: .5s;
		transform: rotateZ(0deg);
	}

	#index .activities ul li:hover .rotation {
		transform: rotateZ(360deg);
	}

	#index .activities ul li a {
		font-size: 16px;
		font-weight: 400;
		color: #FFF;
		text-decoration: none;
	}

	#index .update {
		width: 48%;
		height: auto;
		float: left;
	}

	#index .update ul {
		height: 400px;
		overflow: auto;
	}

	#index .update ul li {
		margin: 0 0 15px 0;
	}

	#index .update ul li .date {
		font-size: 12px;
		font-weight: 400;
		line-height: 22px;
		float: left;
	}

	#index .update ul li p.news {
		font-size: 12px;
		font-weight: 400;
		float: left;
		background: #31ab8e;
		color: #FFF;
		padding: 0 5px;
		margin: 0 0 0 10px;
		font-family: 'Open Sans Condensed', sans-serif;
	}

	#index .update ul li p.event {
		font-size: 12px;
		font-weight: 400;
		float: left;
		background: #3239cb;
		color: #FFF;
		padding: 0 5px;
		margin: 0 0 0 10px;
		font-family: 'Open Sans Condensed', sans-serif;
	}

	#index .update ul li p.article {
		font-size: 12px;
		font-weight: 400;
		float: left;
		background: #f3836f;
		color: #FFF;
		padding: 0 5px;
		margin: 0 0 0 10px;
		font-family: 'Open Sans Condensed', sans-serif;
	}

	#index .update ul li p.interview {
		font-size: 12px;
		font-weight: 400;
		float: left;
		background: #ff346e;
		color: #FFF;
		padding: 0 5px;
		margin: 0 0 0 10px;
		font-family: 'Open Sans Condensed', sans-serif;
	}

	#index .update ul li .post_ttl {
		font-size: 14px;
		font-weight: 400;
		clear: both;
	}

	#index .update ul li .post_ttl a {}

	#index .update ul li .post_ttl a:hover {
		text-decoration: none;
	}

	#index .fb {
		width: 48%;
		height: auto;
		float: right;
	}

	.more {
		width: 160px;
		margin: 0 auto;
	}

	.more a {
		background: #ff346e;
		font-size: 18px;
		font-family: 'Open Sans Condensed', sans-serif;
		letter-spacing: 0.03em;
		text-align: center;
		color: #FFF;
		text-decoration: none;
		padding: 10px;
		display: block;
	}

	.support {
		background: #AAA;
	}

	.support ul {
		width: 90%;
		margin: 0 auto;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: stretch;
		align-items: stretch;
	}

	.support ul li {
		width: 160px;
		height: auto;
		display: block;
		margin: 20px 10px;
	}

	.support ul li img {
		width: 100%;
	}

	/*
footer {
	background: #101118;
}
footer #footer_inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px 20px;
}
footer #footer_inner .footer {
	width: 25%;
	float: left;
}
footer #footer_inner .footer li {
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 5px 0;
	color: #FFF;
}
footer #footer_inner .footer li img {
	width: 90%;
	display: block;
	margin: 10px 0 0 0;
}
footer #footer_inner .footer li a {
	color: #FFF;
	text-decoration: none;
}
footer #footer_inner .footer li ul {
	margin: 5px 0 0 0;
}
footer #footer_inner .footer li ul li {
	font-size: 13px;
	font-weight: 400;
	color: #AAA;
	margin: 0 0 5px 0;
}
footer #footer_inner .footer li ul li a {
	color: #AAA;
	text-decoration: none;
	margin: 0 0 0 5px;
}
*/
	.footer_bnr {
		width: 230px;
		position: absolute;
		bottom: 60px;
		right: 50px;
	}

	.footer_bnr img {
		width: 100%;
	}

	.copy {
		background: #FFF;
		font-size: 12px;
		font-weight: 400;
		text-align: center;
		padding: 5px;
	}

	#sv {
		margin-top: 120px;
		position: relative;
	}

	#sv img {
		width: 100%;
		display: block;
	}

	#sv h2 {
		font-size: 30px;
		font-weight: 300;
		font-family: 'Open Sans Condensed', sans-serif;
		letter-spacing: 0.05em;
		color: #FFF;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		/* Safari用 */
		transform: translate(-50%, -50%);
		text-align: center;
	}

	#sv h2 span {
		font-size: 15px;
		font-weight: 400;
		font-family: 'Noto Sans JP', sans-serif;
		color: #FFF;
		display: block;
		text-align: center;
	}

	#about {}

	#about .about_list {}

	#about .about_list ul {}

	#about .about_list ul li {
		width: 32%;
		float: left;
		margin: 0 2% 30px 0;
	}

	#about .about_list ul li a {
		text-decoration: none;
	}

	#about .about_list ul li:nth-child(3n) {
		margin-right: 0;
	}

	#about .about_list ul li img {
		width: 100%;
		display: block;
	}

	#about .about_list ul li .caption {
		font-size: 16px;
		font-weight: 700;
		border-left: solid 3px #ff346e;
		border-bottom: solid 1px #ff346e;
		margin: -20px 0 5px 10px;
		padding: 25px 0 5px 10px;
		position: relative;
		z-index: 2;
	}

	#about .about_list ul li .caption span {
		font-size: 14px;
		font-weight: 300;
		font-family: 'Open Sans Condensed', sans-serif;
		letter-spacing: 0.05em;
		color: #ff346e;
		display: block;
	}

	#about .about_list ul li .txt {
		font-size: 14px;
		font-weight: 400;
		margin: 0 0 0 10px;
		padding: 0 0 5px 10px;
	}

	#about .whats01 {
		text-align: center;
		margin: 0 0 30px 0;
	}

	#about .whats01 img {
		width: 60%;
		display: block;
		margin: 0 auto 50px auto;
	}

	#about .whats01 .caption {
		font-size: 18px;
		font-weight: 700;
		margin: 0 0 20px 0;
	}

	#about .whats01 .caption span {
		font-weight: 700;
		background: #ff346e;
		color: #FFF;
		padding: 5px 10px;
	}

	#about .whats01 .txt {
		font-size: 15px;
		font-weight: 400;
	}

	#about .whats01 .txt span {
		font-size: 18px;
		font-weight: 700;
	}

	#about .whats02 {
		text-align: center;
	}

	#about .whats02 .caption {
		background: #101118;
		padding: 10px;
		font-size: 15px;
		font-weight: 400;
		color: #FFF;
	}

	#about .whats02 ul {
		border-left: solid 1px #CCC;
	}

	#about .whats02 ul li {
		width: 33.3333%;
		float: left;
		box-sizing: border-box;
		-ms-box-sizing: border-box;
		border-right: solid 1px #CCC;
		border-bottom: solid 1px #CCC;
	}

	#about .whats02 ul li dl {}

	#about .whats02 ul li dl dt {
		font-size: 15px;
		font-weight: 400;
		padding: 10px;
		border-bottom: solid 1px #CCC;
		background: #EFEFEF;
	}

	#about .whats02 ul li dl dd {
		font-size: 15px;
		font-weight: 400;
		padding: 10px;
	}

	#about .whats02 ul li dl dd span {
		font-size: 12px;
	}

	#about .whats_ttl {
		font-size: 36px;
		font-weight: 700;
		text-align: center;
	}

	#about .whats03 {
		border: solid 1px #CCC;
		padding: 20px 10px;
		text-align: center;
		margin: 30px 0 0 0;
	}

	#about .whats03 .caption {
		font-size: 28px;
		font-weight: 700;
		border-bottom: solid 1px #CCC;
		margin: 0 0 20px 0;
	}

	#about .whats03 .txt {
		font-size: 20px;
		font-weight: 400;
	}

	#about .whats03 .txt_en {
		font-size: 18px;
		font-weight: 300;
		font-family: 'Open Sans Condensed', sans-serif;
		letter-spacing: 0.03em;
	}

	#about .whats03 ul {
		margin: -10px 0 0 0;
	}

	#about .whats03 ul li {
		/*width: 45%;
	float: left;
	margin: 2.5%;*/
		margin: 20px 0 0 0;
		text-align: center;
	}

	#about .whats03 ul li img {
		width: 200px;
		margin: 10px auto;
	}

	#about .whats03 ul li .caption {
		font-size: 16px;
		font-weight: 700;
		background: #101118;
		color: #FFF;
		padding: 5px;
	}

	#about .whats03 ul li .caption span {
		font-size: 22px;
		font-weight: 700;
		padding: 0 10px 0 0;
		color: #FFF;
	}

	#about .whats03 ul li .caption02 {
		font-size: 16px;
		font-weight: 700;
		margin: 10px 0 0 0;
	}

	#about .whats03 ul li .caption02 span {
		font-size: 22px;
		font-weight: 400;
		padding: 0 10px 0 0;
	}

	#about .whats03 ul li .txt {
		font-size: 15px;
		font-weight: 400;
		text-align: left;
	}

	#about .whats04 {}

	#about .whats04 ul {
		margin: 30px 0;
	}

	#about .whats04 ul li {
		width: 32%;
		float: left;
		text-align: center;
	}

	#about .whats04 ul li:nth-child(3n) {
		margin-right: 0;
	}

	#about .whats04 ul li img {
		width: 60%;
	}

	#about .whats04 ul li .caption {
		font-size: 18px;
		font-weight: 700;
		color: #ff346e;
		line-height: 30px;
	}

	#about .whats04 ul li .txt {
		font-size: 15px;
		font-weight: 400;
	}

	#about .whats05 {}

	#about .whats05 dl {
		width: 500px;
		margin: 0 auto;
		background: #EFEFEF;
		border-right: solid 1px #CCC;
		border-bottom: solid 1px #CCC;
	}

	#about .whats05 dt {
		width: 20%;
		float: left;
		font-size: 15px;
		font-weight: 400;
		box-sizing: border-box;
		-ms-box-sizing: border-box;
		padding: 5px 10px;
		border-left: solid 1px #CCC;
		border-top: solid 1px #CCC;
		text-align: center;
	}

	#about .whats05 dd {
		width: 80%;
		float: left;
		font-size: 15px;
		font-weight: 400;
		box-sizing: border-box;
		-ms-box-sizing: border-box;
		padding: 5px 10px;
		background: #FFF;
		border-left: solid 1px #CCC;
		border-top: solid 1px #CCC;
	}

	#about .whats06 {}

	#about .whats06 .caption {
		font-size: 16px;
		font-weight: 400;
		text-align: center;
		margin: 20px 0 30px 0;
	}

	#about .whats06 ul {}

	#about .whats06 ul li {
		font-size: 16px;
		font-weight: 400;
		padding: 10px 10px 10px 25px;
		margin: 0 0 20px 0;
		background: #F8F8F8;
		position: relative;
	}

	#about .whats06 ul li::after {
		position: absolute;
		top: .5em;
		left: .5em;
		content: '';
		width: 6px;
		height: -webkit-calc(100% - 1em);
		height: calc(100% - 1em);
		background-color: #3239cb;
	}

	#about .whats06 ul li .txt {
		font-size: 16px;
		font-weight: 400;
	}

	#about .whats06 ul li span {
		font-weight: 700;
		color: #ff346e;
	}

	#about .whats06 ul li .emphasis {
		font-size: 24px;
		margin: 0 -0.3em 0 -0.6em;
	}

	#about .message {
		text-align: center;
	}

	#about .message img {
		width: 220px;
		display: block;
		margin: 0 auto 10px auto;
	}

	#about .message .name {
		font-size: 16px;
		font-weight: 700;
		margin: 0 0 10px 0;
	}

	#about .message .name span {
		font-size: 14px;
		font-weight: 400;
	}

	#about .message .caption {
		font-size: 18px;
		font-weight: 700;
		color: #ff346e;
		margin: 0 0 10px 0;
	}

	#about .message .txt {
		font-size: 15px;
		font-weight: 400;
		text-align: left;
		margin: 0 0 30px 0;
	}

	#about .message2021 {}

	#about .message2021 .kv {
		position: relative;
	}

	#about .message2021 .kv img {
		width: 110%;
		margin: 0 -5%;
	}

	#about .message2021 .kv .name {
		font-size: 22px;
		font-weight: 700;
		position: absolute;
		top: 45%;
		-webkit-transform: translateY(-50%);
		/* Safari用 */
		transform: translateY(-50%);
		left: 2%;
		border-left: solid 3px #ff346e;
		padding: 10px 0 10px 10px;
		line-height: 1em;
	}

	#about .message2021 .kv .name span {
		font-size: 14px;
		font-weight: 400;
		display: block;
		margin: 10px 0 0 0;
	}

	#about .message2021 .board {
		background: #FFF;
		padding: 20px;
		border: solid 1px #CCC;
		margin: -150px 0 0;
		position: relative;
		z-index: 2;
	}

	#about .message2021 .caption {
		font-size: 24px;
		font-weight: 700;
		color: #ff346e;
		margin: 0 0 10px 0;
	}

	#about .message2021 .txt {
		font-size: 15px;
		font-weight: 400;
		text-align: left;
		margin: 0 0 30px 0;
	}

	#about .message2021 .txt a {
		font-size: 16px;
		font-weight: 700;
		color: #3239cb;
	}

	#about .message2021 .txt a:hover {
		text-decoration: none;
	}

	#about .message2021 .txt span {
		font-size: 18px;
		font-weight: 700;
	}

	#about .chairman ul {}

	#about .chairman ul li {
		margin: 0 0 30px 0;
		padding: 15px;
		border: solid 1px #CCC;
	}

	#about .chairman ul li img {
		width: 180px;
		float: right;
		margin: 0 0 10px 10px;
	}

	#about .chairman .name {
		font-size: 18px;
		font-weight: 700;
		margin: 0 0 10px 0;
	}

	#about .chairman .name .position {
		font-size: 14px;
		font-weight: 400;
		color: #ff346e;
		display: block;
	}

	#about .chairman .name .company {
		font-size: 14px;
		font-weight: 400;
		margin: 0 0 0 10px;
	}

	#about .chairman .name .company a {
		color: #111;
	}

	#about .chairman .name .company a:hover {
		text-decoration: none;
	}

	#about .chairman .txt {
		font-size: 15px;
		font-weight: 400;
		margin: 0 0 10px 0;
	}

	#about .committee ul {}

	#about .committee ul li {
		width: 32%;
		float: left;
		margin: 0 2% 30px 0;
		text-align: center;
	}

	#about .committee ul li:nth-child(3n) {
		margin-right: 0;
	}

	#about .committee ul li img {
		width: 60%;
	}

	#about .committee .position {
		font-size: 13px;
		font-weight: 400;
		color: #ff346e;
		margin: 5px 0 0 0;
	}

	#about .committee .name {
		font-size: 15px;
		font-weight: 700;
	}

	#about .committee .company {
		font-size: 13px;
		font-weight: 400;
	}

	#about .committee .company a {
		color: #111;
	}

	#about .committee .company a:hover {
		text-decoration: none;
		margin: 0 0 10px 0;
	}

	#about .member {
		/*
	max-width: 680px;
	margin: 0 auto;
	*/
	}

	#about .member table {
		border-right: solid 1px #CCC;
		border-bottom: solid 1px #CCC;
		border-left: double 5px #101118;
		margin: 0 0 10px 0;
	}

	#about .member tbody td {
		padding: 10px;
		box-sizing: border-box;
		-ms-box-sizing: border-box;
		border-left: solid 1px #CCC;
		border-top: solid 1px #CCC;
	}

	#about .member .item {
		background: #101118;
		font-size: 14px;
		font-weight: 500;
		text-align: center;
		color: #FFF;
	}

	#about .member .name {
		width: 30%;
		font-size: 15px;
		font-weight: 700;
	}

	#about .member .name span {
		font-size: 13px;
		font-weight: 300;
		font-family: 'Open Sans Condensed', sans-serif;
		letter-spacing: 0.03em;
		margin: 0 0 0 10px;
	}

	#about .member .name p {
		width: 80px;
		font-size: 15px;
		font-weight: 400;
		background: #111;
		float: right;
		font-family: 'Open Sans Condensed', sans-serif;
		text-align: center;
	}

	#about .member .name p a {
		color: #FFF;
		text-decoration: none;
		padding: 2px 5px;
		display: block;
	}

	#about .member .name p a:hover {
		background: #ff346e;
	}

	#about .member .company {
		font-size: 15px;
		font-weight: 400;
	}

	#about .member .job_ttl {
		font-size: 15px;
		font-weight: 400;
	}

	#about .member .date {
		font-size: 13px;
		font-weight: 400;
		text-align: right;
	}

	#activity {}

	#activity .activity {
		margin: 0 0 50px 0;
	}

	#activity .activity img {
		width: 70%;
		margin: 0 auto 20px auto;
		display: block;
	}

	#activity .activity .activity_ttl {
		margin: 0 0 10px 0;
		border-bottom: solid 1px #3239cb;
	}

	#activity .activity .activity_ttl span {
		background: #3239cb;
		padding: 5px 10px;
		font-size: 15px;
		font-weight: 700;
		color: #FFF;
		text-align: center;
		display: inline-block;
	}

	#activity .activity .txt {
		font-size: 15px;
		font-weight: 400;
		line-height: 1.8em;
		margin: 0 10px 20px 10px;
	}

	.activity_btn {
		width: 240px;
		margin: 30px auto 0 auto;
	}

	.activity_btn a {
		background: #ff346e;
		font-size: 15px;
		letter-spacing: 0.03em;
		text-align: center;
		color: #FFF;
		text-decoration: none;
		padding: 10px;
		display: block;
	}

	#activity .activity .myeo {
		list-style-type: disc;
		margin: -10px 0 30px 2.2em;
	}

	#activity .activity .myeo li {
		font-size: 15px;
		font-weight: 400;
		line-height: 1.8em;
	}

	#activity .activity .club {}

	#activity .activity .club li {
		width: 18.4%;
		float: left;
		margin: 0 2% 2% 0;
		padding: 10px;
		border: solid 1px #CCC;
		box-sizing: border-box;
		position: relative;
	}

	#activity .activity .club li span {
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 15px 15px 0;
		border-color: transparent #3239cb transparent transparent;
		position: absolute;
		right: 0;
		top: 0;
	}

	#activity .activity .club li:nth-child(5n) {
		margin-right: 0;
	}

	#activity .activity .mentorship_flow {
		text-align: center;
	}

	#activity .activity .mentorship_flow ul {
		margin: 0 0 20px 0;
	}

	#activity .activity .mentorship_flow ul li {
		width: 13.4285%;
		float: left;
		border: solid 1px #CCC;
		padding: 10px;
		box-sizing: border-box;
		-ms-box-sizing: border-box;
		font-size: 15px;
		font-weight: 400;
	}

	#activity .activity .mentorship_flow ul li:not(:last-child) {
		margin: 0 1% 0 0;
	}

	#activity .activity .mentorship_flow ul li span {
		color: #ff346e;
		display: block;
	}

	#activity .activity .mentorship_flow .arrow {
		position: relative;
		display: inline-block;
		padding: 0 16px;
		vertical-align: middle;
		text-decoration: none;
		font-size: 16px;
	}

	#activity .activity .mentorship_flow .arrow::before,
	#activity .activity .mentorship_flow .arrow::after {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
	}

	#activity .activity .mentorship_flow .arrow_bottom::before {
		/*left: 3px;*/
		width: 30px;
		height: 30px;
		border-top: 1px solid #ff346e;
		border-right: 1px solid #ff346e;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	#activity .activity .mentorship_flow .caption {
		font-size: 18px;
		font-weight: 700;
		color: #ff346e;
		border: solid 3px #ff346e;
		padding: 30px 10px;
		text-align: center;
		margin: 30px 0 0 0;
	}

	#activity .activity .merit {
		margin: 0 0 50px 0;
		position: relative;
	}

	#activity .activity .merit .mentee {
		width: 38%;
		float: left;
		background: #3239cb;
		padding: 20px;
		box-sizing: border-box;
		-ms-box-sizing: border-box;
		font-size: 15px;
		font-weight: 400;
		color: #FFF;
	}

	#activity .activity .merit .mentor {
		width: 38%;
		float: right;
		background: #ff346e;
		padding: 20px;
		box-sizing: border-box;
		-ms-box-sizing: border-box;
		font-size: 15px;
		font-weight: 400;
		color: #FFF;
	}

	#activity .activity .merit .mentee span,
	#activity .activity .merit .mentor span {
		font-size: 24px;
		font-weight: 700;
		color: #FFF;
		margin: 0 10px 0 0;
	}

	#activity .activity .merit .child {
		list-style-type: circle;
		margin: 0 0 0 1.6em;
	}

	#activity .activity .merit .child li {
		font-size: 15px;
		font-weight: 400;
		color: #FFF;
	}

	#activity .activity .merit .mentee_arrow span,
	#activity .activity .merit .mentor_arrow span {
		color: #FFF;
	}

	#activity .activity .merit .mentee_arrow {
		width: 25%;
		font-size: 14px;
		font-weight: 400;
		background: #3239cb;
		color: #FFF;
		position: absolute;
		left: 38%;
		top: 40px;
		box-sizing: border-box;
		-ms-box-sizing: border-box;
		padding: 10px 5px;
		text-align: center;
	}

	#activity .activity .merit .mentor_arrow {
		width: 25%;
		font-size: 14px;
		font-weight: 400;
		background: #ff346e;
		color: #FFF;
		position: absolute;
		right: 38%;
		bottom: 40px;
		box-sizing: border-box;
		-ms-box-sizing: border-box;
		padding: 10px 5px;
		text-align: center;
	}

	.quantumleap {}

	.quantumleap img {
		width: 100%;
		display: block;
		margin: 0 0 20px 0;
	}

	#join .join {
		width: 600px;
		margin: 0 auto;
	}

	#join .join .caption {
		font-size: 20px;
		font-weight: 700;
		text-align: center;
		margin: 0 0 20px 0;
	}

	#join .join ul {
		margin: 0 0 50px 0;
	}

	#join .join ul li {
		border: solid 1px #CCC;
		padding: 10px;
		margin: 0 0 10px 0;
	}

	#join .join ul li .num {
		display: inline-block;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		background: #ff346e;
		text-align: center;
		line-height: 50px;
		font-size: 24px;
		font-weight: 700;
		font-family: 'Open Sans Condensed', sans-serif;
		color: #FFF;
		float: left;
	}

	#join .join ul li .txt {
		font-size: 20px;
		font-weight: 400;
		width: 500px;
		float: right;
		line-height: 50px;
	}

	#join .join ul li .txt span {
		font-size: 15px;
		font-weight: 400;
		display: block;
		margin: -10px 0 0 0;
	}

	.uc {
		font-size: 18px;
		font-weight: 300;
		font-family: 'Open Sans Condensed', sans-serif;
		text-align: center;
		letter-spacing: 0.03em;
		margin: 50px 0 0 0;
	}

	#pagetop {
		width: 60px;
		height: 40px;
		position: fixed;
		bottom: 31px;
		right: 0;
		z-index: 6;
	}

	#pagetop img {
		width: 100%;
		display: block;
	}

	/* WP */
	.wp {
		width: 75%;
		float: left;
		margin: 0 0 50px 0;
	}

	.sidebar {
		width: 20%;
		float: right;
		margin: 10px 0 0 0;
	}

	.wp .post {
		margin: 0 0 30px 0;
	}

	.wp .post ul {}

	.wp .post ul li {
		width: 30.6666%;
		float: left;
		margin: 0 4% 4% 0;
		position: relative;
	}

	.wp .post ul li:nth-child(3n) {
		margin-right: 0;
	}

	.wp .post ul li img {
		width: 100%;
		height: 160px;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}

	.wp .post ul li .date {
		font-size: 12px;
		font-weight: 400;
		line-height: 16px;
		margin: 0;
		width: 100%;
	}

	.wp .post ul li p.category {
		font-size: 13px;
		font-weight: normal;
		color: #FFF;
		padding: 5px;
		position: absolute;
		top: 10px;
		left: -10px;
		font-family: 'Open Sans Condensed', sans-serif;
		margin: 0;
	}

	.wp .post ul li p.news {
		font-size: 13px;
		font-weight: normal;
		padding: 5px;
		position: absolute;
		top: 10px;
		left: -10px;
		font-family: 'Open Sans Condensed', sans-serif;
		background: #31ab8e;
		color: #FFF;
		margin: 0;
		width: auto;
	}

	.wp .post ul li p.event {
		font-size: 13px;
		font-weight: normal;
		padding: 5px;
		position: absolute;
		top: 10px;
		left: -10px;
		font-family: 'Open Sans Condensed', sans-serif;
		background: #3239cb;
		color: #FFF;
		margin: 0;
		width: auto;
	}

	.wp .post ul li p.article {
		font-size: 13px;
		font-weight: normal;
		padding: 5px;
		position: absolute;
		top: 10px;
		left: -10px;
		font-family: 'Open Sans Condensed', sans-serif;
		background: #f3836f;
		color: #FFF;
		margin: 0;
		width: auto;
	}

	.wp .post ul li p.interview {
		font-size: 13px;
		font-weight: normal;
		padding: 5px;
		position: absolute;
		top: 10px;
		left: -10px;
		font-family: 'Open Sans Condensed', sans-serif;
		background: #ff346e;
		color: #FFF;
		margin: 0;
		width: auto;
	}

	.wp .post ul li .post_ttl {
		font-size: 14px;
		font-weight: 700;
		margin: 0;
	}

	.wp .post ul li a {
		text-decoration: none;
	}

	.sidebar .widget-title {
		font-size: 13px;
		font-weight: normal;
		color: #FFF;
		background: #111;
		padding: 5px;
		font-family: 'Ubuntu', sans-serif;
		text-align: center;
	}

	.sidebar ul {
		margin: 5px 5px 30px 5px;
	}

	.sidebar ul li {
		margin: 0 0 5px 0;
	}

	.sidebar ul li a {
		font-size: 13px;
		font-weight: normal;
	}

	.sidebar ul li a:hover {
		text-decoration: none;
	}

	.wp .post .date {
		font-size: 13px;
		font-weight: 400;
		float: left;
		margin: 0 0 10px 0;
		width: 50%;
		line-height: 30px;
	}

	.wp .post .category {
		font-size: 12px;
		font-weight: normal;
		float: right;
		margin: 0;
		margin: 0 0 10px 0;
		width: 50%;
		text-align: right;
		box-sizing: border-box;
		-ms-box-sizing: border-box;
	}

	.wp .post .category span {
		background: #999;
		padding: 5px;
		color: #FFF;
		line-height: 30px;
	}

	.wp .post p {
		font-size: 14px;
		font-weight: 400;
		float: left;
		margin: 10px 0;
		width: 100%;
	}

	.wp .post img {
		width: 100%;
		height: auto;
	}

	.wp .post .schedule {
		max-width: 430px;
		margin: 0 auto;
		border-right: solid 1px #CCC;
		border-bottom: solid 1px #CCC;
		clear: both;
	}

	.wp .post .schedule tbody {}

	.wp .post .schedule tbody td {
		padding: 10px;
		text-align: center;
		border-top: solid 1px #CCC;
		border-left: solid 1px #CCC;
	}

	.wp .post .schedule tbody td.bg {
		background: #EFEFEF;
	}

	.wp .post .schedule tbody td .day {
		font-size: 12px;
		font-weight: 400;
		margin: 0 0 0 5px;
	}

	.wp .post .interview {}

	.wp .post .interview .inner {
		margin: 0 0 50px 0;
	}

	.wp .post .interview img {
		width: 100%;
		display: block;
		margin: 0 0 10px 0;
	}

	.wp .post .interview .info {
		box-sizing: border-box;
		-ms-box-sizing: border-box;
		border: solid 1px #DDD;
		padding: 10px;
		margin: 0 0 50px 0;
	}

	.wp .post .interview .info .name {
		font-size: 18px;
		font-weight: 700;
		margin: -5px 0 10px 0;
	}

	.wp .post .interview .info .name span {
		font-size: 14px;
	}

	.wp .post .interview .info .txt {
		font-size: 14px;
		font-weight: 400;
		margin: 0 0 10px 0;
	}

	.wp .post .interview .info .txt a {
		color: #111;
	}

	.wp .post .interview .info .txt a:hover {
		text-decoration: none;
	}

	.wp .post .interview ruby {}

	.wp .post .interview rt {
		font-weight: 400;
		transform: translateY(0.2em);
	}

	.wp .post .interview .interview_ttl {
		font-size: 22px;
		font-weight: 700;
		margin: 0 0 10px 0;
		border-left: solid 3px #ff346e;
		padding: 5px 0 5px 7px;
		clear: both;
	}

	.wp .post .interview .interview_ttl span {
		font-size: 14px;
		font-weight: 700;
		color: #ff346e;
		display: block;
		margin: 0 0 -35px 0;
	}

	.wp .post .interview .interview_txt {
		font-size: 14px;
		font-weight: 400;
		margin: 0 0 20px 10px;
	}

	/* pager */
	.pager {
		list-style-type: none;
		display: table;
		margin: 30px auto 0 auto;
	}

	.pager li {
		margin: 10px;
		float: left;
	}

	.pager li a {
		padding: 10px;
	}

	.pager li a:hover {
		text-decoration: none;
	}

}

@media print,
screen and (min-width: 1000px) {
	#global_nav li {
		font-size: 20px;
	}
}

/* SP */
@media only screen and (max-width: 750px) {
	.sp_none {
		display: none;
	}

	.fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}

	header {
		background: #101118;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 99999;
	}

	#header_inner {
		max-width: 500px;
		height: 60px;
		margin: 0 auto;
		padding: 0 10px;
		position: relative;
	}

	#header_inner h1 {
		display: none;
	}

	#header_inner .logo {
		height: 30px;
		position: absolute;
		top: 15px;
		left: 10px;
	}

	#header_inner .logo img {
		height: 30px;
		display: block;
	}

	.sb-toggle-right {
		height: 50px;
		position: absolute;
		right: 5px;
		top: 5px;
	}

	.sb-toggle-right img {
		width: 40px;
		padding: 5px;
	}

	.login {
		height: 50px;
		position: absolute;
		right: 55px;
		top: 5px;
	}

	.login img {
		width: 40px;
		padding: 5px;
	}

	.sp_nav {
		height: 900px;
	}

	.sp_nav li {
		font-size: 13px;
		font-weight: 400;
		padding: 5px 10px;
		border-bottom: solid 1px #CCC;
	}

	.sp_nav li a {
		color: #111;
		text-decoration: none;
		display: block;
	}

	.sp_nav li .child {
		margin: 0;
	}

	.sp_nav li .child li {
		padding: 0;
		margin: 0;
		border: none;
	}

	.sp_nav li .child li a {
		padding: 5px 5px 5px 0;
	}

	#mv {
		width: 100%;
		z-index: 99;
		position: relative;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		max-height: 400px;
		height: 400px;
		margin-top: 60px;
	}

	#mv p {
		position: absolute;
		top: 68%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		/* Safari用 */
		transform: translate(-50%, -50%);
		font-family: 'Open Sans Condensed', sans-serif;
		font-size: 18px;
	}

	#mv img {
		position: absolute;
		top: 45%;
		left: 15px;
		-webkit-transform: translateY(-50%);
		/* Safari用 */
		transform: translateY(-50%);
		max-width: 200px;
		width: 45%;
		height: auto;
	}

	.btn-circle-flat {
		display: inline-block;
		text-decoration: none;
		background: #ff346e;
		color: #FFF;
		width: 80px;
		height: 80px;
		line-height: 80px;
		border-radius: 50%;
		text-align: center;
		overflow: hidden;
		transition: .4s;
	}

	.btn-circle-flat:hover {
		background: #000;
	}

	.contents-wrapper {
		max-width: 500px;
		margin: 0 auto;
		padding: 50px 10px;
	}

	.main_ttl {
		text-align: center;
		margin: 0 0 10px 0;
	}

	.main_ttl span {
		position: relative;
		display: inline-block;
		margin-bottom: 1em;
		font-size: 15px;
		font-weight: 700;
	}

	.main_ttl span.white {
		color: #FFF;
	}

	.main_ttl span.white {
		font-family: 'Open Sans Condensed', sans-serif;
		letter-spacing: 0.05em;
		font-size: 20px;
	}

	.main_ttl span:before {
		content: '';
		position: absolute;
		bottom: -10px;
		display: inline-block;
		width: 60px;
		height: 3px;
		left: 50%;
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		background: #ff346e;
		border-radius: 2px;
	}

	.main_ttl span a {
		text-decoration: none;
	}

	.marker {
		background: linear-gradient(transparent 70%, #ffe117 30%);
		padding: 0 3px;
	}

	.marker_pink {
		background: linear-gradient(transparent 70%, rgba(255, 52, 110, 0.6) 30%);
		padding: 0 3px;
	}

	#index .preface {}

	#index .preface .txt {
		font-size: 13px;
		font-weight: 400;
	}

	#index .preface ul {
		margin: 20px 0 30px 0;
	}

	#index .preface ul li {
		width: 100%;
		margin: 0 0 15px 0;
	}

	#index .preface ul li img {
		width: 100%;
		display: block;
	}

	#index .preface ul li a {
		text-decoration: none;
	}

	#index .preface ul li a .caption {
		font-size: 14px;
		font-weight: 400;
	}

	#index .preface ul li a .caption span {
		font-size: 13px;
		font-weight: 400;
		font-family: 'Open Sans Condensed', sans-serif;
		letter-spacing: 0.03em;
		color: #ff346e;
		margin: 0 0 0 5px;
	}

	#index .activities {}

	#index .activities ul {}

	#index .activities ul li {
		width: 48.5%;
		margin: 0 0 20px 0;
		text-align: center;
	}

	#index .activities ul li:nth-child(odd) {
		float: left;
	}

	#index .activities ul li:nth-child(even) {
		float: right;
	}

	#index .activities ul li img {
		width: 60%;
		margin: 0 auto 5px auto;
		display: block;
	}

	.rotation {
		transition: .5s;
		transform: rotateZ(0deg);
	}

	#index .activities ul li:hover .rotation {
		transform: rotateZ(360deg);
	}

	#index .activities ul li a {
		font-size: 13px;
		font-weight: 400;
		color: #FFF;
		text-decoration: none;
	}

	#index .update {
		width: 100%;
		margin: 0 0 50px 0;
	}

	#index .update ul {
		height: 400px;
		overflow: auto;
	}

	#index .update ul li {
		margin: 0 0 10px 0;
	}

	#index .update ul li .date {
		font-size: 12px;
		font-weight: 400;
		line-height: 22px;
		float: left;
	}

	#index .update ul li p.news {
		font-size: 12px;
		font-weight: 400;
		float: left;
		background: #31ab8e;
		color: #FFF;
		padding: 0 5px;
		margin: 0 0 0 10px;
	}

	#index .update ul li p.event {
		font-size: 12px;
		font-weight: 400;
		float: left;
		background: #3239cb;
		color: #FFF;
		padding: 0 5px;
		margin: 0 0 0 10px;
	}

	#index .update ul li p.article {
		font-size: 12px;
		font-weight: 400;
		float: left;
		background: #f3836f;
		color: #FFF;
		padding: 0 5px;
		margin: 0 0 0 10px;
	}

	#index .update ul li p.interview {
		font-size: 12px;
		font-weight: 400;
		float: left;
		background: #ff346e;
		color: #FFF;
		padding: 0 5px;
		margin: 0 0 0 10px;
		font-family: 'Open Sans Condensed', sans-serif;
	}

	#index .update ul li .post_ttl {
		font-size: 13px;
		font-weight: 400;
		clear: both;
	}

	#index .update ul li .post_ttl a {}

	#index .update ul li .post_ttl a:hover {
		text-decoration: none;
	}

	#index .fb {
		width: 100%;
		height: 480px;
	}

	.more {
		width: 120px;
		margin: 0 auto;
	}

	.more a {
		background: #ff346e;
		font-size: 16px;
		font-family: 'Open Sans Condensed', sans-serif;
		letter-spacing: 0.03em;
		text-align: center;
		color: #FFF;
		text-decoration: none;
		padding: 10px;
		display: block;
	}

	.support {
		background: #AAA;
	}

	.support ul {
		width: 90%;
		margin: 0 auto;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: stretch;
		align-items: stretch;
	}

	.support ul li {
		width: 120px;
		height: auto;
		margin: 10px 5px;
	}

	.support ul li img {
		width: 100%;
	}

	/*
footer {
	background: #101118;
}
footer #footer_inner {
	max-width: 300px;
	margin: 0 auto;
	padding: 20px 10px;
}
footer #footer_inner .footer {
	width: 100%;
}
footer #footer_inner .footer li {
	width: 50%;
	float: left;
	font-size: 13px;
	font-weight: 400;
	margin: 0 0 5px 0;
	color: #FFF;
}
footer #footer_inner .footer li img {
	width: 100%;
	display: block;
	margin: 10px 0 0 0;
}
footer #footer_inner .footer li.full {
	clear: both;
	width: 100%;
}
footer #footer_inner .footer li a {
	color: #FFF;
	text-decoration: none;
}
footer #footer_inner .footer li ul {
	margin: 5px 0 0 0;
}
footer #footer_inner .footer li ul li {
	font-size: 12px;
	font-weight: 400;
	color: #AAA;
	margin: 0 0 5px 0;
}
footer #footer_inner .footer li ul li a {
	color: #AAA;
	text-decoration: none;
	margin: 0 0 0 5px;
}
*/
	.footer_bnr {
		width: 200px;
		position: absolute;
		bottom: 0;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		/* Safari用 */
		transform: translate(-50%, -50%);
	}

	.footer_bnr img {
		width: 100%;
	}

	.copy {
		background: #FFF;
		font-size: 11px;
		font-weight: 400;
		text-align: center;
		padding: 5px;
	}

	#sv {
		margin-top: 60px;
		position: relative;
	}

	#sv img {
		width: 100%;
		display: block;
	}

	#sv h2 {
		font-size: 24px;
		font-weight: 300;
		font-family: 'Open Sans Condensed', sans-serif;
		letter-spacing: 0.05em;
		color: #FFF;
		position: absolute;
		top: 40%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		/* Safari用 */
		transform: translate(-50%, -50%);
		text-align: center;
		width: 90%;
	}

	#sv h2 span {
		font-size: 13px;
		font-weight: 400;
		font-family: 'Noto Sans JP', sans-serif;
		color: #FFF;
		display: block;
		text-align: center;
	}

	#about {}

	#about .about_list {}

	#about .about_list ul {}

	#about .about_list ul li {
		width: 100%;
		margin: 0 0 20px 0;
	}

	#about .about_list ul li a {
		text-decoration: none;
	}

	#about .about_list ul li img {
		width: 100%;
		display: block;
	}

	#about .about_list ul li .caption {
		font-size: 14px;
		font-weight: 700;
		border-left: solid 3px #ff346e;
		border-bottom: solid 1px #ff346e;
		margin: -20px 0 5px 10px;
		padding: 25px 0 5px 10px;
		position: relative;
		z-index: 2;
	}

	#about .about_list ul li .caption span {
		font-size: 14px;
		font-weight: 300;
		font-family: 'Open Sans Condensed', sans-serif;
		letter-spacing: 0.05em;
		color: #ff346e;
		display: block;
	}

	#about .about_list ul li .txt {
		font-size: 13px;
		font-weight: 400;
		margin: 0 0 0 10px;
		padding: 0 0 5px 10px;
	}

	#about .whats01 {
		text-align: center;
		margin: 0 0 30px 0;
	}

	#about .whats01 img {
		width: 90%;
		display: block;
		margin: 0 auto 40px auto;
	}

	#about .whats01 .caption {
		font-size: 16px;
		font-weight: 700;
		margin: 0 0 20px 0;
	}

	#about .whats01 .caption span {
		font-weight: 700;
		background: #ff346e;
		color: #FFF;
		padding: 5px 10px;
	}

	#about .whats01 .txt {
		font-size: 13px;
		font-weight: 400;
	}

	#about .whats01 .txt span {
		font-size: 15px;
		font-weight: 700;
	}

	#about .whats02 {
		text-align: center;
	}

	#about .whats02 .caption {
		background: #101118;
		padding: 5px;
		font-size: 13px;
		font-weight: 400;
		color: #FFF;
	}

	#about .whats02 ul {
		border-left: solid 1px #CCC;
	}

	#about .whats02 ul li {
		width: 100%;
		box-sizing: border-box;
		-ms-box-sizing: border-box;
		border-right: solid 1px #CCC;
		border-bottom: solid 1px #CCC;
	}

	#about .whats02 ul li dl {}

	#about .whats02 ul li dl dt {
		font-size: 13px;
		font-weight: 400;
		padding: 10px;
		border-bottom: solid 1px #CCC;
		background: #EFEFEF;
	}

	#about .whats02 ul li dl dd {
		font-size: 13px;
		font-weight: 400;
		padding: 10px;
	}

	#about .whats_ttl {
		font-size: 18px;
		font-weight: 700;
		text-align: center;
	}

	#about .whats03 {
		border: solid 1px #CCC;
		padding: 10px 5px;
		text-align: center;
		margin: 20px 0 0 0;
	}

	#about .whats03 .caption {
		font-size: 20px;
		font-weight: 700;
		border-bottom: solid 1px #CCC;
		margin: 0 0 10px 0;
	}

	#about .whats03 .txt {
		font-size: 15px;
		font-weight: 400;
	}

	#about .whats03 .txt_en {
		font-size: 13px;
		font-weight: 300;
		font-family: 'Open Sans Condensed', sans-serif;
		letter-spacing: 0.03em;
	}

	#about .whats03 ul {
		margin: 10px 5px 0 5px;
	}

	#about .whats03 ul li {
		width: 100%;
		margin: 0 0 10px 0;
	}

	#about .whats03 ul li img {
		width: 200px;
		margin: 10px auto;
	}

	#about .whats03 ul li .caption {
		font-size: 14px;
		font-weight: 700;
		background: #101118;
		color: #FFF;
		padding: 5px;
	}

	#about .whats03 ul li .caption span {
		font-size: 16px;
		font-weight: 700;
		padding: 0 10px 0 0;
		color: #FFF;
	}

	#about .whats03 ul li .caption02 {
		font-size: 14px;
		font-weight: 700;
	}

	#about .whats03 ul li .caption02 span {
		font-size: 16px;
		font-weight: 400;
		padding: 0 10px 0 0;
	}

	#about .whats03 ul li .txt {
		font-size: 13px;
		font-weight: 400;
		text-align: left;
	}

	#about .whats04 {}

	#about .whats04 ul {
		margin: 20px 0;
	}

	#about .whats04 ul li {
		width: 100%;
		text-align: center;
		margin: 0 0 20px 0;
	}

	#about .whats04 ul li img {
		width: 120px;
	}

	#about .whats04 ul li .caption {
		font-size: 15px;
		font-weight: 700;
		color: #ff346e;
		line-height: 30px;
	}

	#about .whats04 ul li .txt {
		font-size: 13px;
		font-weight: 400;
	}

	#about .whats05 {}

	#about .whats05 dl {
		background: #EFEFEF;
		border-right: solid 1px #CCC;
		border-bottom: solid 1px #CCC;
	}

	#about .whats05 dt {
		width: 20%;
		float: left;
		font-size: 13px;
		font-weight: 400;
		box-sizing: border-box;
		-ms-box-sizing: border-box;
		padding: 5px 10px;
		border-left: solid 1px #CCC;
		border-top: solid 1px #CCC;
		text-align: center;
	}

	#about .whats05 dd {
		width: 80%;
		float: left;
		font-size: 13px;
		font-weight: 400;
		box-sizing: border-box;
		-ms-box-sizing: border-box;
		padding: 5px 10px;
		background: #FFF;
		border-left: solid 1px #CCC;
		border-top: solid 1px #CCC;
	}

	#about .whats06 {}

	#about .whats06 .caption {
		font-size: 15px;
		font-weight: 400;
		margin: 10px 0 20px 0;
	}

	#about .whats06 ul {}

	#about .whats06 ul li {
		font-size: 15px;
		font-weight: 400;
		padding: 5px 5px 5px 20px;
		margin: 0 0 15px 0;
		background: #F8F8F8;
		position: relative;
	}

	#about .whats06 ul li::after {
		position: absolute;
		top: .5em;
		left: .5em;
		content: '';
		width: 5px;
		height: -webkit-calc(100% - 1em);
		height: calc(100% - 1em);
		background-color: #3239cb;
	}

	#about .whats06 ul li .txt {
		font-size: 13px;
		font-weight: 400;
	}

	#about .whats06 ul li span {
		font-weight: 700;
		color: #ff346e;
	}

	#about .whats06 ul li .emphasis {
		font-size: 20px;
		margin: 0 -0.3em 0 -0.6em;
	}

	#about .message {
		text-align: center;
	}

	#about .message img {
		width: 160px;
		display: block;
		margin: 0 auto 10px auto;
	}

	#about .message .name {
		font-size: 15px;
		font-weight: 700;
		margin: 0 0 10px 0;
	}

	#about .message .name span {
		font-size: 13px;
		font-weight: 400;
	}

	#about .message .caption {
		font-size: 15px;
		font-weight: 700;
		color: #ff346e;
		margin: 0 0 10px 0;
	}

	#about .message .txt {
		font-size: 13px;
		font-weight: 400;
		text-align: left;
		margin: 0 0 20px 0;
	}

	#about .message2021 {}

	#about .message2021 .kv {
		position: relative;
	}

	#about .message2021 .kv img {
		width: 110%;
		margin: 0 -5%;
	}

	#about .message2021 .kv .name {
		font-size: 18px;
		font-weight: 700;
		position: absolute;
		top: 40%;
		-webkit-transform: translateY(-50%);
		/* Safari用 */
		transform: translateY(-50%);
		left: 2%;
		border-left: solid 3px #ff346e;
		padding: 10px 0 10px 10px;
		line-height: 1em;
	}

	#about .message2021 .kv .name span {
		font-size: 13px;
		font-weight: 400;
		margin: 10px 0 0 0;
		display: block;
	}

	#about .message2021 .board {
		background: #FFF;
		padding: 15px;
		border: solid 1px #CCC;
		margin: -60px 0 0;
		position: relative;
		z-index: 2;
	}

	#about .message2021 .caption {
		font-size: 18px;
		font-weight: 700;
		color: #ff346e;
		margin: 0 0 10px 0;
	}

	#about .message2021 .txt {
		font-size: 14px;
		font-weight: 400;
		text-align: left;
		margin: 0 0 30px 0;
	}

	#about .message2021 .txt a {
		font-size: 15px;
		font-weight: 700;
		color: #3239cb;
	}

	#about .message2021 .txt span {
		font-size: 16px;
		font-weight: 700;
	}

	#about .chairman ul {}

	#about .chairman ul li {
		margin: 0 0 30px 0;
		text-align: center;
	}

	#about .chairman ul li img {
		width: 160px;
	}

	#about .chairman .name {
		font-size: 16px;
		font-weight: 700;
		margin: 0 0 10px 0;
	}

	#about .chairman .name .position {
		font-size: 13px;
		font-weight: 400;
		color: #ff346e;
		display: block;
	}

	#about .chairman .name .company {
		font-size: 13px;
		font-weight: 400;
		display: block;
	}

	#about .chairman .name .company a {
		color: #111;
	}

	#about .chairman .txt {
		font-size: 14px;
		font-weight: 400;
		margin: 0 0 10px 0;
		text-align: left;
	}

	#about .committee ul {}

	#about .committee ul li {
		width: 100%;
		margin: 0 0 30px 0;
		text-align: center;
	}

	#about .committee ul li:nth-child(4n) {
		margin-right: 0;
	}

	#about .committee ul li img {
		width: 160px;
	}

	#about .committee .position {
		font-size: 13px;
		font-weight: 400;
		color: #ff346e;
		margin: 5px 0 0 0;
	}

	#about .committee .name {
		font-size: 15px;
		font-weight: 700;
	}

	#about .committee .company {
		font-size: 13px;
		font-weight: 400;
	}

	#about .committee .company a {
		color: #111;
	}

	#about .member {
		margin: 0 auto;
	}

	#about .member table {
		border-right: solid 1px #CCC;
		border-bottom: solid 1px #CCC;
		border-left: double 5px #101118;
		margin: 0 0 10px 0;
	}

	#about .member tbody td {
		padding: 5px;
		box-sizing: border-box;
		-ms-box-sizing: border-box;
		border-left: solid 1px #CCC;
		border-top: solid 1px #CCC;
	}

	#about .member .item {
		background: #101118;
		font-size: 12px;
		font-weight: 500;
		text-align: center;
		color: #FFF;
	}

	#about .member .name {
		width: 30%;
		font-size: 13px;
		font-weight: 700;
	}

	#about .member .name span {
		font-size: 12px;
		font-weight: 300;
		font-family: 'Open Sans Condensed', sans-serif;
		letter-spacing: 0.03em;
		display: block;
	}

	#about .member .name p {
		width: 60px;
		font-size: 13px;
		font-weight: 400;
		background: #111;
		font-family: 'Open Sans Condensed', sans-serif;
		text-align: center;
	}

	#about .member .name p a {
		color: #FFF;
		text-decoration: none;
		padding: 2px 5px;
		display: block;
	}

	#about .member .name p a:hover {
		background: #ff346e;
	}

	#about .member .company {
		font-size: 13px;
		font-weight: 400;
	}

	#about .member .date {
		font-size: 13px;
		font-weight: 400;
		text-align: right;
	}

	#activity {}

	#activity .activity {
		margin: 0 0 50px 0;
	}

	#activity .activity img {
		width: 100%;
		margin: 0 0 10px 0;
		display: block;
	}

	#activity .activity .activity_ttl {
		margin: 0 0 10px 0;
		border-bottom: solid 1px #3239cb;
	}

	#activity .activity .activity_ttl span {
		background: #3239cb;
		padding: 5px;
		font-size: 13px;
		font-weight: 700;
		color: #FFF;
		text-align: center;
		display: inline-block;
	}

	#activity .activity .txt {
		font-size: 13px;
		font-weight: 400;
		line-height: 1.6em;
		margin: 0 5px 10px 5px;
	}

	.activity_btn {
		width: 180px;
		margin: 20px auto 0 auto;
	}

	.activity_btn a {
		background: #ff346e;
		font-size: 13px;
		letter-spacing: 0.03em;
		text-align: center;
		color: #FFF;
		text-decoration: none;
		padding: 10px;
		display: block;
	}

	#activity .activity .myeo {
		list-style-type: disc;
		margin: 0px 0 20px 1.8em;
	}

	#activity .activity .myeo li {
		font-size: 13px;
		font-weight: 400;
	}

	#activity .activity .club {}

	#activity .activity .club li {
		width: 49%;
		margin: 0 0 2% 0;
		padding: 10px;
		border: solid 1px #CCC;
		box-sizing: border-box;
		position: relative;
		font-size: 13px;
		font-weight: 400;
	}

	#activity .activity .club li:nth-child(odd) {
		float: left;
	}

	#activity .activity .club li:nth-child(even) {
		float: right;
	}

	#activity .activity .club li span {
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 10px 10px 0;
		border-color: transparent #3239cb transparent transparent;
		position: absolute;
		right: 0;
		top: 0;
	}

	#activity .activity .mentorship_flow {
		text-align: center;
	}

	#activity .activity .mentorship_flow ul {
		margin: 0;
	}

	#activity .activity .mentorship_flow ul li {
		border: solid 1px #CCC;
		padding: 5px;
		font-size: 13px;
		font-weight: 400;
		margin: 0 0 10px 0;
		text-align: left;
	}

	#activity .activity .mentorship_flow ul li span {
		color: #ff346e;
		margin: 0 5px 0 0;
	}

	#activity .activity .mentorship_flow .arrow {
		position: relative;
		display: inline-block;
		padding: 0 16px;
		vertical-align: middle;
		text-decoration: none;
		font-size: 16px;
	}

	#activity .activity .mentorship_flow .arrow::before,
	#activity .activity .mentorship_flow .arrow::after {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
	}

	#activity .activity .mentorship_flow .arrow_bottom::before {
		/*left: 3px;*/
		width: 20px;
		height: 20px;
		border-top: 1px solid #ff346e;
		border-right: 1px solid #ff346e;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	#activity .activity .mentorship_flow .caption {
		font-size: 15px;
		font-weight: 700;
		color: #ff346e;
		border: solid 3px #ff346e;
		padding: 10px 5px;
		text-align: center;
		margin: 20px 0 0 0;
	}

	#activity .activity .merit {
		margin: 0 0 50px 0;
	}

	#activity .activity .merit .mentee {
		width: 100%;
		background: #3239cb;
		padding: 20px 10px;
		box-sizing: border-box;
		-ms-box-sizing: border-box;
		font-size: 13px;
		font-weight: 400;
		color: #FFF;
		float: left;
	}

	#activity .activity .merit .mentor {
		width: 100%;
		background: #ff346e;
		padding: 20px 10px;
		box-sizing: border-box;
		-ms-box-sizing: border-box;
		font-size: 13px;
		font-weight: 400;
		color: #FFF;
		float: left;
		margin: -10px 0 0 0;
	}

	#activity .activity .merit .mentee span,
	#activity .activity .merit .mentor span {
		font-size: 18px;
		font-weight: 700;
		color: #FFF;
		margin: 0 10px 0 0;
	}

	#activity .activity .merit .child {
		list-style-type: circle;
		margin: 0 0 0 1.6em;
	}

	#activity .activity .merit .child li {
		font-size: 13px;
		font-weight: 400;
		color: #FFF;
	}

	#activity .activity .merit .mentee_arrow {
		width: 45%;
		font-size: 14px;
		font-weight: 400;
		background: #3239cb;
		color: #FFF;
		box-sizing: border-box;
		-ms-box-sizing: border-box;
		padding: 20px 5px;
		text-align: center;
		float: left;
		margin: 0 10% 0 0;
		z-index: 2;
		position: relative;
	}

	#activity .activity .merit .mentee_arrow span,
	#activity .activity .merit .mentor_arrow span {
		color: #FFF;
		display: block;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	#activity .activity .merit .mentor_arrow {
		width: 45%;
		font-size: 14px;
		font-weight: 400;
		background: #ff346e;
		color: #FFF;
		box-sizing: border-box;
		-ms-box-sizing: border-box;
		padding: 10px 5px;
		text-align: center;
		float: right;
		margin: -10px 0 0 0;
	}

	.quantumleap {}

	.quantumleap img {
		width: 100%;
		display: block;
		margin: 0 0 20px 0;
	}

	#join .join {}

	#join .join .caption {
		font-size: 16px;
		font-weight: 700;
		text-align: center;
		margin: 0 0 20px 0;
	}

	#join .join ul {
		margin: 0 0 50px 0;
	}

	#join .join ul li {
		border: solid 1px #CCC;
		padding: 5px;
		margin: 0 0 10px 0;
	}

	#join .join ul li .num {
		/*display: inline-block;*/
		width: 30px;
		height: 30px;
		border-radius: 50%;
		background: #ff346e;
		text-align: center;
		line-height: 30px;
		font-size: 20px;
		font-weight: 700;
		font-family: 'Open Sans Condensed', sans-serif;
		color: #FFF;
		margin: 0 auto;
	}

	#join .join ul li .txt {
		font-size: 15px;
		font-weight: 400;
		text-align: center;
	}

	#join .join ul li .txt span {
		font-size: 13px;
		font-weight: 400;
		display: block;
		text-align: left;
	}

	.uc {
		font-size: 13px;
		font-weight: 300;
		font-family: 'Open Sans Condensed', sans-serif;
		text-align: center;
		letter-spacing: 0.03em;
		margin: 50px 0 0 0;
	}

	#pagetop {
		width: 40px;
		position: fixed;
		bottom: 30px;
		right: 5px;
		z-index: 6;
	}

	#pagetop img {
		width: 100%;
	}

	/* WP */
	.wp {
		margin: 0 0 50px 0;
	}

	.sidebar {
		margin: 0;
	}

	.wp .post {}

	.wp .post ul {}

	.wp .post ul li {
		width: 48%;
		float: left;
		margin: 0 0 20px 0;
		position: relative;
	}

	.wp .post ul li:nth-child(odd) {
		float: left;
	}

	.wp .post ul li:nth-child(even) {
		float: right;
	}

	.wp .post ul li img {
		width: 100%;
		height: 120px;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}

	.wp .post ul li .date {
		font-size: 12px;
		font-weight: 400;
		line-height: 16px;
		margin: 0;
		width: 100%;
	}

	.wp .post ul li p.category {
		font-size: 13px;
		font-weight: normal;
		color: #FFF;
		padding: 5px;
		position: absolute;
		top: 10px;
		left: -5px;
		font-family: 'Open Sans Condensed', sans-serif;
		margin: 0;
	}

	.wp .post ul li p.news {
		font-size: 13px;
		font-weight: normal;
		padding: 5px;
		position: absolute;
		top: 10px;
		left: -5px;
		font-family: 'Open Sans Condensed', sans-serif;
		background: #31ab8e;
		color: #FFF;
		margin: 0;
		width: auto;
	}

	.wp .post ul li p.event {
		font-size: 13px;
		font-weight: normal;
		padding: 5px;
		position: absolute;
		top: 10px;
		left: -5px;
		font-family: 'Open Sans Condensed', sans-serif;
		background: #3239cb;
		color: #FFF;
		margin: 0;
		width: auto;
	}

	.wp .post ul li p.article {
		font-size: 13px;
		font-weight: normal;
		padding: 5px;
		position: absolute;
		top: 10px;
		left: -5px;
		font-family: 'Open Sans Condensed', sans-serif;
		background: #f3836f;
		color: #FFF;
		margin: 0;
		width: auto;
	}

	.wp .post ul li p.interview {
		font-size: 13px;
		font-weight: normal;
		padding: 5px;
		position: absolute;
		top: 10px;
		left: -10px;
		font-family: 'Open Sans Condensed', sans-serif;
		background: #ff346e;
		color: #FFF;
		margin: 0;
		width: auto;
	}

	.wp .post ul li .post_ttl {
		font-size: 14px;
		font-weight: 700;
		margin: 0;
	}

	.wp .post ul li a {
		text-decoration: none;
	}

	.sidebar .widget-title {
		font-size: 13px;
		font-weight: normal;
		color: #FFF;
		background: #111;
		padding: 5px;
		font-family: 'Ubuntu', sans-serif;
		text-align: center;
	}

	.sidebar ul {
		margin: 5px 5px 30px 5px;
	}

	.sidebar ul li {
		margin: 0 0 5px 0;
	}

	.sidebar ul li a {
		font-size: 13px;
		font-weight: normal;
	}

	.sidebar ul li a:hover {
		text-decoration: none;
	}

	.widget_categories {
		width: 48%;
		box-sizing: border-box;
		-ms-box-sizing: border-box;
		float: left;
	}

	.widget_archive {
		width: 48%;
		box-sizing: border-box;
		-ms-box-sizing: border-box;
		float: right;
	}

	.wp .post {
		margin: 0 0 30px 0;
	}

	.wp .post .date {
		font-size: 13px;
		font-weight: 400;
		float: left;
		margin: 0 0 10px 0;
		width: 50%;
		line-height: 30px;
	}

	.wp .post .category {
		font-size: 12px;
		font-weight: normal;
		float: right;
		margin: 0;
		margin: 0 0 10px 0;
		width: 50%;
		text-align: right;
		box-sizing: border-box;
		-ms-box-sizing: border-box;
	}

	.wp .post .category span {
		background: #999;
		padding: 5px;
		color: #FFF;
		line-height: 30px;
	}

	.wp .post p {
		font-size: 13px;
		font-weight: 400;
		float: left;
		margin: 10px 0;
		width: 100%;
	}

	.wp .post img {
		width: 100%;
		height: auto;
	}

	.wp .post .schedule {
		width: 100%;
		margin: 0 auto;
		border-right: solid 1px #CCC;
		border-bottom: solid 1px #CCC;
		clear: both;
		box-sizing: border-box;
		-ms-box-sizing: border-box;
	}

	.wp .post .schedule tbody {}

	.wp .post .schedule tbody td {
		font-size: 13px;
		font-weight: 400;
		padding: 10px 5px;
		text-align: center;
		border-top: solid 1px #CCC;
		border-left: solid 1px #CCC;
	}

	.wp .post .schedule tbody td.bg {
		background: #EFEFEF;
	}

	.wp .post .schedule tbody td .day {
		font-size: 11px;
		font-weight: 400;
		display: block;
	}

	.wp .post .interview {}

	.wp .post .interview .inner {
		margin: 0 0 30px 0;
	}

	.wp .post .interview img {
		width: 100%;
		display: block;
		margin: 0 0 10px 0;
	}

	.wp .post .interview .info {
		box-sizing: border-box;
		-ms-box-sizing: border-box;
		border: solid 1px #DDD;
		padding: 10px;
		margin: 0 0 30px 0;
	}

	.wp .post .interview .info .name {
		font-size: 16px;
		font-weight: 700;
		margin: -5px 0 10px 0;
	}

	.wp .post .interview .info .name span {
		font-size: 13px;
	}

	.wp .post .interview .info .txt {
		font-size: 13px;
		font-weight: 400;
		margin: 0 0 10px 0;
	}

	.wp .post .interview .info .txt a {
		color: #111;
	}

	.wp .post .interview .info .txt a:hover {
		text-decoration: none;
	}

	.wp .post .interview ruby {}

	.wp .post .interview rt {
		font-weight: 400;
		transform: translateY(0.4em);
	}

	.wp .post .interview .interview_ttl {
		font-size: 16px;
		font-weight: 700;
		margin: 0 0 10px 0;
		border-left: solid 3px #ff346e;
		padding: 5px 0 10px 7px;
		clear: both;
	}

	.wp .post .interview .interview_ttl span {
		font-size: 13px;
		font-weight: 700;
		color: #ff346e;
		display: block;
		margin: 0 0 -25px 0;
	}

	.wp .post .interview .interview_txt {
		font-size: 13px;
		font-weight: 400;
		margin: 0 0 20px 10px;
	}

	/* pager */
	.pager {
		list-style-type: none;
		display: table;
		margin-left: auto;
		margin-right: auto;
	}

	.pager li {
		margin: 10px;
		float: left;
		font-size: 12px;
		font-weight: 400;
	}

	.pager li a {
		padding: 10px;
	}

	.pager li a:hover {
		text-decoration: none;
	}

}


/* 2021-11-5 added */
.global-footer .btn {
	display: grid;
	grid-auto-flow: row;
	grid-auto-columns: 100%;
	row-gap: 1rem;
	margin: 0 0 2rem;
}

.global-footer .btn a img {
	max-width: 100%;
	width: auto;
}

@media (min-width: 768px) {
	.global-footer .btn {
		margin: 0;
	}
}