@charset "utf-8";
@media screen and (min-width: 1201px) { html{font-size:16px; } }@media screen and (max-width: 1200px) { html{font-size:15px; } }@media screen and (max-width: 1024px) { html{font-size:14px; } }@media screen and (max-width: 768px) {  html{font-size:13px; } }@media screen and (max-width: 480px) {  html{font-size:12px; } }a,a:visited,a:active { color:rgba(66,66,66,1.00)}a:hover { color:rgba(186,186,186,1.00)}
/* css setting */
.column-spe{
max-width: 800px;
margin: 0 auto;
padding: 0rem 1rem!important;
}
@media screen and (max-width: 1200px){
.column-spe{

}
}

/*　———　スマホ時改行なし　———　*/
@media screen and (max-width: 480px){
.sp-br-none br {display:none;}
}
/*　———　スマホ時改行あり　———　*/
@media only screen and (min-width: 769px){
.sp-br br {display:none;}
}

/*　==============================　製品ラインナップ　==============================　*/

@media screen and (max-width: 498px){
.productbtn { width:190px; }
}

@media screen and (max-width: 498px){
.ecoicon { width:65px; }
}

/*　==============================　背景に関する設定　==============================　*/
.pr-hex{
margin-top:-2.7rem;
}
@media screen and (max-width: 498px) {
.sp_bg_none{
background-image: none!important;
}
.pr-hex{
margin-top:-6rem;
}
}
/*　--------------------　製品ボタン　--------------------　*/
.pr_btn_group{
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-flow: row nowrap;
justify-content: flex-end;
}
.b_box01{
text-align: center;
width: 49%;
margin-right: 2%;
background-color: #009662;
border: 1px solid #009662;
}
.b_box01 a{
color: #ffffff;
display: block;
padding: 0.9rem 0.5rem 0.8rem 0.5rem;
}
.b_box01 a:hover{
opacity:0.8;
transition:0.6s;
}
.document-alignment{
display: inline-block;
}
.document-alignment span{
margin-right: 0.8rem;
}
.document-alignment span:last-child{
margin-right: 0rem;
}
.document-alignment span a{
background-color: #d6d6d6;
display: inline-block;
padding: 0.4rem 1rem 0.3rem 1rem;
}
.sp-product-image{
margin-right: 1rem!important;
}
.product_left{
border-left: 1px solid #22bd82;
}
.pr-list-img{
padding-top: 18rem;
}
@media screen and (max-width: 480px) {
.sp-product-image{
margin-right: 0rem!important;
}
.product_left{
border: none;
}
.pr-list-img{
padding-top: 14rem;
}
}
/*　==============================　トップページ　==============================　*/
.top-ttl-bg img{
background-color: #ffffff;
}
.lines-on-sides {
display: table;
text-align: center;
white-space: nowrap;
}
.lines-on-sides:after, .lines-on-sides:before {
content: '';
display: table-cell;
width: 50%;
background: -webkit-linear-gradient(transparent 50%, currentColor 50%, currentColor -webkit-calc(50% + 1px), transparent -webkit-calc(50% + 1px));
background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, currentColor), color-stop(currentColor calc(50% + 1px)), to(transparent calc(50% + 1px)));
background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 1px), transparent calc(50% + 1px));
-webkit-background-clip: padding;
background-clip: padding;
}
.lines-on-sides:after {
border-left: 2em solid transparent;
}
.lines-on-sides:before {
border-right: 2em solid transparent;
}

/*　--------------------　企業情報　--------------------　*/
.top-contents-btn .b_box{
background:rgba(255, 255, 255, 0);
}
.top-contents-btn .b_box:hover{
background:rgba(255, 255, 255, 0.3);
transition:0.6s;
}
/*　--------------------　製品ラインナップ　--------------------　*/
.top-contents-sp-btn .b_box .fs_btn{
background:rgba(0, 0, 0, 0.1);
border-radius: 1rem;
}
.top-contents-sp-btn .b_box .fs_btn:hover{
background:rgba(255, 255, 255, 0.3);
transition:0.6s;
}
@media screen and (max-width: 480px) {
.top-contents-layout{
display: none;
}
}
/*.top-products-box{
margin: 0rem 1rem 0rem 1rem;
}
@media screen and (max-width: 1024px) {
.top-products-box{
margin: 0rem;
}
}*/
/*　--------------------　画像角丸　--------------------　*/
.border-radius, .border-radius img{
border-radius: 1rem;
}
/*　--------------------　サブタイトル　--------------------　*/
/*.lines-on-sides {
display: table;
text-align: center;
white-space: nowrap;
}
.lines-on-sides:after, .lines-on-sides:before {
content: '';
display: table-cell;
width: 50%;
background: -webkit-linear-gradient(transparent 50%, currentColor 50%, currentColor -webkit-calc(50% + 1px), transparent -webkit-calc(50% + 1px));
background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, currentColor), color-stop(currentColor calc(50% + 1px)), to(transparent calc(50% + 1px)));
background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 1px), transparent calc(50% + 1px));
-webkit-background-clip: padding;
background-clip: padding;
}
.lines-on-sides:after {
border-left: 2em solid transparent;
}
.lines-on-sides:before {
border-right: 2em solid transparent;
}
@media screen and (max-width: 480px) {
.lines-on-sides:after {
border-left: 0em solid transparent;
}
.lines-on-sides:before {
border-right: 0em solid transparent;
}
}*/
/*　--------------------　六角形タイトル　--------------------　*/
.hexagonal-tx > p{
margin: 0 auto;
width: 159px;
height: 99px;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
position: relative;
border-radius: 0.9rem;
background: #d5ffd5;
transition: all 0.2s linear;
}
.hexagonal-tx p span{
width: 100%;
color: #009762;
text-align: center;
align-self: center;
display: block;
position: relative;
z-index: 1;
}
.hexagonal-tx p:before,
.hexagonal-tx p:after {
content: '';
width: 100px;
height: 100px;
position: absolute;
border-radius: 0.75rem;
background: #99fb98;
transition: all 0.2s linear;
z-index: 0;
}
.hexagonal-tx p:before {
transform: rotate(60deg);
}
.hexagonal-tx p:after {
transform: rotate(-60deg);
}
/*　==============================　企業情報　==============================　*/
.company-main-rgba{
background: rgba(0, 151, 98, 0.8);
}
.border-ttl-wh{
border-left: 6px solid #ffffff;
padding-left:1rem;
}
.co-outline-l{
width: 20%;
vertical-align: top;
font-weight: normal;
padding-right: 0.5rem;
padding-bottom: 1.5rem;
}
.co-outline-r{
width: 80%;
line-height: 1.5rem;
padding-bottom: 1.5rem;
}
@media screen and (max-width: 1300px) {
.co-outline-l{
width: 30%;
}
.co-outline-r{
width: 70%;
}
}
/*　==============================　お問い合わせ　==============================　*/
.contact-form .formBlockSurveyTable dl dt{
text-align: left;
width: 20%;
}
.contact-form .formBlockSurveyTable dl dd{
width: 50%;
}
@media screen and (max-width: 1200px) {
.contact-form .formBlockSurveyTable dl dt{
width: 30%;
}
.contact-form .formBlockSurveyTable dl dd{
width: 68%;
}
}
@media screen and (max-width: 480px) {
.contact-form .formBlockSurveyTable dl dt{
width: 100%;
}
.contact-form .formBlockSurveyTable dl dd{
width: 100%;
}
}
/*　==============================　ヘッダー　==============================　*/
/*.fs_breadcrumb a,
.fs_breadcrumb a:visited,
.fs_breadcrumb a:active{
color: #ffffff;
}*/
/*　--------------------　ナビエリアドロップシャドウ　--------------------　*/
header{
box-shadow:0 2px 2px rgba(90,90,90,0.3);
-webkit-box-shadow:0 2px 2px rgba(90,90,90,0.3);
position: relative;
z-index: 1;
}
/*　--------------------　オートナビに関する設定　--------------------　*/
.sub_list{
background-color: #ffffff;
}
.fsNavMenuList li a{
padding: 1rem 0.7rem!important;
}
.fsNavMenuList li ul li a{
margin: 1.5rem 1rem!important;
padding: 0.2rem 0.5rem 0.1rem 0.5rem!important;
border-left: 3px solid #009662!important;
}
.fsNavMenuList li ul li a:hover{
opacity: 0.5!important;
transition:0.3s!important;
}
/*　--------------------　Fatナビに関する設定　--------------------　*/
.fat-nav li {
list-style-type: none;
text-align: left;
padding: 1.5rem 0 1.5rem 2rem;
font-size: 1.2rem;
border-bottom: 1px solid #969696;
}
.fat-nav{
background: rgba(45, 55, 60, 0.96);
}
.hamburger .hamburger__icon, .hamburger .hamburger__icon:before, .hamburger .hamburger__icon:after {
background-color: #009662;
}

/*　--------------------　Fatnavi　--------------------　*/
#topfix_A {
position: absolute;
z-index: 50;
top: 0;
right: 0;
}
#topfix_B {
position: absolute;
z-index: 10;
top: 0;
right: 0;
}
/*　==============================　フッター　==============================　*/
/*　--------------------　PAGETOPボタン　--------------------　*/
.pagetop .fs_btn_text {
line-height: 1.6;
}
/*　--------------------　ページトップボタン　--------------------　*/
.pagetop_btm{
position: fixed;
z-index: 20;
bottom: 0;
right: 0;
}
.pagetop_btm .fs_btn{
line-height: 1.6;
}
@media screen and (max-width: 1300px) {
.copyr-r{
margin-right: 80px;
}
}
/*　--------------------　サイトマップ　--------------------　*/
.sitemap_table {
padding: 0 0 0.5rem 2rem;
vertical-align: top;
width: 50%;
line-height: 1.5rem;
}
.sitemap_table_u{
padding-left:2.5rem; 
}
.sitemap_table a, .sitemap_table a:visited, .sitemap_table a:active ,
.f_link a , .f_link a:visited, .f_link a:active  {
color: #ffffff;
}
.sitemap_table a:hover ,
.f_link a:hover{
opacity: 0.5;
transition:0.3s;
}
@media screen and (max-width: 480px) {
.sitemap_table {
line-height: 1.9rem;
padding: 0.3rem 0 0.3rem 2rem;
width: 48%;
}
.sitemap_table_u{
padding-left:2.5rem!important; 
}
}
/*　--------------------　コンタクトボタン　--------------------　*/
.hexagonal .b_box .fs_btn{
margin: 0 auto;
width: 159px;
height: 99px;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
position: relative;
border-radius: 0.9rem;
background: #d5ffd5;
transition: all 0.2s linear;
}
.hexagonal .b_box .fs_btn:hover{
opacity: 0.8;
transition:0.6s;
}
.hexagonal .b_box .fs_btn .fs_btn_text {
width: 100%;
color: #009762;
text-align: center;
align-self: center;
display: block;
position: relative;
z-index: 1;
}
.hexagonal .b_box .fs_btn:before,
.hexagonal .b_box .fs_btn:after {
content: '';
top: 2px;
left: 0;
width: 100%;
height: 100%;
position: absolute;
border-radius: 0.75rem;
background: #d5ffd5;
transition: all 0.2s linear;
z-index: 0;
}
.hexagonal .b_box .fs_btn:before {
transform: rotate(60deg);
}
.hexagonal .b_box .fs_btn:after {
transform: rotate(-60deg);
}
.hexagonal .b_box .fs_btn:hover,
.hexagonal .b_box .fs_btn:hover:before,
.hexagonal .b_box .fs_btn:hover:after {
background: #99fb98;
}
.hexagonal .fs_btn_text {
padding-top: 0.3rem;
line-height:1.6rem;
}
.hexagonal .fs_btn_text_sub{
font-size: 1rem;
}
.hexagonal .fs_btn_text_main{
font-size: 1.8rem;
}
.normal .fs_btn_text {
padding-top: 0.3rem;
line-height:1.6rem;
}
.normal .fs_btn_text_sub{
font-size: 1rem;
}
.normal .fs_btn_text_main{
font-size: 1.7rem;
}
/*　==============================　全体　==============================　*/
/*　--------------------　スマホ・タブレット版対応　--------------------　*/
/*　--------------------　スマホ　--------------------　*/
@media screen and (max-width: 480px) {
.sp_center {
text-align: center!important;
}
.sp_left {
text-align: left!important;
}
.sp-letter-space{
letter-spacing: -0.11rem;
}
.sp-lineup-imgaes{
padding: 0rem 4rem!important;
}
.sp-lineup-detail{
padding: 1rem!important;
background-color: #efefef!important;
}
}
/*　--------------------　色関係　--------------------　*/
.main_rgba01{
background: rgba(0, 70, 150, 0.5);
}
.main_rgba02{
background: rgba(230, 35, 32, 0.5);
}
.gray_rgba{
background: rgba(55, 55, 55, 0.5);
}
.white_rgba{
background: rgba(255, 255, 255, 0.5);
}
.white_rgba2{
background: rgba(255, 255, 255, 0.6);
}
.background-blend-blue{
background:  rgba(7,34,79,0.9);
mix-blend-mode: hard-light;
}
.background-blend-blue-r{
background:  rgba(7,34,79,0.4);
mix-blend-mode: hard-light;
}
.gradation_bg{
background: linear-gradient(-45deg, #21b57c, #009662);
}
#footer{
background: linear-gradient(-45deg, #21b57c, #009662)!important;
}
/*　==============================　デフォルト　==============================　*/
/*　--------------------　マルチイメージのポインター無　--------------------　*/
.cuosor {
pointer-events: none ;
cursor: default ;
}
/*　--------------------　telリンク - スマホ版のみ　--------------------　*/
@media screen and (min-width: 480px) {
.tel_splink {
pointer-events: none;
}
}
a {
text-decoration:none;
}
h1 , h2 , h3 {
margin: 0px 0px 0px 0px;
padding: 0px 0px;
margin-top: 0px;
}
.hover_opacity:hover{
opacity: 0.8;
transition:0.6s;
}
.hover_opacity_img:hover {
opacity:0.7;
transition:0.6s;
background-color: rgba(255,255,255,0.3);
}
.br_radius{
border-radius:7px;
}
.box-shadow {
box-shadow: 0.1rem 0.1rem #cccccc;
-webkit-box-shadow: 0.1rem 0.1rem #cccccc;
-moz-box-shadow: 0.1rem 0.1rem #cccccc;
}
.boxshadow-20{
box-shadow: 3px 4px 15px 2px rgba(0,0,0,.20);
}
/*　--------------------　ページリスト　--------------------　*/
.tk_flex{
padding:1.5rem 0rem;
}
.tk_kiji{
line-height: 1.2rem;
}
.tk_tags_Tags{
color: #ffffff;
background-color: #22bd82;
padding: 0rem 0.7rem 0rem 0.8rem;
}
.tk_tags_Tags_02{
color: #009762;
background-color: #99fb98;
padding: 0rem 0.7rem 0rem 0.8rem;
}
}
.tk_title{
margin-bottom: 0.9rem!important;
}
.tk_title a{
color: #009662;
font-weight: 600;
}
@media screen and (max-width: 480px) { 
.tk_tags_Tags{
padding: 0rem 0.7rem 0rem 0.8rem;
}
}
/*　==============================　文字に関する設定　==============================　*/
body {
font-weight: 500;
}
.bold {
font-weight: bold;
}
.italic {
font-style: italic;
}
.eiji {
font-family: "Lato", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}
.space_05{
letter-spacing: 0.05rem;
}
.space_1{
letter-spacing: 0.1rem;
}
.space{
letter-spacing: 0.2rem;
}
.space_2{
letter-spacing: 0.4rem;
}
.space_3{
letter-spacing: -0.1rem;
}
.border-ttl{
border-left: 6px solid #009662;
padding-left: 1rem;
}
.boder-content{
border-left: 1px solid #009662;
}
.br-sp{
display:none;
}
.br-tb-r{
display:inline;
}
.br-sp-r{
display:inline;
}
@media screen and (max-width: 900px) { 
.br-tb-r{
display:none;
}
}
@media screen and (max-width: 480px) { 
.tx-center{
text-align: center!important;
}
.tx-left{
text-align: left!important;
}
.brder-ttl-bt{
border-bottom: 1px solid #009662;
}
.boder-content{
border: none;
}
.br-sp{
display:block;
line-height:0rem;
}
.br-sp-r{
display:none;
}
.font-sp-s{
font-size: 2rem!important;
}
}
/*　--------------------　Google font　--------------------　*/
.googlefont {
font-family: 'Roboto', 游ゴシック Medium,Yu Gothic Medium,游ゴシック体,YuGothic,sans-serif;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/0eC6fl06luXEYWpBSJvXCBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/Fl4y0QdOxyyTHEGMXX8kcRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/-L14Jk06m6pUHB-5mXQQnRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/I3S1wsgSg9YCurV6PUkTORJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/NYDWBdD4gIq26G5XYbHsFBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/Pru33qjShpZSmG3z6VYwnRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/Hgo13k-tfSpn0qi1SFdUfVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/*　———　ボーダーラディウス　———　*/

.maru_ue {
-moz-border-radius: 0.7rem 0.7rem 0 0;
-webkit-border-radius: 0.7rem 0.7rem 0 0;
-o-border-radius: 0.7rem 0.7rem 0 0;
-ms-border-radius: 0.7rem 0.7rem 0 0;
}

.maru_sita, .maru_sita a {
-moz-border-radius: 0 0 0.7rem 0.7rem;
-webkit-border-radius: 0 0 0.7rem 0.7rem;
-o-border-radius: 0 0 0.7rem 0.7rem;
-ms-border-radius: 0 0 0.7rem 0.7rem;
}

.maru {
-moz-border-radius: 0.7rem;
-webkit-border-radius: 0.7rem;
-o-border-radius: 0.7rem;
-ms-border-radius: 0.7rem;
}