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


/* サブページタイトル */
h1.sub_title p {
    font-size: 26px;
    line-height: 130%;
    text-align: center;
}
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: #FF7382;
}
@media screen and (min-width: 1000px){
h1.sub_title p {
    font-size: 28px;
}
h1.sub_title p span.eng {
    font-size: 17px;
}
}


/* サブページボックス */
.subbox,.subbox03 {
    padding: 50px 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.subbox02 {
    padding: 50px 0;
    background: linear-gradient(90deg, #FFEBEB, #FFEEEE);
    display: flex;
    justify-content: center;
    align-items: center;
}
.s01, .s01a {
    text-align: center;
    margin-bottom: 50px;
}
.s01:last-child {
    margin-bottom: 0;
}
.s01a:last-child {
    margin-bottom: 0;
}
@media screen and (min-width: 1000px){
.subbox, .subbox02 {
    padding: 80px 0;
}
.subbox03 {
    padding: 100px 0;
}
.s01 {
    margin-bottom: 100px;
}
/* .s01a {
    margin-bottom: 160px;
} */
.s01a {
    margin-bottom: 200px;
}
}

/* ボックスの中flex */
@media screen and (min-width: 1000px){
.sbs01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
}

/* サブページ見出し */
p.sub_title01 {
    font-size: 22px;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
    color: #7DD26E;
}
h2.sub_con_ttl_mclr, h2.sub_con_ttl_sclr {
    font-size: 23px;
    font-weight: 400;
    line-height: 140%;
    text-align: justify;
}
h2.sub_con_ttl_mclr {
    color: #FF7382;
}
h2.sub_con_ttl_sclr {
    color: #7DD26E;
}
h2.sub_con_ttl_mclr::after, h2.sub_con_ttl_sclr::after {
    width: 100%;
    content: "";
    display: block;
    margin: 10px 0 20px;
}
h2.sub_con_ttl_mclr::after {
    border-bottom: #FF7382 solid 1px;
}
h2.sub_con_ttl_sclr::after {
    border-bottom: #7DD26E solid 1px;
}
h3.sbsttl_mclr, h3.sbsttl_sclr {
    font-size: 21px;
    line-height: 120%;
    font-weight: 400;
    text-align: justify;
    margin-bottom: 15px;
    padding-left: 7px;
}
.sbsttl_mclr {
    border-left: #FF7382 solid 7px;
}
.sbsttl_sclr {
    border-left: #6ECD64 solid 7px;
}
@media screen and (min-width: 1000px){
h2.sub_con_ttl_mclr, h2.sub_con_ttl_sclr {
    font-size: 25px;
}
h2.sub_con_ttl_mclr::after {
    margin-top: 20px;
}
h2.sub_con_ttl_mclr::after, h2.sub_con_ttl_sclr::after {
    margin: 15px 0 25px;
}
p.sub_title01 {
    font-size: 23px;
    line-height: 50px;
}
h3.sbsttl_mclr, h3.sbsttl_sclr {
    font-size: 23px;
}
}
@media screen and (min-width: 1100px){
p.sub_title01 {
    line-height: 75px;
}
}

/* テキスト */
.sbstext02 {
    margin-bottom: 25px;
}
.sbstext01 {
    margin-bottom: 20px;
}
@media screen and (min-width: 768px){
.sbstext01 {
    margin-bottom: 40px;
}
}
@media screen and (min-width: 1000px){
.sbstext01 {
    width: calc(65% - 25px);
}
.sbstext02 {
    width: calc(50% - 25px);
    margin-bottom: 0;
}
}


/* 写真 */
.sbspic01 {
    margin-bottom: 25px;
}
.sbspic01 img {
    height: 250px;
    object-fit: cover;
}
.sbspic02 img {
    height: 250px;
}
@media screen and (min-width: 499px){
}
@media screen and (min-width: 768px){
.sbspic01 img {
    height: 300px;
}
.sbspic02 img {
    height: 300px;
}
}
@media screen and (min-width: 1000px){
.sbspic01 {
    width: calc(35% - 25px);
    margin-bottom: 0;
}
.sbspic01 img {
    height: auto;
}
.sbspic02 {
    width: calc(50% - 25px);
}
.sbspic02 img {
    height: 350px;
}
}


/* マーカー */
.marker {
    background: linear-gradient(transparent 70%, #00000011 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%, #E2F5DD 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%;
}





/* ulolまわり */
ol.num, ol.num_mclr {
    padding-left: 25px;
    list-style-type: decimal;
}
ol.num_mclr li::marker {
    font-weight: bold;
    color: #FF7382;
}
ol.policy_list {
    list-style: none; /* デフォルトのリストスタイルを消す */
    counter-reset: list-counter; /* カウンターをリセット */
    padding: 0;
    margin: 0;
}
ol.policy_list li {
    counter-increment: list-counter; /* カウンターを増やす */
    position: relative;
    padding-left: 25px; /* 番号の分だけ余白を確保 */
}
ol.policy_list li::before {
    content: counter(list-counter) ".";
    position: absolute;
    left: 4px; /* 番号を左端に固定 */
}
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.checkbox_mainclr {
    list-style: url(../img/ul-checkbox-maincolor.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-maincolor.svg);
    padding-left: 25px;
}
ul.dot {
    list-style: url(../img/ul-dot.svg);
    padding-left: 20px;
}
.subbox li {
    text-align: justify;
    margin-bottom: 10px;
}
.subbox li.slim {
    margin-bottom: 5px;
}
ul.ul_inline, 
ul.ul_inline02 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
}
ul.ul_inline li, 
ul.ul_inline02 li {
    text-align: left;
    margin-bottom: 0;
}
ul.ul_slim li {
    margin-bottom: 5px;
}
ul.ul_narrow li {
    margin-bottom: 3px;
}
li:last-of-type {
    margin-bottom: 0;
}
@media screen and (min-width: 1000px){
ul.ul_inline02 {
    flex-direction: column;
}
}


/* 看護部長メッセージ*/
h2.bossmsg_txt {
    font-size: 20px;
	line-height: 160%;
    text-align: center;
    color: #FF7382;
    margin-bottom: 30px;
    padding: 15px 18px;
    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 #FF7382;
    border-top: solid 1px #FF7382;
    top: 0;
    left: 0;
}
h2.bossmsg_txt:after {
    border-right: solid 1px #FF7382;
    border-bottom: solid 1px #FF7382;
    bottom: 0;
    right: 0;
}
.name {
    font-size: 18px;
    text-align: right;
    margin: 5px 0;
}
.mes_pic02 {
    margin-bottom: 20px;
}

@media screen and (min-width: 399px){
h2.bossmsg_txt {
    font-size: 22px;
    padding: 15px 25px;
}
}
@media screen and (min-width: 768px){
.mes_pic02 {
    margin-bottom: 40px;
}
}
@media screen and (min-width: 1000px){
h2.bossmsg_txt {
    font-size: 26px;
    margin-bottom: 60px;
    padding: 20px 40px;
}
.bossmsg .sbs01 {
    flex-direction: row-reverse;
}
.name, .mes_pic01 {
    margin-bottom: 60px;
}
}

/* 看護部理念方針 */
.nursing_bg {
    background-color: #EEF5E9;
    padding: 30px 20px;
}
.nursing {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.nursing:last-of-type {
    margin-bottom: 0;
}
h5.m_subttl {
    font-size: 20px;
    font-weight: 600;
    color: #7DD26E;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    padding: 0 90px;
}
h5.m_subttl::before,h5.m_subttl::after {
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 60px;
    height: 1px;
    background-color: #7DD26E;
}
h5.m_subttl::before {
    left: 0;
}
h5.m_subttl::after {
    right: 0;
}
.mes_p_box {
    width: 100%;
    max-width: 220px;
    height: 50px;
    margin-bottom: 15px;
    position: relative;
}
.mes_p_txt {
    text-align: center;
}
.triangle01 {
    background-color: #7DD26E;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 0 100%, 100% 0);
}
.triangle02 {
    background-color: #7DD26E;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
    clip-path: polygon(0 100%, 100% 100%, 100% 0);
}

.nursing img {
    height: 250px;
    object-fit: cover;
}
@media screen and (min-width: 499px) {
.nursing_bg {
    padding: 40px;
}
}
@media screen and (min-width: 768px){
.nursing_bg {
    padding: 40px 80px;
}
.nursing{
    margin-bottom: 40px;
}
.nursing img {
    height: 300px;
}
.mes_p_box {
    max-width: 250px;
    margin-bottom: 20px;
}
h5.m_subttl {
    margin-bottom: 20px;
}
}
@media screen and (min-width: 1000px){
.nursing_bg {
    padding: 80px 180px;
}
.nursing img {
    height: 400px;
}
}
@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;
}
}

/* 福利厚生 */


/* 先輩の声 */
.sv01{
    border: #6ECD64 solid 3px;
    border-radius: 15px;
    background-color:#E8F5E3;
}
.sv02{
    border: #FF7382 solid 3px;
    border-radius: 15px;
    background-color: #FFEBEB;
}
.svtitle_box {
    background-color: #fff;
    height: 150px;
    padding: 15px;
    border-radius: 15px 15px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.sv01 .svtitle_box {
    border-bottom: #7DD26E solid 3px;
}
.sv02 .svtitle_box {
    border-bottom: #FF7382 solid 3px;
}
.svtitle_txt {
    font-size: 22px;
    line-height: 140%;
    font-weight: 500;
    margin-bottom: 10px;
}
.sv01 .svtitle_txt {
    color: #6ECD64;
}
.sv02 .svtitle_txt {
    color: #FF7382;
}
.nametag{
    color: #fff;
    border-radius: 6px;
    padding: 8px 20px;
}
.nametag span {
    margin-left: 10px;
}
.sv01 .nametag{
    background-color: #6ECD64;
}
.sv02 .nametag{
    background-color: #FF7382;
}
.sv_box img {
    height: 250px;
    object-fit: cover;
}
.catch_pics img {
    border-bottom: #6ECD64 solid 3px;
}
.catch_picm img {
    border-bottom: #FF7382 solid 3px;
}

.qa_box {
    padding: 30px 15px;
    border-radius: 0 0 15px 15px;
}
.sv01 .qa_box {
    background-color: #E8F5E3;
}
.sv02 .qa_box {
    background-color: #FFEBEB;
}
.qa_flexq {
    display: flex;
}
.qa_flexa {
    display: flex;
    margin-bottom: 30px;
}
.qa_flexa:last-child{
    margin-bottom: 0;
}
.sv01 .qa_flexa {
    border-bottom: #6ECD64 dashed 2px;
}
.sv02 .qa_flexa {
    border-bottom: #FF7382 dashed 2px;
}
.qa_flexa:last-child {
    border-bottom: none;
}
.q_circle, .a_circle {
    font-size: 14px;
    font-weight: 600;
    border-radius: 12.5px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 3px;
    margin-right: 5px;
}
.sv01 .q_circle {
    color: #fff;
    background-color: #6ECD64;
}
.sv02 .q_circle {
    color: #fff;
    background-color: #FF7382;
}
.sv01 .a_circle {
    color: #6ECD64;
    background-color: #fff;
    border: #6ECD64 solid 2px;
}
.sv02 .a_circle {
    color: #FF7382;
    background-color: #fff;
    border: #FF7382 solid 2px;
}
.q_txt, .a_txt {
    width: calc(100% - 30px);
}
.q_txt {
    line-height: 150%;
    font-weight: 600;
}
.sv01 .q_txt {
    color: #6ECD64;
    font-size: 18px;
}
.sv02 .q_txt {
    color: #FF7382;
    font-size: 18px;
}
.qa_pic img, .qa_picm img {
    height: 200px;
    object-fit: cover;
    border-radius: 0 0 13px 13px;
}
.qa_pic img {
    border-top: #7DD26E solid 3px;
}
.qa_picm img {
    border-top: #FF7382 solid 3px;
}

@media screen and (min-width: 768px){
.svtitle_box {
    height: 160px;
}
.svtitle_txt {
    font-size: 24px;
    margin-bottom: 15px;
}
.sv_box img {
    height: 300px;
}
.qa_box {
    padding: 50px 60px;
    border-radius: 0 0 15px 15px;
}
}
@media screen and (min-width: 1000px){
.sv_box {
    border-radius: 30px;
}
.catch_box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0 0;
    border-radius: 30px 30px 0 0;
}
.sv01 .catch_box {
    background-color: #E8F5E3;
}
.sv02 .catch_box {
    background-color: #FFEBEB;
}
.catch_pics img, .catch_picm img {
    max-width: 530px;
    height: 350px;
    border-radius: 30px;
}
.catch_pics img {
    border: #7DD26E solid 3px;
}
.catch_picm img {
    border: #FF7382 solid 3px;
}
.svtitle_box {
    height: 180px;
    padding: 30px 40px;
    margin-right: -50px;
    border-radius: 30px;
    background-color: #fff;
    z-index: 100;
}
.svtitle_box {
    max-width: 440px;
}
.sv01 .svtitle_box {
    border-radius: 30px;
    border: #6ECD64 solid 3px;
}
.sv02 .svtitle_box {
    border-radius: 30px;
    border: #FF7382 solid 3px;
}
.qa_box {
    width: 55%;
    border-radius: 0 0 30px 30px;
    padding: 50px 40px 50px 80px;
}
.qapic_flex {
    display: flex;
}
.qa_pic img, .qa_picm img {
    max-width: 400px;
    border-radius: 27px;
    margin-top: 100px;
}
.qa_pic img {
    border: #7DD26E solid 3px;
}
.qa_picm img {
    border: #FF7382 solid 3px;
    margin-top: 140px;
}
}


/* 教育 */
.edu_list li {
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 10px;
}
.edu_list li:last-of-type {
    margin-bottom: 0;
}
.e_purpose {
    margin-bottom: 30px;
}
.e_purpose li {
    font-size: 16px;
    line-height: 140%;
}
p.e_subttl {
    font-size: 18px;
    font-weight: 500;
    color: #FF7382;
    margin-bottom: 5px;
}
.elerning {
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    color: #FF7382;
    margin-bottom: 10px;
}

@media screen and (min-width: 768px){
.edu_list li {
    font-size: 20px;
    margin-bottom: 20px;
}
.e_purpose li {
    font-size: 17px;
    margin-bottom: 10px;
}
.elerning {
    font-size: 20px;
}
.e_purpose {
    margin-bottom: 40px;
}
p.e_subttl {
    font-size: 20px;
}
}
@media screen and (min-width: 1000px){
.edu_reha .sbstext02 {
    margin-bottom: 40px;
}
.e_purpose {
    margin-bottom: 40px;
}
}

/* 教育table01 */
.t_edu01 th {
    font-size: 16px;
    font-weight: 400;
    line-height: 200%;
    background-color: #FFE8E8;
    border-bottom: solid 2px #fff;
    white-space: nowrap;
    font-feature-settings: "palt";
    padding: 10px;
    text-align: center;
    display: block;
}
.t_edu01 th.career_post {
    background-color: #ffcdcd;
}
.t_edu01 td {
    font-size: 16px;
    line-height: 150%;
    background-color: #fff;
    padding: 10px;
    border: #ffa3a3 solid 1px;
    /* border-left: none; */
    display: block;
}
/* .t_edu01 li {
    line-height: 170%;
} */
.t_edu01 th.career_pass1, .t_edu01 th.career_pass2, .t_edu01 th.career_pass3, .t_edu01 th.career_pass4 {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 5px;
    border-bottom: #fff solid 0px;
}
.t_edu01 th.career_pass1 {
    background-color: #FF9196;
}
.t_edu01 th.career_pass2 {
    background-color: #FF828C;
}
.t_edu01 th.career_pass3 {
    background-color: #FF7382;
}
.t_edu01 th.career_pass4 {
    background-color: #FF6478;
}
.c_posi {
    font-size: 18px;
}

@media screen and (min-width: 768px){
.t_edu01 th {
    border-right: solid 3px #fff;
    display: table-cell;
}
.t_edu01 td.career_post {
    font-size: 18px;
    background-color: #ffcdcd;
    /* border-right: #fff 1px solid; */
    border: #ffa3a3 solid 0;
    border-bottom: #fff solid 2px;
    white-space: nowrap;
    text-align: center;
}
.t_edu01 td {
    padding: 15px;
    display: table-cell;
    border-left: none;
}
td.td02 {
    padding-right: 180px;
}
.t_edu01 td.post_1 {
    background-color: #ffe5e5;
}
.t_edu01 td.post_2 {
    background-color: #ffdcdc;
}
.t_edu01 td.post_3 {
    background-color: #ffcfcf;
}
.t_edu01 td.post_4 {
    background-color: #ffbfbf;
}
}
/* 教育table02 */
.t_edu02 {
    border: #9c9c9c solid 1px;
    border-bottom: none;
}
.t_edu02 th {
    color: #4b4b4b;
    padding: 10px;
    background-color: #FFE2E2;
    border-bottom: #838383 solid 1px;
    display: block;
}
.t_edu02 td {
    padding: 10px;
    border-bottom: #838383 solid 1px;
    display: block;
}
@media screen and (min-width: 768px){
.t_edu02 th {
    display: table-cell;
    width: 160px;
    border-right: #838383 solid 1px;
}
.t_edu02 td {
    display: table-cell;
}
.n_dot {
    display: none;
}
}
@media screen and (min-width: 1000px){
}

/* 教育table03 */

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

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

}

