@charset "UTF-8";

/* a.cv */
a.cv {
	position: relative;
	display: block;
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	padding: 40px 0 10px;
	color: #fff;
	font-size: 36px;
	font-weight: 600;
	line-height: 2em;
	text-align: center;
	background: #004499;
	transition: 1s cubic-bezier(0.25, 1, 0.5, 1);
	}
a.cv:hover {
	background: #0055bb;
	}
@media screen and (max-width:767.98px){
a.cv {
	font-size: 5vw;
	}
}
a.cv span {
	position: absolute;
	left: 50%;
	top: 20px;
	transform: translate(-50%,0);
	display: block;
	font-size: 20px;
	line-height: 1em;
	}
@media screen and (max-width:767.98px){
a.cv span {
	font-size: 3vw;
	}
}

a.cv span span {
	position: relative;
	left: auto;
	top: auto;
	display: inline;
	font-size: 27.5px;
	}
@media screen and (max-width:767.98px){
a.cv span span {
	font-size: 4vw;
	}
}

a.cv:before {
	content: "\f054" !important;
	font-family: FontAwesome;
	padding: 0 5px 0 0;
	}

/* #page_title */
#page_title {
	padding: 150px 50px;
	background: url(../img/EiichiShibusawa.jpg) right bottom no-repeat #fff;
	animation: show 2s ease-out both;
	transition: .3s ease;
	overflow: hidden;
	}
@media screen and (max-width:1100px){
#page_title {
	padding: 100px 50px 100px;
	background-size: 350px auto;
	}
}
@media screen and (max-width:768px){
#page_title {
	background-size: 350px auto;
	}
}
@media screen and (max-width:767.98px){
#page_title {
	padding: 70px 4vw;
	background: url(../img/EiichiShibusawa.jpg) right -50px bottom no-repeat #fff;
	background-size: 250px auto;
	}
}

@keyframes show {
	0% {
		transform: translate(0,.5em);
		opacity: 0;
	}
	100% {
		transform: translate(0,0);
		opacity: 1;
	}
}

#page_title h1 {
	animation: show 1s ease-out both .5s;
	}
@media screen and (max-width:1100px){
#page_title h1 {
	font-size: 42px;
	}
}
@media screen and (max-width:768px){
#page_title h1 {
	font-size: 36px;
	text-indent: -.2em;
	letter-spacing: .2em;
	}
}
@media screen and (max-width:767.98px){
#page_title h1 {
	font-size: 6vw;
	text-indent: -.1em;
	letter-spacing: .1em;
	}
}

#page_title div {
	position: absolute;
	right: 500px;
	bottom: 10px;
	animation: show 1s ease-out both 1s;
	}
@media screen and (max-width:1100px){
#page_title div {
	right: 300px;
	}
}
@media screen and (max-width:767.98px){
#page_title div {
	right: auto;
	left: 4vw;
	}
}

#page_title div h2 {
	font-family: "Zen Old Mincho", serif;
	font-size: 16px;
	letter-spacing: .5em;
	line-height: 2em;
	}
@media screen and (max-width:1100px){
#page_title div h2 {
	font-size: 12px;
	}
}
@media screen and (max-width:767.98px){
#page_title div h2 {
	font-size: 2vw;
	}
}

#page_title div p {
	font-family: "Zen Old Mincho", serif;
	font-size: 10px;
	font-weight: 300;
	letter-spacing: .2em;
	}
@media screen and (max-width:1100px){
#page_title div p {
	font-size: 8px;
	}
}
@media screen and (max-width:767.98px){
#page_title div p {
	font-size: 1.5vw;
	letter-spacing: 0;
	}
}

/* #intro */
#intro {
	padding: 100px 0;
	background: url(../img/bg_blue.jpg) center center no-repeat #001E45;
	background-size: cover;
	}
@media screen and (max-width:1100px){
#intro {
	padding: 50px 0 30px;
	}
}
@media screen and (max-width:767.98px){
#intro {
	padding: 10vw 4vw;
	}
}

#intro div {
	margin: 0 auto;
	width: fit-content;
	}

#intro div h2 {
	margin: 0 0 1.5em;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: .2em;
	text-indent: -.5em;
	}
@media screen and (max-width:1100px){
#intro div h2 {
	font-size: 22px;
	}
}
@media screen and (max-width:768px){
#intro div h2 {
	font-size: 18px;
	}
}
@media screen and (max-width:767.98px){
#intro div h2 {
	font-size: 4vw;
	letter-spacing: 0;
	}
}

#intro div p {
	margin: 0 0 2em;
	color: #fff;
	font-size: 16px;
	line-height: 2em;
	letter-spacing: .1em;
	font-weight: 300;
	}
@media screen and (max-width:1100px){
#intro div p {
	font-size: 14px;
	}
}
@media screen and (max-width:768px){
#intro div p {
	font-size: 12px;
	}
}
@media screen and (max-width:767.98px){
#intro div p {
	font-size: 3vw;
	text-align: left;
	}
}

/* #learning_frame */
#learning_frame {
	padding: 100px 4vw 0;
	background: #fff;
	}
@media screen and (max-width:768px){
#learning_frame {
	padding: 50px 4vw 0;
	}
}
@media screen and (max-width:767.98px){
#learning_frame {
	padding: 20vw 4vw 0;
	}
}

#learning_frame h2 {
	position: relative;
	margin: 0 0 1.5em;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: .25em;
	text-indent: .25em;
	text-align: center;
	}
@media screen and (max-width:1100px){
#learning_frame h2 {
	font-size: 26px;
	}
}
@media screen and (max-width:767.98px){
#learning_frame h2 {
	font-size: 5vw;
	letter-spacing: .15em;
	}
}

#learning_frame h2:after {
	position: absolute;
	left: 50%;
	bottom: 0px;
	transform: translate(-50%,0);
	content: "";
	width: 280px;
	height: 3px;
	background: #003399;
	}

#learning_frame p {
	margin: 0 0 1em;
	font-size: 16px;
	font-weight: 300;
	line-height: 2em;
	text-align: center;
	}
@media screen and (max-width:1100px){
#learning_frame p {
	font-size: 14px;
	}
}
@media screen and (max-width:768px){
#learning_frame p {
	font-size: 12px;
	letter-spacing: .01em;
	}
}

#learning_frame ol {
	max-width: 1300px;
	margin: 0 auto 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
@media screen and (max-width:767.98px){
#learning_frame ol {
	margin: 0 0 10px;
	}
}

#learning_frame ol li {
	position: relative;
	display: block;
	width: 18%;
	border: 1px solid #003399;
	}
@media screen and (max-width:767.98px){
#learning_frame ol li {
	width: 100%;
	margin: 0 0 20px;
	}
}

#learning_frame ol li:after {
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translate(0,-10px);
	color: #003399;
	content: "\f054" !important;
	font-family: FontAwesome;
	}
@media screen and (max-width:767.98px){
#learning_frame ol li:after {
	right: 50%;
	top: auto;
	bottom: -20px;
	transform: rotate(90deg) translate(2.5px, -10px);
	}
}

#learning_frame ol li:last-child:after {
	display: none;
	}

#learning_frame ol li h3 {
	display: block;
	padding: 10px 0;
	color: #fff;
	font-size: 21px;
	text-align: center;
	background: #003399;
	}
@media screen and (max-width:1100px){
#learning_frame ol li h3 {
	font-size: 18px;
	}
}

#learning_frame ol li img {
	display: block;
	width: 60%;
	margin: 10px auto;
	}
@media screen and (max-width:767.98px){
#learning_frame ol li img {
	width: 30%;
	}
}

#learning_frame ol li p {
	display: block;
	padding: 0 10px;
	font-size: 16px;
	line-height: 1.5em;
	text-align: left;
	}
@media screen and (max-width:1100px){
#learning_frame ol li p {
	font-size: 14px;
	}
}

#learning_frame .bt {
	position: relative;
	display: block;
	width: fit-content;
	margin: 0 auto;
	padding: 10px;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
	background: #004499;
	transition: 1s cubic-bezier(0.25, 1, 0.5, 1);
	}
#learning_frame .bt:hover {
	background: #0055bb;
	}
@media screen and (max-width:1100px){
#learning_frame .bt {
	font-size: 14px;
	}
}
@media screen and (max-width:767.98px){
#learning_frame .bt {
	font-size: 4vw;
	}
}

#learning_frame .bt:before {
	content: "\f107" !important;
	font-family: FontAwesome;
	padding: 0 5px 0 0;
	}

/* #fivestage_model */
#fivestage_model {
	display: none;
	padding: 100px 4vw 0;
	background: #fff;
	}
@media screen and (max-width:768px){
#fivestage_model {
	padding: 50px 4vw 0;
	}
}
@media screen and (max-width:767.98px){
#fivestage_model {
	padding: 20vw 4vw 0;
	}
}

#fivestage_model h2 {
	position: relative;
	margin: 0 0 2em;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: .25em;
	text-indent: .25em;
	text-align: center;
	}
@media screen and (max-width:1100px){
#fivestage_model h2 {
	font-size: 26px;
	}
}
@media screen and (max-width:767.98px){
#fivestage_model h2 {
	font-size: 5vw;
	letter-spacing: .15em;
	}
}

#fivestage_model h2:after {
	position: absolute;
	left: 50%;
	bottom: 0px;
	transform: translate(-50%,0);
	content: "";
	width: 280px;
	height: 3px;
	background: #003399;
	}

#fivestage_model ul {
	display: block;
	}

#fivestage_model li {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1300px;
	margin: 0 auto 2em;
	padding: 60px 30px 30px 250px;
	background: #fff;
	border: 1px solid #003399;
	}
@media screen and (max-width:768px){
#fivestage_model li {
	padding: 40px 20px 20px 200px;
	}
}

@media screen and (max-width:767.98px){
#fivestage_model li {
	padding: 40px 20px 20px;
	}
}

#fivestage_model h3 {
	display: block;
	margin: 0 0 5px;
	font-size: 20px;
	line-height: 1.5em;
	}
@media screen and (max-width:1100px){
#fivestage_model h3 {
	font-size: 16px;
	}
}

#fivestage_model h3 span {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 220px;
	padding: 5px 0;
	color: #fff;
	font-size: 21px;
	text-align: center;
	background: #003399;
	}
@media screen and (max-width:1100px){
#fivestage_model h3 span {
	font-size: 16px;
	}
}
@media screen and (max-width:768px){
#fivestage_model h3 span {
	width: 180px;
	}
}

#fivestage_model p {
	display: block;
	font-size: 16px;
	font-weight: 300;
	line-height: 2em;
	text-align: left;
	}
@media screen and (max-width:1100px){
#fivestage_model p {
	font-size: 14px;
	}
}

#fivestage_model img {
	position: absolute;
	left: 45px;
	top: 55px;
	display: block;
	width: 130px;
	}
@media screen and (max-width:768px){
#fivestage_model img {
	left: 37px;
	width: 120px;
	}
}
@media screen and (max-width:767.98px){
#fivestage_model img {
	position: relative;
	left: auto;
	top: auto;
	margin: 0 auto;
	width: 120px;
	}
}

#learning_frame .structure {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 100px 0 0;
	}

#learning_frame .structure h3 {
	position: relative;
	margin: 0 0 30px;
	font-size: 26px;
	font-weight: 500;
	line-height: 2em;
	letter-spacing: .2em;
	text-align: center;
	}

#learning_frame .structure h3:after {
	position: absolute;
	left: 50%;
	bottom: 0px;
	transform: translate(-50%,0);
	content: "";
	width: 280px;
	height: 3px;
	background: #003399;
	}

#learning_frame .structure table {
	width: 100%;
	margin: 0 0 20px;
	border: 1px solid #003399;
	}

#learning_frame .structure table.learning {
	text-align: center;
	}

#learning_frame .structure table thead th {
	padding: 10px 0;
	color: #fff;
	font-size: 21px;
	font-weight: 500;
	background: #003399;
	border: 0;
	}
@media screen and (max-width:1100px){
#learning_frame .structure table thead th {
	font-size: 16px;
	}
}

#learning_frame .structure table.learning thead th:nth-of-type(1) {
	background: #001E45;
	}

#learning_frame .structure table tbody th {
	padding: 10px 0 0;
	font-size: 21px;
	font-weight: 500;
	background: #E3ECFF;
	border: 0;
	}
@media screen and (max-width:1100px){
#learning_frame .structure table tbody th {
	font-size: 16px;
	}
}

#learning_frame .structure table.learning tbody th:nth-of-type(1) {
	background: #AAC7EE;
	}

#learning_frame .structure table.learning2 tbody th {
	width: 25%;
	background: #fff;
	}

#learning_frame .structure table tbody td {
	padding: 10px;
	font-size: 21px;
	font-weight: 500;
	background: #E3ECFF;
	border: 0;
	}
@media screen and (max-width:1100px){
#learning_frame .structure table tbody td {
	font-size: 16px;
	}
}

#learning_frame .structure table.learning2 tbody td {
	padding: 10px;
	}

#learning_frame .structure table.learning tbody td {
	width: 25%;
	}

#learning_frame .structure table.learning tbody td:nth-of-type(1) {
	background: #AAC7EE;
	}

#learning_frame .structure table tbody td img {
	display: block;
	width: 60%;
	margin: 0 auto;
	}

.expert {
	max-width: 1300px;
	margin: 0 auto 50px;
	padding: 50px;
	color: #fff;
	background: #001E45;
	}
@media screen and (max-width:767.98px){
.expert {
	padding: 10vw;
	}
}

.expert h2 {
	margin: 0 0 30px;
	font-size: 26px;
	text-align: center;
	}
@media screen and (max-width:1100px){
.expert h2 {
	font-size: 20px;
	}
}

.expert .inner {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	}

.expert .inner div.pic {
	width: 25%;
	}
@media screen and (max-width:767.98px){
.expert .inner div.pic {
	width: 100%;
	}
}

.expert .inner div.pic img {
	display: block;
	width: 100%;
	}

.expert .inner div.txt {
	width: 75%;
	padding: 0 0 0 50px;
	color: #fff;
	}
@media screen and (max-width:767.98px){
.expert .inner div.txt {
	width: 100%;
	padding: 30px 0 0;
	}
}

.expert .inner div h3 {
	margin: 0 0 .5em;
	font-size: 22px;
	font-weight: 400;
	}
@media screen and (max-width:1100px){
.expert .inner div h3 {
	font-size: 17px;
	}
}

.expert .inner div p {
	margin: 0 0 1em;
	font-size: 16px;
	font-weight: 400;
	line-height: 2em;
	}
@media screen and (max-width:768px){
.expert .inner div p {
	font-size: 14px;
	}
}

.expert .inner div.profile p {
	font-size: 13px;
	font-weight: 300;
	}

/* #selfstudy_menu */
#selfstudy_menu {
	padding: 100px 0;
	background: url(../img/bg_blue.jpg) center center no-repeat #001E45;
	background-size: cover;
	}
@media screen and (max-width:1100px){
#selfstudy_menu {
	padding: 50px 30px;
	}
}
@media screen and (max-width:767.98px){
#selfstudy_menu {
	padding: 10vw 4vw;
	}
}

#selfstudy_menu h2 {
	position: relative;
	margin: 0 0 1.5em;
	color: #fff;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: .5em;
	text-indent: .5em;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.8);
	}
@media screen and (max-width:1100px){
#selfstudy_menu h2 {
	font-size: 26px;
	}
}
@media screen and (max-width:767.98px){
#selfstudy_menu h2 {
	font-size: 6vw;
	}
}

#selfstudy_menu h2:after {
	position: absolute;
	left: 50%;
	bottom: 0px;
	transform: translate(-50%,0);
	content: "";
	width: 280px;
	height: 3px;
	background: #003399;
	box-shadow: 0 1px 2px rgba(0,0,0,.8);
	}

#selfstudy_menu .summary {
	margin: 0 0 2em;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 2em;
	text-align: center;
	}

#selfstudy_menu ul {
	max-width: 1300px;
	margin: 0 auto 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
@media screen and (max-width:767.98px){
#selfstudy_menu ul {
	margin: 0 0 10px;
	}
}

#selfstudy_menu ul li {
	position: relative;
	display: block;
	width: 19%;
	padding: 0;
	background: #fff;
	border: 1px solid #003399;
	}
@media screen and (max-width:767.98px){
#selfstudy_menu ul li {
	width: 100%;
	margin: 0 0 20px;
	}
}

#selfstudy_menu ul li h3 {
	display: block;
	padding: 10px 0;
	color: #fff;
	font-size: 21px;
	text-align: center;
	background: #003399;
	}
@media screen and (max-width:1100px){
#selfstudy_menu ul li h3 {
	font-size: 18px;
	}
}
@media screen and (max-width:768px){
#selfstudy_menu ul li h3 {
	font-size: 14px;
	}
}

#selfstudy_menu ul li img {
	display: block;
	width: 60%;
	margin: 10px auto;
	}
@media screen and (max-width:767.98px){
#selfstudy_menu ul li img {
	width: 30%;
	}
}

#selfstudy_menu ol {
	display: block;
	max-width: 1300px;
	margin: 0 auto 30px;
	}

#selfstudy_menu ol li {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 0 30px;
	padding: 70px 50px 30px;
	background: #020F24;
	border: 1px solid #003399;
	}
@media screen and (max-width:1100px){
#selfstudy_menu ol li {
	padding: 60px 30px 30px;
	}
}

#selfstudy_menu ol li h3 {
	margin: 0 0 .5em;
	color: #fff;
	font-size: 24px;
	line-height: 1.5em;
	}
@media screen and (max-width:1100px){
#selfstudy_menu ol li h3 {
	font-size: 20px;
	}
}

#selfstudy_menu ol li h3 span {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	padding: 5px 0;
	width: 150px;
	color: #fff;
	font-size: 24px;
	text-align: center;
	background: #003399;
	}
@media screen and (max-width:1100px){
#selfstudy_menu ol li h3 span {
	width: 120px;
	font-size: 20px;
	}
}

#selfstudy_menu ol li p {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 2em;
	}
@media screen and (max-width:1100px){
#selfstudy_menu ol li p {
	font-size: 14px;
	}
}

#selfstudy_menu ol li a {
	position: absolute;
	right: 0px;
	bottom: 0px;
	display: block;
	padding: 5px 10px;
	color: #fff;
	background: #003399;
	transition: 1s cubic-bezier(0.25, 1, 0.5, 1);
	}

#selfstudy_menu ol li a:hover {
	background: #0055bb;
	}

#selfstudy_menu ol li a:before {
	content: "\f054" !important;
	font-family: FontAwesome;
	padding: 0 5px 0 0;
	}

#selfstudy_menu ol li img {
	position: absolute;
	right: 50px;
	top: 50%;
	transform: translate(0,-50%);
	display: block;
	width: 30%;
	}
@media screen and (max-width:1100px){
#selfstudy_menu ol li img {
	right: 20px;
	top: 40%;
	}
}
@media screen and (max-width:768px){
#selfstudy_menu ol li img {
	right: 20px;
	top: 30%;
	}
}
@media screen and (max-width:767.98px){
#selfstudy_menu ol li img {
	position: relative;
	right: auto;
	top: auto;
	transform: translate(0,0);
	margin: 20px 0;
	width: 100%;
	}
}

/* #Multi_layered_output_menu */
#Multi_layered_output_menu {
	padding: 100px 4vw 0;
	background: #fff;
	}
@media screen and (max-width:768px){
#Multi_layered_output_menu {
	padding: 50px 4vw 0;
	}
}
@media screen and (max-width:767.98px){
#Multi_layered_output_menu {
	padding: 20vw 4vw 0;
	}
}

#Multi_layered_output_menu h2 {
	position: relative;
	margin: 0 0 1.5em;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: .25em;
	text-indent: .25em;
	text-align: center;
	}
@media screen and (max-width:1100px){
#Multi_layered_output_menu h2 {
	font-size: 26px;
	}
}
@media screen and (max-width:767.98px){
#Multi_layered_output_menu h2 {
	font-size: 5vw;
	letter-spacing: .15em;
	}
}

#Multi_layered_output_menu h2:after {
	position: absolute;
	left: 50%;
	bottom: 0px;
	transform: translate(-50%,0);
	content: "";
	width: 280px;
	height: 3px;
	background: #003399;
	}

#Multi_layered_output_menu p.summary {
	margin: 0 0 2em;
	font-size: 16px;
	font-weight: 500;
	line-height: 2em;
	text-align: center;
	}
@media screen and (max-width:1100px){
#Multi_layered_output_menu p.summary {
	font-size: 14px;
	}
}
@media screen and (max-width:768px){
#Multi_layered_output_menu p.summary {
	font-size: 12px;
	letter-spacing: .01em;
	}
}

#Multi_layered_output_menu img {
	display: block;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 30px;
	}

#Multi_layered_output_menu ol {
	display: block;
	width: 100%;
	max-width: 1300px;
	margin: 0 auto 30px;
	}

#Multi_layered_output_menu li {
	position: relative;
	display: block;
	margin: 0 auto 30px;
	padding: 60px 50px 30px;
	border: 1px solid #003399;
	}
@media screen and (max-width:768px){
#Multi_layered_output_menu li {
	padding: 50px 20px 20px;
	}
}

#Multi_layered_output_menu li h3 {
	margin: 0 0 .5em;
	font-size: 24px;
	line-height: 1.5em;
	}
@media screen and (max-width:768px){
#Multi_layered_output_menu li h3 {
	font-size: 18px;
	}
}

#Multi_layered_output_menu li h3 span {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	background: #003399;
	}

#Multi_layered_output_menu li p {
	font-size: 16px;
	font-weight: 300;
	line-height: 2em;
	}
@media screen and (max-width:768px){
#Multi_layered_output_menu li p {
	font-size: 12px;
	}
}

#Multi_layered_output_menu li img.pic1 {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translate(0,-50%);
	width: 40%;
	}
@media screen and (max-width:1100px){
#Multi_layered_output_menu li img.pic1 {
	width: 35%;
	top: 80px;
	right: 10px;
	}
}
@media screen and (max-width:768px){
#Multi_layered_output_menu li img.pic1 {
	top: 60px;
	}
}
@media screen and (max-width:767.98px){
#Multi_layered_output_menu li img.pic1 {
	position: relative;
	right: auto;
	top: auto;
	transform: translate(0,0);
	width: 100%;
	margin: 1em 0 0 0;
	}
}

#Multi_layered_output_menu li img.pic2 {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translate(0,-50%);
	width: 200px;
	}
@media screen and (max-width:1100px){
#Multi_layered_output_menu li img.pic2 {
	width: 110px;
	right: 10px;
	top: 77%;
	}
}
@media screen and (max-width:768px){
#Multi_layered_output_menu li img.pic2 {
	width: 80px;
	}
}
@media screen and (max-width:767.98px){
#Multi_layered_output_menu li img.pic2 {
	position: relative;
	right: auto;
	top: auto;
	transform: translate(0,0);
	width: 70%;
	margin: 1em auto 0;
	}
}

/* #coach */
#coach {
	padding: 100px 0;
	background: url(../img/bg_blue.jpg) center center no-repeat #001E45;
	background-size: cover;
	}
@media screen and (max-width:1100px){
#coach {
	padding: 50px 30px;
	}
}
@media screen and (max-width:767.98px){
#coach {
	padding: 10vw 4vw;
	}
}

#coach h2 {
	position: relative;
	margin: 0 0 1.5em;
	color: #fff;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: .5em;
	text-indent: .5em;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.8);
	}
@media screen and (max-width:1100px){
#coach h2 {
	font-size: 26px;
	}
}
@media screen and (max-width:767.98px){
#coach h2 {
	font-size: 6vw;
	}
}

#coach h2:after {
	position: absolute;
	left: 50%;
	bottom: 0px;
	transform: translate(-50%,0);
	content: "";
	width: 280px;
	height: 3px;
	background: #003399;
	box-shadow: 0 1px 2px rgba(0,0,0,.8);
	}

#coach .desc {
	margin: 0 0 2em;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 2em;
	text-align: center;
	}

#coach ol {
	max-width: 1300px;
	margin: 0 auto 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
@media screen and (max-width:767.98px){
#coach ol {
	margin: 0 0 10px;
	}
}

#coach ol li {
	position: relative;
	display: block;
	width: 18%;
	padding: 0;
	background: #fff;
	border: 1px solid #003399;
	}
@media screen and (max-width:767.98px){
#coach ol li {
	width: 100%;
	margin: 0 0 20px;
	}
}

#coach ol li:after {
	position: absolute;
	right: -25px;
	top: 50%;
	transform: translate(0,-10px);
	color: #fff;
	content: "\f054" !important;
	font-family: FontAwesome;
	}
@media screen and (max-width:1100px){
#coach ol li:after {
	right: -20px;
	}
}
@media screen and (max-width:1100px){
#coach ol li:after {
	right: -17px;
	}
}
@media screen and (max-width:767.98px){
#coach ol li:after {
	right: 50%;
	top: auto;
	bottom: -20px;
	transform: rotate(90deg) translate(2.5px, -10px);
	}
}

#coach ol li:last-child:after {
	display: none;
	}

#coach ol li h3 {
	display: block;
	padding: 10px 0;
	color: #fff;
	font-size: 21px;
	text-align: center;
	background: #003399;
	}
@media screen and (max-width:1100px){
#coach ol li h3 {
	font-size: 18px;
	}
}
@media screen and (max-width:768px){
#coach ol li h3 {
	font-size: 14px;
	}
}

#coach ol li img {
	display: block;
	width: 60%;
	margin: 10px auto;
	}
@media screen and (max-width:767.98px){
#coach ol li img {
	width: 30%;
	}
}

#coach .column {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto 2em;
	padding: 30px;
	background: #fff;
	}
@media screen and (max-width:1100px){
#coach .column {
	padding: 20px;
	}
}

#coach .title {
	width: 100%;
	margin: 0 auto 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
@media screen and (max-width:768px){
#coach .title {
	margin: 0 auto 20px;
	}
}
@media screen and (max-width:767.98px){
#coach .title {
	margin: 0 0 10px;
	}
}

#coach .title li {
	position: relative;
	display: block;
	width: 32%;
	padding: 10px 0;
	color: #fff;
	font-size: 21px;
	line-height: 1.5em;
	text-align: center;
	background: #003399;
	}
@media screen and (max-width:1100px){
#coach .title li {
	font-size: 18px;
	}
}
@media screen and (max-width:768px){
#coach .title li {
	font-size: 14px;
	}
}
@media screen and (max-width:767.98px){
#coach .title li {
	width: 100%;
	margin: 0 0 20px;
	}
}

#coach .icons {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

#coach .icons li {
	position: relative;
	display: block;
	width: 20%;
	padding: 10px 0;
	font-size: 16px;
	line-height: 1.5em;
	text-align: center;
	}
@media screen and (max-width:1100px){
#coach .icons li {
	font-size: 14px;
	letter-spacing: 0;
	}
}
@media screen and (max-width:768px){
#coach .icons li {
	font-size: 10px;
	}
}
@media screen and (max-width:767.98px){
#coach .icons li {
	width: 50%;
	margin: 0 0 10px;
	font-size: 14px;
	}
}

#coach .icons img {
	display: block;
	height: 80px;
	margin: 0 auto 20px;
	}
@media screen and (max-width:768px){
#coach .icons img {
	height: 50px;
	margin: 0 auto 10px;
	}
}

#coach .summary {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	max-width: 1300px;
	margin: 0 auto 2em;
	color: #fff;
	}

#coach .summary div {
	width: 50%;
	padding: 50px 20px 20px;
	}
@media screen and (max-width:1100px){
#coach .summary div {
	width: 45%;
	padding: 30px 20px 0;
	}
}
@media screen and (max-width:767.98px){
#coach .summary div {
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	}
}

#coach .summary div.standard {
	width: 50%;
	position: relative;
	border: 1px solid #003399;
	background: #020F24;
	}
@media screen and (max-width:1100px){
#coach .summary div.standard {
	width: 55%;
	}
}
@media screen and (max-width:767.98px){
#coach .summary div.standard {
	width: 100%;
	padding: 20px;
	}
}

#coach .summary h3 {
	margin: 0 0 .5em;
	font-size: 24px;
	line-height: 1.5em;
	}
@media screen and (max-width:1100px){
#coach .summary h3 {
	font-size: 20px;
	}
}

#coach .summary p {
	margin: 0 0 1em;
	font-size: 16px;
	font-weight: 300;
	line-height: 2em;
	}
@media screen and (max-width:1100px){
#coach .summary p {
	font-size: 14px;
	}
}

#coach .summary h4 {
	margin: 0 0 .5em;
	font-size: 20px;
	line-height: 1.5em;
	}
@media screen and (max-width:1100px){
#coach .summary h4 {
	font-size: 18px;
	}
}

#coach .summary ul {
	padding-left: 1em;
	font-size: 14px;
	font-weight: 300;
	line-height: 2em;
	}

#coach .summary img.pic1 {
	position: absolute;
	right: 30px;
	top: 30px;
	display: block;
	width: 200px;
	}
@media screen and (max-width:1100px){
#coach .summary img.pic1 {
	width: 170px;
	}
}
@media screen and (max-width:768px){
#coach .summary img.pic1 {
	right: 10px;
	top: auto;
	bottom: 10px;
	width: 150px;
	}
}
@media screen and (max-width:767.98px){
#coach .summary img.pic1 {
	position: relative;
	right: auto;
	top: auto;
	bottom: auto;
	width: 200px;
	margin: 10px auto 0;
	}
}

#coach .summary img.pic2 {
	position: absolute;
	right: 20px;
	bottom: 10px;
	width: 270px;
	}
@media screen and (max-width:1100px){
#coach .summary img.pic2 {
	width: 170px;
	}
}
@media screen and (max-width:768px){
#coach .summary img.pic2 {
	right: 10px;
	bottom: 10px;
	width: 150px;
	}
}
@media screen and (max-width:767.98px){
#coach .summary img.pic2 {
	position: relative;
	right: auto;
	bottom: auto;
	width: 100%;
	margin: 15px 0 0 0;
	}
}

/* a.bt_coach */
a.bt_coach {
	position: relative;
	display: block;
	width: 100%;
	max-width: 400px;
	margin: 0 auto 5em;
	padding: 10px 0;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 2em;
	text-align: center;
	background: #004499;
	transition: 1s cubic-bezier(0.25, 1, 0.5, 1);
	}
a.bt_coach:hover {
	background: #0055bb;
	}
@media screen and (max-width:767.98px){
a.bt_coach {
	font-size: 4vw;
	}
}

a.bt_coach:before {
	content: "\f054" !important;
	font-family: FontAwesome;
	padding: 0 5px 0 0;
	}

/* #successful */
#successful {
	padding: 100px 4vw 0;
	background: #fff;
	}
@media screen and (max-width:768px){
#successful {
	padding: 50px 4vw 0;
	}
}
@media screen and (max-width:767.98px){
#successful {
	padding: 20vw 4vw 0;
	}
}

#successful h2 {
	position: relative;
	margin: 0 0 1.5em;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: .25em;
	text-indent: .25em;
	text-align: center;
	}
@media screen and (max-width:1100px){
#successful h2 {
	font-size: 26px;
	}
}
@media screen and (max-width:767.98px){
#successful h2 {
	font-size: 4.5vw;
	letter-spacing: .15em;
	}
}

#successful h2:after {
	position: absolute;
	left: 50%;
	bottom: 0px;
	transform: translate(-50%,0);
	content: "";
	width: 280px;
	height: 3px;
	background: #003399;
	}

#successful p.summary {
	margin: 0 0 2em;
	font-size: 16px;
	font-weight: 500;
	line-height: 2em;
	text-align: center;
	}
@media screen and (max-width:1100px){
#successful p.summary {
	font-size: 14px;
	}
}
@media screen and (max-width:768px){
#successful p.summary {
	font-size: 12px;
	letter-spacing: .01em;
	}
}
@media screen and (max-width:767.98px){
#successful p.summary {
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 0;
	}
}

#successful .column {
	padding: 50px 0;
	}
@media screen and (max-width:768px){
#successful .column {
	padding: 25px 0;
	}
}

#successful h3.subtitle {
	position: relative;
	margin: 0 0 1.5em;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: .25em;
	text-indent: .25em;
	text-align: center;
	}
@media screen and (max-width:1100px){
#successful h3.subtitle {
	font-size: 22px;
	}
}
@media screen and (max-width:767.98px){
#successful h3.subtitle {
	font-size: 4.5vw;
	letter-spacing: .15em;
	}
}

#successful h3.subtitle:after {
	position: absolute;
	left: 50%;
	bottom: 0px;
	transform: translate(-50%,0);
	content: "";
	width: 200px;
	height: 2px;
	background: #003399;
	}

#successful .info {
	width: fit-content;
	padding: 2em 0 0;
	margin: 0 auto 2em ;
	}

#successful .info h4 {
	margin: 0 0 2em;
	font-size: 20px;
	line-height: 1.5em;
	text-align: center;
	}
@media screen and (max-width:768px){
#successful .info h4 {
	font-size: 16px;
	}
}

#successful .info h5 {
	margin: 0 0 .5em;
	font-size: 18px;
	}
@media screen and (max-width:768px){
#successful .info h5 {
	font-size: 14px;
	}
}

#successful .info p {
	margin: 0 0 .5em;
	font-size: 16px;
	line-height: 2em;
	}
@media screen and (max-width:768px){
#successful .info p {
	font-size: 12px;
	}
}

#successful ol {
	display: block;
	width: 100%;
	max-width: 1300px;
	margin: 0 auto 30px;
	}

#successful li {
	position: relative;
	display: block;
	margin: 0 auto 30px;
	padding: 60px 50px 30px;
	border: 1px solid #003399;
	}
@media screen and (max-width:768px){
#successful li {
	padding: 50px 20px 20px;
	}
}

#successful li h3 {
	margin: 0 0 .5em;
	font-size: 24px;
	line-height: 1.5em;
	}
@media screen and (max-width:1100px){
#successful li h3 {
	font-size: 20px;
	}
}
@media screen and (max-width:768px){
#successful li h3 {
	font-size: 18px;
	}
}

#successful li h3 span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 40px;
	color: #fff;
	font-size: 17px;
	text-align: center;
	background: #003399;
	}
@media screen and (max-width:768px){
#successful li h3 span {
	height: 30px;
	}
}

#successful li h3 span span {
	position: relative;
	left: auto;
	top: auto;
	width: auto;
	height: auto;
	font-size: 24px;
	}

#successful li p {
	font-size: 16px;
	font-weight: 300;
	line-height: 2em;
	}
@media screen and (max-width:1100px){
#successful li p {
	font-size: 14px;
	}
}
@media screen and (max-width:768px){
#successful li p {
	font-size: 12px;
	}
}

#successful img {
	display: block;
	width: 100%;
	max-width: 1300px;
	margin: 0 auto 2em;
	}

#successful img.successful2a {
	margin-top: 1em;
	}

#successful div.successful2b {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

#successful div.successful2b p {
	display: block;
	width: 49%;
	}
@media screen and (max-width:767.98px){
#successful div.successful2b p {
	width: 100%;
	margin: 0 0 20px;
	}
}

#successful div.successful2b img {
	display: block;
	width: 49%;
	}
@media screen and (max-width:767.98px){
#successful div.successful2b img {
	width: 100%;
	}
}

#successful div.successful3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

#successful div.successful3 .txt {
	display: block;
	width: 69%;
	}
@media screen and (max-width:767.98px){
#successful div.successful3 .txt {
	width: 100%;
	margin: 0 0 20px;
	}
}

#successful div.successful3 img {
	display: block;
	width: 27%;
	}
@media screen and (max-width:767.98px){
#successful div.successful3 img {
	width: 100%;
	}
}

#successful div.successful4 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	}

#successful div.successful4 .txt {
	display: block;
	width: 69%;
	}
@media screen and (max-width:767.98px){
#successful div.successful4 .txt {
	width: 100%;
	}
}

#successful div.successful4 img {
	display: block;
	width: 27%;
	}
@media screen and (max-width:767.98px){
#successful div.successful4 img {
	width: 100%;
	}
}

#successful .app_shadowing {
	max-width: 1300px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	}

#successful .app_shadowing div {
	width: 80%;
	}

#successful .app_shadowing img {
	display: block;
	width: 15%;
	}

#successful .shadowing_column {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 1300px;
	margin: 0 auto;
	}

#successful .shadowing_column div {
	width: 49%;
	margin: 0;
	}
@media screen and (max-width:767.98px){
#successful .shadowing_column div {
	width: 100%;
	}
}

#successful .shadowing_column ol li {
	margin: 0 0 10px;
	padding: 60px 10px 10px 30px;
	}

#successful .shadowing_column p {
	margin: 0 0 .5em;
	font-size: 16px;
	line-height: 2em;
	}
@media screen and (max-width:768px){
#successful .shadowing_column p {
	font-size: 12px;
	}
}

#successful .shadowing_column img {
	display: block;
	width: 49%;
	margin: 0;
	}
@media screen and (max-width:767.98px){
#successful .shadowing_column img {
	width: 100%;
	}
}







