/* サブページトップ・タイトル */
.sub_top {
    width: 100%;
    height: 150px;
    margin-top: 80px;
    background-image: url(../img/bg_wings.svg);
    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: #f55f91;
}
@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: #f55f91;
    display: block;
    border-bottom: solid 1px #f55f91;
    margin: 0 0 20px;
    padding-bottom: 10px;
}
h2.h2_wel02 {
    font-size: 24px;
    line-height: 140%;
    font-weight: normal;
    text-align: left;
    color: #324ea2;
    display: block;
    border-bottom: solid 1px #324ea2;
    margin: 0 0 20px;
    padding-bottom: 10px;
}
h3.h3_wel01 {
    font-size: 22px;
    line-height: 110%;
    font-weight: normal;
    color: #f55f91;
    display: block;
    margin: 0 0 15px;
    padding-left: 7px;
    border-left: solid 7px #f55f91;
}
h3.h3_wel02 {
    font-size: 22px;
    line-height: 110%;
    font-weight: normal;
    color: #324ea2;
    display: block;
    margin: 0 0 15px;
    padding-left: 7px;
    border-left: solid 7px #324ea2;
}
@media screen and (min-width: 1000px) {
h2.h2_wel01 {
    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, #fdeef8, #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, #ebf0fd, #e1e6fb);
}

.sb_bg02 {
    background: linear-gradient(135deg, #ebf0fd, #e1e6fb);
}

.sb_bg03 {
    background: url(../img/bg_watercolor.jpg) repeat top center;
    border: solid 5px #fce9f3;
    padding: 30px 20px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sb_bg04 {
    border: solid 5px #fce9f3;
    margin: 0 auto;
}

.sb_bg05 {}

.sb_bg06 {
    background: #fce9f3;
    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: #f55f91;
    width: 100%;
    max-width: 400px;
    height: 50px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.triangle01 {
    background-color: #324ea2;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 0 100%, 100% 0);
}

.triangle02 {
    background-color: #324ea2;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
    clip-path: polygon(0 100%, 100% 100%, 100% 0);
}

.triangle03 {
    background-color: #324ea2;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 0 100%, 100% 0);
}

.triangle04 {
    background-color: #324ea2;
    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: #324ea2;
}

p.edu_p {
    font-size: 22px;
    line-height: 50px;
    font-weight: bolder;
    text-align: center;
    color: #324ea2;
}

p.edu_p02 {
    font-size: 22px;
    line-height: 50px;
    font-weight: bolder;

    color: #324ea2;
}

p.mp_title01 {
    font-size: 20px;
    line-height: 160%;
    color: #324ea2;
}

p.mp_title02 {
    font-size: 20px;
    line-height: 150%;
    font-weight: bold;
    color: #f55f91;
}

p.mp_title03 {
    font-size: 20px;
    line-height: 170%;
    color: #324ea2;
}

p.mp_title04 {
    font-size: 22px;
    line-height: 150%;
    color: #f55f91;
}

@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;
}


.sb_bg01 ul,
.sb_bg02 ul {
    padding-left: 20px;
}


ul.rectangle_mainclr {
    list-style: url(../img/ul_rectangle_mainclr.svg);
    padding-left: 18px;
}
ul.slim li, 
ol.slim li {
    margin-bottom: 5px;
}
.s01 li {
    text-align: justify;
    margin-bottom: 10px;
}
li.big {
    font-size: 18px;
}
li.slim {
    margin-bottom: 5px;
}
li.nospace {
    margin-bottom: 0;
}
ul.slim li:last-of-type, 
ol.slim li:last-of-type, 
li:last-of-type {
    margin-bottom: 0;
}






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: #324ea2;
    border-left: 10px solid #324ea2;
    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, #3758ac, #2d4498);
    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: #f55f91;
    display: block;
    border-bottom: solid 1px #f55f91;
    margin: 0 0 15px;
    padding-bottom: 10px;
}


p.sttitle03 {
    font-size: 20px;
    line-height: 140%;
    font-weight: bold;
    color: #f55f91;
    display: block;
    border-bottom: solid 1px #f55f91;
    margin: 0 0 15px;
    padding-bottom: 10px;
}



p.sttitle04wide {
    font-size: 22px;
    line-height: 120%;
    color: #f55f91;
    display: block;
    margin: 0 0 15px;
    padding-left: 7px;
    border-left: solid 7px #f55f91;
}

/* p.sttitle04:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    border-width: 0 0 15px 15px;
    border-style: solid;
    border-color: #324ea2 #324ea2 #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%;
}
}

/* 看護部長メッセージ*/
.bossmsg_txt {
    font-size: 23px;
    line-height: 150%;
    text-align: center;
    color: #f55f91;
    margin-bottom: 30px;
    padding: 15px 25px;
    display: inline-block;
    position: relative;
}

.bossmsg_txt:before,
.bossmsg_txt:after {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    display: inline-block;
}

.bossmsg_txt:before {
    border-left: solid 1px #f55f91;
    border-top: solid 1px #f55f91;
    top: 0;
    left: 0;
}

.bossmsg_txt:after {
    border-right: solid 1px #f55f91;
    border-bottom: solid 1px #f55f91;
    bottom: 0;
    right: 0;
}


/* 看護部長・教育担当インタビューボタン */
.intv {
    max-width: 500px;
    height: 80px;
    background: linear-gradient(90deg, #fa699b, #f05587);
    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, #fdeef8, #fbe4ee);
}

.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: #f55f91 #f55f91 #fbe4ee;
}

.many_pic:after {
    border-color: #324ea2 #324ea2 #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;
}
}




/* 教育table01 */
.t_edu01 tr {
    border: solid 1px #333;
}

.t_edu01 tr.tr2ndtop {
    border-top: 0;
}

.t_edu01 th {
    font-weight: bold;
    background: ;
    width: 50px;
    white-space: nowrap;
}

.t_edu01 th.th2 {
    background: ;
}

.tep li {
    font-feature-settings: "palt";
}

.t_edu01 td {
    line-height: 150%;
    text-align: justify;
    background: #fff;
    border-left: solid 1px #333;
    padding: 10px;
}

@media screen and (min-width: 1000px) {
.t_edu01 tr.tr2ndtop {
    border: solid 1px #333;
}

.t_edu01 th {
    width: 60px;
}

.t_edu01 td {
    padding: 15px;
}

.tep li {
    font-feature-settings: "pkna";
}
}

/* 教育table02 */
.t_edu02 tr {
    border: solid 1px #333;
}

.t_edu02 th {
    font-weight: bold;
    text-align: justify;
    background: #fbe4ee;
    display: block;
    padding: 5px 10px;
}

.t_edu02 td {
    line-height: 170%;
    text-align: justify;
    background: #fff;
    display: block;
    border-top: solid 1px #333;
    padding: 10px;
}

.t_edu02 td span.td01 {
    background-color: #f55f91;
    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 #333;
    display: table-cell;
    padding: 15px;
}
}

/* 教育table03 */
.t_edu03 tr {
    border: solid 1px #333;
}
.t_edu03 th {
    font-weight: bold;
    text-align: center;
    background: #fadfe9;
    border-bottom: solid 1px #333;
    border-right: solid 1px #333;
    padding: 5px;
}
.t_edu03 th.th00 {
    color: #fff;
    background: #ff73a5;
}
.t_edu03 th.th01 {
    width: 20%;
}
.t_edu03 td {
    line-height: 150%;
    text-align: justify;
    background-color: #fff;
    padding: 10px;
}
.t_edu03 td.td00 {
    font-weight: bold;
    text-align: center;
}
@media screen and (min-width: 768px) {
.t_edu03 th {
    padding: 10px;
}
.t_edu03 td {
    padding: 12px;
}
}
@media screen and (min-width: 1000px) {
.t_edu03 th {
    padding: 15px;
    white-space: nowrap;
}
.t_edu03 th.th02 {
    background: transparent;
    border-left: solid 1px transparent;
    border-top: solid 1px transparent;
}
.t_edu03 td {
    width: 50%;
    border-left: solid 1px #333;
    padding: 15px;
}
.t_edu03 td.td01 {
    font-weight: bold;
    text-align: center;
    width: 5%;
}
}




/* 看護部理念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;
}
.sv_pic01 img {
    height: 250px;
}
}







/* ######## 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;
}

.bossmsg_txt {
    font-size: 27px;
    margin-bottom: 60px;
    padding: 20px 40px;
}

p.stcategory {
    margin: 0 0 20px;
}


}





/* 先輩の声 */
/* キャッチまわり */
.sv_box {
    width: 100%;
    margin-bottom: 40px;
}
.sv_box:last-of-type {
    margin-bottom: 0;
}
.sv_flex {
    padding: 15px;
    border-radius: 10px 10px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
p.sv_title {
    font-size: 22px;
    line-height: 140%;
    color: #fff;
    margin: 0 auto 15px;
    display: inline-block;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
}
.sv_pic01 {
    width: 100%;
    position: relative;
}
.sv_pic01 img {
    height: 200px;
}
.nametag01 {
    font-size: 15px;
    line-height: 100%;
    font-weight: 500;
    color: #f55f91;
    background: linear-gradient(45deg, #ff0, #ffa);
    border-radius: 5px;
    padding: 5px 10px 7.5px;
    position: absolute;
    bottom: 10px;
    right: -10px;
}
.sv_clr01 {
    color: #f55f91;
}
.sv_clr02 {
    color: #324ea2;
}
.sv_bgclr01 {
    background: linear-gradient(135deg, #fa699b, #f05587);
}
.sv_bgclr02 {
    background: linear-gradient(135deg, #3758ac, #2d4498);
}
.sv_bgclrlight01 {
    background: linear-gradient(135deg, #fef3fd, #fadfe9);
}
.sv_bgclrlight02 {
    background: linear-gradient(135deg, #f0f5fe, #dce1fa);
}
@media screen and (min-width: 600px) {
.sv_flex {
    padding: 25px 40px;
}
p.sv_title {
    margin: 0 auto 20px;
}
}
@media screen and (min-width: 768px) {
.sv_box {
    margin-bottom: 60px;
}
.sv_flex {
    padding: 20px 40px;
    border-radius: 15px 15px 0 0;
    flex-direction: row;
}
.sv_catch01 {
    width: calc(55% - 40px);
    margin-right: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
p.sv_title {
    font-size: 23px;
    line-height: 160%;
    margin: 0;
}
.sv_pic01 {
    width: 45%;
}
}
@media screen and (min-width: 1000px) {
.sv_box {
    margin-bottom: 80px;
}
.sv_flex {
    padding: 30px 80px;
}
.sv_catch01 {
    width: calc(55% - 80px);
    margin-right: 80px;
}
p.sv_title {
    font-size: 26px;
}
.sv_pic01 img {
    height: 250px;
}
.nametag01 {
    font-size: 17px;
    padding: 7.5px 12px 10px;
    right: -20px;
    bottom: 15px;
}
}

/* QA */
.qa_box {
    padding: 20px 15px 20px 10px;
    border-radius: 0 0 10px 10px;
}
.qa_flex {
    display: flex;
}
.q_circle,
.a_circle {
    font-size: 16px;
    width: 23px;
    height: 23px;
    color: #fff;
    margin-right: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.q_circle {
    background: #324ea2;
    padding-bottom: 3px;
    margin-top: 1px;
}
.a_circle {
    background: #f55f91;
    margin-top: 2px;
}

p.q_txt {
    font-weight: 700;
    line-height: 150%;
    color: #324ea2;
    width: calc(100% - 30px);
    margin-bottom: 10px;
}
p.a_txt {
    width: calc(100% - 30px);
    margin-bottom: 20px;
}
.qa_box .qa_flex:last-of-type p.a_txt {
    margin-bottom: 0;
}
@media screen and (min-width: 600px) {
.qa_box {
    padding: 30px 40px;
}
}
@media screen and (min-width: 768px) {
.qa_box {
    padding: 40px;
    border-radius: 0 0 15px 15px;
}
.q_circle,
.a_circle {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
.q_circle {
    background: #324ea2;
    padding-bottom: 3px;
    margin-top: 1px;
}
.a_circle {
    background: #f55f91;
    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;
}
}
@media screen and (min-width: 1000px) {
.qa_box {
    padding: 60px 100px;
}
p.q_txt {
    margin-bottom: 15px;
}
p.a_txt {
    margin-bottom: 35px;
}
}


/* 教育 */
.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;
}
}


