header {
	background-color: #fff;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:30px 3%;
	box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.1);
}
header h1 {
	max-width: 340px;
}
.menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.menu li {
	margin-left: 10px;
}
.menu li a {
	padding: 10px;
	font-size: 120%;
	font-weight: bold;
	color: #000000;
	white-space: nowrap;
}

.menu .contbtn a {
	background-color: #0DB26C;
	border-radius: 30px;
	padding: 15px 20px;
	color: #fff;
}
.menu .contbtn {
	padding-left: 20px;
}
.arrow {
  position: relative;
  display: inline-block;
  width: 12.5px;
  height: 8.2px;
margin-left: 5px;
}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 1.5px);
  width: 3px;
  height: 10px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: 50% calc(100% - 1.5px);
}

.arrow::before {
  transform: rotate(45deg);
}

.arrow::after {
  transform: rotate(-45deg);
}.main {
	background-color: #F2F2F2;
}
.mainimg_box {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	padding-top: 3%;
	padding-bottom: 3%;
	padding-left: 5%;
	padding-right: 5%;
	box-sizing: border-box;
}
.cati {
	width: 45%;
	text-align: center;
	position: relative;
}
.mainimg {
	width: 55%;
	position: relative;
	z-index: 3;
}
.mainimg img {
	border-radius: 6px;
	box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}

.cati_box {
	width: 100%;
position: relative;
  overflow: visible; /* はみ出しを見せる */
	height: 100%;
}
.base {
  visibility: hidden;
}
.child {
  position: absolute;
  top: 50%;
  left: 50%;
width: 100%;
  transform: translate(-50%, -50%); /* 中央寄せ */
	margin-top: -10%;
}
.bg {
  transform: translate(-50%, -50%) scale(1.2);
  /* 左上/右下など向きはtranslateの±で調整 */
  z-index: 1;
	
}
.bg_txt {
	z-index: 2;
}
.bg_txt h2 {
	font-size: 4.4vw;
	font-weight: 900;
	font-family: "Noto Sans JP", Poppins, sans-serif;
	line-height: 1.3;
	text-decoration: underline;
	text-decoration-color: #11B16C; /* 色 */
  text-decoration-thickness: 5px; /* 太さ */
}
.bg_txt h2 span {
	font-size: 60%;
}
.bg_txt h3 {
	padding-left: 20%;
	padding-right: 20%;
	padding-top: 4%;
}

.cati h4 {
	position: absolute;
	z-index: 2;
	bottom: 0;
	padding-left: 30%;
	padding-right: 30%;
}
.contents-box {
	max-width: 1400px;
	margin: 0 auto;
	padding-left: 5%;
	padding-right: 5%;
	box-sizing: border-box;
	padding-top: 80px;
	padding-bottom: 80px;
}

.about_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.about_box01 {
	order: 2;
	width: 55%;
}
.about_box02 {
	order: 1;
	width: 40%;
}

.title {
	margin-bottom: 30px;
}
.title h2 {
	font-size: 260%;
	font-weight: 900;
	font-family: "Noto Sans JP", Poppins, sans-serif;
}
.title h6 {
	font-size: 130%;
	font-weight: bold;
	font-family: Arial, Helvetica, "sans-serif";
	color: #0DB26C;
	margin-top: 10px;
}
.title h6 span {
	position: relative;
}
.title h6 span::after {
	position: absolute;
	content: "";
	width: 60px;
	height: 1px;
	background-color: #0DB26C;
	right: 0;
	margin-right: -70px;
	top: 50%;
}
.subcati {
	font-size: 220%;
	font-weight: 900;
	font-family: "Noto Sans JP", Poppins, sans-serif;
	margin-bottom: 30px;
}
.gree {
	background-color: #F2F2F2;
}
.works_box {
	display: flex;
	justify-content: space-between;
}
.works_box01 {
	width: 40%;
	position: sticky;
	top: 60px;
	height: fit-content;
}
.works_box02 {
	width: 55%;
}
.works_box02 ul li {
	margin-bottom: 60px;
}
.works_box02 ul li:last-child {
	margin-bottom: 0px;
}
.workstitle {
	margin-top: 20px;
}
.philosophy_box {
	margin-bottom: 80px;
	text-align: center;
}
.philosophy_box h3 {
	font-size: 140%;
	font-weight: bold;
}
.philosophy_box h3 span {
	padding: 10px 20px;
	border-radius: 30px;
	color: #fff;
	background-color: #0DB26C;
	
}
.philosophy_box h4 {
	font-size: 200%;
	font-weight: 900;
	font-family: "Noto Sans JP", Poppins, sans-serif;
	margin-top: 10px;
}
.company_box {
	display: flex;
	justify-content: space-between;
}
.company_box01 {
	width: 55%;
}
.company_box02 {
	width: 35%;
}
.table01 {
	width: 100%;
	box-sizing: border-box;
	border-top: 1px solid #C6C6C6;
}
.table01 td {
	font-size: 114%;
	line-height:1.5;
	letter-spacing: 0.02em;
	font-weight:500;
	padding: 14px;
	border-bottom: 1px solid #C6C6C6;
}
.table01 .td01 {
	font-weight: bold;
	background-color: #EFEFEF;
}
.abc_img {
	padding: 15% 25%;
	border: 1px solid #707070;
	box-sizing: border-box;
	border-radius: 6px;
}
.company_box02 p {
	margin-top: 20px;
}
.map_box {
	margin-top: 60px;
}
.map_box h4 {
	font-size: 160%;
	font-weight: bold;
	margin-bottom: 20px;
}
.sdgs_bg {
	background-image: url("../img/sdgs_bg.jpg");
	background-size: cover;
}

.sdgs_bg .title h2 {
	color: #fff;
}
.sdgs_bg .title h6 {
	color: #fff;
}
.sdgs_bg .title h6 span::after {
	background-color: #fff;
}
.sdgs_box_main {
	border-radius: 6px;
	padding: 10%;
	background-color: rgba(255, 255, 255, 0.8);
}
.sdgs_gaiyou {
	display: flex;
	justify-content: space-between;
}
.sdgs_logo {
	width: 30%;
}
.sdgs_txt {
	width: 65%;
}
.sdgs_list {
	margin-top: 60px;
}
.table02 {
	width: 100%;
	box-sizing: border-box;
	border-top: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	background-color: #fff;
}
.table02 h3 {
	font-size: 100%;
	font-weight: bold;
}
.table02 h4 {
	font-size: 120%;
	font-weight: bold;
}
.table02 td {
	padding: 10px;
	border-left: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
}
.table02 ul {
	display: flex;
	justify-content: space-between;
}
.table02 ul li {
	width: 120px;
	margin-right: 10px;
}
.table02 ul li:last-child {
	margin-right: 0px;
}
.table02 .tr01 {
	background-color: #F7F7F7;
}
.table02 .td01 {
	width: 200px;
}
.table02 p {
	font-size: 90%;
}

.contact_box {
	background-color: #14B06C;
	border-radius: 6px;
	padding: 6%;
}
.contact_box {
	display: flex;
	justify-content: space-between;
}
.contact_box01 {
	width: 35%;
}
.contact_box02 {
	width: 60%;
}

.contact_box01 .title h2 {
	color: #fff;
}
.contact_box01 .title h6 {
	color: #fff;
}
.contact_box01 .title h6 span::after {
	background-color: #fff;
}

.contact_box02 h3 {
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.5;
}
.tel {
	background-color: #fff;
	border-radius: 6px;
	padding: 5%;
	margin-top: 15px;
}
.tel_box {
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.tel_box h6 {
	margin-right: 10px;
	font-size: 260%;
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: bold;
	line-height: 1.1;
}
.tel_box h6 a {
	color: #14B06C;
}
.tel_box h6 span {
	font-size: 80%;
}
.mail_box {
	background-color: #434343;
	border-radius: 6px;
	padding: 15px;
	margin-top: 10px;
	text-align: center;
}
.mail_box h4 {
	color: #fff;
	font-size: 100%;
	font-weight: bold;
}
.mail_box h4 a {
	color: #fff;
	text-decoration: underline;
}

footer {
	max-width: 1400px;
	margin: 0 auto;
	padding-left: 5%;
	padding-right: 5%;
	box-sizing: border-box;
	padding-bottom: 80px;
}
footer h3 {
	font-size: 200%;
	font-weight: 900;
	font-family: "Noto Sans JP", Poppins, sans-serif;
	text-align: center;
}
footer h2 {
	max-width: 300px;
	margin: 20px auto;
}
footer h4 {
	max-width: 240px;
	margin: 0 auto;
	margin-bottom: 30px;
}
footer p {
	font-size: 110%;
	text-align: center;
}
address {
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 90%;
	margin-top: 30px;
	text-align: center;
}
.wrap {
  overflow: auto;
}
.pc-none {
	display: none;
}


@media screen and ( max-width:800px )
{
.menu {
    display: block;
}
	.sp-none {
		display: none;
	}
	.wrap table {
		min-width: 1000px;
	}
	.mainimg_box {
    display: block;
	}
	.about_box {
    display: inherit;
}
	.about_box01 {
    width: 100%;
}
	.about_box02 {
    width: 100%;
		margin-top: 40px;
}
	.works_box {
    display: inherit;
}
	.works_box01 {
    width: 100%;
    position: inherit;
}
	.works_box02 {
    width: 100%;
		margin-top: 40px;
}
	.pc-none {
	display: block;
}
	.company_box {
    display: inherit;
}
	.company_box01 {
    width: 100%;
}
	.company_box02 {
    width: 100%;
		margin-top: 40px;
}
	.table01 td {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.sdgs_gaiyou {
    display: inherit;
}
	.sdgs_logo {
    width: 100%;
		margin-bottom: 40px;
}
	.sdgs_txt {
    width: 100%;
}
	.contact_box {
    display: inherit;
}
	.contact_box01 {
    width: 100%;
}
	.contact_box02 {
    width: 100%;
}
	.tel_box {
    display: inherit;
}
	.tel_box h6 {
    margin-right: 0px;
    font-size: 220%;
}
	.cati {
    width: 100%;
    text-align: center;
    position: relative;
}
	.mainimg {
    width: 100%;
}
	.cati_box {
    height: 380px;
}
	.bg_txt h2 {
    font-size: 12.4vw;
}
	.cati h4 {
    bottom: 20px;
    padding-left: 20%;
    padding-right: 20%;
}
	.bg {
    transform: translate(-50%, -50%) scale(1.1);
}
}
