@charset "UTF-8";

/* ==========================================================================
   variable
============================================================================= */
:root {
	--main-color: #3DA5BA;
	--color-lightblue: #009EF5;
	--color-green: #0CB361;
	--color-yellowgreen: #88C217;
	--color-yellow: #F6B824;
	--color-orange: #EB5313;
	--color-red: #F30010;
	--color-magenta: #CF0F78;
}

/* ==========================================================================
   base
============================================================================= */

body {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;/*iPhone font*/
	font-family: YakuHanJPs, Roboto, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic, メイリオ, Meiryo, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #000000;
}

@media all and (-ms-high-contrast:none) {
	body {
		font-family: "メイリオ, Meiryo, ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",  sans-serif;
	}
}

.fontMincho { 	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

p { background-image:url(""); }

a:link{ color: #ffffff; text-decoration: none; }
a:visited{ color: #ffffff; text-decoration: none; }
a:active{ color: #ffffff; text-decoration: none; }
a:hover { color: #eeeeee; text-decoration: none; }

a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:hover {
    outline : none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);

	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;

	opacity: 0.85;
}

img {
	-ms-interpolation-mode: bicubic;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:hover img {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;

	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);

	opacity: 1;
}

a:hover svg path {
	/*fill: #ffd700;*/
}

svg,
a:hover svg,
path,
a:hover path {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a[href^="tel:"] { cursor: default; }

ul { list-style-type: none; }

address { font-style: normal; }

.inviewItem {
	opacity: 0;
	transform: translate(0,20px); 
	-webkit-transform: translate(0,20px); 
	transition: 1.2s;
}

.inviewItemFlag {
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

/* ==========================================================================
   clearfix
============================================================================= */

.cf:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.cf {
	min-height: 1px;
}

* html .cf {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* ==========================================================================
   common
============================================================================= */
.txtLt {text-align: left!important;}
.txtRt {text-align: right!important;}
.txtCt {text-align: center!important;}
.txtBold {font-weight: bold!important;}
.txtNormal {font-weight: normal!important;}
.fontSmall {font-size: 0.7rem!important;}
.fontLarge {font-size: 1.4rem!important;}
.font90per {font-size: 90%!important;}
.font105per {font-size: 105%!important;}
.font110per {font-size: 110%!important;}
.font120per {font-size: 120%!important;}
.lh2 { line-height: 2em!important }
.pt1 {padding-top: 1rem!important;}
.pt2 {padding-top: 2rem!important;}
.pb1 {padding-bottom: 1rem!important;}
.pb2 {padding-bottom: 2rem!important;}
.mt0 {margin-top: 0!important;}
.mt1 {margin-top: 1rem!important;}
.mt2 {margin-top: 2rem!important;}
.mt3 {margin-top: 3rem!important;}
.mt5 {margin-top: 4rem!important;}
.mt5 {margin-top: 5rem!important;}
.mt6 {margin-top: 5rem!important;}
.mb0 {margin-bottom: 0!important;}
.mb1 {margin-bottom: 1rem!important;}
.mb2 {margin-bottom: 2rem!important;}
.mb3 {margin-bottom: 3rem!important;}
.mb4 {margin-bottom: 4rem!important;}
.mb5 {margin-bottom: 5rem!important;}
.mb6 {margin-bottom: 6rem!important;}

@media only screen and (min-width: 768px){
	br.mbbr {/*スマホのみ改行*/
		display:none!important;
	}
}

/*スマホ・タブレットのみ改行*/
@media only screen and (min-width: 900px){
	br.mbtbbr {
		display:none!important;
	}
}

/*タブレット以上のみ改行*/
br.tbbr {
	display: none;
}

@media only screen and (min-width: 768px){
	br.tbbr {
		display: inline;
	}
}

/*PC以上のみ改行*/
br.dtbr {
	display: none;
}

@media only screen and (min-width: 1200px){
	br.dtbr {
		display: inline;
	}
}

select, textarea, [type="text"], [type="password"], [type="datetime"], [type="datetime-local"], [type="date"], [type="month"], [type="time"], [type="week"], [type="number"], [type="email"], [type="url"], [type="search"], [type="tel"], [type="color"], .uneditable-input {
	display: inline-block;
	padding: 0.5em 0.5em;
	width: 50%;
	vertical-align: middle;
	font-size: 90%;
    border: none;
    background-color: #fff;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 25px;/*矢印分*/
}

input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: 0;
}

/* ==========================================================================
   base
============================================================================= */

body {

}

img,
svg {
	max-width: 100%;
	height: auto;
}


/*======= drawer =======*/
.drawer-hamburger {
	/*position: absolute;*/
	position: fixed;
    z-index: 104;
    top: 1.5rem;
    display: block;
    box-sizing: content-box;
    width: 2rem;
    height: 2rem;
    padding: 0;
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border: 0;
    outline: 0;
    background-color: transparent;
}

.drawer-hamburger-icon.pages-nav,
.drawer-hamburger-icon.pages-nav:before,
.drawer-hamburger-icon.pages-nav:after {
	background-color: #898989!important;
}

.drawer-open .drawer-hamburger-icon {
	background-color: transparent!important;
}

.drawer-nav {
	background: rgba(255,255,255,0.95);
}

@media screen and (min-width: 980px) {
	.drawer-hamburger {
		top: 1.75rem;
		padding-right: 20px!important;
	}
}

ul.drawer-menu {

}

ul.drawer-menu {
	line-height: 1.4em;
	text-align: left;
	margin: 0 20px;
	padding-bottom: 2rem;

}

ul.drawer-menu li {
	display: inline-block;
	width: 100%;
}

ul.drawer-menu li a {
	display: block;
	padding: 0.9rem 0;
	border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}

ul.drawer-menu li:last-child a {
	border: none;
}

ul.drawer-menu a:link{ color: #000000; text-decoration: none; }
ul.drawer-menu a:visited{ color: #000000; text-decoration: none; }
ul.drawer-menu a:active{ color: #000000; text-decoration: none; }
ul.drawer-menu a:hover { color: #cc6600; text-decoration: none; }


/*======= top Visual =======*/
.topVisual {
	position: relative;
	background-image: url("../images/s-1/bk02.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.topVisual.pagesHeader {
	background-image: none;
}

.topVisual .title {
	padding: 3rem 0.5rem 7rem 0.5rem;
}

.topVisual .title .titleMain {
	margin-bottom: 1.25rem;
}

.topVisual .btn {
	z-index: 99;
	position: absolute;
	bottom: 2rem;
	right: 5px;
	display: inline-block;
	width: auto;
	height: 36px;
	text-align: center;
	line-height: 1;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.topVisual .btn p.name {
	display: inline-block;
	color: #ffffff;
	/*font-size: 0.8rem;*/
	font-size: 1.2rem;
	line-height: 1.2em;
	margin-right: 0.75em;
	font-weight: bold;
	vertical-align: middle;
}

.topVisual .btn .btnIcon {
	display: inline-block;
	padding: 4px;
	border-radius: 30px;
	background-color: var(--color-magenta);
	box-sizing: content-box;
	overflow: hidden;
	vertical-align: middle;
}

.topVisual .btn .btnIcon span {
	position: relative;
	display: inline-block;
	width: 36px;
	height: 36px;
}

.topVisual .btn .btnIcon span img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 50%;
	height: 50%;
}

@media screen and (min-width: 768px) {
	.topVisual .title {
		padding: 3rem 1.5rem 7rem 1.5rem;
	}

	.topVisual .btn {
		bottom: 2rem;
		right: 1.5rem;
	}
}

@media screen and (min-width: 1200px) {
	.topVisual .title {
		padding: 10rem 0 12rem 0;
	}

	.topVisual .btn {
		bottom: 3rem;
		right: 3rem;
	}
}

/*======= header =======*/
header {
	z-index: 50;
	position: relative;
	border-top: 1px solid rgba(255,255,255,0.8);
	border-bottom: 8px solid var(--main-color);
	padding: 1.5rem 0 1.25rem 0;
}

header .headerInner {
	padding: 0.75rem 0.5rem 0 0.5rem;
	line-height: 1.25em;
	font-weight: bold;
}

header .logoBox {
	text-align: left;
}

header .logoBox h1 .logo {
	display: inline-block;
	vertical-align: middle;
	text-align: right;
}

header .logoBox h1 .logo img {
	max-width: 80px;
	width: 100%;
	padding-right: 10px;
}

header .logoBox h1 .logoTtlBox {
	display: inline-block;
	text-align: left;
	font-size: 0.85rem;
	vertical-align: middle;
}

header a:link{ color: #ffffff; text-decoration: none; }
header a:visited{ color: #ffffff; text-decoration: none; }
header a:active{ color: #ffffff; text-decoration: none; }
header a:hover { color: #ffffff; text-decoration: none; }

.topVisual.pagesHeader header a:link{ color: var(--main-color); text-decoration: none; }
.topVisual.pagesHeader header a:visited{ color: var(--main-color); text-decoration: none; }
.topVisual.pagesHeader header a:active{ color: var(--main-color); text-decoration: none; }
.topVisual.pagesHeader header a:hover { color: var(--main-color); text-decoration: none; }

@media screen and (min-width: 768px) {
	header .headerInner {
		padding: 0.75rem 1.5rem 0 1.5rem;
	}
}

@media screen and (min-width: 1200px) {
	header .headerInner {
		padding: 0.75rem 0 0 0;
	}
}

/*======= footer =======*/
#inquiry {

}

#inquiry .siteLink {
	padding: 1.75rem 0.5rem 1.75rem 0.5rem;
	background-color: var(--main-color);
}

#inquiry .siteLink .logoBox {
	width: 100%;
	margin-bottom: 1.5rem;
}

#inquiry .siteLink .logoBox .logo {
	display: inline-block;
	vertical-align: middle;
	text-align: right;
}

#inquiry .siteLink .logoBox .logo img {
	max-width: 80px;
	width: 100%;
	padding-right: 10px;
}

#inquiry .siteLink .logoBox .logoTtlBox {
	display: inline-block;
	text-align: left;
	font-size: 0.85rem;
	vertical-align: middle;
}

#inquiry .siteLink .linkBox {
	width: 100%;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(255,255,255,0.6);
}

#inquiry .siteLink .linkBox .linkIcon {
	font-size: 0.85rem;
}

@media screen and (min-width: 768px) {
	#inquiry .siteLink {
		padding: 1.75rem 1.5rem 1.75rem 1.5rem;
	}

	#inquiry .siteLink .logoBox {
		width: 60%;
		margin-bottom: 0;
	}
	
	#inquiry .siteLink .linkBox {
		width: 40%;
		padding-top: 0;
		border-top: none;
		border-left: 1px solid rgba(255,255,255,0.6);
	}

	#inquiry .siteLink .linkBox .linkIcon {
		padding-left: 2rem;
	}
}

@media screen and (min-width: 1200px) {
	#inquiry .siteLink {
		padding: 1.75rem 0 1.75rem 0;
	}
	
	#inquiry .siteLink .logoBox {
		width: 67%;
	}
	
	#inquiry .siteLink .linkBox {
		width: 33%;
	}
}

#inquiry .contact {
	padding: 2.5rem 0.5rem 2rem 0.5rem;
	color: #ffffff;
	background-color: rgb(89, 87, 88);
}

#inquiry .contact h2 {
	font-size: 2rem;
	font-weight: normal;
	line-height: 1em;
	margin-bottom: 0.2em;
}

#inquiry .contact h3 {
	font-size: 0.9rem;
	font-weight: normal;
	font-style: italic;
	line-height: 1em;
	padding-left: 0.2em;
}

#inquiry .contact .contactBox > div,
#inquiry .contact .guidelineBox > div {
	margin-top: 2.5rem;
}

#inquiry .contact .contactBox {
	width: 100%;
	margin-bottom: 1.5rem;
}

#inquiry .contact .guidelineBox {
	width: 100%;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(255,255,255,0.6);
}

#inquiry .contact .item p span {
	font-size: 0.9rem;
}

#inquiry .contact .linkBtn {
	margin-top: 1rem;
}

#inquiry .contact .linkBtn a {
	width: 17rem;
}

#inquiry .contact .contactBox > .flexContainer .item {
	width: 100%;
	margin-bottom: 1.5rem;
}

#inquiry .contact .contactBox > .flexContainer .item:nth-child(2) {
	margin-bottom: 0;
}

footer .footerCopy {
	background-color: rgb(89, 87, 88);
}

footer .footerCopy .copyright {
	width: 100%;
	padding: 0 0.5rem 3rem 0.5rem;
	color: #ffffff;
	line-height: 1em;
}

@media screen and (min-width: 768px) {
	#inquiry .contact {
		padding: 1.75rem 1.5rem 1.75rem 1.5rem;
	}

	#inquiry .contact .contactBox {
		width: 60%;
		margin-bottom: 0;
	}
	
	#inquiry .contact .guidelineBox {
		width: 40%;
		padding-top: 0;
		padding-left: 1rem;
		border-top: none;
		border-left: 1px solid rgba(255,255,255,0.6);
	}

	#inquiry .contact .contactBox > div,
	#inquiry .contact .guidelineBox > div {
		margin-top: 5rem;
	}

	#inquiry .contact .guidelineBox .linkBtn {
		margin-top: 2.4rem;
	}

	footer .footerCopy .copyright {
		padding: 0 1.5rem 3rem 1.5rem;
	}
}

@media screen and (min-width: 1200px) {
	#inquiry .contact {
		padding: 1.75rem 0 1.75rem 0;
	}

	#inquiry .contact .contactBox {
		width: 67%;
		padding-top: 0.25rem;
		margin-bottom: 0;
	}

	#inquiry .contact .contactBox > .flexContainer .item {
		width: 50%;
		margin-bottom: 0;
	}
	
	#inquiry .contact .contactBox > .flexContainer .item:nth-child(2) .linkBtn {
		margin-top: 2.4rem;
	}

	#inquiry .contact .guidelineBox {
		width: 33%;
		padding-top: 0.25rem;
		padding-bottom: 0.5rem;
	}

	footer .footerCopy .copyright {
		padding: 0 0 3rem 0;
	}
}






/*======= contentCommon =======*/
@media screen and (min-width: 1200px) {
	.w1200 {
		max-width: 1200px!important;
		margin-left: auto!important;
		margin-right: auto!important;
	}
}

ul.hrItemCol3 {
	list-style-type: none;
	letter-spacing: -.4em;
}

ul.hrItemCol3 li {
	width: 100%;
	display: inline-block;
	text-align: center;
	letter-spacing: normal;
	margin-bottom: 1rem;
	vertical-align: bottom;
}

@media screen and (min-width: 768px) {
	ul.hrItemCol3 li {
		width: 33.33333%;
		width: calc(99.99999% / 3);/*IE11対応*/
		padding: 0 0.25rem;
		margin-bottom: 0.5rem;
		box-sizing: border-box;
	}

	ul.hrItemCol3 li img {
		width: 100%;
	}
}

.flexContainer {
	display: -webkit-flex;
	display: flex;

	-webkit-flex-direction: row;
	flex-direction:         row;

	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;

	-webkit-justify-content: space-between;
	justify-content:         space-between;/*space-around*/
}

.flexContainer .flexItemCol2,
.flexContainer .flexItemCol3 {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	margin-bottom: 1rem;
}

.flexContainer .flexItemCol2:last-child,
.flexContainer .flexItemCol3:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.flexContainer {
		/*-webkit-justify-content: space-between;
		justify-content:         space-between;*/
	}

	.flexContainer .flexItemCol2 {
		width: 50%;
		margin-bottom: 0;
	}

	.flexContainer .flexItemCol3 {
		width: 33.33333%;
		width: -webkit-calc(99.99999% / 3);
		width: calc(99.99999% / 3);
		margin-bottom: 0;
	}

}

ul.btn li {
	overflow: hidden;
}

/*======= section =======*/
section {
	position: relative;
	font-size: 1rem;
	line-height: 1.5rem;
}

.sectionInner {
	position: relative;
	margin: 0 0.5rem;
	box-sizing: border-box;
}

@media screen and (min-width: 768px) {
	.sectionInner {
		margin-right: 1.5rem;
		margin-left: 1.5rem;
	}
}

@media screen and (min-width: 1200px) {
	.sectionInner {
		margin-right: 0;
		margin-left: 0;
	}
}




/* ==========================================================================
   home
============================================================================= */

/*======= schedule =======*/
#schedule {
	background-image: url("../images/keyVisual.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#schedule .sectionInner {
	position: relative;
	margin: 0 0.5rem;
	padding: 3.5rem 0;
	overflow: hidden;
}

#schedule .sectionInner .scheduleTitle {
	margin-bottom: 2.5rem;
}

#schedule .sectionInner .scheduleTitle p {
	margin-top: 1rem;
	max-width: 800px;
}

#schedule .sectionInner .scheduleTitle .titleLeft {
	margin-bottom: 1rem;
}

#schedule .sectionInner .place {
	letter-spacing: -.4em;
}

#schedule .sectionInner .place.online {
	margin-bottom: 2.25rem;
}

#schedule .sectionInner .place li {
	z-index: 10;
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 3px;
	overflow: hidden;
	letter-spacing: normal;
}

#schedule .sectionInner .place li a {
	display: block;
	width: auto;
	text-align: left;
	vertical-align: bottom;
}

#schedule .sectionInner .place li a .dateBox {
	position: relative;
	align-items: center;
	background-color: #ffffff;
	color: #000000;
	border: 1px solid #cccccc;
	border-radius: 2rem;
	height: 4rem;
	line-height: 1em;
}

#schedule .sectionInner .place li a .dateBox::after {
	content: url("../images/common/icn-detail.svg");
	position: absolute;
	top: auto;
	bottom: auto;
	right: 1.25rem;
}

#schedule .sectionInner .place li a.noLink .dateBox::after {
	content: url("");
}

#schedule .sectionInner .place li a.outLink .dateBox::after {
	content: url("../images/common/icn-link-gl.svg");
}

#schedule .sectionInner .place li a.outLink .dateBox.gray::after {
	content: url("");
}

#schedule .sectionInner .place li a.noLink:hover {
    outline : none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);

	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;

	opacity: 1;
}


#schedule .sectionInner .place li a .dateBox::after {

}

#schedule .sectionInner .place li a .dateBox .date {
	position: relative;
	display: block;
	width: 15%;
	height: 100%;
	font-size: 1.2rem;
	font-weight: normal;
	text-align: center;
	color: #ffffff;
	background-color: #898989;
	border-radius: 2rem 0 0 2rem;
}

#schedule .sectionInner .place li a .dateBox .date > span > span {
	font-size: 0.8rem;
}

#schedule .sectionInner .place li a .dateBox .area {
	position: relative;
	display: block;
	width: 25%;
	height: 100%;
	font-size: 1.5rem;
	color: #ffffff;
	background-color: #898989;
}

#schedule .sectionInner .place li a .dateBox .area > span {
	width: 3em;
}

#schedule .sectionInner .place li a .dateBox .detail {
	display: block;
	width: 60%;
	height: 100%;
	border-left: 5px solid #ff0000;
}

#schedule .sectionInner .place li a .dateBox.osaka .detail { border-left: 5px solid var(--color-yellow); }
#schedule .sectionInner .place li a .dateBox.tokyo .detail { border-left: 5px solid var(--color-lightblue); }
#schedule .sectionInner .place li a .dateBox.shiga .detail { border-left: 5px solid var(--color-green); }
#schedule .sectionInner .place li a .dateBox.kyoto .detail { border-left: 5px solid var(--color-yellowgreen); }
#schedule .sectionInner .place li a .dateBox.okayama .detail { border-left: 5px solid var(--color-red); }
#schedule .sectionInner .place li a .dateBox.tokushima .detail { border-left: 5px solid var(--color-orange); }
#schedule .sectionInner .place li a .dateBox.fukuoka .detail { border-left: 5px solid var(--color-magenta); }

#schedule .sectionInner .place.online li a .dateBox .date,
#schedule .sectionInner .place.online li a .dateBox .area {
	background-color: #EB5313;
}

#schedule .sectionInner .place.online li a .dateBox.blue .date,
#schedule .sectionInner .place.online li a .dateBox.blue .area {
	background-color: #3861cb;
}

#schedule .sectionInner .place.online li a .dateBox.gray .date,
#schedule .sectionInner .place.online li a .dateBox.gray .area {
	background-color: #666666;
}

/*#schedule .sectionInner .place.online li a .dateBox .detail { border-left: 5px solid var(--main-color); }*/
#schedule .sectionInner .place.online li a .dateBox .detail { border-left: 5px solid #EE7743; }
#schedule .sectionInner .place.online li a .dateBox.blue .detail { border-left: 5px solid #537ce2; }
#schedule .sectionInner .place.online li a .dateBox.gray .detail { border-left: 5px solid #999999; }

#schedule .sectionInner .place li a .dateBox .detail span.box {
	position: relative;
	display: block;
	padding: 0 1.5em;
	width: 100%;
	height: 100%;
	font-size: 0.85rem;
}

#schedule .sectionInner .place li a .date > span,
#schedule .sectionInner .place li a .area > span,
#schedule .sectionInner .place li a .dateBox .detail span.box > span {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

#schedule .sectionInner .place li a .date > span,
#schedule .sectionInner .place li a .area > span {
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#schedule .sectionInner .map {
	display: none;
}

@media screen and (min-width: 768px) {
	#schedule .sectionInner {
		padding: 6rem 0 8rem 0;
		margin-right: 1.5rem;
		margin-left: 1.5rem;
	}

	#schedule .sectionInner .place li {
		width: 49.5%;
		float: left;
	}

	#schedule .sectionInner .place li:nth-child(odd) { margin-right: 0.5%; }

	#schedule .sectionInner .place li a .dateBox .date {
		width: 20%;
	}

	#schedule .sectionInner .place li a .dateBox .area {
		width: 20%;
		font-size: 1.2rem;
	}
}

@media screen and (min-width: 1200px) {
	#schedule .sectionInner {
		padding: 7.5rem 0 0 0;
		min-height: 800px;
	}

	#schedule .sectionInner .scheduleTitle {
		margin-bottom: 2.5rem;
	}
	
	#schedule .sectionInner .scheduleTitle .titleLeft {
		padding-right: 1.5rem;
		border-right: 1px solid #898989;
	}

	#schedule .sectionInner .scheduleTitle .titleRight {
		padding-left: 1.5rem;
	}
	
	#schedule .sectionInner .scheduleTitle .titleLeft,
	#schedule .sectionInner .scheduleTitle .titleRight {
		display: inline-block;
		vertical-align: top;
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}

	#schedule .sectionInner .place {
		width: 800px;
	}

	#schedule .sectionInner .place li a .dateBox .date {
		width: 20%;
	}

	#schedule .sectionInner .place li a .dateBox .area {
		width: 20%;
		font-size: 1.5rem;
	}

	#schedule .sectionInner .map {
		z-index: 5;
		position: absolute;
		top: -520px;
		right: -130px;
		display: block;
		width: 900px;
		height: 2000px;
		background-image: url("../images/s-2/map-japan.svg");
		background-repeat: no-repeat;
		background-position: right top;
		background-size: 900px auto;
	}

	#schedule .sectionInner .map .pin {
		position: absolute;
	}

	#schedule .sectionInner .map .pin img {
		width: 40px;
		height: auto;
	}
	
	#schedule .sectionInner .map .pin.tokyo {
		z-index: 50;
		top: 1025px;
		right: 247px;
	}

	#schedule .sectionInner .map .pin.aichi {
		z-index: 50;
		top: 1130px;
		right: 397px;
	}

	#schedule .sectionInner .map .pin.shiga {
		z-index: 45;
		top: 1185px;
		right: 445px;
	}

	#schedule .sectionInner .map .pin.kyoto {
		z-index: 49;
		top: 1185px;
		right: 480px;
	}

	#schedule .sectionInner .map .pin.osaka {
		z-index: 50;
		top: 1215px;
		right: 450px;
	}

	#schedule .sectionInner .map .pin.tokushima {
		z-index: 50;
		top: 1295px;
		right: 500px;
	}

	#schedule .sectionInner .map .pin.okayama {
		z-index: 50;
		top: 1265px;
		right: 573px;
	}

	#schedule .sectionInner .map .pin.fukuoka {
		z-index: 50;
		top: 1418px;
		right: 735px;
	}

}


/*======= parts =======*/
ul.item {
	padding: 0.5rem 1rem;
}

ul.item.blue {
	color: #ffffff;
	background-color: #54C3F1;
}

ul.item li > span {
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
}

ul.item li > span:before {
	content: url("../images/svg/common/asterisk-wh.svg");
	display: inline-block;
	vertical-align: middle;
	margin-right: 1em;
}

ul.item2 {

}

ul.item2 li {
	display: block;
	margin-bottom: 0.6em;
}

ul.item2 li > span {
	position: relative;
	padding-left: 20px;
	display: inline-block;
	box-sizing: border-box;
}

.iconCircle {
	z-index: 500;
	position: absolute!important;
	display: inline-block;
	bottom: -35px;
	right: 1.5rem;
	border-radius: 70px;
	width: 70px;
	height: 70px;
	box-sizing: border-box;
	background-color: #37A4B8;
}

.iconCircle img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 30px;
	height: auto;
}

.linkIcon {

}

.linkIcon a {
	display: inline-block;
	vertical-align: middle;
}

.linkIcon span {
	display: inline-block;
	vertical-align: middle;
}

.linkIcon .iconExternal::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1.5em;
	height: 1.5em;
	margin-right: 1em;
	background-image: url("../images/common/icn-link.svg");
	background-size: cover;
}

.linkBtn {
	display: inline-block;
	border-radius: 5px;
	font-size: 1.1rem;
}

.linkBtn a {
	display: inline-block;
	height: 60px;
	border-radius: 5px;
	background-color: #6ecaef;
}

.linkBtn a > span {
	display: inline-block;
	line-height: 60px;
	padding-left: 75px;
	padding-right: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.linkBtn a > span:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 60px;
	height: 60px;
	background-image: url("../images/common/icn-link.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 1.5em;
	background-color: #2ba8e9;
}

.linkBtn a.iconTel > span:before { background-image: url("../images/common/icn-phone.svg"); }
.linkBtn a.iconMail > span:before { background-image: url("../images/common/icn-mail.svg"); }


/*======= Advanteges =======*/
#advantages {
	z-index: 50;
	position: relative;
}

#advantages .advantagesVisual {
	z-index: 50;
	position: relative;
	background-image: url("../images/s-3/title-bk.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-top: 10px solid var(--main-color);
	min-height: 300px;
	box-sizing: content-box;
}

#advantages .advantagesVisual .visualCover {
	z-index: 60;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 300px;
	background-color: rgba(61, 165, 186, 0.2);
}

#advantages .advantagesVisual .visualCover h2 {
	z-index: 70;
	padding: 70px 30px 0 30px;
}

@media screen and (min-width: 600px) {
	#advantages .advantagesVisual {
		min-height: 350px;
	}

	#advantages .advantagesVisual .visualCover {
		height: 350px;
	}
}

@media screen and (min-width: 768px) {
	#advantages .advantagesVisual {
		min-height: 400px;
	}

	#advantages .advantagesVisual .visualCover {
		height: 400px;
	}
}

@media screen and (min-width: 1200px) {
	#advantages .advantagesVisual {
		min-height: 550px;
	}

	#advantages .advantagesVisual .visualCover {
		height: 550px;
	}

	#advantages .advantagesVisual .visualCover h2 {
		padding: 130px 50px 0 50px;
	}
}

#advantages .sectionInner {
	position: relative;
	margin: 0 0.5rem;
	padding: 1rem 0 0 0;
	color: #ffffff;
}

#advantages .guide {
	margin-top: 2rem;
}

#advantages .guide .guideBox {
	width: 100%;
	margin-bottom: 1rem;
	border-radius: 5px;
	background-color: var(--main-color);
}

#advantages .guide .guideBox .photo {
	position: relative;
	width: 100%;
	height: 200px;
}

#advantages .guide .guideBox:nth-child(1) .photo {
	background-image: url("../images/s-3/advantage01.svg"), url("../images/s-3/icn-clock.svg");
	background-repeat: no-repeat, no-repeat;
	background-position: 1.5rem 1.5rem, right 1.5rem top 1.5rem;
	background-size: 100px auto, 110px auto;
}

#advantages .guide .guideBox:nth-child(2) .photo {
	background-image: url("../images/s-3/advantage02.svg"), url("../images/s-3/icn-consulting.svg");
	background-repeat: no-repeat, no-repeat;
	background-position: 1.5rem 1.5rem, right 1.5rem top 1.5rem;
	background-size: 100px auto, 110px auto;
}

#advantages .guide .guideBox:nth-child(3) .photo {
	background-image: url("../images/s-3/advantage03.svg"), url("../images/s-3/icn-career.svg");
	background-repeat: no-repeat, no-repeat;
	background-position: 1.5rem 1.5rem, right 1.5rem top 1.5rem;
	background-size: 100px auto, 110px auto;
}

#advantages .guide .guideBox .name {
	width: 100%;
	padding: 0 1em 1em 1em;
}

#advantages .guide .guideBox .name h3 {
	font-weight: normal;
	font-size: 1.75rem;
	margin-bottom: 0.8em;
}

#advantages .guide .guideBox .name p {
	font-size: 1.1rem;
	line-height: 1.75em;
}

@media screen and (min-width: 850px) {
	#advantages .guide {
		margin-bottom: 1rem;
	}

	#advantages .guide .guideBox {
		width: 32.33333%;
		margin-bottom: 0;
	}
}

#advantages .dist {
	/*margin-bottom: 1rem;*/
	margin-bottom: 3rem;
	border-radius: 5px;
	/*background-color: #898989;*/
	background-color: #0CB361
}

#advantages .dist .distBox .icn {
	position: relative;
	width: 100%;
	min-height: 140px;
}

#advantages .dist .distBox .icn span {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	text-align: center;

	display: inline-block;
	width: 80px;
	height: auto;
	background-image: url("../images/s-3/icn-brochure.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80px auto;
}

#advantages .dist .distBox .cont {
	position: relative;
	width: 100%;
	min-height: 50px;
	padding: 1em;
}

#advantages .dist .distBox .cont p {
	/*font-size: 1.25rem;*/
	font-size: 1.05rem;
	line-height: 1.5em;
}

#advantages .dist .distBox .cont ul.item2 li > span:before {
	content: url("../images/common/icn-check.svg");
	display: block;
	width: 14px;
	height: 15px;
	position: absolute;
	top: 2px;
	left: 0;
}

#advantages .target {
	/*margin-bottom: 3rem;*/
	margin-bottom: 1rem;
	border-radius: 5px;
	background-color: var(--color-orange);
}

#advantages .target .targetBox .icn {
	position: relative;
	width: 100%;
	min-height: 180px;
}

#advantages .target .targetBox .icn h3 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 2rem;
	left: 0;
	margin: auto;
	text-align: center;

	display: inline-block;
	width: 80px;
	height: 90px;
	background-image: url("../images/s-3/target.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80px auto;
}

#advantages .target .targetBox .icn h3 span {
	display: block;
	width: 100%;
	position: absolute;
	bottom: -1.25em;
	font-size: 1.75rem;
	font-weight: normal;
}

#advantages .target .targetBox .cont {
	position: relative;
	width: 100%;
	min-height: 100px;
	padding: 1em;
}

#advantages .target .targetBox .cont h3 {
	font-weight: normal;
	font-size: 1.3rem;
	line-height: 1.7rem;
	margin-bottom: 0.8em;
}

#advantages .target .targetBox .cont ul.item2 li > span:before {
	content: url("../images/common/asterisk-wh.svg");
	display: block;
	width: 14px;
	height: 15px;
	position: absolute;
	top: 2px;
	left: 0;
}

@media screen and (min-width: 850px) {
	#advantages .dist .distBox .icn {
		width: 33%;
		height: auto;
		min-height: 160px;
	}

	#advantages .dist .distBox .cont {
		width: 67%;
		/*min-height: 350px;*/
		padding: 2rem 0;
	}

	#advantages .dist .distBox .cont p {
		/*position: absolute;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		font-size: 1.15rem;
		line-height: 1.5em;
		padding: 0 1em 0 0;*/
		font-size: 1.1rem;
	}

	#advantages .target .targetBox .icn {
		width: 33%;
		height: auto;
		min-height: 250px;
	}

	#advantages .target .targetBox .cont {
		width: 67%;
		height: 250px;
	}

	#advantages .target .targetBox .cont ul.item2 {
		position: absolute;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		font-size: 1.1rem;
	}
}


/*======= Information =======*/
#information {
	z-index: 50;
	position: relative;
}

#information .informationVisual {
	z-index: 50;
	position: relative;
	background-image: url("../images/s-4/title-bk.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-top: 10px solid var(--main-color);
	min-height: 300px;
	box-sizing: content-box;
}

#information .informationVisual .visualCover {
	z-index: 60;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 300px;
	background-color: rgba(61, 165, 186, 0.2);
}

#information .informationVisual .visualCover h2 {
	z-index: 70;
	padding: 50px 30px 0 30px;
}

@media screen and (min-width: 600px) {
	#information .informationVisual {
		min-height: 350px;
	}

	#information .informationVisual .visualCover {
		height: 350px;
	}
}

@media screen and (min-width: 768px) {
	#information .informationVisual {
		min-height: 400px;
	}

	#information .informationVisual .visualCover {
		height: 400px;
	}

	#information .informationVisual .visualCover h2 {
		padding-top: 70px;
	}
}

@media screen and (min-width: 1200px) {
	#information .informationVisual {
		min-height: 550px;
	}

	#information .informationVisual .visualCover {
		height: 550px;
	}

	#information .informationVisual .visualCover h2 {
		padding: 130px 50px 0 50px;
	}
}

#information .sectionInner {
	position: relative;
	padding: 3rem 0;
}

#information .guide {
	margin-bottom: 2rem;
}

#information .guide .box {
	position: relative;
	width: 100%;
	color: #ffffff;
	margin-bottom: 1rem;
	border-radius: 5px;
}

#information .guide .box a {
	position: relative;
	display: block;
}

#information .guide .box.exam {	
	background-color: var(--main-color);
}

#information .guide .box.oc {	
	background-color: #595758;
	padding-bottom: 4rem;
}

#information .guide .box .linkIcon {
	position: absolute;
	bottom: 1.5em;
	width: 96%;
	margin: 0 2%;
	text-align: center;
	padding-top: 1em;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}

#information .guide .box .photoWrap {

}

#information .guide .box .photo {
	z-index: 100;
	position: relative;
	width: 100%;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 5px 5px 0 0;
}

#information .guide .box.exam .photo {
	background-image: url("../images/s-1/bk02.jpg");
}

#information .guide .box.oc .photo {
	background-image: url("../images/s-4/opencampus.jpg");
}

#information .guide .box .nameBox {
	position: relative;
	width: 100%;
	padding: 1rem;
	border-radius: 5px 5px 0 0;
}

#information .guide .box .nameBox .name h3 {
	font-weight: normal;
	font-size: 1.3rem;
	line-height: 1.25em;
	margin-top: 0.25em;
	margin-bottom: 1.25em;
}

#information .guide .box .nameBox .name h3 span {
	font-size: 75%;
}

#information .guide .box .cont {
	margin-bottom: 1em;
}

#information .btnBottom {
	text-align: center;
}

#information .btnBottom .linkBtn a {
	border-radius: 30px;
	background-color: var(--color-orange);
}

#information .btnBottom .linkBtn a > span {
	padding-left: 90px;
	padding-right: 2.25em;
}

#information .btnBottom .linkBtn a > span:before {
	background-size: 1.25em;
	background-color: #ee7743;
}


@media screen and (min-width: 1000px) {
	#information .guide {
		margin-bottom: 3rem;
	}

	#information .guide .box {
		width: 49.25%;
		margin-bottom: 0;
	}

	#information .guide .box .photo { height: 300px; }
	#information .guide .box .nameBox .name h3 { font-size: 1.6rem; }
}


/*======= Introduction =======*/
#introduction {
	z-index: 50;
	position: relative;
}

#introduction .introductionVisual {
	z-index: 50;
	position: relative;
	background-image: url("../images/s-5/title-bk.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-top: 10px solid var(--main-color);
	min-height: 350px;
	box-sizing: content-box;
}

#introduction .introductionVisual .visualCover {
	z-index: 60;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 350px;
	background-color: rgba(61, 165, 186, 0.2);
}

#introduction .introductionVisual .visualCover h2 {
	z-index: 70;
	padding: 50px 30px 0 30px;
}

@media screen and (min-width: 600px) {
	#introduction .introductionVisual {
		min-height: 400px;
	}

	#introduction .introductionVisual .visualCover {
		height: 400px;
	}
}

@media screen and (min-width: 768px) {
	#introduction .introductionVisual {
		min-height: 500px;
	}

	#introduction .introductionVisual .visualCover {
		height: 500px;
	}

	#introduction .introductionVisual .visualCover h2 {
		padding-top: 70px;
	}
}

@media screen and (min-width: 1200px) {
	#introduction .introductionVisual {
		min-height: 550px;
	}

	#introduction .introductionVisual .visualCover {
		height: 550px;
	}

	#introduction .introductionVisual .visualCover h2 {
		padding: 130px 50px 0 50px;
	}
}

#introduction .sectionInner {
	position: relative;
	padding: 3rem 0;
	color: #ffffff;
}

#introduction .life {

}

#introduction .life .box {
	position: relative;
	width: 100%;
	margin-bottom: 1rem;
	border-radius: 5px;
	background-color: #595758;
}

#introduction .life .box a {
	position: relative;
	display: block;
}

#introduction .life .box.campus {	

}

#introduction .life .box .photoWrap {

}

#introduction .life .box .photo {
	z-index: 100;
	position: relative;
	width: 100%;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 5px 5px 0 0;
}

#introduction .life .box.campus .photo {
	background-image: url("../images/s-5/photo-campuslife.jpg");
}

#introduction .life .box.message .photo {
	background-image: url("../images/s-5/photo-message.jpg");
}

#introduction .life .box .nameBox {
	position: relative;
	width: 100%;
	padding: 1rem;
	border-radius: 5px 5px 0 0;
}

#introduction .life .box .nameBox .nameSub {
	margin-top: 1rem;
	margin-bottom: 0.75rem;
}

#introduction .life .box .nameBox .name h3 {
	font-weight: normal;
	font-size: 1.4rem;
	line-height: 1.25em;
	margin-bottom: 0.5rem;
}

#introduction .life .box .nameBox .name h3 span {
	font-size: 75%;
}

@media screen and (min-width: 800px) {
	#introduction .life {
		margin-bottom: 1rem;
	}

	#introduction .life .box {
		width: 49.25%;
		margin-bottom: 0;
	}

	#introduction .life .box .photo { height: 300px; }
	#introduction .life .box .nameBox .name h3 { font-size: 1.6rem; }
}

#introduction .carrer {
	margin-bottom: 2rem;
}

#introduction .carrer .box {
	z-index: 100;
	position: relative;
	width: 100%;
	height: 190px;
	margin-bottom: 1rem;
	border-radius: 5px;
	background-color: #595758;

	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 5px;
}

#introduction .carrer .box.carrerReport {
	background-image: url("../images/s-5/photo-career.jpg");
}

#introduction .carrer .box.economic {
	background-image: url("../images/s-5/photo-economic.jpg");
}

#introduction .carrer .box a {
	position: relative;
	display: block;
}

#introduction .carrer .box .nameBox {
	position: relative;
	width: 50%;
	height: 190px;
	padding: 1rem;
	border-radius: 5px 0 0 5px;
	background-color: rgba(61, 165, 186, 1);
}

#introduction .carrer .box .nameBox::before {
	content: "";
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url("../images/common/icn-link.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px;
}

#introduction .carrer .box .nameBox .nameSub {
	margin-top: 0.5rem;
	margin-bottom: 1.75rem;
}

#introduction .carrer .box .nameBox .name h3 {
	font-weight: normal;
	font-size: 1.4rem;
	line-height: 1.25em;
	margin-bottom: 0.5rem;
}

#introduction .carrer .box .nameBox .name h3 span {
	font-size: 75%;
}

@media screen and (min-width: 800px) {
	#introduction .carrer {
		margin-bottom: 3rem;
	}

	#introduction .carrer .box {
		width: 49.25%;
		margin-bottom: 0;
	}

	#introduction .carrer .box .nameBox .name h3 { font-size: 1.4rem; }
}

#introduction .domain {

}

#introduction .domain h3 {
	text-align: center;
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 1.25em;
	color: #666666;
	margin-bottom: 1.5rem;
}

#introduction .domain h3 span.l {
	font-size: 2.25rem;
	font-weight: bold;
}

#introduction .domain h3 span.s { font-size: 1.1rem; }

#introduction .domain .box {
	position: relative;
	width: 100%;
	margin-bottom: 1rem;
	color: #000000;
	border: 1px solid rgb(204, 204, 204);
	border-radius: 5px;
}

#introduction .domain .box a {
	position: relative;
	display: block;
}

#introduction .domain .box a:link{ color: #666666; text-decoration: none; }
#introduction .domain .box a:visited{ color: #666666; text-decoration: none; }
#introduction .domain .box a:active{ color: #666666; text-decoration: none; }
#introduction .domain .box a:hover { color: #666666; text-decoration: none; }

#introduction .domain .box.is {	

}

#introduction .domain .box .photoWrap {
	z-index: 101;
	position: absolute;
	top: 0;
	width: 100%;
	height: 150px;
}

#introduction .domain .box .photo {
	z-index: 100;
	position: relative;
	width: 100%;
	height: 150px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 5px 5px 0 0;
	box-sizing: content-box;
}

#introduction .domain .box.is .photoWrap {
	background-color: rgba(144, 7, 55, 0.3);
}

#introduction .domain .box.is .photo {
	background-image: url("../images/s-5/domain-is.jpg");
	border-bottom: 5px solid #91052e;
}

#introduction .domain .box.bs .photoWrap {
	background-color: rgba(14, 92, 76, 0.3);
}

#introduction .domain .box.bs .photo {
	background-image: url("../images/s-5/domain-bs.jpg");
	border-bottom: 5px solid #0e5c4c;
}

#introduction .domain .box.ms .photoWrap {
	background-color: rgba(33, 68, 112, 0.3);
}

#introduction .domain .box.ms .photo {
	background-image: url("../images/s-5/domain-ms.jpg");
	border-bottom: 5px solid #214470;
}

#introduction .domain .box .nameBox {
	position: relative;
	width: 100%;
	padding: 1rem;
	border-radius: 5px 0 5px 0;
}

#introduction .domain .box .nameBox .name h4 {
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.1em;
	margin-bottom: 1.75rem;
}

#introduction .domain .box .nameBox .name h4 span {
	font-size: 70%;
}

@media screen and (min-width: 900px) {
	#introduction .domain {
		margin-bottom: 1rem;
	}

	#introduction .domain .box {
		width: 32.25%;
		margin-bottom: 0;
	}

	#introduction .domain .box .photoWrap {
		height: 160px;
	}
	
	#introduction .domain .box .photo {
		height: 160px;
	}

}












/* ==========================================================================
   pages
============================================================================= */

/*======= common =======*/
#pages .sectionInner {
	position: relative;
	margin: 0 0.5rem;
	padding: 1rem 0 3.5rem 0;
	color: #ffffff;
}

@media screen and (min-width: 768px) {
	#pages .sectionInner {
		margin-right: 40px;
		margin-left: 40px;
		padding-top: 2rem;
		padding-bottom: 4.5rem;
	}
}

#pages .sectionInner .bc {
	padding: 2rem 0 1rem 0;
	letter-spacing: -.4em;
	margin-bottom: 1rem;
	border-bottom: 1px solid #ffffff;
}

#pages .sectionInner .bc li {
	position: relative;
	display: inline-block;
	font-size: 1.1rem;
	line-height: 1.5em;
	letter-spacing: normal;
	margin-right: 50px;
}

#pages .sectionInner .bc li:last-child {
	margin-right: 0;;
}

#pages .sectionInner .bc li a {
	z-index: 10;
	position: relative;
	display: block;
}

#pages .sectionInner .bc li a:after {
	z-index: 9;
	position: absolute;
	top: 5px;
	right: -70px;
	content: "";
	display: block;
	width: 50px;
	height: 60px;
	background-color: transparent;
	border-left: 1px solid #fff;
	transform: rotate(30deg);
}

#pages .sectionInner .bc li:last-child a:after { display: none; }

#pages .sectionInner .ttlBox {
	margin: 5rem 0 5rem 0;
}


/*======= voices =======*/
#voices {
	z-index: 50;
	position: relative;
	background-color: #898989;
}

#voices .sectionInner .memberBox {
	width: 100%;
}

#voices .sectionInner .memberBox .member {
	width: 100%;
	margin-bottom: 1rem;
	border-radius: 5px;
}

#voices .sectionInner .memberBox .member > a {
	display: block;
}

#voices .sectionInner .memberBox .member .photo {
	position: relative;
	width: 100%;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: var(--main-color);
	background-size: cover;
	border-radius: 5px 5px 0 0;
}

#voices .sectionInner .memberBox .member.number1 .photo {
	background-image: url("../images/voices/voices1.jpg");
}

#voices .sectionInner .memberBox .member.number2 .photo {
	background-image: url("../images/voices/voices2.jpg");
}

#voices .sectionInner .memberBox .member.number3 .photo {
	background-image: url("../images/voices/voices3.jpg");
}

#voices .sectionInner .memberBox .member.number4 .photo {
	background-image: url("../images/voices/voices4.jpg");
}

#voices .sectionInner .memberBox .member.number5 .photo {
	background-image: url("../images/voices/voices5.jpg");
}

#voices .sectionInner .memberBox .member.number6 .photo {
	background-image: url("../images/voices/voices6.jpg");
}

#voices .sectionInner .memberBox .member .personal {
	width: 100%;
	padding: 2rem;
	background-color: #efefef;
}

#voices .sectionInner .memberBox .member .personal .left {
	display: inline-block;
	width: 22%;
}

#voices .sectionInner .memberBox .member .personal .left img {
	margin-top: 3px;
}

#voices .sectionInner .memberBox .member .personal .right {
	display: inline-block;
	width: 78%;
	color: #666666;
	padding-left: 1rem;
	border-left: 1px solid #DEDEDE;
}

#voices .sectionInner .memberBox .member .personal .right .name {
	font-size: 1.1rem;
	line-height: 1;
	font-weight: normal;
	margin-bottom: 1em;
}

#voices .sectionInner .memberBox .member .personal .right .sup {
	font-size: 0.9rem;
	line-height: 1.2em;
	margin-bottom: 2px;
}

#voices .sectionInner .memberBox .member .ttl {
	width: 100%;
	color: #ffffff;
	background-color: var(--main-color);
	border-radius: 0 0 5px 5px;
}

#voices .sectionInner .memberBox .member .ttl span {
	display: inline-block;
	padding: 2rem;
	padding-left: 5rem;
	background-image: url("../images/common/icn-message.svg");
	background-repeat: no-repeat;
	background-position: 2rem center;
	background-size: 25px auto;
}

@media screen and (min-width: 650px) {
	#voices .sectionInner .memberBox .member {
		width: 49%;
	}
}

@media screen and (min-width: 950px) {
	#voices .sectionInner .memberBox .member {
		width: 32.33333%;
	}
}


/*======= campuslife =======*/
#campuslife {
	z-index: 50;
	position: relative;
	background-color: #898989;
}

#campuslife .sectionInner .lifeBox {
	width: 100%;
	margin-bottom: 3rem;
}

#campuslife .sectionInner .lifeBox .day .photo,
#campuslife .sectionInner .lifeBox .day .dayInfo {
	width: 50%;
}

#campuslife .sectionInner .lifeBox .day .dayInfo {
	padding: 1.5rem;
	background-color: var(--main-color);
}

#campuslife .sectionInner .lifeBox .day .dayInfo h2 {
	width: 100%;
	color: #ffffff;
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 1.3em;
}

#campuslife .sectionInner .lifeBox .day .dayInfo h2 > span {
	display: inline-block;
	padding-top: 60px;
	background-image: url("../images/common/icn-campuslife.svg");
	background-repeat: no-repeat;
	background-position: left 0 top 5px;
	background-size: 35px auto;
}

#campuslife .sectionInner .lifeBox .book .personal {
	width: 100%;
	padding: 2rem;
	background-color: #EFEFEF;
}

#campuslife .sectionInner .lifeBox .book .personal .left {
	display: inline-block;
	width: 22%;
}

#campuslife .sectionInner .lifeBox .book .personal .left img {
	margin-top: 3px;
}

#campuslife .sectionInner .lifeBox .book .personal .right {
	display: inline-block;
	width: 78%;
	color: #666666;
	padding-left: 1rem;
	border-left: 1px solid #DEDEDE;
}

#campuslife .sectionInner .lifeBox .book .personal .right .name {
	font-size: 1.1rem;
	line-height: 1;
	font-weight: normal;
	margin-bottom: 1em;
}

#campuslife .sectionInner .lifeBox .book .personal .right .sup {
	font-size: 0.9rem;
	line-height: 1.2em;
	margin-bottom: 2px;
}

#campuslife .sectionInner .lifeBox .book .comment {
	background-color: #ffffff;
	color: #666666;
	padding: 2rem;
	font-size: 0.9rem;
}

#campuslife .sectionInner .lifeBox .book .comment img {
	margin-bottom: 1.5rem;
}

#campuslife .sectionInner .lifeBox .sliderBox {
	width: 100%;
}

@media screen and (min-width: 768px) {
	#campuslife .sectionInner .lifeBox .day .dayInfo h2 {
		font-size: 1.5rem;
	}
	
	#campuslife .sectionInner .lifeBox .day .dayInfo h2 > span {
		padding-top: 0;
		padding-left: 60px;
	}
}

@media screen and (min-width: 1000px) {
	#campuslife .sectionInner {
		padding-bottom: 2rem;
	}

	#campuslife .sectionInner .lifeBox .day .photo { width: 33.33333%; }

	#campuslife .sectionInner .lifeBox .day .dayInfo {
		width: 66.66666%;
		padding: 2.5rem;
	}

	#campuslife .sectionInner .lifeBox .day .dayInfo h2 {
		font-size: 1.75rem;
	}

	#campuslife .sectionInner .lifeBox .book .person { width: 33.33333%; }

	#campuslife .sectionInner .lifeBox .book .sliderBox {
		width: 66.66666%;
	}


}

/* slider */
.slyderLayout {
	width: 100%;
	margin-bottom: 0;
	padding: 0;
}

.bx-wrapper { margin-bottom: 0!important; }

.slyderLayout li {
	position: relative;
}

.bx-wrapper .bx-controls-direction a {
    width: 30px;
    height: 24.618px;
}

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(../images/campuslife/arrow-left.svg) no-repeat left center;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(../images/campuslife/arrow-right.svg) no-repeat left center;
}

.bx-wrapper .bx-next:hover {
	background-position: 0 0;
}

.slyderLayout .sup {
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
	font-size: 0.8rem;
	background: rgba(100, 100, 100, 0.6);

}

.slyderLayout .sup .desc h4 {
	font-size: 0.8rem;
	font-weight: bold;
}

.slyderLayout .sup .time {
	position: relative;
	width: 25%;
	text-align: center;
	font-size: 2rem;
	font-weight: 300;
	padding: 1rem 0;
	background-color:rgba(255,255,255,0.15);
}

.slyderLayout .sup .time span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	line-height: 1;
}

.slyderLayout .sup .desc {
	width: 75%;
	padding: 1rem 1rem 1rem 1rem;
}

ul#bx-pager,
ul#bx-pager2 {
	letter-spacing: -.4em;
}

ul#bx-pager li,
ul#bx-pager2 li {
	width:25%;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: bottom;
}

ul#bx-pager li a,
ul#bx-pager2 li a { display: block; }


/* ==========================================================================
   ポップアップ
============================================================================= */
#colorbox {
	overflow: visible!important;
}

#cboxClose {
	z-index: 9998;
	position: absolute;
	top: -25px;
	right: -2.5%;
	display: block;
	width: 50px;
	height: 50px;
	background: none;
	background-color: var(--main-color);
	border-radius: 25px;
}

#cboxClose:after {
	z-index: 9999;
	position: absolute;
	top: 0;
	left: 0;
	content: url(../images/common/closeBtn.svg);
	width: 20px;
	height: 20px;
	padding: 15px;
	text-indent: 0;
}

.popup {
	background-color:#fff;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
}

.popup .ttlBox {
	font-size: 1.5rem;
	height: 3em;
	line-height: 3em;
	color: #ffffff;
	background-color: #8FC31F;
	text-align: center;
}

.popup.osaka .ttlBox { background-color: var(--color-yellow); }
.popup.tokyo .ttlBox { background-color: var(--color-lightblue); }
.popup.shiga .ttlBox { background-color: var(--color-green); }
.popup.kyoto .ttlBox { background-color: var(--color-yellowgreen); }
.popup.okayama .ttlBox { background-color: var(--color-red); }
.popup.tokushima .ttlBox { background-color: var(--color-orange); }
.popup.fukuoka .ttlBox { background-color: var(--color-magenta); }

.popup .notice {
	font-size: 1rem;
	padding: 1.5rem;
	padding-bottom: 1rem;
	box-sizing: border-box;
}

.popup .notice h3 {
	font-size: 1.3rem;
	font-weight: normal;
	margin-bottom: 0.2rem;
}

.popup .notice .area {
	margin-bottom: 1.5rem;
}

.popup .notice .area .bio { color: #286B60; }
.popup .notice .area .ms { color: #2A4D87; }
.popup .notice .area .info { color: #9D1D43; }

.popup .map {
	width: 100%;
}

.popup .map iframe {
	width: 100%;
	min-height: 400px;
}

.popup hr {
	width: 100%;
	border-top: 1px solid #8c8b8b;
	margin: 3px auto;
}

@media screen and (min-width: 768px) {
	.popup .ttlBox { font-size: 1.7rem; }
	
	.popup .notice {
		width: 50%;
		padding-bottom: 0;
		font-size: 1.2rem;
	}

	.popup .notice h3 {
		font-size: 1.5rem;
	}

	.popup .map { width: 50%; }

	.popup .map iframe {
		width: 100%;
		height: 100%;
	}
}


.popup_voices {
	background-color:#fff;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	border-radius: 8px;
}

.popup_voices .ttl {
	padding: 1.5rem;
	background-color: #EFEFEF;
}

.popup_voices .ttl .number {
	width: 20%;
	padding-top: 8px;
	padding-right: 1rem;
}

.popup_voices .ttl .info {
	width: 80%;
}

.popup_voices .ttl .info .head {
	font-size: 1.1rem;
	color: var(--main-color);
	font-weight: bold;
	margin-bottom: 1.5em;
}

.popup_voices .ttl .info .name {
	font-size: 1.3rem;
	line-height: 1.5rem;
	color: #666666;
}

.popup_voices .ttl .info .name span {
	font-size: 0.9rem;
}

.popup_voices .main {
	font-size: 0.9rem;
	padding: 2em 1.5em;
	line-height: 2em;
	/*color: #666666;
	background-color: #ffffff;*/
	color: #ffffff;
	background-color: var(--main-color);
}

.popup_voices .main p { margin-bottom: 1.5em; }

@media screen and (min-width: 500px) {
	.popup_voices .ttl {
		padding: 2rem;
	}

	.popup_voices .ttl .number {
		width: 25%;
	}

	.popup_voices .ttl .info {
		width: 75%;
	}

	.popup_voices .main {
		font-size: 1rem;
		padding: 2.5em 2em;
	}
}




/* ==========================================================================
   リップルエフェクト
============================================================================= */

.ripple {
  position: relative;
  overflow: hidden;
}

.ripple .rp-effect {/*エフェクト*/
  position: absolute;
  border-radius: 50%;
  opacity: 0.35;/*波紋の濃さ*/
  transform: scale(0);
  background: #FFF;/*波紋色*/
  animation: ripple 700ms;
  pointer-events: none; 
}

@-webkit-keyframes ripple {
  to {
    opacity: 0;
    transform: scale(2.0);
  }
}

@keyframes ripple {
  to {
    opacity: 0;
    transform: scale(2.0);
  }
}

