/*=============================================
common---全体に共通するスタイル
=============================================*/

body {
	color: #2C4745;
	font-family: "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
	letter-spacing: 0.04rem;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: top;
}

.inner {
	margin: 0 auto;
	max-width: 1100px;
	width: 100%;
}

.section__inner {
	margin: 0 auto;
	max-width: 993px;
	width: 100%;
}

a {
	color: #2C4745;
}

/*=============================================
下層ページ:top-img
=============================================*/

.top2__img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.top_about_img {
	background-image: url(../img/overview.jpg);
}

.top_study_img {
	background-image: url(../img/main-menu-1.png);
}

.top_education_img {
	background-image: url(../img/main-menu-2.png);
}

.top_form_img {
	background-image: url(../img/main-menu-3.png);
}

.top_contact_img {
	background-image: url(../img/information.jpg);
}

/*=============================================
header
=============================================*/

.header .header__inner {
	align-items: center;
	display: flex;
	margin: 0 auto;
	max-width: 993px;
	padding: 20px 0;
}

.header .header__inner .header__logo {
	width: 150px;
}

.header .header__inner .header__nav {
	align-items: center;
	display: flex;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.04rem;
	margin-left: auto;
}

.header .header__inner .header__nav .header__link {
	margin-left: 32px;
	white-space: nowrap;
}

.header .header__inner .header__nav .header__link a {
	color: #2C4745;
}

.header .header__inner .header__contact a {
	background: #17B2A5;
	border-radius: 999px;
	color: #fff;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	margin-left: 32px;
	padding: 10px 30px;
	white-space: nowrap;
}

/*=============================================
hamburger
=============================================*/

#g-nav {
	display: none;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	transition: all 0.3s;
	width: 100%;
	z-index: 999;
}

#g-nav #g-nav__list {
	background: rgba(44, 71, 69, 0.95);
	height: calc(100% - 81px);
	width: 100%;
}

#g-nav ul {
	left: 50%;
	position: absolute;
	top: 40%;
	transform: translate(-50%, -50%);
	z-index: 999;
}

#g-nav ul li {
	border-bottom: 1px solid #fff;
	text-align: center;
}

#g-nav ul li a {
	color: #fff;
	display: inline-block;
	font-size: 20px;
	padding: 30px 120px 10px 120px;
	white-space: nowrap;
}

#g-nav ul .hamburger__contact {
	font-size: 20px;
	margin-top: 40px;
	text-align: center;
}

#g-nav ul .hamburger__contact a {
	background: #17B2A5;
	border-radius: 999px;
	color: #fff;
	display: inline-block;
	padding: 10px 30px;
	white-space: nowrap;
}

#g-nav.panelactive {
	display: block;
	opacity: 1;
	right: 0;
	z-index: 1000;
}

#g-nav.panelactive ul {
	display: block;
}

#g-nav.panelactive #g-nav__list {
	height: 100vh;
	overflow: auto;
	position: fixed;
	width: 100%;
	z-index: 1000;
}

/*=============================================
top
=============================================*/

.top .top__img {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.top .top__img img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 1090px;
	width: 100%;
}

/*=============================================
about
=============================================*/

.about {
	margin-bottom: 40px;
	margin-top: 40px;
}

.about .about__inner .about__list {
	grid-gap: 20px;
	display: grid;
	justify-content: center;
	grid-template-columns: 1fr 1fr 1fr;
}

/* .about .about__inner .about__list .about__item{
	max-width: 300px;
} */

/*=============================================
news
=============================================*/

.news {
	background: #F6F6F6;
	padding-bottom: 40px;
	padding-top: 40px;
}

.news .news__inner {
	text-align: center;
}

.news .news__inner .news__title {
	color: #2C4745;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 16px;
}

.news .news__inner .news-body {
	display: inline-block;
	margin: 0 auto;
	text-align: left;
}

.news .news__inner .news-body p {
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	color: #333;
	font-size: 16px;
	letter-spacing: 0.05rem;
	line-height: 1.5;
}

.news .news__inner .news-body p a {
	color: #333;
}

.news .news__inner .news-body p:nth-of-type(2) {
	margin-top: 13px;
}

.news .news__inner .news-body p:nth-of-type(3) {
	margin-top: 13px;
}

/*=============================================
main
=============================================*/

.main {
	margin: 60px auto 0 auto;
	max-width: 993px;
	width: 100%;
}

.main-menu {
	grid-gap: 20px;
	align-items: center;
	display: grid;
	grid-template-columns: repeat(3, auto);
	justify-content: center;
	padding-bottom: 80px;
	padding-top: 20px;
}

.main-menu .main-menu__item {
	display: block;
	max-width: 380px;
}

.main-menu .main-menu__item .main-menu__title {
	color: #2C4745;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 13px;
}

.main-menu .main-menu__item .main-menu__body .main-menu__text {
	background: #F6F6F6;
	border-radius: 0 0 6px 6px;
	box-sizing: content-box;
	color: #2C4745;
	font-size: 16px;
	height: 72px;
	line-height: 1.5;
	padding: 16px;
	vertical-align: middle;
}

/*=============================================
scroll-top
=============================================*/

.scroll-top {
	bottom: 50px;
	position: fixed;
	right: 50px;
	z-index: 99;
}

.scroll-top a {
	background: #fff;
	border-radius: 100px;
	color: #2C4745;
	display: block;
	font-size: 20px;
	font-weight: 900;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 50px;
}

.scroll-top a::before {
	content: "\f077";
	font-family: FontAwesome;
	font-size: 25px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

/*=============================================
footer
=============================================*/

.footer {
	background: #F6F6F6;
	padding-top: 36px;
}

.footer .footer_contact {
	font-weight: 700;
	margin-bottom: 36px;
	text-align: center;
}

.footer .footer_contact a {
	background: #17B2A5;
	border-radius: 999px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 0.06em;
	padding: 10px 45px;
}

.footer .footer__inner {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	max-width: 993px;
	position: relative;
}

.footer .footer__inner .footer__logo {
	left: 0;
	position: absolute;
	top: 0;
}

.footer .footer__inner .footer__logo img {
	height: 60px;
}

.footer .footer__nav {
	grid-gap: 56px;
	display: flex;
	justify-content: center;
}

.footer .footer__nav .footer__link a {
	color: #2C4745;
	font-size: 14px;
	font-weight: 700;
}

.footer .footer__copyright {
	color: #2C4745;
	font-size: 14px;
	letter-spacing: 0.04rem;
	margin-top: 85px;
	padding-bottom: 20px;
	text-align: center;
}

/*=============================================
./about/index.html
=============================================*/

.top2 .top2__inner {
	display: flex;
	font-size: 32px;
	font-weight: 700;
	height: 300px;
	line-height: 300px;
	margin: 0 auto;
	max-width: 1010px;
	width: 100%;
}

.top2 .top2__inner .top2__title {
	background: #2D4845;
	color: #fff;
	text-align: center;
	width: 50%;
}

.top2 .top2__inner .top2__img {
	color: #2D4845;
	text-align: center;
	width: 50%;
}

.breadcrumbs {
	box-sizing: border-box;
	font-size: 16px;
	margin: 0 auto;
	margin-top: 24px;
	max-width: 1000px;
	width: 100%;
}

.breadcrumbs .breadcrumbs__inner p {
	display: inline-block;
	padding: 0 8px;
}

.breadcrumbs .breadcrumbs__inner div {
	display: inline-block;
}

.main-visual {
	color: #2C4745;
	margin: 0 auto;
	max-width: 1000px;
	padding: 60px 50px 28px 50px;
	width: 100%;
}
.main-visual .back_btn{
	display: block;
	width: 240px;
	height: 57px;
	border-radius: 30px ;
	opacity: 0px;
	border: 1px solid #2B4745;
	font-size:18px;
	text-align: center;
	align-content: center;
	margin:90px auto 100px auto;
}

.main-visual .back_btn:hover{
	background-color: #2D4845;
	color: #fff;
}
.main-visual .about__nav {
	margin: 0 auto;
	width: 650px;
}

.main-visual .about__nav .about__item ul li {
	margin-bottom: 50px
}


/*=============================================
./about/greeting.html
=============================================*/

.main-visual .main__title {
	color: #2C4745;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 48px;
	text-align: center;
}

.main-visual .sub_title {
	margin-bottom: 42px !important;

}

.main-visual .sub_content {
	font-size: 18px;
	font-weight: 300;
	line-height: 27px;
	text-align: left;

}

.main-visual .main__title br:nth-of-type(1) {
	display: none;
}

.main-visual .greeting__text {
	font-size: 20px;
	letter-spacing: 0.04rem;
	line-height: 1.75;
}

.main-visual .greeting__footer {
	font-size: 16px;
	line-height: 2;
	margin: 48px auto 0 auto;
	max-width: 1280px;
	text-align: right;
}

/*=============================================
./about/history.html
=============================================*/

.main-visual .history__text {
	font-size: 15px;
	margin: 0 auto;
	max-width: 800px;
	text-align: right;
}

.main-visual .history__table {
	border-collapse: collapse;
	margin: 8px auto 0 auto;
	max-width: 800px;
}

.main-visual .history__table .history__item {
	border-bottom: 1px solid #2C4745;
	border-top: 1px solid #2C4745;
	font-size: 17px;
}

.main-visual .history__table .history__item th,
.main-visual .history__table .history__item td {
	line-height: 1.75;
	padding: 16px 20px;
}

.main-visual .history__table .history__item th {
	display: block;
	white-space: nowrap;
}

/*=============================================
./about/member.html
=============================================*/

.main-visual .member__list {
	letter-spacing: 0.04rem;
	line-height: 1.5;
	margin: 0 auto;
}

.main-visual .member__list:nth-of-type(2) {
	margin-top: 64px;
}

.main-visual .member__list .member__type {
	font-size: 24px;
	font-weight: bold;
}

.main-visual .member__list .member__name {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.75;
	margin-top: 24px;
}

.main-visual .member__list .member__item {
	font-size: 20px;
	line-height: 1.75;
	margin-top: 24px;
}

.main-visual .member__list .member__item:first-of-type {
	position: relative;
}

.main-visual .member__list .member__item:first-of-type::before {
	border-top: 1px solid #2C4745;
	content: "";
	display: block;
	position: absolute;
	top: -14px;
	width: 100%;
}

.main-visual .member__list .member__item .member__text {
	margin-top: 10px;
	position: relative;
}

.main-visual .member__list .member__item .member__text::after {
	border-bottom: 1px solid #2C4745;
	bottom: -12px;
	content: "";
	display: block;
	position: absolute;
	width: 100%;
}

.main-visual .member__list .member__other {
	margin-top: 93px;
}

.main-visual .about__btn {
	font-size: 16px;
	margin-top: 90px;
	text-align: center;
}

/*=============================================
./study/index.html
=============================================*/

.study__inner .study-main {
	grid-gap: 36px;
	display: flex;
	margin-bottom: 48px;
}

.study__inner .study-main .study__left {
	max-width: 311.5px;
}

.study__inner .study-main .study__right .study__subtitle {
	font-size: 20px;
	font-weight: 700;
}

.study__inner .study-main .study__right .study__subtitle br {
	display: none;
}

.study__inner .study-main .study__right .study-body {
	margin-top: 36px;
}

.study__inner .study-main .study__right .study-body .study__contents .study__top {
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.04rem;
	line-height: 1.8;
	padding-bottom: 10px;
}

.study__inner .study-main .study__right .study-body .study__item {
	font-size: 17px;
	letter-spacing: 0.04rem;
	line-height: 1.4;
	padding: 8px 0;
}

.study__inner .study-main .study__right .study-body .study__item div p {
	display: inline-block;
}

.study__inner .study-body__text {
	font-size: 17px;
	letter-spacing: 0.04rem;
	line-height: 1.75;
	text-align: left;
}

.study__inner .study-body__text h4 {
	display: block;
	font-size: 20px;
	font-weight: 700;
}

.study__inner .study-body__text p {
	padding-top: 8px;
}

.study__inner .report__title {
	margin-bottom: 0;
	margin-top: 120px;
}

.study__inner .report__lists {
	font-size: 17px;
	letter-spacing: 0.04rem;
	line-height: 1.8;
	margin-top: 24px;
	text-align: left;
}

.study__inner .report__lists .report__item {
	padding: 0px 0 6px 0px;
}

.study__inner .report__lists .report__item-section {

	font-weight: bold
}

.study__inner .report__lists .report__item a {
	color: #2C4745;
}

.study__inner .report__lists .report__item-block {
	margin-top: 10px;
}

.study__inner .report__lists .report__accordion {
	border-bottom: 1px solid #2C4745;
	border-top: 1px solid #2C4745;
	display: block;
	padding: 4px 0 4px 2px;
	position: relative;
	margin: 0px 0px 15px;
}

.study__inner .report__lists .report__accordion::after {
	border-color: #2c4745 transparent transparent transparent;
	border-style: solid;
	border-width: 12.1px 7px 0 7px;
	content: "";
	display: block;
	height: 0;
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
}

.study__inner .report__lists .report__accordion a {
	color: #2C4745;
}

.study__inner .report__lists .report-open::after {
	display: none;
}

.study__inner .report__lists .report__accordion-inner {
	-webkit-animation-delay: 0.03s;
	animation-delay: 0.03s;
	border-bottom: 1px solid #2C4745;
	display: none;
	padding: 12px 0;
	padding-right: 40px;
	position: relative;
}

.study__inner .report__lists .report__accordion-inner::after {
	border-color: transparent transparent #2c4745 transparent;
	border-style: solid;
	border-width: 0 7px 12.1px 7px;
	content: "";
	display: block;
	height: 0;
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
}

.study__inner .report__lists .report__accordion-inner p {
	padding: 5px 12px 0 12px;
}

.study__inner .report__lists .report__accordion-inner p a {
	color: #2C4745;
}

.study__inner .report__lists .report__accordion-inner p:nth-of-type(1) {
	padding-top: 0;
}

.study__inner .society__title {
	margin-bottom: 24px;
	margin-top: 120px;
}

.study__inner .society__list {
	margin: 0 auto;
	max-width: 600px;
}

.study__inner .society__list .society__item {
	font-size: 17px;
	letter-spacing: 0.04rem;
	line-height: 1.8;
	text-align: left;
}

/*=============================================
demo-text
=============================================*/

.demo-text {
	font-size: 32px;
	padding: 50px 0 200px 0;
	text-align: center;
}

@media screen and (max-width: 1440px) {

	.main-visual .greeting__text {
		font-size: 18px;
	}

	.main-visual .member__list .member__item {
		font-size: 18px;
	}

}

@media screen and (max-width: 1199px) {

	.footer .footer__inner .footer__logo {
		margin-right: 48px;
		width: auto;
	}

}

@media screen and (max-width: 1140px) {

	.main-visual .main__title br:nth-of-type(1) {
		display: block;
	}

	.main-visual .main__title br:nth-of-type(2) {
		display: none;
	}

}

@media screen and (max-width: 1090px) {

	.inner {
		padding: 0 4.403%;
	}

	.section__inner {
		padding: 0 4.403%;
		max-width: none;
	}

	.header .header__inner .header__nav {
		font-size: 14px;
	}

	.header .header__inner .header__nav .header__link {
		margin-left: 16px;
	}

	.header .header__inner .header__contact a {
		font-size: 14px;
		margin-left: 16px;
	}

	.main {
		margin: 60px auto 0 auto;
		max-width: none;
	}

	.main-menu {
		padding: 20px 4.403% 80px 4.403%;
	}

	.main-menu .main-menu__item .main-menu__body .main-menu__text {
		font-size: 15px;
		height: 67.5px;
	}

	.footer .footer_contact {
		margin-bottom: 24px;
	}

	.footer .footer__inner {
		align-items: center;
		flex-flow: column-reverse;
	}

	.footer .footer__inner .footer__logo {
		margin-right: 0;
		position: static;
	}

	.footer .footer__nav {
		grid-gap: 36px;
	}

	.footer .footer__nav {
		margin-bottom: 24px;
	}

	.footer .footer__copyright {
		margin-top: 64px;
	}

	.footer .footer__copyright {
		margin-top: 48px;
	}

	.footer .footer__copyright {
		font-size: 10px;
		margin-top: 20px;
		padding-bottom: 10px;
	}

	.breadcrumbs {
		font-size: 14px;
		padding-left: 20px;
	}

	.main-visual {
		padding: 60px 60px 48px 60px;
	}

	.main-visual .about__nav {
		max-width: 600px;
		width: 100%;
	}

	.main-visual .back_btn{
		display: block;
		width: 240px;
		height: 57px;
		border-radius: 30px ;
		opacity: 0px;
		border: 1px solid #2B4745;
		font-size:18px;
		text-align: center;
		align-content: center;
		margin:40px auto 30px auto;
	}
	/*===
.main-visual .about__nav .about__item p {
	font-size: 16px;
	margin-bottom: 48px;
	margin-top: 24px;
}
    ===*/
	.main-visual .about__nav .about__item ul li {
		margin-bottom: 40px
	}

	.main-visual .main__title {
		font-size: 24px;
		margin-bottom: 48px;
		margin-top: 56px;
	}

	.main-visual .main__title br:nth-of-type(1) {
		display: none;
	}

	.main-visual .main__title br:nth-of-type(2) {
		display: block;
	}

	.main-visual .greeting__text {
		font-size: 16px;
	}

	.main-visual .history__text {
		font-size: 15px;
		max-width: 600px;
	}

	.main-visual .history__table {
		max-width: 600px;
	}

	.main-visual .history__table .history__item {
		font-size: 15px;
	}

	.main-visual .member__list .member__type {
		font-size: 20px;
	}

	.main-visual .member__list .member__item {
		font-size: 16px;
		margin-top: 14px;
	}

	.main-visual .member__list .member__item .member__text::after {
		bottom: -7px;
	}

	.main-visual .member__list .member__other {
		margin-top: 64px;
	}

	.main-visual .about__btn {
		font-size: 16px;
	}

	.study__inner .study-main .study__right .study-body .study__contents .study__top {
		font-size: 16px;
	}

	.study__inner .study-main .study__right .study-body .study__item {
		font-size: 16px;
	}

	.study__inner .study-body__text h4 {
		font-size: 16px;
	}

	.study__inner .study-body__text p {
		font-size: 16px;
	}

	.study__inner .report__title {
		margin-bottom: 0;
		margin-top: 84px;
	}

	.study__inner .report__lists {
		font-size: 14px;
	}

	.study__inner .society__title {
		margin-bottom: 24px;
		margin-top: 84px;
	}

	.study__inner .society__list {
		max-width: 600px;
	}

	.study__inner .society__list .society__item {
		font-size: 16px;
	}

	.demo-text {
		font-size: 28px;
	}

}

@media screen and (max-width: 1000px) {

	.header .header__inner {
		padding: 16px 4.403%;
	}

}

@media screen and (max-width: 900px) {

	.header .header__inner .header__nav {
		display: none !important;
	}

	.header__active-body {
		height: 100%;
		overflow: hidden;
	}

	.header__open {
		cursor: pointer;
		height: 50px;
		position: fixed;
		right: 20px;
		top: 20px;
		width: 50px;
		z-index: 9999;
	}

	.header__open span {
		background: #000;
		border-radius: 2px;
		display: inline-block;
		height: 3px;
		left: 14px;
		position: absolute;
		transition: all 0.4s;
		width: 45%;
	}

	.header__open span:nth-of-type(1) {
		top: 15px;
	}

	.header__open span:nth-of-type(2) {
		top: 23px;
	}

	.header__open span:nth-of-type(3) {
		top: 31px;
	}

	.header__open.active span:nth-of-type(1) {
		left: 18px;
		top: 18px;
		transform: translateY(6px) rotate(-45deg);
		width: 30%;
	}

	.header__open.active span:nth-of-type(2) {
		opacity: 0;
	}

	.header__open.active span:nth-of-type(3) {
		left: 18px;
		top: 30px;
		transform: translateY(-6px) rotate(45deg);
		width: 30%;
	}

}

@media screen and (max-width: 900px) and (max-width: 767px) {

	.header__open {
		right: 0px;
		top: 2px;
	}

}

@media screen and (max-width: 886px) {

	.main-menu .main-menu__item .main-menu__body .main-menu__text {
		height: 90px;
	}

}

@media screen and (max-width: 845px) {

	.study__inner .study-main .study__right .study__subtitle br {
		display: block;
	}

}

@media screen and (max-width: 840px) {

	.main-visual .main__title br:nth-of-type(1) {
		display: block;
	}

	.main-visual .main__title br:nth-of-type(2) {
		display: none;
	}

}

@media screen and (max-width: 767px) {

	.inner {
		padding: 0 4.403%;
	}

	.section__inner {
		padding: 0 4.403%;
	}

	#g-nav ul li a {
		font-size: 15px;
		letter-spacing: 0.05rem;
		padding: 30px 40px 10px 40px;
	}

	#g-nav ul .hamburger__contact a {
		font-size: 15px;
		letter-spacing: 0.05rem;
	}

	.about {
		margin-bottom: 12px;
		margin-top: 12px;
	}

	.news {
		padding-bottom: 24px;
		padding-top: 24px;
	}

	.news .news__inner .news__title {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.news .news__inner .news-body p {
		font-size: 13px;
		letter-spacing: 0.05rem;
	}

	.main {
		margin-top: 0;
	}

	.main-menu {
		display: block;
		padding-bottom: 36px;
		padding-top: 10px;
		padding: 10px 4.403% 36px 4.403%;
	}

	.main-menu .main-menu__item {
		margin: 0 auto;
		margin-top: 30px;
		max-width: 320px;
	}

	.main-menu .main-menu__item .main-menu__title {
		font-size: 18px;
		margin-bottom: 4px;
	}

	.main-menu .main-menu__item .main-menu__body .main-menu__text {
		font-size: 13px;
		height: auto;
		padding: 10px;
	}

	.scroll-top {
		bottom: 20px;
		right: 20px;
	}

	.footer .footer_contact {
		margin-bottom: 24px;
	}

	.footer .footer_contact a {
		font-size: 16px;
	}

	.footer .footer__inner {
		justify-content: space-between;
		max-width: 100%;
	}

	.footer .footer__inner .footer__logo img {
		height: 50px;
	}

	.footer .footer__copyright {
		font-size: 10px;
		margin-top: 20px;
		padding-bottom: 10px;
	}

	.top2 .top2__inner {
		font-size: 20px;
		height: 140px;
		line-height: 140px;
	}

	.breadcrumbs {
		font-size: 13px;
		margin-top: 12px;
		padding-left: 12px;
	}

	.main-visual {
		padding: 20px 20px 48px 20px;
	}

	.main-visual .about__nav {
		margin-top: 36px;
		max-width: 400px;
	}

	.main-visual .about__nav .about__item p {
		font-size: 13px;
		line-height: 1.4;
		margin-bottom: 40px;
		margin-top: 14px;
	}

	.main-visual .main__title {
		font-size: 20px;
		margin-bottom: 26px;
		margin-top: 12px;
	}

	.main-visual .main__title br:nth-of-type(1) {
		display: none;
	}

	.main-visual .main__title br:nth-of-type(2) {
		display: block;
	}

	.main-visual .greeting__text {
		font-size: 14px;
		line-height: 1.5;
	}

	.main-visual .greeting__footer {
		font-size: 15px;
		line-height: 1.8;
	}

	.main-visual .history__text {
		font-size: 14px;
		max-width: 400px;
	}

	.main-visual .history__table {
		max-width: 400px;
	}

	.main-visual .history__table .history__item {
		font-size: 14px;
	}

	.main-visual .history__table .history__item:nth-of-type(1) td {
		border-top: none;
	}

	.main-visual .history__table .history__item th,
	.main-visual .history__table .history__item td {
		display: block;
		line-height: 1.4;
		padding: 16px 20px;
	}

	.main-visual .history__table .history__item th {
		border-bottom: none;
		display: block;
		padding-bottom: 0;
	}

	.main-visual .history__table .history__item td {
		border-top: none;
		padding-top: 10px;
	}

	.main-visual .member__list:nth-of-type(2) {
		margin-top: 48px;
	}

	.main-visual .member__list .member__type {
		font-size: 18px;
	}

	.main-visual .member__list .member__item {
		font-size: 14px;
		line-height: 1.5;
		margin: 18px auto 0 auto;
	}

	.main-visual .member__list .member__item .member__text::after {
		bottom: -9px;
	}

	.main-visual .member__list .member__item .member__text {
		margin-top: 8px;
	}

	.main-visual .member__list .member__other {
		margin-top: 36px;
	}

	.main-visual .about__btn {
		font-size: 14px;
		margin-bottom: 14px;
		margin-top: 54px;
		padding: 10px;
	}

	.study__inner .study-main {
		display: block;
		margin-bottom: 20px;
	}

	.study__inner .study-main .study__left {
		margin: 0 auto;
		max-width: 240px;
	}

	.study__inner .study-main .study__right {
		margin: 0 auto;
		padding-top: 36px;
	}

	.study__inner .study-main .study__right .study__subtitle {
		font-size: 18px;
		line-height: 1.5;
	}

	.study__inner .study-main .study__right .study__subtitle br {
		display: none;
	}

	.study__inner .study-main .study__right .study-body {
		margin-top: 20px;
	}

	.study__inner .study-main .study__right .study-body .study__contents .study__top {
		font-size: 14px;
		line-height: 1.5;
	}

	.study__inner .study-main .study__right .study-body .study__item {
		font-size: 14px;
		padding: 6px 0;
	}

	.study__inner .study-body__text h4 {
		font-size: 14px;
		line-height: 1.5;
	}

	.study__inner .study-body__text p {
		font-size: 14px;
		line-height: 1.5;
		padding-top: 14px;
	}

	.study__inner .report__title {
		margin-bottom: 0;
		margin-top: 64px;
	}

	.study__inner .report__lists {
		font-size: 14px;
		line-height: 1.5;
	}

	.study__inner .society__title {
		margin-bottom: 24px;
		margin-top: 64px;
	}

	.study__inner .society__list {
		max-width: 600px;
	}

	.study__inner .society__list .society__item {
		font-size: 14px;
		line-height: 1.5;
	}

	.demo-text {
		font-size: 24px;
	}

}

@media screen and (max-width: 620px) {

	.study__inner .report__lists .report__accordion-inner {
		font-size: 13px;
		padding-right: 30px;
	}

}

@media screen and (max-width: 535px) {

	.main-visual .main__title br:nth-of-type(1) {
		display: block;
	}

	.main-visual .main__title br:nth-of-type(2) {
		display: none;
	}

}

@media screen and (max-width: 499px) {

	.about .about__inner {
		padding: 0 10px;
	}

	.about .about__inner .about__list {
		grid-gap: 8px;
	}

}

@media screen and (max-width: 485px) {

	.main-visual .main__title br:nth-of-type(1) {
		display: none;
	}

}

@media screen and (max-width: 500px) {

	.header .header__inner {
		padding: 10px 4.403%;
	}

	.header .header__inner .header__logo {
		width: 100px;
	}

}

@media screen and (max-width: 440px) {

	.study__inner .society__list {
		max-width: 100%;
	}

}

@media screen and (max-width: 420px) {

	.study__inner .study-main .study__right {
		max-width: 100%;
	}

}

@media screen and (max-width: 399px) {

	.footer .footer__nav {
		grid-gap: 12px;
		display: grid;
		grid-template-columns: auto auto;
		justify-items: center;
	}

}

@media screen and (max-width: 375px) {

	.study__inner .study-main .study__right .study__subtitle br {
		display: block;
	}

}

@media screen and (max-width: 350px) {

	.study__inner .study-main .study__right .study-body .study__item div p {
		display: block;
	}

}


#pagination-controls {
    margin-top: 20px;
    text-align: center;
}

.pagination-button {
    margin: 0 5px;
    padding: 5px 10px;
    border: none;
    background-color: #fff;
    cursor: pointer;
	border: 1px solid #2B4745;
	color:#2B4745;
	width: 35px;
	height: 35px;
	border-radius: 5px;
}

.pagination-button:hover {
    background-color: #ddd;
}

.pagination-button:focus {
    outline: none;
}
.actived {
	background: #2B4745;
	color: #fff;
}