@charset "UTF-8";

.first-view-text .grad {
  display: inline-block;
  background: linear-gradient(45deg, #fff 20%, #46CAED 30%, #CEEEFF 40%, #fff 90%);
  background: -webkit-linear-gradient(45deg, #fff 20%, #46CAED 30%, #CEEEFF 40%, #fff 90%);  
  background-size: 400% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientEffect 3.5s infinite alternate;
}
@keyframes gradientEffect {
  from {background-position: left}
  to {background-position: right}
}

.first-view-text {
	position: absolute;
	top: 30%;
	z-index: 3;
	width: 100%;
	text-align: center;
	color: #ffffff;
}
.first-view-text h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 75px;
	line-height: 1;
	font-weight: 700;
}
.first-view-text h3 {
	margin-top: 0;
	font-size: 35px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-shadow: 1px 1px 10px #000;
}
.first-view-text p {
	font-size: 22px;
	font-weight: 500;
	margin-top: 10px;
	line-height: 1.3;
	text-shadow: 1px 1px 10px #000;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

/*メインスライダー*/
#home-mainimg {
	overflow: hidden;
	position: relative;
	margin-top: 0;
	width: 100%;
}
#home-mainimg .item {
	display: block !important;
	width: 100%;
}
#home-mainimg .item > div {
	background: no-repeat center center;
	background-size: cover;
	margin: 0 auto;
}
#home-mainimg .item > div:before {
	content: "";
	display: block;
	width: 100%;
	min-height: 92vh;
	background-color: rgba(0,0,0,0.2);
}
/*----end----*/


.line {
	border-bottom: 3px dotted #39ABF1;  
	margin: 0 auto;
	width: 100%;
}
.title {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 500;
	padding-bottom: 5px;
	font-size: 46px;
	letter-spacing: 0;
	margin: 60px auto 0;
	max-width: 1200px;
	width: 100%;
	text-align: left;
}

/* 251023追加ここから */

.com-cnt2 >div:first-child {
	width: 50%;
	margin: 0;
}

.about .link-botton-area {
	display: flex;
	justify-content: center;
}

.about .link-botton-area .link-botton{
	min-width: 280px;
}

.home-facebook-frame-content {
	width: 45%;
	background-color: #f3fbff;
	border-radius: 10px;
	padding: 10px;
	height: 670px;
	width: fit-content;
}

.home-facebook-balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 15px;
  min-width: 120px;
  max-width: 100%;
  background: #f3fbff;
  border: solid 3px #39abf1;
  box-sizing: border-box;
  filter: drop-shadow(3px 3px 0px rgba(255, 248, 156));
}

.home-facebook-balloon1:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #f3fbff;
  z-index: 2;
}

.home-facebook-balloon1:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #39abf1;
  z-index: 1;
}

.home-facebook-balloon1 p:last-child {
  margin: 0;
  padding: 0;
  color: #21598e;
  font-size: 14px;
  font-weight: 600;
  border-bottom: dotted 2px #f5cf34;
}

.home-facebook-balloon1 p:first-child {
  margin: 0;
  padding: 0;
  font-size: 32px;
  font-family: 'Josefin Sans', sans-serif;
  color: #444;
  font-weight: 400;
  line-height: initial;
}




/* 251023追加ここまで */



.inner {
	background-color: #F7F7F7;
	height: auto;
	margin-top: 15px;
}
.item-content {
	text-align: center;
	margin: 0 auto;
	max-width: 1200px;
	/*width: 100%;*/
}


.info {
	max-width: 1200px;
	width: 100%;
	margin: 80px auto;
}
.info .link-box {
	display: flex;
	justify-content: center;
}
.info .link-box li {
	max-width: 47.5%;
	width: 100%;
}
.info .link-box li +li {
	margin: 0 0 0 5%;
}
.info .link-box a {
	transition: 0.3s;   
}
.info .link-box a:hover {
	opacity: 0.7;
}


.news dl {
	padding-top: 50px;
	padding-bottom: 20px;
	overflow: hidden;
	font-size: 16px;
	text-align: left;
}
.news .news-date + .news-date {
	border-top: 1px solid #ddd;
	margin-top: 20px;
	padding-top: 17px;
}
.news dt {
	/* float: left; */
	/* 251023 コメントアウト */
	width: 120px;
	margin-bottom: 5px;
}
.news dd {
	margin-bottom: 5px;
	font-weight: 500;
}
.news a {
	transition: 0.3s;   
}
.news a:hover {
	color: #39ABF1;
}
.news .dirly {
	margin-top: 30px;
}


.future {
	display: flex;
	margin: 30px auto;
	align-items: flex-start;
	/* 251023　centerから変更 */
	max-width: 1200px;
}
.three-ansin {
	width: 50%;
	/* 251023　27.5％を50%に変更 */
	margin: 0 5% 0 0;
}
.future-text {
	width: 67.5%;
}
.future-text h3 {
	font-size: 20px;
	/* 251023 26pxから20pxに変更 */
	text-align: center;
	line-height: 1.5;
	margin-bottom: 10px;
}
.future-text p {
	font-size: 16px;
	text-align: left;
	/* 251023 フォントサイズ18pxを16pxに変更 */
	/* 251023 テキストを左揃えに */
	margin-left: auto;
	margin-right: auto;
	line-height: 1.6;
	padding-bottom: 30px;
}
.link-botton-area  {
	text-align: center;
}
.link-botton {
	background-color: #39ABF1;
	display: inline-block;
	padding: 0 20px;
	min-width: 300px;
	line-height: 50px;
	letter-spacing: 1.6;
	text-align: center;
	border-radius: 26px;
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
}
.link-botton-area a {
	margin-bottom: 12px;
	margin-right: 20px;
}
.link-botton:hover {
	background-color: #3996E7;
}


.item-list1 {
	display: flex;
	padding-top: 40px;
	padding-bottom: 40px;
	justify-content: space-around;
}
.item-list1 li {
	width: 19%;
	background-color: #FFFFFF;
	border-radius: 20px;
	align-items: center;
	display: flex;
	flex-direction: column;
}
.item-list1 img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 18px;
}
.item-list1 dt {
	text-align: center;
	margin-top: 13px;
	margin-bottom: 0px;
	font-size: 18px;
	font-weight: 700;
}
.item-list1 dd {
	padding: 5px 20px 20px;
	line-height: 1.4;
	text-align: left;
}


.item-list2 {
	display: flex;
	padding-top: 40px;
	padding-bottom: 30px;
	justify-content: center;
}
.item-list2 li {
	flex-shrink: 0;
	width: 230px;
	background-color: #FFFFFF;
	border-radius: 20px;
}
.item-list2 li + li {
	margin: 0 0 0 20px;
}
.item-list2 img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 18px;
}
.item-list2 dd {
	text-align: center;
	margin: 10px auto;
	line-height: 1.3;
	font-weight: 700;
}


.menu-logo {
	display: block;
	width: 150px;
}
.detail-botton-area {
	text-align: center;
	padding: 0 10px 20px;
	margin-top: auto;
}
.detail-botton {
	background-color: #39ABF1;
	font-weight: 500;
	display: inline-block;
	min-width: 160px;
	line-height: 30px;
	text-align: center;
	border-radius: 20px;
	font-size: 15px;
	color: #FFFFFF;
}
.detail-botton:hover {
	background-color: #3996E7;
}


.bana {
	display: flex;
	margin: 40px 15px;
	justify-content: center;
}
.bana li {
	width: 330px;
}
.bana li + li {
	margin: 0 0 0 3%;
}
.bana .link-menu {
	text-align: center;
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.3;
}


@media (max-width : 1199px ){

	.title {
		margin: 60px 15px 0;
	}
	.item-content {
	margin: 10px 15px;
	}
	.info .link-box {
		margin:0 15px
	}
	.future {
		margin: 30px 15px;
	}
	.item-list1 {
		display: grid;
		grid-template-columns: repeat(3, 1fr); /* 常に3列 */
		gap: 10px;
		padding : 40px 15px;
	}
	.item-list1 li {
		text-align: center;
		width: 100%;
	}
}

/* 251023追加ここから */
@media (max-width : 1199px ){

	.com-cnt2 {
		display: block;
	}

	.com-cnt2 >div:first-child {
		width: 100%;
	}

	.future {
		align-items: center;
	}

	.home-facebook-frame-content {
		margin: 0 auto;
		height: 620px;
	}

	.about .link-botton-area {
		display: block;
	}

	

}
/* 251023追加ここまで */





@media (max-width : 768px ){
	
	body {
		overflow-x: hidden;/* 追記 */
		position: relative;
	}
	.first-view-text  {
		padding-left: 5%;
		top: 30%;
	}
	.first-view-text h2 {
		font-size: 50px;
		align-items: flex-start;
	}
	.text { 
		display: inline-block; 
	}
	.first-view-text h3 {
		font-size: 20px;
		letter-spacing: 0;
	}
	.first-view-text p {
		font-size: 16px;
		margin-top: 0;
	}
	
	/*メインスライダーsp*/
	#home-mainimg {
		overflow: hidden;
		position: relative;
		margin-top: 0;
		width: 100%;
	}
	#home-mainimg .item {
		display: block !important;
		width: 100%;
	}
	#home-mainimg .item > div {
		background: no-repeat center center;
		background-size: cover;
		margin: 0 auto;
	}
	#home-mainimg .item > div:before {
		content: "";
		display: block;
		padding-bottom: 100%;
		width: 100%;
	}
/*----end----*/
	
	.title {
		font-size: 25px;
		padding-left: 0;
		margin: 30px 15px 0;
	}
	.inner {
		margin: 0;
	}
	
	.info {
		margin: 50px auto;
	}
	.info .link-box {
		display: block;
	}
	.info .link-box li {
		max-width: 570px;
		margin: 0 auto;
		text-align: center;
	}
	.info .link-box li +li {
		margin: 3% auto 0;
	}
	
	.news dl {
		padding-top: 20px;
	}
	.news dt {
		float: none;
	}

	.item-list1 .box1 {
		display: flex;
		margin: 18px 15px;
		align-items: center;
	}
	.item-list1 .box1 a {
		width: 30%;
		padding-top: 0;
	}
	.item-list1 img {
		padding-top: 0;
	}
	.item-list1 .box1 dl {
		margin-left: 5%;
		width: 65%;
	}
	.item-list1,
	.item-list2 {
		display:flex;
		flex-direction: column;
		margin: 0;
		padding: 20px 15px;
	}
	.item-list1 li,
	.item-list2 li {
		width: 100%;
		margin-bottom: 0;
		margin-left: 0;
		border-radius: 10px;
	}
	.item-list1 li dt,
	.item-list2 li dt{
		width:100%;
		margin: 0 auto 3px;
		font-size: 1em;
		text-align: left;
	}
	.item-list1 dd {
		padding: 0;
		font-size: 15px;
	}
	.item-list2 li + li {
		margin: 15px 0;
	}
	.detail-botton {
		min-width: 260px;
		line-height: 40px;
		font-size: 15px;
	}
	
	.menu-logo {
		display: block;
		padding-top: 3px;
	}
	.inner dt {
		clear: both;
		width: 100px;
	}
	
	.future {
		display: block;
		flex-direction: column;
	}
	.three-ansin {
		display:flex;
		flex-direction: column; 
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		max-width: 330px;
		width: 100%;
	}
	.future-text {
		width:auto;
		margin:20px auto 3px;
		font-size: 20px;
	}
	.future-text h3 {
		font-size: 20px;
		margin-bottom: 5px;
		text-align: left;
	}
	.future-text p {
		width: auto;
		font-size: 16px;
		padding-bottom: 0;
		/* 251023追加 */
	}
	.link-botton {
		min-width: 300px;
	}
	.link-botton-area a {
		margin-bottom: 12px;
		margin-right: 0;
	}
	
	.bana {
		display:flex;
		flex-direction: column;
		margin: 0 auto;
	}
	.bana li {
		max-width: 330px;
		width: 100%;
		margin: 30px auto 20px;
	}
	.bana li + li {
		margin: 0 auto 20px;
	}

}