
/* サブページイラスト */
.illsut_box {
    display: flex;
    justify-content: center;
    align-items: center;
}
.sh_illustU {
    width: 60px;
    margin-right: -80px;
    margin-left: 20px;
    transform: rotate(0deg); 
}
.sh_illustK {
    width: 65px;
    margin-right: -85px;
    margin-left: 20px;
    transform: rotate(0deg); 
}
.sh_illustN {
    width: 60px;
    margin-left: -70px;
    margin-right: 10px;
    transform: rotate(0deg); 
}
.sh_illustF {
    width: 100px;
    margin-left: -110px;
    margin-right: 10px;
}

@media screen and (min-width: 1000px){
.sh_illustU {
    width: 80px;
    margin-right: -130px;
    margin-left: 50px;
}
.sh_illustK {
    width: 80px;
    margin-right: -130px;
    margin-left: 50px;
}
.sh_illustN {
    width: 80px;
    margin-left: -130px;
    margin-right: 50px;
}
.sh_illustF {
    width: 130px;
    margin-left: -180px;
    margin-right: 50px;
}
}


/* サブページトップ */
.sub_top {
    width: 100%;
    height: 150px;
    margin-top: 100px;
    background-image: url(../img/bg_gra_flower.webp);
    background-position: top 20% center;
    background-repeat: no-repeat;
    background-size: cover; 
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (min-width: 768px){
.sub_top {
    height: 200px;
    margin-top: 60px;
}
}
@media screen and (min-width: 1000px){
.sub_top {
    height: 200px;
    margin-top: 130px;
}
}


/* サブページタイトル */
h1.sub_title p {
    font-size: 26px;
    line-height: 130%;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
h1.sub_title p span.eng {
    font-size: 16px;
    font-family: "Mulish", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
	color: #fd55b4;
}
@media screen and (min-width: 1000px){
h1.sub_title p {
    font-size: 28px;
}
h1.sub_title p span.eng {
    font-size: 17px;
}
}


/* サブページボックス */
.subbox {
    padding: 50px 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.subbox01 {
    padding: 0 0 50px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.subbox02 {
    padding: 50px 0;
    background: linear-gradient(90deg, #fddcee, #ffe6f7);
    display: flex;
    justify-content: center;
    align-items: center;
}
.subbox p, .subbox02 p {
    text-align: justify;
}
.s01 {
    text-align: center;
    margin-bottom: 50px;
}   
.s01:last-of-type {
    margin-bottom: 0;
}

.sb_bg01, .sb_bg02, .sb_bg03, .sb_bg04 {
    padding: 30px 20px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.sb_bg01 {
    background: linear-gradient(135deg, #dcf6ed, #d0eedd);
}
.sb_bg02 {
    background: linear-gradient(135deg, #dcf6ed, #d0eedd);
}
.sb_bg03 {
    background: url(../img/bg_watercolor.jpg) repeat top center;
	border: solid 5px #fddcee;
}
.sb_bg04 {
    border: solid 5px #fddcee;
    margin: 0 auto ;
}
.sb_bg06 {
    background: #fddcee;
    padding: 15px;
}
.sb_bg01:last-of-type, 
.sb_bg02:last-of-type  {
    margin-bottom: 0;
}

@media screen and (min-width: 499px){
.sb_bg01, .sb_bg02 {
    padding: 30px 40px;
}
}

@media screen and (min-width: 1000px){
.subbox, .subbox02 {
    padding: 80px 0;
}
.s01 {
    margin-bottom: 100px;
}
.s01:last-of-type {
    margin-bottom: 0;
}
}

@media screen and (min-width: 1100px){
.sb_bg01 {
    padding: 75px 140px;
    margin-bottom: 50px;
}
.sb_bg02 {
    padding: 50px 140px;
    margin-bottom: 50px;
}
.sb_bg03 {
    padding: 60px 100px;
    margin-bottom: 50px;
}
.sb_bg04 {
    padding: 60px 140px;
}
.sb_bg06 {
    padding: 30px;
}
.sb_bg02:last-of-type {
    margin-bottom: 0;
}
.sb_bg01 li, .sb_bg02 li {
    margin-bottom: 15px;
}
}


/* ボックスの中flex */
@media screen and (min-width: 1000px){
.sbs01 {
    display: flex;
    justify-content: space-between;
}
}
/* テキスト */
.sbstext02, .sbstext03, .sbstext04 {
    text-align: left;
    margin-bottom: 25px;
}
.sbstext05 {
    margin-bottom: 25px;
}
@media screen and (min-width: 1000px){
.sbstext01 {
    width: calc(62% - 25px);
    margin-bottom: 0;
}
.sbstext02, .sbstext03 {
    width: calc(50% - 25px);
    margin-bottom: 0;
}
.sbstext04 {
    width: calc(55% - 25px);
    margin-bottom: 0;
}
.sbstext05 {
    width: calc(60% - 25px);
    margin-bottom: 0;
}
}

/* 写真 */
.sbspic01 {
    margin-bottom: 25px;
}
.sbspic01 img, .sbspic02 img {
    height: 250px;
    object-fit: cover;
}
.sbspic06 img {
    height: 250px;
    object-fit: cover;
}
.sbspic06 img {
    height: 250px;
    object-fit: cover;
}
.pic_shift {
    object-position: 75% 50%;
}
@media screen and (min-width: 499px){
.sbspic01 img, .sbspic02 img {
    height: 300px;
}
.sbspic06 img {
    height: 300px;
}
}

@media screen and (min-width: 1000px){
.sbspic01 {
    width: calc(38% - 25px);
    order: 1;
}
.sbspic02, .sbspic03 {
    width: calc(50% - 25px);
    margin: 0;
}
.sbspic04 {
    width: calc(45% - 25px);
}
.sbspic05 {
    width: calc(40% - 25px);
}
.sbspic01 img {
    height: auto;
}
.sbspic02 img {
    height: 350px;
}
.sbspic03 img, .sbspic04 img {
    height: 350px;
    object-fit: cover;
}
.sbspic05 img {
    height: 300px;
    object-fit: cover;
}
.sbspic06 img {
    height: 400px;
}
}


/* タイトル */
p.sub_title01 {
    font-size: 22px;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
    color: #32ac67;
}
p.sub_title02 {
    font-size: 17px;
    line-height: 150%;
    color: #32ac67;
}
p.sub_title03 {
    font-size: 18px;
    line-height: 150%;
    font-weight: bold;
    color: #fd55b4;
}
p.sub_title04, 
p.sub_title04_mainclr {
    font-size: 23px;
	line-height: 140%;
    color: #fd55b4;
    display: block;
    border-bottom: solid 1px #fd55b4;
    margin: 0 0 20px;
    padding-bottom: 10px;
}
p.sub_title04_subclr {
    font-size: 23px;
	line-height: 140%;
    color: #32ac67;
    display: block;
    border-bottom: solid 1px #32ac67;
    margin: 0 0 20px;
    padding-bottom: 10px;
}
p.sub_title05, 
p.sub_title05_mainclr {
    font-size: 21px;
    line-height: 120%;
    color: #fd55b4;
    display: block;
    border-left: solid 7px #fd55b4;
    margin: 0 0 15px;
    padding-left: 7px;
}
p.sub_title05_subclr {
    font-size: 21px;
    line-height: 120%;
    color: #32ac67;
    display: block;
    border-left: solid 7px #32ac67;
    margin: 0 0 15px;
    padding-left: 7px;
}
p.sub_title06, 
p.sub_title06_mainclr {
    font-size: 21px;
	line-height: 150%;
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: #fd55b4;
    padding: 0 0 2px;
    position: relative;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}
p.sub_title06_subclr {
    font-size: 21px;
	line-height: 150%;
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: #32ac67;
    padding: 0 0 2px;
    position: relative;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}
p.name {
    font-size: 18px;
    text-align: right;
    margin-top: 5px;
}
.marker_mainclr {
    background: linear-gradient(transparent 60%, #f6c9df 60%);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    display: inline;
    transition: background-size 1.2s;
}
.marker_subclr {
    background: linear-gradient(transparent 60%, #caead5 60%);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    display: inline;
    transition: background-size 1.2s;
}
.marker_mainclr.on, .marker_subclr.on {
    background-size: 100% 100%;
}
.brackets {
    display: inline-block;
}
.brackets:before, .brackets:after { 
    content:'';
    width: 25px;
    height: 25px;
    position: absolute;
    display: inline-block;
}
.brackets:before {
    border-left: solid 1px #fff;
    border-top: solid 1px #fff;
    top: 0;
    left: 0;
}
.brackets:after {
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    bottom: 0;
    right: 0;
}
@media screen and (min-width: 768px){
p.sub_title02 {
    font-size: 19px;
}
p.sub_title06, 
p.sub_title06_mainclr, 
p.sub_title06_subclr {
    font-size: 24px;
    padding: 0 0 5px;
}
.brackets:before, .brackets:after { 
    content:'';
    width: 30px;
    height: 30px;
}
}
@media screen and (min-width: 1000px){
p.sub_title01 {
    font-size: 23px;
    line-height: 75px;
}
p.sub_title02 {
    font-size: 21px;
    line-height: 170%;
}
p.sub_title04, 
p.sub_title04_mainclr, 
p.sub_title04_subclr {
    font-size: 25px;
}
p.sub_title05, 
p.sub_title05_mainclr, 
p.sub_title05_subclr {
    font-size: 23px;
}
p.sub_title06, 
p.sub_title06_mainclr, 
p.sub_title06_subclr {
    font-size: 25px;
    line-height: 140%;
}
.brackets:before, .brackets:after { 
    content:'';
    width: 35px;
    height: 35px;
}
}


/* 理念方針 */
.mes_p_box {
    width: 100%;
    max-width: 220px;
    height: 50px;
    margin-bottom: 20px;
    position: relative;
}
.triangle01 {
    background-color: #32ac67;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 0 100%, 100% 0);
}
.triangle02 {
    background-color: #32ac67;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
    clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.triangle03 {
    background-color: #32ac67;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 0 100%, 100% 0);
}
.triangle04 {
    background-color: #32ac67;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
    clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
@media screen and (min-width: 768px){
.mes_p_box {
    max-width: 250px;
    margin-bottom: 25px;
}
}
@media screen and (min-width: 1100px){
.mes_p_box {
    max-width: 300px;
    height: 75px;
    margin-bottom: 40px;
}
.triangle01 {
    width: 50px;
    height: 50px;
}
.triangle02 {
    width: 50px;
    height: 50px;
}
}


/* リスト */
ol.num, ol.num_big {
    padding-left: 20px;
    list-style-type: decimal;
}
ul.rectangle_mainclr  {
    list-style: url(../img/ul-rectangle-maincolor.svg);
    padding-left: 15px;
}
ul.rectangle_subclr  {
    list-style: url(../img/ul-rectangle-subcolor.svg);
    padding-left: 15px;
}
ul.check_mainclr  {
    list-style: url(../img/ul-checkbox-orange.svg);
    padding-left: 25px;
}
ul.donuts_mainclr {
    list-style: url(../img/ul-donuts-maincolor.svg);
    padding-left: 25px;
}
ul.circle_mainclr  {
    list-style: url(../img/ul-circle-blue.svg);
    padding-left: 25px;
}
.s01 li {
    text-align: justify;
    margin-bottom: 10px;
}
.s01 li.slim {
    margin-bottom: 5px;
}
ul.ul_inline {
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
}
ul.ul_inline li {
    text-align: left;
    margin-bottom: 0px;
}
/* ul.ul_inline li:last-of-type {

} */
ul.ul_slim li {
    margin-bottom: 5px;
}
ul.ul_slim li:last-of-type {
    margin-bottom: 0;
}
ul.ul_narrow li {
    margin-bottom: 3px;
}
ul.ul_narrow li:last-of-type {
    margin-bottom: 0;
}
ol.num_big li {
    font-size: 18px;
    line-height: 160%;
    text-align: justify;
    margin-bottom: 10px;
    font-feature-settings: "pkna";
}
li:last-of-type {
    margin-bottom: 0;
}


/* 看護部長メッセージ*/
h2.bossmsg_txt {
    font-size: 23px;
	line-height: 140%;
    text-align: justify;
    color: #fd55b4;
    margin-bottom: 30px;
    padding: 15px 25px;
    display: inline-block;
    position: relative;
}
h2.bossmsg_txt:before, h2.bossmsg_txt:after { 
    content:'';
    width: 40px;
    height: 40px;
    position: absolute;
    display: inline-block;
}
h2.bossmsg_txt:before {
    border-left: solid 1px #fd55b4;
    border-top: solid 1px #fd55b4;
    top: 0;
    left: 0;
}
h2.bossmsg_txt:after {
    border-right: solid 1px #fd55b4;
    border-bottom: solid 1px #fd55b4;
    bottom: 0;
    right: 0;
}
@media screen and (min-width: 1000px){
h2.bossmsg_txt {
    font-size: 26px;
    margin-bottom: 60px;
    padding: 20px 40px;
}
}





/* 福利厚生タグ */
p.stcategory01 {
    font-size: 16px;
    line-height: 100%;
    color: #fff;
    background: linear-gradient(#37be73, #1e8750);
    margin: 0 0 10px 0;
    display: inline-block;
    padding: 7px 10px;
}
p.stcategory02 {
    font-size: 18px;
	line-height: 100%;
    text-align: left;
    color: #fff;
	background: #ff6fc1;
    display: inline-block;
    position: relative;
    margin: 0 0 15px;
    padding: 7.5px 20px;
}
p.stcategory02:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    border-width: 0 0 15px 15px;
    border-style: solid;
    border-color: #f3289e #f3289e #ff6fc1;
}
p.stcategory04 {
    font-size: 18px;
	line-height: 100%;
    color: #fff;
    background: linear-gradient(120deg, #ff6fc1, #f3289e);
    border-radius: 0 12px 12px 0;
    display: inline-block;
    margin: 0 0 15px;
    padding: 8px 20px;
}

@media screen and (min-width: 1000px){
p.stcategory01 {
    font-size: 18px;
    margin: 0 0 15px 0;
    padding: 10px 15px;
}
p.stcategory02 {
    font-size: 20px;
    margin: 0 0 20px;
}
p.stcategory04 {
    font-size: 20px;
    padding: 8px 25px;
    margin: 0  0 25px;
} 
}

/* 福利厚生たくさんのとき */
.many_con, .many_pic {
    margin-bottom: 20px;
    position: relative;
}
.many_con {
    background: linear-gradient(-45deg, #fafff0, e6ffbe);
}
.many_pic {
    background: linear-gradient(-45deg, #e1e1e1, #f5f5f5);
}
.many_con:after, 
.many_pic:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    border-width: 0 0 15px 15px;
    border-style: solid;
}
.many_con:after {
    border-color: #fd55b4 #fd55b4 #fddcee;
} 
.many_pic:after {
    border-color: #fd55b4 #fd55b4 #f5f5f5;
}
.many_box {
    display: flex;
    flex-direction: column;
}
.mc01 {
    order: 1;
}
/* .mc02 {
} */
.mc03 {
    order: 2;
}
.mc04 {
    order: 3;
}
.mc05 {
    order: 4;
}
/* .mc06 {
} */
.mc07 {
    order: 5;
}
.mc08 {
    order: 6;
}
.mc09 {
    order: 7;
}
.mc10 {
    order: 9;
}
.mc11 {
    order: 8;
}
/* .mc12 {
} */
.mc13 {
    order: 10;
}
/* .mc14 {
} */
.mc15 {
    order: 11;
}
.mc_in {
    padding: 20px;
}

@media screen and (min-width: 1000px){
.many_box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.many_con {
    width: calc(100% / 3 - 40px / 3);
}.many_pic {
    width: calc(100% / 3 - 40px / 3);
}
.mc01 {
    margin: 20px 0 40px 0;
    order: 1;
}
.mc02 {
    margin: 20px 20px 40px;
    order: 2;
}
.mc03 {
    margin: 20px 0 40px 0;
    order: 3;
}
.mc04 {
    margin: 0 0 40px 0;
    order: 4;
}
.mc05 {
    margin: 0 20px 40px;
    order: 5;
}
.mc06 {
    margin: 0 0 40px 0;
    order: 6;
}
.mc07 {
    margin: 0 0 40px 0;
    order: 7;
}
.mc08 {
    margin: 0 20px 40px;
    order: 8;
}
.mc09 {
    margin: 0 0 40px 0;
    order: 9;
}
.mc10 {
    margin: 0 0 40px 0;
    order: 10;
}
.mc11 {
    margin: 0 20px 40px;
    order: 11;
}
.mc12 {
    margin: 0 0 40px 0;
    order: 12;
}
.mc13 {
    margin: 0 0 0 0;
    order: 13;
}
.mc14 {
    margin: 0 20px 0;
    order: 14;
}
.mc15 {
    margin: 0 0 0 0;
    order: 15;
}
}



/* 先輩の声 */
.sv_box {
    width: 100%;
    margin-bottom: 50px;
    /* position: relative; */
}
.sv_box:last-of-type  {
    margin-bottom: 0;
}

.c_box4_a {
    border-radius: 5px;
    background: linear-gradient(135deg, #ffe6f7, #fddcee);
}
.c_box4_b {
    border-radius: 5px;
    background: linear-gradient(135deg, #dcf6ed, #d0eedd);
}
.c_txp_box00 {
    display: flex;
    justify-content: space-between;
    background: linear-gradient(-90deg, #ff6fc1, #f3289e);
}
/* .c_txp_box00a, .c_txp_box00b {
} */
.c_txp_box01 {
    background: linear-gradient(-90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 7.5%, #ffebe1 7.5%, #ffebe1 100%);
}
.c_txp_box02 {
    background: linear-gradient(-90deg, #ffe6f7, #fddcee);
}
.c_txp_box02b {
    background: linear-gradient(-90deg, #ffe6f7, #fddcee);
    position: relative;
}
/* .c_txp_box03 {
} */
.c_txp_box04a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(-90deg, #ff6fc1, #df1e8e);
}
.c_txp_box04b {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(-90deg, #37be73, #1e8750);
}
/* .c_txp_box05 {
} */
.c_txp_box05a {
    background: linear-gradient(135deg, #ffe6f7, #fddcee);
}
.c_txp_box05b {
    background: linear-gradient(135deg, #ffe6f7, #fddcee);
}
/* .c_txp_box05c {

} */
/* .c_txp_box05d {

} */
.c_titles {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
}
/* .c_titles00 {
} */
.c_titles01a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    background: linear-gradient(135deg, #fd55b4, #f3289e);
    padding: 0 15px;
    position: relative;
}
.c_titles01b {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    background: #32ac67;
    padding: 0 15px;
    position: relative;
}
.c_titles02 {
    width: calc(100% - 140px);
    text-align: left;
    margin: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.c_pic01 img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: 50% 15%;
}
.c_pic3 {
    position: relative;
}
.c_pic3 img {
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
}
.c_pic5 {
    padding: 0 15px 20px;
}
.c_pic5 img {   
    height: 250px;
    object-fit: cover;
}
.c_pic6 img {
    width: 125px;
    margin-left: 15px;
    margin-top: 10px;
    object-fit: cover;
}
.ct_box01 {
    background: linear-gradient(150deg, #ff6fc1, #f3289e);
    padding: 20px 15px;
}

.c_line {
    width: 100%;
    height: 1px;
    background-color: #fd55b4;
}
.c_lineb {
    width: 100%;
    height: 1px;
    background-color: #50be32;
}
.c_txt4, .c_txt4b {
    padding: 20px 15px;
    background-color: #fff;
    border: solid 5px #fddcee;
    border-top: 0;
    box-sizing: border-box;
}
.c_txt5 {
    padding: 15px 15px 25px;
}
.c_txt5a {
    padding: 0 15px;
}
.c_txt5b {
    padding: 0 15px 25px;
}


@media screen and (min-width: 499px) {
.c_pic01 img {
    height: 250px;
}
.c_pic5 img {
    height: 300px;
}
.c_pic6 img {
    width: 140px;
    margin-top: -15px;
}
}
@media screen and (min-width: 599px){
.c_pic3 img {
    height: 250px;
}
}

@media screen and (min-width: 768px){
.sv_box {
    margin-bottom: 50px;
}
.sv_box:last-of-type  {
    margin-bottom: 0;
}
.c_box4 {
    display: flex;
}
.c_txp_box00a {
    display: flex;
    flex-direction: row;
}
.c_txp_box00b {
    padding: 15px 15px 0;
}
.c_txp_box03 {
    display: flex;
    justify-content: space-between;
    height: 200px;
}
.c_titles {
    padding: 50px 45px;
}
.c_titles_wide {
    padding: 65px 45px;
}
.c_titles01a, .c_titles01b {
    width: 55%;
    height: 250px;
    padding: 0 30px;
    box-sizing: border-box;
}
.c_titles02 {
    width: calc(100% - 190px);
}
.ct_box01 {
    width: 100%;
    padding: 40px 30px;
}
.c_txt4, .c_txt4b {
    padding: 35px 50px;
    border: solid 10px #fddcee;
    border-top: 0;
}
.c_txt5 {
    padding: 50px 45px 30px;
}
.c_txt5a {
    padding: 0 45px; 
}
.c_txt5b {
    padding: 0 calc(180px - 20px + 25px) 35px 45px;
}

.c_pic01 img {
    width: 250px;
    height: 200px;
}
.c_pic2 {
    position: absolute;
    right: -20px;
    bottom: 0;
}
.c_pic2 img {
    width: 180px;
}
.c_pic3 {
    width: 45%;
}
.c_pic3 img {
    height: 250px;
}
.c_pic5 {
    padding: 0 25px 30px;
}
.c_pic6 img {
    width: 150px;
    object-fit: cover;
    margin-left: 40px;
}
}

@media screen and (min-width: 1000px){
.sv_box {
    margin-bottom: 80px;
}
.c_box4_a {
    width: calc(100% - 7.5%);
}
.c_box4_b {
    width: calc(100% - 7.5%);
}
.c_titles {
    margin: 0 auto;
    padding: 70px 7.5% 70px 0;
}
.c_titles01a {
    width: 50%;
    height: 300px;
}
.c_titles01b {
    width: 50%;
    height: 300px;
    margin-right: 7.5%;
}
.c_titles02 {
    width: calc(100% - 280px);
    margin: 0 7.5%  0 15px;
}
.c_line {
    width: 100%;
    height: 1px;
    background: linear-gradient(-90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 7.5%, #37be73 7.5%, #2d9b5f 100%);
}
.c_lineb {
    width: 100%;
    height: 1px;
    background: linear-gradient(-90deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 7.5%, #50be32 7.5%, #50be32 100%);
}
.c_txp_box00 {
    background: linear-gradient(-90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 7.5%, #ff6fc1 7.5%, #f3289e 100%);
}
.c_txp_box02 {
    display: flex;
    background: linear-gradient(-90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 7.5%, #ffe6f7 7.5%, #ffe6f7 100%);
}
.c_txp_box02b {
    display: flex;
    background: linear-gradient(-90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 7.5%, #ffe6f7 7.5%, #ffe6f7 100%);
}
.c_txp_box03 {
    height: 250px;
}
.c_txp_box04a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(-90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 7.5%, #ff6fc1 7.5%, #df1e8e 100%);
}
.c_txp_box04b {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(-90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 7.5%, #37be73 7.5%, #1e8750 100%);
}
/* .c_txp_box05 {
} */
.c_txp_box05a, .c_txp_box05b {
    display: flex;
    align-items: center;
    background: linear-gradient(-90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 7.5%, #fddcee 7.5%, #ffe6f7 100%);
}
.c_txp_box05c, .c_txp_box05d {
    display: flex;
    align-items: center;
}

.ct_box01 {
    padding: 60px 50px;
}
.c_txt4 {
    padding: 50px 90px;
}
.c_txt4b {
    padding: 50px 70px;
    margin-right: 7.5%;
}
.c_pic01 img {
    width: 350px;
    height: 250px;
}
.c_pic2 {
    right: 10px;
}
.c_pic2 img {
    width: 260px;
}
.c_pic3 {
    width: 42.5%;
}
.c_pic3 img {
    height: 300px;
}
.c_pic4 {
    align-self: flex-end;
    position: relative;
}
.c_pic4 img {
    width: 260px;
    height: auto;
}
.c_pic5 {
    padding: 0;
}
.c_pic5 img {
    width: 400px;
    height: 100%;
    max-height: 350px;
    border: solid 10px #fff;
    box-sizing: border-box;
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.3));
    transform: rotate(-3deg);
}
.c_pic6 img {
    width: 220px;
    margin-left: 60px;
    margin-top: -30px;
}

.pt_circle p {
    color: #fefdfc;
    line-height: 120%;
    font-size: 15px;
}
.pt_text p{
    margin-left: 60px;
    margin-right: 40px;
    color: #fff;
    line-height: 150%;
    font-size: 17px;
}


p.svcategory {
    margin: 0 0 30px;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100% );
}
p.sv_title {
    margin: 0 20px;
    padding: 0 5px;
}
.sv_title_in {
    font-size: 25px;
    line-height: 150%;
}
.svtext {
    padding: 0;
}
.c_txt5 {
    padding: 60px 75px 40px;
}
.c_txt5a {
    padding: 0 75px;
}
.c_txt5b {
    padding: 0 calc(270px + 10px - 7.5% + 30px) 60px 75px;
}
}


/* triangle */
.sv_triangle00a {
    background-color: #fd55b4;
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    border-radius: 5px 0 0 0;
}
.sv_triangle00b {
    background-color: #32ac67;
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    border-radius: 5px 0 0 0;
}
.sv_triangle01a {
    background-color: #fd55b4;
    position: absolute;
    top: 0;
    right: 0;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #fddcee;
}
.sv_triangle02a {
    background-color: #fd55b4;
    position: absolute;
    bottom: 0;
    left: 0;
    border-left: 30px solid transparent;
    border-top: 30px solid #fddcee;
}
.sv_triangle01b {
    background-color: #fd55b4;
    position: absolute;
    top: 0;
    right: 0;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #e1f5eb;
}
.sv_triangle02b {
    background-color: #fd55b4;
    position: absolute;
    bottom: 0;
    left: 0;
    border-left: 30px solid transparent;
    border-top: 30px solid #e1f5eb;
}
@media screen and (min-width: 768px){
.sv_triangle00a, .sv_triangle00b {
    width: 75px;
    height: 75px;
}
}
@media screen and (min-width: 1000px){
.sv_triangle00a, .sv_triangle00b {
    width: 100px;
    height: 100px;
}
.sv_triangle01a {
    right: 7.5%;
    border-right: 50px solid transparent;
    border-bottom: 50px solid #fddcee;
}
.sv_triangle02a {
    border-left: 50px solid transparent;
    border-top: 50px solid #fddcee;
}
.sv_triangle01b {
    right: 7.5%;
    border-right: 50px solid transparent;
    border-bottom: 50px solid #e1f5eb;
}
.sv_triangle02b {
    border-left: 50px solid transparent;
    border-top: 50px solid #e1f5eb;
}
}
/* triangleここまで */

/* nametag */
.nametag01a {
    font-size: 15px;
    line-height: 100%;
    color: #fff;
    background-color: #fd55b4;
    padding: 7.5px 10px;
    border-radius: 3px 0 0 3px;
    position: absolute;
    bottom: 15px;
    right: 0;
}
.nametag01b {
    font-size: 15px;
    line-height: 100%;
    color: #fff;
    background-color: #32ac67;
    padding: 7.5px 10px;
    border-radius: 3px 0 0 3px;
    position: absolute;
    bottom: 15px;
    right: 0;
}
.nametag02 {
    font-size: 15px;
    line-height: 100%;
    color: #fff;
    background: linear-gradient(135deg, #32ac67, #2d9b5f);
    padding: 5px 10px;
    position: absolute;
    bottom: 20px;
    right: -30px;
    transform: rotate(-5deg);
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.3));
}
.nametag02b {
    font-size: 15px;
    line-height: 100%;
    color: #fff;
    background: linear-gradient(135deg, #32ac67, #2d9b5f);
    padding: 5px 10px;
    position: absolute;
    top: 20px;
    left: 10px;
    transform: rotate(-5deg);
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.3));
}
.nametag03 {
    font-size: 16px;
    line-height: 100%;
    color: #fd55b4;
    background: linear-gradient(0deg, #ffe6f7, #ffe6f7);
    padding: 7px 10px;
    margin-bottom: 10px;
    display: inline-block;
    border-radius: 5px;
}
.nametag04 {
    font-size: 15px;
    line-height: 100%;
    background: linear-gradient(90deg, #fff, #fffff0);
    border-left: solid 5px #ffff00;
    padding: 7px;
    display: inline-block;
    position: relative;
}
.nametag04 span.posi {
    font-size: 13px;
    font-weight: bold;
    margin-top: 5px;
    display: inline-block;
    font-feature-settings: "palt";
}
@media screen and (min-width: 499px){
.nametag04 span.posi {
    font-size: 14px;
    margin-top: 0;
}
}
@media screen and (min-width: 768px){
.nametag01a, .nametag01b {
    border-radius: 3px;
    bottom: 20px;
    transform: rotate(-3deg);
}
.nametag02 {
    padding: 7px 15px;
    bottom: 20px;
    right: -20px;
}
.nametag02b {
    padding: 7px 15px;
    top: 30px;
    left: 50px;
}
.nametag03 {
    margin-bottom: 20px;
}
.nametag04 {
    font-size: 16px;
    border-left: solid 10px #ffff00;
    padding: 7px 12px;
}
.nametag04 span.posi {
    font-size: 15px;
}
}
@media screen and (min-width: 1000px){
.nametag01a, .nametag01b {
    font-size: 16px;
    padding: 7.5px 15px;
    bottom: 30px;
    right: 10px;
}
.nametag02 {
    font-size: 16px;
    padding: 10px 20px;
    bottom: 40px;
    right: 20px;
}
.nametag02b {
    font-size: 16px;
    padding: 10px 20px;
    top: 20px;
    left: calc(50% - 240px);   
}
.nametag04 span.posi {
    font-size: 16px;
}
}
/* nametagここまで */

/* Q&A */
.qa_flex, .qa_flex02, .qa_flex03 {
    display: flex;
}
.q_circle, .a_circle {
    font-size: 14px;
    text-align: center;
    width: 23px;
    height: 23px;
    color: #fff;
    margin-right: 7px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.q_circle {
    background: #32ac67;
}
.a_circle {
    background: #fd55b4;
}
p.q_txt {
    color: #32ac67;
    width: calc(100% - 30px);
}
p.a_txt {
    width: calc(100% - 30px);
}
.qa_bdb_mainclr {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #fd55b4;
}
.qa_bdb_subclr {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #32ac67;
}
@media screen and (min-width: 768px){
.qa_bdb_mainclr {
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.qa_bdb_subclr {
    padding-bottom: 30px;
    margin-bottom: 30px;
}
}
@media screen and (min-width: 1000px){
.q_circle, .a_circle {
    font-size: 15px;
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
p.q_txt {
    width: calc(100% - 35px);
}
p.a_txt {
    width: calc(100% - 35px);
}
.qa_bdb_mainclr {
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.qa_bdb_subclr {
    padding-bottom: 40px;
    margin-bottom: 40px;
}
}
/* Q&Aここまで */



/* 教育 */
/* .mstr_box {
} */
.mstr_box p {
    line-height: 100%;
    color: #fd55b4;
    margin-left: 10px;
}
.mstr_box p span {
    color: #4b4b4b;
}
.gnrl_box, .mngm_box, .spcl_box {
    background-color: #ffebfc;
    border: solid 1px #fd55b4;
    border-left: solid 10px #fd55b4;
    padding: 15px 0;
}
.gnrl_box, .mngm_box {
    margin-bottom: 15px;
}
/* .spcl_box {

} */

.year {
    font-size: 15px;
    color: #fff;
    background-color: #fd55b4;
    padding: 5px 10px;
    margin: 5px 0 7px;
    display: inline-block;
}
.study {
    font-size: 15px;
    color: #fd55b4;
    background-color: #ffe6f7;
    padding: 3px 6px;
    margin-left: 7px;
    display: inline-block;
    font-feature-settings: "palt";
}

@media screen and (min-width: 599px){
.mstr_box {
    display: flex;
}
.gnrl_box, .mngm_box, .spcl_box {
    width: calc(100% / 3 - 20px / 3);
}
.gnrl_box, .mngm_box {
    margin-right: 10px;
    margin-bottom: 0;
}
.mstr_box p {
    line-height: 140%;
    text-align: center;
    margin-left: 0;
}
}
@media screen and (min-width: 1000px){
.gnrl_box, .mngm_box {
    margin-right: 20px;
}
}


/* 教育table01 */
.t_edu01 tr {
    border: solid 1px #4d4d4d;
}
.t_edu01 tr.tr2ndtop {
    border-top: 0;
}
.t_edu01 th {
    font-size: 14px;
    font-weight: bold;
    background: #ffe6f7;
    width: 50px;
    padding: 5px;
    white-space: nowrap;
}
.t_edu01 th.th2 {
    background: #fcd7eb;
}
.t_edu01 td {
    line-height: 170%;
    text-align: justify;
    background: #fff;
    border-left: solid 1px #4d4d4d;
    padding: 10px;
}
@media screen and (min-width: 499px){
.t_edu01 th {
    padding: 5px 10px;
}
}
@media screen and (min-width: 1000px){
.t_edu01 tr.tr2ndtop {
    border: solid 1px #4d4d4d;
}
.t_edu01 th {
    width: 70px;
}
.t_edu01 th.th2 {
    font-size: 15px;
}
.t_edu01 td {
    padding: 15px;
}
}
/* 教育table02 */
.t_edu02 tr {
    border: solid 1px #4d4d4d;
}
.t_edu02 th {
    font-size: 14px;
    font-weight: bold;
    text-align: justify;
    background: #fcd7eb;
    display: block;
    padding: 5px 10px;
}
.t_edu02 td {
    line-height: 170%;
    text-align: justify;
    background: #fff;
    display: block;
    border-top: solid 1px #4d4d4d;
    padding: 10px;
}
.t_edu02 td span.td01 {
    background-color: #fd55b4;
    color: #fff;
    font-size: 15px;
    padding: 3px 10px
}

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

.t_edu02 td {
    line-height: 150%;
}
}
@media screen and (min-width: 1000px){
.t_edu02 th {
    width: 10%;
    display: table-cell;
    padding: 15px;
    white-space: nowrap;
}
.t_edu02 th.th1 {
    width: 50px;
}
.t_edu02 td {
    border-left: solid 1px #4d4d4d;
    display: table-cell;
    padding: 15px;
}
}

/* 教育table03 */
.t_edu03 tr {
    border: solid 1px #4d4d4d;
}
.t_edu03 th {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background-color: #fddcee;
    display: block;
    border-bottom: solid 1px #4d4d4d;
    padding: 7px 10px;
}
.t_edu03 th.th1 {
    width: 60px;
    background-color: #ffe6f7;
    display: table-cell;
    border-bottom: solid 1px #4d4d4d;
    border-right: solid 1px #4d4d4d;
    padding: 7px 10px;
}
.t_edu03 th.th2 {
    background: #ffe6f7;
    display: table-cell;
    border-right: solid 1px #4d4d4d;
    padding: 7px 10px;
}
.t_edu03 td {
    font-size: 15px;
    line-height: 150%;
    text-align: justify;
    display: block;
    padding: 10px;
}
.t_edu03 td li {
    font-size: 15px;
    line-height: 150%;
    text-align: justify;
}
.t_edu03 td.td1 {
    background-color: #fddcee;
    border-bottom: solid 1px #4d4d4d;
    padding: 7px 10px;
}
.t_edu03 td.td2 {
    background-color: #fddcee;
    border-bottom: solid 1px #4d4d4d;
    padding: 7px 10px;
}
.t_edu03 td.td3 {
    line-height: 170%;
    background-color: #fddcee;
    border-bottom: solid 1px #4d4d4d;
    padding: 7px 10px;
}
.t_edu03 td.td4 {
    display: table-cell;
    padding: 7px 10px;
}
.t_edu03 td span.bluetri {
    color: #fd55b4;
    margin: 10px 0;
    display: inline-block;

}
@media screen and (min-width: 1000px){
.t_edu03 th {
    background-color: #ffe6f7;
    width: 10%;
    display: table-cell;
    padding: 15px;
    white-space: nowrap;
}
.t_edu03 td {
    font-size: 16px;
    line-height: 160%;
    border-left: solid 1px #4d4d4d;
    display: table-cell;
    padding: 15px;
}
.t_edu03 td.td1 {
    text-align: center;
    background: #ffe6f7;
    width: 10%;
    white-space: nowrap;
}
.t_edu03 td.td2 {
    text-align: center;
    width: 12.5%;
    white-space: nowrap;
}
.t_edu03 td.td3 {
    width: 12.5%;
    padding: 10px 20px;
    white-space: nowrap;
}
}







/* txt pxp txp */
.ttL, .ttL03, .ppL, .tpL {
    margin-bottom: 30px;
}
.ppR img, .ppL img {
    height: 250px;
    object-fit: cover;
}
.ppL03, .ppC03, .ppR03 {
    width: 100%;
    max-width: 700px;
    max-height: 350px;
    margin-bottom: 25px;
}
.ppR03 {
    margin-bottom: 0;
}
@media screen and (min-width: 499px){
.ppR img, .ppL img {
    height: 300px;
    object-fit: cover;
}
}
@media screen and (min-width: 1000px){
.txt, .pxp, .txp {
    display: flex;
    justify-content: space-between;
}
.ttL, .ppL {
    width: calc(50% - 25px);
    margin: 0 25px 0 0;
}
.ttL03 {
    width: calc(55% - 25px);
    margin: 0;
}
.ttR, .ppR {
    width: calc(50% - 25px);
    margin: 0 0 0 25px;
}
.ttR03 {
    width: calc(45% - 25px);
}
.ppL3, .ppC3, .ppR3 {
    width: calc(100% / 3 - 15px);
    margin-bottom: 0;  
}
.tpL {
    width: calc(50% - 10px);
    margin: 0 10px 0 0;
}
.tpR {
    width: calc(50% - 10px);
    margin: 0 0 0 10px;
}
}


/* ------  横浜あおばの里  ------ */

.sv_01 {
    border-radius: 10px;
    background :linear-gradient(135deg,#d0eedd,#dcf6ed);
    box-sizing: border-box;
    padding: 15px 15px 20px;
}
.sv_02 {
    border-radius: 10px;
    background :linear-gradient(135deg,#fcd7eb,#ffe6f7);
    box-sizing: border-box;
    padding: 15px 15px 20px;
}
.catch_box {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
.vimg_box {
    width: 90%;
    max-width: 600px;
    margin: 0 0 0 auto;
    padding-bottom: 20px;
}
.vimg_box img {
    border-radius: 10px;
    max-height: 250px;
    object-fit: cover;
}
.sv_01 .vtext_box {
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    background :linear-gradient(135deg,#32ac67,#2d9b5f);
    max-width: 90%;
    box-sizing: border-box;
    padding: 10px 15px;
}
.sv_02 .vtext_box {
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    background :linear-gradient(135deg,#ff6fc1,#fd55b4);
    max-width: 90%;
    box-sizing: border-box;
    padding: 10px 15px;
}
.sv_01 .vname_box {
    border-radius: 5px;
    display: inline-block;
    background-color: #3ccd7d;
    box-sizing: border-box;
    padding: 2px 10px;
}
.sv_02 .vname_box {
    border-radius: 5px;
    display: inline-block;
    background-color: #ff87cd;
    box-sizing: border-box;
    padding: 2px 10px;
}
.vname_box p {
    color: #fff;
}
.vtitle {
    font-weight: 500;
    font-size: 14px;
}
.vname {
    font-weight: normal;
}
.vtext_con p {
    font-family: "Kosugi Maru", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 5px;
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
}
.qa_box {
    width: 100%;
    display: flex;
}
.qa_circle {
    background-color: #ffc4c4;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding-bottom: 4px;
    border-radius: 50%;
    font-weight: 500;
}
.qa_q .qa_circle {
    background-color: #32ac67;
    color: #fff;
}
.qa_a .qa_circle {
    background-color: #fd55b4;
    color: #fff;
}
.qa_text {
    width: calc(100% - 30px);
    margin-left: 5px;
}
.qa_q {
    margin-bottom: 8px;
}
.qa_q p {
    line-height: 1.3;
    font-weight: 700;
    color: #2d9b5f;
}
.qa_a {
    margin-bottom: 20px;
}
.qa_wrap :last-child .qa_a {
    margin-bottom:0px;
}

@media screen and (min-width: 768px){
.sv_wrap {
    padding: 30px;
}
.catch_box {
    margin-bottom: 30px;
}
.vimg_box {
    padding-bottom: 30px;
}
.vimg_box img {
    max-height: 350px;
}
.sv_01 .vtext_box {
    padding: 30px;
}
.sv_02 .vtext_box {
    padding: 30px;
}
.vname_box {
    padding: 5px 15px;
}
.vtitle {
    font-size: 16px;
}
.vtext_con p {
    margin-top: 10px;
    font-size: 24px;
    line-height: 1.4;
}
.qa_text {
    width: calc(100% - 35px);
    margin-left: 10px;
}
.qa_q p {
    font-size: 18px;
}
.qa_a {
    margin-bottom: 30px;
}
.qa_wrap :last-child .qa_a {
    margin-bottom:0px;
}
}


@media screen and (min-width: 1000px){
.sv_wrap {
    padding: 60px 100px;
}
.catch_box {
    margin-bottom: 60px;
}
.vimg_box {
    max-width: 700px;
}
.vimg_box img {
    max-height: 450px;
    object-fit: cover;
}
.sv_01 .vtext_box {
    width: 60%;
    max-width: 430px;
    padding: 30px 40px;
}
.sv_02 .vtext_box {
    width: 60%;
    max-width: 430px;
    padding: 30px 40px;
}
.qa_text {
    width: 100%;
    margin-left: 15px;
}
.vtext_con p {
    margin-top: 10px;
}
.qa_wrap :last-child .qa_a {
    margin-bottom: 0px;
}
}