#hero-image {
	padding: 20px 4.16dvw 0 4.16dvw;
	position: relative;
	margin: 0 auto 80px;
}

#hero-image-slide {
	/* height: calc(100vh - 200px); */
	height: 50vw;
	max-height: 1200px;
	position: relative;
	z-index: 1;
}

#hero-image-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 30px;
}

#hero-image-slide .slick-list,
#hero-image-slide .slick-track {
	height: 100%;
}

#hiro-catch {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	width: 700px;
	transform: translate(-50%, -50%);
	text-shadow:
		#fff 2px 0px, #fff -2px 0px,
		#fff 0px -2px, #fff 0px 2px,
		#fff 2px 2px, #fff -2px 2px,
		#fff 2px -2px, #fff -2px -2px,
		#fff 1px 2px, #fff -1px 2px,
		#fff 1px -2px, #fff -1px -2px,
		#fff 2px 1px, #fff -2px 1px,
		#fff 2px -1px, #fff -2px -1px;
	font-weight: 200;
	font-size: 48px;
	text-align: center;
	line-height: 1.4em;
	font-family: "sicellemin", sans-serif;
}

#hero-image-link {
	width: 920px;
	display: flex;
	justify-content: space-between;
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	list-style: none;
	padding: 0;
	z-index: 3;
}

#hero-image-link li {
	width: 400px;
}

#hero-image-link li a {
	display: block;
	border-radius: 50px;
	line-height: 98px;
	border: 1px solid #fff;
	background: #11a1da;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 24px;
	font-family: "sicellemin", sans-serif;
}

#hero-image-link li a:hover {
	color: #11a1da;
	background: rgba(255, 255, 255, 0.9);
}

.slick-dots {
	display: flex;
	gap: 10px;
	justify-content: center;
	list-style: none;
	padding: 20px 0 0;
}

.slick-dots button {
	width: 10px;
	height: 10px;
	border-radius: 50px;
	background: #b8b8b8;
	text-indent: -9999px;
	display: block;
	border: 0;
}

.slick-dots .slick-active button {
	background: #727272;
}

#top1 {
	padding: 0 4.16dvw;
	margin: 0 auto 90px;
}

#top1 h2 {
	font-size: 24px;
	margin-bottom: 20px;
	font-family: "sicellemin", sans-serif;
}

#calendar > h2:nth-child(4){
	margin:  0 0 10px;
}

#top1 article {
	max-width: 1440px;
	margin: 0 auto;
	display: flex;
	gap: 40px;
}

#top1 article #news {
	width: calc((100% - 40px) / 2);
	box-sizing: border-box;
	border: 1px solid #999999;
	padding: clamp(20px, 2.6dvw, 50px);
	border-radius: 20px;
}

#news_inner {
	height: 603px;
	overflow: auto;
}

#news_inner dl {
	padding: 0 0 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

#news_inner dl dt {
	font-weight: 700;
	display: flex;
	gap: 15px;
	line-height: 1.1;
}

#news_inner dl dt span{
	background-color: #2F9DC9;
	padding: 0 5px;
	border-radius: 4px;
	color: #fff;
	font-size: 85%;
	font-weight: normal;
}

#news_inner dl dt time {
	color: #60b6d8;
}

#top1 article #calendar {
	width: calc((100% - 40px) / 2);
	box-sizing: border-box;
	border: 1px solid #999999;
	padding: clamp(20px, 2.6dvw, 50px);
	border-radius: 20px;
}

#calendar_inner {
	display: flex;
	gap: 30px;
	margin: 0 0 10px;
}

#calendar_inner iframe {
	display: block;
	width: calc((100% - 30px) / 2);
	height: 220px;
	flex: none;
}

#calendar table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 5px;
}

#calendar th,
#calendar td {
	text-align: center;
	padding: 5px;
}

#calendar tbody th,
#calendar tbody td {
	border: 1px solid #727171;
	white-space: nowrap;
	text-align: center;
}

.hanrei{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	list-style: none;
	margin: 0 0 30px;
	gap: 20px;
	font-size: 93%;
	letter-spacing: -0.1em;
}

.hanrei li span{
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	border-radius: 2px;
}

.hanrei li small{
	font-size: 85%;
}

#hanrei1 span{
	background-color: #C4C4C4;
}

#hanrei2 span{
	background-color: #ABDBF8;
}

#hanrei3 span{
	background-color: #FF9411;
}

.attention1 strong{
	font-weight: bold;
	color: #FC2618;
}

#top2 {
	background: url('../images/index/bg1.webp') no-repeat;
	background-size: cover;
	padding: 90px 4.16dvw 50px;
	margin: 0 auto 120px;
}

#top2_inner {
	max-width: 1440px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
}

#top2 article {
	width: 470px;
}

#top2 article h2 {
	font-size: 30px;
	margin-bottom: 40px;
	font-family: "sicellemin", sans-serif;
}

#top2 article h2 small {
	font-weight: normal;
	font-size: 24px;
	display: block;
	margin-bottom: 20px;
}

.more {
	max-width: 390px;
}

.more a {
	display: block;
	color: #11a1da;
	text-decoration: none;
	background: #fff;
	border: 2px solid #11a1da;
	line-height: 76px;
	text-align: center;
	font-size: 24px;
	border-radius: 40px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

.more a:hover {
	color: #fff;
	background: #11a1da;
}

#top2 .more {
	padding: 40px 0 0;
}

#top3 {
	padding: 0 20px 50px;
	max-width: 1920px;
	box-sizing: border-box;
	margin: 0 auto 100px;
	overflow: hidden;
}

#top3 .more a {
	line-height: 50px;
	font-size: 18px;
}

#top3 h2 {
	font-size: 24px;
	margin: 0 auto 80px;
	text-align: center;
	font-family: "sicellemin", sans-serif;
}

#top3 article {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

#top3 article dl {
    width: calc((100% - 50px) / 6);
    flex: none;
    border: 1px solid #11a1da;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 0 0 20px;
    font-size: 24px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

#top3 #top3-5 dt{
	font-size: ;
}

#top3 article dt {
	padding: 5px 0;
	background: #cfe8f2;
	text-align: center;
	line-height: 40px;
	font-family: "sicellemin", sans-serif;
	font-size: 18px;
	font-weight: 700;
}

#top3 article dd.comment {
	font-size: 17px !important;
	padding: 0 10px 20px;
	text-align: justify;
	line-height: 1.4;
}

#top3 article dd {
	padding: 0 10px;
}

#top3 article sub{
	font-size: 15px;
}

#top3 article dd.sub {
	line-height: 1.2em;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: clamp(18px, 1.25dvw, 24px);
}

#top3 article dd.icon {
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
}

#top3 article dd.icon img {
	display: block;
		width: 30%;
}

#top3 article dd.more {
	margin-top: auto;
}

#top3 #top3-6{
	border: 1px solid #21BFA0;
}

#top3 #top3-6 dt{
	background: #CFF2EB;
}

#top3-6 .more a{
	border: 1px solid #21BFA0;
	color: #21BFA0;
}


#top4 {
	background: url('../images/index/bg2-b.webp') no-repeat;
	background-size: cover;
	padding: 65px 0;
	margin: 0 auto 150px;
}

#top4 article {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 630px 0 0;
	box-sizing: border-box;
	text-shadow:
		#fff 2px 0px, #fff -2px 0px,
		#fff 0px -2px, #fff 0px 2px,
		#fff 2px 2px, #fff -2px 2px,
		#fff 2px -2px, #fff -2px -2px,
		#fff 1px 2px, #fff -1px 2px,
		#fff 1px -2px, #fff -1px -2px,
		#fff 2px 1px, #fff -2px 1px,
		#fff 2px -1px, #fff -2px -1px;

}

#top4 h2 {
	margin-bottom: 40px;
	line-height: 1.2em;
	font-family: "sicellemin", sans-serif;
	font-size: 36px;
	font-weight: normal;
}

#top4 ul {
	padding: 20px 20px 20px 70px;
	border: 2px solid #11a1da;
	background: #fff;
	list-style: none;
	border-radius: 76px;
	margin: 40px auto 0;
}

#top4 ul li {
	line-height: 2em;
	font-size: 24px;
}

#top4 ul li a {
	text-decoration: none;
}

#top4 ul li a:hover {
	text-decoration: underline;
	transition: 0.5s;
}

#top5 {
	max-width: 1200px;
	padding: 60px 170px;
	border: 2px solid #414141;
	border-radius: 40px;
	background-image: url('../images/index/bg_incho.webp');
	background-size: cover;
	margin: 0 auto 90px;
	box-sizing: border-box;
}

#top5 h2 {
	font-size: 24px;
	margin: 0 auto 80px;
	text-align: center;
	font-family: "sicellemin", sans-serif;
}

#top5 article {
	display: flex;
	gap: 40px;
}

#top5 article figure {
	width: 185px;
	flex: none;
}

#top5 .more {
	padding: 40px 0 0;
	float: right;
	width: 330px;
}

#top5 .more a {
	line-height: 60px;
}

#top6 {
	margin: 0 auto 90px;
	max-width: 1200px;
}

#top6 ul {
	list-style: none;
	display: flex;
	gap: 40px;
}

#top6 ul li {
	width: calc((100% - 40px) / 2);
	height: 240px;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #414141;
	border-radius: 40px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}

#top6 ul li a {
	line-height: 60px;
	width: 330px;
}

#top6 ul #linkBnr1{
	background: url('../images/index/bg1.webp') no-repeat;
	background-size: cover;
}

#top6 ul #linkBnr2{
	background: url('../images/index/banner1.webp') no-repeat;
	background-size: cover;
}

#top6 ul #linkBnr3 {
	background: url('../images/index/banner2.webp') no-repeat;
	background-size: cover;
}

#top7{
	background-color: #C7E9F6;
	padding: 60px 0;
}

#top7 .inner{
	max-width: 1440px;
    margin: 0 auto;
}


#top7 .inner h3{
	    font-size: 30px;
    margin: 0 auto 40px;
    text-align: center;
    font-family: "sicellemin", sans-serif;
}

#top7 .inner article{
	background-color: #fff;
	border-radius: 20px;
	padding: 40px;
	margin: 40px 0;
}

#top7 .inner article .tac{
	text-align: center;
}

#top7 .inner .iconlist_5column{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	/* align-items: center; */
	gap: 0px 40px;
}

#top7 .inner .iconlist_5column figure{
	box-sizing:  border-box;
	display: block;
	width: calc((100% - 160px) / 5);
	border: 2px solid #C7E9F6;
	text-align: center;
	padding: 10px;
	border-radius: 10px;
	margin: 20px 0;
}

#top7 .inner .iconlist_5column figure img{
	width: 100px;
	height: 100px;
	object-fit: contain;
}

#top7 article .more {
	margin: 20px auto;
}

#top7 article .more > a{
	display: block;
}