/***************************
 *
 * フラインチャイズLP
 *
 **************************/

/*
PC
*/
@media all and (min-width: 769px) {
	.wp_social_bookmarking_light {
		display: none;
	}
	.kago-lp {
		position: relative;
		background: #fff;
		max-width: 1000px;
		margin: 0 auto;
	}
	.box-content {
		position: relative;
		padding: 0 15px;
	}	
/*
KAGO VISUAL
*/
.kago-visual {
	position: relative;
}
.kago-visual p:nth-child(2) {
	width: 80%;
}
.kago-visual p:nth-child(2) img {
	width: 100%;
}
/*
KAGO INTRO
*/
.kago-intro {
	position: relative;
	background: linear-gradient(to right,  rgba(28,148,211,1) 0%,rgba(12,118,185,1) 30%,rgba(7,86,156,1) 72%,rgba(2,62,137,1) 100%);
	padding: 5px;
}
.kago-intro .inner {
	background: #fff;
	padding: 4px;
}
.kago-intro .inner-2 {
	background: linear-gradient(to right,  rgba(28,148,211,1) 0%,rgba(12,118,185,1) 30%,rgba(7,86,156,1) 72%,rgba(2,62,137,1) 100%);
	padding: 2px;
}
.kago-intro .inner-3 {
	background: #fff;
	padding: 40px 0;
}
.kago-intro .kago-intro-title {
	text-align: center;
	font-size: 36px;
	color: #182a87;
	margin-top: 0;
	margin-bottom: 20px;
}
.kago-intro .kago-intro-title strong {
	font-size: 35px;
	color: #182a87;
}
.kago-intro .kago-intro-title .serif {
	color: #182a87;
	font-weight: normal;
}
.kago-intro .kago-intro-title + h1.center {
	text-align: center;
	font-size: 14px;
	color: #231916;
	line-height: 1.8em;
	margin-bottom: 40px;
	font-weight: normal;
}
.kago-intro .list-kago-intro {
	width: 480px;
	margin: 0 auto;
}
.kago-intro .list-kago-intro li {
	font-size: 28px;
	color: #181d61;
	position: relative;
	margin-bottom: 25px;
}
.kago-intro .list-kago-intro li:before {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background: linear-gradient(to right,  rgba(28,148,211,1) 0%,rgba(12,118,185,1) 30%,rgba(7,86,156,1) 72%,rgba(2,62,137,1) 100%);
	position: absolute;
	left: 0;
	bottom: 0;
}
.kago-intro .list-kago-intro li img {
	position: absolute;
	left: -50px;
	top: 0;
	width: 24px;
}
.kago-intro .list-kago-intro li:nth-child(2) img {
	width: 24px;
	left: -50px;
}
.kago-intro .list-kago-intro li:nth-child(3) img {
	width: 24px;
	left: -50px;
}
.kago-intro .list-kago-intro li:nth-child(4) img {
	width: 24px;
	left: -50px;
}
.kago-intro .list-kago-intro li:nth-child(5) img {
	width: 24px;
	left: -50px;
}
/*
KAGO CLASS
*/
.kago-class {
	position: relative;
	padding-top: 50px;
}
.kago-class .kago-class-title {
	text-align: center;	
	font-size: 32px;
	font-weight: normal;
}
.kago-class .kago-class-title + p.center {
	font-size: 20px;
	text-align: center;
}
.kago-class .kago-class-title + p.center:after {
	content: "";
	display: block;
	background: url(../img/kago/kago-class-title.png) center top no-repeat;
	background-size: contain;
	width: 192px;
	height: 10px;
	margin: 10px auto 40px;
}
.kago-class-swiper {
	
}
.kago-class-swiper .swiper-slide {
	padding-left: 30px;
	padding-right: 30px;
}
.kago-class-swiper .swiper-slide .kago-class-title-2 {
	text-align: center;
	font-weight: normal;
	font-size: 25px;
	margin-bottom: 15px;
}
.kago-class-swiper .swiper-slide .kago-class-slide-pic {
	
}
.kago-class-swiper .swiper-slide p {
	font-size: 20px;
	line-height: 1.5em;
}
.kago-class-swiper .swiper-button-next,
.kago-class-swiper-2 .swiper-button-next,
.kago-swiper .swiper-button-next,
.kago-teacher-swiper .swiper-button-next,
.gall-swiper .swiper-button-next {
	background: url(../img/kago/next.png) 0 0 no-repeat;
	background-size: contain;
	width: 59px;
	height: 59px;
	right: 0;
}
.kago-class-swiper .swiper-button-prev,
.kago-class-swiper-2 .swiper-button-prev,
.kago-swiper .swiper-button-prev,
.kago-teacher-swiper .swiper-button-prev,
.gall-swiper .swiper-button-prev {
	background: url(../img/kago/prev.png) 0 0 no-repeat;
	background-size: contain;
	width: 59px;
	height: 59px;
	left: 0;
}
.kago-class .kago-class-title-3 {
	text-align: center;
	font-weight: normal;
	font-size: 25px;
}
.kago-class-swiper-2 .swiper-slide {
	padding-left: 30px;
	padding-right: 30px;
}
.kago-class-swiper-2 .swiper-slide .map {
	width: 100%;
}
.kago-class-swiper-2 .swiper-pagination {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 10px;
	position: static;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
}
.kago-class-swiper-2 .swiper-pagination-bullet {
  border-radius:0%!important;
  width: auto !important;
  height: 30px !important;
  line-height: 30px !important;
  background:#c89f63 !important;
  color: #fff !important;
  opacity: 1 !important;
}
.kago-class-swiper-2 .swiper-pagination-bullet-active {
	background-color:gray !important;
}
/*
KAGO RESULT
*/
.kago-result {
	position: relative;
}
.kago-result .kago-result-title {
	text-align: center;
	font-size: 36px;
	color: #946135;
	font-weight: normal;
	line-height: 1.8em;
	margin-top: 100px;
}
.kago-result .kago-result-title img {
	max-width: 80%;
	display: block;
	margin: 0 auto;
}
.kago-result .kago-result-title span {
	color: white;
	background: #946135;
	display: inline-block;
	padding: 1px 3px;
}
.box-kago-result {
	position: relative;
	max-width: 596px;
	margin: 0 auto;
}
.box-kago-result .kago-result-title-2 {
	display: none;
}
.btn-result-toggle {
	max-width: 497px;
	margin: 30px auto;
	cursor: pointer;
}
.proof-2 {
	max-width: 596px;
	margin: 0 auto;
}
.proof-2 + p {
	max-width: 596px;
	margin: 0 auto;
}
.pr-item {
	position: relative;
}
.pr-item .pr-item-title {
	text-align: right;
	color: #946135;
}
.pr-item ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 10px;
}
/*
KAGO FEATS
*/
.kago-feats {
	position: inherit;
	max-width: 596px;
	margin: 0 auto;
}
.kago-feats .kago-feats-title {
	background: linear-gradient(to bottom,  rgba(28,148,211,1) 0%,rgba(12,118,185,1) 30%,rgba(7,86,156,1) 92%,rgba(2,62,137,1) 100%);
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 38px;
	line-height: 1.1em;
	font-weight: normal;
	padding: 15px 0;
}
.kago-feats .kago-feats-title + p.center {
	text-align: center;
	font-size: 26px;
	color: #182a87;
	line-height: 1.26em;
}
.kago-feats .kago-feats-title + p.center span {
	position: relative;
}
.kago-feats .kago-feats-title + p.center span:before {
	content: "♦";
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	top: -3em;
	text-align: center;
	font-size: 7px;
}
.box-kago-feat {
	position: relative;
	margin-bottom: 60px;
}
.box-kago-feat .kago-feat-title {
	text-align: left;
	font-size: 34px;
	color: #182a87;
	line-height: 1.23em;
	padding: 15px;
	margin: 0;
	font-weight: normal;
}
.box-kago-feat p {
	font-size: 20px;
	line-height: 1.5em;
	padding: 0 15px 15px;
	margin: 0;
}
.box-365 {
	max-width: 472.5px;
	margin: 50px auto;
	background: none !important;
}
.box-365 img {
	width: 100% !important;
	margin: 0 auto !important;
}
/*
KAGO CONTENTS
*/
.kago-contents {
	position: relative;
	max-width: 596px;
	margin: 0 auto;
}
.kago-contents .box-content p {
	word-break: break-all;
}
.kago-contents .kago-title {
	background: linear-gradient(to bottom,  rgba(28,148,211,1) 0%,rgba(12,118,185,1) 30%,rgba(7,86,156,1) 92%,rgba(2,62,137,1) 100%);
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 38px;
	line-height: 1.1em;
	font-weight: normal;
	padding: 15px 0;
}
.kago-contents .kago-title + p.center {
	font-size: 26px;
	color: #182a87;
	line-height: 1.26em;
	text-align: center;
}
.kago-contents .kago-title-2 {
	text-align: center;
	font-size: 40px;
	line-height: 1.5em;
	color: #181d61;
}
.kago-contents .kago-title-2.light {
	color: #046eb7;
}
.kago-contents .kago-title-2:after {
	content: "";
	display: block;
	background: url(../img/kago/kago-class-title.png) center top no-repeat;
	background-size: contain;
	width: 192px;
	height: 10px;
	margin: 10px auto 40px;
}
.kago-swiper {
	position: relative;
	padding-left: 50px;
	padding-right: 50px;
}
.kago-swiper .swiper-slide {
	box-sizing: border-box;
	border: 5px solid #181d61;
	padding: 10px;
}
.kago-swiper .swiper-slide .inner {
	border: 2px solid #181d61;
	padding: 20px;
	text-align: center;
}
.kago-swiper .swiper-slide img {
	
}
.kago-swiper .swiper-slide .teacher-title {
	color: white !important;
	text-align: center;
	display: block;
	font-size: 32px !important;
	background: #1d2087 !important;
	font-weight: normal;
	margin-bottom: 10px;
}

.kago-swiper .swiper-slide p.serif {
	color: #231916;
font-size: 30px !important;
	text-align: center !important;
	margin-top: 0;
}
.kago-swiper .swiper-slide p.serif + p {
	font-size: 20px;
	line-height: 1.5em;
	text-align: left;
}
.kago-swiper .swiper-slide p.teacher-p-left {
	text-align: left !important;
}
.kago-contents .kago-title-3 {
	text-align: center;
	font-size: 32px;
	line-height: 1.5em;
	color: #046eb7;
}
.kago-teacher-swiper {
	position: relative;
	padding-left: 50px;
	padding-right: 50px;
	margin-bottom: 80px !important;
}
.kago-teacher-swiper .swiper-slide {
	box-sizing: border-box;
	border: 5px solid #00a0e8;
	padding: 10px;
}
.kago-teacher-swiper .swiper-slide .inner {
	border: 2px solid #00a0e8;
	padding: 20px;
}
.box-tc {
	position: relative;
	height: 236px;
	padding-left: 210px;
	padding-top: 1px;
}
.box-tc:nth-child(1) {
	margin-bottom: 40px;
}
.box-tc img {
	position: absolute;
	left: 0;
	top: 0;
	width: 192px;
}
.box-tc .tc-title {
	background: #046eb7;
	color: white;
	text-align: left;
	font-size: 32px;
	line-height: 1.3em;
	margin: 10px 0 10px;
}
.box-tc .tc-title-2 {
	background: #e3007f;
}
.box-tc .tc-caption-1 {
	font-size: 20px;
	margin: 0 10px;
}
.box-tc .tc-caption-2 {
	font-size: 30px;
	margin: 10px 10px;
}

.kago-swiper-ocha {
	position: relative;
	padding-left: 50px;
	padding-right: 50px;
	margin-top: 80px !important;
}
.kago-swiper-ocha .swiper-slide {
	box-sizing: border-box;
	border: 5px solid #181d61;
	padding: 10px;
}
.kago-swiper-ocha .swiper-slide .inner {
	border: 2px solid #181d61;
	padding: 20px;
	text-align: center;
}
.kago-swiper-ocha .swiper-slide img {
	
}
.kago-swiper-ocha .swiper-slide .teacher-title-up {
	position: absolute;
	right: 0;
	top: 50px;
	color: white;
	background: #1d2087;
	text-align: left;
	padding: 5px 10px;
	font-size: 1.3em;
}
.kago-swiper-ocha .swiper-slide .teacher-title {
	color: #181d61 !important;
	text-align: center !important;
	display: block;
	font-size: 32px !important;
	font-weight: normal;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.price-menu {
	border: 2px solid #8f7a5a;
	padding: 20px;
	margin-bottom: 70px;

}
.price-menu .main-price-menu > p {
	text-align: center;
	padding: 30px;
}
.price-menu .main-price-menu > p:after {
	top: 40px;
}
.kago-title-info {
	margin-top: 80px;
}
.kago-title-3-2 {
	text-align: center;
	font-size: 25px;
	font-weight: normal;
	color: #181d61;
}
.kago-title-3-2:after {
	content: "";
	display: block;
	background: url(../img/kago/kago-class-title.png) center top no-repeat;
	background-size: contain;
	width: 192px;
	height: 10px;
	margin: 10px auto 40px;
}
.kago-title-3-2 + p {
	font-size: 22px;
	color: #181d61;
	text-align: left;
	margin-left: 50px;
	margin-right: 50px;
}
.kago-contents .kago-title-4 {
	text-align: left;
	font-size: 20px;
	line-height: 1.5em;
	color: #181d61;
	margin-bottom: 10px;
}
.box-kg-info {
	border: 1px solid #181d61;
	padding: 20px;
	margin-bottom: 20px;
	position: relative;
}
.box-kg-info .kg-info-title {
	text-align: center;
	font-weight: normal;
	font-size: 25px;
	color: #181d61;
	margin-top: 0;
}
.box-kg-info p {
	text-align: left;
}
.box-kg-info .kg-info-link {
	cursor: pointer;
	text-align: center;
	color: #181d61;
}
.box-kg-info .kg-info-detail {
	display: none;
}
.box-kg-info h5 {
	font-size: 25px;
	margin-bottom: 10px;
}
.box-kg-info .kg-info-detail p {
	
}
.box-kg-info .kg-info-detail p.im {
	font-size: 25px;
	margin-bottom: 10px;
	font-weight: bold;
}
.kago-title-ceo {
	margin-top: 80px;
}
.box-ceo {
	
}
.box-ceo .box-ceo-plate {
	height: 0;
	background: url(../img/suizenji/box-ceo-plate-suizenji.jpg) center top no-repeat;
	background-size: contain;
	padding-top: 26.86%;
	width: 90%;
	margin: 0 auto;
}
.box-ceo .box-ceo-plate p {
	display: none;
}
.box-ceo p {
	font-family: "Noto Serif JP", serif;
	color: #402210;
}
.list-news-kago {
	
}
.list-news-kago > li {
	position: relative;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	padding: 1px 0;
}
.list-news-kago .news-kago-pic {
	width: 30%;
}
.list-news-kago .news-kago-pic img {
	width: 100%;
	height: auto;
	max-width: 100%;
}
.list-news-kago .news-kago-content {
	width: 68%;
}
.list-news-kago .news-kago-content h3 {
	margin: 10px 0;
	font-size: 22px;
}
.list-news-kago .news-kago-content h3 a {
	font-size: 22px;
	color: #231916;
	line-height: 1.2em;
	font-weight: normal;
}
.btn-news-more {
	max-width: 389px;
	margin: 30px auto;
}
.kago-out {
	position: relative;
	max-width: 596px;
	margin: 0 auto;
	padding-bottom: 20px;
}
.kago-out .kago-out-title {
	text-align: center;
	font-weight: bold;
	color: #07569c;
	font-size: 30px;
	line-height: 1.5em;
	margin-top: 40px;
	margin-bottom: 25px;
}
.kago-out p {
	font-size: 22px;
	line-height: 1.7em;
	color: #181d61;	
}
.kago-out .kago-out-title-2 {
	text-align: center;
	font-size: 25px;
	font-weight: normal;
	color: #181d61;
}
.kago-out .kago-out-title-2:after {
	content: "";
	display: block;
	background: url(../img/kago/kago-class-title.png) center top no-repeat;
	background-size: contain;
	width: 192px;
	height: 10px;
	margin: 10px auto 40px;
}
.kago-out .kago-out-ul {
	width: 355px;
	margin: 0 auto 20px;
}

}
/*
SP
*/
@media all and (max-width: 768px) {
	.wp_social_bookmarking_light {
		display: none;
	}
	.kago-lp {
		position: relative;
		background: #fff;
		max-width: 594px;
		margin: 0 auto;
		padding-top: 27px;
	}
	/*
	KAGO VISUAL
	*/
	.kago-visual {
		position: relative;
	}
	.kago-visual p {
		margin: 0;
		line-height: 1;
	}
	.kago-visual p:nth-child(2) {
		width: 90%;
		position: relative;
		margin-top: -5px;
		margin-bottom: 70px;
	}
	.kago-visual p:nth-child(2) img {
		width: 100%;
	}
	/*
	KAGO INTRO
	*/
	.kago-intro {
		position: relative;
		background: linear-gradient(to right,  rgba(28,148,211,1) 0%,rgba(12,118,185,1) 30%,rgba(7,86,156,1) 72%,rgba(2,62,137,1) 100%);
		padding: 5px;
	}
	.kago-intro .inner {
		background: #fff;
		padding: 4px;
	}
	.kago-intro .inner-2 {
		background: linear-gradient(to right,  rgba(28,148,211,1) 0%,rgba(12,118,185,1) 30%,rgba(7,86,156,1) 72%,rgba(2,62,137,1) 100%);
		padding: 2px;
	}
	.kago-intro .inner-3 {
		background: #fff;
		padding: 40px 0;
	}
	.kago-intro .kago-intro-title {
		text-align: center;
		font-size: 36px;
		color: #182a87;
		margin-top: 0;
		margin-bottom: 20px;
	}
	.kago-intro .kago-intro-title strong {
		font-size: 35px;
		color: #182a87;
	}
	.kago-intro .kago-intro-title .serif {
		color: #182a87;
		font-weight: normal;
	}
	.kago-intro .kago-intro-title + h1.center {
		text-align: center;
		font-weight: normal;
		color: #231916;
		line-height: 1.8em;
		margin-bottom: 40px;
		font-size: 18px;
	}
	.kago-intro .list-kago-intro {
		width: 430px;
		margin: 0 auto;
	}
	.kago-intro .list-kago-intro li {
		font-size: 28px;
		color: #181d61;
		position: relative;
		margin-bottom: 25px;
	}
	.kago-intro .list-kago-intro li:before {
		content: "";
		display: block;
		width: 100%;
		height: 3px;
		background: linear-gradient(to right,  rgba(28,148,211,1) 0%,rgba(12,118,185,1) 30%,rgba(7,86,156,1) 72%,rgba(2,62,137,1) 100%);
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.kago-intro .list-kago-intro li img {
		position: absolute;
		left: -50px;
		top: 0;
		width: 24px;
	}
	.kago-intro .list-kago-intro li:nth-child(2) img {
		width: 24px;
		left: -50px;
	}
	.kago-intro .list-kago-intro li:nth-child(3) img {
		width: 24px;
		left: -50px;
	}
	.kago-intro .list-kago-intro li:nth-child(4) img {
		width: 24px;
		left: -50px;
	}
	.kago-intro .list-kago-intro li:nth-child(5) img {
		width: 24px;
		left: -50px;
	}
	/*
	KAGO CLASS
	*/
	.kago-class {
		position: relative;
		padding-top: 50px;
	}
	.kago-class .kago-class-title {
		text-align: center;	
		font-size: 32px;
		font-weight: normal;
	}
	.kago-class .kago-class-title + p.center {
		font-size: 20px;
		text-align: center;
	}
	.kago-class .kago-class-title + p.center:after {
		content: "";
		display: block;
		background: url(../img/kago/kago-class-title.png) center top no-repeat;
		background-size: contain;
		width: 192px;
		height: 10px;
		margin: 10px auto 40px;
	}
	.kago-class-swiper {
		
	}
	.kago-class-swiper .swiper-slide {
		padding-left: 30px;
		padding-right: 30px;
	}
	.kago-class-swiper .swiper-slide .kago-class-title-2 {
		text-align: center;
		font-weight: normal;
		font-size: 25px;
		margin-bottom: 15px;
	}
	.kago-class-swiper .swiper-slide .kago-class-slide-pic {
		
	}
	.kago-class-swiper .swiper-slide p {
		font-size: 24px;
		line-height: 1.5em;
	}
	.kago-class-swiper .swiper-button-next,
	.kago-class-swiper-2 .swiper-button-next,
	.kago-swiper .swiper-button-next,
	.kago-teacher-swiper .swiper-button-next,
	.gall-swiper .swiper-button-next {
		background: url(../img/kago/next.png) 0 0 no-repeat;
		background-size: contain;
		width: 59px;
		height: 59px;
		right: 0;
	}
	.kago-class-swiper .swiper-button-prev,
	.kago-class-swiper-2 .swiper-button-prev,
	.kago-swiper .swiper-button-prev,
	.kago-teacher-swiper .swiper-button-prev,
	.gall-swiper .swiper-button-prev {
		background: url(../img/kago/prev.png) 0 0 no-repeat;
		background-size: contain;
		width: 59px;
		height: 59px;
		left: 0;
	}
	.kago-class .kago-class-title-3 {
		text-align: center;
		font-weight: normal;
		font-size: 25px;
	}
	.kago-class-swiper-2 .swiper-slide {
		padding-left: 30px;
		padding-right: 30px;
	}
	.kago-class-swiper-2 .swiper-slide .map {
		width: 100%;
	}
	.kago-class-swiper-2 .swiper-pagination {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 10px;
		position: static;
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 15px;
	}
	.kago-class-swiper-2 .swiper-pagination-bullet {
	  border-radius:0%!important;
	  width: auto !important;
	  height: 30px !important;
	  line-height: 30px !important;
	  background:#c89f63 !important;
	  color: #fff !important;
	  opacity: 1 !important;
	}
	.kago-class-swiper-2 .swiper-pagination-bullet-active {
		background-color:gray !important;
	}
	/*
	KAGO RESULT
	*/
	.kago-result {
		position: relative;
		margin-bottom: 150px;
	}
	.kago-result .kago-result-title {
		text-align: center;
		font-size: 36px;
		color: #946135;
		font-weight: normal;
		line-height: 1.8em;
		margin-top: 100px;
	}
	.kago-result .kago-result-title img {
		max-width: 80%;
		display: block;
		margin: 0 auto;
	}
	.kago-result .kago-result-title span {
		color: white;
		background: #946135;
		display: inline-block;
		padding: 0px 3px;
	}
	.box-kago-result {
		position: relative;
		max-width: 596px;
		margin: 0 auto;
	}
	.box-kago-result .kago-result-title-2 {
		display: none;
	}
	.btn-result-toggle {
		max-width: 497px;
		margin: 30px auto;
		cursor: pointer;
	}
	.proof-2 {
		/* max-width: 596px; */
		margin: 0 auto !important;
		padding: 0 15px;
	}
	.proof-2 + p {
		max-width: 596px;
		margin: 0 auto 80px;
		padding-left: 30px;
		padding-right: 30px;
		font-size: 24px;
	}
	.pr-item {
		position: relative;
	}
	.pr-item .pr-item-title {
		text-align: right;
		color: #946135;
	}
	.pr-item ul {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 10px;
	}
	/*
	KAGO FEATS
	*/
	.kago-feats {
		position: inherit;
		max-width: 596px;
		margin: 0 auto;
	}
	.kago-feats .kago-feats-title {
		background: linear-gradient(to bottom,  rgba(28,148,211,1) 0%,rgba(12,118,185,1) 30%,rgba(7,86,156,1) 92%,rgba(2,62,137,1) 100%);
		text-align: center;
		color: white;
		font-weight: bold;
		font-size: 38px;
		line-height: 1.1em;
		font-weight: normal;
		padding: 15px 0;
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
	.kago-feats .kago-feats-title + p.center {
		text-align: center;
		font-size: 26px;
		color: #182a87;
		line-height: 1.26em;
	}
	.kago-feats .kago-feats-title + p.center span {
		position: relative;
	}
	.kago-feats .kago-feats-title + p.center span:before {
		content: "♦";
		display: block;
		width: 100%;
		position: absolute;
		left: 0;
		top: -3em;
		text-align: center;
		font-size: 7px;
	}
	.box-kago-feat {
		position: relative;
		margin-bottom: 90px;
		margin-top: 50px;
	}
	.box-kago-feat .kago-feat-title {
		text-align: left;
		font-size: 34px;
		color: #182a87;
		line-height: 1.23em;
		padding: 15px;
		margin: 0;
		font-weight: normal;
	}
	.box-kago-feat p {
		font-size: 24px;
		line-height: 1.5em;
		padding: 0 15px 15px;
		margin: 0;
	}
	.box-365 {
		width: 90% !important;
		max-width: 90% !important;
		margin: 50px auto;
		background: none !important;
	}
	.box-365 img {
		width: 100% !important;
		margin: 0 auto !important;
	}
	/*
	KAGO CONTENTS
	*/
	.kago-contents {
		position: relative;
		max-width: 596px;
		margin: 0 auto;
	}
	.kago-contents .kago-title {
		background: linear-gradient(to bottom,  rgba(28,148,211,1) 0%,rgba(12,118,185,1) 30%,rgba(7,86,156,1) 92%,rgba(2,62,137,1) 100%);
		text-align: center;
		color: white;
		font-weight: bold;
		font-size: 38px;
		line-height: 1.1em;
		font-weight: normal;
		padding: 15px 0;
		margin-left: auto;
		margin-right: auto;
		width: 95%;
	}
	.kago-contents .kago-title + p.center {
		font-size: 26px;
		color: #182a87;
		line-height: 1.26em;
		text-align: center;
	}
	.kago-contents .kago-title-2 {
		text-align: center;
		font-size: 40px;
		line-height: 1.5em;
		color: #181d61;
	}
	.kago-contents .kago-title-2.light {
		color: #046eb7;
	}
	.kago-contents .kago-title-2 + p {
		margin-left: 30px;
		margin-right: 30px;
		font-size: 24px;
	}
	.kago-contents .kago-title-2.light {
		color: #046eb7;
		margin-top: 80px;
	}
	.kago-contents .kago-title-2:after {
		content: "";
		display: block;
		background: url(../img/kago/kago-class-title.png) center top no-repeat;
		background-size: contain;
		width: 192px;
		height: 10px;
		margin: 10px auto 40px;
	}
	.kago-swiper {
		position: relative;
		padding-left: 50px;
		padding-right: 50px;
		margin-top: 80px !important;
	}
	.kago-swiper .swiper-slide {
		box-sizing: border-box;
		border: 5px solid #181d61;
		padding: 10px;
	}
	.kago-swiper .swiper-slide .inner {
		border: 2px solid #181d61;
		padding: 20px;
		text-align: center;
	}
	.kago-swiper .swiper-slide img {
		
	}
	.kago-swiper .swiper-slide .teacher-title {
		color: white !important;
		text-align: center !important;
		display: block;
		font-size: 32px !important;
		background: #1d2087;
		font-weight: normal;
		margin-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.kago-swiper .swiper-slide p.serif {
		color: #231916;
		font-size: 30px !important;
		text-align: center !important;
		margin-top: 0;
	}
	.kago-swiper .swiper-slide p.serif + p {
		font-size: 20px;
		line-height: 1.5em;
		text-align: left;
	}
	.kago-swiper .swiper-slide p.teacher-p-left {
		text-align: left !important;
	}
	.kago-contents .kago-title-3 {
		text-align: center;
		font-size: 32px;
		line-height: 1.5em;
		color: #046eb7;
	}
	.kago-contents .kago-title-4 {
		text-align: left;
		font-size: 22px;
		line-height: 1.5em;
		color: #181d61;
		margin-bottom: 10px;
	}
	.kago-teacher-swiper {
		position: relative;
		padding-left: 50px;
		padding-right: 50px;
		margin-bottom: 80px !important;
	}
	.kago-teacher-swiper .swiper-slide {
		box-sizing: border-box;
		border: 5px solid #00a0e8;
		padding: 10px;
	}
	.kago-teacher-swiper .swiper-slide .inner {
		border: 2px solid #00a0e8;
		padding: 20px;
	}
	.box-tc {
		position: relative;
		height: 236px;
		padding-left: 210px;
		padding-top: 1px;
	}
	.box-tc:nth-child(1) {
		margin-bottom: 40px;
	}
	.box-tc img {
		position: absolute;
		left: 0;
		top: 0;
		width: 192px;
	}
	.box-tc .tc-title {
		background: #046eb7;
		color: white;
		text-align: left;
		font-size: 32px;
		line-height: 1.3em;
		margin: 10px 0 10px;
	}
	.box-tc .tc-title-2 {
		background: #e3007f;
	}
	.box-tc .tc-caption-1 {
		font-size: 20px;
		margin: 0 10px;
	}
	.box-tc .tc-caption-2 {
		font-size: 30px;
		margin: 10px 10px;
	}
	.kago-swiper-ocha {
		position: relative;
		padding-left: 50px;
		padding-right: 50px;
		margin-top: 80px !important;
	}
	.kago-swiper-ocha .swiper-slide {
		box-sizing: border-box;
		border: 5px solid #181d61;
		padding: 10px;
	}
	.kago-swiper-ocha .swiper-slide .inner {
		border: 2px solid #181d61;
		padding: 20px;
		text-align: center;
	}
	.kago-swiper-ocha .swiper-slide img {
		
	}
	.kago-swiper-ocha .swiper-slide .teacher-title-up {
		position: absolute;
		right: 0;
		top: 50px;
		color: white;
		background: #1d2087;
		text-align: left;
		padding: 5px 10px;
		font-size: 1.3em;
	}
	.kago-swiper-ocha .swiper-slide .teacher-title {
		color: #181d61 !important;
		text-align: center !important;
		display: block;
		font-size: 32px !important;
		font-weight: normal;
		margin-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
		margin-top: 0px;
		position: relative;
	}
	.price-menu {
		border: 2px solid #8f7a5a;
		padding: 20px;
		margin-left: 15px;
		margin-right: 15px;
		margin-bottom: 70px;
	}
	.price-menu .main-price-menu > p {
		text-align: center;
		padding: 30px;
	}
	.price-menu .main-price-menu > p:after {
		top: 40px;
	}
	.kago-title-info {
		margin-top: 0px;
	}
	.kago-title-3-2 {
		text-align: center;
		font-size: 25px;
		font-weight: normal;
		color: #181d61;
	}
	.kago-title-3-2:after {
		content: "";
		display: block;
		background: url(../img/kago/kago-class-title.png) center top no-repeat;
		background-size: contain;
		width: 192px;
		height: 10px;
		margin: 10px auto 40px;
	}
	.kago-title-3-2 + p {
		font-size: 22px;
		color: #181d61;
		text-align: left;
		margin-left: 50px;
		margin-right: 50px;
	}
	.box-kg-info {
		border: 1px solid #181d61;
		padding: 20px;
		margin-bottom: 20px;
		position: relative;
		margin-left: 15px;
		margin-right: 15px;
	}
	.box-kg-info .kg-info-title {
		text-align: center;
		font-weight: normal;
		font-size: 25px;
		color: #181d61;
		margin-top: 0;
	}
	.box-kg-info p {
		text-align: left;
	}
	.box-kg-info .kg-info-link {
		cursor: pointer;
		text-align: center;
		color: #181d61;
	}
	.box-kg-info .kg-info-detail {
		display: none;
	}
	.box-kg-info h5 {
		font-size: 25px;
		margin-bottom: 10px;
	}
	.box-kg-info .kg-info-detail p {
		
	}
	.box-kg-info .kg-info-detail p.im {
		font-size: 25px;
		margin-bottom: 10px;
		font-weight: bold;
	}
	.kago-title-ceo {
		margin-top: 80px;
	}
	.box-ceo {
		
	}
	.kago-contents .box-content {
		padding-left: 20px;
		padding-right: 20px;
	}
	.kago-contents .box-content p {
		word-wrap: break-all;
	}
	.box-ceo .box-ceo-plate {
		height: 0;
		background: url(../img/suizenji/box-ceo-plate-suizenji.jpg) center top no-repeat;
		background-size: contain;
		padding-top: 26.86%;
		width: 90%;
		margin: 0 auto;
	}
	.box-ceo .box-ceo-plate p {
		display: none;
	}
	.box-ceo p {
		font-family: "Noto Serif JP", serif;
		color: #402210;
		margin-left: 35px;
		margin-right: 35px;
		font-size: 24px;
	}
	.list-news-kago {
		margin-left: 15px;
		margin-right: 15px;
	}
	.list-news-kago > li {
		position: relative;
		margin-bottom: 20px;
		display: flex;
		justify-content: space-between;
		padding: 1px 0;
	}
	.list-news-kago .news-kago-pic {
		width: 30%;
	}
	.list-news-kago .news-kago-pic img {
		width: 100%;
		height: auto;
		max-width: 100%;
	}
	.list-news-kago .news-kago-content {
		width: 68%;
	}
	.list-news-kago .news-kago-content h3 {
		margin: 10px 0;
		font-size: 22px;
	}
	.list-news-kago .news-kago-content h3 a {
		font-size: 22px;
		color: #231916;
		line-height: 1.2em;
		font-weight: normal;
	}
	.btn-news-more {
		max-width: 389px;
		margin: 30px auto;
	}
	.kago-out {
		position: relative;
	
		margin: 0 15px;
		padding-bottom: 20px;
	}
	.kago-out .kago-out-title {
		text-align: center;
		font-weight: bold;
		color: #07569c;
		font-size: 34px;
		line-height: 1.5em;
		margin-top: 40px;
		margin-bottom: 25px;
	}
	.kago-out p {
		font-size: 24px;
		line-height: 1.7em;
		color: #181d61;
		padding-left: 15px;
		padding-right: 15px;	
	}
	.kago-out .kago-out-title-2 {
		text-align: center;
		font-size: 25px;
		font-weight: normal;
		color: #181d61;
	}
	.kago-out .kago-out-title-2:after {
		content: "";
		display: block;
		background: url(../img/kago/kago-class-title.png) center top no-repeat;
		background-size: contain;
		width: 192px;
		height: 10px;
		margin: 10px auto 40px;
	}
	.kago-out .kago-out-ul {
		width: 450px;
		margin: 0 auto 20px;
		font-size: 28px;
	}
	.kago-out .kago-out-ul + p {
		text-align: center;
	}
	
	
}
