@charset "utf-8";
/*////////////////////////////////////
about_main_top_section
@media screen and (min-width: 768px)
////////////////////////////////////*/
@media screen and (min-width:768px){
#about_page_main{
padding-top:135px;
}

#about_main_top_section{
position:relative;
display:flex;
align-items:center;
justify-content:flex-start;
width:100%;
aspect-ratio:3000 / 940;
min-height:360px;
max-height:440px;
padding:40px;
box-sizing:border-box;
overflow:hidden;
}

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

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

#about_main_top_section:before{
position:absolute;
z-index:1;
top:0;
right:0;
bottom:0;
left:0;
content:"";
background:linear-gradient(90deg,rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.4) 44%,rgba(255,255,255,0.18) 100%);
pointer-events:none;
}

#about_main_top_section .main_top_section_text{
position:relative;
z-index:2;
display:block;
width:min(720px,90%);
text-align:left;
}

#about_main_top_section .page_title{
margin:0;
padding:0;
font-size:clamp(3rem,4vw,5.2rem);
line-height:1.4;
font-weight:700;
letter-spacing:0.04em;
color:#00a898;
text-align:left;
}
}

/*////////////////////////////////////
about_main_top_section
SP
@media screen and (min-width: 0px) and (max-width: 767px)
////////////////////////////////////*/
@media screen and (min-width:0px) and (max-width:767px){
#pcimg{
display:none;
}

#about_page_main{
padding-top:72px;
}

#about_main_top_section{
position:relative;
display:flex;
align-items:center;
justify-content:flex-start;
width:100%;
aspect-ratio:900 / 676;
min-height:300px;
max-height:430px;
padding:24px;
box-sizing:border-box;
overflow:hidden;
}

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

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

#about_main_top_section:before{
position:absolute;
z-index:1;
top:0;
right:0;
bottom:0;
left:0;
content:"";
background:rgba(255,255,255,0.6);
pointer-events:none;
}

#about_main_top_section .main_top_section_text{
position:relative;
z-index:2;
display:block;
width:100%;
text-align:left;
}

#about_main_top_section .page_title{
margin:0;
padding:0;
font-size:3rem;
line-height:1.4;
font-weight:700;
letter-spacing:0.04em;
color:#00a898;
text-align:left;
}
}
/*////////////////////////////////////
about_frail_header_section
@media screen and (min-width: 768px)
////////////////////////////////////*/
@media screen and (min-width:768px){
#about_frail_header_section{
position:relative;
display:block;
}
}

/*////////////////////////////////////
about_frail_header_section
@media screen and (min-width: 768px) and (max-width: 920px)
////////////////////////////////////*/
@media screen and (min-width:768px) and (max-width:920px){
#about_frail_header_section{
position:relative;
display:block;
}
}
/*////////////////////////////////////
about_frail_section
@media screen and (min-width: 1051px)
////////////////////////////////////*/
@media screen and (min-width:1051px){
#about_frail_section{
position:relative;
display:block;
padding-top:0;
}

#about_frail_card{
display:grid;
grid-template-columns:0.8fr 1.2fr;
align-items:stretch;
width:100%;
margin:0 auto;
padding:10px;
box-sizing:border-box;
background:#f6f2ee;
border:1px solid #efdcc7;
border-radius:20px;
overflow:hidden;
}

#about_frail_card_icon{
display:block;
width:100%;
height:100%;
overflow:hidden;
border-radius:18px 0 0 18px;
}

#about_frail_card_icon img{
display:block;
width:100%;
height:100%;
object-fit:cover;
border-radius:0;
}

#about_frail_card_content{
display:block;
margin:auto;
padding:30px 45px;
box-sizing:border-box;
}

#about_frailty_points{
position:relative;
display:block;
width:100%;
margin:0 auto;
padding-top:110px;
overflow:hidden;
}

#about_frailty_points_flow{
position:relative;
display:block;
width:100%;
padding:64px 18px 86px;
box-sizing:border-box;
border-radius:34px;
background:
radial-gradient(circle at 14% 36%,rgba(139,205,124,0.14) 0%,rgba(139,205,124,0) 24%),
radial-gradient(circle at 50% 50%,rgba(244,154,36,0.12) 0%,rgba(244,154,36,0) 26%),
radial-gradient(circle at 86% 36%,rgba(218,190,106,0.13) 0%,rgba(218,190,106,0) 26%),
linear-gradient(180deg,#ffffff 0%,#fffdf8 60%,#f2f1dc 100%);
box-shadow:0 18px 48px rgba(86,107,75,0.1);
text-align:center;
overflow:hidden;
}

#about_frailty_points_flow:before{
content:"";
position:absolute;
left:-6%;
right:-6%;
bottom:-38px;
height:160px;
background:
radial-gradient(ellipse at 18% 84%,rgba(196,215,168,0.72) 0%,rgba(196,215,168,0.72) 36%,rgba(196,215,168,0) 37%),
radial-gradient(ellipse at 52% 90%,rgba(216,225,182,0.72) 0%,rgba(216,225,182,0.72) 42%,rgba(216,225,182,0) 43%),
radial-gradient(ellipse at 86% 84%,rgba(192,216,169,0.66) 0%,rgba(192,216,169,0.66) 38%,rgba(192,216,169,0) 39%);
pointer-events:none;
}

#about_frailty_points_flow:after{
content:"";
position:absolute;
left:0;
right:0;
bottom:0;
height:76px;
background:linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(225,229,199,0.52) 100%);
pointer-events:none;
}

#about_frailty_points_flow .section_lead{
position:relative;
z-index:2;
max-width:920px;
margin:0 auto;
font-size:1.8rem;
font-weight:600;
line-height:2;
letter-spacing:0.04em;
color:#333333;
}

#about_frailty_points_flow_row{
position:relative;
z-index:2;
display:grid;
grid-template-columns:0.9fr 40px 1fr 40px 1fr;
align-items:center;
width:100%;
margin:0 auto;
padding-top:72px;
}

.about_frailty_points_flow_item{
position:relative;
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
width:285px;
height:285px;
margin:0 auto;
padding:28px 20px 20px;
box-sizing:border-box;
border-radius:50%;
border:8px solid rgba(255,255,255,0.86);
box-shadow:0 18px 42px rgba(104,122,92,0.13),inset 0 0 0 1px rgba(255,255,255,0.82);
overflow:hidden;
}

.about_frailty_points_flow_item:before{
content:"";
position:absolute;
inset:12px;
border-radius:50%;
background:rgba(255,255,255,0.42);
pointer-events:none;
}

.about_frailty_points_flow_health{
background:linear-gradient(180deg,rgba(229,246,215,0.96) 0%,rgba(247,253,239,0.96) 100%);
}

.about_frailty_points_flow_health:after{
background:radial-gradient(circle,#7fca93 0 3px,transparent 4px);
background-size:18px 7px;
}

.about_frailty_points_flow_frail{
width:285px;
height:290px;
background:linear-gradient(180deg,rgba(255,237,217,0.98) 0%,rgba(255,249,238,0.98) 100%);
box-shadow:0 24px 52px rgba(235,109,31,0.18),inset 0 0 0 1px rgba(255,255,255,0.9);
}

.about_frailty_points_flow_frail:after{
bottom:78px;
width:122px;
background:radial-gradient(circle,#f6a95f 0 3px,transparent 4px);
background-size:18px 7px;
}

.about_frailty_points_flow_care{
background:linear-gradient(180deg,rgba(248,240,211,0.96) 0%,rgba(255,252,238,0.96) 100%);
}

.about_frailty_points_flow_care:after{
background:radial-gradient(circle,#cdbf93 0 3px,transparent 4px);
background-size:18px 7px;
}

.about_frailty_points_flow_badge{
position:relative;
z-index:2;
display:block;
margin:0;
font-size:4.5rem;
font-weight:700;
line-height:1;
letter-spacing:0.02em;
}

.about_frailty_points_flow_frail .about_frailty_points_flow_badge{
font-size:5rem;
}

.about_frailty_points_flow_health .about_frailty_points_flow_badge{
color:#65b67a;
}

.about_frailty_points_flow_frail .about_frailty_points_flow_badge{
color:#e58b43;
}

.about_frailty_points_flow_care .about_frailty_points_flow_badge{
color:#a99b70;
}

.about_frailty_points_flow_img_area{
position:relative;
z-index:2;
display:flex;
align-items:center;
justify-content:center;
width:112px;
height:76px;
margin:0 auto 8px;
}

.about_frailty_points_flow_frail .about_frailty_points_flow_img_area{
width:128px;
height:86px;
}

.about_frailty_points_flow_img{
display:block;
width:100%;
height:100%;
object-fit:contain;
}

.about_frailty_points_flow_name{
position:relative;
z-index:2;
margin:0;
padding-bottom:10px;
font-size:2.5rem;
font-weight:700;
line-height:1.35;
letter-spacing:0.08em;
}

.about_frailty_points_flow_health .about_frailty_points_flow_name{
color:#28a76b;
}

.about_frailty_points_flow_frail .about_frailty_points_flow_name{
color:#eb6d1f;
}

.about_frailty_points_flow_care .about_frailty_points_flow_name{
color:#9f8f60;
}

.about_frailty_points_flow_text{
position:relative;
z-index:2;
margin:0;
font-size:1.8rem;
font-weight:700;
line-height:1.75;
letter-spacing:0.04em;
}

.about_frailty_points_flow_note{
position:relative;
z-index:2;
margin:0;
font-size:1.8rem;
font-weight:700;
line-height:1.65;
letter-spacing:0.04em;
}

.about_frailty_points_flow_health .about_frailty_points_flow_text{
color:#28a76b;
}

.about_frailty_points_flow_frail .about_frailty_points_flow_note{
color:#eb6d1f;
}

.about_frailty_points_flow_care .about_frailty_points_flow_text{
color:#9f8f60;
}

.about_frailty_points_flow_sub_text{
display:none;
}

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

.about_frailty_points_flow_arrow{
position:relative;
display:block;
width:72px;
height:0;
background:none;
border-top:4px solid #73b984;
border-radius:0;
}

.about_frailty_points_flow_arrow:after{
content:"";
position:absolute;
top:50%;
right:-13px;
width:0;
height:0;
border-top:10px solid transparent;
border-bottom:10px solid transparent;
border-left:14px solid #73b984;
transform:translateY(-50%);
}
.about_frailty_points_flow_arrow_orange{
background:none;
border-top-color:#f2a05b;
}

.about_frailty_points_flow_arrow_orange:after{
border-left-color:#f2a05b;
}
}

/*////////////////////////////////////
about_frail_section
@media screen and (min-width: 768px) and (max-width: 1050px)
////////////////////////////////////*/
@media screen and (min-width:768px) and (max-width:1050px){
#about_frail_section{
position:relative;
display:block;
padding-top:0;
}

#about_frail_card{
display:grid;
grid-template-columns:1fr;
width:100%;
margin:0 auto;
padding:10px;
box-sizing:border-box;
background:#f6f2ee;
border:1px solid #efdcc7;
border-radius:20px;
overflow:hidden;
box-shadow:0 14px 28px rgba(37,57,78,0.06);
}

#about_frail_card_icon{
display:block;
width:100%;
overflow:hidden;
border-radius:18px 18px 0 0;
}

#about_frail_card_icon img{
display:block;
width:100%;
height:auto;
object-fit:cover;
border-radius:0;
}

#about_frail_card_content{
display:block;
margin:auto;
padding:30px 28px;
box-sizing:border-box;
}

#about_frailty_points{
position:relative;
display:block;
width:100%;
margin:0 auto;
padding-top:72px;
overflow:hidden;
}

#about_frailty_points_flow{
position:relative;
display:block;
width:100%;
padding:46px 34px 62px;
box-sizing:border-box;
border-radius:30px;
background:
radial-gradient(circle at 14% 24%,rgba(139,205,124,0.14) 0%,rgba(139,205,124,0) 26%),
radial-gradient(circle at 82% 46%,rgba(244,154,36,0.12) 0%,rgba(244,154,36,0) 28%),
linear-gradient(180deg,#ffffff 0%,#fffdf8 58%,#f5f4df 100%);
box-shadow:0 16px 42px rgba(86,107,75,0.1);
text-align:center;
overflow:hidden;
}

#about_frailty_points_flow:before{
content:"";
position:absolute;
left:-7%;
right:-7%;
bottom:-28px;
height:120px;
background:
radial-gradient(ellipse at 18% 84%,rgba(196,215,168,0.72) 0%,rgba(196,215,168,0.72) 36%,rgba(196,215,168,0) 37%),
radial-gradient(ellipse at 52% 88%,rgba(216,225,182,0.72) 0%,rgba(216,225,182,0.72) 42%,rgba(216,225,182,0) 43%),
radial-gradient(ellipse at 86% 84%,rgba(192,216,169,0.66) 0%,rgba(192,216,169,0.66) 38%,rgba(192,216,169,0) 39%);
pointer-events:none;
}

#about_frailty_points_flow:after{
content:"";
position:absolute;
left:0;
right:0;
bottom:0;
height:64px;
background:linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(225,229,199,0.5) 100%);
pointer-events:none;
}

#about_frailty_points_flow .section_lead{
position:relative;
z-index:2;
margin:0 auto;
font-size:1.8rem;
font-weight:600;
line-height:2;
letter-spacing:0.04em;
color:#333333;
text-align:left;
}

#about_frailty_points_flow_row{
position:relative;
z-index:2;
display:block;
width:100%;
max-width:820px;
margin:0 auto;
padding-top:44px;
}

.about_frailty_points_flow_item{
position:relative;
display:grid;
grid-template-columns:150px 1fr;
align-items:center;
width:100%;
margin:0 auto;
padding:28px 34px;
box-sizing:border-box;
border-radius:26px;
border:1px solid rgba(255,255,255,0.92);
box-shadow:0 16px 34px rgba(104,122,92,0.12);
text-align:left;
overflow:hidden;
}

.about_frailty_points_flow_item:before{
content:"";
position:absolute;
left:-34px;
top:50%;
width:260px;
height:260px;
border-radius:50%;
background:rgba(255,255,255,0.42);
transform:translateY(-50%);
pointer-events:none;
}

.about_frailty_points_flow_health{
background:linear-gradient(135deg,rgba(229,246,215,0.98) 0%,rgba(247,253,239,0.98) 100%);
}

.about_frailty_points_flow_health:after{
background:radial-gradient(circle,#7fca93 0 3px,transparent 4px);
background-size:18px 7px;
}

.about_frailty_points_flow_frail{
background:linear-gradient(135deg,rgba(255,237,217,0.98) 0%,rgba(255,249,238,0.98) 100%);
box-shadow:0 20px 42px rgba(235,109,31,0.15);
}

.about_frailty_points_flow_frail:after{
left:178px;
right:42px;
bottom:56px;
background:radial-gradient(circle,#f6a95f 0 3px,transparent 4px);
background-size:18px 7px;
}

.about_frailty_points_flow_care{
background:linear-gradient(135deg,rgba(248,240,211,0.98) 0%,rgba(255,252,238,0.98) 100%);
}

.about_frailty_points_flow_care:after{
background:radial-gradient(circle,#cdbf93 0 3px,transparent 4px);
background-size:18px 7px;
}

.about_frailty_points_flow_number_area{
position:relative;
z-index:2;
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
width:120px;
min-height:132px;
}

.about_frailty_points_flow_badge{
position:relative;
z-index:2;
display:block;
margin:0;
font-size:6.2rem;
font-weight:700;
line-height:1;
letter-spacing:0.02em;
}

.about_frailty_points_flow_health .about_frailty_points_flow_badge{
color:#65b67a;
}

.about_frailty_points_flow_frail .about_frailty_points_flow_badge{
font-size:6.6rem;
color:#e58b43;
}

.about_frailty_points_flow_care .about_frailty_points_flow_badge{
color:#a99b70;
}

.about_frailty_points_flow_img_area{
position:relative;
z-index:2;
display:flex;
align-items:center;
justify-content:center;
width:82px;
height:58px;
padding-top:8px;
}

.about_frailty_points_flow_frail .about_frailty_points_flow_img_area{
width:88px;
height:62px;
}

.about_frailty_points_flow_img{
display:block;
width:100%;
height:100%;
object-fit:contain;
}

.about_frailty_points_flow_word_area{
position:relative;
z-index:2;
display:block;
width:100%;
}

.about_frailty_points_flow_name{
position:relative;
z-index:2;
margin:0;
padding-bottom:10px;
font-size:3rem;
font-weight:700;
line-height:1.4;
letter-spacing:0.08em;
}

.about_frailty_points_flow_health .about_frailty_points_flow_name{
color:#28a76b;
}

.about_frailty_points_flow_frail .about_frailty_points_flow_name{
color:#eb6d1f;
}

.about_frailty_points_flow_care .about_frailty_points_flow_name{
color:#9f8f60;
}

.about_frailty_points_flow_text{
position:relative;
z-index:2;
margin:0;
font-size:1.8rem;
font-weight:700;
line-height:1.75;
letter-spacing:0.04em;
}

.about_frailty_points_flow_note{
position:relative;
z-index:2;
margin:0;
font-size:1.8rem;
font-weight:700;
line-height:1.65;
letter-spacing:0.04em;
}

.about_frailty_points_flow_health .about_frailty_points_flow_text{
color:#28a76b;
}

.about_frailty_points_flow_frail .about_frailty_points_flow_note{
color:#eb6d1f;
}

.about_frailty_points_flow_care .about_frailty_points_flow_text{
color:#9f8f60;
}

.about_frailty_points_flow_sub_text{
position:relative;
z-index:2;
margin:0;
padding-top:12px;
font-size:1.8rem;
font-weight:600;
line-height:1.85;
letter-spacing:0.04em;
color:#4f6175;
}

.about_frailty_points_flow_arrow_area{
position:relative;
z-index:2;
display:flex;
align-items:center;
justify-content:center;
height:46px;
}

.about_frailty_points_flow_arrow{
position:relative;
display:block;
width:0;
height:34px;
background:none;
border-left:4px solid #f2a05b;
border-radius:0;
}

.about_frailty_points_flow_arrow:after{
content:"";
position:absolute;
left:50%;
bottom:-13px;
width:0;
height:0;
border-left:10px solid transparent;
border-right:10px solid transparent;
border-top:14px solid #f2a05b;
transform:translateX(-50%);
}

.about_frailty_points_flow_arrow_orange{
background:none;
border-left-color:#f2a05b;
}
}
/*////////////////////////////////////
about_frail_section
@media screen and (min-width: 0px) and (max-width: 767px)
////////////////////////////////////*/
@media screen and (min-width:0px) and (max-width:767px){
#about_frail_section{
position:relative;
display:block;
padding-top:0;
}

#about_frail_card{
position:relative;
display:block;
width:100%;
margin:0 auto;
padding:10px;
box-sizing:border-box;
background:#f6f2ee;
border:1px solid #efdcc7;
border-radius:20px;
overflow:hidden;
box-shadow:0 14px 28px rgba(37,57,78,0.06);
}

#about_frail_card_icon{
display:block;
width:100%;
overflow:hidden;
border-radius:18px 18px 0 0;
}

#about_frail_card_icon img{
display:block;
width:100%;
height:auto;
object-fit:cover;
border-radius:0;
}

#about_frail_card_content{
display:block;
margin:auto;
padding:30px 14px;
box-sizing:border-box;
}

#about_frailty_points{
position:relative;
display:block;
width:100%;
margin:0 auto;
padding-top:56px;
overflow:hidden;
}

#about_frailty_points_flow{
position:relative;
display:block;
width:100%;
padding:36px 18px 52px;
box-sizing:border-box;
border-radius:26px;
background:
radial-gradient(circle at 16% 22%,rgba(139,205,124,0.16) 0%,rgba(139,205,124,0) 28%),
radial-gradient(circle at 84% 44%,rgba(244,154,36,0.13) 0%,rgba(244,154,36,0) 30%),
radial-gradient(circle at 50% 88%,rgba(218,190,106,0.13) 0%,rgba(218,190,106,0) 30%),
linear-gradient(180deg,#ffffff 0%,#fffdf8 58%,#f5f4df 100%);
box-shadow:0 12px 32px rgba(86,107,75,0.09);
text-align:center;
overflow:hidden;
}

#about_frailty_points_flow:before{
content:"";
position:absolute;
left:-12%;
right:-12%;
bottom:-20px;
height:96px;
background:
radial-gradient(ellipse at 18% 86%,rgba(196,215,168,0.72) 0%,rgba(196,215,168,0.72) 36%,rgba(196,215,168,0) 37%),
radial-gradient(ellipse at 52% 90%,rgba(216,225,182,0.72) 0%,rgba(216,225,182,0.72) 42%,rgba(216,225,182,0) 43%),
radial-gradient(ellipse at 86% 86%,rgba(192,216,169,0.66) 0%,rgba(192,216,169,0.66) 38%,rgba(192,216,169,0) 39%);
pointer-events:none;
}

#about_frailty_points_flow:after{
content:"";
position:absolute;
left:0;
right:0;
bottom:0;
height:52px;
background:linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(225,229,199,0.5) 100%);
pointer-events:none;
}

#about_frailty_points_flow .section_lead{
position:relative;
z-index:2;
max-width:100%;
margin:0 auto;
font-size:1.8rem;
font-weight:700;
line-height:1.9;
letter-spacing:0.04em;
color:#333333;
text-align:left;
}

#about_frailty_points_flow_row{
position:relative;
z-index:2;
display:block;
width:100%;
margin:0 auto;
padding-top:34px;
}

.about_frailty_points_flow_item{
position:relative;
display:block;
width:100%;
margin:0 auto;
padding:30px 22px 28px;
box-sizing:border-box;
border-radius:24px;
border:1px solid rgba(255,255,255,0.92);
box-shadow:0 14px 30px rgba(104,122,92,0.12);
text-align:center;
overflow:hidden;
}

.about_frailty_points_flow_item:before{
content:"";
position:absolute;
left:50%;
top:-84px;
width:230px;
height:230px;
border-radius:50%;
background:rgba(255,255,255,0.42);
transform:translateX(-50%);
pointer-events:none;
}

.about_frailty_points_flow_health{
background:linear-gradient(180deg,rgba(229,246,215,0.98) 0%,rgba(247,253,239,0.98) 100%);
}

.about_frailty_points_flow_health:after{
background:radial-gradient(circle,#7fca93 0 3px,transparent 4px);
background-size:18px 7px;
}

.about_frailty_points_flow_frail{
background:linear-gradient(180deg,rgba(255,237,217,0.98) 0%,rgba(255,249,238,0.98) 100%);
box-shadow:0 16px 34px rgba(235,109,31,0.15);
}

.about_frailty_points_flow_frail:after{
bottom:62px;
width:98px;
background:radial-gradient(circle,#f6a95f 0 3px,transparent 4px);
background-size:18px 7px;
}

.about_frailty_points_flow_care{
background:linear-gradient(180deg,rgba(248,240,211,0.98) 0%,rgba(255,252,238,0.98) 100%);
}

.about_frailty_points_flow_care:after{
background:radial-gradient(circle,#cdbf93 0 3px,transparent 4px);
background-size:18px 7px;
}

.about_frailty_points_flow_number_area{
position:relative;
z-index:2;
display:flex;
align-items:flex-end;
justify-content:center;
gap:14px;
width:100%;
padding-bottom:18px;
}

.about_frailty_points_flow_badge{
position:relative;
z-index:2;
display:block;
margin:0;
font-size:5.4rem;
font-weight:700;
line-height:1;
letter-spacing:0.02em;
}

.about_frailty_points_flow_health .about_frailty_points_flow_badge{
color:#65b67a;
}

.about_frailty_points_flow_frail .about_frailty_points_flow_badge{
font-size:5.8rem;
color:#e58b43;
}

.about_frailty_points_flow_care .about_frailty_points_flow_badge{
color:#a99b70;
}

.about_frailty_points_flow_img_area{
position:relative;
z-index:2;
display:flex;
align-items:center;
justify-content:center;
width:88px;
height:62px;
}

.about_frailty_points_flow_frail .about_frailty_points_flow_img_area{
width:96px;
height:66px;
}

.about_frailty_points_flow_img{
display:block;
width:100%;
height:100%;
object-fit:contain;
}

.about_frailty_points_flow_word_area{
position:relative;
z-index:2;
display:block;
width:100%;
}

.about_frailty_points_flow_name{
position:relative;
z-index:2;
margin:0;
padding-bottom:12px;
font-size:2.45rem;
font-weight:700;
line-height:1.35;
letter-spacing:0.08em;
}

.about_frailty_points_flow_health .about_frailty_points_flow_name{
color:#28a76b;
}

.about_frailty_points_flow_frail .about_frailty_points_flow_name{
color:#eb6d1f;
}

.about_frailty_points_flow_care .about_frailty_points_flow_name{
color:#9f8f60;
}

.about_frailty_points_flow_text{
position:relative;
z-index:2;
margin:0;
font-size:1.8rem;
font-weight:700;
line-height:1.7;
letter-spacing:0.04em;
}

.about_frailty_points_flow_note{
position:relative;
z-index:2;
margin:0;
font-size:1.8rem;
font-weight:700;
line-height:1.7;
letter-spacing:0.04em;
}

.about_frailty_points_flow_health .about_frailty_points_flow_text{
color:#28a76b;
}

.about_frailty_points_flow_frail .about_frailty_points_flow_note{
color:#eb6d1f;
}

.about_frailty_points_flow_care .about_frailty_points_flow_text{
color:#9f8f60;
}

.about_frailty_points_flow_sub_text{
position:relative;
z-index:2;
margin:0;
padding-top:12px;
font-size:1.8rem;
font-weight:600;
line-height:1.8;
letter-spacing:0.04em;
color:#4f6175;
text-align:left;
}

.about_frailty_points_flow_arrow_area{
position:relative;
z-index:2;
display:flex;
align-items:center;
justify-content:center;
height:42px;
margin:0;
}

.about_frailty_points_flow_arrow{
position:relative;
display:block;
width:0;
height:32px;
background:none;
border-left:4px solid #f2a05b;
border-radius:0;
}

.about_frailty_points_flow_arrow:after{
content:"";
position:absolute;
left:50%;
bottom:-13px;
width:0;
height:0;
border-left:10px solid transparent;
border-right:10px solid transparent;
border-top:14px solid #f2a05b;
transform:translateX(-50%);
}

.about_frailty_points_flow_arrow_orange{
background:none;
border-left-color:#f2a05b;
}
}
/*////////////////////////////////////
about_explanation_section
@media screen and (min-width: 1051px)
////////////////////////////////////*/
@media screen and (min-width:1051px){
#about_explanation_section{
position:relative;
display:block;
}

#about_explanation_area{
position:relative;
display:grid;
grid-template-columns:0.8fr 1.2fr;
gap:48px;
width:90%;
margin:0 auto;
padding-top:50px;
}

#about_explanation_img{
display:block;
width:100%;
padding-top:34px;
overflow:hidden;
}

#about_explanation_img img{
display:block;
width:100%;
height:auto;
object-fit:cover;
border-radius:18px;
}

#about_explanation_text{
display:flex;
flex-direction:column;
gap:22px;
width:100%;
}

.about_explanation_card{
display:block;
width:100%;
padding:24px 24px 22px;
box-sizing:border-box;
background:#ffffff;
border:1px solid #e8e2da;
border-radius:22px;
}

.about_explanation_card_body{
border-color:#f0dbc8;
}

.about_explanation_card_food{
border-color:#cdece5;
}

.about_explanation_card_social{
border-color:#d8e6f6;
}

.about_explanation_card_top{
display:flex;
align-items:flex-start;
gap:20px;
width:100%;
padding-bottom:12px;
}

.about_explanation_card_mark{
display:block;
width:76px;
flex:0 0 76px;
}

.about_explanation_card_icon{
position:relative;
display:flex;
align-items:center;
justify-content:center;
width:70px;
height:70px;
border-radius:50%;
}

.about_explanation_icon_orange{
background:#f8efe7;
}

.about_explanation_icon_green{
background:#e8f8f3;
}

.about_explanation_icon_blue{
background:#edf4fc;
}

.about_explanation_card_icon_img{
display:block;
width:90%;
height:auto;
margin:auto;
}

.about_explanation_card_heading{
display:block;
width:100%;
min-width:0;
}

.about_explanation_card_title{
margin:0;
padding-bottom:4px;
font-size:2.2rem;
line-height:1.5;
font-weight:700;
color:#183f73;
}

.about_explanation_card_category{
display:inline-flex;
align-items:center;
justify-content:center;
min-height:26px;
padding:7px 10px;
box-sizing:border-box;
border-radius:999px;
font-size:1.8rem;
font-weight:700;
line-height:1;
color:#ffffff;
}

.about_explanation_category_orange{
background:#e37a29;
}

.about_explanation_category_green{
background:#16b3a2;
}

.about_explanation_category_blue{
background:#214f88;
}

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

.about_explanation_tag_list{
display:flex;
flex-wrap:wrap;
gap:10px;
margin:0;
padding:0;
list-style:none;
}

.about_explanation_tag{
display:inline-flex;
align-items:center;
justify-content:center;
min-height:34px;
padding:0 14px;
box-sizing:border-box;
border:1px solid #e8ecef;
border-radius:999px;
background:#f8f8f8;
font-size:1.8rem;
line-height:1.4;
color:#7c8794;
}
}

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

#about_explanation_area{
position:relative;
display:block;
width:90%;
margin:0 auto;
padding-top:40px;
}

#about_explanation_img{
display:block;
width:80%;
margin:0 auto;
padding-bottom:34px;
overflow:hidden;
}

#about_explanation_img img{
display:block;
width:100%;
height:auto;
object-fit:cover;
border-radius:18px;
}

#about_explanation_text{
display:grid;
grid-template-columns:1fr;
gap:22px;
width:100%;
margin:0 auto;
}

.about_explanation_card{
display:block;
width:100%;
padding:24px 24px 22px;
box-sizing:border-box;
background:#ffffff;
border:1px solid #e8e2da;
border-radius:22px;
}

.about_explanation_card_body{
border-color:#f0dbc8;
}

.about_explanation_card_food{
border-color:#cdece5;
}

.about_explanation_card_social{
border-color:#d8e6f6;
}

.about_explanation_card_top{
display:flex;
align-items:flex-start;
gap:19px;
width:100%;
padding-bottom:16px;
}

.about_explanation_card_mark{
display:block;
width:76px;
flex:0 0 76px;
}

.about_explanation_card_icon{
position:relative;
display:flex;
align-items:center;
justify-content:center;
width:70px;
height:70px;
border-radius:50%;
}

.about_explanation_icon_orange{
background:#f8efe7;
}

.about_explanation_icon_green{
background:#e8f8f3;
}

.about_explanation_icon_blue{
background:#edf4fc;
}

.about_explanation_card_icon_img{
display:block;
width:90%;
height:auto;
margin:auto;
}

.about_explanation_card_heading{
display:block;
width:100%;
min-width:0;
}

.about_explanation_card_title{
margin:0;
padding-bottom:8px;
font-size:2.4rem;
line-height:1.5;
font-weight:700;
color:#183f73;
}

.about_explanation_card_category{
display:inline-flex;
align-items:center;
justify-content:center;
min-height:28px;
padding:5px 12px;
box-sizing:border-box;
border-radius:999px;
font-size:1.6rem;
font-weight:700;
line-height:1;
color:#ffffff;
}

.about_explanation_category_orange{
background:#e37a29;
}

.about_explanation_category_green{
background:#16b3a2;
}

.about_explanation_category_blue{
background:#214f88;
}

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

.about_explanation_tag_list{
display:flex;
flex-wrap:wrap;
gap:10px;
margin:0;
padding:0;
list-style:none;
}

.about_explanation_tag{
display:inline-flex;
align-items:center;
justify-content:center;
min-height:34px;
padding:0 14px;
box-sizing:border-box;
border:1px solid #e8ecef;
border-radius:999px;
background:#f8f8f8;
font-size:1.6rem;
line-height:1.4;
color:#7c8794;
}
}


/*////////////////////////////////////
about_explanation_section
@media screen and (min-width: 0px) and (max-width: 767px)
////////////////////////////////////*/
@media screen and (min-width:0px) and (max-width:767px){
#about_explanation_section{
position:relative;
display:block;
}

#about_explanation_section .section_lead{
padding:0 20px;
text-align:left;
}

#about_explanation_area{
position:relative;
display:block;
width:100%;
margin:0 auto;
padding-top:20px;
}

#about_explanation_img{
display:block;
width:100%;
overflow:hidden;
}

#about_explanation_img img{
display:block;
width:100%;
height:auto;
object-fit:cover;
border-radius:18px;
}

#about_explanation_text{
display:block;
width:100%;
padding-top:30px;
}

.about_explanation_card{
display:block;
width:100%;
margin-bottom:30px;
padding:24px 24px 22px;
box-sizing:border-box;
background:#ffffff;
border:1px solid #e8e2da;
border-radius:22px;
}

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

.about_explanation_card_body{
border-color:#f0dbc8;
}

.about_explanation_card_food{
border-color:#cdece5;
}

.about_explanation_card_social{
border-color:#d8e6f6;
}

.about_explanation_card_top{
display:block;
width:100%;
padding-bottom:20px;
text-align:center;
}

.about_explanation_card_mark{
display:flex;
justify-content:center;
width:100%;
padding-bottom:14px;
}

.about_explanation_card_icon{
width:64px;
height:64px;
margin:0 auto;
border-radius:18px;
}

.about_explanation_icon_orange{
background:#f8efe7;
}

.about_explanation_icon_green{
background:#e8f8f3;
}

.about_explanation_icon_blue{
background:#edf4fc;
}

.about_explanation_card_icon_img{
display:block;
width:80%;
height:auto;
margin:auto;
}

.about_explanation_card_heading{
display:block;
width:100%;
min-width:0;
text-align:center;
}

.about_explanation_card_title{
margin:0;
padding-bottom:10px;
font-size:2.2rem;
line-height:1.45;
font-weight:700;
color:#183f73;
text-align:center;
}

.about_explanation_card_category{
display:inline-block;
min-height:auto;
padding:5px 14px 6px;
box-sizing:border-box;
border-radius:999px;
font-size:1.6rem;
font-weight:700;
line-height:1.35;
color:#ffffff;
text-align:center;
}

.about_explanation_category_orange{
background:#e37a29;
}

.about_explanation_category_green{
background:#16b3a2;
}

.about_explanation_category_blue{
background:#214f88;
}

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

.about_explanation_tag_list{
display:flex;
flex-wrap:wrap;
gap:10px;
margin:0;
padding:0;
list-style:none;
}

.about_explanation_tag{
display:inline-flex;
align-items:center;
justify-content:center;
min-height:34px;
padding:0 14px;
box-sizing:border-box;
border:1px solid #e8ecef;
border-radius:999px;
background:#f8f8f8;
font-size:1.6rem;
line-height:1.4;
color:#7c8794;
}
}

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

#about_signs_grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:16px;
width:100%;
margin:0 auto;
padding-top:50px;
}

.about_signs_card_grid{
display:grid;
grid-template-columns:1fr 1fr;
grid-template-rows:auto 1fr;
gap:18px 20px;
align-items:center;
width:100%;
min-height:250px;
padding:28px 15px 30px;
box-sizing:border-box;
background:#ffffff;
border:1px solid #e7ddd2;
border-radius:22px;
box-shadow:0 12px 28px rgba(37,57,78,0.06);
overflow:hidden;
}

.about_signs_icon{
grid-column:1 / 2;
grid-row:2 / 3;
display:flex;
align-items:center;
justify-content:center;
width:100%;
height:100%;
min-height:130px;
border-radius:16px;
overflow:hidden;
}

.about_signs_icon img{
display:block;
width:100%;
height:100%;
object-fit:contain;
padding:0;
box-sizing:border-box;
}

.about_signs_card_text_area{
display:contents;
}

.about_signs_card_title{
grid-column:1 / 3;
grid-row:1 / 2;
display:block;
width:100%;
margin:0;
padding:0;
font-size:2.2rem;
line-height:1.5;
font-weight:700;
letter-spacing:0.04em;
text-align:center;
color:#163d73;
white-space:nowrap;
}

.about_signs_card_text{
grid-column:2 / 3;
grid-row:2 / 3;
display:flex;
align-items:center;
width:100%;
height:100%;
margin:0;
padding:0;
box-sizing:border-box;
font-size:1.8rem;
line-height:1.9;
font-weight:500;
letter-spacing:0.04em;
color:#333333;
}
}

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

#about_signs_grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:22px;
width:100%;
margin:0 auto;
padding-top:50px;
}

.about_signs_card_grid{
display:grid;
grid-template-columns:1fr 1fr;
grid-template-rows:auto 1fr;
gap:18px 22px;
align-items:center;
width:100%;
min-height:260px;
padding:30px 30px 32px;
box-sizing:border-box;
background:#ffffff;
border:1px solid #e7ddd2;
border-radius:24px;
box-shadow:0 12px 28px rgba(37,57,78,0.06);
overflow:hidden;
}

.about_signs_icon{
grid-column:1 / 2;
grid-row:2 / 3;
display:flex;
align-items:center;
justify-content:center;
width:100%;
height:100%;
min-height:140px;
border-radius:18px;
overflow:hidden;
}

.about_signs_icon img{
display:block;
width:100%;
height:100%;
object-fit:contain;
padding:0;
box-sizing:border-box;
}

.about_signs_card_text_area{
display:contents;
}

.about_signs_card_title{
grid-column:1 / 3;
grid-row:1 / 2;
display:block;
width:100%;
margin:0;
padding:0;
font-size:2.3rem;
line-height:1.5;
font-weight:700;
letter-spacing:0.04em;
text-align:center;
color:#163d73;
white-space:nowrap;
}

.about_signs_card_text{
grid-column:2 / 3;
grid-row:2 / 3;
display:flex;
align-items:center;
width:100%;
height:100%;
margin:0;
padding:0;
box-sizing:border-box;
font-size:1.8rem;
line-height:2;
font-weight:500;
letter-spacing:0.04em;
color:#333333;
}
}

/*////////////////////////////////////
about_signs_section
@media screen and (min-width: 0px) and (max-width: 767px)
////////////////////////////////////*/
@media screen and (min-width:0px) and (max-width:767px){
#about_signs_section{
position:relative;
display:block;
}

#about_signs_section .section_lead{
text-align:left;
padding:0 20px;
}

#about_signs_grid{
display:block;
width:100%;
margin:0 auto;
padding-top:40px;
}

.about_signs_card_grid{
display:block;
width:100%;
margin-bottom:30px;
padding:10px;
box-sizing:border-box;
background:#ffffff;
border:1px solid #e7ddd2;
border-radius:20px;
box-shadow:0 10px 24px rgba(37,57,78,0.06);
overflow:hidden;
}

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

.about_signs_icon{
display:block;
width:100%;
margin-bottom:14px;
border-radius:18px;
overflow:hidden;
}

.about_signs_icon img{
display:block;
width:100%;
height:auto;
margin:0 auto;
object-fit:contain;
padding:4px;
box-sizing:border-box;
}

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

.about_signs_card_title{
display:block;
margin:0;
padding:0 4px 10px;
font-size:2rem;
line-height:1.65;
font-weight:700;
letter-spacing:0.03em;
text-align:center;
color:#163d73;
}

.about_signs_card_text{
display:block;
width:100%;
margin:0;
padding:0 4px 6px;
box-sizing:border-box;
font-size:1.7rem;
line-height:1.9;
font-weight:500;
letter-spacing:0.03em;
color:#333333;
}
}
/*////////////////////////////////////
about_point_section
@media screen and (min-width: 768px)
////////////////////////////////////*/
@media screen and (min-width:768px){
#about_point_section{
position:relative;
display:block;
}

#about_point_grid{
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:35px;
width:100%;
margin:0 auto;
padding-top:50px;
}

.about_point_card_area{
display:flex;
flex-direction:column;
height:100%;
padding:18px 18px 16px;
box-sizing:border-box;
background:#ffffff;
border:1px solid #e7e4df;
border-radius:14px;
}

.about_point_card_orange{
border-color:#f0d7bf;
}

.about_point_card_green{
border-color:#d6eee8;
}

.about_point_card_blue{
border-color:#dbe8f6;
}

.about_point_card_navy{
border-color:#dbe5f3;
}

.about_point_card_head{
display:grid;
grid-template-columns:74px minmax(0,1fr);
grid-template-rows:auto auto;
gap:4px 18px;
align-items:center;
width:100%;
margin-bottom:20px;
}

.about_point_number{
grid-column:1 / 2;
grid-row:1 / 3;
display:flex;
align-items:center;
justify-content:center;
width:74px;
height:100%;
min-height:78px;
margin:0;
font-size:4.2rem;
line-height:1;
font-weight:700;
letter-spacing:0.01em;
border-right:1px solid rgba(23,63,115,0.12);
}

.about_point_number_orange{
color:#f07b1f;
}

.about_point_number_green{
color:#11a393;
}

.about_point_number_blue{
color:#1f82d0;
}

.about_point_number_navy{
color:#163f73;
}

.about_point_head_group{
grid-column:2 / 3;
grid-row:1 / 2;
display:block;
min-width:0;
padding-top:0;
}

.about_point_card_title{
margin:0;
font-size:2.4rem;
line-height:1.45;
font-weight:700;
color:#173f73;
}

.about_point_card_sub{
grid-column:2 / 3;
grid-row:2 / 3;
margin:0;
font-size:1.8rem;
line-height:1.65;
color:#000;
}

.about_point_card{
display:flex;
flex-direction:column;
height:100%;
gap:14px;
}

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

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

.about_point_card_content{
display:block;
width:100%;
min-width:0;
}

.about_point_card_text{
margin:0 0 16px;
font-size:1.8rem;
line-height:1.85;
font-weight:500;
letter-spacing:0.03em;
color:#000;
}

.about_point_tag_list{
display:flex;
flex-direction:column;
align-items:flex-start;
gap:10px;
margin:0;
padding:0;
list-style:none;
}

.about_point_tag{
display:inline-flex;
align-items:center;
width:auto;
min-height:30px;
padding:4px 12px;
box-sizing:border-box;
border-radius:999px;
font-size:1.7rem;
font-weight:700;
line-height:1.4;
}

.about_point_tag_orange{
background:#fff1e5;
color:#f07b1f;
}

.about_point_tag_green{
background:#e9f8f4;
color:#0d9b8d;
}

.about_point_tag_blue{
background:#eef5fd;
color:#4a83bc;
}

.about_point_card_img_area{
display:block;
width:100%;
margin-top:auto;
}

.about_point_card_img_area img{
display:block;
width:100%;
height:auto;
margin-bottom:0;
border-radius: 34px;
}

.about_point_icon{
display:block;
width:100%;
height:auto;
object-fit:contain;
}
}

/*////////////////////////////////////
about_point_section
@media screen and (min-width: 0px) and (max-width: 767px)
////////////////////////////////////*/
@media screen and (min-width:0px) and (max-width:767px){
#about_point_section{
position:relative;
display:block;
}

#about_point_section .section_lead{
text-align:left;
padding:0 20px;
}

#about_point_grid{
display:block;
width:100%;
margin:0 auto;
padding-top:40px;
}

.about_point_card_area{
display:flex;
flex-direction:column;
width:100%;
height:100%;
margin-bottom:30px;
padding:18px 18px 16px;
box-sizing:border-box;
background:#ffffff;
border:1px solid #e7e4df;
border-radius:14px;
}

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

.about_point_card_orange{
border-color:#f0d7bf;
}

.about_point_card_green{
border-color:#d6eee8;
}

.about_point_card_blue{
border-color:#dbe8f6;
}

.about_point_card_navy{
border-color:#dbe5f3;
}

.about_point_card_head{
display:grid;
grid-template-columns:58px minmax(0,1fr);
grid-template-rows:auto auto;
gap:4px 14px;
align-items:center;
width:100%;
margin-bottom:18px;
}

.about_point_number{
grid-column:1 / 2;
grid-row:1 / 3;
display:flex;
align-items:center;
justify-content:center;
width:58px;
height:100%;
min-height:66px;
margin:0;
font-size:3.2rem;
line-height:1;
font-weight:700;
letter-spacing:0.01em;
border-right:1px solid rgba(23,63,115,0.12);
}

.about_point_number_orange{
color:#f07b1f;
}

.about_point_number_green{
color:#11a393;
}

.about_point_number_blue{
color:#1f82d0;
}

.about_point_number_navy{
color:#163f73;
}

.about_point_head_group{
grid-column:2 / 3;
grid-row:1 / 2;
display:block;
width:100%;
min-width:0;
text-align:left;
}

.about_point_card_title{
margin:0;
font-size:2.2rem;
line-height:1.45;
font-weight:700;
color:#173f73;
}

.about_point_card_sub{
grid-column:2 / 3;
grid-row:2 / 3;
width:100%;
margin:0;
font-size:1.6rem;
line-height:1.65;
color:#000;
}

.about_point_card{
display:flex;
flex-direction:column;
height:100%;
}

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

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

.about_point_card_content{
display:block;
width:100%;
min-width:0;
}

.about_point_card_text{
margin:0 0 16px;
font-size:1.8rem;
line-height:1.85;
font-weight:500;
letter-spacing:0.03em;
color:#000;
}

.about_point_tag_list{
display:flex;
flex-direction:column;
align-items:flex-start;
gap:10px;
margin:0 0 10px;
padding:0;
list-style:none;
}

.about_point_tag{
display:inline-flex;
align-items:center;
width:auto;
min-height:30px;
padding:4px 12px;
box-sizing:border-box;
border-radius:999px;
font-size:1.6rem;
font-weight:700;
line-height:1.4;
}

.about_point_tag_orange{
background:#fff1e5;
color:#f07b1f;
}

.about_point_tag_green{
background:#e9f8f4;
color:#0d9b8d;
}

.about_point_tag_blue{
background:#eef5fd;
color:#4a83bc;
}

.about_point_card_img_area{
display:block;
width:100%;
margin-top:auto;
}

.about_point_card_img_area img{
display:block;
width:100%;
height:auto;
margin-bottom:0;
border-radius: 34px;
}

.about_point_icon{
display:block;
width:100%;
height:auto;
object-fit:contain;
}
}
/*////////////////////////////////////
about_risk_section
@media screen and (min-width: 1101px)
////////////////////////////////////*/
@media screen and (min-width:1101px){
#about_risk_section{
position:relative;
display:block;
width:100%;
overflow:hidden;
}

#about_risk_section:before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
filter:blur(7px);
z-index:-1;
background:url("../about/img/about_risk_section_bg.png") center center / cover no-repeat;
opacity:0.7;
}

#about_risk_stage_list{
display:grid;
grid-template-columns:repeat(4,minmax(0,1fr));
gap:14px;
width:100%;
margin:0 auto 60px;
padding-top:50px;
align-items:stretch;
}

.about_risk_stage{
display:grid;
grid-template-rows:auto auto 1fr auto;
height:100%;
gap:0;
padding:15px;
box-sizing:border-box;
border:1px solid transparent;
border-radius:18px;
}

.about_risk_stage_title{
margin:0;
padding-bottom:15px;
font-size:2.3rem;
line-height:1.5;
font-weight:700;
text-align:center;
}

.about_risk_stage_icon{
display:block;
width:100%;
aspect-ratio:4 / 3;
background:#ffffff;
border-radius:20px;
overflow:hidden;
}

.about_risk_stage_icon img{
display:block;
width:100%;
height:100%;
object-fit:contain;
border-radius:20px;
}

.about_risk_stage_sub{
display:flex;
align-items:flex-start;
justify-content:center;
margin:0;
padding:16px 0 20px;
font-size:1.8rem;
line-height:1.7;
font-weight:550;
text-align:center;
color: #000;
}

.about_risk_stage_bar_wrap{
display:flex;
align-items:flex-end;
justify-content:flex-end;
width:100%;
}

.about_risk_stage_bar{
display:block;
height:10px;
border-radius:999px;
}

.about_risk_stage_green{
background:#eef8f1;
border-color:#afe8be;
}

.about_risk_stage_green .about_risk_stage_title{
color:#14a44c;
}

.about_risk_stage_green .about_risk_stage_icon{
border:1px solid #8ed9a5;
}

.about_risk_stage_green .about_risk_stage_bar{
width:170px;
background:#2dc45b;
}

.about_risk_stage_yellow{
background:#fbf8ea;
border-color:#eed66d;
}

.about_risk_stage_yellow .about_risk_stage_title{
color:#c88a00;
}

.about_risk_stage_yellow .about_risk_stage_icon{
border:1px solid #edd168;
}

.about_risk_stage_yellow .about_risk_stage_bar{
width:135px;
background:#f0c30f;
}

.about_risk_stage_orange{
background:#fcf3ec;
border-color:#f3caa0;
}

.about_risk_stage_orange .about_risk_stage_title{
color:#f06f18;
}

.about_risk_stage_orange .about_risk_stage_icon{
border:1px solid #efb781;
}

.about_risk_stage_orange .about_risk_stage_bar{
width:102px;
background:#f4933e;
}

.about_risk_stage_red{
background:#fdf1f1;
border-color:#f2c0c0;
}

.about_risk_stage_red .about_risk_stage_title{
color:#ef3e3e;
}

.about_risk_stage_red .about_risk_stage_icon{
border:1px solid #eea8a8;
}

.about_risk_stage_red .about_risk_stage_bar{
width:68px;
background:#ef6b6b;
}

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

.about_risk_note_card{
display:grid;
grid-template-columns:0.75fr 1.25fr;
gap:14px;
align-items:center;
min-height:102px;
padding:18px 18px 16px;
box-sizing:border-box;
border:1px solid transparent;
border-radius:16px;
}

.about_risk_note_card_green{
background:#edf8f0;
border-color:#d7edde;
}

.about_risk_note_card_orange{
background:#fcf7f1;
border-color:#ecd7ba;
}

.about_risk_note_icon{
display:flex;
align-items:center;
justify-content:center;
width:100%;
height:100%;
margin:auto;
border-radius:14px;
}

.about_risk_note_icon img{
display:block;
width:60%;
height:auto;
margin:0 auto;
}

.about_risk_note_card_green .about_risk_note_icon{
background:#d8f0df;
}

.about_risk_note_card_orange .about_risk_note_icon{
background:#fff0e0;
}

.about_risk_note_content{
display:block;
width:100%;
min-width:0;
}

.about_risk_note_title{
margin:0;
padding-bottom:20px;
font-size:2rem;
line-height:1.6;
font-weight:700;
text-align:center;
color:#173f73;
}

.about_risk_note_card_green .about_risk_note_title{
color:#0f9444;
}

.about_risk_note_card_orange .about_risk_note_title{
color:#173f73;
}

.about_risk_note_text{
margin:0;
font-size:1.8rem;
line-height:1.85;
font-weight:500;
color:#000;
}
}

/*////////////////////////////////////
about_risk_section
@media screen and (min-width: 768px) and (max-width: 1100px)
////////////////////////////////////*/
@media screen and (min-width:768px) and (max-width:1100px){
#about_risk_section{
position:relative;
display:block;
width:100%;
overflow:hidden;
}

#about_risk_section:before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
filter:blur(7px);
z-index:-1;
background:url("../about/img/about_risk_section_bg.png") center center / cover no-repeat;
opacity:0.7;
}

#about_risk_stage_list{
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:18px;
width:100%;
margin:0 auto 60px;
padding-top:50px;
align-items:stretch;
}

.about_risk_stage{
display:grid;
grid-template-rows:auto auto 1fr auto;
height:100%;
gap:0;
padding:15px;
box-sizing:border-box;
border:1px solid transparent;
border-radius:18px;
}

.about_risk_stage_title{
margin:0;
padding-bottom:15px;
font-size:2.3rem;
line-height:1.5;
font-weight:700;
text-align:center;
}

.about_risk_stage_icon{
display:block;
width:100%;
aspect-ratio:4 / 3;
background:#ffffff;
border-radius:20px;
overflow:hidden;
}

.about_risk_stage_icon img{
display:block;
width:100%;
height:100%;
object-fit:contain;
border-radius:20px;
}

.about_risk_stage_sub{
display:flex;
align-items:flex-start;
justify-content:center;
margin:0;
padding:16px 0 20px;
font-size:1.8rem;
line-height:1.7;
font-weight:600;
text-align:center;
}

.about_risk_stage_bar_wrap{
display:flex;
align-items:flex-end;
justify-content:flex-end;
width:100%;
}

.about_risk_stage_bar{
display:block;
height:10px;
border-radius:999px;
}

.about_risk_stage_green{
background:#eef8f1;
border-color:#afe8be;
}

.about_risk_stage_green .about_risk_stage_title{
color:#14a44c;
}

.about_risk_stage_green .about_risk_stage_icon{
border:1px solid #8ed9a5;
}

.about_risk_stage_green .about_risk_stage_bar{
width:170px;
background:#2dc45b;
}

.about_risk_stage_yellow{
background:#fbf8ea;
border-color:#eed66d;
}

.about_risk_stage_yellow .about_risk_stage_title{
color:#c88a00;
}

.about_risk_stage_yellow .about_risk_stage_icon{
border:1px solid #edd168;
}

.about_risk_stage_yellow .about_risk_stage_bar{
width:135px;
background:#f0c30f;
}

.about_risk_stage_orange{
background:#fcf3ec;
border-color:#f3caa0;
}

.about_risk_stage_orange .about_risk_stage_title{
color:#f06f18;
}

.about_risk_stage_orange .about_risk_stage_icon{
border:1px solid #efb781;
}

.about_risk_stage_orange .about_risk_stage_bar{
width:102px;
background:#f4933e;
}

.about_risk_stage_red{
background:#fdf1f1;
border-color:#f2c0c0;
}

.about_risk_stage_red .about_risk_stage_title{
color:#ef3e3e;
}

.about_risk_stage_red .about_risk_stage_icon{
border:1px solid #eea8a8;
}

.about_risk_stage_red .about_risk_stage_bar{
width:68px;
background:#ef6b6b;
}

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

.about_risk_note_card{
display:grid;
grid-template-columns:180px minmax(0,1fr);
gap:18px;
align-items:center;
min-height:120px;
padding:20px 22px;
box-sizing:border-box;
border:1px solid transparent;
border-radius:16px;
}

.about_risk_note_card_green{
background:#edf8f0;
border-color:#d7edde;
}

.about_risk_note_card_orange{
background:#fcf7f1;
border-color:#ecd7ba;
}

.about_risk_note_icon{
display:flex;
align-items:center;
justify-content:center;
width:100%;
height:100%;
margin:auto;
border-radius:14px;
}

.about_risk_note_icon img{
display:block;
width:70px;
height:auto;
margin:0 auto;
}

.about_risk_note_card_green .about_risk_note_icon{
background:#d8f0df;
}

.about_risk_note_card_orange .about_risk_note_icon{
background:#fff0e0;
}

.about_risk_note_content{
display:block;
width:100%;
min-width:0;
}

.about_risk_note_title{
margin:0;
padding-bottom:14px;
font-size:2rem;
line-height:1.6;
font-weight:700;
text-align:left;
color:#173f73;
}

.about_risk_note_card_green .about_risk_note_title{
color:#0f9444;
}

.about_risk_note_card_orange .about_risk_note_title{
color:#173f73;
}

.about_risk_note_text{
margin:0;
font-size:1.8rem;
line-height:1.85;
font-weight:500;
color:#000;
}
}

/*////////////////////////////////////
about_risk_section
@media screen and (min-width: 0px) and (max-width: 767px)
////////////////////////////////////*/
@media screen and (min-width:0px) and (max-width:767px){
#about_risk_section{
position:relative;
display:block;
width:100%;
overflow:hidden;
}

#about_risk_section .section_lead{
text-align:left;
padding:0 20px;
}

#about_risk_section:before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
filter:blur(7px);
z-index:-1;
background:url("../about/img/about_risk_section_bg.png") center center / cover no-repeat;
opacity:0.7;
}

#about_risk_stage_list{
display:block;
width:100%;
margin:0 auto 60px;
padding-top:40px;
}

.about_risk_stage{
display:block;
width:100%;
margin-bottom:30px;
padding:15px;
box-sizing:border-box;
border:1px solid transparent;
border-radius:18px;
}

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

.about_risk_stage_title{
margin:0;
padding-bottom:10px;
font-size:2.3rem;
line-height:1.5;
font-weight:700;
text-align:center;
}

.about_risk_stage_icon{
display:block;
width:100%;
background:#ffffff;
border-radius:20px;
overflow:hidden;
}

.about_risk_stage_icon img{
display:block;
width:100%;
height:auto;
object-fit:contain;
border-radius:20px;
}

.about_risk_stage_sub{
margin:0;
padding:15px 0;
font-size:1.8rem;
line-height:1.75;
font-weight:600;
text-align:center;
}

.about_risk_stage_bar_wrap{
display:flex;
justify-content:flex-end;
width:100%;
}

.about_risk_stage_bar{
display:block;
height:10px;
border-radius:999px;
}

.about_risk_stage_green{
background:#eef8f1;
border-color:#afe8be;
}

.about_risk_stage_green .about_risk_stage_title{
color:#14a44c;
}

.about_risk_stage_green .about_risk_stage_icon{
border:1px solid #8ed9a5;
}

.about_risk_stage_green .about_risk_stage_bar{
width:170px;
background:#2dc45b;
}

.about_risk_stage_yellow{
background:#fbf8ea;
border-color:#eed66d;
}

.about_risk_stage_yellow .about_risk_stage_title{
color:#c88a00;
}

.about_risk_stage_yellow .about_risk_stage_icon{
border:1px solid #edd168;
}

.about_risk_stage_yellow .about_risk_stage_bar{
width:135px;
background:#f0c30f;
}

.about_risk_stage_orange{
background:#fcf3ec;
border-color:#f3caa0;
}

.about_risk_stage_orange .about_risk_stage_title{
color:#f06f18;
}

.about_risk_stage_orange .about_risk_stage_icon{
border:1px solid #efb781;
}

.about_risk_stage_orange .about_risk_stage_bar{
width:102px;
background:#f4933e;
}

.about_risk_stage_red{
background:#fdf1f1;
border-color:#f2c0c0;
}

.about_risk_stage_red .about_risk_stage_title{
color:#ef3e3e;
}

.about_risk_stage_red .about_risk_stage_icon{
border:1px solid #eea8a8;
}

.about_risk_stage_red .about_risk_stage_bar{
width:68px;
background:#ef6b6b;
}

.about_risk_note_grid{
display:block;
width:100%;
margin-bottom:30px;
}

.about_risk_note_card{
display:grid;
grid-template-columns:90px minmax(0,1fr);
gap:12px 16px;
align-items:center;
min-height:102px;
margin-bottom:20px;
padding:24px 18px 22px;
box-sizing:border-box;
border:1px solid transparent;
border-radius:16px;
}

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

.about_risk_note_card_green{
background:#edf8f0;
border-color:#d7edde;
}

.about_risk_note_card_orange{
background:#fcf7f1;
border-color:#ecd7ba;
}

.about_risk_note_icon{
grid-column:1 / 2;
grid-row:2 / 3;
display:flex;
align-items:center;
justify-content:center;
width:100%;
height:100%;
margin:0;
border-radius:14px;
align-self:center;
}

.about_risk_note_icon img{
display:block;
width:64px;
height:auto;
margin:0 auto;
}

.about_risk_note_card_green .about_risk_note_icon{
background:#d8f0df;
}

.about_risk_note_card_orange .about_risk_note_icon{
background:#fff0e0;
}

.about_risk_note_content{
display:contents;
}

.about_risk_note_title{
grid-column:1 / 3;
grid-row:1 / 2;
margin:0;
padding-bottom:12px;
font-size:2rem;
line-height:1.6;
font-weight:700;
text-align:center;
color:#173f73;
}

.about_risk_note_card_green .about_risk_note_title{
color:#0f9444;
}

.about_risk_note_card_orange .about_risk_note_title{
color:#173f73;
}

.about_risk_note_text{
grid-column:2 / 3;
grid-row:2 / 3;
margin:0;
font-size:1.8rem;
line-height:1.85;
font-weight:500;
color:#000;
align-self:center;
}
}


/*////////////////////////////////////
about_faq_section
@media screen and (min-width: 1201px)
////////////////////////////////////*/
@media screen and (min-width:1201px){
#about_faq_section{
position:relative;
display:block;
overflow:hidden;
}

#about_faq_section:before{
content:"";
position:absolute;
right:-120px;
top:80px;
width:280px;
height:280px;
border-radius:50%;
background:rgba(0,168,152,0.1);
filter:blur(10px);
pointer-events:none;
}

#about_faq_section:after{
content:"";
position:absolute;
left:-120px;
bottom:70px;
width:260px;
height:260px;
border-radius:50%;
background:rgba(244,154,36,0.1);
filter:blur(10px);
pointer-events:none;
}

#about_faq_area{
position:relative;
z-index:1;
display:grid;
grid-template-columns:1fr;
gap:22px;
width:100%;
margin:0 auto;
padding-top:48px;
}

.about_faq_item{
position:relative;
display:block;
width:100%;
padding:28px 32px 30px;
box-sizing:border-box;
border-radius:24px;
background:#ffffff;
border:1px solid #dfe8e6;
box-shadow:0 14px 34px rgba(34,80,92,0.08);
overflow:hidden;
}

.about_faq_item:before{
content:"";
position:absolute;
left:0;
top:0;
width:7px;
height:100%;
background:linear-gradient(180deg,#00a898 0%,#8bcf9a 52%,#f49a24 100%);
}

.about_faq_title_area{
position:relative;
display:grid;
grid-template-columns:54px minmax(0,1fr);
gap:18px;
align-items:center;
width:100%;
padding-bottom:18px;
box-sizing:border-box;
border-bottom:1px dashed rgba(0,168,152,0.24);
}

.about_faq_mark{
display:flex;
align-items:center;
justify-content:center;
width:54px;
height:54px;
border-radius:50%;
background:linear-gradient(135deg,#00a898 0%,#65cdbf 100%);
box-shadow:0 8px 18px rgba(0,168,152,0.18);
font-size:2.2rem;
font-weight:700;
line-height:1;
letter-spacing:0.04em;
color:#ffffff;
}

.about_faq_title{
margin:0;
font-size:2.2rem;
font-weight:700;
line-height:1.6;
letter-spacing:0.04em;
color:#173f73;
}

.about_faq_word_area{
position:relative;
display:grid;
grid-template-columns:54px minmax(0,1fr);
gap:18px;
align-items:flex-start;
width:100%;
padding-top:20px;
box-sizing:border-box;
}

.about_faq_answer_mark{
display:flex;
align-items:center;
justify-content:center;
width:54px;
height:54px;
border-radius:50%;
background:#fff2e6;
border:1px solid rgba(244,154,36,0.28);
font-size:2.2rem;
font-weight:700;
line-height:1;
letter-spacing:0.04em;
color:#eb6d1f;
}

.about_faq_word{
margin:0;
font-size:1.8rem;
font-weight:500;
line-height:2;
letter-spacing:0.04em;
color:#000;
}
}


/*////////////////////////////////////
about_faq_section
@media screen and (min-width: 768px) and (max-width: 1200px)
////////////////////////////////////*/
@media screen and (min-width:768px) and (max-width:1200px){
#about_faq_section{
position:relative;
display:block;
background:#f8fbfa;
overflow:hidden;
}

#about_faq_section:before{
content:"";
position:absolute;
right:-100px;
top:70px;
width:240px;
height:240px;
border-radius:50%;
background:rgba(0,168,152,0.1);
filter:blur(10px);
pointer-events:none;
}

#about_faq_section:after{
content:"";
position:absolute;
left:-100px;
bottom:60px;
width:230px;
height:230px;
border-radius:50%;
background:rgba(244,154,36,0.1);
filter:blur(10px);
pointer-events:none;
}

#about_faq_area{
position:relative;
z-index:1;
display:grid;
grid-template-columns:1fr;
gap:20px;
width:90%;
max-width:900px;
margin:0 auto;
padding-top:42px;
}

.about_faq_item{
position:relative;
display:block;
width:100%;
padding:26px 28px 28px;
box-sizing:border-box;
border-radius:22px;
background:#ffffff;
border:1px solid #dfe8e6;
box-shadow:0 12px 30px rgba(34,80,92,0.08);
overflow:hidden;
}

.about_faq_item:before{
content:"";
position:absolute;
left:0;
top:0;
width:7px;
height:100%;
background:linear-gradient(180deg,#00a898 0%,#8bcf9a 52%,#f49a24 100%);
}

.about_faq_title_area{
position:relative;
display:grid;
grid-template-columns:50px minmax(0,1fr);
gap:16px;
align-items:center;
width:100%;
padding-bottom:17px;
box-sizing:border-box;
border-bottom:1px dashed rgba(0,168,152,0.24);
}

.about_faq_mark{
display:flex;
align-items:center;
justify-content:center;
width:50px;
height:50px;
border-radius:50%;
background:linear-gradient(135deg,#00a898 0%,#65cdbf 100%);
box-shadow:0 8px 18px rgba(0,168,152,0.18);
font-size:2rem;
font-weight:700;
line-height:1;
letter-spacing:0.04em;
color:#ffffff;
}

.about_faq_title{
margin:0;
font-size:2.1rem;
font-weight:700;
line-height:1.6;
letter-spacing:0.04em;
color:#173f73;
}

.about_faq_word_area{
position:relative;
display:grid;
grid-template-columns:50px minmax(0,1fr);
gap:16px;
align-items:flex-start;
width:100%;
padding-top:18px;
box-sizing:border-box;
}

.about_faq_answer_mark{
display:flex;
align-items:center;
justify-content:center;
width:50px;
height:50px;
border-radius:50%;
background:#fff2e6;
border:1px solid rgba(244,154,36,0.28);
font-size:2rem;
font-weight:700;
line-height:1;
letter-spacing:0.04em;
color:#eb6d1f;
}

.about_faq_word{
margin:0;
font-size:1.8rem;
font-weight:500;
line-height:2;
letter-spacing:0.04em;
color:#3d5366;
}
}

/*////////////////////////////////////
about_faq_section
@media screen and (min-width: 0px) and (max-width: 767px)
////////////////////////////////////*/
@media screen and (min-width:0px) and (max-width:767px){
#about_faq_section{
position:relative;
display:block;
background:#f8fbfa;
overflow:hidden;
}

#about_faq_section .section_lead{
text-align:left;
padding:0 20px;
}

#about_faq_section:before{
content:"";
position:absolute;
right:-80px;
top:50px;
width:190px;
height:190px;
border-radius:50%;
background:rgba(0,168,152,0.1);
filter:blur(10px);
pointer-events:none;
}

#about_faq_section:after{
content:"";
position:absolute;
left:-80px;
bottom:40px;
width:190px;
height:190px;
border-radius:50%;
background:rgba(244,154,36,0.1);
filter:blur(10px);
pointer-events:none;
}

#about_faq_area{
position:relative;
z-index:1;
display:grid;
grid-template-columns:1fr;
gap:18px;
width:100%;
margin:0 auto;
padding-top:32px;
}

.about_faq_item{
position:relative;
display:block;
width:100%;
padding:22px 18px 24px;
box-sizing:border-box;
border-radius:20px;
background:#ffffff;
border:1px solid #dfe8e6;
box-shadow:0 10px 24px rgba(34,80,92,0.07);
overflow:hidden;
}

.about_faq_item:before{
content:"";
position:absolute;
left:0;
top:0;
width:100%;
height:6px;
background:linear-gradient(90deg,#00a898 0%,#8bcf9a 52%,#f49a24 100%);
}

.about_faq_title_area{
position:relative;
display:grid;
grid-template-columns:42px minmax(0,1fr);
gap:12px;
align-items:center;
width:100%;
padding-bottom:16px;
box-sizing:border-box;
border-bottom:1px dashed rgba(0,168,152,0.24);
}

.about_faq_mark{
display:flex;
align-items:center;
justify-content:center;
width:42px;
height:42px;
border-radius:50%;
background:linear-gradient(135deg,#00a898 0%,#65cdbf 100%);
box-shadow:0 7px 14px rgba(0,168,152,0.16);
font-size:1.8rem;
font-weight:700;
line-height:1;
letter-spacing:0.04em;
color:#ffffff;
}

.about_faq_title{
margin:0;
font-size:1.85rem;
font-weight:700;
line-height:1.65;
letter-spacing:0.04em;
color:#173f73;
}

.about_faq_word_area{
position:relative;
display:grid;
grid-template-columns:42px minmax(0,1fr);
gap:12px;
align-items:flex-start;
width:100%;
padding-top:16px;
box-sizing:border-box;
}

.about_faq_answer_mark{
display:flex;
align-items:center;
justify-content:center;
width:42px;
height:42px;
border-radius:50%;
background:#fff2e6;
border:1px solid rgba(244,154,36,0.28);
font-size:1.8rem;
font-weight:700;
line-height:1;
letter-spacing:0.04em;
color:#eb6d1f;
}

.about_faq_word{
margin:0;
font-size:1.8rem;
font-weight:500;
line-height:1.95;
letter-spacing:0.04em;
color:#3d5366;
}
}


