@charset "utf-8";

/*----------------------------------------------------

(max-width : 991px)

*----------------------------------------------------*/
@media screen and ( max-width: 991px ) {
/*-----------------------------------------------------
COMMON & TOP
------------------------------------------------------*/
html {
	font-size: 1.3vw;
}
body {
	font-size: 1.4rem;
}
/*header*/
header {
	padding: 0 4%;
	padding-right: 0;
}
header .h_logo {
	width: auto;
}
header .h_contact img {
	max-height: 30px;
}
header .h_contact .tel {
	margin-right: 2rem;
}
header .h_contact .contact {
	margin-right: 2rem;
}
header .h_contact .tel .tel_link {
	pointer-events: auto;
}
.hbg_btn {
	z-index: 999;
}
.hbg_btn button {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 0;
	background: #71afd0;
	padding: 1.8rem;
}
.hbg_btn span {
	height: 2px;
	width: 35px;
	background: #fff;
	display: block;
	margin-bottom: 9px;
	transition: .3s ease-in-out;
	transform-origin: 50% 50%;
	transform: scale(1);
}
.hbg_btn span:last-child {
	margin-bottom: 0;
}
/*drawer*/
.drawer-open header {
}
.drawer-hamburger {
	position: static;
	padding-right: 15px;
	padding-bottom: 25px;
	width: 35px;
	padding: 10px 0 18px;
}
.drawer.drawer-open .drawer-hamburger .bar01 {
	transform: rotate(-135deg) translate(-8px, -8px);
}
.drawer.drawer-open .drawer-hamburger .bar02 {
	opacity: 0;
}
.drawer.drawer-open .drawer-hamburger .bar03 {
	transform: rotate(135deg) translate(-8px, 8px);
}
.drawer--right .drawer-nav {
	background: #ffffff;
	transition: all 0.6s;
	transform: translateX(100%);
	right: 0;
	width: 50%;
}
.drawer--right.drawer-open .drawer-nav {
	transform: translateX(0);
}
.drawer--right.drawer-open .drawer-hamburger {
	position: relative;
	z-index: 160;
	right: initial;
}
.drawer-hamburger:hover {
	background: #71afd0;
}
.drawer-menu {
	padding: 6rem 4%;
}
.drawer-overlay {
	background-color: rgba(0, 0, 0, .4);
}
.drawer-menu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.drawer-menu li {
	border-bottom: solid 1px #f7f7f7;
	margin-bottom: 0;
	width: 100%;
	text-align: center;
}
.drawer-menu li .nav_item {
	font-weight: 500;
	font-size: 1.5rem;
	display: block;
	padding: 1.5rem 0;
}
.drawer-menu .h_contact {
	text-align: center;
	margin-top: 2rem;
}
.drawer-menu .h_contact .tel .tel_txt {
	font-size: 1.4rem;
	margin-top: 0.7rem;
}
.drawer-menu .h_contact .contact {
	margin-top: 1rem;
}
.drawer-menu .h_contact .btn_primary {
	margin: 0 auto;
}

/*section contact*/
.section_contact .inner_main {
	max-width: 90%;
}
.section_contact .box_wrap .contact_item .num {
	font-size: 2rem;
}
.section_contact .contact_txt {
	font-size: 1.6rem;
}
.section_contact .box_wrap .contact_item {
	width: 48%;
}
.section_contact .box_wrap .contact_item:nth-child(1) {
	margin-right: 0;
}
.sec_contact:before {
	width: 80%;
	height: 100%;
}
.sec_contact .img_bg {
	height: 80%;
	width: 50%;
	bottom: 0;
	top: 10%;
}
.sec_contact .contact_box .tel .tel_num span {
	line-height: 1;
	display: block;
	margin-top: 1rem;
}
.sec_contact .contact_box .tel .tel_num a {
	pointer-events: auto;
}
.sec_contact .contact_box .tel .tel_num img {
	max-width: 250px;
}
.sec_contact .ttl {
	font-size: 5rem;
}
/*footer*/
footer {
	padding: 0 4%;
}
footer .footer_inner {
	padding: 3rem 0;
	display: block;
}
footer .f_left {
	text-align: center;
}
footer .f_left .address {
	margin-top: 2.5rem;
}
footer .copy {
	text-align: center;
	font-size: 12px;
}
.totop {
	width: 55px;
	height: 55px;
	right: 3%;
}
.ttl_01 {
	font-size: 3rem;
}
.ttl_02 {
	font-size: 2rem;
	margin-bottom: 2rem;
}
.ttl_02:before {
	top: 1rem;
}
.container {
	padding: 7.5rem 4%;
}
.btn.btn01 {
	margin-top: 2.5rem;
}
.btn {
	margin-top: 3rem;
}
/*-----------------------------------------------------
TOP PAGE
------------------------------------------------------*/
#top #mainimage {
	height: 50vh;
	padding-left: 4%;
	padding-right: 4%;
	padding-bottom: 4%;
}
#top #mainimage:after {
	width: 90%;
	height: 90%;
}
#top #mainimage .mv_inner {
	height: 100%;
}
#top #mainimage .mv_txt {
	margin-left: 4%;
	margin-bottom: 4%;
}
#top #mainimage .mv_txt .main {
	font-size: 3.5rem;
}
#top #mainimage .mv_txt .sub {
	line-height: 1.4;
	font-size: 1.6rem;
	font-weight: 400;
}
/*  concept
-------------------------------*/
#top .concept {
	padding: 7.5rem 4%;
}
#top .concept .img_box {
	width: 100%;
	order: 2;
	position: relative;
	padding: 0;
	left: 0;
	text-align: right;
	margin-top: 2rem;
}
#top .concept .img_box img {
	max-width: 400px;
	height: auto;
}
#top .concept .img_box:before {
	content: '';
	width: 100%;
	height: 80%;
	background: url(../Image/top/img_concept02.jpg);
	position: absolute;
	top: 10%;
	left: 0;
	z-index: -1;
}
#top .concept .txt_box {
	width: 100%;
	order: 1;
	padding-top: 0;
}
#top .concept .img_bg {
	display: none;
}
#top .concept .ttl_01 {
	margin-bottom: 2rem;
}
/*   news
-------------------------------*/
#top .news {
	padding-bottom: 0;
}
#top .news .news_box {
	width: 100%;
	padding-top: 0;
}
#top .news .news_box .list_wrap {
	width: 100%;
}
#top .news .img_bg {
	position: static;
	width: 100%;
	margin-top: 3rem;
	height: 350px;
}
#top .news .btn_primary {
	margin: 0 auto;
}
/*    SECTION 03 equipment
-------------------------------*/
#top .bottom_sec .ttl_01 {
	font-size: 2.6rem;
}
/*-----------------------------------------------------
UNDER COMMON
------------------------------------------------------*/
.under #mainimage {
	height: 320px;
	padding: 0 4%;
}
.under .mv_ttl {
	transform: none;
}
.under .mv_ttl .ttl_en {
	font-size: 4.5rem;
	}
.breadcrumb {
	padding: 0 4%;
}
.under .lead_box {
	margin-bottom: 5rem;
}
/*-----------------------------------------------------
concept
------------------------------------------------------*/
#concept .sec_top .top_box .img_box {
	width: 100%;
	order: 2;
	text-align: center;
	margin-top: 2rem;
}
#concept .sec_top .top_box .txt_box {
	width: 100%;
	padding-left: 0;
	order: 1;
	padding-top: 0;
}
#concept .sec_top .top_box .txt_box .txt {
	margin-top: 0;
}
#concept .sec_top .top_box:nth-child(2) {
	margin-top: 4rem;
}
#concept .sec_top .top_box:nth-child(2) .txt_box {
	width: 100%;
	padding-right: 0;
}
#concept .sec_top .top_box:nth-child(2) .img_box {
	width: 100%;
}
#concept .movie {
	padding: 0 4%;
}
#concept .movie .movie_box {
	width: 80vw;
}
#concept .urethane .about .txt_box {
	width: 100%;
}
#concept .urethane .about .img_box {
	width: 100%;
	padding-top: 0;
	margin-top: 2rem;
	text-align: center;
}
#concept .urethane .feature {
	padding-left: 4%;
	padding-right: 4%;
	padding-top: 7.5rem;
}
#concept .urethane .feature .feature_list li {
	width: 48%;
	margin-right: 4%;
}
#concept .urethane .feature .feature_list li:nth-child(odd) {
	transition-delay: 0s!important;
}
#concept .urethane .feature .feature_list li:nth-child(even) {
	margin-right: 0;
	transition-delay: 0.3s!important;
}
#concept .urethane .feature .feature_list li:not(:nth-child(-n+3)){
	margin-top: 3rem;
}
#concept .urethane .feature .feature_list li:not(:nth-child(-n+2)){
	margin-top: 3rem;
}
/*-----------------------------------------------------
product
------------------------------------------------------*/

/*-----------------------------------------------------
company
------------------------------------------------------*/
#company .company_wrap {
	padding: 7.5rem 4%;
	padding-bottom: 0;
}
#company .company .table_wrap {
	padding: 4rem 4rem 0 4rem;
	margin-top: 3rem;
}
.table_primary th, .table_primary td {
	padding: 2.5em 1.5rem;
}
.table_primary th {
	width: 30%;
}
.table_primary td {
	width: 70%;
}
#company .access .txt_box {
	width: 100%;
	padding-right: 0;
	padding-top: 0;
}
#company .access .map {
	width: 100%;
	margin-top: 2rem;
	position: relative;
	padding-top: 50%;
}
#company .access .map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*-----------------------------------------------------
qa
------------------------------------------------------*/
#qa .faq_box.txt_bg {
	padding: 2rem;
}
#qa .faq_box .faq_txt {
	padding: 1.5rem;
}
#qa .faq_box .faq_ttl {
	font-size: 1.6rem;
}
#qa .faq_box .faq_ttl:before {
	font-size: 2.2rem;
	margin-right: 0.6rem;
}
/*-----------------------------------------------------
news
------------------------------------------------------*/
#news .news_list li:first-child .inner {
	padding-top: 0;
}
/*-----------------------------------------------------
contact
------------------------------------------------------*/
.form_wrap input.short {
	width: 100%;
}
.form_wrap input.middle {
	width: 100%;
}
.form_wrap .address .long {
	width: 100%;
}
.form_wrap .form_adress .txt {
	width: 15rem;
}
#contact .table_primary th {
	width: 25%;
}
#contact .table_primary td {
	width: 75%;
}
#contact .lead_box .tel .tel_num span {
	display: block;
	margin-top: 0.5rem;
}
#contact .lead_box .tel .tel_num a {
	pointer-events: auto;
}
/*-----------------------------------------------------
privacy
------------------------------------------------------*/
#privacy .lead_box {
	margin-bottom: 5rem;
}
#privacy .box:not(:first-child) {
	margin-top: 4.3rem;
}
}

/*-------------------------------------

	( min-width: 576px ) and (max-width: 991px)　タブレット・スマホ大のみ

-------------------------------------*/
@media ( min-width: 576px ) and (max-width: 991px) {
.product .product_list li {
	width: 100%;
	margin: 0;
	padding: 0;
}
.product .product_list li:not(:first-child) {
	margin-top: 4rem;
}
.product .product_list li .inner {
	display: flex;
}
.product .product_list li .inner:after {
	bottom: inherit;
	top: 50%;
}
.product .product_list li .img_wrap {
	position: relative;
	width: 50%;
}
.product .product_list .img_product {
	position: relative;
	padding-top: 60%;
}
.product .product_list .img_product img {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: contain;
	object-position: left bottom;
	width: 100%;
	height: 100%;
	font-family: 'object-fit: contacin;'
}
.product .product_list .img_thumb {
	background: #fff;
	width: 13rem;
	height: 13rem;
}
.product .product_list li .txt_box {
	width: 50%;
	padding-left: 4rem;
}
}

/*-------------------------------------

	(max-width : 767px )

-------------------------------------*/
@media screen and (max-width : 767px ) {
/*-----------------------------------------------------
COMMON & TOP
------------------------------------------------------*/
html {
	font-size: 1.8vw;
}
body {
	min-width: 100%;
	font-size: 1.3rem;
	line-height: 1.6;
}
.container {
	padding: 6.5rem 4%;
}
.ttl_01 {
	font-size: 2.5rem;
	margin-bottom: 2rem;
	font-weight: 500;
}
.ttl_02 {
	font-size: 1.8rem;
}
.ttl_02:before {
	top: 0.9rem;
}
.btn_primary {
	padding: 1.6rem 0;
}

/*header*/
header .h_logo {

}
.hbg_btn {

}
.hbg_btn button {
	    padding: 1.8rem 1.2rem;
}
.hbg_btn span {
	margin-bottom: 6px;
	width: 25px;
}
.drawer-menu {
	padding-bottom: 90px;
}
.drawer--right .drawer-nav {
	width: 70%;
}
.drawer.drawer-open .drawer-hamburger .bar01 {
	transform: rotate(-135deg) translate(-7px, -6px);
}
.drawer.drawer-open .drawer-hamburger .bar03 {
	transform: rotate(135deg) translate(-5px, 5px);
}
.drawer--top .drawer-nav {
	width: 100%;
}
.drawer-menu .contact_box .box_wrap .contact_item {
	width: 100%;
	padding: 1rem;
}
.drawer-menu .contact_box .box_wrap .contact_item:nth-child(2) {
	margin-top: 1.5rem;
}
.drawer-menu .contact_box .contact_btn a {
	font-size: 1.8rem;
}
.drawer-menu .contact_box .contact_btn a span {
	padding-left: 2.5rem;
}
.drawer-menu .contact_box .contact_btn a span:before {
	width: 20px;
	height: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.drawer-menu .bottom_nav li a {
	font-size: 1.4rem;
}
.sec_contact .contact_box {
	width: 80%;
}
.sec_contact .ttl {
	font-size: 4rem;
}
.sec_contact:before {
	width: 90%;
}
.sec_contact .img_bg {
	width: 40%;
}
/*footer*/
footer .f_logo img {
	max-width: 130px;
}
footer .f_left .address {
	margin-top: 1.8rem;
	font-size: 1.4rem;
}
.totop {
	width: 45px;
	height: 45px;
	bottom: 2%;
}

/*-------------------------------------
TOP PAGE
-------------------------------------*/
#top #mainimage {
	height: 40vh;
}
#top #mainimage .mv_txt .main {
	font-size: 3rem;
}
#top .ttl_box .ttl_en {
	margin-bottom: 1rem;
}
#top .concept {
	padding: 6.5rem 4%;
}
#top .concept .img_box img {
	max-width: 300px;
}
.product .product_list .product_ttl {
	font-size: 2.2rem;
}
.product .product_list .img_thumb {
	width: 13rem;
	height: 13rem;
}
#top .news .news_box .ttl {
	font-size: 3.5rem;
}
#top .news .img_bg {
	height: 280px;
}
#top .bottom_sec .item {
	width: 100%;
}
#top .bottom_sec .item:not(:first-child) {
	margin-top: 3rem;
}
#top .bottom_sec .ttl_01 {
	font-size: 2.2rem;
}
/*-----------------------------------------------------
UNDER COMMON
------------------------------------------------------*/
.txt_bg {
	padding: 4rem 0 2.9rem 2rem;
}
.txt_bg:before {
	width: 7rem;
}
.under #mainimage {
	height: 30vh;
	padding: 0 4%;
}
.under .mv_ttl .ttl_en {
	font-size: 4rem;
}
.under .mv_ttl .ttl {
	margin-top: 1rem;
}
.under .lead_box {
	margin-bottom: 3rem;
}
/*-----------------------------------------------------
concept
------------------------------------------------------*/
#concept .sec_top .txt_bg {
	padding-top: 4rem;
}
#concept .urethane .about .txt_box .txt {
	margin-top: 0;
}
#concept .movie .ttl {
	font-size: 3.5rem;
}
#concept .movie .movie_box {
	margin-top: 3rem;
	padding-top: 58%;
}
#concept .movie .movie_box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#concept .movie .inner:before {
	font-size: 17rem;
}
#concept .movie .inner {
	padding: 6.5rem 0;
}
#concept .urethane .feature {
	padding-top: 6rem;
}
#concept .urethane .feature .ttl_01:after {
	margin-top: 1rem;
}
#concept .urethane .feature .feature_list {
	margin-top: 3rem;
}
#concept .urethane .feature .feature_list li {
	width: 100%;
	margin-right: 0;
}
#concept .urethane .feature .feature_list li:not(:first-child) {
	margin-top: 4rem;
}
#concept .urethane .feature .feature_list li:not(:nth-child(3n)) {
	margin-right: 0;
}
#concept .urethane .feature .feature_list .img_box img {
	width: 100%;
}
#concept .urethane .feature .feature_list .txt_box {
	margin-top: 1.5rem;
}
#concept .urethane .feature .feature_list .ttl {
	font-size: 2rem;
}
#concept .urethane .feature .feature_list .ttl:before {
	font-size: 2.8rem;
	margin-right: 1rem;
}
/*-----------------------------------------------------
product
------------------------------------------------------*/

/*-----------------------------------------------------
company
------------------------------------------------------*/
#company .company_wrap {
	padding: 6.5rem 4% 0 4%;
}
#company .company .table_wrap {
	padding: 4rem 2rem 0 2rem;
}
#company .access .txt_box .txt {
	margin-top: 0;
}
/*-----------------------------------------------------
qa
------------------------------------------------------*/

#qa .faq_box {
	margin-top: 3rem;
}
/*-----------------------------------------------------
news
------------------------------------------------------*/
#news .news_list li .inner {
	padding: 2rem 1.5rem;
}
.wp-pagenavi * {
	width: 3rem;
	margin: 0 0.3rem;
}
.wp-pagenavi a:first-child{
	margin-left: 0;
}
.wp-pagenavi a:last-child{
	margin-right: 0;
}
.wp-pagenavi .extend {
	display: none;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink{
	display: none;
}
.wp-pagenavi .first, .wp-pagenavi .last {
	width: auto;
	box-sizing: border-box;
}
/*-----------------------------------------------------
contact
------------------------------------------------------*/
#contact  .table_primary th, #contact .table_primary td {
	padding: 2em 1.5rem;
	display: block;
	width: 100%;
}
#contact  .table_primary th {
	padding-bottom: 0;
}
#contact  .table_primary td {
	padding-top: 1.5rem;
}
.form_wrap .form_adress {
	display: block;
}
.form_wrap input.short {
	width: 100%;
}
.form_wrap input.middle {
	width: 100%;
}
.mfp_element_all {
	max-width: 100%;
}
.form_wrap .input_txt, .form_wrap textarea, .form_wrap select {
	line-height: 1.3;
	font-size: 1.8rem;
}
.form_wrap .address .txt {
	width: 100%;
	margin-bottom: 1rem;
	display: block;
}
.form_wrap .btn_wrap {
	margin-top: 3rem;
}
.mfp_element_submit, .mfp_element_button {
	max-width: 240px;
}
	div#mfp_phase_confirm h4 {
		font-size: 2rem;
	}
	table#mfp_confirm_table tr th {
		padding-bottom: 0;
	}
	table#mfp_confirm_table tr td {
		padding-top: 1.5rem;
	}
	table#mfp_confirm_table tr th,
	table#mfp_confirm_table tr td {
		padding: 2em 1.5rem;
		display: block;
		width: 100%;
	}
	#mfp_button_send {
		margin-right: 0;
	}
	div.mfp_buttons button#mfp_button_cancel {
		margin-top: 2rem;
	}
/*-----------------------------------------------------
privacy
------------------------------------------------------*/
#privacy .lead_box {
	margin-bottom: 3rem;
}
}

/*-------------------------------------

	(min-width : 576px ) and (max-width:767px)

-------------------------------------*/
@media (min-width : 576px ) and (max-width:767px) {
}

/*-------------------------------------

	(max-width : 575px )

-------------------------------------*/
@media screen and (max-width : 575px ) {
/*-----------------------------------------------------
COMMON & TOP
------------------------------------------------------*/
html {
	font-size: 2.5vw;
}
body {
	font-size: 1.5rem;
}
header .h_logo img {
	max-width: 130px;
}
header .h_contact img {
	max-height: 25px;
}
header .h_contact .tel {
	margin-right: 1.5rem;
}
header .h_contact .contact {
	margin-right: 1.5rem;
}
.drawer--right .drawer-nav {
	width: 90%;
}
.sec_contact:before {
	width: 100%;
}
.sec_contact .contact_box {
	margin-top: 3rem;
}
.sec_contact .img_bg {
	display: none;
}
.sec_contact .contact_box {
	width: 100%;
}
.product .product_list li {
	width: 100%;
	margin-right: 0;
}
.product .product_list li:not(:first-child) {
	margin-top: 3rem;
}
.product .product_list .txt_box {
	margin-top: 1.5rem;
}
#top #mainimage .mv_txt .main {
	font-size: 2.8rem;
	line-height: 1.4;
}
#top .concept .img_box img {
	max-width: 200px;
}
#top .news .img_bg {
	height: 200px;
}
#top .bottom_sec .txt_box {
	margin-top: 1.5rem;
}
/*-----------------------------------------------------
UNDER COMMON
------------------------------------------------------*/
/*-----------------------------------------------------
concept
------------------------------------------------------*/
#concept .urethane .feature .ttl_01 {
	line-height: 1.4;
}
/*-----------------------------------------------------
product
------------------------------------------------------*/

/*-----------------------------------------------------
company
------------------------------------------------------*/
.table_primary th, .table_primary td {
	display: block;
	width: 100%;
	padding: 2rem 1.5rem;
}
.table_primary th {
	padding-bottom: 0;
}
.table_primary td {
	padding-top: 1.5rem;
}
/*-----------------------------------------------------
qa
------------------------------------------------------*/
/*-----------------------------------------------------
news
------------------------------------------------------*/
/*-----------------------------------------------------
contact
------------------------------------------------------*/
#contact .lead_box .tel .tel_num a img {
	max-width: 200px;
}
}
