
/* ----------------------------------------------------------------------------------------------------
     全端末共通のCSS（961px〜）
---------------------------------------------------------------------------------------------------- */

.pc {
	display:block;
}

.sp {
	display:none;
}

.tab2 {
	display:none;
}

#tablet {
	display: none;
}

/* レイアウト
-------------------------------------*/

body {
	color: #333333;
	text-align: center;
	margin: 0 auto;
	height: 100%;
	letter-spacing: 0.1em;
	-webkit-text-size-adjust: 100%;
}

#wrap {
	width:100%;
	text-align:center;
	margin:0 auto;
}

#layout {
	width:100%;
	text-align:center;
	margin:0 auto;
	overflow:hidden;
}

.width {
	width: 1100px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.width80 {
	width: 80%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.width70 {
	width: 70%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* 文字
--------------------------------------------------------------------------*/

h1 {
	margin-bottom: 40px;
	vertical-align: middle;
	font-weight: 500;
	letter-spacing: 0.1em;
    text-align: left;
    background: url("../img/common/h1.svg") center left no-repeat;
    padding-left: 60px;
    font-family: "Oswald", sans-serif;
}

h1 span {
    background: url("../img/common/h1_arrow.svg") center right no-repeat;
	font-size: 160%;
    margin-bottom: 3px;
    padding: 3px 30px 3px 10px;
    display: table;
    color: #333;
	vertical-align: middle;
    font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-style: normal;
}

h2 {
	font-size: 135%;
	text-align: left;
	margin-bottom: 20px;
    font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.1em;
    padding-left: 35px;
	text-transform: capitalize;
    background: url("../img/common/h2.svg") top 5px left no-repeat;
    color: #4A4A4A;
}

h2 span {
    display: block;
    font-weight: 400;
    font-size: 60%;
    margin-top: 0px;
	color: #F4A465;
    font-family: "Oswald", sans-serif;
}

h2.arrow {
	font-size: 135%;
	text-align: left;
    margin-top: 10px;
	margin-bottom: 20px;
    font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.1em;
    padding-left: 0;
	text-transform: capitalize;
    color: #4A4A4A;
    background: none;
}

h2.arrow a {
    display: block;
    background: url("../img/common/allow.svg") center right no-repeat;
}

h2.arrow a:hover {
    color: #EFB254;
    text-decoration: none;
    background: url("../img/common/allow.svg") center right 20px no-repeat;
}

h3 {
	font-size: 120%;
	line-height: 140%;
	text-align: left;
	margin-bottom: 20px;
	border-left: 4px solid #F4A465;
	padding-left: 18px;
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 500;
	font-style: normal;
}

h3::before {
	display: inline-block;
	content:"";
	font-weight: 400;
	height: 2px;
	width: 25px;
    margin-top: -5px;
	vertical-align: middle;
	background: #F4A465;
	margin-right: 10px;
}

p + h2,
p + h3,
ol + h2,
.normalTbl2 + h2,
ul + h2,
ul + h3 {
    margin-top: 40px;
}

p {
	font-size: 90%;
	line-height: 200%;
	margin-bottom: 20px;
	text-align: left;
}

ul.text {
	text-align: left;
	font-size: 90%;
	margin-bottom: 30px;
}

ul.text li {
	line-height: 200%;
	margin: 0 0 10px 25px;
	list-style: outside;
}

ul.text2 {
	text-align: left;
	font-size: 90%;
	margin-bottom: 30px;
}

ul.text2 li {
	line-height: 200%;
	margin: 0 0 15px 0;
	list-style: none;
    border-bottom: 1px dotted #CCC;
    padding-bottom: 15px;
}

ul.text2 li::before {
    content: " ・ ";
    color: #F4A465;
    font-weight: 900;
    font-size: 130%;
}

ol.text {
	padding:0;
	text-align: left;
	margin-bottom: 20px;
}

ol.text li {
	font-size: 90%;
	list-style: outside;
	list-style-type:decimal;
	margin-left: 20px;
	margin-bottom: 10px;
}

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

#header {
	padding: 25px 0;
    background: #EEEEEE;
}

#header_left {
	float: left;
    margin-left: 5%;
}

#header_right {
	float: right;
    margin-right: 150px;
}

#header_right ul li {
    display: inline-block;
    list-style: none;
    margin-right: 20px;
}

/* ナビゲーション
--------------------------------------------------------------------------*/

nav {
}

#navi {
	position: relative;
	width: 100%;
    height: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    box-sizing: border-box;
}

#dropmenu {
	list-style-type: none;
	margin: 0 auto;
	width: 1100px;
    height: 90px;
	padding: 0;
	z-index: 500;
	position: relative;
	box-sizing: border-box;
}

#dropmenu li {
	position: relative;
	z-index: 600;
	width: 14.28%;
	box-sizing: border-box;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
    border-right: 1px solid #E5E5E5;
}

#dropmenu li:nth-child(1) {
    border-left: 1px solid #E5E5E5;
}

#dropmenu li a {
    display: block;
    margin: 0;
    padding: 55px 0 20px;
    color: #444;
    font-size: 90%;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
}

#dropmenu li ul {
    list-style: none;
    position: absolute;
    z-index: 700;
    top: 100%;
    left: 0;
    width: auto;
    margin: 0;
    padding: 0;
}

#dropmenu li ul li {
    overflow: hidden;
    width: 180%;
    height: 0;
    color: #fff;
    transition: .2s;
    border-right: none;
}

#dropmenu li ul li:nth-child(1) {
    border-left: none;
}


#dropmenu li ul li a {
    padding: 16px 15px 15px;
    text-align: left;
    font-weight: normal;
    background: #FF0100;
    color: #FFF;
}

#dropmenu > li:hover > a { color:#FF0100; }
#dropmenu > li:hover li:hover > a { background: #FF7F7F; }
#dropmenu li:hover > ul > li {
    overflow: visible;
    height: 46px;
    border-bottom: 1px solid #FF7F7F;
}

#dropmenu li a {
	border-bottom: 0;
}

#dropmenu li a#cat-nav-1 { background: url("../img/nav/navi01.svg") center top 20px no-repeat;}
#dropmenu li a#cat-nav-2 { background: url("../img/nav/navi02.svg") center top 20px no-repeat;}
#dropmenu li a#cat-nav-3 { background: url("../img/nav/navi03.svg") center top 20px no-repeat;}
#dropmenu li a#cat-nav-4 { background: url("../img/nav/navi04.svg") center top 20px no-repeat;}
#dropmenu li a#cat-nav-5 { background: url("../img/nav/navi05.svg") center top 20px no-repeat;}
#dropmenu li a#cat-nav-6 { background: url("../img/nav/navi06.svg") center top 20px no-repeat;}
#dropmenu li a#cat-nav-7 { background: url("../img/nav/navi07.svg") center top 20px no-repeat;}

#dropmenu li a#cat-nav-1:hover { background: url("../img/nav/navi01_over.svg") center top 20px no-repeat;}
#dropmenu li a#cat-nav-2:hover { background: url("../img/nav/navi02_over.svg") center top 20px no-repeat;}
#dropmenu li a#cat-nav-3:hover { background: url("../img/nav/navi03_over.svg") center top 20px no-repeat;}
#dropmenu li a#cat-nav-4:hover { background: url("../img/nav/navi04_over.svg") center top 20px no-repeat;}
#dropmenu li a#cat-nav-5:hover { background: url("../img/nav/navi05_over.svg") center top 20px no-repeat;}
#dropmenu li a#cat-nav-6:hover { background: url("../img/nav/navi06_over.svg") center top 20px no-repeat;}
#dropmenu li a#cat-nav-7:hover { background: url("../img/nav/navi07_over.svg") center top 20px no-repeat;}

body#home #dropmenu li a#cat-nav-1 { color: #CCC; }
body#cource #dropmenu li a#cat-nav-2 { color: #CCC; }
body#visitor #dropmenu li a#cat-nav-3 { color: #CCC; }
body#qa #dropmenu li a#cat-nav-4 { color: #CCC; }
body#access #dropmenu li a#cat-nav-5 { color: #CCC; }
body#recruit #dropmenu li a#cat-nav-6 { color: #CCC; }
body#contact #dropmenu li a#cat-nav-7 { color: #CCC; }


/* 共通
--------------------------------------------------------------------------*/

#container {
	margin-top: 80px;
    background: url("../img/footer/footer_bg01.jpg") bottom center no-repeat;
    background-size: 100%;
    padding-bottom: 400px;
}

#home #container {
	margin-top: 40px;
    background: url("../img/footer/footer_bg01.jpg") bottom center no-repeat;
    background-size: 100%;
    padding-bottom: 450px;
}

section {
	margin-bottom: 100px;
}

article {
    margin-bottom: 40px;
}

.column2 {
	width: 48%;
	float: left;
	margin-right: 4%;
}

.column2:nth-child(2n) {
	margin-right: 0;
}

.column3 {
	width: 31%;
	float: left;
	margin-right: 3.5%;
}

.column3:nth-child(3n) {
	margin-right: 0;
}

.column4 {
	width: 24.25%;
	float: left;
	margin-right: 1%;
}

.column4:nth-child(4n) {
	margin-right: 0;
}

.column5 {
	width: 19.2%;
	float: left;
	margin-right: 1%;
}

.column5:nth-child(5n) {
	margin-right: 0;
}

.left50 {
	float: left;
	width: 48%;
}

.right50 {
	float: right;
	width: 48%;
}

.left65 {
	float: left;
	width: 65%;
}

.right35 {
	float: right;
	width: 30%;
}

.left40 {
	float: left;
	width: 35%;
}

.right60 {
	float: right;
	width: 60%;
}


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

#footer {
	background: #C8C9C9;
}

#footer_main {
	background: url("../img/footer/footer_bg02.jpg") top center repeat-y;
}

#footer_main .width {
    border-left: 20px solid #DBDCDC;
    border-right: 20px solid #DBDCDC;
    box-sizing: border-box;
    padding: 60px;
}

.footer_logo {
    margin-bottom: 40px;
}

.footer_main_left {
    float: left;
}

.sitemap {
	float: left;
	margin-left: 50px;
}

.sitemap ul li {
	text-align: left;
	box-sizing: border-box;
	list-style: none;
	line-height: 100%;
	font-size: 85%;
	margin-top: 20px;
	font-weight: 500;
	font-style: normal;
	transition:all 0.5s ease;
}

.sitemap ul li::before {
	content: "−";
	padding-right: 10px;
	font-weight: 400;
}

.sitemap ul li ul li {
    font-size: 100%;
    margin-left: 20px;
}

.sitemap ul li::before {
	content: "−";
	padding-right: 10px;
	font-weight: 400;
}

.sitemap ul li ul li::before {
	content: "・";
	padding-right: 5px;
	font-weight: 400;
}

.sitemap ul li a {
	transition:all 0.5s ease;
}

.sitemap ul li a:hover {
	color: #007DF3;
	text-decoration: none;
	transition:all 0.5s ease;
}

.footer_main_right {
    float: right;
}

.footer_main_right ul li {
    list-style: none;
    margin-top: 15px;
}

#footer_address {
    background: #EEEEEE;
    padding: 20px 0;
}

address {
	font-size: 80%;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
	font-style: normal;
	text-align: center;
}

#sp_menu {
	display: none;
}

/* トップページ
--------------------------------------------------------------------------*/

#main {
	position: relative;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	box-sizing: border-box;
	background: #C2E4E6;
}

#main_box {
	position: relative;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	box-sizing: border-box;
}

@keyframes wobbling_x {
	0% {
		margin-left: 8px;
	}

	100% {
		margin-left: 0px;
	}
}

@keyframes wobbling_y {
	0% {
		margin-top: 0px;
	}

	100% {
		margin-top: 8px;
	}
}

#point01 {
	position: absolute;
	right: 11%;
	top: 13%;
	z-index: 22;
}

#point02 {
	position: absolute;
	right: 19%;
	top: 26%;
	z-index: 21;
}

#point03 {
	position: absolute;
	right: 25%;
	top: 56%;
	z-index: 12;
}

#point04 {
	position: absolute;
	right: 55%;
	top: 20%;
	z-index: 19;
}

#point05 {
	position: absolute;
	right: 70%;
	top: 50%;
	z-index: 18;
}

#point06 {
	position: absolute;
	right: 3%;
	top: 5%;
	z-index: 30;
}



.slider {
    margin-bottom: 40px;
}

.slide_main　{
	text-align: center;
	margin: 0 auto;
	position: relative;
}

.slide_img {
	position: relative;
	top: 0;
	left: 0;	
	text-align: center;
	width: 100%;
	height: 100%;
	z-index: 100;
}

.slide_img p {
    margin-bottom: 0px;
    font-size: 75%;
}

.slide_img p + p {
    margin-bottom: 10px;
    font-size: 90%;
}

.slide_img a {
	display: block;
	box-sizing: border-box;
	background: #FFF;
	text-decoration: none;
	padding: 15px 15px 20px;
    box-shadow: 0 0 5px #E5E5E5;
    margin: 5px 10px !important;
}

.slide_img a:hover {
    color: #333;
}

.slide_img div {
	box-sizing: border-box;
}

.slide_img a .imgWrap {
    overflow: hidden;
    background: #000;
    margin-bottom: 10px;
}

.slide_img a .imgWrap img {
    width: 100%;
    height: auto;
    transition: .3s;
}

.slide_img a:hover .imgWrap img {
	transform: scale(1.1) !important;
	opacity: 0.5;
}

.slide-arrow {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	z-index: 30;
}

.prev-arrow {
	left: 30px;
	width: 50px;
	height: 50px;
}

.next-arrow {
	right: 30px;
	width: 50px;
	height: 50px;
}



.pulse-btn {
	position: relative;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: #A61527;
	box-shadow: 0 0 10px #A61527;
	cursor: pointer;
	transition:all 0.5s ease;
	z-index: 11;
}

.pulse-btn img {
	width: 75%;
	transform: translateY(-50%);
}

.pulse-btn a:hover img {
	opacity: 1;
}

.pulse-btn::before, .pulse-btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	border: 1px solid #A61527;
	border-radius: 50%;
	box-sizing: border-box;
	pointer-events: none;
	animation: pulsate 2s linear infinite;
	z-index: 15;
}

.pulse-btn:hover {
	position: absolute;
	background-color: #251E1C;
	transition:all 0.5s ease;
	box-shadow: none;
	z-index: 100;
}

.pulse-btn:hover::before, .pulse-btn:hover::after {
	transition:all 0.5s ease;
	animation: none;
	border: 1px solid #251E1C;
}

.pulse-btn::after {
	animation-delay: 1s;
}

@keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.description1,
.description2,
.description3,
.description4,
.description5,
.description6,
.description7,
.description8,
.description9,
.description11,
.description12 {
    display: none;
    position: relative;
    padding: 15px;
    font-size: 14px;
    line-height: 1.6em;
    color: #fff;
    border-radius: 5px;
    background: #251E1C;
    width: 250px;
	z-index: 2500 !important;
	text-align: left;
}

.description1:before,
.description2:before,
.description3:before,
.description4:before,
.description5:before,
.description6:before,
.description7:before,
.description8:before,
.description9:before,
.description11:before,
.description12:before {
    content: "";
    position: absolute;
    top: -24px;
    right: 60%;
    border: 15px solid transparent;
    border-top: 15px solid #251E1C;
    margin-left: -15px;
    transform: rotateZ(180deg);
}

#point01:hover .description1,
#point02:hover .description2,
#point03:hover .description3,
#point04:hover .description4,
#point05:hover .description5,
#point06:hover .description6,
#point07:hover .description7,
#point08:hover .description8,
#point09:hover .description9,
#point11:hover .description11,
#point12:hover .description12 {
    display: block;
    top: 20px;
    left: -85px;
	z-index: 2000 !important;
}

.description1 {
    display: none;
    position: relative;
    padding: 15px;
    font-size: 14px;
    line-height: 1.6em;
    color: #fff;
    border-radius: 5px;
    background: #251E1C;
    width: 250px;
	z-index: 2500 !important;
	text-align: left;
	margin-top: 5px;
}

.description1:before {
    content: "";
    position: absolute;
    top: -20%;
    left: 50%;
    border: 15px solid transparent;
    border-top: 15px solid #251E1C;
    margin-left: -15px;
}

#point01:hover .description1 {
    display: block;
    top: 30px;
    left: -128px;
	z-index: 2000 !important;
}

.description6 {
    display: none;
    position: relative;
    padding: 15px;
    font-size: 14px;
    line-height: 1.6em;
    color: #fff;
    border-radius: 5px;
    background: #251E1C;
    width: 250px;
	z-index: 2500 !important;
	text-align: left;
	margin-top: 5px;
}

.description6:before {
    content: "";
    position: absolute;
    top: -20%;
    left: 86%;
    border: 15px solid transparent;
    border-top: 15px solid #251E1C;
    margin-left: -15px;
}

#point06:hover .description6 {
    display: block;
    top: 28px;
    left: -228px;
	z-index: 2000 !important;
}

.description2,
.description3,
.description4,
.description5 {
	margin-top: 15px;
}

.description1 span,
.description2 span,
.description3 span,
.description4 span,
.description5 span,
.description6 span,
.description7 span,
.description8 span,
.description9 span,
.description10 span,
.description11 span,
.description12 span {
    display: block;
	font-size: 120%;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
}

.fadeUp {
	animation-name:fadeUpAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes fadeUpAnime{
  from {
	  opacity: 0;
	  transform: translateY(100px);
  }

  to {
	  opacity: 1;
	  transform: translateY(0);
  }
}

.delay-time01 {
animation-delay: 0.2s;
}

.delay-time02 {
animation-delay: 0.2s;
}

.delay-time04 {
animation-delay: 0.4s;
}

.delay-time05 {
animation-delay: 0.5s;
}

.delay-time06 {
animation-delay: 0.6s;
}

.scrolldown1{
    position:absolute;
    left:50%;
    bottom:0px;
    height:50px;
    z-index: 100;
}

.scrolldown1 span {
    position: absolute;
    left:-25px;
    top: -20px;
    color: #FF0100;
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
}

.scrolldown1::after{
    content: "";
    /*描画位置*/
    position: absolute;
    top: 0;
    /*線の形状*/
    width: 1px;
    height: 30px;
    background: #FF0100;
    /*線の動き1.4秒かけて動く。永遠にループ*/
    animation: pathmove 1.4s ease-in-out infinite;
    opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:30px;
    opacity: 1;
  }
  100%{
    height:0;
    top:50px;
    opacity: 0;
  }
}


#toy01 {
    background: url("../img/content/top/toy01.png") top right no-repeat;
}

#toy02 {
    background: url("../img/content/top/toy02.png") top right no-repeat;
}

.bg_blue {
    background: url("../img/common/bg01.jpg") top left repeat;
    padding: 60px 0;
}

.reazon_box {
    background: #4DBBC9 url("../img/content/top/point.png") top 10px left 5px no-repeat;
    padding: 40px 20px 1px;
    margin-bottom: 30px;
    color: #FFF;
    text-shadow: 2px 2px 1px #2BA6B5;
}

.title {
    text-align: center;
    font-size: 130%;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 160%;
}

.title2 {
    text-align: center;
    font-size: 150%;
    font-weight: 600;
    margin-bottom: 40px;
    line-height: 160%;
	color: #FF0100;
}

.title2 span {
	color: #FF0100;
	border-bottom: 2px solid #FF0100;
	padding-bottom: 20px;
}

.title2 + p {
	font-size: 100%;
	text-align: center;
}

/* お知らせ
-------------------------------------*/

.newsUl {
	text-align:left;
}

.newsUl ul {
}

.newsUl ul li {
	font-size: 90%;
	list-style: none;
    padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dotted #CCCCCC;
    background: url("../img/common/allow.svg") center right no-repeat;
    transition: 0.3s;
}

.newsUl ul li span {
	font-size: 60%;
	margin-right: 30px;
	text-align: center;
	font-weight: 600;
    background: #AAA;
	font-style: normal;
    color: #FFF;
    padding: 5px 30px;
    border-radius: 5px;
}

.newsUl ul li a {
    margin-left: 30px;
	text-decoration: none;
}

.newsUl ul li:hover {
    transition: 0.3s;
    background: url("../img/common/allow.svg") center right 20px no-repeat;
}


/* アクセス
-------------------------------------*/

.access_name {
    font-size: 100%;
    line-height: 130%;
    font-weight: 500;
}

.access_name strong {
    font-size: 130%;
    line-height: 160%;
}

.access_name span {
    font-size: 70%;
    letter-spacing: 0.4em;
}

.access_tel {
    font-weight: 500;
    line-height: 110%;
}

.access_tel span {
    font-size: 180%;
    font-weight: 500;
}

.access_tel em {
    font-size: 80%;
    font-style: normal;
}

.iframe {
    margin-bottom: 20px;
}

figure {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
	background: #F4A465;
    border-radius: 20px;
}

figcaption p {
    position: absolute;
    text-align: center;
	border: none;
	margin: 0;
	padding: 0;
    width: 100%;
    opacity: 1;
    transition: all .5s ease-out .5s;
    font-family: "Quicksand", sans-serif;
    top: 50%;
    transform: translateY(-50%);
	font-size: 160%;
    font-weight: 800;
	color: #FFF;
}

figure:hover figcaption p {
    opacity: 1;
    transform: translateY(-50%);
}
 
figure img {
    opacity: .3;
    transition: all 1.2s ease-out;
    transition: .5s;
    border-radius: 20px;
}

figure:hover img {
    opacity: .8;
    border-radius: 20px;
    transform: scale(1.2);
}

/* 下階層
--------------------------------------------------------------------------*/

#prt_main {
    background: url("../img/common/prt_main.jpg") top center no-repeat;
    background-size: cover;
    padding: 230px 0;
    position: relative;
}

#prt_main_title {
    background: rgba(255,255,255,0.85);
    width: 360px;
    margin-left: auto;
    margin-right: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-45%) translateY(-50%);
	z-index: 5;
    padding: 30px 10px;
    box-sizing: border-box;
    border-radius: 15px;
}

#prt_main_title h1 {
    background: none;
    padding: 0;
    text-align: center;
    font-size: 180%;
    margin: 0;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
}

#prt_main_title h1 span {
    background: none;
    padding: 0;
    text-align: center;
    display: block;
    font-size: 45%;
    color: #FF0100;
    font-weight: 500;
    font-family: "Oswald", sans-serif;
}

#list_navi {
    position: static;
	z-index: 20;
}

#list_navi div {
	text-align: left;
	font-size: 90%;
	line-height: 100%;
    background: #F5F5F5;
    padding: 9px 15px;
    border-radius: 7px;
    box-sizing: border-box;
}
	
#list_navi div span {
	background: url("../img/common/list_navi.svg") center left no-repeat;
	padding: 5px 0 5px 25px;
}

#list_navi div a {
	text-decoration: none;
}

#list_navi div a:hover {
	text-decoration: underline;
}


/* コンテンツ
--------------------------------------------------------------------------*/


/* コース紹介
-------------------------------------*/

.memo {
    text-align: center;
    font-size: 85%;
    margin-top: -15px;
}

.ul_list ul {
    border-top: 1px solid #EEEEEE;
    font-size: 85%;
}

.ul_list ul li {
    text-align: left;
    list-style: none;
    border-bottom: 1px solid #EEEEEE;
}

.ul_list ul li a {
    display: block;
    padding: 15px 0;
}

.caption01 {
    text-align: center;
    font-size: 120%;
    background: #84BBEB;
    padding: 10px 0;
    border-radius: 100px;
    color: #FFF;
    border: double 7px #FFF;
}

.caption02 {
    text-align: center;
    font-size: 120%;
    background: #EA8484;
    padding: 10px 0;
    border-radius: 100px;
    color: #FFF;
    border: double 7px #FFF;
}

.caption03 {
    text-align: center;
    font-size: 120%;
    background: #EFB254;
    padding: 10px 0;
    border-radius: 100px;
    color: #FFF;
    border: double 7px #FFF;
}

.caption04 {
    text-align: center;
    font-size: 120%;
    background: #43DB95;
    padding: 10px 0;
    border-radius: 100px;
    color: #FFF;
    border: double 7px #FFF;
}


/* 入校案内
-------------------------------------*/

.box_orange {
    background: #FFFEED;
    padding: 20px 40px 0px;
    margin-bottom: 30px;
    border: 2px solid #FEFCCB;
}

.box_orange h3 {
    background: #EFB254;
    padding: 12px 0 10px;
    text-align: center;
    border: none;
    color: #FFF;
    margin-top: 10px;
}

.box_orange h3::before {
    display: none;
}

.box_orange ul {
    margin-bottom: 30px;
}

ul.list {
    font-size: 90%;
}

ul.list li {
    list-style: outside;
    text-align: left;
    margin-left: 25px;
    line-height: 180%;
    margin-top: 10px;
}

ul.list li ul li {
    content: "-";
    list-style: none;
    margin-left: 0;
    margin-top: 0;
}

ul.list li ul li::before {
    content: "-";
    margin-right: 10px;
}

/* QA
-------------------------------------*/

ul.faqMenu li {
	list-style: none;
}

.faqQ {
	background-image: url("../img/content/qa/faq_q.svg");
	background-position: center left;
	background-repeat: no-repeat;
	padding: 8px 0 10px 50px;
	margin-bottom: 10px;
	cursor: pointer;
    font-size: 100%;
    font-weight: 500;
    transition: 0.3s;
}

.faqQ:hover {
    color: #333333;
    transition: 0.3s;
}

.faqA {
	background-color: #FFFEED;
    border: 2px solid #FEFCCB;
    border-radius: 15px;
    font-size: 100%;
	background-image: url("../img/content/qa/faq_a.svg");
	background-position: center left 20px;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	padding: 30px 0 10px 60px;
}

.faqA p {
    padding-left: 20px;
}


/* サイドバー
--------------------------------------------------------------------------*/

#side_img {
    position: fixed;
    top: 40%;
    right: 15px;
    z-index: 1000;
}

#side_img ul li {
    list-style: none;
    margin-bottom: 10px;
}

/* その他
--------------------------------------------------------------------------*/

.normalTbl input {
	font-size: 100%;
	color: #666;
	padding: 8px 10px;
	border: 1px solid #CCC;
}

.normalTbl label {
	font-size: 110% !important;
	color: #666;
}

.normalTbl input[type=checkbox] {
	margin: 10px 0;
}

.normalTbl select {
	color: #666;
	font-size: 100%;
	height: 30px;
	padding: 0 10px;
	border: 1px solid #CCC;
}

.normalTbl textarea {
	color: #666;
	font-size: 120%;
	padding: 5px 10px;
	border: 1px solid #CCC;
}

.normalTbl input:focus,
.normalTbl select:focus,
.normalTbl textarea:focus {
	background: #FDF2F2;
}

.formButton {
	text-align:center;
	margin:0 auto;
	display: block;
	margin-top: 40px;
}

.formButton input {
	padding:25px 10%;
	text-align: center;
	margin: 0 auto;
	border-style: none;
	background: #C32B27;
    background: #F4A465;
	font-weight: bold;
	cursor: pointer;
	color: #FFF;
	font-size: 110%;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.formButton input:hover {
	background:#FF8800;
	transition: 0.3s;
}

.formText {
    text-align: center;
    font-size: 110%;
    padding: 40px 0 0;
}

iframe {
	vertical-align:bottom;
}

/* ローディング
-------------------------------------*/

.loading {
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,1.0);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
}

.loading img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -85px;
}

/* その他ナビゲーション
--------------------------------------------------------------------------*/

.btn {
    font-family: "Quicksand", sans-serif;
	font-weight: 800;
	font-size: 100%;
	line-height: 100%;
	transition: 0.3s;
	text-align: right;
	font-style: normal;
    margin-top: 40px;
}

.btn a {
	text-decoration: none;
    background: url("../img/common/arrow.svg") center right no-repeat;
    padding: 12px 50px 12px 0;
	box-sizing: border-box;
	transition: 0.3s;
    color: #F4A465;
}

.btn a:hover {
	text-decoration: underline;
    color: #F09483;
	transition: 0.3s;
}

.btn2 {
	background: #d8b448;
	margin: 30px auto 20px;
	color: #FFF;
	font-size: 120%;
	text-align: center;
	line-height: 100%;
	transition: 0.3s;
	border-radius: 5px;
}

.btn2 a {
	text-decoration: none;
	display: block;
	color: #FFF;
	padding: 30px 0;
	box-sizing: border-box;
	transition: 0.3s;
	border-radius: 5px;
}

.btn2 a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #000;
	transition: 0.3s;
}

#menu_btn {
	display: none;
}

/* ページトップ
--------------------------------------------------------------------------*/

#page-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    font-size: 80%;
	z-index: 200;
}

#page-top a {
    background: #333;
    text-decoration: none;
	padding: 20px 15px;
    text-align: center;
    display: block;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

#page-top a:hover {
    text-decoration: none;
    background: #F09483;
}

#page-top a:hover img {
	opacity: 1;
}

/* wordpress
--------------------------------------------------------------------------*/

.entry-footer {
	border: 1px solid #E5DDC8;
	padding: 15px;
	margin: 50px 0;
	font-size: 90%;
}

.pageback {
	border-top: 4px solid #009E3E;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
}

.author,
.cat-links {
	display: none;
}

.navigation {
	display: none;
}

.pagination {
	clear: both;
	margin-top: 50px;
	padding: 20px 0;
	position: relative;
	font-size: 14px;
	line-height: 14px;
        text-align: center;
	border-top: 4px solid #fc858c !important;
}
.pagination-box {
	display: inline-block;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 10px 15px 10px 15px;
	text-decoration: none;
	width: auto;
	color: #fff; /* 通常の文字色 */
	background: #fc858c; /* 通常の背景色 */
}
.pagination a:hover{
	color: #fff; /* マウスホバー時の文字色 */
	background: #68cbbe; /* マウスホバー時の背景色 */
}
.pagination .current{
	padding: 10px 15px 10px 15px;
	color: #FFF; /* 現在のページの文字色 */
        background: #68cbbe; /* 現在のページの背景色 */
}

@media only screen and (max-width: 413px) {
.pagination {
	font-size: 12px;
	line-height: 12px;
}
.pagination span, .pagination a {
	padding: 8px 10px 8px 10px;
}
.pagination .current{
	padding: 8px 10px 8px 10px;
}
} /* /@media */


/* ----------------------------------------------------------------------------------------------------
     パソコン端末（〜1100px）
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1400px) {

.pc {
	display:block;
}

.sp {
	display:none;
}

.tab2 {
	display:block;
}

#container {
	margin-top: 80px;
    background: url("../img/footer/footer_bg01.jpg") bottom center no-repeat;
    background-size: 100%;
    padding-bottom: 300px;
}

#home #container {
	margin-top: 40px;
    background: url("../img/footer/footer_bg01.jpg") bottom center no-repeat;
    background-size: 100%;
    padding-bottom: 350px;
}



}

/* ----------------------------------------------------------------------------------------------------
     パソコン端末（〜1100px）
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1100px) {

.pc {
	display:block;
}

.sp {
	display:none;
}

.tab2 {
	display:block;
}

.width {
	width: 90%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#container {
	margin-top: 80px;
    background: url("../img/footer/footer_bg01.jpg") bottom center no-repeat;
    background-size: 100%;
    padding-bottom: 200px;
}

#home #container {
	margin-top: 40px;
    background: url("../img/footer/footer_bg01.jpg") bottom center no-repeat;
    background-size: 100%;
    padding-bottom: 250px;
}



}


/* ----------------------------------------------------------------------------------------------------
     パソコン端末（〜1100px）
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 950px) {

.pc {
	display:block;
}

.sp {
	display:none;
}

.tab2 {
	display:block;
}


}


/* ----------------------------------------------------------------------------------------------------
     小型タブレット・スマホ端末（〜480px）（〜640px）
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 900px) {

.pc {
	display:none;
}

.sp {
	display:block;
}

.tab2 {
	display:none;
}


}


/* ----------------------------------------------------------------------------------------------------
     小型タブレット・スマホ端末（〜480px）（〜640px）
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 820px) {


.width {
	width: 85%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.width80 {
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.width70 {
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* 文字
--------------------------------------------------------------------------*/

h1 {
	margin-bottom: 40px;
	vertical-align: middle;
    font-size: 80%;
	font-weight: 500;
	letter-spacing: 0.1em;
    text-align: left;
    background: url("../img/common/h1.svg") center left no-repeat;
    background-size: 40px;
    padding-left: 50px;
    font-family: "Oswald", sans-serif;
}

h1 span {
    background: url("../img/common/h1_arrow.svg") center right no-repeat;
	font-size: 160%;
    margin-bottom: 3px;
    padding: 3px 20px 3px 10px;
    display: table;
    color: #333;
	vertical-align: middle;
    font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-style: normal;
}

h2 {
	font-size: 120%;
	text-align: left;
	margin-bottom: 20px;
    font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.1em;
    padding-left: 35px;
	text-transform: capitalize;
    background: url("../img/common/h2.svg") top 5px left no-repeat;
    color: #4A4A4A;
}

h2 span {
    display: block;
    font-weight: 400;
    font-size: 60%;
    margin-top: 0px;
	color: #F4A465;
    font-family: "Oswald", sans-serif;
}

h2.arrow {
	font-size: 100%;
	text-align: left;
    margin-top: 10px;
	margin-bottom: 20px;
    font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.1em;
    padding-left: 0;
	text-transform: capitalize;
    color: #4A4A4A;
    background: none;
}

h2.arrow a {
    display: block;
    background: url("../img/common/allow.svg") center right no-repeat;
}

h2.arrow a:hover {
    color: #EFB254;
    text-decoration: none;
    background: url("../img/common/allow.svg") center right 20px no-repeat;
}

h3 {
	font-size: 120%;
	line-height: 140%;
	text-align: left;
	margin-bottom: 20px;
	border-left: 4px solid #F4A465;
	padding-left: 18px;
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 500;
	font-style: normal;
}

h3::before {
	display: inline-block;
	content:"";
	font-weight: 400;
	height: 2px;
	width: 25px;
    margin-top: -5px;
	vertical-align: middle;
	background: #F4A465;
	margin-right: 10px;
}

p + h2,
p + h3,
ol + h2,
.normalTbl2 + h2,
ul + h2,
ul + h3 {
    margin-top: 40px;
}

p {
	font-size: 90%;
	line-height: 200%;
	margin-bottom: 20px;
	text-align: left;
}

ul.text {
	text-align: left;
	font-size: 90%;
	margin-bottom: 30px;
}

ul.text li {
	line-height: 200%;
	margin: 0 0 10px 25px;
	list-style: outside;
}

ul.text2 {
	text-align: left;
	font-size: 90%;
	margin-bottom: 30px;
}

ul.text2 li {
	line-height: 200%;
	margin: 0 0 15px 0;
	list-style: none;
    border-bottom: 1px dotted #CCC;
    padding-bottom: 15px;
}

ul.text2 li::before {
    content: " ・ ";
    color: #F4A465;
    font-weight: 900;
    font-size: 130%;
}

ol.text {
	padding:0;
	text-align: left;
	margin-bottom: 20px;
}

ol.text li {
	font-size: 90%;
	list-style: outside;
	list-style-type:decimal;
	margin-left: 20px;
	margin-bottom: 10px;
}

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

#header {
	padding: 25px 0;
    background: #EEEEEE;
}

#header_left {
	float: none;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 20px;
}

#header_right {
	float: none;
    margin-left: 5%;
    margin-right: 5%;
}

#header_right ul li {
    display: block;
    list-style: none;
    margin-right: 20px;
    text-align: left;
}

#header_right ul li:nth-child(2) {
    display: none;
}

#menu_btn {
    position: fixed;
	display: block;
    top: 80px;
    right: 5%;
    z-index: 1000;
}

#menu_btn a {
	display: block;
    padding: 20px;
    background: #FF0100;
}

#menu_btn a img {
    opacity: 1;
}
    
/* ナビゲーション
--------------------------------------------------------------------------*/

nav {
}

#navi {
    display: none;
	position: relative;
	width: 100%;
    height: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    box-sizing: border-box;
}

/* 共通
--------------------------------------------------------------------------*/

#container {
	margin-top: 80px;
    background: url("../img/footer/footer_bg01.jpg") bottom center no-repeat;
    background-size: 100%;
    padding-bottom: 50px;
}

#home #container {
	margin-top: 40px;
    background: url("../img/footer/footer_bg01.jpg") bottom center no-repeat;
    background-size: 100%;
    padding-bottom: 50px;
}

section {
	margin-bottom: 60px;
}

article {
    margin-bottom: 40px;
}

.column2 {
	width: 100%;
	float: none;
	margin-right: 0%;
}

.column2:nth-child(2n) {
	margin-right: 0;
}

.column3 {
	width: 100%;
	float: none;
	margin-right: 0%;
}

.column3:nth-child(3n) {
	margin-right: 0;
}

.column4 {
	width: 49%;
	float: left;
	margin-right: 2%;
}

.column4:nth-child(2n) {
	margin-right: 0;
}

.column5 {
	width: 19.2%;
	float: left;
	margin-right: 1%;
}

.column5:nth-child(5n) {
	margin-right: 0;
}

.left50 {
	float: none;
	width: 100%;
}

.right50 {
	float: none;
	width: 100%;
}

.left65 {
	float: none;
	width: 100%;
}

.right35 {
	float: none;
	width: 100%;
}

.left40 {
	float: none;
	width: 100%;
}

.right60 {
	float: none;
	width: 100%;
}


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

#footer {
	background: #C8C9C9;
}

#footer_main {
	background: url("../img/footer/footer_bg02.jpg") top center repeat-y;
}

#footer_main .width {
    border-left: 10px solid #DBDCDC;
    border-right: 10px solid #DBDCDC;
    box-sizing: border-box;
    padding: 30px 20px 0;
}

.footer_logo {
    margin-bottom: 20px;
}

.footer_main_left {
    float: none;
}

.sitemap {
    display: none;
	float: left;
	margin-left: 50px;
}

.footer_main_right {
    float: none;
}

.footer_main_right ul {
    margin-bottom: 40px;
}
    
.footer_main_right ul li {
    list-style: none;
    margin-top: 0;
    float: left;
    width: 48%;
    margin-right: 4%;
}

.footer_main_right ul li:nth-child(2n) {
    margin-right: 0;
}
    
#footer_address {
    background: #EEEEEE;
    padding: 20px 0 135px;
}

address {
	font-size: 80%;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
	font-style: normal;
	text-align: center;
}

#sp_menu {
	display: none;
}

/* トップページ
--------------------------------------------------------------------------*/

#main {
	position: relative;
	box-sizing: border-box;
}

#main_box {
	position: relative;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	box-sizing: border-box;
}

#point21 {
	position: absolute;
	right: 15%;
	top: 15%;
	z-index: 22;
}

#point22 {
	position: absolute;
	right: 35%;
	top: 23%;
	z-index: 21;
}

#point23 {
	position: absolute;
	right: 50%;
	top: 55%;
	z-index: 12;
}

#point24 {
	position: absolute;
	right: 70%;
	top: 20%;
	z-index: 19;
}

#point25 {
	position: absolute;
	right: 90%;
	top: 55%;
	z-index: 18;
}

#point26 {
	position: absolute;
	right: 3%;
	top: 3%;
	z-index: 18;
}

.pulse-btn {
	position: relative;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #A61527;
	box-shadow: 0 0 10px #A61527;
	cursor: pointer;
	transition:all 0.5s ease;
	z-index: 11;
}

.pulse-btn img {
	width: 75%;
	transform: translateY(-50%);
}

.pulse-btn a:hover img {
	opacity: 1;
}

.pulse-btn::before, .pulse-btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	border: 1px solid #A61527;
	border-radius: 50%;
	box-sizing: border-box;
	pointer-events: none;
	animation: pulsate 2s linear infinite;
	z-index: 15;
}

.pulse-btn:hover {
	position: absolute;
	background-color: #251E1C;
	transition:all 0.5s ease;
	box-shadow: none;
	z-index: 100;
}

.pulse-btn:hover::before, .pulse-btn:hover::after {
	transition:all 0.5s ease;
	animation: none;
	border: 1px solid #251E1C;
}

.pulse-btn::after {
	animation-delay: 1s;
}

.description1,
.description2,
.description3,
.description4,
.description5,
.description6 {
    display: none;
    position: relative;
    padding: 15px;
    font-size: 14px;
    line-height: 1.6em;
    color: #fff;
    border-radius: 5px;
    background: #251E1C;
    width: 250px;
	z-index: 2500 !important;
	text-align: left;
}

.description1:before,
.description2:before,
.description3:before,
.description4:before,
.description5:before,
.description6:before {
    content: "";
    position: absolute;
    top: -24px;
    right: 60%;
    border: 15px solid transparent;
    border-top: 15px solid #251E1C;
    margin-left: -15px;
    transform: rotateZ(180deg);
}

#point21:hover .description1,
#point22:hover .description2,
#point23:hover .description3,
#point24:hover .description4,
#point25:hover .description5,
#point26:hover .description6 {
    display: block;
    top: 20px;
    left: -85px;
	z-index: 2000 !important;
}

.description1 {
    display: none;
    position: relative;
    padding: 15px;
    font-size: 14px;
    line-height: 1.6em;
    color: #fff;
    border-radius: 5px;
    background: #251E1C;
    width: 250px;
	z-index: 2500 !important;
	text-align: left;
	margin-top: 5px;
}

.description1:before {
    content: "";
    position: absolute;
    top: -20%;
    left: 50%;
    border: 15px solid transparent;
    border-top: 15px solid #251E1C;
    margin-left: -15px;
}

#point21:hover .description1 {
    display: block;
    top: 30px;
    left: -128px;
	z-index: 2000 !important;
}

.description2,
.description3,
.description4,
.description5 {
	margin-top: 15px;
}

.description1 span,
.description2 span,
.description3 span,
.description4 span,
.description5 span,
.description6 span {
    display: block;
	font-size: 120%;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
}

.fadeUp {
	animation-name:fadeUpAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity: 0;
}

.delay-time01 {
animation-delay: 0.2s;
}

.delay-time02 {
animation-delay: 0.2s;
}

.delay-time04 {
animation-delay: 0.4s;
}

.delay-time05 {
animation-delay: 0.5s;
}

.delay-time06 {
animation-delay: 0.6s;
}

.scrolldown1{
    position:absolute;
    left:50%;
    bottom:0px;
    height:50px;
    z-index: 1;
}

.scrolldown1 span {
    position: absolute;
    left:-25px;
    top: -20px;
    color: #FF0100;
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
}

.scrolldown1::after{
    content: "";
    /*描画位置*/
    position: absolute;
    top: 0;
    /*線の形状*/
    width: 1px;
    height: 30px;
    background: #FF0100;
    /*線の動き1.4秒かけて動く。永遠にループ*/
    animation: pathmove 1.4s ease-in-out infinite;
    opacity:0;
}

#toy01 {
    background: url("../img/content/top/toy01.png") top right no-repeat;
    background-size: 40%;
}

#toy02 {
    background: none;
    background-size: 40%;
}

.bg_blue {
    background: url("../img/common/bg01.jpg") top left repeat;
    padding: 30px 0;
}

.reazon_box {
    background: #4DBBC9 url("../img/content/top/point.png") top 10px left 5px no-repeat;
    padding: 40px 20px 1px;
    margin-bottom: 20px;
    color: #FFF;
    text-shadow: 2px 2px 1px #2BA6B5;
}

.title {
    text-align: center;
    font-size: 130%;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 160%;
}

.title2 {
    text-align: center;
    font-size: 150%;
    font-weight: 600;
    margin-bottom: 20px;
	padding-bottom: 20px;
    line-height: 120%;
	color: #FF0100;
	border-bottom: 2px solid #FF0100;
}

.title2 span {
	color: #FF0100;
	padding-bottom: 0px;
	border-bottom: none;
}

.title2 + p {
	font-size: 90%;
	text-align: left;
}


/* お知らせ
-------------------------------------*/

.newsUl {
	text-align:left;
}

.newsUl ul {
}

.newsUl ul li {
	font-size: 90%;
	list-style: none;
    padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #CCCCCC;
    background: url("../img/common/allow.svg") center right no-repeat;
    transition: 0.3s;
}

.newsUl ul li span {
	font-size: 60%;
	margin-right: 10px;
	text-align: center;
	font-weight: 600;
    background: #AAA;
	font-style: normal;
    color: #FFF;
    padding: 3px 30px;
    border-radius: 3px;
}

.newsUl ul li a {
    display: block;
    margin-left: 0px;
    margin-top: 10px;
	text-decoration: none;
}

.newsUl ul li:hover {
    transition: 0.3s;
    background: url("../img/common/allow.svg") center right 20px no-repeat;
}


/* アクセス
-------------------------------------*/

.access_name {
    font-size: 100%;
    line-height: 130%;
    font-weight: 500;
}

.access_name strong {
    font-size: 130%;
    line-height: 160%;
}

.access_name span {
    font-size: 70%;
    letter-spacing: 0.4em;
}

.access_tel {
    font-weight: 500;
    line-height: 110%;
}

.access_tel span {
    font-size: 180%;
    font-weight: 500;
}

.access_tel em {
    font-size: 80%;
    font-style: normal;
}

figure {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
	background: #F4A465;
    border-radius: 20px;
}

figcaption p {
    position: absolute;
    text-align: center;
	border: none;
	margin: 0;
	padding: 0;
    width: 100%;
    opacity: 1;
    transition: all .5s ease-out .5s;
    font-family: "Quicksand", sans-serif;
    top: 50%;
    transform: translateY(-50%);
	font-size: 160%;
    font-weight: 800;
	color: #FFF;
}

figure:hover figcaption p {
    opacity: 1;
    transform: translateY(-50%);
}
 
figure img {
    opacity: .3;
    transition: all 1.2s ease-out;
    transition: .5s;
    border-radius: 20px;
}

figure:hover img {
    opacity: .8;
    border-radius: 20px;
    transform: scale(1.2);
}

/* 下階層
--------------------------------------------------------------------------*/

#prt_main {
    background: url("../img/common/prt_main.jpg") top center no-repeat;
    background-size: cover;
    padding: 160px 0;
    position: relative;
    margin-bottom: 20px;
}

#prt_main_title {
    background: rgba(255,255,255,0.85);
    width: 80%;
    margin-left: auto;
    margin-right: auto;
	position: absolute;
	top: 30%;
	left: 10%;
    right: 10%;
	transform: none;
	z-index: 5;
    padding: 20px 5px;
    box-sizing: border-box;
    border-radius: 15px;
}

#prt_main_title h1 {
    background: none;
    padding: 0;
    text-align: center;
    font-size: 150%;
    margin: 0;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
}

#prt_main_title h1 span {
    background: none;
    padding: 0;
    text-align: center;
    display: block;
    font-size: 45%;
    color: #FF0100;
    font-weight: 500;
    font-family: "Oswald", sans-serif;
}

#list_navi {
    position: static;
	z-index: 20;
}

#list_navi div {
	text-align: left;
	font-size: 90%;
	line-height: 100%;
    background: #F5F5F5;
    padding: 9px 15px;
    border-radius: 7px;
    box-sizing: border-box;
}
	
#list_navi div span {
	background: url("../img/common/list_navi.svg") center left no-repeat;
	padding: 5px 0 5px 25px;
}

#list_navi div a {
	text-decoration: none;
}

#list_navi div a:hover {
	text-decoration: underline;
}


/* コンテンツ
--------------------------------------------------------------------------*/


/* コース紹介
-------------------------------------*/

.memo {
    text-align: center;
    font-size: 85%;
    margin-top: -15px;
}

.ul_list ul {
    border-top: 1px solid #EEEEEE;
    font-size: 85%;
}

.ul_list ul li {
    text-align: left;
    list-style: none;
    border-bottom: 1px solid #EEEEEE;
}

.ul_list ul li a {
    display: block;
    padding: 15px 0;
}

.caption01 {
    text-align: center;
    font-size: 120%;
    background: #84BBEB;
    padding: 10px 0;
    border-radius: 100px;
    color: #FFF;
    border: double 7px #FFF;
}

.caption02 {
    text-align: center;
    font-size: 120%;
    background: #EA8484;
    padding: 10px 0;
    border-radius: 100px;
    color: #FFF;
    border: double 7px #FFF;
}

.caption03 {
    text-align: center;
    font-size: 120%;
    background: #EFB254;
    padding: 10px 0;
    border-radius: 100px;
    color: #FFF;
    border: double 7px #FFF;
}

.caption04 {
    text-align: center;
    font-size: 120%;
    background: #43DB95;
    padding: 10px 0;
    border-radius: 100px;
    color: #FFF;
    border: double 7px #FFF;
}


/* 入校案内
-------------------------------------*/

.box_orange {
    background: #FFFEED;
    padding: 20px 20px 0px;
    margin-bottom: 30px;
    border: 2px solid #FEFCCB;
}

.box_orange h3 {
    background: #EFB254;
    padding: 12px 0 10px;
    font-size: 100%;
    font-weight: 500;
    text-align: center;
    border: none;
    color: #FFF;
    margin-top: 10px;
}

.box_orange h3::before {
    display: none;
}

.box_orange ul {
    margin-bottom: 30px;
}

ul.list {
    font-size: 90%;
}

ul.list li {
    list-style: outside;
    text-align: left;
    margin-left: 25px;
    line-height: 180%;
    margin-top: 10px;
}

ul.list li ul li {
    content: "-";
    list-style: none;
    margin-left: 0;
    margin-top: 0;
}

ul.list li ul li::before {
    content: "-";
    margin-right: 10px;
}

/* QA
-------------------------------------*/

ul.faqMenu li {
	list-style: none;
}

.faqQ {
	background-image: url("../img/content/qa/faq_q.svg");
	background-position: center left;
	background-repeat: no-repeat;
	padding: 10px 0 12px 50px;
	margin-bottom: 10px;
	cursor: pointer;
    font-size: 90%;
    font-weight: 500;
    transition: 0.3s;
    line-height: 140%;
}

.faqQ:hover {
    color: #333333;
    transition: 0.3s;
}

.faqA {
	background-color: #FFFEED;
    border: 2px solid #FEFCCB;
    border-radius: 15px;
    font-size: 100%;
	background-image: url("../img/content/qa/faq_a.svg");
	background-position: top 20px left 10px;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	padding: 15px 15px 0px 40px;
}

.faqA p {
    padding-left: 20px;
}


/* サイドバー
--------------------------------------------------------------------------*/

#side_img {
    position: fixed;
    top: 25%;
    right: 15px;
    z-index: 1000;
}

#side_img ul li {
    list-style: none;
    margin-bottom: 10px;
}
    
/* サイドバー
--------------------------------------------------------------------------*/

#side_img {
    position: fixed;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    z-index: 2000;
}

#side_img ul li {
    list-style: none;
    margin-bottom: 0;
    width: 33.3333%;
    float: left;
}

    
/* その他
--------------------------------------------------------------------------*/

#gt_float_wrapper {
    top: auto !important;
    left: 10px !important;
    right: auto !important;
    bottom: 60px !important;
}

.normalTbl table th {
    display: block;
    width: auto;
    padding: 20px 15px 0;
    border-bottom: none;
}

.normalTbl table td {
    display: block;
    width: auto;
    padding: 20px 15px 20px;
}
    
.normalTbl table td input {
    width: 80% !important;
}

.normalTbl input[type=checkbox] {
	height: auto;
    width: auto !important;
	margin: 10px 0;
	border: 1px solid #CCC;
}

.normalTbl input[type=radio] {
	margin: 10px 0;
    height: 15px;
    width: 15px !important;
    box-sizing: border-box;
    padding: 10px !important;
	border: 1px solid #CCC;
}

.normalTbl table td span {
    display: block;
    margin-top: 5px;
}

.normalTbl2 table th {
    display: block;
    width: auto;
    padding: 15px;
}

.normalTbl2 table td {
    display: block;
    width: auto;
    padding: 15px 15px;
}

/* ページトップ
--------------------------------------------------------------------------*/

#page-top {
    position: fixed;
    bottom: 60px;
    right: 10px;
    font-size: 80%;
	z-index: 200;
}

#page-top a {
    background: #333;
    text-decoration: none;
	padding: 20px 15px;
    text-align: center;
    display: block;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

#page-top a:hover {
    text-decoration: none;
    background: #F09483;
}

#page-top a:hover img {
	opacity: 1;
}

    
} /* /@media */
