@charset "utf-8";
/* CSS Document */
html {
	font-size: 62.5%;
}
body {
	min-width: 0;
}
.forSp {
	display: none;
}
.contentWrap {
	width: 70%;
	max-width: 980px;
	margin: 0 auto;
	border-left: 5px solid #FF648C;
	border-right: 5px solid #FF648C;
	padding-top: 129px;
}
.contentBlock {
	width: 98%;
	padding: 0 0 3%;
}
.contentBlock p {
	font-size: 1.4rem;
	padding: 0 10px;
	margin: 0 auto;
	line-height: 1.5;
}
.messageBlock {
	border: 1px solid #FF668C;
	box-sizing: border-box;
	margin: 3% 0;
}
li {
	padding-left: 0;
	text-indent: 0;
}
h4 {
	background: #FF668C;
	font-size: 1.8rem;
	font-weight: bold;
	text-indent: 1em;
	color: #ffffff;
}
h5 {
	background: #FFEBF0;
	border: 1px solid #FF648C;
	box-sizing: border-box;
	font-size: 1.6rem;
	font-weight: bold;
	text-indent: 1em;
}
/*---------------------------------------------
店名・お店からのメッセージ等
---------------------------------------------*/
#shopName {
	background: #FFEBF0;
	padding-bottom: 1.5%;
	border-bottom: 1px solid #FF648C;
	box-sizing: border-box;
}
#shopName h2 {
	color:#ffffff;
	font-size: 28px;
	font-weight: bold;
	text-align: left;
	line-height: 1.2em;
	width: 980px;
	margin: 0 auto;
	padding: 37px 0;
	font-weight: bold;
	font-size: inherit;
}
#shopName dl {
	padding: 0 1%;
}
#shopName dl dt {
	font-size: 1.4rem;
	display: inline-block;
	background: #FF648C;
	color: #ffffff;
	border-radius: 8px;
	padding: 4px 7px;
	line-height: 1;
	margin-right: 0.5%;
}
#shopName dl dd {
	display: inline-block;
	font-size: 1.4rem;
}
#shopMessage .mainTopImg {
	margin-top: 3%;
}
#shopMessage .contentBlock {
	padding-bottom: 0;
}
#shopMessage h3 {
  color: #ff6b93;
  background: none;
  text-align: left;
  letter-spacing: 0;
  text-indent: 0;
  width: 980px;
  max-width: calc(100% - 30px);
  position: static;

  margin: 0 auto;
  padding: 28px 0 18px;

  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;

  height: auto;
  border-radius: 0;
}
.contentBlock {
	width: 980px;
	margin: 0 auto 0;
	padding: 50px 0;
}
.pickUpArea {
	background-color:#fef9dc;
	padding: 20px;
}
/*---------------------------------------------
在籍女性からのメッセージ
---------------------------------------------*/
.profileBrock {
	position: relative;
	padding: 32px;
	margin-bottom: 2%;
	z-index: 1;
}
.bg {
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0.5;
}
.girlsPhoto {
	width: 30%;
	float: left;
	border: 0.5rem solid #ffffff;
	box-sizing: border-box;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.4));
}
.rightContent {
	width: 613px;
	float: right;
}
.profile {
	width: 63%;
	padding: 2%;
	margin: 0 auto 2%;
	background-color: rgba(255,255,255,0.7);
	float: right;
	border-radius: 0.8rem;
}
.profile p {
	padding: 0.4rem 0;
	font-size: 1.6rem;
}
.profile table {
	width: 100%;
}
.profile table tr {
	font-size: 1.4rem;
	line-height: 1.5;
}
.profile table th {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 2;
}
.profile table td {
	font-size: 1.6rem;
	line-height: 1.8;
	width: 23%;
}
.profile table td:nth-child(2n) {
	width: 77%;
}
.reason {
	width: 67%;
	background-color: rgba(255,255,255,0.7);
	box-sizing: border-box;
	margin-top: 3%;
	padding: 2%;
	float: right;
	border-radius: 0.8rem;
}
h6 {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 10px;
}
.reason p {}
span.pink {
	color: #ff56a8;
	font-weight: bold;
	font-size: 1em;
}
.girlsMessage {
	padding: 10px;
}
/*---------------------------------------------
疑問解決！店長さんに質問
---------------------------------------------*/
#shopQa .respondent {
	background: #FFF8E0;
	border: 1px solid #FFE89E;
	box-sizing: border-box;
	width: 98%;
	margin: 2% auto;
	padding: 2%;
}
#shopQa .respondent .respondentImg {
	width: 10%;
	float: left;
	margin-right: 3%;
}
#shopQa .respondent .respondentImg img {
	border-radius: 50px;
}
#shopQa .respondent .profile {
	display: inline-block;
	width: 26%;
}
#shopQa .respondent .profile dt {
	display: inline-block;
	background: #ffaf24;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.7rem;
	padding: 0 5%;
	line-height: 1.5;
}
#shopQa .respondent .profile {
	float: left;
}
#shopQa .respondent .profile dd {
	font-size: 1.8rem;
}
#shopQa .respondent .profile span {
	font-weight: bold;
}
#shopQa .respondent .respondentComment:before {
	content: "";
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-right: 20px solid #FFF8E0;
	border-bottom: 20px solid transparent;
	border-left: 20px solid transparent;
	display: inline-block;
	position: absolute;
	top: 32px;
	left: -40px;
	z-index: 1;
}
#shopQa .respondent .respondentComment {
	position: relative;
	float: right;
	width: 56%;
	height: 5em;
	padding-left: 1%;
	border-left: 1px solid #CCCCCC;
}
#shopQa .respondent .respondentComment:after {
	content: "";
	width: 0;
	height: 0;
	border-top: 21px solid transparent;
	border-right: 21px solid #CCCCCC;
	border-bottom: 21px solid transparent;
	border-left: 21px solid transparent;
	display: inline-block;
	position: absolute;
	top: 31px;
	left: -43px;
	z-index: 0;
}
#shopQa .qaBlock .qaBox {
	float: left;
	width: 46%;
	padding-left: 0;
	text-indent: 0;
	margin: 1% 0;
}
#shopQa .qaBlock .qaBox:nth-child(even) {
	float: right;
}
#shopQa .qaBlock .qaBox .question:before {
	content: "Q";
	display: inline-block;
	width: 1.3em;
	height: 1.3em;
	background: #3399FF;
	color: #ffffff;
	font-weight: bold;
	border-radius: 50px;
	line-height: 1.3;
	text-align: center;
	margin-right: 1%;
	vertical-align: middle;
	text-indent: 0em;
}
#shopQa .qaBlock .qaBox .question {
	width: 90%;
	text-indent: -1.5em;
	padding: 2% 2% 2% 2em;
	background: #E8F4FF;
	margin: 0 auto;
	border-radius: 5px;
	line-height: 1.5;
	font-size: 1.3vw;
	font-weight: bold;
}
#shopQa .qaBlock .qaBox .answer {
	margin-top: 2%;
}
#shopQa .qaBlock .qaBox .answer .answerImg {
	width: 16%;
	float: left;
	border: 1px solid #CCCCCC;
	border-radius: 10px;
	overflow: hidden;
	margin-left: 2%;
}
#shopQa .qaBlock .qaBox .answer .balloon:before {
	content: "";
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-right: 15px solid #ffffff;
	border-bottom: 15px solid transparent;
	border-left: 15px solid transparent;
	display: inline-block;
	position: absolute;
	top: 14px;
	left: -30px;
	z-index: 1;
}
#shopQa .qaBlock .qaBox .answer .balloon {
	width: 72%;
	float: right;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	padding: 2%;
	position: relative;
}
#shopQa .qaBlock .qaBox .answer .balloon:after {
	content: "";
	width: 0;
	height: 0;
	border-top: 16px solid transparent;
	border-right: 16px solid #CCCCCC;
	border-bottom: 16px solid transparent;
	border-left: 16px solid transparent;
	display: inline-block;
	position: absolute;
	top: 13px;
	left: -32px;
	z-index: 0;
}
#shopQa .qaBlock .qaBox:nth-of-type(2n+1) {
	clear: both;
}
/*---------------------------------------------
募集情報
---------------------------------------------*/
#recruitInfo table, #contact table {
	margin-top: 2%;
	width: 100%;
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
}
#recruitInfo table th, #contact table th {
	width: 30%;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	box-sizing: border-box;
	padding: 2%;
	background: #FFEBF0;
	color: #FF648C;
	font-weight: bold;
	font-size: 1.8rem;
	vertical-align: middle;
}
#recruitInfo table th, #contact table th:first-of-type {
	border-top: none;
}
#recruitInfo table td, #contact table td {
	width: 70%;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #CCCCCC;
	box-sizing: border-box;
	padding: 2%;
	vertical-align: middle;
	font-size: 1.8rem;
	line-height: 1.5;
}
#recruitInfo table td a, #contact table td a {
	font-size: inherit;
	display: inline-block;
	margin: 1%;
}
#recruitInfo table ul {
	letter-spacing: -4em;
	overflow: hidden;
	padding: 4px 0 5px 0;
}
#recruitInfo table ul li {
	font-size: 1.5vw;
	padding: 3px 0;
	letter-spacing: normal;
	background: #FFF1AB;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	float: left;
	width: 16%;
	text-align: center;
}
#recruitInfo table ul li:first-child {
	border-left: 1px solid #cccccc;
	border-radius: 10px 0 0 10px;
}
#recruitInfo table ul li:last-child {
	border-radius: 0 10px 10px 0;
}
/*---------------------------------------------
注目ポイント
---------------------------------------------*/
#point ul {
	margin-top: 1%;
	margin-left: 1.6%;
	display: flex;
	flex-wrap: wrap;
}
#point ul li {
	border-radius: 10px;
	font-size: 1vw;
	text-align: center;
	width: 12.46vw;
	flex: 0 0 auto;
	margin: 0 8px 8px 0;
}
.ok {
	color: #7C4855;
	background: #FFCCD9;
	border: 1px solid #FFA6BC;
}
.ng {
	background: #DDDDDD !important;
	color: #ffffff;
	border: 1px solid #BBBBBB;
}
/*---------------------------------------------
応募・お問い合わせ
---------------------------------------------*/
#contact table {
	margin-top: 2%;
}
#contact table th {
	width: 30%;
	border: 1px solid #CCCCCC;
	padding: 2%;
	background: #FFEBF0;
	color: #FF648C;
	font-weight: bold;
	font-size: 1.8rem;
	vertical-align: middle;
}
#contact table td {
	width: 70%;
	border: 1px solid #cccccc;
	padding: 2%;
	vertical-align: middle;
	font-size: 1.8rem;
}
#contact table td a {
	font-size: inherit;
}
#contact .tel a, #contact .address a {
	color: #3C9DFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 2.5rem;
}
#contact .tel span {
	display: block;
	font-size: 1.4rem;
	line-height: 1;
	color: initial;
}
#contact .lineId {
	color: #30C010;
	font-weight: bold;
	text-decoration: none;
	font-size: 2.5rem;
}
/*---------------------------------------------
他の人はこんな求人にも応募してます。
---------------------------------------------*/
aside #otherRecruit h4 {
	background: #FFEBF0;
	border-top: 3px solid #FF668C;
	border-right: none;
	border-bottom: none;
	border-left: none;
	color: inherit;
}
aside #otherRecruit h4 span {
	color: #FF668C;
	font-weight: bold;
	font-size: 2.1rem;
}
#otherRecruit ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 100%;
}
#otherRecruit li {
	width: 30%;
	margin: 0 auto;
}
#otherRecruit ul li a {
	margin-top: 6%;
	padding: 5%;
	display: block;
	border: 1px solid #cccccc;
	border-radius: 5px;
	text-decoration: none;
}
#otherRecruit otherImg {
	width: 100%;
	margin: 0 auto;
}
#otherRecruit .otherText .otherTitle {
	width: 100%;
	color: #FF668C;
	font-weight: bold;
	font-size: 1.2vw;
	margin-top: 2%;
}
#otherRecruit .otherText .otherShopName {
	width: 100%;
	color: initial;
}
footer {
	min-width: 0;
}
footer #copyright {
	padding: 3% 0;
}
footer #copyright small {
	font-size: 2vw;
}
footer #copyright small a {
	font-size: 2vw;
}
footer #groupLogo {
	padding: 4% 0;
}

/*---------------------------------------------
下部固定リンク
---------------------------------------------*/

.fixed_cta{
    width: 100%;
    padding: 0.75em 2vw;
    background: rgba(246,246,246,0.85);
    border-top: solid 1px #e6e6e6;
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: center;
    display: flex;
    justify-content: center;
}

.fixed_cta .btn_pink{
    display: block;
    width: 50%;
    max-width: 200px;
    margin: 0 2vw;
    font-size: min(3.5vw,1em);
    text-decoration: none;
    font-weight: bold;
    border-radius: 5em;
    padding: 10px 20px;
}

.fixed_cta .btn_pink{
    background: #e94a6a !important;
    color: #fff !important;
}

.fixed_cta .bt_line{
    background: #06c655 !important;
    color: #fff !important;
}

.fixed_spacer{
    height: 50px;
}

*,*::before,*::after{
  box-sizing:border-box
}

/*******縦長の場合メディアクエリ**********/
@media screen and (orientation: portrait) {
	/*-----------------------------------------
	スマホ用フッター　ここから
-----------------------------------------*/
	footer #copyright small {
		font-size: 3vw;
	}
	footer #copyright small a {
		font-size: 3vw;
	}
	footer #groupLogo img {
		width: 50%;
	}
	/*-----------------------------------------
	スマホ用フッター　ここまで
-----------------------------------------*/
	header .forSp #headerLogo {
		margin-top: 0;
	}
	.flatBtn {
		height: 50px;
		line-height: 50px;
	}
	#shopName h2:before {
		width: 1.5%;
	}
	  #shopMessage h3 {
		width: calc(100% - 30px);
		max-width: none;
		font-size: 1.6rem;
		line-height: 1.5;
		padding: 16px 0 12px;
		margin: 0 auto;
		height: auto;
		border-radius: 0;
	}
	#shopQa .respondent .profile {
		width: 56%;
		float: none;
	}
	#shopQa .respondent .respondentComment {
		float: none;
		width: 100%;
		border-left: none;
		border-top: 1px solid #cccccc;
		margin-top: 3%;
		padding-top: 1%;
	}
	#shopQa .respondent .respondentComment:before {
		border-top: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 10px solid #FFF8E0;
		border-left: 10px solid transparent;
		top: -19px;
		left: 19px;
	}
	#shopQa .respondent .respondentComment:after {
		border-top: 11px solid transparent;
		border-right: 11px solid transparent;
		border-bottom: 11px solid #CCCCCC;
		border-left: 11px solid transparent;
		top: -22px;
		left: 18px;
	}
	#shopQa .qaBlock .qaBox .question {
		width: 90%;
		font-size: 3.7vw;
	}

	#shopQa .qaBlock .qaBox {
		float: none;
		width: 100%;
		margin: 3% 0;
	}
	#shopQa .qaBlock .qaBox:nth-child(even) {
		float: none;
	}
	#point ul li {
		font-size: 2.6vw;
		width: 22%;
		margin: 0 6px 6px 0;
	}
	#recruitInfo table th, #contact table th {
		display: block;
		width: 100%;
	}
	#recruitInfo table td, #contact table td {
		display: block;
		width: 100%;
		border-top: none;
		border-bottom: none;
	}
	#recruitInfo table ul li {
		font-size: 4vw;
	}
	#contact .tel a, #contact .address a {
		font-size: 4.5vw;
	}
	#otherRecruit ul {
		display: block;
	}
	#otherRecruit li {
		width: 96%;
	}
	#otherRecruit ul li a {
		border: none;
		border-bottom: 1px solid #cccccc;
		border-radius: 0;
		padding: 2%;
	}
	#otherRecruit .otherText .otherTitle {
		font-size: 4.8vw;
	}
	#otherRecruit ul li:last-child a {
		border: none;
	}
}
/*******
スマホ用メディアクエリ

機種ごとは下にあります。
**********/
@media screen and (max-width: 500px) and (min-width: 300px) {
	/* =========================================================
 header
--------------------------------------------------------- */
	header {
		position: fixed;
		width: 100%;
		background-color: #ffffff;
		z-index: 2;
		box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
		top: 0;
		padding-bottom: 3%;
		left: 0;
	}
	header:before {
		content: "";
		display: block;
		height: 1px;
		padding-top: 1.2%;
		background-color: #ff658d;
		background-image: linear-gradient(90deg, #ff658d, #ff658d 20%, #6fe2db 20%, #6fe2db 40%, #ffc56a 40%, #ffc56a 60%, #ff7878 60%, #ff7878 80%, #484848 80%, #484848);
		background-image: -webkit-linear-gradient(0deg, #ff658d, #ff658d 20%, #6fe2db 20%, #6fe2db 40%, #ffc56a 40%, #ffc56a 60%, #ff7878 60%, #ff7878 80%, #484848 80%, #484848);
		margin-bottom: 3%;
		width: 100%;
	}
	header #headerLogo {
		max-width: 321px;
		width: 50%;
		float: left;
		margin-left: 3%;
	}
	header #headerRight p {
		float: right;
		margin-right: 3%;
	}
	header #headerRight #mainContactBtn {
		max-width: 138px;
		width: 21.5%;
	}
	header #headerRight #mainContactBtn a {
		padding: 0;
	}
	header #headerRight #mainMenuBtn {
		max-width: 78px;
		width: 12%;
		z-index: 4;
		position: relative;
		transition: all 0.5s 0s ease;
		border: 1px solid #ff6283;
	}
	header #headerRight #mainMenuBtn img:last-child {
		display: none;
	}
	.open header #headerRight #mainMenuBtn {
		box-shadow: none;
		background-color: transparent;
		border: 1px solid #fff;
		box-shadow: 0 5px 0 #ffffff;
	}
	.open header #headerRight #mainMenuBtn img:first-child {
		display: none;
	}
	.open header #headerRight #mainMenuBtn img:last-child {
		display: block;
	}
	/* =========================================================
 ハンバーガーメニュー
--------------------------------------------------------- */
	#bg_sabNav {
		/* display: none; */
		position: fixed;
		top: -92.5%;
		left: -9%;
		/*background-color:#000;*/
		/* background-color:#ff6283; */
		/* background-color:rgba(255,98,131,0.5); */
		background-color: transparent;
		width: 200%;
		height: 200%;
		text-align: center;
		z-index: 3;
		transform: scale(0.05, 0.04);
		-moz-transform: scale(0.05, 0.04);
		-webkit-transform: scale(0.05, 0.04);
		transition: all .3s 0s ease;
		z-index: -1;
	}
	.open #bg_sabNav {
		transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		background-color: #ff6283;
	}
	#sabNavList {
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0%;
		z-index: 100;
		display: none;
	}
	.open #sabNavList {
		display: block;
	}
	#sabNavList ul {
		margin: 20% auto 0;
		width: 98%;
	}
	#sabNavList li {
		padding: 0;
		text-indent: 0;
		width: 100%;
		margin: 0 auto 10%;
		text-align: center;
		opacity: 0;
		-webkit-transform: scaleX(0) translateX(-260px);
		transform: scaleX(0) translateX(-260px);
		-webkit-transition: none;
		transition: none;
	}
	#sabNavList li:last-child {
		margin-bottom: 0;
	}
	#sabNavList li.active {
		opacity: 1;
		-webkit-transform: scaleX(1) translateX(0);
		transform: scaleX(1) translateX(0);
		-webkit-transition: all .3s ease-out;
		transition: all .3s ease-out;
		-webkit-transition-delay: .1s;
		transition-delay: .1s;
	}
	#sabNavList li a {
		color: #ffffff;
		font-weight: bold;
		font-size: 20px;
		font-size: 6.25vw;
		text-decoration: none;
	}
	/* =========================================================
 在籍女性からのメッセージ
--------------------------------------------------------- */
	.profileBrock {
		padding: 3%;
	}
	.girlsPhoto {
		width: 30%;
		float: left;
		border: 0.2rem solid #ffffff;
	}
	.rightContent {
		width: 68%;
		float: right;
	}
	.profile {
	}
	.profile table {
		width: 100%;
	}
	.profile table tr {
	}
	.profile table th {
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 2;
	}
	.profile table td {
		font-size: 1.4rem;
		line-height: 1.8;
		width: 23%;
	}
	.profile table td:nth-child(2n) {
		width: 77%;
	}
	.profile p {
		padding: 0;
	}
	.reason {
		width: 100%;
		padding: 3% 0;
		margin-top: 2%;
	}
	h6 {
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1em;
		letter-spacing: -1px;
		padding-bottom: 2%;
		margin-bottom: 0;
	}
	.reason p {
		/* font-size: 1rem; */
	}
	span.pink {
		color: #ff56a8;
		font-weight: bold;
		font-size: 1em;
	}
	.contentBlock p {
		font-size: 1.4rem;
		margin: 0 auto;
		line-height: 1.5;
		padding: 0 2%;
	}
	.messageBlock {
	}
	.messageBlock {
	}
	.girlsMessage {
		padding: 3%;
	}
}
/*****iPhone6Plus　iPhone7Plus*******/
@media screen and (max-width: 414px) and (min-width: 376px) {
	.forPc {
		display: none;
	}
	.forSp {
		display: block;
	}
	header {
		height: 12%;
	}
	.contentWrap {
		width: 100%;
		border: none;
		padding-top: 24%;
	}
	header:before {
		min-width: 0;
	}
}
/*******iPhone6 iPhone7用メディアクエリ**********/
@media screen and (max-width: 375px) and (min-width: 361px) {
	.forPc {
		display: none;
	}
	.forSp {
		display: block;
	}
	header {
		height: 12%;
	}
	.contentWrap {
		width: 100%;
		border: none;
		padding-top: 24%;
	}
	header:before {
		min-width: 0;
	}
}
/*******Xperia用メディアクエリ**********/
@media only screen and (max-width: 360px) and (min-width: 321px) {
	.forPc {
		display: none;
	}
	.forSp {
		display: block;
	}
	.contentWrap {
		width: 100%;
		border: none;
		padding-top: 24%;
	}
	header {
		height: 15%;
	}
	header:before {
		min-width: 0;
	}
}
/******iPhone5用メディアクエリ*********/
@media screen and (max-width: 320px) {
	.forPc {
		display: none;
	}
	.forSp {
		display: block;
	}
	.contentWrap {
		width: 100%;
		border: none;
		padding-top: 24%;
	}
	header:before {
		min-width: 0;
	}
	header {
		height: 60px;
	}
	.flatBtn {
		height: 38px;
	}
	.profileBrock {
		margin: 3%;
	}
	.girlsPhoto {
		width: 30%;
		float: left;
	}
	.rightContent {
		width: 68%;
		float: right;
	}
	.profile {
		width: 67%;
		margin: 0 auto;
	}
	.profile p {

		padding: 0;
	}
	.reason {
		width: 100%;
		border: 1px solid #CCCCCC;
	}
	h6 {
		font-size: 1.2rem;
		font-weight: bold;
		line-height: 1em;
		letter-spacing: -1px;
		padding: 3% 0 1%;
	}
	.reason p {
		/* font-size: 1rem; */
	}
	span.pink {
		color: #ff56a8;
		font-weight: bold;
		font-size: 1em;
	}
	.profile table td {
    font-size: 1.4rem;
    line-height: 1.4;
    width: 23%;
}
}

/* =========================================================
募集情報テーブル（detailTable）完成版
PC: dt | dd の2カラム
SP: dt の下に dd を縦積み
========================================================= */

.detailTable {
  width: 100%;
  margin-top: 15px;
}

.detailTable .table_Style {
  width: 100%;
  border-top: 1px solid #cccccc;
  box-sizing: border-box;
}

.detailTable .table_Style dl {
  display: grid;
  grid-template-columns: 140px 1fr;
  margin: 0;
  border-bottom: 1px solid #cccccc;
}

.detailTable .table_Style dt {
  margin: 0;
  padding: 14px 12px;
  background: #FFEBF0;
  color: #FF648C;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  box-sizing: border-box;
}

.detailTable .table_Style dd {
  margin: 0;
  padding: 14px 12px;
  background: #ffffff;
  color: #353535;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  text-align: left;
  box-sizing: border-box;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.detailTable .table_Style dd a {
  color: #ff6283;
  text-decoration: none;
}

.detailTable .table_Style dd a:hover {
  text-decoration: underline;
}

/* 勤務時間などのリスト表示 */
.detailTable .table_Style dd ul {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.detailTable .table_Style dd ul li {
  margin: 0;
  padding: 4px 10px;
  background: #FFF1AB;
  border: 1px solid #cccccc;
  border-radius: 999px;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
  letter-spacing: normal;
  text-indent: 0;
}

.detailTable .table_Style dd ul li.ng {
  background: #DDDDDD !important;
  color: #ffffff;
  border: 1px solid #BBBBBB;
}

/* PCで少し見やすく */
@media screen and (min-width: 981px) {
  .detailTable .table_Style dl {
    grid-template-columns: 160px 1fr;
  }

  .detailTable .table_Style dt {
    font-size: 2rem;
    padding: 16px 14px;
  }

  .detailTable .table_Style dd {
    font-size: 1.8rem;
    padding: 16px 14px;
  }

  .detailTable .table_Style dd ul li {
    font-size: 1.5rem;
  }
}

/* タブレット〜スマホ */
@media screen and (max-width: 980px) {
  .detailTable .table_Style dl {
    grid-template-columns: 120px 1fr;
  }

  .detailTable .table_Style dt {
    font-size: 1.6rem;
    padding: 12px 10px;
  }

  .detailTable .table_Style dd {
    font-size: 1.5rem;
    padding: 12px 10px;
  }

  .detailTable .table_Style dd ul li {
    font-size: 1.3rem;
    padding: 4px 8px;
  }
}

/* スマホは縦積み */
@media screen and (max-width: 767px) {
  .detailTable {
    margin-top: 10px;
  }

  .detailTable .table_Style dl {
    grid-template-columns: 1fr;
  }

  .detailTable .table_Style dt {
    width: 100%;
    padding: 10px 12px;
    font-size: 1.5rem;
    line-height: 1.4;
    border-bottom: 1px solid #f3bfd0;
  }

  .detailTable .table_Style dd {
    width: 100%;
    padding: 12px;
    font-size: 1.4rem;
    line-height: 1.7;
  }

  .detailTable .table_Style dd ul {
    gap: 5px;
  }

  .detailTable .table_Style dd ul li {
    font-size: 1.2rem;
    padding: 4px 8px;
  }
}