@charset "utf-8";

.md_kv.is_nurse::after {
    content: "SKIN NURSE";
}
.md_kv.is_nurse .md_caption::before {
    width: 200px;
    left: 230px;
}
@media (max-width: 500px) {
    .md_kv.is_nurse .md_caption::before, .md_kv.is_nurse.is_detail .md_caption::before {
        width: 50px;
        left: 130px;
    }
}
.md_snavi_wrap {
 justify-content: center;
 border: none;
}
.md_snavi_wrap > li:last-child {
  border-right: 1px solid #ccc;
}
.md_detail_wrap section .md_text h3,
.md_detail_wrap.is_nurse h3,
.is_last.is_nurse .md_inner h3 {
	color: #f0867e;
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 30px;
	position: relative;
	text-indent: -1.3em;
	padding-left: 1.3em;
}
.l_environment section.is_03 .md_text,
.l_environment section.is_04 .md_text,
.l_environment section.is_05 .md_text,
.l_environment section.is_06 .md_text {
	width: 100%;
}
.l_environment section.is_03::before,
.l_environment section.is_04::before,
.l_environment section.is_05::before,
.l_environment section.is_06::before {
  height: calc(100% - 35px);
}
.md_detail_wrap section.is_cal2 .md_image {
	top: 0;
}
.l_works ol .md_wrap .md_time {
	width: fit-content;
}
.l_works ol .md_wrap {
	width: 240px;
  margin-left: 40px;
}
.l_works .md_works {
	justify-content: center;
}
.l_works .md_works .md_inner {
	text-align: left;
}
.l_works .md_works .md_inner ul li::before {
    content: "";
    background: #5fbccb;
    border-radius: 50%;
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 8px;
    transform: translateY(-1px);
}
@media (max-width: 950px) {
	.md_detail_wrap section .md_text h3,
	.md_detail_wrap.is_nurse h3,
	.is_last.is_nurse .md_inner h3  {
		font-size: 1.6rem;
		letter-spacing: 0;
		margin-bottom: 10px;
	}
	.l_works ol .md_wrap {
		margin-left: auto;
	}
	.l_environment section.is_03,
	.l_environment section.is_04,
	.l_environment section.is_05,
	.l_environment section.is_06 {
		margin-top: 40px;
	}
	.l_environment section.is_03::before,
	.l_environment section.is_04::before,
	.l_environment section.is_05::before,
	.l_environment section.is_06::before {
		height: calc(100% - 10px);
		top: 30px;
	}
	.l_works .md_works .md_inner ul li::before {
        content: "";
        background: #5fbccb;
        border-radius: 50%;
        display: inline-block;
        width: 7px;
        height: 7px;
        margin-right: 8px;
        transform: translateY(-1px);
	}
	.l_works .md_works .md_inner ul {
		width: 80%;
        margin: auto;
	}
}
/*------------------------------------------------

		ttl marketer

------------------------------------------------*/
.md_ttl_race {
	align-items: center;
	background: #f2948d;
	border-left: 5px solid #f2948d;
	border-right: 5px solid #f2948d;
	color: #fff;
	display: flex;
	font-size: 3.0rem;
	font-weight: bold;
	justify-content: center;
	max-width: 1120px;
	height: 100px;
	margin: 0 auto 40px;
	position: relative;
}
.md_ttl_race::before {
	background: url(../img/job/bg_ttl_race_white_left.png) no-repeat left center;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
.md_ttl_race::after {
	background: url(../img/job/bg_ttl_race_white_right.png) no-repeat right center;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
}
.md_ttl_race span {
	line-height: 1;
}
.md_ttl_race img {
	filter: brightness(1000%);
}
@media (max-width: 767px) {
	.md_ttl_race {
		border-left: 3px solid #f2948d;
		border-right: 3px solid #f2948d;
		font-size: 1.8rem;
		height: 51px;
		margin: 0 auto 20px;
	}
	.md_ttl_race::before,
	.md_ttl_race::after {
		background-size: 31.5px 51.5px;
	}
	.md_ttl_race img {
		height: 17px;
	}
	.l_topics .md_ttl_race {
		margin: 0 4% 20px;
	}
}
@media (max-width: 360px) {
	.md_ttl_race {
		font-size: 1.5rem;
		letter-spacing: 0;
	}
}

.md_ttl_gold {
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 40px;
	text-align: center;
}
.md_ttl_gold span {
	font-size: 1.6rem;
}
@media (max-width: 767px) {
	.md_ttl_gold {
		font-size: 1.3rem;
		margin: 0 4% 20px;
	}
	.md_ttl_gold span {
		display: block;
		font-size: 1.3rem;
	}
}
/*------------------------------------------------

		marketer 求人情報

------------------------------------------------*/
.l_information {
	background: #f7f7f7;
	padding: 60px 40px;
}
.l_information section {
	max-width: 1120px;
	margin: 0 auto;
	padding-top: 40px;
	position: relative;
	width: 100%;
}
.l_information section:first-of-type {
	padding-bottom: 0;
}
.l_information section + section,
.l_information section:nth-of-type(2n) {
	margin-top: 40px !important;
}
.l_information .md_point {
	align-content: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 22%;
	text-align: center;
	position: absolute;
	top: 0;
	z-index: 5;
}
.l_information .is_01 .md_point,
.l_information .is_03 .md_point,
.l_information .is_05 .md_point {
	left: 0;
}
.l_information .is_02 .md_point,
.l_information .is_04 .md_point {
	right: 0;
}
.l_information .is_01 .md_point {
	background: url(/recruit/img/job/marketing/bg_info_01.png) no-repeat center center;
	background-size: contain;
	width: 235px;
	height: 192px;
}
.l_information .is_02 .md_point {
	background: url(../img/job/marketing/bg_info_02.png) no-repeat center center;
	background-size: contain;
	width: 238px;
	height: 192px;
}
.l_information .is_03 .md_point {
	background: url(../img/job/marketing/bg_info_03.png) no-repeat center center;
	background-size: contain;
	width: 243px;
	height: 192px;
}
.l_information .is_04 .md_point {
	background: url(../img/job/marketing/bg_info_04.png) no-repeat center center;
	background-size: contain;
	width: 241px;
	height: 194px;
}
.l_information .is_05 .md_point {
	background: url(../img/job/marketing/bg_info_05.png) no-repeat center center;
	background-size: contain;
	width: 241px;
	height: 194px;
}
.l_information .md_point i {
	width: 100%;
}
.l_information .md_point em {
	color: #d5c72e;
	font-size: 2.4rem;
	width: 100%;
	margin-top: 20px;
}
.l_information .md_image {
	max-width: 27%;
	position: absolute !important;
	/* top: 20px; */
	z-index: 5 !important;
}
.l_information .is_01 .md_image,
.l_information .is_03 .md_image,
.l_information .is_05 .md_image {
	right: 0;
}
.l_information .is_02 .md_image,
.l_information .is_04 .md_image {
	left: 0;
}
.l_information .md_image .is_round::before {
	border: 3px solid #fff370;
	border-radius: 50%;
	box-sizing: border-box;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	position: absolute;
	top: -10px;
	z-index: 10;
}
.l_information .is_01 .md_image .is_round::before,
.l_information .is_03 .md_image .is_round::before,
.l_information .is_05 .md_image .is_round::before {
	right: -10px;
}
.l_information .is_02 .md_image .is_round::before,
.l_information .is_04 .md_image .is_round::before {
	left: -10px;
}
.l_information .md_border_shadow {
	position: relative;
}
.l_information .is_01 .md_border_shadow,
.l_information .is_03 .md_border_shadow,
.l_information .is_05 .md_border_shadow {
	margin: 0 15% 0 20%;
}
.l_information .is_02 .md_border_shadow,
.l_information .is_04 .md_border_shadow {
	margin: 0 20% 0 15%;
}
.l_information .md_border_shadow::after {
	background: url(../img/common/bg_shadow.png) repeat center center;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: -5px;
	right: -5px;
}
.l_information .md_border_shadow div {
	background: #fcfcfc;
	border: 1px solid #ccc;
	font-size: 1.4rem;
	min-height: 250px;
	text-align: justify;
	position: relative;
	z-index: 1;
}
.l_information .is_01 .md_border_shadow div,
.l_information .is_03 .md_border_shadow div,
.l_information .is_05 .md_border_shadow div {
	padding: 35px 25% 35px 9%;
}
.l_information .is_02 .md_border_shadow div,
.l_information .is_04 .md_border_shadow div {
	padding: 35px 9% 35px 25%;
}
/* 写真が無い場合 */
.l_information .is_04  .md_border_shadow div {
	padding: 35px 9% 35px 10%;
}
.l_information .is_05 .md_border_shadow div {
	padding: 35px 10% 35px 9%;
}
.l_information .md_border_shadow div h3 {
	color: #f2948d;
	font-size: 2.4rem;
	font-weight: bold;
	position: absolute;
	top: -1.4em;
}
.l_information .is_01 .md_border_shadow div h3,
.l_information .is_03 .md_border_shadow div h3,
.l_information .is_05 .md_border_shadow div h3 {
	left: 9%;
}
.l_information .is_02 .md_border_shadow div h3,
.l_information .is_04 .md_border_shadow div h3 {
	left: 25%;
}
/* 写真が無い場合 */
.l_information .is_04 .md_border_shadow div h3 {
	left: 10%;
}
.l_information .md_border_shadow div p + p {
	margin-top: 10px;
}
@media (max-width: 900px) {
	.l_information {
		padding: 60px 30px;
	}
	.l_information section + section,
	.l_information section:nth-of-type(2n) {
		margin-top: 25px !important;
	}
	.l_information .md_point em {
		font-size: 1.8rem;
		margin-top: 15px;
	}
	.l_information .is_01 .md_border_shadow div,
	.l_information .is_03 .md_border_shadow div,
	.l_information .is_05 .md_border_shadow div {
		padding: 25px 25% 25px 9%;
	}
	.l_information .is_02 .md_border_shadow div,
	.l_information .is_04 .md_border_shadow div {
		padding: 25px 9% 25px 25%;
	}
	.l_information .md_border_shadow div h3 {
		font-size: 1.8rem;
	}
}
@media (max-width: 767px) {
	.l_information {
		padding: 30px 15px;
	}
	.l_information section {
		padding-top: 40% !important;
	}
	.l_information section:nth-of-type(n+4) {
		padding-top: 31% !important;
	}
	.l_information section + section,
	.l_information section:nth-of-type(2n) {
		margin-top: 20px !important;
	}
	.l_information .md_point {
		max-width: 38%;
	}
	.l_information .is_01 .md_point,
	.l_information .is_03 .md_point,
	.l_information .is_05 .md_point {
		left: 5%;
	}
	.l_information .is_02 .md_point,
	.l_information .is_04 .md_point {
		right: 5%;
	}
	.l_information .is_01 .md_point,
	.l_information .is_02 .md_point,
	.l_information .is_03 .md_point,
	.l_information .is_04 .md_point,
	.l_information .is_05 .md_point {
		width: 40%;
	}
	.l_information .md_point i {
		width: 100%;
	}
	.l_information .md_point em {
		font-size: 1.6rem;
		margin-top: 10px;
	}
	.l_information .md_image {
		max-width: 48%;
		top: 0;
	}
	.l_information .is_01 .md_image,
	.l_information .is_03 .md_image,
	.l_information .is_05 .md_image {
		right: 0;
	}
	.l_information .is_02 .md_image,
	.l_information .is_04 .md_image {
		left: 0;
	}
	.l_information .md_image .is_round::before {
		border: 2px solid #fff370;
		top: -5px;
	}
	.l_information .is_01 .md_image .is_round::before,
	.l_information .is_03 .md_image .is_round::before,
	.l_information .is_05 .md_image .is_round::before {
		right: -5px;
	}
	.l_information .is_02 .md_image .is_round::before,
	.l_information .is_04 .md_image .is_round::before {
		left: -5px;
	}
	.l_information .is_01 .md_border_shadow,
	.l_information .is_03 .md_border_shadow,
	.l_information .is_02 .md_border_shadow,
	.l_information .is_04 .md_border_shadow,
	.l_information .is_05 .md_border_shadow {
		margin: 0 15px;
	}
	.l_information .md_border_shadow div {
		font-size: 1.35rem;
	}
	.l_information .is_01 .md_border_shadow div,
	.l_information .is_03 .md_border_shadow div,
	.l_information .is_02 .md_border_shadow div,
	.l_information .is_04 .md_border_shadow div,
	.l_information .is_05 .md_border_shadow div {
		padding: 10% 15px;
	}
	.l_information .md_border_shadow div h3 {
		font-size: 1.6rem;
		margin-bottom: 10px;
		position: static;
		top: auto;
	}
	.l_information .is_01 .md_border_shadow div h3,
	.l_information .is_03 .md_border_shadow div h3,
	.l_information .is_05 .md_border_shadow div h3 {
		left: auto;
	}
	.l_information .is_02 .md_border_shadow div h3,
	.l_information .is_04 .md_border_shadow div h3 {
		left: auto;
	}
	.l_information .md_border_shadow div p + p {
		margin-top: 5px;
	}
}
@media (max-width: 450px) {
	.l_information .md_point {
		top: 10px;
	}
	.l_information .is_01 .md_point {
		width: 117.5px;
		height: 96px;
	}
	.l_information .is_02 .md_point {
		width: 119px;
		height: 96px;
	}
	.l_information .is_03 .md_point {
		width: 121.5px;
		height: 96px;
	}
	.l_information .is_04 .md_point {
		width: 120.5px;
		height: 97px;
	}
	.l_information .is_05 .md_point {
		width: 120.5px;
		height: 97px;
	}
	.l_information .md_border_shadow div {
		font-size: 1.25rem;
	}
	.l_information .md_border_shadow div h3 {
		font-size: 1.5rem;
	}
}

/*-------------*/

.l_information section .md_image p:first-child img {
	border-radius: 1000px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}