@CHARSET "UTF-8";
/*
Theme Name: 日本サーモ様
date: 2025.9.29
*** basic setting on css/destyle.css ***
*/


/* = common setting
-------------------------------------------------------------- */ 

:root {
  --bk: #272727;
	--blue: #094D80;
	--blue02: #5E819B;
	--blue_bg: #E9EDF0;
	--yellow: #F0DF12;
	--red: #C70303;
	--bg: #F4F4F4;
	--grad: linear-gradient( 120deg , #02406E, #14629B);
	--grad_bk: linear-gradient( 120deg , #363636, #585858);
	--header_height: 6rem;
}
@media screen and (min-width: 1024px){
  :root {
		--header_height: 100px;
	}
}

*{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html{
	font-size: 62.5%;
	scroll-behavior: smooth;
	scroll-padding-top: var(--header_height);
}
body {
	margin: 0;
	font-size: 1.4rem;
	font-weight: 400;
	font-family: "Montserrat","Noto Sans JP", sans-serif;
	color: var(--bk);
	line-height: 1.7;
	letter-spacing: 1px;
}




/* =layouts
-------------------------------------------------------------- */

body,
#page{
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#site_footer{
  margin-top: auto;
}

table{
	width: 100%;
	border-collapse: collapse;
  border-spacing: 0;
}
table th{
	padding: 1rem;
	text-align: left;
  width: 30%;
	font-weight: 400;
}
table td{
	padding: 1rem;
}

.txt_right{
	text-align: right;
}

h1,h2,h3,h4,h5,h6{
	margin: 0;
	font-weight: 700;
}
ul,dl,dt,dd{
	margin: 0;
	padding: 0;
	font-weight: 400;
}
li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
p{
	margin: 0;
}
.pc_only{
	display: none;
}

.wrapper{
	width: 90%;
	max-width: 1180px;
	margin: 0 auto;
}

.section{
	padding: 3rem 0;
}


/* Clearing floats */
.clear:after{
	clear: both;
}
.clear:before,
.clear:after{
	display: table;
	content: "";
}

.txt_right{
	text-align: right;
}
.txt_vertical{
	writing-mode: vertical-rl;
}
.txt_small{
	font-size: 70%;
}
.txt_large{
	font-size: 150%;
	line-height: 1.2;
	font-weight: 700;
}

.underline{
	background: linear-gradient(to bottom , rgba(255,255,255,0) 50%, #ffff00 51%);
	font-weight: 700;
}



/* =link
-------------------------------------------------------------- */


a{
	outline: none;
	color: var(--bk);
	text-decoration: none;
	transition: .3s;
}
*:focus {
  outline: none;
}

.btn_link{
	background: var(--grad);
	color: #fff;
	display: block;
	padding: 1.5rem 1rem;
	width: 100%;
	max-width: 40rem;
	margin: 0 auto;
	text-align: center;
  position: relative;
	font-weight: 500;
}
.btn_link__icon{
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn_link__bk{
	background: var(--grad_bk);
}

.link_none{
  pointer-events: none !important;
  cursor: default !important;
  opacity: .3;
}

.icon{
	width: 3rem;
	height: 3rem;
	object-fit: contain;
	margin-right: 1rem;
}

input[type="submit"]{
	outline: 0;
	box-shadow: none;
	border: none;
	cursor: pointer;
}
label{
	cursor: pointer;
}



/* =media
-------------------------------------------------------------- */

img,
svg{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
iframe{
	max-width: 100%;
}
.img_clip{
	position: relative;
}
.img_clip::before{
	content: '';
	padding-top: 100%;
	display: block;
	background: #ccc;
}
.img_clip img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wp-block-embed-youtube .wp-block-embed__wrapper,
.youtube_wrap{
  position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.wp-block-embed-youtube .wp-block-embed__wrapper iframe,
.youtube_wrap iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}




/* =tub
-------------------------------------------------------------- */

summary{
	cursor: pointer;
}
summary::marker{
  content: none;
}
summary::-webkit-details-marker{
  display: none;
}

.accordion dd{
	display: none;
}

.tab_wrap{
	
}
.tab_wrap ul{
	display: flex;
	overflow: auto;
}
.tab_item{
	cursor: pointer;
	padding: 0 .2rem;
}
.tab_item a{
	background: var(--blue02);
	color: #fff;
	padding: 1rem;
	font-size: 1.2rem;
	border-bottom: #fff solid .5rem;
	border-top-left-radius: .5rem;
	border-top-right-radius: .5rem;
	height: 100%;
	line-height: 1.3;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tab_item.active a{
	background: var(--blue);
	border-bottom: var(--blue) solid .5rem;
}
.tab_item .arrow{
	width: 1rem;
	height: 1rem;
	background: url('images/common/arrow.svg') no-repeat center center / contain;
	margin-right: .5rem;
}
.tab_item__txt{
	flex: 1;
}

.tab_panel{
	display: none;
}
.tab_panel.active{
	display: block;
}



/* =swiper base
-------------------------------------------------------------- */

.swiper img{
	width: 100%;
}
.swiper-wrapper{
	transition-timing-function:linear; 
}
.swiper-button-next,
.swiper-button-prev{
	color: #fff;
	width: 4rem;
	height: 4rem;
	background: var(--grad);
	border-radius: 50%;
	top: auto;
	bottom: 0;
}
.swiper-button-prev{
	left: 5%;
}
.swiper-button-next{
	right: 5%;
}
.swiper-button-next:after, .swiper-button-prev:after{
	font-size: 1rem;
}
.swiper-pagination-bullet{
	background: var(--bg);
	border: var(--blue) solid 1px;
	opacity: 1;
}
.swiper-pagination-bullet-active{
	background: var(--grad);
}

.swiper_nav{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 2rem;
}

.swiper_nav .swiper-button-next,
.swiper_nav .swiper-button-prev{
	position: static;
	margin: 0;
}
.swiper_nav .swiper-pagination{
	position: static;
	color: var(--blue);
	font-weight: 700;
	flex: 1;
}
.swiper_nav .swiper-pagination-bullet{
	width: auto;
	height: auto;
	background: none;
	border: 0;
	margin: 0 1rem !important;
	color: var(--blue);
	font-weight: 700;
	border-radius: 0;
}
.swiper_nav .swiper-pagination-bullet-active{
	border-bottom: var(--blue) solid 2px;
}





/* =entry base
-------------------------------------------------------------- */

.entry_content{
	padding-bottom: 5rem;
}
.entry_content h2{
	margin: 4rem 0 2rem;
	font-size: 1.8rem;
	line-height: 1.5;
	padding-left: 1.5rem;
	border-left: var(--bk) solid .4rem;
}
.entry_content h3{
	background: var(--bk);
	padding: 1rem;
	border-radius: .5rem;
	color: #fff;
	font-size: 1.6rem;
	margin: 3rem 0 1rem;
}
.entry_content h4{
	color: var(--bk);
	font-size: 1.6rem;
	margin: 2rem 0;
}
.entry_content p{
	margin: 2rem 0;
}
.entry_content a{
	text-decoration: underline;
	color: var(--orange);
}
.entry_content a:hover{
	text-decoration: none;
}
.entry_content table tr{
	border: 0;
}
.entry_content table th,
.entry_content table td{
	border: #999 solid 1px;
}

.entry_content ul,
.entry_content ol{
  padding: 2rem 5%;
  margin: 3rem 0;
  background: var(--bg);
}
.entry_content li{
  margin: .5rem 0;
  line-height: 1.5;
  position: relative;
  padding-left: 2rem;
}
.entry_content ul li::before{
  content: '・';
  position: absolute;
  top: 2px;
  left: 0;
}
.entry_content ol{
  counter-reset: number;
}
.entry_content ol li::before{
  counter-increment: number;
  content: counter(number)'.';
  top: 0;
  left: 0;
  position: absolute;
}

.wp-block-image{
	margin-bottom: 2rem;
	margin-top: 2rem;
}
.wp-block-image img{
	border-radius: 2rem;
	overflow: hidden;
}
.wp-block-image figcaption{
	font-size: 1.2rem;
	margin: .5rem 0 0;
	text-align: center;
}
.wp-block-gallery{
	display: flex;
	flex-wrap: wrap;
	gap: 0 !important;
}
.wp-block-gallery .wp-block-image{
	width: 50%;
	padding-right: 1rem;
	margin: .5rem 0;
}
.wp-block-embed{
	margin: 2rem 0;
}

div#toc_container{
  width: 100%;
  border: 0;
  border-top: #999 solid 1px;
  border-bottom: #999 solid 1px;
  margin: 3rem 0;
  padding: 3rem 0;
}
div#toc_container a{
  color: #000;
}
div#toc_container a:hover{
  color: var(--yellow_txt);
}
#toc_container p.toc_title{
  text-align: left;
  font-size: 1.8rem;
}
.toc_list > li{
  margin-bottom: 1rem !important;
}






/* =page nav
-------------------------------------------------------------- */

.page_links{
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 3rem 0;
}
.page_links a, 
.page_links span{
  text-decoration: none;
	font-size: 1.4rem;
	padding: 0 .5rem;
}
.page_links span.current{
	color: var(--orange);
}
.page_links a:hover{
	text-decoration: underline;
}
.page_links a.next{
  margin-left: 1rem;
}
.page_links a.prev{
  margin-right: 1rem;
}


.nav_single{
	clear: both;
	display: flex;
  justify-content: center;
  margin: 5rem 0;
  border-top: #ccc solid 1px;
  border-bottom: #ccc solid 1px;
}
.nav_single li{
	width: 33.33%;
	text-align: center;
}
.nav_single li a{
	display: block;
	padding: 1.5rem 0;
}
.nav_archive{
	border-left: #ccc solid 1px;
	border-right: #ccc solid 1px;
}






/* =page common
-------------------------------------------------------------- */

.bg{
	background: var(--bg);
}
.bg_texture{
	position: relative;
}
.bg_texture::before{
	content: '';
	background-color: rgba(0,0,0,.2);
	background-image: repeating-linear-gradient(90deg, transparent, transparent 130px, rgba(255, 255,255,.1) 130px, rgba(255, 255,255,.2) 131px );
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
.bg_circle{
	background: var(--bg);
	position: relative;
	overflow: hidden;
	z-index: 5;
}
.bg_circle::before,
.bg_circle::after{
	content: '';
	background: url('images/common/gradation_circle.png') no-repeat center center / contain;
	width: 15rem;
	height: 15rem;
	position: absolute;
	z-index: -1;
}
.bg_circle::before{
	top: 0;
	left: 0;
}
.bg_circle::after{
	bottom: -3rem;
	right: -3rem;
	width: 20rem;
	height: 20rem;
}


.page_container{
	padding-bottom: 7rem;
}
.page_section{
	padding-top: 3rem;
}
.page_header{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 18rem;
	background: url('images/product/header.jpg') no-repeat center center / cover;
}
.page_header::before{
	background-color: rgba(0,0,0,.4);
}
.page_title{
	text-align: center;
	color: #fff;
	font-size: 2.8rem;
	line-height: 1;
	position: relative;
	z-index: 5;
	font-weight: 600;
	text-transform: uppercase;
}
.page_title span{
	font-size: 50%;
	display: block;
	font-weight: 400;
	margin-top: 1.5rem;
}

.breadcrumb{
	padding: .5rem 0;
	font-size: 1rem;
	display: flex;
	align-items: center;
	white-space: nowrap;
	overflow: auto;
}
.breadcrumb li:not(:last-child)::after{
	content: '>';
	margin: 0 .5rem;
}


#message_404 p{
	margin-bottom: 5rem;
}
#message_404 .btn_link{
	margin: 0;
}





/* =header
-------------------------------------------------------------- */

#page{
	padding-top: var(--header_height);
}
#site_header{
  padding: 0 1rem;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	display: flex;
	align-items: center;
	height: var(--header_height);
	z-index: 999;
}
.scroll #site_header{
	box-shadow: 0 2px 3px rgba(0,0,0,.2);
}
#header_logo{
  display: block;
  width: 60%;
	max-width: 20rem;
  margin: 0 auto 0 0;
	position: relative;
	z-index: 9999;
}

#header_nav__btn{
	position: fixed;
	top: 0;
	right: 0;
	width: var(--header_height);
	height: var(--header_height);
	text-align: center;
	z-index: 9999;
  cursor: pointer;
	background: var(--bk);
}
#header_nav__btn .border_wrap{
  position: absolute;
	left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
#header_nav__btn .border{
	width: 30px;
	height: 2px;
	background: #fff;
	border-radius: 3px;
  display: block;
  margin-bottom: .8rem;
  transition: all .4s;
	box-sizing: border-box;
}
#header_nav__btn .border:last-child{
  margin: 0;
}
.nav_active #header_nav__btn{
  background: none;
}
.nav_active #header_nav__btn .border:nth-of-type(1) {
	transform: translateY(5px) rotate(-45deg);
}
.nav_active #header_nav__btn .border:nth-of-type(2) {
	transform: translateY(-5px) rotate(45deg);
}
.nav_active #header_logo{
	filter: brightness(0) invert(1);
}

#header_nav__inner{
	width: 100%;
	height: 100%;
	background: var(--grad);
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	padding: 0 5% 3rem;
}
.nav_active #header_nav__inner{
	opacity: 1;
	visibility: visible;
}
.main_navigation{
	position: relative;
	padding: 8rem 0 3rem;
}
.main_navigation li a{
	display: block;
	padding: 1.5rem 0;
	border-bottom: #fff solid 1px;
	position: relative;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
}

.btn_forms li{
	margin: 1.5rem 0;
}
.btn_forms a{
	background: var(--yellow);
	display: flex;
	align-items: center;
	justify-content: center;
	height: 6.5rem;
	width: 100%;
	border-radius: 50px;
	padding: 0 3rem;
	text-align: center;
	font-weight: 500;
	line-height: 1.5;
}





/* =footer
-------------------------------------------------------------- */

#footer_contact{
	border-top: #fff solid 1rem;
	padding: 5rem 0;
}
#footer_contact::after{
	content: none;
}
#footer_contact h2{
	color: var(--bk);
	margin-bottom: 3rem;
}
#footer_contact ul li{
	margin: 1rem 0;
}
#footer_contact .btn_link{
	max-width: 100%;
	padding: 2rem 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	line-height: 1.4;
}
#footer_contact .btn_link .icon{
	filter: brightness(0) invert(1);
	margin: 0 0 1rem;
}
#footer_contact .btn_link span{
	height: 4rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
#footer_contact__link p{
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 2rem;
}

#site_footer__inner{
	background: var(--bk);
	color: #fff;
	padding: 3rem 0 2rem;
}
#site_footer__inner a{
	color: #fff;
}
#footer_logo{
	filter: brightness(0) invert(1);
	width: 20rem;
	display: block;
}
#footer_address{
	margin: 2rem 0 1rem;
}
#footer_tel{
	font-size: 1.6rem;
}
#footer_nav{
	margin-top: 3rem;
	font-size: 1.2rem;
	display: flex;
	flex-wrap: wrap;
}
#footer_nav h2{
	width: 2rem;
	margin-right: 2rem;
	border-right: #fff solid 1px;
	position: relative;
}
#footer_nav h2 span{
	rotate: -90deg;
	display: block;
	position: absolute;
	top: 1rem;
	left: -1.5rem;
}
#footer_nav__inner{
	flex: 1;
}
#footer_nav li{
	margin-bottom: 1rem;
}
#footer_nav__bottom{
	width: 100% !important;
	margin-top: 3rem;
	display: flex;
	justify-content: flex-end;
}
#footer_nav__bottom li{
	margin-left: 2rem;
}
#footer_copy{
	font-size: 1rem;
	text-align: center;
	margin-top: 3rem;
}



/* =TOP
-------------------------------------------------------------- */

#body_front #page{
	padding: 0;
}
#body_front #site_header{
	background: none;
}
#body_front #header_logo{
	filter: brightness(0) invert(1);
}
#body_front #header_nav__btn{
	background: none;
}
#main_visual{
	position: relative;
	height: 100vh;
	background: var(--grad);
}
#main_visual__mov{
	position: relative;
	height: calc(100vh - 30rem);
}
#main_visual__mov img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main_visual__nav{
	padding: 1rem 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
#main_visual__nav li{
	margin: 1rem 0;
}
#main_visual__nav a{
	display: block;
	overflow: hidden;
	background: #fff;
	text-align: center;
	font-size: 2.2rem;
	border-radius: .5rem;
	font-weight: 500;
}
#main_visual__nav a span{
	padding: .5rem;
	display: block;
}
#main_visual__nav a .en{
	background: var(--bk);
	color: #fff;
	font-size: 60%;
	font-weight: 600;
}



/* =policy
-------------------------------------------------------------- */

#page_policy .page_header{
	background: url('images/policy/header.jpg') no-repeat center center / cover;
}
.policy_block{
	margin-bottom: 4rem;
	font-size: 1.2rem;
}
.policy_block h2{
	font-size: 1.4rem;
	margin-bottom: 1rem;
	padding-left: 1rem;
	border-left: var(--bk) solid .2rem;
	line-height: 1.5;
}
.policy_block p{
	margin: 2rem 0;
}
.policy_block__inner{
	padding-left: 3rem;
}







/* =sitemap
-------------------------------------------------------------- */

#page_sitemap .page_header{
	background: url('images/sitemap/header.jpg') no-repeat center center / cover;
}

.sitemap_list li{
	margin-bottom: 1rem;
}
.sitemap_box{
	background: #fff;
	border-radius: .5rem;
	overflow: hidden;
	border-left: var(--blue) solid .5rem;
	padding: 2rem;
	font-weight: 500;
	line-height: 1.5;
}

.sitemap_list .sitemap_box{
	height: 7rem;
	display: flex;
	align-items: center;
}

#sitemap_product{
	margin: 3rem 0;
}
#sitemap_product__inner{
	margin-top: 2rem;
	padding-left: 3rem;
}
.sitemap_product__cat{
	font-size: 1.2rem;
	margin-bottom: 2rem;
}
.sitemap_product__cat h2{
	margin-bottom: 1rem;
}





/* =faq
-------------------------------------------------------------- */

#page_faq .page_header{
	background: url('images/faq/header.jpg') no-repeat top center / cover;
}

.faq_box{
	border-radius: 1rem;
	overflow: hidden;
	margin-bottom: 1rem;
}
.faq_box__title{
	background: var(--blue_bg);
	padding: 1.5rem;
	line-height: 1.5;
	display: flex;
	align-items: center;
	font-weight: 600;
}
.icon_plus{
	width: 1.5rem;
	height: 1px;
	background: var(--blue);
	position: relative;
	margin: 0 0 0 auto;
}
.icon_plus::before{
	content: '';
	position: absolute;
	width: 1.5rem;
	height: 1px;
	background: var(--blue);
	top: 0;
	left: 0;
	rotate: 90deg;
	transition: .3s;
}
[open] .icon_plus::before{
	rotate: none;
	opacity: 0;
}
.faq_box__num{
	font-size: 2rem;
	font-weight: 600;
	color: var(--blue);
	width: 6rem;
	text-align: center;
	margin-right: 1rem;
}
.faq_box__inner{
	padding: 2rem 1rem 3rem;
	border-bottom: var(--bk) solid 1px;
	font-size: 1.2rem;
	margin-bottom: 1rem;
}




/* =company
-------------------------------------------------------------- */

#page_company .page_header{
	background: url('images/company/header.jpg') no-repeat top center / cover;
}

.page_nav{
	margin: 3rem auto;
}
.page_nav ul{
	margin: 0 -.5rem;
	display: flex;
	flex-wrap: wrap;
}
.page_nav li{
	padding: 0 .5rem;
	margin: .5rem 0;
	width: 50%;
}
.page_nav li .btn_link{
	border-radius: 50px;
	font-size: 1.2rem;
	padding: 1rem 0 2rem;
}
.page_nav li .btn_link::after{
	content: '';
	border-top: #fff solid 1px;
	border-right: #fff solid 1px;
	position: absolute;
	bottom: 1rem;
	left: 50%;
	translate: -50% 0;
	rotate: 135deg;
	width: 1rem;
	height: 1rem;
	transition: .3s;
}

#feature_txt p{
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2;
}
#feature_txt p span{
	font-weight: 700;
}
#feature_list .wrapper{
	max-width: 1000px;
	padding: 2rem 0 3rem;
}
#feature_list h2{
	font-size: 2.4rem;
	text-align: center;
	font-weight: 500;
	margin-bottom: 1rem;
}
#feature_list ul{
	margin-bottom: 3rem;
}
#feature_list li{
	padding: 2rem 0;
	font-size: 1.6rem;
	position: relative;
	display: flex;
	align-items: center;
	border-bottom: var(--blue) dotted 1px;
	line-height: 1.5;
	z-index: 5;
}
.feature_list__num{
	font-size: 200%;
	line-height: 1;
	color: var(--blue);
	font-weight: 600;
	width: 8rem;
	text-align: center;
	position: relative;
}
.feature_list__num::before{
	content: '';
	background: url('images/common/gradation_circle.png') no-repeat center center / contain;
	width: 15rem;
	height: 15rem;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
}
.feature_list__txt{
	flex: 1;
}

#message .wrapper{
	width: 100%;
}
#message h2{
	background: var(--grad);
	padding: 3rem 5%;
	text-align: left;
}
#message_inner{
	padding: 3rem 5%;
}
#message_name{
	margin-top: 3rem;
	text-align: right;
}

#profile .wrapper{
	padding: 3rem 0;
}
.company_section h2{
	text-align: left;
	color: var(--bk);
	margin-bottom: 3rem;
}
.prof_table{
	max-width: 980px;
}
.prof_table th{
	font-weight: 600;
	border-bottom: var(--blue) solid 1px;
	padding: 1rem 0;
}
.prof_table td{
	border-bottom: var(--blue) solid 1px;
	border-left: #fff solid 1rem;
}
.prof_access__box{
	margin-bottom: 2rem;
}
.prof_access__link{
	font-size: 1.2rem;
	padding: .2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border: var(--blue) solid 1px;
	border-radius: 50px;
	margin-top: 1rem;
}
.prof_access__link .icon{
	width: 1rem;
	margin-right: .5rem;
}

#company_photo{
	width: 100%;
	height: 20rem;
	background: url('images/company/photo.jpg') no-repeat top center / cover;
	margin-bottom: 3rem;
}

#history_txt{
	margin-bottom: 3rem;
}

#history_table table{
	position: relative;
}
#history_table table th{
	position: relative;
	font-size: 2rem;
	font-weight: 600;
	vertical-align: middle;
	width: 10rem;
	border-left: var(--blue) solid 1px;
	padding-left: 2rem;
}
#history_table table tr:first-child th::after{
	content: '';
	position: absolute;
	height: 50%;
	width: 1px;
	top: 0;
	left: -1px;
	background: #fff;
	z-index: 5;
}
#history_table table th::before{
	content: '';
	background: var(--blue);
	width: .6rem;
	height: .6rem;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: -.3rem;
	z-index: 10;
	translate: 0 -50%;
}
#history_table table td{
	vertical-align: middle;
}




/* =inquire
-------------------------------------------------------------- */

#page_inquire .page_header{
	background: url('images/inquire/header.jpg') no-repeat top center / cover;
}

.from_tel{
	padding: 2rem 5%;
	border-radius: 1rem;
	margin: 3rem auto 2rem;
	background: var(--grad);
	color: #fff;
}
.from_tel h2{
	display: flex;
	align-items: center;
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: 2rem;
}
.from_tel h2 .icon{
	width: 3rem;
	margin-right: 1rem;
}
.from_tel h3{
	text-align: center;
	border-bottom: #fff solid 1px;
	font-size: 1.8rem;
	padding-bottom: .5rem;
	margin-bottom: 1rem;
}
.from_tel ul li{
	margin-top: 1rem;
}
.from_tel__box{
	display: block;
	border-radius: 1rem;
	border: #fff solid 1px;
	padding: 1.5rem 1rem;
	color: #fff;
	text-align: center;
	font-weight: 600;
	line-height: 1;
}
.from_tel__box span{
	font-size: 150%;
	margin-left: .5rem;
}

#form_section{
	width: 100%;
}
#form_section h2{
	font-size: 2rem;
	text-align: center;
	margin-bottom: 3rem;
}
.form_select{
	padding: 0 5%;
}
.form_select h3{
	text-align: center;
	margin-bottom: 2rem;
}
.form_select ul{
	justify-content: space-between;
}
.form_select .tab_item{
	width: 49%;
	margin: 0;
}
.form_wrap{
	background: var(--blue_bg);
	padding: 2rem 5%;
}
.form_header p{
	margin-bottom: .5rem;
	text-align: center;
	font-weight: 500;
	line-height: 1.5;
}
.form_header p.form_header__require{
	color: var(--red);
}
.form_step{
	margin: 2rem 0;
	display: flex;
	justify-content: space-between;
}
.form_step li{
	width: calc(33.33% - 2rem);
	position: relative;
}
.form_step li::after{
	content: '';
	background: #585858;
	width: 1rem;
	height: 1rem;
	clip-path: polygon(0 0,100% 50%,0 100%);
	position: absolute;
	right: -2rem;
	top: 50%;
	translate: 0 -50%;
}
.form_step li:last-child::after{
	content: none;
}
.form_step__box{
	display: block;
	color: #fff;
	background: linear-gradient(45deg,#363636,#585858);
	text-align: center;
	font-size: 1.2rem;
	border-radius: .5rem;
	padding: 1rem 0;
	letter-spacing: 0;
	opacity: .7;
}
.form_step__box span{
	font-size: 80%;
	border-right: #fff solid 1px;
	padding-right: .5rem;
	margin-right: .5rem;
}
.form_step li:first-child .form_step__box{
	opacity: 1;
}

.step02{
	display: none;
}
.mw_wp_form_confirm .step01{
	display: none;
}
.mw_wp_form_confirm .step02{
	display: block;
}
.mw_wp_form_confirm .form_step li:nth-child(2) .form_step__box{
	opacity: 1;
}


.form_inner{
	background: #fff;
	padding: 3rem 5% 5rem;
	border-radius: 1rem;
}

.required{
	background: var(--red);
	color: #fff;
	font-size: 1.2rem;
	padding: .2rem 1rem;
	border-radius: .3rem;
	margin-left: 1rem;
}
.input_box{
	width: 100%;
	padding: .5rem 1rem;
	margin-bottom: 3px;
  line-height: 1.7;
	font-size: 1.4rem;
  background: var(--blue_bg);
	border-radius: .5rem;
	min-height: 4rem;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f4f4f4 inset;
}
.input_box.short_box{
	width: 18rem;
	margin: 0 .5rem;
}
input[type="number"].short_box{
	width: 12rem;
}
.form_wrap input[type="radio"],
.form_wrap input[type="checkbox"]{
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

input[type="date"]{
  position: relative;
}
input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
input[type="date"]::-webkit-inner-spin-button{
  -webkit-appearance: none;
}
input[type="date"]::-webkit-clear-button{
  -webkit-appearance: none;
}

.select_wrap{
	position: relative;
	border-radius: .5rem;
	overflow: hidden;
	margin: .5rem 0;
}
.select_wrap::before{
	content: '';
	width: 3.5rem;
	height: 100%;
	background: var(--bk);
	position: absolute;
	top: 0;
	right: 0;
	pointer-events: none;
}
.select_wrap::after{
	content: '';
	width: .5rem;
	height: .5rem;
	border-top: #fff solid 1px;
	border-right: #fff solid 1px;
	rotate: 135deg;
	position: absolute;
	top: 50%;
	right: 1.5rem;
	translate: 0 -50%;
	pointer-events: none;
}
.mw_wp_form_confirm .select_wrap::after{
	content: none;
}
.select_wrap select{
	margin: 0;
}
.form_wrap label{
	cursor: pointer;
}
.form_wrap tr{
	border-bottom: #E6E6E6 solid 1px;
}
.form_wrap th{
	display: block;
	width: 100%;
	padding: 2rem 0 1rem;
	font-size: 1.4rem;
	font-weight: 600;
}
.form_wrap td{
	display: block;
	padding: 0 0 2rem;
}
.form_wrap .attention{
	background: #efefef;
	padding: 1rem 5%;
	margin-top: .5rem;
	font-size: 1.2rem;
}
.form_wrap .attention p{
	margin: 1rem 0;
}

.form_block{
	margin: 3rem 0;
}
.form_block h3{
	background: var(--blue);
	font-size: 1.6rem;
	padding: 1rem;
	border-radius: .5rem;
	margin-bottom: 1rem;
	color: #fff;
	text-align: center;
}
.form_block dl{
	background: var(--blue_bg);
	padding: 1rem;
	border-radius: .5rem;
	margin-bottom: 1rem;
}
.form_block dt{
	font-weight: 500;
	padding-bottom: 1rem;
}
.input_sub{
	margin-bottom: 1rem;
}
.input_sub span{
	display: block;
	margin-bottom: .5rem;
}
.form_block .input_box{
	background: #fff;
}
.form_block .input_sub{
	margin: 0;
}
.form_policy{
	margin: 3rem 0;
}
.mw_wp_form_confirm .form_policy{
	display: none;
}
.form_policy__txt{
	padding: 2rem 5%;
	border: #E6E6E6 solid 1px;
	border-radius: .5rem;
}
.form_policy h3{
	text-align: center;
	margin-bottom: 1rem;
}
.form_policy p{
	font-size: 1.2rem;
}
.policy_check{
	text-align: center;
	margin-top: 2rem;
}
.policy_check p{
	margin: 1rem 0;
}
.form_btn{
	margin: 3rem 0 1rem;
}
.form_btn li{
	margin: 1rem 0;
}
.form_btn li .btn_link{
	font-size: 1.8rem;
}
.btn_submit{
	max-width: 30rem;
}
.btn_back{
	scale: .8;
	margin-top: 2rem;
}


#thanks_message .form_step__box{
	opacity: 1 !important;
}
#thanks_message__inner{
	text-align: center;
	margin: 3rem 0;
	color: var(--blue);
	font-weight: 600;
}
#thanks_message__inner h2{
	text-align: center;
	color: var(--blue);
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 2rem;
}
#thanks_message__inner h2 span{
	display: block;
	line-height: 1;
	font-size: 200%;
}
#thanks_attention{
	padding: 2rem 5%;
	background: #fff;
	margin: 3rem 0;
	font-size: 1.2rem;
	border-radius: 1rem;
}
#thanks_attention__inner{
	margin-top: 2rem;
	padding: 2rem 0;
	border-top: #ccc solid 1px;
	border-bottom: #ccc solid 1px;
}
#thanks_attention__inner h3{
	text-align: center;
	margin-bottom: 1rem;
}
#thanks_message .btn_link{
	width: 80%;
	max-width: 25rem;
	margin: 2rem auto 5rem;
}







/* =order
-------------------------------------------------------------- */

#page_order .page_header{
	background: url('images/order/header.jpg') no-repeat top center / cover;
}

.from_attention{
	font-weight: 500;
	font-size: 1.2rem;
	margin: 1rem 0;
}
.txt_red{
	font-weight: 600;
	color: var(--red);
}
.radio_box{
	margin-bottom: 2rem;
}
.p-country-name{
	display: none !important;
}
.p-region{
	margin-top: 1rem;
	display: block;
}
.form_block__inner{
	border: var(--blue02) solid 1px;
	margin: 2rem 0;
	padding: 1rem;
}
.form_block__inner h4{
	background: var(--blue02);
	padding: 1rem;
	color: #fff;
	margin-bottom: 1rem;
}
 .mw_wp_form .form_block .vertical-item{
	display: inline-block;
	margin-right: 3rem;
}




/* =circuitprotector
-------------------------------------------------------------- */

#page_circuitprotector .page_header{
	background: url('images/circuitprotector/header.jpg') no-repeat center center / cover;
}

.cp_title{
	margin-bottom: 3rem;
	font-size: 2.4rem;
	line-height: 1;
}
.cp_title span{
	font-size: 50%;
	display: block;
	margin-bottom: 1rem;
}

#about_cp__inner figure{
	width: 60%;
	margin: 0 auto 2rem;
}
#about_cp__txt p{
	margin-bottom: 2rem;
}
#about_cp__img{
	text-align: center;
	margin: 4rem 0;
}

#cp_lineup h2{
	text-align: center;
}
#cp_lineup__list{
	font-size: 1.6rem;
}
#cp_lineup__list ul li{
	text-align: left;
}
#cp_lineup__inner{
	font-size: 1.2rem;
	margin-top: 3rem;
	background: #fff;
	padding: 2rem 5%;
	border-radius: 1rem;
}
 
#cp_point h2{
	text-align: center;
}
.intro_txt{
	margin: 3rem 0;
}

.cp_point__block{
	margin-bottom: 5rem;
}
#cp_point03{
	margin: 0;
}
.cp_point__head{
	margin-bottom: 3rem;
}
.cp_point__num{
	width: 8rem;
	height: 8rem;
	background: var(--blue);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	line-height: 1;
	font-size: 4rem;
	letter-spacing: 0;
	margin: 0 auto;
	border-radius: 50%;
	font-weight: 600;
}
.cp_point__num span{
	font-size: 30%;
}
.sp_point__txt h3{
	font-size: 2rem;
	margin: 1rem 0;
	text-align: center;
}
#cp_point01__inner{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -.5rem;
}
#cp_point01__inner li{
	width: 50%;
	padding: 0 .5rem;
	margin-bottom: 1rem;
}
.cp_point01__box{
	background: var(--bg);
	height: 100%;
}
.cp_point01__box_head{
	display: flex;
	align-items: center;
}
.cp_point01__box_head span{
	background: var(--blue);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.6rem;
	width: 4rem;
	height: 4rem;
	border-bottom-right-radius: 1rem;
	margin-right: 1rem;
	font-weight: 700;
}
.cp_point01__box_head h4{
	line-height: 1.4;
	flex: 1;
}
.cp_point01__box_inner{
	padding: 1rem 1rem 2rem;
	
}
.cp_point01__box_inner p{
	font-size: 1.2rem;
	margin-top: 1rem;
	line-height: 1.5;
}

.table_wrap{
	overflow: auto;
}
.table_wrap table{
	white-space: nowrap;
}
.table_wrap table th,
.table_wrap table td{
	border: var(--blue) solid 1px;
	padding: .5rem 1rem;
	font-size: 1.2rem;
	vertical-align: middle;
	text-align: center;
}
.table_wrap table th{
	background: var(--blue02);
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.5;
}
.table_wrap table td.txt_left{
	text-align: left;
}

.cp_section__head{
	margin-bottom: 3rem;
}
#cp_structure__imgs li{
	margin-bottom: 2rem;
}

#cp_motion__imgs{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1.5rem;
}
#cp_motion__imgs li{
	margin-bottom: 1rem;
	width: 50%;
	padding: 0 .5rem;
}
.cp_motion__box{
	background: var(--bg);
	padding: 1rem 1rem 2rem;
	font-size: 1.2rem;
	height: 100%;
}
.cp_motion__box h3{
	text-align: center;
	margin: 1rem 0;
	font-size: 1.4rem;
}
.cp_motion__box p{
	margin-top: 1rem;
	line-height: 1.5;
}
#cp_motion{
	padding-bottom: 0;
}




/* =product
-------------------------------------------------------------- */

.no_posts{
	padding: 3rem 0;
	text-align: center;
	background: var(--blue_bg);
}

#archive_product h2{
	text-align: center;
	font-size: 2.4rem;
	margin-bottom: 3rem;
}
#archive_product__wrap{
	margin-bottom: 3rem;
}
.product_cat__wrap{
	margin-bottom: 2rem;
}
.product_cat__block{
	background: #fff;
	padding: 2rem 5%;
}
.product_cat__title{
	text-align: center;
	margin-bottom: 1rem;
	font-size: 1.6rem;
}
.product_cat__inner figure{
	width: 80%;
	text-align: center;
	margin: 0 auto 1rem;
}
.product_cat__inner figure img{
	width: 100%;
	height: 15rem;
	object-fit: contain;
}
.c_term_description{
	margin-bottom: 2rem;
}
.product_list li{
	margin-bottom: .5rem;
}
.product_list li a:hover{
	text-decoration: underline;
}

.page_title__cat{
	font-size: 50% !important;
}

#single_product h1{
	background: var(--grad);
	padding: 1rem;
	font-size: 1.8rem;
	color: #fff;
	line-height: 1.5;
	border-radius: .5rem;
	margin-bottom: 3rem;
}
#single_product h1 span{
	display: block;
	font-size: 60%;
	margin-top: 1rem;
	text-align: right;
}
#product_intro figure{
	text-align: center;
	width: 80%;
	margin: 0 auto 2rem;
}

.product_tab{
	margin-top: 5rem;
}
.product_tab a{
	pointer-events: none;
	white-space: nowrap;
}
.product_panel{
	border: var(--blue) solid 1px;
	padding: 4rem 5% 3rem;
	border-radius: .5rem;
	position: relative;
}
.product_imgs{
	padding-bottom: 5rem;
	max-width: 700%;
	margin: 0 auto;
	width: 100%;
}
/*
.product_imgs .swiper-slide{
	max-height: 65vh;
	overflow: auto;
	border: #ccc solid 1px;
} */
#product_txt{
	margin: 2rem 0;
	background: var(--bg);
	padding: 2rem 5%;
	border-radius: 1rem;
}

#other_product h2{
	color: var(--bk);
	margin-bottom: 3rem;
}

#product_links{
	margin-top: 5rem;
}
#product_links li{
	margin-bottom: 2rem;
}
.btn_link__dxf{
	background: linear-gradient(45deg, #59C382,#009F1F);
}





/* =RWD
-------------------------------------------------------------- */

@media screen and (min-width: 768px){
  .mobile_only{
		display: none;
	}
	.pc_only{
		display: block;
	}
  a[href*="tel:"] {
    pointer-events: none !important;
    cursor: default !important;
    text-decoration: none !important;
  }
  table th{
		padding: 1rem;
	}
	table td{
		padding: 1rem;
	}
	.section{
		padding: 5rem 0;
	}
	.bg_circle::before{
		width: 40rem;
		height: 40rem;
	}
	.bg_circle::after{
		width: 50rem;
		height: 50rem;
	}
	.page_header{
		height: 30rem;
	}
	.page_title{
		font-size: 4rem;
	}
	.page_title span{
		font-size: 30%;
	}
	#header_btn{
		display: flex;
		align-items: center;
	}
	#header_btn li{
		width: 50%;
		padding: 0 .5rem;
		margin: 0;
	}
	#footer_contact{
		padding: 8rem 0;
	}
	#footer_contact::before{
		width: 60rem;
		height: 60rem;
		top: -10rem;
	}
	#footer_contact ul{
		display: flex;
	}
	#footer_contact ul li{
		width: 50%;
		padding: 0 1rem;
		margin: 0;
	}
	#footer_contact .btn_link{
		font-size: 2rem;
		padding: 3rem 0 2rem;
	}
	#footer_contact .btn_link span{
		height: 6rem;
	}
	#footer_contact__inner{
		display: flex;
		align-items: center;
	}
	#footer_contact__inner h2{
		width: 50%;
		text-align: left;
		margin: 0;
	}
	#footer_contact #footer_contact__link{
		width: 50%;
	}
	#footer_contact #footer_contact__link ul li{
		width: 100%;
		padding: 0;
	}
	#footer_contact #footer_contact__link .btn_link{
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: row;
		padding: 2rem;
	}
	#footer_contact #footer_contact__link .btn_link .icon{
		margin: 0 1rem 0 0;
	}
	#footer_contact #footer_contact__link .btn_link span{
		height: auto;
	}
	#site_footer__inner{
		padding-top: 5rem;
		position: relative;
	}
	#site_footer__flex{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#site_footer__left{
		width: 40%;
	}
	#footer_nav{
		width: 60%;
		margin: 0;
		font-size: 1rem;
	}
	#footer_nav__inner{
		display: flex;
		flex-wrap: wrap;
	}
	#footer_nav__inner ul{
		width: 50%;
	}
	#footer_copy{
		text-align: left;
		width: 100%;
	}
	#main_visual__mov{
		position: relative;
		height: calc(100vh - 12rem);
	}
	#main_visual__nav{
		padding: 2rem 0;
	}
	#main_visual__nav ul{
		display: flex;
	}
	#main_visual__nav li{
		padding: 0 1rem;
		width: 33.33%;
		margin: 0;
	}
	.sitemap_list{
		display: flex;
		flex-wrap: wrap;
		margin: 1rem -1rem;
	}
	.sitemap_list li{
		width: 33.33%;
		padding: 0 1rem;
	}
	.sitemap_box a{
		font-size: 1.6rem;
	}
	.sitemap_list .sitemap_box{
		height: 8rem;
	}
	#sitemap_product__inner{
		display: flex;
		flex-wrap: wrap;
	}
	.sitemap_product__cat{
		width: 50%;
		margin-bottom: 3rem;
	}
	.sitemap_product__cat a{
		font-size: 1.2rem;
	}
	.sitemap_product__cat li{
		margin-bottom: .5rem;
	}
	.faq_box__title{
		font-size: 1.6rem;
	}
	.faq_box__num{
		font-size: 2.4rem;
	}
	.faq_box__inner{
		padding: 2rem 8.5rem 4rem;
	}
	.page_nav li{
		width: 25%;
	}
	#feature_txt p{
		text-align: center;
		line-height: 2.2;
	}
	#feature_list h2{
		font-size: 2.8rem;
	}
	#feature_list li{
		font-size: 2rem;
	}
	#feature_list li:nth-child(2){
		padding-left: 8rem;
	}
	#feature_list li:nth-child(3){
		padding-left: 16rem;
	}
	#message .wrapper{
		display: flex;
	}
	#message h2{
		width: 40%;
		align-self: stretch;
	}
	#message_inner{
		flex: 1;
	}
	.prof_access__box{
		display: flex;
		align-items: center;
	}
	.prof_access__box p{
		flex: 1;
		padding-right: 2rem;
	}
	.prof_access__link{
		width: 20rem;
		margin: 0 0 0 auto;
	}
	#company_photo{
		height: 40rem;
	}
	#history_inner{
		display: flex;
		justify-content: space-between;
	}
	#history_txt{
		width: 40%;
		padding-top: 2rem;
	}
	#history_table{
		width: 50%;
	}
	.from_tel{
		padding: 3rem 5%;
	}
	.from_tel h2{
		justify-content: center;
	}
	.from_tel ul{
		display: flex;
		justify-content: space-between;
	}
	.from_tel li{
		width: 49%;
	}
	.form_wrap{
		padding: 5rem 5%;
	}
	.form_step{
		margin: 3rem 0;
	}
	.form_step__box{
		font-size: 1.8rem;
	}
	.form_step__box span{
		margin-right: 3rem;
		padding-right: 1rem;
	}
	.order_select .tab_item{
		width: 24.5%;
	}
	.form_block dl{
		display: flex;
		align-items: center;
		width: 100%;
		padding: 1.5rem 1rem;
	}
	.form_block dt{
		width: 40%;
		line-height: 1.5;
		padding: 0 2rem;
	}
	.form_block dd{
		flex: 1;
		padding-left: 2rem;
	}
	.input_sub{
		display: flex;
		align-items: center;
	}
	.input_sub span{
		margin-right: 1rem;
		width: 12rem;
	}
	.form_block .input_sub span{
		width: 18rem;
	}
	.form_wrap th{
		display: table-cell;
		width: 40%;
		padding: 2.5rem 0;
	}
	.form_wrap td{
		display: table-cell;
		padding: 2rem;
	}
	#thanks_message__inner h2{
		font-size: 2.6rem;
		margin-top: 5rem;
	}
	#thanks_message__inner p{
		font-size: 1.8rem;
	}
	#thanks_attention{
		text-align: center;
		padding: 3rem 5%;
		font-size: 1.4rem;
	}
	#form_section h2{
		font-size: 2.6rem;
	}
	.cp_title{
		font-size: 3.4rem;
		margin-bottom: 5rem;
	}
	#about_cp__inner{
		display: flex;
		flex-direction: row-reverse;
	}
	#about_cp__inner figure{
		width: 25%;
		margin: -5rem 0 0 auto;
	}
	#about_cp__txt{
		flex: 1;
		padding-right: 5rem;
	}
	#cp_lineup__list{
		display: flex;
		justify-content: center;
	}
	#cp_lineup__list ul{
		padding: 0 2rem;
		line-height: 2;
	}
	#cp_lineup__inner{
		display: flex;
		justify-content: center;
	}
	#cp_lineup__inner ul{
		padding: 0 2rem;
	}
	.intro_txt{
		text-align: center;
	}
	.cp_point__head{
		display: flex;
	}
	#cp_point01 .cp_point__head{
		align-items: center;
	}
	.cp_point__num{
		margin: 0 2rem 0 0;
	}
	.sp_point__txt{
		flex: 1;
	}
	.sp_point__txt h3{
		text-align: left;
	}
	#cp_point01__inner li{
		width: 25%;
	}
	.cp_section__head{
		display: flex;
		align-items: center;
	}
	.cp_section__head .cp_title{
		margin: 0 3rem 0 0;
		white-space: nowrap;
	}
	#cp_structure__imgs{
		display: flex;
		justify-content: space-between;
		margin-bottom: 3rem;
	}
	#cp_structure__imgs li{
		width: 49%;
		margin: 0;
	}
	#cp_motion__imgs li{
		width: 33.33%;
	}
	#archive_product__wrap{
		display: flex;
		flex-wrap: wrap;
		margin: 0 -1rem 3rem;
	}
	.product_cat__wrap{
		width: 50%;
		padding: 0 1rem;
		margin-bottom: 3rem;
	}
	#product_intro{
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
	}
	#product_intro figure{
		flex: 0 0 35%;
		margin-left: 3rem;
	}
	#product_intro p{
		flex: 1;
		font-weight: 500;
	}
	#product_txt{
		padding: 3rem 5%;
	}
	.product_panel{
		padding: 3rem 10%;
	}
	#product_links{
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 5rem 0 8rem;
	}
	#product_links li{
		padding: 0 1rem;
		margin: 0;
		width: 40%;
	}
}




@media screen and (min-width: 1200px){
  html{
    font-size: 75%;
  }
	.page_title{
		font-size: 5rem;
	}
	#header_nav__btn{
		display: none;
	}
	#header_nav__inner{
		overflow: visible;
		background: none;
		position: static;
		padding: 0;
		opacity: 1;
		visibility: visible;
		display: flex;
		align-items: center;
	}
	.main_navigation{
		display: flex;
		padding: 0;
	}
	.main_navigation li{
		margin-right: 2rem;
	}
	.main_navigation li a{
		color: var(--bk);
		font-size: 1rem;
		border: 0;
		padding: .5rem 0;
		white-space: nowrap;
	}
	.main_navigation li a::after{
		content: '';
		width: 1rem;
		height: 1rem;
		background: var(--blue);
		border-radius: 50%;
		position: absolute;
		bottom: -1rem;
		left: 50%;
		translate: -50% 0;
		opacity: 0;
		transition: .3s;
	}
	.main_navigation li a:hover::after,
	.main_navigation li.current a::after{
		opacity: 1;
	}
	#body_front .main_navigation li a{
		color: #fff;
	}
	.btn_forms a{
		font-size: 1rem;
		height: 50px;
		white-space: nowrap;
	}
	.btn_forms a .icon{
		width: 2rem;
		height: 2rem;
	}
	#footer_logo{
		width: 22rem;
	}
	#footer_nav{
		width: 50%;
	}
	#footer_copy{
		margin: 0;
	}
	.policy_block__inner{
		padding-left: 5rem;
	}
	.page_nav ul{
		margin: 0 -1rem;
	}
	.page_nav li{
		padding: 0 1rem;
	}
	.page_nav li .btn_link{
		font-size: 1.6rem;
	}
	#feature_txt p{
		font-size: 2rem;
	}
	#message{
		position: relative;
		overflow: hidden;
		margin-bottom: 5rem;
	}
	#message::before{
		content: '';
		background: var(--grad);
		width: 50%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		margin-left: -180px;
	}
	#message h2{
		background: none;
		padding: 10rem 0;
		width: 35%;
	}
	#message_inner{
		padding: 10rem 0 10rem 10rem;
	}
	.prof_table th{
		border-right: #fff solid 3rem;
		width: 18rem;
	}
	#company_photo{
		background-attachment: fixed;
	}
	#history_table table th{
		font-size: 3rem;
		width: 15rem;
		padding-left: 3rem;
	}
	.from_tel h2{
		font-size: 2rem;
	}
	.from_tel h3{
		font-size: 2.4rem;
	}
	.from_tel__box{
		font-size: 2rem;
	}
	.form_select{
		padding: 0;
	}
	.tab_item a{
		font-size: 1.6rem;
		padding: 1.5rem;
	}
	.product_tab .tab_item a{
		padding: 1.5rem 3rem;
	}
	.tab_item .arrow{
		width: 1.5rem;
		height: 1.5rem;
		margin-right: 1rem;
	}
	.form_btn{
		margin-top: 5rem;
		position: relative;
	}
	.btn_back{
		width: 20rem;
		margin: 0;
		position: absolute;
		left: 0;
		top: 50%;
		translate: 0 -50%;
	}
	#about_cp__txt{
		padding-right: 10rem;
	}
	.cp_section__head .cp_title{
		margin: 0 5rem 0 0;
	}
	.product_cat__block{
		padding: 3rem 2rem;
	}
	.product_cat__inner{
		display: flex;
		align-items: center;
		margin-bottom: 2rem;
	}
	.product_cat__title{
		text-align: left;
		margin: 0;
		flex: 1;
	}
	.product_cat__inner figure{
		width: 40%;
		margin: 0 0 0 3rem;
	}
	.product_cat__inner figure img{
		height: 10rem;
	}
	#single_product h1{
		padding: 1rem 2rem;
		font-size: 2.2rem;
	}
	#product_intro p{
		font-size: 1.6rem;
	}
	#other_product h2{
		font-size: 4rem;
	}
}


@media (hover: hover) {
  .img_opacity:hover img{
  	opacity: .8;
  }
  .hover_up:hover{
  	transform: translateY(-5px);
  	box-shadow: 0 12px 10px -6px rgba(0,0,0,.3);
  }
  .hover_up__img:hover img{
  	transform: translateY(-5px);
  	box-shadow: 0 12px 10px -6px rgba(0,0,0,.3);
  }
	.breadcrumb a:hover,
	#footer_nav a:hover{
		text-decoration: underline;
	}
	.sitemap_box a:hover{
		color: var(--blue);
		text-decoration: underline;
	}
	.page_nav li .btn_link:hover::after{
		bottom: .8rem;
	}
}