@charset "UTF-8";
/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
/* simple clearfix */
/**************************
@mixin for sprite
*/
.bold,
strong,
em {
	font-family: 'dnp-shuei-mgothic-std', sans-serif;
	font-weight: 600;
}

@-webkit-keyframes fade-in {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}

@keyframes fade-in {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}
@-webkit-keyframes fade-out {
	0% {
		display: block;
		opacity: 1;
	}
	99% {
		display: block;
		opacity: 0;
	}
	100% {
		display: none;
		opacity: 0;
	}
}
@keyframes fade-out {
	0% {
		display: block;
		opacity: 1;
	}
	99% {
		display: block;
		opacity: 0;
	}
	100% {
		display: none;
		opacity: 0;
	}
}
@-webkit-keyframes gnav_sub {
	0% {
		opacity: 0;
		transform: scale(0.95) translateY(-5%);
	}
	100% {
		transform: scale(1) translateY(0);
	}
}
@keyframes gnav_sub {
	0% {
		opacity: 0;
		transform: scale(0.95) translateY(-5%);
	}
	100% {
		transform: scale(1) translateY(0);
	}
}
@-webkit-keyframes _on_opacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes _on_opacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes header_start {
	0% {
		transform: translateY(-200px);
	}
	100% {
		transform: translateY(0);
	}
}
@keyframes header_start {
	0% {
		transform: translateY(-200px);
	}
	100% {
		transform: translateY(0);
	}
}
.root {
	overflow: hidden;
}

.hero_area {
	background-color: #faf6f0;
	margin-top: -80px;
	padding-top: 80px;
}
.hero_area .container {
	position: relative;
	top: 0;
	left: 0;
}

@media screen and (min-width: 1000px), print {
	.hero_area {
		padding-top: 180px;
	}
}
@media screen and (max-width: 449px) {
	.hero_area {
		margin-top: -40px;
		padding-top: 40px;
	}
}
.hero__text {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0;
	left: 0;
	z-index: 100;
}

@media screen and (min-width: 1000px), print {
	.hero__text {
		margin-top: 50px;
		width: 700px;
	}
}
@media screen and (min-width: 768px) and (max-width: 999px) {
	.hero__text {
		margin-top: 50px;
		width: 500px;
	}
}
@media screen and (min-width: 450px) and (max-width: 767px) {
	.hero__text {
		margin-top: 50px;
		width: 400px;
	}
}
@media screen and (max-width: 449px) {
	.hero__text {
		margin-top: 30px;
		width: 300px;
	}
}
.hero__text__1 img,
.hero__text__2 img {
	max-width: 100%;
}

@media screen and (min-width: 1000px), print {
	.hero__text__1 {
		height: 40px;
	}
}
@media screen and (min-width: 1000px), print {
	.hero__text__2 {
		height: 85px;
	}
}
.hero__text__3 {
	display: flex;
}

@media screen and (min-width: 1000px), print {
	.hero__text__3 img {
		height: 140px;
	}
}
@media screen and (min-width: 768px) and (max-width: 999px) {
	.hero__text__3 img {
		height: 100px;
	}
}
@media screen and (min-width: 450px) and (max-width: 767px) {
	.hero__text__3 img {
		height: 80px;
	}
}
@media screen and (max-width: 449px) {
	.hero__text__3 img {
		height: 60px;
	}
}
.hero__textsub {
	font-family: 'dnp-shuei-mgothic-std', sans-serif;
	font-weight: 600;
	color: #111;
	letter-spacing: 0.1em;
	text-align: center;
	margin-top: 20px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 100;
}

@media screen and (min-width: 1000px), print {
	.hero__textsub {
		font-size: 1.75rem;
		margin-bottom: 80px;
	}
}
@media screen and (min-width: 768px) and (max-width: 999px) {
	.hero__textsub {
		font-size: 1.25rem;
	}
}
@media screen and (min-width: 450px) and (max-width: 767px) {
	.hero__textsub {
		font-size: 1.25rem;
	}
}
.hero__bottom {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	position: relative;
	top: 0;
	left: 0;
	z-index: 10;
	padding-bottom: 40px;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.hero__bottom {
		max-width: 800px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 767px) {
	.hero__bottom {
		display: block;
		text-align: center;
	}
}
@media screen and (max-width: 449px) {
	.hero__bottom {
		padding-bottom: 0;
	}
}
.hero__bottom__ex {
	font-size: 1rem;
	line-height: 2;
	margin: 0 auto;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.hero__bottom__ex {
		font-size: 0.75rem;
		margin-bottom: 20px;
	}
}
.hero__bottom__btn ._btn {
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
	display: inline-block;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	background-color: #5fbcdd;
	color: #fff;
	text-align: center;
	line-height: 1.3;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	top: 0;
	left: 0;
	-webkit-transition: background-color 0.1s cubic-bezier(0.23, 1, 0.32, 1);
	transition: background-color 0.1s cubic-bezier(0.23, 1, 0.32, 1);
}
.hero__bottom__btn ._btn:hover {
	text-decoration: none;
	opacity: 0.7;
	-webkit-transition: 0.2s opacity;
	transition: 0.2s opacity;
}
.hero__bottom__btn ._btn::before {
	content: '';
	display: block;
	background: url('../images/icon/arrow/btn.png') 0 0 no-repeat transparent;
	background-size: 22px 22px;
	width: 22px;
	height: 22px;
	margin-top: -11px;
	position: absolute;
	top: 50%;
	right: 25px;
}

@media screen and (min-width: 1000px), print {
	.hero__bottom__btn ._btn {
		margin-left: auto;
		margin-right: auto;
		min-width: inherit;
		min-width: 270px;
		height: 60px;
		border-radius: 30px;
		padding-top: 0;
		padding-bottom: 0;
		text-align: center;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}
@media screen and (max-width: 999px) {
	.hero__bottom__btn ._btn {
		margin-left: auto;
		margin-right: auto;
		min-width: inherit;
		width: 250px;
		margin-bottom: 10px;
		height: 60px;
		border-radius: 30px;
		padding-top: 0;
		padding-bottom: 0;
		text-align: center;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}
@media screen and (max-width: 999px) {
	.hero__bottom__btn ._btn::before {
		transform: scale(0.5);
		right: 5px;
	}
}

.hero_banner__head .title .en {
	max-width: 100%;
	display: block;
}
@media screen and (min-width: 1000px), print {
	.hero_banner {
		margin-top: 40px;
	}
	.hero_banner__head .title .en {
		width: 480px;
	}
}
@media screen and (max-width: 999px) {
	.hero_banner__head .title .en {
		width: 240px;
	}
}
.hero_banner__head .title .ja {
	font-family: 'dnp-shuei-mgothic-std', sans-serif;
	font-weight: 600;
	margin-left: 5px;
	line-height: 1;
	letter-spacing: 0.2em;
}
@media screen and (min-width: 1000px), print {
	.hero_banner__head .title .ja {
		font-size: 1.563rem;
	}
}
@media screen and (max-width: 999px) {
	.hero_banner__head .title .ja {
		font-size: 1.125rem;
	}
}

.hero_banner_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
	margin-top: 20px;
}
.hero_banner_wrap a {
	width: 49%;
}
.hero_banner_wrap a:hover {
	cursor: pointer;
	text-decoration: none;
	opacity: 0.7;
	transition: 0.2s opacity;
}
.hero_banner_wrap img {
	width: 100%;
}

@media screen and (max-width: 540px) {
	.hero_banner_wrap {
		flex-direction: column;
		margin-bottom: 20px;
	}
	.hero_banner_wrap a {
		width: 100%;
	}
}
.youtube_box {
	text-align: center;
}
.youtube_box iframe {
	width: 100%;
	max-width: 650px;
	margin-top: 35px;
	height: auto;
	aspect-ratio: 16/9;
}

@media screen and (max-width: 999px) {
	.youtube_box iframe {
		margin-top: 20px;
	}
}
.hero_deco_area > * {
	position: absolute;
}
.hero_deco_area .hero_balloon1 {
	width: 140px;
	height: 260px;
	top: 200px;
	left: -35px;
}
.hero_deco_area .hero_balloon2 {
	width: 70px;
	height: 120px;
	right: -30px;
	top: 110px;
}
.hero_deco_area .hero_balloon3 {
	width: 110px;
	height: 230px;
	right: 20px;
	top: 170px;
}
.hero_deco_area .hero_balloon4 {
	width: 200px;
	height: 200px;
	top: 310px;
	right: 100px;
}
.hero_deco_area .hero_cloud1 {
	width: 340px;
	height: 190px;
	top: 150px;
	left: -240px;
}
.hero_deco_area .hero_cloud2 {
	width: 220px;
	height: 100px;
	top: 100px;
	right: -80px;
}
.hero_deco_area .hero_music1 {
	width: 50px;
	height: 60px;
	top: -10px;
	left: 100px;
}
.hero_deco_area .hero_music2 {
	width: 50px;
	height: 60px;
	top: 20px;
	right: 70px;
}
.hero_deco_area .hero_star1 {
	width: 70px;
	height: 70px;
	top: 60px;
	left: -45px;
}
.hero_deco_area .hero_star2 {
	width: 35px;
	height: 35px;
	top: 20px;
	left: 20px;
}
.hero_deco_area .hero_star3 {
	width: 35px;
	height: 35px;
	top: 80px;
	left: 50px;
}
.hero_deco_area .hero_deco1 {
	width: 250px;
	height: 200px;
	top: 230px;
	left: -50px;
}
.hero_deco_area .hero_deco2 {
	width: 160px;
	height: 140px;
	top: 340px;
	right: -100px;
}

@media screen and (max-width: 449px) {
	.hero_deco_area .hero_balloon1 {
		transform: scale(0.7);
		left: -50px;
	}
}
@media screen and (max-width: 449px) {
	.hero_deco_area .hero_balloon2 {
		transform: scale(0.7);
	}
}
@media screen and (max-width: 449px) {
	.hero_deco_area .hero_balloon3 {
		transform: scale(0.7);
		right: -50px;
	}
}
@media screen and (max-width: 999px) {
	.hero_deco_area .hero_balloon4 {
		transform: scale(0.8);
		top: 260px;
		right: 190px;
	}
}
@media screen and (max-width: 767px) {
	.hero_deco_area .hero_balloon4 {
		top: 300px;
		right: 120px;
	}
}
@media screen and (max-width: 449px) {
	.hero_deco_area .hero_balloon4 {
		transform: scale(0.6);
		top: 270px;
		right: 40px;
	}
}
@media screen and (max-width: 999px) {
	.hero_deco_area .hero_music1 {
		left: 40px;
	}
}
@media screen and (max-width: 767px) {
	.hero_deco_area .hero_music1 {
		display: none;
	}
}
@media screen and (max-width: 999px) {
	.hero_deco_area .hero_music2 {
		right: 20px;
	}
}
@media screen and (max-width: 449px) {
	.hero_deco_area .hero_music2 {
		right: -20px;
	}
}
@media screen and (max-width: 449px) {
	.hero_deco_area .hero_star2 {
		left: 0px;
	}
}
.index1 {
	background-color: #7fc9e4;
	padding-bottom: 30px;
	padding-top: 10px;
}
.index1 .container {
	max-width: 1250px;
}

.index2 {
	padding-top: 50px;
	padding-bottom: 95px;
}
.index2 .container {
	position: relative;
}
.index2 .container .index2_blue_star {
	position: absolute;
	width: 50px;
	height: 50px;
	right: 130px;
	top: -70px;
}
@media screen and (max-width: 999px) {
	.index2 .container .index2_blue_star {
		display: none;
	}
}
.index2__information_head .en {
	max-width: 100%;
	display: block;
}

.index2__layout {
	margin-bottom: 70px;
}
@media screen and (max-width: 999px) {
	.index2__layout {
		margin-bottom: 90px;
	}
}

@media screen and (min-width: 1000px), print {
	.index2__layout {
		display: flex;
		justify-content: space-between;
	}
	.index2__layout > * {
		width: 50%;
	}
	.index2__layout > *:nth-child(odd) {
		padding-right: 25px;
	}
	.index2__layout > *:nth-child(even) {
		padding-left: 25px;
	}
}
.index3 {
	position: relative;
	top: 0;
	left: 0;
}
.index3 .index3_deco > * {
	position: absolute;
}
.index3 .index3_deco .ball {
	width: 130px;
	height: 310px;
	top: 430px;
	left: -60px;
}
.index3 .index3_deco .balloon1 {
	width: 150px;
	height: 150px;
	top: 600px;
	left: -160px;
}
.index3 .index3_deco .balloon2 {
	width: 150px;
	height: 310px;
	right: -150px;
	top: 0;
}
.index3 .index3_deco .cloud1 {
	width: 340px;
	height: 150px;
	top: -70px;
	left: -350px;
}
.index3 .index3_deco .cloud2 {
	width: 550px;
	height: 230px;
	bottom: -50px;
	left: -500px;
}
.index3 .index3_deco .music1 {
	width: 70px;
	height: 100px;
	top: 210px;
	left: -150px;
}
.index3 .index3_deco .music2 {
	width: 40px;
	height: 60px;
	top: 190px;
	left: -70px;
}
.index3 .index3_deco .star1 {
	width: 40px;
	height: 40px;
	top: 650px;
	right: -40px;
}
.index3 .index3_deco .star2 {
	width: 120px;
	height: 120px;
	top: 570px;
	right: -160px;
}
.index3 .tri_line_area {
	z-index: 2;
	position: absolute;
}

@media screen and (max-width: 999px) {
	.index3 .index3_deco {
		display: none;
	}
}
.index3__inner {
	background: repeating-linear-gradient(-45deg, #fef5f4 0, #fef5f4 7px, #fff 7px, #fff 14px);
}

@media screen and (min-width: 1000px), print {
	.index3__inner {
		min-height: 1000px;
	}
}
.index3 .container {
	z-index: 3;
	position: relative;
	top: 0;
	left: 0;
}

@media screen and (min-width: 1000px), print {
	.index3 .container {
		height: 1000px;
	}
}
@media screen and (min-width: 1000px), print {
	.index3__layout {
		display: flex;
		justify-content: space-between;
	}
	.index3__layout > * {
		width: 50%;
	}
	.index3__layout > *:nth-child(odd) {
		padding-right: 25px;
	}
	.index3__layout > *:nth-child(even) {
		padding-left: 25px;
	}
}
.index4 {
	background-color: #7fc9e4;
}
.index4 .insta {
	background-color: #5fbcdd;
	border-radius: 15px;
}
.index4 .insta .insta__logo {
	padding-bottom: 40px;
}
.index4 .insta__icon {
	text-align: center;
}
.index4 .insta__icon p {
	color: #fff;
	font-weight: 700;
	line-height: 1.3rem;
	text-align: center;
}
.index4 .insta a:hover {
	text-decoration: none;
	opacity: 0.7;
	-webkit-transition: 0.2s opacity;
	transition: 0.2s opacity;
}
.index4 .interview a,
.index4 .line a {
	display: block;
}
.index4 .interview:hover,
.index4 .line:hover {
	cursor: pointer;
	text-decoration: none;
	opacity: 0.7;
	-webkit-transition: 0.2s opacity;
	transition: 0.2s opacity;
}

@media screen and (min-width: 1000px), print {
	.index4 {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}
@media screen and (max-width: 999px) {
	.index4 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
@media screen and (min-width: 1000px), print {
	.index4 .insta {
		width: 460px;
		display: block;
		text-align: center;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		padding: 20px 0 0 0;
		margin: 0px 0px 8px 5px;
	}
	.index4 .sns {
		display: flex;
		justify-content: space-between;
	}
	.sns_right {
		width: 460px;
	}
	.interview {
		width: 100%;
	}
	.interview img {
		border-radius: 15px;
		max-width: 100%;
	}
	.line {
		width: 100%;
		border-radius: 15px;
		margin-top: 20px;
	}
	.line img {
		border-radius: 15px;
		max-width: 100%;
	}
}
@media screen and (min-width: 768px) and (max-width: 999px) {
	.index4 .insta {
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		padding: 20px;
		margin: 0 auto;
		width: 470px;
	}
	.interview {
		width: 510px;
		margin: 5px auto 0;
	}
	.interview img {
		border-radius: 15px;
		max-width: 100%;
	}
	.line {
		width: 510px;
		margin: 0 auto 0;
	}
	.line img {
		border-radius: 15px;
		max-width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.index4 .insta {
		display: block;
		text-align: center;
		padding: 5px;
		width: 230px;
		margin: 10px auto;
	}
	.index4 .insta .insta__logo {
		padding-bottom: 0;
	}
	.sns_right {
		width: 240px;
		margin: 15px auto 0;
	}
	.interview {
		width: 240px;
		margin: 5px auto 0;
	}
	.interview img {
		border-radius: 15px;
		max-width: 100%;
	}
	.line {
		width: 240px;
		margin: 10px auto 0;
	}
	.line img {
		border-radius: 15px;
		max-width: 100%;
	}
}
@media screen and (min-width: 1000px), print {
	.index4 .insta__logo img {
		width: 300px;
		margin-top: 15px;
	}
}
@media screen and (min-width: 768px) and (max-width: 999px) {
	.index4 .insta__logo img {
		width: 200px;
		margin-top: 48px;
	}
}
@media screen and (max-width: 767px) {
	.index4 .insta__logo img {
		width: 200px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
}
@media screen and (min-width: 1000px), print {
	.index4 .insta__icon {
		display: inline-block;
	}
}
@media screen and (max-width: 999px) {
	.index4 .insta__icon {
		display: inline-block;
		vertical-align: top;
	}
}
@media screen and (min-width: 1000px), print {
	.index4 .insta__icon img {
		width: 150px;
	}
}
@media screen and (min-width: 768px) and (max-width: 999px) {
	.index4 .insta__icon img {
		width: 100px;
	}
}
@media screen and (max-width: 999px) {
	.index4 .insta__icon img {
		width: 80px;
	}
}
@media screen and (max-width: 999px) {
	.index4 .insta__icon p {
		margin: auto;
	}
}
@media screen and (max-width: 999px) {
	.index4 .insta__icon {
		margin: 0 auto 10px;
	}
}
.imenu_area {
	position: relative;
	top: 0;
	left: 0;
}
.imenu_area .deco1 {
	width: 380px;
	height: 160px;
	position: absolute;
	bottom: -20px;
	right: -350px;
}

@media screen and (max-width: 999px) {
	.imenu_area .deco1 {
		display: none;
	}
}
.imenu_list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
}
.imenu_list > li {
	padding: 0 6px 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (min-width: 1000px), print {
	.imenu_list {
		width: 1150px;
	}
}
@media screen and (max-width: 999px) {
	.imenu_list {
		width: 100%;
	}
}
@media screen and (min-width: 768px) and (max-width: 999px) {
	.imenu_list > li {
		width: 25%;
		display: block;
	}
}
@media screen and (min-width: 450px) and (max-width: 767px) {
	.imenu_list > li {
		display: flex;
	}
}
.imenu {
	font-family: 'dnp-shuei-mgothic-std', sans-serif;
	font-weight: 600;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	border-radius: 10px;
	color: #000;
	text-decoration: none;
	font-weight: 700;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.imenu .text {
	padding-right: 22px;
	text-align: center;
	position: relative;
	top: 0;
	left: 0;
	line-height: 1.2;
	padding-top: 5px;
}
.imenu .text.long {
	margin-top: 0px;
}
.imenu .text::after {
	content: '';
	display: block;
	background: url('../images/icon/arrow/link.png') 0 0 no-repeat transparent;
	background-size: 21px 21px;
	width: 21px;
	height: 21px;
	position: absolute;
	top: 0.18em;
	right: 0;
}
.imenu .text.long::after {
	top: 10px;
}

@media screen and (min-width: 1000px), print {
	.imenu {
		padding: 18px;
		font-size: 1rem;
		height: 190px;
		width: 170px;
		text-align: center;
	}
	.imenu .image {
		display: block;
		height: 110px;
		margin: 0 auto;
	}
	.imenu .image img {
		display: block;
		max-height: 100%;
		max-width: inherit;
	}
	.imenu .text {
		margin-top: 10px;
	}
}
@media screen and (max-width: 999px) {
	.imenu {
		min-width: 140px;
		padding: 10px;
		font-size: 0.875rem;
		height: 120px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.imenu .image {
		height: 60px;
		margin: 0 auto;
	}
	.imenu .image > img {
		max-height: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.imenu .text {
		margin-top: 0px;
	}
}
.imenu-multi .text {
	font-size: 0.938rem;
}

@media screen and (max-width: 879px) {
	.imenu-multi {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.imenu-multi .image {
		height: 55px;
	}
	.imenu-multi .text {
		font-size: 0.813rem;
		line-height: 1.3;
		padding-left: 10px;
	}
	.imenu-multi .text ._sp_block {
		display: block;
	}
	.imenu .text.long::after {
		top: 0.18em;
	}
}
.inews_area {
	position: relative;
	top: 0;
	left: 0;
}
.inews_area .inews_deco > * {
	position: absolute;
}
.inews_area .inews_deco .deco1 {
	width: 200px;
	height: 250px;
	left: -210px;
	top: 80px;
}
.inews_area .inews_deco .deco3 {
	width: 130px;
	height: 150px;
	left: 160px;
	top: -110px;
}
.inews_area .inews_deco .deco4 {
	width: 190px;
	height: 210px;
	left: 100%;
	top: 120px;
}

@media screen and (max-width: 999px) {
	.inews_area {
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 999px) {
	.inews_area .inews_deco .deco3 {
		display: none;
	}
}
@media screen and (min-width: 1000px) {
	.inews_area__head {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 999px) {
	.inews_area__head {
		margin-bottom: 15px;
	}
}
@media screen and (min-width: 1000px), print {
	.inews_area__foot {
		position: absolute;
		top: -10px;
		right: 0;
	}
}
@media screen and (max-width: 999px) {
	.inews_area__foot {
		padding-top: 40px;
	}
}
.inews_area__foot .btn {
	margin-left: auto;
	margin-right: auto;
	min-width: inherit;
	width: 180px;
	height: 60px;
	border-radius: 30px;
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.inews_area .title .ja {
	font-family: 'dnp-shuei-mgothic-std', sans-serif;
	font-weight: 600;
	margin-left: 5px;
	line-height: 1;
	letter-spacing: 0.2em;
}

@media screen and (min-width: 1000px), print {
	.index2__information_head .en {
		margin-bottom: 35px;
		width: 480px;
	}
}
@media screen and (max-width: 999px) {
	.index2__information_head .en {
		margin-bottom: 10px;
		width: 240px;
	}
}
@media screen and (min-width: 1000px), print {
	.inews_area .title .ja {
		font-size: 1.563rem;
	}
}
@media screen and (max-width: 999px) {
	.inews_area .title .ja {
		font-size: 1.125rem;
	}
}
.ischedule_area {
	position: relative;
	top: 0;
	left: 0;
	padding-right: 74px;
}
.ischedule_area .ischedule_deco > * {
	position: absolute;
}
.ischedule_area .ischedule_deco .schedule_star {
	width: 95px;
	height: 134px;
	right: -43px;
	top: 40px;
}
.ischedule_area .ischedule_deco .yellow_balloon {
	width: 67px;
	height: 162px;
	right: 0px;
	top: 100%;
}
@media screen and (max-width: 999px) {
	.ischedule_area .ischedule_deco .schedule_star {
		width: 95px;
		height: 134px;
		right: 10px;
		top: -70px;
	}
}
@media screen and (max-width: 767px) {
	.ischedule_area .ischedule_deco .schedule_star {
		width: 65px;
		height: 134px;
		right: 0;
		top: -80px;
	}
	.ischedule_area .ischedule_deco .yellow_balloon {
		width: 45px;
		height: auto;
		right: 0px;
		top: 102%;
	}
}
@media screen and (max-width: 999px) {
	.ischedule_area {
		padding-right: 0;
	}
}

.ischedule_layout {
	display: flex;
	gap: 30px;
}
.ischedule_layout .table-schedule {
	max-width: 455px;
	margin-bottom: 0;
}
.ischedule_layout .schedule_notice_text {
	border-top: 2px dotted #323332;
	border-bottom: 2px dotted #323332;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 4px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.ischedule_layout .schedule_notice_text ._line {
	letter-spacing: 0.05em;
}
.ischedule_layout .schedule_notice_text ._line ._palt {
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
	margin-right: 10px;
}
@media screen and (max-width: 999px) {
	.ischedule_layout {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 20px;
	}
	.ischedule_layout .table-schedule {
		max-width: none;
	}
	.ischedule_layout .schedule_notice_text {
		border: none;
	}
}

@media screen and (min-width: 1000px), print {
	.ischedule_area__head {
		height: 130px;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 999px) {
	.ischedule_area__head {
		margin-bottom: 30px;
	}
}
@media screen and (min-width: 1000px), print {
	.ischedule_area__foot {
		position: absolute;
		top: 65px;
		right: 74px;
	}
}
@media screen and (max-width: 999px) {
	.ischedule_area__foot {
		padding-top: 40px;
	}
}
.ischedule_area__foot .btn {
	margin-left: auto;
	margin-right: auto;
	min-width: inherit;
	width: 250px;
	height: 60px;
	border-radius: 30px;
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.ischedule_area__body p {
	line-height: 1.5;
}
.ischedule_area__body .contact .tel {
	font-family: 'Quicksand', sans-serif;
	font-weight: 800;
	font-size: 30px;
	letter-spacing: 0.1em;
}
.ischedule_area__body .schedule_title {
	margin-bottom: 20px;
}
.ischedule_area__body .schedule_title .schedule_title_pc {
	width: 455px;
}

@media screen and (min-width: 1000px), print {
	.ischedule_area__body p {
		font-size: 1.125rem;
	}
	.ischedule_area__body p small {
		font-size: 0.875rem;
	}
}
@media screen and (max-width: 999px) {
	.ischedule_area__body p {
		font-size: 0.938rem;
	}
	.ischedule_area__body p small {
		font-size: 0.813rem;
	}
}
@media screen and (min-width: 1000px), print {
	.ischedule_area__body .contact {
		display: flex;
		align-items: center;
	}
}
@media screen and (min-width: 1000px), print {
	.ischedule_area__body .contact .label {
		font-size: 1.125rem;
		margin-right: 0.4em;
	}
}
@media screen and (max-width: 999px) {
	.ischedule_area__body .contact .label {
		font-size: 0.938rem;
		display: block;
	}
}
.ischedule_area .title .en {
	max-width: 100%;
	width: 330px;
	display: block;
	margin-bottom: 30px;
	position: relative;
}
.ischedule_area .title .en .schedule_star2 {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0;
	right: -40px;
	bottom: 0;
	left: auto;
	margin: auto;
}
@media screen and (max-width: 999px) {
	.ischedule_area .title .en {
		margin-bottom: 20px;
	}
	.ischedule_area .title .en .schedule_star2 {
		display: none;
	}
}
@media screen and (max-width: 575px) {
	.ischedule_area .title .en {
		margin-bottom: 20px;
	}
}
.ischedule_area .title .ja .main {
	font-family: 'dnp-shuei-mgothic-std', sans-serif;
	font-weight: 600;
	margin-left: 5px;
	display: block;
	line-height: 1;
	margin-bottom: 12px;
	letter-spacing: 0.2em;
}
.ischedule_area .title .ja .sub {
	display: block;
	line-height: 1;
	margin-left: 5px;
}

@media screen and (max-width: 999px) {
	.ischedule_area .title .en {
		width: 165px;
	}
}
@media screen and (min-width: 1000px), print {
	.ischedule_area .title .ja .main {
		font-size: 1.563rem;
	}
}
@media screen and (max-width: 999px) {
	.ischedule_area .title .ja .main {
		font-size: 1.125rem;
	}
}
@media screen and (min-width: 1000px), print {
	.ischedule_area .title .ja .sub {
		font-size: 0.938rem;
	}
}
@media screen and (max-width: 999px) {
	.ischedule_area .title .ja .sub {
		font-size: 0.813rem;
	}
}
.ifeature_area {
	padding-top: 55px;
}
.ifeature_area .title .en {
	display: block;
	margin-bottom: 10px;
}
.ifeature_area .title .ja {
	font-family: 'dnp-shuei-mgothic-std', sans-serif;
	font-weight: 600;
	background-color: #fff;
	display: inline-block;
	margin-left: 5px;
	line-height: 1.3;
	margin-bottom: 12px;
	letter-spacing: 0.2em;
}

@media screen and (min-width: 1000px), print {
	.ifeature_area__head {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 999px) {
	.ifeature_area__head {
		margin-bottom: 20px;
	}
}
@media screen and (min-width: 1000px), print {
	.ifeature_area .title .en {
		width: 290px;
	}
}
@media screen and (max-width: 999px) {
	.ifeature_area .title .en {
		width: 145px;
	}
}
@media screen and (min-width: 1000px), print {
	.ifeature_area .title .ja {
		font-size: 1.563rem;
	}
}
@media screen and (max-width: 999px) {
	.ifeature_area .title .ja {
		font-size: 1.125rem;
	}
}
.iprofile_area {
	position: relative;
	top: 0;
	left: 0;
}
.iprofile_area .image_area {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 1000px), print {
	.iprofile_area {
		padding-top: 450px;
	}
}
@media screen and (max-width: 999px) {
	.iprofile_area {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
@media screen and (min-width: 1000px), print {
	.iprofile_area .profile_area {
		width: 400px;
		height: 400px;
		padding-top: 26px;
	}
}
@media screen and (max-width: 999px) {
	.iprofile_area .profile_area {
		margin-top: 60px;
		padding-top: 40px;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 999px) {
	.iprofile_area .image_area > * {
		width: 150px;
		height: 150px;
	}
}
@media screen and (min-width: 1000px), print {
	.iprofile_area .image1 {
		position: absolute;
		top: 80px;
		right: 20px;
		width: 400px;
		height: 400px;
	}
}
@media screen and (max-width: 999px) {
	.iprofile_area .image1 {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}
}
@media screen and (min-width: 1000px), print {
	.iprofile_area .image2 {
		position: absolute;
		top: 340px;
		right: -125px;
		width: 270px;
		height: 270px;
	}
}
@media screen and (max-width: 999px) {
	.iprofile_area .image2 {
		display: none;
	}
}
@media screen and (min-width: 1000px), print {
	.iprofile_area .image3 {
		position: absolute;
		top: 700px;
		right: -150px;
		width: 210px;
		height: 210px;
	}
}
@media screen and (max-width: 999px) {
	.iprofile_area .image3 {
		position: absolute;
		bottom: 50px;
		right: 120px;
		width: 120px;
		height: 120px;
		display: none;
	}
}
@media screen and (min-width: 1000px), print {
	.iprofile_area .image4 {
		position: absolute;
		top: 480px;
		left: -400px;
		width: 340px;
		height: 340px;
	}
}
@media screen and (max-width: 999px) {
	.iprofile_area .image4 {
		position: absolute;
		bottom: 50px;
		right: 0;
		width: 120px;
		height: 120px;
		display: none;
	}
}
.ibanner_list {
	display: flex;
	justify-content: center;
	align-items: center;
}
.ibanner_list > li {
	padding-left: 25px;
	padding-right: 25px;
	text-align: center;
}
.ibanner_list .banner {
	border-radius: 15px;
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	.ibanner_list {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.ibanner_list > li:not(:last-child) {
		margin-bottom: 10px;
	}
}
@media screen and (min-width: 1000px), print {
	.ibanner_list {
		margin-bottom: 20px;
	}
	.ibanner_list .banner {
		width: 460px;
	}
}
@media screen and (max-width: 999px) {
	.ibanner_list .banner {
		width: 230px;
	}
}
@media screen and (min-width: 1000px), print {
	.schedule {
		margin-bottom: 20px;
	}
	.schedule h2 {
		text-align: center;
		margin-bottom: 10px;
	}
}
@media screen and (min-width: 1000px), print {
	.iaccess_area {
		padding-top: 75px;
	}
}
@media screen and (max-width: 999px) {
	.iaccess_area {
		padding-top: 50px;
	}
}
.iaccess_area__info {
	position: relative;
}

@media screen and (min-width: 1000px), print {
	.iaccess_area__layout::before {
		content: '';
		display: table;
	}
	.iaccess_area__layout::after {
		content: '';
		display: table;
		clear: both;
	}
	.iaccess_area__layout .resize.right {
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		float: right;
		padding-left: 540px;
		margin-left: -430px;
	}
	.iaccess_area__layout .fix.left {
		width: 430px;
		position: relative;
		top: 0;
		left: 0;
		z-index: 2;
		float: left;
	}
	.iaccess_area__layout .resize.left {
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
		padding-right: 540px;
		margin-right: -430px;
	}
	.iaccess_area__layout .fix.right {
		width: 430px;
		position: relative;
		top: 0;
		left: 0;
		z-index: 2;
		float: right;
	}
	.iaccess_area__layout .fix > img:not(.cancel) {
		display: block;
		margin-left: auto;
		margin-right: auto;
		max-width: 430px;
	}
	.iaccess_area__layout .resize > img:not(.cancel) {
		display: block;
		margin-left: auto;
		margin-right: auto;
		max-width: 430px;
	}
}
.iaccess_area__head {
	margin-bottom: 15px;
}

.iaccess_area__body {
	margin-top: 30px;
}

@media screen and (min-width: 1000px), print {
	.iaccess_area__foot {
		position: absolute;
		top: 65px;
		right: -60px;
	}
}
@media screen and (max-width: 999px) {
	.iaccess_area__foot {
		padding-top: 40px;
	}
}
.iaccess_area__foot .btn {
	margin-left: auto;
	margin-right: auto;
	min-width: inherit;
	width: 290px;
	height: 60px;
	border-radius: 30px;
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.iaccess_area .title .en {
	display: block;
	margin-bottom: 25px;
}
@media screen and (max-width: 999px) {
	.iaccess_area .title .en {
		margin-bottom: 10px;
	}
}
.iaccess_area .title .ja {
	font-family: 'dnp-shuei-mgothic-std', sans-serif;
	font-weight: 600;
	background-color: #fff;
	display: inline-block;
	margin-left: 5px;
	line-height: 1.3;
	letter-spacing: 0.2em;
}
.iaccess_area ._address {
	line-height: 1.7;
}
.iaccess_area .group h3 {
	font-family: 'dnp-shuei-mgothic-std', sans-serif;
	font-weight: 600;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
}
.iaccess_area .group + .group {
	margin-top: 25px;
}
.iaccess_area .text {
	line-height: 1.8;
}
.iaccess_area .text h4 {
	margin-bottom: 0;
}
.iaccess_area .text ._indent {
	padding-left: 0.5em;
}
.iaccess_area .text + .text {
	margin-top: 1em;
}

@media screen and (min-width: 1000px), print {
	.iaccess_area .title .en {
		width: 260px;
	}
}
@media screen and (max-width: 999px) {
	.iaccess_area .title .en {
		width: 130px;
	}
}
@media screen and (min-width: 1000px), print {
	.iaccess_area .title .ja {
		font-size: 1.563rem;
	}
}
@media screen and (max-width: 999px) {
	.iaccess_area .title .ja {
		font-size: 0.938rem;
	}
}
@media screen and (min-width: 1000px), print {
	.iaccess_area ._address {
		font-size: 1.25rem;
	}
}
@media screen and (max-width: 999px) {
	.iaccess_area ._address {
		font-size: 0.938rem;
	}
}
@media screen and (min-width: 1000px), print {
	.iaccess_area .group h3 {
		font-size: 1.25rem;
	}
}
@media screen and (max-width: 999px) {
	.iaccess_area .group h3 {
		font-size: 1rem;
	}
}
@media screen and (min-width: 1000px), print {
	.iaccess_area .text {
		font-size: 1rem;
	}
}
@media screen and (max-width: 999px) {
	.iaccess_area .text {
		font-size: 0.938rem;
	}
}
@media screen and (max-width: 999px) {
	.iaccess_area .text h4 {
		font-size: 1rem;
	}
}
.iaccess_area__map {
	padding-top: 100px;
}

@media screen and (min-width: 1500px), print {
	.iaccess_area__map .gmap {
		width: 700px;
	}
}
@media screen and (min-width: 1000px) and (max-width: 1499px), print {
	.iaccess_area__map .gmap {
		width: auto;
	}
}
@media screen and (min-width: 1000px), print {
	.iaccess_area__map .gmap {
		height: 600px;
	}
}
@media screen and (max-width: 999px) {
	.iaccess_area__map .gmap {
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
		height: 400px;
	}
}
.index5 .container {
	position: relative;
	top: 0;
	left: 0;
}

.index5_deco > * {
	position: absolute;
}
.index5_deco .star1 {
	width: 70px;
	height: 70px;
	left: -85px;
	top: 5px;
}
.index5_deco .star2 {
	width: 35px;
	height: 35px;
	left: -20px;
	top: -50px;
}
.index5_deco .deco1 {
	width: 300px;
	height: 300px;
	top: 330px;
	left: 190px;
}
.index5_deco .cloud1 {
	width: 170px;
	height: 80px;
	left: 320px;
	top: 70px;
}
.index5_deco .balloon1 {
	width: 80px;
	height: 160px;
	top: -60px;
	left: 400px;
}

@media screen and (max-width: 999px) {
	.index5_deco .balloon1 {
		display: none;
	}
}
.footer-index .footer_deco {
	display: block;
}

.footer__1 .container {
	position: relative;
	top: 0;
	left: 0;
}

.footer_deco > * {
	position: absolute;
}
.footer_deco .balloon2 {
	width: 60px;
	height: 140px;
	left: -130px;
	top: -250px;
}
.footer_deco .balloon3 {
	width: 140px;
	height: 280px;
	left: -130px;
	top: -160px;
}
.footer_deco .cloud2 {
	width: 260px;
	height: 120px;
	top: -140px;
	right: 50px;
}
.footer_deco .ball {
	width: 75px;
	height: 75px;
	top: -130px;
	right: 10px;
}

@media screen and (max-width: 999px) {
	.footer_deco .cloud2 {
		display: none;
	}
}
@media screen and (max-width: 999px) {
	.footer_deco .ball {
		display: none;
	}
}
.top_calendar iframe {
	width: 100%;
	/* height: 600px; */
}
/*# sourceMappingURL=index.css.map */

/*
/**************************
2510追加
*/

.buninp-top__message.index {
	padding: 40px 0;
}
.buninp-top__message.index .container {
	position: relative;
}
.buninp-top__message.index .index5_deco .deco1 {
	top: 60px;
}
.buninp-top__feature.index {
	padding: 0 0 60px;
}
.buninp-top__feature.index .buninp-top__feature-inner .deco-wrap {
	top: -160px;
}
.buninp-top__feature.index .buninp-top__feature-inner .deco-wrap.d-reverse {
	left: inherit;
	right: 0;
	transform: translateX(80%) translateY(-20%) rotate(180deg);
}
.index_gr_ttl h2 {
	text-align: center;
	margin-bottom: 40px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #333333;
}
.index_gr_ttl h2 span {
	font-size: 1.2rem;
	font-weight: 600;
	display: block;
}
.index_gr_ttl h2 em {
	font-size: 2.2rem;
	font-weight: 600;
	color: #1d95c0;
	display: block;
	line-height: 1.5;
}
.index_gr_img {
	max-width: 54%;
	margin: 0 auto 20px;
}
.index_gr_img img {
	width: 100%;
	height: auto;
	border-radius: 20px;
}
.bunin-p-top__schedulearea.index {
	padding: 60px 3rem 40px;
}
.bunin-p-top__schedulearea.index .bunin-p-top__schedulearea-inner {
	padding-bottom: 50px;
}
.bunin-p-top__schedulearea .title {
	margin-top: 30px;
}
.bunin-p-top__schedulearea.index h2.title {
	margin-left: -20px;
	margin-right: -20px;
	color: #e95755;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 1.4;
	padding-bottom: 0.4em;
	margin-bottom: 1em;
	border-bottom: 3px dotted #5fbcdd;
}
.index-top_news {
	padding: 80px 0 0;
}
.index-top_news .index2__layout {
	margin-bottom: 60px;
}
.bunin-p-top__schedulearea.index h2.title.p-btn a {
	position: relative;
	text-decoration: none;
	color: #e95755;
}
.bunin-p-top__schedulearea.index h2.title.p-btn a:hover {
	color: #5fbcdd;
}
.bunin-p-top__schedulearea.index h2.title.p-btn a::after {
  content: '';
  display: block;
  background: url('../images/icon/arrow/link_blue.png') 0 0 no-repeat transparent;
  background-size: auto;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  position: absolute;
  top: calc(50% - 12px);
  right: -36px;
  transition: all 0.3s;
}
.bunin-p-top__schedulearea.index h2.title.p-btn a:hover::after {
  right: -42px;
}
.bunin-p-top__schedulearea.index h2.title.yume {
	display: flex;
	align-items: center;
	gap: 0 50px;
}


/* ---information---*/
.index_link_list2.info-examination {
	margin: 30px 0 0;
	max-width: 100%;
}
.index_link_list2.info-examination > li {
	width: 33.3333%;
}
@media screen and (max-width: 449px) {
  .index_link_list2.info-examination > li {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
	width: 100%;
  }
}

/* ---about---*/
.page-about .buninp-top__feature.index {
	padding: 60px 0;
}
.buninp-top__message.index.is-reverse .buninp-top__message-inner {
	flex-direction: row-reverse;
}
.buninp-top__message.index.is-reverse .index5_deco .star2 {
	left: inherit;
	right: -20px;
}
.buninp-top__message.index.is-reverse .index5_deco .star1 {
	left: inherit;
	right: -85px;
}
.buninp-top__message.index.is-reverse .index5_deco .deco1 {
	left: inherit;
	right: 60px;
	transform: rotate(180deg);
}

@media screen and (min-width: 1000px), print {
	.index4.index-top_bnr .insta {
		padding: 10px 0 15px;
	}
	.index4.index-top_bnr .insta__logo img {
		width: 240px;
		margin-top: 10px;
	}
	.index4.index-top_bnr .insta .insta__logo {
		padding-bottom: 12px;
	}
	.index4.index-top_bnr .insta__icon a {
		display: flex;
		align-items: center;
		gap: 5px;
	}
	.index4.index-top_bnr .insta__icon img {
		width: 100px;
	}
	.index4.index-top_bnr .insta__icon p {
		font-size: 0.9rem;
	}
	.page-information .hero_banner {
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 999px) {
	.buninp-top__message.index {
		padding: 40px 0 0;
	}
	.buninp-top__feature.index {
		padding: 40px 0 0;
	}
	.buninp-top__feature-inner .deco-wrap.d-reverse {
		transform: translateX(30%) translateY(-10%);
	}
	.index_gr_ttl h2 span {
		font-size: 20px;
	}
	.index_gr_ttl h2 em {
		font-size: 24px;
	}
	.bunin-p-top__schedulearea.index {
		padding: 40px 0 0;
	}
	.bunin-p-top__schedulearea.index h2.title {
		margin-left: -16px;
		margin-right: -16px;
	}
	.index_gr_img {
		max-width: 100%;
		margin: 0 auto;
	}
	.page-about .buninp-top__feature.index {
		padding: 40px 0;
	}
	.bunin-p-top__schedulearea.index h2.title.yume {
		display: block;
	}
}

/* ---footer bunin btn---*/
.bunin-fixed-btn {
  display: none;
}
@media screen and (max-width: 767px){
  .bunin-fixed-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    display: flex;
  }
  .bunin-fixed-btn>p {
    width: 100%;
    margin: 0 !important;
  }
  .bunin-fixed-btn>p+p {
    border-left: 1px solid #fff;
  }
  .bunin-fixed-btn>p a {
    display: block;
    padding: 1rem 0;
    text-align: center;
    color: #fff;
    background: #03b8d9;
    text-decoration: none;
    font-size: 1rem;
  }
  .bunin-fixed-btn>p.btn-yume a {
    background: #ffd95a;
  }
}
