/* サブページトップ・タイトル */
.sub_top {
    width: 100%;
    height: 150px;
    margin-top: 80px;
    background-image: url(../img/bg_watercolor.avif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
h1.h1_sub {
    font-size: 24px;
    line-height: 130%;
}
h1.h1_sub .eng {
    font-size: 16px;
    line-height: 100%;
    font-family: "Mulish", sans-serif;
    font-weight: 600;
    color: #41af32;
}
@media screen and (min-width: 768px) {
.sub_top {
    margin-top: 60px;
}
}
@media screen and (min-width: 1000px) {
.sub_top {
    height: 200px;
    margin-top: 130px;
}
h1.h1_sub {
    font-size: 26px;
}
h1.h1_sub .eng {
    font-size: 17px;
}
}

/* サブページタイトル */
h2.h2_wel01 {
    font-size: 24px;
    line-height: 140%;
    font-weight: normal;
    text-align: left;
    color: #41af32;
    display: block;
    border-bottom: solid 1px #41af32;
    margin: 0 0 20px;
    padding-bottom: 10px;
}
h2.h2_wel02 {
    font-size: 24px;
    line-height: 140%;
    font-weight: normal;
    text-align: left;
    color: #ff5a6e;
    display: block;
    border-bottom: solid 1px #ff5a6e;
    margin: 0 0 20px;
    padding-bottom: 10px;
}
h3.h3_wel01 {
    font-size: 22px;
    line-height: 150%;
    font-weight: normal;
    color: #41af32;
    display: block;
    margin: 0 0 15px;
    padding-left: 10px;
    padding-bottom: 3px;
    border-left: solid 7px #41af32;
}
h3.h3_wel02 {
    font-size: 22px;
    line-height: 150%;
    font-weight: normal;
    color: #ff5a6e;
    display: block;
    margin: 0 0 15px;
    padding-left: 10px;
    padding-bottom: 3px;
    border-left: solid 7px #ff5a6e;
}
p.sub_title03 {
    font-size: 18px;
    line-height: 150%;
    font-weight: bold;
    color: #41af32;
}
@media screen and (min-width: 1000px) {
h2.h2_wel01, h2.h2_wel02 {
    font-size: 26px;
    margin: 0 0 20px;
}
h3.h3_wel01, h3.h3_wel02 {
    font-size: 24px;
}
}


/* サブページボックス */
.subbox {
    padding: 50px 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.subbox02 {
    padding: 50px 0;
    background: linear-gradient(90deg, #ffe7ed, #fbe4ee);
    display: flex;
    justify-content: center;
    align-items: center;
}

.subbox h3,
.subbox p,
.subbox02 h3,
.subbox02 p {
    text-align: justify;
}

.s01 {
    text-align: center;
    margin-bottom: 50px;
}

.s01:last-of-type {
    margin-bottom: 0;
}

.sb_bg01,
.sb_bg02,
.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, #eefceb, #e4f8e1);
}

.sb_bg02 {
    background: linear-gradient(135deg, #eefceb, #e4f8e1);
}

.sb_bg03 {
    background: url(../img/bg_watercolor.jpg) repeat top center;
    border: solid 5px #e9fae6;
    padding: 30px 20px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sb_bg04 {
    border: solid 5px #e9fae6;
    margin: 0 auto;
}

.sb_bg05 {}

.sb_bg06 {
    background: #e9fae6;
    padding: 15px;
}

.sb_bg01:last-of-type,
.sb_bg02:last-of-type {
    margin-bottom: 0;
}

/* ######## 1000px以上 ######## */
@media screen and (min-width: 1000px) {

.subbox {
    padding: 80px 0;
}

.subbox02 {
    padding: 80px 0;
}

.subbox:first-of-type,
.subbox02:first-of-type {
    padding-bottom: 0;
}

.s01 {
    margin-bottom: 100px;
}
}










.mes_p_box {
    width: 100%;
    max-width: 300px;
    height: 50px;
    margin-bottom: 30px;
    position: relative;
}

.mes_p_box02 {
    background-color: #41af32;
    width: 100%;
    max-width: 400px;
    height: 50px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.triangle01 {
    background-color: #ff5a6e;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 0 100%, 100% 0);
}

.triangle02 {
    background-color: #ff5a6e;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
    clip-path: polygon(0 100%, 100% 100%, 100% 0);
}

.triangle03 {
    background-color: #ff5a6e;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 0 100%, 100% 0);
}

.triangle04 {
    background-color: #ff5a6e;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
    clip-path: polygon(0 100%, 100% 100%, 100% 0);
}

p.mes_p {
    font-size: 22px;
    line-height: 50px;
    font-weight: 600;
    text-align: center;
    color: #ff5a6e;
}

p.edu_p {
    font-size: 22px;
    line-height: 50px;
    font-weight: bolder;
    text-align: center;
    color: #ff5a6e;
}

p.edu_p02 {
    font-size: 22px;
    line-height: 50px;
    font-weight: bolder;

    color: #ff5a6e;
}

p.mp_title01 {
    font-size: 20px;
    line-height: 160%;
    color: #ff5a6e;
}

p.mp_title02 {
    font-size: 20px;
    line-height: 150%;
    font-weight: bold;
    color: #41af32;
}

p.mp_title03 {
    font-size: 20px;
    line-height: 170%;
    color: #ff5a6e;
}

p.mp_title04 {
    font-size: 22px;
    line-height: 150%;
    color: #41af32;
}

@media screen and (min-width: 1000px) {
p.mp_title01 {
    font-size: 22px;
    line-height: 180%;
}

p.mp_title03 {
    font-size: 22px;
    line-height: 180%;
}
}

.mp_txt01 {
    line-height: 100%;
    font-weight: bold;
    text-align: left;
    display: block;
    margin-bottom: 10px;
}




p.name {
    font-size: 18px;
    text-align: right;
    margin-top: 5px;
}

p.stcategory02 {
    font-size: 18px;
    line-height: 100%;
    text-align: left;
    color: #fff;
    background: #ff5a6e;
    border-left: 10px solid #ff5a6e;
    display: inline-block;
    position: relative;
    margin: 0 0 15px;
    padding: 7.5px 20px;
}

p.stcategory04 {
    font-size: 18px;
    line-height: 100%;
    color: #fff;
    background: linear-gradient(120deg, #ff647a, #ff5062);
    border-radius: 0 12px 12px 0;
    display: inline-block;
    margin: 0 0 15px;
    padding: 8px 20px;
}

p.sttitle02 {
    font-size: 24px;
    line-height: 140%;
    color: #41af32;
    display: block;
    border-bottom: solid 1px #41af32;
    margin: 0 0 15px;
    padding-bottom: 10px;
}


p.sttitle03 {
    font-size: 20px;
    line-height: 140%;
    font-weight: bold;
    color: #41af32;
    display: block;
    border-bottom: solid 1px #41af32;
    margin: 0 0 15px;
    padding-bottom: 10px;
}



p.sttitle04wide {
    font-size: 22px;
    line-height: 120%;
    color: #41af32;
    display: block;
    margin: 0 0 15px;
    padding-left: 7px;
    border-left: solid 7px #41af32;
}

/* p.sttitle04:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    border-width: 0 0 15px 15px;
    border-style: solid;
    border-color: #ff5a6e #ff5a6e #fff;
} */
@media screen and (min-width: 499px) {
p.sttitle04wide {
    line-height: 100%;
}
}

@media screen and (min-width: 1000px) {
p.stcategory02 {
    font-size: 20px;
    margin: 0 0 20px;
}

p.stcategory04 {
    font-size: 20px;
    padding: 8px 25px;
    margin: 0 0 25px;
}

p.sttitle02 {
    font-size: 28px;
}
p.sttitle03 {
    font-size: 22px;
}


p.sttitle04wide {
    font-size: 25px;
    white-space: nowrap;
}
}

@media screen and (min-width: 1100px) {
p.sttitle04wide {
    line-height: 100%;
}
}

/* 看護部長メッセージ*/
h2.bossmsg_txt {
    font-size: 23px;
    line-height: 150%;
    font-weight: normal;
    text-align: center;
    color: #41af32;
    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 #41af32;
    border-top: solid 1px #41af32;
    top: 0;
    left: 0;
}
h2.bossmsg_txt:after {
    border-right: solid 1px #41af32;
    border-bottom: solid 1px #41af32;
    bottom: 0;
    right: 0;
}


/* 看護部長・教育担当インタビューボタン */
.intv {
    max-width: 500px;
    height: 80px;
    background: linear-gradient(90deg, #50b63e, #32a826
);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}
.intv p {
    font-size: 15px;
    line-height: 140%;
    text-align: center;
    color: #fff;
    width: calc(100% - 150px);
}
.intv p i {
    margin-left: 10px;
}
.intv img {
    width: 150px;
    height: 80px;
    object-fit: cover;
    clip-path: polygon(9% 0%, 100% 0%, 100% 100%, 0% 100%);
}

@media screen and (min-width: 768px) {
.intv {
    height: 100px;
}
.intv p {
    font-size: 16px;
    line-height: 150%;
}
.intv img {
    height: 100px;
}
}

@media screen and (min-width: 1000px) {
.intv {
    height: 120px;
    transition: all 0.2s ease;
}
.intv:hover {
    opacity: 0.8;
}
.intv p {
    width: 400px;
}
.intv img {
    width: 200px;
    height: 120px;
}
}


/* 福利厚生 */
.many_con,
.many_pic {
    margin-bottom: 20px;
    position: relative;
}

.many_con {
    background: linear-gradient(-45deg, #eefceb, #e4f8e1);
}

.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: #41af32 #41af32 #e4f8e1;
}

.many_pic:after {
    border-color: #ff5a6e #ff5a6e #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;
}
}


/* 教育 */

.mstr_box {
}
.mstr_box p {
    line-height: 100%;
    color: #41af32;
    margin-left: 10px;
}
.mstr_box p span {
    color: #4b4b4b;
}
.gnrl_box, .mngm_box, .spcl_box {
    background-color: #e9fae6;
    border: solid 1px #41af32;
    border-left: solid 10px #41af32;
    padding: 15px 0;
}
.gnrl_box, .mngm_box {
    margin-bottom: 15px;
}
.spcl_box {

}

.year {
    font-size: 15px;
    color: #fff;
    background-color: #41af32;
    padding: 5px 10px;
    margin: 5px 0 7px;
    display: inline-block;
}
.study {
    font-size: 15px;
    color: #41af32;
    background-color: #e9fae6;
    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;
}
}

/* 教育担当インタビューリンク */
.edu_intv {
    max-width: 500px;
    height: 80px;
    background: linear-gradient(135deg,  #ff78b4, #ff5aa0);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}
.edu_intv p {
    font-size: 15px;
    line-height: 140%;
    text-align: center;
    color: #fff;
    width: calc(100% - 150px);
}
.edu_intv p i {
    margin-left: 10px;
}
.edu_intv img {
    width: 150px;
    height: 80px;
    object-fit: cover;
    clip-path: polygon(9% 0%, 100% 0%,  100% 100%, 0% 100%);
}
@media screen and (min-width: 768px){
.edu_intv {
    height: 100px;
}
.edu_intv p {
    font-size: 16px;
    line-height: 150%;
}
.edu_intv img {
    height: 100px;
}
}
@media screen and (min-width: 1000px){
.edu_intv {
    height: 120px;
    transition: all 0.2s ease;
}
.edu_intv:hover {
    opacity: 0.8;
}
.edu_intv p {
    width: 400px;
}
.edu_intv img {
    width: 200px;
    height: 120px;
}
}


/* 教育table01 */
.t_edu01 tr {
    border: solid 1px #4d4d4d;
}
.t_edu01 tr.tr2ndtop {
    border-top: 0;
}
.t_edu01 th {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background: #ffe1e6;
    width: 50px;
    padding: 5px 10px;
    white-space: nowrap;
}
.t_edu01 th.th2 {
    font-size: 16px;
    background: #fddcee;
}
.t_edu01 td {
    line-height: 170%;
    text-align: justify;
    background: #fff;
    border-left: solid 1px #4d4d4d;
    padding: 10px;
}
@media screen and (min-width: 1000px){
.t_edu01 tr.tr2ndtop {
    border: solid 1px #4d4d4d;
}
.t_edu01 th {
    padding: 15px;
}
.t_edu01 td {
    padding: 15px;
}
}
/* 教育table02 */
.t_edu02 tr {
    border: solid 1px #222;
}

.t_edu02 th {
    font-weight: bold;
    text-align: justify;
    background: #e4f8e1;
    display: block;
    padding: 5px 10px;
}

.t_edu02 td {
    line-height: 170%;
    text-align: justify;
    background: #fff;
    display: block;
    border-top: solid 1px #222;
    padding: 10px;
}

.t_edu02 td span.td01 {
    background-color: #41af32;
    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 #222;
    display: table-cell;
    padding: 15px;
}
}

/* 教育table03 */
.t_edu03 tr {
    border: solid 1px #4d4d4d;
}

.t_edu03 th {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background: #e4f8e1;
    /* display: block; */
    border-bottom: solid 1px #4d4d4d;
    border-right: solid 1px #4d4d4d;
    padding: 7px 10px;
}

.t_edu03 th.th1 {
    width: 80px;
    display: table-cell;
    border-bottom: solid 1px #4d4d4d;
    border-right: solid 1px #4d4d4d;
    padding: 7px 10px;
}

.t_edu03 th.th2 {
    background-color: #eefceb;
    display: table-cell;
    border-right: solid 1px #4d4d4d;
    padding: 7px 10px;
}

.t_edu03 td {
    font-size: 16px;
    line-height: 150%;
    text-align: justify;
    display: block;
    padding: 10px;
}

.t_edu03 td li {
    font-size: 16px;
    line-height: 170%;
    text-align: justify;
}

.t_edu03 td.td1 {
    background-color: #eefceb;
    border-bottom: solid 1px #4d4d4d;
    padding: 7px 10px;
}

.t_edu03 td.td2 {
    background-color: #ff7896;
    border-bottom: solid 1px #4d4d4d;
    padding: 7px 10px;
}

.t_edu03 td.td3 {
    line-height: 170%;
    background-color: #ff7896;
    border-bottom: solid 1px #4d4d4d;
    padding: 7px 10px;
}

.t_edu03 td.td4 {
    display: table-cell;
    padding: 7px 10px;
}

.t_edu03 td span.bluetri {
    color: #ff5096;
    margin: 10px 0;
    display: inline-block;

}

@media screen and (min-width: 1000px) {
.t_edu03 th {
    width: 10%;
    display: table-cell;
    padding: 15px;
    white-space: nowrap;
}

.t_edu03 td {
    border-left: solid 1px #4d4d4d;
    display: table-cell;
    padding: 15px;
}

.t_edu03 td.td1 {
    text-align: center;
    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;
}
}





/* 看護部理念pic */
.mes_p_pic img {
    height: 250px;
    object-fit: cover;
}
@media screen and (min-width: 499px) {
.mes_p_pic img {
    height: 300px;
}
}
@media screen and (min-width: 1000px) {
.mes_p_pic img {
    height: 400px;
}
}






/* ######## 499px以上 ######## */
@media screen and (min-width: 499px) {

.sb_bg01,
.sb_bg02 {
    padding: 30px 40px;
}
}







/* ######## 1100px以上 ######## */
@media screen and (min-width: 1100px) {

.sb_bg01 {
    padding: 75px 110px;
    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;
}

.mes_p_box {
    height: 75px;
    margin-bottom: 40px;
}

.mes_p_box02 {
    height: 75px;
    margin-bottom: 40px;
}

.triangle01 {
    width: 50px;
    height: 50px;
}

.triangle02 {
    width: 50px;
    height: 50px;
}

p.mes_p {
    font-size: 23px;
    line-height: 75px;
}

p.mes_p02 {
    font-size: 23px;
}

p.edu_p {
    font-size: 23px;
    line-height: 75px;
}

p.edu_p02 {
    font-size: 23px;
    line-height: 75px;
}

h2.bossmsg_txt {
    font-size: 27px;
    margin-bottom: 60px;
    padding: 20px 40px;
}

p.stcategory {
    margin: 0 0 20px;
}
}




/* 先輩の声 */
.sv_box {
    width: 100%;
    margin-bottom: 50px;
}
.sv_box:last-of-type {
    margin-bottom: 0;
}
.sv_txp01, .sv_txp02 {
    border-radius: 10px 10px 0 0;
}
.sv_txp01 {
    background-color: #41af32;
    border: solid 5px #14990d;
    border-bottom: 0;
}
.sv_txp02 {
    background-color: #ff5a6e;
    border: solid 5px #ff3c49;
    border-bottom: 0;
}
.sv_titles {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    padding: 0 15px;
}
.sv_titles01 {
    font-size: 25px;
    line-height: 160%;
    color: #fff;
}
.sv_pic01 {
    position: relative;
}
.sv_pic01 img {
    height: 200px;
    object-fit: cover;
}
@media screen and (min-width: 599px){
.sv_pic01 img {
    height: 250px;
}
}
@media screen and (min-width: 768px){
.sv_box {
    margin-bottom: 60px;
}
.sv_txp01, .sv_txp02 {
    display: flex;
    border-radius: 15px 15px 0 0;
}
.sv_txp01 {
    border: solid 10px #14990d;
    border-bottom: 0;
}
.sv_txp02 {
    border: solid 10px #ff3c49;
    border-bottom: 0;
}
.sv_titles {
    width: 50%;
    height: 250px;
}
.sv_pic01 {
    width: 50%;
}
.sv_pic01 img {
    border-radius: 0 10px 0 0;
}
}
@media screen and (min-width: 1000px){
.sv_box {
    margin-bottom: 80px;
}
.sv_titles {
    height: 300px;
}
.sv_pic01 img {
    height: 300px;
}
}


/* nametag */
.nametag01, .nametag02 {
    font-size: 16px;
    line-height: 100%;
    font-weight: 500;
    background-color: #fff;
    padding: 8px 10px 10px;
    position: absolute;
    bottom: 15px;
}
.nametag01 {
    color: #41af32;
    border-left: solid 10px #41af32;
    right: 0;
}
.nametag02 {
    color: #ff5a6e;
    border-right: solid 10px #ff5a6e;
    left: 0;
}
@media screen and (min-width: 1000px){
.nametag01, .nametag01 {
    bottom: 20px;
}
}


/* Q&A */
.sv_qa01, .sv_qa02 {
    border-radius: 0 0 10px 10px;
    padding: 20px 15px;
}
.sv_qa01 {
    background: linear-gradient(135deg, #f3fff0, #e9fae6);
    border: solid 5px #14990d;
    border-top: 0;
}
.sv_qa02 {
    background: linear-gradient(135deg, #ffeef5, #ffe1e6);
    border: solid 5px #ff3c49;
    border-top: 0;
}
.qa_flex {
    display: flex;
}
.q_circle, .a_circle {
    font-size: 16px;
    width: 23px;
    height: 23px;
    color: #fff;
    border-radius: 5px;
    margin-right: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.q_circle {
    background: #ff5a6e;
    padding-bottom: 3px;
    margin-top: 1px;
}
.a_circle {
    background: #41af32;
    margin-top: 2px;
}
p.q_txt {
    font-size: 16.5px;
    font-weight: 700;
    line-height: 150%;
    color: #ff5a6e;
    width: calc(100% - 30px);
    margin-bottom: 10px;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}
p.a_txt {
    width: calc(100% - 30px);
    margin-bottom: 20px;
}
.sv_qa01 .qa_flex:last-of-type p.a_txt, 
.sv_qa02 .qa_flex:last-of-type p.a_txt {
    margin-bottom: 0;
}
.qa_bdb_mainclr {
    border-bottom: solid 1px #41af32;
}
.qa_bdb_subclr {
    border-bottom: solid 1px #ff5a6e;
}
.qa_bdb_mainclr, .qa_bdb_subclr {
    margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
.sv_qa01, .sv_qa02 {
    padding: 30px 40px;
}
}
@media screen and (min-width: 768px) {
.sv_qa01, .sv_qa02 {
    padding: 40px;
    border-radius: 0 0 15px 15px;
}
.sv_qa01 {
    border: solid 10px #14990d;
    border-top: 0;
}
.sv_qa02 {
    border: solid 10px #ff3c49;
    border-top: 0;
}
.q_circle,
.a_circle {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
.q_circle {
    background: #ff5a6e;
    padding-bottom: 3px;
    margin-top: 1px;
}
.a_circle {
    background: #41af32;
    margin-top: 2px;
}
p.q_txt {
    font-size: 17px;
    width: calc(100% - 35px);
    margin-bottom: 12px;
}
p.a_txt {
    width: calc(100% - 35px);
    margin-bottom: 30px;
}
.qa_bdb_mainclr, .qa_bdb_subclr {
    margin-bottom: 30px;
}
}
@media screen and (min-width: 1000px) {
.sv_qa01, .sv_qa02 {
    padding: 70px 120px;
}
p.q_txt {
    margin-bottom: 15px;
}
p.a_txt {
    margin-bottom: 35px;
}
.qa_bdb_mainclr, .qa_bdb_subclr {
    margin-bottom: 40px;
}
}


/* マーカー */
.marker {
    background: linear-gradient(transparent 70%, #00000017 70%);
    /* background: linear-gradient(transparent 70%, #ffff00a6 70%); */
    background-repeat: no-repeat;
    background-size: 0% 100%;
    display: inline;
    transition: background-size 1.2s;
}
.marker.on {
    background-size: 100% 100%;
}
.marker_mainclr {
    background: linear-gradient(transparent 60%, #cdefba 60%);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    display: inline;
    transition: background-size 1.2s;
}
.marker_subclr {
    background: linear-gradient(transparent 60%, #D9DEFF 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%;
}


/* 教育 */
.tpL {
    margin-bottom: 30px;
}
.tpR_boss {
    margin-bottom: 20px;
}

.tpR_boss img {
    height: 300px;
    object-fit: cover;
}
@media screen and (min-width: 1000px) {
/* 教育のテキストと写真横並び */
.txp {
    display: flex;
    justify-content: space-between;
}
.tpL {
    width: 50%;
    margin-right: 60px;
    margin-bottom: 0;
}
.tpR {
    width: 50%;
}
.tpR_boss {
    min-width: 350px;
    margin: 0 0 0 50px;
    order: 1;
}
.tpR_boss img {
    height: auto;
}
}


