@charset "UTF-8";
@import url(reset.css);

/*!------------------------------------------------------------------
[フォントサイズ]
clamp(1rem, 0.96rem + 0.2vw, 1.2rem)
clamp(1.4rem, 1.362rem + 0.16vw, 1.6rem)
clamp(1.5rem, 1.44rem + 0.3vw, 1.8rem)
clamp(1.8rem, 1.72rem + 0.4vw, 2.2rem)
clamp(1.8rem, 1.68rem + 0.6vw, 2.4rem)
*/


* html body {
	background: url(null) fixed;
}
html, body {
	font-size: 10px;
	width: 100%;
}
body {
	position: relative;
	margin: 0;
	padding: 0;
	color: #1A1A1A;
	font-size: clamp(1.4rem, 1.362rem + 0.16vw, 1.6rem);
	background-color: #FFF;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	letter-spacing: .1em;
	line-height: 1.8em;
	font-feature-settings: "palt";
}
a {
	color: #1A1A1A;
	text-decoration: none;
	transition: all .4s;
}
a:hover {
	color: #1A1A1A;
	text-decoration: none;
}
*:focus {
	outline: none;
}
img {
	-webkit-backface-visibility: hidden;
}
br.cancel {
	display: block;
}
@media screen and (max-width: 896px) {
	br.cancel {
		display: none;
	}
}
.font_Mincho {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

/*!------------------------------------------------------------------
[ヘッダー]
*/
header {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin: auto;
	padding-bottom: 20px;
	width: 90%;
	max-width: 1200px;
	height: 100px;
}
header nav ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 50px;
}
header nav ul li a {
  position: relative;
	display: inline-block;
  padding: 5px;
  transition: .3s;
}
header nav ul li a::before,
header nav ul li a::after {
  position: absolute;
  content: '';
  width: 0;
  height: 1px;
  background-color: #A7A7A7;
  transition: .3s;
}
header nav ul li a::before {
  top: 0;
  left: 0;
}
header nav ul li a::after {
  bottom: 0;
  right: 0;
}
header nav ul li a:hover::before,
header nav ul li a:hover::after {
  width: 100%;
	color: #A7A7A7;
}
header nav ul li a:hover {
	color: #A7A7A7;
}
@media screen and (max-width: 896px) {
	header {
		padding: 10px;
		width: 100%;
		height: auto;
		box-sizing: border-box;
	}
	header img {
		height: 30px;
	}
	header nav ul {
		gap: 15px;
	}
	header nav ul li a {
		padding: 3px;
		font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
	}
}

/*!------------------------------------------------------------------
[ヘッダー]
*/
footer {
	color: #FFF;
	background-color: #2F2F2F;
}
footer .inner {
	display: flex;
	justify-content: space-between;
	margin: auto;
	padding: 70px 0 40px;
	width: 90%;
	max-width: 1200px;
}
footer .left_item {
	display: flex;
	flex-direction: column;
	gap: 120px;
}
footer h2 {
	font-size: clamp(1.8rem, 1.72rem + 0.4vw, 2.2rem);
	text-align: center;
}
footer h2 span {
	display: block;
	font-size: clamp(1rem, 0.92rem + 0.4vw, 1.4rem);
}
footer address {
	font-size: clamp(1rem, 0.92rem + 0.4vw, 1.4rem);
}
footer .right_item {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 140px;
}
footer nav ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 50px;
}
footer nav ul li a {
  position: relative;
	display: inline-block;
  padding: 5px;
	color: #FFF;
	font-size: clamp(1rem, 0.92rem + 0.4vw, 1.4rem);
  transition: .3s;
}
footer nav ul li a::before,
footer nav ul li a::after {
  position: absolute;
  content: '';
  width: 0;
  height: 1px;
  background-color: #A7A7A7;
  transition: .3s;
}
footer nav ul li a::before {
  top: 0;
  left: 0;
}
footer nav ul li a::after {
  bottom: 0;
  right: 0;
}
footer nav ul li a:hover::before,
footer nav ul li a:hover::after {
  width: 100%;
	color: #A7A7A7;
}
footer nav ul li a:hover {
	color: #A7A7A7;
}
footer small {
	font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
}
@media screen and (max-width: 896px) {
	footer .inner {
		flex-direction: column;
		gap: 20px;
		padding: 30px 0 20px;
	}
	footer .left_item {
		align-items: center;
		gap: 10px;
	}
	footer .right_item {
		align-items: center;
		gap: 10px;
	}
	footer nav ul {
		justify-content: center;
		gap: 40px;
	}
}

/*!------------------------------------------------------------------
[メインビジュアル]
*/
.mainvisual_box {
	overflow: hidden;
	width: 100%;
	height: min(70vh, 650px);
	max-height: 650px;
}
.mv-slider {
  position: relative;
  width: 100%;
  height: min(70vh, 650px);
  overflow: hidden;
  background: #000;
  transform-origin: center center;
  animation: mvZoom 20s linear infinite;
}
.mv-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1.6s ease;
}
.mv-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}
.mv-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 896px) {
}
@keyframes mvZoom {
  from {
    transform: scale(1.02);
  }
  to {
    transform: scale(1.06);
  }
}

/*!------------------------------------------------------------------
[リード]
*/
.lead_box {
	display: flex;
	justify-content: space-around;
	padding: 150px 0 100px;
	background-color: #F5F5F5;
}
.lead_box .inner {
	font-size: clamp(1.4rem, 1.32rem + 0.4vw, 1.8rem);
	line-height: 2.2em;
}
.lead_box h2 {
	margin-bottom: 50px;
	font-size: clamp(3.2rem, 3rem + 1vw, 4.2rem);
}
.lead_box h2 br {
	display: none;
}
@media screen and (max-width: 896px) {
	.lead_box {
		flex-direction: column;
		padding: 60px 10%;
	}
	.lead_box .inner {
		line-height: 2em;
		text-align: justify;
		text-justify: inter-ideograph;
	}
	.lead_box h2 {
		margin-bottom: 40px;
		line-height: 1.6em;
	}
	.lead_box h2 br {
		display: block;
	}
}

/*!------------------------------------------------------------------
[コンテンツ]
*/
.company_box {
	position: relative;
	padding: 120px 0;
}
.company_box .inner {
	position: relative;
	margin: auto;
	width: 90%;
	max-width: 900px;
}
.company_box h3 {
	display: flex;
	align-items: center;
	font-size: clamp(3.2rem, 3rem + 1vw, 4.2rem);
	letter-spacing: 0.2em;
	font-feature-settings: initial!important;
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	transition: .6s;
}
.company_box h3 span {
	font-size: clamp(1rem, 0.92rem + 0.4vw, 1.4rem);
	letter-spacing: 0.1em;
  writing-mode: horizontal-tb;
}
.company_box dl {
	display: flex;
	flex-flow: wrap;
	margin-left: auto;
	width: 80%;
	line-height: 1.6;
}
.company_box dl dt {
	position: relative;
	display: flex;
	align-items: center;
	padding: 25px 0 25px 30px;
	width: 20%;
	font-size: clamp(1.4rem, 1.32rem + 0.4vw, 1.8rem);
	text-align-last: justify;
	border-bottom: 1px solid #C3C3C3;
	box-sizing: border-box;
}
.company_box dl dt::before {
	content: '';
  position: absolute;
	left: 0;
  bottom: -1px;
  width: 20px;
  height: 1px;
  background: #BAA353;
}
.company_box dl dd {
	padding: 25px 0 25px 60px;
	width: 80%;
	border-bottom: 1px solid #C3C3C3;
	box-sizing: border-box;
}
@media screen and (max-width: 896px) {
	.company_box {
		padding: 60px 0;
	}
	.company_box h3 {
		font-size:  2.8rem;
	}
	.company_box dl {
		flex-direction: column;
	}
	.company_box dl dt {
		padding: 15px 15px 0;
		width: 100%;
		border-bottom: none;
	}
	.company_box dl dt::before {
		width: 0;
		height: 0;
	}
	.company_box dl dd::before {
		content: '';
		position: absolute;
		left: 0;
		bottom: -1px;
		width: 20px;
		height: 1px;
		background: #BAA353;
	}
	.company_box dl dd {
		position: relative;
		padding: 15px;
		width: 100%;
	}
}

.equipment_box {
	position: relative;
	padding: 120px 0;
	background-color: #F5F5F5;
}
.equipment_box .inner {
	position: relative;
	margin: auto;
	width: 90%;
	max-width: 900px;
}
.equipment_box h3 {
	display: flex;
	align-items: center;
	font-size: clamp(3.2rem, 3rem + 1vw, 4.2rem);
	letter-spacing: 0.2em;
	font-feature-settings: initial!important;
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.equipment_box h3 span {
	font-size: clamp(1rem, 0.92rem + 0.4vw, 1.4rem);
	letter-spacing: 0.1em;
  writing-mode: horizontal-tb;
}
.equipment_box dl {
	display: flex;
	flex-flow: wrap;
	margin-left: auto;
	width: 80%;
	line-height: 1.6;
}
.equipment_box dl dt {
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 25px 0 25px 30px;
	width: 30%;
	font-size: clamp(1.4rem, 1.32rem + 0.4vw, 1.8rem);
	border-bottom: 1px solid #C3C3C3;
	box-sizing: border-box;
}
.equipment_box dl dt::before {
	content: '';
  position: absolute;
	left: 0;
  bottom: -1px;
  width: 20px;
  height: 1px;
  background: #BAA353;
}
.equipment_box dl dt span {
	font-size: clamp(1.4rem, 1.362rem + 0.16vw, 1.6rem);
}
.equipment_box dl dd {
	padding: 25px 30px 25px 60px;
	width: 70%;
	line-height: 2em;
	border-bottom: 1px solid #C3C3C3;
	box-sizing: border-box;
}
.equipment_box dl dd p {
	display: flex;
	justify-content: space-between;
}
.equipment_box dl dd.short p {
	width: 50%;
}
.equipment_box dl dd p span {
	text-align: right;
}
@media screen and (max-width: 896px) {
	.equipment_box {
		padding: 60px 0;
	}
	.equipment_box h3 {
		font-size: 2.8rem;
	}
	.equipment_box dl {
		flex-direction: column;
	}
	.equipment_box dl dt {
		padding: 15px 15px 0;
		width: 100%;
		border-bottom: none;
	}
	.equipment_box dl dt::before {
		width: 0;
		height: 0;
	}
	.equipment_box dl dd::before {
		content: '';
		position: absolute;
		left: 0;
		bottom: -1px;
		width: 20px;
		height: 1px;
		background: #BAA353;
	}
	.equipment_box dl dd {
		position: relative;
		padding: 15px;
		width: 100%;
		line-height: 2em;
	}
	.equipment_box dl dd p {
		flex-direction: column;
	}
	.equipment_box dl dd.short p {
		flex-direction: row;
		width: 100%;
	}
	.equipment_box dl dd p span {
		text-align:left;
	}
}

.public_box {
	position: relative;
	padding: 120px 0;
}
.public_box .inner {
	position: relative;
	margin: auto;
	width: 90%;
	max-width: 900px;
}
.public_box h3 {
	display: flex;
	align-items: center;
	font-size: clamp(3.2rem, 3rem + 1vw, 4.2rem);
	letter-spacing: 0.2em;
	font-feature-settings: initial!important;
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.public_box h3 span {
	font-size: clamp(1rem, 0.92rem + 0.4vw, 1.4rem);
	letter-spacing: 0.1em;
	line-height: 1.2em;
	text-align: center;
  writing-mode: horizontal-tb;
}
.public_box .inner > div {
	margin-left: auto;
	width: 80%;
}
.public_box ul {
	display: flex;
	flex-direction: column;
	line-height: 1.6;
}
.public_box ul li {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 25px 30px;
	width: 100%;
	font-size: clamp(1.4rem, 1.32rem + 0.4vw, 1.8rem);
	border-bottom: 1px solid #C3C3C3;
	box-sizing: border-box;
}
.public_box ul li::before {
	content: '';
  position: absolute;
	left: 0;
  bottom: -1px;
  width: 20px;
  height: 1px;
  background: #BAA353;
}
.public_box ul li:first-child {
	padding: 0 30px;
	font-size: clamp(1rem, 0.92rem + 0.4vw, 1.4rem);
	border-bottom: none;
}
.public_box ul li:first-child::before {
  width: 0;
  height: 0;
}
.public_box ul li span {
	width: 15%;
	text-align: center;
}
.public_box ul li a:hover {
	opacity: 0.5;
}
.public_box p {
	text-align: right;
}
.public_box #more-btn {
  cursor: pointer;
	position: relative;
  display: inline-block;
	margin-top: 20px;
	padding-right: 20px;
	font-size: clamp(1rem, 0.92rem + 0.4vw, 1.4rem);
}
.public_box #financial-list li.is-hidden {
  display: none;
}
.public_box #more-btn:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 1px #BAA353;
  border-right: solid 1px #BAA353;
  transform: rotate(45deg);
  position: absolute;
  top: 8px;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 896px) {
	.public_box {
		padding: 60px 0;
	}
	.public_box h3 {
		font-size: 2.8rem;
	}
	.public_box ul li {
		padding: 15px;
	}
	.public_box ul li::before {
		content: '';
		position: absolute;
		left: 0;
		bottom: -1px;
		width: 20px;
		height: 1px;
		background: #BAA353;
	}
	.public_box ul li:first-child {
		padding: 0 15px;
	}
}

.member_box {
	padding: 120px 0;
	background-color: #F5F5F5;
}
.member_box .inner {
	margin: auto;
	width: 90%;
	max-width: 1200px;
}
.member_box h3 {
	margin-bottom: 60px;
	font-size: clamp(2rem, 1.8rem + 1vw, 3rem);
	letter-spacing: 0.2em;
	text-align: center;
}
.member_box h3 span {
	display: block;
	margin-top: 20px;
	font-size: clamp(1rem, 0.92rem + 0.4vw, 1.4rem);
	letter-spacing: 0.1em;
	text-align: center;
}
.member_box ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: wrap;
	gap: 60px;
	margin-bottom: 120px;
}
.member_box ul li img {
	width: 95%;
	height: auto;
	object-fit: cover;
}
.member_box .safety_item {
	display: flex;
	flex-flow: wrap;
	gap: 30px 70px;
	margin: auto;
	padding: 30px;
	width: 90%;
	max-width: 900px;
	border: 1px solid #CBCBCB;
	border-radius: 10px;
	box-sizing: border-box;
}
.member_box .safety_item h4 {
	font-size: clamp(1.4rem, 1.32rem + 0.4vw, 1.8rem);
}
.member_box .safety_item p {
	height: 27px;
}
.member_box .safety_item a {
	display: block;
	padding-left: 37px;
	height: 27px;
	line-height: 27px;
	background: url(../img/icon_pdf.svg) 0 0 no-repeat;
}
.member_box a:hover {
	opacity: 0.5;
}
@media screen and (max-width: 896px) {
	.member_box {
		padding: 60px 0;
	}
	.member_box h3 {
		margin-bottom: 40px;
	}
	.member_box h3 span {
		margin-top: 10px;
	}
	.member_box ul {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-flow: wrap;
		gap: 40px;
		margin-bottom: 60px;
	}
	.member_box ul li {
		text-align: center;
	}
	.member_box ul li img {
		width: 80%;
		height: auto;
		object-fit: cover;
	}
	.member_box .safety_item {
		gap: 20px 40px;
		margin: auto;
		padding: 30px 40px;
		width: 100%;
		max-width: 900px;
		border: 1px solid #CBCBCB;
		border-radius: 10px;
		box-sizing: border-box;
	}
	.member_box .safety_item h4 {
		width: 100%;
		font-weight: bold;
		text-align: center;
	}
	.member_box .safety_item p {
		height: 27px;
	}
	.member_box .safety_item a {
		display: block;
		padding-left: 37px;
		height: 27px;
		line-height: 27px;
		background: url(../img/icon_pdf.svg) 0 0 no-repeat;
	}
}
