@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
  font-family: "ElegantIcons";
  src: url("fonts/ElegantIcons.eot");
  src: url("fonts/ElegantIcons.eot?#iefix") format("embedded-opentype"), url("fonts/ElegantIcons.woff") format("woff"), url("fonts/ElegantIcons.ttf") format("truetype"), url("fonts/ElegantIcons.svg#ElegantIcons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*
Theme Name: theme-international
Theme URI: http://www.magical-remix.co.jp/
Description: 仙台総合ビジネス公務員専門学校 留学生向け学科様専用サイトテーマ
Author: Igarashi
Author URI: http://www.magical-remix.co.jp/
Version: 1.0
*/
* {
	box-sizing: border-box;
}
body {
	background: #fff;
	margin: 0;
	padding: 0;
	line-height: 1.8;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 21px;
	font-weight: 400;
	color: #333;
}
a {
	overflow: hidden;
	vertical-align: bottom;
	text-decoration: none;
}
a:link, a:visited, a:hover {
	color: #333;
}
figure {
	margin: 0;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
img {
	vertical-align: bottom;
}
.inner {
	width: 1000px;
	max-width: 80%;
	margin: 0 auto;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.sp-block {
	display: none;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
#pagescroll {
	margin: 0;
}
#pagescroll a {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 200;
	background: #000;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	opacity: 0.3;
	transition: opacity 0.3s;
}
#pagescroll a:before, #pagescroll a:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
}
#pagescroll a:before {
	transform: translate(-50%, -50%);
	background: #fff;
	width: 2px;
	height: 19px;
}
#pagescroll a:after {
	transform: translate(-50%, -50%) rotate(45deg);
	width: 12px;
	height: 12px;
	border-left: solid 2px #fff;
	border-top: solid 2px #fff;
	margin: -2px 0 0;
}
#pagescroll a:hover {
	opacity: 0.5;
}
@media screen and (max-width:1024px) {
	body {
		font-size: 19px;
	}
	.inner {
		width: 100%;
		max-width: none;
		padding: 0 5%;
	}
}
@media screen and (max-width:767px) {
	body {
		font-size: 18px;
		-webkit-text-size-adjust: 100%;
	}
	button, [type="button"], [type="reset"], [type="submit"] {
		-webkit-appearance: button;
	}
	body.fixed {
		width: 100%;
		height: 100%;
		position: fixed;
	}
	.pc-block {
		display: none !important;
	}
	.sp-block {
		display: block !important;
	}
}
/* main
------------------------------------------------*/
#main {
	display: block;
}
#main img {
	max-width: 100%;
	height: auto;
}
#main p {
	margin: 0 0 2em;
}
#main .btn {
	text-align: center;
}
#main .btn a {
	display: inline-block;
	position: relative;
	background: #EA6188;
	border: 2px solid #EA6188;
	border-radius: 50px;
	padding: 15px 50px 15px 30px;
	min-width: 16em;
	text-align: center;
	font-weight: 700;
	color: #fff;
}
#main .btn a:after {
	content: "\24";
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(0, -50%);
	font-family: "ElegantIcons";
	font-weight: 700;
	color: #fff;
}
#main .btn a:hover {
	background: #fff;
	color: #EA6188;
}
#main .btn a:hover:after {
	color: #EA6188;
}
#main .btn a + a {
	margin-left: 10px;
}
#main #path {
	border-top: 1px solid #ccc;
	margin: 50px 0 0;
	padding: 20px 30px;
}
#main #path p {
	margin: 0;
	font-size: 14px;
	color: #888;
}
#main #path p a {
	color: #888;
}
#main #path p a:hover {
	color: #333;
}
@media screen and (max-width:767px) {
	#main p {
		margin: 0 0 1.5em;
	}
	#main #path p {
		font-size: 12px;
	}
	#main .btn a + a {
		margin: 10px 0 0;
	}
}
/* home
------------------------------------------------*/
#main #attention {
	border: 4px solid #D3E2F0;
	border-radius: 20px;
	margin: 0 auto 30px;
	padding: 30px 20px;
	text-align: center;
}
#main #attention img {
	margin: 0 5px;
	vertical-align: baseline;
}
#main #about {
    background: linear-gradient(90deg, rgb(255, 211, 224) 30%, rgb(255 255 255) 95%);
    padding: 0 0 160px;
}
#main #about h2 {
	background: #EA6188;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	position: relative;
	margin: 0 0 50px;
	padding: 40px 0 15px;
	letter-spacing: 0.06em;
	text-align: center;
	font-size: 42px;
	font-weight: 700;
	color: #fff;
}
#main #about h2::after {
	content: "";
	display: block;
	border: 30px solid transparent;
	border-top: 30px solid #EA6188;
	position: absolute;
	bottom: -60px;
	left: 50%;
	transform: translate(-50%,0);
}
#main #about h2 span {
	display: block;
	font-size: 25px;
}
#main #about .flex li {
	width: 48.5%;
	border-radius: 20px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
#main #about .flex li a {
	display: block;
	position: relative;
	background: #fff;
	padding: 0 0 20px;
	border-radius: 20px;
	text-align: center;
	font-weight: 700;
	font-size: 31px;
}
#main #about .flex li a:before {
	content: "";
	position: absolute;
	bottom: 20px;
	right: 20px;
	display: block;
	background: #EA6188;
	width: 30px;
	height: 30px;
	border-radius: 50%;
}
#main #about .flex li a:after {
	content: "\24";
	position: absolute;
	bottom: 15px;
	right: 24px;
	font-family: "ElegantIcons";
	font-size: 21px;
	color: #fff;
}
#main #about .flex li a:hover {
	opacity: 0.8;
}
#main #about .flex li img {
	display: block;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	margin: 0 0 20px;
}
#main #about .flex li small {
	display: block;
	margin: 0.3em 0 0;
	font-size: 0.8em;
	color: #EA6188;
}
#main #support {
	background: #F7EFF1;
	border-top-right-radius: 100px;
	margin: -80px 0 0;
	padding: 80px 0;
}
#main #support h2 {
	position: relative;
	margin: 0 0 50px;
	padding: 0 0 10px;
	letter-spacing: 0.06em;
	text-align: center;
	font-size: 40px;
	font-weight: 700;
}
#main #support h2:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	background: #EA6188;
	width: 100px;
	height: 6px;
	margin: 0 0 0 -50px;
}
#main #support ul:after {
	content: "";
	display: block;
	width: 32%;
}
#main #support li {
	width: 32%;
	margin: 0 0 20px;
	text-align: center;
	letter-spacing: -0.04em;
}
#main #support li a {
	display: block;
	position: relative;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
	height: 100%;
	padding: 0 10px 30px;
	font-weight: 500;
}
#main #support li a:hover {
	opacity: 0.8;
}
#main #support li a:before {
	content: "";
	position: absolute;
	bottom: 10px;
	right: 10px;
	display: block;
	background: #EA6188;
	width: 30px;
	height: 30px;
	border-radius: 50%;
}
#main #support li a:after {
	content: "\24";
	position: absolute;
	bottom: 5px;
	right: 14px;
	font-family: "ElegantIcons";
	font-weight: 700;
	color: #fff;
}
#main #support li img {
	display: block;
	width: calc(100% + 20px);
	max-width: none;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	margin: 0 -10px 10px;
}
#main #support li span {
	display: block;
	margin: 0 0 5px;
	text-align: center;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #EA6188;
}
#main #event {
	padding: 0 0 60px;
	position: relative;
	overflow-x: hidden;
}
#main #event::before {
    content: "OPEN CAMPUS";
    font-family: "Montserrat", sans-serif;
	line-height: 1.1;
    font-size: 120px;
    color: #48c6dc;
    opacity: 0.2;
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: -1;
}
#main #event h2 {
    background: linear-gradient(90deg, #48c6dc, #b2e6b6);
	border-radius: 15px;
    margin: 100px 0 30px;
    padding: 0.8em 0.5em 0.5em 0.8em;
	line-height: 1.5;
    color: #fff;
}
#main #event .date {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#main #event .date li {
    width: 15%;
	background: #fff;
    border: solid 1px #ccc;
    border-radius: 10px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    padding: 30px 10px 20px;
    text-align: center;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.8em;
    position: relative;
}
#main #event .date li .sl {
	display: inline-block;
	margin: 0 0.2em;
	vertical-align: middle;
	font-size: 0.7em;
}
#main #event .date li .sat,
#main #event .date li .san {
	display: block;
	font-size: 0.5em;
	color: #61ABEA;
}
#main #event .date li .san {
	color: #EA6188;
}
#main #event .date li .year {
	display: block;
	line-height: 1;
	font-size: 0.4em;
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translate(-50%,0);
}
#main #event dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: #e3f3f6;
	padding: 30px 5%;
}
#main #event dl dt,
#main #event dl dd {
	margin: 0 0 10px;
}
#main #event dl dt {
	background: #fff;
	border: solid 1px #35b9d0;
	border-radius: 5px;
	text-align: center;
	width: 30%;
	padding: 5px;
	font-weight: bold;
	color: #35b9d0;
}
#main #event dl dd {
	width: 68%;
	padding: 5px 20px;
	border-bottom: solid 1px #888;
}
#main #event .tel {
	text-align: center;
}
#main #event .tel a {
    display: inline-block;
    background-size: auto 30px;
    margin: 0 0 10px 5px;
    vertical-align: middle;
    font-size: 40px;
}
@media screen and (max-width:767px) {
	#main #attention {
		border-width: 3px;
		border-radius: 10px;
		width: 93%;
        margin: 0 auto 15px;
        padding: 5px 0px;
        font-size: 0.8em;
	}
	#main #attention img {
		width: 180px;
	}
	#main #about .flex {
		display: block;
	}
	#main #about .flex li {
		width: 100%;
		margin: 0 0 10px;
	}
	#main #about .flex li a {
		font-size: 22px;
	}
	#main #about .flex li a:before {
		bottom: 10px;
		right: 10px;
	}
	#main #about .flex li a:after {
		bottom: 7px;
		right: 16px;
		font-size: 18px;
	}
	#main #about {
		padding: 0 0 80px;
	}
	#main #support {
		border-top-right-radius: 50px;
		margin: -40px 0 0;
		padding: 40px 0 0;
	}
	#main #support h2,
	#main #about h2 {
		margin: 0 0 30px;
		font-size: 30px;
	}
	#main #about h2 span {
		font-size: 20px;
	}
	#main #support h2:before {
		width: 60px;
		margin: 0 0 0 -30px;
	}
	#main #about h2::after {
		border-width: 16px;
        bottom: -32px;
	}
	#main #support ul:after {
		content: none;
	}
	#main #support li {
		width: 48%;
		margin: 0 auto 20px;
		font-size: 20px;
	}
	#main #support li a:after {
		bottom: 7px;
		right: 16px;
	}
	#main #event {
		padding:  0 0 20px;
	}
	#main #event::before {
		font-size: 45px;
        line-height: 1.2;
        top: 20px;
        left: 10px;
	}
	#main #event h2 {
		font-size: 30px;
	}
	#main #event .date li {
    	width: 32%;
        margin-bottom: 10px;
        padding: 15px 5px 10px;
        font-size: 1.5em;
	}
	#main #event .date li .year {
		top: 5px;
	}
}
@media screen and (max-width:480px) {
	#main #support h2,
	#main #about h2 {
		 font-size: 25px;
	}
	#main #about h2 {
        padding: 20px 0 10px;
	}
	#main #about h2 span {
		font-size: 17px;
	}
	#main #support li {
		line-height: 1.5;
		font-size: 16px;
	}
	#main #support li:last-child {
		width: 60%;
	}
	#main #support li a {
		padding: 0 0 25px;
	}
	#main #support li a:before {
		bottom: 5px;
        right: 5px;
        width: 20px;
        height: 20px;
	}
	#main #support li a:after {
		bottom: 3px;
        right: 8px;
	}
	#main #support li span {
		line-height: 1;
		font-size: 16px;
	}
	#main #event h2 {
		border-radius: 10px;
		margin: 60px 0 15px;
		font-size: 20px;
	}
	#main #event dl {
		font-size: 0.85em;
	}
	#main #event dl dt {
		width: 4em;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#main #event dl dd {
		width: calc( 100% - 4.5em );
	}
	#main #event .tel a {
		font-size: 35px;
	}
	#main #event .tel span {
		display: none;
	}
}
/* vis
------------------------------------------------*/
#vis {
	position: relative;
	background-image: linear-gradient(90deg, rgba(235, 163, 184, 1), rgba(255, 254, 224, 1) 45%, rgba(240, 255, 247, 1) 95%);
	height: 700px;
	padding: 0 0 60px;
}
#vis:after {
	content: "";
	position: absolute;
	bottom: 0;
	display: block;
	background: #fff;
	width: 100%;
	height: 30px;
	border-top-right-radius: 100px;
}
#vis .img {
	position: absolute;
	top: 0;
	right: 0;
	background: url("img/img-vis.jpg") no-repeat center;
	background-size: cover;
	width: 86%;
	height: 600px;
	border-bottom-left-radius: 100px;
}
#vis p {
	position: absolute;
	left: 60px;
	bottom: 100px;
	margin: 0;
	line-height: 1.2;
	font-family: "Montserrat", sans-serif;
	font-size: 90px;
	font-weight: 600;
	color: #fff;
	opacity: 0.85;
}
@media screen and (max-width:767px) {
	#vis {
		height: 70vw;
		padding: 0 0 20px;
	}
	#vis:after {
		height: 15px;
	}
	#vis .img {
		width: 90%;
		height: 60vw;
	}
	#vis p {
		left: 5%;
		bottom: 40px;
		font-size: 60px;
	}
}
@media screen and (max-width:480px) {
	#vis p {
		font-size: 30px;
	}
}
/* title
------------------------------------------------*/
#title {
	display: flex;
	align-items: center;
	background-image: linear-gradient(90deg, rgba(235, 163, 184, 1), rgba(255, 254, 224, 1) 45%, rgb(205 255 228) 95%);
	height: 200px;
}
#title .inner {
	background: rgba(255,255,255,0.8);
	border-radius: 20px;
	padding: 20px;
}
#title .page-title {
	margin: 0;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.06em;
	font-size: 55px;
	font-weight: 700;
}
#title .page-title span {
	display: block;
	margin: 20px 0 0;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	color: #EA6188;
}
@media screen and (max-width:1024px) {
	#title .inner {
		margin: 0 20px;
	}
}
@media screen and (max-width:767px) {
	#title {
		height: 160px;
	}
	#title .page-title {
		font-size: 30px;
	}
	#title .page-title span {
		margin: 10px 0 0;
		font-size: 16px;
	}
}
@media screen and (max-width:480px) {
	#title {
		height: 120px;
	}
	#title .inner {
		padding: 15px 20px;
	}
	#title .page-title {
		font-size: 24px;
	}
}
/* header
------------------------------------------------*/
#header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0 0 30px;
	box-shadow: 0 3px 3px rgba(0,0,0,0.15);
}
#header a {
	display: block;
}
#header a:hover img {
	opacity: 0.8;
}
#header #logo {
	width: 20%;
	max-width: 200px;
	margin: 0;
	line-height: 1;
}
#header #logo img {
	display: block;
	max-width: 100%;
	height: auto;
}
#header #nav ul {
	display: flex;
}
#header #nav ul li {
	text-align: center;
}
#header #nav ul a {
	padding: 25px 15px;
	font-size: 15px;
	font-weight: 700;
	white-space: nowrap;
}
#header #nav ul a span {
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	color: #EA6188;
}
#header #nav ul li.contact {
	margin: 0 0 0 5px;
}
#header #nav ul li.contact a {
	background-image: linear-gradient(90deg, rgba(234, 97, 136, 1), rgba(255, 174, 80, 1));
	color: #fff;
	line-height: 1.4;
	padding: 18px 15px;
}
#header #nav ul li.contact a span {
	margin-top: 0.4em;
	color: #fff;
}
#header #nav ul a:hover,
#header #nav ul li.contact a:hover {
	background: #EA6188;
	color: #fff;
}
#header #nav ul a:hover span {
	color: #fff;
}
#header #nav ul li.contact .sp-view {
	display: none;
}
@media screen and (max-width:1200px) {
	#header {
		display: block;
		padding: 0;
		text-align: center;
	}
	#header #logo {
		display: inline-block;
		width: auto;
		max-width: none;
		margin: 10px 0 0;
	}
	#header #nav ul {
		width: 100%;
		align-items: center;
	}
	#header #nav ul li {
		flex-grow: 1;
	}
	#header #nav ul li.contact {
		flex-grow: 2;
	}
	#header #nav ul a {
		padding: 10px;
		font-size: 14px;
	}
}
@media screen and (max-width:767px) {
	#header {
		height: 80px;
		padding: 0 20px;
		text-align: left;
	}
	#header #logo {
		width: 160px;
		margin: 13px 0 0;
	}
	#header #nav ul {
		position: absolute;
		top: 80px;
		left: 0;
		z-index: 1;
		display: block;
		display: none;
		background: #fff;
		width: 100%;
		height: 100%;
		padding: 20px 30px;
		border-top: 3px solid #EA6188;
	}
	#header #nav ul li a {
		position: relative;
		border-bottom: 1px solid #ccc;
		padding: 10px 20px;
		text-align: left;
		font-size: 18px;
	}
	#header #nav ul li a:after {
		content: "\24";
		position: absolute;
		top: 50%;
		right: 20px;
		margin: -20px 0 0;
		font-family: "ElegantIcons";
		font-size: 24px;
		font-weight: 700;
		color: #EA6188;
	}
	#header #nav ul li.contact {
		margin: -1px 0 0;
	}
	#header #nav ul li.contact a {
		padding: 10px 20px;
		line-height: 1.8;
	}
	#header #nav ul li.contact a:after {
		color: #fff;
	}
	#header #nav ul a span {
		font-size: 12px;
	}
	#header #nav ul li.contact .sp-view {
		display: inline;
	}
	.menu-trigger {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1002;
		background: #EA6188;
		width: 80px;
		height: 80px;
		cursor: pointer;
	}
	.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;
		content: "";
	}
	.menu-trigger .toggle-bar {
		top: 30px;
		left: 30px;
	}
	.menu-trigger .toggle-bar::before {
		top: 7px;
	}
	.menu-trigger .toggle-bar::after {
		top: -7px;
	}
	.nav-open .toggle-bar {
		background: transparent;
	}
	.nav-open .toggle-bar::before, .nav-open .toggle-bar::after {
		top: 0;
	}
	.nav-open .toggle-bar::before {
		transform: rotate(45deg);
	}
	.nav-open .toggle-bar::after {
		transform: rotate(-45deg);
	}
	.menu-trigger .toggle-name {
		position: absolute;
		left: 0;
		bottom: 15px;
		width: 100%;
		text-align: center;
		letter-spacing: 0.1em;
		font-family: "Montserrat", sans-serif;
		font-size: 10px;
		font-weight: 700;
		color: #fff;
	}
	.menu-trigger .toggle-name:before {
		content: "MENU";
	}
	.nav-open .toggle-name:before {
		content: "CLOSE";
	}
}
/* contactarea
------------------------------------------------*/
#contactarea {
	background: #F7EFF1;
	padding: 60px 0 80px;
}
#contactarea .inner {
	background: #fff;
	border: 3px solid #EA6188;
	border-radius: 20px;
	padding: 40px 50px 50px;
}
#contactarea h2 {
	border-bottom: 1px solid #EA6188;
	margin: 0 0 40px;
	padding: 0 0 10px;
	text-align: center;
	letter-spacing: 0.06em;
	font-size: 30px;
	font-weight: 700;
	color: #EA6188;
}
#contactarea p {
	margin: 0;
}
#contactarea .tel {
	width: 50%;
}
#contactarea .tel a {
	display: block;
	background: url("img/icn-tel.svg") no-repeat left bottom 5px;
	background-size: auto 30px;
	margin: 0 0 10px;
	padding: 0 0 0 55px;
	line-height: 1;
	font-size: 49px;
}
#contactarea .tel span {
	letter-spacing: 0.07em;
}
#contactarea .btn {
	width: 50%;
}
#contactarea .btn a {
	display: block;
	background-image: linear-gradient(90deg, rgba(234, 97, 136, 1), rgba(255, 174, 80, 1));
	width: 100%;
	height: 100px;
	border-radius: 55px;
	padding: 27px 15px;
	text-align: center;
	letter-spacing: 0.07em;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
}
#contactarea .btn a span {
	position: relative;
	padding: 0 0 0 45px;
	white-space: nowrap;
}
#contactarea .btn a span:before {
	content: "\e076";
	position: absolute;
	left: 5px;
	top: 45%;
	transform: translateY(-50%);
	margin-right: 3px;
	font-family: "ElegantIcons";
	font-size: 30px;
}
#contactarea .btn a:hover {
	background: #EA6188;
}
@media screen and (max-width:1024px) {
	#contactarea {
		padding: 60px 20px 80px;
	}
	#contactarea .inner {
		padding: 25px;
	}
	#contactarea .tel a {
		font-size: 40px;
	}
	#contactarea .tel span {
		font-size: 17px;
	}
	#contactarea .btn a {
		height: 80px;
		padding: 22px 10px;
		font-size: 20px;
	}
}
@media screen and (max-width:767px) {
	#contactarea {
		padding: 30px 20px 40px;
	}
	#contactarea .inner {
		text-align: center;
	}
	#contactarea h2 {
		margin: 0 0 20px;
		font-size: 24px;
	}
	#contactarea .tel,
	#contactarea .btn {
		display: inline-block;
		width: 100%;
	}
	#contactarea .tel a {
		display: inline-block;
	}
	#contactarea .tel span {
		display: block;
	}
	#contactarea .btn a {
		width: 410px;
		height: 60px;
		margin: 20px auto 0;
		padding: 15px;
		font-size: 20px;
	}
	#contactarea .btn a span {
		padding: 0 0 0 35px;
	}
	#contactarea .btn a span:before {
		font-size: 20px;
	}
}
@media screen and (max-width:480px) {
	#contactarea .tel a {
		font-size: 37px;
	}
	#contactarea .tel span {
		letter-spacing: 0.02em;
	}
	#contactarea .btn a {
		width: 100%;
		height: auto;
		padding: 15px 10px 10px 0;
		letter-spacing: 0.02em;
		font-size: 19px;
	}
	#contactarea .btn a span {
		padding: 0 0 0 28px;
	}
	#contactarea .btn a span:before {
		font-size: 16px;
	}
}
/* footer
------------------------------------------------*/
#footer img {
	max-width: 100%;
	height: auto;
}
#footer a:hover img {
	opacity: 0.8;
}
#footer .access {
  border-bottom: 1px solid #ccc;
  padding: 50px 0;
}
#footer .access dl {
	display: flex;
}
#footer .access dt {
	width: 40%;
	min-width: 270px;
}
#footer .access dd {
	width: 60%;
	margin: 0;
	letter-spacing: 0.07em;
	line-height: 2;
}
#footer .access dd a {
	position: relative;
	padding: 0 40px 0 0;
}
#footer .access dd a:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	background: #EA6188;
	width: 30px;
	height: 30px;
	border-radius: 50%;
}
#footer .access dd a:after {
	content: "\24";
	position: absolute;
	top: -5px;
	right: 4px;
	font-family: "ElegantIcons";
	font-weight: 700;
	color: #fff;
}
#footer .access dd a:hover {
	text-decoration: underline;
}
.sister-school {
  padding: 50px 0;
}
.sister-school p {
	margin: 0 0 30px;
	text-align: center;
}
.sister-school p.toggle {
	display: none;
}
.sister-school ul {
	justify-content: center;
}
.sister-school ul li {
	width: 20%;
	margin: 0 0 10px;
}
.sister-school ul li a {
	display: block;
}
.copy {
	display: block;
	margin: 0 0 40px;
	text-align: center;
	font-size: 12px;
	color: #999;
}
@media screen and (max-width:1024px) {
	.sister-school {
		padding: 50px 20px;
	}
	.sister-school ul li img {
		width: 98%;
	}
	#footer .access dd a:after {
		top: -3px;
	}
}
@media screen and (max-width:767px) {
	#footer .access {
		padding: 30px 0;
	}
	.sister-school {
		padding: 30px 20px;
	}
	#footer .access dl {
		display: block;
		text-align: center;
	}
	#footer .access dt {
		width: 100%;
		min-width: 0;
	}
	#footer .access dd {
		display: inline-block;
		width: auto;
		margin: 10px 0 0;
		text-align: left;
	}
	#footer .access dd a {
		padding: 0 35px 0 0;
	}
	#footer .access dd a:before {
		width: 25px;
		height: 25px;
	}
	#footer .access dd a:after {
		top: -5px;
		right: 3px;
	}
	.sister-school p.toggle {
		display: block;
		border: 1px solid #ccc;
		border-radius: 5px;
		margin: 20px 0 0;
		padding: 10px;
		text-align: center;
		line-height: 28px;
		font-size: 16px;
		color: #333;
		cursor: pointer;
	}
  .sister-school p.toggle::after {
    font-family: "ElegantIcons";
    content: "P";
    display: inline-block;
    float: right;
    font-size: 25px;
    color: #ccc;
  }
  .sister-school p.toggle.active:after {
    content: "O";
  }
	.sister-school p.toggle + div {
		display: none;
	}
	.sister-school ul li img {
		width: 100%;
	}
	.sister-school ul {
		margin: 10px 5px 0;
	}
  .sister-school ul li {
    width: 49%;
	}
	.sister-school ul li:nth-child(2n) {
		margin: 0 0 10px 2%;
	}
}

/* post
------------------------------------------------*/
/* post */
#main .post-title h1 {
	background: #EA6188;
	border-radius: 10px;
	margin: 0 0 10px;
	padding: 15px 25px;
	line-height: 1.4;
	font-size: 40px;
	font-weight: 500;
	color: #fff;
}
#main .post-meta {
	display: flex;
	align-items: center;
	margin: 20px 0 40px;
}
#main .post-meta p {
	margin: 0 20px 0 0;
	color: #888;
}
#main .post-meta ul {
	display: flex;
	line-height: 1.2;
}
#main .post-meta ul li {
	border: 1px solid #ddd;
	margin: 0 10px 0 0;
	padding: 3px;
	font-size: 12px;
	color: #666;
}
#main #post .post-body {
	overflow: hidden;
}
#main #post .post-body:after {
	content: "";
	display: block;
	clear: both;
}
#main #post .post-body h2 {
	margin: 40px 0 20px;
}
#main #post .post-body h2:first-child {
	margin-top: 0;
}
#main #post .post-body h2:first-child {
	margin-top: 0;
}
#main #post .post-body h3 {
	background: #FFE3EA;
	border-radius: 5px;
	margin: 0 0 20px;
	padding: 10px 15px;
	line-height: 1.4;
	font-size: 28px;
	font-weight: 500;
	color: #EA6188;
}
#main #post .post-body h4 {
	background: #F7F7F7;
	border-radius: 5px;
	margin: 10px 0;
	padding: 10px 15px;
	line-height: 1.4;
	font-size: 21px;
	font-weight: 700;
	color: #EA6188;
}
#main #post .post-body p + h2, #main #post .post-body ul + h2, #main #post .post-body ol + h2, #main #post .post-body table + h2 {
	margin-top: 80px;
}
#main #post .post-body p + h3, #main #post .post-body ul + h3, #main #post .post-body ol + h3, #main #post .post-body table + h3 {
	margin-top: 60px;
}
#main #post .post-body ul {
	list-style: disc;
	margin: 15px 0;
	padding: 0 0 0 1.5em;
}
#main #post .post-body ol {
	margin: 15px 0;
	padding: 0 0 0 1.5em;
}
#main #post .post-body li, #main #post .post-body li ul, #main #post .post-body li ol {
	margin: 5px 0;
}
#main #post .post-body table {
	width: 100%;
	border-collapse: collapse;
	margin: 15px 0;
}
#main #post .post-body table th, #main #post .post-body table td {
	padding: 15px;
	border: 1px solid #ccc;
}
#main #post .post-body table th {
	background: #F7EFF1;
}
#main #widgets {
	display: flex;
	justify-content: center;
	margin: 30px auto 40px;
}
#main #widgets .list {
	position: relative;
	width: 320px;
	border: 2px solid #888;
}
#main #widgets .list + .list {
	margin: 0 0 0 20px;
}
#main #widgets .list:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	width: 5px;
	height: 5px;
	border-left: solid 2px #EA6188;
	border-top: solid 2px #EA6188;
	transform: translate(0, -50%) rotate(-135deg);
}
#main #widgets .list select {
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	border: 0;
	width: 100%;
	padding: 15px 30px 15px 20px;
	font-size: 15px;
}
/* page-nav */
#main .page-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 60px 0;
}
#main .page-nav .next_post, #main .page-nav .prev_post {
	position: relative;
	margin: 0;
}
#main .page-nav a {
	display: block;
	position: relative;
	font-size: 14px;
	font-weight: 700;
	color: #EA6188;
}
#main .page-nav .prev_post a {
	padding: 0 0 0 25px;
}
#main .page-nav .next_post a {
	padding: 0 25px 0 0;
	text-align: right;
}
#main .page-nav .prev_post a:before, #main .page-nav .next_post a:before {
	content: '';
	position: absolute;
	top: 50%;
	width: 7px;
	height: 7px;
	border-left: solid 2px #EA6188;
	border-top: solid 2px #EA6188;
}
#main .page-nav .prev_post a:before {
	left: 10px;
	transform: translate(0, -50%) rotate(-45deg);
}
#main .page-nav .next_post a:before {
	right: 10px;
	transform: translate(0, -50%) rotate(135deg);
}
/* archive */
#main .archivepost {
	width: 48.5%;
	margin: 0 0 25px;
}
#main .archivepost a {
	display: block;
	border: 2px solid #ddd;
	padding: 20px;
}
#main .archivepost a:hover {
	background: #F7EFF1;
}
#main .archivepost dl {
	margin: 0;
}
#main .archivepost dt {
	font-size: 26px;
	font-weight: 500;
}
#main .archivepost dd {
	display: flex;
	align-items: center;
	margin: 10px 0 0;
	color: #888;
}
#main .archivepost dd ul {
	display: flex;
	margin: 0 0 0 10px;
}
#main .archivepost dd ul li {
	border: 1px solid #ddd;
	margin: 0 10px 0 0;
	padding: 3px;
	font-size: 14px;
	color: #666;
}
@media screen and (max-width:1024px) {
	#main #widgets .list {
		width: 210px;
	}
}
@media screen and (max-width:767px) {
	#main .post-title h1 {
		font-size: 26px;
	}
	#main #post .post-body h3 {
		font-size: 22px;
	}
	#main #post .post-body h4 {
		font-size: 18px;
	}
	#main #post .post-body p + h2, #main #post .post-body ul + h2, #main #post .post-body ol + h2, #main #post .post-body table + h2 {
		margin-top: 60px;
	}
	#main #post .post-body p + h3, #main #post .post-body ul + h3, #main #post .post-body ol + h3, #main #post .post-body table + h3 {
		margin-top: 40px;
	}
	#main #post .post-body table th, #main #post .post-body table td {
		padding: 10px;
	}
	#main #widgets .list {
		width: 210px;
	}
	#main #widgets .list select {
		padding: 10px 20px 10px 15px;
		font-size: 14px;
	}
	#main .archivepost {
		width: 100%;
	}
	#main .archivepost dt {
		font-size: 20px;
	}
}