html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd,
q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt,
dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot,
thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary, time,
mark, audio, video {
	margin: 0;
	margin-top: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section {
	display: block
}

ul {
	list-style: none
}

blockquote, q {
	quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

ul {
	display: block;
	list-style-type: none;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
}

:focus {
	outline: 0
}

a img {
	border: none
}

a {
	text-decoration: none;
	opacity: 1;
	transition: 0.6s;
}

a:hover {
	opacity: 0.5;
}

a:hover, a:active {
	outline: none
}

a:focus {
	-moz-outline-style: none;
	outline: none !important
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0
}


*html .clearfix, *:first-child+html .clearfix {
	zoom: 1
}

.group:before, .group:after {
	content: "";
	display: table;
}

.group:after {
	clear: both;
}

.group {
	zoom: 1;
}

.clear {
	clear: both;
	}


/* END RESET CSS */


html {
	width: 100%;
	height: 100%;
	position: relative;
	overflow-x: hidden;
}

body {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	background-color: #000;
	color: #000;
	overflow-x: hidden;
	position: relative;
}


h1.logo {
	display: block;
	position: fixed;
	top: 20px;
	left: 20px;
	width: 160px;
	height: 27px;
	margin: 0;
	z-index: 1000;
}

a.logo {
	display: block;
	width: 160px;
	height: 27px;
	margin: 0;
	background-image: url(/commons/images/logo320.png);
	background-size: 160px 27px;
	text-indent: -9999px;
	opacity: 1;
	transition: 0.6s;
}

a.logo:hover {
	opacity: 0.5;
}

.sp_nav_wrap {
	position: relative;
	width:1000px;
	margin: 150px auto 150px;
}

.sp_menu_close {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	background-image: url(/commons/images/btn_close.svg);
	background-size: 30px 30px;
	background-position: left top;
	background-repeat: no-repeat;
	cursor: pointer;
	opacity: 1;
	transition: 0.6s;
	display: block;
	z-index: 15000;
}

.sp_menu_close:hover {
	opacity: 0.5;
}

.sp_nav_item_list {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-direction: column;
	flex-direction: column;
	/*height: 360px;*/
	/*border-bottom: 1px solid #fff;*/
}

.sp_nav_item_list li {
	margin: 0;
	padding: 0 0 30px 0;
	font-size: 28px;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: 0.01em;
	color: #fff;
	font-family: 'Jost', sans-serif;
}

.sp_nav_item_column {
	display: flex;	
	flex-wrap: wrap;
	gap:0;
	padding: 30px 0 0;
}

.sp_nav_item_column li {
	width: calc(100% / 3);
	list-style: none;
	margin:0!important;
	padding: 0 0 20px 0;
	font-size: 28px;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: 0.01em;
	color: #fff;
	font-family: 'Jost', sans-serif;
	text-align: left;
}

.sp_nav_item_list li a,
.sp_nav_item_column li a {
	color: #fff;
	text-decoration: none;
	line-height: 100%;
	opacity: 1;
	transition: 0.6s;
}

.nav_cap {
	display: block;
	font-weight: normal;
	font-size: 16px;
}


/*gloval navigation products*/

.gn_products_list {
	width: 100%;
	height: auto;
	margin: 20px 0 1000px;
}

.gn_products_list h3 {
	padding: 0 0 120px;
	text-align: center;
	font-size: 42px;
	line-height: 100%;
	font-weight: 500;
	color: #fff;
	font-family: 'Jost', sans-serif;
}

.gn_products_list h3 span {
	display: block;
	font-size: 24px;
	font-weight: 400;
}

.gn_products_list_column {
	width: 100%;
	height: auto;
	margin: 0 auto;
	/*display: flex;	
	flex-wrap: wrap;*/
	gap:0;
	padding: 0 0 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr); /* デフォルトは3列 */
	list-style: none;
}

.gn_products_list_column li {
	width: 300px;
	height: 101px;
	list-style: none;
	margin:0 20px 0 0;
	padding: 0;
	box-sizing: border-box;
	border-top: 1px solid #fff;
	border-bottom: none; /* 一旦すべての下線を外す */
}


.gn_products_list_column li.gn_is-last-row {
	border-bottom: 1px solid #fff;
}

.gn_products_list_column li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 300px;
	height: 100px;
	background-size: 100px 100px;
	background-position: right top;
	background-repeat: no-repeat;
	opacity: 1;
	transition: 0.6s;
}

.gn_products_list_column li a:hover {
	opacity: 0.5;
}

.gn_products_list_title {
	font-size: 20px;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: 0.01em;
	color: #fff;
	font-family: 'Jost', sans-serif;
	text-align: left;
}

.gn_products_list_cap {
	display: block;
	padding: 10px 0 0;
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
	text-indent: 0.2em;
}



.btn_sp {
	position: fixed;
	top: 20px;
	right: 20px;
	width: 30px;
	height: 30px;
	background-image: url(/commons/images/berger2.svg);
	background-size: 30px 30px;
	background-position: left top;
	background-repeat: no-repeat;
	cursor: pointer;
	opacity: 1;
	transition: 0.6s;
	display: block;
	z-index: 5000;
}

@media only screen and ( max-width: 1280px ){
	.btn_sp {
		display: block;
	}
}

.btn_sp:hover {
	opacity: 0.5;
}

#nav {
	display: block;
	position: relative;
	width: 100%;
	height: 16px;
	margin: 0;
}

.nav_left_wrap {
	position: absolute;
	top: 0;
	left: 0;
	list-style-type: none;
}

.nav_right_wrap {
	position: absolute;
	top: 0;
	right: 0;
	list-style-type: none;
}

.nav_left,
.nav_right {
	display: table;
	width: auto;
	height: 16px;
	margin: 0;
}

.nav_left li ,
.nav_right li {
	display: table-cell;
	width: auto;
	height: 16px;
	padding: 0 48px 0 0;
	vertical-align: middle;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0.01em;
	color: #fff;
	font-family: 'Jost', sans-serif;
}

@media only screen and ( max-width: 1560px ){
	.nav_left li ,
	.nav_right li {
		padding: 0 40px 0 0;
		font-size: 16px;
	}
}

@media only screen and ( max-width: 1460px ){
	.nav_left li ,
	.nav_right li {
		padding: 0 30px 0 0;
		font-size: 16px;
	}
}

.nav_left li:last-child,
.nav_right li:last-child {
	padding-right: 0;
}

#nav ul li a {
	color: #fff;
	text-decoration: none;
	line-height: 100%;
	opacity: 1;
	transition: 0.6s;
}

#nav ul li a:hover {
	opacity: 0.5;
}

#nav ul li a.active {
	color: #fff;
	padding: 0 0 3px 2px;
	border-bottom: none;
}


/* sp nav */

div.sp_logo {
	display: none;
}

#sp_header {
	display: none;
}

.btn_sp_menu {
	display: none;
}

#sp_nav_wrapper {
	display: block;
	position: absolute;
	top: -3000px;
	left: 0;
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0;
	padding: 0;
	background: #000;
	z-index: 10000;
}


/* top movie*/

.flex_wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: black;
}

#video-container,
#image-container {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#hero-video,
#fallback-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#loading {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 1.5rem;
  z-index: 5;
  flex-direction: column;
}

.spinner {
  border: 6px solid rgba(255, 255, 255, 0.2);
  border-top: 6px solid white;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
  margin-bottom: 16px;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#skip-button {
  position: absolute;
  bottom: 20px; 
  right: 20px;
  padding: 10px 16px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  border: none;
  font-size: 1rem;
  z-index: 10;
  border-radius: 4px;
  cursor: pointer;
}

#image-container {
  opacity: 0;
  transition: opacity 0.8s ease;
  display: block; /* もしくは初期状態をnoneにしたいならdisplay:noneで調整 */
  position: absolute; /* 動画と重なるなら位置指定 */
  top: 0; left: 0; width: 100%; height: 100%;
  background-size: cover;
  background-position: center center;
  /* 背景画像はHTMLでstyle属性やCSSで指定 */
}

#image-container.visible {
  opacity: 1;
}

#skip-button, #pause-button {
  position: absolute;
  padding: 10px 16px;
  background: rgba(0,0,0,0.7);
  color: white;
  border: none;
  font-size: 1rem;
  border-radius: 4px;
  cursor: pointer;
  z-index: 10;
}

#skip-button {
  bottom: 20px;
  right: 20px;
}

#pause-button {
  bottom: 20px;
  left: 20px;
}



.flex-caption {
	position: absolute;
	top: 0;
	left: 0;
	width: 90%;
	padding: 0 5%;
	margin: 0;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-weight: 500;
	color: #fff;
	text-align: center;
	z-index: 500;
}

.flex_title {
	display: block;
	width: 160px;
	height: 27px;
	padding: 0 0 0;
	margin: 0 auto;
	background-image: url(/commons/images/logo320.png);
	background-size: 160px 27px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}




/* wrapper */

#wrapper {
	width: 100%;
	height: auto;
}


.underline {
	padding-bottom: 4px;
	border-bottom: 2px solid #FFF;
}


/* Top copy */

.top_copy_block {
	width: 100%;
	height: auto;
	padding: 240px 0 300px;
}

.top_copy_title {
	padding: 0 0 60px;
	text-align: center;
	font-size: 32px;
	line-height: 100%;
	letter-spacing: 0.1em;
	color: #fff;
	font-family: 'Jost', sans-serif;
	font-weight: 500;
}

.top_copy {
	text-align: center;
	font-size: 24px;
	line-height: 200%;
	letter-spacing: 0.1em;
	color: #fff;
	font-family: 'Jost', sans-serif;
	font-weight: 500;
}


/* Top News */

.top_news_block {
	width: calc(100% - 120px);
	height: auto;
	margin: 200px 60px 300px
}

.top_news_block_title {
	display: block;
	padding: 60px 0 50px;
	text-align: center;
	font-size: 32px;
	line-height: 100%;
	letter-spacing: 0.1em;
	color: #fff;
	font-family: 'Jost', sans-serif;
	font-weight: 500;
	border-bottom: 1px solid #fff;
	opacity: 1;
	transition: 0.6s;
}

.top_news_block_title:hover {
	opacity: 0.5;
}

.top_news_btn {
	display: block;
	width: 100%;
	height: 24px;
	padding: 10px 0 0x;
	text-align: right;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0.01em;
	color: #fff;
	font-family: 'Jost', sans-serif;
	font-weight: 500;
	opacity: 1;
	transition: 0.6s;
}

.top_news_btn:hover {
	opacity: 0.5;
}

.top_news {
	width: 800px;
	margin: 0 auto;
	padding: 180px 0 30px;
}

.top_news li {
	padding: 0 0 35px;
}

.top_news_left {
	float: left;
	width: 200px;
}

.top_news_right {
	float: left;
	width: 600px;
	margin: 0 0 0 auto;
}

.top_news_year,
.top_news_day {
	display: inline-block;
	text-align: left;
	font-size: 21px;
	line-height: 120%;
	letter-spacing: 0.01em;
	color: #fff;
	font-family: 'Jost', sans-serif;
	font-weight: 400;
}

.top_news_link {
	text-align: left;
	font-size: 21px;
	line-height: 120%;
	letter-spacing: 0.01em;
	color: #fff;
	font-family: 'Jost', sans-serif;
	font-weight: 400;
	opacity: 1;
	transition: 0.6s;
}

.top_news_link:hover {
	opacity: 0.5;
}

li.top_news_left_item {
	width: 100%;
	height: auto;
	padding: 0 0 180px;
}

li.top_news_right_item {
	float: left;
	width: 50%;
	height: 300px;
	padding: 0 0 90px;
}

li.top_news_right_item:first-child {
	display: none;
}

.news_box_left {
	width: 95%;
	height: auto;
	margin: 0;
	padding: 0 5% 0 0;
	position: relative;
}

.news_box_right {
	width: 90%;
	height: auto;
	margin: 0;
	padding: 0 0 0 10%;
	position: relative;
}

.news_box_link {
	display: block;
}

li.top_news_left_item .top_news_image {
	width: 100%;
	height: 380px;
	margin: 0;
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.top_news_image {
	width: 100%;
	height: 170px;
	margin: 0;
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.top_news_left_title {
	padding: 20px 0 0;
	color: #000;
	font-size: 30px;
	font-weight: 700;
	line-height: 180%;
	letter-spacing: 0em;
}

.top_news_left_text {
	padding: 10px 0 0;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 180%;
	letter-spacing: 0em;
}

.top_news_right_title {
	padding: 20px 0 0;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: 180%;
	letter-spacing: 0em;
}

.top_news_right_text {
	padding: 10px 0 0;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 180%;
	letter-spacing: 0em;
	display: none;
}

.news_info_wrap {
	padding: 20px 0 0;
	color: #000;
	font-size: 12px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 0.1em;
}





.btn_article_list {
	position: absolute;
	bottom: -45px;
	left: 50%;
	width: 250px;
	height: 90px;
	margin: 0 0 0 -125px;
	background-color: #fff;
	background-image: url(/commons/images/articlelist_bg.png);
	background-size: 250px 90px;
	background-position: left top;
	background-repeat: no-repeat;
}





/* top_cont_block */

.top_cont_block {
	width: 100%;
	height: auto;
	background-image: url(/commons/images/top_cont_block_bg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}

.top_cont_block_btn_wrap {
	width: 100%;
	height: 1500px;
}

.top_cont_block_btn {
	display: block;
	width: 100%;
	height: 500px;
	opacity: 1;
	transition: 0.6s;
}

.top_cont_block_btn:hover {
	opacity: 0.5;
}

.top_cont_block_btn_item01 {
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 500px;
	margin: 0 auto;
	background-image: url(/commons/images/top_company_bg3.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.top_cont_block_btn_item02 {
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 500px;
	margin: 0 auto;
	background-image: url(/commons/images/top_products_bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.top_cont_block_btn_item03 {
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 500px;
	margin: 0 auto;
	background-image: url(/commons/images/top_contact_bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.top_cont_title {
	display: block;
	width: auto;
	height: 32px;
	text-align: center;
	font-size: 32px;
	line-height: 100%;
	letter-spacing: 0.01em;
	color: #fff;
	font-family: 'Jost', sans-serif;
	font-weight: 500;
}




/* FOOTER */

footer {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background-color: #000;
	position: relative;
	z-index: 1;
}

.foot_nav {
	width: calc(100% - 120px);
	height: auto;
	margin: 120px 60px 0;
	padding: 30px 0 0;
	border-top: 1px solid #fff;
}

.foot_nav_wrapper {
	width: 760px;
	margin: 0 auto;
}

ul.foot_nav_item {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-direction: row;
	flex-direction: row;
	padding: 0 0 100px;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0.01em;
	color: #fff;
	font-family: 'Jost', sans-serif;
	font-weight: 500;
}

ul.foot_nav_item li a {
	color: #fff;
	text-decoration: none;
}

.foot_nav_block {

}

a.foot_logo {
	display: block;
	width: 250px;
	height: 43px;
	padding: 0 0 30px;
	margin: 0 auto;
	/*background-image: url(/commons/images/logo320.png);*/
	background-image: url(/commons/images/logo500_86.png);
	background-size: 250px 43px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

a.foot_logo:hover {
	opacity: 0.5;
}

.foot_address {
	padding: 0 0 15px;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0.1em;
	text-align: center;
	color: #fff;
	font-family: 'Jost', sans-serif;
	font-weight: 400;
}

.foot_tel {
	padding: 0 0 50px;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0.1em;
	text-align: center;
	color: #fff;
	font-family: 'Jost', sans-serif;
	font-weight: 400;
}

.access_right a,
.foot_tel a {
	color: #fff;
	text-decoration: none;
}

.copyright {
	width: 100%;
	height: 12px;
	margin: 0;
	padding: 0 0 20px;
	text-align: center;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0.1em;
	color: #fff;
	font-family: 'Jost', sans-serif;
	font-weight: 400;
}




/*page top*/

.page_top {
	/*position: fixed;*/
	/*bottom: 265px;*/
	position: fixed;
	bottom: 60px;
	right: 15px;
	width: 41px;
	height: 41px;
	margin: 0;
	background: url(/commons/images/btn_page_top.png) top right no-repeat;
	background-size: cover;
	cursor: pointer;
	opacity: 1;
	transition: 0.6s;
	z-index: 15000;
}

.page_top:hover {
	opacity: 0.5;
}



/* screen */

.screen_wrap {
	width: 100%;
	height: 100%;
	position: relative;
}


.screen_caption {
	position: absolute;
	top: 0;
	left: 0;
	width: 90%;
	padding: 0 5%;
	margin: 0;
	font-family: 'Jost', sans-serif;
	font-weight: 400;
	color: #fff;
	text-align: center;
	z-index: 500;
}

.screen_title {
	display: inline-block;
	padding: 0;
	font-size: 42px;
	line-height: 140%;
	letter-spacing: 0.03em;
	text-align: center;
	font-family: 'Jost', sans-serif;
	font-weight: 500;
}

.screen_list {
	width: auto;
	height: 14px;
	padding: 0;
	text-align: center;
	font-family: 'Jost', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0.1em;
	color: #fff;
}

.screen_item {
	display: inline-block;
	padding: 0 10px 0 0;
}

.screen_item:last-child {
	padding: 0;
}

.screen_item a {
	padding: 0 10px 0 0;
	color: #fff;
}


/*company*/

.about_screen {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	background: url(/commons/images/bg_company_top4.jpg) ;
	/*background: url(/commons/images/bg_company_top3.jpg) ;*/
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.about_wrapper {
	width: 100%;
	height: auto;
}

.about_wrap {
	padding: 0;
}

.about_cont {
	width: 100%;
	height: auto;
}

.about_cont_wrap {
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding: 170px 0 170px;
}

.about_cont_wrap h3 {
	padding: 0 0 70px;
	text-align: left;
	font-size: 42px;
	line-height: 120%;
	font-weight: 500;
	color: #fff;
	font-family: 'Jost', sans-serif;
}

.about_cont_wrap h3 span {
	display: block;
	font-size: 24px;
	font-weight: 400;
}

.about_cont p.center,
.about_cont p.right {
	text-align: center;
	padding: 0 0 30px;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	line-height: 200%;
	letter-spacing: 0.01em;
}

.about_cont p {
	padding: 0 0 40px 0;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	line-height: 200%;
	letter-spacing: 0.0em;
	text-align: justify;
	text-justify: auto;
}

.about_cont_wrap ul {
	list-style-type: none;
}

.about_cont_wrap ul li {
	padding: 0 0 20px 0;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	line-height: 160%;
	letter-spacing: 0.0em;
	text-align: justify;
	text-justify: auto;
}

.about_cont a {
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	line-height: 200%;
	letter-spacing: 0.0em;
	text-decoration: underline;
}

.company_wrap {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}

.company_left {
	width: 120px;
}

.company_right {
	width: 880px;
}

.history_left {
	width: 150px;
}

.history_right {
	width: 850px;
}

.company_left,.company_right,
.history_left,.history_right,
.access_left,.access_right {
	float: left;
	padding: 0 0 20px 0;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	line-height: 160%;
	letter-spacing: 0.0em;
	text-align: justify;
	text-justify: auto;
}

.company_image {
	position: absolute;
	top: 0;
	right: 0;
	width: 360px;
	height: 200px;
}

.access_left {
	width: 120px;
}

.access_right {
	width: 880px;
	padding: 0 0 50px;
}

.philosophy {
	background-image: url(/commons/images/top_company_bg2.jpg);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

.history{
	background-image: url(/commons/images/bg_history2.jpg);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

.googlemap {
	width: 100%;
	height: 700px;
	margin: 50px 0 0;
}







/*.article_nav {
	display: block;
	margin: 0 100px 70px;
	padding: 30px 0 30px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	position: relative;
	z-index: 10;
}

.article_nav_title {
	position: absolute;
	top: 30px;
	left: 0;
	height: 32px;
	font-size: 32px;
	line-height: 100%;
	letter-spacing: 0.01em;
	color: #000;
	font-family: 'Jost', sans-serif;
	font-weight: 500;
	cursor: pointer;
}

.article_nav .search_box {
	top: 30px;
}*/

/*products*/

.products_wrapper {
	width: 100%;
	height: auto;
}

.products_wrap {
	padding: 0;
}

.products_top {
	width: 100%;
	height: 2565px;
	background-image: url(/commons/images/bg_products.jpg);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

.products_top_wrap {
	width: 940px;
	height: auto;
	margin: 0 auto;
	padding: 300px 0 300px;
}

.products_top h3 {
	padding: 0 0 70px;
	text-align: left;
	font-size: 42px;
	line-height: 120%;
	font-weight: 500;
	color: #fff;
	font-family: 'Jost', sans-serif;
}

.products_top h3 span {
	display: block;
	font-size: 24px;
	font-weight: 400;
}

.products_top p {
	text-align: left;
	padding: 0 0 40px;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	line-height: 200%;
	letter-spacing: 0.01em;
	font-family: 'Jost', sans-serif;
	text-align: justify;
	text-justify: auto;
}

.products_order_wrap {
	width: 940px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

.products_order_btn {
	position: relative;
	display:block;
	width: 100%;
	height: 70px;
	margin: 0 0 15px;
	background-color: #000;
	opacity: 1;
	transition: 0.6s;
}

.news_link:hover {
	opacity: 0.5;
}

.order_btn_title {
	position: absolute;
	top: 25px;
	left: 30px;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0.03em;
	text-align: left;
	font-family: 'Jost', sans-serif;
	font-weight: 500;
	color: #fff;
}

.order_btn_download {
	position: absolute;
	top: 24px;
	right: 75px;
	font-size: 22px;
	line-height: 100%;
	letter-spacing: 0.03em;
	text-align: right;
	font-family: 'Jost', sans-serif;
	font-weight: 500;
	color: #fff;
}

.download_arrow {
	position: absolute;
	top: 21px;
	right: 20px;
	width: 30px;
	height: 28px;
	background-image: url(/commons/images/download_arrow.svg);
	background-size: 30px 28px;
	background-position: center center;
	background-repeat: no-repeat;
}

.products_list {
	width: 100%;
	height: auto;
	margin: 240px 0 200px;
	background: #000;
}

.products_list h3 {
	padding: 0 0 120px;
	text-align: center;
	font-size: 42px;
	line-height: 100%;
	font-weight: 500;
	color: #fff;
	font-family: 'Jost', sans-serif;
}

.products_list h3 span {
	display: block;
	font-size: 24px;
	font-weight: 400;
}

.products_list_column {
	width: 1500px;
	height: auto;
	margin: 0 auto;
	/*display: flex;	
	flex-wrap: wrap;*/
	gap:0;
	padding: 30px 0 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr); /* デフォルトは3列 */
	list-style: none;
}

.products_list_column li {
	width: 460px;
	height: 200px;
	list-style: none;
	margin:0 20px;
	padding: 0;
	border-top: 1px solid #fff;
	border-bottom: none; /* 一旦すべての下線を外す */
	box-sizing: border-box;
}

.products_list_column li.is-last-row {
	border-bottom: 1px solid #fff;
}

.bottom {
	border-bottom: 1px solid #fff;
}

.products_list_column li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 460px;
	height: 200px;
	background-size: 200px 200px;
	background-position: right top;
	background-repeat: no-repeat;
	opacity: 1;
	transition: 0.6s;
}

.products_list_column li a:hover {
	opacity: 0.5;
}

.products_list_title {
	font-size: 26px;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: 0.01em;
	color: #fff;
	font-family: 'Jost', sans-serif;
	text-align: left;
}

.products_list_cap {
	display: block;
	padding: 10px 0 0;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	text-indent: 0.2em;
}


@media (max-width: 1540px) {
	.products_list_column {
		width: 1140px;
	}

	.products_list_column li {
		width: 350px;
		height: 150px;
		margin:0 15px;
	}

	.products_list_column li a {
		width: 350px;
		height: 150px;
		background-size: 150px 150px;
	}

	.products_list_title {
		font-size: 21px;
		letter-spacing: 0em;
	}

	.products_list_cap {
		font-size: 15px;
		padding: 7px 0 0;
	}

}

/* ウィンドウが狭くなったら2列に */
@media (max-width: 1160px) {

	.products_list_column {
		width: 760px;
	}

	.products_list_column {
		grid-template-columns: repeat(2, 1fr);
	}
}


/*products item*/

.products_screen {
	position: relative;
	display: flex;
	flex-direction:column; 
	justify-content:center; 
	width: 100%;
	height: 750px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.products_screen_cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(/commons/images/black40.png);
	background-repeat: repeat;
}

.products_screen_title {
	display: inline-block;
	padding: 0;
	font-size: 42px;
	line-height: 100%;
	letter-spacing: 0.03em;
	text-align: center;
	font-family: 'Jost', sans-serif;
	font-weight: 500;
	color: #fff;
	z-index: 10;
}

.products_title_cap {
	display: block;
	padding: 10px 0 0;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
}

.products_item_wrap {
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding: 150px 0 10px;
}

/*.products_item_title {
	padding: 0 0 50px;
	font-size: 28px;
	line-height: 120%;
	letter-spacing: 0.03em;
	text-align: left;
	font-family: 'Jost', sans-serif;
	font-weight: 500;
	color: #fff;
}*/

.products_item {

}

.products_item a {
	width: 300px;
	height: auto;
}

.products_item a img {
	width: 300px;
	height: auto;
}

.child-page-section {
    margin-bottom: 160px;
}

.child-page-title {
	padding: 0 0 10px;
	margin: 0 0 40px;
	border-bottom: 1px solid #fff;
	font-size: 28px;
	line-height: 120%;
	letter-spacing: 0.03em;
	text-align: left;
	font-family: 'Jost', sans-serif;
	font-weight: 500;
	color: #fff;
}

/*.child-images-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}*/

.child-images-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3列表示 */
    gap: 1rem; /* 画像の間隔 */
}

.child-image-block {
    flex: 1 1 200px;
}

.child-image-block img {
    width: 100%;
    height: auto;
    display: block;
}







/*news*/

.news_screen {
	display: flex;
	flex-direction:column; 
	justify-content:center; 
	width: 100%;
	height: 500px;
	background-image: url(/commons/images/bg_news3.jpg);
	/*background: url(/commons/images/top_bg5.jpg) ;*/
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.news_screen_title {
	display: inline-block;
	padding: 0;
	font-size: 42px;
	line-height: 140%;
	letter-spacing: 0.03em;
	text-align: center;
	font-family: 'Jost', sans-serif;
	font-weight: 500;
	color: #fff;
}

.section {
	width: 100%;
	margin: 0;
	overflow-x: hidden;
}

.article_wrap {
	width: 1000px;
	margin: 160px auto;
	padding:  0;
}

.news_list_wrap {
	width: 100%;
	border-top: 1px solid #fff;
}

.news_list_wrap li {
	padding: 30px 0;
	border-bottom: 1px solid #fff;
}

.news_left {
	float: left;
	width: 200px;
}

.news_right {
	float: left;
	width: 800px;
	margin: 0 0 0 auto;
}

.news_year,
.news_day {
	display: inline-block;
	text-align: left;
	font-size: 21px;
	line-height: 120%;
	letter-spacing: 0.01em;
	color: #fff;
	font-family: 'Jost', sans-serif;
	font-weight: 400;
}

.news_link {
	text-align: left;
	font-size: 21px;
	line-height: 120%;
	letter-spacing: 0.01em;
	color: #fff;
	font-family: 'Jost', sans-serif;
	font-weight: 400;
	opacity: 1;
	transition: 0.6s;
}

.news_link:hover {
	opacity: 0.5;
}


/*pagenavi*/

.paging {
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0 30px;
	text-align: center;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0.01em;
	color: #fff;
	font-family: 'Jost', sans-serif;
	font-weight: 400;
}

.paging_single {
	display: flex;
	flex-direction: row;
	align-content: space-between;
	width: 800px;
	border-top: 1px solid #fff;
	margin: 20px auto 0;
	padding: 20px 0 0;
	text-align: center;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0.01em;
	color: #fff;
	font-family: 'Jost', sans-serif;
	font-weight: 400;
}

.page-numbers {
	margin: 0 20px;
	padding: 0 5px 5px;
	color: #fff;
}

.current {
	margin: 0 20px;
	padding: 0 5px 5px;
	color: #fff;
	border-bottom: 1px solid #999;
}

.news_next, .news_prev {
	float: left;
	width: 33%;
	font-size: 20px;
}

.news_next {
	text-align: right;
}

.news_prev {
	text-align: left;
}

.news_mid {
	width: 34%;
	font-size: 20px;
}

.news_next a,
 .news_prev a,
 .news_mid a {
	color: #fff;
	text-decoration: none;
	}

.page,
.previouspostslink,
.nextpostslink {
	margin: 0 20px;
	padding: 0 5px 5px;
	color: #999;
}


/*single*/

.article_single_wrap {
	width: 800px;
	margin: 150px auto;
	padding:  0;
}

.news_screen2 {
	display: flex;
	flex-direction:column; 
	justify-content:center; 
	width: 100%;
	height: 400px;
	background-image: url(/commons/images/bg_news4.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.news_single_thumb {
	margin: 0;
}

.news_single_tile {
	padding: 0 0 70px;
	text-align: left;
	font-size: 24px;
	line-height: 200%;
	letter-spacing: 0.01em;
	color: #fff;
	font-family: 'Jost', sans-serif;
	font-weight: 400;
}

.news_single_date {
	padding: 0 0 5px;
}

.news_single_item {
	text-align: left;
	font-size: 18px;
	line-height: 200%;
	letter-spacing: 0.01em;
	color: #fff;
	font-family: 'Jost', sans-serif;
	font-weight: 400;
	text-align: justify;
	text-justify: auto;
}

.news_single_item p {
	padding: 0 0 40px 0;
	text-align: justify;
	text-justify: auto;
}

.news_single_item a {
	color: #fff;
	text-decoration: underline;
	opacity: 1;
	transition: 0.5s;
}

.news_single_item a:hover {
	opacity: 0.5;
}

.news_single_item a img {
	/*display: block;*/
	max-width: 800px;
	height: auto;
	margin: 0 auto;
	padding: 10px 0;
	opacity: 1;
	transition: 0.5s;
}

.single a img:hover {
	opacity: 0.5;
}

pre {
	background: #ddd;
	word-wrap: break-word;
	overflow: auto;
	white-space: pre-wrap;
	padding: 24px;
	padding: 1.41176rem;
	color: #000;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	line-height: 200%;
	letter-spacing: 0.0em;
	text-align: justify;
	text-justify: auto;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

strong { font-weight: bold; }



/*contact*/

.contact_screen {
	display: flex;
	flex-direction:column; 
	justify-content:center; 
	width: 100%;
	height: 400px;
	background-image: url(/commons/images/top_contact_bg.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

/* contact form */

.wpcf7 {
 width: 700px;
 margin: 0 auto;
}

/* container */
.wpcf7 form {
  max-width: 700px;
  margin: 0 auto;
  background: #000;
  padding: 0;
  color: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  box-sizing: border-box;
}

/* 行（ラッパー） */
.wpcf7 .cf7-row {
  margin: 0 0 30px;
}

/* label を flex にして左テキスト・右入力の2カラムに */
.wpcf7 .cf7-label {
  display: flex;
  align-items: center;
  flex-wrap: wrap; /* 小さい画面で縦並びにするため */
}

/* 左側の項目名 */
.wpcf7 .cf7-label-text {
  flex: 0 0 30%;
  max-width: 30%;
  padding-right: 15px;
  box-sizing: border-box;
  font-weight: 600;
  color: #fff;
  text-align: right;
}

/* required の小さい＊表示 */
.wpcf7 .req { color: #ff0000; margin-left: 0px; font-weight:700; }

/* 右側：CF7 が出力する .wpcf7-form-control-wrap を伸ばす */
.wpcf7 .cf7-label .wpcf7-form-control-wrap {
  flex: 1 0 70%;
  max-width: 70%;
  box-sizing: border-box;
}

/* 実際の入力要素にスタイル（CF7 のクラスに合わせる） */
.wpcf7 input.wpcf7-form-control,
.wpcf7 textarea.wpcf7-form-control,
.wpcf7 select.wpcf7-form-control {
  width: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #d1d1d1;
  padding: 15px;
  font-size: 16px;
  border-radius: 1px;
  box-sizing: border-box;
}

.wpcf7 select.wpcf7-form-control {
	height: 40px;
}


/* テキストエリア高さ */
.wpcf7 textarea.wpcf7-form-control {
  min-height: 140px;
  resize: vertical;
}

/* file input 見た目 */
.wpcf7 input[type="file"].wpcf7-form-control {
  padding: 6px;
  background: #fff;
  color: #000;
  height: 40px;
}

/* 送信ボタン（確認）*/

.wpcf7 .cf7-row.cf7-row-submit {
	margin: 80px 0 10px;
}

.wpcf7 input.wpcf7-form-control.form-submit-btn {
  display: inline-block;
  width: 100%;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  padding: 12px 14px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 4px;
  box-sizing: border-box;
}

.wpcf7 .form-submit-btn:hover {
  background: #fff;
  color: #000;
}

/* スマホ：1列レイアウトに切替 */
@media (max-width: 740px) {
  .wpcf7 .cf7-label {
    flex-direction: column;
    align-items: stretch;
  }
  .wpcf7 .cf7-label-text {
    flex: 0 0 auto;
    max-width: 100%;
    margin-bottom: 6px;
  }
  .wpcf7 .cf7-label .wpcf7-form-control-wrap {
    flex: 0 0 auto;
    max-width: 100%;
  }
}

/* 余白調整：最後の行のマージンを抑える */
.wpcf7 .cf7-row:last-child { margin-bottom: 0; }


/*レスポンス表示*/

.wpcf7 form .wpcf7-response-output {
margin: 60px 0;
padding: 15px;
text-align: center;
}


/*recapcha非表示*/

.grecaptcha-badge { visibility: hidden; }

.recaptcha {
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font-size: 12px;
}

.recaptcha a {
	color: #fff;
	text-decoration: underline;
}



/*確認画面*/

/* 確認画面全体 */
#wpcf7cpcnf {
  max-width: 680px;
  margin: 0 auto;
  background: #000;
  padding: 20px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  box-sizing: border-box;
}

/* テーブル全体 */
#wpcf7cpcnf table {
  width: 100%;
  border-collapse: collapse;
}

/* 行の罫線・間隔 */
#wpcf7cpcnf table tr {
  border-bottom: 1px solid #555;
}

/* ラベル部分（左側） */
#wpcf7cpcnf table th {
  background: #000;
  color: #fff;
  text-align: left;
  padding: 8px 10px;
  width: 30%;
  vertical-align: top;
  font-weight: 500;
  box-sizing: border-box;
}

/* 値部分（右側） */
#wpcf7cpcnf table td {
  background: #fff;
  color: #000;
  padding: 8px 10px;
  width: 70%;
  vertical-align: top;
  box-sizing: border-box;
  word-break: break-word;
}

/* p要素の余白調整 */
#wpcf7cpcnf table th p,
#wpcf7cpcnf table td p {
  margin: 0;
  padding: 0;
}

/* スマホ対応：1列表示 */
@media screen and (max-width: 768px) {
  #wpcf7cpcnf table,
  #wpcf7cpcnf table tbody,
  #wpcf7cpcnf table tr,
  #wpcf7cpcnf table th,
  #wpcf7cpcnf table td {
    display: block;
    width: 100%;
  }

  #wpcf7cpcnf table th {
    border-bottom: none;
    padding-bottom: 4px;
  }

  #wpcf7cpcnf table td {
    border-top: none;
    padding-top: 0;
  }
}

/* ボタンエリア */
#wpcf7cpcnf .wpcf7cp-btns {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 20px;
}

/* 各ボタン */
#wpcf7cpcnf .wpcf7cp-btns button {
  flex: 1;
  padding: 12px;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  transition: all 0.3s ease;
}

#wpcf7cpcnf .wpcf7cp-btns button:hover {
  background: #fff;
  color: #000;
}



/*general*/

.smallcap {
	font-size: 0.8em;
	font-weight: normal;
	color: #999;
	line-height: 100%;
	letter-spacing: 0.05em;
}



.full {
	max-width: 100%;
	padding: 0;
}

.half-full{ width: 50%; }
.hide { display: block; }

.height-first {
	height: 100%;
}

.height-first img {
	height: 100%;
	width: auto;
}

.red { color: #ff0000; }

.cetner { text-align: center; }

.no-margin { margin: 0; }
.m-right { margin-right: 1.2%; }
.m-right56 { margin-right: 5.6%; }

.mt30 { margin-top: 30px;}
.mt60 { margin-top: 60px;}
.mb0 { margin-bottom: 0; }
.mb40 { margin-bottom: 40px; }
.mb80 { margin-bottom: 80px; }
.mb90 { margin-bottom: 90px; }
p.tb { margin-bottom: 30px;}
p.small { 
	font-size: 0.8em; 
	line-height: 200%;
	margin-bottom: 50px;
}

.pc-tb { display: block; }
.pc_tb { display: inline-block; }
.pc { display: block; }
.tb { display: none; }
.sp { display: none; }
.sp-invisible { display: inline-block; }
