@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
*, ::before, ::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

body {
	margin: 0;
}

main {
	display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

dt {
	font-weight: 700;
}

dd {
	margin-left: 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit;
}

pre {
	font-family: monospace,monospace;
	font-size: inherit;
}

address {
	font-style: inherit;
}

a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}

abbr[title] {
	text-decoration: underline dotted;
}

b, strong {
	font-weight: bolder;
}

code, kbd, samp {
	font-family: monospace,monospace;
	font-size: inherit;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

svg, img, embed, object, iframe {
	vertical-align: bottom;
}

button, input, optgroup, select, textarea {
	-webkit-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	border-radius: 0;
	text-align: inherit;
	text-transform: inherit;
}

button, [type="button"], [type="reset"], [type="submit"] {
	cursor: pointer;
}

button:disabled, [type="button"]:disabled, [type="reset"]:disabled, [type="submit"]:disabled {
	cursor: default;
}

:-moz-focusring {
	outline: auto;
}

select:disabled {
	opacity: inherit;
}

option {
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	min-width: 0;
}

legend {
	padding: 0;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

[type="number"] {
	-moz-appearance: textfield;
}

label[for] {
	cursor: pointer;
}

details {
	display: block;
}

summary {
	display: list-item;
}

[contenteditable]:focus {
	outline: auto;
}

table {
	border-color: inherit;
	border-collapse: collapse;
}

caption {
	text-align: left;
}

td, th {
	vertical-align: top;
	padding: 0;
}

th {
	text-align: left;
	font-weight: 700;
}

html {
	font-size: 16px;
	overflow-y: scroll;
}
html * {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
}

body {
	font-family: "Noto Sans JP", sans-serif;
	font-feature-settings: "palt";
	margin: 0px auto;
	color: #000;
	overflow: hidden;
	background: #fff;
	font-size: Clamp(0.79688rem, calc(0.7274rem + 0.32692vw), 1.0625rem);
	line-height: 1.7;
	font-weight: 500;
	color: #000;
	padding-top: 90px;
}
@media (max-width: 768px) {
  body {
		font-size: Clamp(0.79688rem, calc(0.7274rem + 0.32692vw), 1.0625rem);
  }
}
@media (max-width: 560px) {
  body {
		padding-top: 60px;
  }
}
body img {
	border: 0px;
}
body a {
	text-decoration: none;
	color: #000000;
}
body a.underline {
	text-decoration: underline;
}
body a.underline:hover {
	text-decoration: none;
}
body dl, body ul, body ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
body p {
	margin: 0px;
}
body input, body select {
	outline: none;
}
body .clear {
	clear: both;
}
@media (max-width: 560px) {
  body .view_pc {
		display: none !important;
  }
}
body .view_sp {
	display: none !important;
}
@media (max-width: 560px) {
  body .view_sp {
		display: block !important;
  }
}

a {
	-webkit-transition: opacity 0.2s, background 0.2s;
	transition: opacity 0.2s, background 0.2s;
	cursor: pointer;
}
a:hover {
	opacity: 0.7;
}

img {
	max-width: 100%;
}

.stack {
	margin-top: 0 !important;
}

.section {
	margin-top: 100px !important;
}
.sp .section {
	margin-top: 40px !important;
}

.block {
	margin-top: 40px !important;
}
.sp .block {
	margin-top: 20px !important;
}

.l_block {
	margin-top: 50px !important;
}
.sp .l_block {
	margin-top: 25px !important;
}

.paragraph {
	margin-top: 20px !important;
}
.sp .paragraph {
	margin-top: 10px !important;
}

.sp_disp {
	display: none;
}
@media (max-width: 560px) {
  .sp_disp {
		display: block;
  }
}

header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 90px;
	z-index: 100;
	background: #DBDBDB;
}
@media (max-width: 560px) {
  header {
		height: 60px;
  }
}
header > div {
	position: relative;
	width: 100%;
	max-width: 1680px;
	margin: auto;
	padding: 0px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 90px;
	padding-right: 0;
}
@media (max-width: 560px) {
  header > div {
		padding: 0px 10px;
  }
}
@media (max-width: 1060px) {
  header > div {
		padding-right: 20px;
  }
}
@media (max-width: 560px) {
  header > div {
		height: 60px;
		padding-right: 0;
  }
}
@media (max-width: 560px) {
  header .logo img {
		width: 120px;
  }
}
header nav {
	display: flex;
}
@media (max-width: 1060px) {
  header nav {
		display: none;
  }
}
header nav .globalnavi {
	display: flex;
}
header nav .globalnavi ul {
	display: flex;
	align-items: center;
	height: 90px;
	gap: 20px;
	padding-right: 40px;
}
header nav .globalnavi ul li > a {
	display: flex;
	align-items: center;
	font-size: Clamp(0.75rem, calc(0.68462rem + 0.30769vw), 1rem);
	line-height: 1;
	font-weight: 800;
	color: #000;
}
@media (max-width: 768px) {
  header nav .globalnavi ul li > a {
		font-size: Clamp(0.75rem, calc(0.68462rem + 0.30769vw), 1rem);
  }
}
header nav .entry a {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #138C46;
	height: 100%;
	width: 170px;
	height: 90px;
	text-align: center;
	font-family: "Montserrat", sans-serif;
	font-size: Clamp(0.9375rem, calc(0.85577rem + 0.38462vw), 1.25rem);
	line-height: 1.5;
	font-weight: 700;
	color: #fff;
	letter-spacing: 7px;
}
@media (max-width: 768px) {
  header nav .entry a {
		font-size: Clamp(0.9375rem, calc(0.85577rem + 0.38462vw), 1.25rem);
  }
}
header nav .entry + .entry a {
	border-left: 1px solid #fff;
}
header nav .contact a {
	display: flex;
	height: 100%;
	background: #000;
	width: 140px;
	height: 90px;
	align-items: center;
	justify-content: center;
}
header #spmenu_btn {
	display: none;
	width: 60px;
	height: 60px;
}
@media (max-width: 1060px) {
  header #spmenu_btn {
		display: block;
  }
}
header #spmenu_btn button {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 0.2s, background 0.2s;
	transition: opacity 0.2s, background 0.2s;
	cursor: pointer;
	background: #138C46;
}
header #spmenu_btn button:hover {
	opacity: 0.7;
}
header #spmenu_btn button span {
	position: absolute;
	left: 24px;
	width: 12px;
	height: 2px;
	background-color: #fff;
	display: inline-block;
	transition: 0.5s;
}
header #spmenu_btn button span:nth-of-type(1) {
	top: 26px;
}
header #spmenu_btn button span:nth-of-type(2) {
	top: 30px;
}
header #spmenu_btn button span:nth-of-type(3) {
	top: 34px;
}
header #spmenu_btn button.open span:nth-of-type(1) {
	transform: translateY(4px) rotate(315deg);
}
header #spmenu_btn button.open span:nth-of-type(2) {
	opacity: 0;
}
header #spmenu_btn button.open span:nth-of-type(3) {
	transform: translateY(-4px) rotate(-315deg);
}

#spmenu {
	display: block;
	position: fixed;
	width: 100%;
	background: #138C46;
	z-index: 1000;
	overflow-y: auto;
	color: #fff;
	opacity: 0;
	pointer-events: none;
	transition: 0.5s;
	top: 90px;
	left: 30%;
}
@media (max-width: 560px) {
  #spmenu {
		top: 60px;
  }
}
.spmenu_open #spmenu {
	opacity: 1;
	left: 0;
	pointer-events: auto;
}
#spmenu a {
	color: #fff;
}
#spmenu .menu > ul > li {
	position: relative;
	border-bottom: 1px solid #fff;
}
#spmenu .menu > ul > li > a {
	display: block;
	padding: 12px 15px;
	font-size: Clamp(0.75rem, calc(0.68462rem + 0.30769vw), 1rem);
	line-height: 1.7;
	font-weight: 500;
	color: #000;
	color: #fff;
}
@media (max-width: 768px) {
  #spmenu .menu > ul > li > a {
		font-size: Clamp(0.75rem, calc(0.68462rem + 0.30769vw), 1rem);
  }
}
#spmenu .menu > ul > li button {
	position: absolute;
	width: 30px;
	height: 40px;
	right: 0px;
	top: 5px;
}
#spmenu .menu > ul > li button::before {
	content: "";
	position: absolute;
	width: 16px;
	height: 8px;
	left: 0;
	top: 50%;
	transition: 0.3s;
	transform: translateY(-50%);
	background: url(../images/spmenu_arrow.svg) no-repeat center/cover;
}
#spmenu .menu > ul > li button.open::before {
	transform: translateY(-50%) rotate(180deg);
}
#spmenu .menu > ul > li > ul {
	display: none;
	border-top: 1px solid #fff;
	padding: 8px 0;
}
#spmenu .menu > ul > li > ul a {
	display: block;
	padding: 8px 15px;
	font-size: Clamp(0.60938rem, calc(0.55625rem + 0.25vw), 0.8125rem);
	line-height: 13;
	font-weight: 500;
	color: #000;
}
@media (max-width: 768px) {
  #spmenu .menu > ul > li > ul a {
		font-size: Clamp(0.60938rem, calc(0.55625rem + 0.25vw), 0.8125rem);
  }
}
#spmenu .otherlink ul {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	align-items: center;
	justify-content: center;
	padding: 20px;
}
@media (max-width: 1260px) {
  #spmenu .otherlink ul {
		gap: 20px 40px;
  }
}
@media (max-width: 560px) {
  #spmenu .otherlink ul {
		gap: 20px 20px;
  }
}
#spmenu .otherlink ul li a {
	font-size: Clamp(0.75rem, calc(0.68462rem + 0.30769vw), 1rem);
	line-height: 1;
	font-weight: 700;
	color: #000;
	color: #fff;
	vertical-align: middle;
}
@media (max-width: 768px) {
  #spmenu .otherlink ul li a {
		font-size: Clamp(0.75rem, calc(0.68462rem + 0.30769vw), 1rem);
  }
}
#spmenu .otherlink ul li a.news::before {
	content: "";
	display: inline-block;
	vertical-align: -3px;
	width: 27.6px;
	height: 16.7px;
	background: url(../images/ico_news.svg) no-repeat center/contain;
	margin-right: 10px;
}
#spmenu .otherlink ul li a.catalog::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 27.6px;
	height: 16.7px;
	background: url(../images/ico_catalog.svg) no-repeat center/contain;
	margin-right: 8px;
}
#spmenu .otherlink ul li a.contact {
	position: relative;
	display: inline-block;
	padding: 8px 30px;
	background: #fff;
	color: #138C46;
	border-radius: 30px;
	border: 1px solid #fff;
	z-index: 1;
	transition: color 0.4s;
	overflow: hidden;
}
#spmenu .otherlink ul li a.contact::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #138C46;
	z-index: -1;
	transform: scaleX(0);
	transition: transform 0.4s ease;
	transform-origin: right;
}
#spmenu .otherlink ul li a.contact:hover {
	color: #fff;
	opacity: 1;
}
#spmenu .otherlink ul li a.contact:hover::before {
	transform: scaleX(1);
	transform-origin: left;
}

.home_bg img {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	object-fit: cover;
	background-size: cover;
}

main.home .bg_dark {
	background: linear-gradient(to top, #000 0%, #000 60%, transparent 100%);
}
main.home .mainvisual {
	width: 100%;
	height: calc(100vh - 90px);
}
@media (max-width: 560px) {
  main.home .mainvisual {
		height: calc(100vh - 60px);
  }
}
main.home .mainvisual > div {
	position: relative;
	width: 100%;
	max-width: 1680px;
	margin: auto;
	padding: 0px 20px;
	display: flex;
	align-items: flex-end;
	height: 100%;
	padding-bottom: 80px;
}
@media (max-width: 560px) {
  main.home .mainvisual > div {
		padding: 0px 10px;
  }
}
@media (max-width: 560px) {
  main.home .mainvisual > div {
		padding-bottom: 30px;
  }
}
main.home .intro {
	color: #fff;
}
main.home .intro > .lead {
	position: relative;
	width: 100%;
	max-width: 1680px;
	margin: auto;
	padding: 0px 20px 0px;
	text-align: center;
}
@media (max-width: 560px) {
  main.home .intro > .lead {
		padding: 0px 10px 0px;
  }
}
main.home .intro > .lead p {
	font-size: Clamp(1.40625rem, calc(1.28365rem + 0.57692vw), 1.875rem);
	line-height: 2.9;
	font-weight: 800;
	color: #fff;
	margin-top: 60px;
}
@media (max-width: 768px) {
  main.home .intro > .lead p {
		font-size: Clamp(1.40625rem, calc(1.28365rem + 0.57692vw), 1.875rem);
  }
}
main.home .intro > .link_area {
	position: relative;
	width: 100%;
	max-width: 1680px;
	margin: auto;
	padding: 150px 20px 80px;
}
@media (max-width: 560px) {
  main.home .intro > .link_area {
		padding: 75px 10px 40px;
  }
}
main.home .intro > .link_area .col2 {
	background: #fff;
}
main.home .intro > .link_area .col2 + .col2 {
	margin-top: 40px;
}
main.home .intro > .link_area .col2 a {
	display: flex;
	background: #ECEFF1;
}
@media (max-width: 800px) {
  main.home .intro > .link_area .col2 a {
		flex-direction: column;
  }
}
main.home .intro > .link_area .col2 a .tx {
	width: 60%;
	padding: 40px 80px 40px 40px;
}
@media (max-width: 800px) {
  main.home .intro > .link_area .col2 a .tx {
		width: 100%;
		padding: 30px;
  }
}
@media (max-width: 560px) {
  main.home .intro > .link_area .col2 a .tx {
		padding: 20px;
  }
}
main.home .intro > .link_area .col2 a .tx p {
	margin-top: 40px;
	font-size: Clamp(0.9375rem, calc(0.85577rem + 0.38462vw), 1.25rem);
	line-height: 1.7;
	font-weight: 500;
	color: #000;
}
@media (max-width: 768px) {
  main.home .intro > .link_area .col2 a .tx p {
		font-size: Clamp(0.9375rem, calc(0.85577rem + 0.38462vw), 1.25rem);
  }
}
main.home .intro > .link_area .col2 a .img {
	width: 40%;
}
@media (max-width: 800px) {
  main.home .intro > .link_area .col2 a .img {
		width: 100%;
  }
}
main.home .intro > .link_area .col2 a .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
main.home .intro > .link_area .col2 a:hover .inner_arrow {
	opacity: 1;
}
main.home .intro > .link_area .col2 a:hover .inner_arrow::before {
	transform: scaleX(1);
	transform-origin: left;
}
main.home .intro > .link_area .col2 a:hover .inner_arrow::after {
	background: url(../images/arrow01_g.svg) center/cover;
}
main.home .intro > .link_area .single {
	margin-top: 60px;
	background: #fff;
}
main.home .intro > .link_area .single a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 80px 40px;
	background: url(../../images/img03.jpg) no-repeat center/cover;
}
@media (max-width: 800px) {
  main.home .intro > .link_area .single a {
		padding: 60px 30px;
  }
}
@media (max-width: 560px) {
  main.home .intro > .link_area .single a {
		padding: 30px 20px;
  }
}
main.home .intro > .link_area .single a::after {
	content: "";
	position: absolute;
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(to right, #000, transparent);
	opacity: 0.5;
	z-index: 0;
}
main.home .intro > .link_area .single a h2 {
	position: relative;
	z-index: 1;
	color: #fff;
}
main.home .intro > .link_area .single a h2::before {
	color: #fff;
}
main.home .intro > .link_area .single a .inner_arrow {
	margin-top: 0;
}
main.home .intro > .link_area .single a:hover .inner_arrow {
	opacity: 1;
}
main.home .intro > .link_area .single a:hover .inner_arrow::before {
	transform: scaleX(1);
	transform-origin: left;
}
main.home .intro > .link_area .single a:hover .inner_arrow::after {
	background: url(../images/arrow01_g.svg) center/cover;
}
main.home h2 {
	display: flex;
	gap: 20px;
	flex-direction: column;
	align-items: flex-start;
	font-size: Clamp(1.125rem, calc(1.02692rem + 0.46154vw), 1.5rem);
	line-height: 1.5;
	font-weight: 800;
	color: #000;
}
@media (max-width: 768px) {
  main.home h2 {
		font-size: Clamp(1.125rem, calc(1.02692rem + 0.46154vw), 1.5rem);
  }
}
@media (max-width: 560px) {
  main.home h2 {
		gap: 10px;
  }
}
main.home h2::before {
	content: attr(data-en);
	display: block;
	font-size: Clamp(2.8125rem, calc(2.56731rem + 1.15385vw), 3.75rem);
	line-height: 1.5;
	font-weight: 700;
	color: #000;
	letter-spacing: 0.4em;
	font-family: "Montserrat", sans-serif;
}
@media (max-width: 768px) {
  main.home h2::before {
		font-size: Clamp(2.8125rem, calc(2.56731rem + 1.15385vw), 3.75rem);
  }
}
@media (max-width: 560px) {
  main.home h2::before {
		font-size: Clamp(2.34375rem, calc(2.13942rem + 0.96154vw), 3.125rem);
		line-height: 1.5;
		font-weight: 700;
		color: #000;
		letter-spacing: 0.2em;
  }
}
@media (max-width: 560px) and (max-width: 768px) {
  main.home h2::before {
		font-size: Clamp(2.34375rem, calc(2.13942rem + 0.96154vw), 3.125rem);
  }
}

main.home h2 + p {
	margin-top: 40px;
}
main.home .sec {
	background: #fff;
}
main.home .sec > div {
	position: relative;
	width: 100%;
	max-width: 1680px;
	margin: auto;
	padding: 150px 20px;
}
@media (max-width: 560px) {
  main.home .sec > div {
		padding: 75px 10px;
  }
}
main.home .sec.people > div {
	padding-bottom: 40px;
}
main.home .sec.crosstalk > div {
	position: relative;
	width: 100%;
	max-width: 1680px;
	margin: auto;
	padding: 120px 20px 80px;
}
@media (max-width: 560px) {
  main.home .sec.crosstalk > div {
		padding: 60px 10px 40px;
  }
}
main.home .sec.environment {
	background-color: rgba(0, 0, 0, 0.6);
}
main.home .sec.environment > div {
	position: relative;
	width: 100%;
	max-width: 1680px;
	margin: auto;
	padding: 80px 20px 120px;
}
@media (max-width: 560px) {
  main.home .sec.environment > div {
		padding: 40px 10px 60px;
  }
}
main.home .sec.environment > div h2, main.home .sec.environment > div h2::before, main.home .sec.environment > div p, main.home .sec.environment > div a {
	color: #fff;
}
main.home .sec p {
	font-size: Clamp(0.9375rem, calc(0.85577rem + 0.38462vw), 1.25rem);
	line-height: 1.7;
	font-weight: 500;
	color: #000;
}
@media (max-width: 768px) {
  main.home .sec p {
		font-size: Clamp(0.9375rem, calc(0.85577rem + 0.38462vw), 1.25rem);
  }
}
main.home .slick_people {
	background: #fff;
}
main.home .slick_people .slick-prev, main.home .slick_people .slick-next {
	position: absolute;
	z-index: 10;
	left: 6%;
	background: url(../images/arrow02.svg) center/cover;
	width: 8%;
	height: auto;
	aspect-ratio: 1 / 1;
	top: 50%;
	transform: translateY(-50%);
}
main.home .slick_people .slick-next {
	left: auto;
	right: 6%;
	transform: translateY(-50%) scale(-1, 1);
}
main.home .slick_people .item a {
	position: relative;
	display: block;
	aspect-ratio: 480 / 520;
}
main.home .slick_people .item a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
main.home .slick_people .item a .label {
	position: absolute;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.8);
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 20px;
	font-size: Clamp(0.9375rem, calc(0.85577rem + 0.38462vw), 1.25rem);
	line-height: 1.5;
	font-weight: 800;
	color: #fff;
}
@media (max-width: 768px) {
  main.home .slick_people .item a .label {
		font-size: Clamp(0.9375rem, calc(0.85577rem + 0.38462vw), 1.25rem);
  }
}
main.home .crosstalk_col {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}
@media (max-width: 560px) {
  main.home .crosstalk_col {
		gap: 40px;
  }
}
main.home .crosstalk_col > a {
	width: 50%;
	display: block;
}
@media (max-width: 560px) {
  main.home .crosstalk_col > a {
		width: 100%;
  }
}
main.home .crosstalk_col > a img {
	display: block;
	width: 100%;
}
main.home .crosstalk_col > a .ttl {
	margin-top: 20px;
	font-size: Clamp(0.9375rem, calc(0.85577rem + 0.38462vw), 1.25rem);
	line-height: 1.5;
	font-weight: 800;
	color: #000;
}
@media (max-width: 768px) {
  main.home .crosstalk_col > a .ttl {
		font-size: Clamp(0.9375rem, calc(0.85577rem + 0.38462vw), 1.25rem);
  }
}
main.home .crosstalk_col > a p {
	margin-top: 20px;
	padding-right: 20px;
}
main.home .environment_col {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	margin-top: 40px;
}
main.home .environment_col .img {
	width: calc((100% - 40px) / 2);
}
@media (max-width: 1060px) {
  main.home .environment_col .img {
		width: 100%;
		height: 200px;
  }
}
main.home .environment_col .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
main.home .environment_col .tx {
	width: calc((100% - 40px) / 2);
}
@media (max-width: 1060px) {
  main.home .environment_col .tx {
		width: 100%;
  }
}
main.home .environment_col .tx .list {
	border-bottom: 1px solid #fff;
}
main.home .environment_col .tx .list a {
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
	border-top: 1px solid #fff;
}
main.home .environment_col .tx .list a .label {
	display: flex;
	align-items: center;
	gap: 1rem;
	color: #fff;
	font-size: Clamp(0.9375rem, calc(0.85577rem + 0.38462vw), 1.25rem);
	line-height: 1.5;
	font-weight: 800;
	color: #fff;
}
@media (max-width: 768px) {
  main.home .environment_col .tx .list a .label {
		font-size: Clamp(0.9375rem, calc(0.85577rem + 0.38462vw), 1.25rem);
  }
}
@media (max-width: 560px) {
  main.home .environment_col .tx .list a .label {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.5rem;
  }
}
main.home .environment_col .tx .list a .label::before {
	content: attr(data-en);
	font-family: "Montserrat", sans-serif;
	font-size: Clamp(1.6875rem, calc(1.54038rem + 0.69231vw), 2.25rem);
	line-height: 1.5;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.4em;
}
@media (max-width: 768px) {
  main.home .environment_col .tx .list a .label::before {
		font-size: Clamp(1.6875rem, calc(1.54038rem + 0.69231vw), 2.25rem);
  }
}
@media (max-width: 560px) {
  main.home .environment_col .tx .list a .label::before {
		letter-spacing: 0.2em;
  }
}
main.home .environment_col .tx .list a .inner_arrow {
	margin-top: 0;
}
main.home .environment_col .tx .list a:hover .inner_arrow {
	opacity: 1;
}
main.home .environment_col .tx .list a:hover .inner_arrow::before {
	transform: scaleX(1);
	transform-origin: left;
}
main.home .environment_col .tx .list a:hover .inner_arrow::after {
	background: url(../images/arrow01_g.svg) center/cover;
}

.inner_arrow {
	position: relative;
	display: inline-block;
	margin-top: 40px;
	width: 70px;
	height: 70px;
	background: #138C46;
	overflow: hidden;
	z-index: 1;
	border: 2px solid #138C46;
  /*
  			&:hover {
  				
  				.inner_arrow {
  					color: $c_main;
  					opacity: 1;
  				
  					&::before {
  						transform: scaleX(1);
  						transform-origin: left;
  					}
  				
  					&::after {
  						background: url(../images/arrow01_g.svg) center / cover;
  					}
  				}
  			}
  */
}
.inner_arrow::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: -1;
	transform: scaleX(0);
	transition: transform 0.4s ease;
	transform-origin: right;
}
.inner_arrow::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 15px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(../images/arrow01.svg) center/cover;
	transition: 0.05s;
}

.link_arrow {
	position: relative;
	display: inline-block;
	margin-top: 40px;
	width: 70px;
	height: 70px;
	background: #138C46;
	overflow: hidden;
	z-index: 1;
	border: 2px solid #138C46;
}
.link_arrow::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: -1;
	transform: scaleX(0);
	transition: transform 0.4s ease;
	transform-origin: right;
}
.link_arrow::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 15px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(../images/arrow01.svg) center/cover;
	transition: 0.05s;
}
.link_arrow:hover {
	opacity: 1;
}
.link_arrow:hover::before {
	transform: scaleX(1);
	transform-origin: left;
}
.link_arrow:hover::after {
	background: url(../images/arrow01_g.svg) center/cover;
}

.footer_join {
	background: #138C46;
}
.footer_join > div {
	position: relative;
	width: 100%;
	max-width: 1680px;
	margin: auto;
	padding: 80px 20px 80px;
}
@media (max-width: 560px) {
  .footer_join > div {
		padding: 40px 10px 40px;
  }
}
.footer_join h2 {
	display: flex;
	gap: 20px;
	flex-direction: column;
	align-items: flex-start;
	font-size: Clamp(1.125rem, calc(1.02692rem + 0.46154vw), 1.5rem);
	line-height: 1.5;
	font-weight: 800;
	color: #000;
	color: #fff;
}
@media (max-width: 768px) {
  .footer_join h2 {
		font-size: Clamp(1.125rem, calc(1.02692rem + 0.46154vw), 1.5rem);
  }
}
@media (max-width: 560px) {
  .footer_join h2 {
		gap: 10px;
  }
}
.footer_join h2::before {
	content: attr(data-en);
	display: block;
	font-size: Clamp(2.8125rem, calc(2.56731rem + 1.15385vw), 3.75rem);
	line-height: 1.5;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.4em;
	font-family: "Montserrat", sans-serif;
}
@media (max-width: 768px) {
  .footer_join h2::before {
		font-size: Clamp(2.8125rem, calc(2.56731rem + 1.15385vw), 3.75rem);
  }
}
@media (max-width: 560px) {
  .footer_join h2::before {
		font-size: Clamp(2.34375rem, calc(2.13942rem + 0.96154vw), 3.125rem);
		line-height: 1.5;
		font-weight: 700;
		color: #fff;
		letter-spacing: 0.2em;
  }
}
@media (max-width: 560px) and (max-width: 768px) {
  .footer_join h2::before {
		font-size: Clamp(2.34375rem, calc(2.13942rem + 0.96154vw), 3.125rem);
  }
}

.footer_join p {
	margin-top: 40px;
	font-size: Clamp(0.9375rem, calc(0.85577rem + 0.38462vw), 1.25rem);
	line-height: 1.7;
	font-weight: 500;
	color: #fff;
}
@media (max-width: 768px) {
  .footer_join p {
		font-size: Clamp(0.9375rem, calc(0.85577rem + 0.38462vw), 1.25rem);
  }
}
.footer_join .entry_btn {
	display: flex;
	gap: 40px;
	margin-top: 40px;
}
@media (max-width: 800px) {
  .footer_join .entry_btn {
		flex-direction: column;
		gap: 20px;
  }
}
.footer_join .entry_btn a {
	position: relative;
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: Clamp(1.875rem, calc(1.71154rem + 0.76923vw), 2.5rem);
	line-height: 1.5;
	font-weight: 700;
	color: #138C46;
	letter-spacing: 0.4em;
	background: #fff;
	width: calc((100% - 40px) / 2);
	text-align: center;
	padding: 20px;
	overflow: hidden;
	border: 2px solid #fff;
	z-index: 1;
	transition: color 0.4s;
}
@media (max-width: 768px) {
  .footer_join .entry_btn a {
		font-size: Clamp(1.875rem, calc(1.71154rem + 0.76923vw), 2.5rem);
  }
}
@media (max-width: 800px) {
  .footer_join .entry_btn a {
		width: 100%;
  }
}
.footer_join .entry_btn a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #138C46;
	z-index: -1;
	transform: scaleY(0);
	transition: transform 0.4s ease;
	transform-origin: bottom;
}
.footer_join .entry_btn a:hover {
	opacity: 1;
	color: #fff;
}
.footer_join .entry_btn a:hover::before {
	transform: scaleY(1);
	transform-origin: top;
}

footer {
	background: #fff;
}
footer > div {
	position: relative;
	width: 100%;
	max-width: 1680px;
	margin: auto;
	padding: 30px 20px 30px;
	display: flex;
	justify-content: space-between;
}
@media (max-width: 560px) {
  footer > div {
		padding: 15px 10px 15px;
  }
}
@media (max-width: 1060px) {
  footer > div {
		align-items: flex-end;
  }
}
@media (max-width: 800px) {
  footer > div {
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		gap: 30px;
  }
}
footer .left {
	display: flex;
	gap: 30px;
}
@media (max-width: 1060px) {
  footer .left {
		flex-direction: column;
		gap: 20px;
  }
}
@media (max-width: 800px) {
  footer .left .logo {
		text-align: center;
  }
}
footer .left ul.link {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
}
@media (max-width: 560px) {
  footer .left ul.link {
		gap: 10px;
		justify-content: center;
  }
}
footer .left ul.link a {
	font-size: Clamp(0.75rem, calc(0.68462rem + 0.30769vw), 1rem);
	line-height: 1.5;
	font-weight: 500;
	color: #000;
}
@media (max-width: 768px) {
  footer .left ul.link a {
		font-size: Clamp(0.75rem, calc(0.68462rem + 0.30769vw), 1rem);
  }
}
@media (max-width: 1060px) {
  footer .right .copyright {
		text-align: right;
  }
}

#cat_label {
	height: 500px;
	background: url(../images/cat_label.jpg) center/cover;
}
#cat_label.narrow {
	height: 360px;
}
#cat_label.narrow > div {
	height: 360px;
}
#cat_label > div {
	position: relative;
	width: 100%;
	max-width: 1680px;
	margin: auto;
	padding: 0px 20px 40px;
	height: 500px;
	display: flex;
	gap: 80px;
	flex-direction: column;
	justify-content: flex-end;
}
@media (max-width: 560px) {
  #cat_label > div {
		padding: 0px 10px 20px;
  }
}
#cat_label h1 {
	font-size: Clamp(2.8125rem, calc(2.56731rem + 1.15385vw), 3.75rem);
	line-height: 1;
	font-weight: 500;
	color: #fff;
}
@media (max-width: 768px) {
  #cat_label h1 {
		font-size: Clamp(2.8125rem, calc(2.56731rem + 1.15385vw), 3.75rem);
  }
}
@media (max-width: 800px) {
  #cat_label #breadcrumbs {
		display: none;
  }
}
#cat_label #breadcrumbs ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 0;
	width: 100%;
	margin: auto;
}
#cat_label #breadcrumbs ul li {
	font-size: Clamp(0.65625rem, calc(0.59904rem + 0.26923vw), 0.875rem);
	line-height: 1;
	font-weight: 500;
	color: #fff;
}
@media (max-width: 768px) {
  #cat_label #breadcrumbs ul li {
		font-size: Clamp(0.65625rem, calc(0.59904rem + 0.26923vw), 0.875rem);
  }
}
#cat_label #breadcrumbs ul li + li::before {
	content: "－";
	padding: 0 10px;
	color: #fff;
}
#cat_label #breadcrumbs ul li a {
	color: #fff;
	-webkit-transition: opacity 0.2s, background 0.2s;
	transition: opacity 0.2s, background 0.2s;
	cursor: pointer;
}
#cat_label #breadcrumbs ul li a:hover {
	opacity: 0.7;
}

main.underlayer > div {
	position: relative;
	width: 100%;
	max-width: 1680px;
	margin: auto;
	padding: 100px 20px 100px;
	max-width: 1120px;
}
@media (max-width: 560px) {
  main.underlayer > div {
		padding: 50px 10px 50px;
  }
}
main.underlayer img {
	display: block;
	width: 100%;
}
main.underlayer h2 {
	font-size: Clamp(1.96875rem, calc(1.79712rem + 0.80769vw), 2.625rem);
	line-height: 1.5;
	font-weight: 500;
	color: #000;
}
@media (max-width: 768px) {
  main.underlayer h2 {
		font-size: Clamp(1.96875rem, calc(1.79712rem + 0.80769vw), 2.625rem);
  }
}
main.underlayer * + h2 {
	margin-top: 90px;
}
@media (max-width: 800px) {
  main.underlayer * + h2 {
		margin-top: 60px;
  }
}
@media (max-width: 560px) {
  main.underlayer * + h2 {
		margin-top: 40px;
  }
}
main.underlayer h3 {
	font-size: Clamp(1.59375rem, calc(1.45481rem + 0.65385vw), 2.125rem);
	line-height: 1.5;
	font-weight: 500;
	color: #000;
	padding-bottom: 5px;
	border-bottom: 4px solid #138c46;
}
@media (max-width: 768px) {
  main.underlayer h3 {
		font-size: Clamp(1.59375rem, calc(1.45481rem + 0.65385vw), 2.125rem);
  }
}
main.underlayer * + h3 {
	margin-top: 90px;
}
@media (max-width: 800px) {
  main.underlayer * + h3 {
		margin-top: 60px;
  }
}
@media (max-width: 560px) {
  main.underlayer * + h3 {
		margin-top: 40px;
  }
}
main.underlayer h4 {
	font-size: Clamp(1.3125rem, calc(1.19808rem + 0.53846vw), 1.75rem);
	line-height: 1.5;
	font-weight: 500;
	color: #000;
}
@media (max-width: 768px) {
  main.underlayer h4 {
		font-size: Clamp(1.3125rem, calc(1.19808rem + 0.53846vw), 1.75rem);
  }
}
main.underlayer * + h4 {
	margin-top: 60px;
}
@media (max-width: 800px) {
  main.underlayer * + h4 {
		margin-top: 40px;
  }
}
@media (max-width: 560px) {
  main.underlayer * + h4 {
		margin-top: 30px;
  }
}
main.underlayer * + .column, main.underlayer * + .imagebox {
	margin-top: 60px;
}
@media (max-width: 560px) {
  main.underlayer * + .column, main.underlayer * + .imagebox {
		margin-top: 30px;
  }
}
main.underlayer * + p {
	margin-top: 40px;
}
main.underlayer p.link a, main.underlayer p.link span {
	display: flex;
	gap: 15px;
	align-items: center;
	transition: 0.3s;
}
main.underlayer p.link a::after, main.underlayer p.link span::after {
	content: "";
	width: 20px;
	height: 15px;
	background: url(../images/arrow01_g.svg) no-repeat center/cover;
}
main.underlayer p.link a:hover {
	gap: 20px;
}
main.underlayer .column {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}
@media (max-width: 800px) {
  main.underlayer .column {
		gap: 30px 20px;
  }
}
@media (max-width: 560px) {
  main.underlayer .column {
		gap: 20px;
  }
}
main.underlayer .column.reverse {
	flex-direction: row-reverse;
}
main.underlayer .column.col5 > * {
	width: calc((100% - 40px * (5 - 1)) / 5);
}
@media (max-width: 560px) {
  main.underlayer .column.spcol5 > * {
		width: calc((100% - 20px * (5 - 1)) / 5) !important;
  }
}
@media (max-width: 800px) {
  main.underlayer .column.tabcol5 > * {
		width: calc((100% - 20px * (5 - 1)) / 5) !important;
  }
}
@media (max-width: 1060px) {
  main.underlayer .column.pccol5 > * {
		width: calc((100% - 40px * (5 - 1)) / 5) !important;
  }
}
main.underlayer .column.col4 > * {
	width: calc((100% - 40px * (4 - 1)) / 4);
}
@media (max-width: 560px) {
  main.underlayer .column.spcol4 > * {
		width: calc((100% - 20px * (4 - 1)) / 4) !important;
  }
}
@media (max-width: 800px) {
  main.underlayer .column.tabcol4 > * {
		width: calc((100% - 20px * (4 - 1)) / 4) !important;
  }
}
@media (max-width: 1060px) {
  main.underlayer .column.pccol4 > * {
		width: calc((100% - 40px * (4 - 1)) / 4) !important;
  }
}
main.underlayer .column.col3 > * {
	width: calc((100% - 40px * (3 - 1)) / 3);
}
@media (max-width: 560px) {
  main.underlayer .column.spcol3 > * {
		width: calc((100% - 20px * (3 - 1)) / 3) !important;
  }
}
@media (max-width: 800px) {
  main.underlayer .column.tabcol3 > * {
		width: calc((100% - 20px * (3 - 1)) / 3) !important;
  }
}
@media (max-width: 1060px) {
  main.underlayer .column.pccol3 > * {
		width: calc((100% - 40px * (3 - 1)) / 3) !important;
  }
}
main.underlayer .column.col2 > * {
	width: calc((100% - 40px * (2 - 1)) / 2);
}
@media (max-width: 560px) {
  main.underlayer .column.spcol2 > * {
		width: calc((100% - 20px * (2 - 1)) / 2) !important;
  }
}
@media (max-width: 800px) {
  main.underlayer .column.tabcol2 > * {
		width: calc((100% - 20px * (2 - 1)) / 2) !important;
  }
}
@media (max-width: 1060px) {
  main.underlayer .column.pccol2 > * {
		width: calc((100% - 40px * (2 - 1)) / 2) !important;
  }
}
main.underlayer .column.col1 > * {
	width: calc((100% - 40px * (1 - 1)) / 1);
}
@media (max-width: 560px) {
  main.underlayer .column.spcol1 > * {
		width: calc((100% - 20px * (1 - 1)) / 1) !important;
  }
}
@media (max-width: 800px) {
  main.underlayer .column.tabcol1 > * {
		width: calc((100% - 20px * (1 - 1)) / 1) !important;
  }
}
@media (max-width: 1060px) {
  main.underlayer .column.pccol1 > * {
		width: calc((100% - 40px * (1 - 1)) / 1) !important;
  }
}
main.underlayer .column > a {
	position: relative;
	display: block;
	overflow: hidden;
}
main.underlayer .column > a:hover .label::after {
	right: 15px;
}
main.underlayer .column > a:hover p.link span {
	gap: 20px;
}
main.underlayer .column > a:hover img {
	transform: scale(1.1);
}
main.underlayer .column > a .img {
	overflow: hidden;
}
main.underlayer .column > a img {
	display: block;
	width: 100%;
	transition: 0.6s;
}
main.underlayer .column > a .label {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 20px 30px 30px 20px;
	color: #fff;
}
main.underlayer .column > a .label::after {
	content: "";
	position: absolute;
	z-index: 10;
	width: 20px;
	height: 15px;
	right: 20px;
	bottom: 20px;
	background: url(../images/arrow01.svg) no-repeat center/cover;
	transition: 0.3s;
}
main.underlayer .column > a p.caption {
	margin-top: 10px;
}
main.underlayer .imagebox {
	display: flex;
	gap: 40px;
	width: 100%;
}
@media (max-width: 560px) {
  main.underlayer .imagebox {
		flex-direction: column;
		gap: 20px;
  }
}
@media (max-width: 560px) {
  main.underlayer .imagebox .img {
		width: 100% !important;
  }
  main.underlayer .imagebox .img img {
		margin: 0 auto;
  }
}
@media (max-width: 560px) {
  main.underlayer .imagebox .tx {
		width: 100% !important;
  }
}
main.underlayer .table {
	margin-top: 40px;
}
main.underlayer .table table {
	width: 100%;
	border-collapse: collapse;
	empty-cells: show;
	border-top: 1px solid #919191;
}
main.underlayer .table table th, main.underlayer .table table td {
	padding: 30px 20px;
	vertical-align: middle;
	border-bottom: 1px solid #919191;
}
@media (max-width: 560px) {
  main.underlayer .table table th, main.underlayer .table table td {
		padding: 15px 10px;
  }
}
main.underlayer .table table th {
	background: #F2F2F2;
}
main.underlayer .table table tr.gray th, main.underlayer .table table tr.gray td, main.underlayer .table table th.gray, main.underlayer .table table td.gray {
	background: #F2F2F2;
}
main.underlayer .ico_benefits {
	display: flex;
}
main.underlayer .ico_benefits .img {
	padding: 10px;
	width: 100px;
	background: #1f4573;
}
main.underlayer .ico_benefits .img img {
	border: 5px solid #fff;
	background: #fff;
}
main.underlayer .ico_benefits h2, main.underlayer .ico_benefits h3 {
	display: flex;
	align-items: center;
	padding: 10px 20px;
	width: calc(100% - 100px);
	margin-top: 0;
	color: #fff;
	background: #138c46;
}
main.underlayer * + .ico_benefits {
	margin-top: 90px;
}
@media (max-width: 800px) {
  main.underlayer * + .ico_benefits {
		margin-top: 60px;
  }
}
@media (max-width: 560px) {
  main.underlayer * + .ico_benefits {
		margin-top: 40px;
  }
}
main.underlayer .tx_lead {
	font-size: Clamp(0.9375rem, calc(0.85577rem + 0.38462vw), 1.25rem);
	line-height: 1.5;
	font-weight: 500;
	color: #000;
}
@media (max-width: 768px) {
  main.underlayer .tx_lead {
		font-size: Clamp(0.9375rem, calc(0.85577rem + 0.38462vw), 1.25rem);
  }
}
main.underlayer > div.history {
	max-width: 1680px;
}
main.underlayer .historybox {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 1080px;
	padding: 40px 20px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 20px;
}
main.underlayer .historybox + .historybox {
	margin-top: 60px;
}
@media (max-width: 560px) {
  main.underlayer .historybox {
		min-height: auto;
		padding: 20px;
  }
}
main.underlayer .historybox > div {
	width: 800px;
	min-height: 800px;
	padding: 90px 40px 40px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 20px;
}
@media (max-width: 560px) {
  main.underlayer .historybox > div {
		padding: 40px 20px 20px;
		min-height: auto;
  }
}
main.underlayer .historybox > div .title {
	font-size: Clamp(4.21875rem, calc(3.85096rem + 1.73077vw), 5.625rem);
	line-height: 1.3;
	font-weight: 400;
	color: #000;
	font-family: "Noto Serif JP", serif;
	text-align: center;
}
@media (max-width: 768px) {
  main.underlayer .historybox > div .title {
		font-size: Clamp(4.21875rem, calc(3.85096rem + 1.73077vw), 5.625rem);
  }
}
main.underlayer .historybox > div .sub {
	margin-top: 20px;
	font-size: Clamp(1.125rem, calc(1.02692rem + 0.46154vw), 1.5rem);
	line-height: 1.5;
	font-weight: 700;
	color: #000;
	font-family: "Noto Serif JP", serif;
	text-align: center;
	color: #0053B0;
}
@media (max-width: 768px) {
  main.underlayer .historybox > div .sub {
		font-size: Clamp(1.125rem, calc(1.02692rem + 0.46154vw), 1.5rem);
  }
}
main.underlayer .historybox > div .tx {
	margin-top: 100px;
	border-top: 2px solid #fff;
	padding-top: 50px;
}
@media (max-width: 560px) {
  main.underlayer .historybox > div .tx {
		margin-top: 50px;
		padding-top: 25px;
  }
}
