@charset "UTF-8";
.recruitIndexLayout .h2wrap {
    background-image: url("../img/index_h2_bg.png");
}

.recruitIndexLayout #main #c01 .cassette {
    padding-top: 60px;
}
.recruitIndexLayout #main #c01 .cassette .box01 {
	border-top: 1px solid #84cc5e;
	border-bottom: 1px solid #84cc5e;
	position: relative;
	text-align: center;
	padding: 25px 0 0;
	color: #84cc5e;
	font-size: 1.8rem;
	font-weight: 500;
}
.recruitIndexLayout #main #c02 .flex ul > li {
    position: relative;
}
.recruitIndexLayout #main #c02 .flex ul > li:not(:last-child) {
    margin-bottom: 30px;
}
.recruitIndexLayout #main #c02 .flex ul > li span:first-child {
    color: #84cc5e;
    position: absolute;
    left: 0;
    top: -5px;
    font-size: 130%;
}
.recruitIndexLayout #main #c02 .flex ul > li span:last-child {
    padding-left: 30px;
    display: block;
}
.recruitIndexLayout #main #c02 .btn01 {
    display: block;
    width: 100%;
    max-width: 500px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background-color: #84cc5e;
    padding: 20px 0;
    font-size: 120%;
    line-height: 1.5;
}
.recruitIndexLayout #main #c02 .btn01:first-of-type {
    margin-bottom: 20px;
}

.recruitIndexLayout #main #c01 .bg {
  background-image: url("../img/index_03_bg01_sp.png");
    background-size: cover;
    height: 290px;
    background-position-x: right;
    background-repeat: no-repeat;
}
.recruitIndexLayout #main #c03 .title img {
    display: inline-block;
  height: 45px;
  margin: 0 0 15px;
}
.recruitIndexLayout #main #c03 h4 {
    padding: 0;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    background-color: #84cc5e;
    font-size: 120%;
    margin-bottom: 20px;
}
.recruitIndexLayout #main #c03 .con_box .tel_txt svg {
    width: 10px;
    fill: #84cc5e;
    margin-right: 5px;
}
.recruitIndexLayout #main #c03 .rec_box .rec_in svg {
    height: 40px;
    fill: #84cc5e;
    width: 40px;
    margin-right: 10px;
}
.recruitIndexLayout #main #c03 .con_box {
    background-color: #f0f9ec;
    padding: 10px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/*あべクリニック */
.recruitIndexLayout #main #c03 .abe_box .rec_box .icon_s .rec_in svg {
    height: 44px;
}


/*半田中央病院*/
.recruitIndexLayout #main #c03 .con_box.handa_c-box,
.recruitIndexLayout #main #c03 .con_box.nishi_c-box {
    height: 84px;
}


.recruitIndexLayout #main #c03 .con_box .con_ttl {
    padding-bottom: 0;
    position: relative;
    padding-left: 20px;
    font-size: 75%;
    line-height: 1;
    color: #84cc5e;
}
.recruitIndexLayout #main #c03 .con_box .con_ttl::before,
.recruitIndexLayout #main #c03 .con_box .con_ttl::after {
    position: absolute;
    content: '';
    width: 18px;
    height: 8px;
    left: 0;
}
.recruitIndexLayout #main #c03 .con_box .con_ttl::before {
    background-color: #84cc5e;
    top: 0px;
}
.recruitIndexLayout #main #c03 .con_box .con_ttl::after {
    background-color: #ceebbf;
    top: 6px;
}
.recruitIndexLayout #main #c03 .con_box p {
    padding-bottom: 0;
}
.recruitIndexLayout #main #c03 .con_box .tel_txt {
    display: flex;
    align-items: center;
    font-size: 100%;
    line-height: 1;
}
.recruitIndexLayout #main #c03 .con_box .s {
    font-size: 70%;
}
.recruitIndexLayout #main #c03 .con_box .tel_txt .o {
    color: #84cc5e;
}
.recruitIndexLayout #main #c03 .rec_box {
    border: 2px solid #84cc5e;
    border-radius: 5px;
}
.recruitIndexLayout #main #c03 .rec_box ul {
    padding-bottom: 0;
}
.recruitIndexLayout #main #c03 .rec_box ul > li {
    position: relative;
    display: flex;
    align-items: center;
    padding: 20px 10px;
}
.recruitIndexLayout #main #c03 .rec_box ul > li::before,
.recruitIndexLayout #main #c03 .rec_box ul > li::after {
    position: absolute;
    content: '';
    background-color: #84cc5e;
}
.recruitIndexLayout #main #c03 .rec_box ul > li:not(:last-child)::after {
    height: 1px;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.recruitIndexLayout #main #c03 .rec_box .rec_in {
    display: flex;
    align-items: center;
    width: 100%;
    padding-bottom: 0;
}
.recruitIndexLayout #main #c03 .rec_box .icon_link .rec_in {
    padding-bottom: 5px;
}
.recruitIndexLayout #main #c03 .rec_box li > div {
    width: 100%;
}
.recruitIndexLayout #main #c03 .rec_box .rec_in span {
    font-size: 90%;
    line-height: 1.2;
}
.recruitIndexLayout #main #c03 .rec_box .rec_in .s {
    font-size: 70%;
    line-height: 1.5;
    display: inline-block;
}
.recruitIndexLayout #main #c03 .rec_box li a {
    color: #84cc5e;
    display: block;
    width: 90%;
    margin: 0 auto;
    font-size: 70%;
}
.recruitIndexLayout #main #c03 .rec_box li a:not(:last-child) {
    margin-bottom: 5px;
}
.recruitIndexLayout #main #c03 .rec_box li svg {
    width: 16px;
    fill: #84cc5e;
}
.recruitIndexLayout #main #c03 .tel01:link,
.recruitIndexLayout #main #c03 .tel01:visited {
    color: #000;
    text-decoration: none;
}
.recruitIndexLayout #main #c03 .cassette >.flex > div {
    margin-bottom: 60px;
}

.recruitIndexLayout #main #c04 .titleIcon02 {
    margin: 0 auto;
    max-width: 160px;
}
.recruitIndexLayout #main #c04 .time {
    text-align: center;
    padding-bottom: 0;
}
.recruitIndexLayout #main #c04 .tel_text {
    font-size: 2.4rem;
    padding-bottom: 15px;
    text-align: center;
}
.recruitIndexLayout #main #c04 .tel_text .colo_txt {
    display: inline-block;
    margin-right: -17px;
    color: #faa64e;
}
.recruitIndexLayout #main #c04 .tel_text span img {
    display: inline-block;
    max-width: 36px;
    margin-right: -2px;
}
.recruitIndexLayout #main #c04 .borderBox {
    padding: 40px 0;
    width: 100%;
}
.recruitIndexLayout #main #c04 .cassette {
    padding: 0;
}
.recruitIndexLayout #main #c04 .tel01 {
    color: #000;
    text-decoration: none;
}
.recruitIndexLayout #main #c03 .handa_box h4,
.recruitIndexLayout #main #c03 .handa_box .con_box .con_ttl::before,
.recruitIndexLayout #main #c03 .handa_box .rec_box ul > li::before,
.recruitIndexLayout #main #c03 .handa_box .rec_box ul > li::after {
    background-color: #44baff;
}
.recruitIndexLayout #main #c03 .handa_box .con_box .con_ttl::after {
    background-color: #e5f4ff;
}
.recruitIndexLayout #main #c03 .handa_box .rec_box .rec_in svg,
.recruitIndexLayout #main #c03 .handa_box .con_box .tel_txt svg,
.recruitIndexLayout #main #c03 .handa_box .rec_box li svg {
    fill: #44baff;
}
.recruitIndexLayout #main #c03 .handa_box .con_box .con_ttl,
.recruitIndexLayout #main #c03 .handa_box .con_box .tel_txt .o,
.recruitIndexLayout #main #c03 .handa_box .rec_box li a {
    color: #44baff;
}
.recruitIndexLayout #main #c03 .handa_box .con_box {
    background-color: #f2f9ff;
}
.recruitIndexLayout #main #c03 .handa_box .rec_box {
    border-color: #44baff;
}

.recruitIndexLayout #main #c03 .nishi_box h4,
.recruitIndexLayout #main #c03 .nishi_box .con_box .con_ttl::before,
.recruitIndexLayout #main #c03 .nishi_box .rec_box ul > li::before,
.recruitIndexLayout #main #c03 .nishi_box .rec_box ul > li::after {
    background-color: #faa64e;
}
.recruitIndexLayout #main #c03 .nishi_box .con_box .con_ttl::after {
    background-color: #fcd9bd;
}
.recruitIndexLayout #main #c03 .nishi_box .rec_box .rec_in svg,
.recruitIndexLayout #main #c03 .nishi_box .con_box .tel_txt svg,
.recruitIndexLayout #main #c03 .nishi_box .rec_box li svg {
    fill: #faa64e;
}
.recruitIndexLayout #main #c03 .nishi_box .con_box .con_ttl,
.recruitIndexLayout #main #c03 .nishi_box .con_box .tel_txt .o,
.recruitIndexLayout #main #c03 .nishi_box .rec_box li a {
    color: #faa64e;
}
.recruitIndexLayout #main #c03 .nishi_box .con_box {
    background-color: #fff8ee;
}
.recruitIndexLayout #main #c03 .nishi_box .rec_box {
    border-color: #faa64e;
}
.recruitIndexLayout #main #c03 .hiiragi_box .rec_box ul > li:not(:last-child)::after {
    content: none;
}
.recruitIndexLayout #main #c03 .rec_box ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.recruitIndexLayout #main #c03 .rec_box ul > li {
    width: calc(50% - 20px);
}
.recruitIndexLayout #main #c03 .rec_box ul > li:nth-child(odd)::before {
    width: 1px;
    height: 80%;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.recruitIndexLayout #main #c03 .rec_box a svg {
    position: relative;
    top: 4px;
}
.recruitIndexLayout #main #c03 .handa-fc_box .rec_box ul li::after {
    content: none;
}
.recruitIndexLayout #main #c03 .handa-fc_box .rec_box .rec_in > .text_spa {
    font-size: 105%;
    max-width: 190px;
}
.recruitIndexLayout #main #c03 .link_box01 svg {
    width: 40px;
    height: 30px;
    fill: #84cc5e;
    margin-right: 5px;
}
.recruitIndexLayout #main #c03 .link_box01 {
    display: flex;
    align-items: center;
}
.recruitIndexLayout #main #c03 .handa_box .link_box01 svg {
    fill: #44baff;
}
.recruitIndexLayout #main #c03 .handa_box .link_box01 a {
    color: #44baff;
}
.recruitIndexLayout #main #c03 .nishi_box .link_box01 svg {
    fill: #faa64e;
}
.recruitIndexLayout #main #c03 .nishi_box .link_box01 a {
    color: #faa64e;
}
.recruitIndexLayout #main #c03 .nishi_box .rec_box .border_none::after,
.recruitIndexLayout #main #c03 .handa_box .rec_box .border_none::after,
.recruitIndexLayout #main #c03 .medhilife_box .rec_box .border_none::after,
.recruitIndexLayout #main #c03 .rec_box .border_none::after{
    content: none;
}


			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
                .recruitIndexLayout #main #c01 .cassette {
                    padding: 120px 0;
                }
                .recruitIndexLayout #main #c01 .cassette .box01 {
                  font-size: 2rem;
                }
                .recruitIndexLayout #main #c01 .bg {
                    height: 360px;
                    background-position-x: auto;
                }
                .recruitIndexLayout #main #c02 .flex > div {
                    width: 48%;
                }
                .recruitIndexLayout #main #c04 .tel_text {
                    font-size: 3.4rem;
                }
                .recruitIndexLayout #main #c04 .borderBox {
                    padding: 65px 0;
                    width: 92%;
                }
                .recruitIndexLayout #main #c04 .tel_text span img {
                  margin-bottom: 10px;
                }
                .recruitIndexLayout #main #c04 .titleIcon02 {
                    max-width: 190px;
                }
                .recruitIndexLayout #main #c01 .bg {
                  background-image: url("../img/index_03_bg01.png");
                }
                .recruitIndexLayout #main #c03 .flex > div {
                    width: 48%;
                }
                
                .recruitIndexLayout #main #c03 .con_box .con_ttl {
                    font-size: 97%;
                }
                .recruitIndexLayout #main #c03 .con_box .con_ttl::before {
                    top: 7px;
                }
                .recruitIndexLayout #main #c03 .con_box .con_ttl::after {
                    top: 13px;
                }
                .recruitIndexLayout #main #c03 .con_box .con_ttl::before,
                .recruitIndexLayout #main #c03 .con_box .con_ttl::after {
                    width: 16px;
                    height: 6px;
                }
                
                .recruitIndexLayout #main #c03 .rec_box .rec_in .jim {
                    width: 40px;
                }
                .recruitIndexLayout #main #c03 .cassette >.flex {
                    flex-wrap: wrap;
                }
                .recruitIndexLayout #main #c03 .medhilife_box .con_box {
                    padding: 24px 15px;
                }
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1170px) {
                .recruitIndexLayout #main #c03 .con_box {
                    padding: 10px 15px;
                }
                .recruitIndexLayout #main #c03 .con_box > div {
                    width: 60%;
                }
                .recruitIndexLayout #main #c03 .con_box .con_ttl {
                    width: 36%;
                    font-size: 145%;
                    padding-left: 30px;
                }
                .recruitIndexLayout #main #c03 h4 {
                    font-size: 140%;
                }
                .recruitIndexLayout #main #c03 .rec_box .rec_in svg {
                    height: 60px;
                    width: 50px;
                }
                .recruitIndexLayout #main #c03 .rec_box .rec_in > span {
                    font-size: 110%;
                    display: inline-block;
                    width: 100%;
                    max-width: 170px;
                }
                .recruitIndexLayout #main #c03 .rec_box .rec_in > .josyu {
                    display: flex;
                    align-items: center;
                }
                .recruitIndexLayout #main #c03 .rec_box ul > li {
                    padding: 20px 5px;
                    width: calc(50% - 10px);
                }
                .recruitIndexLayout #main #c03 .rec_box .rec_in {
                    justify-content: center;
                }
                .recruitIndexLayout #main #c03 .con_box .tel_txt {
                    font-size: 150%;
                }
                .recruitIndexLayout #main #c03 .con_box .s {
                    font-size: 100%;
                }
                .recruitIndexLayout #main #c03 .con_box .tel_txt svg {
                    width: 20px;
                }
                .recruitIndexLayout #main #c03 .link_box01 a {
                    font-size: 120%;
                }
                .recruitIndexLayout #main #c03 .abe_box .rec_box li:nth-child(4) .rec_in svg,
                .recruitIndexLayout #main #c03 .abe_box .rec_box li:nth-child(5) .rec_in svg {
                    height: 50px;
                }
                .recruitIndexLayout #main #c03 .medhilife_box .rec_box .rec_in > span {
                    display: flex;
                    align-items: center;
                }
			}


/* clearfix
------------------------------------*/

.clearfix:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
overflow:hidden;
}

.clearfix {
display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
height: 1%
}

.clearfix {
display:block;
}
/* end MacIE5 */