@charset "UTF-8";

/* a.cv */
a.cv {
	position: relative;
	display: block;
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	padding: 40px 0 10px;
	color: #000;
	font-size: 36px;
	font-weight: 600;
	line-height: 2em;
	text-align: center;
	background: #FFC300;
	background: linear-gradient(180deg,rgba(255, 195, 0, 1) 0%, rgba(254, 204, 25, 1) 50%, rgba(235, 187, 28, 1) 50%, rgba(255, 217, 0, 1) 100%);
	transition: 1s cubic-bezier(0.25, 1, 0.5, 1);
	}
a.cv:hover {
	background: #ffcd29;
	background: linear-gradient(180deg,rgba(255, 205, 41, 1) 0%, rgba(255, 212, 59, 1) 50%, rgba(255, 207, 51, 1) 50%, rgba(255, 224, 46, 1) 100%);
	}
@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;
	line-height: 2em;
	}
}

#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: 4vw;
	letter-spacing: 0;
	text-align: justify;
	}
}

#intro .more {
	width: 100%;
	margin: 0 0 3em;
	text-align: right;
	}
@media screen and (max-width:767.98px){
#intro .more {
	text-align: center;
	}
}

#intro a.bt {
	display: inline;
	width: fit-content;
	padding: 15px 10px;
	color: #fff;
	font-size: 16px;
	background: #003399;
	transition: 1s cubic-bezier(0.25, 1, 0.5, 1);
	}
@media screen and (max-width:767.98px){
#intro a.bt {
	font-size: 4vw;
	}
}

#intro a.bt:hover {
	background: #0055bb;
	}

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

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

#led h2 {
	position: relative;
	margin: 0 0 1.5em;
	font-size: 32px;
	font-weight: 600;
	letter-spacing: .1em;
	text-indent: .1em;
	text-align: center;
	}
@media screen and (max-width:1100px){
#led h2 {
	font-size: 26px;
	}
}
@media screen and (max-width:767.98px){
#led h2 {
	font-size: 6vw;
	letter-spacing: .07em;
	}
}

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

#led .inner {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	}

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

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

#wall h2 {
	position: relative;
	margin: 0 0 1.5em;
	font-size: 32px;
	font-weight: 600;
	letter-spacing: .1em;
	text-indent: .1em;
	text-align: center;
	}
@media screen and (max-width:1100px){
#wall h2 {
	font-size: 26px;
	}
}
@media screen and (max-width:767.98px){
#wall h2 {
	font-size: 6vw;
	letter-spacing: .07em;
	}
}

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

#wall .inner {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	}

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

#wall .inner ul {
	display: block;
	width: fit-content;
	margin: 0 auto 2em;
	}

#wall .inner ul li {
	display: block;
	padding: 5px 0 5px 1.5em;
	text-indent: -1.7em;
	}

#wall .inner ul li:before {
	margin-right: .28em;
	content: "☑️";
	}

#wall .bt {
	position: relative;
	display: block;
	width: fit-content;
	margin: 0 auto 2em;
	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);
	cursor: pointer;
	}
#wall .bt:hover {
	background: #0055bb;
	}
@media screen and (max-width:1100px){
#wall .bt {
	font-size: 14px;
	}
}
@input screen and (max-width:767.98px){
#wall .bt {
	font-size: 4vw;
	}
}

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

#wall .column {
	display: none;
	width: 100%;
	max-width: 1340px;
	margin: 0 auto;
	padding: 100px 50px;
	background: #F9F9F9;
	}
@media screen and (max-width:768px){
#wall .column {
	padding: 25px 0;
	}
}
@media screen and (max-width:767.98px){
#wall .column {
	padding: 25px 4vw;
	}
}

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

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

#wall .column p {
	margin: 0 0 2em;
	font-size: 16px;
	font-weight: 400;
	line-height: 2em;
	text-align: center;
	}
@media screen and (max-width:767.98px){
#wall .column p {
	font-size: 4vw;
	text-align: justify;
	}
}

#wall .wall1 {
	width: 100%;
	margin: 0 0 2em;
	padding: 50px 30px;
	background: #EBEBEB;
	}
@media screen and (max-width:767.98px){
#wall .wall1 {
	padding: 7vw 4vw;
	}
}

#wall .wall1 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: strech;
	margin: 0 0 2em;
	}
@media screen and (max-width:767.98px){
#wall .wall1 ul {
	margin: 0;
	}
}

#wall .wall1 ul li {
	display: block;
	width: 32%;
	padding: 40px 20px;
	background: #D4D4D4;
	}
@media screen and (max-width:767.98px){
#wall .wall1 ul li {
	margin: 0 0 1em;
	width: 100%;
	}
}

#wall .wall1 ul li h4 {
	position: relative;
	display: block;
	width: fit-content;
	margin: 0 auto 10px;
	padding: 10px 0 10px 70px;
	font-size: 20px;
	line-height: 1em;
	text-align: center;
	}

#wall .wall1 ul li p {
	margin: 0;
	padding: 0;
	text-align: left;
	}

#wall .wall1 ul li img {
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	}

#wall .wall1 p.summary {
	margin: 0;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
	}
@media screen and (max-width:767.98px){
#wall .wall1 p.summary {
	font-size: 5vw;
	}
}

#wall .wall2 {
	width: 100%;
	margin: 0 0 2em;
	padding: 50px 20px;
	background: #EBEBEB;
	}
@media screen and (max-width:767.98px){
#wall .wall2 {
	padding: 7vw 4vw 1vw;
	}
}

#wall .wall2 .column {
	margin: 0;
	padding: 0;
	background: none;
	}

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

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

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

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

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

#wall .wall2 li h4 span span {
	position: relative;
	left: auto;
	top: auto;
	width: auto;
	height: auto;
	font-size: 24px;
	}

#wall .wall2 li p {
	font-size: 16px;
	line-height: 2em;
	text-align: left;
	}
@media screen and (max-width:1100px){
#wall .wall2 li p {
	font-size: 14px;
	}
}
@media screen and (max-width:767.98px){
#wall .wall2 li p {
	font-size: 4vw;
	text-align: justify;
	}
}

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

#wall .wall2 img.input2a {
	margin-top: 1em;
	}

#wall .wall2 div.input2b {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

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

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

#wall .wall2 div.input3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

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

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

#wall .wall2 div.input4 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	}

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

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

/* #leaning5model */
#leaning5model {
	padding: 100px 4vw 4vw;
	background: url(../img/bg_blue.jpg) center center #001E45;
	}
@media screen and (max-width:768px){
#leaning5model {
	padding: 50px 4vw 4vw;
	}
}
@media screen and (max-width:767.98px){
#leaning5model {
	padding: 20vw 4vw 4vw;
	}
}

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

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

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

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

#leaning5model ol li {
	position: relative;
	display: block;
	width: 16%;
	padding: 30px 10px 10px;
	background: #fff;
	border: 1px solid #003399;
	list-style-type: none;
	}
@media screen and (max-width:768px){
#leaning5model ol li {
	width: 32%;
	margin: 0 0 10px;
	}
}
@media screen and (max-width:767.98px){
#leaning5model ol li {
	width: 100%;
	margin: 0 0 20px;
	}
}

#leaning5model ol li:last-of-type {
	background: #E3ECFF;
	}

#leaning5model ol li:before {
	position: absolute;
	left: 20px;
	top: 20px;
	display: block;
	width: 20px;
	height: 20px;
	color: #003399;
	font-size: 12px;
	line-height: 20px;
	counter-increment: listnum;
	content: counter(listnum);
	text-align: center;
	border: 1px solid #003399;
	}

#leaning5model ol li:last-of-type:before {
	display: none;
	}

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

#leaning5model ol li h3 {
	display: block;
	font-size: 21px;
	text-align: center;
	}
@media screen and (max-width:1100px){
#leaning5model ol li h3 {
	font-size: 18px;
	}
}

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

#leaning5model .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);
	cursor: pointer;
	}
#leaning5model .bt:hover {
	background: #0055bb;
	}
@media screen and (max-width:1100px){
#leaning5model .bt {
	font-size: 14px;
	}
}
@media screen and (max-width:767.98px){
#leaning5model .bt {
	font-size: 4vw;
	}
}

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

/* #fivestage_model */
#fivestage_model {
	display: none;
	padding: 30px 0;
	}
@media screen and (max-width:768px){
#fivestage_model {
	padding: 50px 0 0;
	}
}
@media screen and (max-width:767.98px){
#fivestage_model {
	padding: 10vw 0 0;
	}
}

#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;
	}
}
@media screen and (max-width:767.98px){
#fivestage_model h3 {
	padding-top: 1em;
	font-size: 4.5vw;
	}
}

#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:767.98px){
#fivestage_model h3 span {
	width: 100%;
	font-size: 5vw;
	}
}

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

#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;
	}
}

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

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

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

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

#output p.notice {
	margin: 0 0 2em;
	font-size: 12px;
	font-weight: 300;
	line-height: 2em;
	text-align: center;
	}
@media screen and (max-width:767.98px){
#output p.notice {
	padding-left: 1em;
	font-size: 3vw;
	letter-spacing: 0;
	text-align: justify;
	text-indent: -1em;
	}
}

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

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

#output ol li:before {
	position: absolute;
	left: 20px;
	top: 20px;
	display: block;
	width: 20px;
	height: 20px;
	color: #003399;
	font-size: 12px;
	line-height: 20px;
	counter-increment: listnum;
	content: counter(listnum);
	text-align: center;
	border: 1px solid #003399;
	}

#output .column ol li:before {
	display: none;
	}

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

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

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

#output .bt {
	position: relative;
	display: block;
	width: fit-content;
	margin: 0 auto 30px;
	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);
	cursor: pointer;
	}
#output .bt:hover {
	background: #0055bb;
	}
@media screen and (max-width:1100px){
#output .bt {
	font-size: 14px;
	}
}
@input screen and (max-width:767.98px){
#output .bt {
	font-size: 4vw;
	}
}

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

#output .column {
	display: none;
	padding: 0;
	}
@media screen and (max-width:768px){
#output .column {
	padding: 0;
	}
}

#output 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){
#output h3.subtitle {
	font-size: 22px;
	}
}
@media screen and (max-width:767.98px){
#output h3.subtitle {
	font-size: 4.5vw;
	letter-spacing: .15em;
	}
}

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

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

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

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

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

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

#output .column li {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto 30px;
	padding: 60px 50px 30px;
	border: 1px solid #003399;
	}
@media screen and (max-width:768px){
#output .column li {
	padding: 50px 20px 20px;
	}
}
@media screen and (max-width:767.98px){
#output .column li {
	margin: 0 auto 1.5em;
	}
}

#output .column li:after {
	display: none;
	}

#output .column li h3 {
	margin: 0 0 .5em;
	padding: 0;
	color: #000;
	font-size: 24px;
	line-height: 1.5em;
	text-align: left;
	background: none;
	}
@media screen and (max-width:1100px){
#output .column li h3 {
	font-size: 20px;
	}
}
@media screen and (max-width:768px){
#output .column li h3 {
	font-size: 18px;
	}
}

#output .column 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){
#output .column li h3 span {
	height: 30px;
	}
}

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

#output .column li p {
	font-size: 16px;
	font-weight: 300;
	line-height: 2em;
	}
@media screen and (max-width:1100px){
#output .column li p {
	font-size: 14px;
	}
}
@media screen and (max-width:767.98px){
#output .column li p {
	padding: 0;
	font-size: 4vw;
	letter-spacing: 0;
	text-align: justify;
	}
}

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

#output .column img.input2a {
	margin-top: 1em;
	}

#output .column div.input2b {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

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

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

#output .column div.input3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

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

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

#output .column div.input4 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	}

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

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

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

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

#studyframe 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);
	}

#studyframe .summary {
	margin: 0 0 2em;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 2em;
	text-align: center;
	}
@media screen and (max-width:767.98px){
#studyframe .summary {
	font-size: 4vw;
	text-align: justify;
	}
}


#studyframe .structure {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	}

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

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

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

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

#studyframe .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){
#studyframe .structure table thead th {
	font-size: 16px;
	}
}

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

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

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

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

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

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

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

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

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

#studyframe .more {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 3em;
	text-align: right;
	}
@media screen and (max-width:767.98px){
#studyframe .more {
	text-align: center;
	}
}

#studyframe a.bt {
	display: inline;
	width: fit-content;
	padding: 15px 10px;
	color: #fff;
	background: #003399;
	transition: 1s cubic-bezier(0.25, 1, 0.5, 1);
	}

#studyframe a.bt:hover {
	background: #0055bb;
	}

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

#studyframe .bt {
	position: relative;
	display: block;
	width: fit-content;
	margin: 0 auto 30px;
	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);
	cursor: pointer;
	}
#studyframe .bt:hover {
	background: #0055bb;
	}
@media screen and (max-width:1100px){
#studyframe .bt {
	font-size: 14px;
	}
}
@input screen and (max-width:767.98px){
#studyframe .bt {
	font-size: 4vw;
	}
}

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

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

#studyframe 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){
#studyframe ol li {
	padding: 60px 30px 30px;
	}
}

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

#studyframe 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){
#studyframe ol li h3 span {
	width: 120px;
	font-size: 20px;
	}
}

#studyframe ol li p {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 2em;
	}
@media screen and (max-width:1100px){
#studyframe ol li p {
	font-size: 14px;
	}
}
@media screen and (max-width:767.98px){
#studyframe ol li p {
	font-size: 4vw;
	text-align: justify;
	}
}

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

#studyframe ol li a.bt:hover {
	background: #0055bb;
	}

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

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

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

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

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

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

#studyframe .shadowing {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 100px 0;
	}
@media screen and (max-width:767.98px){
#studyframe .shadowing {
	padding: 10vw 0;
	}
}

#studyframe .shadowing h3 {
	position: relative;
	margin: 0 0 30px;
	color: #fff;
	font-size: 26px;
	font-weight: 500;
	line-height: 2em;
	letter-spacing: .2em;
	text-align: center;
	}
@media screen and (max-width:767.98px){
#studyframe .shadowing h3 {
	font-size: 5.5vw;
	letter-spacing: .1em;
	}
}

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

#studyframe .shadowing .intro {
	margin: 0 auto 2em;
	color: #fff;
	text-align: center;
	line-height: 2em;
	}

#studyframe .shadowing .summary {
	display: block;
	width: fit-content;
	margin: 0 auto 2em;
	color: #fff;
	text-align: left;
	line-height: 2em;
	}

#studyframe .shadowing .inner {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 0 30px;
	}

#studyframe .shadowing .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	}

#studyframe .shadowing .effect {
	width: 53%;
	}
@media screen and (max-width:767.98px){
#studyframe .shadowing .effect {
	width: 100%;
	margin: 0 0 20px;
	}
}

#studyframe .shadowing .effect div {
	position: relative;
	margin: 0 0 10px;
	padding: 60px 40px 20px;
	background: #ffffff;
	border: 1px solid #003399;
	}
@media screen and (max-width:767.98px){
#studyframe .shadowing .effect div {
	padding: 50px 20px 20px;
	}
}

#studyframe .shadowing .effect h4 {
	font-size: 24px;
	line-height: 1.5em;
	}
@media screen and (max-width:767.98px){
#studyframe .shadowing .effect h4 {
	font-size: 4.5vw;
	}
}

#studyframe .shadowing .effect h4 span {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: fit-content;
	padding: 3px 15px;
	color: #fff;
	font-size: 17px;
	text-align: center;
	background: #003399;
	}

#studyframe .shadowing .effect h4 span span {
	position: relative;
	display: inline;
	padding: 0;
	font-size: 24px;
	}

#studyframe .shadowing .effect p {
	font-size: 16px;
	line-height: 2em;
	}

#studyframe .shadowing .step {
	width: 45%;
	}
@media screen and (max-width:767.98px){
#studyframe .shadowing .step {
	width: 100%;
	}
}

#studyframe .shadowing .step div {
	margin: 0 0 10px;
	padding: 23.5px 0;
	text-align: center;
	}

#studyframe .shadowing .step h4 {
	font-size: 23px;
	font-weight: 600;
	}

#studyframe .shadowing .step p {
	font-size: 16px;
	}

#studyframe .shadowing .step .step1 {
	background: #E3ECFF;
	}

#studyframe .shadowing .step .step2 {
	background: #AAC7EE;
	}

#studyframe .shadowing .step .step3 {
	background: #4795EA;
	}

#studyframe .shadowing .step .step4 {
	color: #fff;
	background: #003399;
	}

#studyframe .shadowing .step .step5 {
	color: #fff;
	background: #001E45;
	}

#studyframe #rehearsal {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 100px 0;
	}
@media screen and (max-width:767.98px){
#studyframe #rehearsal {
	padding: 10vw 0;
	}
}

#studyframe #rehearsal h3 {
	position: relative;
	margin: 0 0 30px;
	color: #fff;
	font-size: 26px;
	font-weight: 500;
	line-height: 2em;
	letter-spacing: .2em;
	text-align: center;
	}
@media screen and (max-width:767.98px){
#studyframe #rehearsal h3 {
	font-size: 4.5vw;
	letter-spacing: .1em;
	line-height: 1.5em;
	}
}

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

#studyframe #rehearsal p {
	margin: 0 auto 2em;
	color: #fff;
	line-height: 2em;
	text-align: center;
	}
@media screen and (max-width:767.98px){
#studyframe #rehearsal p {
	font-size: 4vw;
	letter-spacing: 0;
	text-align: justify;
	}
}

#studyframe #rehearsal img {
	display: block;
	margin: 0 0 20px;
	}

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

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

.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;
	}
}
@media screen and (max-width:767.98px){
.expert .inner div p {
	font-size: 4vw;
	text-align: justify;
	}
}

.expert .inner div.profile p {
	font-size: 13px;
	font-weight: 300;
	}
@media screen and (max-width:767.98px){
.expert .inner div.profile p {
	font-size: 4vw;
	text-align: justify;
	}
}

/* #Multi_layered_output_menu */
#Multi_layered_output_menu {
	padding: 100px 4vw;
	background: url(../img/bg_blue.jpg) center center #001E45;
	}
@media screen and (max-width:768px){
#Multi_layered_output_menu {
	padding: 50px 4vw;
	}
}
@media screen and (max-width:767.98px){
#Multi_layered_output_menu {
	padding: 20vw 4vw 10vw;
	}
}

#Multi_layered_output_menu h2 {
	position: relative;
	margin: 0 0 1.5em;
	color: #fff;
	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;
	color: #fff;
	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;
	}
}
@media screen and (max-width:767.98px){
#Multi_layered_output_menu p.summary {
	font-size: 4vw;
	font-weight: 400;
	letter-spacing: 0;
	text-align: justify;
	}
}

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

#Multi_layered_output_menu .bt {
	position: relative;
	display: block;
	width: fit-content;
	margin: 0 auto 30px;
	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);
	cursor: pointer;
	}
#Multi_layered_output_menu .bt:hover {
	background: #0055bb;
	}
@media screen and (max-width:1100px){
#Multi_layered_output_menu .bt {
	font-size: 14px;
	}
}
@input screen and (max-width:767.98px){
#Multi_layered_output_menu .bt {
	font-size: 4vw;
	}
}

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

#Multi_layered_output_menu ol {
	display: none;
	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;
	background: #fff;
	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;
	}
}
@media screen and (max-width:767.98px){
#Multi_layered_output_menu li p {
	font-size: 4vw;
	letter-spacing: 0;
	text-align: justify;
	}
}

#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;
	}
}

/* #advanced */
#advanced {
	padding: 100px 4vw;
	background: url(../img/bg_blue.jpg) center center #001E45;
	}
@media screen and (max-width:768px){
#advanced {
	padding: 50px 4vw;
	}
}
@media screen and (max-width:767.98px){
#advanced {
	padding: 20vw 4vw 4vw;
	}
}

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

#advanced h2 br {
	display: none;
	}
@media screen and (max-width:767.98px){
#advanced h2 br {
	display: inline;
	}
}

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

#advanced p.intro {
	margin: 0 0 2em;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 2em;
	text-align: center;
	}
@media screen and (max-width:1100px){
#advanced p.intro {
	font-size: 14px;
	}
}
@media screen and (max-width:768px){
#advanced p.intro {
	font-size: 12px;
	letter-spacing: .01em;
	}
}
@media screen and (max-width:767.98px){
#advanced p.intro {
	font-size: 4vw;
	letter-spacing: 0;
	text-align: justify;
	}
#advanced p.intro br {
	display: none;
	}
}

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

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

#advanced ol li:before {
	position: absolute;
	left: 20px;
	top: 20px;
	display: block;
	width: 20px;
	height: 20px;
	color: #003399;
	font-size: 12px;
	line-height: 20px;
	counter-increment: listnum;
	content: counter(listnum);
	text-align: center;
	border: 1px solid #003399;
	}

#advanced .column ol li:before {
	display: none;
	}

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

#advanced ol li h3 {
	display: block;
	padding: 10px 0;
	font-size: 24px;
	line-height: 1.25em;
	text-align: center;
	}
@media screen and (max-width:1100px){
#advanced ol li h3 {
	font-size: 18px;
	}
}

#advanced ol li h4 {
	display: block;
	padding: 0;
	font-size: 14px;
	text-align: center;
	}

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

#advanced ol li p.summary {
	display: block;
	color: #003399;
	border-top: 1px solid #000;
	}

#advanced .more {
	width: 100%;
	margin: 0 0 3em;
	text-align: center;
	}

#advanced a.bt {
	display: inline;
	width: fit-content;
	padding: 15px 10px;
	color: #fff;
	font-size: 16px;
	background: #003399;
	transition: 1s cubic-bezier(0.25, 1, 0.5, 1);
	}
@media screen and (max-width:767.98px){
#advanced a.bt {
	font-size: 14px;
	}
}

#advanced a.bt:hover {
	background: #0055bb;
	}

#advanced a.bt:before {
	display: inline-block;
	content: "\f054" !important;
	font-family: FontAwesome;
	padding: 10px 0 0 10px;
	rotate: 90deg;
	}

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

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

#dualcore h2 br {
	display: none;
	}
@media screen and (max-width:767.98px){
#dualcore h2 br {
	display: inline;
	}
}

#dualcore h2:after {
	position: absolute;
	left: 50%;
	bottom: -5px;
	transform: translate(-50%,0);
	content: "";
	width: 280px;
	height: 3px;
	background: #003399;
	}
@media screen and (max-width:767.98px){
#dualcore h2:after {
	}
}

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

#dualcore .intro img {
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 75px;
	}

#dualcore ol {
	margin: 0 auto 30px;
	display: block;
	max-width: 1300px;
	}
@media screen and (max-width:767.98px){
#dualcore ol {
	margin: 0 0 10px;
	}
}

#dualcore ol li {
	position: relative;
	display: block;
	width: 100%;
	min-height: 450px;
	margin: 0 0 20px;
	padding: 30px 540px 30px 30px;
	border: 1px solid #003399;
	}
@media screen and (max-width:768px){
#dualcore ol li {
	padding: 30px;
	}
}
@media screen and (max-width:767.98px){
#dualcore ol li {
	padding: 4vw;
	}
}

#dualcore ol li:first-of-type {
	min-height: 210px;
	}

#dualcore ol li h3 {
	display: block;
	padding: 10px 0;
	font-size: 24px;
	text-align: left;
	}
@media screen and (max-width:1100px){
#dualcore ol li h3 {
	font-size: 18px;
	}
}

#dualcore ol li p {
	display: block;
	padding: 0;
	font-size: 16px;
	line-height: 1.5em;
	text-align: left;
	}
@media screen and (max-width:1100px){
#dualcore ol li p {
	margin: 0 0 20px;
	font-size: 14px;
	}
}
@media screen and (max-width:767.98px){
#dualcore ol li p {
	font-size: 4vw;
	line-height: 2em;
	}
}


#dualcore ol li img {
	position: absolute;
	right: 30px;
	top: 30px;
	display: block;
	width: 500px;
	height: auto;
	}
@media screen and (max-width:768px){
#dualcore ol li img {
	position: relative;
	right: auto;
	top: auto;
	width: 100%;
	}
}

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

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

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

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

#professional .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items:flex-start;
	width: 100%;
	max-width: 1300px;
	margin: 0 auto 30px;
	}

#professional .standard {
	width: 35%;
	padding: 30px;
	border: 1px solid #003399;
	}
@media screen and (max-width:767.98px){
#professional .standard {
	width: 100%;
	margin: 0 0 20px;
	}
}

#professional .standard h4 {
	display: block;
	margin: 0 0 .25em;
	font-size: 18px;
	font-weight: 500;
	}
@media screen and (max-width:768px){
#professional .standard h4 {
	font-size: 14px;
	letter-spacing: .01em;
	}
}
@media screen and (max-width:767.98px){
#professional .standard h4 {
	font-size: 5vw;
	}
}

#professional .standard ul {
	display: block;
	}

#professional .standard li {
	display: block;
	padding: 5px 0;
	font-size: 16px;
	}
@media screen and (max-width:768px){
#professional .standard li {
	font-size: 12px;
	letter-spacing: .01em;
	}
}
@media screen and (max-width:767.98px){
#professional .standard li {
	font-size: 4vw;
	}
}

#professional .standard li:before {
	color: #003399;
	content: "\f14a" !important;
	font-family: FontAwesome;
	padding: 0 5px 0 0;
	}

#professional img {
	display: block;
	width: 60%;
	}
@media screen and (max-width:767.98px){
#professional img {
	width: 100%;
	}
}

#professional a.bt_coach {
	display: block;
	width: fit-content;
	margin: 0 auto;
	padding: 15px 10px;
	color: #fff;
	background: #003399;
	transition: 1s cubic-bezier(0.25, 1, 0.5, 1);
	}

#professional a.bt_coach:hover {
	background: #0055bb;
	}

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