@charset "utf-8";
/* ベーステンプレート */

/* basic setting */
html{ font-size:62.5%; }
html, body{ position:relative; width:100%; height:100%; }
body{ -webkit-text-size-adjust: 100%; }
body{
  margin:0;
  padding:0;
  font-size:1.6rem;
  font-family: 'Noto Sans JP', Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight:400;
  line-height:1.5;
  color:#000;
  background:#fff;
  word-break:break-word;
/*  font-feature-settings: "palt";*/
}
h1,h2,h3,h4,h5,h6,p,em,pre,th,td,blockquote{margin:0; padding:0; font-size:1.6rem}
img,table{border:0; vertical-align:bottom}
img{max-width:100%; height:auto}
form,ul,dl,ol{margin:0; padding:0}
li{list-style:none}
li,dt,dd{font-size:1.6rem}
a, a:visited{color:#141414;text-decoration:none;}
input[type="submit"],input[type="button"]{cursor:pointer}
@media screen and (min-width:769px){
  a,input[type="submit"],input[type="button"]{transition-duration:0.3s}
  a:hover,input[type="submit"]:hover,input[type="button"]:hover{opacity:0.7}
  a[href^="tel"]{pointer-events:none}
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{display: block; margin:0; padding:0}
.clr{clear:both}
.cf:after{content:""; display:block; clear:both}
input[type="submit"]{-webkit-appearance: none}

input:invalid, input:focus, textarea:focus{
  outline:none;
  box-shadow:none;
}

/* header */
header{
  width:100%;
  position:fixed;
  top:0;
  left:0;
  z-index:500;
}
header::before{
  content:"";
  display:block;
  width:100%;
  height:9rem;
  background:rgba(255,255,255,0.8);
  position:absolute;
  z-index:510;
}
header .inner{
  max-width:1920px;
  margin:0 auto;
  position:relative;
  z-index:520;
}
header h1{
  width:270px;
  transition-duration:0.3s;
}
header h1.active{
  width:150px;
}
header nav{
  position:absolute;
  top:45px;
  right:30px;
  transform:translateY(-50%);
}
header nav ul{
  display:flex;
}
header nav ul li{
  font-size:2.2rem;
  line-height:1;
}
header nav ul li + li{
  margin-left:4.5rem;
}

@media screen and (max-width:1920px){
  header h1{
    width:14vw;
  }
}

@media screen and (max-width:1440px){
  header::before{
    height:60px;
  }
  header nav{
    top:30px;
  }
  header nav ul li{
    font-size:1.8rem;
  }
}

header .menu{display:none}

/* footer */
footer{
  padding:27px 15px 15px;
  background:#3F4C53;
}
footer .logo{
  width:110px;
  margin:0 auto 19px;
}
footer .address{
  font-size:1.6rem;
  color:#fff;
  text-align:center;
  line-height:1.75;
  margin-bottom:44px;
}
footer .copyright{
  font-size:1.2rem;
  color:#fff;
  text-align:center;
}

.gotop{
  position:fixed;
  bottom:0;
  right:40px;
  display:none;
  opacity:0;
}
.gotop a{
  display:block;
  width:50px;
  height:50px;
  text-indent:-999em;
  overflow:hidden;
  position:relative;
  background:#3F4C53;
}
.gotop a::after{
  content:"";
  display:block;
  width:15px;
  height:15px;
  border-top:solid 5px #fff;
  border-left:solid 5px #fff;
  position:absolute;
  top:calc(50% - 6px);
  left:calc(50% - 10px);
  transform:rotate(45deg);
}

/* text style */
.fbold{font-weight:bold !important}
.fnormal{font-weight:bold !important}
.talcnt{text-align:center !important}
.tallf{text-align:left !important}
.talrg{text-align:right !important}

/* article */
.content_wrap{
  position:relative;
}

.under_visual{
  margin-bottom:100px;
}

/* Top page */
.top_mainvisual{
  max-width:1920px;
  margin:0 auto 164px;
  position:relative;
}
.top_mainvisual .panel{
  padding:34px 35px 47px;
  background:#8196A2;
  position:absolute;
  top:calc(100% - 135px);
  right:80px;
}
.top_mainvisual .panel p{
  font-size:2.6rem;
  color:#fff;
  font-weight:700;
}
.top_mainvisual .panel p.large{
  font-size:4rem;
  padding-bottom:0.9rem;
  margin-bottom:0.9rem;
  border-bottom:solid 2px #fff;
}

@media screen and (max-width:1920px){

  .top_mainvisual .panel{
    padding:1.8vw 1.8vw 2.4vw;
    top:calc(100% - 7vw);
    right:4.16vw;
  }
  .top_mainvisual .panel p{
    font-size:1.35vw;
  }
  .top_mainvisual .panel p.large{
    font-size:2.08vw;
    padding-bottom:0.46vw;
    margin-bottom:0.46vw;
  }

}

.top_lead{
  max-width:1920px;
  margin:0 auto 154px;
  font-size:4rem;
  font-weight:700;
  line-height:1.8;
  text-align:center;
}
.top_block{
  max-width:1200px;
  margin:0 auto;
  padding:0 20px;
}
.top_block_01{margin-bottom:120px}
.top_block_03, .top_block_04{margin-bottom:100px}
.top_block_05{margin-bottom:140px}

.subttl{
  font-size:4rem;
  color:#595757;
  text-align:center;
  border-bottom:solid 3px #8196A2;
  margin-bottom:36px;
  padding-bottom:12px;
}

.top_block_01 .box_1{
  display:flex;
  justify-content:space-between;
  max-width:80.75%;
  margin:0 0 50px 11.16%;
  padding-top:30px;
}
.top_block_01 .box_1 figure{
  width:43.55%;
}
.top_block_01 .box_1 p{
  width:50.67%;
  padding-top:6.6%;
  font-size:5rem;
  font-weight:700;
  line-height:1.6;
  color:#595757;
}

.top_block_01 .box_2 figure{
  display:flex;
  justify-content:space-between;
}
.top_block_01 .box_2 figure img:nth-child(1){
  width:46.54%;
}
.top_block_01 .box_2 figure img:nth-child(2){
  width:52.45%;
}

@media screen and (max-width:1200px){

  .top_lead{
    margin-bottom:12.8vw;
    font-size:3.3vw;
  }
  .top_block_01 .box_1 p{
    font-size:4.16vw;
  }

}

.top_block_02{
  background:#8196A2;
  margin-bottom:106px;
}
.top_block_02 ul{
  display:flex;
  justify-content:center;
  max-width:1200px;
  margin:0 auto;
  padding:57px 0;
}
.top_block_02 ul li{
  width:33.83%;
  margin:0 4.75%;
}
.top_block_02 ul li a{
  display:block;
  border:solid 3px #fff;
  position:relative;
}
.top_block_02 ul li a p{
  width:100%;
  font-size:3rem;
  font-weight:700;
  color:#3B3B3B;
  line-height:8.8rem;
  text-align:center;
  background:rgba(255,255,255,0.7);
  position:absolute;
  bottom:0;
  left:0;
}

@media screen and (max-width:1200px){

  .top_block_02 ul li a p{
    font-size:2.5vw;
    line-height:7.33vw;
  }

}

.top_tbl_01, .top_tbl_02{
  border-collapse:collapse;
}
.top_tbl_01{
  width:100%;
}
.top_tbl_02{
  width:49%;
  float:left;
}
.top_tbl_02 + .top_tbl_02{
  margin-left:2%;
}
.top_tbl_01 th, .top_tbl_01 td, .top_tbl_02 th, .top_tbl_02 td{
  font-size:2rem;
  font-weight:400;
  text-align:left;
  vertical-align:top;
  padding:10px 20px 10px 0;
  background:#F6F6F6;
  border-bottom:solid 5px #fff;
}
.top_tbl_01 th, .top_tbl_02 th{
  padding-left:27px;
}
.top_tbl_01 th{
  width:250px;
}
.top_tbl_02 th{
  width:3.5em;
}
.top_tbl_01 td span, .top_tbl_02 td span{
  display:inline-block;
}

.top_block_05 .box{
  padding-top:35px;
}
.top_block_05 .item{
  display:flex;
  justify-content:space-between;
}
.top_block_05 .item + .item{
  margin-top:80px;
}
.top_block_05 .item .pht{
  width:50%;
}
.top_block_05 .item .txtmap{
  width:43.83%
}
.top_block_05 .item .txtmap h4{
  font-size:3rem;
  margin-bottom:6px;
}
.top_block_05 .item .txtmap p{
  font-size:2rem;
  margin-bottom:16px;
}
.top_block_05 .item .txtmap p span{
  display:inline-block;
}
.top_block_05 .item .txtmap .map{
  width:75.47%;
  position:relative;
}
.top_block_05 .item .txtmap .map::before{
  content:"";
  display:block;
  height:0;
  padding-top:66.1%;
}
.top_block_05 .item .txtmap .map iframe{
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
}

@media screen and (max-width:1200px){
  .top_block_05 .box{
    padding-top:2.9vw;
  }
  .top_block_05 .item + .item{
    margin-top:6.6vw;
  }
}

/* 設備・製品 */
.product_block_01{
  max-width:1200px;
  margin:0 auto 120px;
  padding:0 20px;
}
.product_block_01 .setsubi_introduction{
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  margin-bottom:34px;
  padding-top:15px;
}
.product_block_01 .setsubi_introduction .item{
  width:31.33%;
  margin-bottom:3%;
}
.product_block_01 .setsubi_introduction .item .namelabel{
  display:flex;
  justify-content:space-between;
  background:#8196A2;
  border-bottom:solid 1px #8196A2;
}
.product_block_01 .setsubi_introduction .item .namelabel .name,
.product_block_01 .setsubi_introduction .item .namelabel .factory{
  display:flex;
  align-items:center;
  font-size:1.8rem;
}
.product_block_01 .setsubi_introduction .item .namelabel .name{
  font-weight:700;
  color:#fff;
  line-height:1.16;
  padding:3px 10px;
}
.product_block_01 .setsubi_introduction .item .namelabel .factory{
  height:59px;
  background:#fff;
  position:relative;
  padding:0 5px 0 23px;
}
.product_block_01 .setsubi_introduction .item .namelabel .factory::after{
  content:"";
  display:block;
  width:0;
  height:0;
  margin-left:-20px;
  border-right:solid 20px #fff;
  border-bottom:solid 59px transparent;
  position:absolute;
  top:0;
  left:0;
}

.product_block_01 .setsubi_list{
  display:flex;
  background:#8196A2;
  padding:40px 10px;
}
.product_block_01 .setsubi_list .item{
  width:calc((100% - 22px) / 2 - 96px);
  padding:0 48px;
  color:#fff;
}
.product_block_01 .setsubi_list .item:first-child{
  border-right:solid 2px #fff;
}
.product_block_01 .setsubi_list .item h4{
  font-size:3rem;
  font-weight:700;
}
.product_block_01 .setsubi_list .item li{
  font-size:2.4rem;
  margin-top:14px;
  position:relative;
}
.product_block_01 .setsubi_list .item li span{
  font-size:2rem;
}
.product_block_01 .setsubi_list .item li p{
  font-size:2.4rem;
  position:absolute;
  top:0;
  right:0;
}

@media screen and (max-width:1240px){

  .product_block_01 .setsubi_introduction .item .namelabel .name,
  .product_block_01 .setsubi_introduction .item .namelabel .factory{
    font-size:1.5vw;
  }
  .product_block_01 .setsubi_introduction .item .namelabel .name{
    padding:0.25vw 0.83vw;
  }
  .product_block_01 .setsubi_introduction .item .namelabel .factory{
    height:4.9vw;
    padding:0 0.41vw 0 1.9vw;
  }
  .product_block_01 .setsubi_introduction .item .namelabel .factory::after{
    margin-left:-1.66vw;
    border-right:solid 1.66vw #fff;
    border-bottom:solid 4.9vw transparent;
  }

  .product_block_01 .setsubi_list{
    padding:3.33vw 0.83vw;
  }
  .product_block_01 .setsubi_list .item{
    width:calc((100% - 2px - 1.66vw) / 2 - 8vw);
    padding:0 4vw;
  }
  .product_block_01 .setsubi_list .item h4{
    font-size:2.5vw;
  }
  .product_block_01 .setsubi_list .item li{
    font-size:2vw;
    margin-top:1.16vw;
  }
  .product_block_01 .setsubi_list .item li span{
    font-size:1.66vw;
  }
  .product_block_01 .setsubi_list .item li p{
    font-size:2vw;
  }

}

.product_block_02{
  background:#E3ECF1;
  padding:70px 0 90px;
}
.product_block_02 .inner{
  max-width:1200px;
  margin:0 auto;
  padding:0 20px;
}
.product_block_02 h4{
  width:220px;
  margin:0 auto 20px;
  font-size:2.6rem;
  line-height:5rem;
  color:#fff;
  text-align:center;
  background:#8196A2;
}

.product_block_02 .product_list_1{
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  margin-bottom:44px;
}
.product_block_02 .product_list_1 li{
  width:31.33%;
  margin-bottom:3%;
}

.product_block_02 .product_list_2{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  padding-top:3.75%;
}
.product_block_02 .product_list_2 li{
  font-size:1.8rem;
  text-align:center;
}
.product_block_02 .product_list_2 li figure{
  margin-bottom:8px;
}
.product_block_02 .product_list_2 li:nth-child(1),
.product_block_02 .product_list_2 li:nth-child(2),
.product_block_02 .product_list_2 li:nth-child(3){
  margin:0 4.66% 4.16%;
}
.product_block_02 .product_list_2 li:nth-child(1) figure,
.product_block_02 .product_list_2 li:nth-child(2) figure,
.product_block_02 .product_list_2 li:nth-child(3) figure{
  display:flex;
  align-items:center;
  height:316px;
}
.product_block_02 .product_list_2 li:nth-child(1){
  width:20.66%;
}
.product_block_02 .product_list_2 li:nth-child(2){
  width:22.91%;
}
.product_block_02 .product_list_2 li:nth-child(3){
  width:26.83%;
}
.product_block_02 .product_list_2 li:nth-child(4){
  width:32.5%;
}
.product_block_02 .product_list_2 li:nth-child(5){
  width:23.75%;
  margin-left:3.33%;
}

@media screen and (max-width:1240px){

  .product_block_02 .product_list_2 li figure{
    margin-bottom:0.83vw;
  }
  .product_block_02 .product_list_2 li:nth-child(1) figure,
  .product_block_02 .product_list_2 li:nth-child(2) figure,
  .product_block_02 .product_list_2 li:nth-child(3) figure{
    height:26.33vw;
  }

}

/* お問い合わせ */
.contact_block{
  max-width:1200px;
  margin:0 auto 150px;
  padding:0 20px;
}
.contact_block .field_box{
  max-width:920px;
  margin:0 auto;
}
.contact_block .field_box > p{
  line-height:1.8;
  margin-bottom:50px;
}
.contact_block .field_box > p .large{
  font-size:2.2rem;
  font-weight:700;
  color:#606060;
}
.contact_block .field_box fieldset{
  margin:0;
  padding:0 0 0 250px;
  border:none;
  position:relative;
}
.contact_block .field_box fieldset + fieldset{
  margin-top:22px;
}
.contact_block .field_box.confirm fieldset + fieldset{
  margin-top:16px;
}
.contact_block .field_box fieldset legend{
  width:220px;
  margin:0;
  padding:0;
  background:transparent;
  font-size:2rem;
  line-height:1.4;
  position:absolute;
  top:18px;
  left:0;
}
.contact_block .field_box.confirm fieldset legend{
  font-size:1.8rem;
  line-height:1.5;
  top:0;
}
.contact_block .field_box fieldset legend .hissu{
  display:block;
  width:40px;
  font-size:1.4rem;
  color:#fff;
  line-height:22px;
  text-align:center;
  background:#f00;
  position:absolute;
  top:4px;
  right:0;
}
.contact_block .field_box fieldset legend .small{
  display:block;
  font-size:1.6rem;
}
::placeholder{
  color:#b0b0b0;
}
.contact_block .field_box fieldset input[type="text"], .contact_block .field_box fieldset input[type="email"],
.contact_block .field_box fieldset input[type="tel"], .contact_block .field_box fieldset input[type="number"], .contact_block .field_box fieldset textarea{
  width:calc(100% - 38px);
  padding:18px 16px;
  border:solid 3px #8196A2;
  font-size:1.6rem;
  font-family: 'Noto Sans JP';
}
/* for webkit */
.contact_block .field_box fieldset input::-webkit-outer-spin-button,
.contact_block .field_box fieldset input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* for firefox */
.contact_block .field_box fieldset input[type="number"]{
  -moz-appearance: textfield;
}
.contact_block .field_box fieldset textarea{
  height:344px;
  margin:0;
}
.contact_block .field_box fieldset input[type="email"] + input[type="email"]{
  margin-top:7px;
}
.contact_block .field_box fieldset input.zipcode{
  width:166px;
  ime-mode: disabled;
}
.contact_block .field_box fieldset input.telnumber{
  width:299px;
}
.contact_block .field_box fieldset .btnlink{
  display:inline-block;
  width:100px;
  margin-left:10px;
  font-size:1.6rem;
  text-align:center;
  color:#fff;
  line-height:54px;
  background:#3F4C53;
  vertical-align:-1px;
}
.contact_block .field_box .btn{
  margin-top:95px;
  text-align:center;
}
.contact_block .field_box .btn input[type="submit"]{
  width:300px;
  padding:23px 0 22px;
  margin:0 15px;
  font-size:2rem;
  font-family: 'Noto Sans JP';
  line-height:1;
  text-align:center;
  color:#fff;
  background:#3F4C53;
  border:none;
}
.contact_block .field_box .btn input[type="submit"].back{
  background:#737373;
}
.contact_block .field_box fieldset .error{
  color:#f00;
}
.contact_block .field_box.confirm fieldset p{
  font-size:1.8rem;
}


/* ---------------------------------------------------------------------------------------------------- */
@media screen and (max-width:768px){
/* ---------------------------------------------------------------------------------------------------- */

/* header */
header::before{
  height:5rem;
}
header h1{
  width:120px;
}
header h1.active{
  width:80px;
}
header nav{
  top:25px;
  right:25px;
}
header nav ul li{
  font-size:1.6rem;
}
header nav ul li + li{
  margin-left:3rem;
}

/* footer */
footer{
  padding:20px 15px 15px;
}
footer .logo{
  width:60px;
  margin-bottom:10px;
}
footer .address{
  font-size:1.3rem;
  margin-bottom:20px;
}

.gotop{
  right:20px;
}
.gotop a{
  width:40px;
  height:40px;
}
.gotop a::after{
  width:10px;
  height:10px;
  border-top:solid 4px #fff;
  border-left:solid 4px #fff;
  top:calc(50% - 4px);
  left:calc(50% - 7px);
}

/* article */
.under_visual{
  margin-bottom:40px;
}

/* Top page */
.top_mainvisual{
  margin-bottom:80px;
}
.top_lead{
  margin-bottom:50px;
}
.top_block_01{margin-bottom:80px}
.top_block_03, .top_block_04{margin-bottom:60px}
.top_block_05{margin-bottom:80px}

.subttl{
  font-size:2.4rem;
  margin-bottom:20px;
  padding-bottom:4px;
}

.top_block_01 .box_1{
  margin:0 0 30px 10%;
  padding-top:15px;
}
.top_block_01 .box_1 p{
  font-size:4vw;
}

.top_block_02{
  margin-bottom:60px;
}

.top_tbl_01{
  width:100%;
}
.top_tbl_02{
  width:100%;
  float:none;
}
.top_tbl_02 + .top_tbl_02{
  margin-left:0;
}
.top_tbl_01 th, .top_tbl_01 td, .top_tbl_02 th, .top_tbl_02 td{
  font-size:1.6rem;
  padding:7px 15px 7px 0;
  border-bottom:solid 3px #fff;
}
.top_tbl_01 th, .top_tbl_02 th{
  padding-left:20px;
}
.top_tbl_01 th{
  width:200px;
}
.top_tbl_02 th{
  width:3.5em;
}

.top_block_05 .box{
  padding-top:15px;
}
.top_block_05 .item + .item{
  margin-top:40px;
}
.top_block_05 .item .pht{
  width:50%;
}
.top_block_05 .item .txtmap{
  width:46%
}
.top_block_05 .item .txtmap h4{
  font-size:2rem;
  margin-bottom:0;
}
.top_block_05 .item .txtmap p{
  font-size:1.4rem;
  margin-bottom:8px;
}
.top_block_05 .item .txtmap .map{
  width:72%;
}

/* 設備・製品 */
.product_block_01{
  margin-bottom:60px;
}

.product_block_02{
  padding:35px 0 45px;
}
.product_block_02 h4{
  width:160px;
  font-size:1.8rem;
  line-height:4rem;
}
.product_block_02 .product_list_2 li{
  font-size:1.5rem;
}

/* お問い合わせ */
.contact_block{
  margin:0 auto 80px;
}
.contact_block .field_box > p{
  font-size:1.5rem;
  margin-bottom:40px;
}
.contact_block .field_box > p .large{
  font-size:2rem;
}
.contact_block .field_box fieldset{
  margin:0;
  padding:0 0 0 210px;
  border:none;
  position:relative;
}
.contact_block .field_box fieldset + fieldset{
  margin-top:20px;
}
.contact_block .field_box.confirm fieldset + fieldset{
  margin-top:16px;
}
.contact_block .field_box fieldset legend{
  width:190px;
  font-size:1.6rem;
  top:18px;
}
.contact_block .field_box.confirm fieldset legend{
  font-size:1.6rem;
}
.contact_block .field_box fieldset legend .hissu{
  width:38px;
  font-size:1.2rem;
  line-height:18px;
}
.contact_block .field_box fieldset legend .small{
  font-size:1.4rem;
}
.contact_block .field_box fieldset input[type="text"], .contact_block .field_box fieldset input[type="email"],
.contact_block .field_box fieldset input[type="tel"], .contact_block .field_box fieldset input[type="number"], .contact_block .field_box fieldset textarea{
  width:calc(100% - 26px);
  padding:14px 10px;
}
.contact_block .field_box fieldset textarea{
  height:280px;
}
.contact_block .field_box fieldset input[type="email"] + input[type="email"]{
  margin-top:5px;
}
.contact_block .field_box fieldset input.zipcode{
  width:100px;
}
.contact_block .field_box fieldset input.telnumber{
  width:200px;
}
.contact_block .field_box fieldset .btnlink{
  width:70px;
  font-size:1.3rem;
  line-height:40px;
  vertical-align:-1px;
}
.contact_block .field_box .btn{
  margin-top:45px;
}
.contact_block .field_box .btn input[type="submit"]{
  width:200px;
  padding:16px 0 15px;
  margin:0 15px;
  font-size:1.6rem;
}
.contact_block .field_box fieldset .error,
.contact_block .field_box fieldset p{
  font-size:1.5rem;
}
.contact_block .field_box.confirm fieldset p{
  font-size:1.6rem;
}

}/* max-width:768px
======================================================================================================= */

/* ---------------------------------------------------------------------------------------------------- */
@media screen and (max-width:480px){
/* ---------------------------------------------------------------------------------------------------- */

/* header */
header h1{
  width:65px;
  height:50px;
}
header h1 img{
  max-height:100%;
  width:auto;
}
header nav{
  position:fixed;
  width:100%;
  max-height:0;
  background:rgba(129,150,162,0.9);
  top:50px;
  right:0;
  transform:translateY(0);
  overflow:hidden;
  transition-duration:0.4s;
}
header nav.active{
  max-height:150px;
}
header nav ul{
  display:block;
  padding:25px 0;
}
header nav ul li{
  font-size:1.6rem;
  text-align:center;
}
header nav ul li + li{
  margin-left:0;
  margin-top:20px;
}
header nav ul li a, header nav ul li a:visited{
  color:#fff;
}

header .menu{
  display:block;
  width:30px;
  height:30px;
  position:fixed;
  top:10px;
  right:15px;
}
header .menu a{
  display:block;
  width:30px;
  height:30px;
  text-indent:-999em;
  position:relative;
}
header .menu a::before,
header .menu a::after{
  content:"";
  display:block;
  width:100%;
  height:2px;
  background:#3F4C53;
  position:absolute;
  left:0;
  transition-duration:0.4s;
}
header .menu a::before{
  top:calc(35% - 1px);
}
header .menu a::after{
  top:calc(65% - 1px);
}
header .menu.active a::before{
  top:calc(50% - 1px);
  transform:rotate(-135deg);
}
header .menu.active a::after{
  top:calc(50% - 1px);
  transform:rotate(135deg);
}

/* footer */
footer{
  padding:10px 15px;
}
footer .logo{
  width:50px;
  margin-bottom:6px;
}
footer .address{
  font-size:1.2rem;
  margin-bottom:18px;
}
footer .copyright{
  font-size:1rem;
}

.gotop{
  right:0;
}
.gotop a{
  width:30px;
  height:30px;
}
.gotop a::after{
  width:8px;
  height:8px;
  border-top:solid 2px #fff;
  border-left:solid 2px #fff;
  top:calc(50% - 2px);
  left:calc(50% - 5px);
}

/* article */
.content_wrap{
  padding-top:50px;
}

.under_visual{
  margin-bottom:25px;
}

/* Top page */
.top_mainvisual{
  margin-bottom:40px;
}
.top_mainvisual .panel{
  width:max-content;
  padding:2px 7px 6px;
  top:calc(100% - 30px);
  right:50%;
  transform:translateX(50%);
}
.top_mainvisual .panel p{
  font-size:2.4vw;
}
.top_mainvisual .panel p.large{
  font-size:3.4vw;
  padding-bottom:3px;
  margin-bottom:3px;
  border-bottom:solid 1px #fff;
}

.top_lead{
  margin-bottom:25px;
}

.top_block_01{margin-bottom:40px}
.top_block_03, .top_block_04{margin-bottom:30px}
.top_block_05{margin-bottom:40px}

.subttl{
  font-size:1.6rem;
  border-bottom:solid 2px #8196A2;
  margin-bottom:15px;
  padding-bottom:3px;
}

.top_block_01 .box_1{
  display:block;
  max-width:100%;
  margin:0 0 20px;
  padding-top:10px;
}
.top_block_01 .box_1 figure{
  width:80%;
  margin:0 auto;
}
.top_block_01 .box_1 p{
  width:100%;
  padding-top:10px;
  font-size:2.2rem;
  text-align:center;
}
.top_block_01 .box_2 figure{
  display:block;
}
.top_block_01 .box_2 figure img:nth-child(1),
.top_block_01 .box_2 figure img:nth-child(2){
  width:100%;
}
.top_block_01 .box_2 figure img + img{
  margin-top:1.86vw;
}

.top_block_02{
  margin-bottom:30px;
}
.top_block_02 ul{
  padding:20px 0;
}
.top_block_02 ul li{
  width:40%;
  margin:0 3%;
}
.top_block_02 ul li a{
  border:solid 2px #fff;
}
.top_block_02 ul li a p{
  font-size:1.4rem;
  line-height:3rem;
}

.top_tbl_01 th, .top_tbl_01 td, .top_tbl_02 th, .top_tbl_02 td{
  display:block;
  width:auto;
  font-size:1.3rem;
  background:#F6F6F6;
  border-bottom:none;
}
.top_tbl_01 th, .top_tbl_02 th{
  padding:8px 10px 0;
  font-weight:700;
  color:#454545;
}
.top_tbl_01 td, .top_tbl_02 td{
  padding:0 10px 8px;
  border-bottom:solid 2px #fff;
}

.top_block_05 .item{
  display:block;
}
.top_block_05 .item .pht{
  width:90%;
  margin:0 auto 5px;
}
.top_block_05 .item .txtmap{
  width:90%;
  margin:0 auto;
}
.top_block_05 .item .txtmap h4{
  font-size:1.6rem;
  margin-bottom:3px;
}
.top_block_05 .item .txtmap p{
  font-size:1.3rem;
  margin-bottom:10px;
}
.top_block_05 .item .txtmap .map{
  width:100%;
}

/* 設備・製品 */
.product_block_01 .setsubi_introduction{
  margin-bottom:12px;
  padding-top:10px;
}
.product_block_01 .setsubi_introduction .item{
  width:48.5%;
}

.product_block_01 .setsubi_introduction .item .namelabel .name,
.product_block_01 .setsubi_introduction .item .namelabel .factory{
  font-size:2.6vw;
}
.product_block_01 .setsubi_introduction .item .namelabel .name{
  padding:0 1vw;
}
.product_block_01 .setsubi_introduction .item .namelabel .factory{
  height:8.53vw;
  padding:0 0.53vw;
}
.product_block_01 .setsubi_introduction .item .namelabel .factory::after{
  margin-left:-1.86vw;
  border-right:solid 1.86vw #fff;
  border-bottom:solid 8.53vw transparent;
}

.product_block_01 .setsubi_list{
  flex-direction:column;
  padding:0 15px;
}
.product_block_01 .setsubi_list .item{
  width:auto;
  padding:15px 0;
}
.product_block_01 .setsubi_list .item:first-child{
  border-right:none;
  border-bottom:solid 2px #fff;
}
.product_block_01 .setsubi_list .item h4{
  font-size:4.26vw;
}
.product_block_01 .setsubi_list .item li{
  font-size:3.73vw;
  margin-top:1.86vw;
}
.product_block_01 .setsubi_list .item li span{
  font-size:3.2vw;
}
.product_block_01 .setsubi_list .item li p{
  font-size:3.73vw;
}

.product_block_02{
  padding:30px 0 40px;
}
.product_block_02 h4{
  width:120px;
  margin:0 auto 10px;
  font-size:1.4rem;
  line-height:3rem;
}

.product_block_02 .product_list_1{
  margin-bottom:15px;
}
.product_block_02 .product_list_1 li{
  width:48.5%;
}

.product_block_02 .product_list_2 li{
  font-size:1rem;
}
.product_block_02 .product_list_2 li figure{
  margin-bottom:4px;
}
.product_block_02 .product_list_2 li:nth-child(1),
.product_block_02 .product_list_2 li:nth-child(2),
.product_block_02 .product_list_2 li:nth-child(3){
  margin:0 2% 4.16%;
}
.product_block_02 .product_list_2 li:nth-child(1) figure,
.product_block_02 .product_list_2 li:nth-child(2) figure,
.product_block_02 .product_list_2 li:nth-child(3) figure{
  height:29.6vw;
}
.product_block_02 .product_list_2 li:nth-child(1){
  width:25.8%;
}
.product_block_02 .product_list_2 li:nth-child(2){
  width:28.6%;
}
.product_block_02 .product_list_2 li:nth-child(3){
  width:33.5%;
}
.product_block_02 .product_list_2 li:nth-child(4){
  width:50%;
}
.product_block_02 .product_list_2 li:nth-child(5){
  width:36.53%;
}

/* お問い合わせ */
.contact_block{
  margin:0 auto 60px;
}
.contact_block .field_box > p{
  font-size:1.4rem;
  margin-bottom:30px;
}
.contact_block .field_box > p .large{
  font-size:1.8rem;
}
.contact_block .field_box fieldset{
  margin:0;
  padding:0;
  border:none;
  position:relative;
}
.contact_block .field_box fieldset + fieldset{
  margin-top:20px;
}
.contact_block .field_box fieldset legend{
  width:auto;
  font-size:1.5rem;
  position:static;
  margin-bottom:8px;
}
.contact_block .field_box.confirm fieldset legend{
  font-size:1.5rem;
  font-weight:700;
}
.contact_block .field_box fieldset legend .hissu{
  display:inline-block;
  width:30px;
  margin-left:15px;
  font-size:1rem;
  line-height:14px;
  position:static;
  vertical-align:1px;
}
.contact_block .field_box fieldset legend .small{
  display:inline-block;
  font-size:1.2rem;
}
.contact_block .field_box fieldset input[type="text"], .contact_block .field_box fieldset input[type="email"],
.contact_block .field_box fieldset input[type="tel"], .contact_block .field_box fieldset input[type="number"], .contact_block .field_box fieldset textarea{
  padding:12px 10px;
  font-size:1.5rem;
}
.contact_block .field_box fieldset textarea{
  height:200px;
}
.contact_block .field_box fieldset input.zipcode{
  width:80px;
}
.contact_block .field_box fieldset input.telnumber{
  width:180px;
}
.contact_block .field_box fieldset .btnlink{
  width:68px;
  font-size:1.2rem;
  line-height:38px;
  vertical-align:-1px;
}
.contact_block .field_box .btn{
  margin-top:30px;
}
.contact_block .field_box .btn input[type="submit"]{
  width:120px;
  padding:16px 0 15px;
  margin:0 10px;
  font-size:1.3rem;
}
.contact_block .field_box.confirm .btn input[type="submit"]{
  width:96px;
}
.contact_block .field_box fieldset .error,
.contact_block .field_box fieldset p{
  font-size:1.4rem;
}
.contact_block .field_box.confirm fieldset p{
  font-size:1.5rem;
}

}/* max-width:480px
======================================================================================================= */
