@charset "utf-8";
/*////////////////////////////////////
service
////////////////////////////////////*/

@media screen and (min-width: 768px){
#service {
	position: relative;
	width: 100%;
	background:#eeeeec;
}
#service_area {
	position: relative;
	width: 100%;
}
.service_item {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	overflow: hidden;
	border-top: 1px solid #999;
	padding: 0;
	margin: 0;
}
.service_photo {
	position: relative;
	width: 50%;
	aspect-ratio:16/9;
	overflow: hidden;
}
.service_item_word_area {
	position: relative;
	width: 40%;
	max-width: 600px;
	margin-left: 5%;
	padding-top: 50px;
}

.service_item_title {
	position: relative;
	margin-bottom: 30px;
}
.service_item_title h3 {
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(2rem,3vw,3.6rem);
	color: rgba(69,38,16,1.00);
	font-weight: 300;
}
.service_item_word {
	position: relative;
	width: 99%;
	margin-left: 1%;
	color: #333;
	font-size: clamp(1.6rem,1.3vw,1.8rem);
	font-weight: 300;
	line-height: 2;
}
.service_item_link {
	position: absolute;
	bottom: 50px;
	right: 40%;
}
.service_item_link a {
	position: relative;
	display: inline-block;
	background: #EEE;
	padding: 10px 50px;
	border: 1px solid #333;
	font-size: 1.6rem;
	text-decoration: none;
	color: #333;
	z-index: 1;
	overflow: hidden;
	transition: all 0.3s;
}
.service_item_link a:hover {
	color: #EEE;
}
.service_item_link a::before {
	content: "";
	position: absolute;
	width: 120%;
	height: 100%;
	top: 0;
	left: -100%;
	background: #333;
	clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
	transition: all 0.3s;
	z-index: -1;
}
.service_item_link a:hover::before {
	left: 0;
}
}
@media screen and (min-width: 0px) and (max-width: 767px){
#service {
	position: relative;
	width: 100%;
	background:#eeeeec;
}


#service_area {
	position: relative;
	width: 100%;
}
.service_item {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #999;
	padding: 0 0 30px 0;
	margin: 0;
}
.service_photo {
	position: relative;
	width: 100%;
	aspect-ratio:16/9;
	overflow: hidden;
	margin-bottom: 10px;
}
.service_item_word_area {
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}

.service_item_title {
	position: relative;
	margin-bottom: 30px;
}
.service_item_title h3 {
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(2rem,3vw,3.6rem);
	color: rgba(69,38,16,1.00);
	font-weight: 300;
}
.service_item_word {
	position: relative;
	width: 99%;
	margin-left: 1%;
	color: #333;
	font-size: clamp(1.6rem,1.3vw,1.8rem);
	font-weight: 300;
	line-height: 2;
	margin-bottom: 20px;
}
.service_item_link {
	position: relative;
	width: 100%;
	text-align: center;
}
.service_item_link a {
	position: relative;
	display: inline-block;
	background: #EEE;
	padding: 10px 50px;
	border: 1px solid #333;
	font-size: 1.6rem;
	text-decoration: none;
	color: #333;
	z-index: 1;
	overflow: hidden;
	transition: all 0.3s;
}
.service_item_link a:hover {
	color: #EEE;
}
.service_item_link a::before {
	content: "";
	position: absolute;
	width: 120%;
	height: 100%;
	top: 0;
	left: -100%;
	background: #333;
	clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
	transition: all 0.3s;
	z-index: -1;
}
.service_item_link a:hover::before {
	left: 0;
}
}


/*////////////////////////////////////
service detail
////////////////////////////////////*/

@media screen and (min-width: 768px){
#service_detail {
	position: relative;
	width: 100%;
	padding: 100px 0;
}
#service_detail_area1 {
	position: relative;
	width: 100%;
	padding: 150px 0;
	overflow: hidden;
}
#service_detail_photo {
	position: relative;
	width: 65%;
}
.service_word_detail {
	position: relative;
	width: 30%;
	margin-right: auto;
	margin-left: auto;
	padding: 50px;
}
.service_word_detail_point {
	font-size: 1.8rem;
	font-weight: 600;
}
.service_word_detail p {
	color: #333;
	font-size: 1.6rem;
	line-height: 2;
}
#service1_01 {
	position: absolute;
	width: 15%;
	top: 0;
	left: 0;
	z-index: 1
}
#service1_02 {
	position: absolute;
	width: 25%;
	top: 35%;
	left: 10%;
	z-index: 2;
}
#service1_03 {
	position: absolute;
	width: 15%;
	top: 60%;
	left: 5%;
	z-index: 3;
}
#service1_04 {
	position: absolute;
	width: 25%;
	top: 0;
	right: 10%;
	z-index: 1;
}
#service1_05 {
	position: absolute;
	width: 15%;
	top: 35%;
	right: -3%;
	z-index: 2;
}
#service1_06 {
	position: absolute;
	width: 15%;
	top: 65%;
	right: 15%;
	z-index: 3;
}
}

@media screen and (min-width: 0px) and (max-width: 767px){
#service_detail {
	position: relative;
	width: 100%;
	padding: 0 0 100px 0;
}
#service_detail_area1 {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.service_word_detail {
	position: relative;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding: 50px 0;
}
.service_word_detail_point {
	font-size: 1.8rem;
	font-weight: 600;
}
.service_word_detail p {
	color: #333;
	font-size: 1.6rem;
	line-height: 2;
}
#service1_01 {
	position: relative;
	width: 25%;
	z-index: 1
}
#service1_02 {
	position: relative;
	width: 35%;
	margin-left: 23%;
	margin-top: -80px;
	z-index: 2;
}
#service1_03 {
	position: relative;
	width: 25%;
	margin-top: -120px;
	margin-left: 75%;
	z-index: 3;
}
#service1_04 {
	position: relative;
	width: 40%;
	margin-top: 20px;
	z-index: 1;
}
#service1_05 {
	position: relative;
	width: 25%;
	margin-left: 35%;
	margin-top: -50px;
	z-index: 2;
}
#service1_06 {
	position: relative;
	width: 25%;
	margin-left: 75%;
	margin-top: -150px;
	z-index: 3;
}
}


.link_bt {
	position: relative;
	width: 100%;
	text-align: center;
}
.link_bt a {
	position: relative;
	display: inline-block;
	font-size: 1.6rem;
	border: 1px solid #333;
	text-decoration: none;
	padding: 20px 70px;
	color: #333;
	font-weight: 700;
	transition: all 0.3s;
	overflow: hidden;
	z-index: 1;
}
.link_bt a:hover {
	color: #FFF;
}
.link_bt a::before {
	content: "";
	position: absolute;
	width: 120%;
	height: 100%;
	top: 0;
	left: -100%;
	background: #333;
	clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
	transition: all 0.3s;
	z-index: -1;
}
.link_bt a:hover::before {
	left: 0;
}