.common-section .inner {
	max-width: 1200px;
	margin: 0 auto;
}

#header {
	background: none;
	border: none;
}

.navi li a {
	color: #fff;
	text-shadow: 0px 0px 3px #000;
}

.navi li a:after {
	background-color: #fff;
}

.navi li.inquiry a {
	text-shadow: none;
	color: #fff !important;
}

.navi.addfix2 li a {
	color: #333;
	text-shadow: none;
}

.navi.addfix2 li a:after {
	background-color: #43b30f;
}

#mainv {
	position: relative;
	background: url("../../img/mainv_bg02.jpg") no-repeat center top;
	width: 100%;
	/* min-width: 1200px; */
	height: 100vh;
	background-size: cover;
	display: table;
	z-index: 0;
}

#mainv::before {
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.1);
	background-image: url(../../img/top_cover.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	/* background-size: 100% auto; */
	background-size: 100% 43%;
	z-index: 1;
}

#mainv .text-box {
	position: relative;
	z-index: 2;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

#mainv .text-box img {
	max-width: 550px;
	width: 96%;
}

#mainv .container_04 {
	position: relative;
	height: 0px;
	/* background-color: #cdb5b5; */
}

#mainv .scrollbar_text_04 {
	display: inline-block;
	position: absolute;
	top: -210px;
	bottom: 0;
	/* margin: 10px auto 110px; */
	margin-top: 10px;
	padding: 0px 10px 110px;
	color: #fff;
	font-size: 12px;
	/* font-family: serif; */
	line-height: 1;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	writing-mode: vertical-lr;
	left: 50%;
	transform: translateX(-50%);
	cursor: pointer;

	& span {
		color: #fff;
		cursor: pointer;
	}
}

#mainv .scrollbar_04 {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}

#mainv .scrollbar_04::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1px;
	height: 110px;
	background: #fff;
	cursor: pointer;
}

#mainv .scrollbar_04::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: -4px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
	animation: circlemove 3s ease-in-out infinite,
		cirlemovehide 3s ease-out infinite;
	cursor: pointer;
}

@keyframes circlemove {
	0% {
		bottom: 110px;
	}

	100% {
		bottom: 0px;
	}
}

@keyframes cirlemovehide {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	80% {
		opacity: 0.9;
	}

	100% {
		opacity: 0;
	}
}

#mainv .mainvsub-scroll {
	position: absolute;
	bottom: 0;
	left: 0;
	top: 90%;
	right: 0;
	z-index: 1111;
	/* margin: auto;
  display: block;
  width: 45px;
  height: 45px;
  border: 1px solid #fff;
  border-radius: 50% */
}

/* #mainv .mainvsub-scroll:after {
  z-index: 1111;
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  left: 14px;
  top: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg)
} */

#information {
	margin: 74px 0 0;
	padding-top: 35px;
	padding-bottom: 80px;
	position: relative;
}

#information::before {
	content: "";
	background-image: url("../../img/bg-logo.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -60px;
	right: -60px;
	width: 430px;
	height: 430px;
	z-index: -1;

	@media all and (max-width: 639px) {
		width: 225px;
		height: 225px;
		bottom: unset;
		top: 0;
	}
}

#information .information-box {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin-top: 70px;
	margin-bottom: 35px;
}

#information .information-list {
	width: 49%;
	width: calc(100% / 2.1);
}

#information .information-list dd li {
	margin-bottom: 20px;
}

#information .information-list dd a {
	position: relative;
	display: inline-block;
	width: 100%;
	text-decoration: none;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#information .information-list dd a:before,
#information .information-list dd a:after {
	position: absolute;
	z-index: -1;
	display: block;
	content: "";
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#information .information-list dd a:after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
}

#information .information-list dd a:hover .date,
#information .information-list dd a:hover .report-title {
	text-decoration: underline;
}

#information .information-list .link-box {
	position: relative;
	display: block;
	color: #333;
	line-height: 1.7;
}

#information .information-list .link-box .tag-type {
	width: 115px;
	font-size: 1.2rem;
	margin: 0 10px 0 0;
	display: inline-block;
	background: #787878;
	color: #fff;
	text-align: center;
}

#information .information-list .link-box .tag-type.color1 {
	background: #1e3b50;
}

#information .information-list .link-box .tag-type.color2 {
	background: #ffbc00;
}

#information .information-list .link-box .tag-type.color3 {
	background: #1bc7a8;
}

#information .information-list .link-box .tag-type.color4 {
	background: #ef717d;
}

#information .information-list .link-box .date {
	margin-right: 10px;
}

#information .information-list .link-box .report-title {
	display: inline-block;
}

#information .information-list .information-list-heading {
	font-weight: bold;
	overflow: hidden;
	font-size: 1.8rem;
	margin-bottom: 15px;
	padding-left: 10px;
	border-left: 7px solid #43b30f;
}

#information .information-list .information-list-heading .viewmore-link {
	float: right;
	display: inline-block;
	font-weight: normal;
	border-left: 1px solid #e70d1e;
	font-size: 1.4rem;
	padding-left: 10px;
	line-height: 1.1;
	position: relative;
	padding-right: 25px;
	color: #333;
	margin-top: 7px;
}

#information .information-list .information-list-heading .viewmore-link:before,
#information .information-list .information-list-heading .viewmore-link:after {
	position: absolute;
	display: block;
	content: "";
}

#information .information-list .information-list-heading .viewmore-link:before {
	right: 0;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #e70d1e;
}

#information .information-list .information-list-heading .viewmore-link:after {
	right: 6px;
	top: 5px;
	width: 4px;
	height: 4px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

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

#service {
	padding-top: 110px;
	background: #f7f7f7;
	padding-bottom: 220px;
	position: relative;
}

#service::before {
	content: "";
	position: absolute;
	inset: 0;
	background: url("../../img/bg.jpg") center/cover no-repeat;
	opacity: 0.2;
	z-index: 0;
}

#service > * {
	position: relative;
	z-index: 1; /* 中のコンテンツを背景より上に */
}

#service .service-box {
	margin-top: 70px;
}

#service .service-list {
	*zoom: 1;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-items: center;
	gap: 20px 1%;

	@media (max-width: 1160px) {
		grid-template-columns: repeat(2, 1fr);
	}

	@media (max-width: 720px) {
		grid-template-columns: repeat(1, 1fr);
	}
}

#service .service-list li:first-child {
  grid-column: 1 / -1;   /* 2列ぶんを占有 */
  justify-self: center;  /* 要素自体を中央寄せ */
}

#service .service-list li {
	/* border: 1px solid #d7d7d7;
  border-top: 3px solid #279ed9;
  box-sizing: border-box;
  width: 384px */
	width: 100%;
	max-width: 560px;
	text-align: center;
	position: relative;
}

#service .service-list li .zoom_box {
	overflow: hidden;
	position: relative;
	aspect-ratio: 2 / 1;

	@media (max-width: 720px) {
		aspect-ratio: 2 / 1;
	}
}

#service .service-list li .zoom_box::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		to top left,
		/* ← 右下 → 左上方向に描画 */ rgba(0, 0, 0, 0.7) 50%,
		/* 50%まで黒 */ transparent 50% /* 50%から透明 */
	);
	z-index: 1;
	pointer-events: none;
}

#service .service-list li .zoom_box::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: 3;
	pointer-events: none;
}

#service .service-list li .zoom_box:hover::after {
	opacity: 1;
}

#service .service-list li .zoom_box img {
	display: block;
	aspect-ratio: 2 / 1;
	object-fit: cover;
	transition: transform 0.5s ease;
	z-index: 1;
	width: 100%;

	@media (max-width: 720px) {
		aspect-ratio: 2 / 1;
	}
}

#service .service-list li .zoom_box:hover img {
	transform: scale(1.1);
}

#service .service-list li a .txt {
	position: absolute;
	bottom: 10%;
	right: 7%;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.03em;
	text-align: left;
	z-index: 5;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	transition: 0.2s ease-in-out;

	@media all and (max-width: 505px) {
		right: 2%;
	}
}

#service .service-list li a:hover .txt {
	color: #43b30f;
	transition: 0.2s ease-in-out;
}

#service .service-list li a .txt .title {
	font-size: 18px;

	@media all and (max-width: 505px) {
		font-size: 13px;
	}
}

#service .service-list li a .txt .subtitle {
	font-size: 13px;
}

/* #service .service-list li a {
  display: block;
  padding: 15px 15px 10px 15px;
  color: #333;
  text-decoration: none;
  transition: all .3s;
  background: #fff
}

#service .service-list li a:hover {
  opacity: .8
}

#service .service-list li a:hover .syousai {
  text-decoration: underline;
  color: #279ed9
}

#service .service-list li .title {
  font-size: 2rem
}

#service .service-list li .subtitle {
  font-size: 1.2rem;
  color: #279ed9;
  margin-bottom: 10px
}

#service .service-list li .syousai {
  text-align: right;
  font-size: 1.4rem;
  color: #279ed9;
  position: relative;
  margin-top: 5px
}

#service .service-list li .syousai:before {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  right: 94px;
  top: 8px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #279ed9
} */

/**********************************************************************/
#other-page {
	position: relative;
	background: linear-gradient(
			120deg,
			rgba(255, 255, 255, 0.15),
			rgba(255, 255, 255, 0) 70%
		),
		linear-gradient(
			to right,
			#297f01 0%,
			#43b30f 20%,
			#76d35b 50%,
			/* 黄緑を追加 */ #43b30f 80%,
			#297f01 100%
		);
}

#other-page .inner {
	position: relative;
	top: -80px;
	text-align: center;
	display: flex;
	justify-content: center;
	gap: 20px 2%;
}

#other-page ._heading-var3 .en {
	font-size: 3.2rem;
}

#other-page .page-list {
	display: inline-block;
	width: 100%;
	max-width: 315px;
	padding: 45px 0;
	background: #fff;
	color: #4b4b4b;
	text-align: center;
	border: 4px solid #fff;
	-moz-box-shadow: 0px 0px 15px 1px rgba(51, 51, 51, 0.7);
	-webkit-box-shadow: 0px 0px 15px 1px rgba(51, 51, 51, 0.7);
	box-shadow: 0px 0px 15px 1px rgba(51, 51, 51, 0.7);
	border-radius: 4px;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease-in-out;
}

#other-page .page-list dt {
	position: relative;
	transition: all 0.3s ease-in-out;
}

#other-page .page-list dt:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -15px;
	display: inline-block;
	width: 60px;
	height: 1px;
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	background-color: #43b30f;
	transition: all 0.3s ease-in-out;
}

#other-page .page-list:first-child {
	margin-left: 0;
}

#other-page .page-list .icon {
	margin-top: 45px;
	text-align: center;
	min-height: 67px;
	width: 100%;
	position: relative;
}

#other-page .page-list .icon img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: all 0.3s ease-in-out;
}

#other-page .page-list:hover {
	text-decoration: none;
	border: 4px solid #297f01;
	transition: all 0.3s ease-in-out;
}

#other-page .page-list:hover dt {
	color: #297f01;
	transition: all 0.3s ease-in-out;
}

#other-page .page-list:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 890px) {
	.common-section .inner {
		width: auto;
		margin: 0 auto;
	}

	#mainv {
		min-width: auto;
		padding-top: 0;
	}

	#mainv .mainv-text1 {
		font-size: 3.6rem;
		padding: 0 15px;
		margin-bottom: 15px;
	}

	#mainv .mainv-text2 {
		font-size: 2rem;
		padding: 0 15px;
	}

	/* #mainv .mainvsub-scroll {
    display: none
  } */

	.navi .addfix2 li a {
		color: #fff;
	}

	#service {
		padding-top: 60px;
	}

	#information {
		margin: 0;
		padding-top: 60px;
		padding-bottom: 60px;
	}

	#information .information-box {
		margin-top: 10px;
	}

	#information .inner {
		padding-right: 15px;
		padding-left: 15px;
	}

	#information .information-list {
		width: 100%;
		margin-bottom: 25px;
	}

	#information .information-list .link-box {
		font-size: 1.2rem;
	}

	#information .information-list .link-box .tag-type {
		font-size: 1.2rem;
		margin: 0 10px 0 0;
	}

	#information .information-list .link-box:before,
	#information .information-list .link-box:after {
		right: 15px;
	}

	/* #service .inner {
    margin: auto 15px
  } */

	#service .service-list {
		margin-left: 0px;
	}

	/* #service .service-list li {
    width: 46%;
    margin-left: 10px;
    min-height: 260px;
    margin-bottom: 10px
  } */

	#service .service-list li img {
		width: 100%;
	}

	/* #service .service-list li .subtitle {
    min-height: 59px
  }

  #service .service-list li .title {
    font-size: 1.6rem;
    line-height: 1.4;
    min-height: 64px
  }

  #service .service-list li .syousai {
    font-size: 1.2rem
  }

  #service .service-list li .syousai:before {
    right: 80px;
    top: 6px
  } */

	/* #other-page {
		margin-top: 40px;
	} */

	#other-page ._heading-var3 .en {
		font-size: 1.6rem;
	}

	#other-page .inner {
		flex-direction: column;
		align-items: center;
		/* display: table;
    width: 100%;
    box-sizing: border-box;
    border-spacing: 8px */
	}

	#other-page .page-list {
		/* display: table-cell;
    height: 95px; */
		padding: 20px 0;
		width: 100%;
	}

	#other-page .page-list .icon img {
		height: 37px;
	}
}
