@charset "utf-8";
/*////////////////////////////////////
TOP
@media screen and (min-width: 768px){
////////////////////////////////////*/

@media screen and (min-width: 768px){

.spbr{
	display: none;
}

#top_main{
	position: relative;
	width: 100%;
	background-color: rgba(248, 244, 233, 1);
	height: 100vh;
}

#top_main_text{
	position:relative;
	width:100%;
	text-align: center;
	overflow: wrap;
	font-family: serif;
	letter-spacing: 0.08em;
	padding-top: 15%;
	margin-bottom: 100px;
}

#top_main_title{
	position: relative;
	display: block;
	font-size: clamp(2.7rem,2.5vw,4rem);
	font-weight: 800;
	margin-bottom: 40px;
}

#top_main_sub_text{
	position: relative;
	font-size: clamp(2rem,2.5vw,3rem);
	font-weight: 400;
	line-height: 2;
}

#top_main_scroll{
	position: relative;
 	display: flex;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
}

.scroll_content{
	display: flex;
    animation: scroll 20s linear infinite .5s both;
}

.item {
    flex: 0 0 auto;
    width: calc(100vw / 4);
    margin: 0;/*左右の余白はここを調整*/
}

.item img {
  display: block;
  width: 100%;
}

}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}


/*////////////////////////////////////
TOP
@media screen and (min-width: 0px) and (max-width: 767px)
////////////////////////////////////*/
@media screen and (min-width: 0px) and (max-width: 767px){

#top_main{
	position: relative;
	width: 100%;
	background-color: rgba(248, 244, 233, 1.00);
	height: 100vh;
}

#top_main_text{
	position:relative;
	width:100%;
	top:50%;
	padding-left: 20px;
	transform: translateY(-50%);
	text-align: left;
	overflow: wrap;
	font-family: serif;
	letter-spacing: 0.08em;
	height:60vh;	
}

#top_main_title{
	position: relative;
	display: block;
	font-size: 2.2rem;
	font-weight: 600;
	margin-bottom: 40px;
	letter-spacing: 0.16rem;
}

#top_main_sub_text{
	position: relative;
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2rem;
	margin-bottom: 40px;
	letter-spacing: 0.12rem;
}

#top_main_scroll{
	position: relative;
 	display: flex;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
	height: 35vh;
}

.scroll_content{
	display: flex;
    animation: scroll 20s linear infinite .5s both;
}

.item {
    flex: 0 0 auto;
    width: calc(100vw / 1.5);
	background-color: rgba(248, 244, 233, 1);
    margin: 0;/*左右の余白はここを調整*/
}

.item img {
  display: block;
  width: 100%;
}

}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}


/*////////////////////////////////////
ABOUT
@media screen and (min-width: 768px){
////////////////////////////////////*/

@media screen and (min-width: 768px){

#top_about{
	position: relative;
	width: 100%;
	/*background-image: linear-gradient(90deg, #003366, #607b96);*/
	background-image: url("../img/top_about_area_img1.jpg");
	background-position: center center;
	background-size: cover;
	aspect-ratio: 2400 / 951;
}

#top_about_area_text{
	position:relative;
	width:45%;
	margin-left: 50%;
	font-family: serif;
	padding-top: 50px;
}

#top_about_title{
	position: relative;
	display: block;
	color:#fff;
	font-weight: 600;
	padding-top: 60px;
	letter-spacing: 0.16rem;
	font-family: "Inter", sans-serif;
    font-size: 1.7rem;
    line-height: 1.5;
}

#top_about_sub_title{
	position: relative;
	display: block;
	color:#fff;
	padding-top: 10px;
	padding-bottom: 40px;
	font-size: clamp(2.0rem,2.5vw,3.3rem);
	font-weight: 600;
	margin-bottom: 10px;
	font-family: serif;
	letter-spacing: 0.16rem;
}

#top_about_sub_text{
	position: relative;
	display: block;
	color:#fff;
	font-size: clamp(1.6rem,2.5vw,2rem);
	font-weight: 300;
	line-height: 2.5;
	letter-spacing: 0.16rem;
	margin-bottom: 70px;
	font-family: serif;
}

#top_about_link_btn{
	position: relative;
	display: block;
	color:#fff;
	margin-bottom: 70px;
	padding-bottom: 70px;
	font-family: serif;
}
}

/*////////////////////////////////////
ABOUT
@media screen and (min-width: 0px) and (max-width: 767px){
////////////////////////////////////*/
@media screen and (min-width: 0px) and (max-width: 767px){
#top_about{
	position: relative;
	width: 100%;
	/*background-image: linear-gradient(90deg, #003366, #607b96);*/
	background-image: url("../img/top_about_area_img1_sp.jpg");
	background-position: center center;
	background-size: cover;
	aspect-ratio: 2400 / 951;
}

#top_about_area_text{
	position:relative;
	width:90%;
	margin: 0 auto;
	font-family: serif;
	padding-top: 400px;
}

#top_about_title{
	position: relative;
	display: block;
	color:#fff;
	font-weight: 600;
	padding-top: 60px;
	letter-spacing: 0.16rem;
	font-family: "Inter", sans-serif;
    font-size: 1.7rem;
    line-height: 1.5;
}

#top_about_sub_title{
	position: relative;
	display: block;
	color:#fff;
	padding-top: 10px;
	padding-bottom: 40px;
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 10px;
	font-family: serif;
	letter-spacing: 0.16rem;
	line-height: 1.8;
}

#top_about_sub_text{
	position: relative;
	display: block;
	color:#fff;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 2.5;
	letter-spacing: 0.16rem;
	margin-bottom: 70px;
	font-family: serif;
}

#top_about_link_btn{
	position: relative;
	display: block;
	color:#fff;
	padding-bottom: 70px;
	font-family: serif;
	text-align: center;
}
}


/*////////////////////////////////////
support
@media screen and (min-width: 768px){
////////////////////////////////////*/

@media screen and (min-width: 768px){

#top_support{
	position: relative;
	width: 100%;
	padding: 50px 0;
	background-color: rgba(248, 244, 233, 1);
}

#top_support_title{
	position: relative;
	width: 90%;
	margin: 0 auto;
	display: block;
	color:#233B6C;
	font-weight: 600;
	padding-top: 60px;
	letter-spacing: 0.16rem;
	font-family: "Inter", sans-serif;
    font-size: 1.7rem;
    line-height: 1.5;
	text-align: center;
}

#top_support_sub_title{
	position:relative;
	display: block;
	width:90%;
	margin: 0 auto 50px auto;
	text-align: center;
	font-size: clamp(2.2rem,2.5vw,3.5rem);
	font-weight: 600;
	padding-top: 10px;
	font-family: serif;
}

#top_support_list{
	position:relative;
	width:90%;
	display: flex;
	margin: 0 auto;
	justify-content: center;
	flex-wrap: wrap;
}

.top_support_list_item{
	position: relative;
	display: block;
	width:30%;
	border: 1px solid #233B6C;
	border-radius: 30px;
	background: #fefefe;
	margin-bottom: 50px;
	margin: 0 1.5% 50px 1.5%;
	padding: 50px 50px 20px 50px;
}
	
.top_support_list_item_box{
	position:relative;
	width:100%;
	font-family: serif;

}
.top_support_list_item_text_box{
	position:relative;
	width:90%;
	display: block;
	color:#636977;
	font-size:1.8rem;
	padding-top: 30px;
	letter-spacing: 0.08em;
}
.top_support_list_item_title{
	position: relative;
	display: block;
	text-align: center;
	color: rgba(35,41,108,1.00);
	font-size: clamp(1.8rem,2.5vw,2.2rem);
	font-weight: 900;
	font-family: serif;
}


#top_support_link_btn{
	position: relative;
	display: block;
	color:#fff;
	padding-bottom: 50px;
	font-family: serif;
	text-align: center;
}
}

/*////////////////////////////////////
support
@media screen and (min-width: 0px) and (max-width: 767px){
////////////////////////////////////*/

@media screen and (min-width: 0px) and (max-width: 767px){
#top_support{
	position: relative;
	width: 100%;
	padding: 50px 0;
	background-color: rgba(248, 244, 233, 1);
}

#top_support_title{
	position: relative;
	width: 90%;
	margin: 0 auto;
	display: block;
	color:#233B6C;
	font-weight: 600;
	padding-top: 60px;
	letter-spacing: 0.16rem;
	font-family: "Inter", sans-serif;
    font-size: 1.7rem;
    line-height: 1.5;
	text-align: center;
}

#top_support_sub_title{
	position:relative;
	display: block;
	width:90%;
	margin: 0 auto 50px auto;
	text-align: center;
	font-size: 2.2rem;
	font-weight: 600;
	padding-top: 10px;
	font-family: serif;
}

#top_support_list{
	position:relative;
	width:90%;
	margin: 0 auto;
	display:block;
}

.top_support_list_item{
	position: relative;
	display: block;
	width:100%;
	border: 1px solid #233B6C;
	border-radius: 30px;
	background: #fefefe;
	margin-bottom: 50px;
	margin: 0 1.5% 50px 1.5%;
	padding: 50px 30px 30px 30px;
}
.top_support_list_item_text_box{
	position:relative;
	width:100%;
	display: block;
	color:#636977;
	font-size:1.8rem;
	padding-top: 30px;
	letter-spacing: 0.08em
}
.top_support_list_item_title{
	position: relative;
	display: block;
	text-align: center;
	color: rgba(35,41,108,1.00);
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 10px;
	letter-spacing: 0.08em;
	font-family: serif;
}

.top_support_list_item_img_box{
	position:relative;
	width:40%;
	padding-top: 40px;
	margin: 0 auto;
	}

.top_support_list_item_text_box ul li{
	list-style:circle;
}


#top_support_link_btn{
	position: relative;
	display: block;
	color:#fff;
	padding-bottom: 50px;
	font-family: serif;
	text-align: center;
}
}

/*////////////////////////////////////
recommend
@media screen and (min-width: 768px){
////////////////////////////////////*/

@media screen and (min-width: 768px){

#top_recommend{
	position: relative;
	width: 100%;
	background-color: #18759E;
	font-family: serif;
	padding: 50px 0;
}

#top_recommend_title{
	position: relative;
	width: 90%;
	margin: 0 auto;
	display: block;
	font-weight: 600;
	padding-top: 60px;
	margin-bottom: 10px;
	letter-spacing: 0.16rem;
	font-family: "Inter", sans-serif;
    font-size: 1.7rem;
    line-height: 1.5;
	text-align: center;
	color: #fefefe;
}

#top_recommend_sub_title{
	position:relative;
	display: block;
	width:90%;
	margin: 0 auto;
	text-align: center;
	font-size: clamp(2.2rem,2.5vw,3.5rem);
	font-weight: 600;
	color: #fefefe;
}

#top_recommend_area{
	position: relative;
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
	padding:50px 30px 0;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

#top_recommend_area_text{
	position: relative;
	width: 48%;
	margin-right: 2%;
	font-family: serif;
}

#top_recommend_link_btn{
	position: relative;
	display: block;
	color:#fff;
	font-family: serif;
	text-align: center;
}

#top_recommend_area{
	position: relative;
	display: flex;
	width: 100%;
}

#top_recommend_area_text_list_title{
	position: relative;
	width:100%;
	color: #fefefe;
	font-size: clamp(2.2rem,2vw,3rem);
	font-weight: 600;
	padding-top: 20px;
}

#top_recommend_area_text_list{
	position: relative;
	display: block;
	width:100%;
	color: #fefefe;
	font-size: clamp(1.4rem,2.5vw,2rem);
	font-weight: 600;
	padding-top: 20px;
	line-height: 1.8;
	letter-spacing: 0.08em;
	margin-bottom: 50px;
}
#top_recommend_area_text_list ul{
	padding-left: 0;
}
#top_recommend_area_img{
	position: relative;
	width: 48%;
	margin-left: 2%;
}
#top_recommend_area_img img {
	border-radius: 30px;
}
}

/*////////////////////////////////////
recommend
@media screen and (min-width: 0px) and (max-width: 767px){
////////////////////////////////////*/

@media screen and (min-width: 0px) and (max-width: 767px){
.pcbr{
	display: none;
}
#top_recommend{
	position: relative;
	width: 100%;
	background-color: #18759E;
	font-family: serif;
	padding: 50px 0;
}

#top_recommend_title{
	position: relative;
	width: 80%;
	margin: 0 auto;
	display: block;
	font-weight: 600;
	padding-top: 60px;
	margin-bottom: 10px;
	letter-spacing: 0.16rem;
	font-family: "Inter", sans-serif;
    font-size: 1.7rem;
    line-height: 1.5;
	text-align: center;
	color: #fefefe;
}

#top_recommend_sub_title{
	position:relative;
	display: block;
	width:80%;
	margin: 0 auto;
	text-align: center;
	font-size: 2.2rem;
	font-weight: 600;
	color: #fefefe;
}

#top_recommend_area{
	position: relative;
	width: 90%;
	margin: 0 auto;
	padding:50px 20px;
	display: block;
}

#top_recommend_area_text{
	position: relative;
	width: 90%;
	margin: 0 auto;
	font-family: serif;
}

#top_recommend_link_btn{
	position: relative;
	display: block;
	color:#fff;
	font-family: serif;
	text-align: center;
}

#top_recommend_area{
	position: relative;
	width: 100%;
}

#top_recommend_area_text_list_title{
	position: relative;
	width:100%;
	color: #fefefe;
	font-size: clamp(2.2rem,2vw,3rem);
	font-weight: 600;
	padding-top: 20px;
}

#top_recommend_area_text_list{
	position: relative;
	display: block;
	width:100%;
	color: #fefefe;
	font-size: 1.8rem;
	font-weight: 600;
	padding-top: 20px;
	line-height: 1.8;
	letter-spacing: 0.08em;
	margin-bottom: 50px;
}
#top_recommend_area_text_list ul{
	padding-left: 0;
}
#top_recommend_area_img{
	position: relative;
	width: 90%;
	margin: 0 auto;
}
#top_recommend_area_img img {
	border-radius: 30px;
	padding-bottom: 40px;
}
}


/*////////////////////////////////////
Reason
@media screen and (min-width: 768px){
////////////////////////////////////*/

@media screen and (min-width: 768px){

#top_reason{
	position: relative;
	width: 100%;
	background-color: rgba(248, 244, 233, 1);
}
#top_reason_title_are{
	position: relative;
	width: 90%;
	margin: 0 auto;
	display: block;

}
#top_reason_title{
	position: relative;
	width:100%;
	margin: 0 auto;
	display: block;
	color:#233B6C;
	font-weight: 600;
	padding-top: 60px;
	margin-bottom: 10px;
	letter-spacing: 0.16rem;
	font-family: "Inter", sans-serif;
    font-size: 1.7rem;
    line-height: 1.5;
	text-align: center;
}

#top_reason_sub_title{
	position:relative;
	display: block;
	width:100%;
	margin-bottom: 70px;
	text-align: center;
	font-size: clamp(2.2rem,2.5vw,3.5rem);
	font-weight: 600;
	font-family: serif;
}

#top_reason_list{
	position:relative;
	width:90%;
	display: flex;
	margin: 0 auto;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.top_reason_list_item{
	position: relative;
	display: block;
	width:30%;
	border: 1px solid #233B6C;
	border-radius: 30px;
	background: #fefefe;
	margin-bottom: 50px;
	margin: 0 1.5% 50px 1.5%;
	padding: 30px;
}
.top_reason_list_item_box{
	position:relative;
	width:100%;
}
.top_reason_list_item_text_box{
	position:relative;
	width:90%;
	display: block;
	margin: 0 auto;
	justify-content: flex-start;
	align-items: center;
	color:#636977;
	font-size:1.8rem;
	letter-spacing: 0.08em;
	font-family: serif;
	padding-top: 50px;
	
}
.top_reason_list_item_title{
	position: relative;
	display: block;
	text-align: center;
	color: rgba(35,41,108,1.00);
	font-size: clamp(1.8rem,2.5vw,2.2rem);
	font-family: serif;
	font-weight: 900;
}
#top_reason_link_btn{
	position: relative;
	display: block;
	color:#fff;
	padding-bottom: 70px;
	font-family: serif;
	text-align: center;
}
}

/*////////////////////////////////////
Reason
@media screen and (min-width: 0px) and (max-width: 767px){
////////////////////////////////////*/

@media screen and (min-width: 0px) and (max-width: 767px){
#top_reason{
	position: relative;
	width: 100%;
	background-color: rgba(248, 244, 233, 1);
}

#top_reason_title{
	position: relative;
	width: 80%;
	margin: 0 auto;
	display: block;
	color:#233B6C;
	font-weight: 600;
	padding-top: 60px;
	margin-bottom: 10px;
	letter-spacing: 0.16rem;
	font-family: "Inter", sans-serif;
    font-size: 1.7rem;
    line-height: 1.5;
	text-align: center;
}

#top_reason_sub_title{
	position:relative;
	display: block;
	width:80%;
	margin: 0 auto 70px auto;
	text-align: center;
	font-size: 2.5rem;
	font-weight: 600;
	font-family: serif;
	line-height: 1.6;
}

#top_reason_list{
	position:relative;
	width:80%;
	margin: 0 auto;
}

.top_reason_list_item{
	position: relative;
	display: block;
	width:100%;
	border: 1px solid #233B6C;
	border-radius: 30px;
	background: #fefefe;
	margin: 0 0 50px 0;
	padding: 30px;
}
	
.top_reason_list_item_box{
	position:relative;
	width:100%;
	font-family: serif;
}
.top_reason_list_item_text_box{
	position:relative;
	width:80%;
	display: block;
	margin: 0 auto;
	color:#636977;
	font-size:1.8rem;
	letter-spacing: 0.08em;
	font-family: serif;
}
.top_reason_list_item_title{
	position: relative;
	display: block;
	text-align: center;
	color: rgba(35,41,108,1.00);
	font-size: 2rem;
	font-weight: 800;
	font-family: serif;
	padding-bottom: 40px;
}

.top_reason_list_item_img_box{
	position:relative;
	width:40%;
	margin: 0 auto;
	padding-top: 40px;
}



#top_reason_link_btn{
	position: relative;
	display: block;
	color:#fff;
	padding-bottom: 70px;
	font-family: serif;
	text-align: center;
}
}

/*////////////////////////////////////
top_topic
@media screen and (min-width: 768px)
////////////////////////////////////*/
@media screen and (min-width: 768px){
#top_topic{
	position: relative;
	background-color:#fefefe;
}
.top_title_area1{
	position: relative;
}
.top_section_subtitle{
	position: relative;
	width:100%;
	font-size: 3rem;
	font-weight:400;
	color:#1f486f;
	text-align: center;
	padding-top: 40px;
}
.section_title{
	position: relative;
	width:100%;
	font-size: 2rem;
	font-weight:200;
	color:#1f486f;
	text-align: center;
	padding-top: 10px;
}
}
 .top_topic_item_place{
	position: relative;
	background: #fefefe;
}

.top_topic_item_place a{
	text-decoration: none;
}

a .top_topic_item{
	position: relative;
	margin: 30px;
	border: 1px solid #18759E;
	overflow: hidden;
}
a .top_topic_item_img{
	position: relative;
	width:100%;
	margin-bottom: 10px;
	transition: all 0.3s;
}
a:hover .top_topic_item_img{
	transform: scale(1.1);
	
}
a .top_topic_item_date{
	position: relative;
	width:90%;
	margin: 0 auto 10px;
}

a .top_topic_item_date span{
	display: inline-block;
	background: #999;
	padding: 5px 10px;
	font-size: 1.4rem;
	font-weight: 400;
	color: #fff;
	border-radius: 5px;
	transition: all 0.3s;
}


a:hover .top_topic_item_date span{
	background: #eee;
}


a .top_topic_item_title{
	position: relative;
	width:90%;
	margin-left:auto;
	margin-right: auto;
	padding-bottom: 10px;
	font-size: 1.6rem;
	font-weight: 400;
}

a:hover .top_topic_item_title{
	color:aqua;
}


#sub_event {
	position: relative;
	width: 100%;
	padding: 150px 0 50px 0;
}
.sub_event_place {
	position: relative;
	width: 90%;
	max-width: 900px;
	margin: 0 auto 50px;
}
.sub_event_place a {
	transition: all 0.3s;
}
.sub_event_place a:hover {
	opacity: 0.8;
}
}
/*////////////////////////////////////
top_topic
@media screen and (min-width: 0px) and (max-width: 767px)
////////////////////////////////////*/
@media screen and (min-width: 0px) and (max-width: 767px){

	
.top_topic_item_place{
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	border: 1px solid #eee;
	overflow: hidden;
}
	
}

