@charset "UTF-8";

body {
	font-size: 16px;
}

/*----------------------------------------------- hover */
@media (hover: hover) and (pointer: fine) {
	.logo a:hover img {
		transform: scale(1.1);
		transition: all 0.3s ease 0s;
	}
	.btn a:hover {
		background-color: #003ea2;
		box-shadow: none;
		color: #fff;
		transform: translateY(4px);
		transition: all 0.3s ease-out 0s;
	}
	.btn a:hover i {
		color: #fff;
	}
	.about_item_img:hover img {
		transform: scale(1.1);
		transition: all 0.3s ease 0s;
	}
	.top_img_scroll.photo a:hover img {
		transform: scale(1.1);
		transition: all 0.3s ease 0s;
	}
	.card .swiper-slide-active:hover {
		box-shadow: none;
		transform: translateY(4px);
		transition: all 0.3s ease-out 0s;
	}
	.card .swiper-slide-active:hover::after,
	.history_txt p a:hover {
		color: #00a0ec;
		transition: all 0.3s ease-out 0s;
	}
	a.btn_line:hover {
		background-color: #fff;
		color: #72d3f8;
		transition: all 0.3s ease 0s;
		opacity: 1;
	}
	.com_info a.btn_line:hover {
		border-color: #003ea2;
		transition: all 0.3s ease 0s;
	}

	a.btn_more:hover {
		box-shadow: none;
		transform: translateY(4px);
		background-image: linear-gradient(45deg, rgba(255, 255, 255, 1), rgba(240, 240, 240, 1));
		border: solid 1px #eee;
		transition: all 0.3s ease-out 0s;
	}
	a.btn_more:hover i {
		transition: all 0.3s ease 0s;
	}

	.news_cat .news_ico:hover,
	.news_post .news_ico:hover a {
		background-color: #72d3f8;
		border-color: #72d3f8;
		transition: all 0.3s ease 0s;
		border-radius: 50px;
	}
	.news_cat .news_ico:hover a {
		color: #fff;
		transition: all 0.3s ease 0s;
	}
	.nav-links > div > a:hover {
		color: #004bb2;
		transition: all 0.3s ease 0s;
	}
	.nav-links > div > a:hover .meta-nav {
		background-color: #72d3f8;
		transition: all 0.3s ease 0s;
	}
	.nav-links > div > a:hover i {
		color: #ccc;
		transition: all 0.3s ease 0s;
	}
	.page-navigation a:hover {
		background-color: #72d3f8;
		color: #fff;
		transition: all 0.3s ease 0s;
	}
	.page-navigation a.prev:hover,
	.page-navigation a.next:hover,
	.news_content a:hover {
		background: none;
		color: #004bb2;
		transition: all 0.3s ease 0s;
	}
	.news_item a:hover {
		/*background-color: #eaf8fe;*/
		box-shadow: none;
		transform: translateY(4px);
		transition: all 0.3s ease 0s;
	}
	.news_item:hover .news_title::after {
		right: -5px;
		transition: all 0.3s ease 0s;
	}
	.top_news .news_item:hover .news_title::after {
		right: 0;
		transition: all 0.3s ease 0s;
	}
	.top_news .news_item a:hover {
		transform: translateY(0);
	}
	.top_news .news_item a:hover .news_title::before {
		width: 100%;
	}
/*	.search_item:hover {
		background-color: #c0ebfc;
		transition: all 0.3s ease 0s;
	}
	.search_item:hover > span {
		color: #001760;
		transition: all 0.3s ease 0s;
	}*/
	.item_wrap a:hover {
		color: #00a0ec;
		transition: all 0.3s ease 0s;
	}
	.g_nav_menu_li:hover a,
	.go_cert a:hover {
		color: #003ea2;
		transition: all 0.3s ease 0s;
	}
	.g_nav_menu_li:hover a i,
	.go_cert a:hover i {
		color: #00a0ec;
		transform: translateX(5px);
		transition: all 0.3s ease 0s;
	}
	.p_cat_item:hover .p_cat_name::after {
		color: #00a0ec;
		transform: translateX(5px);
		transition: all 0.3s ease 0s;
	}
/*		.p_cat_item:hover .p_cat_name {
		color: #003ea2;
		transition: all 0.3s ease 0s;
	}*/
	.p_cat_item:hover .p_cat_name .en {
		color: #00a0ec;
		transition: all 0.3s ease 0s;
	}
	.p_cat_item:hover .p_cat_img img {
		box-shadow: none;
		transform: translateY(4px);
		transition: all 0.3s ease 0s;
	}
	.ft_menu:hover a i {
		color: #00a0ec;
		transform: translateX(5px);
		transition: all 0.3s ease 0s;
	}
	.ft_menu:hover a,
	.ft_menu_sub li:hover a,
	footer .ft_menu_sub.privacy a:hover,
	.com_info a:hover {
		color: #003ea2;
		transition: all 0.3s ease 0s;
	}
	.ft_menu_sub li:hover a::before {
		color: #00a0ec;
		transition: all 0.3s ease 0s;
	}
	.cert_url a:hover {
		color: #2d2d2d;
		transition: all 0.3s ease 0s;
	}
	.cert_desc button:hover {
		background-color: #d9d9d9;
		transition: all 0.3s ease 0s;
	}
	
	.oth_item:hover .oth_img img {
		transform: scale(1.1);
		transition: all 0.3s ease 0s;
	}
/*	.oth_item:hover .oth_img {
		box-shadow: none;
		transition: all 0.3s ease 0s;
	}*/

	.products_nav nav ul li:hover .p_cat_name {
		background-color: #ccc;
		transition: all 0.3s ease 0s;
	}
	.products_nav nav ul li:hover .p_cat_name::after {
		color: #fff;
		transition: all 0.3s ease 0s;
	}




}


/*----------------------------------------------- 共通 */
section {
	padding: 100px 0;
}
.section_inner {
	width: 85%;
	max-width: 800px;
}
.btn,
.btn_grey {
	margin: 35px auto 50px;
}
.btn a {
	width: 400px;
	font-size: 20px;
}
h3 {
	font-size: 14px;
}
h3 .en {
	font-size: 40px;
	margin-left: 15px;
}
.pg h3 {
	margin-bottom: 90px;
}
a.btn_more {
	padding: 0.75em 1.5em;
	width: 200px;
}
.front a.btn_more {
	width: 200px;
}
a.btn_more i {
	font-size: 1.75em;
}
a.btn_line {
	width: 150px;
	padding: 5px 20px;
}
.btn_grey a {
	width: 300px;
	font-size: 18px;
	padding: 0 30px;
}
/*下層ページ見出し*/
.top-ttl {
	width: 85%;
	padding: 30px 0;
}
.textanimation {
	font-size: 35px;
}
.textanimation.en {
	font-size: 20px;
}
.sec_txt p {
	margin-bottom: 30px;
}



/*----------------------------------------------- parallax */
.parallax_bk,
.parallax,
.parallax video {
	height: 400px;
}
.philos .parallax,
.parallax_bk.philos,
.philos .parallax img {
	height: 300px;
}
.philos .parallax img {
	object-position: 60%;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  header
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
header {
	min-height: 5.5rem;
}
.hd_fix_area {
	height: 5.5rem;
}
.header_inner {
	padding-top: 5.5rem;
}
.hd_fix_area .btn a {
	width: 250px;
	font-size: 16px;
}
.hd_fix_area .btn img.arrow {
	width: 7px;
	margin-left: 25px;
	padding-bottom: 2px;
}
.hd_fix_area .btn img.cart {
	width: 23px;
	margin-right: 10px;
}
.hd_fix_area .logo img {
	width: 185px;
	height: 4.5rem;
}
.thunks_35th {
	width: 280px;
	margin-left: 0.7em;
	margin-top: 10px;
}
.fv_catch p {
	font-size: 4vw;
	margin: 8vw auto 4vw;
}
header.front_page .header_inner {
	padding-bottom: 100px;
}
.card {
	height: 65vw;
/*	min-height: 500px;*/
}
/*.card .swiper {
	width: 50%;
}*/
.card .swiper-slide-active {
	width: 110% !important;
}
.card .swiper {
	transform: translateX(-43%);
}
.card .swiper-slide.swiper-slide-active::before {
	width: 200px;
	height: 70px;
	left: -30px;
	top: -50px;
}
.card .swiper-slide.swiper-slide-active::after {
	font-size: 45px;
	width: 45px;
	height: 45px;
}


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

/*  ニュース  ----------------------------------------------*/
.top_news .news_item_w {
	margin: 50px auto;
}
.btn_sp_center a.btn_more {
	margin-top: 70px;
}
.top_news hr {
	margin: 30px 1em;
}
.top_news .news_item .news_title::after {
	right: 10px;
}


/*  About  ----------------------------------------------*/
.top_about h3 > span {
	font-size: 35px;
	margin: 0 auto 70px;
}
.top_about h3::before {
	width: 135px;
	height: 75px;
	left: -145px;
	top: 50px;
}
.top_about::after {
	display: none;
}
.top_about h3{
	width:-moz-fit-content;
	width:fit-content;
	margin: auto;
}
.top_about h3::after {
	content: "";
	display: block;
	width: 130vw;
	max-width: 1350px;
	height: 170%;
	max-height: 700px;
	background-image: url(../img/bk_about.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	left: -75vw;
	top: -100px;
	z-index: -1;
	bottom: 0;
}
.top_about_lead {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.top_about_lead h4 {
	width: 330px;
	font-size: 26px;
	margin: 0;
}
.top_about_lead > div {
	width: calc(100% - 330px);
}
.top_about::after {
	height: 100vw;
}
.about_link {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.about_item,
.about_item:last-of-type {
	width: 48%;
	margin: 0;
}
.about_item a > p {
	left: 10px;
	bottom: 10px;
	font-size: 16px;
}
.about_item a::after {
	right: 10px;
	bottom: 15px;
	font-size: 30px;
}
.three_s_top p {
	color: #2d2d2d;
	text-align: center;
	line-height: 1.35;
/*	border: solid 1px #2d2d2d;*/
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 70px;
	border-radius: 5px;
}
.three_s.three_s_top {
	width: 100%;
	margin: 55px auto 75px;
}
.three_s_top .about_ico img {
	object-fit: contain;
	object-position: center;
}


/*  主要製品  ----------------------------------------------*/
.top_products h3 {
	margin-bottom: 75px;
}
.p_cat_item a {
	flex-direction: row;
}
.p_cat_img {
	width: 35%;
}
.p_cat_name {
	width: 60%;
	margin: auto;
	min-height: auto;
	padding: 0 30px;
}
.p_cat_item {
	width: 45%;
	margin-bottom: 50px;
}
.p_cat_w {
	justify-content: space-between;
}


/*  写真スクロール  ----------------------------------------------*/
.top_img_scroll {
	margin: 30px 0 0;
}
.top_img_scroll.photo a {
	width: 200px;
}


/*  CSR  ----------------------------------------------*/
.top_csr_lead {
	margin: 50px 0;
}
.certification {
	max-width: 500px;
	margin: auto;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  企業理念
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.philosophy .top_about {
	padding: 50px 0;
}
.three_s {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.three_s_item {
	width: 30%;
	margin: 0;
}
.about_ico img {
	height: 50px;
	width: 100%;
}
.about_ico {
	margin-bottom: 15px;
}
.philosophy .top_about h3::after {
	top: -150px;
}
.about a.btn_more {
	width: 255px;
	margin-top: 100px;
	margin-bottom: 10px;
}
.policy ul {
	max-width: 510px;
	margin: auto;
	margin-bottom: 20px;
}
.three_s_title {
	margin-bottom: 70px;
	font-size: 20px;
}
.pg.philosophy .top_about h3 {
	margin-bottom: 0;
}
.policy_img_w {
	margin-bottom: 70px;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  CSR
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.strategy .swiper {
	margin: 40px auto 0;
}
.ttl_background {
	width: 440px;
	font-size: 20px;
	margin-bottom: 10px;
}
.strategy ul {
	margin-top: 40px;
}
.strategy ul li,
.conduct ul li {
	margin-bottom: 40px;
}
/*.conduct {
	padding-top: 30px;
}
.conduct h4 {
	font-size: 25px;
	margin-bottom: 10px;
}*/
.conduct h3 {
	width: 85%;
	max-width: 800px;
}
.cert_item:first-of-type {
	padding-top: 30px;
}
.cert_item {
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.cert_title {
	padding: 5px 10px 5px 0;
}
.cert_desc button {
	padding: 7px 20px;
}
.cert_desc button:after {
	width: 15px;
	height: 15px;
	right: 20px;
}
.cert_desc_txt.is-open {
	padding: 18px 20px;
}
.cert_desc {
	margin: 30px 0 15px 0;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  プライバシーポリシー
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.privacy-policy {
	padding: 80px 0;
}
.privacy_content h4 {
	margin: 50px 0 15px;
}
.privacy_sign {
	margin-top: 130px;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  ニュース
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.news_item .news_title {
	padding-right: 60px;
}
.news_item .news_title::after {
	right: 5px;
}
.news_ico_title {
	margin-bottom: 20px;
}
.news_current {
	margin-bottom: 40px;
}
.news_cat_w {
	margin-bottom: 60px;
}
.news_cat {
	margin-bottom: 60px;
}
.news_item {
	margin-bottom: 20px;
}
.news_item a {
	padding: 30px 30px 20px;
}
.page-navigation {
	margin-top: 100px;
}
.news_list {
	padding-top: 75px;
	padding-bottom: 150px;
}
.nav-links > div i {
	font-size: 25px;
}
.nav-links > div {
	width:  45%;
}
.nav-links > div a {
	width:  100%;
}
.nav-links > div > a > div {
	width: calc(100% - 35px);
}
.news_post .news_info {
	margin: 0 0 30px;
}
.pg.news_post h3 {
	font-size: 35px;
	margin: 0 0 50px;
}
.news_post h4 {
	font-size: 28px;
	margin-bottom: 30px;
	padding-left: 25px;
	border-left: solid 5px #2d2d2d;
	margin-top: 50px;
}
.news_content figure, .news_content p {
	margin-bottom: 30px;
}
.news_nav {
	margin: 90px 0;
}
.nav-links > div.nav-previous a > div {
	padding-left: 15px;
}
.nav-links > div.nav-next a > div {
	padding-right: 15px;
}
.news_nav a.btn_line {
	width: 200px;
	text-align: center;
}
.news_nav_golist {
	margin: 50px auto 0;
}
.news_post .news_cat_w {
	margin-top: 100px;
}


@media screen and (min-width: 1000px) {

}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  会社概要
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.company_info {
	padding-bottom: 80px;
}
.company_info h3 .en {
	font-size: 40px;
}
.com_info > li > div {
	width: calc(100% - 180px);
	padding: 10px 30px;
	border-bottom: solid 1px #dcdcd2;
}
.com_info_th {
	padding: 10px 30px;
	width: 180px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
}
.com_info > li {
	flex-direction: row;
}
.com_info a.btn_line {
	padding: 6px 12px;
	font-size: 13px;
}
.office .com_info_sub > li {
	margin: 10px 0 25px;
	padding-bottom: 20px;
	border-bottom: solid 1px #dcdcd2;
}
.office .com_info_sub > li:last-of-type {
	border-bottom: none;
	margin-bottom: 5px;
}
.com_info li.office > div {
	padding-bottom: 30px;
	padding-top: 20px;
}
.main_office > div {
	display: flex;
	flex-wrap: wrap;
}
.main_office > div > span,
.office .com_info_sub > li > div {
	width: calc(100% - 105px);
}
.main_office > div > p {
	display: flex;
	width: 105px;
	justify-content: flex-end;
	align-items: flex-end;
}
.office .com_info_sub > li > p {
	width: 105px;
}
.com_info_sub_th {
	font-size: 15px;
}
.com_info li.office > div {
	padding-bottom: 0;
	padding-top: 10px;
}
.com_info_sub > li {
	margin: 10px 0 25px;
}
.com_info_sub > li:last-of-type {
	margin-bottom: 15px;
}
.company_info h3 {
	margin-bottom: 50px;
}
.company_add_info .ttl_background {
	width: 300px;
	margin-bottom: 20px;
}
.com_add_w {
	margin-bottom: 40px;
}
/*.partner .com_add_w {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.partner .com_add_w > div {
	width: calc(100% - 135px);
	padding-left: 50px;
	border-left: solid 1px #2d2d2d;
}*/
.com_add_inner {
	margin-bottom: 50px;
}
.com_add_title {
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}
/*.partner .com_add_title {
	display: flex;
	align-items: center;
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
	width: 135px;
}
*/
.map_th {
	font-size: 20px;
}

.map_txt > i {
	font-size: 18px;
}
.map_txt >div {
	width: calc(100% - 20px);
	padding-left: 15px;
}
.map {
	width: 50%;
	margin: 0;
}
.main_map_w {
	width: 50%;
}
.main_map_w .map {
	width: 100%;
}
.map_txt {
	width: 47%;
	margin-top: 10px;
}
.map_w {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.map iframe {
	height: 200px;
}
.map_way > div > i {
	font-size: 20px;
	width: 30px;
}
.map_way > div > p {
	width: calc(100% - 30px);
	padding-left: 5px;
}
.map_way {
	font-size: 14px;
	margin-top: 10px;
}
.map_w:first-of-type {
	margin-bottom: 60px;
}
.map_w {
	padding-top: 70px;
}
.access hr {
	margin: 0;
}
.history_year {
	font-size: 40px;
}
.history_txt {
	padding: 16px 0;
	padding-left: 50px;
	margin: 5px 40px;
}
.history_txt p::before {
	height: 18px;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  主要製品
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.products .cat {
	font-size: 18px;
}
.products .cat_name {
	font-size: 18px;
}
h3.product_name {
	font-size: 38px;
	margin-top: 15px;
	margin-bottom: 50px;
}
.product_img {
	margin-bottom: 50px;
}
.products .ttl_background {
	margin-bottom: 20px;
	width: -moz-fit-content;
	width: fit-content;
	font-size: 18px;
}
.products .ttl_background::after {
	right: -400px;
	width: 320px;
}
.others .section_inner {
	padding-top: 100px;
}
.oth_title {
	font-size: 18px;
	margin-bottom: 50px;
}
.oth_item {
	width: 21%;
	margin-bottom: 50px;
}
.oth_item:nth-last-of-type(4) {
	margin-bottom: 0;
}
.products .p_cat_item {
	width: 45%;
}
.products .p_cat_name {
	width: 50%;
	padding-left: 0px;
	margin-left: 25px;
}
.products .p_cat_img {
	width: 35%;
	max-width: 100px;
}
.category h3 {
	margin-bottom: 70px;
}
.btn.catalog {
	margin: 50px auto 0;
}
.oth_img {
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.8);
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  主要製品 リストページ
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.oth_w::after {
	width: 21%;
	order: 2;
}
.oth_w::before {
	content: '';
	width: 21%;
	height: 0;
	display: block;
	order: 3;
}
.products_li section {
	padding: 50px 0 0;
}
.products_list {
	padding: 70px 0;
}
.products_all h3 {
	margin-bottom: 55px;
}
.products_nav nav ul li {
	width: 20%;
	border: solid 1px #f4f4ed;
}
.products_list:last-of-type {
	padding-bottom: 120px;
}
.products_li .oth_img {
	border-radius: 10px;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  お問い合わせ
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.contact_form {
	padding-top: 50px;
}
.contact_form .item_wrap {
	padding: 35px 0 37px;
}
.contact_form input, .contact_form textarea, .contact_form select {
	padding: 0.5em 1em;
	font-size: 1em;
}
.contact_form .item_tit {
	font-size: 1em;
}
.your-ken::after {
	right: 1em;
	top: 10px;
	font-size: 20px;
}
.item_cont_flex {
	display: flex;
	align-items: center;
}
.your-addr p.your-ken {
	margin-left: 50px;
}
.contact_form .btn {
	margin: 70px auto;
}
.item_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.contact_form .item_tit {
	width: 35%;
}
.contact_form .item_cont {
	width: 65%;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  footer
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
footer {
padding: 100px 0 50px;
}
.footer_inner {
	width: 85%;
	max-width: 800px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ft_upper {
	width: 180px;
}
.ft_logo {
	width: 100%;
	margin: 0;
	padding-right: 30px;
}
.ft_right {
	width: calc(100% - 210px);
	justify-content: flex-start;
	margin: 0;
}
.ft_right::after {
	content: "";
	display: block;
	height: 0;
	width: 150px;
}
.ft_menu_w {
	width: 150px;
	margin: 0 30px 50px 0;
}
.ft_menu_w:first-of-type,
.ft_menu_w.ft_products {
	margin-top: 0;
}
.ft_menu_w.ft_products {
	width: 260px;
	margin-right: 0;
}
.ft_menu_w.ft_products .ft_menu_sub {
	display: flex;
	flex-wrap: wrap;
}
.ft_menu_w.ft_products .ft_menu_sub li {
	width: 50%;
}
.ft_menu_sub {
	margin-top: 20px;
}
.ft_menu_w hr {
	margin: 30px 0;
}
.ft_menu_sub.privacy {
	padding-left: 0;
}
.copy {
	margin: 20px auto 10px;
}



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  レスポンシブ調整
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.pc,
.pc_flex {
	display: none;
}
.sp,
.sp_flex {
	display: none;
}
.tb {
	display: block;
}
.tb_flex {
	display: flex;
}


