@charset "utf-8";


/* ===================================================================
  breadcrumb
=================================================================== */
.breadcrumb {
	display: none;
}
@media screen and (min-width: 768px) {
	.breadcrumb {
		line-height: 1;
		position: relative;
		z-index: 1;
		display: block;
		box-sizing: content-box;
		max-width: 64em;
		margin: 0 auto;
		padding: 1em 5%;
	}
	.breadcrumb__item {
		font-size: .75em;
		display: inline;
		color: #73695F;
	}
	.breadcrumb__item a {
		position: relative;
		padding: 0 2em 0 0;
		text-decoration: none;
		color: #73695F;
	}
	.breadcrumb__item a ::after {
		position: absolute;
		top: 0;
		right: .6em;
		bottom: 0;
		left: auto;
		width: .4em;
		height: .4em;
		margin: auto;
		content: "";
		transform: rotate(45deg);
		border-width: 1px 1px 0 0;
		border-style: solid;
		border-color: #0985C8;
	}
	.breadcrumb__item a:hover {
		color: #73695F;
	}
}
/* ===================================================================
  subnavi
=================================================================== */
.l-subnavi {
	padding: 5vw;
	border-radius: 12px;
	background: #FFFFFF;
	box-shadow: 0 0 5px rgba(0, 69, 105, .02), 0 0 10px rgba(0, 69, 105, .06), 0 0 30px rgba(0, 69, 105, .08);
}
.subnavi-title {
	margin: -5vw -5vw 5vw -5vw;
	padding: 1em;
	text-align: center;
	border-radius: 12px 12px 0 0;
	background: #0985C8;
}
.subnavi-title > a {
	font-weight: 600;
	color: #FFFFFF;
}
.subnavi {
	margin: 0;
	padding: 0;
}
.subnavi__item {
	font-weight: 500;
	margin: 0;
	padding: 0;
	list-style: none;
}
.subnavi__item:not(:first-child) {
	margin-top: 1em;
}
.subnavi__item > a {
	font-size: .938em;
	display: block;
	text-align: center;
	color: #54483D;
}
.subnavi__item > a:hover {
	opacity: .6;
}
.subnavi__item > a.linkSelect {
	color: #0985C8;
}
@media screen and (min-width: 568px) {
	.subnavi__item {
		position: relative;
		display: inline-block;
		margin: 0 1em 0 2em;
	}
	.subnavi__item::before {
		position: absolute;
		top: 0;
		right: auto;
		bottom: 0;
		left: -1em;
		width: .4em;
		height: .4em;
		margin: auto;
		content: "";
		transform: rotate(45deg);
		border-width: 1px 1px 0 0;
		border-style: solid;
		border-color: #0985C8;
	}
	.subnavi__item:not(:first-child) {
		margin-top: 0;
	}
}
@media screen and (min-width: 768px) {
	.l-subnavi {
		padding: 1.4em 1em;
		border-radius: 16px;
	}
	.subnavi-title {
		margin: -1.4em -1em 1.4em -1em;
		border-radius: 16px 16px 0 0;
	}
}
@media screen and (min-width: 1024px) {
	.subnavi__item {
		display: block;
		margin: 0 1em;
	}
	.subnavi__item::before {
		content: none;
	}
	.subnavi__item:not(:first-child) {
		margin-top: 1em;
	}
	.subnavi__item > a {
		display: block;
		text-align: center;
	}
}
/* ===================================================================
  footer
=================================================================== */
.footer {
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 1em 5%;
	color: #FFFFFF;
	background-color: #003856;
}
.footer__logo {
	margin-bottom: .6em;
}
@media only screen and (min-width: 1024px) {
	.footer {
		flex-direction: row;
		justify-content: space-between;
	}
	.footer__logo {
		margin-bottom: 0;
	}
}
/* ===================================================================
  navigation footer
=================================================================== */
.l-footernav {
	padding: 10vw 0;
	color: #FFFFFF;
	background-image: url("/common/img/form_bg.jpg");
	background-size: cover;
}
.footernav {
	box-sizing: content-box;
	max-width: 64em;
	margin: 0 auto;
	padding: 0 5%;
}
.footernav__inner {
	max-width: 45em;
	margin: 0 auto;
}
.footernav__ttl {
	font-size: 1.125em;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 1.4rem;
	text-align: center;
}
.footernav__ttl > span {
	font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
	.l-footernav {
		padding: 3rem 0;
	}
	.footernav__ttl {
		font-size: 1.25em;
	}
	.footernav__ttl > span {
		font-size: 1.5rem;
	}
	.footernav__ttl > br {
		display: none;
	}
}
/* footernav__contact
------------------------------------------------------------------- */
.footernav__contact {
	margin-bottom: 2rem;
	text-align: center;
}
.footernav__contact__tel {
	font-size: 2em;
	font-weight: 700;
	line-height: 1;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.footernav__contact__tel__item {
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 1px;
}
.footernav__contact__tel span {
	font-size: .875rem;
	font-weight: 300;
	line-height: 1.1;
	display: inline-block;
	margin-right: 10px;
	padding: .4em .6em;
	border: 1px solid rgba(255, 255, 255, .6);
	border-radius: 5px;
}
.footernav__contact__form a {
	font-size: .875em;
	display: inline-block;
	padding: 1.2em 2em 1.2em 4em;
	transition: all .2s ease;
	text-decoration: none;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-radius: 2em;
	background-image: url(/_sitecommon/skymenu/img/footer_ico_mail.png);
	background-repeat: no-repeat;
	background-position: 2em center;
}
.footernav__contact__form a:hover {
	background-color: rgba(255, 255, 255, .3);
}
.footernav__uketsuke {
	font-size: .813em;
	line-height: 1.4;
	margin: 0;
}
@media screen and (min-width: 768px) {
	.footernav__contact__tel {
		display: flex;
		justify-content: center;
	}
	.footernav__contact__tel__item:not(:first-child) {
		margin-left: 1em;
	}
	.footernav__uketsuke {
		text-align: center;
	}
	.footernav__contact__form a {
		font-size: .938em;
	}
}
@media screen and (min-width: 1024px) {
	.footernav__contact {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin: 2.4em 0 2em 0;
	}
	.footernav__contact__tel {
		display: block;
		margin: 0;
	}
	.footernav__contact__tel__item:not(:first-child) {
		margin-top: .4em;
		margin-left: 0;
	}
}
/* footernav__notes
------------------------------------------------------------------- */
.footernav__notes {
	font-size: .813em;
	margin: 1em 0;
	padding: 1em 2em 1em 3em;
	color: #54483D;
	background: #FFFFFF;
}
.footernav__notes li {
	margin: 0;
	padding: 0;
	padding-left: 1em;
	list-style: none;
	text-indent: -1em;
}
.footernav__notes li:before {
	content: "・";
	color: #54483D;
}
.footernav__notes li:first-child {
	margin: 0;
}
/* footernav__list
------------------------------------------------------------------- */
.footernav__list {
	display: none;
}
@media screen and (min-width: 1024px) {
	.footernav__list {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 3em 0 0 0;
		padding: 1.6em 0 0 0;
		list-style: none;
		border-top: 1px solid rgba(255, 255, 255, .4);
	}
	.footernav__list__item {
		position: relative;
		margin: 0;
		padding: 0 1em 0 2em;
		text-align: center;
	}
	.footernav__list__item::before {
		position: absolute;
		top: 0;
		right: auto;
		bottom: 0;
		left: 1em;
		display: inline-block;
		width: 5px;
		height: 5px;
		margin: auto;
		content: "";
		transform: rotate(45deg);
		border-top: 1px solid rgba(255, 255, 255, .6);
		border-right: 1px solid rgba(255, 255, 255, .6);
	}
	.footernav__list__item a {
		font-size: .813em;
		transition: opacity .2s;
		color: #FFFFFF;
	}
	.footernav__list__item a:hover {
		opacity: .5;
	}
}
/* bottomLink
------------------------------------------------------------------- */
.bottomLink {
	padding: 2em 5vw;
	text-align: left;
	color: #FFFFFF;
	background-color: #003856;
}
.bottomLink a {
	transition: opacity .2s;
	text-decoration: none;
	color: #FFFFFF;
}
.bottomLink a:hover {
	opacity: .6;
}
.bottomLink__list {
	margin: 0;
	padding: 0;
}
.bottomLink__list__item {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bottomLink__list__item > a {
	font-size: .75em;
	line-height: 1;
	position: relative;
	display: block;
	margin: 0 0 1em 0;
	padding: 0 0 1em 1.2em;
	border-bottom: 1px solid rgba(255, 255, 255, .4);
}
.bottomLink__list__item > a::before {
	position: absolute;
	top: .25em;
	right: auto;
	bottom: auto;
	left: 0;
	width: .4em;
	height: .4em;
	margin: auto;
	content: "";
	transform: rotate(45deg);
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #FFFFFF;
}
.bottomLink__copyright {
	font-size: .75em;
	line-height: 1;
	min-width: 13em;
	margin: 2em 0 0 0;
	padding: 0;
	text-align: center;
}
@media screen and (min-width: 568px) {
	.bottomLink__list {
		display: flex;
		flex-flow: wrap;
		justify-content: space-between;
		margin: 0;
		padding: 0;
	}
	.bottomLink__list__item {
		width: 49%;
		text-align: center;
	}
}
@media screen and (min-width: 768px) {
	.bottomLink {
		padding: 2em 2em;
	}
	.bottomLink__list {
		justify-content: center;
	}
	.bottomLink__list__item {
		width: inherit;
	}
	.bottomLink__list__item > a {
		margin: 0 1em 1em;
		padding: 0;
		border: none;
	}
	.bottomLink__list__item > a::before {
		content: none;
	}
}
@media screen and (min-width: 1024px) {
	.bottomLink {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.bottomLink__list {
		justify-content: flex-start;
	}
	.bottomLink__list__item:not(:last-child) {
		margin: 0 3em 0 1em;
	}
	.bottomLink__list__item > a {
		font-size: .875em;
		margin: 0;
	}
	.bottomLink__list__item:last-child > a {
		margin-bottom: 0;
	}
	.bottomLink__copyright {
		font-size: .875em;
		margin: 0;
	}
}
/* ===================================================================
  pagetop
=================================================================== */
.pagetop {
	position: fixed;
	z-index: 100;
	right: 8vw;
	bottom: 19vw;
	transition: all ease-in-out 250ms;
	transform: translate3d(0, 15px, 0);
	opacity: 0;
}
#online .pagetop {
	bottom: 8vw;
}
.pagetop span {
	display: none;
}
.pagetop__show {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}
.pagetop a {
	position: relative;
	display: inline-block;
	width: 46px;
	height: 46px;
	border-radius: 23px;
	background-color: #138FCF;
}
.pagetop a:hover {
	opacity: .5;
}
.pagetop::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: auto;
	content: "";
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	border-top: 2px solid rgba(255, 255, 255, .8);
	border-right: 2px solid rgba(255, 255, 255, .8);
}
@media screen and (min-width: 568px) {
	.pagetop a {
		width: 54px;
		height: 54px;
		border-radius: 27px;
	}
}
@media screen and (min-width: 768px) {
	.pagetop,
	#online .pagetop {
		right: 3em;
		bottom: 3em;
	}
	.pagetop::after {
		width: 10px;
		height: 10px;
		pointer-events: none;
	}
}


/* ===================================================================
  onlineSeminar
=================================================================== */
.onlineSeminar {
	position: fixed;
	z-index: 999;
	bottom: 10px;
	left: -1px;
	transition: all .2s;
	opacity: 1;
}
.onlineSeminar--hidden {
	z-index: -1;
	visibility: hidden;
	opacity: 0;
}
.onlineSeminar--sp {
	display: none;
}
.onlineSeminar__inner a {
	position: relative;
	left: 0;
	display: block;
	transition: transform .2s,opacity .2s;
}
.onlineSeminar__inner a:hover {
	transform: scale(1);
	animation: .8s ease-in-out;
}
.close .onlineSeminar__inner a:hover {
	transform: none;
	opacity: .8;
}
.onlineSeminar.close .-close {
	display: none;
}
.onlineSeminar.close .onlineSeminar--sp {
	display: none;
}
.onlineSeminar .-close {
	position: absolute;
	top: -25px;
	right: -10px;
}
.onlineSeminar .-close span.batsu:hover {
	background-color: #7AC9EB;
}
.onlineSeminar .-close span.batsu {
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	cursor: pointer;
	transition: all .2s;
	border: 2px solid #48ABD7;
	border-radius: 25px;
	background: #FFFFFF;
}
.onlineSeminar .-close span.batsu::before,
.onlineSeminar .-close span.batsu::after {
	position: absolute;
	top: calc(20% - 1px);
	left: 20%;
	display: block;
	width: 46%;
	height: 2px;
	margin: 5px;
	content: "";
	transform: rotate(45deg);
	transform-origin: 0 50%;
	background: #48ABD7;
}
.onlineSeminar .-close span.batsu::after {
	right: 20%;
	left: auto;
	transform: rotate(-45deg);
	transform-origin: 100% 50%;
}
.onlineSeminar .onlineSeminar_large {
	margin-left: 10px;
	border-radius: 20px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
}
.onlineSeminar img {
	visibility: visible;
	transition: opacity .3s;
	opacity: 1;
}
.onlineSeminar.close .onlineSeminar_small {
	display: block;
	visibility: visible;
	width: auto;
	opacity: 1;
	border-radius: 0 18px 18px 0;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.1);;
}
.onlineSeminar.close .onlineSeminar_large {
	visibility: hidden;
	width: 0;
	height: 0;
	opacity: 0;
}
.onlineSeminar .onlineSeminar_small {
	visibility: hidden;
	width: 0;
	opacity: 0;
}
@media screen and (max-width: 768px),print {
	.onlineSeminar {
		right: 0;
		bottom: 5px;
		left: 0;
		width: 80%;
		margin: 0 auto;
	}
	.onlineSeminar--pc {
		display: none;
	}
	.onlineSeminar--sp {
		display: block;
	}
	.onlineSeminar__inner img {
		width: 100%;
	}
	.onlineSeminar p.-close {
		top: -35px;
		right: -25px;
	}
	.onlineSeminar p.-close a {
		display: block;
		text-align: center;
	}
}
/* nextgiga*/
.l-footerLink_nextgiga {
	font-size: .9em;
	font-weight: 500;
	line-height: 1.5;
	display: block;
	width: 88%;
	margin: 0 auto;
	padding: .9em 1.4em;
	transition: all .2s ease;
	border-radius: 3.4em;
	background: #FFFFFF;
}
.l-footerLink_nextgiga:hover {
	opacity: .6;
}
