@charset "UTF-8";

.about {
}

.about_text {
	margin-bottom: 52px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
}

.greet {
	margin-top: -109px;
	margin-bottom: 144px;
	padding-top: 109px;
}

.greet_inner {
	max-width: 1300px;
}

.greet_colsWrap {
	background: #fefbe5;
}

.greet_cols {
	display: flex;
	/* align-items: center; */
	justify-content: space-between;
	position: relative;
	z-index: 1;
	max-width: 1030px;
	margin: 0 auto;
	padding: 55px 20px 113px;
}

.greet_col {
}

.greet_col-no1 {
	width: 485px;
	min-width: 485px;
}

.greet_col-no2 {
	width: calc(100% - 562px);
}

.greet_title {
	position: relative;
	margin-bottom: 58px;
	font-weight: bold;
	font-size: 36px;
	line-height: 1.2;
}

.greet_title > b {
	display: block;
	position: relative;
	z-index: 1;
	color: #f5d90021;
	font-weight: normal;
	font-size: 135px;
}

.greet_title > small {
	display: block;
	position: relative;
	z-index: 2;
	margin-top: -46px;
	font-size: inherit;
}

.greet_text {
	line-height: 1.875;
}

.greet_image {
	margin-top: 100px;
}

.greet_image > img {
	display: block;
	max-width: 100%;
	height: 100%;
}

.greet_name {
	margin-top: 0;
	padding-right: 7px;
	font-size: 24px;
	text-align: right;
}

.greet_name > small {
	display: inline-block;
	margin-right: 3px;
	font-size: 16px;
}

.out {
	padding-top: 109px;
	padding-bottom: 90px;
	background: #f7f7f7;
}

.out_inner {
}

.out_inner:first-child {
	margin-bottom: 0;
}

.out_title {
}

.out_title > b {
}

.out_title > small {
}

.out_table {
	display: block;
	width: 100%;
}

.out_table > tbody {
	display: block;
}

.out_table > tbody > tr {
	display: flex;
	border-bottom: 1px solid #cecece;
}

.out_table > tbody > tr:first-child {
	border-top: 1px solid #cecece;
}

.out_table > tbody > tr:last-child {
}

.out_table > tbody > tr > th {
	width: 117px;
	padding: 33px 10px;
	box-sizing: border-box;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
}

.out_table > tbody > tr > td {
	width: calc(100% - 117px);
	padding: 33px 10px;
	padding-right: 0;
	box-sizing: border-box;
	text-align: left;
	vertical-align: top;
}

.out_sect {
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
	padding-bottom: 44px;
	border-bottom: 1px dashed #cecece;
}

.out_sect:first-child {
	align-items: flex-end;
	padding-top: 0;
}

.out_sect:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.out_dLWrap {
	width: 64%;
}

.out_dList {
	list-style: none;
	margin-bottom: 40px;
}

.out_dList:last-child {
	margin-bottom: 0;
}

.out_dList > dt {
}

.out_dList > dd {
}

.out_dList > dd > a {
	display: block;
	color: inherit;
	text-decoration: none;
}

.out_dList > dd > a[href^="tel:"] {
	display: inline;
}

.out_dList > dd > a::before {
	content: "";
}

.out_dList > dd > a::after {
	content: "";
}

.out_image {
	width: 32.7%;
}

.out_image > img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.policy {
	margin-bottom: 110px;
}

.policy_inner {
	max-width: 930px;
}

.policy_title {
}

.policy_title > b {
}

.policy_title > small {
}

.policy_text {
	margin-bottom: 63px;
	text-align: center;
}

.policy_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 25px 0;
	list-style: none;
}

.policy_list > li {
	width: 48.6%;
	margin-left: 2.8%;
}

.policy_list > li:first-child {
	margin-left: 0;
}

.policy_list > li:last-child {
}

.policy_list > li:nth-child(2n+1) {
}

.policy_list > li:nth-child(n+3) {
}

.policy_list > li > a {
	height: 60px;
}

.policy_list > li > a::before {
	content: "";
}

.policy_list > li > a::after {
	content: "";
}

.edu {
	margin-top: -109px;
	margin-bottom: 87px;
	padding-top: 109px;
}

.edu_inner {
}

.edu_title {
	margin-bottom: 29px;
}

.edu_title > b {
}

.edu_title > small {
}

.policy_wrap {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-bottom: 100px;
}

.policy_wrap_cnt {
	padding: 50px 30px;
	background: #f7f7f7;
}

.policy_wrap_ttl {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.policy_wrap_ttl::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 35px;
	height: 4px;
	background: #f5d900;
	transform: translateX(-50%);
}

.policy_wrap_cnt:nth-child(2) .policy_wrap_ttl::after {
	background: #ff671d;
}

.policy_wrap_txt {
	font-weight: bold;
	font-size: 25px;
	text-align: center;
}

.edu_imageOuter {
	max-width: 935px;
	margin: 0 auto;
}

.edu_imageWrap {
	position: relative;
	left: 50%;
	z-index: 1;
	width: 935px;
	        transform: translateX(-50%) scale(1);
	        transform-origin: center top;

	-webkit-transform: translateX(-50%) scale(1);
	-webkit-transform-origin: center top;
}

.edu_image {
	text-align: center;
}

.edu_image > img {
	/* display: block; */
	max-width: none;
}

.group {
	padding: 100px 0 110px;
}

.group_table {
	display: block;
	width: 100%;
	padding: 33px 0;
	border-bottom: 1px solid #cecece;
}
.group_table.-fst {
	border-top: 1px solid #cecece;
}

.group_table > tbody {
	display: block;
}

.group_table > tbody > tr {
	display: flex;
}



.group_table > tbody > tr > th {
	width: 117px;
	padding:0 10px;
	box-sizing: border-box;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
}

.group_table > tbody > tr > td {
	width: calc(100% - 117px);
	padding: 0 10px;
	padding-right: 0;
	box-sizing: border-box;
	text-align: left;
	vertical-align: top;
}

.faci {
	padding-top: 102px;
	padding-bottom: 140px;
}

.faci_title {
}

.faci_title > b {
}

.faci_title > small {
}

.faci_list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px 4%;
	list-style: none;
}

.faci_list > li {
}

.faci_list > li.faci_listdbl {
	grid-column: 1 / 3;
}

.faci_fig {
}

.faci_list > li.faci_listdbl .faci_fig {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 4%;
}

.faci_fig > img {
	display: block;
	max-width: 100%;
	height: auto;
}

.faci_place {
	margin-top: 26px;
	font-weight: bold;
}

.faci_text {
	margin-top: 18px;
}

.areaLink {
	background: #fefbe5;
}

@media screen and (min-width:1000px) {
	.out_dList > dd > a:hover {
		text-decoration: underline;
	}

	.policy_list > li > a:hover {
	}
}

@media screen and (max-width:999px) {
	.about {
	}

	.about_text {
		margin-bottom: 40px;
	}

	.greet {
		margin-bottom: 100px;
	}

	.greet_inner {
	}

	.greet_cols {
		padding: 40px 25px 80px;
	}

	.greet_col {
	}

	.greet_col-no1 {
		width: 54%;
		min-width: 0;
	}

	.greet_col-no2 {
		width: 42%;
	}

	.greet_title {
		margin-bottom: 40px;
		font-size: 29px;
	}

	.greet_title > b {
		font-size: 105px;
	}

	.greet_title > small {
		margin-top: -38px;
	}

	.greet_text {
	}

	.greet_image {
	}

	.greet_image > img {
	}

	.greet_name {
		font-size: 20px;
	}

	.greet_name > small {
		font-size: 14px;
	}

	.out {
		padding-top: 64px;
	}

	.out_inner {
	}

	.out_inner:first-child {
		margin-bottom: 0;
	}

	.out_title {
	}

	.out_title > b {
	}

	.out_title > small {
	}

	.out_table {
	}

	.out_table > tbody {
	}

	.out_table > tbody > tr {
	}

	.out_table > tbody > tr:first-child {
	}

	.out_table > tbody > tr:last-child {
	}

	.out_table > tbody > tr > th {
	}

	.out_table > tbody > tr > td {
	}

	.out_sect {
	}

	.out_sect:first-child {
	}

	.out_sect:last-child {
	}

	.out_dLWrap {
	}

	.out_dList {
	}

	.out_dList:last-child {
	}

	.out_dList > dt {
	}

	.out_dList > dd {
	}

	.out_dList > dd > a {
	}

	.out_dList > dd > a::before {
	}

	.out_dList > dd > a::after {
	}

	.out_image {
	}

	.out_image > img {
	}

	.policy {
		margin-bottom: 80px;
	}

	.policy_inner {
	}

	.policy_title {
	}

	.policy_title > b {
	}

	.policy_title > small {
	}

	.policy_text {
		margin-bottom: 45px;
	}

	.policy_list {
	}

	.policy_list > li {
	}

	.policy_list > li:first-child {
	}

	.policy_list > li:last-child {
	}

	.policy_list > li:nth-child(2n+1) {
	}

	.policy_list > li:nth-child(n+3) {
	}

	.policy_list > li > a {
	}

	.policy_list > li > a::before {
	}

	.policy_list > li > a::after {
	}

	.edu {
		margin-bottom: 65px;
	}

	.edu_inner {
	}

	.edu_title {
	}

	.edu_title > b {
	}

	.edu_title > small {
	}

	.edu_imageOuter {
		height: 557px;
	}

	.edu_imageWrap {
		        transform: translateX(-50%) scale(0.75);

		-webkit-transform: translateX(-50%) scale(0.75);
	}

	.edu_image {
	}

	.edu_image > img {
	}

	.edu_image_caption {
	}

	.edu_image_caption::before {
	}

	.edu_image_caption-no1 {
	}

	.edu_image_caption-no2 {
	}

	.edu_image_caption-no3 {
	}

	.edu_image_caption-no1::before {
	}

	.edu_image_caption-no2::before {
	}

	.edu_image_caption-no3::before {
	}

	.edu_list {
	}

	.edu_list > li {
	}

	.edu_list > li:nth-child(1) {
	}

	.edu_list > li:nth-child(2) {
	}

	.edu_list > li:nth-child(3) {
	}

	.edu_headline {
	}

	.edu_text {
	}
}

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

	.about_text {
		margin-bottom: 30px;
	}

	.greet {
		margin-bottom: 50px;
	}

	.greet_inner {
	}

	.greet_cols {
		display: block;
		padding: 30px 15px 45px;
	}

	.greet_col {
		width: auto;
	}

	.greet_col-no1 {
		margin-bottom: 20px;
	}

	.greet_col-no2 {
		max-width: 472px;
		margin: 0 auto;
	}

	.greet_title {
		margin-bottom: 25px;
		font-size: 20px;
	}

	.greet_title > b {
		font-size: 68px;
	}

	.greet_title > small {
		margin-top: -22px;
	}

	.greet_text {
	}

	.greet_image {
		margin-top: 50px;
	}

	.greet_image > img {
	}

	.greet_name {
		margin-top: 6px;
		font-size: 17px;
	}

	.greet_name > small {
		font-size: 13px;
	}

	.out {
		padding-top: 45px;
	}

	.out_inner {
	}

	.out_title {
	}

	.out_title > b {
	}

	.out_title > small {
	}

	.out_table {
	}

	.out_table > tbody {
	}

	.out_table > tbody > tr {
		display: block;
		padding: 12px 5px;
	}

	.out_table > tbody > tr:first-child {
	}

	.out_table > tbody > tr:last-child {
		padding-bottom: 25px;
	}

	.out_table > tbody > tr > th {
		display: block;
		width: auto;
		margin-bottom: 8px;
		padding: 0;
	}

	.out_table > tbody > tr > td {
		display: block;
		width: auto;
		padding: 0;
		padding-left: 1em;
	}

	.out_sect {
		display: block;
		padding-bottom: 35px;
	}

	.out_sect:first-child {
	}

	.out_sect:last-child {
	}

	.out_dLWrap {
		width: auto;
	}

	.out_dList {
		margin-bottom: 25px;
	}

	.out_dList:last-child {
	}

	.out_dList > dt {
	}

	.out_dList > dd {
	}

	.out_dList > dd > a {
	}

	.out_dList > dd > a::before {
	}

	.out_dList > dd > a::after {
	}

	.out_image {
		width: auto;
		max-width: 289px;
		margin: 20px auto 0;
	}

	.out_image > img {
	}

	.policy {
		margin-bottom: 55px;
	}

	.policy_inner {
	}

	.policy_title {
	}

	.policy_title > b {
	}

	.policy_title > small {
	}

	.policy_text {
	}

	.policy_list {
		display: block;
	}

	.policy_list > li {
		width: auto;
		margin-top: 10px;
		margin-left: 0;
	}

	.policy_list > li:first-child {
		margin-top: 0;
	}

	.policy_list > li:last-child {
	}

	.policy_list > li:nth-child(2n+1) {
	}

	.policy_list > li:nth-child(n+3) {
	}

	.policy_list > li > a {
	}

	.policy_list > li > a::before {
	}

	.policy_list > li > a::after {
	}

	.group {
		padding: 50px 0 50px;
	}
	.group_table{
		/* padding: 30px 20px; */
	}

	.group_table > tbody > tr {
		flex-flow: column;
		gap: 0;
	}

	.group_table > tbody > tr > th {
		width: 100%;
		padding: 0px 10px 0;
	}

	.group_table > tbody > tr > td {
		width: 100%;
		padding: 0 10px 10px;
	}

	.edu {
		margin-bottom: 50px;
	}

	.edu_inner {
	}

	.edu_title {
	}

	.edu_title > b {
	}

	.edu_title > small {
	}

	.edu_imageOuter {
		max-width: none;
		height: auto;
	}

	.edu_imageWrap {
		left: 0;
		width: auto;
		        transform: none;

		-webkit-transform: none;
	}

	.edu_image {
		position: relative;
		z-index: 1;
		width: 100%;
		        transform-origin: center top;

		-webkit-transform-origin: center top;
	}

	.edu_image > img {
		max-width: 100%;
	}

	.edu_image_caption {
		display: flex;
	}

	.edu_image_caption::before {
	}

	.edu_image_caption-no1 {
	}

	.edu_image_caption-no2 {
	}

	.edu_image_caption-no3 {
	}

	.edu_image_caption-no1::before {
	}

	.edu_image_caption-no2::before {
	}

	.edu_image_caption-no3::before {
	}

	.edu_list {
		position: relative;
		top: 0;
		left: 0;
		z-index: 10;
		width: auto;
		height: auto;
		margin-top: -500px;
	}

	.edu_list > li {
		display: block;
		position: static;
		width: auto;
		height: auto;
		        transform: none;

		-webkit-transform: none;
	}

	.edu_list > li:nth-child(1) {
		margin-top: 0;
		margin-bottom: 20px;
	}

	.edu_list > li:nth-child(2) {
		margin-top: 0;
		margin-bottom: 20px;
		margin-left: 0;
	}

	.edu_list > li:nth-child(3) {
		margin-top: 0;
		margin-left: 0;
	}

	.edu_headline {
	}

	.edu_text {
	}

	/* policy */

	.policy_wrap {
		flex-flow: column;
		margin-bottom: 40px;
	}

	.policy_wrap_cnt {
		padding: 30px 20px;
	}

	.policy_wrap_txt {
		font-size: 18px;
	}

	/* facility */

	.facility_item {
		width: 100%;
	}

	.faci {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.faci_list {
		grid-template-columns: 1fr;
	}

	.faci_list > li.faci_listdbl {
		grid-column: 1;
	}
}
