@charset "UTF-8";

/*main_head*/
main header figure {
	margin-bottom: 60px;
}
main header figure {
	position: relative;
}
main header figure img.main_img {
	width: 100%;
}
main header figcaption {
	position: absolute;
	bottom: -30px;
	left: 15px;
	width: 255px;
}
main header figcaption img {
	width: 255px;
}

.main_copy {
	margin-bottom: 30px;
}
.main_copy p {
	font-size: 2.1rem;
	color: #007C8D;
}
@media screen and (max-width: 320px) {
	.main_copy p {font-size: 1.8rem;}
}

.desk {
	position: relative;
	max-width: 544px;
	margin: 0 auto 30px auto;
}
.desk img.desk_bg {
	width: 100%;
	filter: drop-shadow(3px 3px 5px #ccc);
}
.desk .desk_item_title {
	position: absolute;
	width: 100%;
	top: 10%;
	text-align: center;
}
.desk .desk_item_title img {
	width: 70%;
}
.desk ul {
	position: absolute;
	width: 70%;
	margin: 0 auto;
	top: 37%;
	left: 50%;
	transform: translate(-50%, 0);
	display: flex;
}
.desk ul li {

}
.desk ul li img {
	width: 80%;
}
.desk .desk_item_about {
	position: absolute;
	width: 80%;
	margin: 0 auto;
	top: 63%;
	left: 50%;
  transform: translate(-50%, 0);
	text-align: center;
}
.desk .desk_item_about p {
	font-size: 2.1rem;
	font-weight: bold;
}
@media screen and (max-width: 544px) {
	.desk .desk_item_about p {
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 320px) {
	.desk .desk_item_about {font-size: 1.2rem;}
}

.sub_copy {
	position: relative;
}
@media screen and (min-width: 545px) {
	.sub_copy {
		width: 50%;
		margin: 0 auto;
	}
}
.sub_copy p {
	font-size: 2.1rem;
	font-weight: bold;
	color: #333;
	padding: 20px 15px;
	margin-bottom: 30px;
}
@media screen and (max-width: 320px) {
	.sub_copy p {font-size: 1.7rem;}
}
.sub_copy .bg_l {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 18px;
	height: 18px;
	background: url(images/brackets_l.svg) no-repeat top left;
	background-size: contain;
}
.sub_copy .bg_r {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 18px;
	height: 18px;
	background: url(images/brackets_r.svg) no-repeat top left;
	background-size: contain;
}

.arrow {
	display: block;
	width: 24px;
	height: 15px;
	background: url(images/arrow.svg) no-repeat top left;
	background-size: contain;
	margin: 3px auto;
}

h2 {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 30px;
}

section.case {
}
section.case figure {
	position: relative;
	display: block;
}
section.case figure img {
	width: 100%;
	margin-bottom: 10px;
}
section.case figcaption {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	background-color: #0091A4;
	padding: 3px 20px;
	font-size: 1.9rem;
	font-weight: bold;
	color: #FFF;
}
section.case p {
	text-align: left;
}
section.case p.refer {
	font-size: 1.4rem;
	margin-bottom: 15px;
}
section.case p.refer a {
	color: #333;
	text-decoration: underline;
}
