@charset "utf-8";
@import url("../../assets/css/contact.css?v=20240329");
@import url("../../assets/css/button.css");
@import url("../../assets/css/jump_contents.css");
@import url("../../assets/css/square.css");
/* CSS Document */
/* ---------header--------- */
.gnavi__pc-style ul li:nth-child(3) {
	border-bottom: solid #000 1px;
}
/* ---------top--------- */
.service_top {
	margin-bottom: 2em;
	width: 100%;
}
.main_title {
	margin: 0 auto;
	font-weight: bold;
	display: block;
	font-size: 2.5em;
	color: #3467C1;
	width: 100%;
}
.main_title span {
	display: flex;
	font-size: 0.5em;
	font-weight: 200;
	align-items: center;
	color: black;
}
.main_title span::before {
	content: "";
	border-bottom: solid 0.5px black;
	width: 1.5em;
	margin-right: 0.3em;
}
.service_summary {
	max-width: 1400px;
	width: 80%;
	margin: 1em auto 0;
}
.service_inner p:first-child {
	font-weight: 500;
	font-size: 1.5em;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
.service_inner p:nth-child(2) {
	line-height: 1.75em;
	font-size: 1em;
}
.main_img {
	width: 80%;
	max-height: 200px;
	object-fit: cover;
	object-position: 50% 45%;
	display: block;
	margin: 2em 0 0 auto;
}
@media print, screen and (min-width: 768px) {
	.service_top {
		position: relative;
		height: 340px;
	}
	.main_img {
		position: absolute;
		margin: 0;
		top: 0;
		right: 0;
		width: 50%;
		height: 100%;
		max-height: none;
	}
	.service_summary {
		width: 90%;
		padding: 0;
		margin: 2em auto 0;
	}
	.service_inner {
		width: 47%;
	}
	.service_inner p:first-child  {
		margin-top: 1.5em;
		}
	.main_title {
		font-size: 3.4em;
		line-height: 0.65;
	}
	.main_title span {
		font-size: 0.3em;
		margin-top: 1.2em;
	}
}
@media print, screen and (min-width: 1024px) {
	.service_top {
		height: 420px;
		margin-bottom: 4em;
	}
	.main_title {
		font-size: 4em;
		margin: 0 auto;
	}
	.main_title span {
		font-size: 0.32em;
	}
	.service_summary {
		margin: 3em auto 0;
	}
	.service_inner {
		width: 48%;
	}
	.service_inner p:first-child {
		font-size: 2em;
	}
	.service_inner p:nth-child(2) {
		line-height: 2.2em;
		font-size: 1.2em;
	}
	.main_img {
		width: 47%;
	}
}
@media print, screen and (min-width: 1900px) {
	.service_top {
		height: 550px;
	}
	.service_inner {
		margin-top: 5em;
	}
	.service_inner p:first-child {
		font-size: 2.4em;
	}
	.service_inner p:nth-child(2) {
		line-height: 2.5em;
		font-size: 1.4em;
	}
	.main_title {
		font-size: 5em;
		margin: 0 auto;
	}
	.main_title span {
		font-size: 0.35em;
	}
	.main_title span::before {
	content: "";
	border-bottom: solid 0.5px black;
	width: 1em;
	margin-right: 0.3em;
}
}
/* ---------jump微調整--------- */
.jump_contents{
	margin-bottom: 2em;
}
@media screen and (min-width: 1024px) {
.jump_contents{
	margin-bottom: 5em;
	}	
}
/* ---------list--------- */
.odd,.even {
	width: 100%;
	padding: 3em 0;
}
.odd,.odd_other {
	background: #EFF5DC;
}
.even {
	background: #FFF;
}
.odd li,.even li,.odd_other li {
	width: 80%;
	max-width: 1400px;
	margin: 0 auto;
}
.odd_title {
	max-width: 1400px;
	width: 80%;
	margin: 2em auto 0;
}
.odd li img,.even li img,.odd_other li img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.list_top h2 {
	font-weight: 300;
	font-size: 1.1em;
	margin: 1em auto;
}
.list_top h2 span {
	font-size: 0.8em;
	color: #1E841E;
	display: flex;
}
.list_top p {
	line-height: 1.6em;
}
.detail_btn::after, .more_btn::after{
	left:-21px;
}

.alow{
	margin-left: 12px;
	margin-top:4.5px;
}
.more_btn {
	font-family: 'SourceHanSans-Regular';
	font-weight: 300;
	font-size: 1em;
	color: #000;
	cursor: pointer;
}

.more_btn:hover {
	color: #1E841E;
	opacity: 0.7;
}
.odd_other {
	padding: 3em 0 5em;
	}
.odd_sec {
	margin-bottom: 2em;
}
.odd_sec p {
	margin-top: 1em;
}
.list_top h3 {
	margin: 1em auto 1em;
	font-weight: 300;
	font-size: 1.1em;
}
.list_top h3 span {
	font-size: 0.8em;
	color: #7D7D7D;
	margin-left: 1em;
}
.btn_a {
	display: inline-block;
}
.btn_a:hover {
	opacity: 0.6;
	color: #1E841E;
}
@media print, screen and (min-width: 768px) {
	.odd,.even {
		position: relative;
		background-color: transparent;
		height: 340px;
	}
	.odd::before,.even::before {
		content: "";
		width: 95%;
		height: 100%;
		background: #FFF;
		position: absolute;
	}
	.odd::before {
		z-index: -2;
		top: 0;
		right: 0;
	}
	.even::before {
		z-index: -1;
		border-radius: 20px 0 0 20px;
		top: 0;
		right: 0;
	}
	.odd::after,.even::after {
		content: "";
		width: 95%;
		height: 100%;
		background: #EFF5DC;
		position: absolute;
	}
	.odd::after {
		border-radius: 0 20px 20px 0;
		z-index: -1;
		top: 0;
		left: 0;
	}
	.even::after {
		z-index: -2;
		top: 0;
		left: 0;
	}
	.odd:last-child {
		background: #EFF5DC;
		background-size: 100%;
	}
	.odd li,.even li {
		display: flex;
		justify-content: space-between; 
		margin: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%); /* Safari用 */
		transform: translate(-50%, -50%);
	}
	.list_top h2 {
		margin: 0 auto 1em;
	}
	.odd li img,.even li img {
		width: 49%;
	}
	.odd_other li {
		display: flex;
		justify-content: space-between; 
		width: 80%;
	}
	.odd li {
		flex-direction: row-reverse;
	}
	.flex_box_l {
		width: 48%;
		max-height: 250px;
		display: block;		
	}
	.odd_sec {
		width: 45%;
		display: block;
	}
}
@media screen and (min-width: 1024px) {
	.odd,.even {
		height: 500px;
	}
	.list_top h2 {
		font-size: 1.5em;
		font-weight: 300;
	}
	.list_top h2 span {
		font-size: 0.8em;
		font-weight: 200;
	}
	.odd_other h2 {
		margin-top: 1em;
	}
	.list_top p {
		font-size: 1.1em;
		line-height: 2em;
	}
	.list_top h3 {
		font-size: 1.3em;
		margin-top: 0;
	}
	.odd li img,.even li img {
		height: 370px;
	}
	.odd li img {
		object-position: 70% 80%;
	} 
}
@media screen and (min-width: 1400px) {
		.odd li img {
		object-position: 0;
	} 
}
@media print, screen and (min-width: 1900px) {
	.odd::before,.even::before {
		width: 90%;
	}
	.odd::after,.even::after {
		width: 90%;
	}
	.odd,.even {
		height: 550px;
	}
}
/* ---------list_bottom--------- */
.list_bottom {
		margin: 3em auto;
		text-align: center;
}
.list_bottom h2 {
		font-size: 1.1em;
		font-weight: 300;	
}
.list_btn {
		margin: 2em auto;
}
@media screen and (min-width: 768px) {
	.list_bottom {
		margin: 6em auto 4em auto;
		width: 21em;
		font-size: 1.1em;
		text-align: left;
	}
	.list_bottom h2 {
		font-size: 1.2em;
		font-weight: 300;
		margin-bottom: 1em;
}
	.list_btn {
		margin: 0;
	}
}

