@charset "UTF-8";

/* body,Anchor
------------------------------------------------*/
* { box-sizing: border-box; }
body {
	background: #fff;
	margin: 0;
	padding: 0;
	line-height: 1.8;
	font-weight: normal;
	font-style: normal;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 17px;
	color: #333;
}
body.home {
	padding: 75px 0 0;
}
a { overflow: hidden;	text-decoration: none; }
a:link,
a:visited,
a:hover {color: #333; }
input,textarea {
	border: 1px solid #ccc;
	padding: 7px;
	font-size: 17px;
}
select {
	font-size: 17px;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
img {
	vertical-align: bottom;
}
.inner {
	width: 1000px;
	margin: 0 auto;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sp-block {
	display: none;
}
.align-center {
	text-align: center;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
#pagescroll {
	margin: 0;
}
#pagescroll a {
	position: fixed;
	bottom: 40px;
	right: 1%;
	z-index: 200;
	background: #000;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin: 0 0 0 -50px;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	opacity: 0.3;
}
#pagescroll a:after {
	content: '';
	position: absolute;
	top: 55%;
	left: 50%;
	width: 15px;
	height: 15px;
	border-left: solid 1px #fff;
	border-top: solid 1px #fff;
	transform: translate(-50%, -50%) rotate(45deg);
}
#pagescroll a:hover {
	opacity: 0.5;
	transition: 0.3s;
}
.scroll-fade {
	opacity: 0.1;
	transition: all 500ms;
	transform: translate(0, 50px);
}
.scroll-fade.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}
@media screen and (max-width:767px) {
	body,input,textarea,select {
		font-size: 15px;
	}
	body.home {
		padding: 56px 0 0;
	}
	button,
	[type="button"],
	[type="reset"],
	[type="submit"] {
		-webkit-appearance: button;
	}
	.inner {
		width: 100%;
		padding: 0 20px;
	}
	.pc-block {
		display: none;
	}
	.sp-block {
		display: block;
	}
	#pagescroll a {
		bottom: 1%;
	}
	.wrap_box {
		position: relative;
		height: 0;
		padding-top: 56.25%;
	}
	.wrap_box iframe,
	.wrap_box object,
	.wrap_box embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}
/* main
------------------------------------------------*/
#main h2 {
	margin: 0 0 30px;
	letter-spacing: 0.06em;
	text-align: center;
	font-size: 35px;
	font-weight: normal;
}
#main .btn a {
	display: block;
	position: relative;
	background: #459667;
	border-radius: 25px;
	width: 250px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
#main .btn a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 8px;
	height: 8px;
	border-left: solid 1px #fff;
	border-top: solid 1px #fff;
	transform: translate(0, -50%) rotate(135deg);
}
#main .btn.back a:after {
	right: auto;
	left: 20px;
	transform: translate(0, -50%) rotate(-45deg);
}
#main .btn a:hover {
	opacity: 0.8;
}
#main #about {
	width: 800px;
	margin: 50px auto 0;
}
#main #about ul {
	display: flex;
	justify-content: center;
}
#main #about ul li {
	margin: 0 0 0 20px;
}
#main #about ul li:first-child {
	margin: 0;
}
#main #staff {
	background: #F7FCF9;
	margin: 50px 0 0;
	padding: 50px 0;
}
#main #staff .flex:after {
	content: "";
	display: block;
	width: 30.5%;
}
#main #staff .box {
	width: 30.5%;
	margin: 20px 0 0;
}
#main #staff .box a {
	display: block;
	position: relative;
	height: 100%;
	padding: 0 0 60px;
}
#main #staff .box a:hover {
	opacity: 0.8;
}
#main #staff .box p {
	margin: 0;
}
#main #staff .box img {
	max-width: 100%;
	height: auto;
}
#main #staff .box h3 {
	margin: 10px 0;
	line-height: 1.5;
	font-size: 18px;
}
#main #staff .box small {
	font-size: 14px;
}
#main #staff .box h3 + p {
	position: absolute;
	bottom: 0;
}
#main #step {
	background: url("img/step-bgimg.jpg") no-repeat center top;
	background-size: auto 350px;
	padding: 400px 0 40px;
}
#main #step .inner {
	width: 800px;
}
#main #step h3 {
	margin: 0;
	text-align: center;
	font-size: 21px;
	color: #459667;
}
#main #step .btn a {
	margin: 0 auto;
}
#main #voice {
	margin-top: 50px;
	margin-bottom: 50px;
}
#main #voice .flex .box {
	width: 30.5%;
}
#main #entry {
	background: url("img/entry-bgimg1.jpg") no-repeat center;
  padding: 50px 0;
	text-align: center;
}
#main #entry.human-resources,
#main #entry.student-voice {
	background: url("img/entry-bgimg2.jpg") no-repeat center;
}
#main #entry.staff-interview,
#main #entry.interview1,
#main #entry.interview2,
#main #entry.interview3,
#main #entry.interview4,
#main #entry.interview5,
#main #entry.interview6,
#main #entry.interview7,
#main #entry.interview8,
#main #entry.outline {
	background: url("img/entry-bgimg3.jpg") no-repeat center;
}
#main #entry .inner {
	width: 800px;
}
#main #entry .btn {
	width: 31%;
	margin: 30px 0 0;
}
#main #entry .btn a {
	width: 100%;
	border-radius: 0;
	height: 110px;
	line-height: 110px;
	font-size: 18px;
}
#main .post-body .wp-block-image {
	margin: 20px 0;
}
#main .post-body ul {
	list-style: disc;
  padding: 0 0 0 20px;
}
#main .post-body ul li,
#main .post-body ol li {
	margin-bottom: 10px;
}
#main .post-body table {
	width: 100%;
	margin: 20px 0;
}
#main .post-body table,
#main .post-body table th,
#main .post-body table td {
	border-collapse: collapse;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
#main .post-body table th,
#main .post-body table td {
	padding: 13px 20px;
	line-height: 1.5;
}
#main .post-body table th {
	background: #F7FCF9;
	color: #459667;
}
#main .post-body table thead tr:first-child th {
	background: #459667;
	color: #fff;
}
@media screen and (max-width:767px) {
	#main img {
		max-width: 100%;
		height: auto;
	}
	#main h2 {
		font-size: 28px;
	}
	#main #about,
	#main #step .inner,
	#main #entry .inner {
		width: 100%;
	}
	#main #about {
		margin: 40px auto 0;
	}
	#main #about ul {
		display: block;
	}
	#main #about ul li {
		margin: 10px 0 0;
	}
	#main #about ul li:first-child {
		margin: 0;
	}
	#main #staff .flex:after {
		content: none;
	}
	#main #staff .box {
		width: 47.5%;
	}
	#main #about .btn a {
		margin: 0 auto;
	}
	#main #staff .box a {
		padding: 0;
	}
	#main #staff .box h3 {
		font-size: 17px;
	}
	#main #staff .box small {
		font-size: 13px;
	}
	#main #staff .box h3 + p {
		position: inherit;
	}
	#main #step {
		background-size: auto 250px;
		padding: 300px 0 40px;
	}
	#main #step h3 {
		font-size: 18px;
	}
	#main #voice {
		margin-top: 40px;
		margin-bottom: 20px;
	}
	#main #voice .flex .box {
		width: 100%;
		margin: 0 0 20px;
	}
	#main #entry {
		background-size: cover;
		text-align: left;
	}
	#main #entry .btn {
		width: 100%;
		margin: 10px 0 0;
	}
	#main #entry .btn a {
		height: auto;
		padding: 20px;
		line-height: normal;
		font-size: 17px;
	}
	#main .post-body .block {
		display: block;
	}
}
@media screen and (max-width:480px) {
	#main h2 {
		font-size: 22px;
	}
	#main #about p img {
		width: 250px;
		max-width: auto;
	}
	#main #staff {
		padding: 40px 0 20px;
	}
	#main #staff .box {
		margin: 0 0 20px;
	}
	#main #staff .box h3 {
		font-size: 15px;
	}
	#main #staff .box small {
		font-size: 12px;
	}
	#main #step {
		background-size: auto 150px;
		padding: 190px 0 40px;
	}
	#main #step h3 {
		text-align: left;
		font-size: 16px;
	}
	#main .post-body table th,
	#main .post-body table td {
		padding: 13px;
		font-size: 0.9em;
	}
}
/* post
------------------------------------------------*/
#post .path {
	margin: 20px 0;
	text-align: right;
	font-size: 14px;
}
#post .path a {
	text-decoration: underline;
	color: #005481;
}
#post .path a:hover {
	text-decoration: none;
}
#post .post-body {
	overflow: hidden;
	padding: 0 0 50px;
}
#post .post-body:after {
	content: "";
	display: block;
	clear: both;
}
#post .post-body h2:not(.has-text-align-center) {
	text-align: left;
}
#post .post-body h3 {
	margin: 0;
	font-size: 21px;
	color: #459667;
}
#post .post-body p + h2,
#post .post-body p + h3,
#post .post-body div + h2,
#post .post-body div + h3,
#post .post-body table + h2,
#post .post-body table + h3,
#post .post-body ul + h2,
#post .post-body ul + h3,
#post .post-body .wp-block-image + h2,
#post .post-body .wp-block-image + h3 {
	margin-top: 50px;
}
#post .btn.back {
	margin: 50px 0 0;
}
#post .btn.back a {
	margin: 0 auto;
}
@media screen and (max-width:769px) {
	#post .path {
		font-size: 13px;
	}
	#post .post-body h3 {
		font-size: 17px;
	}
	#post .post-body p + h2,
	#post .post-body p + h3,
	#post .post-body div + h2,
	#post .post-body div + h3,
	#post .post-body table + h2,
	#post .post-body table + h3,
	#post .post-body ul + h2,
	#post .post-body ul + h3,
	#post .post-body .wp-block-image + h2,
	#post .post-body .wp-block-image + h3 {
		margin-top: 40px;
	}
}
@media screen and (max-width:480px) {
	#post .path {
		font-size: 12px;
	}
	#post .post-body h3 {
		font-size: 16px;
	}
}
/* recruit-bnr
------------------------------------------------*/
#recruit-bnr {
	background: linear-gradient(to right, #3cd4c0 0%, #2a71d1 100%);
	margin: 0 0 5px;
}
#recruit-bnr .inner {
	display: flex;
	align-items: center;
}
#recruit-bnr dl {
	width: 50%;
	margin: 0;
}
#recruit-bnr dt {
	font-size: 17px;
	font-weight: bold;
}
#recruit-bnr dd {
	font-size: 15px;
}
#recruit-bnr a {
	display: block;
	padding: 10px 0;
	color: #fff;
}
#recruit-bnr a:hover {
	opacity: 0.8;
	text-decoration: none;
}
#recruit-bnr p {
	display: block;
	background: #fff;
	width: 50%;
	border-radius: 10px;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #1773be;
}
@media screen and (max-width:1014px){
	#recruit-bnr .inner {
		display: block;
		text-align: center;
	}
	#recruit-bnr dl {
		width: 100%;
	}
	#recruit-bnr p {
		margin: 10px auto 0;
	}
}
@media screen and (max-width:769px) {
	#recruit-bnr a {
		padding: 10px 0;
	}
	#recruit-bnr p {
		width: 100%;
	}
}
@media screen and (max-width:480px) {
	#recruit-bnr dt {
    line-height: 1.6;
    font-size: 14px;
	}
	#recruit-bnr p {
		width: 100%;
    font-size: 13px;
	}
}
/* title
------------------------------------------------*/
#title {
	position: relative;
}
body:not(.home) #title {
	background: #F7FCF9;
	margin: 75px 0 0;
	padding: 30px 20px;
	text-align: center;
}
#title .layer {
	background: url("img/bg-layer.png") repeat;
}
#title h1 {
	margin: 0;
	letter-spacing: 0.06em;
	font-size: 35px;
	font-weight: normal;
	color: #459667;
}
#title h1 span {
	background: #459667;
	padding: 5px 15px;
	letter-spacing: normal;
	font-size: 14px;
	color: #fff;
}
#title .embed-container {
	overflow: hidden;
	position: relative;
	z-index: -1;
	max-width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
#title .embed-container iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#title p {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 110px;
	margin: auto;
	text-shadow: 0 0 10px #000;
	text-align: center;
	letter-spacing: 0.06em;
	font-weight: bold;
	font-size: 30px;
	color: #fff;
}
@media screen and (max-width:769px) {
	body:not(.home) #title {
		margin: 56px 0 0;
		padding: 20px;
	}
	#title .layer {
		background: none;
	}
	#title p {
		position: static;
		height: auto;
		margin: 20px 0;
		text-shadow: none;
		font-size: 20px;
		color: #666;
	}
	#title h1 {
		font-size: 28px;
	}
	#title h1 span {
		font-size: 13px;
	}
}
@media screen and (max-width:480px) {
	#title p {
		font-size: 17px;
	}
	#title h1 {
		font-size: 24px;
	}
	#title h1 span {
		font-size: 12px;
	}
}
/* header
------------------------------------------------*/
#header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 75px;
	background: rgba(255,255,255,0.9);
}
#header a {
	display: block;
	font-size: 14px;
	font-weight: bold;
}
#header nav + p {
	width: 12%;
	text-align: center;
}
#header nav + p a {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #459667;
	height: 75px;
	color: #fff;
}
#header nav + p a:hover {
	opacity: 0.8;
}
#header #logo {
	width: 18%;
	margin: 0;
	padding: 0 0 0 1.6%;
	line-height: 1;
}
#header #logo img {
	max-width: 100%;
	height: auto;
}
#header a:hover img {
	opacity: 0.8;
}
#nav {
	display: flex;
	justify-content: flex-end;
	width: 64%;
}
#nav .menu-trigger {
	display: none;
}
#nav ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}
#nav ul li {
	margin: 0 2px;
}
#nav ul li a:hover {
	opacity: 0.8;
}
@media screen and (max-width:767px) {
	#header {
		display: block;
		height: 56px;
	}
	#header #logo {
		width: auto;
		padding: 5px 0 0 20px;
	}
	#header #logo a {
		display: inline-block;
	}
	#header a {
		font-size: 15px;
	}
	#header #logo img {
		height: 45px;
	}
	#nav,
	#nav ul {
		display: block;
		width: 100%;
	}
	#nav ul {
		display: none;
		background: #F7FCF9;
		padding: 40px 60px;
	}
	#nav ul li {
		margin: 0 0 30px;
	}
	#nav ul li:last-child {
		margin: 0;
	}
	#nav .btn a {
		background: #459667;
		padding: 10px;
		text-align: center;
		color: #fff;
	}
	#nav .menu-trigger {
		display: block;
	}
	.menu-trigger {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1002;
		width: 56px;
		height: 56px;
		background: #459667;
		cursor: pointer;
	}
	.menu-trigger .toggle-name {
		position: absolute;
		bottom: 5px;
    width: 100%;
    text-align: center;
		letter-spacing: 0.1em;
		font-family: Helvetica, Arial, "sans-serif";
		font-size: 10px;
		color: #fff
	}
	.menu-trigger .toggle-name:before {
		content: "MENU";
	}
	.menu-trigger .toggle-bar,
	.menu-trigger .toggle-bar::before,
	.menu-trigger .toggle-bar::after {
		position: absolute;
		width: 22px;
		height: 2px;
		background: #fff;
		transition: all 0.2s;
	}
	.menu-trigger .toggle-bar {
		top: 20px;
		left: 17px;
	}
	.menu-trigger .toggle-bar::before,
	.menu-trigger .toggle-bar::after {
		content: "";
	}
	.menu-trigger .toggle-bar::before {
		top: -8px;
	}
	.menu-trigger .toggle-bar::after {
		top: 8px;
	}
	.nav-open .toggle-name:before {
		content: "CLOSE";
	}
	.nav-open .toggle-bar {
		background: transparent;
	}
	.nav-open .toggle-bar::before,
	.nav-open .toggle-bar::after {
		top: -2px;
	}
	.nav-open .toggle-bar::before {
		transform: rotate(45deg);
	}
	.nav-open .toggle-bar::after {
		transform: rotate(-45deg);
	}
}
/* footer
------------------------------------------------*/
#footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 40px 0;
	font-size: 14px;
}
#footer p {
	margin: 0;
}
#footer ul,
#footer small {
	width: 170px;
}
#footer ul li {
	margin: 0 0 20px;
}
#footer ul li a {
	position: relative;
	padding: 0 0 0 20px;
}
#footer ul li a:hover {
	opacity: 0.8;
}
#footer ul li a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 6px;
	height: 6px;
	border-left: solid 1px #888;
	border-top: solid 1px #888;
	transform: translate(0, -50%) rotate(135deg);
}
#footer ul li:last-child {
	margin: 0;
}
#footer ul li:last-child a {
	padding: 0;
}
#footer ul li:last-child a:after {
	content: none;
}
#footer small {
	text-align: right;
	color: #888;
}
@media screen and (max-width:767px) {
	#footer {
		padding: 20px;
		font-size: 13px;
	}
	#footer ul li {
		margin: 0 0 10px;
	}
}
@media screen and (max-width:480px) {
	#footer small {
		display: block;
		width: 100%;
		margin: 20px 0 0;
		text-align: center;
	}
}
/* human-resources
------------------------------------------------*/
#main .post-body.human-resources .box {
	list-style: none;
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#main .post-body.human-resources .box li {
	background: #F7FCF9;
	border: solid 1px #459667;
	width: 49%;
	box-sizing: border-box;
	margin: 0 0 10px;
	padding: 25px;
	color: #459667;
}
@media screen and (max-width:767px) {
	#main .post-body.human-resources .box {
		display: block;
	}
	#main .post-body.human-resources .box li {
	}
}
/* staff-interview
------------------------------------------------*/
#main .post-body.staff-interview #staff {
	background: none;
	margin: 0;
	padding: 0;
}
#main .post-body.staff-interview .box h3 {
	color: #333;
}
/* career-step
------------------------------------------------*/
#main .post-body.career-step .step {
	text-align: center;
}
#main .post-body.career-step .step th,
#main .post-body.career-step .step td {
	width: 19%;
	position: relative;
	padding: 10px;
	font-size: 15px;
}
#main .post-body.career-step .step th:nth-child(1),
#main .post-body.career-step .step td:nth-child(1),
#main .post-body.career-step .step th:nth-child(2),
#main .post-body.career-step .step td:nth-child(2) {
	width: 12%;
}
#main .post-body.career-step .step th:after,
#main .post-body.career-step .step td:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: -2px;
	width: 8px;
	height: 8px;
	border-left: solid 1px #459667;
	border-top: solid 1px #459667;
	transform: translate(0, -50%) rotate(135deg);
	z-index: 1;
}
#main .post-body.career-step .step thead tr:first-child th:after {
	border-left: solid 1px #fff;
	border-top: solid 1px #fff;
}
/* #main .post-body.career-step .step th:first-child:after, */
#main .post-body.career-step .step th:last-child:after,
#main .post-body.career-step .step td:last-child:after {
	content: none;
}
#main .post-body.career-step .program {
	list-style: none;
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#main .post-body.career-step .program div {
	background: #F7FCF9;
	border: solid 1px #459667;
	width: 32.5%;
	box-sizing: border-box;
	margin: 0 0 10px;
	padding: 25px;
}
@media screen and (max-width:767px) {
	#main .post-body.career-step .table-wrap {
		width: 100%;
		overflow-y: scroll;
	}
	main .post-body.career-step .step {
		width: 700px !important;
	}
	#main .post-body.career-step .step th,
	#main .post-body.career-step .step td {
		padding: 10px 3px;
		font-size: 13px;
	}
	#main .post-body.career-step .step th:first-child {
		width: 12%;
		line-height: 1.1;
	}
	#main .post-body.career-step .program div {
		width: 49%;
	}
}
@media screen and (max-width:480px) {
	#main .post-body.career-step .program {
		display: block;
	}
	#main .post-body.career-step .program div {
		width: 100%;
		padding: 20px;
		font-size: 1em;
	}
}
/* outline
------------------------------------------------*/
#main .post-body.outline ul {
	list-style: none;
	padding: 0;
}
#main .post-body.outline h2 {
	text-align: center;
}
#main .post-body.outline h3 {
	margin: 50px 0 20px;
}
#main .post-body.outline .flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}
#main .post-body.outline .plus {
	display: flex;
	align-items: center;
	background: #ddd;
	width: 15px;
	padding: 10px;
	font-size: 14px;
	box-sizing: content-box;
}
#main .post-body.outline .flex.first .plus {
	height: 90px;
	border-top: 40px solid #fff;
}
#main .post-body.outline .flex .box .flex {
	background: #fff;
	width: calc(100% + 40px);
	margin: 0 -20px;
}
#main .post-body.outline .flex .box .flex h4 {
	width: 48.5%;
	margin: 0;
	box-sizing: border-box;
}
#main .post-body.outline .flex .box {
	padding: 0 20px 10px;
	box-sizing: border-box;
	font-size: 14px;
}
#main .post-body.outline .flex.first .box {
	width: 226px;
}
#main .post-body.outline .flex.first .box:nth-child(2) {
	width: 468px;
}
#main .post-body.outline .flex.second .box {
	background: #f7f7f7;
	width: 226px;
}
#main .post-body.outline .flex.second .box:nth-child(4) {
	width: 468px;
}
#main .post-body.outline .flex .box h4 {
	background: #459667;
	height: 30px;
	border-radius: 5px 5px 0 0;
	margin: 0 -20px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
#main .post-body.outline .flex .box dt {
	margin: 1em 0 0;
	font-weight: bold;
}
#main .post-body.outline .flex .box dd {
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 0 0 1em 1em;
}
#main .post-body.outline .flex .box h5 {
	background: #ddd;
	margin: 1em 0 0;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	color: #459667;
}
#main .post-body.outline .flex .box p {
	margin: 20px 0 0;
}
#main .post-body.outline .flex .box p img {
	border: 1px solid #ddd;
}
#main .post-body.outline .scroll-nav {
	display: none;
}
#main .post-body.outline .flex.first a {
	text-decoration: none;
	color: #fff;
}
#main .post-body.outline .flex.first .box .classroom {
	border-top: 10px solid #fff;
}
#main .post-body.outline .flex.first .box ul.classroom {
	height: 100%;
	margin: 0 -20px;
	box-sizing: border-box;
}
#main .post-body.outline .flex.first .box .classroom li {
	margin: 0 0 5px;
}
#main .post-body.outline .flex.first .box .classroom li a {
	display: block;
	height: 45px;
	padding: 0 10px;
	box-sizing: border-box;
	line-height: 45px;
}
#main .post-body.outline .flex.first .box .classroom li:nth-child(1) a {
	background: #0066B9;
}
#main .post-body.outline .flex.first .box .classroom li:nth-child(2) a {
	background: #38B06C;
}
#main .post-body.outline .flex.first .box .classroom li:nth-child(3) a {
	background: #00B6BD;
}
#main .post-body.outline .flex.first .box:nth-child(3) .classroom,
#main .post-body.outline .flex.first .box:nth-child(4) .classroom  {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 105px;
	margin: 0 -20px;
	padding: 0 10px;
	box-sizing: border-box;
	text-align: center;
}
#main .post-body.outline .flex.first .box:nth-child(3) .classroom {
	background: #ABCF02;
}
#main .post-body.outline .flex.first .box:nth-child(4) .classroom {
	background: #C2AD40;
}
#main .post-body.outline .flex.first .box:nth-child(3) strong,
#main .post-body.outline .flex.first .box:nth-child(4) strong {
	display: contents;
}
@media screen and (max-width:769px) {
	#main .post-body.outline .scroll-box {
		overflow-x: scroll;
		overflow-scrolling: touch;
		-webkit-overflow-scrolling: touch;
	}
	#main .post-body.outline .scroll-box-in {
		width: 800px;
	}
	#main .post-body.outline .scroll-nav {
		display: block;
	}
	#main .post-body.outline .scroll-nav img {
		margin: 0 0 10px auto;
		display: block;
	}
	#main .post-body.outline h3 {
		margin-bottom: 10px;
	}
	#main .post-body.outline .flex .box h4 {
		font-size: 15px;
	}
	#main .post-body.outline .flex.first .box:nth-child(2) {
		width: 300px;
	}
	#main .post-body.outline .flex.second .box:nth-child(4) {
	    width: 780px;
	}
}
/* outline
------------------------------------------------*/
#main .post-body.outline .history th {
	width: 7em;
}
#main .post-body.outline h4 + p {
	margin-top: 0;
}
#main .post-body.outline h4 {
	margin: 40px 0 0;
}
#main .post-body.outline h4 a {
	padding-right: 20px;
	display: inline-block;
	position: relative;
}
#main .post-body.outline h4 a::after {
	content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 6px;
  height: 6px;
  border-left: solid 1px #888;
  border-top: solid 1px #888;
  transform: translate(0, -50%) rotate(135deg);
}
#main .post-body.outline h4 a:hover {
	opacity: 0.8;
}
/* entries
------------------------------------------------*/
#main .post-body.entries p {
	text-align: center;
}
#main .post-body.entries .flex {
	list-style: none;
	padding: 0;
}
#main .post-body.entries .btn {
	width: 31%;
	margin: 30px 0 0;
}
#main .post-body.entries .btn a {
	width: 100%;
	border-radius: 0;
	height: 110px;
	line-height: 110px;
	font-size: 18px;
}
@media screen and (max-width:767px) {
	#main .post-body.entries .btn {
		width: 100%;
		margin: 10px 0 0;
	}
	#main .post-body.entries .btn a {
		height: auto;
		padding: 20px;
		line-height: normal;
		font-size: 17px;
	}
}
/* internship-entry,
new-graduate-entry,
career-entry,
part-entry
------------------------------------------------*/
#main .post-body.internship-entry table th,
#main .post-body.new-graduate-entry table th,
#main .post-body.career-entry table th,
#main .post-body.part-entry table th {
	width: 25%;
}

/* internship-entry
------------------------------------------------*/
#main .post-body.internship-entry h3 + p,
#main .post-body.internship-entry h3 + ul,
#main .post-body.internship-entry h3 + ol {
	margin-top: 0.25em;
}
#main .post-body.internship-entry li {
	margin-bottom: 0.25em;
}
#main .post-body.internship-entry h2.title {
	background: #f9f9f9;
	margin: 100px 0 25px;
	padding: 0.7em 1em;
	border-top: solid 4px #459667;
	border-bottom: solid 1px #ccc;
	line-height: 1.5;
}
#main .post-body.internship-entry h2.title:first-child {
	margin-top: 0;
}
#main .post-body.internship-entry h2 span {
	margin-bottom: 15px;
	letter-spacing: 0;
	font-size: 16px;
}
#main .post-body.internship-entry h2 span.tag {
    display: block;
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 0.8em;
    color: #459667;
}
#main .post-body.internship-entry h3 + .step {
	margin-top: 15px;
}
#main .post-body.internship-entry h4 {
	margin: 50px 0 10px;
	font-size: 1.2em;
}
#main .post-body.internship-entry .step .box {
	background: #F7FCF9;
	border: solid 1px #459667;
	box-sizing: border-box;
	margin: 0 0 10px;
	padding: 18px 18px 18px 65px;
}
#main .post-body.internship-entry .step .box dt,
#main .post-body.internship-entry .step .box .tit {
	margin: 0;
	font-weight: bold;
	font-size: 17px;
	color: #459667;
}
#main .post-body.internship-entry .step .box strong {
	display: inline-block;
	margin: 0 0 0.5em;
	color: #459667;
}
#main .post-body.internship-entry .step .box dt .no,
#main .post-body.internship-entry .step .box .tit .no {
	display: inline-block;
	background: #459667;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin: 0 15px 0 -45px;
	text-align: center;
	color: #fff;
}
#main .post-body.internship-entry .step .box {
	display: flex;
}
#main .post-body.internship-entry .step .box dt {
	width: 13em;
}
#main .post-body.internship-entry .step .box dd {
	width: calc( 100% - 13em);
	margin: 0;
	padding: 0 0 0 20px;
	box-sizing: border-box;
	font-size: 0.9em;
}
#main .post-body.internship-entry .step .box .text {
	background: #fff;
	border: solid 1px #ccc;
	border-left: none;
	border-right: none;
	margin: 20px 0;
	padding: 0 15px;
	font-size: 0.9em;
	color: #555;
}
@media screen and (max-width:767px) {
	#main .post-body.internship-entry .step .box {
		padding: 15px 15px 15px 50px;
		display: block;
	}
	#main .post-body.internship-entry .step .box dt,
	#main .post-body.internship-entry .step .box dd {
		width: 100%;
	}
	#main .post-body.internship-entry .step .box dt,
	#main .post-body.internship-entry .step .box .tit {
		font-size: 16px;
	}
	#main .post-body.internship-entry .step .box dt .no,
	#main .post-body.internship-entry .step .box .tit .no {
		margin: 0 15px 0 -35px;
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 13px;
	}
	#main .post-body.internship-entry .step .box dd {
		padding: 0;
		font-size: 14px;
	}
}

/* mw_wp_form
------------------------------------------------*/
#main .post-body .mw_wp_form .required {
	position: relative;
}
#main .post-body .mw_wp_form .required:before {
	content: "必須";
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translate(0, -50%);
	background: #459667;
	padding: 0 4px;
	font-size: 11px;
	color: #fff;
}
#main .post-body .mw_wp_form .minisize {
	width: 90px;
}
#main .post-body .mw_wp_form .fullsize {
	width: 100%;
}
#main .post-body .mw_wp_form .contact_btn {
	text-align: center;
}
#main .post-body .mw_wp_form .contact_btn input {
	position: relative;
	background: #459667;
	border-radius: 25px;
	width: 250px;
	height: 45px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}
#main .post-body .mw_wp_form .contact_btn input:hover {
	opacity: 0.8;
}
@media screen and (max-width:767px) {
	#main .post-body .mw_wp_form table {
		border-top: 0;
	}
	#main .post-body .mw_wp_form th,
	#main .post-body .mw_wp_form td {
		display: block;
		width: 100% !important;
		border-bottom: 0;
	}
	#main .post-body .mw_wp_form th {
		text-align: left;
		padding-left: 50px;
	}
}
