@charset "utf-8";

/* 源柔ゴシック Regular */
@font-face {
  font-family: 'GenJyuuGothic';
  src: url('../fonts/genjyuu-gothic/GenJyuuGothic-Regular.woff2') format('woff2'),
       url('../fonts/genjyuu-gothic/GenJyuuGothic-Regular.woff') format('woff'),
       url('../fonts/genjyuu-gothic/GenJyuuGothic-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* 源柔ゴシック Bold */
@font-face {
  font-family: 'GenJyuuGothic';
  src: url('../fonts/genjyuu-gothic/GenJyuuGothic-Bold.woff2') format('woff2'),
       url('../fonts/genjyuu-gothic/GenJyuuGothic-Bold.woff') format('woff'),
       url('../fonts/genjyuu-gothic/GenJyuuGothic-Bold.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* 源柔ゴシック Heavy */
@font-face {
  font-family: 'GenJyuuGothic';
  src: url('../fonts/genjyuu-gothic/GenJyuuGothic-Heavy.woff2') format('woff2'),
       url('../fonts/genjyuu-gothic/GenJyuuGothic-Heavy.woff') format('woff'),
       url('../fonts/genjyuu-gothic/GenJyuuGothic-Heavy.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* からかぜ */
@font-face {
  font-family: 'karakaze';
  src: url('../fonts/karakaze/karakaze-R.woff2') format('woff2'),
       url('../fonts/karakaze/karakaze-R.woff') format('woff'),
       url('../fonts/karakaze/karakaze-R.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'GenJyuuGothic', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', sans-serif;
  font-weight: 500;
  color: #5C3E3E;
  background: #FFF8F2;
}

html.lock,
body.lock {
  overflow: hidden;
}

/*MMMMMMMMMMMYYMMM#7MMMMMMM"WM"4MMMMHHHHHHHHHHMHHHH#7WMMMMMM"TMM@"MMMMMB"T#"MYYMM"HHHHHHHH"MMMMMMMMMMM*/
/*MMMMMMMMMMMN..] F   ,MB= .T"m. 7W# (77777= (M}.| ^.... MMD (H"t ""WN. .M' " (TM`.??! ??1 dMMMMMMMMMM*/
/*MMMMMMMMMMb..?^ ^ ?"^dNg#'.J ?MgM# .&&&&&g JM} . ... F M. ,'.g:.g (L.    .3 "4M`..     . dMMMMMMMMMM*/
/*MMMMMMMMMMMMTM-.T#" jM=  .77^   7# J .gp X JM} ! }   $.MMb  TM`.N (M!  ( .{ CwM`.}     D dMMMMMMMMMM*/
/*MMMMMMMMMMMF gMD(%?WMMN@ dMMM}.NM# J ....X JM`(] }.MNJ.W9` = ` dF Mb. (M ., JJM` !.... ! dMMMMMMMMMM*/
/*MMMMMMMMMMh,([..dNg,.MM@ ......MM# JNMMN  .Jh.[-.a.   .dJggMp.u- .MMN (M .....M`........ dMMMMMMMMMM*/
/*MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM*/


header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 18px 60px;
  color: #8E5D5D;
  z-index: 999;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.header-logo {
  position: fixed;
  top: 18px;
  left: 64px;
  width: 240px;
}
.header-btn {
  padding: 24px 40px;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.2;
}
.header-menu {
  position: fixed;
  top: 18px;
  right: 64px;
  z-index: 2;
}
.menu-btn {
	background: url(../images/menu_bg01.png) 50% 50% / contain no-repeat;
}
.about-btn {
	background: url(../images/menu_bg02.png) 50% 50% / contain no-repeat;
}
.hamburger {
  position: relative;
  width: 26px;
  height: 24px;
  margin: 0 auto 2px;
  cursor: pointer;
}
.hamburger span {
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #8E5D5D;
	border-radius: 4px;
	transition: 0.2s ease-in-out;
}
.hamburger span:first-child {
  top: 0;
}
.hamburger span:last-child {
  top: 20px;
}
.hamburger.js-active span:first-child {
  top: 10px;
  transform: rotate(45deg);
}
.hamburger.js-active span:last-child {
  top: 10px;
  transform: rotate(-45deg);
}
.hamburger.js-active span:nth-child(2) {
	height: 0;
}
.hamburger-menu {
  position: fixed;
  display: none;
  top: 24px;
  left: 64px;
  right: 64px;
  padding: 62px 88px;
  background: url(../images/menu_bg03.png) 50% 50% / 100% 100% no-repeat;
  z-index: 1;
}
.hamburger-menu::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -25px;
  width: 19%;
  height: 26%;
  background: url(../images/menu-item01.png) 0 0 / contain no-repeat;
  pointer-events: none;
}
.hamburger-menu::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -25px;
  width: 22%;
  height: 30%;
  background: url(../images/menu-item02.png) 100% 100% / contain no-repeat;
  pointer-events: none;
}
.hamburger-scl {
	max-height: 80vh;
	overflow-y: auto;
  scrollbar-color: #efa096 #ffccc7;
  scrollbar-width: thin;
}
.hamburger-inner {
  display: flex;
  height: 100%;
  justify-content: space-between;
  align-items: flex-end;
}
.menu-main {
  width: 80%;
  font-size: 13px;
  color: #5C3E3E;
}
.menu-logo {
  width: 25%;
  padding-bottom: 40px;
  margin-left: 4%;
}
.logo-img,
.menu-info {
  max-width: 200px;
  text-align: center;
}
.logo-img {
  margin-bottom: 24px;
}
.logo-img a {
  display: block;
  text-align: center;
}
.logo-img a img {
	width: 100%;
  max-width: 285px;
}
.menu-info {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sns-btn {
  width: 44px;
  /*height: 44px;*/
  margin-right: 24px;
}
.nr-btn {
  display: flex;
  width: 100%;
  max-width: 180px;
  height: 44px;
  font-size: 15px;
  color: #FFF;
  background: #EFA096;
  border: 2px solid #FFF;
  border-radius: 40px;
  align-items: center;
  justify-content: center;
}
.first-menu-item {
  display: flex;
  margin-bottom: 24px;
}
.first-menu-item .menu-link {
	width: 22%;
}
.menu-link {
  display: block;
  margin-bottom: 24px;
}
.menu-list {
  display: flex;
  margin-bottom: 24px;
  justify-content: space-between;
}
.menu-detail-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px 0;
}
.menu-detail-list::before,
.menu-detail-list::after {
	content: "";
	width: 22%;
	order: 1;
}
.menu-list li,
.menu-item {
  width: 30%;
}
.first-menu-item a,
.menu-list li {
  padding-bottom: 4px;
  margin-bottom: 8px;
  border-bottom: 2px dashed;
}
.menu-item {
  margin-bottom: 13px;
}
.menu-item li {
  margin-bottom: 4px;
}
.menu-item .menu-item-title {
  padding-bottom: 4px;
  margin-bottom: 8px;
  border-bottom: 2px dashed;
}

@media screen and (max-width: 767px) {
	header {
  	padding: 10px;
	}
	.header-logo {
		top: 10px;
    left: 10px;
  	width: 40%;
	}
	.header-menu {
  	top: 10px;
  	right: 10px;
	}
	.header-btn {
  	padding: 14px 26px;
  	font-size: 10px;
	}
	.hamburger {
  	width: 20px;
  	height: 17px;
	}
	.hamburger span {
  	top: 7px;
	}
	.hamburger span:last-child {
  	top: 14px;
	}
	.hamburger-menu {
	  top: 10px;
	  left: 8px;
	  right: 8px;
	  height: calc(100vh - 20px);
	  padding: 50px 40px;
	}
	.hamburger-inner {
  	height: 100%;
  	flex-wrap: wrap;
	}
	.menu-main {
  	width: 100%;
  	font-size: 11px;
	}
	.menu-link {
  	margin-bottom: 10px;
	}
	.menu-list {
  	margin-bottom: 0;
  	flex-wrap: wrap;
	}
	.menu-list li {
		width: 100%;
		margin-bottom: 10px;
	}
	.menu-item {
  	width: 46%;
  	margin-bottom: 10px;
	}
	.menu-item li {
		font-weight: 400;
	}
	.first-menu-item {
		margin-bottom: 0;
	}
	.first-menu-item .menu-link {
		width: 100%;
	}
	.first-menu-item a,
	.menu-list li,
	.menu-item .menu-item-title {
  	border-width: 1px;
  	font-weight: 500;
	}
	.menu-logo {
  	display: flex;
  	width: 100%;
  	align-items: flex-start;
	}
	.logo-img {
	  width: 50%;
	  min-width: 50%;
	  padding-right: 10px;
	  margin: 0;
	}
	.menu-info {
		flex-wrap: wrap;
	}
	.menu-sp-logo {
  	margin-bottom: 4px;
	}
	.menu-info .nr-btn {
  	width: calc(100% - 40px);
	}
}

/*=====================================*/
.f-kv {
	position: relative;
  padding: 24px 35px 0;
}
.fv-img {
  position: relative;
  z-index: 1;
}
.fv-img img {
	width: 100%;
	border-radius: 20px;
}
.fv-img::before {
  content: "";
  position: absolute;
  left: -26px;
  bottom: -40px;
  width: 25%;
  height: 40%;
  background: url(../images/fv_item01.png) 0 100% / contain no-repeat;
  pointer-events: none;
  z-index: 1;
}
.fv-img::after {
	content: "";
	position: absolute;
	right: -26px;
	bottom: -40px;
	width: 25%;
	height: 40%;
	background: url(../images/fv_item02.png) 0 100% / contain no-repeat;
	pointer-events: none;
	z-index: 1;
}
.fv-img img.sp {
	display: none;
}
.fv-img .slick-dots {
  position: absolute;
  display: flex;
  bottom: 20px;
  justify-content: center;
}
.fv-img .slick-dots li {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 4px;
  background: #D8D8D8;
  border: 1px solid #FFF;
  border-radius: 50%;
}
.fv-img .slick-dots li.slick-active {
	background: #D49FC6;
}
.fv-img .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 0;
}
.fv-img .slick-dots li button:before {
	content: none;
}
.fv-title {
  position: absolute;
  top: 30%;
  left: 5%;
  font-size: 60px;
  font-weight: 800;
  line-height: 1.5;
  color: #FFF;
  font-family: 'karakaze', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', sans-serif;
  z-index: 2;
}
.fv-title span {
  display: block;
}
.fv-title span:nth-child(2) {
	padding-left: 0.8em;
}
.fv-title span:nth-child(3) {
	padding-left: 1.6em;
}

.f-content {
  max-width: 1920px;
  padding: 0 64px;
  margin: 0 auto;
}

.sec-news {
	position: relative;
  display: flex;
  padding: 148px 180px 180px;
}
.sec-news::after {
	content: "";
	position: absolute;
	bottom: 60px;
	left: -26px;
	width: 557px;
	height: 406px;
	background: url(../images/sec_item01.png) 0 100% / contain no-repeat;
}
.ej-title {
	position: relative;
	margin-bottom: 16px;
  font-size: 33px;
  color: #EA8B8E;
  font-weight: 700;
  line-height: 1.5;
  z-index: 1;
}
.ej-title span {
  display: block;
  font-size: 20px;
  color: #F0A5B3;
}
.sec-news .ej-title {
  width: 247px;
  min-width: 247px;
}
.news-wrap {
  position: relative;
  width: 100%;
  z-index: 1;
}
.news-list .news-item {
  display: flex;
  width: 100%;
  padding: 27px 30px;
  margin-bottom: 20px;
  line-height: 1.4;
  background: #FFF;
  border-radius: 18px;
  align-items: center;
}
.news-list .news-item time {
  margin-right: 28px;
  font-size: 18px;
  color: #ED8989;
  white-space: nowrap;
}
.news-category {
  display: block;
  padding: 5px 14px 4px;
  margin-right: 8px;
  font-size: 11px;
  color: #ED8989;
  background: #F8F8F8;
  border-radius: 50px;
  white-space: nowrap;
}
.news-title {
  font-size: 16px;
  -webkit-line-clamp: 1;
	-moz-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	box-orient: vertical;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
}
.btn-wrap {
  display: flex;
}
.r-btn {
  display: flex;
  color: #EA8A8E;
  gap: 15px;
  align-items: center;
}
.news-wrap .btn-wrap {
  margin-top: 48px;
  justify-content: center;
}

.sec-introduction {
  position: relative;
  padding: 52px 0 0;
  margin-bottom: 160px;
  background: url(../images/sec_bg_01.png) 50% 50% / 100% 100% no-repeat;
}
.sec-introduction::after {
	content: "";
	position: absolute;
	top: -40px;
	right: -22px;
	width: 20%;
  max-width: 279px;
	height: 404px;
	background: url(../images/sec_item15.png) 50% 50% / contain no-repeat;
}

.intro-item {
  display: flex;
}
.intro-about {
  width: 90%;
  padding-right: 180px;
}
.intro-about .intro-img {
  width: 45%;
  min-width: 45%;
  margin-right: 4%;
}
.intro-txt {
  width: 100%;
}
.intro-txt .btn-wrap {
  margin-top: 20px;
  justify-content: flex-end;
}
.intro-schedule {
  padding-left: 21%;
  padding-right: 180px;
  margin-top: -13%;
  align-items: center;
  transform: translateY(8%);
}

.intro-schedule .intro-img {
  width: 42%;
  min-width: 42%;
  margin-right: 2%;
}

.sec-join {
  margin-bottom: 180px;
}
.sec-join .ej-title {
  margin-bottom: 20px;
  text-align: center;
}
.join-wrap {
	position: relative;
  padding: 102px 180px 80px;
  background: url(../images/sec_bg_02.png) 50% 50% / 100% 100%  no-repeat;
}
.join-wrap::before {
	content: "";
	position: absolute;
	left: 0;
  bottom: -110px;
	width: 233px;
	height: 200px;
	background: url(../images/sec_item07.png) 0 100% / contain no-repeat;
}
.join-wrap::after {
	content: "";
	position: absolute;
	top: -116px;
  right: -4px;
	width: 284px;
	height: 200px;
	background: url(../images/sec_item06.png) 100% 0 / contain no-repeat;
}
.join-list {
	position: relative;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
  z-index: 1;
}
.join-item {
  width: 28%;
  max-width: 350px;
  text-align: center;
}
.dot-title {
	display: flex;
  font-size: 18px;
  line-height: 1.5;
}
.dot-title::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	margin-top: 8px;
	margin-right: 8px;
	background: #B094CE;
	border-radius: 50%;
}
.join-item .dot-title {
  margin-bottom: 40px;
  justify-content: center;
}
.join-link {
  position: relative;
  display: block;
}
.join-img {
	border: 2px solid #FFF;
	border-radius: 50%;
}
.join-img img {
  width: 100%;
  height: auto;
}
.join-img::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 12px;
	width: 24px;
	height: 27px;
	background: url(../images/arw_02.png) 50% 50% / contain no-repeat;
	transform: translateX(-50%);
}
.item1 .join-img::before {
	content: "";
	position: absolute;
	top: -6%;
  left: -4%;
  width: 48%;
  height: 40%;
	background: url(../images/sec_item08.png) 0 0 / contain no-repeat;
}
.item2 .join-img::before {
	content: "";
	position: absolute;
	top: -7%;
  right: 8%;
  width: 37%;
  height: 36%;
	background: url(../images/sec_item09.png) 0 0 / contain no-repeat;
}
.item3 .join-img::before {
	content: "";
	position: absolute;
	top: -4%;
  right: 3%;
  width: 34%;
  height: 32%;
	background: url(../images/sec_item10.png) 0 0 / contain no-repeat;
}

@media screen and (max-width: 1280px) {
	.f-content {
  	padding: 0 32px;
	}

	.sec-news {
	  padding: 140px 0;
	}
	.sec-news .ej-title {
  	width: 30%;
  	min-width: 30%;
	}
	.sec-news::after {
  	bottom: 15%;
  	left: -5%;
  	width: 64%;
	}

	.intro-about {
  	padding: 0;
	}
	.intro-schedule {
  	padding: 0 0 0 10%;
  	margin: 0;
	}
	.sec-introduction {
  	padding: 64px 15px 64px 0;
  	margin-bottom: 120px;
	}
	.sec-introduction::after {
	  top: -9%;
	  right: -10px;
	  width: 12%;
	}
	.intro-about .intro-img {
  	width: 43%;
  	min-width: 43%;
	}

	.join-wrap::before {
  	bottom: -18%;
  	width: 21%;
	}
	.join-wrap::after {
  	top: -20%;
  	width: 27%;
	}
	.join-wrap {
  	padding: 80px 40px 100px;
	}
	.join-item .dot-title {
  	margin-bottom: 20px;
	}
}

@media screen and (max-width: 767px) {
	.f-kv {
  	padding: 10px;
	}
	.fv-img {
  	height: auto;
	}
	.fv-img img {
	  height: auto;
	  border-radius: 10px;
  	object-fit: cover;
	}
	.fv-img img.pc {
		display: none;
	}
	.fv-img img.sp {
		display: block;
	}
	.fv-title {
	  top: 50%;
	  left: 4%;
  	font-size: 32px;
	}
	.fv-img::before {
	  left: -10px;
	  bottom: -20px;
	  width: 33%;
	}
	.fv-img::after {
		right: -10px;
		bottom: -20px;
		width: 33%;
	}

	.f-content {
  	padding: 0 10px;
	}

	.sec-news {
  	display: block;
  	padding: 30px 0 170px;
	}
	.ej-title {
		margin-bottom: 12px;
  	font-size: 20px;
	}
	.ej-title span {
  	font-size: 12px;
  	line-height: 1.1;
	}
	.sec-news .ej-title {
  	width: 100%;
  	text-align: center;
	}
	.news-list .news-item {
  	padding: 8px 14px;
  	margin-bottom: 10px;
  	flex-wrap: wrap;
  	border-radius: 6px;
	}
	.news-list .news-item time {
  	margin-right: 7px;
  	font-size: 15px;
	}
	.news-category {
  	padding: 2px 13px;
  	font-size: 10px;
	}
	.news-title {
	  display: block;
	  width: 100%;
	  margin: 3px 0 0;
	  font-size: 15px;
	  color: #5C3E3E;
	  font-weight: 500;
	}
	.r-btn {
  	font-size: 11px;
  	gap: 7px;
	}
	.r-btn span {
  	display: block;
  	width: 20px;
  	height: 20px;
	}
	.news-wrap .btn-wrap {
  	margin-top: 28px;
  	justify-content: flex-end;
	}

	.sec-introduction {
  	padding: 0 10px 64px;
  	margin-bottom: 64px;
  	background: url(../images/sec_bg_01_sp.png) 50% 50% / 100% 100% no-repeat;
	}
	.sec-introduction::after {
		content: none;
	}
	.intro-item {
  	display: block;
	}
	.intro-about {
  	width: 100%;
	}
	.intro-about .intro-img,
	.intro-schedule .intro-img {
	  width: 55%;
	  min-width: auto;
	  margin: 0 auto;
	}
	.intro-txt {
  	font-size: 12px;
	}
	.intro-schedule {
    padding: 0;
    transform: none;
  }
  .sec-introduction::before {
  	content: "";
  	position: absolute;
  	left: -10px;
  	bottom: -3%;
  	width: 48%;
  	height: 20%;
  	background: url(../images/sec_item14.png) 0 100% / contain no-repeat;
  }

  .sec-join {
  	margin-bottom: 56px;
	}
  .sec-join .ej-title {
  	margin-bottom: 32px;
	}
	.join-wrap {
  	padding: 50px 24px 40px;
  	background: url(../images/sec_bg_02_sp.png) 50% 50% / 100% 100% no-repeat;
	}
	.join-item {
    display: flex;
    width: 47%;
    flex-wrap: wrap;
    justify-content: center;
  }
	.join-list {
  	flex-wrap: wrap;
  	gap: 16px 6%;
  	justify-content: center;
	}
	.dot-title {
  	font-size: 14px;
	}
	.dot-title::before {
	  width: 6px;
	  height: 6px;
	  margin: 7px 5px;
	}
	.join-item .dot-title {
	  width: 100%;
	  margin: 8px 0 0;
	  order: 1;
	}
	.join-img::after {
  	bottom: 1%;
  	width: 10%;
	}
	.item2 .join-img::before {
	  top: -15%;
	  right: 13%;
	  width: 42%;
	  height: 40%;
	}
	.join-wrap::after {
  	top: -6%;
  	width: 26%;
  	pointer-events: none;
	}
	.join-wrap::before {
  	bottom: -5%;
  	width: 28%;
  	pointer-events: none;
	}
}

/*=============================================*/

footer {
  position: relative;
  padding: 74px 64px 0;
  background: url(../images/footer_bg.png) 50% 100% / 100% 100% no-repeat;
}
footer::before {
	content: "";
	position: absolute;
	top: -36px;
	right: 64px;
	width: 410px;
	height: 148px;
	background: url(../images/footer_item01.png) 100% 100% / contain no-repeat;
}
.footer {
  display: flex;
  padding: 0 40px;
  align-items: flex-end;
}
.footer-logo {
  width: 24%;
  min-width: 24%;
  margin-right: 40px;
}
.footer-menu {
  width: 100%;
}
.footer-list {
  display: flex;
  font-size: 13px;
  color: #5C3E3E;
  gap: 0 80px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.footer-list > li {
  margin-bottom: 30px;
}
.footer-list > li a {
	position: relative;
	display: block;
  padding-left: 18px;
}
.footer-list > li > a::before,
.fst-link a::before {
  content: "";
  position: absolute;
  display: block;
  top: 9px;
  left: 0;
  width: 7px;
  height: 7px;
  background: #8e5d5d;
  border-radius: 50%;
}
.footer-list .menu-full {
  width: 100%;
}
.fst-link + .fst-link {
  margin-top: 6px;
}
.under-menu {
  margin-top: 10px;
}
.under-menu li {
  margin-bottom: 6px;
}
.copyright {
  padding: 16px 0 4px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #FFF;
}

@media screen and (max-width: 1280px) {
	footer {
  	padding: 74px 24px 0;
	}
	footer::before {
	  top: -9%;
	  right: 24px;
	  width: 50%;
	}
	.footer {
  	align-items: center;
	}
	.footer-list {
		gap: 0 48px;
	}
	.footer-list > li {
  	font-size: 12px;
	}
	.footer-list > li:empty {
  	order: 1;
	}
}

@media screen and (max-width: 767px) {
	footer {
  	padding: 44px 10px 0;
  	background: url(../images/footer_bg_sp.png) 50% 50% / 100% 100% no-repeat;
	}
	footer::before {
  	right: 10px;
  	height: 23%;
	}
	.footer {
  	padding: 0;
  	justify-content: center;
	}
	.footer-logo {
		display: block;
	  width: 50%;
	  max-width: 236px;
	  margin: 0 auto;
	}
	.footer-logo .logo-img {
	  width: 90%;
	  margin: 5px auto 8px;
	}
	.sns-btn {
		width: 32px;
  	height: auto;
  	margin-right: 8px;
	}
	.nr-btn {
	  height: 32px;
	  padding-top: 2px;
	  font-size: 14px;
	  border-width: 1px;
	}
}

/*=========================================*/
.page-main {
  padding: 130px 64px 180px;
}
.page-pan {
  width: 80%;
  max-width: 1380px;
  margin: 0 auto;
  font-size: 14px;
}
.pan-list {
  display: flex;
  justify-content: flex-end;
}
.pan-list a {
  color: #AFA0A0;
}
.pan-list li:not(:last-child)::after {
	content: "/";
	margin: 0 4px;
	color: #AFA0A0;
}

.page-about .ej-title {
  margin-bottom: 30px;
}
.sec-inner {
  width: 80%;
  max-width: 1380px;
  margin: 0 auto;
}
.item-about-inner {
  margin-bottom: 60px;
}
.about-inner {
  display: flex;
  margin-bottom: 44px;
  justify-content: space-between;
  align-items: flex-start;
}
.table {
  width: 100%;
  line-height: 1.3;
}
.table th {
  width: 24%;
  padding: 8px 8px 8px 0;
  text-align: left;
  white-space: nowrap;
  border-bottom: 2px dashed #EA8B8E;
}
.table td {
  padding: 8px 8px 8px 30px;
  border-bottom: 2px dashed #9E8A87;
}
.about-table {
  width: 40%;
}
.about-map {
  position: relative;
  width: 55%;
  border-radius: 10px;
  overflow: hidden;
}
.about-map::before {
  content: "";
  display: block;
  padding-top: 51%;
}
.about-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.about-sub-img {
  position: relative;
}
.about-sub-img img {
  border-radius: 20px;
}
.about-sub-img::before {
  content: "";
  position: absolute;
  left: -60px;
  bottom: -30px;
  width: 229px;
  height: 175px;
  background: url(../images/about_item01.png) 0 100% / contain no-repeat;
}
.item-access {
	position: relative;
  padding: 32px 80px 55px;
  margin-bottom: 70px;
  background: url(../images/sec_bg_03.png) 50% 50% / 100% 100% no-repeat;
}
.item-access::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -11%;
  width: 22%;
  height: 40%;
  background: url(../images/sec_item16.png) 100% 100% / contain no-repeat;
}
.item-access-inner {
  width: 92%;
}
.item-access-inner .ej-title {
  margin-bottom: 40px;
}
.access-list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 0;
  justify-content: space-between;
}
.access-item {
	/*width: 30%;*/
	width: 48.5%;
  line-height: 1.8;
}
.access-item:empty {
	display: none;
}
.access-item .dot-title {
  margin-bottom: 16px;
}
.access-dl dl {
  display: flex;
}
.access-dl dl dt {
  width: 110px;
  min-width: 110px;
}
.item-greeting {
  margin-bottom: 120px;
}
.greeting-wrap {
  display: flex;
  align-items: flex-start;
}
.greeting-img {
  position: relative;
  width: 40%;
  min-width: 40%;
  margin-right: 40px;
}
.greeting-img::after {
  content: "";
  position: absolute;
  left: -54px;
  bottom: -40px;
  width: 120px;
  height: 134px;
  background: url(../images/about_item05.png) 0 100% / contain no-repeat;
}
.history-wrap .history-item {
  display: flex;
  padding: 10px 0;
  justify-content: space-between;
  align-items: center;
}
.history-img {
  width: 50%;
}
.history-info {
  width: 50%;
  padding-left: 40px;
}
.history-info time {
  display: block;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 700;
}
.history-wrap .slick-dots {
  position: relative;
  bottom: 0;
  width: 50%;
  margin-top: 6px;
}
.history-wrap .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 4px;
  background: #D8D8D8;
  border-radius: 50%;
}
.history-wrap .slick-dots li.slick-active {
	background: #D49FC6;
}
.history-wrap .slick-dots li button {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
.history-wrap .slick-dots li button::before {
	content: none;
}
.history-wrap.slick-dotted.slick-slider {
  margin-bottom: 160px;
}

.item-policy {
  margin-bottom: 134px;
}
.policy-wrap {
  padding: 74px 0;
}
.policy-box {
  position: relative;
  padding: 44px 54px 40px;
  margin-bottom: 68px;
  background: url(../images/sec_bg_03.png) 50% 50% / 100% 100% no-repeat;
}
.color-title {
  margin-bottom: 40px;
  font-size: 22px;
}
.color-pl {
  color: #8861B5;
}
.color-og {
  color: #EBA054;
}
.color-gr {
  color: #70B153;
}
.policy-box .color-title {
  position: relative;
  padding-left: 160px;
}
.policy-box .color-title::before {
  content: "";
  position: absolute;
  left: -10px;
  bottom: -20px;
  width: 160px;
  height: 200px;
}
.box1 .color-title::before {
	background: url(../images/about_item07.png) 0 100% / contain no-repeat;
}
.box2 .color-title::before {
	background: url(../images/about_item11.png) 0 100% / contain no-repeat;
}
.box3 .color-title::before {
	background: url(../images/about_item15.png) 0 100% / contain no-repeat;
}
.policy-imgs {
  display: flex;
  margin-top: 24px;
  justify-content: center;
  gap: 16px;
}
.box1 .policy-imgs,
.box3 .policy-imgs {
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.policy-box.box1::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -3%;
  width: 8.5%;
  height: 19%;
  background: url(../images/about_item10.png) 100% 100% / contain no-repeat;
}
.policy-box.box3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10%;
  width: 8.5%;
  height: 20%;
  background: url(../images/about_item16.png) 0 100% / contain no-repeat;
}
.policy-item {
  margin-bottom: 40px;
  line-height: 1.7;
}
.policy-item .dot-title {
  margin-bottom: 8px;
}
.pink-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pink-item {
  width: 48.5%;
  margin-bottom: 32px;
}
.pink-title {
  padding: 8px 16px;
  font-size: 16px;
  background: #FFEDED;
  border-radius: 5px;
}
.pink-txt {
  padding: 12px 16px;
}

@media screen and (max-width: 1280px) {
	.page-main {
  	padding: 120px 40px 160px;
	}
	.page-pan {
  	width: 60%;
	}
	.sec-inner {
		width: 100%;
	}
	.about-table {
  	width: 48%;
	}
	.about-map {
  	width: 50%;
	}
	.about-map::before {
  	padding-top: 100%;
	}
	.about-sub-img::before {
	  left: -24px;
	  bottom: -24px;
	  width: 24%;
	}
	.item-access {
  	padding: 40px;
	}
	.access-item {
  	width: 48.5%;
	}
	.access-item:empty {
		order: 1;
	}
	.access-item:nth-child(4) {
  	width: 100%;
	}
	.greeting-img::after {
	  left: -34px;
	  bottom: -40px;
	  width: 36%;
	}
	.history-wrap.slick-dotted.slick-slider {
  	margin-bottom: 120px;
	}
}

@media screen and (max-width: 767px) {
	.page-main {
  	padding: 80px 10px;
	}
	.page-pan {
	  width: 100%;
	  padding-right: 88px;
	  margin-bottom: 10px;
	  font-size: 11px;
	}
	.pan-list {
  	flex-wrap: wrap;
	}
	.about-inner {
		margin-bottom: 24px;
  	flex-wrap: wrap;
  	gap: 20px;
	}
	.about-table {
  	width: 100%;
	}
	.about-map {
  	width: 100%;
	}
	.about-map::before {
  	padding-top: 60%;
	}
	.about-sub-img::before {
  	left: -10px;
  	bottom: -7%;
	}
	.item-access {
  	padding: 32px 15px;
  	margin-bottom: 48px;
  	background-image: url(../images/sec_bg_02_sp.png);
	}
	.item-access-inner .ej-title {
  	margin-bottom: 20px;
	}
	.access-list {
  	gap: 20px 0;
	}
	.access-item {
  	width: 100%;
	}
	.access-dl dl dt {
  	width: 90px;
  	min-width: 90px;
	}
	.item-greeting,
	.history-wrap.slick-dotted.slick-slider,
	.item-policy {
  	margin-bottom: 64px;
	}
	.greeting-wrap {
  	flex-wrap: wrap;
	}
	.greeting-img {
	  width: 80%;
	  max-width: 80%;
	  margin: 0 auto 40px;
	}
	.greeting-img::after {
	  left: -9%;
	  bottom: -10%;
	  width: 30%;
	  height: 32%;
	}
	.greeting-info .ej-title {
  	margin-bottom: 16px;
	}
	.history-info {
  	padding-left: 10px;
  	font-size: 11px;
	}
	.history-info time {
  	margin-bottom: 2px;
  	font-size: 16px;
	}
	.history-wrap .slick-dots li {
	  width: 6px;
	  height: 6px;
	  margin: 0 3px;
	}
	.policy-box {
  	padding: 32px 15px;
  	margin-bottom: 32px;
  	background-image: url(../images/sec_bg_02_sp.png);
	}
	.policy-box .color-title {
  	padding-left: 80px;
  	margin-bottom: 26px;
  	font-size: 18px;
	}
	.policy-box .color-title::before {
	  left: -15px;
	  bottom: -20px;
	  width: 90px;
	  height: 90px;
	}
	.policy-imgs {
  	margin-top: 16px;
  	gap: 10px;
	}
	.box1 .policy-imgs,
	.box3 .policy-imgs {
  	width: 100%;
  	max-width: 100%;
	}
	.policy-box.box3::after {
	  bottom: -5%;
	  width: 13%;
	  height: 15%;
	}
	.policy-wrap {
  	padding: 56px 0 32px;
	}
	.policy-item {
  	margin-bottom: 24px;
  	font-size: 12px;
	}
	.pink-item {
  	width: 100%;
  	margin-bottom: 8px;
	}
	.pink-title {
  	font-size: 14px;
	}
}

/*===========================================*/

.page-facilities .ej-title {
  margin-bottom: 40px;
}
.facilities-map {
  margin-bottom: 32px;
}
.facilities-map img {
  width: 100%;
}
.facilities-box {
  padding: 88px 40px;
  margin-bottom: 88px;
  background: url(../images/sec_bg_04.png) 50% 50% / 100% 100% no-repeat;
}
.facilities-item .dot-title {
  margin-bottom: 7px;
}
.facilities-imgs {
  display: flex;
  margin-top: 18px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.facilities-img {
  width: 24%;
  border-radius: 15px;
  overflow: hidden;
}
.facilities-imgs::before,
.facilities-imgs::after {
	content: "";
	display: block;
	width: 24%;
	order: 1;
}
.facilities-img img {
	width: 100%;
}
.facilities-item {
  margin-bottom: 64px;
}
.facilities-item:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 1280px) {
	.facilities-box {
  	padding: 64px 40px;
	}
}

@media screen and (max-width: 767px) {
	.facilities-map {
  	margin-bottom: 24px;
	}
	.facilities-box {
  	padding: 32px 15px;
  	margin-bottom: 64px;
	}
	.facilities-item {
  	margin-bottom: 24px;
	}
	.facilities-img {
  	width: 48.5%;
  	margin-bottom: 3%;
  	border-radius: 8px;
	}
	.facilities-imgs::before,
	.facilities-imgs::after {
		width: 48.5%;
	}
}

.item-schedule {
  margin-bottom: 80px;
}
.page-schedule .ej-title {
	margin-bottom: 30px;
}
.day-schedule {
  display: block;
  margin-bottom: 64px;
  font-size: 0;
  text-align: center;
}
.year-item {
	position: relative;
  display: flex;
  margin-bottom: 48px;
}
.year-item.il_01::before {
  content: "";
  position: absolute;
  top: -38px;
  right: 0;
  width: 108px;
  height: 144px;
  background: url(../images/schedule_bg01.png) 50% 50% / contain no-repeat;
  z-index: -1;
}
.year-item.il_02::before {
	content: "";
	position: absolute;
	top: 32px;
  right: 0;
  width: 145px;
  height: 160px;
	background: url(../images/schedule_bg02.png) 50% 50% / contain no-repeat;
	transform: translateY(-100%);
	z-index: -1;
}
.year-item.il_03::before {
	content: "";
	position: absolute;
	top: 4px;
  right: 0;
  width: 146px;
  height: 148px;
	background: url(../images/schedule_bg03.png) 50% 50% / contain no-repeat;
	transform: translateY(-100%);
	z-index: -1;
}
.year-item.il_04::before {
	content: "";
	position: absolute;
	top: -28px;
  right: 0;
  width: 160px;
  height: 160px;
	background: url(../images/schedule_bg04.png) 50% 50% / contain no-repeat;
	z-index: -1;
}
.year-month {
  display: flex;
  width: 100px;
  min-width: 100px;
  height: 32px;
  margin-right: 40px;
  align-items: center;
  justify-content: center;
  background: #ddd;
  border-radius: 50px;
}
.year-month.month-pk {
  background: #F8C7D0;
}
.year-month.month-og {
  background: #FFC284;
}
.year-month.month-rd {
  background: #F1C3AE;
}
.year-month.month-gr {
	background: #B3D36B;
}
.year-month.month-bl {
	background: #AEDFF1;
}
.year-inner {
	width: 100%;
  padding-top: 4px;
  padding-right: 110px;
}
.year-inner .dot-title {
  margin-bottom: 18px;
}
.year-inner ul,
.year-inner ul li {
  width: 100%;
}
.year-imgs {
  display: flex;
  margin-bottom: 24px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.year-img {
  width: 32%;
  margin-bottom: 16px;
  border-radius: 15px;
  overflow: hidden;
}
.year-imgs::before,
.year-imgs::after {
	content: "";
	display: block;
	width: 32%;
	order: 1;
}
.year-img img {
	width: 100%;
}
.year-inner ul li:last-child .year-imgs {
	margin-bottom: 0;
}
.pink-case .pink-item {
  width: 100%;
}
.item-childcare {
  margin-bottom: 80px;
}
.fl-box {
  display: flex;
  margin: 24px 0 0;
}
.fl-box.center {
	align-items: center;
}
.fl-tag {
  display: flex;
  width: 120px;
  min-width: 120px;
  min-height: 80px;
  margin-right: 20px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  border: 3px solid #5C3E3E;
  border-radius: 6px;
}
.fl-list {
  padding: 10px 0;
}
.fl-list li:not(:last-child) {
  margin-bottom: 6px;
}
.item-support-inner > p {
  margin-bottom: 42px;
}
.item-support-inner .fl-list {
  padding: 0;
}
.pink-case .btn-wrap {
  margin-top: 24px;
}
.note {
  display: block;
  font-size: 12px;
  color: #DB3E44;
}

@media screen and (max-width: 767px) {
	.year-schedule-tag {
  	padding: 0;
  	margin-bottom: 40px;
  	gap: 0 10px;
	}
	.year-item {
  	margin-bottom: 24px;
	}
	.year-month {
	  width: 64px;
	  min-width: 64px;
	  margin-right: 20px;
	  height: 24px;
	  font-size: 12px;
	}
	.year-inner {
  	padding-top: 2px;
	}
	.year-inner .dot-title {
  	margin-bottom: 10px;
	}
	.year-imgs {
  	margin-bottom: 12px;
	}
	.year-img {
	  width: 48.5%;
	  margin-bottom: 10px;
	  border-radius: 8px;
	}
	.year-imgs::before,
	.year-imgs::after {
		width: 48.5%;
	}
	.item-schedule {
  	margin-bottom: 64px;
	}
	.fl-tag {
	  width: 68px;
	  min-width: 68px;
	  min-height: 64px;
	  margin-right: 10px;
	  border-width: 2px;
	}
	.fl-list .dot-title {
  	font-size: 12px;
	}
}

.item-soon .ej-title {
  margin-bottom: 60px;
}
.comingsoon-wrap {
  text-align: center;
}
.comingsoon-wrap > img {
  display: block;
  margin: 32px auto;
}
.comingsoon-wrap .btn-wrap {
  justify-content: center;
}

@media screen and (max-width: 767px) {
	.item-soon .ej-title {
  	margin-bottom: 32px;
	}
	.comingsoon-wrap > img {
  	margin: 24px auto;
	}
}

.item-news-inner .news-list {
  margin-bottom: 72px;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi {
  display: flex;
  color: #EA8A8E;
  justify-content: center;
  align-items: center;
}
.wp-pagenavi > * {
  margin: 0 4px;
}
.wp-pagenavi .previouspostslink {
  display: flex;
  margin: 0 30px 0 0;
  align-items: center;
}
.wp-pagenavi .previouspostslink::before {
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	margin-right: 8px;
	background: url(../images/arw_03.png) 50% 50% / contain no-repeat;
}
.wp-pagenavi .nextpostslink {
	display: flex;
	margin: 0 0 0 30px;
  align-items: center;
}
.wp-pagenavi .nextpostslink::after {
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	margin-left: 8px;
	background: url(../images/arw_01.png) 50% 50% / contain no-repeat;
}
.wp-pagenavi .current {
  color: #F0A5B3;
}

@media screen and (max-width: 767px) {
	.item-news-inner .news-list {
  	margin-bottom: 56px;
	}
}

.news-detail {
  padding: 37px 30px 72px;
  margin: 48px 0 72px;
  background: #FFF;
  border-radius: 9px;
}
.news-detail-title {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
}
.news-detail-data {
  display: flex;
  margin-bottom: 36px;
  align-items: center;
}
.news-detail-data time {
  display: block;
  margin-right: 16px;
  font-size: 18px;
  color: #ED8989;
}
.news-detail-txt {
  line-height: 1.8;
}
.news-detail-txt p:not(:last-child) {
  margin-bottom: 12px;
}
.news-detail-txt a {
  color: #957272;
  text-decoration: underline;
}
.news-detail-pager {
  display: flex;
  width: 50%;
  max-width: 490px;
  margin: 0 auto;
  color: #EA8A8E;
	align-items: center;
  justify-content: space-between;
}
.news-detail-pager > p {
	min-width: 74px;
}
.news-detail-pager .prev a,
.news-detail-pager .next a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.news-detail-pager a span {
	display: block;
	width: 32px;
	height: 32px;
}
.news-detail-pager .prev a span {
	background: url(../images/arw_03.png) 50% 50% / contain no-repeat;
}
.news-detail-pager .next a span {
	background: url(../images/arw_01.png) 50% 50% / contain no-repeat;
}

@media screen and (max-width: 767px) {
	.news-detail {
  	padding: 20px 15px 40px;
  	margin: 24px 0 56px;
  	border-radius: 6px;
	}
	.news-detail-data {
  	margin-bottom: 16px;
	}
	.news-detail-pager {
	  width: 100%;
	}
}

.page-contact .ej-title {
  margin-bottom: 100px;
}
.contact-table {
  margin-bottom: 100px;
}
.contact-table dl {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}
.contact-table dl dt {
  width: 200px;
  min-width: 200px;
  margin-right: 20px;
}
.contact-table dl dd {
  width: 100%;
}
.contact-table dl dd input {
  width: 100%;
  padding: 9px 12px;
  color: #5C3E3E !important;
  font-weight: 600;
  background: #FDF2E7;
  border-bottom: 2px dashed #9E8A87;
}
.contact-table dl dd input::placeholder,
.contact-input textarea::placeholder {
	color: #AF9B9B;
	font-weight: 600;
}
.contact-table dl.full {
  display: block;
  margin-top: 17px;
}
.contact-table dl.full dt {
  display: flex;
  width: 100%;
  min-width: 100%;
  margin-bottom: 6px;
  align-items: center;
}
.contant-tag {
  display: block;
  padding: 7px 8px;
  margin-left: 16px;
  line-height: 1.2;
  font-size: 10px;
  color: #5C3E3E;
  background: #FCE5E7;
}
.contact-input textarea {
  width: 100%;
  padding: 12px 20px;
  font-weight: 500;
  color: #5C3E3E !important;
  background: #FDF2E7;
  vertical-align: bottom;
}
.contact-table dl.full dd {
  border: none;
}
.contact-inner .btn-wrap {
  justify-content: center;
  gap: 40px;
}
.contact-inner form .r-btn:empty {
  display: none;
}
.contact-inner form .r-btn::before {
	content: "";
	display: block;
	width: 41px;
	height: 41px;
	background: url(../images/arw_03.png) 50% 50% / contain no-repeat;
}
.contact-inner form .r-btn + .r-btn::before {
	content: none;
}
.contact-inner form .r-btn + .r-btn::after {
	content: "";
	display: block;
	width: 41px;
	height: 41px;
	background: url(../images/arw_01.png) 50% 50% / contain no-repeat;
}
.contact-inner form .r-btn input {
  color: #EA8A8E !important;
  font-weight: 600;
}
.contact-input .error {
  display: block;
  margin: 4px 0 0;
  font-size: 12px;
  text-align: right;
  color: #DB3E44;
}
.contact-inner input:is(:-webkit-autofill, :autofill),
.contact-inner textarea:is(:-webkit-autofill, :autofill) {
  color: #EA8A8E !important;
  background: #FDF2E7;
}

@media screen and (max-width: 767px) {
	.page-contact .ej-title {
  	margin-bottom: 48px;
	}
	.contact-table dl {
  	display: block;
	}
	.contact-table dl dt {
	  width: 100%;
	  min-width: auto;
	  margin: 0 0 10px;
	}
	.contact-table dl.full dt {
  	display: block;
	}
	.contant-tag {
  	margin: 4px 0;
	}
	.contact-table {
  	margin-bottom: 56px;
	}
	.contact-inner form .r-btn::before,
	.contact-inner form .r-btn + .r-btn::after {
		width: 20px;
		height: 20px;
	}
}

.mw_wp_form_confirm .contact-table dl {
  margin-bottom: 56px;
}
.mw_wp_form_confirm .contact-table dl.full dd {
  padding: 26px 20px;
}

@media screen and (max-width: 767px) {
	.mw_wp_form_confirm .contact-table dl {
  	margin-bottom: 32px;
	}
	.mw_wp_form_confirm .contact-table dl.full dd {
  	padding: 20px 14px 0;
	}
}

.contact-thanks {
  text-align: center;
}
.contact-thanks .btn-wrap {
  margin-top: 220px;
}

@media screen and (max-width: 1280px) {
	.contact-thanks .btn-wrap {
  	margin-top: 160px;
	}
}

@media screen and (max-width: 767px) {
	.contact-thanks {
  	min-height: 38vh;
	}
	.contact-thanks .btn-wrap {
  	margin-top: 120px;
  	margin-bottom: 50px;
	}
}

.flex-input {
  display: flex;
  padding: 20px 0;
  gap: 16px;
  flex-wrap: wrap;
}
.contact-inner .mw_wp_form .horizontal-item + .horizontal-item {
  margin: 0;
}
.flex-input .mwform-radio-field .mwform-radio-field-text {
  position: relative;
  padding-left: 24px;
}
.flex-input .mwform-radio-field .mwform-radio-field-text::before {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	width: 16px;
	height: 16px;
	background: #FFF;
	border: 1px solid #9E8A87;
	border-radius: 50%;
}
.flex-input .mwform-radio-field .mwform-radio-field-text::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 3px;
  width: 12px;
  height: 12px;
  background: #5C3E3E;
  border-radius: 50%;
  transform: scale(0);
}
.flex-input .mwform-radio-field input:checked + .mwform-radio-field-text::after {
	transform: scale(1);
}
.contact-table dl dt.item-title {
  display: block;
  width: 100%;
  min-width: auto;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
	.flex-input {
  	padding: 10px 0;
	}
	.contact-table dl dt.item-title {
  	padding: 10px 0 5px;
	}
}

.item-news-inner {
  display: flex;
  gap: 0 24px;
}
.item-news-main {
  width: 100%;
}
.item-news-sidebar {
  width: 240px;
  min-width: 240px;
}
.cat-title {
  display: block;
  padding: 6px 16px 4px;
  color: #FFF;
  font-weight: 600;
  background: #ffaec1;
  border-radius: 16px 16px 0 0;
}
.item-news-sidebar ul {
	padding: 4px 16px 20px;
	background: #FFF;
	border-radius: 0 0 16px 16px;
}
.cat-item {
  display: flex;
  padding: 6px 0;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px dashed #837676;
}
.cat-item a {
	display: inline-block;
}
.ej-title small {
  display: inline-block;
}

.year-schedule-tag {
  display: flex;
  padding: 0 110px;
  margin-bottom: 80px;
  gap: 0 16px;
  justify-content: space-between;
}
.year-tag {
  width: 100%;
}
@media screen and (max-width: 767px) {
	.item-news-inner {
  	flex-wrap: wrap;
	}
	.item-news-sidebar {
	  width: 100%;
	  min-width: auto;
	  margin: 46px 0 0;
	  font-size: 12px;
	  order: 1;
	}
	.cat-item {
  	font-size: 11px;
	}
	.year-schedule-tag {
  	padding: 0;
  	margin-bottom: 40px;
  	gap: 0 10px;
	}
}

.item-alumni {
	position: relative;
  padding: 88px 40px;
  margin-bottom: 88px;
  background: url(../images/sec_bg_04.png) 50% 50% / 100% 100% no-repeat;
}
.alumni-item:not(:last-child) {
	margin-bottom: 80px;
}
.alumni-list {
  display: flex;
  margin: 32px 0 0;
  flex-wrap: wrap;
  gap: 32px 0;
  justify-content: space-between;
}
.alumni-list li {
	width: 32%;
	border-radius: 15px;
	overflow: hidden;
}
.alumni-list li img {
	width: 100%;
}
.alumni-list::before,
.alumni-list::after {
	content: "";
	display: block;
	width: 32%;
	order: 1;
}
.item-alumni::before,
.item-alumni::after {
  content: "";
  position: absolute;
  width: 8.5%;
  height: 20%;
  background: url(../images/about_item16.png) 0 100% / contain no-repeat;
}
.item-alumni::before {
	top: 30%;
	right: 0;
	transform: translateX(50%);
}
.item-alumni::after {
  left: 0;
  bottom: -1%;
  transform: translateX(-50%);
}

@media screen and (max-width: 1280px) {
	.item-alumni {
		padding: 64px 40px;
	}
}

@media screen and (max-width: 767px) {
	.item-alumni {
		padding: 32px 15px;
	}
	.item-alumni::before,
	.item-alumni::after {
  	height: 5%;
	}
	.item-alumni::before {
	  top: 40%;
	  right: -8px;
	  transform: none;
	}
	.item-alumni::after {
  	left: -8px;
  	bottom: -2.5%;
  	transform: none;
	}
	.alumni-item:not(:last-child) {
  	margin-bottom: 64px;
	}
	.alumni-list {
  	margin-top: 24px;
  	gap: 0;
	}
	.alumni-list li {
  	width: 48.5%;
  	margin-bottom: 3%;
  	border-radius: 8px;
	}
	.alumni-list::before,
	.alumni-list::after {
		width: 48.5%;
	}
}

.item-students-list {
  display: flex;
  margin: 32px 0 0;
  gap: 32px 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
.item-students-list li {
  width: 48.5%;
}
.item-students-btn {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 90px;
  padding: 50px 10px 20px;
  background: #F5B5B7;
  border: 2px solid #FFF;
  border-radius: 15px;
  align-items: center;
  justify-content: center;
}
.item-students-btn p {
	width: 100%;
	text-align: center;
}
.item-students-btn span {
  display: block;
  width: 100%;
  text-align: center;
}
.item-students-btn img {
	display: block;
	width: 28px;
	margin: 6px auto 0;
}

@media screen and (max-width: 767px) {
	.item-students-list {
  	gap: 16px 0;
	}
	.item-students-list li {
		width: 100%;
	}
	.item-students-btn {
  	padding: 40px 10px 10px;
	}
}

.security-inner {
  margin: 80px 0 0;
}
.security-list {
  display: flex;
  justify-content: space-between;
  gap: 80px 0;
  flex-wrap: wrap;
}
.security-list li {
  width: 31%;
}
.security-list::before,
.security-list::after {
	content: "";
	width: 31%;
	order: 1;
}
.security-img {
  display: block;
  margin: 12px 0 0;
  border: 2px solid #FFF;
  border-radius: 15px;
  overflow: hidden;
}
.security-img img {
	width: 100%;
}

@media screen and (max-width: 767px) {
	.security-inner {
  	margin-top: 48px;
	}
	.security-list {
  	gap: 40px 0;
	}
	.security-list li {
  	width: 48.5%;
	}
}

.recruit-inner {
  margin: 48px 0 0;
  text-align: center;
}
.recruit-inner .btn-wrap {
  margin: 32px 0;
  justify-content: center;
}

.fv_item:not(:first-child) {
  display: none;
}
.slick-initialized .fv_item:not(:first-child) {
  display: block;
}

.item-news-pager {
  display: none;
}


.join-item.comingsoon .join-img {
	position: relative;
}
.join-item.comingsoon .join-cp {
	position: absolute;
	display: flex;
	top: 0;
  left: 0;
	width: 100%;
	height: 100%;
	font-size: 24px;
	background: rgba(255,255,255,0.6);
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	z-index: 1;
}
.join-item.comingsoon .join-img img {
	opacity: 0.6;
}
.join-item.comingsoon .join-note {
	margin: 6px 0 0;
	font-size: 16px;
}
.join-item.comingsoon .join-note a {
  color: #ea8b8e;
  text-decoration: underline;
}

.join-txt {
  margin: 40px 0 0;
  text-align: center;
}
.join-txt .btn-wrap {
  margin: 24px 0 0;
  justify-content: center;
}

@media screen and (max-width: 767px) {
	.join-item.comingsoon .join-cp {
		font-size: 18px;
	}
	.join-item.comingsoon .join-note {
  	font-size: 13px;
	}
	.join-item.comingsoon .join-note a {
  	display: block;
	}
}