@charset "utf-8";
/* CSS Document */
/* layout */

/*=================================
	Initialization of style
===================================*/
body {
  margin: 0;
  padding: 0;
  color: #333;
  font-family: "Noto Sans Japanese", Avenir, "Open Sans", "Helvetica Neue",
    Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-size: 0.9em;
  line-height: 150%;
  width: 100%;
  font-weight: 500;
}

a:link,
a:visited {
  text-decoration: underline;
  color: #0d0d0e;
}
a:hover,
a:active {
  text-decoration: none;
  color: #0d0d0e;
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
form,
figure,
article,
section,
header,
footer {
  margin: 0;
  padding: 0;
  font-weight: 400;
}
img,
a img {
  border: none;
  vertical-align: bottom;
}
h1,
h2,
h3,
h4 {
  font-size: 1em;
}
a img {
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
a:hover,
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

hr {
  content: ".";
  display: block;
  height: 0;
  margin: 0;
  clear: both;
  visibility: hidden;
}

.sp {
  display: none;
}

/* List_group */
ul,
ol,
li {
  list-style: none;
}

/* table */
table {
  width: 100%;
}
tr,
th,
td {
}
.anm {
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

/*=============================
	Layout-Base
===============================*/
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .sn {
    display: block;
  }
  .pc-none {
    display: none;
  }
  /* header
-------------------------*/
  header {
    margin: 0 auto;
    width: 100%;
    z-index: 10;
    z-index: 1000;
    height: 100px;
  }

  .head-top {
    display: block;
    padding-left: 2%;
    padding-right: 2%;
  }
  .head-top h1 {
    display: block;
    float: left;
    padding-top: 18px;
  }
  .head-top .ref {
    display: block;
    float: right;
  }
  .g-search {
    display: block;
    height: 50px;
  }
  .g-search .in {
    display: block;
    padding-top: 13px;
    padding-right: 14px;
    float: right;
  }
  .head-top .ref li {
    display: block;
    float: left;
    font-size: 14px;
    position: relative;
  }
  .head-top .ref li a {
    display: block;
    padding-left: 13px;
    padding-right: 13px;
    padding-bottom: 20px;
    color: #000;
    text-decoration: none;
  }
  .head-top .ref li a:hover,
  .head-top .ref li.current a {
    text-decoration: none;
    color: #e30012;
  }
  .head-top .ref li ul {
    position: absolute;
    width: 230px;
    top: 30px;
    z-index: 99;
  }
  .head-top .ref li ul li {
    overflow: hidden;
    width: 100%;
    height: 0;
    color: #323232;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    background: #fff;
  }
  .head-top .ref li ul li a {
    text-align: left;
    text-decoration: none !important;
    font-size: 13px !important;
    display: block !important;
    padding: 10px !important;
    font-weight: normal !important;
    color: #323232;
    border: #323232 solid 1px;
  }
  .head-top .ref li:hover ul li {
    overflow: visible;
    height: 40px;
    border-bottom: #fff solid 1px;
  }
  .head-top .ref li ul#n1 {
    left: 0px;
  }
  .head-top .ref li ul#n2 {
    left: 0px;
  }
  .head-top .ref li ul#n3 {
    left: 0px;
    width: 180px;
  }
  .head-top .ref li ul#n4 {
    left: -30px;
    width: 180px;
  }
  header article {
    margin: auto;
  }

  /* gnav
-------------------------*/

  .nav-base {
    display: block;
  }
  .nav-base li {
    display: block;
    float: left;
    position: relative;
  }
  .gnav {
    display: none;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  nav.hnav {
    z-index: 10;
  }

  .gnav.fixed {
    position: fixed;
    display: block !important;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    float: none;
    height: 90px;
    overflow: hidden;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
  }

  .gnav.fixed h1 {
    display: block;
    float: left;
    padding-left: 30px;
    padding-top: 16px;
  }
  .gnav.fixed ul {
    display: block;
    float: right;
  }
  .gnav.fixed li {
    display: block;
    float: left;
    font-size: 14px;
  }
  .gnav.fixed li a {
    display: block;
    padding-top: 33px;
    padding-bottom: 33px;
    padding-left: 20px;
    padding-right: 20px;
    color: #222;
    text-decoration: none;
  }
  .gnav.fixed li a:hover {
    text-decoration: underline;
  }
  .gnav.fixed li:nth-child(5) {
    margin-left: 20px;
  }
  .gnav.fixed li:nth-child(5) a {
    padding-left: 45px;
    padding-right: 45px;
    background: #283ebf;
    color: #fff;
  }
}
@media screen and (max-width: 1100px) {
  .head-top h1 {
    padding-left: 10px;
  }
  .head-top .ref li {
    font-size: 12px;
  }
  .head-top .ref li a {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
  }
  header.fixnav .head-top .ref li a,
  header.subnav .head-top .ref li a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .head-top .ref li:nth-child(5) {
    margin-left: 0px;
  }
  .head-top .ref li:nth-child(5) a {
    padding-left: 15px;
    padding-right: 15px;
  }
  header.fixnav .head-top .ref li:nth-child(5) a,
  header.subnav .head-top .ref li:nth-child(5) a {
    padding-left: 15px;
    padding-right: 15px;
  }
  .gnav.fixed h1 {
    padding-left: 10px;
  }
  .gnav.fixed li {
    font-size: 12px;
  }
  .gnav.fixed li a {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
  }
  .gnav.fixed li:nth-child(5) {
    margin-left: 0px;
  }
  .gnav.fixed li:nth-child(5) a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 880px) {
  .head-top h1 {
    padding-left: 10px;
    padding-top: 15px;
  }
  header.fixnav .sp-logo,
  header.subnav .sp-logo {
    padding-left: 10px;
    padding-top: 5px;
    width: 180px;
  }
  .head-top h1 img {
    width: 100%;
  }
  .head-top .ref li a {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
  header.fixnav .head-top .ref li a,
  header.subnav .head-top .ref li a {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .head-top .ref li:nth-child(4) img {
    width: 150px;
  }
  .head-top .ref li:nth-child(5) {
    margin-left: 0px;
  }
  .head-top .ref li:nth-child(5) a {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.slow01 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* TOP-ILLUST-BOX
-------------------------*/
@media screen and (min-width: 768px) {
  .top-illust-box {
    display: block;
    background: #e30012 url(../images/bg-w.png) top 360px center no-repeat;
  }
  .top-illust-box .box01 {
    display: block;
    width: 924px;
    margin: 0 auto;
  }
  .top-illust-box .box01 h2 {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 38px;
    letter-spacing: 10px;
    padding: 55px 0 48px 0;
    font-weight: bold;
  }
  .top-illust-box .box01 p {
    display: block;
    width: 510px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    line-height: 180%;
    font-size: 22px;
    font-weight: bold;
  }
  .top-illust-box .box01 figure {
    display: block;
    text-align: center;
    padding: 13px 0 45px 0;
  }
  .top-illust-box .box01 figure img {
    display: inline-block;
  }
  .top-illust-box .box02 {
    display: block;
    width: 924px;
    margin: 0 auto;
    position: relative;
  }
  .top-illust-box .box02 p {
    position: absolute;
    left: 61%;
    top: 196px;
    z-index: 8;
    color: #fff;
    line-height: 180%;
    font-size: 16px;
  }
  .top-illust-box .box02 figure {
    display: block;
    padding: 68px 0 142px 0;
  }
  .top-illust-box .box03 {
    display: block;
    width: 924px;
    margin: 0 auto;
    position: relative;
  }
  .top-illust-box .box03 p {
    position: absolute;
    left: 10%;
    top: 132px;
    z-index: 8;
    color: #fff;
    line-height: 180%;
    font-size: 16px;
  }
  .top-illust-box .box03 figure {
    display: block;
    text-align: right;
    padding: 78px 0 119px 0;
  }
  .top-illust-box .box03 figure img {
    display: inline-block;
  }
  .top-illust-box .box04 {
    display: block;
    width: 924px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 146px;
  }
  .top-illust-box .box04 p {
    position: absolute;
    left: 63%;
    top: 145px;
    z-index: 8;
    color: #fff;
    line-height: 180%;
    font-size: 16px;
  }
  .top-illust-box .box04 figure {
    display: block;
    padding: 45px 0 116px 0;
  }
  .top-illust-box .box04 figure img {
    display: inline-block;
  }
  .catchbox05 {
    display: block;
    background: #fff;
    position: relative;
  }
  .catchbox05 .in {
    display: block;
    width: 924px;
    margin: 0 auto;
    position: relative;
    margin-bottom: -80px;
  }
  .catchbox05 h2 {
    display: block;
    font-size: 32px;
    color: #505050;
    font-weight: bold;
    line-height: 180%;
    width: 263px;
    margin: 0 auto;
    padding: 50px 0 20px 0;
    top: -170px;
    position: relative;
  }
  .catchbox05 figure {
    display: block;
    text-align: center;
    padding: 0 0 0px 0;
    top: -170px;
    position: relative;
  }
  .catchbox05 figure img {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) and (max-width: 925px) {
  .top-illust-box .box01 {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .top-illust-box .box02 {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .top-illust-box .box02 p {
    position: absolute;
    left: 61%;
    top: 196px;
    z-index: 8;
    color: #fff;
    line-height: 180%;
    font-size: 14px;
  }
  .top-illust-box .box03 {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .top-illust-box .box03 p {
    font-size: 14px;
  }
  .top-illust-box .box04 {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 146px;
  }
  .top-illust-box .box04 p {
    font-size: 14px;
  }
  .catchbox05 .in {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-bottom: -80px;
  }
  .top-illust-box .box04 figure img {
    display: inline-block;
    width: 65%;
  }
}

/* TOP-NEWS
-------------------------*/
@media screen and (min-width: 768px) {
  .top-news {
    display: block;
    position: relative;
    z-index: 40;
  }
  .inn-620 {
    display: block;
    width: 620px;
    margin: 0 auto;
  }
  .top-news h2 {
    display: block;
    position: relative;
    margin-bottom: 8px;
  }
  .top-news h2 span {
    display: inline-block;
    position: relative;
    background: #fff;
    font-size: 16px;
    padding: 0 20px 0 0;
    color: #787878;
    z-index: 50;
  }
  .top-news h2::after {
    position: absolute;
    left: 0px;
    top: 10px;
    width: 100%;
    height: 1px;
    content: "";
    border-bottom: #787878 dotted 1px;
    z-index: 1;
  }
  .top-news dl {
    display: block;
    font-size: 14px;
    color: #323232;
    padding-bottom: 7px;
  }
  .top-news dt {
    display: block;
    float: left;
    width: 105px;
  }
  .top-news dd {
    display: block;
    float: left;
  }
  .top-news dl a {
    text-decoration: none;
    color: #323232;
  }
  .top-news dl a:hover {
    text-decoration: underline;
  }
  .top-news .link {
    display: block;
    font-size: 14px;
    color: #e30012;
  }
  .top-news .link a {
    text-decoration: none;
    color: #e30012;
  }
  .top-news .link a:hover {
    text-decoration: underline;
  }
}

@media screen and (min-width: 768px) {
  /* pagetop
-------------------------*/
  #page-top {
    position: fixed;
    bottom: 40px;
    right: 20px;
    width: 48px;
    height: 48px;
    display: block;
    z-index: 99;
  }
  #page-top a {
    width: 48px;
    height: 48px;
    text-align: center;
    display: block;
  }
  /* footer
-------------------------*/
  footer {
    display: block;
    padding-top: 110px;
  }
  footer .inn-620 {
    display: block;
    border-top: #979797 solid 2px;
    overflow: visible;
  }
  .fnav {
    display: block;
    padding-top: 10px;
    padding-bottom: 30px;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    color: #323232;
  }
  .fnav ul {
    position: relative;
    float: left;
    left: 50%;
  }
  .fnav li {
    position: relative;
    float: left;
    left: -50%;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  .fnav li a {
    text-decoration: none;
    color: #323232;
  }
  .fnav li a:hover {
    text-decoration: underline;
  }
  .fbnr {
    box-shadow: border-box;
    width: 924px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .fbnr,
  .b-online {
    display: flex;
    justify-content: center;
  }
  .b-online {
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
  .fbnr .lef {
    display: block;
    /* float: left;*/
    /*width: 48%;*/
    width: 298px;
    min-width: 298px;
  }
  .b-online .lef + .lef {
    margin-left: 15px;
  }
  .fbnr .lef:nth-child(2) {
    /*oat: right;*/
    margin-left: 15px;
  }
  .fbnr .lef.eg2 {
    display: block;
    /*width: 300px;
		margin: 0 auto;
		float: left;
		clear: both;*/
  }
  .fbnr .bt {
    display: block;
  }
  .fbnr .bt a {
    display: block;
    position: relative;
    background: #fafafa;
    border: #f8cace solid 5px;
    padding: 14px 0 14px 80px;
    color: #505050;
    text-decoration: none;
    font-size: 19px;
    font-weight: bold;
    line-height: 140%;
    box-shadow: 0px 0px 14px -2px #969996;
  }
  .fbnr .bt.ic2 a {
    letter-spacing: 0px;
    /*		letter-spacing: -2px;*/
  }
  .fbnr .bt.ic1 a::before {
    position: absolute;
    left: 10px;
    top: 10px;
    content: "";
    background: url(../images/ico1.png) left top no-repeat;
    width: 63px;
    height: 54px;
    z-index: 20;
  }
  .fbnr .bt.ic2 a::before {
    position: absolute;
    left: 10px;
    top: 10px;
    content: "";
    background: url(../images/ico2.png) left top no-repeat;
    width: 63px;
    height: 54px;
    z-index: 20;
  }
  .fbnr .bt a::after {
    position: absolute;
    left: 0px;
    bottom: 0px;
    content: "";
    width: 100%;
    height: 50%;
    background: #ebebeb;
  }
  .fbnr .bt a span {
    display: block;
    position: relative;
    z-index: 5;
  }
  .fbnr .bt:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
  .fbnr p {
    display: block;
    font-size: 13px;
    line-height: 140%;
    padding-top: 6px;
  }
  .fadd {
    display: block;
    padding: 30px 0 0 0;
  }
  .fadd figure {
    display: block;
    text-align: center;
  }
  .fadd figure img {
    display: inline-block;
  }
  .fadd p {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 180%;
    padding-top: 5px;
  }
  .fadd .link {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 20px 0 20px 0;
  }
  .fadd .link ul {
    position: relative;
    float: left;
    left: 50%;
  }
  .fadd .link li {
    position: relative;
    left: -50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .fadd .link li a {
    text-decoration: none;
    color: #000;
  }
  .fadd .link li a:hover {
    text-decoration: underline;
  }

  /* inline-style */
  #copyright {
    background: #eceade;
    padding: 15px;
  }
  #copyright p {
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    color: #787878;
  }
  .spflogo {
    display: none;
  }
}
@media screen and (min-width: 798px) and (max-width: 924px) {
  .fbnr {
    width: 94vw;
    flex-wrap: wrap;
  }
}

/*=============================
	Common-class
===============================*/
/* float */
.fLeft {
  float: left;
}
.fRight {
  float: right;
}

/* float-clear */
.clear {
  clear: both;
}

/* image-layout */
.imgleft {
  float: left;
  margin-right: 20px;
}
.imgleft img {
  display: block;
}
.imgright {
  float: right;
}
.imgright img {
  display: block;
}

/*=============================
	ClearFix
===============================*/
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  　*zoom: 1;
}

/*=============================
	SUBPAGE
===============================*/

@media screen and (min-width: 768px) {
  .title-box {
    display: block;
    background: #e30012;
    height: 66px;
  }
  .title-box h2 {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 32px;
    padding: 18px 0 0 0;
  }
  .mt55 {
    margin-top: 55px;
  }
  .news-detail {
    display: block;
    color: #323232;
  }
  .news-detail .days {
    display: block;
    font-size: 20px;
    padding-bottom: 11px;
  }
  .news-detail h2.ti {
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 11px;
    border-bottom: #323232 solid 1px;
    margin-bottom: 25px;
  }
  .news-detail .txt {
    display: block;
    font-size: 14px;
    line-height: 180%;
    padding-bottom: 70px;
  }
  .news-detail .txt a {
    color: #e30012;
    text-decoration: none;
  }
  .news-detail .backbt {
    display: block;
    width: 315px;
    margin: 0 auto;
  }
  .news-detail .backbt a {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    background: url(../images/news/bt-bg.jpg) left top no-repeat;
    background-size: 100% 100%;
    padding: 16px 0 18px 0;
  }
}

/* VOICE
-------------------------*/
@media screen and (min-width: 768px) {
  .subnav {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 30px;
    background: #f5b0b5;
  }
  .subnav ul {
    position: relative;
    left: 50%;
    float: left;
  }
  .subnav li {
    display: block;
    position: relative;
    left: -50%;
    float: left;
    font-size: 13px;
    padding: 4px 12px 0 12px;
  }
  .subnav li a {
    text-decoration: none;
    color: #323232;
  }
  .subnav li a:hover {
    text-decoration: underline;
  }
  .inn-780 {
    display: block;
    width: 780px;
    margin: 0 auto;
  }
  .voicebox01 {
    display: block;
    position: relative;
  }
  .voice01-abt {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 5;
  }
  .voicebox01 .inn-780 {
    padding-top: 12%;
  }
  .voicebox01 figure {
    display: block;
  }
  .voicebox01 figure img {
    display: block;
    width: 100%;
  }
  .voicebox01 .box {
    display: block;
    width: 160px;
    height: 160px;
    background: #fff;
    border: #e30012 solid 5px;
    border-radius: 50%;
    overflow: hidden;
    -moz-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  .voicebox01 .box p {
    display: block;
    text-align: center;
    height: 65px;
    background: #e30012;
    color: #fff;
    font-size: 14px;
    line-height: 130%;
  }
  .voicebox01 .box p span {
    display: block;
    text-align: center;
    padding-top: 26px;
  }
  .voicebox01 .box p.e2 span {
    display: block;
    text-align: center;
    padding-top: 10px;
  }
  .voicebox01 .box .txt {
    display: block;
    text-align: center;
    color: #464646;
  }
  .voicebox01 .box h2 {
    display: block;
    text-align: center;
    font-size: 30px;
    font-weight: normal;
    line-height: 180%;
  }
  .voicebox01 .box .txt small {
    display: block;
    text-align: center;
    font-size: 16px;
  }
  .voicebox02 {
    display: block;
    padding-top: 65px;
    padding-bottom: 30px;
  }
  .voicebox02 figure {
    display: block;
    float: right;
    margin-left: 40px;
  }
  .voicebox02 h2 {
    display: block;
    font-size: 20px;
    line-height: 170%;
    color: #e30012;
    padding-bottom: 10px;
  }
  .voicebox02 p {
    display: block;
    font-size: 14px;
    line-height: 180%;
    padding-bottom: 30px;
  }
  .voicebox03 {
    display: block;
    padding-bottom: 30px;
  }
  .voicebox03 .inn-780 {
    display: block;
    position: relative;
  }
  .voicebox03 .txt {
    display: block;
    position: absolute;
    right: 30px;
    top: 30px;
    width: 37%;
    border-radius: 10px;
    padding: 3%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 17px;
    line-height: 160%;
  }
  .voicebox04 {
    display: block;
  }
  .voicebox04 h2 {
    display: block;
    font-size: 20px;
    line-height: 170%;
    color: #e30012;
    padding-bottom: 10px;
  }
  .voicebox04 .pad {
    display: block;
  }
  .voicebox04 .lef {
    display: block;
    float: left;
    width: 48%;
    font-size: 14px;
    line-height: 180%;
  }
  .voicebox04 .lef:nth-child(2n) {
    float: right;
  }
  .voicebtn {
    display: block;
    padding-top: 90px;
  }
  .inn-910 {
    width: 910px;
    margin: 0 auto;
  }
  .voicebtn h2 {
    display: block;
    text-align: center;
    color: #e30012;
    font-size: 50px;
    line-height: 100%;
    padding-bottom: 40px;
    font-weight: bold;
  }
  .voicebtn h2 span {
    display: block;
    text-align: center;
    font-size: 18px;
  }
  .voicebtn .list {
    display: block;
    padding-bottom: 45px;
  }
  .voicebtn .list li {
    display: block;
    float: left;
    padding-right: 3px;
    padding-bottom: 10px;
  }
  .voicebtn .list li a {
    display: block;
    text-decoration: none;
    width: 290px;
    height: 117px;
  }
  .voicebtn .list li a.bg1 {
    background: url(../images/recruit/voice/01/bt-bg1.jpg) left top no-repeat;
  }
  .voicebtn .list li a.bg2 {
    background: url(../images/recruit/voice/01/bt-bg2.jpg) left top no-repeat;
  }
  .voicebtn .list li a.bg3 {
    background: url(../images/recruit/voice/01/bt-bg3.jpg) left top no-repeat;
  }
  .voicebtn .list li a.bg4 {
    background: url(../images/recruit/voice/01/bt-bg4.jpg) left top no-repeat;
  }
  .voicebtn .list li a.bg5 {
    background: url(../images/recruit/voice/01/bt-bg5.jpg) left top no-repeat;
  }
  .voicebtn .list li a.bg6 {
    background: url(../images/recruit/voice/01/bt-bg6.jpg) left top no-repeat;
  }
  .voicebtn .list h3 {
    display: block;
    color: #e30012;
    font-size: 16px;
    padding: 22px 0 0 120px;
  }
  .voicebtn .list span {
    display: block;
    color: #464646;
    font-size: 12px;
    padding: 0px 0 0 120px;
  }
  .voicebtn .list p {
    display: block;
    color: #464646;
    font-size: 14px;
    padding: 0px 0 0 120px;
  }
  .voicebt2n {
    display: block;
  }
  .voicebtn2 .recs {
    display: block;
    padding-bottom: 32px;
  }
  .voicebtn2 .recs a {
    display: block;
    background: url(../images/recruit/voice/01/recbtn.jpg) left top no-repeat;
    text-align: center;
    width: 210px;
    height: 61px;
    color: #000;
    text-decoration: none;
    margin: 0 auto;
  }
  .voicebtn2 .recs a span {
    display: block;
    text-align: center;
    padding-top: 20px;
  }
  .rikunav {
    display: block;
    text-align: center;
  }
  .rikunav p {
    display: block;
    font-size: 14px;
    text-align: center;
  }
  .rikunav figure {
    display: block;
    text-align: center;
  }
  .rikunav figure img {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) and (max-width: 910px) {
  .voicebtn .inn-910 {
    width: 100%;
    margin: 0 auto;
  }
  .voicebtn .inn-910 ul {
    display: block;
    padding-left: 12%;
  }
}

/* Q&A
-------------------------*/
@media screen and (min-width: 768px) {
  .faq-box {
    display: block;
    padding: 50px 0 0 0;
  }
  .faq-box .one {
    display: block;
    padding-bottom: 20px;
  }
  h3.open_h3 {
    cursor: pointer;
    background: #fff;
    line-height: 130%;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    position: relative;
  }
  h3.open_h3 span {
    display: inline-block;
    padding-top: 13px;
    padding-bottom: 19px;
    padding-right: 40px;
    padding-left: 56px;
    position: relative;
  }
  h3.open_h3 span::before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    background: url(../images/qa/q.jpg) left top no-repeat;
    width: 48px;
    height: 49px;
  }
  h3.open_h3 span::after {
    position: absolute;
    top: -8px;
    bottom: 0;
    right: 4px;
    margin: auto;
    vertical-align: middle;
  }
  h3.open_h3 span::after {
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    content: "▼";
    color: #e30012;
  }
  h3.open_h3.active span::after {
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    content: "△";
    color: #e30012;
  }
  .infounk {
    position: relative;
    font-size: 14px;
    line-height: 170%;
    padding-left: 56px;
    padding-top: 15px;
    padding-bottom: 19px;
  }
  .infounk::before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    background: url(../images/qa/a.jpg) left top no-repeat;
    width: 48px;
    height: 61px;
  }
  .contact-box {
    display: block;
    padding-top: 55px;
  }
  .contact-box h3 {
    display: block;
    text-align: center;
    background: #f7b3b8;
    color: #646464;
    font-size: 14px;
    padding: 10px 0 10px 0;
    margin-bottom: 40px;
  }
  .contact-box dl {
    display: block;
    color: #646464;
    font-size: 14px;
    line-height: 170%;
  }
  .contact-box dt {
    display: block;
    padding-bottom: 3px;
  }
  .contact-box dt .red {
    color: #e30012;
  }
  .contact-box dd {
    display: block;
    padding-bottom: 25px;
  }
  .contact-box select {
    border: #111 solid 1px;
    width: 40%;
    height: 30px;
  }
  .n001 {
    border: #111 solid 1px;
    width: 100%;
    height: 30px;
  }
  .txer {
    border: #111 solid 1px;
    width: 100%;
    height: 240px;
  }
  .contact-box a {
    color: #e30012;
  }
  .contact-box .bt {
    display: block;
    text-align: center;
    padding: 55px 0 50px 0;
  }
  .sbt {
    background: url(../images/recruit/voice/01/recbtn.jpg) left top no-repeat;
    background-size: 100% 100%;
    text-align: center;
    font-size: 16px;
    width: 220px;
    height: 60px;
    border: none;
  }
  .unktx {
    display: block;
    text-align: center;
    line-height: 170%;
    font-size: 15px;
    padding-bottom: 35px;
    border-bottom: #646464 solid 1px;
    margin-bottom: 40px;
  }
  .ml15 {
    margin-left: 15px;
  }
  .n002 {
    border: #111 solid 1px;
    width: 10%;
    height: 30px;
  }
  .n003 {
    border: #111 solid 1px;
    width: 42%;
    height: 30px;
  }
  .bordc01 {
    display: block;
    border-bottom: #646464 solid 1px;
    padding-bottom: 25px;
    margin-bottom: 15px;
  }
  .cath {
    display: block;
    font-size: 14px;
    padding: 10px;
    background: #eceade;
    margin-bottom: 20px;
    margin-top: 40px;
  }
  .txer2 {
    border: #111 solid 1px;
    width: 100%;
    height: 140px;
  }
  .tem-box {
    display: block;
    padding-top: 35px;
  }
  .tem-box p {
    display: block;
    font-size: 14px;
    line-height: 170%;
    padding-bottom: 25px;
  }
  .f-from-e2 .mwform-checkbox-field-text {
    display: none !important;
  }
}

/* BLOG
-------------------------*/
@media screen and (min-width: 980px) {
  .blogcatlist {
    display: block;
  }
  .blogcatlist img {
    width: 100%;
    display: block;
  }
  .blogcatlist li {
    display: block;
    float: left;
    width: 20%;
  }
  .blogpage-ti {
    display: block;
    position: relative;
    overflow: hidden;
    border-bottom: #e30012 solid 1px;
    padding: 24px 0 27px 0;
  }
  .blogpage-ti ul {
    display: block;
    float: left;
    position: relative;
    left: 50%;
  }
  .blogpage-ti li {
    display: block;
    float: left;
    position: relative;
    left: -50%;
    font-size: 14px;
    padding: 0 10px 0 10px;
  }
  .blogpage-ti li:nth-child(2) {
    color: #e30012;
    font-size: 32px;
  }
  .blog-wrap {
    display: block;
    background: #eeeeee;
    padding: 10px 0 0 0;
  }
  .inn-980 {
    display: block;
    width: 980px;
    margin: 0 auto;
  }
  .blog-wrap .left-base {
    display: block;
    float: left;
    width: 235px;
    padding-bottom: 55px;
  }
  .blog-wrap .left-base h2 {
    display: block;
    color: #949494;
    font-size: 15px;
    font-weight: bold;
    height: 27px;
    padding-left: 25px;
  }
  .blog-wrap .left-base .lnav {
    display: block;
    padding-bottom: 30px;
  }
  .blog-wrap .left-base .lnav li {
    display: block;
    position: relative;
    margin-bottom: 10px;
  }
  .blog-wrap .left-base .lnav li a {
    display: block;
    background: #fff;
    text-decoration: none;
    padding: 14px 10px 14px 25px;
    box-shadow: 2px 2px 6px 0px #39383b;
  }
  .blog-wrap .left-base .lnav li a span {
    display: block;
    float: left;
    font-size: 15px;
    font-weight: bold;
    color: #323232;
  }
  .blog-wrap .left-base .lnav li a small {
    display: block;
    float: right;
    color: #505050;
    font-size: 12px;
  }
  .blog-wrap .left-base .lnav li:before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 15px;
    height: 100%;
    content: "";
    z-index: 5;
  }
  .blog-wrap .left-base .lnav li.cat1:before {
    background: #f9d5b4;
  }
  .blog-wrap .left-base .lnav li.cat2:before {
    background: #f6c9d7;
  }
  .blog-wrap .left-base .lnav li.cat3:before {
    background: #bae0ea;
  }
  .blog-wrap .left-base .lnav li.cat4:before {
    background: #cbdf8d;
  }
  .arc-link {
    display: block;
    padding-left: 25px;
  }
  .arc-link li {
    display: block;
    padding-bottom: 5px;
  }
  .arc-link a {
    text-decoration: none;
    color: #323232;
    font-size: 15px;
  }
  .blog-wrap .right-base {
    display: block;
    float: right;
    width: 660px;
    padding-bottom: 55px;
    padding-top: 27px;
  }
  .infoone {
    display: block;
    border-radius: 20px;
    background: #fff;
    box-shadow: 2px 2px 6px 0px #39383b;
    padding: 28px;
    color: #505050;
    margin-bottom: 20px;
  }
  .infoone .ti {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: #949494 solid 1px;
  }
  .infoone .ti h2 {
    display: block;
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: #505050;
    max-width: 80%;
  }
  .infoone .ti h2 a {
    text-decoration: none;
    color: #505050;
  }
  .infoone .ti span {
    display: block;
    float: right;
    font-size: 15px;
    padding-left: 18px;
    position: relative;
  }
  .infoone .ti span:before {
    position: absolute;
    left: 0px;
    top: 3px;
    width: 15px;
    height: 15px;
    content: "";
    z-index: 5;
  }
  .infoone .ti span.cat1:before {
    background: #f9d5b4;
  }
  .infoone .ti span.cat2:before {
    background: #f6c9d7;
  }
  .infoone .ti span.cat3:before {
    background: #bae0ea;
  }
  .infoone .ti span.cat4:before {
    background: #cbdf8d;
  }
  .infoone .time {
    display: block;
    font-size: 13px;
  }
  .infoone .lr-box {
    display: block;
  }
  .infoone .lr-box figure {
    display: block;
    float: right;
    width: 130px;
    height: 130px;
    overflow: hidden;
  }
  .infoone .lr-box figure img {
    width: 100%;
  }
  .infoone .lr-box .txt {
    display: block;
    float: left;
    font-size: 15px;
    width: 450px;
    line-height: 170%;
    padding-top: 15px;
  }
  .infoone .lr-box .txt small a {
    font-size: 13px;
    text-decoration: none;
    color: #e30012;
  }
  .wp-pagenavi {
    text-align: center;
    margin: 0 auto 0 auto;
    font-size: 15px;
    padding-bottom: 40px;
  }
  .wp-pagenavi li {
    display: inline;
    margin: 5px;
  }
  .wp-pagenavi span {
    display: inline-block;
    padding: 5px;
    color: #505050;
    text-decoration: none;
  }
  .wp-pagenavi span.current {
    display: inline-block;
    padding: 5px;
    font-weight: bold;
    color: #505050;
  }
  .wp-pagenavi a {
    display: inline-block;
    padding: 5px;
    font-weight: bold;
    color: #505050;
    text-decoration: none;
  }
  .wp-pagenavi a:hover {
    padding: 5px;
    font-weight: bold;
    color: #505050;
  }
  .blog-deta {
    display: block;
    font-size: 15px;
    line-height: 180%;
    padding-top: 40px;
  }
  .blog-deta p {
    margin-bottom: 30px;
  }
  .blog-deta img {
    max-width: 100%;
  }
  .deta-lf {
    display: block;
    padding-bottom: 30px;
  }
  .deta-lf figure {
    display: block;
    float: right;
    margin-left: 20px;
  }
}

/* MATCHING
-------------------------*/
@media screen and (min-width: 768px) {
  .match-box01 {
    display: block;
    background: url(../images/matchingsearch/bg1.jpg) top center repeat-x;
    background-size: cover;
    padding: 30px 0 30px 0;
  }
  .inn-660 {
    display: block;
    width: 660px;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .match-box01 .tx {
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 170%;
    padding-bottom: 30px;
  }
  .seartbox {
    display: block;
  }
  .seartbox .one {
    display: block;
    border-radius: 15px;
    background: #fff;
    box-shadow: 2px 2px 6px 0px #39383b;
    padding: 14px 10px 14px 10px;
    margin-bottom: 20px;
  }
  .seartbox .one figure {
    display: block;
    float: left;
  }
  .seartbox .one .txt {
    display: block;
    float: right;
    width: 84%;
  }
  .seartbox .one .txt p {
    display: block;
    font-size: 18px;
    color: #646464;
    padding-bottom: 15px;
  }
  .seartbox .one .txt select {
    width: 68%;
    height: 37px;
  }
  .sert002 {
    width: 68%;
    height: 37px;
  }
  .sert-bt {
    display: block;
    text-align: center;
  }
  .serbtn,
  .feas-submit-button {
    background: url(../images/matchingsearch/sbt.jpg) left top no-repeat;
    background-size: 100% 100%;
    color: #fff;
    width: 102px;
    height: 30px;
    font-size: 13px;
    border: none;
    position: relative;
    top: -1px;
  }
  .feas-submit-button {
    position: absolute;
    top: 240px;
    left: 0px;
    right: 0;
    margin: auto;
  }
  .seartbox2 {
    display: block;
    background: #fff;
    box-shadow: 2px 2px 6px 0px #39383b;
    padding: 24px 10px 20px 10px;
    border-radius: 15px;
    font-size: 20px;
    color: #646464;
    line-height: 200%;
    position: relative;
  }
  .seartbox2 input[type="text"] {
    margin-bottom: 20px;
    font-size: 16px;
    width: 100%;
  }
  .seartbox2 select {
    width: 100%;
    height: 42px;
    font-size: 16px;
    margin-bottom: 20px;
    display: block !important;
  }
  .pads {
    display: block;
    padding-left: 15%;
    padding-right: 15%;
    margin: 0 auto;
    position: relative;
    height: auto !important;
  }
  .seartbox2 .one {
    display: block;
    margin-bottom: 20px;
  }
  .seartbox2 .one figure {
    display: block;
    float: left;
  }
  .seartbox2 .one .txt {
    display: block;
    float: right;
    width: 84%;
  }
  .seartbox2 .one .txt p {
    display: block;
    font-size: 20px;
    color: #646464;
    padding-bottom: 15px;
  }
  .seartbox2 .one .txt select {
    width: 80%;
    height: 42px;
  }
  .feas-result-0 p {
    margin: 0px !important;
    padding: 0px !important;
  }
  .match-box02 {
    display: block;
    padding-top: 30px;
  }
  .match-box02 .ti {
    display: block;
    padding-bottom: 35px;
  }
  .match-box02 .ti h2 {
    display: block;
    float: left;
    font-size: 18px;
    padding-left: 29px;
  }
  .match-box02 .ti h2 b {
    font-size: 24px;
  }
  .match-box02 .ti div {
    display: block;
    float: right;
  }
  .match-box02 .ti li {
    display: block;
    float: left;
    color: #646464;
    font-size: 15px;
    padding: 3px 25px 3px 33px;
  }
  .match-box02 .ti li:nth-child(1) {
    background: url(../images/matchingsearch/ic1.jpg) left top no-repeat;
  }
  .match-box02 .ti li:nth-child(2) {
    background: url(../images/matchingsearch/ic2.jpg) left top no-repeat;
  }
  .match-box02 .ti li:nth-child(3) {
    background: url(../images/matchingsearch/ic3.jpg) left top no-repeat;
  }
  .match-box02 .list {
    display: block;
    padding-left: 29px;
  }
  .match-box02 .list li {
    display: block;
    float: left;
    background: #eceade;
    width: 220px;
    margin-right: 12px;
    margin-bottom: 30px;
  }
  .match-box02 .list li .pad {
    display: block;
    padding: 10px;
  }
  .match-box02 .list li figure {
    display: block;
    overflow: hidden;
    width: 200px;
    height: 200px;
    margin-bottom: 15px;
  }
  .match-box02 .list li figure img {
    display: block;
    width: 100%;
  }
  .pad-b {
    height: 115px;
  }
  .match-box02 .list li p {
    display: block;
    font-size: 16px;
    color: #323232;
    margin-bottom: 10px;
  }
  .match-box02 .list .cord {
    display: block;
    padding-bottom: 1px;
    font-size: 13px;
    font-weight: bold;
  }
  .match-box02 .ic {
    display: block;
    position: relative;
    overflow: hidden;
  }
  .match-box02 .ic dl {
    float: left;
    position: relative;
    left: 50%;
  }
  .match-box02 .ic dt {
    float: left;
    left: -50%;
    position: relative;
    padding: 0 5px 0 5px;
  }
  .match-box02 .ic dt img {
    display: block;
    box-shadow: 2px 2px 6px -1px #6e6d6a;
  }
  .ma-center {
    margin: 0 auto !important;
    clear: both !important;
    float: none !important;
  }
  .eng-txt {
    display: block;
    font-size: 14px;
    line-height: 150% !important;
  }
  .eng-txt span {
    display: block;
    font-size: 12px;
  }
  .eng-btn {
    font-size: 14px;
    margin-top: 85px;
  }
  .eng-btn a {
    color: #a40406;
  }
}

/* COMPANY POLICY
-------------------------*/
@media screen and (min-width: 768px) {
  .policy01 {
    display: block;
  }
  .policy01 h2 {
    display: block;
    text-align: center;
    margin-bottom: 50px;
  }
  .policy01 h2 span {
    display: inline-block;
    position: relative;
    color: #6c5a31;
    font-size: 30px;
    font-weight: bold;
    padding: 0 190px 0 190px;
  }
  .policy01 h2 span::before,
  .policy01 h2 span::after {
    position: absolute;
    content: "";
    width: 177px;
    height: 22px;
    top: 0;
  }
  .policy01 h2 span::before {
    position: absolute;
    left: 0px;
    background: url(../images/company/policy/line1.jpg) left top no-repeat;
  }
  .policy01 h2 span::after {
    position: absolute;
    right: 0px;
    background: url(../images/company/policy/line2.jpg) left top no-repeat;
  }
  .policy01 .box1 {
    display: block;
    padding-bottom: 40px;
  }
  .policy01 .box1 p {
    display: block;
    font-size: 14px;
    line-height: 170%;
    padding-bottom: 20px;
  }
  .policy01 .box1 h3 {
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
  }
  .policy01 .box1 h3 b {
    font-size: 20px;
    color: #ca0012;
  }
  .policy01 .box1 h3.ex-pb {
    padding-bottom: 25px;
  }
  .policy01 .box1 h3.ex-pb2 {
    padding-bottom: 20px;
  }
  .policy01 .box1 h3 b.e2 {
    font-size: 18px;
  }
  .policy01 .box1 ul {
    display: block;
    padding-bottom: 20px;
    margin-left: 16px;
  }
  .policy01 .box1 ul li {
    font-size: 14px;
    line-height: 170%;
    list-style-type: decimal !important;
  }
  .sy-t {
    display: block;
    font-size: 14px;
    text-align: right;
  }
  .back-btn {
    display: block;
    padding: 60px;
  }
  .back-btn a {
    display: block;
    text-align: center;
    margin: 0 auto;
    background: url(../images/company/policy/back-bg.jpg) left top no-repeat;
    background-size: 100% 100%;
    width: 206px;
    padding: 15px 0 15px 0;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
  }
}

/* PRODUCT
-------------------------*/
@media screen and (min-width: 921px) {
  .prod-main {
    display: block;
    height: 473px;
    overflow: hidden;
    background: url(../images/products/main.jpg) bottom center no-repeat;
    background-size: cover;
    position: relative;
  }
  .prod-main h2 {
    display: block;
    text-align: center;
    padding: 40px 0 16px 0;
  }
  .prod-main h2 img {
    display: inline-block;
  }
  .prod-main p {
    display: block;
    text-align: center;
    font-weight: bold;
    line-height: 175%;
    font-size: 16px;
  }
  .prod-main div {
    position: absolute;
    right: 3%;
    bottom: 20px;
  }
  .inn-920 {
    display: block;
    width: 920px;
    margin: 0 auto;
  }
  .cleaner-box01 {
    display: block;
    padding-bottom: 60px;
  }
  h2.clh2 {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 14px;
    background: #e30012;
  }
  .cl-bg1 {
    display: block;
    background: #e4e4e4;
  }
  .cleaner-box01 .cl-bg1 {
    padding: 20px;
  }
  .cleaner-box01 .tx1 {
    display: block;
    font-size: 14px;
    line-height: 160%;
    color: #646464;
    padding: 0 0 30px 25px;
  }
  .cl-lf01 {
    display: block;
  }
  .cl-lf01 figure {
    display: block;
    float: left;
  }
  .cl-lf01 .txt {
    display: block;
    float: right;
    width: 418px;
  }
  .sa-p {
    display: block;
    font-size: 13px;
    color: #323232;
    padding-bottom: 10px;
    border-bottom: #323232 solid 1px;
  }
  .sa-p span {
    display: inline-block;
    background: url(../images/products/ya.jpg) left top 2px no-repeat;
    background-size: 100% 100%;
    width: 10px;
    height: 13px;
  }
  .sa-p.fs2 {
    font-size: 13px !important;
    border-bottom: none;
  }
  .cl-lf01 .txt h3 {
    display: block;
    padding-top: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #646464;
    padding-bottom: 14px;
  }
  .cl-lf01 .txt h3 small {
    font-weight: normal;
    font-size: 13px;
  }
  .cl-lf01 .txt .pad {
    display: block;
    padding: 0 0 0 20px;
    color: #323232;
  }
  .cl-lf01 .txt .pad p {
    display: block;
    position: relative;
    margin-bottom: 10px;
  }
  /*.cl-lf01 .txt .pad p::after {
		position: absolute;
		left: 0;
		top: 44%;
		content: "";
		height: 1px;
		width: 100%;
		border-bottom: #323232 dotted 1px;
	}*/
  .cl-lf01 .txt .pad p span {
    display: inline-block;
    z-index: 6;
    position: relative;
    background: #e4e4e4;
  }
  .cl-lf01 .txt .pad ul {
    display: block;
    padding-bottom: 10px;
  }
  .cl-lf01 .txt .pad li {
    display: block;
    font-weight: bold;
    background: url(../images/products/ya.jpg) left top 5px no-repeat;
    font-size: 15px;
    padding: 0 0 8px 13px;
  }
  .cl-lf01 .txt .pad li a {
    text-decoration: none;
    color: #323232;
  }
  .cl-lf01 .txt .pad li a:hover {
    text-decoration: underline;
  }
  .movbt1 {
    display: block;
  }
  .movbt1 a {
    display: block;
    text-align: center;
    background: url(../images/products/movbt1.jpg) left top no-repeat;
    background-size: 100% 100%;
    width: 360px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #323232;
    padding: 14px 0 17px 0;
  }
  .cleaner-box02 {
    display: block;
    padding-bottom: 60px;
  }
  .cleaner-box02 .lf {
    display: block;
    float: left;
  }
  .cleaner-box02 .rf {
    display: block;
    float: right;
  }
  .cleaner-box02 .txt {
    display: block;
    width: 455px;
    background: #e4e4e4;
  }
  .cleaner-box02 .txt .pad {
    display: block;
    padding: 15px 45px 15px 45px;
  }
  .cleaner-box02 .txt p {
    display: block;
    font-size: 14px;
    line-height: 170%;
    color: #646464;
    padding-bottom: 15px;
  }
  .cleaner-box02 .btn-li a {
    display: block;
    text-align: center;
    background: url(../images/products/linkbt1.jpg) left top no-repeat;
    background-size: 100% 100%;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    padding-top: 14px;
    padding-bottom: 16px;
  }
  .cleaner-box02 .btn-mv a {
    display: block;
    text-align: center;
    background: url(../images/products/movbt2.jpg) left top no-repeat;
    background-size: 100% 100%;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    padding-top: 14px;
    padding-bottom: 16px;
  }
  .cleaner-box02 ul {
    display: block;
    padding-bottom: 10px;
  }
  .cleaner-box02 ul.fs2 li {
    margin-left: 5px !important;
    letter-spacing: -1px;
  }
  .cleaner-box02 li {
    display: block;
    font-weight: bold;
    background: url(../images/products/ya.jpg) left top 5px no-repeat;
    font-size: 15px;
    padding: 0 0 8px 13px;
  }
  .cleaner-box02 li a {
    text-decoration: none;
    color: #323232;
  }
  .cleaner-box02 li a:hover {
    text-decoration: underline;
  }
  .ht1 {
    height: 284px;
  }
  .ht2 {
    height: 298px;
  }
  .ht3 {
    height: 298px;
  }
  .ht4 {
    height: 404px;
  }
  .ht5 {
    height: 337px;
  }
}
@media screen and (min-width: 768px) and (max-width: 925px) {
  .inn-920 {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}

/* PRODUCT-campaign
-------------------------*/
@media screen and (min-width: 921px) {
  .prod-banner {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 0;
    display: block;
    text-align: center;
  }
  .prod-banner .bnr-pc {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .prod-banner .bnr-sp {
    display: none;
  }
}
@media screen and (max-width: 920px) {
  .prod-banner {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 0;
    display: block;
    text-align: center;
  }
  .prod-banner .bnr-sp {
    width: 90%;
    max-width: 640px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .prod-banner .bnr-pc {
    display: none;
  }
}

/* PRODUCT- shopBnr
-------------------------*/
.b-shopBnr {
  margin: auto;
}
.b-shopBnr .b-bnrs {
  display: flex;
  justify-content: center;
}
.b-shopBnr p {
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .b-shopBnr {
    width: 90%;
    margin-top: 50px;
  }
  .b-shopBnr a {
    width: 48.5%;
  }
  .b-shopBnr a + a {
    margin-left: 3%;
  }
  .b-shopBnr .b-bnrs img {
    filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.3));
  }
  .b-shopBnr .bnr-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .b-shopBnr {
    width: 630px;
    margin-top: 55px;
  }
  .b-shopBnr a + a {
    margin-left: 22px;
  }
  .b-shopBnr .b-bnrs img {
    filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.75));
  }
  .b-shopBnr p {
    text-align: center;
    font-size: 13px;
  }
  .b-shopBnr .bnr-sp {
    display: none;
  }
}

/* COATING
-------------------------*/
@media screen and (min-width: 768px) {
  .coat-main {
    display: block;
    background: url(../images/coating/main.jpg) bottom center no-repeat;
    background-size: cover;
    height: 473px;
    position: relative;
  }
  .coat-main div {
    display: block;
    position: absolute;
    right: 3%;
    bottom: 20px;
    color: #505050;
    text-align: left;
  }
  .coat-main h2 {
    display: block;
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 15px;
  }
  .coat-main p {
    display: block;
    font-size: 16px;
    line-height: 170%;
  }
  .coat-list {
    display: block;
    padding-top: 60px;
  }
  .coat-list .list {
    display: block;
  }
  .coat-list .list li {
    display: block;
    float: left;
    width: 290px;
    margin-right: 25px;
    margin-bottom: 30px;
  }
  .coat-list .list li:nth-child(3n) {
    margin-right: 0px;
  }
  .coat-list .list a {
    display: block;
    border-radius: 10px;
    background: #e30012;
    box-shadow: 0px 0px 6px 2px #b3b3b3;
    padding: 0 20px 20px 20px;
    color: #fff;
    text-decoration: none;
  }
  .coat-list .list figure {
    display: block;
    float: left;
    padding-top: 20px;
  }
  .coat-list .list .txt {
    display: block;
    float: right;
    width: 175px;
    padding-top: 20px;
    color: #fff;
    position: relative;
  }
  .coat-list .list .txt::before,
  .coat-list .list .txt::after {
    position: absolute;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .coat-list .list .txt::before {
    width: 16px;
    height: 16px;
    background: #fff;
    right: -5px;
    top: 90px;
  }
  .coat-list .list .txt::after {
    right: -5px;
    top: 93px;
    box-sizing: border-box;
    width: 5px;
    height: 5px;
    border: 5px solid transparent;
    border-left: 5px solid #e30012;
  }
  .coat-list .list h3 {
    display: block;
    font-size: 18px;
    font-weight: bold;
  }
  .coat-list .list h3 small {
    display: block;
    font-size: 12px;
    font-weight: normal;
  }
  .coat-list .list p {
    display: block;
    font-size: 16px;
    line-height: 100%;
    padding-top: 6px;
  }
  .coat-list .list span {
    display: block;
    font-size: 12px;
    line-height: 100%;
  }
  .downbt-base {
    display: block;
    padding: 0 65px 65px 65px;
  }
  .downbt-base .downbt1 {
    display: block;
    float: left;
  }
  .downbt-base .downbt1:nth-child(2) {
    float: right;
  }
  .downbt1 a {
    display: block;
    background: url(../images/coating/bt-bg.jpg) left top no-repeat;
    width: 381px;
    height: 57px;
    text-decoration: none;
    font-size: 16px;
    color: #323232;
    font-weight: bold;
  }
  .downbt1 a span {
    display: inline-block;
    position: relative;
    padding: 17px 28px 17px 35px;
  }
  /* 背景にiPROSロゴなしバージョン */
  .downbt1.m-plain a {
    background-image: url(../images/coating/bt-bg_dl.jpg);
  }
  .downbt1.m-plain a span {
    left: 50%;
    transform: translateX(-50%);
  }
  /* 背景にiPROSロゴなしバージョンここまで */

  .downbt1 a span::before,
  .downbt1 a span::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .downbt1 a span::before {
    right: 4px;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    border: 8px solid transparent;
    border-left: 8px solid #e30012;
  }
  .eqit-base {
    display: block;
  }
  .eqit-base .ti {
    display: block;
    position: relative;
    border-bottom: #949494 solid 2px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .eqit-base .ti::after {
    position: absolute;
    left: 0px;
    bottom: -2px;
    content: "";
    height: 2px;
    width: 150px;
    background: #e30012;
  }
  .eqit-base .ti h2 {
    display: block;
    float: left;
  }
  .eqit-base .ti span {
    display: block;
    float: right;
    font-size: 16px;
    color: #646464;
  }
  .eqit-base .list {
    display: block;
  }
  .eqit-base .list .lef {
    display: block;
    float: left;
    width: 450px;
  }
  .eqit-base .list .lef:nth-child(2) {
    float: right;
  }
  .eqit-base .list .txt {
    display: block;
    color: #323232;
  }
  .eqit-base .list h3 {
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 8px;
    float: left;
  }
  .eqit-base .list dl {
    display: block;
    float: right;
    width: 45%;
    font-size: 14px;
    padding-bottom: 15px;
  }
  .eqit-base .list dt {
    display: block;
    float: left;
    position: relative;
    width: 19%;
    padding-bottom: 5px;
  }
  .eqit-base .list dt::after {
    position: absolute;
    right: 0px;
    top: 0px;
    content: ":";
  }
  .eqit-base .list dd {
    display: block;
    width: 100%;
    padding-bottom: 5px;
  }
  .eqit-base .list figure {
    display: block;
    padding-top: 20px;
  }
}

/* RECRUIT
-------------------------*/
@media screen and (min-width: 768px) {
  .recruit-mov {
    width: 100%; /*横幅いっぱいにwidthを指定*/
    padding-bottom: 48.45%; /*高さをpaddingで指定(16:9)*/
    height: 0px; /*高さはpaddingで指定するためheightは0に*/
    position: relative;
  }
  .recruit-mov img {
    width: 100%;
  }
  .recruit-mov iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .rec-voice {
    display: block;
    padding-top: 60px;
    color: #464646;
  }
  .rec-voice h2 {
    display: block;
    text-align: center;
    padding-bottom: 30px;
  }
  .rec-voice h2 img {
    display: inline-block;
  }
  .rec-voice h2 span {
    display: block;
    text-align: center;
    color: #e30012;
    font-size: 18px;
    padding: 4px;
  }
  .rec-voice .tx1 {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 170%;
    padding-bottom: 30px;
  }
  .rec-voice .list {
    display: block;
    padding-bottom: 30px;
  }
  .rec-voice .list li {
    display: block;
    float: left;
    width: 273px;
    margin-right: 35px;
    margin-bottom: 35px;
  }
  .rec-voice .list li:nth-child(3n) {
    margin-right: 0px;
  }
  .rec-voice .list a {
    display: block;
    position: relative;
    background: url(../images/recruit/vo-bg.jpg) top center no-repeat;
    background-size: 100% 100%;
    border-radius: 10px;
    border: #f5b0b5 solid 4px;
    padding: 5px 6px 5px 6px;
    box-shadow: 0px 0px 6px 2px #b3b3b3;
  }
  .rec-voice .list a figure {
    display: block;
    float: left;
  }
  .rec-voice .list a .txt {
    display: block;
    float: right;
    width: 145px;
    padding: 35px 0 0 0;
  }
  .rec-voice .list a .txt h3 {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #e30012;
  }
  .rec-voice .list a .txt small {
    display: block;
    font-size: 11px;
  }
  .rec-voice .list a .txt span {
    display: block;
    font-size: 14px;
  }
  .rec-voice .list a .txt p {
    display: block;
    font-size: 14px;
    padding-top: 15px;
  }
  .rec-blog {
    display: block;
    background: url(../images/recruit/blog-bg.jpg) top center no-repeat;
    background-size: cover;
    height: 653px;
    min-width: 700px;
    box-shadow: 0px -2px 16px -1px #b3b3b3;
  }
  .rec-blog .box {
    display: block;
    text-align: center;
    width: 270px;
    padding-top: 50px;
    margin-left: 25px;
  }
  .rec-blog .box h2 {
    display: block;
    text-align: center;
    padding-bottom: 6px;
  }
  .rec-blog .box h2 img {
    display: inline-block;
  }
  .rec-blog .box .cent {
    display: block;
    text-align: center;
  }
  .rec-blog .box span {
    display: inline-block;
    position: relative;
    font-size: 18px;
    color: #e30012;
  }
  .rec-blog .box span::before,
  .rec-blog .box span::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .rec-blog .box span::before {
    width: 22px;
    height: 22px;
    background: #e30012;
    right: -26px;
  }
  .rec-blog .box span::after {
    right: -24px;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 6px solid #fff;
  }
  .rec-blog .box p {
    display: block;
    text-align: left;
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .rec-blog .box .btn {
    display: block;
    text-align: center;
  }
  .rec-blog .box .rbtn1 {
    display: block;
    text-align: center;
    background: url(../images/recruit/bt-bg.jpg) left top no-repeat;
    background-size: 100% 100%;
    text-decoration: none;
    font-size: 16px;
    color: #323232;
    padding: 17px 0 19px 0;
    width: 260px;
    margin: 0 auto;
  }
  .rec-inter {
    display: block;
    background: url(../images/recruit/inter-bg.jpg) top center no-repeat;
    background-size: cover;
    min-width: 700px;
    height: 650px;
  }
  .rec-inter .box {
    display: block;
    text-align: center;
    width: 350px;
    margin: 0 auto;
    padding-top: 60px;
  }
  .rec-inter .box h2 {
    display: block;
    text-align: center;
    padding-bottom: 6px;
  }
  .rec-inter .box h2 img {
    display: inline-block;
  }
  .rec-inter .box .cent {
    display: block;
    text-align: center;
  }
  .rec-inter .box span {
    display: inline-block;
    position: relative;
    font-size: 18px;
    color: #e30012;
  }
  .rec-inter .box span::before,
  .rec-inter .box span::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .rec-inter .box span::before {
    width: 22px;
    height: 22px;
    background: #e30012;
    right: -26px;
  }
  .rec-inter .box span::after {
    right: -24px;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 6px solid #fff;
  }
  .rec-inter .box p {
    display: block;
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 15px;
    text-align: center;
  }
  .rec-inter .box .btn {
    display: block;
    text-align: center;
  }
  .rec-inter .box .rbtn1 {
    display: block;
    text-align: center;
    background: url(../images/recruit/bt-bg.jpg) left top no-repeat;
    background-size: 100% 100%;
    text-decoration: none;
    font-size: 16px;
    color: #323232;
    padding: 17px 0 19px 0;
    width: 260px;
    margin: 0 auto;
  }
  .r-shadw1 {
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
    box-shadow: 0px -2px 16px -1px #111;
  }
  .r-shadw1::after {
    position: absolute;
    left: 0px;
    bottom: -20px;
    content: "";
    height: 50px;
    width: 100%;
    background: #fff;
  }
}
@media screen and (min-width: 768px) and (max-width: 925px) {
  .rec-voice .list .dli {
    display: block !important;
    position: relative !important;
    padding-left: 14%;
    overflow: hidden !important;
    padding-bottom: 30px;
  }
  .rec-voice .list .dli ul {
    position: relative !important;
    left: 50% !important;
    float: left !important;
  }
  .rec-voice .list .dli li {
    display: block !important;
    position: relative !important;
    left: -50% !important;
    float: left !important;
    width: 273px;
    margin-right: 8px;
    margin-left: 8px;
    margin-bottom: 35px;
  }
  .rec-voice .list li:nth-child(3n) {
    margin-right: 8px;
  }
}

/* SITEMAP
-------------------------*/
@media screen and (min-width: 768px) {
  .sitemap-base {
    display: block;
    padding-top: 55px;
  }
  .sitemap-base .inn-620 {
    border-top: #e30012 dotted 2px;
  }
  .sitemap-base .one {
    display: block;
    border-bottom: #e30012 dotted 2px;
    padding: 20px 0 8px 0;
  }
  .sitemap-base ul {
    display: block;
  }
  .sitemap-base .e1 {
    width: 225px;
    float: left;
  }
  .sitemap-base .e2 {
    float: left;
  }
  .sitemap-base ul.e1 li {
    font-weight: bold;
  }
  .sitemap-base li {
    display: block;
    position: relative;
    padding-left: 15px;
    margin-bottom: 12px;
  }
  .sitemap-base li::before,
  .sitemap-base li::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .sitemap-base li::before {
    left: 0px;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    border: 8px solid transparent;
    border-left: 8px solid #e30012;
  }
  .sitemap-base li a {
    text-decoration: none;
    color: #000;
  }
  .sitemap-base li a:hover {
    text-decoration: underline;
  }
  .ed1 {
    display: block;
    float: left;
    width: 105px;
  }
  .inner-e3 ul {
    display: block;
    float: left;
  }
  .e3 {
    width: 105px;
  }
  .sitemap-base .e4 {
    width: 425px;
    float: left;
  }
  .sitemap-base li.current::before {
    left: 0px;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    border: 8px solid transparent;
    border-left: 8px solid #787878;
  }
}

/* INTERNSHIP
-------------------------*/
@media screen and (min-width: 768px) {
  .inter-wrap {
    display: block;
    background: url(../images/recruit/internship/wrap-bg.jpg) top center
      no-repeat #eceade;
    min-width: 880px;
    padding-bottom: 70px;
  }
  .inn-880 {
    display: block;
    width: 880px;
    margin: 0 auto;
  }
  .inter01 {
    display: block;
    position: relative;
    padding-top: 34px;
    padding-bottom: 215px;
  }
  .inter01 h2 {
    display: block;
    padding-bottom: 30px;
  }
  .inter01 p {
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 175%;
    color: #323232;
  }
  .inter01 figure {
    display: block;
    position: absolute;
    right: 0px;
    bottom: 20px;
  }
  .inter02 {
    display: block;
  }
  .inter02 .lef {
    display: block;
    float: left;
    width: 590px;
  }
  .inter02 table {
    width: 100%;
    font-size: 16px;
    line-height: 175%;
    color: #323232;
  }
  .inter02 table th {
    text-align: left;
    vertical-align: top;
    border-bottom: #323232 dotted 1px;
    width: 120px;
    padding: 16px 0 16px 0;
  }
  .inter02 table td {
    text-align: left;
    border-bottom: #323232 dotted 1px;
    padding: 16px 0 16px 0;
  }
  .malink {
    color: #e30012 !important;
  }
  .inter02 table td b {
    font-size: 24px;
  }
  .inter02 .tx2 {
    display: block;
    font-size: 16px;
    padding-top: 35px;
  }
  .inter02 .ref {
    display: block;
    float: right;
    width: 268px;
    padding-top: 85px;
  }
  .inter02 .ref figure {
    display: block;
    padding-bottom: 15px;
  }
  .r-shadw2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .bord-day {
    display: block;
    border: #222 solid 1px;
    padding: 90px 0 90px 0;
    margin-top: 85px;
  }
  .bord-day p {
    display: block;
    font-size: 15px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 880px) {
  .inter-wrap {
    min-width: auto;
  }
  .inter-wrap .inn-880 {
    display: block;
    width: 100% !important;
    margin: 0 auto;
  }
  .inter02 .lef {
    display: block;
    float: left;
    width: 490px;
  }
}

/* ICOATING-DETAIL
-------------------------*/
@media screen and (min-width: 921px) {
  .coat-deta1 {
    display: block;
    padding: 60px 0 50px 0;
  }
  .coat-deta1 h2 {
    display: block;
    text-align: center;
    padding-bottom: 20px;
  }
  .coat-deta1 h2 img {
    display: inline-block;
  }
  .coat-deta1 p {
    display: block;
    text-align: center;
    color: #323232;
    font-size: 15px;
    line-height: 175%;
  }
  .coat-deta2 {
    padding-bottom: 40px;
  }
  .coat-deta2 h2 {
    display: block;
    color: #fff;
    padding: 14px;
    font-size: 20px;
    background: #e30012;
  }
  .coat-deta2 .lf-box {
    display: block;
    padding-top: 15px;
    padding-left: 25px;
  }
  .coat-deta2 .lf-box .txt {
    display: block;
    float: left;
    width: 555px;
    color: #323232;
  }
  .coat-deta2 .lf-box .tx1 {
    display: block;
    font-size: 14px;
    line-height: 170%;
    padding-bottom: 16px;
  }
  .coat-deta2 .lf-box .list {
    display: block;
  }
  .coat-deta2 .lf-box .lef {
    display: block;
    float: left;
    width: 47%;
    border-top: #979797 solid 1px;
    padding-top: 4px;
  }
  .coat-deta2 .lf-box .lef:nth-child(2) {
    float: right;
  }
  .coat-deta2 .lf-box h3 {
    display: block;
    font-weight: bold;
    padding-bottom: 8px;
  }
  .coat-deta2 .lf-box p {
    font-size: 14px;
  }
  .coat-deta2 figure {
    display: block;
    float: right;
    width: 300px;
  }
  .coat-deta2 .downbt1 {
    float: right;
  }
  .coat-deta2 .downbt1.no-fl {
    float: none;
    clear: both;
  }
  .coat-deta2 .downbt1.fst01 a {
    font-size: 12px !important;
    text-align: left;
    letter-spacing: -1px;
  }
  .coat-deta2 .downbt1.fst01 span {
    padding-left: 10px;
    display: block;
    margin-right: 100px;
  }
  .coat-deta2 figure img {
    width: 100%;
  }
  .w100p {
    width: 100% !important;
  }
}

/* PRIVACY
-------------------------*/
@media screen and (min-width: 768px) {
  .privbase {
    display: block;
    padding-top: 55px;
  }
  .privbase p {
    display: block;
    font-size: 14px;
    line-height: 170%;
    padding-bottom: 40px;
  }
  .privbase h3 {
    display: block;
    font-size: 14px;
    line-height: 170%;
    font-weight: bold;
    padding-bottom: 22px;
  }
  .tx-right {
    text-align: right;
  }
}

/* COMPANY
-------------------------*/
@media screen and (min-width: 768px) {
  .comp-box1 {
    display: block;
    background: url(../images/company/main.jpg) bottom center no-repeat;
    background-size: cover;
    height: 282px;
    position: relative;
  }
  .comp-box1 .box {
    position: absolute;
    right: 3%;
    bottom: 20px;
    color: #fff;
  }
  .comp-box1 h2 {
    display: block;
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 15px;
  }
  .comp-box1 p {
    display: block;
    font-size: 16px;
    line-height: 175%;
    text-align: right;
  }
  .inn-840 {
    width: 840px;
    margin: 0 auto;
  }
  .comp-box2 {
    display: block;
  }
  .comp-box2 .box1 {
    padding: 60px 0 60px 0;
    text-align: center;
  }
  .comp-box2 .box1 span {
    display: block;
    text-align: center;
    color: #e30012;
    font-size: 18px;
    font-weight: bold;
    border: #e30012 solid 1px;
    width: 325px;
    margin: 0 auto;
    padding: 2px 0 2px 0;
    margin-bottom: 40px;
  }
  .comp-box2 .box1 h2 {
    display: block;
    text-align: center;
    color: #323232;
    font-size: 40px;
    font-weight: bold;
    line-height: 160%;
  }
  .comp-box2 .box2 {
    display: block;
    background: #f7b2b7;
    padding: 68px 0 68px 0;
  }
  .comp-box2 .box2 .bgs {
    display: block;
    width: 326px;
    margin: 0 auto;
    background: #e30012;
    text-align: center;
    color: #fff;
  }
  .comp-box2 .box2 h2 {
    font-size: 50px;
    font-weight: bold;
    display: block;
    text-align: center;
    line-height: 130%;
    padding: 40px 0 13px 0;
    letter-spacing: 10px;
    padding-left: 42px;
  }
  .comp-box2 .box2 p {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 175%;
    padding-bottom: 15px;
  }
  .comp-box2 .box2 span {
    display: block;
    text-align: center;
    font-size: 12px;
    padding-bottom: 40px;
  }
  .comp-box03 {
    display: block;
    background: url(../images/company/bg1.jpg) top center no-repeat;
    background-size: cover;
    padding: 55px 0 60px 0;
  }
  .inn-700 {
    width: 700px;
    margin: 0 auto;
  }
  .skt {
    display: block;
    text-align: center;
    color: #e30012;
    font-size: 18px;
    font-weight: bold;
    border: #e30012 solid 1px;
    width: 325px;
    margin: 0 auto;
    padding: 2px 0 2px 0;
    margin-bottom: 40px;
  }
  .comp-box03 .skt {
    margin-bottom: 60px;
  }
  .clf-box {
    display: block;
    padding-right: 175px;
  }
  .clf-box .lef {
    display: block;
    float: left;
    background: #e30012;
    width: 155px;
    height: 155px;
  }
  .clf-box .lef h2 {
    display: block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 26px;
    padding-top: 63px;
  }
  .clf-box .txt {
    display: block;
    float: right;
    width: 340px;
    color: #000;
    padding-top: 20px;
  }
  .clf-box .txt h3 {
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 12px;
  }
  .clf-box .txt p {
    display: block;
    font-size: 15px;
    line-height: 170%;
    font-weight: bold;
  }
  .comp-box04 {
    display: block;
    background: url(../images/company/bg2.jpg) top center no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
  }
  .clf-box2 {
    display: block;
    padding-left: 180px;
  }
  .clf-box2 .lef {
    display: block;
    float: right;
    background: #e30012;
    width: 155px;
    height: 155px;
  }
  .clf-box2 .lef h2 {
    display: block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 26px;
    line-height: 140%;
    padding-top: 33px;
  }
  .clf-box2 .txt {
    display: block;
    float: left;
    width: 340px;
    color: #000;
    padding-top: 20px;
  }
  .clf-box2 .txt h3 {
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 12px;
    letter-spacing: -2px;
  }
  .clf-box2 .txt p {
    display: block;
    font-size: 15px;
    line-height: 170%;
    font-weight: bold;
  }
  .comp-box05 {
    display: block;
    background: url(../images/company/bg3.jpg) top center no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
  }
  .policy01 .inn-700 {
    padding: 50px 0 50px 0;
  }
  .policy01 .inn-700 h2 {
    margin-bottom: 25px;
  }
  .policy01 .inn-700 h2 span {
    font-size: 20px !important;
    color: #323232 !important;
  }
  .policy01 .inn-700 p.tx3 {
    padding: 0 40px 0 40px;
    font-size: 14px;
    padding-bottom: 20px;
  }
  .policy01 .inn-700 .recs {
    display: block;
    padding-bottom: 32px;
  }
  .policy01 .inn-700 .recs a {
    display: block;
    background: url(../images/recruit/voice/01/recbtn.jpg) left top no-repeat;
    text-align: center;
    width: 210px;
    height: 61px;
    color: #000;
    text-decoration: none;
    margin: 0 auto;
  }
  .policy01 .inn-700 .recs a span {
    display: block;
    text-align: center;
    padding-top: 20px;
  }
  .comp-box06 {
    display: block;
    background: #eceade;
    padding: 55px 0 60px 0;
  }
  .comp-box06 .skt {
    color: #949494;
    border: #949494 solid 1px;
  }
  .comp-box06 .list {
    display: block;
    color: #323232;
  }
  .comp-box06 .lef {
    display: block;
    float: left;
    width: 48%;
  }
  .comp-box06 .lef:nth-child(2) {
    float: right;
  }
  .comp-box06 .lef table {
    width: 100%;
    font-size: 14px;
    line-height: 170%;
  }
  .comp-box06 .lef table th {
    text-align: left;
    border-bottom: #323232 solid 1px;
    padding: 12px 0 12px 0;
    vertical-align: top;
  }
  .comp-box06 .lef table td {
    text-align: left;
    border-bottom: #323232 solid 1px;
    padding: 12px 0 12px 0;
  }
  .comp-box06 .list2 {
    display: block;
    color: #323232;
    padding-top: 50px;
  }
  .comp-box06 .list2 .maps {
    display: block;
    float: left;
    width: 600px;
  }
  .comp-box06 .list2 iframe {
    width: 100%;
    height: 450px;
  }
  .comp-box06 .list2 .lef2 {
    display: block;
    float: right;
    width: 215px;
    padding-top: 230px;
  }
  .comp-box06 .list2 .lef2 h3 {
    display: block;
    color: #949494;
    font-weight: bold;
    border-bottom: #949494 solid 2px;
    padding-bottom: 5px;
    font-size: 20px;
    letter-spacing: 23px;
    text-align: center;
    margin-bottom: 15px;
  }
  .comp-box06 .list2 .lef2 p {
    display: block;
    font-size: 14px;
    line-height: 175%;
  }

  .inn-705 {
    width: 705px;
    margin: 0 auto;
  }
  .comp-box07 {
    display: block;
    padding: 60px 0 55px 0;
  }
  .comp-box07 .skt {
    color: #949494;
    border: #949494 solid 1px;
  }
  .comp-box07 .list {
    display: block;
  }
  .comp-box07 .lef {
    display: block;
    float: left;
    width: 48%;
    color: #323232;
  }
  .comp-box07 .lef:nth-child(2) {
    float: right;
  }
  .comp-box07 h3 {
    display: block;
    font-size: 16px;
    border-bottom: #323232 solid 1px;
    margin-bottom: 10px;
    padding-bottom: 4px;
  }
  .comp-box07 p {
    display: block;
    font-size: 14px;
    line-height: 175%;
  }
  .comp-box07 a {
    color: #e30012;
  }

  .comp-box07 .list2 .maps {
    display: block;
    float: left;
    width: 600px;
    margin-top: 50px;
  }
  .comp-box07 .list2 iframe {
    width: 100%;
    height: 450px;
  }
  .comp-box07 .list2 .lef2 {
    display: block;
    float: right;
    width: 215px;
    padding-top: 230px;
  }
  .comp-box07 .list2 .lef2 h3 {
    display: block;
    color: #949494;
    font-weight: bold;
    border-bottom: #949494 solid 2px;
    padding-bottom: 5px;
    font-size: 20px;
    letter-spacing: 23px;
    text-align: center;
    margin-bottom: 15px;
  }
  .comp-box07 .list2 .lef2 p {
    display: block;
    font-size: 14px;
    line-height: 175%;
  }

  .smapbt {
    display: block;
    padding-top: 13px;
  }
  .smapbt a {
    display: block;
    background: url(../images/company/mapbt.png) left top no-repeat;
    background-size: 100% 100%;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    padding: 14px 0 15px 0;
    font-weight: bold;
    color: #333 !important;
  }

  .comp-box08 {
    display: block;
    padding: 60px 0 55px 0;
    background: #eceade;
  }
  .comp-box08 .skt {
    color: #949494;
    border: #949494 solid 1px;
  }
  .comp-box08 .lef {
    display: block;
    float: left;
    width: 48%;
  }
  .comp-box08 .lef:nth-child(2) {
    float: right;
  }
  .comp-box08 table {
    width: 100%;
    color: #323232;
    font-size: 14px;
    line-height: 170%;
  }
  .comp-box08 table th {
    text-align: left;
    padding-bottom: 5px;
  }
  .comp-box08 table td {
    text-align: left;
    padding-bottom: 5px;
  }
  .comp-bnr {
    display: block;
    padding: 50px 0 0 0;
    border-top: #979797 solid 1px;
  }
  .comp-bnr figure {
    display: block;
    text-align: center;
  }
  .comp-bnr img {
    display: inline-block;
  }
  .comp-box2-2 {
    display: block;
  }
  .comp-box2-2 .box1 {
    padding: 60px 0 60px 0;
    text-align: center;
    background: #e30212;
  }
  .comp-box2-2 .box1 span {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border: #fff solid 1px;
    width: 325px;
    margin: 0 auto;
    padding: 2px 0 2px 0;
    margin-bottom: 40px;
  }
  .comp-box2-2 .box1 h2 {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    line-height: 160%;
  }
  .comp-box2-2 .box1 p {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 200%;
  }
  .comp-box2-3 {
    display: block;
    background: #eceade;
  }
  .comp-box2-3 .box1 {
    padding: 60px 0 60px 0;
    text-align: center;
  }
  .comp-box2-3 .box1 span {
    display: block;
    text-align: center;
    color: #e30012;
    font-size: 18px;
    font-weight: bold;
    border: #e30012 solid 1px;
    width: 325px;
    margin: 0 auto;
    padding: 2px 0 2px 0;
    margin-bottom: 40px;
  }
  .comp-box2-3 .box1 p {
    display: block;
    text-align: left;
    font-size: 20px;
    color: #222;
    line-height: 200%;
    padding-left: 120px;
    padding-right: 120px;
  }
  .comp-box09 {
    display: block;
    padding: 60px 0 0 0 !important;
  }
  .comp-box09 img {
    display: block;
    width: 100%;
  }
  .comp-box09 span {
    display: block;
    text-align: center;
    color: #e30012;
    font-size: 18px;
    font-weight: bold;
    border: #e30012 solid 1px;
    width: 325px;
    margin: 0 auto;
    padding: 2px 0 2px 0;
    margin-bottom: 40px;
  }
  .comp-box09 figure {
    display: block;
    padding-bottom: 60px;
  }
  .inn-1280 {
    max-width: 1280px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 840px) {
  .inn-840 {
    width: 100%;
    margin: 0 auto;
  }
  .comp-box06 .list2 .maps {
    display: block;
    float: left;
    width: 490px;
  }
}

/* RECRUITINFO
-------------------------*/
@media screen and (min-width: 768px) {
  .rec-tab {
    display: block;
    padding-top: 65px;
  }
  .rec-tab table {
    width: 100%;
    font-size: 14px;
    line-height: 170%;
    margin-bottom: 60px;
    border-top: #b4b4b4 solid 1px;
    color: #323232;
  }
  .rec-tab small {
    font-size: 12px;
  }
  .rec-tab th {
    text-align: left;
    vertical-align: top;
    width: 24%;
    border-bottom: #b4b4b4 solid 1px;
    padding: 10px 0 10px 0;
  }
  .rec-tab td {
    text-align: left;
    border-bottom: #b4b4b4 solid 1px;
    padding: 10px 0 10px 0;
  }
  .rec-tab .egy {
    display: block;
    font-size: 14px;
    padding-bottom: 15px;
  }
}

/* SLIDER
-------------------------*/
@media screen and (min-width: 480px) {
  .prod-slider2 {
    display: none;
  }
  .prod-slider {
    display: block;
    position: relative;
    overflow: hidden;
    height: 473px;
    /* background: #fab3b3; */
    background: url(https://www.imx.co.jp/images/products/slide_bg.png) left top;
  }
  .slide_all {
    display: block;
    width: 980px;
    position: absolute;
    left: 50%;
    margin-left: -480px;
  }
  .slide_body {
    display: block;
    position: relative;
  }
  .bx-prev {
    display: block;
    position: absolute;
    left: 30px;
    top: 45%;
    text-indent: -9999px;
    width: 68px;
    height: 68px;
    background: url(../images/prev.png) left top no-repeat;
    z-index: 1000;
  }
  .bx-next {
    display: block;
    position: absolute;
    right: 30px;
    top: 45%;
    text-indent: -9999px;
    width: 68px;
    height: 68px;
    background: url(../images/next.png) left top no-repeat;
    z-index: 1000;
  }
  /* 装飾 */
  .bx-controls-direction,
  .bx-pager {
    text-align: left;
    width: 100%;
    margin: 0 auto;
    z-index: 1000;
  }
  .bx-wrapper .bx-pager {
    text-align: center;
    font-size: 0.85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
    position: absolute;
    top: 90%;
    left: 0;
    right: 0;
    z-index: 999;
  }
  .bx-wrapper .bx-pager .bx-pager-item,
  .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
  }
  .bx-wrapper .bx-pager.bx-default-pager a {
    background: #cccccc;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
  }
  .bx-wrapper .bx-pager.bx-default-pager a:hover,
  .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #03578d;
  }
  .bx-pager {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .bob003 {
    display: block;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: #646464 solid 1px;
  }
  .red-b {
    display: block;
    color: #e30012;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 13px;
  }
}

/*=============================
	YouTube埋め込み
===============================*/

.movie-wrap {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0em;
  margin-bottom: 0em;
  display: block;
}

.movie-wrap-inner {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0em;
  margin-bottom: 30px;
  display: block;
}

.movie-wrap iframe,
.movie-wrap-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .movie-wrap {
    margin-top: 10px;
  }
}

/* PRODUCTS SOUJIKKO RENEWAL
-------------------------*/

.sjk_renew {
  display: block;
  overflow: hidden;
  margin-bottom: 50px;
}
.sjk_renew h3 {
  margin-top: 30px;
  font-size: 24px;
  font-weight: 700;
  color: #646464;
}
.sjk_renew h3 small {
  font-size: 13px;
  font-weight: normal;
}
.sjk_renew .sjk_renew_left,
.sjk_renew .sjk_renew_right {
  width: 50%;
  display: block;
  float: left;
}
.sjk_renew .sjk_renew_left .sjk_renew_mds,
.sjk_renew .sjk_renew_right .sjk_renew_mds {
  display: block;
}
.sjk_renew .sjk_renew_left .sjk_renew_mds img,
.sjk_renew .sjk_renew_right .sjk_renew_mds img {
  width: 100%;
  height: auto;
}
.sjk_renew_left .sjk_renew_item .sjk_renew_img,
.sjk_renew_right .sjk_renew_item .sjk_renew_img {
  width: 50%;
  display: block;
  float: left;
}
.sjk_renew_left .sjk_renew_item .sjk_renew_img a img,
.sjk_renew_right .sjk_renew_item .sjk_renew_img a img {
  display: block;
  width: 100%;
  height: auto;
}
.sjk_renew
  .sjk_renew_left
  .sjk_renew_item
  .sjk_renew
  .sjk_renew_right
  .sjk_renew_item {
  display: block;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .sjk_renew h3 {
    font-size: 20px;
  }
  .sjk_renew h3 small {
    font-size: 12px;
  }
  .sjk_renew .sjk_renew_left,
  .sjk_renew .sjk_renew_right {
    width: 100%;
    display: block;
    float: none;
    overflow: hidden;
  }
  .sjk_renew .sjk_renew_right .sjk_renew_mds {
    margin-top: 30px;
  }
}


.shiryo {
display: block;
margin-top: 2em;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.shiryo span {
display: block;
width: 60%;
margin-left: -20%;
}
@media screen and (max-width: 768px){
.shiryo2{
margin-top: 2em;
}
}