/*--------------------------------------------------*/
/*パンフレット専科2020共通css*/
/*ver1.0.0*/
/*--------------------------------------------------*/


/*--------------------------------------------------*/
/*基本*/
/*--------------------------------------------------*/
body {
	font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN',"メイリオ", sans-serif;
	font-weight: normal;
	color: #212121;
}
.container-fluid {
	padding-right: 30px;
	padding-left: 30px;
}
ul, li, dl, dt, dd {
	margin: 0;
	padding: 0;
}
ol {
	padding-left: 2em;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: solid 1px #CCCCCC;
}

a {
	transition: 0.3s;
	text-decoration: none;
	color: #000000;
}
a:hover,
a:visited,
a:active,
a:focus {
	text-decoration: none;
	opacity: 0.6;
	color: #000000;
}
a:focus,
*:focus {
	outline: none;
}
strong {
	font-weight: bold;
}
.en {
	font-family: 'Roboto', sans-serif;
	letter-spacing: -0.01em;
	line-height: 1.1;
}
@media(min-width:768px){
	.pc-none {
		display: none;
	}
}
@media(max-width:767px){
	.sp-none {
		display: none;
	}
	.container-fluid {
		padding-right: 20px;
		padding-left: 20px;
	}
	.row {
		margin-left: -10px;
		margin-right: -10px;
	}
	.row > * {
		padding-left: 10px;
		padding-right: 10px;
	}
}
/*
.h1, .h2, .h3, .h4, .h5, .h6 ,
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #212121;
}
.en,
.next-back a {
	font-family: 'Roboto', sans-serif;
	letter-spacing: -0.01em;
	line-height: 1.1;
}
*/

/*--------------------------------------------------*/
/*ヘッダー*/
/*--------------------------------------------------*/

@media(min-width:992px){
	.sp-header {
		display: none;
	}
}
@media(max-width:991px){
	.pc-header {
		display: none;
	}
}

/*スマホヘッダー*/
@media (max-width:991px) {
	#header {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1001;
		background-color: #ffffff;
	}
}
#header .sp-header {
	border-bottom: solid 1px #cccccc;
}
#header .sp-header .navbar {
	padding: 0;
}
#header .sp-header .navbar .container-fluid {}
#header .sp-header .navbar .container-fluid .navbar-header {
	width: 100%;
	position: relative;
	padding-right: 50px;
}
/*ハンバーガー*/
#header .sp-header .navbar .container-fluid .navbar-header #hamburger {
	position: absolute;
	right: 0%;
	top: 50%;
	transform: translateY(-50%);
	overflow: hidden;
	width: 40px;
	height: 40px;
	cursor: pointer;
	border: solid 1px #cccccc;
}
#header .sp-header .navbar .container-fluid .navbar-header #hamburger span {
	display: block;
	width: 24px;
	height: 2px;
	background-color: #888888;
	position: absolute;
	transform: translate(-50%,-50%) rotate(0);
	left: 50%;
	transition: 0.4s;
}
#header .sp-header .navbar .container-fluid .navbar-header #hamburger span:nth-child(1) {
	top: calc(49% - 8px);
}
#header .sp-header .navbar .container-fluid .navbar-header #hamburger span:nth-child(2) {
	top: 49%;
}
#header .sp-header .navbar .container-fluid .navbar-header #hamburger span:nth-child(3) {
	top: calc(49% + 8px);
}
#header .sp-header .navbar .container-fluid .navbar-header #hamburger.active span:nth-child(1) {
	transform: translate(-50%,-50%) rotate(45deg);
	top: 50%;
}
#header .sp-header .navbar .container-fluid .navbar-header #hamburger.active span:nth-child(2) {
	opacity: 0;
}
#header .sp-header .navbar .container-fluid .navbar-header #hamburger.active span:nth-child(3) {
	transform: translate(-50%,-50%) rotate(-45deg);
	top: 50%;
}

/*ヘッダーロゴ*/
#header .sp-header .navbar .container-fluid .navbar-header p,
#header .sp-header .navbar .container-fluid .navbar-header h1 {
	font-size: 1rem;
	margin: 0;
}
#header .sp-header .navbar .container-fluid .navbar-header a.navbar-brand {
	min-height: 50px;
}
#header .sp-header .navbar .container-fluid .navbar-header a.navbar-brand img {
	max-height: 40px;
	max-width: 100%;
}

/*ハンバーガーメニュー*/
#header .sp-header .navbar .container-fluid .sp-gnav-wrap {
	width: calc(100% + 60px);
	margin: 0 -30px;
	font-size: 14px;
	border-top: solid 1px #e7e7e7;
}
@media(max-width:767px){
	#header .sp-header .navbar .container-fluid .sp-gnav-wrap {
		width: calc(100% + 40px);
		margin: 0 -20px;
	}
}
/*メインメニュー*/
#header .sp-header .navbar .container-fluid .sp-gnav-wrap > ul {
	display: block;
	margin: 0;
}
#header .sp-header .navbar .container-fluid .sp-gnav-wrap > ul > li {
	display: block;
	border-bottom: solid 1px #e7e7e7;
}
#header .sp-header .navbar .container-fluid .sp-gnav-wrap > ul > li:last-child {
	border-bottom: 0;
}
#header .sp-header .navbar .container-fluid .sp-gnav-wrap > ul > li > a {
	display: inline-block;
	width: 100%;
	padding: 10px 30px;
	color: #777777;
}
@media(max-width:767px){
	#header .sp-header .navbar .container-fluid .sp-gnav-wrap > ul > li > a {
		padding: 10px 20px;
	}
}
/*サブメニュー*/
#header .sp-header .navbar .container-fluid .sp-gnav-wrap li.has-child > a {
}
#header .sp-header .navbar .container-fluid .sp-gnav-wrap li.has-child > a.open {
	color: #555555;
	background-color: #e7e7e7;
}
#header .sp-header .navbar .container-fluid .sp-gnav-wrap li.has-child > a:focus {
	opacity: 1;
}
#header .sp-header .navbar .container-fluid .sp-gnav-wrap li.has-child > a:focus:hover {
	opacity: 0.6;
}
#header .sp-header .navbar .container-fluid .sp-gnav-wrap li.has-child > a::after {
	content: "";
	transform: translateY(-50%);
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
#header .sp-header .navbar .container-fluid .sp-gnav-wrap li.has-child > .child-menu {
	display: block;
	padding: 5px 0;
}
#header .sp-header .navbar .container-fluid .sp-gnav-wrap li.has-child > .child-menu > li {
	display: block;
}
#header .sp-header .navbar .container-fluid .sp-gnav-wrap li.has-child > .child-menu > li > a {
	display: inline-block;
	width: 100%;
	padding: 5px 30px 5px calc(30px + 1em);
	color: #777777;
}
@media(max-width:767px){
	#header .sp-header .navbar .container-fluid .sp-gnav-wrap li.has-child > .child-menu > li > a {
		padding: 5px 20px 5px calc(20px + 1em);
	}
}
#header .header-menu {
	background-color: #009933;
	font-size: 12px;
	line-height: 1;
	padding: 3px 0;
	border-style: solid;
	border-width: 1px 0;
	border-color: #009933;
}
#header .header-menu ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 0 -9px;
	padding: 0;
}
#header .header-menu ul li {
	display: inline-block;
	padding: 0 8px;
}
#header .header-menu ul li + li{
	border-left: solid 1px #ffffff;
}
#header .header-menu ul li:last-child{
	border: 0;
}
#header .header-menu ul li:last-child a {
	background-color: #AC2B2A;
	color: #ffffff;
	font-weight: bold;
	padding: 5px 10px;
	min-width: 100px;
	display: inline-block;
	text-align: center;
	line-height: 13px;
	margin-left: 10px;
}
#header .header-menu ul li:last-child a:before {
	content: "\f0e0";
	display: inline-block;
	font-family: FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 0.5em;
}

#header .header-menu ul li a {
	color: #ffffff;
}
@media(max-width:767px){
	#header .header-menu {
		display: none;
	}
}
@media (max-width:991px) {
	#header .header-menu {
		position: absolute;
		top: 50px;
		left: 0;
		right: 0;
		transition: opacity 0.3s,visibility 0.3s;
	}
	.nav-open #header .header-menu {
		opacity: 0;
		visibility: hidden;
	}

}

/*--------------------------------------------------*/
/*フッター*/
/*--------------------------------------------------*/

#footer .footer-contact {
	background-color: #EEEEEE;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
#footer .footer-contact .container-fluid {
	max-width: 1200px;
	padding-top: 45px;
	padding-bottom: 45px;
}
#footer .footer-contact .container-fluid .title {
	font-size: 26px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	line-height: 1.2;
	text-align: center;
	margin: 0 0 5px 0;
}
#footer .footer-contact .container-fluid .sub-title {
	font-size: 13px;
	text-align: center;
	margin-bottom: 25px;
}
#footer .footer-contact .row {
	margin: 0;
}
#footer .footer-contact .row > div {
	padding: 0;
}
#footer .footer-contact .flex-container {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
@media(min-width:768px){
	#footer .footer-contact .flex-wrapper {
		text-align: center;
	}
	#footer .footer-contact .flex-container {
		max-width: 980px;
		margin: 0 auto;
	}
}
@media(max-width:991px){
	#footer .footer-contact .flex-container {
		max-width: 700px
	}
}
@media(max-width:767px){
	#footer .footer-contact .container-fluid .title {
		font-size: 24px;
	}
}

/* 東京　大阪 */
#footer .footer-contact .row-tel {
	border-bottom: 1px solid #cccccc;
}
#footer .footer-contact .row-tel .col-tel {
	padding: 15px 0;
}
#footer .footer-contact .col-tel a {
	display: block;
}
#footer .footer-contact .col-tel dl dt {
	display: flex;
	align-items: center;
}
#footer .footer-contact .col-tel dl dt .place {
	display: inline-block;
	padding: 8px 10px;
	background-color: #009933;
	color: #ffffff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 12px;
	line-height: 1;
	min-width: 85px;
	text-align: center;
	margin-right: 15px;
}
#footer .footer-contact .col-tel dl dt .place .sub {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}
#footer .footer-contact .col-tel dl dt .place > span {
	display: block;
	width: 100%;
}
#footer .footer-contact .col-tel dl dt .place .main {
	font-size: 14px;
	margin-bottom: 3px;
}
#footer .footer-contact .col-tel dl dt .nam {
	font-size: 46px;
	color: #212121;
	line-height: 1;
}
#footer .footer-contact .col-tel dl dd {
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
}
#footer .footer-contact .col-tel dl dd address {
	margin: 0;
}
@media(min-width:768px){
	#footer .footer-contact .row-tel .col-left {
		display: flex;
		justify-content: flex-end;
		padding-right: 19px;
		border-right: 1px solid #cccccc;
	}
	#footer .footer-contact .row-tel .col-right {
		padding-left: 20px;
	}
	#footer .footer-contact .col-tel dl dd {
		text-align: center;
	}
}
@media(min-width:992px){
	#footer .footer-contact .row-tel .col-left {
		padding-right: 29px;
	}
	#footer .footer-contact .row-tel .col-right {
		padding-left: 30px;
	}
}
@media(max-width:991px){
	#footer .footer-contact .col-tel dl dt .place .main {
		font-size: 13px;
	}
	#footer .footer-contact .col-tel dl dt .place {
		min-width: 80px;
		margin-right: 15px;
	}
	#footer .footer-contact .col-tel dl dt .nam {
		font-size: 32px;
	}
	#footer .footer-contact .col-tel dl dd {
		font-size: 14px;
	}
}
@media(max-width:767px){
	#footer .footer-contact .row-tel .col-left {
		border-bottom: 1px solid #cccccc;
	}
}
@media(max-width:575px){
	#footer .footer-contact .col-tel dl dt .place {
		padding: 5px;
		font-size: 10px;
		min-width: 60px;
		margin-right: 10px;
	}
	#footer .footer-contact .col-tel dl dt .place .main {
		font-size: 12px;
	}
	#footer .footer-contact .col-tel dl dt .nam {
		font-size: 30px;
	}
}
@media(max-width:374px){
	#footer .footer-contact .col-tel dd {
		letter-spacing: -0.05em;
	}
}

/*お問い合わせボタン*/
#footer .footer-contact .form {
	position: relative;
	display: block;
	text-align: center;
	line-height: 1.5;
	font-size: 20px;
	border: solid 2px #009933;
	background-color: #009933;
	border-radius: 80px;
	padding: 12px 35px;
	margin: 40px auto 0;
	max-width: 100%;
	width: 480px;
	color: #ffffff;
}
#footer .footer-contact .form::before {
	content: "\f003";
	font-family: FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #ffffff;
	margin-right: 0.25em;
	font-weight: bold;
}
#footer .footer-contact .form::after {
	line-height: 1;
	position: absolute;
	content: "\f105";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 20px;
	font-weight: bold;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	color: #ffffff;
}
#footer .footer-contact .form .text {
	display: inline-block;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	margin-bottom: 5px;
}

@media(max-width:767px){
	#footer .footer-contact .form {
		font-size: 14px;
		padding: 10px 25px;
	}
	#footer .footer-contact .form::after {
		right: 10px;
	}
}

#footer .footer-menu {
	padding-top: 30px;
	padding-bottom: 30px;
}
#footer .footer-menu .row {
	margin-left: -10px;
	margin-right: -10px;
}
#footer .footer-menu .row > * {
	padding-left: 10px;
	padding-right: 10px;
}
#footer .footer-menu .container-fluid {
	max-width: 1140px;
}
#footer .footer-menu .logo {
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer .footer-menu .logo a {
	display: block;
	margin-bottom: 10px;
}
#footer .footer-menu ul {
	font-size: 13px;
	line-height: 1.5;
	padding: 0;
	margin: 0;
}
#footer .footer-menu ul li {
	position: relative;
	list-style: none;
	margin-bottom: 5px;
}
#footer .footer-menu ul li::before {
	position: absolute;
	content: "\f054";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 8px;
	font-weight: 500;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	left: -1em;
	top: 50%;
	transform: translateY(-50%) rotate(0deg);
	color: #009933;
	margin-right: 5px;
}
#footer .footer-menu ul li a {
	color: #212121;
}
@media(min-width:992px){
	#footer .footer-menu {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}
@media(max-width:991px){
	#footer .footer-menu .logo a .img-fluid {
		display: block;
		margin: 0 auto;
		max-width: 100%;
	}
	#footer .footer-menu .logo .copyright {
		display: none;
	}
}

/* copyright */
#footer .copyright {
	background-color: #212121;
	border-top: 5px solid #009933;
	color: #ffffff;
	font-size: 12px;
	padding: 15px 0;
	text-align: center;
}
#footer .copyright .en {
	margin: 0;
}
@media(max-width:575px) {
	#footer .copyright {
		font-size: 11px;
	}
}

/*トップへ戻るボタン*/
#btnTop {
	position: fixed;
	right: 20px;
	bottom: 25px;
	z-index: 1000;
}
#btnTop ul {
	text-align: center;
	background-color: #ffffff;
	padding: 5px;
	margin: 0;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
#btnTop ul li {
	display: block;
}
#btnTop ul li a {
	display: inline-block;
}
#btnTop ul li a.top {
	font-size: 10px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	width: 30px;
	margin-bottom: 7px;
	color: #212121;
}
#btnTop ul li a.top::before {
	content: "\f106";
	font-family: FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	line-height: 15px;
	font-size: 28px;
	font-weight: 800;
	color: #CCCCCC;
}
#btnTop ul li a.foot {
	font-size: 20px;
	line-height: 30px;
	width: 30px;
	color: #ffffff;
	background-color: #009933;
	border-radius: 3px;
}
#btnTop ul li a.foot::before {
	content: "\f095";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 14px;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*--------------------------------------------------*/
/* 固定バナー */
/*--------------------------------------------------*/

#footer .copyright {
	padding-bottom: 100px;
}
.float-bnr {
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1001;
	transition: 0.3s;
	background-color: rgba(0,0,0,0.25);
	border-radius: 10px;
	width: calc(100% - 20px);
	max-width: 700px;
	padding: 10px;
}
.float-bnr ul {
	margin: 0 -5px;
	padding: 0;
	list-style-type: none;
	display: flex;
}
.float-bnr ul li {
	display: flex;
	padding: 0 5px;
	width: 37%;
}
.float-bnr ul li:last-child {
	width: 26%;
}
.float-bnr ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #ffffff;
	border-radius: 5px;
	width: 100%;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 700;
	font-feature-settings: "palt";
	padding: 10px;
}
.float-bnr ul li a:link,
.float-bnr ul li a:active,
.float-bnr ul li a:hover,
.float-bnr ul li a:visited {
	text-decoration: none;
}
.float-bnr ul li a:hover img {
	opacity: 1;
}
.float-bnr ul li:nth-child(2) a {
	background-color: #009933;
	color: #ffffff;
}
.float-bnr ul li:nth-child(3) a {
	background-color: #AC2B2A;
	color: #ffffff;
}
.float-bnr ul li a dl,
.float-bnr ul li a dl > * {
	line-height: 1.4;
	margin: 0;
}
.float-bnr ul li a dl {
	display: flex;
	align-items: center;
	justify-content: center;
}
.float-bnr ul li a dl dt img {
	width: 35px;
}
.float-bnr ul li a dl dd {
	flex: 1;
	padding-left: 15px;
}
@media (min-width: 768px) {
	.float-bnr {
		bottom: -100px;
	}
	.float-bnr.visible {
		bottom: 15px;
	}
}
@media (max-width: 991px) {
	.float-bnr {
		max-width: 480px;
		padding: 6px;
	}
	.float-bnr ul {
		margin: 0 -3px;
	}
	.float-bnr ul li {
		padding: 0 3px;
	}
	.float-bnr ul li a {
		font-size: 12px;
		padding: 5px 10px;
	}
	.float-bnr ul li a dl dt img {
		width: 25px;
	}
	.float-bnr ul li a dl dd {
		padding-left: 10px;
	}
}
@media (max-width: 767px) {
	.float-bnr {
		top: -100px;
	}
	.float-bnr.visible {
		top: 10px;
	}
	.float-bnr ul li,
	.float-bnr ul li:last-child {
		width: auto;
		flex: 1 0 auto;
	}
}
@media (max-width: 575px) {
	.float-bnr ul li a dl dt{
		display: none;
	}
	.float-bnr ul li a dl dd {
		padding-left: 0;
	}
}
@media (max-width: 319px) {
	.float-bnr {
		display: none;
	}
}