@charset "utf-8";

/* ----------------------------------------------
  top main
 ---------------------------------------------- */
 .nursing {
    background-color: #f2f2f2;
    letter-spacing: 0;
    font-family: "Hiragino Kaku Gothic ProN", 
    '游ゴシック Medium', 
    '游ゴシック体',
    'Yu Gothic Medium',
    YuGothic,
    "Helvetica Neue",
    Arial,
    "Hiragino Sans",
    Meiryo,
    sans-serif;
 }
 .nursing #page-header {
    position: relative;
    z-index: 2;
 }
.nursing #page-header {
   background: #23ac38;
	height: initial;
}
 .nursing #page-header::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
 }

 .nursing #page-header #page-header-inner {
   width: 1200px;
   height: initial;
}
.nursing #page-header .page-title {
    gap: 10px;
    justify-content: center;
    flex-direction: column;
    font-weight: 900;
}

.nursing #page-header .page-title {
    display: inline-flex;
    gap: 10px;
	padding: 30px 60px;
    position: static;
    align-items: flex-start;
    font-size: 30px;
    letter-spacing: 0.05em;
}
.nursing #page-header .page-title span {
   color: #aedf41;
   font-size: 15px;
}
.nursing #page-header .page-title img {
    width: 297px;
}

/* ----------------------------------------------
  sidebar
 ---------------------------------------------- */  
 .nursing #sidebar {
    width: 206px;
    margin-bottom: 70px;
    border: none;
    background-color: initial;
    margin-top: 35px;
    margin-left: 50px;
}
.nursing #sidebar-inner {
    padding: initial;
    border: none;
}
 .side-navigation-nursing-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    height: 100px;
    background-color: #fff;
    border: solid 1px #07913a;
    margin-bottom: 30px;
 }
 .side-navigation-nursing-title .title {
   font-size: 21px;
    line-height: 1;
    color: #07913a;
 }
 .side-navigation-nursing-title .sub {
    font-size: 14px;
    line-height: 1;
 }
 .side-navigation-nursing-items {
    background-color: #fff;
    border: solid 1px #07913a;
 }
 #sidebar-inner > .side-navigation-nursing-items > ul > li {
     padding: 0 16px;
     border-top: none;
}
#sidebar-inner > .side-navigation-nursing-items > ul > li:hover {
    background-color: #07913a;
}
#sidebar-inner > .side-navigation-nursing-items > ul > li:first-child a {
    border-top: none;
}
#sidebar-inner > .side-navigation-nursing-items > ul > li a {
    height: 90px;
    padding: 23px 0;
    padding-bottom: initial;
    background: initial;
    border-top: dashed 1px #666666;
    text-align: center;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: -0.05em;
    font-weight: bold;
}
#sidebar-inner > .side-navigation-nursing-items > ul > li a:hover {
    padding: 23px 0;
    background: initial;
    color: #fff!important;
}
 #sidebar-inner > .side-navigation-nursing-items > ul > li a span {
    display: block;
    color: #90c31f;
    font-size: 10px;
    line-height: 1;
    margin-bottom: 15px;
    position: relative;
}
 #sidebar-inner > .side-navigation-nursing-items > ul > li a span::before {
    content: "";
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
    border: 1px solid #07913a;
    width: 32px;
    height: 32px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
 #sidebar-inner > .side-navigation-nursing-items > ul > li:first-child a span::before {
    background-image: url(../images/nursing/nursing-sidebar01.png);
    background-size: 20px;
}
 #sidebar-inner > .side-navigation-nursing-items > ul > li:nth-child(2) a span::before {
    background-image: url(../images/nursing/nursing-sidebar02.png);
    background-size: 21px;
}
 #sidebar-inner > .side-navigation-nursing-items > ul > li:nth-child(3) a span::before {
    background-image: url(../images/nursing/nursing-sidebar03.png);
    background-size: 19px;
}
 #sidebar-inner > .side-navigation-nursing-items > ul > li:nth-child(4) a span::before {
    background-image: url(../images/nursing/nursing-sidebar04.png);
    background-size: 14px;
}
 #sidebar-inner > .side-navigation-nursing-items > ul > li:nth-child(5) a span::before {
    background-image: url(../images/nursing/nursing-sidebar05.png);
    background-size: 22px;
}
 #sidebar-inner > .side-navigation-nursing-items > ul > li:nth-child(6) a span::before {
    background-image: url(../images/nursing/nursing-sidebar06.png);
    background-size: 22px;
}
 #sidebar-inner > .side-navigation-nursing-items > ul > li:nth-child(7) a span::before {
    background-image: url(../images/nursing/nursing-sidebar07.png);
    background-size: 26px;
}
 #sidebar-inner > .side-navigation-nursing-items > ul > li:nth-child(8) a span::before {
    background-image: url(../images/nursing/nursing-sidebar08.png);
    background-size: 24px;
}
 #sidebar-inner > .side-navigation-nursing-items > ul > li:nth-child(9) a span::before {
    background-image: url(../images/nursing/nursing-sidebar09.png);
    background-size: 12px;
}
 #sidebar-inner > .side-navigation-nursing-items > ul > li:nth-child(10) a span::before {
    background-image: url(../images/nursing/nursing-sidebar10.png);
    background-size: 12px;
} 
#sidebar-inner > .side-navigation-nursing-items > ul > li:nth-child(11) a span::before {
    background-image: url(../images/nursing/nursing-sidebar11.png);
    background-size: 37px;
}
#sidebar-inner > .side-navigation-nursing-items > ul > li:nth-child(12) a span::before {
    background-image: url(../images/nursing/nursing-sidebar12.png);
    background-size: 37px;
}
 #sidebar-inner > .side-navigation-nursing-items > ul > li:last-child a span::before {
    background-image: url(../images/nursing/nursing-sidebar13.png);
    background-size: 37px;
}
  
    
/* ----------------------------------------------
  top contents common
 ---------------------------------------------- */  
.nursing #contents {
    width: 1200px;
}
.nursing #main {
    width: 890px;
    border: initial;
    padding-top: 110px;
}
.nursing #main-inner {
    padding: initial;
    border: none;
}
.nursing a {
    text-decoration: none!important;
    color: initial!important;
}
.nursing #main ul li a {
    color: #42b0cc!important;
    text-decoration:!important;
}
.nursing-top .sec {
    margin-bottom: 100px;
}
.nursing-page .sec {
    margin-bottom: 50px;
}
/* ----------- flex2col ------------ */  
.nursing-top .flex2col {
    display: flex;
    justify-content: center;
    gap: 67px;
}

/* ----------- flex3col ------------ */  
.nursing .flex3col {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 54px;
    row-gap: 67px;
}

/* ----------- circle ------------ */  
.nursing .circle {
    width: 210px;
    height: 210px;
    border-radius: 50%;
    border: #90c31f solid 4px;
    position: relative;
    box-sizing: border-box;
}
/* ----------- h2 ------------ */  
.nursing-top h2 {
    text-align: center;
    position: relative;
}
.nursing-page #main h1 {
   margin-bottom: 70px;
}
.nursing-top h2::after,
.nursing-page #main h1::after {
    display: inline-block;
    transform: scale(0.5);
    position: absolute;
    z-index: 3;
 }
 .nursing-page #main h1::after {
   content: url(../images/nursing/h2-icon-03.png);
   top: -130px;
   right: 0;
}
 .nursing-top h2 .en, 
 .nursing-page #main h1 {
    display: block;
    position: relative;
    text-align: center;
    z-index: 1;
}
.nursing-top h2 .en::before,
.nursing-page #main h1::before {
    content: "";
    display: block;
    background-color: #90c31f;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
}
.nursing-top h2 .en > span,
.nursing-page #main h1 > span {
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    background-color: #fff;
    padding: 0 10px;
}
.nursing-top h2 .en > span::first-letter,
.nursing-page #main h1 > span::first-letter {
    color: #07913a;
}


.nursing-top h2 .jp {
    display: block;
    padding-top: 24px;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.05em;
}
.nursing-top h2 .jp span {
    font-size: 21px;
    line-height: 2;
}
.nursing-top h2 .jp .ygreen {
    color: #90c31f;
}
.nursing-top h2 .jp .green {
    color: #07913a;
}
.nursing-top .desc {
    text-align: center;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
}

/* ----------- btn ------------ */  
.nursing .btn2col {
    display: flex;
    justify-content: center;
    gap: 2px;
}
.nursing .btn {
    width: 265px;
    height: 60px;
    text-align: center;
    background-color: #90c31f;
}
.btn:last-child {
    background-color: #07913a;
}
.nursing .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 4px;
    gap: 4px;
    height: 100%;
    text-align: center;
    color: #fff!important;
    font-size: 17px;
    line-height: 1.6;
    text-decoration: none;
}
.nursing .btn a .more {
    color: #fff;
}

 /* ----------- more ------------ */  
 .nursing .more {
    font-size: 9px;
    line-height: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
 }
 .nursing .more::after {
    content: "▼";
    font-size: 5px;
    line-height: 2.3;
    color: #90c31f;
 }

/* ----------------------------------------------
  top contents about us
 ---------------------------------------------- */  
 .nursing-top .about h2::after {
    content: url(../images/nursing/h2-icon-01.png);
    top: -94px;
    right: 30px;
 }
 .nursing .about__items {
    margin-top: 25px;
    margin-bottom: 75px;
 }
 .nursing .about__item {
    width: 210px;
    height: 210px;
 }
  
 .nursing .about__item::before,
 .nursing .about__item::after {
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
 }
 .nursing .about__item::before {
    background-image: url(../images/nursing/about-us01-sub01.png);
    border: 4px solid #c7e18f;
    background-position: -67px;
    background-size: 170px;
    width: 95px;
    height: 95px;
    top: 12px;
    left: -38px;
    box-sizing: border-box;
 }
 .nursing .about__item:first-child:before {
    background-image: url(../images/nursing/about-us01-sub01.png);
    background-position: -67px;
    background-size: 170px;
 }
 .nursing .about__item:nth-child(2):before {
    background-image: url(../images/nursing/about-us02-sub01.png);
    background-position: -102px;
    background-size: 246px;
 }
 .nursing .about__item:last-child:before {
    background-image: url(../images/nursing/about-us03-sub01.png);
    background-position-x: center;
    background-position-y: -18px;
    background-size: 184px;
 }
  
 .nursing .about__item::after {
    border: 2px solid #07913a;
    width: 52px;
    height: 52px;
    bottom: 6px;
    left: -20px;
 }
 .nursing .about__item:first-child:after {
    background-image: url(../images/nursing/nursing-sidebar02.png);
    background-size: 26px;
 }
 .nursing .about__item:nth-child(2)::after {
    background-image: url(../images/nursing/about-us02-sub02.png);
    background-size: 22px;
 }
 .nursing .about__item:last-child::after {
    background-image: url(../images/nursing/nursing-sidebar01.png);
    background-size: 24px;
 }
 .nursing .about__item a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
 }

  

 .nursing .about__item .img {
    height: 100px;
    margin-left: 37px;
 }
 .nursing .about__item .img img {
    height: 100%;
    object-fit: contain;
 }
 .nursing .about__item:first-child img {
    width: 123px;
 }
 .nursing .about__item:nth-child(2) img {
    width: 99px;
 }
 .nursing .about__item:last-child .img {
    margin-left: 22px;
 }
 .nursing .about__item:last-child img {
    width: 45px;
 }
 .nursing .about__item h3 {
   text-align: center;
   letter-spacing: -0.04em;
 }
 .nursing .about__item h3 .en {
    display: block;
    font-size: 10px;
    line-height: 1.7;
    color: #90c31f;
 }
 .nursing .about__item h3 .jp {
    font-size: 16px;
    line-height: 1.7;
 }
 .nursing .about__item .more {
    padding-top: 4px;
 }

 /* ----------------------------------------------
  top contents Job description
 ---------------------------------------------- */  
 .nursing-top .description h2::after {
    content: url(../images/nursing/h2-icon-02.png);
    top: -65px;
    right: 116px;
 }
 .nursing .description__items {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 40px;
 }
 .nursing .description__item {
    border: solid 1px #90c31f;
    width: 377px;
    height: 153px;
    position: relative;
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
 }
 .nursing .description__item:first-child {
    background-image: url(../images/nursing/description01.png);
 }
 .nursing .description__item:last-child {
    background-image: url(../images/nursing/description02.png);
 }
 .nursing .description__item:before {
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #07913a;
    width: 42px;
    height: 42px;
    background-color: #fff;
    position: absolute;
    top: -21px;
    left: 25px;
}
.nursing .description__item:first-child:before {
    background-image: url(../images/nursing/nursing-sidebar05.png);
    background-size: 27px;
}
.nursing .description__item:last-child:before {
    background-image: url(../images/nursing/nursing-sidebar03.png);
    background-size: 27px;
}
.nursing .description__item a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    height: 100%;
    padding: 40px 0 14px 27px;
 }
.nursing .description__item a h3 .en {
    display: block;
    font-size: 13px;
    line-height: 1;
    color: #90c31f;
 }
.nursing .description__item a h3 .jp {
    display: block;
    font-size: 20px;
    line-height: 2.3;
 }
  
  
 .nursing .description__item a .more {
    display: block;
    
 }
 .nursing .description__item a .more:after {
    display: block;
    padding-left: 10px;
 }

 /* ----------------------------------------------
  top contents interview
 ---------------------------------------------- */  
 .nursing-top .interview h2::after {
    content: url(../images/nursing/h2-icon-03.png);
    top: -77px;
    right: 122px;
 }
 .nursing .interview__items {
    margin-top: 65px;
    margin-bottom: 95px;
 }
 .nursing .interview__item {
   width: 210px;
   height: 210px;
   border: none;
   background-position: center;
   background-size: contain;
   background-repeat: no-repeat;
 }
 .nursing .interview__item:first-child {
    background-image: url(../images/nursing/interview01.png);
 }
 .nursing .interview__item:nth-child(2) {
    background-image: url(../images/nursing/interview02.png);
 }
 .nursing .interview__item:nth-child(3) {
    background-image: url(../images/nursing/interview03.png);
 }
 .nursing .interview__item:nth-child(4) {
    background-image: url(../images/nursing/interview04.png);
 }
 .nursing .interview__item:nth-child(5) {
    background-image: url(../images/nursing/interview05.png);
 }
 .nursing .interview__item:last-child {
    background-image: url(../images/nursing/interview06.png);
 }
 .nursing .interview__item a {
    display: block;
    height: 100%;
 }
 .nursing .interview__item .txt {
    width: 95px;
    height: 95px;
    background-color: #23ac38;
    color: #fff;
    border: solid #90c31f 4px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    gap: 5px;
    box-sizing: border-box;
    position: absolute;
    top: -33px;
    left: -40px;
 }
 .nursing .interview__item:nth-child(3) .txt {
    gap: 3px;
 }
 .nursing .interview__item:nth-child(4) .txt {
    gap: 15px;
 }
 .nursing .interview__item .txt h3 {
    font-size: 13px;
    line-height: 1.38;
    text-align: center;
 }
 .nursing .interview__item .txt .more::after {
    color: #fff;
 }

 /* ----------------------------------------------
  top contents Support system
 ---------------------------------------------- */  
 .nursing-top .support h2::after {
    content: url(../images/nursing/h2-icon-04.png);
    top: -81px;
    right: 132px;
 }
 .nursing .support__items {
    margin-top: 20px;
    margin-bottom: 75px;
    height: 285px;
 }
 .nursing .support__item {
    width: 220px;
    height: 220px;
    background-repeat: no-repeat;
 }
 .nursing .support__item:first-child {
    background-image: url(../images/nursing/support01.png);
    background-size: 356px;
    background-position: -60px -13px;

 }
 .nursing .support__item:last-child {
    background-image: url(../images/nursing/support02.png);
    background-size: 342px;
    background-position: -20px -6px;
 }
  
 .nursing .support__item::after {
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    border: 2px solid #07913a;
    width: 52px;
    height: 52px;
    top: 16px;
    left: -2px;
 }
 .nursing .support__item:first-child:after {
    background-image: url(../images/nursing/nursing-sidebar07.png);
    background-size: 26px;
 }
 .nursing .support__item:last-child:after {
    background-image: url(../images/nursing/nursing-sidebar08.png);
    background-size: 24px;
 }
 .nursing .support__item a {
    display: block;
    height: 100%;
    position: relative;
 }
 .nursing .support__item a .txt {
    padding-top: 230px;
    text-align: center;
 }
 .nursing .support__item a .txt h3 {
    font-size: 18px;
    line-height: 1.7;
 }


/* ----------------------------------------------
  page contents common
 ---------------------------------------------- */ 
.nursing-inner {
   padding: 0 30px;
}
.nursing-page #main p {
   margin-bottom: 30px;
	font-size: 18px;
   line-height: 1.5;
}
.nursing-page #main h2 {
   color: #fff;
	font-size: 22px;
   letter-spacing: 0.1em;
   border: solid 3px #90c31f;
   border-radius: 10px;
   background-color: #23ac38;
   padding: 10px 15px;
   margin-bottom: 40px;
}
.nursing-page #main h3 {
   color: #07913a;
	font-size: 22px;
   letter-spacing: 0.05em;
   border-bottom: solid 3px #07913a;
   padding-bottom: 10px;
   margin-bottom: 20px;
}
.nursing-page #main .u-line {
   border-bottom: 1px solid #90c31f;
   padding-bottom: 50px;
}
.nursing-page #main .pc-indent {
   display: block;
}
 

/* ----- ul ----- */
.nursing-page #main ul {
   list-style: none;
}
.nursing-page #main ul li {
   display: flex;
   gap: 8px;
   line-height: 2;
	font-size: 17px;
   margin-bottom: 20px;
}
.nursing-page #main ul li::before {
   content: "●";
   color: #e3f3c0;
   font-size: 1em;
   line-height: 2;
   flex-shrink: 0;
}
/* ----- ol ----- */
.nursing-page #main ol {
   counter-reset: num;
   list-style: none;
   margin-bottom: 30px;
}
.nursing-page #main ol li {
   counter-increment: num;
   display: flex;
   gap: 8px;
   line-height: 2;
	font-size: 17px;
   margin-bottom: 10px;
}
.nursing-page #main ol li::before {
   content: counter(num);
   display: flex;
   align-items: center;
   justify-content: center;
   background-color: #23ac38;
   border: solid 3px #90c31f;
   width: 26px;
   height: 26px;
   border-radius: 50%;
   box-sizing: border-box;
   color: #fff;
   font-size: 0.8em;
   font-weight: 900;
   margin-top: 2px;
   line-height: 2;
   flex-shrink: 0;
}

/* ----- img-1col ----- */
.nursing-page #main .img-1col {
   margin-bottom: 30px;
}
.nursing-page #main .img-1col .article-photo * {
   width: 100%;
}
.nursing-page #main .img-2col .article-photo * {
   width: 100%;
}

/* ----- img-2col ----- */
.nursing-page #main .img-2col {
   display: flex;
   flex-wrap: wrap;
   gap: 30px;
   margin-bottom: 60px;
}
.nursing-page #main .img-2col .article-photo {
   width: calc(50% - 15px);
   box-sizing: border-box;
}
.nursing-page #main .img-2col .article-photo * {
   width: 100%;
}
.nursing-page #main .img-2col .article-photo figcaption {
   width: initial;
   padding: 0 20px;
   padding-top: 10px;
	font-size: 16px;
}

/* ----- img2Col ----- */
.nursing-page #main .img2Col {
   display: flex;
   gap: 10px;
}
.nursing-page #main .img2Col.imgL {
   flex-direction: row-reverse;
}
.nursing-page #main .imgCol img {
   width: 100%;
}
.flex {
   display: flex;
}

/* ----- flex2Col ----- */
.nursing-page #main .flex2col {
   display: flex;
   flex-wrap: wrap;
   gap: 30px;
}
.nursing-page #main .flex2col > * {
   width: calc(50% - 15px);
   box-sizing: border-box;
}

/* ----- table ----- */
.nursing-page #main .table-wrap {
   margin-bottom: 30px;
}
.nursing-page #main .tbl-basic {
   width: 100%;
   line-height: 1.8;
   font-size: 1.125rem;
}
.nursing-page #main .tbl-basic tbody th {
   padding: 10px 15px;
   border: 1px solid #90c31f;
   background: #e3ffa5;
   text-align: center;
   vertical-align: middle;
   font-weight: 900;
}
.nursing-page #main .tbl-basic tbody td {
   padding: 10px 15px;
   border: 1px solid #90c31f;
   background: #fff;
   vertical-align: top;
}

 /* ----- interview ----- */
 .nursing-page #main ul h3 {
   font-size: 18px!important;
   border-bottom: none!important;
   margin-bottom: initial!important;
   padding-bottom: initial!important;
 }
 .nursing-page #main .interview-box .imgCol img {
   width: 210px!important;
   height: 210px;
 }

 /* ----- adjust ----- */
.nursing-page #main .pcW70 {
   width: 70%;
}
.nursing-page #main .pcW60 {
   width: 60%;
}
.nursing-page #main .pcW50 {
   width: 50%;
}
.nursing-page #main .pcW40 {
   width: 40%;
}
.nursing-page #main .pcW30 {
   width: 30%;
}
/* ----------------------------------------------
  page message
 ---------------------------------------------- */ 
 .nursing-page #main .message-box {
   border: solid 2px #90c31f;
   border-radius: 10px;
   padding: 20px;
}
.nursing-page #main .message-box .txtCol {
   flex-direction: column;
   justify-content: space-between;
}
.nursing-page #main .message-box p {
   font-size: 14px;
   line-height: 1.8;
}

/* ----------------------------------------------
  page balance
 ---------------------------------------------- */ 
 .nursing-page #main .balance-box {
   margin-top: 50px;
   gap: 20px;
}
 .nursing-page #main .balance-box h3 {
   border-bottom: none;
   font-size: 20px;
   letter-spacing: 0.05em;
}
 .nursing-page #main .balance-box h3 span {
   font-size: 30px;
}
/* ----------------------------------------------
  page sandj
 ---------------------------------------------- */ 
 .nursing-page #main .sandj-wrap {
   display: flex;
   justify-content: space-between;
}
 .nursing-page #main .sandj-box {
   width: 43%;
   border: 1px solid #2aa339;
   border-radius: 15px;
   padding: 20px;
}
 .nursing-page #main .sandj-box img {
   width: 80%;
   display: block;
   margin: 0 auto;
}
 .nursing-page #main .sandj-box > h3 {
   margin-top: 30px;
}
 .nursing-page #main .sandj-box > h3 span {
   padding-right: 10px;
   font-size: 0.8em;
   line-height: 2;
}
 .nursing-page #main .sandj-box > p {
   font-size: 20px;
   padding-top: 30px;
}
/* ----------------------------------------------
  page schedule
 ---------------------------------------------- */ 
 .nursing-page #main .schedule-desc {
   width: 50%;
}
 .nursing-page #main .schedule-desc img {
   width: 100%;
}
/* ----------------------------------------------
  page ward
 ---------------------------------------------- */ 
 .nursing-page #main .ward-wrap {
   margin-top: 40px;
}
 .nursing-page #main .ward-box {
   border: 2px dotted #2aa339;
   border-radius: 15px;
   padding: 20px;
}
 .nursing-page #main .ward-box .bed-num {
   height: 68px;
   margin-bottom: initial;
   font-weight: 900;
}
 .nursing-page #main .ward-box:not(:has(.bed-num)) h3 {
   margin-bottom: 88px;
}
 .nursing-page #main .ward-box .img {
   display: flex;
   flex-direction: column;
   gap: 15px;
}
 .nursing-page #main .ward-box img {
   width: 100%;
}
 .nursing-page #main .ward-box .desc {
   padding-top: 15px;
}
/* ----------------------------------------------
  page education
 ---------------------------------------------- */ 
.nursing-page #main .interview-sec {
   margin-top: 130px;
 }
 .nursing-page #main .orientation-box {
   background-color: #e5f3d6;
   border: 2px solid #2aa339;
   border-radius: 10px;
   padding: 20px;
}
 .nursing-page #main .orientation-box h3 {
   display: inline-block;
   border-bottom: none;
   padding: 10px 15px;
   color: #fff;
   background-color: #19800e;
   border-radius: 10px;
}
 .nursing-page #main .orientation-box ol li {
   color: #136f08;
   font-weight: bold;
   font-size: 18px;
}
 .nursing-page #main .orientation-box ol li::before {
   margin-top: 5px;
}
 .nursing-page #main .orientation-box ol li span {
   display: block;
   font-size: 14px;
}


/* ----------------------------------------------
  page introduction
 ---------------------------------------------- */ 
.nursing-page #main .introduction3col {
   display: flex;
   align-items: center;
   justify-content: center;
   margin-bottom: 40px;
}
.nursing-page #main .introduction3col h2 {
   display: inline-block;
   font-size: 30px;
   line-height: 1.5;
   text-align: center;
   color: #333333;
   border: initial;
   background: initial;
   margin-bottom: initial;
   padding: initial;
   width: 50%;
}
.nursing-page #main .introduction3col .img {
   width: 25%;
}