/*IMPORT GOOGLE FONTS*/

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700|Roboto:300,400,500,700');

/*ORIGINAL RESET*/
* {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', 'Noto Sans JP', sans-serif;
	box-sizing: border-box;
	letter-spacing: .07em;
}

body {
	background: #fff;
	position: relative;
	color: #263238;
	font-size: 16px;
	font-weight: 300;
}

a,
a:hover,
a:visited,
a:focus {
	color: inherit;
	text-decoration: none;
	outline:none;
}

img {
	vertical-align: bottom;
	max-width: 100%;
}

ul,
ol,
dd {
	margin: 0;
}

ul li,
ol li {
	list-style-type: none;
}

li > ul,
li > ol {
    margin-left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	margin: 0;
	font-size: 14px;
}

p {
	margin: 0;
}

address {
	font-style: normal;
	margin-bottom: 0;
}

iframe {
	vertical-align: bottom;
}

q::before,
q::after {
    content: '';
}

.post,
.page {
	margin-bottom: 0;
}

/*CUSTOM STYLE*/

.wrap {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

.box {
	background: #fff;
	padding: 24px;
}

.icon::before,
.icon::after {
	font-family: 'Material Icons';
}

/*HEADER*/
header {
	background: #fff;
	padding: 12px 0;
	box-shadow: 0 2px 4px rgba(0,0,0,.12);
	position: relative;
	z-index: 2;
}

header .wrap {
	display: flex;
	align-items: center;
}

header .header-nav {
	margin-left:auto;
}

header .header-nav > ul {
	display:flex;
	flex-wrap: wrap;
	justify-content:flex-end;
	align-items:center;
}
header .header-nav > ul li {
	margin-right: 1em;
}
header .header-nav > ul li a {
	font-size:14px;
	font-weight:bold;
}
header .header-nav > ul li a .small {
	font-size: 90%;
}

header .header-nav + .btn {
	margin-left: 0 !important;
}
header .btn {
	margin-left: auto;
	overflow: hidden;
	width: 160px;
}
header .btn a {
	/*
	display: flex;
	align-items: center;
	background: #26A69A;
	color: #fff;
	padding: 4px 16px;
	border-radius: 4px;
	font-size: 14px;
	*/
	background-color: #231815;
	border-radius: 50px;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	padding: 10px 0;
	text-align: center;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
header .btn a:hover {
	opacity: 0.7;
}
/*
header .btn a::before {
	content: '\e158';
	font-size: 20px;
	margin-right: 4px;
}
*/

/*for SmartPhone*/
@media screen and (max-width: 767px) {
	header .header-nav > ul {
		margin-right: 5px;
	}
	header .header-nav > ul li {
		line-height: 1.2;
		margin-right: 0;
		text-align:right;
		width:100%;
	}
	header .header-nav > ul li a {
		font-size: 10px;
		letter-spacing:0;
	}
	header .header-nav + .btn {
		margin-left: 5px !important;
	}
	header .btn {
		width: 120px;
	}
	header .btn a {
		font-size: 10px;
		line-height: 1.2;
		margin: 0;
		padding: 8px 0;
	}
	/*
	header .btn a::before {
		font-size:18px;
		margin-right: 0;
	}
	*/
}



/*SECTION COMMON*/

section {
	background: #F2F5F6;
}

.section-header {
	background: #fff;
	padding: 16px 0 20px;
	text-align: center;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.section-header h2 {
	font-size: 24px;
	font-weight: 400;
	letter-spacing: .24em;
}

.section-header h2::after {
	display: block;
	content: '';
	width: 36px;
	height: 2px;
	background: #263238;
	margin: 8px auto 10px;
}

.section-header h3 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .16em;
}

.section-content {
	width: 100%;
	height: auto;
	padding: 36px 0 48px;
}

.section-content h4 {
	font-size: 16px;
	font-weight: 400;
	margin: 8px 0 4px;
}



/*CONTACT*/
.inquiry {
	text-align: center;
	margin-bottom: 32px;
}

.inquiry h4 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 16px;
}

.contact-wrap {
	display: flex;
	justify-content: center;
}

.telephone-wrap {
	display: inline-block;
	background: #fafafa;
	padding: 16px 64px 20px;
	border-radius: 2px;
}

.telephone-wrap address {
	margin-bottom: 8px;
	font-weight: 600;
}

.telephone-wrap p {
	font-weight: 500;
}

.btn a {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #fff;
	background: #26A69A;
	padding: 12px 24px;
	border-radius: 4px;
	margin: 0 8px;
	transition: all 1s;
}

.btn a:hover {
	filter: brightness(110%);
}

.school a {
	background: #0A4979;
}

.btn a::before {
	font-size: 20px;
	margin-right: 8px;
}

.school a::before {
	content: '\e80c';
}

.mail a::before {
	content: '\e158';
}

.telephone {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
}

.telephone::before {
	content: '\e0b0';
	font-size: 36px;
	margin-right: 8px;
}



/*FOOTER*/
footer {
	background: #263238;
	color: #fff;
	text-align: center;
}

.footer-inner {
	padding: 24px 0 0;
}

.f-nav {
	padding-top: 20px;
}

.f-nav ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.f-nav ul li {
	padding: 0 12px;
}

.f-nav ul li a {
	font-size: 14px;
}

.copyright {
	font-size: 12px;
	padding: 12px 0;
}

#page-top {
	position: fixed;
	bottom: 96px;
	right: 48px;
	z-index:100;
}

#page-top a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #263238;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
	transition: all 1s;
}

#page-top a:hover {
	filter: brightness(110%);
}

#page-top a::before {
	display: inline-block;
	content: '';
	background: url('../images/icon-top.svg') no-repeat;
	width: 20px;
	height: 20px;
}

/*MAIL MAGAZINE*/

#mail .supervision {
    font-size: 16px;
    background: #0A4979;
	padding: 8px;
    margin-bottom: 8px;
	color: #fff;
	margin-bottom: 24px;
}

#mail .tie {
    background: #0A4979;
    color: #fff;
    width: 36px;
    height: 32px;
    border-radius: 16px;
    text-align: center;
    line-height: 32px;
    margin: 0 12px;
}

#mail .main-contents {
	text-align: center;
	max-width: 570px;
	margin: 0 auto;
}

#mail .main-contents h2 span {
	font-family: 'Montserrat', sans-serif;
	display: block;
	color: #fff;
	font-size: 40px;
	font-weight: 600;
	margin-top: 8px;
}

#mail .page-description {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 6px 0;
	margin-top: 16px;
}

#mail .bnr {
	padding: 24px 0;
}

#mail #main .conversion.mail,
#mail .bnr .conversion.mail {
	margin-top: 24px;
}

#mail .conversion.mail {
	width: 100%;
	max-width: 552px;
	padding-top: 16px;
}

#mail .conversion.mail h2 {
	background: #0A4979;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	padding: 5px 0 4px;
	margin: 0 -10px;
	position: relative;
}

#mail .conversion.mail h2 span {
	line-height: 1;
	letter-spacing: .32em;
	position: relative;
}

#mail .conversion.mail h2::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 8px transparent;
  border-right: solid 10px #1B7E75;
}

#mail .conversion.mail h2::after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 8px transparent;
  border-left: solid 10px #073960;
}

#mail .conversion.mail h2 .free {
	background: #26A69A;
	padding: 6px 16px 6px 24px;
}

#mail .conversion.mail h2 .free::after {
	position: absolute;
	content: '';
	top: 0;
	left: 100%;
	border: none;
	border-bottom: solid 33px transparent;
	border-left: solid 8px #26A69A;
	z-index: 1;
}

#mail .conversion.mail h2 .recruit {
	background: #0A4979;
	line-height: 1;
	padding: 6px 24px;
}

#mail .conversion.mail .btn-area {
	font-weight: 500;
	padding: 16px;
	display: flex;
	align-items: center;
}

#mail .conversion.mail .btn-area a {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	padding: 12px 16px;
	width: 252px;
	font-size: 14px;
}

#mail .conversion.mail .btn-area a::before {
	content: none;
}

#mail .conversion.mail .btn-area a::after {
	display: inline-block;
	content: '';
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: center;
}

#mail .conversion.mail .btn-area a img {
	margin: 0;
	margin-right: 8px;
}

#mail .register-mail {
	background: #0A4979;
	color: #fff;
}

#mail .register-mail:hover {
	color: #fff;
}

#mail .register-mail::after {
	background-color: #fff;
	background-image: url('../images/mail/icon-arrow-right-blue.svg');
	border-radius: 50%;
	margin-left: 12px;
}

#mail .register-note {
	background: #fff;
	border: 2px solid #26A69A;
	color: #26A69A;
}

#mail .register-note::after {
	background-image: url('../images/mail/icon-chevron-right-green.svg');
}

#mail .bnr {
	margin-top: 24px;
	width: 100%;
	height: 528px;
	background-size: cover;
	background-position: center center;
}

#mail a.mailmag-detail {
	display: inline-flex;
	align-items: center;
	background: #32373c;
	border-radius: 4px;	
	padding: 12px 24px;
	margin: 4px 0 16px;
	color: #fff;
	font-size: 14px;
}

#mail a.mailmag-detail::before {
	display: inline-block;
	content: '';
	width: 24px;
	height: 24px;
	background-image: url('../images/mail/icon-mail.svg');
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 8px;
}

#mail .note {
	font-size: 12px;
	text-align: center;
}

#mail .note ul li {
	color: #fff;
}

#mail .bnr.mail {
	height: 573px;
	background: url('../images/mail/bnr-bg-mail.jpg') no-repeat;
}

#mail #main .conversion.mail, #mail .bnr .conversion.mail.box {
	padding: 16px 0 0 0;
	margin: 20px auto 0;
}


#mail .bnr.mail .conversion.mail h2 {
	position: relative;
	height: 33px;
}

#mail .bnr.mail .conversion.mail h2 span {
	position: absolute;
	z-index: 2;
	top: 0;
	line-height: 1.4;
}

#mail .bnr.mail .conversion.mail h2 .free {
	width: 126px;
	left: 0;
	z-index: 3;
}

#mail .bnr.mail .conversion.mail h2 .recruit {
	width: calc(100% - 126px);
	right: 0;
	padding-left: 18px;
}

#mail .bnr.flex {
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#mail a.mail-detail {
	align-items: center;
	background: #26A69A;
	color: #fff;
	border-radius: 4px;	
	padding: 12px 24px;
	margin: 32px 0 20px;
}

#mail a.mail-detail::before {
	display: inline-block;
	content: '';
	width: 24px;
	height: 24px;
	background-image: url('../images/mail/icon-send-white.svg');
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 8px;
}

.pc,
.pc.tablet {
	display: inline-block;
}

.tablet {
	display: none;
}

.sp {
	display: none;
}

.min {
	display: none;
}

/*for Tablet*/
@media screen and (max-width: 1024px) {
	.pc {
		display: none;
	}
	
	.pc.tablet,
	.tablet {
		display: inline-block;
	}
	
	.sp {
		display: none;
	}
	
	.wrap {
		padding: 0 10px;
	}
	
	.route ul li {
		align-items: flex-start;
	}
}

/*for SmartPhone*/
@media screen and (max-width: 767px) {
	.pc {
		display: none;
	}
	
	.pc.tablet,
	.tablet {
		display: none;
	}
	
	.sp {
		display: inline-block;
	}
	
	#main {
		background-position: 28% 50%;
	}

	
	#main .wrap .goals {
		right: 0;
		top: auto;
		bottom: 0;
		width: 100%;
		background: rgba(255, 255, 255, 0.9);
	}
	
	#main img {
		width: 256px;
		margin: 0 0 12px 0;
	}
	
	#main h2 {
		font-size: 16px;
	}
	
	#main h2 span {
		font-size: 24px;
	}
	
	#main h2 span.emphasis {
		font-size: 32px;
	}
	
	.box {
		padding: 24px 16px;
	}
	
	#contact .section-header h2 {
		font-size: 23px;
	}
	
	.philosophy-text p {
		/*text-align: left;*/
	}
	
	dl {
		flex-direction: column;
	}
	
	dt,
	dd {
		width: 100%;
	}
	
	dd {
		text-align: center;
	}
	
	dl:first-child dt,
	dl:first-child dd {
		padding-top: 16px;
	}

	dl:last-child dt,
	dl:last-child dd {
		padding-bottom: 16px;
	}

	
	.location {
		flex-direction: column;
	}
	
	.map, .office-info {
		width: 100%;
	}
	
	.office-info {
		padding-right: 0;
		margin-bottom: 12px;
	}

	.location-info.chiba {
		margin-bottom: 0;
	}
	
	.map {
		margin-bottom: 16px;
	}
	
	.map-link {
		text-align: center;
	}

	.map-link a {
		padding: 8px 16px 8px;
		border-radius: 4px;
		margin-top: 16px;
	}
	
	.contact-wrap {
		flex-direction: column;
	}
	
	.btn a {
		padding: 12px 12px;
		justify-content: center;
	}
	
	.school {
		margin-bottom: 16px;
	}
	
	.telephone-wrap {
		padding: 16px 32px 20px;
	}
	
	.telephone {
		font-size: 28px;
	}

	.telephone::before {
		font-size: 32px;
	}
	
	#page-top {
		right: 24px;
	}
	
	
	#mail .name {
		font-size: 20px;
	}
	
	#mail .main-contents h2 span {
		font-size: 28px;
	}

	#mail .bnr .conversion.mail {
		width: 100%;
		max-width: calc(100% - 20px);
	}
	
	#mail .bnr.mail {
		min-height: 728px;
		background-size: cover;
	}
	
	#mail .bnr.flex {
		width: 100%;
		height: auto;
		padding: 80px 10px;
	}
	
	#mail .conversion.mail .btn-area {
		flex-direction: column;
		padding: 12px 16px;
	}
	
	#mail .conversion.mail .btn-area a::after {
		width: 24px;
		height: 24px;
	}
	
	#mail .conversion.mail .btn-area a img {
	    position: relative;
		top: -2px;
	}
	
	#mail .bnr.mail .conversion.mail h2 {
	    padding: 5px 0 4px;
    	margin: 0 -10px;
		font-size: 14px;
		height: 31px;
	}
	
	#mail .bnr.mail .conversion.mail h2 .free::after {
		border-bottom: solid 31px transparent;
	}
	
	#mail .bnr.mail .conversion.mail h2 .free {
		width: 120px;
		margin: 0;
	}
	
	#mail .bnr.mail .conversion.mail h2 .recruit {
		width: calc(100% - 120px);
		padding-left: 12px;
		margin: 0;
	}
	
	#mail .conversion.mail .btn-area a,
	#mail a.mailmag-detail {
		width: 100%;
		max-width: 283px;
		font-size: 13px;
		margin-top: 0;
	}
	
	#mail .conversion.mail .btn-area a:first-child {
		margin-bottom: 12px;
	}
	
	#mail .register-mail::after {
		width: 24px;
		height: 24px;
	}
	
	#mail .tie {
		display: none;
	}

}

@media screen and (max-width: 360px) {
	#mail .bnr.mail .conversion.mail h2 {
		font-size: 13px;
		height: 30px;
	}
	
	#mail .bnr.mail .conversion.mail h2 .free::after {
		border-bottom: solid 30px transparent;
	}
	
	#mail .bnr.mail .conversion.mail h2 .free {
		width: 120px;
	}
	
	#mail .bnr.mail .conversion.mail h2 .recruit {
		width: calc(100% - 120px);
	}
	
	#mail a.mailmag-detail {
		max-width: 268px;
		padding: 12px 16px;
	}
}

/*for SmartPhoneOld*/
@media screen and (max-width: 320px) {
	.sp.min {
		display: none;
	}
	
	.min {
		display: inline-block;
	}
	
	#main h2 {
		font-size: 14px;
	}
	
	h2 span {
		margin-top: 4px;
	}
	
	.btn a::before,
	.telephone::before {
		display: none;
	}
	
	#contact .section-header h2 {
		font-size: 19px;
	}
	
	.telephone-wrap {
		padding: 16px 16px 20px;
	}
	
	#mail .bnr.mail .conversion.mail h2 {
		font-size: 12px;
		height: 28px;
	}
	
	#mail .bnr.mail .conversion.mail h2 .free::after {
		border-bottom: solid 28px transparent;
		
	}
	
	#mail .bnr.mail .conversion.mail h2 span {
		letter-spacing: .2em;
	}
	
	#mail .bnr.mail .conversion.mail h2 .free {
		width: 100px;
	}
	
	#mail .bnr.mail .conversion.mail h2 .recruit {
		width: calc(100% - 100px);
		padding-left: 12px;
	}
	
	#mail .conversion.mail .btn-area a,
	#mail a.mailmag-detail {
		font-size: 12px;
	}
	
	#mail .conversion.mail .btn-area a img {
		top: -1px;
	}
	
	#mail a.mailmag-detail {
		max-width: 228px;
		padding: 12px 10px;
	}
	
	#mail a.mailmag-detail::before {
		margin-right: 4px;
	}
}


/* breadcrumb */
.breadcrumb {
	background-color:#fff;
	padding:15px;
	position:fixed;
	bottom:0;
	right:0;
	z-index:100;
}
.breadcrumb ul{
	margin-left:auto;
	margin-right:auto;
	max-width:1016px;
}
.breadcrumb ul li {
	color: #231815;
	display: inline-block;
	font-size: 14px;
	font-weight:700;
	letter-spacing: normal;
	margin-left: 8px;
	padding-left: 20px;
	position: relative;
	vertical-align: middle;
}
.breadcrumb ul li:before{
	content: ">";
	font-size:20px;
	font-weight:300;
	margin-top:-12px;
	position: absolute;
	left: 0;
	top:50%;
}
.breadcrumb ul li a {
	color: #656464;
	display:block;
	position: relative;
}
.breadcrumb ul li:first-child{
	padding-left:0;
}
.breadcrumb ul li:first-child:before {
	content:"";
}
.breadcrumb ul li:first-child a{
	padding-left:30px;
}
.breadcrumb ul li:first-child a:before{
	background-image:url(../images/home_icon.svg);
	background-repeat:no-repeat;
	background-position:left top;
	background-size:100% auto;
	content: "";
	height:22px;
	margin-top:-12px;
	position:absolute;
	top:50%;
	left:0;
	width:22px;
}

@media screen and (max-width:767px){
	.breadcrumb{display: none;}
}


/* contact */
#contact #concept {
	background: url(../images/concept_img01.jpg) no-repeat;
	background-position: left top;
	background-size: 100% auto;
	margin-top: 25px;
	min-height: 640px;
	position: relative;
}
#contact #concept p {
	background: rgba(1,160,198,0.9);
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.5;
	padding: 15px 0;
	position: absolute;
	top: 45px;
	left: 0;
	text-align: center;
	width: 100%;
}
#contact .form-wrap {
	margin:0 auto;
	max-width: 520px;
}

/*for Tablet*/
@media screen and (max-width: 1024px) {
	#contact #concept {
		min-height: initial;
		padding-top: 67%;
	}
}
/*for SmartPhone*/
@media screen and (max-width: 767px) {
	#contact #concept p {
		font-size: 16px;
		line-height: 1.3;
		padding: 10px 0;
		top: 5%;
	}
}