@charset "UTF-8";
.contents-wrap section.box {
	background: #fff;
	padding: 30px 30px 40px;
	border-radius: 8px;
	border: 1px solid #eeeeee;
	box-shadow: 0 0.5rem 0.5rem 0px rgba(206,206,206,.1);
	margin-bottom: 20px;
}

/*------------------------
コンカフェ派遣で
------------------------*/
#top-image{
	background: url(/computer/images/shop/top_bg.png) no-repeat center;
	background-size: cover;
	position: relative;
}

#top-image .inner{
	width: 1000px;
	margin: 0 auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	padding: 0 20px
}
#top-image h2{
	width: 440px;
	margin-bottom: 30px;
}
#top-image .parson .image{
	width: 380px;
	height: 470px;
	margin-top: -30px;
}
#top-image .textarea{
	margin-left: -30px;
	padding: 110px 80px 110px 105px;
	background: url(/computer/images/shop/bg_kumo.png) no-repeat;
	background-size: contain;
	flex: 1;
}
#top-image .textarea li{
	font-size: 22px;
	border-bottom: 2px dotted #a0a0a0;
	margin-bottom: 8px;
	letter-spacing: .02em;
	padding-bottom: 6px;
	width: 330px;
}
#top-image .textarea li span{
	color: var(--pink);
	margin-right: 5px;
}

/*------------------------
コンカフェ(コンセプトカフェ)とは
------------------------*/
#about .ttl-wrap{
	margin-bottom: 20px;
	margin-top: 0px;
}
#about .ttl-wrap h2{
	font-size: 28px;
}
#about .subttl{
	font-size: 16px;
	text-align: center;
	margin-bottom: 20px;
}

/* こんな自分になれる！ */
#about .box{
	background: #fff;
	border: 2px solid var(--b-pink);
	padding: 20px 220px 10px 50px;
	border-radius: 8px;
	position: relative;
	width: 800px;
	margin: 0 auto 20px;
}
#about .box::after{
	content: "";
	width: 260px;
	height: 165px;
	background: url(/computer/images/shop/illust_concafe04.png) no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0;
	right: 20px;
}
#about .box .ttl{
	margin-bottom: 25px;
}
#about .box .ttl span{
	font-size: 24px;
	letter-spacing: .04em;
	font-weight: bold;
	padding: 0 10px 5px 0;
	background-image: linear-gradient(rgba(0,0,0,0) 70%, rgb(255,220,46,.2) 70%);
}
#about .box ul{
	display: flex;
	flex-wrap: wrap;
}
#about .box ul li{
	display: flex;
	align-items: center;
	font-size: 18px;
	margin-bottom: 20px;
	width: 130px;
	font-weight: 500;
}
#about .box ul li::before{
	content: "";
	width: 28px;
	height: 24px;
	background: url(/computer/images/shop/icon_check.png) no-repeat;
	background-size: contain;
	display: block;
	margin-right: 5px;
}
#about .last{
	text-align: center;
}
#about .last span{
	font-size: 26px;
	position: relative;
	font-weight: bold;
}
#about .last span::before {
	content: "";
	width: 100%;
	height: 1px;
	background: url(/computer/images/common/asirai_line.svg) no-repeat;
	background-size: cover;
	position: absolute;
	bottom: -10px;
}

/*------------------------
コンカフェ派遣のお仕事例
------------------------*/
#job {
	background: url(/computer/images/common/bg_check_pink.png);
}
#job .ttl-wrap{
	margin-bottom: 20px;
}

/* ブロック */
#job .block-wrap{
	margin-bottom: 40px;
}
#job .block a{
	background: #fff;
	border: 1px solid #cccccc;
	padding: 25px;
	border-radius: 8px;
	width: 400px;
	margin: 0 20px;
}
#job .block .tag {
	background: #67bcc2;
	margin: 0 0 10px -25px;
	display: table;
	border-radius: 0 5px 5px 0;
	color: #fff;
	font-size: 16px;
	width: 180px;
	height: 38px;
	line-height: 1.4;
	display: flex;
	align-items: center;
	justify-content: center;
}
#job .block h3 {
	font-size: 17px;
	display: inline-flex;
	align-items: center;
	white-space: nowrap;
	border-bottom: 1px solid var(--b-pink);
	margin-bottom: 15px;
	line-height: 1.4;
	padding-bottom: 6px;
}
#job .block h3::before {
	content: "";
	width: 23px;
	height: 29px;
	background: url(/computer/images/common/icon_pin.png) no-repeat;
	background-size: contain;
	display: block;
	margin-right: 8px;
}
#job .block .shop {
	width: 345px;
	height: 230px;
	margin-bottom: 15px;
}
#job .block .shop img {
	border-radius: 10px;
}
#job .block table {
	flex: 1;
	width: 100%;
	border-collapse: collapse;
}
#job .block table th, #job .block table td {
	font-size: 16px;
	padding: 5px 10px;
}
#job .block table th {
	background: var(--bg_yellow);
	border-bottom: 1px solid #fff;
}
#job .block table td {
	border-bottom: 1px solid var(--gray);
}
#job .btn a{
	width: 400px;
	height: 60px;
	font-size: 16px;
	margin: 0 auto;
}

/* やじるし */
.slick-prev,.slick-next {
	background: var(--b-pink);
	width: 50px;
	height: 50px;
	z-index: 10;
}
.slick-prev:before,.slick-next:before {
	content: '';
	width: 9px;
	height: 9px;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: rotate( 45deg);
	transform: rotate( 45deg);
	display: block;
	margin-left: 16px;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	background: var(--b-pink);
}
.slick-next {
	left: auto;
}
.slick-next::before {
	-webkit-transform: rotate( -135deg);
	transform: rotate( -135deg);
}

/*------------------------
コンカフェ派遣は魅力がいっぱい！
------------------------*/
#charm{
	background: var(--bg_yellow);
}
#charm .ttl-wrap{
	margin-bottom: 20px;
}
#charm .block-wrap .block{
	background: #fff;
	border: 1px solid var(--yellow);
	border-radius: 8px;
	padding: 15px 20px;
	margin-bottom: 15px;
}
#charm .block-wrap .block:last-child{
	margin-bottom: 0;
}
#charm .block h3 {
	font-size: 22px;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
#charm .block h3 span {
	color: #ffdc2e;
	font-size: 36px;
	line-height: 1;
	letter-spacing: -.04em;
	display: block;
	margin-right: 20px;
}
#charm .block .text{
	width: 500px;
	line-height: 1.5;
	font-size: 16px;
}


/*------------------------
コンカフェ派遣体験談
------------------------*/
#experiences .ttl-wrap{
	margin-bottom: 20px;
}
#experiences .sub-text{
	text-align: center;
}

/* box */
#experiences .block{
	border: 2px solid #cccccc;
	padding: 25px 30px;
	border-radius: 8px;
}
#experiences .block .textarea{
	flex: 1;
}
#experiences .block .name{
	color: var(--b-pink);
	font-size: 15px;
}
#experiences .block .sub{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 6px;
}
#experiences .block .image{
	width: 150px;
	height: 150px;
	margin-right: 15px;
}
#experiences .block .image img{
	object-fit: cover;
	border-radius: 8px;
	border: 2px solid var(--b-pink);
}
#experiences .block .text{
	flex: 1;
	font-size: 15px;
	line-height: 1.5;
}

#experiences .slick-prev, #experiences .slick-next{
	width: 40px;
	height: 40px;
}

/*------------------------
コンカフェ派遣で 知っておきたいアレコレ
------------------------*/
#arekore .ttl-wrap{
	margin-bottom: 15px;
	text-align: center;
}
#arekore .block-wrap .block {
	background: var(--bg_yellow);
	padding: 25px;
	position: relative;
	margin-bottom: 15px;
}
#arekore .block-wrap .block:last-child{
	margin-bottom: 0;
}
#arekore .block::before {
	content: "";
	width: 100px;
	height: 55px;
	background: url(/computer/images/index/step01.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: 10px;
	left: -10px;
}
#arekore .block h3 {
	font-size: 20px;
	padding-left: 80px;
	margin-bottom: 15px;
	line-height: 1.3;
}
#arekore .block .text {
	text-align: justify;
	margin-bottom: 15px;
	line-height: 1.5;
	font-size: 16px;
}

/* point1 */
#arekore .block.point01 .box{
	border: 2px solid var(--pink);
	background: #fff;
	border-radius: 6px;
	position: relative;
}
#arekore .block.point01 .box::after {
	content: "";
	width: 112px;
	height: 150px;
	background: url(/computer/images/shop/illust_concafe02.png) no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0;
	right: 15px;
}
#arekore .block.point01 .box .ttl{
	background: var(--pink);
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	height: 40px;
	line-height: 1;
	display: flex;
	align-items: center;
	padding: 0px 20px 4px;
}
#arekore .block.point01 .box ul{
	padding: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	width: 78%;
}
#arekore .block.point01 .box ul li{
	display: flex;
	align-items: center;
	font-weight: 500;
	margin-right: 20px;
	font-size: 17px;
}
#arekore .block.point01 .box ul li::before{
	content: "";
	width: 18px;
	height: 18px;
	background: url(/computer/images/common/icon_kirakira.png) no-repeat;
	background-size: contain;
	display: block;
	margin-right: 4px;
}

/* point2 */
#arekore .block.point02::before {
	background: url(/computer/images/index/step02.svg) no-repeat;
	background-size: contain;
}
#arekore .block.point02 table{
	width: 275px;
}
#arekore .block.point02 .flex-box{
	justify-content: space-between;
}

/* table */
#arekore .block table{
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #939393;
	margin-bottom: 10px;
}
#arekore .block table th,#arekore .block table td{
	padding: 12px 12px;
	font-size: 15px;
	background: #fff;
	border-bottom: 1px solid #939393;
	vertical-align: baseline;
	line-height: 1.5;
}
#arekore .block table th{
	background: #eaeaea;
	width: 130px;
	font-weight: bold;
}
#arekore .block .text.bo{
	margin-bottom: 0;
}

/* point3 */
#arekore .block.point03::before {
	background: url(/computer/images/index/step03.svg) no-repeat;
	background-size: contain;
}
#arekore .block.point03::after {
	content: "";
	width: 137px;
	height: 147px;
	background: url(/computer/images/shop/illust_concafe03.png) no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0;
	left: 20px;
}
#arekore .block.point03 table .pink{
	color: var(--b-pink);
	font-weight: 500;
}
#arekore .block.point03 .text.bo{
	width: 420px;
	margin: 15px 0 10px auto;
}
/*------------------------
地域検索
------------------------*/
#shop-date{
	margin-bottom: 40px;
}
#shop-date .search-block {
	background: #fff;
	padding: 20px 25px 20px;
	border-radius: 5px;
}
#shop-date .search-block .ttl {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
}
#shop-date .search-block .ttl::after {
	content: "";
	width: 100%;
	height: 1px;
	background: url(../images/common/asirai_line.svg);
	background-size: contain;
	position: absolute;
	bottom: 0;
	left: 0;
}
#shop-date .search-block .map_area {
	display: flex;
	flex-wrap: wrap;
}
#shop-date .search-block .map_area li a {
	font-size: 15px;
	margin: 0 10px 8px 0;
	border-bottom: 1px solid var(--black);
}
#shop-date .search-block .btn {
	text-align: right;
	cursor: pointer;
}
#shop-date .search-block .btn span {
	font-size: 15px;
	background: var(--black);
	display: inline-block;
	color: #fff;
	padding: 3px 10px;
}

.txt_sub_o1 {
    display: block;
    text-align: center;
    margin: 0 0 30px 0;
    color: #E6837C;
    font-size: 20px;
    line-height: 1.4;
}
.line_txt_2::before {
    content: "＼";
    color: #be9353;
}
.line_txt_2::after {
    content: "／";
    color: #be9353;
}
.line_txt_2 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #be9353;
}
