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

/*-------------------------*/
/* 1100以下*/
/*-------------------------*/

@media screen and (max-width: 980px) {
  .gnav.fixed ul {
    width: 100%;
  }
  .gnav.fixed ul li {
  }
}
/*=================================
	media screen
===================================*/
@media screen and (max-width: 767px) {
  body {
    width: 100%;
    min-width: 100%;
  }
  img {
    max-width: 100%;
  }
  .sp {
    display: block;
  }
  .sn {
    display: none;
  }
  .sp-none {
    display: none;
  }

  /*-------header--------*/
  header {
    margin: 0 auto;
    width: 100%;
    background: #fff;
    z-index: 100;
    height: 60px;
  }
  .head-top {
    display: block;
    height: 60px;
  }
  .head-top h1 {
    float: left;
    padding-left: 15px;
    padding-top: 2px;
  }
  .head-top h1 img {
    width: 100px;
  }
  .head-top .ref {
    display: block;
    float: right;
  }
  .head-top .ref li {
    display: none;
  }
  .g-search {
    display: block;
    padding-right: 70px;
    padding-top: 15px;
  }

  nav.hnav {
    display: none;
  }
  .spmenubtn {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    background: url(../images/smenu.jpg) center center no-repeat #bbbbbb;
    background-size: 35px auto;
    margin-top: 0px;
    width: 65px;
    height: 60px;
    z-index: 999;
  }
}

/* TOP-ILLUST-BOX
-------------------------*/
@media screen and (max-width: 768px) {
  .top-illust-box {
    display: block;
    background: #e30012;
  }
  .top-illust-box .box01 {
    display: block;
    padding: 3%;
  }
  .top-illust-box .box01 h2 {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 38px;
    letter-spacing: 5px;
    padding: 35px 0 24px 0;
    font-weight: bold;
  }
  .top-illust-box .box01 p {
    display: block;
    text-align: center;
    color: #fff;
    line-height: 180%;
    font-size: 18px;
    font-weight: bold;
  }
  .top-illust-box .box01 figure {
    display: block;
    text-align: center;
    padding: 13px 0 35px 0;
  }
  .top-illust-box .box01 figure img {
    display: inline-block;
  }
  .top-illust-box .box02 {
    display: block;
    padding: 3%;
    position: relative;
  }
  .top-illust-box .box02 p {
    color: #fff;
    text-align: center;
    line-height: 180%;
    font-size: 16px;
  }
  .top-illust-box .box02 figure {
    display: block;
    padding: 28px 0 32px 0;
  }
  .top-illust-box .box03 {
    display: block;
    padding: 3%;
    position: relative;
  }
  .top-illust-box .box03 p {
    color: #fff;
    text-align: center;
    line-height: 180%;
    font-size: 16px;
  }
  .top-illust-box .box03 figure {
    display: block;
    text-align: right;
    padding: 28px 0 39px 0;
  }
  .top-illust-box .box03 figure img {
    display: inline-block;
  }
  .top-illust-box .box04 {
    display: block;
    padding: 3%;
    position: relative;
  }
  .top-illust-box .box04 p {
    text-align: center;
    color: #fff;
    line-height: 180%;
    font-size: 16px;
  }
  .top-illust-box .box04 figure {
    display: block;
    padding: 35px 0 46px 0;
  }
  .top-illust-box .box04 figure img {
    display: inline-block;
  }
  .catchbox05 {
    display: block;
    background: #fff;
    position: relative;
  }
  .catchbox05 .in {
    display: block;
    padding: 3%;
    position: relative;
    margin-bottom: 35px;
  }
  .catchbox05 h2 {
    display: block;
    font-size: 32px;
    color: #505050;
    font-weight: bold;
    line-height: 180%;
    text-align: center;
    padding: 10px 0 20px 0;
  }
  .catchbox05 figure {
    display: block;
    text-align: center;
    padding: 0 0 0px 0;
  }
  .catchbox05 figure img {
    display: inline-block;
    width: 170px;
  }
}

/* TOP-NEWS
-------------------------*/
@media screen and (max-width: 768px) {
  .top-news {
    display: block;
    position: relative;
    z-index: 40;
    padding: 3%;
  }
  .inn-620 {
    display: block;
  }
  .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: 10px;
    padding-top: 10px;
    border-bottom: #ccc solid 1px;
  }
  .top-news dt {
    display: block;
    padding-bottom: 4px;
  }
  .top-news dd {
    display: block;
  }
  .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;
    text-align: center;
    padding: 15px;
  }
  .top-news .link a {
    text-decoration: none;
    color: #e30012;
  }
  .top-news .link a:hover {
    text-decoration: underline;
  }
}

/* FOOTER
-------------------------*/
@media screen and (max-width: 767px) {
  /* pagetop
-------------------------*/
  #page-top {
    position: fixed;
    bottom: 40px;
    right: 15px;
    width: 28px;
    height: 28px;
    display: block;
    z-index: 99;
  }
  #page-top a {
    width: 28px;
    height: 28px;
    text-align: center;
    display: block;
  }
  /* footer
-------------------------*/
  footer {
    display: block;
    padding-top: 40px;
  }
  footer .inn-620 {
    display: block;
    border-top: #979797 solid 2px;
    padding: 3%;
  }
  .fnav {
    display: none;
  }
  .fbnr {
    display: block;
    padding-top: 15px;
  }
  .fbnr .lef {
    display: block;
    padding-bottom: 15px;
  }
  .b-online .lef:nth-child(2) {
    padding-bottom: 0;
  }
  .b-online p {
    padding-bottom: 20px;
  }
  .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: -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;
    padding-bottom: 15px;
  }
  .fadd figure img {
    display: inline-block;
    width: 180px;
  }
  .fadd p {
    display: block;
    text-align: center;
    font-size: 12px;
    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;
  }
  /* bread_crumb
-------------------------*/
  ol.bread_crumb {
    width: 96%;
    margin: 0 3%;
  }

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

/* SUB-PAGE
-------------------------*/
@media screen and (max-width: 768px) {
  .title-box {
    display: block;
    background: #e30012;
  }
  .title-box h2 {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 21px;
    padding: 14px 0 14px 0;
  }
  .mt55 {
    margin-top: 25px;
  }
  .news-detail {
    display: block;
    padding: 3%;
    color: #323232;
  }
  .news-detail .days {
    display: block;
    font-size: 13px;
    padding-bottom: 11px;
  }
  .news-detail h2.ti {
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 11px;
    border-bottom: #323232 solid 1px;
    margin-bottom: 25px;
  }
  .news-detail .txt {
    display: block;
    font-size: 12px;
    line-height: 180%;
    padding-bottom: 40px;
  }
  .news-detail .txt a {
    color: #e30012;
    text-decoration: none;
  }
  .news-detail .backbt {
    display: block;
    width: 240px;
    margin: 0 auto;
  }
  .news-detail .backbt a {
    display: block;
    text-align: center;
    font-size: 12px;
    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 (max-width: 768px) {
  .subnav {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 5px;
    background: #f5b0b5;
  }
  .subnav ul {
    position: relative;
    left: 50%;
    float: left;
  }
  .subnav li {
    display: block;
    position: relative;
    left: -50%;
    float: left;
    font-size: 12px;
    padding: 4px 7px 4px 7px;
  }
  .subnav li a {
    text-decoration: none;
    color: #323232;
  }
  .subnav li a:hover {
    text-decoration: underline;
  }
  .inn-780 {
    display: block;
  }
  .voicebox01 {
    display: block;
    position: relative;
  }
  .voice01-abt {
    display: block;
  }
  .voicebox01 figure {
    display: block;
  }
  .voicebox01 figure img {
    display: block;
    width: 100%;
  }
  .voicebox01 .box {
    display: block;
    background: #fff;
    border: #e30012 solid 5px;
  }
  .voicebox01 .box p {
    display: block;
    text-align: center;
    background: #e30012;
    color: #fff;
    font-size: 16px;
  }
  .voicebox01 .box p span {
    display: block;
    text-align: center;
    padding: 5px;
  }
  .voicebox01 .box .txt {
    display: block;
    text-align: center;
    color: #464646;
  }
  .voicebox01 .box h2 {
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    line-height: 150%;
  }
  .voicebox01 .box .txt small {
    display: block;
    text-align: center;
    font-size: 15px;
  }
  .voicebox02 {
    display: block;
    padding: 20px 3% 20px 3%;
  }
  .voicebox02 figure {
    display: block;
    padding-bottom: 25px;
  }
  .voicebox02 figure img {
    width: 100%;
  }
  .voicebox02 h2 {
    display: block;
    font-size: 16px;
    line-height: 150%;
    color: #e30012;
    padding-bottom: 10px;
  }
  .voicebox02 p {
    display: block;
    font-size: 13px;
    line-height: 150%;
    padding-bottom: 30px;
  }
  .voicebox03 {
    display: block;
    padding: 20px 3% 20px 3%;
  }
  .voicebox03 img {
    width: 100%;
    margin-bottom: 15px;
  }
  .voicebox03 .inn-780 {
    display: block;
    position: relative;
  }
  .voicebox03 .txt {
    display: block;
    border-radius: 10px;
    padding: 3%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 14px;
    line-height: 160%;
  }
  .voicebox04 {
    display: block;
    padding: 20px 3% 20px 3%;
  }
  .voicebox04 h2 {
    display: block;
    font-size: 16px;
    line-height: 150%;
    color: #e30012;
    padding-bottom: 10px;
  }
  .voicebox04 .pad {
    display: block;
  }
  .voicebox04 .lef {
    display: block;
    padding-bottom: 20px;
    font-size: 13px;
    line-height: 150%;
  }
  .voicebtn {
    display: block;
    padding: 20px 3% 20px 3%;
  }
  .voicebtn h2 {
    display: block;
    text-align: center;
    color: #e30012;
    font-size: 40px;
    line-height: 100%;
    padding-bottom: 20px;
    font-weight: bold;
  }
  .voicebtn h2 span {
    display: block;
    text-align: center;
    font-size: 15px;
  }
  .voicebtn .list {
    display: block;
    padding-bottom: 35px;
  }
  .voicebtn .list li {
    display: block;
    padding-bottom: 10px;
  }
  .voicebtn .list li a {
    display: block;
    text-decoration: none;
    width: 290px;
    height: 117px;
    margin: 0 auto;
  }
  .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: 20px;
    padding: 22px 0 0 120px;
    letter-spacing: -1px;
  }
  .voicebtn .list h3 br {
    display: none;
  }
  .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;
    padding: 20px 3% 20px 3%;
  }
  .voicebtn2 .recs {
    display: block;
    padding-bottom: 22px;
  }
  .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: 12px;
    text-align: center;
  }
  .rikunav figure {
    display: block;
    text-align: center;
  }
  .rikunav figure img {
    display: inline-block;
  }
}

/* Q&A
-------------------------*/
@media screen and (max-width: 768px) {
  .faq-box {
    display: block;
    padding: 30px 3% 20px 3%;
  }
  .faq-box .one {
    display: block;
    padding-bottom: 20px;
  }
  h3.open_h3 {
    cursor: pointer;
    background: #fff;
    line-height: 130%;
    font-size: 15px;
    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: 13px;
    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: 15px 3% 20px 3%;
  }
  .contact-box h3 {
    display: block;
    text-align: center;
    background: #f7b3b8;
    color: #646464;
    font-size: 13px;
    padding: 10px 0 10px 0;
    margin-bottom: 40px;
  }
  .contact-box dl {
    display: block;
    color: #646464;
    font-size: 12px;
    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: 80%;
    height: 30px;
  }
  .n001 {
    border: #111 solid 1px;
    width: 100%;
    height: 30px;
  }
  .txer {
    border: #111 solid 1px;
    width: 100%;
    height: 160px;
  }
  .contact-box a {
    color: #e30012;
  }
  .contact-box .bt {
    display: block;
    text-align: center;
    padding: 35px 0 30px 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: 14px;
    padding-bottom: 25px;
    border-bottom: #646464 solid 1px;
    margin-bottom: 20px;
  }
  .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 (max-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: 14px 0 17px 0;
  }
  .blogpage-ti ul {
    display: block;
  }
  .blogpage-ti li {
    display: block;
    text-align: center;
    font-size: 14px;
    padding: 3px;
  }
  .blogpage-ti li:nth-child(2) {
    color: #e30012;
    font-size: 32px;
  }
  .blog-wrap {
    display: block;
    background: #eeeeee;
    padding: 20px 3% 20px 3%;
  }
  .inn-980 {
    display: block;
  }
  .blog-wrap .left-base {
    display: block;
    padding-bottom: 25px;
  }
  .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;
    padding-bottom: 35px;
  }
  .infoone {
    display: block;
    border-radius: 10px;
    background: #fff;
    box-shadow: 2px 2px 6px 0px #39383b;
    padding: 15px;
    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;
    font-size: 15px;
    font-weight: bold;
    color: #505050;
  }
  .infoone .ti h2 a {
    text-decoration: none;
    color: #505050;
  }
  .infoone .ti span {
    display: block;
    float: right;
    font-size: 13px;
    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;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .infoone .lr-box figure img {
    width: 100%;
  }
  .infoone .lr-box .txt {
    display: block;
    font-size: 13px;
    line-height: 170%;
  }
  .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: 13px;
    line-height: 180%;
    padding-top: 30px;
  }
  .blog-deta p {
    margin-bottom: 20px;
  }
  .blog-deta img {
    max-width: 100%;
  }
  .deta-lf {
    display: block;
    padding-bottom: 20px;
  }
  .deta-lf figure {
    display: block;
    margin-bottom: 20px;
  }
}

/* MATCHING
-------------------------*/
@media screen and (max-width: 768px) {
  .match-box01 {
    display: block;
    background: url(../images/matchingsearch/bg1.jpg) top center repeat-x;
    background-size: cover;
    padding: 20px 3% 20px 3%;
  }
  .inn-660 {
    display: block;
  }
  .match-box01 .tx {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 170%;
    padding-bottom: 20px;
  }
  .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;
    width: 60px;
    margin: 0 auto;
  }
  .seartbox .one .txt {
    display: block;
    padding: 13px 15px 0 15px;
  }
  .seartbox .one .txt p {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #646464;
    padding-bottom: 15px;
  }
  .seartbox .one .txt select {
    width: 100%;
    height: 30px;
  }
  .seartbox2 {
    display: block;
    background: #fff;
    box-shadow: 2px 2px 6px 0px #39383b;
    padding: 24px 10px 20px 10px;
    border-radius: 15px;
    margin-bottom: 20px;
  }
  .seartbox2 input[type="text"] {
    width: 80%;
  }
  .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;
  }
  .sert002 {
    width: 100%;
    height: 30px;
  }
  .sert-bt {
    display: block;
    text-align: center;
  }
  .serbtn {
    background: url(../images/matchingsearch/sbt.jpg) left top no-repeat;
    background-size: 100% 100%;
    color: #fff;
    width: 132px;
    height: 35px;
    font-size: 16px;
    border: none;
  }
  .match-box02 {
    display: block;
    padding: 20px 3% 20px 3%;
  }
  .match-box02 .ti {
    display: block;
    padding-bottom: 25px;
  }
  .match-box02 .ti h2 {
    display: block;
    float: left;
    font-size: 18px;
    padding-bottom: 15px;
  }
  .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: 12px;
    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: 10px 3% 15px 3%;
  }
  .match-box02 .list li {
    display: block;
    background: #eceade;
    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;
    margin-left: auto;
    margin-right: auto;
  }
  .match-box02 .list li figure img {
    display: block;
    width: 100%;
  }
  .match-box02 .list li p {
    display: block;
    text-align: center;
    font-size: 15px;
    color: #323232;
    padding-bottom: 10px;
  }
  .match-box02 .list .cord {
    display: block;
    padding-bottom: 3px;
    font-size: 11px;
    font-weight: bold;
  }
  .match-box02 .ic {
    display: block;
    position: relative;
    overflow: hidden;
    margin-top: 14px;
  }
  .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;
  }
}

/* COMPANY POLICY
-------------------------*/
@media screen and (max-width: 768px) {
  .policy01 {
    display: block;
    padding: 20px 3% 20px 3%;
  }
  .policy01 h2 {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  .policy01 h2 span {
    display: inline-block;
    position: relative;
    color: #6c5a31;
    font-size: 22px;
    font-weight: bold;
  }
  .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: 13px;
    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: 16px;
  }
  .policy01 .box1 ul {
    display: block;
    padding-bottom: 20px;
    margin-left: 16px;
  }
  .policy01 .box1 ul li {
    font-size: 13px;
    line-height: 170%;
    list-style-type: decimal !important;
  }
  .sy-t {
    display: block;
    font-size: 13px;
    text-align: right;
  }
  .back-btn {
    display: block;
    padding: 20px;
  }
  .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: 15px;
    font-weight: bold;
    text-decoration: none;
  }
}

/* PRODUCT
-------------------------*/
@media screen and (max-width: 920px) {
  .prod-main {
    display: block;
    padding: 25px 3% 120px 3%;
    overflow: hidden;
    background: url(../images/products/main.jpg) top center no-repeat;
    background-size: cover;
    position: relative;
  }
  .prod-main h2 {
    display: block;
    text-align: center;
    padding-bottom: 20px;
  }
  .prod-main h2 img {
    display: inline-block;
    width: 130px;
  }
  .prod-main p {
    display: block;
    text-align: center;
    font-weight: bold;
    line-height: 170%;
    font-size: 13px;
  }
  .prod-main div {
    position: absolute;
    right: 3%;
    bottom: 20px;
    width: 130px;
  }
  .prod-main div img {
    width: 100%;
  }
  .inn-920 {
    display: block;
  }
  .cleaner-box01 {
    display: block;
    padding: 20px 3% 20px 3%;
  }
  h2.clh2 {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 14px;
    background: #e30012;
  }
  .cl-bg1 {
    display: block;
    background: #e4e4e4;
  }
  .cleaner-box01 .cl-bg1 {
    padding: 13px;
  }
  .cleaner-box01 .tx1 {
    display: block;
    font-size: 13px;
    line-height: 160%;
    color: #646464;
    padding: 0 0 30px 0;
  }
  .cl-lf01 {
    display: block;
  }
  .cl-lf01 figure {
    display: block;
    padding-bottom: 20px;
  }
  .cl-lf01 figure img {
    width: 100%;
  }
  .cl-lf01 .txt {
    display: block;
  }
  .sa-p {
    display: block;
    font-size: 13px;
    color: #323232;
    padding-bottom: 15px;
    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;
  }
  .cl-lf01 .txt h3 {
    display: block;
    padding-top: 15px;
    border-top: #949494 solid 1px;
    font-size: 16px;
    font-weight: bold;
    color: #646464;
    padding-bottom: 14px;
  }
  .cl-lf01 .txt h3 small {
    font-weight: normal;
    font-size: 11px;
  }
  .cl-lf01 .txt .pad {
    display: block;
    padding: 0 15px 0 15px;
    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: 13px;
    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%;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    color: #323232;
    padding: 14px 0 17px 0;
  }
  .cleaner-box02 {
    display: block;
    padding: 20px 3% 20px 3%;
  }
  .cleaner-box02 .lf {
    display: block;
  }
  .cleaner-box02 .rf {
    display: block;
  }
  .cleaner-box02 .txt {
    display: block;
    background: #e4e4e4;
  }
  .cleaner-box02 .txt .pad {
    display: block;
    padding: 15px 15px 15px 15px;
  }
  .cleaner-box02 .txt p {
    display: block;
    font-size: 13px;
    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: 15px;
    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: 15px;
    font-weight: bold;
    padding-top: 14px;
    padding-bottom: 16px;
  }
  .cleaner-box02 ul {
    display: block;
    padding-bottom: 10px;
  }
  .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;
  }
}

/* COATING
-------------------------*/
@media screen and (max-width: 768px) {
  .coat-main {
    display: block;
    background: url(../images/coating/main.jpg) bottom center no-repeat;
    background-size: cover;
    padding: 190px 3% 35px 3%;
    position: relative;
  }
  .coat-main div {
    display: block;
    position: absolute;
    left: 0;
    bottom: 20px;
    color: #505050;
    text-align: left;
  }
  .coat-main h2 {
    display: block;
    font-size: 17px;
    font-weight: bold;
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 15px;
  }
  .coat-main p {
    display: block;
    font-size: 13px;
    padding-left: 3%;
    padding-right: 3%;
    line-height: 170%;
  }
  .coat-list {
    display: block;
    padding: 30px 3% 20px 3%;
  }
  .coat-list .list {
    display: block;
  }
  .coat-list .list li {
    display: block;
    float: left;
    width: 48%;
    margin-bottom: 20px;
  }
  .coat-list .list li:nth-child(2n) {
    float: right;
  }
  .coat-list .list a {
    display: block;
    border-radius: 10px;
    background: #e30012;
    box-shadow: 0px 0px 6px 2px #b3b3b3;
    padding: 0 10px 15px 10px;
    color: #fff;
    text-decoration: none;
  }
  .coat-list .list figure {
    display: block;
    width: 45px;
    margin: 0 auto;
    padding-top: 15px;
  }
  .coat-list .list .txt {
    display: block;
    padding-top: 15px;
    color: #fff;
    position: relative;
  }
  .coat-list .list h3 {
    display: block;
    font-size: 13px;
    font-weight: bold;
  }
  .coat-list .list h3 small {
    display: block;
    font-size: 10px;
    font-weight: normal;
  }
  .coat-list .list p {
    display: block;
    font-size: 13px;
    line-height: 100%;
    padding-top: 6px;
  }
  .coat-list .list span {
    display: block;
    font-size: 10px;
    line-height: 100%;
  }
  .downbt-base {
    display: block;
    padding-top: 15px;
    padding-bottom: 30px;
  }
  .downbt-base .downbt1 {
    display: block;
  }
  .downbt1 a {
    display: block;
    background: url(../images/coating/bt-bg.jpg) left top no-repeat;
    background-size: 100% auto;
    width: 290px;
    height: 57px;
    text-decoration: none;
    font-size: 13px;
    color: #323232;
    font-weight: bold;
    margin: 0 auto;
  }
  .downbt1.m-plain a {
    background-image: url(../images/coating/bt-bg_dl.jpg);
  }
  .downbt1 a span {
    display: inline-block;
    position: relative;
    padding: 10px 28px 10px 35px;
  }
  .downbt1.m-plain a span {
    left: 50%;
    transform: translateX(-50%);
  }
  .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;
    padding: 30px 3% 20px 3%;
  }
  .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;
    padding-bottom: 25px;
  }
  .eqit-base .list .txt {
    display: block;
    color: #323232;
  }
  .eqit-base .list h3 {
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 8px;
  }
  .eqit-base .list dl {
    display: block;
    font-size: 12px;
    padding-bottom: 30px;
  }
  .eqit-base .list dt {
    display: block;
    float: left;
    position: relative;
    width: 30%;
    padding-bottom: 5px;
  }
  .eqit-base .list dt::after {
    position: absolute;
    right: 0px;
    top: 0px;
    content: ":";
  }
  .eqit-base .list dd {
    display: block;
    width: 90%;
    padding-left: 10%;
    padding-bottom: 5px;
  }
}

/* RECRUIT
-------------------------*/
@media screen and (max-width: 768px) {
  .recruit-mov {
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .recruit-mov .inbox {
    height: 0;
    padding-top: 56.16%;
    position: relative;
    width: 100%; /*横幅いっぱいにwidthを指定*/
  }
  .recruit-mov video {
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: calc(100% + 2px);
  }
  .rec-voice {
    display: block;
    padding: 30px 3% 20px 3%;
    color: #464646;
  }
  .rec-voice h2 {
    display: block;
    text-align: center;
    padding-bottom: 20px;
  }
  .rec-voice h2 img {
    display: inline-block;
    width: 80px;
  }
  .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: 13px;
    line-height: 170%;
    padding-bottom: 20px;
  }
  .rec-voice .list {
    display: block;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 30px;
  }
  .rec-voice .list li {
    display: block;
    margin-bottom: 25px;
  }
  .rec-voice .list li:nth-child(2n) {
    margin-right: 0px;
  }
  .rec-voice .list .cf {
    display: flex;
    height: 100%;
    justify-content: space-between;
    overflow-y: hidden;
  }
  .rec-voice .list .cf::before,
  .rec-voice .list .cf::after {
    display: none;
  }
  .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: 0 6px 0 6px;
    box-shadow: 0px 0px 6px 2px #b3b3b3;
    text-decoration: none;
  }
  .rec-voice .list a figure {
    display: block;
    float: left;
  }
  .rec-voice .list a .txt {
    display: block;
    height: 100%;
    padding: 20px 10px 20px 20px;
    width: calc(100% - 120px);
  }
  .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-voice .img {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    margin: 10px 0 10px 10px;
    max-width: 140px;
    width: 30%;
  }
  .rec-voice .img.voice01 {
    background-image: url(../images/recruit/st1.png);
  }
  .rec-voice .img.voice02 {
    background-image: url(../images/recruit/st2.png);
  }
  .rec-voice .img.voice03 {
    background-image: url(../images/recruit/st3.png);
  }
  .rec-voice .img.voice06 {
    background-image: url(../images/recruit/st6.png);
  }
  .rec-blog {
    display: block;
    padding: 30px 3% 20px 3%;
    background: url(../images/recruit/blog-bg.jpg) top center no-repeat;
    background-size: cover;
    box-shadow: 0px -2px 16px -1px #b3b3b3;
  }
  .rec-blog .box {
    display: block;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    padding: 5%;
  }
  .rec-blog .box h2 {
    display: block;
    text-align: center;
    padding-bottom: 6px;
  }
  .rec-blog .box h2 img {
    display: inline-block;
    width: 80px;
  }
  .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;
    padding: 30px 3% 20px 3%;
  }
  .rec-inter .box {
    display: block;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    padding: 5%;
  }
  .rec-inter .box h2 {
    display: block;
    text-align: center;
    padding-bottom: 6px;
  }
  .rec-inter .box h2 img {
    display: inline-block;
    width: 130px;
  }
  .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;
  }
}

/* INTERNSHIP
-------------------------*/
@media screen and (max-width: 768px) {
  .inter-wrap {
    display: block;
    background: url(../images/recruit/internship/wrap-bg.jpg) top center
      no-repeat #eceade;
    background-size: 150% auto;
    padding: 35px 3% 45px 3%;
  }
  .inn-880 {
    display: block;
  }
  .inter01 {
    display: block;
    position: relative;
    padding-bottom: 35px;
  }
  .inter01 h2 {
    display: block;
    padding-bottom: 140px;
  }
  .inter01 h2 img {
    width: 120px;
  }
  .inter01 p {
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 175%;
    color: #323232;
  }
  .inter01 figure {
    display: block;
    width: 130px;
    margin: 0 auto;
  }
  .inter02 {
    display: block;
    padding: 35px 3% 35px 3%;
  }
  .inter02 .lef {
    display: block;
    padding-bottom: 25px;
  }
  .inter02 table {
    width: 100%;
    font-size: 12px;
    line-height: 175%;
    color: #323232;
  }
  .inter02 table th {
    text-align: left;
    vertical-align: top;
    border-bottom: #323232 dotted 1px;
    width: 30%;
    padding: 11px 0 11px 0;
  }
  .inter02 table td {
    text-align: left;
    border-bottom: #323232 dotted 1px;
    padding: 11px 0 11px 0;
  }
  .malink {
    color: #e30012 !important;
  }
  .inter02 table td b {
    font-size: 16px;
  }
  .inter02 .tx2 {
    display: block;
    font-size: 12px;
    padding-top: 25px;
  }
  .inter02 .ref {
    display: block;
  }
  .inter02 .ref figure {
    display: block;
    padding-bottom: 15px;
  }
  .r-shadw2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/* SITEMAP
-------------------------*/
@media screen and (max-width: 768px) {
  .sitemap-base {
    display: block;
    padding: 30px 3% 30px 3%;
  }
  .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 {
    display: block;
  }
  .sitemap-base .e2 {
    padding-left: 15px;
  }
  .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;
  }
  .inner-e3 ul:nth-child(2) {
    padding-left: 15px;
  }
  .sitemap-base li.current::before {
    left: 0px;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    border: 8px solid transparent;
    border-left: 8px solid #787878;
  }
}

/* ICOATING-DETAIL
-------------------------*/
@media screen and (max-width: 920px) {
  .coat-deta1 {
    display: block;
    padding: 30px 3% 30px 3%;
  }
  .coat-deta1 h2 {
    display: block;
    text-align: center;
    padding-bottom: 20px;
  }
  .coat-deta1 h2 img {
    display: inline-block;
    width: 90px;
  }
  .coat-deta1 p {
    display: block;
    text-align: center;
    color: #323232;
    font-size: 14px;
    line-height: 175%;
  }
  .coat-deta2 h2 {
    display: block;
    color: #fff;
    padding: 12px;
    font-size: 18px;
    background: #e30012;
  }
  .coat-deta2 {
    display: block;
    padding: 20px 3% 30px 3%;
  }
  .coat-deta2 .lf-box {
    display: block;
    padding-top: 15px;
  }
  .coat-deta2 .lf-box .txt {
    display: block;
    padding-bottom: 20px;
    color: #323232;
  }
  .coat-deta2 .lf-box .tx1 {
    display: block;
    font-size: 13px;
    line-height: 170%;
    padding-bottom: 16px;
  }
  .coat-deta2 .lf-box .list {
    display: block;
  }
  .coat-deta2 .lf-box .lef {
    display: block;
    padding-bottom: 15px;
    border-top: #979797 solid 1px;
    padding-top: 4px;
  }
  .coat-deta2 .lf-box h3 {
    display: block;
    font-weight: bold;
    padding-bottom: 8px;
  }
  .coat-deta2 .lf-box p {
    font-size: 13px;
  }
  .coat-deta2 figure {
    display: block;
  }
  .coat-deta2 .downbt1 {
  }
  .coat-deta2 figure img {
    width: 100%;
  }
  .coat-deta2 .downbt1.fst01 a {
    font-size: 11px !important;
    text-align: left;
    letter-spacing: -1px;
  }
  .coat-deta2 .downbt1.fst01 span {
    padding-left: 10px;
  }
}

/* PRIVACY
-------------------------*/
@media screen and (max-width: 768px) {
  .privbase {
    display: block;
    padding: 30px 3% 30px 3%;
  }
  .privbase p {
    display: block;
    font-size: 13px;
    line-height: 170%;
    padding-bottom: 30px;
  }
  .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 (max-width: 768px) {
  .comp-box1 {
    display: block;
    background: url(../images/company/main.jpg) bottom center no-repeat;
    background-size: cover;
    height: 25dvh;
    padding: 40px 3% 30px 3%;
    position: relative;
  }
  .comp-box1 .box {
    color: #fff;
  }
  .comp-box1 h2 {
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 15px;
    text-align: center;
  }
  .comp-box1 p {
    display: block;
    font-size: 12px;
    line-height: 175%;
    text-align: center;
  }
  .inn-840 {
  }
  .comp-box2 {
    display: block;
  }
  .comp-box2 .box1 {
    text-align: center;
    padding: 30px 3% 20px 3%;
  }
  .comp-box2 .box1 span {
    display: block;
    text-align: center;
    color: #e30012;
    font-size: 15px;
    font-weight: bold;
    border: #e30012 solid 1px;
    width: 225px;
    margin: 0 auto;
    padding: 2px 0 2px 0;
    margin-bottom: 20px;
  }
  .comp-box2 .box1 h2 {
    display: block;
    text-align: center;
    color: #323232;
    font-size: 20px;
    font-weight: bold;
    line-height: 160%;
  }
  .comp-box2 .box2 {
    display: block;
    background: #f7b2b7;
    padding: 30px 3% 20px 3%;
  }
  .comp-box2 .box2 .bgs {
    display: block;
    padding: 0 3% 0 3%;
    background: #e30012;
    text-align: center;
    color: #fff;
  }
  .comp-box2 .box2 h2 {
    font-size: 35px;
    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: 30px 3% 20px 3%;
  }
  .inn-700 {
    display: block;
  }
  .skt {
    display: block;
    text-align: center;
    color: #e30012;
    font-size: 15px;
    font-weight: bold;
    border: #e30012 solid 1px;
    width: 225px;
    margin: 0 auto;
    padding: 2px 0 2px 0;
    margin-bottom: 20px;
  }
  .comp-box03 .skt {
    margin-bottom: 60px;
  }
  .clf-box {
    display: block;
  }
  .clf-box .lef {
    display: block;
    margin: 0 auto;
    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;
    color: #000;
    padding-top: 20px;
  }
  .clf-box .txt h3 {
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 12px;
  }
  .clf-box .txt p {
    display: block;
    font-size: 14px;
    line-height: 170%;
    font-weight: bold;
  }
  .comp-box04 {
    display: block;
    background: url(../images/company/bg2.jpg) top center no-repeat;
    background-size: cover;
    padding: 30px 3% 20px 3%;
  }
  .clf-box2 {
    display: block;
  }
  .clf-box2 .lef {
    display: block;
    margin: 0 auto;
    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;
    color: #000;
    padding-top: 20px;
  }
  .clf-box2 .txt h3 {
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 12px;
    letter-spacing: -2px;
  }
  .clf-box2 .txt p {
    display: block;
    font-size: 14px;
    line-height: 170%;
    font-weight: bold;
  }
  .comp-box05 {
    display: block;
    background: url(../images/company/bg3.jpg) top center no-repeat;
    background-size: cover;
    padding: 30px 3% 20px 3%;
  }
  .policy01 .inn-700 {
    padding: 30px 0 20px 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: 30px 3% 20px 3%;
  }
  .comp-box06 .skt {
    color: #949494;
    border: #949494 solid 1px;
  }
  .comp-box06 .list {
    display: block;
    color: #323232;
  }
  .comp-box06 .lef {
    display: block;
  }
  .comp-box06 .lef:nth-child(2) {
    float: right;
  }
  .comp-box06 .lef table {
    width: 100%;
    font-size: 12px;
    line-height: 170%;
  }
  .comp-box06 .lef table th {
    text-align: left;
    border-bottom: #323232 solid 1px;
    padding: 12px 0 12px 0;
    vertical-align: top;
    width: 30%;
  }
  .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;
    padding-bottom: 20px;
  }
  .comp-box06 .list2 iframe {
    width: 100%;
    height: 250px;
  }
  .comp-box06 .list2 .lef2 {
    display: block;
  }
  .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%;
  }
  .smapbt {
    display: block;
    width: 210px;
    margin: 0 auto;
    padding-top: 13px;
  }
  .smapbt a {
    display: block;
    background: url(../images/company/mapbt.jpg) left top no-repeat;
    background-size: 100% 100%;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    padding: 14px 0 15px 0;
    font-weight: bold;
  }
  .inn-705 {
    display: block;
  }
  .comp-box07 {
    display: block;
    padding: 30px 3% 20px 3%;
  }
  .comp-box07 .skt {
    color: #949494;
    border: #949494 solid 1px;
  }
  .comp-box07 .list {
    display: block;
  }
  .comp-box07 .lef {
    display: block;
    color: #323232;
    padding-bottom: 15px;
  }
  .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: 13px;
    line-height: 175%;
  }
  .comp-box07 a {
    /*color: #e30012;*/
  }
  .comp-box07 img {
    border: 1px solid #dedede;
    display: block;
    margin: 10px auto 0;
    width: 100%;
  }
  .comp-box07 .maps iframe {
    width: 100%;
  }
  .comp-box08 {
    display: block;
    padding: 30px 3% 20px 3%;
    background: #eceade;
  }
  .comp-box08 .skt {
    color: #949494;
    border: #949494 solid 1px;
  }
  .comp-box08 .lef {
    display: block;
  }
  .comp-box08 table {
    width: 100%;
    color: #323232;
    font-size: 12px;
    line-height: 170%;
  }
  .comp-box08 table th {
    text-align: left;
    padding-bottom: 5px;
    width: 40%;
  }
  .comp-box08 table td {
    text-align: left;
    padding-bottom: 5px;
  }
  .comp-bnr {
    display: block;
    padding: 30px 3% 20px 3%;
    border-top: #979797 solid 1px;
  }
  .comp-bnr figure {
    display: block;
    text-align: center;
  }
  .comp-bnr img {
    display: inline-block;
  }
  .comp-box2-2 {
    display: block;
    background: #e30212;
  }
  .comp-box2-2 .box1 {
    text-align: center;
    padding: 30px 3% 20px 3%;
  }
  .comp-box2-2 .box1 span {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border: #fff solid 1px;
    width: 225px;
    margin: 0 auto;
    padding: 2px 0 2px 0;
    margin-bottom: 20px;
  }
  .comp-box2-2 .box1 h2 {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 160%;
  }
  .comp-box2-2 p {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 175%;
    padding-bottom: 15px;
    color: #fff;
  }
  .comp-box2-3 {
    display: block;
    background: #eceade;
  }
  .comp-box2-3 .box1 {
    padding: 30px 3% 20px 3%;
  }
  .comp-box2-3 .box1 span {
    display: block;
    text-align: center;
    color: #e30012;
    font-size: 15px;
    font-weight: bold;
    border: #e30012 solid 1px;
    width: 225px;
    margin: 0 auto;
    padding: 2px 0 2px 0;
    margin-bottom: 20px;
  }
  .comp-box2-3 .box1 p {
    display: block;
    text-align: left;
    font-size: 13px;
    color: #222;
    line-height: 160%;
  }
  .comp-box09 span {
    display: block;
    text-align: center;
    color: #e30012;
    font-size: 15px;
    font-weight: bold;
    border: #e30012 solid 1px;
    width: 225px;
    margin: 0 auto;
    padding: 2px 0 2px 0;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .comp-box09 img {
    margin: 0 10px 10px;
    width: calc(100% - 20px);
  }
}

/* RECRUITINFO
-------------------------*/
@media screen and (max-width: 768px) {
  .rec-tab {
    display: block;
    padding: 30px 3% 30px 3%;
  }
  .rec-tab table {
    width: 100%;
    font-size: 12px;
    line-height: 170%;
    margin-bottom: 30px;
    border-top: #b4b4b4 solid 1px;
    color: #323232;
  }
  .rec-tab small {
    font-size: 10px;
  }
  .rec-tab th {
    text-align: left;
    vertical-align: top;
    width: 36%;
    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: 12px;
    padding-bottom: 15px;
  }
}

/* SLIDER
-------------------------*/
@media screen and (max-width: 480px) {
  .prod-slider {
    display: none;
  }
  .prod-slider2 {
    display: block;
    position: relative;
    overflow: hidden;
    height: 320px;
    background: #fab3b3;
  }
  .slide_all {
    display: block;
    width: 480px;
    position: absolute;
    left: 50%;
    margin-left: -240px;
  }
  .slide_body {
    display: block;
    position: relative;
  }
  .bx-prev {
    display: block;
    position: absolute;
    left: 40px;
    top: 45%;
    text-indent: -9999px;
    width: 38px;
    height: 38px;
    background: url(../images/prev.png) left top no-repeat;
    background-size: 100% 100%;
    z-index: 1000;
  }
  .bx-next {
    display: block;
    position: absolute;
    right: 40px;
    top: 45%;
    text-indent: -9999px;
    width: 38px;
    height: 38px;
    background: url(../images/next.png) left top no-repeat;
    background-size: 100% 100%;
    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 (max-width: 410px) {
  .bx-prev {
    left: 77px;
    top: 45%;
  }
  .bx-next {
    right: 77px;
    top: 45%;
  }
}

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