@charset "utf-8";
/* CSS Document */

/* =====================
  Base
===================== */
body {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-size: 1.6rem;
	color: #333;
	font-weight: 400;
	background-color: #fff;
	overflow: hidden;
}
body, a, dd, div, dt, h1, h2, h3, h4, h5, h6, html, label, li, p, span, td, th {
	font-weight: 400;
	line-height: 1.6;
}
a {
	display: inline-block;
	text-decoration:none;
	transition: 0.3s ease-in-out;
	color: #333;
	backface-visibility: hidden;
	outline: 0!important;
}
a:hover {
	text-decoration:none;
	transition: 0.3s ease-in-out;
	opacity: 0.8;
	color: #333;
	backface-visibility: hidden;
}
img {
	max-width: 100%;
}
.container {
	margin: 0 auto;
    max-width: 1120px;	
}
.container-inner {
	margin: 0 auto;
	max-width: 1000px;	
}
.en {
	font-family: 'Montserrat', sans-serif;
}
.block-revealer__element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    pointer-events: none;
    opacity: 0;
}
.move-blue {
	display: inline-block;
}
.fade{
    animation-fill-mode:both;
    animation-duration:1s;
    animation-name: fade;
    visibility: visible !important;
}
@keyframes fade {
    0% { opacity: 0; transform: translateY(20px);}
    100% { opacity: 1; transform: translateY(0);}
}
/* scroll bar */
::-webkit-scrollbar {
	width: 10px;
	height: 10px;
	background-color: #efefef;
}
::-webkit-scrollbar-thumb {
	cursor: pointer;
	background: #bea526;
	border-radius:10px;
}
::-moz-selection {
  background-color: #bea526;
  text-shadow: none;
}
::selection {
  background-color: #fcfaed;
  text-shadow: none;
}


/* =====================
  汎用クラス
===================== */
/* btn */
a.btn {
	max-width: 260px;
	width: 100%;
	padding: 15px 20px;
	color: #fff!important;
	background-color: #895b8a;
	box-sizing: border-box;
	position: relative;
}
a.btn:after {
	content: "";
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translate(0,-50%);
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #fff;	
}
a.btn.blank {
	background-color: #333;
}
a.btn.blank:after {
	content: "";
	background-image: url(../images/common/icon_blank2.png);
    background-size: cover;
	width: 10px;
	height: 10px;
	border: none;
}
a.btn.pdf {
	background-color: #2a9786;
}
a.btn.retern {
	background-color: #333;
	padding-left: 40px;
}
a.btn.retern:after {
	content: url(../images/common/icon_retern.png);
	width: auto;
	height: auto;
	border: none;
	right: inherit;
	left: 40px;
}
a.btn.more:after {
	content: url("../images/common/icon_archive.png");
	width: auto;
	height: auto;
	border: none;
	right: inherit;
	left: 40px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.bold {
	font-weight: bold;
}
.text-link {
	text-decoration: underline;
    word-break: break-word;
}
.text-link:hover {
	text-decoration: none;
}
/*.calender-lec {
    margin-bottom: 20px;
}
.calender-lec p {
    line-height: 1.6;
}
.calender-lec span {
    color: #335980;
}*/
section .guide {
    margin-bottom: 30px;
}
section .guide p {
    margin-bottom: 10px;
}
section .guide .ai1ec-dropdown-toggle {
    cursor: inherit!important;
	display: inline-block;
	color: #335980;
}


/* =====================
  footer
===================== */
footer {
	border-top: 1px solid #ccc;
	position: relative;
}
footer .foot-nav {
    padding: 50px 0 0;
}
footer .foot-nav .sns {
    display: inline-block;
	margin-left: 30px;
}
footer .foot-nav .sns a {
	margin-right: 20px;
}
footer .foot-nav .sns a:last-child {
	margin-right: 0px;
}
footer .foot-nav .text {
	margin: 20px 0;
}
footer .foot-nav .text a {
	text-decoration: underline;
}
footer .foot-nav .text a:hover {
	text-decoration: none;
}
footer .foot-nav .ft-btn {
	max-width: 155px;
	width: 100%;
	border: 1px solid #ccc;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	margin-right: 10px;
}
footer .foot-nav .ft-btn:hover {
    opacity: 1;
	background-color: #333;
    color: #fff;
}

footer .foot-nav .bnr-area {
    margin-top: 50px;
	border-top: 1px solid #ccc;
    padding: 40px 0;
}
footer .foot-nav .bnr-area li {
	float: left;
    margin-right: 8px;
}
footer .foot-nav .bnr-area li:last-child {
    margin-right: 0;
}

footer .sub-wrap {
	padding: 30px 0;
	background-color: #333;
}
footer .sub-nav {
	float: left;
}
footer .sub-nav li {
	display: inline-block;
	padding-right: 20px;
	margin-right: 20px;
	position: relative;
}
footer .sub-nav li:after {
	content: "";
	width: 1px;
	height: 13px;
	background-color: #fff;
	position: absolute;
	right: 0px;
	top: 6px;
}
footer .sub-nav li:last-child:after {
	display: none;
}
footer .sub-nav li a ,
footer .copy {
	font-size: 1.4rem;
	color: #fff!important;
}
footer .sub-nav li a:hover {
	text-decoration: underline;
}
footer .copy {
	display: inline-block;
	float: right;
}


/* =====================
  pegeTop
===================== */
.pagetop {
	display: none;
}
.pagetop a {
    position: fixed;
    bottom: 0;
    right: 0;
	z-index: 100;
	width: 85px;
	height: 85px;
	background-color: #bea526;
	border: 1px solid #bea526;
	text-align: center;
}
.pagetop a:hover {
	background-color: #fff;
}
.pagetop a span {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    margin-top: 38px;
	transition: 0.3s ease-in-out;
}
.pagetop a:hover span {
    border-top: 3px solid #bea526;
    border-right: 3px solid #bea526;
	transition: 0.3s ease-in-out;
}
.pagetop a:hover {
	opacity: inherit;
}


/* ====================================================================================
         SP時
  ==================================================================================== */
@media screen and (max-width: 768px) {
	
/* =====================
  Base
===================== */
	main {
		overflow: hidden;
	}
	body {
		font-size: 1.4rem;
	}
	body, a, dd, div, dt, h1, h2, h3, h4, h5, h6, html, label, li, p, span, td, th {
		line-height: 1.4;
	}
	
	
/* =====================
  汎用クラス
===================== */
/* btn */
	a.btn {
		max-width: 100%;
		padding: 20px;
	}
	.inner-responsive {
		overflow-x: scroll;
		display: block;
		-webkit-overflow-scrolling: touch;
	}
	.left,
	.right {
		float: none;
	}
	section .guide {
		margin-bottom: 20px;
	}
		
		
	
/* =====================
  footer
===================== */
	footer .foot-nav {
		padding: 40px 0 30px 0;
		text-align: center;
	}
	footer .foot-nav .text {
		line-height: 1.8;
	}
	footer .foot-nav .sns {
		margin-top: 20px;
		display: block;
		margin-left: 0px;
	}
    footer .foot-nav .sns a {
        margin-right: 8px;
    }
	footer .foot-nav .ft-btn {
		max-width: 120px;
	}

	footer .foot-nav .right {
		margin-top: 20px;
	}

    footer .foot-nav .bnr-area {
        margin-top: 20px;
        padding: 30px 0 0;
    }
    footer .foot-nav .bnr-area li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 10px;
    }
    footer .foot-nav .bnr-area li:nth-child(2n) {
        margin-right: 0;
    }

    footer .sub-nav {
		float: none;
		margin-bottom: 20px;
		text-align: center;
	}
	footer .sub-nav li {
		padding-right: 10px;
		margin-right: 10px;
	}
	footer .sub-nav li:after {
		height: 10px;
		top: 5px;
	}
	footer .sub-nav li a ,
	footer .copy {
		font-size: 1.2rem;
	}
	footer .copy {
		text-align: center;
		display: block;
		float: none;
	}

	
/* =====================
  pegeTop
===================== */
	.pagetop a {
		width: 40px;
		height: 40px;
	}
	.pagetop a span {
		width: 10px;
		height: 10px;
		margin-top: 18px;
	}
	
	
}



/* =====================
  調整
===================== */
@media screen and (max-width: 1140px) {
	.container {
		padding: 0 20px!important;
		max-width: 100%;
	}
	.container-inner {
		padding: 0 20px;
		max-width: 100%;
	}
}


