@charset "UTF-8";



body {
margin: 0;
}


img {
width: 100%;
max-width: 100%;
vertical-align: bottom;
}

a {
text-decoration: none;
}

li {
list-style: none;
}

/* ----------枠・表示---------- */
.is_pc {
display: block;
}

.is_sp {
display: none;
}


/* ----------メイン---------- */

/* ----------セクション１---------- */


.headder_inner {
background: #7774b5;
height: auto;
padding: 0;
}

.headder_inner::after {
content: none;
}




.obi {
font-size: 30px;
text-align: center;
font-weight: bold;
background: #e4e3f0;
padding: 20px;
}



.s01 {
background-color: #7774b5;
border-radius: 0 0 50% 50%;
margin-left: -500px;
margin-right: -500px;
text-align: center;
color: #FFF;
position: relative;
z-index: -1;
text-align: center;
padding: 10px 0 50px;
}

.s01::before {
display: block;
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: repeating-linear-gradient(45deg, #FFF, #FFF 2px, transparent 1px, transparent 10px);
opacity: 0.1;
}

.s01_bx01 {
display: grid;
grid-template-columns: repeat(2, 1fr);
justify-content: center;
width: 100vw;
text-align: center;
padding: 50px 0;
max-width: 1000px;
margin: 0 auto;
align-items: center;
}

.s01_bx01_bx01 {
//width: 50%;
}

.s01_bx01_nav {
display: grid;
grid-template-columns: repeat(4, 1fr);
max-width: 420px;
margin: 20px auto 0;
text-align: center;
}


.s01_bx01_h1 {
color: #fff;
font-size: 75px;
text-align: center;
letter-spacing: 1px;
line-height: 1;
padding: 0 1%;
}

.s01_bx01_h1_span01 {
color: #fff;
font-size: 52px;
line-height: 1.6em;
display: block;
font-weight: bold;
}

.s01_bx01_h1_span02 {
font-size: clamp(36px, 8vw, 82px);
font-weight: bold;
line-height: 1em;
}

.s01_bx01_h1_span03 {
color: #fff;
font-size: 52px;
display: block;
font-weight: bold;
line-height: 1.6em;
}


.s01_bx02 {
//width: 50%;
padding-right: 30px;
z-index: 1
}

/* ----------セクション２---------- */
.s02 {
max-width: 1000px;
margin: 0 auto;
}

.s02_bx01 {
max-width: 1000px;
/* margin: 0 auto; */
margin-bottom: 50px;
}

.s02_bx01 p {
/* text-align: center; */
letter-spacing: 2px;
}

.s02_bx01_p01 {
line-height: 2;
text-align: center;
margin-top: 50px;
font-size: 20px;
}

.s02_bx01_p02 {
text-align: center;
font-weight: bold;
margin-top: 15px;
margin-bottom: 20px;
font-size: 26px;
}

.s02_bx01_p03 {
text-align: center;
padding-top: 69px;
padding-bottom: 22px;
font-weight: bold;
font-size: 31px;
}

.s02_bx01_p04 {
font-size: 28px;
font-weight: bold;
text-align: center;
}

.s02_bx01_p03_span01 {
color: #7774b5;
font-size: 40px;
font-weight: bold;
}

.s02_bx01_p03_span02 {
color: #7774b5;
font-size: 29px;
font-weight: bold;
}

.s02_bx01_p03_span03 {
color: #7774b5;
font-size: 39px;
font-weight: bold;
}

.s02_bx01_img02 {
width: 103px;
margin: 10px auto;

}

.s02_bx01_p04_span01 {
color: #7774b5;
font-size: 47px;
font-weight: bold;
}

.s02_bx02_h2,
.s04_h2,
.s05_h2 {}

.s02_bx02_h2 h2,
.s04_h2 h2,
.s05_h2 h2 {
font-size: 40px;
color: #7774b5;
border-color: #7774b5;
}

.s02_bx02_bx01 {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 30px 35px;
margin-bottom: 80px;
}

ul.s02_bx02_bx01 li:last-child {
//grid-column: span 2;
//width: 50%;
//margin: 0 auto;
}





.s03_over_wrap {
max-width: 1000px;
margin: 0 auto 60px;
}

.s03 {
background: #ffff99;
border-radius: 18px;
margin: 0 0 30px;
}

.s03_inr_wrap01 {
display: grid;
grid-template-columns: 70% 1fr;
grid-gap: 30px;
padding: 50px;
position: relative;
}

.s03_inr_wrap01_box01 {
position: relative;
}

.s03_inr_wrap01_ttl_txt03 {
position: absolute;
top: -100px;
right: -50px;
width: 366px;
}

img.s03_img03 {
width: 145px;
margin-bottom: 35px;
}

.s03_img04 {
margin-top: -100px;
}

h3.s03_inr_wrap01_ttl {
font-size: 35px;
color: #52a134;
font-weight: bold;
line-height: 50px;
margin-bottom: 20px;
}

p.s03_inr_wrap01_ttl_txt01 {
font-size: 20px;
font-weight: bold;
line-height: 1em;
margin-bottom: 20px;
}

p.s03_inr_wrap01_ttl_txt02 {
font-size: 16px;
line-height: 29px;
}

.s03_inr_wrap02 {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 10px;
padding: 0 50px 50px;
text-align: center;
}

.s03_inr_wrap02>p {
grid-column: span 3;
text-align: left;
font-size: 12px;
}

.s03_inr_wrap02_box00 {
color: #52a134;
font-weight: bold;
font-size: 20px;
background: #fff;
border: solid 2px #52a134;
display: flex;
place-items: center;
justify-content: center;
padding: 10px;
flex-direction: column;
}

.s03_inr_wrap02_box00 span {
font-size: 16px;
color: #222;
font-weight: bold;
}

.s03_txt {
font-size: 10px;
line-height: 1.5em;
}










.s04 {
max-width: 1000px;
margin: 0 auto;
}

.s04_inr01 {
display: grid;
grid-template-columns: 55% 1fr;
grid-gap: 40px;
}

p.s04_inr01_box01_txt {
margin: 0 0 55px;
}

.s04_inr01_box01_blc {
background: #e4e3f0;
padding: 30px 35px;
border-radius: 10px;
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 12px;
position: relative;
}

.s04_inr01_box01_blc h3 {
color: #7774b5;
font-size: 30px;
font-weight: 600;
grid-column: span 3;
margin: 0 0 10px;
}

.s04_inr01_box01_blc_link {
background: #7774b5;
color: #fff;
font-size: 25px;
font-weight: 500;
display: block;
text-align: center;
padding: 10px;
border-radius: 6px;
box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.s04_inr01_box01_blc::after {
content: "";
width: 0;
height: 0;
border: solid 15px #e4e3f0;
position: absolute;
top: 50%;
right: -30px;
transform: translateY(-50%);
border-top: solid 15px transparent;
border-right: solid 15px transparent;
}


h3.s04_inr02_ttl {
font-size: 30px;
background: #b0ac84;
color: #fff;
padding: 0.4em 2em;
border-radius: 0.2em;
margin: 1em 0;
font-weight: bold;
}

h4.s04_inr02_pref {
font-size: 22px;
font-weight: bold;
color: #b0ac84;
border-left: 6px solid #b0ac84;
padding-left: 12px;
margin: 1em 0 0.6em;
line-height: 1.3;
}





.s05 {
max-width: 1000px;
margin: 0 auto;
}

.s05_inr01_box01_blc {
background: #e4e3f0;
padding: 30px 35px;
border-radius: 10px;
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 12px;
position: relative;
max-width: 524px;
margin: 0 auto 50px;
}

.s05_inr01_box01_blc h3 {
color: #7774b5;
font-size: 30px;
font-weight: 600;
grid-column: span 3;
margin: 0 0 10px;
}

a.s05_inr01_box01_blc_link {
background: #7774b5;
color: #fff;
font-size: 25px;
font-weight: 500;
display: block;
text-align: center;
padding: 10px;
border-radius: 6px;
box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

p.s05_txt01 {
margin: 0 0 30px;
}

.s05_box01 {
background: #f0f0f0;
font-size: 20px;
padding: 20px;
line-height: 35px;
margin: 0 0 50px;
}
.s04_inr02_box {
display: grid;
grid-template-columns: 28% 1fr;
background: #f7f7f3;
margin-bottom: 2em;
padding: 1em;
align-items: center;
}
h3.s04_inr02_box_ttl {
border-right: solid 2px #b0ac84;
height: 100%;
align-content: center;
margin-right: 2em;
font-weight: bold;
text-align: center;
}
.s04_inr02_box_txt01,
.s04_inr02_box_txt02 {
margin-bottom: 0.4em;
}
a.s04_inr02_box_map {
color: #4C6297;
}
a.s04_inr02_box_map img {
width: 0.8em;
margin-left: 0.4em;
vertical-align: unset;
}






















/* ----------メディアクエリ---------- */


@media(max-width:768px) {

.sodan_btn_wrap {
    top: 25% !important;
}

/* ----------枠・表示---------- */

.is_pc {
    display: none;
}

.is_sp {
    display: block;
}


.obi {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    background: #e4e3f0;
    padding: 20px;
    color: #000;
    width: 90vw;
    margin: 0 auto;
}


.s01_sp {
    background-image: url(/lifecare/service/fuyouhinseiri/images/s01_background_img_sp.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}


.s01_bx01 {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
    padding: 68px 0 30px;
    margin: 0 auto;
    align-items: center;
    position: relative;
}

.s01_bx01_nav {
    width: 96vw;
    padding-left: 0.6%;
}

.s01_bx01_bx01 {
    width: 100%;
}

.s01_bx01_h1 {
    text-align: center;
    letter-spacing: 2;
    line-height: 1;
}

.s01_bx01_h1 h1 {
    font-size: 72px;
}



.s01_bx01_h1_span01 {
    color: #fff;
    font-size: 52px;
}

.s01_bx01_h1_span02 {
    font-size: 18vw;
}

.s01_bx01_h1_span03 {
    color: #fff;
    font-size: 52px;
}


.s01_bx02 {
    width: 100vw;
    padding-right: 0;
    margin: 0 auto 42px;
}

.s01_bx01_bx01_sp {
    display: flex;
    flex-direction: column-reverse;
}

.s02_bx01 {
    position: relative;
    margin: 0;
}


.s02_bx01 p {
    letter-spacing: 2px;
    padding: 0 6%;
}


.s02_bx01_p_area {
    margin: 68px 0;
}


.s02_bx01_p01 {
    text-align: left;
    margin-top: 50px;
    font-size: 20px;
}


.s02_bx01_p02 {
    text-align: left;
    font-size: 16px;
}

.s02_bx01_p04 {
    text-align: center;
    margin: 20px 0;
    font-size: 15px;
    font-weight: bold;
}

.s02_bx01_p04_span01 {
    font-size: 26px;
}



.s02_bx01_p01 {
    padding: 0 5%;
    margin-top: 50px;
    font-size: 15px;
}


.s02_bx01_p02 {
    font-weight: normal;
    margin-top: 0;
    font-size: 15px;
}

.s02_bx02 {
    margin: 0 0 40px;
}

.s02_bx02_h2,
.s04_h2,
.s05_h2 {
    margin: 0 20px 30px;
}

.s02_bx02_h2 h2,
.s04_h2 h2,
.s05_h2 h2 {
    font-size: 20px;
    letter-spacing: 0px;
    margin: auto;
    color: #7774b5;
}

.s02_bx02_bx01_sp {
    margin: 0 5%;
}

.s02_bx02_bx01_sp li {
    margin-bottom: 20px;
}






.s03 {
    border-radius: 0;
}

.s03_inr_wrap01 {
    padding: 40px 20px 30px;
    grid-template-columns: 50% 20% 1fr;
    grid-gap: 20px 0;
}

.s03_inr_wrap01_box01 {
    grid-column: 1 / 3;
    grid-row: 1;
}

.s03_inr_wrap02 {
    padding: 0 20px 20px;
}

.s03_inr_wrap02>p {
    grid-column: span 1;
    text-align: left;
    font-size: 12px;
}

.s03_inr_wrap02 {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(3, 1fr);
}

.s03_txt {
    padding: 0 20px;
}

.s03_inr_wrap01_ttl_txt03 {
    display: none;
}

p.s03_inr_wrap01_ttl_txt02 {
    grid-column: 1 / 4;
    grid-row: 2;
}

img.s03_img03 {
    width: 118px;
    margin-bottom: 25px;
}

.s03_img04 {
    margin-top: -50px;
    grid-column: 2 / 4;
    grid-row: 1;
}

h3.s03_inr_wrap01_ttl {
    font-size: 26px;
    line-height: 36px;
}





.s04 {
    margin: 0 auto 40px;
}

.s04_inr01 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 40px;
    padding: 0 20px;
}

p.s04_inr01_box01_txt {
    font-size: 14px;
    margin: 0 0 30px;
}

.s04_inr01_box01_blc {
    background: #e4e3f0;
    padding: 20px;
    border-radius: 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 12px;
    position: relative;
}

.s04_inr01_box01_blc h3 {
    color: #7774b5;
    font-size: 22px;
    font-weight: 600;
    grid-column: span 3;
    margin: 0;
}

.s04_inr01_box01_blc_link {
    background: #7774b5;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    display: block;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.s04_inr01_box01_blc::after {
    content: "";
    width: 0;
    height: 0;
    border: solid 15px #e4e3f0;
    position: absolute;
    top: auto;
    bottom: -45px;
    left: 30%;
    right: auto;
    border-bottom: solid 15px transparent;
    border-left: solid 15px transparent;
}



.s04_inr02 {
margin: 0 20px;
}
h3.s04_inr02_ttl {
    font-size: 20px;
    background: #b0ac84;
    color: #fff;
    padding: 0.2em 1em;
    border-radius: 0.2em;
    margin: 1em 0;
}
h4.s04_inr02_pref {
    font-size: 17px;
    font-weight: bold;
    color: #b0ac84;
    border-left: 5px solid #b0ac84;
    padding-left: 10px;
    margin: 0.8em 0 0.5em;
    line-height: 1.3;
}
.s04_inr02_box {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 12px;
    background: #f7f7f3;
    margin-bottom: 2em;
    padding: 2em;
    border-radius: 12px;
}
h3.s04_inr02_box_ttl {
    border-right: none;
    height: 100%;
    align-content: center;
    margin-right: 2em;
    font-weight: bold;
    text-align: left;
}
.s04_inr02_box > div {
    border-left: solid 2px #b0ac84;
    padding: 0 0 0 1em;
}






.s05 {}

p.s05_txt01 {
    font-size: 14px;
    padding: 0 20px;
}

.s05_box01 {
    font-size: 14px;
    line-height: 21px;
    text-align: justify;
}

.s05_inr01_box01_blc {
    background: #e4e3f0;
    padding: 20px;
    border-radius: 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 12px;
    position: relative;
    margin: 0 20px 50px;
}

.s05_inr01_box01_blc h3 {
    color: #7774b5;
    font-size: 22px;
    font-weight: 600;
    grid-column: span 3;
    margin: 0;
}

a.s05_inr01_box01_blc_link {
    background: #7774b5;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    display: block;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}



}




/* 追加BR251122 */

@media screen and (max-width: 480px) {
header {
    background: #fff;
}

.headder_inner::before {
    height: 100%;
}
}