@charset "UTF-8";

/*////////////////////////////////////
Top_main
共通
////////////////////////////////////*/

/* アニメーション */
@keyframes slideAnime {
0%{
opacity: 0;
transform: scale(1.02);
}
100%{
opacity: 1;
transform: scale(1);
}
}


/*////////////////////////////////////
Top_main
@media screen and (min-width: 768px)
////////////////////////////////////*/
@media screen and (min-width: 768px){
#top_main {
position: relative;
overflow: hidden;
background: #f8fbf4;
padding-top: 110px;
}

.top_main_area {
width: 100%;
}

.top_main_place {
position: relative;
display: flex;
align-items: stretch;
width: 100%;
overflow: hidden;
background: #f9fcf6;
}

.top_main_text_item {
position: relative;
z-index: 5;
width: 54%;
padding-top: 70px;
padding-right: 30px;
padding-bottom: 90px;
padding-left: clamp(10px, 4vw, 150px);
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.98) 62%, rgba(255,255,255,0.75) 82%, rgba(255,255,255,0) 100%);
}

.top_main_title {
padding: 0 0 28px;
color: #333333;
font-size: clamp(4.6rem, 3vw, 6.4rem);
font-weight: 700;
line-height: 1.45;
letter-spacing: 0.04em;
}

.top_main_title_orange {
color: #e89a1b;
}

.top_main_title_green {
color: #52a548;
}

.top_main_lead {
position: relative;
padding: 18px 0;
color: #333333;
font-size: 2.2rem;
font-weight: 700;
line-height: 1.7;
letter-spacing: 0.05em;
border-top: 2px dotted #b9d49d;
border-bottom: 2px dotted #b9d49d;
}

.top_main_word {
padding: 24px 0 0;
color: #555555;
font-size: 1.7rem;
font-weight: 500;
line-height: 1.9;
}

.top_main_btn_place {
display: flex;
gap: 15px;
padding: 30px 0 0;
}

.top_main_btn_item {
position: relative;
display: flex;
align-items: center;
width: 335px;
min-height: 100px;
padding: 18px 30px 18px 10px;
color: #ffffff;
text-decoration: none;
border-radius: 20px;
box-shadow: 0 8px 18px rgba(77,98,62,0.18);
transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
}

.top_main_btn_item:hover {
transform: translateY(-4px);
box-shadow: 0 12px 24px rgba(77,98,62,0.24);
opacity: 0.92;
}

.top_main_btn_know {
background: linear-gradient(135deg, #55b347 0%, #31913b 100%);
}

.top_main_btn_check {
background: linear-gradient(135deg, #f6ab19 0%, #ec9010 100%);
}

.top_main_btn_icon {
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
width: 54px;
height: 54px;
font-size: 3.6rem;
}

.top_main_btn_text {
display: block;
padding: 0 0 0 14px;
}

.top_main_btn_title {
display: block;
font-size: 2rem;
font-weight: 700;
line-height: 1.4;
letter-spacing: 0.04em;
}

.top_main_btn_word {
display: block;
padding: 4px 0 0;
font-size: 1.6rem;
font-weight: 500;
line-height: 1.45;
}

.top_main_btn_arrow {
position: absolute;
top: 50%;
right: 20px;
font-size: 1.7rem;
transform: translateY(-50%);
}

.top_main_img_item {
position: absolute;
z-index: 1;
top: 0;
right: 0;
width: 100%;
height: 100%;
overflow:hidden;
}

.top_main_picture{
position:relative;
z-index:1;
display:block;
width:100%;
height:100%;
}

.top_main_img{
display:block;
width:100%;
height:100%;
object-fit:cover;
object-position:center center;
}

.top_main_img_item:after{
position:absolute;
z-index:2;
top:0;
right:0;
bottom:0;
left:0;
content:"";
background:linear-gradient(90deg, rgba(255,255,255,0.48) 0%, rgba(255,255,255,0) 32%);
pointer-events:none;
}

.top_main_place::after {
position: absolute;
z-index: 4;
left: -5%;
bottom: -80px;
width: 110%;
height: 150px;
content: "";
background: rgba(255,255,255,0.6);
border-radius: 50% 50% 0 0;
transform: rotate(-1deg);
pointer-events: none;
}

}


/*////////////////////////////////////
Top_main
@media screen and (min-width: 768px) and (max-width: 1300px)
////////////////////////////////////*/
@media screen and (min-width: 768px) and (max-width: 1300px){
.top_main_btn_place {
display: block;
gap: 15px;
padding: 30px 0 0;
}

.top_main_text_item {
position: relative;
z-index: 5;
width: 50%;
padding-top: 70px;
padding-right: 10px;
padding-bottom: 90px;
padding-left: 30px;
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.98) 62%, rgba(255,255,255,0.75) 82%, rgba(255,255,255,0) 100%);
}
.top_main_btn_item {
position: relative;
display: flex;
align-items: center;
margin-bottom: 20px;
width: 335px;
min-height: 100px;
padding: 18px 30px 18px 10px;
color: #ffffff;
text-decoration: none;
border-radius: 20px;
box-shadow: 0 8px 18px rgba(77,98,62,0.18);
transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
}

.top_main_picture{
position:relative;
z-index:1;
display:block;
width:100%;
height:100%;
}

.top_main_img{
display:block;
width:100%;
height:100%;
object-fit:cover;
object-position:top right;
}

.top_main_title {
padding: 0 0 28px;
color: #333333;
font-size: 4rem;
font-weight: 700;
line-height: 1.45;
letter-spacing: 0.04em;
}


}
/*////////////////////////////////////
Top_main
@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%;
padding-top:72px;
overflow:hidden;
}

.top_main_place{
position:relative;
display:block;
width:100%;
min-height:auto;
padding:0;
overflow:hidden;
}

.top_main_area {
position: relative;
width: 100%;
overflow: hidden;
}

.top_main_text_item {
position: relative;
display:block;
z-index:5;
order: 1;
width: 100%;
padding:38px 20px 80px;
background: linear-gradient(180deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.3) 84%, rgba(255,255,255,0.25) 100%);
}


.top_main_title {
display: block;
padding: 0 0 20px;
color: #000;
font-size: 2.8rem;
font-weight: 700;
line-height: 1.5;
letter-spacing: 0.03em;
}

.top_main_title_orange {
color: #e89a1b;
font-size: inherit;
font-weight: 700;
}

.top_main_title_green {
color: #52a548;
font-size: inherit;
font-weight: 700;
}

.top_main_lead {
position: relative;
display: block;
padding: 14px 0;
color: #333333;
font-size: 1.8rem;
font-weight: 700;
line-height: 1.7;
letter-spacing: 0.03em;
border-top: 2px dotted #b9d49d;
border-bottom: 2px dotted #b9d49d;
}

.top_main_word {
display: block;
padding: 18px 0 0;
color: #000;
font-size: 1.5rem;
font-weight: 500;
line-height: 1.85;
letter-spacing: 0.02em;
}

.top_main_btn_place {
display: flex;
flex-direction: column;
gap: 14px;
width: 100%;
padding: 24px 0 0;
}

.top_main_btn_item {
position: relative;
display: flex;
align-items: center;
width: 100%;
min-height: 90px;
box-sizing: border-box;
padding: 15px 45px 15px 16px;
color: #ffffff;
text-decoration: none;
border-radius: 16px;
box-shadow: 0 8px 18px rgba(77,98,62,0.18);
transition: opacity 0.3s ease;
}

.top_main_btn_item:hover {
color: #ffffff;
opacity: 0.9;
}

.top_main_btn_know {
background: linear-gradient(135deg, #55b347 0%, #31913b 100%);
}

.top_main_btn_check {
background: linear-gradient(135deg, #f6ab19 0%, #ec9010 100%);
}

.top_main_btn_icon {
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
width: 50px;
height: 50px;
color: #ffffff;
font-size: 3rem;
line-height: 1;
}

.top_main_btn_icon i {
display: block;
color: #ffffff;
font-size: 3rem;
line-height: 1;
}

.top_main_btn_text {
display: block;
flex: 1;
padding: 0 0 0 12px;
color: #ffffff;
}

.top_main_btn_title {
display: block;
color: #ffffff;
font-size: 1.8rem;
font-weight: 700;
line-height: 1.4;
letter-spacing: 0.03em;
}

.top_main_btn_word {
display: block;
padding: 3px 0 0;
color: #ffffff;
font-size: 1.5rem;
font-weight: 500;
line-height: 1.5;
letter-spacing: 0.02em;
}

.top_main_btn_arrow {
position: absolute;
top: 50%;
right: 18px;
display: flex;
align-items: center;
justify-content: center;
width: 20px;
height: 20px;
color: #ffffff;
font-size: 1.5rem;
line-height: 1;
transform: translateY(-50%);
}

.top_main_btn_arrow i {
display: block;
color: #ffffff;
font-size: 1.5rem;
line-height: 1;
}

.top_main_img_item{
position:absolute;
z-index:1;
top:0;
right:0;
bottom:0;
left:0;
display:block;
width:100%;
height:100%;
overflow:hidden;
}

.top_main_picture{
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
display:block;
width:100%;
height:100%;
}

.top_main_img{
display:block;
width:100%;
height:100%;
object-fit:cover;
object-position:60% center;
background:none;
}


.top_main_img_item:after{
position:absolute;
z-index:2;
top:0;
right:0;
bottom:0;
left:0;
content:"";
background:linear-gradient(180deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 30%);
pointer-events:none;
}

.pcbr {
display: none;
}
}

/*////////////////////////////////////
top_frail_about
@media screen and (min-width: 768px)
////////////////////////////////////*/
@media screen and (min-width: 768px){
#top_frail_about{
position:relative;
display:block;
width:100%;
padding:90px 0 80px;
background:
radial-gradient(circle at 8% 28%, rgba(0,168,152,0.10) 0%, rgba(0,168,152,0.04) 16%, rgba(255,255,255,0) 32%),
radial-gradient(circle at 92% 8%, rgba(242,154,58,0.10) 0%, rgba(242,154,58,0.04) 16%, rgba(255,255,255,0) 32%),
linear-gradient(180deg,#ffffff 0%,#fbfbf7 100%);
overflow:hidden;
}

.top_frail_about_place{
position:relative;
display:grid;
grid-template-columns:minmax(0,1fr) 310px;
gap:40px;
align-items:center;
width:calc(100% - 80px);
max-width:1710px;
margin:0 auto;
padding:42px 38px 38px;
background:#fff;
border:1px solid #edf0ec;
border-radius:36px;
box-shadow:0 18px 46px rgba(19,45,84,0.08);
overflow:hidden;
}

.top_frail_about_place:before{
content:"";
position:absolute;
left:32px;
top:38px;
width:130px;
height:130px;
border-radius:50%;
background:rgba(242,154,58,0.13);
z-index:0;
}

.top_frail_about_place:after{
content:"";
position:absolute;
right:-80px;
bottom:-90px;
width:240px;
height:240px;
border-radius:50%;
background:rgba(0,168,152,0.08);
z-index:0;
}

.top_frail_about_text_item{
position:relative;
z-index:2;
display:block;
text-align:center;
}

.top_frail_about_lead{
margin:0;
padding:0 0 34px;
font-size:1.9rem;
line-height:1.9;
font-weight:700;
letter-spacing:0.04em;
color:#4f5f5b;
text-align:center;
}

.top_frail_about_btn_place{
position:relative;
display:flex;
justify-content:center;
align-items:center;
gap:22px;
width:100%;
padding:58px 0 0;
}

.top_frail_about_btn_item{
position:relative;
display:block;
}

.top_frail_about_btn{
display:flex;
align-items:center;
justify-content:center;
min-width:220px;
min-height:58px;
padding:15px 34px;
background:#fff;
border:1px solid #f29a3a;
border-radius:999px;
box-shadow:0 8px 18px rgba(242,154,58,0.08);
font-size:1.9rem;
line-height:1.4;
font-weight:700;
letter-spacing:0.06em;
color:#ea8721;
text-decoration:none;
transition:all 0.3s ease;
}

.top_frail_about_btn:hover{
background:#ea8721;
border-color:#ea8721;
color:#fff;
transform:translateY(-3px);
}

.top_frail_about_btn_check{
min-width:360px;
background:linear-gradient(135deg,#ff9c40 0%,#f07820 100%);
border-color:#f07820;
box-shadow:0 14px 28px rgba(234,135,33,0.24);
color:#fff;
}

.top_frail_about_btn_check:after{
content:"";
display:block;
width:9px;
height:9px;
border-top:2px solid #fff;
border-right:2px solid #fff;
transform:rotate(45deg);
margin-left:18px;
flex-shrink:0;
}

.top_frail_about_btn_check:hover{
background:#fff;
border-color:#ea8721;
color:#ea8721;
}

.top_frail_about_btn_check:hover:after{
border-color:#ea8721;
}

.top_frail_about_img_item{
position:relative;
z-index:2;
display:flex;
align-items:flex-end;
justify-content:center;
width:100%;
height:100%;
}

.top_frail_about_img{
position:relative;
display:block;
width:90%;
margin: 0 auto;
}

.top_frail_about_img:before{
content:"";
position:absolute;
left:50%;
bottom:0;
width:100%;
border-radius:50%;
background:#e9faf7;
transform:translateX(-50%);
z-index:-1;
}

.top_frail_about_img img{
display:block;
width:100%;

height:auto;
}
}
/*////////////////////////////////////
top_frail_about
@media screen and (min-width: 768px) and (max-width: 1200px)
////////////////////////////////////*/
@media screen and (min-width:768px) and (max-width:1200px){
#top_frail_about{
padding:70px 0 60px;
}

.top_frail_about_place{
grid-template-columns:minmax(0,1fr) 220px;
gap:28px;
width:calc(100% - 50px);
padding:54px 42px 48px;
border-radius:32px;
}

.top_frail_about_place:before{
left:24px;
top:28px;
width:110px;
height:110px;
}

.top_frail_about_place:after{
right:-90px;
bottom:-100px;
width:230px;
height:230px;
}

.top_frail_about_lead{
font-size:1.8rem;
line-height:1.85;
padding-bottom:28px;
}

.top_frail_about_text_item .section_text{
	text-align: left;
}

.top_frail_about_btn_place{
gap:12px;
padding:44px 0 0;
}

.top_frail_about_btn{
padding:10px 12px;
font-size:1.7rem;
}

.top_frail_about_btn_check{
min-width:240px;
}

.top_frail_about_img{
width:210px;
}

.top_frail_about_img:before{
width:180px;
height:180px;
}
}

/*////////////////////////////////////
top_frail_about
@media screen and (min-width: 0px) and (max-width: 767px)
////////////////////////////////////*/
@media screen and (min-width:0px) and (max-width:767px){
#top_frail_about{
position:relative;
display:block;
width:100%;
padding:50px 0 45px;
background:
radial-gradient(circle at 0% 8%, rgba(0,168,152,0.12) 0%, rgba(0,168,152,0.05) 22%, rgba(255,255,255,0) 42%),
linear-gradient(180deg,#ffffff 0%,#fbfbf7 100%);
overflow:hidden;
}
.top_frail_about_place{
position:relative;
display:block;
width:calc(100% - 32px);
margin-left:auto;
margin-right:auto;
padding:38px 20px 30px;
background:#fff;
border:1px solid #edf0ec;
border-radius:28px;
box-shadow:0 12px 32px rgba(19,45,84,0.08);
overflow:hidden;
}

.top_frail_about_place:before{
content:"";
position:absolute;
left:18px;
top:22px;
width:86px;
height:86px;
border-radius:50%;
background:rgba(242,154,58,0.12);
z-index:0;
}

.top_frail_about_place:after{
content:"";
position:absolute;
right:-72px;
bottom:-74px;
width:170px;
height:170px;
border-radius:50%;
background:rgba(0,168,152,0.08);
z-index:0;
}

.top_frail_about_text_item{
position:relative;
z-index:2;
display:block;
text-align:center;
}

.top_frail_about_text_item .section_text{
	text-align: left;
}

.top_frail_about_lead{
margin:0;
padding:0 0 24px;
font-size:1.8rem;
line-height:1.8;
font-weight:700;
letter-spacing:0.03em;
color:#4f5f5b;
text-align:center;
}

.top_frail_about_btn_place{
position:relative;
z-index:2;
display:block;
width:100%;
padding:30px 0 0;
}

.top_frail_about_btn_item{
position:relative;
display:block;
width:100%;
padding-bottom:12px;
}

.top_frail_about_btn_item:last-child{
padding-bottom:0;
}

.top_frail_about_btn{
display:flex;
align-items:center;
justify-content:center;
width:100%;
min-height:56px;
padding:14px 16px;
background:#fff;
border:1px solid #f29a3a;
border-radius:999px;
box-shadow:0 8px 18px rgba(242,154,58,0.08);
font-size:1.8rem;
line-height:1.4;
font-weight:700;
letter-spacing:0.04em;
color:#ea8721;
text-decoration:none;
transition:all 0.3s ease;
margin-bottom: 15px;
}

.top_frail_about_btn:hover{
background:#ea8721;
border-color:#ea8721;
color:#fff;
}

.top_frail_about_btn_check{
background:linear-gradient(135deg,#ff9c40 0%,#f07820 100%);
border-color:#f07820;
box-shadow:0 12px 24px rgba(234,135,33,0.22);
color:#fff;
}

.top_frail_about_btn_check:after{
content:"";
display:block;
width:8px;
height:8px;
border-top:2px solid #fff;
border-right:2px solid #fff;
transform:rotate(45deg);
margin-left:12px;
flex-shrink:0;
}

.top_frail_about_img_item{
position:relative;
z-index:2;
display:flex;
justify-content:center;
width:100%;
padding:28px 0 0;
}

.top_frail_about_img{
position:relative;
display:block;
width:190px;
}

.top_frail_about_img:before{
content:"";
position:absolute;
left:50%;
bottom:0;
width:160px;
height:160px;
border-radius:50%;
background:#e9faf7;
transform:translateX(-50%);
z-index:-1;
}

.top_frail_about_img img{
display:block;
width:100%;
height:auto;
}
}
/*////////////////////////////////////
top_portal_lower
@media screen and (min-width: 768px)
////////////////////////////////////*/
@media screen and (min-width: 768px){
#top_portal_lower{
position:relative;
display:block;
width:100%;
padding:110px 0 110px;
background:linear-gradient(180deg,#fbfbf7 0%,#ffffff 100%);
}

.top_portal_lower_place{
position:relative;
display:block;
width:calc(100% - 80px);
max-width:1710px;
margin:0 auto;
padding:42px 0px 38px;
background:#fff;
border:1px solid #d9e1ea;
border-radius:28px;
box-shadow:0 12px 34px rgba(19,45,84,0.06);
}

.top_portal_lower_head{
text-align:center;
padding-bottom:28px;
}

.top_portal_menu{
position:relative;
display:grid;
grid-template-columns:repeat(4,minmax(0,1fr));
gap:15px;
width:96%;
margin: 0 auto;
}

.top_portal_menu_card{
position:relative;
display:flex;
flex-direction:column;
width:100%;
height:100%;
padding:32px 24px 40px;
border:1px solid #d7dee8;
border-radius:32px;
background:#f8f8f8;
}

.top_portal_menu_title{
text-align:center;
font-size:2rem;
font-weight:700;
color:#1d467f;
line-height:1.5;
padding-bottom:24px;
}

.top_portal_menu_image{
text-align:center;
padding-bottom:24px;
}

.top_portal_menu_image img{
max-width:100%;
height:auto;
display:inline-block;
border-radius:32px;
}

.top_portal_menu_text{
font-size:1.9rem;
line-height:2;
color:#000;
font-weight:500;
padding-bottom:24px;
}

.top_portal_menu_cta_area{
display:flex;
justify-content:center;
width:100%;
}

.top_portal_menu_cta{
display:flex;
align-items:center;
justify-content:center;
width:200px;
height:52px;
border:1px solid #EA8721;
border-radius:9999px;
background:#fff;
color:#EA8721;
font-size:1.9rem;
font-weight:700;
line-height:1;
text-decoration:none;
transition:all 0.3s;

}

.top_portal_menu_card:hover .top_portal_menu_cta{
background:#EA8721;
color:#fff;
transform:translateY(-2px);
}

.top_portal_lower_btn_place{
position:relative;
display:flex;
justify-content:center;
width:100%;
padding-top:44px;
}

.top_portal_lower_btn_item{
position:relative;
display:block;
}

.top_portal_lower_btn{
display:flex;
align-items:center;
justify-content:center;
width:auto;
min-width:280px;
background:#fefefe;
color:#F29A3A;
font-size:2rem;
font-weight:700;
line-height:1;
border-radius:999px;
text-decoration:none;
border:1px solid #F29A3A;

transition:all 0.3s ease;
padding:15px 28px;
}

.top_portal_lower_btn:hover{
background:#EA8721;
border-color:#EA8721;
color:#fff;
}
}
/*////////////////////////////////////
top_portal_lower
@media screen and (min-width: 768px) and (max-width: 1200px)
////////////////////////////////////*/
@media screen and (min-width: 768px) and (max-width: 1200px){
#top_portal_lower{
position:relative;
display:block;
width:100%;
padding:32px 0 70px;
background:linear-gradient(180deg,#fbfbf7 0%,#ffffff 100%);
}

.top_portal_lower_place{
position:relative;
display:block;
width:calc(100% - 50px);
max-width:1100px;
margin-left:auto;
margin-right:auto;
padding:42px 32px 38px;
background:#fff;
border:1px solid #d9e1ea;
border-radius:28px;
box-shadow:0 12px 34px rgba(19,45,84,0.06);

}

.top_portal_lower_head{
text-align:center;
padding-bottom:28px;
}

.top_portal_menu{
position:relative;
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:24px;
width:100%;
}

.top_portal_menu_card{
position:relative;
display:flex;
flex-direction:column;
width:100%;
height:100%;
padding:30px 22px 34px;
border:1px solid #d7dee8;
border-radius:30px;
background:#f8f8f8;

}

.top_portal_menu_title{
text-align:center;
font-size:2rem;
font-weight:700;
color:#1d467f;
line-height:1.5;
padding-bottom:22px;
}

.top_portal_menu_image{
text-align:center;
padding-bottom:22px;
}

.top_portal_menu_image img{
max-width:100%;
height:auto;
display:inline-block;
border-radius:32px;
}

.top_portal_menu_text{
font-size:1.8rem;
line-height:2;
color:#000;
font-weight:500;
padding-bottom:0;
}

.top_portal_menu_cta_area{
display:flex;
justify-content:center;
width:100%;
}

.top_portal_menu_cta{
display:flex;
align-items:center;
justify-content:center;
width:200px;
height:52px;
border:1px solid #EA8721;
border-radius:9999px;
background:#fff;
color:#EA8721;
font-size:1.8rem;
font-weight:700;
line-height:1;
text-decoration:none;
transition:all 0.3s;

}

.top_portal_menu_card:hover .top_portal_menu_cta{
background:#EA8721;
color:#fff;
transform:translateY(-2px);
}

.top_portal_lower_btn_place{
position:relative;
display:flex;
justify-content:center;
width:100%;
padding-top:40px;
}

.top_portal_lower_btn_item{
position:relative;
display:block;
}

.top_portal_lower_btn{
display:flex;
align-items:center;
justify-content:center;
width:auto;
min-width:270px;
background:#fefefe;
color:#F29A3A;
font-size:1.8rem;
font-weight:700;
line-height:1;
border-radius:999px;
text-decoration:none;
border:1px solid #F29A3A;

transition:all 0.3s ease;
padding:15px 26px;
}

.top_portal_lower_btn:hover{
background:#EA8721;
border-color:#EA8721;
color:#fff;
}
}
/*////////////////////////////////////
top_portal_lower
@media screen and (min-width: 0px) and (max-width: 767px)
////////////////////////////////////*/
@media screen and (min-width: 0px) and (max-width: 767px){
#top_portal_lower{
position:relative;
display:block;
width:100%;
padding:25px 0 55px;
background:linear-gradient(180deg,#fbfbf7 0%,#ffffff 100%);
}

.top_portal_lower_area{
position:relative;
display:block;
width:100%;
}

.top_portal_lower_place{
position:relative;
display:block;
width:calc(100% - 32px);
margin-left:auto;
margin-right:auto;
padding:30px 20px 38px;
background:#fff;
border:1px solid #d9e1ea;
border-radius:28px;
box-shadow:0 12px 34px rgba(19,45,84,0.06);

}

.top_portal_lower_head{
position:relative;
display:block;
text-align:center;
padding-bottom:28px;
}

.top_portal_lower_head .section_lead{
text-align: left;
}

.top_portal_menu{
position:relative;
display:block;
width:100%;
}

.top_portal_menu_card{
position:relative;
display:flex;
flex-direction:column;
width:100%;
height:100%;
padding:32px 15px 40px;
border:1px solid #d7dee8;
border-radius:32px;
background:#f8f8f8;

margin-bottom:30px;
}

.top_portal_menu_card:last-child{
margin-bottom:0;
}

.top_portal_menu_title{
text-align:center;
font-size:2rem;
font-weight:700;
color:#1d467f;
line-height:1.5;
padding-bottom:24px;
}

.top_portal_menu_image{
text-align:center;
padding-bottom:24px;
}

.top_portal_menu_image img{
max-width:100%;
height:auto;
display:inline-block;
border-radius:32px;
}

.top_portal_menu_text{
font-size:1.8rem;
line-height:2;
color:#000;
font-weight:500;
padding-bottom:0;
}

.top_portal_menu_cta_area{
display:flex;
justify-content:center;
width:100%;
}

.top_portal_menu_cta{
display:flex;
align-items:center;
justify-content:center;
width:200px;
height:52px;
border:1px solid #EA8721;
border-radius:9999px;
background:#fff;
color:#EA8721;
font-size:1.9rem;
font-weight:700;
line-height:1;
text-decoration:none;
transition:all 0.3s;

}

.top_portal_menu_card:hover .top_portal_menu_cta{
background:#EA8721;
color:#fff;
transform:translateY(-2px);
}

.top_portal_lower_btn_place{
position:relative;
display:flex;
justify-content:center;
width:100%;
padding-top:34px;
}

.top_portal_lower_btn_item{
position:relative;
display:block;
width:100%;
}

.top_portal_lower_btn{
display:flex;
align-items:center;
justify-content:center;
width:100%;
background:#fefefe;
color:#F29A3A;
font-size:1.6rem;
font-weight:700;
line-height:1.4;
border-radius:999px;
text-decoration:none;
border:1px solid #F29A3A;
transition:all 0.3s ease;
padding:15px 16px;
}

.top_portal_lower_btn:hover{
background:#EA8721;
border-color:#EA8721;
color:#fff;
}
}

/*////////////////////////////////////
news_section
@media screen and (min-width: 768px)
////////////////////////////////////*/
@media screen and (min-width: 768px){
#news_section {
position: relative;
display: block;
}
#news_word_area {
position: relative;
width: 100%;
background: #fefefe;
padding: 20px 30px;
margin:0 auto; 
border-radius: 20px;
}
#news_word_place {
position: relative;
width: 100%;
aspect-ratio:2.5/1;
overflow-y:scroll;

}
.news {
position: relative;
width: 100%;
padding: 20px 0;
border-bottom: 1px dotted #999;
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
border-radius: 10px;
}
.news_day {
position: relative;
width: 100px;
margin-right: 20px;
padding-top: 5px;
font-size: 1.8rem;
color: #333;
}
.news_info {
position: relative;
width: 100px;
margin-right: 20px;
padding-top: 5px;
font-size: 1.6rem;
color: #FFF;
font-weight: 700;
}
.news_word {
position: relative;
width: calc(100% - 240px);
font-size: 1.8rem;
font-weight: 500;
line-height: 1.6;
}

.news_info span {
padding: 3px 10px;
}
#list_bt {
position: relative;
width: 100%;
text-align: center;
padding: 50px 0 10px 0;
}
#list_bt a {
position: relative;
display: inline-block;
padding: 10px 40px;
background:#EA8721;
border:2px solid #EA8721;
color: #FFF;
font-size: 1.8rem;
font-weight: 700;
text-decoration: none;
border-radius: 15px;
transition: all 0.3s;
}
#list_bt a:hover {
background: #FFF;
color: #EA8721;
}
#list_bt a::after {
content: "\0bb";
position: absolute;
color: #FFF;
font-size: 1.8rem;
font-weight: 600;
top: 20%;
right: 18px;
transition: all 0.3s;
}
#list_bt a:hover::after {
right: 10px;
color: #EA8721;
}
.news1 { background:rgba(0,168,152,1.00); }
.news2 { background:rgba(240,144,24,1.00); }
.news3 { background:rgba(110,139,116,1.00); }

}
/*////////////////////////////////////
news_section
@media screen and (min-width: 0px) and (max-width: 767px)
////////////////////////////////////*/
@media screen and (min-width: 0px) and (max-width: 767px){
#news_section {
position: relative;
width: 100%;
}
#news_word_area {
position: relative;
width: 95%;
background: #fefefe;
padding: 20px;
margin:0 auto;
}
#news_word_place {
position: relative;
width: 100%;
padding: 0 10px;
height: 350px;
overflow-y:scroll;
}
.news {
position: relative;
width: 100%;
padding: 20px 0;
border-bottom: 1px dotted #999;
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
}
.news_day {
position: relative;
margin-right: 20px;
display: inline-block;
font-size: 1.8rem;
color: #333;
margin-bottom: 10px
}
.news_info {
position: relative;
margin-right: 20px;
display: inline-block;
font-size: 1.8rem;
color: #FFF;
font-weight: 700;
margin-bottom: 10px;
}
.news_word {
position: relative;
width: 100%;
font-size: 1.8rem;
font-weight: 500;
line-height: 1.8;
}
.news_info span {
padding: 3px 10px;
}
.news1 { background:rgba(0,168,152,1.00); }
.news2 { background:rgba(240,144,24,1.00); }
.news3 { background:rgba(110,139,116,1.00); }

.news_word a {
color: rgba(37,150,204,1.00);
}
.news_word a:hover {
color: #FF0000;
}

#list_bt {
position: relative;
width: 100%;
text-align: center;
padding: 50px 0 10px 0;
}
#list_bt a {
position: relative;
display: inline-block;
padding: 10px 40px;
background:#EA8721;
border:2px solid #EA8721;
color: #FFF;
font-size: 1.8rem;
font-weight: 700;
text-decoration: none;
border-radius: 15px;
transition: all 0.3s;
}
#list_bt a:hover {
background: #FFF;
color: #EA8721;
}
#list_bt a::after {
content: "\0bb";
position: absolute;
color: #FFF;
font-size: 1.8rem;
font-weight: 600;
top: 20%;
right: 18px;
transition: all 0.3s;
}
#list_bt a:hover::after {
right: 10px;
color: #EA8721;
}
}
/*////////////////////////////////////
top_event_section
@media screen and (min-width: 768px)
////////////////////////////////////*/
@media screen and (min-width: 768px){
#top_event_section {
position: relative;
display: block;
z-index: 1;
width:100%;
padding:110px 0 110px;
}
#top_event_place {
position: relative;
width: 100%;
padding: 0 0 50px 0;
}
.event_item {
position: relative;
padding: 0 15px;
width: 100%;
}
.event_item a {
text-decoration: none;
}
a .event_item_photo {
position: relative;
width: 100%;
aspect-ratio:3/2;
margin-bottom: 20px;
border-radius: 50px;
overflow: hidden;
}
a .event_item_photo img {
object-fit: cover;
width: 100%;
height: 100%;
border-radius: 50px;
transition: all 0.3s;
}
a:hover .event_item_photo img {
transform: scale(1.1);
}

.event_item_cate {
position: relative;
margin-bottom: 10px;
}
.event_item_cate span {
display: inline-block;
background: #C9A97A;
padding: 5px 20px;
color: #fefefe;
font-size: 1.8rem;
border-radius: 10px;
}
.event_item_day {
position: relative;
margin-bottom: 10px;
color: #333;
font-size: 1.8rem;
}
.event_item_title {
position: relative;
font-size: clamp(1.8rem,2.8vw,2.2rem);
color: #333;
line-height: 1.6;
font-weight: 500;
}
}
/*////////////////////////////////////
top_event_section
@media screen and (min-width: 0px) and (max-width: 767px){
////////////////////////////////////*/
@media screen and (min-width: 0px) and (max-width: 767px){
#top_event_section {
position: relative;
width: 100%;
transform: translateY(-20px);
z-index: 1;
}
#top_event_place {
position: relative;
width: 100%;
padding: 0 0 50px 0;
}
.event_item {
position: relative;
padding: 5%;
}
.event_item a {
text-decoration: none;
}
a .event_item_photo {
position: relative;
width: 100%;
aspect-ratio:3/2;
margin-bottom: 10px;
border-radius: 30px;
overflow: hidden;
}
a .event_item_photo img {
object-fit: cover;
width: 100%;
height: 100%;
border-radius: 30px;
transition: all 0.3s;
}
a:hover .event_item_photo img {
transform: scale(1.1);
}

.event_item_cate {
position: relative;
margin-bottom: 10px;
}
.event_item_cate span {
display: inline-block;
background: #C9A97A;
padding: 5px 20px;
color: #FFF;
font-size: 1.6rem;
border-radius: 6px;
}
.event_item_day {
position: relative;
margin-bottom: 10px;
color: #3e3e3e;
font-size: 1.6rem;
}
.event_item_title {
position: relative;
font-size: 1.8rem;
color: #3e3e3e;
line-height: 1.6;
font-weight: 700;
}
}
/* top_column_section moved to community_report_section.css */
/*////////////////////////////////////
top_supporter
@media screen and (min-width: 1201px)
////////////////////////////////////*/
@media screen and (min-width:1201px){
#top_supporter{
position:relative;
display:block;
width:100%;
padding:110px 0 110px;
background:
radial-gradient(circle at 4% 10%, rgba(0,168,152,0.16) 0%, rgba(0,168,152,0.07) 18%, rgba(255,255,255,0) 36%),
radial-gradient(circle at 92% 84%, rgba(242,154,58,0.12) 0%, rgba(242,154,58,0.06) 20%, rgba(255,255,255,0) 38%),
linear-gradient(180deg,#ffffff 0%,#fbfbf7 100%);
overflow:hidden;
}

.top_supporter_area{
position:relative;
display:block;
width:100%;
}

.top_supporter_place{
position:relative;
display:grid;
grid-template-columns:minmax(0,1fr) 46%;
grid-template-areas:
"text img"
"message message"
"btn btn";
gap:34px 28px;
align-items:start;
width:calc(100% - 80px);
max-width:1710px;
margin:0 auto;
padding:62px 40px 54px;
background:
radial-gradient(circle at 4% 74%, rgba(85,170,159,0.10) 0%, rgba(85,170,159,0.06) 13%, rgba(255,255,255,0) 27%),
radial-gradient(circle at 95% 92%, rgba(242,154,58,0.14) 0%, rgba(242,154,58,0.06) 13%, rgba(255,255,255,0) 28%),
linear-gradient(135deg,#ffffff 0%,#ffffff 56%,#effbf8 100%);
border:1px solid #d9e1ea;
border-radius:32px;
box-shadow:0 18px 46px rgba(19,45,84,0.09);
overflow:hidden;
}

.top_supporter_place::before{
content:"";
position:absolute;
left:-78px;
bottom:-84px;
width:250px;
height:250px;
border-radius:50%;
background:rgba(85,170,159,0.10);
filter:blur(7px);
}

.top_supporter_place::after{
content:"";
position:absolute;
right:-36px;
bottom:-42px;
width:120px;
height:120px;
border-radius:50%;
background:rgba(242,154,58,0.13);
filter:blur(4px);
}

.top_supporter_text_item{
position:relative;
z-index:3;
grid-area:text;
display:block;
padding-top:18px;
}

.top_supporter_en_title{
position:relative;
display:inline-flex;
align-items:center;
justify-content:flex-start;
font-size:1.7rem;
line-height:1.5;
font-weight:700;
letter-spacing:0.18em;
color:#eb6d1f;
padding-bottom:18px;
}

.top_supporter_en_title::before,
.top_supporter_en_title::after{
content:"・・・";
font-size:1.9rem;
letter-spacing:0.16em;
color:#eb6d1f;
}

.top_supporter_en_title::before{
padding-right:18px;
}

.top_supporter_en_title::after{
padding-left:18px;
}

.top_supporter_title{
font-size:clamp(3.6rem,3.25vw,5.2rem);
line-height:1.42;
font-weight:800;
letter-spacing:0.06em;
color:#278276;
padding-bottom:30px;
text-align:left;
}

.top_supporter_title span{
color:#ea8721;
}

.top_supporter_word{
font-size:1.9rem;
line-height:2.05;
font-weight:500;
letter-spacing:0.05em;
color:#25364a;
padding-bottom:36px;
}

.top_supporter_point_place{
position:relative;
display:grid;
grid-template-columns:repeat(3,minmax(0,1fr));
gap:15px;
width:100%;
padding-bottom:38px;
}

.top_supporter_point_item{
position:relative;
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
width:100%;
min-height:210px;
padding:28px 18px;
background:
radial-gradient(circle at 50% 0%, rgba(242,154,58,0.08) 0%, rgba(255,255,255,0) 42%),
rgba(255,255,255,0.92);
border:1px solid rgba(85,170,159,0.15);
border-radius:28px;
box-shadow:0 12px 28px rgba(19,45,84,0.08);
text-align:center;
margin-bottom:0;
}

.top_supporter_point_icon{
display:flex;
align-items:center;
justify-content:center;
width:70px;
height:70px;
border-radius:50%;
background:#f3fbf9;
color:#278276;
font-size:2.8rem;
flex-shrink:0;
}

.top_supporter_point_icon img{
display:block;
width:65px;
height:auto;
}

.top_supporter_point_title{
font-size:1.75rem;
line-height:1.5;
font-weight:700;
letter-spacing:0.04em;
color:#278276;
padding-top:14px;
padding-bottom:8px;
}

.top_supporter_point_word{
font-size:1.8rem;
line-height:1.7;
font-weight:500;
letter-spacing:0.03em;
color:#000;
}

.top_supporter_btn_place{
position:relative;
z-index:3;
grid-area:btn;
display:flex;
justify-content:center;
width:100%;
padding-top:12px;
padding-bottom:0;
}

.top_supporter_btn_item{
position:relative;
display:block;
}

.top_supporter_btn{
display:flex;
align-items:center;
justify-content:center;
min-width:300px;
min-height:62px;
padding:15px 34px;
background:#ea8721;
border:2px solid #ea8721;
border-radius:999px;
box-shadow:0 14px 28px rgba(234,135,33,0.24);
color:#ffffff;
font-size:1.8rem;
line-height:1.4;
font-weight:700;
letter-spacing:0.05em;
text-decoration:none;
transition:all 0.3s ease;
}

.top_supporter_btn::after{
content:"\f105";
font-family:"Font Awesome 6 Free";
font-weight:900;
font-size:1.9rem;
padding-left:22px;
}

.top_supporter_btn:hover{
background:#ffffff;
color:#ea8721;
transform:translateY(-3px);
}

.top_supporter_btn_text{
display:inline;
line-height:inherit;
}

.top_supporter_img_item{
position:relative;
z-index:2;
grid-area:img;
display:flex;
align-items:center;
justify-content:center;
width:100%;
height:100%;
}

.top_supporter_img{
position:relative;
width:calc(100% + 64px);
height:100%;
min-height:540px;
border-radius:0 30px 30px 55%;
overflow:hidden;
box-shadow:0 18px 46px rgba(19,45,84,0.12);
}

.top_supporter_img img{
display:block;
width:100%;
height:100%;
object-fit:cover;
object-position:center;
}

.top_supporter_message_item{
position:relative;
z-index:3;
grid-area:message;
display:flex;
align-items:center;
justify-content:center;
width:min(920px,100%);
margin:0 auto;
background:rgba(255,255,255,0.92);
border:1px solid rgba(85,170,159,0.18);
border-radius:28px;
box-shadow:0 12px 28px rgba(19,45,84,0.07);
text-align:center;
gap:24px;
padding:28px 32px;
}

.top_supporter_message_icon{
display:flex;
align-items:center;
justify-content:center;
width:80px;
height:80px;
border-radius:50%;
background:#f3fbf9;
color:#65b78c;
font-size:3rem;
flex-shrink:0;
}

.top_supporter_message_word{
display:block;
margin:0;
padding:4px 0 2px;
font-size:2.2rem;
line-height:1.8;
font-weight:700;
letter-spacing:0.04em;
color:#278276;
text-align:center;
}
}
/*////////////////////////////////////
top_supporter
@media screen and (min-width: 768px) and (max-width: 1250px)
////////////////////////////////////*/
@media screen and (min-width:768px) and (max-width:1250px){
#top_supporter{
position:relative;
display:block;
width:100%;
padding:70px 0;
background:
radial-gradient(circle at 4% 10%, rgba(0,168,152,0.15) 0%, rgba(0,168,152,0.06) 18%, rgba(255,255,255,0) 36%),
radial-gradient(circle at 92% 84%, rgba(242,154,58,0.11) 0%, rgba(242,154,58,0.05) 20%, rgba(255,255,255,0) 38%),
linear-gradient(180deg,#ffffff 0%,#fbfbf7 100%);
overflow:hidden;
}

.top_supporter_area{
position:relative;
display:block;
width:100%;
}

.top_supporter_place{
position:relative;
display:grid;
grid-template-columns:1fr;
grid-template-areas:
"text"
"img"
"message"
"btn";
gap:28px;
width:calc(100% - 50px);
margin-left:auto;
margin-right:auto;
padding:48px 20px 44px;
box-sizing:border-box;
background:
radial-gradient(circle at 4% 74%, rgba(85,170,159,0.10) 0%, rgba(85,170,159,0.06) 13%, rgba(255,255,255,0) 27%),
radial-gradient(circle at 95% 92%, rgba(242,154,58,0.14) 0%, rgba(242,154,58,0.06) 13%, rgba(255,255,255,0) 28%),
linear-gradient(135deg,#ffffff 0%,#ffffff 56%,#effbf8 100%);
border:1px solid #d9e1ea;
border-radius:32px;
box-shadow:0 18px 46px rgba(19,45,84,0.09);
overflow:hidden;
}

.top_supporter_place::before{
content:"";
position:absolute;
left:-70px;
bottom:-80px;
width:220px;
height:220px;
border-radius:50%;
background:rgba(85,170,159,0.10);
filter:blur(6px);
}

.top_supporter_place::after{
content:"";
position:absolute;
right:-70px;
top:-90px;
width:220px;
height:220px;
border-radius:50%;
background:rgba(242,154,58,0.09);
filter:blur(8px);
}

.top_supporter_text_item{
position:relative;
z-index:3;
grid-area:text;
display:block;
width:100%;
padding:0;
box-sizing:border-box;
text-align:center;
}

.top_supporter_text_item .section_en{
text-align:center;
}

.top_supporter_text_item .section_title{
text-align:center;
}

.top_supporter_text_item .section_text{
text-align:left;
padding-left: 20px;
}

.top_supporter_en_title{
position:relative;
display:inline-flex;
align-items:center;
justify-content:center;
font-size:1.5rem;
line-height:1.5;
font-weight:700;
letter-spacing:0.18em;
color:#eb6d1f;
padding-bottom:14px;
}

.top_supporter_en_title::before,
.top_supporter_en_title::after{
content:"・・・";
font-size:1.7rem;
letter-spacing:0.16em;
color:#eb6d1f;
}

.top_supporter_en_title::before{
padding-right:14px;
}

.top_supporter_en_title::after{
padding-left:14px;
}

.top_supporter_title{
font-size:clamp(3rem,3.5vw,4rem);
line-height:1.45;
font-weight:800;
letter-spacing:0.06em;
color:#278276;
padding-bottom:24px;
text-align:center;
}

.top_supporter_title span{
color:#ea8721;
}

.top_supporter_word{
font-size:1.7rem;
line-height:2;
font-weight:500;
letter-spacing:0.04em;
color:#25364a;
padding-left: 20px;
padding-bottom:30px;
text-align:left;
}

.top_supporter_point_place{
position:relative;
z-index:3;
display:grid;
grid-template-columns:repeat(3,minmax(0,1fr));
gap:12px;
width:100%;
padding:34px 0 0;
box-sizing:border-box;
}

.top_supporter_point_item{
position:relative;
display:flex;
flex-direction:column;
align-items:center;
justify-content:flex-start;
width:100%;
min-height:210px;
padding:22px 14px 20px;
box-sizing:border-box;
background:rgba(255,255,255,0.9);
border:1px solid rgba(85,170,159,0.18);
border-radius:28px;
box-shadow:0 10px 24px rgba(19,45,84,0.07);
text-align:center;
}

.top_supporter_point_icon{
display:flex;
align-items:center;
justify-content:center;
width:70px;
height:70px;
border-radius:50%;
background:#f3fbf9;
color:#278276;
font-size:2.4rem;
flex-shrink:0;
}

.top_supporter_point_icon img{
display:block;
width:65px;
height:auto;
}

.top_supporter_point_title{
font-size:2rem;
line-height:1.5;
font-weight:700;
letter-spacing:0.03em;
color:#278276;
padding-top:12px;
padding-bottom:10px;
text-align:center;
}

.top_supporter_point_word{
font-size:1.8rem;
line-height:1.7;
font-weight:500;
letter-spacing:0.02em;
color:#000;
text-align:left;
}

.top_supporter_img_item{
position:relative;
z-index:2;
grid-area:img;
display:block;
width:100%;
padding:0;
box-sizing:border-box;
}

.top_supporter_img{
position:relative;
display:block;
width:100%;
aspect-ratio:16/8;
border-radius:28px;
overflow:hidden;
box-shadow:0 16px 38px rgba(19,45,84,0.11);
}

.top_supporter_img img{
display:block;
width:100%;
height:100%;
object-fit:cover;
object-position:center;
}

.top_supporter_message_item{
position:relative;
z-index:3;
grid-area:message;
display:flex;
align-items:center;
justify-content:center;
gap:16px;
width:100%;
margin:0;
padding:24px 32px;
box-sizing:border-box;
background:rgba(255,255,255,0.92);
border:1px solid rgba(85,170,159,0.18);
border-radius:28px;
box-shadow:0 12px 28px rgba(19,45,84,0.07);
text-align:left;
}

.top_supporter_message_icon{
display:flex;
align-items:center;
justify-content:center;
width:80px;
height:80px;
border-radius:50%;
background:#f3fbf9;
color:#65b78c;
font-size:2.5rem;
flex-shrink:0;
}

.top_supporter_message_word{
display:block;
margin:0;
padding:4px 0 2px;
font-size:2.2rem;
line-height:1.8;
font-weight:700;
letter-spacing:0.04em;
color:#278276;
text-align:left;
}

.top_supporter_btn_place{
position:relative;
z-index:3;
grid-area:btn;
display:flex;
justify-content:center;
width:100%;
padding:0;
box-sizing:border-box;
padding-top: 12px;
}

.top_supporter_btn_item{
position:relative;
display:block;
width:100%;
max-width:420px;
box-sizing:border-box;
}

.top_supporter_btn{
display:flex;
align-items:center;
justify-content:center;
width:100%;
min-width:0;
min-height:60px;
padding:15px 22px;
box-sizing:border-box;
background:#ea8721;
border:2px solid #ea8721;
border-radius:999px;
box-shadow:0 12px 24px rgba(234,135,33,0.22);
color:#ffffff;
font-size:1.8rem;
line-height:1.4;
font-weight:700;
letter-spacing:0.05em;
text-decoration:none;
transition:all 0.3s ease;
white-space:normal;
text-align:center;
}

.top_supporter_btn_text{
display:inline;
line-height:inherit;
}

.top_supporter_btn::after{
content:"\f105";
font-family:"Font Awesome 6 Free";
font-weight:900;
font-size:1.8rem;
padding-left:14px;
flex-shrink:0;
}

.top_supporter_btn:hover{
background:#ffffff;
color:#ea8721;
transform:translateY(-3px);
}
}
/*////////////////////////////////////
top_supporter
@media screen and (min-width: 0px) and (max-width: 767px)
////////////////////////////////////*/
@media screen and (min-width:0px) and (max-width:767px){
#top_supporter{
position:relative;
display:block;
width:100%;
padding:50px 0 55px;
background:
radial-gradient(circle at 0% 8%, rgba(0,168,152,0.14) 0%, rgba(0,168,152,0.06) 20%, rgba(255,255,255,0) 42%),
radial-gradient(circle at 100% 92%, rgba(242,154,58,0.11) 0%, rgba(242,154,58,0.05) 22%, rgba(255,255,255,0) 42%),
linear-gradient(180deg,#ffffff 0%,#fbfbf7 100%);
overflow:hidden;
}

.top_supporter_area{
position:relative;
display:block;
width:100%;
}

.top_supporter_place{
position:relative;
display:block;
width:calc(100% - 32px);
margin-left:auto;
margin-right:auto;
padding:34px 18px 34px;
box-sizing:border-box;
background:
radial-gradient(circle at 0% 100%, rgba(85,170,159,0.10) 0%, rgba(255,255,255,0) 38%),
linear-gradient(180deg,#ffffff 0%,#f5fffc 100%);
border:1px solid #d9e1ea;
border-radius:28px;
box-shadow:0 12px 34px rgba(19,45,84,0.08);
overflow:hidden;
}

.top_supporter_place::before{
content:"";
position:absolute;
left:-74px;
bottom:-78px;
width:180px;
height:180px;
border-radius:50%;
background:rgba(85,170,159,0.10);
filter:blur(6px);
}

.top_supporter_place::after{
content:"";
position:absolute;
right:-78px;
top:-78px;
width:190px;
height:190px;
border-radius:50%;
background:rgba(242,154,58,0.09);
filter:blur(8px);
}

.top_supporter_text_item{
position:relative;
z-index:3;
display:block;
width:100%;
padding:0;
box-sizing:border-box;
text-align:center;
}

.top_supporter_text_item .section_en{
text-align:center;
}

.top_supporter_text_item .section_title{
text-align:center;
}

.top_supporter_text_item .section_text{
text-align:left;
padding-left: 10px;
}

.top_supporter_en_title{
position:relative;
display:inline-flex;
align-items:center;
justify-content:center;
font-size:1.6rem;
line-height:1.5;
font-weight:700;
letter-spacing:0.16em;
color:#eb6d1f;
padding-bottom:12px;
text-align:center;
}

.top_supporter_en_title::before,
.top_supporter_en_title::after{
content:"・・・";
font-size:1.6rem;
letter-spacing:0.14em;
color:#eb6d1f;
}

.top_supporter_en_title::before{
padding-right:10px;
}

.top_supporter_en_title::after{
padding-left:10px;
}

.top_supporter_title{
font-size:3rem;
line-height:1.45;
font-weight:800;
letter-spacing:0.05em;
color:#278276;
padding-bottom:22px;
text-align:center;
}

.top_supporter_title span{
color:#ea8721;
}

.top_supporter_word{
font-size:1.6rem;
line-height:2;
font-weight:500;
letter-spacing:0.03em;
color:#25364a;
padding-bottom:26px;
text-align:left;
}

.top_supporter_point_place{
position:relative;
z-index:3;
display:block;
width:100%;
padding:28px 0 0;
box-sizing:border-box;
}

.top_supporter_point_item{
position:relative;
display:grid;
grid-template-columns:55px minmax(0,1fr);
column-gap:14px;
align-items:center;
width:100%;
padding:16px 16px;
box-sizing:border-box;
background:rgba(255,255,255,0.9);
border:1px solid rgba(85,170,159,0.18);
border-radius:22px;
box-shadow:0 10px 24px rgba(19,45,84,0.06);
text-align:left;
margin-bottom:14px;
}

.top_supporter_point_item:last-child{
margin-bottom:0;
}

.top_supporter_point_icon{
grid-row:1/3;
display:flex;
align-items:center;
justify-content:center;
width:55px;
height:55px;
border-radius:50%;
background:#f3fbf9;
color:#278276;
font-size:2.2rem;
flex-shrink:0;
}

.top_supporter_point_icon img{
display:block;
width:52px;
height:auto;
}

.top_supporter_point_title{
font-size:1.8rem;
line-height:1.5;
font-weight:700;
letter-spacing:0.03em;
color:#278276;
padding-bottom:6px;
text-align:left;
}

.top_supporter_point_word{
font-size:1.8rem;
line-height:1.65;
font-weight:500;
letter-spacing:0.02em;
color:#000;
text-align:left;
}

.top_supporter_img_item{
position:relative;
z-index:2;
display:block;
width:100%;
padding:26px 0 0;
box-sizing:border-box;
}

.top_supporter_img{
position:relative;
display:block;
width:100%;
aspect-ratio:4/3;
border-radius:24px;
overflow:hidden;
box-shadow:0 14px 30px rgba(19,45,84,0.10);
}

.top_supporter_img img{
display:block;
width:100%;
height:100%;
object-fit:cover;
object-position:center;
}

.top_supporter_message_item{
position:relative;
z-index:3;
display:flex;
align-items:center;
justify-content:center;
gap:14px;
width:100%;
margin:24px 0 0;
padding:20px 18px;
box-sizing:border-box;
background:rgba(255,255,255,0.92);
border:1px solid rgba(85,170,159,0.16);
border-radius:24px;
box-shadow:0 10px 24px rgba(19,45,84,0.06);
}

.top_supporter_message_icon{
display:flex;
align-items:center;
justify-content:center;
width:80px;
height:80px;
border-radius:50%;
background:#f3fbf9;
color:#65b78c;
font-size:2.2rem;
flex-shrink:0;
}

.top_supporter_message_word{
font-size:1.8rem;
line-height:1.8;
font-weight:700;
letter-spacing:0.03em;
color:#278276;
text-align:left;
}

.top_supporter_btn_place{
position:relative;
z-index:3;
display:flex;
justify-content:center;
width:100%;
padding:24px 0 0;
box-sizing:border-box;
}

.top_supporter_btn_item{
position:relative;
display:block;
width:100%;
box-sizing:border-box;
}

.top_supporter_btn{
position:relative;
display:flex;
align-items:center;
justify-content:center;
width:100%;
min-height:78px;
padding:15px 52px 15px 28px;
box-sizing:border-box;
background:#ea8721;
border:2px solid #ea8721;
border-radius:999px;
box-shadow:0 12px 24px rgba(234,135,33,0.22);
color:#ffffff;
font-size:1.8rem;
line-height:1.5;
font-weight:700;
letter-spacing:0.04em;
text-decoration:none;
white-space:normal;
text-align:center;
}

.top_supporter_btn_text{
display:block;
line-height:1.55;
text-align:center;
}

.top_supporter_btn::after{
content:"\f105";
position:absolute;
right:28px;
top:50%;
transform:translateY(-50%);
font-family:"Font Awesome 6 Free";
font-weight:900;
font-size:1.8rem;
padding-left:0;
}

.top_supporter_btn:hover{
background:#ffffff;
color:#ea8721;
}
}
/*////////////////////////////////////
top_community
@media screen and (min-width: 1201px)
////////////////////////////////////*/
@media screen and (min-width:1201px){
#top_community{
position:relative;
display:block;
width:100%;
padding:110px 0;
background:linear-gradient(135deg,#d7f6ec 0%,#effbf7 48%,#ffffff 100%);
overflow:hidden;
}

#top_community:before{
content:"";
position:absolute;
left:-120px;
top:90px;
width:420px;
height:420px;
border:2px solid rgba(90,185,165,0.22);
border-radius:50%;
}

#top_community:after{
content:"";
position:absolute;
right:-130px;
top:-160px;
width:460px;
height:460px;
border:2px solid rgba(90,185,165,0.2);
border-radius:50%;
}

.top_community_area{
position:relative;
z-index:1;
display:block;
width:calc(100% - 80px);
max-width:1710px;
margin-left:auto;
margin-right:auto;
}

.top_community_place{
position:relative;
display:block;
width:100%;
padding:64px 30px 58px;
box-sizing:border-box;
background:#fff;
border-radius:36px;
box-shadow:0 22px 56px rgba(53,116,104,0.13);
overflow:hidden;
}

.top_community_place:before{
content:"";
position:absolute;
right:46px;
top:40px;
width:110px;
height:110px;
background:rgba(111,214,197,0.34);
border-radius:50%;
}

.top_community_place:after{
content:"";
position:absolute;
left:-52px;
bottom:-58px;
width:170px;
height:170px;
background:rgba(255,233,189,0.62);
border-radius:50%;
}

.top_community_main_item{
position:relative;
z-index:1;
display:grid;
grid-template-columns:minmax(0,1fr) 46%;
align-items:start;
gap:40px;
}

.top_community_text_item{
position:relative;
z-index:1;
display:block;
width:100%;
padding-top:10px;
box-sizing:border-box;
}

.top_community_tag_area{
display:flex;
flex-wrap:wrap;
gap:10px;
padding:15px 0 26px;
margin-bottom: 50px;
}

.top_community_tag_item{
display:inline-flex;
align-items:center;
justify-content:center;
margin:0;
padding:10px 17px;
background:#ddf6ec;
border:1px solid #bde9dc;
border-radius:100px;
font-size:1.8rem;
font-weight:700;
line-height:1;
letter-spacing:0.03em;
color:#000;
}

.top_community_tag_item_orange{
background:#fff1df;
border-color:#ffd5a7;
color:#9a5b17;
}

.top_community_expert_item{
position:relative;
z-index:2;
display:grid;
grid-template-columns:100px minmax(0,1fr);
gap:20px;
align-items:center;
width:100%;
padding:22px 24px;
box-sizing:border-box;
background:linear-gradient(135deg,#effbf6 0%,#e4f8f0 100%);
border:1px solid rgba(179,231,218,0.78);
border-radius:20px;
box-shadow:0 14px 30px rgba(53,116,104,0.1);
}

.top_community_expert_label{
position:absolute;
right:22px;
top:-17px;
display:inline-flex;
align-items:center;
justify-content:center;
margin:0;
padding:8px 18px;
background:#daf3eb;
border:1px solid #bfe9dc;
border-radius:100px;
font-size:1.8rem;
font-weight:700;
line-height:1;
letter-spacing:0.04em;
color:#1e7762;
}

.top_community_expert_photo_item{
display:block;
width:100px;
height:100px;
background:#fff;
border-radius:50%;
overflow:hidden;
box-shadow:0 8px 20px rgba(53,116,104,0.12);
}

.top_community_expert_photo{
display:block;
width:100%;
height:100%;
object-fit:cover;
object-position:center top;
}

.top_community_expert_text_item{
display:block;
width:100%;
}

.top_community_expert_lead{
margin:0;
padding:0 0 8px;
font-size:1.8rem;
font-weight:700;
line-height:1.5;
letter-spacing:0.03em;
color:#1f3832;
}

.top_community_expert_name{
display:inline-block;
margin:0;
padding:0 15px 0 0;
font-size:2.2rem;
font-weight:700;
line-height:1.3;
letter-spacing:0.08em;
color:#111;
}

.top_community_expert_name span{
font-size:1.5rem;
letter-spacing:0.05em;
}

.top_community_expert_position{
display:inline-block;
margin:0;
font-size:1.8rem;
font-weight:700;
line-height:1.5;
letter-spacing:0.03em;
color:#2d4d46;
}

.top_community_expert_word{
margin:0;
padding:8px 0 0;
font-size:1.8rem;
font-weight:500;
line-height:1.7;
letter-spacing:0.03em;
color:#2f4640;
}

.top_community_visual_item{
position:relative;
z-index:1;
display:block;
width:100%;
}

.top_community_img_item{
position:relative;
z-index:1;
display:block;
width:100%;
}

.top_community_img_item:before{
content:"";
position:absolute;
right:-18px;
bottom:-18px;
z-index:-1;
width:100%;
height:100%;
background:#bcebdd;
border-radius:28px;
}

.top_community_img_item:after{
content:"";
position:absolute;
left:-46px;
bottom:-34px;
z-index:-1;
width:104px;
height:104px;
background:rgba(137,224,214,0.44);
border-radius:50%;
}

.top_community_img{
display:block;
width:100%;
aspect-ratio:16/10;
object-fit:cover;
border-radius:28px;
box-shadow:0 14px 32px rgba(53,116,104,0.13);
}

.top_community_consult_area{
grid-column:1/3;
display:block;
width:100%;
padding:28px 28px 30px;
box-sizing:border-box;
background:linear-gradient(135deg,#f1fbf7 0%,#ffffff 100%);
border:1px solid #cdeee5;
border-radius:22px;
box-shadow:0 12px 28px rgba(53,116,104,0.08);
}

.top_community_consult_title{
margin:0;
padding:0 0 20px;
font-size:2.2rem;
font-weight:700;
line-height:1.5;
letter-spacing:0.05em;
color:#237d68;
text-align: center;
}

.top_community_consult_list{
display:grid;
grid-template-columns:1.1fr 0.95fr 0.95fr;
gap:14px;
width:100%;
}

.top_community_consult_item{
display:flex;
align-items:flex-start;
gap:12px;
min-height:58px;
}

.top_community_consult_icon{
position:relative;
display:block;
width:24px;
height:24px;
background:#ffffff;
border:2px solid #5aa897;
border-radius:50%;
flex-shrink:0;
}

.top_community_consult_icon:after{
content:"";
position:absolute;
left:6px;
top:5px;
width:9px;
height:6px;
border-left:2px solid #5aa897;
border-bottom:2px solid #5aa897;
transform:rotate(-45deg);
}

.top_community_consult_word{
margin:0;
font-size:1.8rem;
font-weight:700;
line-height:1.6;
letter-spacing:0.03em;
color:#273c37;
}

.top_community_btn_area{
grid-column:1/3;
display:flex;
justify-content:center;
width:100%;
padding:4px 0 0;
box-sizing:border-box;
}

.top_community_btn{
display:inline-flex;
align-items:center;
justify-content:center;
min-width:340px;
min-height:68px;
padding:18px 42px;
box-sizing:border-box;
background:linear-gradient(135deg,#ffa34a 0%,#ff7f57 100%);
border-radius:100px;
box-shadow:0 14px 28px rgba(255,130,73,0.28);
font-size:1.8rem;
font-weight:700;
line-height:1.5;
letter-spacing:0.05em;
color:#fff;
text-decoration:none;
transition:0.3s;
}

.top_community_btn:after{
content:"";
display:block;
width:9px;
height:9px;
border-top:2px solid #fff;
border-right:2px solid #fff;
transform:rotate(45deg);
margin-left:18px;
flex-shrink:0;
}

.top_community_btn:hover{
opacity:0.88;
transform:translateY(-3px);
}
}

/*////////////////////////////////////
top_community
@media screen and (min-width: 768px) and (max-width: 1200px)
////////////////////////////////////*/
@media screen and (min-width:768px) and (max-width:1200px){
#top_community{
position:relative;
display:block;
width:100%;
padding:80px 0;
background:linear-gradient(135deg,#d7f6ec 0%,#effbf7 52%,#ffffff 100%);
overflow:hidden;
}

.top_community_area{
position:relative;
z-index:1;
display:block;
width:92%;
margin-left:auto;
margin-right:auto;
}

.top_community_place{
position:relative;
display:block;
width:100%;
padding:46px 38px;
box-sizing:border-box;
background:#fff;
border-radius:32px;
box-shadow:0 18px 44px rgba(53,116,104,0.12);
overflow:hidden;
}

.top_community_place:before{
content:"";
position:absolute;
right:24px;
top:28px;
width:92px;
height:92px;
background:rgba(111,214,197,0.32);
border-radius:50%;
}

.top_community_place:after{
content:"";
position:absolute;
left:-50px;
bottom:-54px;
width:150px;
height:150px;
background:rgba(255,233,189,0.62);
border-radius:50%;
}

.top_community_main_item{
position:relative;
z-index:1;
display:grid;
grid-template-columns:1fr;
gap:30px;
}

.top_community_text_item{
position:relative;
z-index:1;
display:block;
width:100%;
}

.top_community_text_item .section_lead{
text-align:left;
}

.top_community_tag_area{
display:flex;
flex-wrap:wrap;
gap:9px;
padding:20px 0 26px;
margin-bottom: 30px;
}

.top_community_tag_item{
display:inline-flex;
align-items:center;
justify-content:center;
margin:0;
padding:9px 14px;
background:#ddf6ec;
border:1px solid #bde9dc;
border-radius:100px;
font-size:1.8rem;
font-weight:700;
line-height:1;
letter-spacing:0.03em;
color:#237d68;
margin-bottom: 40px;
}

.top_community_tag_item_orange{
background:#fff1df;
border-color:#ffd5a7;
color:#9a5b17;
}

.top_community_expert_item{
position:relative;
z-index:2;
display:grid;
grid-template-columns:74px minmax(0,1fr);
gap:16px;
align-items:center;
width:100%;
padding:18px;
box-sizing:border-box;
background:linear-gradient(135deg,#effbf6 0%,#e4f8f0 100%);
border:1px solid rgba(179,231,218,0.78);
border-radius:18px;
box-shadow:0 12px 26px rgba(53,116,104,0.1);
}

.top_community_expert_label{
position:absolute;
right:16px;
top:-15px;
display:inline-flex;
align-items:center;
justify-content:center;
margin:0;
padding:7px 14px;
background:#daf3eb;
border:1px solid #bfe9dc;
border-radius:100px;
font-size:1.8rem;
font-weight:700;
line-height:1;
letter-spacing:0.04em;
color:#1e7762;
}

.top_community_expert_photo_item{
display:block;
width:74px;
height:74px;
background:#fff;
border-radius:50%;
overflow:hidden;
box-shadow:0 8px 18px rgba(53,116,104,0.12);
}

.top_community_expert_photo{
display:block;
width:100%;
height:100%;
object-fit:cover;
object-position:center top;
}

.top_community_expert_text_item{
display:block;
width:100%;
}

.top_community_expert_lead{
margin:0;
padding:0 0 6px;
font-size:1.8rem;
font-weight:700;
line-height:1.5;
letter-spacing:0.03em;
color:#1f3832;
}

.top_community_expert_name{
display:block;
margin:0;
font-size:1.8rem;
font-weight:700;
line-height:1.3;
letter-spacing:0.08em;
color:#111;
padding-bottom: 5px;
}

.top_community_expert_name span{
font-size:1.8rem;
letter-spacing:0.05em;
}

.top_community_expert_position{
display:block;
margin:0;
padding:2px 0 0;
font-size:1.8rem;
font-weight:700;
line-height:1.5;
letter-spacing:0.03em;
color:#2d4d46;
}

.top_community_expert_word{
margin:0;
padding:6px 0 0;
font-size:1.8rem;
font-weight:500;
line-height:1.6;
letter-spacing:0.03em;
color:#2f4640;
}

.top_community_visual_item{
position:relative;
z-index:1;
display:block;
width:100%;
padding:0;
}

.top_community_img_item{
position:relative;
z-index:1;
display:block;
width:100%;
}

.top_community_img_item:before{
content:"";
position:absolute;
right:-10px;
bottom:-10px;
z-index:-1;
width:100%;
height:100%;
background:#bcebdd;
border-radius:24px;
}

.top_community_img{
display:block;
width:100%;
aspect-ratio:16/8;
object-fit:cover;
border-radius:24px;
box-shadow:0 12px 28px rgba(53,116,104,0.12);
}

.top_community_consult_area{
display:block;
width:100%;
padding:28px 28px 30px;
box-sizing:border-box;
background:linear-gradient(135deg,#f1fbf7 0%,#ffffff 100%);
border:1px solid #cdeee5;
border-radius:22px;
box-shadow:0 12px 28px rgba(53,116,104,0.08);
}

.top_community_consult_title{
margin:0;
padding:0 0 20px;
font-size:2.2rem;
font-weight:700;
line-height:1.5;
letter-spacing:0.05em;
color:#237d68;
text-align: center;
}

.top_community_consult_list{
display:grid;
grid-template-columns:1fr;
gap:12px;
width:100%;
text-align: center;
padding-top: 5px;
}

.top_community_consult_item{
display:flex;
align-items:flex-start;
gap:10px;
min-height:44px;
}

.top_community_consult_icon{
position:relative;
display:block;
width:22px;
height:22px;
background:#ffffff;
border:2px solid #5aa897;
border-radius:50%;
flex-shrink:0;
}

.top_community_consult_icon:after{
content:"";
position:absolute;
left:5px;
top:5px;
width:8px;
height:5px;
border-left:2px solid #5aa897;
border-bottom:2px solid #5aa897;
transform:rotate(-45deg);
}

.top_community_consult_word{
margin:0;
font-size:1.75rem;
font-weight:700;
line-height:1.6;
letter-spacing:0.03em;
color:#273c37;
}

.top_community_btn_area{
display:flex;
justify-content:center;
width:100%;
padding:0;
box-sizing:border-box;
}

.top_community_btn{
display:inline-flex;
align-items:center;
justify-content:center;
width:auto;
min-width:320px;
min-height:62px;
padding:16px 30px;
box-sizing:border-box;
background:linear-gradient(135deg,#ffa34a 0%,#ff7f57 100%);
border-radius:100px;
box-shadow:0 12px 24px rgba(255,130,73,0.25);
font-size:1.6rem;
font-weight:700;
line-height:1.5;
letter-spacing:0.04em;
color:#fff;
text-decoration:none;
transition:0.3s;
}

.top_community_btn:after{
content:"";
display:block;
width:8px;
height:8px;
border-top:2px solid #fff;
border-right:2px solid #fff;
transform:rotate(45deg);
margin-left:14px;
flex-shrink:0;
}

.top_community_btn:hover{
opacity:0.88;
transform:translateY(-3px);
}
}
/*////////////////////////////////////
top_community
@media screen and (min-width: 0px) and (max-width: 767px)
////////////////////////////////////*/
@media screen and (min-width:0px) and (max-width:767px){
#top_community{
position:relative;
display:block;
width:100%;
padding:58px 0;
background:linear-gradient(135deg,#d7f6ec 0%,#effbf7 58%,#ffffff 100%);
overflow:hidden;
}

.top_community_area{
position:relative;
z-index:1;
display:block;
width:90%;
margin-left:auto;
margin-right:auto;
}

.top_community_place{
position:relative;
display:block;
width:100%;
padding:34px 20px 28px;
box-sizing:border-box;
background:#fff;
border-radius:28px;
box-shadow:0 14px 34px rgba(53,116,104,0.13);
overflow:hidden;
}

.top_community_place:before{
content:"";
position:absolute;
right:-28px;
top:24px;
width:82px;
height:82px;
background:rgba(111,214,197,0.32);
border-radius:50%;
}

.top_community_place:after{
content:"";
position:absolute;
left:-48px;
bottom:-48px;
width:130px;
height:130px;
background:rgba(255,233,189,0.62);
border-radius:50%;
}

.top_community_main_item{
position:relative;
z-index:1;
display:flex;
flex-direction:column;
width:100%;
}

.top_community_text_item{
position:relative;
z-index:1;
display:block;
width:100%;
text-align:left;
}

.top_community_text_item .section_lead{
text-align:left;
}

.top_community_tag_area{
display:flex;
flex-wrap:wrap;
gap:8px;
padding:15px 0 24px;
}

.top_community_tag_item{
display:inline-flex;
align-items:center;
justify-content:center;
margin:0;
padding:8px 12px;
background:#ddf6ec;
border:1px solid #bde9dc;
border-radius:100px;
font-size:1.6rem;
font-weight:700;
line-height:1;
letter-spacing:0.03em;
color:#237d68;
margin-bottom: 30px;
}

.top_community_tag_item_orange{
background:#fff1df;
border-color:#ffd5a7;
color:#9a5b17;
}

.top_community_expert_item{
position:relative;
z-index:2;
display:grid;
grid-template-columns:68px minmax(0,1fr);
gap:14px;
align-items:center;
width:100%;
padding:18px 16px;
box-sizing:border-box;
background:linear-gradient(135deg,#effbf6 0%,#e4f8f0 100%);
border:1px solid rgba(179,231,218,0.78);
border-radius:18px;
box-shadow:0 10px 22px rgba(53,116,104,0.1);
}

.top_community_expert_label{
position:absolute;
right:14px;
top:-14px;
display:inline-flex;
align-items:center;
justify-content:center;
margin:0;
padding:7px 13px;
background:#daf3eb;
border:1px solid #bfe9dc;
border-radius:100px;
font-size:1.6rem;
font-weight:700;
line-height:1;
letter-spacing:0.04em;
color:#1e7762;
}

.top_community_expert_photo_item{
display:block;
width:68px;
height:68px;
background:#fff;
border-radius:50%;
overflow:hidden;
box-shadow:0 8px 18px rgba(53,116,104,0.12);
}

.top_community_expert_photo{
display:block;
width:100%;
height:100%;
object-fit:cover;
object-position:center top;
}

.top_community_expert_text_item{
display:block;
width:100%;
}

.top_community_expert_lead{
margin:0;
padding:0 0 5px;
font-size:1.8rem;
font-weight:700;
line-height:1.5;
letter-spacing:0.03em;
color:#1f3832;
}

.top_community_expert_name{
display:block;
margin:0;
font-size:1.7rem;
font-weight:700;
line-height:1.3;
letter-spacing:0.08em;
color:#111;
}

.top_community_expert_name span{
font-size:1.2rem;
letter-spacing:0.05em;
}

.top_community_expert_position{
display:block;
margin:0;
padding:2px 0 0;
font-size:1.8rem;
font-weight:700;
line-height:1.5;
letter-spacing:0.03em;
color:#2d4d46;
}

.top_community_expert_word{
margin:0;
padding:6px 0 0;
font-size:1.8rem;
font-weight:500;
line-height:1.6;
letter-spacing:0.03em;
color:#2f4640;
}

.top_community_visual_item{
position:relative;
z-index:1;
display:block;
width:100%;
padding:24px 0 0;
margin-bottom: 50px;
}

.top_community_img_item{
position:relative;
z-index:1;
display:block;
width:100%;
}

.top_community_img_item:before{
content:"";
position:absolute;
right:-8px;
bottom:-8px;
z-index:-1;
width:100%;
height:100%;
background:#bcebdd;
border-radius:22px;
}

.top_community_img{
display:block;
width:100%;
aspect-ratio:16/10;
object-fit:cover;
border-radius:22px;
box-shadow:0 10px 24px rgba(53,116,104,0.12);
}

.top_community_consult_area{
display:block;
width:100%;
padding:22px 18px;
box-sizing:border-box;
background:linear-gradient(135deg,#f1fbf7 0%,#ffffff 100%);
border:1px solid #cdeee5;
border-radius:20px;
box-shadow:0 10px 24px rgba(53,116,104,0.08);
margin-bottom: 30px;
}

.top_community_consult_title{
margin:0;
padding:0 0 20px;
font-size:1.8rem;
font-weight:700;
line-height:1.5;
letter-spacing:0.05em;
color:#237d68;
text-align: center;
}

.top_community_consult_list{
display:grid;
grid-template-columns:1fr;
gap:10px;
width:100%;
}

.top_community_consult_item{
display:flex;
align-items:flex-start;
gap:10px;
min-height:46px;
}

.top_community_consult_icon{
position:relative;
display:block;
width:21px;
height:21px;
background:#ffffff;
border:2px solid #5aa897;
border-radius:50%;
flex-shrink:0;
padding-top:0;
}

.top_community_consult_icon:after{
content:"";
position:absolute;
left:5px;
top:5px;
width:8px;
height:5px;
border-left:2px solid #5aa897;
border-bottom:2px solid #5aa897;
transform:rotate(-45deg);
}

.top_community_consult_word{
margin:0;
font-size:1.7rem;
font-weight:700;
line-height:1.6;
letter-spacing:0.03em;
color:#273c37;
}

.top_community_btn_area{
display:block;
width:100%;
padding:22px 0 0;
box-sizing:border-box;
}

.top_community_btn{
display:flex;
align-items:center;
justify-content:center;
width:100%;
min-height:58px;
padding:15px 18px;
box-sizing:border-box;
background:linear-gradient(135deg,#ffa34a 0%,#ff7f57 100%);
border-radius:100px;
box-shadow:0 12px 24px rgba(255,130,73,0.24);
font-size:1.5rem;
font-weight:700;
line-height:1.5;
letter-spacing:0.04em;
color:#fff;
text-decoration:none;
transition:0.3s;
}

.top_community_btn:after{
content:"";
display:block;
width:8px;
height:8px;
border-top:2px solid #fff;
border-right:2px solid #fff;
transform:rotate(45deg);
margin-left:12px;
flex-shrink:0;
}

.top_community_btn:hover{
opacity:0.88;
}
}
/*////////////////////////////////////
top_contact_section
@media screen and (min-width: 768px)
////////////////////////////////////*/
@media screen and (min-width: 768px){
#top_contact_section{
position:relative;
display:block;
width:100%;
padding:110px 0;
margin-bottom:0;
border:1px solid #eee;
overflow:hidden;
}

.top_contact_link{
display:block;
width:100%;
}

.top_contact_picture{
display:block;
width:calc(100% - 80px);
max-width:1710px;
margin-right:auto;
margin-left:auto;
aspect-ratio:2436 / 608;
overflow:hidden;
border-radius:34px;
}

.top_contact_img{
display:block;
width:100%;
height:100%;
object-fit:cover;
}
}
/*////////////////////////////////////
top_contact_section
@media screen and (min-width: 0px) and (max-width: 767px)
////////////////////////////////////*/
@media screen and (min-width: 0px) and (max-width: 767px){
#top_contact_section{
position:relative;
width:100%;
margin-bottom:30px;
border:1px solid #eee;
overflow:hidden;
}

.top_contact_link{
display:block;
width:100%;
}

.top_contact_picture{
display:block;
width:100%;
aspect-ratio:1462 / 608;
overflow:hidden;
border-radius:20px;
}

.top_contact_img{
display:block;
width:100%;
height:100%;
object-fit:cover;
}
}

/*////////////////////////////////////
top_concept_navi_area
@media screen and (min-width: 768px)
////////////////////////////////////*/
@media screen and (min-width: 768px){
#top_concept_navi{
	position: relative;
	display:block;
}

.top_concept_navi_area{
padding:8rem 0 9rem;
background:url(../img/bg_concept_gradient.png);
position:relative;
overflow:hidden;
}

.top_concept_navi_area::before{
content:"";
width:26rem;
height:26rem;
border-radius:50%;
background:rgba(255,201,116,.28);
filter:blur(2rem);
position:absolute;
left:-8rem;
top:4rem;
}

.top_concept_navi_area::after{
content:"";
width:28rem;
height:28rem;
border-radius:50%;
background:rgba(119,207,199,.28);
filter:blur(2rem);
position:absolute;
right:-6rem;
bottom:1rem;
}

.top_concept_navi_place{
width:min(1510rem,calc(100% - 80px));
margin:0 auto;
position:relative;
z-index:1;
}

.top_concept_navi_title_box{
text-align:center;
}

.top_concept_navi_title{
padding-top:1.2rem;
font-size:clamp(2.8rem,4vw,4.6rem);
line-height:1.45;
letter-spacing:.04em;
font-weight:800;
color:#3b2113;
}

.top_concept_navi_word{
padding-top:1.8rem;
font-size:clamp(1.6rem,1.8vw,2rem);
line-height:2;
letter-spacing:.04em;
font-weight:600;
color:#3b2113;
}

.top_concept_navi_item_box{
padding-top:5.2rem;
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
}

.top_concept_navi_item{
position:relative;
min-height:56rem;
padding:4.4rem 2.2rem 11rem;
border-radius:2rem;
background:#ffffff;
box-shadow:0 1.2rem 2.8rem rgba(68,87,102,.13);
text-align:center;
text-decoration:none;
display:flex;
flex-direction:column;
align-items:center;
justify-content:flex-start;
transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;
border:2px solid rgba(255,255,255,0.7);
cursor:pointer;
margin-bottom:20px;
overflow:hidden;
}

.top_concept_navi_item::after{
content:"詳しく見る";
position:absolute;
left:50%;
bottom:3.2rem;
transform:translateX(-50%);
display:flex;
align-items:center;
justify-content:center;
min-width:20rem;
height:5.2rem;
padding:0 4.6rem 0 2.6rem;
border-radius:999px;
background:#ffffff;
border:1px solid #4fa9d3;
box-shadow:0 0.8rem 1.8rem rgba(79,169,211,0.14);
font-size:1.8rem;
line-height:1;
font-weight:700;
letter-spacing:0.04em;
color:#4fa9d3;
transition:all 0.3s ease;
}

.top_concept_navi_item::before{
content:"";
position:absolute;
left:calc(50% + 5.4rem);
bottom:5.35rem;
width:0.8rem;
height:0.8rem;
border-top:2px solid #4fa9d3;
border-right:2px solid #4fa9d3;
transform:rotate(45deg);
z-index:2;
transition:all 0.3s ease;
}

.top_concept_navi_item:hover{
transform:translateY(-0.8rem);
box-shadow:0 1.8rem 3.8rem rgba(68,87,102,.18);
}

.top_concept_navi_item:hover::before{
left:calc(50% + 5.9rem);
border-color:#ffffff;
}

.top_concept_navi_item_know{
background:linear-gradient(135deg,#eefbff 0%,#d9f4ff 100%);
}

.top_concept_navi_item_know::after{
content:"詳しく見る";
border-color:#78c5e8;
color:#4fa9d3;
box-shadow:0 0.8rem 1.8rem rgba(79,169,211,0.14);
}

.top_concept_navi_item_know::before{
border-color:#4fa9d3;
}

.top_concept_navi_item_know:hover{
border-color:rgba(79,169,211,0.36);
}

.top_concept_navi_item_know:hover::after{
background:#4fa9d3;
border-color:#4fa9d3;
color:#ffffff;
box-shadow:0 1.2rem 2.4rem rgba(79,169,211,0.24);
}

.top_concept_navi_item_check{
background:linear-gradient(135deg,#effff8 0%,#c9f3e4 100%);
}

.top_concept_navi_item_check::after{
content:"チェックする";
border-color:#6ed0bd;
color:#20a894;
box-shadow:0 0.8rem 1.8rem rgba(32,168,148,0.14);
}

.top_concept_navi_item_check::before{
border-color:#20a894;
}

.top_concept_navi_item_check:hover{
border-color:rgba(32,168,148,0.36);
}

.top_concept_navi_item_check:hover::after{
background:#20a894;
border-color:#20a894;
color:#ffffff;
box-shadow:0 1.2rem 2.4rem rgba(32,168,148,0.24);
}

.top_concept_navi_item_event{
background:linear-gradient(135deg,#fff5f3 0%,#ffdcd7 100%);
}

.top_concept_navi_item_event::after{
content:"活動を見る";
border-color:#ef8c86;
color:#e4746d;
box-shadow:0 0.8rem 1.8rem rgba(228,116,109,0.14);
}

.top_concept_navi_item_event::before{
border-color:#e4746d;
}

.top_concept_navi_item_event:hover{
border-color:rgba(228,116,109,0.36);
}

.top_concept_navi_item_event:hover::after{
background:#e4746d;
border-color:#e4746d;
color:#ffffff;
box-shadow:0 1.2rem 2.4rem rgba(228,116,109,0.24);
}

.top_concept_navi_item_area{
background:linear-gradient(135deg,#fffaf0 0%,#e4f4ff 100%);
}

.top_concept_navi_icon{
width:10rem;
height:10rem;
border-radius:50%;
background:#ffffff;
display:flex;
align-items:center;
justify-content:center;
box-shadow:0 .8rem 1.8rem rgba(68,87,102,.1);
flex-shrink:0;
}

.top_concept_navi_icon img{
width:8rem;
height:auto;
display:block;
}

.top_concept_navi_item .page_title{
margin:0;
padding:2.4rem 0 1.8rem;
text-align:center;
font-size:2.4rem;
font-weight:700;
color:#252525;
line-height:1.5;
letter-spacing:0.04em;
}

.top_concept_navi_item .section_text{
margin:0;
padding:0;
font-size:2rem;
line-height:2;
letter-spacing:.03em;
font-weight:500;
color:#111111;
text-align:center;
}

.top_concept_note{
display:block;
width:90%;
max-width:760px;
margin:24px auto 0;
padding:12px 18px;
border-radius:18px;
background:rgba(255,255,255,0.68);
border:1px solid rgba(0,168,152,0.12);
font-size:1.8rem;
font-weight:600;
line-height:1.8;
letter-spacing:0.04em;
text-align:center;
color:#526879;
}
}
/*////////////////////////////////////
top_concept_navi_area
@media screen and (min-width: 768px) and (max-width: 1150px)
////////////////////////////////////*/
@media screen and (min-width: 768px) and (max-width: 1180px){
.top_concept_navi_item_box{
padding: 0 40px;
padding-top:5.2rem;
display:grid;
grid-template-columns:repeat(2,1fr);
gap:50px;
}
}
/*////////////////////////////////////
top_concept_navi_area
@media screen and (min-width: 0px) and (max-width: 767px)
////////////////////////////////////*/
@media screen and (min-width: 0px) and (max-width: 767px){
#top_concept_navi{
position:relative;
display:block;
width:100%;
}

.top_concept_navi_area{
position:relative;
display:block;
width:100%;
padding:5.6rem 0 6.4rem;
background:linear-gradient(180deg,#dff7ff 0%,#d6f5e9 36%,#ffffff 36%,#ffffff 100%);
overflow:hidden;
}

.top_concept_navi_area::before{
content:"";
position:absolute;
left:-8rem;
top:4rem;
width:18rem;
height:18rem;
border-radius:50%;
background:rgba(255,201,116,0.28);
filter:blur(2rem);
}

.top_concept_navi_area::after{
content:"";
position:absolute;
right:-8rem;
bottom:1rem;
width:20rem;
height:20rem;
border-radius:50%;
background:rgba(119,207,199,0.28);
filter:blur(2rem);
}

.top_concept_navi_place{
position:relative;
z-index:1;
display:block;
width:calc(100% - 3.2rem);
margin:0 auto;
}

.top_concept_navi_title_box{
position:relative;
display:block;
width:100%;
}


.top_concept_navi_title_box .section_lead{
line-height:1.9;
font-weight:500;
letter-spacing:0.04em;
color:#000;
text-align:left;
padding: 0 20px;
}

.top_concept_navi_title{
margin:0;
padding-top:0.8rem;
font-size:2.8rem;
line-height:1.6;
letter-spacing:0.04em;
font-weight:800;
color:#3b2113;
text-align:center;
}

.top_concept_navi_word{
margin:0;
padding-top:1.4rem;
font-size:1.6rem;
line-height:2;
letter-spacing:0.04em;
font-weight:600;
color:#3b2113;
text-align:left;
}

.top_concept_navi_item_box{
position:relative;
display:grid;
grid-template-columns:1fr;
gap:1.8rem;
width:90%;
padding-top:3.6rem;
margin: 0 auto;
}

.top_concept_navi_item{
position:relative;
display:flex;
flex-direction:column;
align-items:center;
justify-content:flex-start;
width:100%;
min-height:auto;
margin-bottom:0;
padding:3rem 1.8rem 8.8rem;
border-radius:2rem;
background:#ffffff;
border:2px solid rgba(255,255,255,0.7);
box-shadow:0 1.2rem 2.8rem rgba(68,87,102,0.13);
text-align:center;
text-decoration:none;
cursor:pointer;
overflow:hidden;
transition:transform 0.3s ease,box-shadow 0.3s ease,border-color 0.3s ease;
}

.top_concept_navi_item::after{
content:"詳しく見る";
position:absolute;
left:50%;
bottom:2.4rem;
transform:translateX(-50%);
display:flex;
align-items:center;
justify-content:center;
min-width:16rem;
height:4.8rem;
padding:0 4.2rem 0 2.2rem;
border-radius:999px;
background:#ffffff;
border:1px solid #4fa9d3;
box-shadow:0 0.8rem 1.8rem rgba(79,169,211,0.14);
font-size:1.7rem;
line-height:1;
font-weight:700;
letter-spacing:0.04em;
color:#4fa9d3;
transition:all 0.3s ease;
}

.top_concept_navi_item::before{
content:"";
position:absolute;
left:calc(50% + 4.6rem);
bottom:4.35rem;
width:0.8rem;
height:0.8rem;
border-top:2px solid #4fa9d3;
border-right:2px solid #4fa9d3;
transform:rotate(45deg);
z-index:2;
transition:all 0.3s ease;
}

.top_concept_navi_item:hover{
transform:translateY(-0.4rem);
box-shadow:0 1.6rem 3.4rem rgba(68,87,102,0.16);
}

.top_concept_navi_item:hover::before{
left:calc(50% + 5rem);
border-color:#ffffff;
}

.top_concept_navi_item_know{
background:linear-gradient(135deg,#eefbff 0%,#d9f4ff 100%);
}

.top_concept_navi_item_know::after{
content:"詳しく見る";
border-color:#78c5e8;
color:#4fa9d3;
box-shadow:0 0.8rem 1.8rem rgba(79,169,211,0.14);
}

.top_concept_navi_item_know::before{
border-color:#4fa9d3;
}

.top_concept_navi_item_know:hover{
border-color:rgba(79,169,211,0.36);
}

.top_concept_navi_item_know:hover::after{
background:#4fa9d3;
border-color:#4fa9d3;
color:#ffffff;
box-shadow:0 1.2rem 2.4rem rgba(79,169,211,0.24);
}

.top_concept_navi_item_check{
background:linear-gradient(135deg,#effff8 0%,#c9f3e4 100%);
}

.top_concept_navi_item_check::after{
content:"チェックする";
border-color:#6ed0bd;
color:#20a894;
box-shadow:0 0.8rem 1.8rem rgba(32,168,148,0.14);
}

.top_concept_navi_item_check::before{
border-color:#20a894;
}

.top_concept_navi_item_check:hover{
border-color:rgba(32,168,148,0.36);
}

.top_concept_navi_item_check:hover::after{
background:#20a894;
border-color:#20a894;
color:#ffffff;
box-shadow:0 1.2rem 2.4rem rgba(32,168,148,0.24);
}

.top_concept_navi_item_event{
background:linear-gradient(135deg,#fff5f3 0%,#ffdcd7 100%);
}

.top_concept_navi_item_event::after{
content:"活動を見る";
border-color:#ef8c86;
color:#e4746d;
box-shadow:0 0.8rem 1.8rem rgba(228,116,109,0.14);
}

.top_concept_navi_item_event::before{
border-color:#e4746d;
}

.top_concept_navi_item_event:hover{
border-color:rgba(228,116,109,0.36);
}

.top_concept_navi_item_event:hover::after{
background:#e4746d;
border-color:#e4746d;
color:#ffffff;
box-shadow:0 1.2rem 2.4rem rgba(228,116,109,0.24);
}

.top_concept_navi_item_area{
background:linear-gradient(135deg,#fffaf0 0%,#e4f4ff 100%);
}

.top_concept_navi_icon{
position:relative;
display:flex;
align-items:center;
justify-content:center;
width:7.8rem;
height:7.8rem;
border-radius:50%;
background:#ffffff;
box-shadow:0 0.8rem 1.8rem rgba(68,87,102,0.1);
flex-shrink:0;
}

.top_concept_navi_icon img{
display:block;
width:5rem;
height:auto;
}

.top_concept_navi_item .page_title{
margin:0;
padding:1.8rem 0 1.2rem;
font-size:2rem;
line-height:1.5;
font-weight:700;
letter-spacing:0.04em;
color:#252525;
text-align:center;
}

.top_concept_navi_item .section_text{
margin:0;
padding:0;
font-size:1.7rem;
line-height:1.85;
font-weight:500;
letter-spacing:0.03em;
color:#111111;
text-align:center;
}

.top_concept_navi_item_title{
margin:0;
padding:1.8rem 0 1.2rem;
font-size:2rem;
line-height:1.5;
font-weight:700;
letter-spacing:0.04em;
color:#252525;
text-align:center;
}

.top_concept_navi_item_word{
margin:0;
padding:0;
font-size:1.7rem;
line-height:1.85;
font-weight:500;
letter-spacing:0.03em;
color:#111111;
text-align:center;
}

.top_concept_note{
position:relative;
display:block;
width:100%;
margin:20px auto 0;
padding:12px 14px;
border-radius:16px;
background:rgba(255,255,255,0.68);
border:1px solid rgba(0,168,152,0.12);
font-size:1.8rem;
line-height:1.8;
font-weight:600;
letter-spacing:0.04em;
color:#526879;
text-align:left;
}
}