/*-----------------------------
  FV
--------------------------------*/
#icatch{
	position: relative;
	z-index: 1;
}
#icatch h1 img{
	margin: 0 auto;
	display: block;
}
nav{
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
	margin: -80px 0 0 0;
}
nav ul li{
	width: 32%;
	float: left;
	margin: 0 2% 0 0;
}
nav ul li:last-child{
	float: right;
	margin: 0;
}
nav ul li a{
	display: block;
	background: url(../img/arrow_bottom.png) no-repeat 97% center #ff5e62;
	background-size: auto 20px;
	padding: 15px 0;
	text-align: center;
	font-weight: 900;
	color: #000;
	font-size: 24px;
	border:5px solid #000;
}
nav ul li a span{
	display: block;
	padding: 0;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
}

/*/////▼ LPバナー ▼////*/
.adbnr{
	width: 960px;
	margin: 0 auto;
	padding: 40px 0 0 0;
}
	.adbnr h3{
		width: 100%;
		background: #000;
		padding: 5px 0;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
	}
.adbnr ul{
	width: 960px;
	margin: 0 auto;
	padding: 10px 0;
}
.adbnr ul li{
	padding: 0 0 10px 0;
}
.adbnr ul li a{
	display: block;
	padding: 5px;
	box-sizing: border-box;
	background: #fff;
	color: #000;
	text-align: center;
	border-bottom: 2px solid #ccc;
	border-radius: 100px;
	font-size: 100%;
}

/*-----------------------------
  共通指定
--------------------------------*/
.contents{
}
.pc_location h2,
#area h2,
#category h2,
#condition h2,
#case h2{
	padding: 20px 0;
	margin:0 0 40px 0;
	text-align: center;
	font-size: 4vw;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: #000;
	line-height: 1.2;
}
.pc_location h2 span,
#area h2 span,
#category h2 span,
#condition h2 span,
#case h2 span{
	display: block;
	text-align: center;
	font-size: 18px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: bold;
	color: #000;
}


/*-----------------------------
  都道府県
--------------------------------*/
.pc_location{
	padding: 80px 0;
	background: url(../img/wave_w.png) repeat-x center bottom;
	background-size: auto 30px;
}
.pc_location h2{
}
.pc_location section{
	padding: 0 20px;
	box-sizing: border-box;
	background: url(../img/area_bg.png) no-repeat 88% bottom;
	background-size: 65% auto;
}
.pc_location section dl{
	width: 31%;
	height: 270px;
	float: left;
	box-sizing: border-box;
	margin: 0 0.5% 2% 1.5%;
	position: relative;
}
.pc_location section dl::before{
	content: "";
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	background: #fff;  /* fallback for old browsers */
	border:5px solid #000;
	position: absolute;
    right: 0;
    bottom: 0;
	z-index: 2;
	webkit-transform: translate(-8px,-8px);
    transform: translate(-8px,-8px);
}
.pc_location section dl::after{
	content: "";
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	background: #fff;  /* fallback for old browsers */
	border:5px solid #000;
	position: absolute;
    left: 0;
    top: 0;
	z-index: 1;
	webkit-transform: translate(8px,8px);
    transform: translate(8px,8px);
}
.pc_location section dl dt{
	font-size: 24px;
	font-weight: 900;
	padding: 15px 0;
	text-align: center;
	color: #444;
	position: relative;
	z-index: 3;
}
.pc_location section dl dd{
	padding: 0 1.6% 0 0;
	box-sizing: border-box;
}

@media screen and (min-width:781px) and (max-width:1024px){
.pc_location section dl{
	width: 30%;
	height: 270px;
	float: left;
	box-sizing: border-box;
	margin: 0 1% 4% 2%;
	position: relative;
}
.pc_location section dl::before{
	content: "";
	width: calc(100% - 5px);
	height: calc(100% - 5px);
	background: #fff;  /* fallback for old browsers */
	border:5px solid #000;
	position: absolute;
    right: 0;
    bottom: 0;
	z-index: 2;
	webkit-transform: translate(-5px,-5px);
    transform: translate(-5px,-5px);
}
	.pc_location section dl::after{
	content: "";
	width: calc(100% - 5px);
	height: calc(100% - 5px);
	background: #fff;  /* fallback for old browsers */
	border:5px solid #000;
	position: absolute;
    left: 0;
    top: 0;
	z-index: 1;
	webkit-transform: translate(5px,5px);
    transform: translate(5px,5px);
}
.pc_location section dl dt{
	font-size: 24px;
	font-weight: 900;
	padding: 15px 0;
	text-align: center;
	color: #444;
	position: relative;
	z-index: 3;
}
.pc_location section dl dd{
	padding: 0 3% 0 0;
	box-sizing: border-box;
}
}

.pc_location section dl dd ul li{
	width: 31%;
	float: left;
	margin: 0 1.2% 2% 0.8%;
	position: relative;
	z-index: 3;
}
.pc_location section dl dd ul li a{
	display: block;
	color: #fff;
	/* border:1px solid #444; */
	background: url(../img/arrow_w.png) no-repeat 98% center #24b1b4;
	background-size:auto 12px;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	padding: 15px 0;
	position: relative;
	z-index: 3;
}

/*-----------------------------
  shokushu
--------------------------------*/
#category{
	padding: 0 0 40px 0;
	background:#fff;
}
#category ul{
	padding:0 3rem;
	box-sizing: border-box;
}
#category ul li{
	width: 48%;
	height: 200px;
	float:left;
	margin: 0 1% 2% 1%;
	position: relative;
}
#category ul li:last-child{
}
#category ul li a{
	padding: 4rem 0 0 0;
	box-sizing: border-box;
}
li.beergarden a{
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	display: block;
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	position: relative;
	left:0;
	top:0;
	z-index: 2;
	webkit-transform: translate(-5px,-5px);
    transform: translate(-5px,-5px);
	background: url(../img/beer_garden.jpg) no-repeat center center #fff;
	background-size: cover;
}
li.fireworks a{
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	display: block;
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	position: relative;
	left:0;
	top:0;
	z-index: 2;
	webkit-transform: translate(-5px,-5px);
    transform: translate(-5px,-5px);
	background: url(../img/fireworks.jpg) no-repeat center center #fff;
	background-size: cover;
}
li.event a{
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	display: block;
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	position: relative;
	left:0;
	top:0;
	z-index: 2;
	webkit-transform: translate(-5px,-5px);
    transform: translate(-5px,-5px);
	background: url(../img/cat_bg03.jpg) no-repeat center center #fff;
	background-size: cover;
}
li.ochugen a{
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	display: block;
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	position: relative;
	left:0;
	top:0;
	z-index: 2;
	webkit-transform: translate(-5px,-5px);
    transform: translate(-5px,-5px);
	background: url(../img/cat_bg02.jpg) no-repeat center bottom #fff;
	background-size: cover;
}
li.pool a{
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	display: block;
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	position: relative;
	left:0;
	top:0;
	z-index: 2;
	webkit-transform: translate(-5px,-5px);
    transform: translate(-5px,-5px);
	background: url(../img/pool_sea.jpg) no-repeat center center #fff;
	background-size: cover;
}
li.study a{
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	display: block;
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	position: relative;
	left:0;
	top:0;
	z-index: 2;
	webkit-transform: translate(-5px,-5px);
    transform: translate(-5px,-5px);
	background: url(../img/semmer_term_for_study.jpg) no-repeat center top #fff;
	background-size: cover;
}
li.summerall a{
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	display: block;
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	position: relative;
	left:0;
	top:0;
	z-index: 2;
	webkit-transform: translate(-5px,-5px);
    transform: translate(-5px,-5px);
	background: url(../img/suumer_vacation_all.jpg) no-repeat center center #fff;
	background-size: cover;
}
li.resort a{
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	display: block;
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	position: relative;
	left:0;
	top:0;
	z-index: 2;
	webkit-transform: translate(-5px,-5px);
    transform: translate(-5px,-5px);
	background: url(../img/semmer_resort.jpg) no-repeat center center #fff;
	background-size: cover;
}
#category ul li::after{
	content: "";
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	position: absolute;
	left:0;
	top:0;
	z-index: 1;
	webkit-transform: translate(5px,5px);
    transform: translate(5px,5px);
	background: #fff;
	border: 5px solid #000;
}

#category ul li span{
	display: block;
	font-weight: normal;
	font-size: 21px;
}

#category section{
	padding: 30px 0 0 0;
	background: url(../img/wave.png) repeat-x center top;
	background-size: auto 30px;
	margin: -60px 0 0 0;
}
#category section article{
	background: url(../img/wave_w.png) repeat-x center bottom #74ebd5;
	background-size: auto 30px;
	padding: 70px 4rem 100px 4rem;
	font-size: 24px;
	letter-spacing: 0.1em;
}
#category section article h2{
	background: url(../img/cat_tpc.png) no-repeat left center;
	background-size: auto 100%;
	padding: 2rem 0 2rem 2rem;
	box-sizing: border-box;
	font-size: 36px;
	text-align: left
}
#category section article figure{
	width: 960px;
	margin: 0 auto 5rem auto;
}


/*-----------------------------
  こだわり
--------------------------------*/
#condition{
	padding: 0 0 80px 0;
	background: #fff;
}
#condition section{
	padding: 0 20px;
	box-sizing: border-box;
}
#condition section ul li{
	width: 31%;
	float: left;
	margin: 0 0.8% 2% 1.2%;
}
#condition section ul li a{
	display: block;
	padding: 20px 0;
	background: url(../img/arrow.png) no-repeat 98% center #ffff00;
	background-size: auto 20px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	border:5px solid #000;
}

/*-----------------------------
  働き方
--------------------------------*/
#case{
	padding: 80px 0;
}
#case section{
	width: 960px;
	margin: 0 auto;
}
#case section dl{
	display: flex;
	margin: 0 0 40px 0;
}
#case section dl:nth-child(2),
#case section dl:nth-child(4){
	 flex-flow: row-reverse;
}
#case section dl dt{
	width: 20%;
	padding: 0 2rem 0 0;
	box-sizing: border-box;
}
#case section dl:nth-child(2) dt,
#case section dl:nth-child(4) dt{
	padding: 0 0 0 2rem;
	box-sizing: border-box;

}
#case section dl dt img{
	object-fit: auto 100%;
}
#case section dl dd{
	width: 80%;
	padding: 2rem;
	box-sizing: border-box;
	font-size: 21px;
	text-align: justify;
}
.arrow_box_r {
	position: relative;
	background: #fff;
	border: 5px solid #000;
}
.arrow_box_r:after, .arrow_box_r:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box_r:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #fff;
	border-width: 5px;
	margin-top: -5px;
}
.arrow_box_r:before {
	border-color: rgba(0, 0, 0, 0);
	border-left-color: #000;
	border-width: 12px;
	margin-top: -12px;
}

.arrow_box_l {
	position: relative;
	background: #fff;
	border: 5px solid #000;
}
.arrow_box_l:after, .arrow_box_l:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box_l:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 5px;
	margin-top: -5px;
}
.arrow_box_l:before {
	border-color: rgba(0, 0, 0, 0);
	border-right-color: #000;
	border-width: 12px;
	margin-top: -12px;
}

/*/////▼ モーダル内リンク ▼////*/
.popup h2{
	font-size: 24px;
	font-weight: lighter;
	line-height: 1.5;
	padding: 0 0 20px 0;
	color: #24b1b4;
}
.popup section dl{
	width: 31%;
	height: 230px;
	background: #ffff00;
	border-radius: 5px;
	float: left;
	padding: 10px 0;
	box-sizing: border-box;
	margin: 0 1% 2% 1%;
}
.popup section dl dt{
	font-size: 18px;
	color: #24b1b4;
	font-weight: lighter;
	padding: 0 0 10px 0;
	text-align: center;
}
.popup section dl dd ul li{
	width: 30%;
	float: left;
	margin: 0 0.8% 2% 2.2%;
}
.popup section dl dd ul li a{
	display: block;
	color: #fff;
	border-radius: 5px;
	background: url(../img/arrow_w.png) no-repeat 97% center #24b1b4;
	background-size:auto 12px;
	font-size: 14px;
	text-align: center;
	padding: 15px 0;
}
@media screen and (min-width:800px) {
	article{
		/* width: 100px; */
	}
	
	.contents-cover{
		/* display: flex; */
	}
	.new-content1,
	.new-content2
	{
		/* max-width: 49%; */
	}
	.lazyload{
		/* max-width: 100vh; */
	}
	#category section article {
		background: url(../img/wave_w.png) repeat-x center bottom #74ebd5;
		background-size: auto 30px;
		padding: 70px 4rem 100px 4rem;
		font-size: 21px;
		letter-spacing: 0.1em;
	}
	#category section article figure{
		width: auto;
		margin: 0 auto 5rem auto;
	}
	.contents-p{
		display: flex;
	}
	.contents-h3{
		display: flex;
	}
	.contents-p .second,
	.contents-h3 .second{
		/* margin-left: 52px; */
	}
	/* .contents-p .first{
		max-width: 47%;
	} */
	.contents-h3 h3
	{
		/* min-width: 50%; */
		/* text-align: center; */
		/* margin-bottom: 30px; */
		/* flex: 1; */
		/* margin-right: 52px; */
	}
	.figure{
		/* display: flex; */
	}
	.contents-cover-pc{
		display: flex;
		background: url(../img/Line\ 3.png) repeat-y center;
		background-size: 3px;
		/* background: url(../img/mvbg.jpg) no-repeat center top; */

	}
	.contents-cover-pc h3{
		font-size: 28px;
		text-align: center;
		margin-bottom: 40px;
	}
	.contents-1{
		margin-right: 52px;
		/* margin: 0 auto; */
		flex: 1;
	}
	.contents-2{
		flex: 1;
		margin-left: 52px;
	}
	.contents-cover-pc img{
		/* margin: 0 auto; */
		width: 100%;
	}
	.contents-cover-pc p{
		margin-top: 30px;
		font-size: 20px;
	}
}

/* /////////////////////////////

▼スマホ用

///////////////////////////// */
@media screen and (max-width:780px) {
	
	/*-----------------------------
  FV
--------------------------------*/
img{
		max-width: 100%;
	}
#icatch{
	padding: 0;
	position: relative;
	z-index: 1;
}
nav{
	width: 100%;
	padding: 0 1.8rem;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
	margin: -20px 0 0 0;
}
nav ul li{
	width: 32%;
	float: left;
	margin: 0 2% 0 0;
}
nav ul li:last-child{
	float: right;
	margin: 0;
}
nav ul li a{
	display: block;
	background: url(../img/arrow_bottom.png) no-repeat 97% center #ff5e62;
	background-size: auto 8px;
	padding: 15px 0;
	text-align: center;
	font-weight: 900;
	color: #000;
	font-size: 13px;
	line-height: 1.2;
	border:5px solid #000;
}
nav ul li a span{
	display: block;
	padding: 0;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	line-height: 1.2;
}
/*/////▼ LPバナー ▼////*/
.adbnr{
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
}
	.adbnr h3{
		width: auto;
		margin: 0 auto 10px auto;
		background: #000;
		padding: 5px 0;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
	}
.adbnr ul{
	width: auto;
	margin: 0 auto;
}
.adbnr ul li{
	padding: 0 0 10px 0;
}
.adbnr ul li a{
	display: block;
	padding: 5px;
	box-sizing: border-box;
	background: #fff;
	color: #000;
	text-align: center;
	border-bottom: 2px solid #ccc;
	border-radius: 100px;
	font-size: 100%;
}

/*-----------------------------
  共通指定
--------------------------------*/
.contents{
}
.sp_location h2,
#area h2,
#category h2,
#condition h2,
#case h2{
	padding: 20px 0;
	margin:0;
	text-align: center;
	font-size: 6vw;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: #000;
	line-height: 1.2;
}
.sp_location h2 span,
#area h2 span,
#category h2 span,
#condition h2 span,
#case h2 span{
	display: block;
	text-align: center;
	font-size: 18px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: bold;
	color: #000;
}

/*-----------------------------
  都道府県
--------------------------------*/
.sp_location{
	padding: 20px 0 80px 0;
	background: url(../img/wave_w.png) repeat-x center bottom,
		url(../img/area_bg.png) no-repeat center 95%;
	background-size: auto 30px,
		100% auto;
}
.sp_location h2{
}
.sp_location section{
	padding: 0 20px;
	box-sizing: border-box;
}
.sp_location section dl{
	width: 48%;
	height: auto;
	position: static;
	float: left;
	background: #fff;
	margin: 0 1% 2% 1%;
	border:5px solid #000;
	box-sizing: border-box;
	}
.sp_location section dl::before{
	content: none;
	position: static;
}
.sp_location section dl::after{
	content: none;
	position: static;
}
.sp_location section dl dt{
	font-size: 18px;
	padding: 15px 0;
	text-align: center;
	color: #000;
	position: static;
	font-weight: bold;
	background: url(../img/arrow_bottom.png) no-repeat 98% center #fff;
	background-size:auto 8px;
}
.sp_location section dl dd ul li{
	width: 100%;
	float: none;
	margin: 0 1% 2% 1%;
	position: static;
}
.sp_location section dl dd ul li a{
	display: block;
	color: #fff;
	/* border:1px solid #444; */
	border-radius: 5px;
	background: url(../img/arrow_w.png) no-repeat 98% center #24b1b4;
	background-size:auto 12px;
	font-size: 14px;
	text-align: center;
	padding: 10px 0;
	position: static;
}
.areamenu dd{
	display: none;
	position: static;
	z-index: 3;
	padding: 0 3% 0 1%;
	box-sizing: border-box;
	}

/*-----------------------------
  shokushu
--------------------------------*/
#category{
	padding: 20px 0 0 0;
	background:#fff;
}
#category ul{
	padding:0 2.3rem;
	box-sizing: border-box;
}
#category ul li{
	width: 100%;
	height: 150px;
	float:none;
	position: relative;
	margin: 0 0 2rem 0;
}
#category ul li:last-child{
	float:none;
	margin: 0;
}
#category ul li a{
	padding: 3rem 0 0 0;
	box-sizing: border-box;
}
li.beergarden a{
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	display: block;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	position: relative;
	left:0;
	top:0;
	z-index: 2;
	webkit-transform: translate(-5px,-5px);
    transform: translate(-5px,-5px);
	background: url(../img/beer_garden.jpg) no-repeat center center #fff;
	background-size: cover;
}
li.fireworks a{
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	display: block;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	position: relative;
	left:0;
	top:0;
	z-index: 2;
	webkit-transform: translate(-5px,-5px);
    transform: translate(-5px,-5px);
	background: url(../img/fireworks.jpg) no-repeat center bottom #fff;
	background-size: cover;
}
li.event a{
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	display: block;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	position: relative;
	left:0;
	top:0;
	z-index: 2;
	webkit-transform: translate(-5px,-5px);
    transform: translate(-5px,-5px);
	background: url(../img/cat_bg03.jpg) no-repeat center center #fff;
	background-size: cover;
}
li.ochugen a{
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	display: block;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	position: relative;
	left:0;
	top:0;
	z-index: 2;
	webkit-transform: translate(-5px,-5px);
    transform: translate(-5px,-5px);
	background: url(../img/cat_bg02.jpg) no-repeat center center #fff;
	background-size: cover;
}
li.pool a{
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	display: block;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	position: relative;
	left:0;
	top:0;
	z-index: 2;
	webkit-transform: translate(-5px,-5px);
    transform: translate(-5px,-5px);
	background: url(../img/pool_sea.jpg) no-repeat center bottom #fff;
	background-size: cover;
}
li.study a{
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	display: block;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	position: relative;
	left:0;
	top:0;
	z-index: 2;
	webkit-transform: translate(-5px,-5px);
    transform: translate(-5px,-5px);
	background: url(../img/semmer_term_for_study.jpg) no-repeat center center #fff;
	background-size: cover;
}
li.summerall a{
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	display: block;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	position: relative;
	left:0;
	top:0;
	z-index: 2;
	webkit-transform: translate(-5px,-5px);
    transform: translate(-5px,-5px);
	background: url(../img/suumer_vacation_all.jpg) no-repeat center center #fff;
	background-size: cover;
}

#category ul li::after{
	content: "";
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	position: absolute;
	left:0;
	top:0;
	z-index: 1;
	webkit-transform: translate(5px,5px);
    transform: translate(5px,5px);
	background: #fff;
	border: 5px solid #000;
}

#category ul li span{
	display: block;
	font-weight: normal;
	font-size: 16px;
}

#category section{
	padding: 30px 0 0 0;
	background: url(../img/wave.png) repeat-x center top;
	background-size: auto 30px;
	margin: -80px 0 0 0;
}
#category section article{
	background: url(../img/wave_w.png) repeat-x center bottom #74ebd5;
	background-size: auto 30px;
	padding: 70px 26px;
	font-size: 18px;
	letter-spacing: 0.1em;
}
#category section article h2{
	background: url(../img/cat_tpc.png) no-repeat left center;
	background-size: auto 100%;
	margin:2rem 0 0 0;
	padding: 2rem 0 2rem 1rem;
	box-sizing: border-box;
	font-size: 1.7rem;
	text-align: left;
}
#category section article h3{
	margin:2rem 0 0 0;
	padding: 1rem 0 2rem 0rem;
	box-sizing: border-box;
	font-size: 1.5rem;
	text-align: center;
}
#category section article figure{
	width: auto;
	margin: 0 auto 1rem auto;
}
	
	
/*-----------------------------
  こだわり
--------------------------------*/
#condition{
	padding: 0 0 40px 0;
	background: #fff;
}
#condition section{
	padding: 0 20px;
	box-sizing: border-box;
}
#condition section ul li{
	width: 48%;
	float: left;
	margin: 0 0.8% 2% 1.2%;
}
#condition section ul li a{
	display: block;
	padding: 20px 0;
	background: url(../img/arrow.png) no-repeat 98% center #ffff00;
	background-size: auto 20px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	border:5px solid #000;
}

/*-----------------------------
  働き方
--------------------------------*/
#case{
	padding: 20px 0;
}
#case section{
	width: auto;
	margin: 0 auto;
	padding: 0 2rem;
	box-sizing: border-box;
}
#case section dl{
	display: block;
	margin: 0 0 40px 0;
}
#case section dl:nth-child(2),
#case section dl:nth-child(4){
	 flex-flow: row-reverse;
}
#case section dl dt{
	width: 100%;
	padding: 0 0 1rem 0;
	box-sizing: border-box;
	text-align: center;
}
	#case section dl dt img{
		width: 30%;
		margin: 0 auto;
	}
#case section dl:nth-child(2) dt,
#case section dl:nth-child(4) dt{
	padding: 0 0 1rem 0;
	box-sizing: border-box;

}
#case section dl dt img{
	object-fit: auto 100%;
}
#case section dl dd{
	width: 100%;
	padding: 2rem;
	box-sizing: border-box;
	font-size: 18px;
}
.arrow_box_r,
.arrow_box_l{
	position: relative;
	background: #fff;
	border: 5px solid #000;
}
.arrow_box_r:after, .arrow_box_r:before {
	top: -1rem;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_box_l:after, .arrow_box_l:before {
	top: -1rem;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box_r:after,
.arrow_box_l:after{
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 12px;
	margin-left: -12px;
}
.arrow_box_r:before,
.arrow_box_l:before{
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: #000;
	border-width: 12px;
	margin-left: -12px;
}

/*/////▼ モーダル内リンク ▼////*/
.popup h2{
	font-size: 24px;
	font-weight: lighter;
	line-height: 1.5;
	padding: 0 0 20px 0;
	color: #24b1b4;
}
.popup section dl{
	width: 100%;
	height: auto;
	background: #ffff00;  /* fallback for old browsers */
	border-radius: 5px;
	float: left;
	padding: 10px 0;
	box-sizing: border-box;
	margin: 0 0 2% 0;
}
.popup section dl dt{
	font-size: 18px;
	color: #24b1b4;
	font-weight: lighter;
	padding: 0 0 10px 0;
	text-align: center;
}
.popup section dl dd ul li{
	width: 30%;
	float: left;
	margin: 0 1% 2% 2%;
}
.popup section dl dd ul li a{
	display: block;
	color: #fff;
	border-radius: 5px;
	background: url(../img/arrow_w.png) no-repeat 97% center #24b1b4;
	background-size:auto 12px;
	font-size: 14px;
	text-align: center;
	padding: 15px 0;
}
.contents-cover p{
	font-size: 16px;
}
}