@charset "UTF-8";
/*----------------------------------------------- 共通 */
.photo .scroll-infinity__list--left {
	animation: infinity-scroll-left 100s infinite linear 0.5s both;
}
.photo img {
	width: 450px;
}
.section_inner {
	width: calc(100% - 300px);
	max-width: none;
	margin: auto;
	margin-right: 0;
	padding: 0 5%;
}
section {
	padding: 100px 0;
}
.front a.btn_more {
	margin-top: 50px;
}
.manu_hidden {
	display: block;
	width: 100vw;
	height: 0;
}
h3.long {
	width: calc(100% - 300px);
	max-width: none;
	margin-right: 0;
	padding: 0 5%;
}
@media screen and (min-width: 1500px) {
	.section_inner {
		padding: 0 10%;
	}
	h3.long {
		padding: 0 10%;
	}
}
@media screen and (min-width: 1920px) {
	.section_inner {
		padding: 0 15%;
	}
}


/*----------------------------------------------- parallax */
.parallax video {
	object-position: 50% 80%;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  header
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.hd_fix_area {
	padding-right: 3%;
	padding-left: 3%;
}
.hd_fix_area .btn {
	margin: 0;
}
.thunks_35th {
	width: 220px;
	margin-left: 3.5%;
}
.card {
	height: auto;
	min-height: auto;
	padding-top: 2.5%;
}
.card .swiper {
	width: 40%;
}
.card .swiper {
	transform: translateX(-43%);
}
.fv_catch {
	position: absolute;
	left: 75.5%;
	top: 28%;
}
.fv_catch p {
	font-size: 28px;
	margin: 0;
}
.fv_catch p::after {
	height: 100px;
	width: 130px;
	right: -145px;
}
.global_nav.pc {
	display: block;
	width: 220px;
	position: absolute;
	z-index: 2;
	top: 28%;
	right: 78%;
}
.fix_contact .btn a {
	width: 200px;
}
.fix_contact .btn a i,
.btn.tel img {
	margin-right: 10px;
}
.btn.tel img {
	width: 25px;
}
.fix_contact .btn.tel {
	margin-top: 20px;
	font-size: 1.2em;
	font-weight: 500;
	text-align: center;
}
.fix_contact {
	margin-top: 25px;
}
.g_nav_menu_li a {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	color: #2d2d2d;
	margin-right: 15px;
	font-weight: 500;
	line-height: 2.25;
}
.g_nav_menu_li a i {
	color: #003ea2;
}
.nav_txt {
	display: block;
	width: 90px;
}
.global_nav.is-fixed {
	position: fixed;
	top: 0;
	bottom: 0;
	right: auto;
	left: 30px;
	margin: auto;
	display: flex;
	align-items: center;
	z-index: 99;
}
.global_nav.is-hidden {
	display: none;
}
.g_nav_menu_ul {
	animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
	animation-delay: 1s;
	opacity: 0;
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@media screen and (min-width: 1366px) {
	.fv_catch p::after {
		height: 140px;
		width: 180px;
		right: -195px;
	}
}

@media screen and (min-width: 1500px) {
	.card{
		padding-top: 3%;
	}
	.card .swiper {
		width: 35%;
	}
	.card .swiper {
		transform: translateX(-45.5%);
	}
	.fv_catch p {
		font-size: 32px;
	}
	.g_nav_menu_li a {
		font-size: 18px;
	}
	.nav_txt {
		width: 105px;
	}
	.fix_contact {
		margin-top: 35px;
	}
	.global_nav.is-fixed .g_nav_menu_li a {
		font-size: 18px;
	}
	.global_nav.is-fixed .nav_txt {
		width: 105px;
	}
	.global_nav.is-fixed .fix_contact {
		margin-top: 35px;
	}
	.global_nav.is-fixed {
		left: 7%;
	}
}

@media screen and (min-width: 1920px) {
	.card .swiper {
		width: 30%;
	}
	.card {
		padding-top: 50px;
	}
	.fv_catch p {
		font-size: 35px;
	}
	.g_nav_menu_li a {
		 font-size: 22px;
	}
.nav_txt {
		width: 120px;
	}
	.fv_catch {
		position: absolute;
		left: 73%;
		top: 22%;
	}
	.global_nav.pc {
		top: 22%;
		right: 75%;
	}
	.fv_catch p::after {
		height: 180px;
		width: 230px;
		right: -250px;
	}
}




/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  フロントページ
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*  ニュース  ----------------------------------------------*/
.top_news hr {
	border-color: #fff;
}

/*  About  ----------------------------------------------*/
.top_about h3 > span:first-of-type {
	margin-bottom: 70px;
}
.top_about::after {
	width: 120vw;
	height: 100vw;
	left: -10vw;
	top: -15%;
}
.top_about h3::before {
	left: -145px;
}

.top_about h3::after {
	background-image: url(../img/bk_about_pc.svg);
	width: 100vw;
	max-width: 1800px;
	max-height: 530px;
	left: -45vw;
}
.top_about .section_inner {
	position: relative;
	z-index: 1;
}
.top_about_lead {
	margin-top: 30px;
}
.three_s.three_s_top {
	max-width:750px;
	margin: 45px auto 60px;
}

@media screen and (min-width: 1500px) {
	.top_about h3::after {
		width: 90vw;
	}
}

@media screen and (min-width: 1800px) {
	.three_s.three_s_top {
		max-width: calc(100% - 330px);
		margin-right: 0;
	}
	.top_about h3::after {
		width: 100vw;
		max-width: 1920px;
		max-height: 650px;
		left: calc(50% - 470px);
		top: -260px;
	}
	.three_s_title {
		margin-top: 30px;
	}
}


/*  主要製品  ----------------------------------------------*/
.top_products h3 {
	margin-bottom: 0;
}
.p_cat_w {
	margin-top: 75px;
}
.p_cat_img {
	width: 40%;
	max-width: 115px;
}


/*  写真スクロール  ----------------------------------------------*/
.top_img_scroll {
	margin: 0;
}
.top_img_scroll.photo a {
		width: 250px;
	}
.scroll-infinity__list--left {
	animation: infinity-scroll-left 100s infinite linear 0.5s both;
}


@media screen and (min-width: 1200px) {
	.top_flex {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.top_flex_title {
		width: 280px;
	}
	.p_cat_name {
		font-size: 0.9em;
	}
	.top_flex > ul,
	.top_flex_left {
		width: calc(100% - 255px);
	}
	.top_news .news_item_w {
		margin: 75px auto 30px;
	}
	.p_cat_w {
		margin-top: 95px;
	}
	.top_csr_lead {
		margin-top: 0;
	}
	.top_img_scroll.photo a {
		width: 300px;
	}
}
@media screen and (min-width: 1350px) {
	.top_flex > ul,
	.top_flex_left {
		width: calc(100% - 350px);
	}
}
@media screen and (min-width: 1500px) {
	.p_cat_name {
		font-size: 1em;
	}
	.top_flex > ul {
		width: calc(100% - 295px);
	}
}
@media screen and (min-width: 1800px) {
	.p_cat_item {
		width: 29%;
	}
	.p_cat_name {
		font-size: 0.9em;
	}
	.top_flex > ul {
		width: calc(100% - 280px);
	}
	.p_cat_name {
		padding-left: 20px;
	}
}
@media screen and (min-width: 2150px) {
	.p_cat_name {
		font-size: 1em;
	}
}
@media screen and (min-width: 2300px) {
	.p_cat_item {
		width: 28%;
	}
}



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  企業理念
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.about h3 {
	width: 250px;
	flex-direction: column;
	align-items: flex-start;
}
.about h3 span {
	margin: 0;
}
.about h3 span.en {
	margin-top: 0.5em;
}
.about .pc_flex {
	flex-wrap: wrap;
}
.about .sec_txt {
	width: calc(100% - 250px);
	margin-top: -10px;
}
@media screen and (min-width: 1400px) {
	.about .sec_txt {
		padding-left: 100px;
	}
}



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  CSR
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.strategy .pc_flex {
	flex-direction: column;
}
.ttl_background {
	width: 450px;
}
.strategy ul {
	margin-top: 10px;
}
.conduct h3 {
	width: calc(100% - 300px);
	max-width: none;
	margin-right: 0;
	padding: 0 5%;
}
.action h3 {
	margin-bottom: 0;
}
.action a.btn_more {
	margin-top: 50px;
}
.action a.btn_more {
	width: 200px;
}
.action .news_item_w {
	margin-top: 50px;
}
.cert_item_w {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cert_item {
	width: 47%;
}
.cert_item:nth-of-type(2) {
	padding-top: 30px;
	border-top: dashed 1px #cdcdcd;
}
.cert_url a {
	font-size: 0.95em;
	margin-top: 10px;
}
.cert_title {
	min-height: 65px;
}

@media screen and (min-width: 1200px) {
	.action h3,
	.strategy h3 {
		width: 250px;
		flex-direction: column;
		align-items: flex-start;
	}
	.action h3 span,
	.strategy h3 span {
		margin: 0;
	}
	.action h3 span.en,
	.strategy h3 span.en {
		margin-top: 0.5em;
	}
	.action .news_item_w {
		margin-top: 0;
	}
	.strategy .pc_flex {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.pc_flex_content {
		width: calc(100% - 285px);
		margin-top: -10px;
	}
	.strategy ul,
	.conduct ul {
		width: calc(100% - 285px);
		margin-right: 0;
		margin-left: auto;
	}
	.csr_swiper {
		margin: 0;
		margin-left: auto;
	}
	.strategy .swiper {
		margin-top: 60px;
	}
	.strategy ul li,
	.conduct ul li {
		margin-bottom: 50px;
	}
}

@media screen and (min-width: 1500px) {
	.conduct h3 {
		padding: 0 10%;
	}
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  ニュース
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.news_li_inner {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.news_cat_w {
	width: 230px;
	padding-left: 80px;
	margin-bottom: 0;
}
.news_main {
	width: calc(100% - 230px);
	min-height: 700px;
}
.news_cat {
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 0;
}
.news_cat .news_ico {
	margin-bottom: 8px;
}
.news_nav {
	margin: 150px 0 90px;
}
.news_post_w {
	padding-bottom: 150px;
}
.news_post .news_cat_w {
	margin-top: 0;
}

@media screen and (min-width: 1500px) {
	.news_cat_w {
		width: 300px;
	}
	.news_main {
		width: calc(100% - 300px);
	}
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  会社概要
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.company_info h3 {
	width: 100%;
	padding: 0;
}
.com_info > li > div {
	width: calc(100% - 180px);
	padding: 10px 40px;
}

@media screen and (min-width: 1300px) {
	.com_info > li > div {
		width: calc(100% - 200px);
	}
	.com_info_th {
		width: 200px;
	}
	#map01 .map_txt br.pc {
		display: none;
	}
	.map_txt {
		width: 400px;
	}
	.map,
	.main_map_w {
		width: calc(100% - 400px);
	}
	.com_add_inner {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
	}
	.com_add_flex {
		width: calc(100% - 300px);
		padding-left: 70px;
	}
	.company_add_info .ttl_background {
		margin: 10px 0 0;
	}
	.com_add_inner {
		margin-bottom: 70px;
	}
	.history .section_inner {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
	}
	.pg .history h3 {
		width: 300px;
		margin: 10px 0 0;
	}
	.history .section_inner > div {
		width: calc(100% - 300px);
		padding-left: 50px;
	}
}


@media screen and (min-width: 1500px) {
	.com_info > li > div {
		width: calc(100% - 300px);
		padding: 20px 50px;
	}
	.com_info_th {
		width: 300px;
	}
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  主要製品 リストページ
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.products_li .oth_item {
	width: 30%;
}
.products_li .oth_w::after,
.products_li .oth_w::before {
	width: 30%;
}
.oth_w::after,
.oth_w::before {
	width: 30%;
}
.products_list {
	margin-right: 200px;
}
.products_li section.products_nav {
	width: 200px;
	position: fixed;
	padding: 0;
	padding-top: 165px;
	right: 0;
	z-index: 98;
}
.products_nav nav ul li {
	width: 140px;
	border: none;
	margin-bottom: 2px;
}
.products_nav .section_inner {
	padding: 0;
	margin: 0;
}
.products_nav nav ul {
	flex-direction: column;
	
}
.products_nav nav ul li .p_cat_name::after {
	content: '\f103';
	position: absolute;
	right: auto;
	left: 0;
	left: 9px;
	font-size: 11px;
	color: #ccc;
}
.products_nav nav ul li .p_cat_name {
	align-items: flex-start;
	padding: 5px 0 7px 30px;
	font-size: 13px;
	line-height: 1.75;
}
.products_nav.is-hidden {
	display: none;
}
.products_nav nav ul li .link-current .p_cat_name {
	background-color: #ccc;
}
.products_nav nav ul li .link-current .p_cat_name::after {
	color: #fff;
}
.products_li section.products_all {
	padding-bottom: 50px;
}

@media screen and (min-width: 1200px) {
	.products_li .oth_item {
		width: 22%;
	}
	.products_li .oth_w::after,
	.products_li .oth_w::before {
		width: 22%;
	}
	.products_li .oth_products {
		font-size: 16px;
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media screen and (min-width: 1500px) {
.products_nav nav ul li .p_cat_name {
		padding: 7px 0 9px 35px;
		font-size: 15px;
	}
	.products_nav nav ul li {
		width: 180px;
	}
	.products_li section.products_nav {
		right: 5%;
	}
}

@media screen and (min-width: 1700px) {
	.products_li section.products_nav {
		right: 7%;
	}
}



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  主要製品
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.category h3 {
	padding-left: 0;
	margin-bottom: -50px;
}
.category .btn_right {
	display: flex;
	justify-content: flex-end;
}
.others .section_inner {
	padding-top: 0;
	border: none;
}
.oth_title {
	border-top: solid 1px #2d2d2d;
	padding-top: 100px;
}

@media screen and (min-width: 1200px) {
	.category h3 {
		margin-bottom: 70px;
	}
	.category .p_cat_w {
		margin-top: 0;
	}
	.category .btn_right {
		justify-content: flex-start;
		align-items: flex-start;
	}
	.pc_wide_flex {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: calc(100% - 300px);
		margin: auto;
		margin-right: 0;
		padding: 0 5%;
	}
	.product .section_inner,
	.others .section_inner {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.product {
		width: 70%;
		padding-right: 100px;
	}
	.others {
		width: 30%;
		margin-top: 110.5px;
	}
	.oth_title {
		border: none;
		font-size: 16px;
		margin-bottom: 20px;
	}
	.oth_item {
		width: 30%;
		margin-bottom: 20px;
	}
	.oth_products {
		font-size: 11px;
	}
	.oth_item img {
	border-radius: 5px;
	}
	.oth_item:nth-last-of-type(4) {
		margin-bottom: 20px;
	}
	
	.oth_item {
		position: relative;
	}
	.oth_products {
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		margin: auto;
		top: 0;
		bottom:0;
		left: 0;
		right: 0;
		white-space: normal;
		overflow: visible;
		text-overflow: unset;
		background: rgba(0, 0, 0, .5);
		color: #fff;
		border-radius: 5px;
		opacity: 0;
		padding: 5px;
	}
	@media (hover: hover) and (pointer: fine) {
		.oth_products:hover {
			opacity: 1;
			transition: all 0.3s ease 0s;
		}
	}

}
@media screen and (min-width: 1500px) {
	.pc_wide_flex {
		padding: 0 10%;
	}
	.category .p_cat_w {
		width: calc(100% - 350px);
	}
	.oth_products {
		font-size: 14px;
	}
	.product {
		padding-right: 120px;
	}
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  固定ページ共通
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.fix_pg .section_inner {
	padding: 0 10% 0 5%;
}
@media screen and (min-width: 1500px) {
	.fix_pg .section_inner {
		padding: 0 10%;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  プライバシーポリシー
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.privacy-policy {
	padding: 100px 0 150px;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  お問い合わせ
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.contact_form {
	padding: 100px 0;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  footer
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.footer_inner {
	width: 90%;
	max-width: 1200px;
}
footer {
	padding: 120px 0 100px;
}
.ft_right {
	width: 750px;
	justify-content: space-between;
}
.ft_menu_w {
	margin: 0;
}
.ft_menu_sub.privacy {
	font-size: 0.8em;
	padding: 0;
}
.copy {
	text-align: left;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
small {
	font-size: 10px;
}


@media screen and (min-width: 1500px) {
	.ft_logo {
		width: 200px;
	}
	.ft_right {
		width: 800px;
	}
	.ft_right::after {
		display: none;
	}
	.products_list {
		margin-right: 250px;
	}
}




/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  改行位置調整
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.sp,
.sp_flex {
	display: none;
}
.tb,
.tb_flex {
	display: none;
}
.pc {
	display: block;
}
.pc_flex {
	display: flex;
}

